﻿2025-08-20T22:51:59.8722139Z Current runner version: '2.328.0'
2025-08-20T22:51:59.8751051Z ##[group]Runner Image Provisioner
2025-08-20T22:51:59.8751984Z Hosted Compute Agent
2025-08-20T22:51:59.8753109Z Version: 20250818.377
2025-08-20T22:51:59.8753764Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:51:59.8754410Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:51:59.8755143Z ##[endgroup]
2025-08-20T22:51:59.8755725Z ##[group]VM Image
2025-08-20T22:51:59.8756707Z - OS: Linux (arm64)
2025-08-20T22:51:59.8757300Z - Source: Partner
2025-08-20T22:51:59.8757863Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T22:51:59.8758567Z - Version: 20250728.24.1
2025-08-20T22:51:59.8759537Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T22:51:59.8760588Z ##[endgroup]
2025-08-20T22:51:59.8761983Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:51:59.8765100Z Attestations: write
2025-08-20T22:51:59.8766273Z Contents: write
2025-08-20T22:51:59.8767032Z Metadata: read
2025-08-20T22:51:59.8767810Z Packages: write
2025-08-20T22:51:59.8768384Z ##[endgroup]
2025-08-20T22:51:59.8771896Z Secret source: Actions
2025-08-20T22:51:59.8772926Z Prepare workflow directory
2025-08-20T22:51:59.9144033Z Prepare all required actions
2025-08-20T22:51:59.9183388Z Getting action download info
2025-08-20T22:52:00.2991559Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:52:01.2568020Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:52:02.2051655Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:52:02.4450307Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:52:03.1063529Z Getting action download info
2025-08-20T22:52:03.2725504Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:52:03.8438409Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:52:04.4091791Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/trufflehog/official/source)
2025-08-20T22:52:04.4718022Z ##[group]Run ##Presets
2025-08-20T22:52:04.4718554Z [36;1m##Presets[0m
2025-08-20T22:52:04.4718853Z [36;1mset +x ; set +e[0m
2025-08-20T22:52:04.4719689Z [36;1m#-------------#[0m
2025-08-20T22:52:04.4720096Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:52:04.4720510Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:52:04.4721028Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.4721397Z [36;1m  fi[0m
2025-08-20T22:52:04.4722053Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:52:04.4722530Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:52:04.4723001Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.4723417Z [36;1m  fi[0m
2025-08-20T22:52:04.4723735Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:52:04.4724339Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:52:04.4724746Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.4725072Z [36;1m  fi[0m
2025-08-20T22:52:04.4725444Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:52:04.4726047Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:52:04.4726434Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:52:04.4726880Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:52:04.4727236Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.4727993Z [36;1m     else[0m
2025-08-20T22:52:04.4728364Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.4728704Z [36;1m     fi[0m
2025-08-20T22:52:04.4729023Z [36;1m  fi[0m
2025-08-20T22:52:04.4729288Z [36;1mfi[0m
2025-08-20T22:52:04.4759601Z shell: /usr/bin/bash -e {0}
2025-08-20T22:52:04.4760330Z env:
2025-08-20T22:52:04.4761146Z   GH_TOKEN: ***
2025-08-20T22:52:04.4761429Z ##[endgroup]
2025-08-20T22:52:04.4978915Z ##[group]Run ##Presets
2025-08-20T22:52:04.4979414Z [36;1m##Presets[0m
2025-08-20T22:52:04.4979864Z [36;1mset +x ; set +e[0m
2025-08-20T22:52:04.4980135Z [36;1m#-------------#[0m
2025-08-20T22:52:04.4980594Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:52:04.4981130Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:52:04.4981704Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:52:04.4982196Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:52:04.4982657Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:52:04.4983173Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:52:04.4983592Z [36;1m  exit 1[0m
2025-08-20T22:52:04.4983808Z [36;1mfi[0m
2025-08-20T22:52:04.5007074Z shell: /usr/bin/bash -e {0}
2025-08-20T22:52:04.5007628Z env:
2025-08-20T22:52:04.5008183Z   RO_GHTOKEN: ***
2025-08-20T22:52:04.5008547Z   RO_GLTOKEN: ***
2025-08-20T22:52:04.5009839Z   MINISIGN_KEY: ***
2025-08-20T22:52:04.5010297Z ##[endgroup]
2025-08-20T22:52:04.5135703Z ##[group]Run ##Presets
2025-08-20T22:52:04.5136553Z [36;1m##Presets[0m
2025-08-20T22:52:04.5136819Z [36;1mset +x ; set +e[0m
2025-08-20T22:52:04.5137162Z [36;1m#-------------#[0m
2025-08-20T22:52:04.5137440Z [36;1m##Host Triplet[0m
2025-08-20T22:52:04.5137836Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:52:04.5138294Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:52:04.5138647Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:52:04.5138978Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:52:04.5139380Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:52:04.5139788Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:52:04.5140148Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:52:04.5140569Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:52:04.5140884Z [36;1m   fi[0m
2025-08-20T22:52:04.5141340Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:52:04.5141770Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:52:04.5142179Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:52:04.5142569Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:52:04.5143016Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:52:04.5143423Z [36;1m fi[0m
2025-08-20T22:52:04.5143777Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5144200Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5144688Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5145081Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5145455Z [36;1m##Debug[0m
2025-08-20T22:52:04.5145890Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:52:04.5146200Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:52:04.5146535Z [36;1m else[0m
2025-08-20T22:52:04.5146786Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:52:04.5147046Z [36;1m fi[0m
2025-08-20T22:52:04.5147353Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5147695Z [36;1m##Docker Platform[0m
2025-08-20T22:52:04.5148276Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:52:04.5148702Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:52:04.5149082Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:52:04.5149520Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:52:04.5149947Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:52:04.5150322Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:52:04.5150782Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:52:04.5151163Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:52:04.5151454Z [36;1m fi[0m
2025-08-20T22:52:04.5151912Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5152390Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5152830Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:52:04.5153397Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/trufflehog/official/source" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:52:04.5154005Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:52:04.5154465Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5154825Z [36;1m##Logs[0m
2025-08-20T22:52:04.5155188Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:52:04.5155582Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:52:04.5156083Z [36;1m else[0m
2025-08-20T22:52:04.5156448Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:52:04.5156784Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:52:04.5157098Z [36;1m fi[0m
2025-08-20T22:52:04.5157636Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5158116Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5158523Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:52:04.5158986Z [36;1m PKG_FAMILY_LOCAL="$(echo "trufflehog" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:52:04.5159428Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:52:04.5159787Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5160353Z [36;1m##Rebuild[0m
2025-08-20T22:52:04.5160662Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:52:04.5161054Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:52:04.5161370Z [36;1m else[0m
2025-08-20T22:52:04.5161627Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:52:04.5161979Z [36;1m fi[0m
2025-08-20T22:52:04.5162318Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5162683Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:52:04.5163200Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:52:04.5163808Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:52:04.5164727Z [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:04.5165511Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:52:04.5166193Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:52:04.5166758Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:52:04.5167212Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:52:04.5167617Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5168041Z [36;1m    exit 1[0m
2025-08-20T22:52:04.5168311Z [36;1m   else[0m
2025-08-20T22:52:04.5168627Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:52:04.5169016Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5169401Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:52:04.5170068Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:52:04.5170498Z [36;1m      #check if supported[0m
2025-08-20T22:52:04.5170902Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:52:04.5171562Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:52:04.5172036Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:52:04.5172463Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5172837Z [36;1m         exit 1[0m
2025-08-20T22:52:04.5173100Z [36;1m       fi[0m
2025-08-20T22:52:04.5173418Z [36;1m      #get build system[0m
2025-08-20T22:52:04.5173856Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:52:04.5174295Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:52:04.5174734Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5175137Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:52:04.5175527Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5176144Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5176541Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:52:04.5176975Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5177401Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:04.5177729Z [36;1m       fi[0m
2025-08-20T22:52:04.5178233Z [36;1m     fi[0m
2025-08-20T22:52:04.5178498Z [36;1m   fi[0m
2025-08-20T22:52:04.5178764Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:52:04.5201120Z shell: /usr/bin/bash -e {0}
2025-08-20T22:52:04.5201587Z ##[endgroup]
2025-08-20T22:52:05.4547511Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:52:05.4548384Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:52:05.4548664Z 
2025-08-20T22:52:05.4888868Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:52:05.5858489Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:52:05.5869897Z 100  4098  100  4098    0     0  30850      0 --:--:-- --:--:-- --:--:-- 30812
2025-08-20T22:52:05.5871478Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T22:52:05.6063347Z ##[group]Run ##Presets
2025-08-20T22:52:05.6063862Z [36;1m##Presets[0m
2025-08-20T22:52:05.6064133Z [36;1mset +x ; set +e[0m
2025-08-20T22:52:05.6064435Z [36;1m#-------------#[0m
2025-08-20T22:52:05.6064767Z [36;1m##Debug?[0m
2025-08-20T22:52:05.6065070Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:52:05.6065494Z [36;1m  set -x[0m
2025-08-20T22:52:05.6065746Z [36;1mfi[0m
2025-08-20T22:52:05.6066900Z [36;1m#-------------#[0m
2025-08-20T22:52:05.6067322Z [36;1m##CoreUtils[0m
2025-08-20T22:52:05.6067588Z [36;1msudo apt update -y[0m
2025-08-20T22:52:05.6067983Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:52:05.6069079Z [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:05.6070106Z [36;1m##tmp[0m
2025-08-20T22:52:05.6070530Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:52:05.6070891Z [36;1m#GH ENV[0m
2025-08-20T22:52:05.6071150Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:05.6071562Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:05.6072191Z [36;1m#-------------#[0m
2025-08-20T22:52:05.6072583Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:52:05.6072891Z [36;1msudo apt update -y[0m
2025-08-20T22:52:05.6073181Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:52:05.6073637Z [36;1m##Setup Minisign[0m
2025-08-20T22:52:05.6073953Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:52:05.6074464Z [36;1mecho "***[0m
2025-08-20T22:52:05.6076069Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:52:05.6076428Z [36;1m##User-Agent[0m
2025-08-20T22:52:05.6077258Z [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:05.6078132Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:05.6104169Z shell: /usr/bin/bash -e {0}
2025-08-20T22:52:05.6104507Z env:
2025-08-20T22:52:05.6104864Z   CROSS_COMPILING: NO
2025-08-20T22:52:05.6105164Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:52:05.6105437Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:52:05.6105950Z   ON_QEMU: NO
2025-08-20T22:52:05.6106207Z   DEBUG: 0
2025-08-20T22:52:05.6106446Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:52:05.6106873Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:52:05.6107258Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T22:52:05.6107702Z   KEEP_LOGS: YES
2025-08-20T22:52:05.6107962Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:52:05.6108239Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T22:52:05.6108618Z   SBUILD_REBUILD: false
2025-08-20T22:52:05.6109217Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T22:52:05.6109899Z   BUILD_SYS: docker://go
2025-08-20T22:52:05.6110157Z   BUILD_ON_HOST: FALSE
2025-08-20T22:52:05.6110397Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:52:05.6110766Z ##[endgroup]
2025-08-20T22:52:06.0471366Z 
2025-08-20T22:52:06.0472414Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:52:06.0472795Z 
2025-08-20T22:52:06.5792436Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T22:52:06.6387374Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:52:06.7497524Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:52:06.7960004Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T22:52:06.8529918Z Get:5 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T22:52:06.9130217Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T22:52:06.9257882Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:52:06.9448602Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:52:06.9684022Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:52:06.9968420Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T22:52:07.0762576Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T22:52:07.1662643Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T22:52:07.3663627Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T22:52:07.4177176Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T22:52:07.4673785Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T22:52:07.5377126Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T22:52:07.5893571Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T22:52:07.6431837Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T22:52:07.7409041Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:52:07.7895042Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T22:52:07.8357492Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T22:52:07.9683228Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T22:52:08.0146598Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T22:52:08.0610821Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T22:52:08.1076484Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T22:52:08.1541376Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T22:52:08.2005263Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T22:52:08.2469282Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:52:08.2933789Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T22:52:08.3399013Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T22:52:08.3860989Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T22:52:08.4323892Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T22:52:08.4874315Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T22:52:08.5345380Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T22:52:08.5811357Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T22:52:08.6337625Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T22:52:08.7688926Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T22:52:08.8152964Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T22:52:08.8782972Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T22:52:08.9269495Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T22:52:08.9735146Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T22:52:09.0198418Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T22:52:09.0658354Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T22:52:27.8686132Z Fetched 11.9 MB in 3s (4506 kB/s)
2025-08-20T22:52:28.7352920Z Reading package lists...
2025-08-20T22:52:28.9401309Z Building dependency tree...
2025-08-20T22:52:28.9407999Z Reading state information...
2025-08-20T22:52:28.9613413Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:52:28.9700813Z 
2025-08-20T22:52:28.9701225Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:52:28.9701678Z 
2025-08-20T22:52:28.9813808Z Reading package lists...
2025-08-20T22:52:29.1649913Z Building dependency tree...
2025-08-20T22:52:29.1657126Z Reading state information...
2025-08-20T22:52:29.3849893Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:52:29.3850555Z bc set to manually installed.
2025-08-20T22:52:29.3850900Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:52:29.3851903Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:52:29.3852278Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:52:29.5077930Z The following NEW packages will be installed:
2025-08-20T22:52:29.5083662Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T22:52:29.5085211Z   moreutils
2025-08-20T22:52:29.5090769Z The following packages will be upgraded:
2025-08-20T22:52:29.5098144Z   jq libjq1
2025-08-20T22:52:29.5263932Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T22:52:29.8841822Z Need to get 936 kB of archives.
2025-08-20T22:52:29.8842313Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T22:52:29.8843183Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T22:52:30.2122110Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T22:52:30.4369421Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T22:52:30.6659404Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T22:52:30.7844400Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T22:52:30.9222291Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:52:31.0351080Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T22:52:31.1617378Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T22:52:31.6764629Z Fetched 936 kB in 2s (503 kB/s)
2025-08-20T22:52:31.8067208Z Selecting previously unselected package fdupes.
2025-08-20T22:52:32.0106064Z (Reading database ... 
2025-08-20T22:52:32.0106664Z (Reading database ... 5%
2025-08-20T22:52:32.0106985Z (Reading database ... 10%
2025-08-20T22:52:32.0107303Z (Reading database ... 15%
2025-08-20T22:52:32.0107634Z (Reading database ... 20%
2025-08-20T22:52:32.0107881Z (Reading database ... 25%
2025-08-20T22:52:32.0108114Z (Reading database ... 30%
2025-08-20T22:52:32.0108429Z (Reading database ... 35%
2025-08-20T22:52:32.0108674Z (Reading database ... 40%
2025-08-20T22:52:32.0108988Z (Reading database ... 45%
2025-08-20T22:52:32.0109241Z (Reading database ... 50%
2025-08-20T22:52:33.0715349Z (Reading database ... 55%
2025-08-20T22:52:35.1625717Z (Reading database ... 60%
2025-08-20T22:52:35.7604512Z (Reading database ... 65%
2025-08-20T22:52:35.9123065Z (Reading database ... 70%
2025-08-20T22:52:36.6157513Z (Reading database ... 75%
2025-08-20T22:52:39.2989174Z (Reading database ... 80%
2025-08-20T22:52:41.1563523Z (Reading database ... 85%
2025-08-20T22:52:43.0658268Z (Reading database ... 90%
2025-08-20T22:52:44.8701251Z (Reading database ... 95%
2025-08-20T22:52:44.8701640Z (Reading database ... 100%
2025-08-20T22:52:44.8702063Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T22:52:44.8741790Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T22:52:44.8882300Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:52:44.9981521Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:52:45.0153562Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:52:45.1348642Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:52:45.1968833Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:52:45.2561426Z Selecting previously unselected package libio-pty-perl.
2025-08-20T22:52:45.2702408Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T22:52:45.2805873Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:52:45.3518632Z Selecting previously unselected package libipc-run-perl.
2025-08-20T22:52:45.3685055Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T22:52:45.3744343Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T22:52:45.4358565Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:52:45.4522621Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:52:45.4577383Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:52:45.5327263Z Selecting previously unselected package moreutils.
2025-08-20T22:52:45.5486062Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T22:52:45.5546916Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:52:45.6719051Z Selecting previously unselected package dos2unix.
2025-08-20T22:52:45.6864139Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T22:52:45.6922632Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:52:46.0991261Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:52:46.1167395Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:52:46.1330995Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:52:46.1481057Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T22:52:46.1648964Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:52:46.1804461Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:52:46.1964664Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:52:46.2126022Z Setting up moreutils (0.69-1) ...
2025-08-20T22:52:46.2284831Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:02.5368822Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:53:03.6759459Z Reading package lists...
2025-08-20T22:53:03.8905514Z Building dependency tree...
2025-08-20T22:53:03.8913542Z Reading state information...
2025-08-20T22:53:04.1330242Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:53:04.1330668Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:53:04.1331227Z apt-utils set to manually installed.
2025-08-20T22:53:04.1331680Z ca-certificates is already the newest version (20240203).
2025-08-20T22:53:04.1332109Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:53:04.1332478Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:53:04.1332827Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:53:04.1333245Z moreutils is already the newest version (0.69-1).
2025-08-20T22:53:04.1333658Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:53:04.1334020Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:53:04.1334429Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:53:04.1335144Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:53:04.1336156Z tmux set to manually installed.
2025-08-20T22:53:04.1336527Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:53:04.1336894Z The following additional packages will be installed:
2025-08-20T22:53:04.1337710Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T22:53:04.1338240Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T22:53:04.1338761Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:53:04.1339200Z   uuid-runtime
2025-08-20T22:53:04.1348315Z Suggested packages:
2025-08-20T22:53:04.1348862Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T22:53:04.1349287Z   util-linux-extra util-linux-locales
2025-08-20T22:53:04.1349606Z Recommended packages:
2025-08-20T22:53:04.1349904Z   unattended-upgrades
2025-08-20T22:53:04.1987063Z The following NEW packages will be installed:
2025-08-20T22:53:04.1987622Z   rename
2025-08-20T22:53:04.1990936Z The following packages will be upgraded:
2025-08-20T22:53:04.1991482Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T22:53:04.1993145Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T22:53:04.1999288Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:53:04.1999797Z   software-properties-common util-linux uuid-runtime
2025-08-20T22:53:04.2186102Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:53:04.3821497Z Need to get 4390 kB of archives.
2025-08-20T22:53:04.3822216Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:53:04.3822868Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T22:53:04.5741395Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T22:53:04.8079669Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T22:53:04.8566131Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T22:53:04.9064085Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T22:53:04.9531963Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T22:53:04.9996544Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T22:53:05.0482299Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T22:53:05.0976506Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T22:53:05.1454371Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T22:53:05.1994742Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T22:53:05.2480954Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T22:53:05.2996093Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T22:53:05.3514590Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T22:53:05.4122875Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T22:53:05.4605333Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T22:53:05.5157119Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T22:53:05.5635138Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T22:53:05.6136271Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T22:53:05.7466801Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T22:53:05.7963927Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T22:53:05.8441984Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T22:53:05.8929802Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T22:53:05.9400399Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T22:53:05.9866280Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T22:53:06.0335138Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:53:06.0798247Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T22:53:06.3182997Z Fetched 4390 kB in 2s (2376 kB/s)
2025-08-20T22:53:06.3440151Z (Reading database ... 
2025-08-20T22:53:06.3440508Z (Reading database ... 5%
2025-08-20T22:53:06.3440977Z (Reading database ... 10%
2025-08-20T22:53:06.3441225Z (Reading database ... 15%
2025-08-20T22:53:06.3441516Z (Reading database ... 20%
2025-08-20T22:53:06.3441810Z (Reading database ... 25%
2025-08-20T22:53:06.3442580Z (Reading database ... 30%
2025-08-20T22:53:06.3442937Z (Reading database ... 35%
2025-08-20T22:53:06.3443179Z (Reading database ... 40%
2025-08-20T22:53:06.3443482Z (Reading database ... 45%
2025-08-20T22:53:06.3443728Z (Reading database ... 50%
2025-08-20T22:53:06.3460928Z (Reading database ... 55%
2025-08-20T22:53:06.3542417Z (Reading database ... 60%
2025-08-20T22:53:06.3580649Z (Reading database ... 65%
2025-08-20T22:53:06.3594049Z (Reading database ... 70%
2025-08-20T22:53:06.3612811Z (Reading database ... 75%
2025-08-20T22:53:06.3643565Z (Reading database ... 80%
2025-08-20T22:53:06.3803557Z (Reading database ... 85%
2025-08-20T22:53:06.3822428Z (Reading database ... 90%
2025-08-20T22:53:06.3911275Z (Reading database ... 95%
2025-08-20T22:53:06.3911668Z (Reading database ... 100%
2025-08-20T22:53:06.3912049Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:53:06.3939171Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:53:06.4192013Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T22:53:06.5395926Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T22:53:06.6232194Z (Reading database ... 
2025-08-20T22:53:06.6232866Z (Reading database ... 5%
2025-08-20T22:53:06.6233128Z (Reading database ... 10%
2025-08-20T22:53:06.6233437Z (Reading database ... 15%
2025-08-20T22:53:06.6233693Z (Reading database ... 20%
2025-08-20T22:53:06.6233970Z (Reading database ... 25%
2025-08-20T22:53:06.6234307Z (Reading database ... 30%
2025-08-20T22:53:06.6234551Z (Reading database ... 35%
2025-08-20T22:53:06.6234781Z (Reading database ... 40%
2025-08-20T22:53:06.6235070Z (Reading database ... 45%
2025-08-20T22:53:06.6235294Z (Reading database ... 50%
2025-08-20T22:53:06.6251969Z (Reading database ... 55%
2025-08-20T22:53:06.6335353Z (Reading database ... 60%
2025-08-20T22:53:06.6373388Z (Reading database ... 65%
2025-08-20T22:53:06.6387029Z (Reading database ... 70%
2025-08-20T22:53:06.6405461Z (Reading database ... 75%
2025-08-20T22:53:06.6436619Z (Reading database ... 80%
2025-08-20T22:53:06.6595400Z (Reading database ... 85%
2025-08-20T22:53:06.6614910Z (Reading database ... 90%
2025-08-20T22:53:06.6705056Z (Reading database ... 95%
2025-08-20T22:53:06.6705433Z (Reading database ... 100%
2025-08-20T22:53:06.6706059Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:53:06.6734769Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:53:06.7075401Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:53:06.8732696Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T22:53:07.4931816Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:53:07.5651872Z (Reading database ... 
2025-08-20T22:53:07.5652223Z (Reading database ... 5%
2025-08-20T22:53:07.5652683Z (Reading database ... 10%
2025-08-20T22:53:07.5652938Z (Reading database ... 15%
2025-08-20T22:53:07.5653168Z (Reading database ... 20%
2025-08-20T22:53:07.5653510Z (Reading database ... 25%
2025-08-20T22:53:07.5653760Z (Reading database ... 30%
2025-08-20T22:53:07.5654067Z (Reading database ... 35%
2025-08-20T22:53:07.5654332Z (Reading database ... 40%
2025-08-20T22:53:07.5654554Z (Reading database ... 45%
2025-08-20T22:53:07.5654823Z (Reading database ... 50%
2025-08-20T22:53:07.5671911Z (Reading database ... 55%
2025-08-20T22:53:07.5755692Z (Reading database ... 60%
2025-08-20T22:53:07.5793513Z (Reading database ... 65%
2025-08-20T22:53:07.5807534Z (Reading database ... 70%
2025-08-20T22:53:07.5826279Z (Reading database ... 75%
2025-08-20T22:53:07.5858653Z (Reading database ... 80%
2025-08-20T22:53:07.6024365Z (Reading database ... 85%
2025-08-20T22:53:07.6043813Z (Reading database ... 90%
2025-08-20T22:53:07.6139166Z (Reading database ... 95%
2025-08-20T22:53:07.6139461Z (Reading database ... 100%
2025-08-20T22:53:07.6139962Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:53:07.6168017Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:53:07.6350564Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:53:07.7338812Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:53:07.7562177Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:53:07.8381489Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:53:07.9097072Z (Reading database ... 
2025-08-20T22:53:07.9097639Z (Reading database ... 5%
2025-08-20T22:53:07.9097890Z (Reading database ... 10%
2025-08-20T22:53:07.9098127Z (Reading database ... 15%
2025-08-20T22:53:07.9098422Z (Reading database ... 20%
2025-08-20T22:53:07.9098700Z (Reading database ... 25%
2025-08-20T22:53:07.9098978Z (Reading database ... 30%
2025-08-20T22:53:07.9099237Z (Reading database ... 35%
2025-08-20T22:53:07.9099472Z (Reading database ... 40%
2025-08-20T22:53:07.9099739Z (Reading database ... 45%
2025-08-20T22:53:07.9100008Z (Reading database ... 50%
2025-08-20T22:53:07.9118058Z (Reading database ... 55%
2025-08-20T22:53:07.9200658Z (Reading database ... 60%
2025-08-20T22:53:07.9236889Z (Reading database ... 65%
2025-08-20T22:53:07.9249790Z (Reading database ... 70%
2025-08-20T22:53:07.9268108Z (Reading database ... 75%
2025-08-20T22:53:07.9298399Z (Reading database ... 80%
2025-08-20T22:53:07.9455196Z (Reading database ... 85%
2025-08-20T22:53:07.9473819Z (Reading database ... 90%
2025-08-20T22:53:07.9560695Z (Reading database ... 95%
2025-08-20T22:53:07.9561171Z (Reading database ... 100%
2025-08-20T22:53:07.9561575Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:53:07.9587367Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:53:07.9878321Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:53:08.0661377Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:53:08.1531746Z (Reading database ... 
2025-08-20T22:53:08.1532096Z (Reading database ... 5%
2025-08-20T22:53:08.1532557Z (Reading database ... 10%
2025-08-20T22:53:08.1532801Z (Reading database ... 15%
2025-08-20T22:53:08.1533356Z (Reading database ... 20%
2025-08-20T22:53:08.1533660Z (Reading database ... 25%
2025-08-20T22:53:08.1533898Z (Reading database ... 30%
2025-08-20T22:53:08.1534624Z (Reading database ... 35%
2025-08-20T22:53:08.1534867Z (Reading database ... 40%
2025-08-20T22:53:08.1535953Z (Reading database ... 45%
2025-08-20T22:53:08.1536380Z (Reading database ... 50%
2025-08-20T22:53:08.1551585Z (Reading database ... 55%
2025-08-20T22:53:08.1634247Z (Reading database ... 60%
2025-08-20T22:53:08.1671004Z (Reading database ... 65%
2025-08-20T22:53:08.1684111Z (Reading database ... 70%
2025-08-20T22:53:08.1702880Z (Reading database ... 75%
2025-08-20T22:53:08.1733750Z (Reading database ... 80%
2025-08-20T22:53:08.1890844Z (Reading database ... 85%
2025-08-20T22:53:08.1909333Z (Reading database ... 90%
2025-08-20T22:53:08.1996965Z (Reading database ... 95%
2025-08-20T22:53:08.1997253Z (Reading database ... 100%
2025-08-20T22:53:08.1997832Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:53:08.2024681Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:53:08.2364925Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:53:08.3390360Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:53:08.3879331Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:53:08.4703736Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:53:08.5491096Z (Reading database ... 
2025-08-20T22:53:08.5491604Z (Reading database ... 5%
2025-08-20T22:53:08.5491912Z (Reading database ... 10%
2025-08-20T22:53:08.5492209Z (Reading database ... 15%
2025-08-20T22:53:08.5492509Z (Reading database ... 20%
2025-08-20T22:53:08.5492756Z (Reading database ... 25%
2025-08-20T22:53:08.5493717Z (Reading database ... 30%
2025-08-20T22:53:08.5493994Z (Reading database ... 35%
2025-08-20T22:53:08.5494264Z (Reading database ... 40%
2025-08-20T22:53:08.5494549Z (Reading database ... 45%
2025-08-20T22:53:08.5494828Z (Reading database ... 50%
2025-08-20T22:53:08.5510995Z (Reading database ... 55%
2025-08-20T22:53:08.5591611Z (Reading database ... 60%
2025-08-20T22:53:08.5628552Z (Reading database ... 65%
2025-08-20T22:53:08.5641627Z (Reading database ... 70%
2025-08-20T22:53:08.5659546Z (Reading database ... 75%
2025-08-20T22:53:08.5690086Z (Reading database ... 80%
2025-08-20T22:53:08.5847966Z (Reading database ... 85%
2025-08-20T22:53:08.5866220Z (Reading database ... 90%
2025-08-20T22:53:08.5953553Z (Reading database ... 95%
2025-08-20T22:53:08.5954008Z (Reading database ... 100%
2025-08-20T22:53:08.5954361Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:53:08.5982024Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:53:08.6270389Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:53:08.7160031Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:53:08.7852398Z (Reading database ... 
2025-08-20T22:53:08.7852788Z (Reading database ... 5%
2025-08-20T22:53:08.7853252Z (Reading database ... 10%
2025-08-20T22:53:08.7853499Z (Reading database ... 15%
2025-08-20T22:53:08.7853780Z (Reading database ... 20%
2025-08-20T22:53:08.7854064Z (Reading database ... 25%
2025-08-20T22:53:08.7854302Z (Reading database ... 30%
2025-08-20T22:53:08.7854606Z (Reading database ... 35%
2025-08-20T22:53:08.7854853Z (Reading database ... 40%
2025-08-20T22:53:08.7855071Z (Reading database ... 45%
2025-08-20T22:53:08.7855343Z (Reading database ... 50%
2025-08-20T22:53:08.7875964Z (Reading database ... 55%
2025-08-20T22:53:08.7963871Z (Reading database ... 60%
2025-08-20T22:53:08.8003536Z (Reading database ... 65%
2025-08-20T22:53:08.8017380Z (Reading database ... 70%
2025-08-20T22:53:08.8037405Z (Reading database ... 75%
2025-08-20T22:53:08.8070311Z (Reading database ... 80%
2025-08-20T22:53:08.8234080Z (Reading database ... 85%
2025-08-20T22:53:08.8253020Z (Reading database ... 90%
2025-08-20T22:53:08.8344082Z (Reading database ... 95%
2025-08-20T22:53:08.8344506Z (Reading database ... 100%
2025-08-20T22:53:08.8344925Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:53:08.8370992Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:53:08.8545372Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:53:08.9488614Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:53:09.0047922Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:53:09.1001987Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:53:09.1165555Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:53:09.2128256Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:53:09.2280526Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:53:09.3236916Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:53:09.3489324Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:53:09.4821020Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:53:09.4986089Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:53:09.5851109Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:53:09.6014621Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:53:09.6760085Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:53:09.6934417Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:53:09.8077781Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:53:09.8245350Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:53:09.9289876Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:53:09.9493639Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:53:10.0443967Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T22:53:10.1071085Z (Reading database ... 
2025-08-20T22:53:10.1071426Z (Reading database ... 5%
2025-08-20T22:53:10.1071864Z (Reading database ... 10%
2025-08-20T22:53:10.1072139Z (Reading database ... 15%
2025-08-20T22:53:10.1072474Z (Reading database ... 20%
2025-08-20T22:53:10.1072771Z (Reading database ... 25%
2025-08-20T22:53:10.1073010Z (Reading database ... 30%
2025-08-20T22:53:10.1073304Z (Reading database ... 35%
2025-08-20T22:53:10.1073546Z (Reading database ... 40%
2025-08-20T22:53:10.1073765Z (Reading database ... 45%
2025-08-20T22:53:10.1074068Z (Reading database ... 50%
2025-08-20T22:53:10.1090958Z (Reading database ... 55%
2025-08-20T22:53:10.1172121Z (Reading database ... 60%
2025-08-20T22:53:10.1208488Z (Reading database ... 65%
2025-08-20T22:53:10.1221427Z (Reading database ... 70%
2025-08-20T22:53:10.1240876Z (Reading database ... 75%
2025-08-20T22:53:10.1270658Z (Reading database ... 80%
2025-08-20T22:53:10.1428147Z (Reading database ... 85%
2025-08-20T22:53:10.1446318Z (Reading database ... 90%
2025-08-20T22:53:10.1532829Z (Reading database ... 95%
2025-08-20T22:53:10.1533310Z (Reading database ... 100%
2025-08-20T22:53:10.1533659Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:53:10.1558554Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:53:10.1739103Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:53:10.2577826Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:53:10.3033757Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:53:10.3802719Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:53:10.4013507Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:53:10.4776107Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:53:10.4954355Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:53:10.5707733Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:53:10.5893983Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:53:10.6719526Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:53:10.8512912Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:53:10.9494823Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:53:11.0310802Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:53:11.0959556Z Selecting previously unselected package rename.
2025-08-20T22:53:11.1097311Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T22:53:11.1162474Z Unpacking rename (2.02-1) ...
2025-08-20T22:53:11.1896952Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:53:11.2178161Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:53:11.2965876Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T22:53:11.3129678Z Setting up rename (2.02-1) ...
2025-08-20T22:53:11.3257606Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:53:11.3380295Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T22:53:11.3564324Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T22:53:11.3735479Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:53:11.3926898Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T22:53:11.4101803Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T22:53:12.0094985Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:53:12.0288348Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T22:53:12.0453529Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:53:12.0650300Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T22:53:12.0823364Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T22:53:12.4141292Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T22:53:12.4314927Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T22:53:12.4493822Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T22:53:12.5538159Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:53:12.6877205Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T22:53:12.7787811Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:53:12.7951105Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T22:53:12.8120229Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T22:53:12.8302123Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:53:12.9410408Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:53:13.3549277Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:53:13.3816005Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:19.9532060Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:53:21.2697796Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:53:21.2760322Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:53:21.4922998Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:53:21.5384445Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:53:21.5846816Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:53:21.6309555Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:53:22.5038283Z Reading package lists...
2025-08-20T22:53:22.7030156Z Building dependency tree...
2025-08-20T22:53:22.7037223Z Reading state information...
2025-08-20T22:53:22.7263932Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:53:22.7385512Z 
2025-08-20T22:53:22.7386904Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:53:22.7387314Z 
2025-08-20T22:53:22.9034942Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:53:22.9183822Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:53:23.1096586Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:53:23.2193325Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:53:23.3290210Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:53:23.4385520Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:53:24.2683816Z Reading package lists...
2025-08-20T22:53:24.4302604Z Building dependency tree...
2025-08-20T22:53:24.4308511Z Reading state information...
2025-08-20T22:53:24.4501868Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:53:24.4588044Z 
2025-08-20T22:53:24.4588886Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:53:24.4589219Z 
2025-08-20T22:53:24.4692562Z Reading package lists...
2025-08-20T22:53:24.6458029Z Building dependency tree...
2025-08-20T22:53:24.6464392Z Reading state information...
2025-08-20T22:53:24.8628492Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:53:24.9006106Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:53:24.9252255Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:53:25.1542372Z ##[group]Run ##Presets
2025-08-20T22:53:25.1542893Z [36;1m##Presets[0m
2025-08-20T22:53:25.1543152Z [36;1mset +x ; set +e[0m
2025-08-20T22:53:25.1543395Z [36;1m#-------------#[0m
2025-08-20T22:53:25.1543685Z [36;1m##Debug?[0m
2025-08-20T22:53:25.1543967Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:53:25.1544304Z [36;1m  set -x[0m
2025-08-20T22:53:25.1544568Z [36;1mfi[0m
2025-08-20T22:53:25.1544789Z [36;1m#-------------#[0m
2025-08-20T22:53:25.1545307Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:53:25.1546071Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:53:25.1546515Z [36;1msudo service procps restart[0m
2025-08-20T22:53:25.1546866Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:53:25.1573295Z shell: /usr/bin/bash -e {0}
2025-08-20T22:53:25.1573718Z env:
2025-08-20T22:53:25.1574039Z   CROSS_COMPILING: NO
2025-08-20T22:53:25.1574352Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:53:25.1574619Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:53:25.1574905Z   ON_QEMU: NO
2025-08-20T22:53:25.1575095Z   DEBUG: 0
2025-08-20T22:53:25.1575347Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:53:25.1575646Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:53:25.1576147Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T22:53:25.1576514Z   KEEP_LOGS: YES
2025-08-20T22:53:25.1576780Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:53:25.1577058Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T22:53:25.1577330Z   SBUILD_REBUILD: false
2025-08-20T22:53:25.1577945Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T22:53:25.1578543Z   BUILD_SYS: docker://go
2025-08-20T22:53:25.1578847Z   BUILD_ON_HOST: FALSE
2025-08-20T22:53:25.1579109Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:53:25.1579340Z   SYSTMP: /tmp
2025-08-20T22:53:25.1579601Z   GHA_MODE: MATRIX
2025-08-20T22:53:25.1580049Z   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:53:25.1580527Z ##[endgroup]
2025-08-20T22:53:25.1670202Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:53:25.1723182Z 0
2025-08-20T22:53:25.2116362Z vm.max_map_count = 262144
2025-08-20T22:53:25.2116892Z fs.inotify.max_user_watches = 655360
2025-08-20T22:53:25.2117239Z fs.inotify.max_user_instances = 1280
2025-08-20T22:53:25.2117564Z vm.mmap_rnd_bits = 28
2025-08-20T22:53:25.2201948Z ##[group]Run ##Presets
2025-08-20T22:53:25.2202482Z [36;1m##Presets[0m
2025-08-20T22:53:25.2202717Z [36;1mset +x ; set +e[0m
2025-08-20T22:53:25.2203029Z [36;1m#-------------#[0m
2025-08-20T22:53:25.2203261Z [36;1m##Debug?[0m
2025-08-20T22:53:25.2203536Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:53:25.2203914Z [36;1m  set -x[0m
2025-08-20T22:53:25.2204124Z [36;1mfi[0m
2025-08-20T22:53:25.2204408Z [36;1m#-------------#[0m
2025-08-20T22:53:25.2204645Z [36;1m##Main[0m
2025-08-20T22:53:25.2204886Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:53:25.2205584Z [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:53:25.2206489Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:53:25.2206875Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:53:25.2207305Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:53:25.2207587Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:53:25.2207981Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:53:25.2208325Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:53:25.2208982Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:53:25.2209356Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:53:25.2209681Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:53:25.2210053Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:53:25.2210468Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:53:25.2210807Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:53:25.2211130Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:53:25.2211445Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:53:25.2211754Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:53:25.2212125Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:53:25.2212460Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:53:25.2212809Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:53:25.2213166Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:53:25.2213496Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:53:25.2213869Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:53:25.2214242Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:53:25.2214567Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:53:25.2214946Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:53:25.2215246Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:53:25.2215643Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:53:25.2216326Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:53:25.2216850Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:53:25.2217395Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:53:25.2217776Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:53:25.2218142Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:53:25.2218839Z [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:53:25.2219675Z [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:53:25.2220254Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:53:25.2220561Z [36;1m else[0m
2025-08-20T22:53:25.2221130Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:53:25.2221584Z [36;1m fi[0m
2025-08-20T22:53:25.2221882Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:53:25.2222287Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:53:25.2222787Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:53:25.2223204Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:53:25.2223648Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:53:25.2224116Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:53:25.2224551Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:53:25.2225023Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:53:25.2225472Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:53:25.2226062Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:53:25.2226500Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:53:25.2250533Z shell: /usr/bin/bash -e {0}
2025-08-20T22:53:25.2251087Z env:
2025-08-20T22:53:25.2251306Z   CROSS_COMPILING: NO
2025-08-20T22:53:25.2251632Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:53:25.2251903Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:53:25.2252153Z   ON_QEMU: NO
2025-08-20T22:53:25.2252433Z   DEBUG: 0
2025-08-20T22:53:25.2252678Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:53:25.2252980Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:53:25.2253325Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T22:53:25.2253692Z   KEEP_LOGS: YES
2025-08-20T22:53:25.2253945Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:53:25.2254230Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T22:53:25.2254572Z   SBUILD_REBUILD: false
2025-08-20T22:53:25.2255192Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T22:53:25.2256137Z   BUILD_SYS: docker://go
2025-08-20T22:53:25.2256434Z   BUILD_ON_HOST: FALSE
2025-08-20T22:53:25.2256766Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:53:25.2257012Z   SYSTMP: /tmp
2025-08-20T22:53:25.2257256Z   GHA_MODE: MATRIX
2025-08-20T22:53:25.2257722Z   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:53:25.2258643Z   GHCR_TOKEN: ***
2025-08-20T22:53:25.2259089Z   GITHUB_TOKEN: ***
2025-08-20T22:53:25.2259562Z   GITLAB_TOKEN: ***
2025-08-20T22:53:25.2260736Z   MINISIGN_KEY: ***
2025-08-20T22:53:25.2261054Z ##[endgroup]
2025-08-20T22:53:25.3833433Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:53:25.5216104Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:53:25.5216991Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:53:25.5217268Z 
2025-08-20T22:53:25.5729588Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:53:25.5730172Z 100  4098  100  4098    0     0  79657      0 --:--:-- --:--:-- --:--:-- 80352
2025-08-20T22:53:25.5739504Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T22:53:25.5812189Z 
2025-08-20T22:53:25.5812584Z [+] Building [/tmp/tmp.fGeZX4elqr/SBUILD_INPUT] Locally
2025-08-20T22:53:25.5812867Z 
2025-08-20T22:53:25.5822430Z '/tmp/tmp.fGeZX4elqr/SBUILD_INPUT' -> '/tmp/pkgforge/vYj86SLU4_build.yaml'
2025-08-20T22:53:25.7455239Z 
2025-08-20T22:53:25.7456340Z [+] Passwordless sudo is Configured
2025-08-20T22:53:25.8703334Z 
2025-08-20T22:53:25.8713886Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:53:25.8714141Z 
2025-08-20T22:53:25.9056330Z 
2025-08-20T22:53:25.9057670Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T22:53:25.9058029Z 
2025-08-20T22:53:25.9058035Z 
2025-08-20T22:53:25.9058415Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:53:25.9058713Z 
2025-08-20T22:53:25.9091923Z [+] Installing: 7z -> 7z
2025-08-20T22:53:26.4489172Z [+] Installing: actionlint -> actionlint
2025-08-20T22:53:26.7193336Z [+] Installing: anew -> anew
2025-08-20T22:53:26.9932361Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:53:27.5008909Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:53:28.0159716Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:53:28.4915205Z [+] Installing: archey -> archey
2025-08-20T22:53:28.7791487Z [+] Installing: aria2 -> aria2c
2025-08-20T22:53:29.0720072Z [+] Installing: askalono -> askalono
2025-08-20T22:53:29.3390313Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:53:29.6457377Z [+] Installing: b3sum -> b3sum
2025-08-20T22:53:29.8954044Z [+] Installing: bita -> bita
2025-08-20T22:53:30.1873069Z [+] Installing: btop -> btop
2025-08-20T22:53:30.7598088Z [+] Installing: chafa -> chafa
2025-08-20T22:53:31.0824135Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:53:31.4528705Z [+] Installing: croc -> croc
2025-08-20T22:53:31.7406796Z [+] Installing: csvtk -> csvtk
2025-08-20T22:53:32.0771758Z [+] Installing: cutlines -> cutlines
2025-08-20T22:53:32.2557261Z curl: (22) The requested URL returned error: 404
2025-08-20T22:53:32.2589993Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:53:32.2590611Z [+] Installing: dbin -> dbin
2025-08-20T22:53:32.6044943Z [+] Installing: dasel -> dasel
2025-08-20T22:53:32.8937817Z [+] Installing: delta -> delta
2025-08-20T22:53:33.1662274Z [+] Installing: ds -> ds
2025-08-20T22:53:33.3322089Z curl: (22) The requested URL returned error: 404
2025-08-20T22:53:33.3356104Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:53:33.3357286Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:53:33.5578127Z [+] Installing: duf -> duf
2025-08-20T22:53:34.1328372Z [+] Installing: duplicut -> duplicut
2025-08-20T22:53:34.4398278Z [+] Installing: dust -> dust
2025-08-20T22:53:34.6954468Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:53:35.0891429Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:53:35.3184218Z [+] Installing: dysk -> dysk
2025-08-20T22:53:35.5608217Z [+] Installing: eget -> eget
2025-08-20T22:53:36.1137091Z [+] Installing: epoch -> epoch
2025-08-20T22:53:36.6831548Z [+] Installing: faketty -> faketty
2025-08-20T22:53:36.9122265Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:53:37.1628385Z [+] Installing: freeze -> freeze
2025-08-20T22:53:37.4487810Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:53:37.6689041Z [+] Installing: gdu -> gdu
2025-08-20T22:53:37.9765523Z [+] Installing: gh -> gh
2025-08-20T22:53:38.3864633Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:53:38.7215686Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:53:38.9927450Z [+] Installing: glab -> glab
2025-08-20T22:53:39.3813767Z [+] Installing: glow -> glow
2025-08-20T22:53:39.9561836Z [+] Installing: httpx -> httpx
2025-08-20T22:53:40.3524527Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:53:40.6996571Z [+] Installing: husarnet -> husarnet
2025-08-20T22:53:40.8809207Z curl: (22) The requested URL returned error: 404
2025-08-20T22:53:40.8842301Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:53:40.8843104Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:53:41.1230136Z curl: (22) The requested URL returned error: 404
2025-08-20T22:53:41.1264179Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:53:41.1265089Z [+] Installing: imgcat -> imgcat
2025-08-20T22:53:41.3862192Z [+] Installing: jc -> jc
2025-08-20T22:53:41.7050445Z [+] Installing: jq -> jq
2025-08-20T22:53:41.9380294Z [+] Installing: logdy -> logdy
2025-08-20T22:53:42.6305073Z [+] Installing: micro -> micro
2025-08-20T22:53:43.2111317Z [+] Installing: miniserve -> miniserve
2025-08-20T22:53:43.7478448Z [+] Installing: minisign -> minisign
2025-08-20T22:53:43.9649253Z [+] Installing: ncdu -> ncdu
2025-08-20T22:53:44.1901573Z [+] Installing: notify -> notify
2025-08-20T22:53:44.5003254Z [+] Installing: ouch -> ouch
2025-08-20T22:53:45.0457390Z [+] Installing: oras -> oras
2025-08-20T22:53:45.3301184Z [+] Installing: pipetty -> pipetty
2025-08-20T22:53:45.5997558Z [+] Installing: pixterm -> pixterm
2025-08-20T22:53:45.8857439Z [+] Installing: qsv -> qsv
2025-08-20T22:53:46.1929490Z [+] Installing: rclone -> rclone
2025-08-20T22:53:46.6391398Z [+] Installing: ripgrep -> rg
2025-08-20T22:53:46.8970960Z [+] Installing: rga -> rga
2025-08-20T22:53:47.1691119Z [+] Installing: rsync -> rsync
2025-08-20T22:53:47.4439908Z [+] Installing: script -> script
2025-08-20T22:53:47.6583635Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:53:48.0674733Z [+] Installing: soar -> soar
2025-08-20T22:53:48.3567153Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:53:48.7691482Z [+] Installing: sstrip -> sstrip
2025-08-20T22:53:48.9607255Z [+] Installing: strace -> strace
2025-08-20T22:53:49.4783420Z [+] Installing: sttr -> sttr
2025-08-20T22:53:49.7582298Z [+] Installing: tailscale -> tailscale
2025-08-20T22:53:50.0683463Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:53:50.6850056Z [+] Installing: taplo -> taplo
2025-08-20T22:53:51.0151459Z [+] Installing: tldr -> tldr
2025-08-20T22:53:51.2785363Z [+] Installing: tldr -> tealdeer
2025-08-20T22:53:51.7785265Z [+] Installing: tmux -> tmux
2025-08-20T22:53:52.0232649Z [+] Installing: tok -> tok
2025-08-20T22:53:52.5884867Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:53:52.9229429Z [+] Installing: trurl -> trurl
2025-08-20T22:53:53.4938248Z [+] Installing: tss -> tss
2025-08-20T22:53:53.7215339Z [+] Installing: ulexec -> ulexec
2025-08-20T22:53:53.9852462Z [+] Installing: unfurl -> unfurl
2025-08-20T22:53:54.3296706Z [+] Installing: upx -> upx
2025-08-20T22:53:54.5618620Z [+] Installing: validtoml -> validtoml
2025-08-20T22:53:54.8392730Z [+] Installing: wget -> wget
2025-08-20T22:53:55.1171130Z [+] Installing: wget2 -> wget2
2025-08-20T22:53:55.4058788Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:53:55.6757758Z [+] Installing: xq -> xq
2025-08-20T22:53:55.9518557Z [+] Installing: xz -> xz
2025-08-20T22:53:56.1842879Z [+] Installing: unxz -> unxz
2025-08-20T22:53:56.6929367Z [+] Installing: yq -> yq
2025-08-20T22:53:56.9221947Z [+] Installing: yj -> yj
2025-08-20T22:53:57.1857963Z [+] Installing: zapper -> zapper
2025-08-20T22:53:57.4652379Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:53:57.6821349Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:53:57.9211708Z curl: (22) The requested URL returned error: 404
2025-08-20T22:53:57.9248086Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:53:57.9248746Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:53:58.3972130Z curl: (22) The requested URL returned error: 404
2025-08-20T22:53:58.4006225Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:53:58.4006873Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:53:58.5660130Z curl: (22) The requested URL returned error: 404
2025-08-20T22:53:58.5694738Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:53:58.5695556Z [+] Installing: zstd -> zstd
2025-08-20T22:53:58.8300999Z [+] Creating symlinks...
2025-08-20T22:53:58.8370619Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:53:58.8444967Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:53:58.8520664Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:53:58.8594521Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:53:58.8668573Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:53:58.8741203Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:53:58.8813476Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:53:58.8887225Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:53:58.8962324Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:53:58.9039556Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:53:58.9114507Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:53:58.9188233Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:53:58.9262725Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:53:58.9342486Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:53:58.9409235Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:53:58.9483206Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:53:58.9558418Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:53:58.9591092Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:53:58.9658413Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:53:58.9734984Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:53:58.9811817Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:53:58.9844369Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:53:58.9912812Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:53:58.9987558Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:53:59.0061914Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:53:59.0139852Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:53:59.0213589Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:53:59.0287618Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:53:59.0360706Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:53:59.0434019Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:53:59.0509078Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:53:59.0585618Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:53:59.0660923Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:53:59.0735494Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:53:59.0809595Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:53:59.0883012Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:53:59.0956305Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:53:59.1033742Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:53:59.1109963Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:53:59.1186339Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:53:59.1262746Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:53:59.1339268Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:53:59.1415122Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:53:59.1492251Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:53:59.1528098Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:53:59.1552466Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:53:59.1623867Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:53:59.1701551Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:53:59.1780960Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:53:59.1860641Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:53:59.1938782Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:53:59.2017236Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:53:59.2096610Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:53:59.2175221Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:53:59.2255008Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:53:59.2334549Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:53:59.2415104Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:53:59.2491361Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:53:59.2567974Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:53:59.2645431Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:53:59.2721072Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:53:59.2796980Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:53:59.2873376Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:53:59.2951640Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:53:59.3033548Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:53:59.3112628Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:53:59.3205539Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:53:59.3289660Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:53:59.3380068Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:53:59.3461467Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:53:59.3543389Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:53:59.3624146Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:53:59.3703547Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:53:59.3781566Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:53:59.3859661Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:53:59.3933069Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:53:59.4008568Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:53:59.4083446Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:53:59.4159855Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:53:59.4233943Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:53:59.4310102Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:53:59.4385009Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:53:59.4460969Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:53:59.4536605Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:53:59.4609924Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:53:59.4684872Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:53:59.4761429Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:53:59.4846311Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:53:59.4914016Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:53:59.4992971Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:53:59.5072051Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:53:59.5148325Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:53:59.5222144Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:53:59.5297335Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:53:59.5370778Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:53:59.5403391Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:53:59.5426534Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:53:59.5449164Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:53:59.5515326Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:53:59.5537420Z 
2025-08-20T22:53:59.5537781Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:53:59.5538130Z 
2025-08-20T22:53:59.5832886Z 
2025-08-20T22:53:59.5908622Z 
2025-08-20T22:53:59.5908994Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T22:53:59.5909196Z 
2025-08-20T22:53:59.5909272Z [+] Installation completed!
2025-08-20T22:53:59.5981547Z 
2025-08-20T22:53:59.5981892Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:53:59.9917519Z github.com
2025-08-20T22:53:59.9918155Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:53:59.9918459Z   - Active account: true
2025-08-20T22:53:59.9918664Z   - Git operations protocol: https
2025-08-20T22:53:59.9918917Z   - Token: ghp_************************************
2025-08-20T22:53:59.9919549Z   - 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:53:59.9920194Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:53:59.9920522Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:54:00.1766947Z Limit: 5000, Remaining: 3949, Reset: 2025-08-20 23:28:26 +0000 UTC (34m26s)
2025-08-20T22:54:00.1768835Z 
2025-08-20T22:54:00.1768937Z [+] GHCR_TOKEN is Exported
2025-08-20T22:54:00.1798329Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:54:00.4528441Z Login Succeeded
2025-08-20T22:54:00.4539274Z 
2025-08-20T22:54:00.4539565Z [+] GITLAB is Exported
2025-08-20T22:54:00.5866409Z [git remote -v]
2025-08-20T22:54:00.7828171Z gitlab.com
2025-08-20T22:54:00.7828775Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:54:00.7835724Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:54:00.7836590Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:54:00.7836981Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:54:00.7837333Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:54:00.7837654Z   ✓ Token found: **************************
2025-08-20T22:54:00.7837812Z 
2025-08-20T22:54:00.7838163Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:54:00.7838644Z [git remote -v]
2025-08-20T22:54:00.7842766Z 2025/08/20 22:54:00 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:54:00.7843642Z git: exit status 128]
2025-08-20T22:54:01.1969663Z 
2025-08-20T22:54:01.1969673Z 
2025-08-20T22:54:01.1970320Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:54:01 PM)
2025-08-20T22:54:01.1970714Z 
2025-08-20T22:54:01.1970717Z 
2025-08-20T22:54:01.1970782Z [+] USER = runner
2025-08-20T22:54:01.1970951Z [+] HOME = /home/runner
2025-08-20T22:54:01.1973083Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T22:54:01.1975193Z 
2025-08-20T22:54:01.3546803Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:54:01.3655291Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:54:01.3974967Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:54:01.4436430Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:54:01.4896545Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:54:01.5358292Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:54:02.3728844Z Reading package lists...
2025-08-20T22:54:02.4025596Z Reading package lists...
2025-08-20T22:54:02.5860166Z Building dependency tree...
2025-08-20T22:54:02.5867612Z Reading state information...
2025-08-20T22:54:02.8409025Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:54:02.8409408Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:54:02.8409722Z ca-certificates is already the newest version (20240203).
2025-08-20T22:54:02.8410188Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:54:02.8410507Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:54:02.8410829Z moreutils is already the newest version (0.69-1).
2025-08-20T22:54:02.8411188Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:54:02.8411575Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:54:02.8412312Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:54:03.0185641Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:54:03.0392946Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:54:03.1073106Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:54:03.2194372Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:54:03.3296060Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:54:03.4397207Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:54:04.2744235Z Reading package lists...
2025-08-20T22:54:04.3043364Z Reading package lists...
2025-08-20T22:54:04.4781210Z Building dependency tree...
2025-08-20T22:54:04.4788847Z Reading state information...
2025-08-20T22:54:04.6961811Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:54:04.6962240Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:54:04.6962643Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:54:04.6963154Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:54:04.6963538Z ca-certificates is already the newest version (20240203).
2025-08-20T22:54:04.6963994Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:54:04.6964614Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:54:04.6964944Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:54:04.6965298Z gawk set to manually installed.
2025-08-20T22:54:04.6965584Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:54:04.6966260Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:54:04.6966645Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:54:04.6966983Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:54:04.6967386Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:54:04.6967791Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:54:04.6968157Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:54:04.6968545Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:54:04.6968905Z The following additional packages will be installed:
2025-08-20T22:54:04.6969408Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:54:04.6969901Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:54:04.6970407Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:54:04.6970889Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:54:04.6971361Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:54:04.6971787Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:54:04.6978660Z Suggested packages:
2025-08-20T22:54:04.6979039Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:54:04.6979529Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:54:04.6980198Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:54:04.6980744Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:54:04.6981246Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T22:54:04.6981682Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T22:54:04.6982089Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T22:54:04.7189303Z The following NEW packages will be installed:
2025-08-20T22:54:04.7189779Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:54:04.7191344Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:54:04.7191955Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:54:04.7192736Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:54:04.7193262Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:54:04.7195723Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:54:04.7196956Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:54:04.9667852Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:54:04.9668290Z Need to get 27.2 MB of archives.
2025-08-20T22:54:04.9668649Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T22:54:04.9669373Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T22:54:05.9276841Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:54:06.5126891Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T22:54:06.7475297Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T22:54:06.8618234Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T22:54:06.9771570Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T22:54:07.2206088Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:54:07.4600397Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:54:07.8033462Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T22:54:07.9213653Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:54:09.1120598Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T22:54:09.3541075Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T22:54:10.1330962Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T22:54:10.2626335Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:54:10.3848902Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T22:54:10.5149574Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T22:54:10.6365230Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T22:54:11.4217350Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T22:54:11.5417133Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T22:54:11.6677032Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T22:54:11.7879049Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T22:54:11.9085322Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T22:54:12.2559991Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T22:54:12.6359159Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T22:54:13.0591868Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T22:54:13.2614847Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T22:54:13.8220776Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T22:54:14.0310813Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T22:54:14.2186796Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T22:54:14.4249687Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T22:54:14.6247856Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T22:54:14.8149611Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T22:54:14.9307160Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T22:54:15.6263508Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T22:54:16.3170848Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T22:54:16.6804124Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T22:54:16.9117151Z Preconfiguring packages ...
2025-08-20T22:54:16.9986812Z Fetched 27.2 MB in 12s (2274 kB/s)
2025-08-20T22:54:17.0381051Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:54:17.0411605Z (Reading database ... 
2025-08-20T22:54:17.0411867Z (Reading database ... 5%
2025-08-20T22:54:17.0412071Z (Reading database ... 10%
2025-08-20T22:54:17.0412270Z (Reading database ... 15%
2025-08-20T22:54:17.0412467Z (Reading database ... 20%
2025-08-20T22:54:17.0412663Z (Reading database ... 25%
2025-08-20T22:54:17.0412889Z (Reading database ... 30%
2025-08-20T22:54:17.0413082Z (Reading database ... 35%
2025-08-20T22:54:17.0413274Z (Reading database ... 40%
2025-08-20T22:54:17.0413469Z (Reading database ... 45%
2025-08-20T22:54:17.0413762Z (Reading database ... 50%
2025-08-20T22:54:17.0431423Z (Reading database ... 55%
2025-08-20T22:54:17.0514180Z (Reading database ... 60%
2025-08-20T22:54:17.0551709Z (Reading database ... 65%
2025-08-20T22:54:17.0565056Z (Reading database ... 70%
2025-08-20T22:54:17.0585436Z (Reading database ... 75%
2025-08-20T22:54:17.0616759Z (Reading database ... 80%
2025-08-20T22:54:17.0777309Z (Reading database ... 85%
2025-08-20T22:54:17.0796217Z (Reading database ... 90%
2025-08-20T22:54:17.0884162Z (Reading database ... 95%
2025-08-20T22:54:17.0884396Z (Reading database ... 100%
2025-08-20T22:54:17.0884702Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T22:54:17.0910817Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:54:17.1120504Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:54:17.2662801Z Selecting previously unselected package poppler-data.
2025-08-20T22:54:17.2824355Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:54:17.2903566Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:54:17.4186433Z Selecting previously unselected package b3sum.
2025-08-20T22:54:17.4323709Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T22:54:17.4383424Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:54:17.4970227Z Selecting previously unselected package build-essential.
2025-08-20T22:54:17.5107935Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T22:54:17.5180737Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:54:17.5725186Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T22:54:17.5870102Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T22:54:17.5980316Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:54:17.6610996Z Selecting previously unselected package ccache.
2025-08-20T22:54:17.6775416Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T22:54:17.6830477Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:54:17.7665933Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:54:17.7830653Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:54:17.7887626Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:54:17.8477836Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:54:17.8622412Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:54:17.8680475Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:54:17.9255987Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:54:17.9386816Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T22:54:17.9453985Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:54:18.0318206Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:54:18.0460852Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:54:18.0996609Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:54:18.2098565Z Selecting previously unselected package libgs-common.
2025-08-20T22:54:18.2267944Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:54:18.2322942Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:54:18.2838491Z Selecting previously unselected package libgs10-common.
2025-08-20T22:54:18.2996257Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:54:18.3059450Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:54:18.4106723Z Selecting previously unselected package libidn12:arm64.
2025-08-20T22:54:18.4248953Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T22:54:18.4343057Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:54:18.4881668Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T22:54:18.5022111Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T22:54:18.5081939Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:54:18.5618775Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T22:54:18.5764778Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T22:54:18.5833968Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:54:18.6520014Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T22:54:18.6686287Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T22:54:18.6744220Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:54:18.7366633Z Selecting previously unselected package libgs10:arm64.
2025-08-20T22:54:18.7529316Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:54:18.7592641Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:54:18.9950895Z Selecting previously unselected package ghostscript.
2025-08-20T22:54:19.0092896Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:54:19.0148034Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:54:19.0806456Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:54:19.0971955Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:54:19.1028405Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:54:19.3114528Z Selecting previously unselected package imagemagick.
2025-08-20T22:54:19.3271039Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:54:19.3330150Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:54:19.3796369Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:54:19.3937769Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:54:19.3993757Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:54:19.4565235Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T22:54:19.4701242Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:54:19.4758441Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:54:19.5425260Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T22:54:19.5561602Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T22:54:19.5620023Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:54:19.6207705Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T22:54:19.6380256Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:54:19.6435145Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:54:19.6953544Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:54:19.7121910Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:54:19.7179932Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:54:19.7735233Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T22:54:19.7900578Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T22:54:19.7981100Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:54:19.8875366Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T22:54:19.9018545Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T22:54:19.9079688Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:54:21.4436430Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T22:54:21.4578154Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:54:21.4692645Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:54:21.5316544Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T22:54:21.5489204Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:54:21.5563099Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:54:21.6152379Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:54:21.6319058Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T22:54:21.6377966Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:54:21.6872955Z Selecting previously unselected package libtool-bin.
2025-08-20T22:54:21.7034801Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T22:54:21.7103390Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:54:21.7759543Z Selecting previously unselected package lzip.
2025-08-20T22:54:21.7900595Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T22:54:21.7965514Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:54:21.8741693Z Selecting previously unselected package netpbm.
2025-08-20T22:54:21.8880073Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:54:21.8950642Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:54:22.2741788Z Selecting previously unselected package musl:arm64.
2025-08-20T22:54:22.2894596Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T22:54:22.2953116Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T22:54:22.3689416Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T22:54:22.3844873Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T22:54:22.3913611Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:54:22.4807488Z Selecting previously unselected package musl-tools.
2025-08-20T22:54:22.4951405Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T22:54:22.5006792Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:54:22.5731350Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:54:22.7245186Z 
2025-08-20T22:54:22.7245959Z Creating config file /etc/papersize with new version
2025-08-20T22:54:22.8351202Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:54:22.8544637Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:54:22.8808584Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:54:22.8972213Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:54:22.9136242Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:54:22.9312429Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:54:22.9524958Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:54:22.9704270Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:54:23.0289575Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:54:23.0476055Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:54:23.0696429Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:54:23.0873401Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:54:23.0953960Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:54:23.1028340Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:54:23.1164013Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:54:23.1322358Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:54:23.1508294Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:54:23.1677310Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:54:23.1831185Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:54:23.1973127Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:54:23.2035165Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:54:23.2110182Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:54:23.2177870Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:54:23.2245025Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:54:23.2306168Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:54:23.2377044Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:54:23.2445946Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:54:23.2517743Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:54:23.2584637Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:54:23.2653850Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:54:23.2730117Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:54:23.2821178Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:54:23.2947490Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:54:23.3097520Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:54:23.3164337Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:54:23.3239700Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:54:23.3332243Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:54:23.3406731Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:54:23.3482696Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:54:23.3568580Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:54:23.3646299Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:54:23.3776068Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:54:23.3943980Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T22:54:23.4226112Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:54:23.4416527Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:54:23.4763390Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:54:23.4946587Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:54:23.5097614Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:54:23.5252516Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:54:23.5404177Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:54:23.5567941Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:54:23.5731734Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:54:23.6118922Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:54:23.6294440Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:54:23.6483873Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:54:23.6642943Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:54:23.6816721Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:54:24.0012278Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:54:24.0171158Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:54:24.0327477Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:54:24.0488274Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:54:24.0697355Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:54:24.1499296Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:54:24.6392487Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:54:24.9180202Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:54:24.9458464Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:54:27.5805529Z Reading package lists...
2025-08-20T22:54:27.7872760Z Building dependency tree...
2025-08-20T22:54:27.7880648Z Reading state information...
2025-08-20T22:54:28.0133729Z autoconf is already the newest version (2.71-3).
2025-08-20T22:54:28.0134135Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:54:28.0134480Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:54:28.0134849Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:54:28.0135193Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:54:28.0135535Z ca-certificates is already the newest version (20240203).
2025-08-20T22:54:28.0136034Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:54:28.0136348Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:54:28.0136657Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:54:28.0136966Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:54:28.0137280Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:54:28.0137988Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:54:28.0138274Z patch set to manually installed.
2025-08-20T22:54:28.0138546Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:54:28.0138871Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:54:28.0139186Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:54:28.0139482Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:54:28.0139743Z Suggested packages:
2025-08-20T22:54:28.0139911Z   scons-doc
2025-08-20T22:54:28.0282134Z The following NEW packages will be installed:
2025-08-20T22:54:28.0289637Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:54:28.2544530Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:54:28.2546978Z Need to get 17.8 MB of archives.
2025-08-20T22:54:28.2547294Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T22:54:28.2547823Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:54:28.5445351Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T22:54:28.5912657Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T22:54:28.9479391Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:54:28.9975583Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T22:54:29.2381029Z Fetched 17.8 MB in 1s (18.5 MB/s)
2025-08-20T22:54:29.2613431Z Selecting previously unselected package autopoint.
2025-08-20T22:54:29.2644968Z (Reading database ... 
2025-08-20T22:54:29.2645208Z (Reading database ... 5%
2025-08-20T22:54:29.2645413Z (Reading database ... 10%
2025-08-20T22:54:29.2645613Z (Reading database ... 15%
2025-08-20T22:54:29.2645918Z (Reading database ... 20%
2025-08-20T22:54:29.2646143Z (Reading database ... 25%
2025-08-20T22:54:29.2646366Z (Reading database ... 30%
2025-08-20T22:54:29.2646562Z (Reading database ... 35%
2025-08-20T22:54:29.2646755Z (Reading database ... 40%
2025-08-20T22:54:29.2646949Z (Reading database ... 45%
2025-08-20T22:54:29.2647143Z (Reading database ... 50%
2025-08-20T22:54:29.2667319Z (Reading database ... 55%
2025-08-20T22:54:29.2750901Z (Reading database ... 60%
2025-08-20T22:54:29.2788014Z (Reading database ... 65%
2025-08-20T22:54:29.2801448Z (Reading database ... 70%
2025-08-20T22:54:29.2824261Z (Reading database ... 75%
2025-08-20T22:54:29.2944855Z (Reading database ... 80%
2025-08-20T22:54:29.3012735Z (Reading database ... 85%
2025-08-20T22:54:29.3037705Z (Reading database ... 90%
2025-08-20T22:54:29.3123659Z (Reading database ... 95%
2025-08-20T22:54:29.3123899Z (Reading database ... 100%
2025-08-20T22:54:29.3124200Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T22:54:29.3151706Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:54:29.3211232Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:54:29.3802221Z Selecting previously unselected package clang.
2025-08-20T22:54:29.3956395Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T22:54:29.4016520Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:54:29.4512562Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:54:29.4669222Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T22:54:29.4728316Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:54:30.4799754Z Selecting previously unselected package scons.
2025-08-20T22:54:30.4968536Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:54:30.5022941Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:54:30.6347015Z Selecting previously unselected package byacc.
2025-08-20T22:54:30.6499334Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T22:54:30.6559901Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:54:30.7330494Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:54:30.7506485Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:54:30.7768463Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:54:30.8219137Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:54:31.1809882Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:54:31.1992918Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:54:32.3870138Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T22:54:33.5141643Z Reading package lists...
2025-08-20T22:54:33.7036456Z Building dependency tree...
2025-08-20T22:54:33.7043289Z Reading state information...
2025-08-20T22:54:33.9335928Z The following additional packages will be installed:
2025-08-20T22:54:33.9336355Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:54:33.9336696Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:54:33.9337116Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:54:33.9337582Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:54:33.9338021Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:54:33.9338449Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:54:33.9339286Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:54:33.9339704Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:54:33.9342610Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:54:33.9350127Z Suggested packages:
2025-08-20T22:54:33.9350408Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:54:33.9350797Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:54:33.9351206Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:54:33.9351746Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:54:33.9352127Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T22:54:33.9352537Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T22:54:33.9352994Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T22:54:33.9353476Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T22:54:33.9353835Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T22:54:33.9354041Z Recommended packages:
2025-08-20T22:54:33.9354319Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:54:33.9354743Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T22:54:33.9355134Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T22:54:33.9355494Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T22:54:33.9355919Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T22:54:33.9525863Z The following NEW packages will be installed:
2025-08-20T22:54:33.9526717Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:54:33.9527102Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:54:33.9527500Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:54:33.9527982Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:54:33.9528421Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:54:33.9528853Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:54:33.9529298Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:54:33.9530545Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:54:33.9533758Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:54:34.1107562Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:54:34.1108250Z Need to get 2409 kB of archives.
2025-08-20T22:54:34.1108565Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T22:54:34.1109079Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:54:34.1570356Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:54:34.2129582Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:54:34.3069126Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:54:34.3557328Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:54:34.4077033Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T22:54:34.4678817Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T22:54:34.5173639Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:54:34.5682224Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T22:54:34.6189758Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T22:54:34.6727639Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:54:34.7246763Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:54:34.7742532Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:54:34.8265244Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:54:34.8813495Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:54:34.9483176Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:54:34.9993099Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:54:35.2207367Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:54:35.2694179Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:54:35.3168092Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T22:54:35.3637705Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T22:54:35.4582885Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:54:35.5137280Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:54:35.5611552Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:54:35.6077725Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:54:35.6546886Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:54:35.7014621Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:54:35.7542708Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T22:54:35.8040103Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T22:54:35.8514286Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:54:36.1526902Z Fetched 2409 kB in 2s (1238 kB/s)
2025-08-20T22:54:36.1790637Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:54:36.1821953Z (Reading database ... 
2025-08-20T22:54:36.1822222Z (Reading database ... 5%
2025-08-20T22:54:36.1822420Z (Reading database ... 10%
2025-08-20T22:54:36.1822619Z (Reading database ... 15%
2025-08-20T22:54:36.1822816Z (Reading database ... 20%
2025-08-20T22:54:36.1823012Z (Reading database ... 25%
2025-08-20T22:54:36.1823226Z (Reading database ... 30%
2025-08-20T22:54:36.1823423Z (Reading database ... 35%
2025-08-20T22:54:36.1823616Z (Reading database ... 40%
2025-08-20T22:54:36.1823810Z (Reading database ... 45%
2025-08-20T22:54:36.1824001Z (Reading database ... 50%
2025-08-20T22:54:36.1843579Z (Reading database ... 55%
2025-08-20T22:54:36.1932729Z (Reading database ... 60%
2025-08-20T22:54:36.1968344Z (Reading database ... 65%
2025-08-20T22:54:36.1981214Z (Reading database ... 70%
2025-08-20T22:54:36.2003887Z (Reading database ... 75%
2025-08-20T22:54:36.2123406Z (Reading database ... 80%
2025-08-20T22:54:36.2191814Z (Reading database ... 85%
2025-08-20T22:54:36.2217058Z (Reading database ... 90%
2025-08-20T22:54:36.2302538Z (Reading database ... 95%
2025-08-20T22:54:36.2303140Z (Reading database ... 100%
2025-08-20T22:54:36.2303439Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T22:54:36.2331301Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:54:36.2405008Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:54:36.2999360Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:54:36.3140527Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:54:36.3193128Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:54:36.3650254Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:54:36.3787848Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:54:36.3873444Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:54:36.4321106Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:54:36.4448959Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:54:36.4504581Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:54:36.4917131Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:54:36.5078637Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:54:36.5131264Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:54:36.5602380Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:54:36.5763781Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T22:54:36.5817626Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:54:36.6304761Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T22:54:36.6467061Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T22:54:36.6534631Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:54:36.7012822Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:54:36.7171721Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:54:36.7231499Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:54:36.7666905Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T22:54:36.7813350Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T22:54:36.7871698Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:54:37.1439484Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T22:54:37.1608151Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T22:54:37.1690556Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:54:37.2165531Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:54:37.2331999Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:54:37.2398492Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:54:37.2860478Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:54:37.3010832Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:54:37.3066609Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:54:37.3580492Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:54:37.3717955Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:54:37.3773605Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:54:37.4242960Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:54:37.4382564Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:54:37.4508786Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:54:37.5157161Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:54:37.5329587Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:54:37.5392909Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:54:37.5894500Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:54:37.6061059Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:54:37.6116670Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:54:37.6601903Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:54:37.6778035Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:54:37.6858571Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:54:37.7337012Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:54:37.7489097Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:54:37.7539954Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:54:37.7988589Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:54:37.8132145Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:54:37.8183105Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:54:37.8613795Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T22:54:37.8765933Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T22:54:37.8821314Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:54:37.9333906Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T22:54:37.9486617Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T22:54:37.9561072Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:54:38.0157485Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:54:38.0331603Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:54:38.0388879Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:54:38.0939055Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:54:38.1115231Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:54:38.1177171Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:54:38.1635650Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:54:38.1809963Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:54:38.1876166Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:54:38.2322163Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:54:38.2483054Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:54:38.2542943Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:54:38.3019937Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:54:38.3171652Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:54:38.3235034Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:54:38.3700608Z Selecting previously unselected package libwww-perl.
2025-08-20T22:54:38.3843412Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:54:38.3899188Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:54:38.4455401Z Selecting previously unselected package patchutils.
2025-08-20T22:54:38.4602006Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T22:54:38.4656106Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:54:38.5197051Z Selecting previously unselected package wdiff.
2025-08-20T22:54:38.5372389Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T22:54:38.5441553Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:54:38.6115735Z Selecting previously unselected package devscripts.
2025-08-20T22:54:38.6289117Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:54:38.6500406Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:54:38.8464754Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:54:38.8749002Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:54:38.8957351Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:54:38.9171453Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:54:38.9361451Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:54:38.9535374Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:54:38.9739764Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:54:38.9907882Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:54:39.0083625Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:54:39.0276409Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:54:39.1089480Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:54:39.1284810Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:54:39.1517299Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:54:39.1798866Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:54:39.1969020Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:54:39.2143470Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:54:39.2298905Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:54:39.2469128Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:54:39.2679879Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:54:39.2846610Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:54:39.3001313Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:54:39.3168055Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:54:39.3328391Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:54:39.3528553Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:54:39.3695338Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:54:39.3851695Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:54:39.4005246Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:54:39.4221140Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:54:39.4379046Z Setting up devscripts (2.23.7) ...
2025-08-20T22:54:39.5592354Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:54:39.5771201Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:54:41.1686024Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:54:42.2866281Z Reading package lists...
2025-08-20T22:54:42.4968207Z Building dependency tree...
2025-08-20T22:54:42.4975468Z Reading state information...
2025-08-20T22:54:42.7285325Z The following additional packages will be installed:
2025-08-20T22:54:42.7293449Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:54:42.7301664Z Suggested packages:
2025-08-20T22:54:42.7301891Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T22:54:42.7454869Z The following NEW packages will be installed:
2025-08-20T22:54:42.7462243Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:54:42.8586887Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:54:42.8587234Z Need to get 12.7 MB of archives.
2025-08-20T22:54:42.8587526Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T22:54:42.8588074Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T22:54:43.0289139Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T22:54:43.1354783Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:54:43.3671597Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T22:54:43.7644846Z Fetched 12.7 MB in 1s (16.8 MB/s)
2025-08-20T22:54:43.7980900Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T22:54:43.8013407Z (Reading database ... 
2025-08-20T22:54:43.8013619Z (Reading database ... 5%
2025-08-20T22:54:43.8013821Z (Reading database ... 10%
2025-08-20T22:54:43.8014017Z (Reading database ... 15%
2025-08-20T22:54:43.8014228Z (Reading database ... 20%
2025-08-20T22:54:43.8014421Z (Reading database ... 25%
2025-08-20T22:54:43.8014948Z (Reading database ... 30%
2025-08-20T22:54:43.8015139Z (Reading database ... 35%
2025-08-20T22:54:43.8016093Z (Reading database ... 40%
2025-08-20T22:54:43.8016300Z (Reading database ... 45%
2025-08-20T22:54:43.8016491Z (Reading database ... 50%
2025-08-20T22:54:43.8035645Z (Reading database ... 55%
2025-08-20T22:54:43.8123322Z (Reading database ... 60%
2025-08-20T22:54:43.8162777Z (Reading database ... 65%
2025-08-20T22:54:43.8177127Z (Reading database ... 70%
2025-08-20T22:54:43.8201167Z (Reading database ... 75%
2025-08-20T22:54:43.8328212Z (Reading database ... 80%
2025-08-20T22:54:43.8398312Z (Reading database ... 85%
2025-08-20T22:54:43.8427117Z (Reading database ... 90%
2025-08-20T22:54:43.8520871Z (Reading database ... 95%
2025-08-20T22:54:43.8521129Z (Reading database ... 100%
2025-08-20T22:54:43.8521424Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T22:54:43.8554162Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T22:54:43.8694189Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:54:43.9276194Z Selecting previously unselected package librhash0:arm64.
2025-08-20T22:54:43.9429835Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T22:54:43.9483549Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:54:44.0098328Z Selecting previously unselected package cmake-data.
2025-08-20T22:54:44.0246340Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:54:44.0367320Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:54:45.0256587Z Selecting previously unselected package cmake.
2025-08-20T22:54:45.0418358Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T22:54:45.0480682Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:54:45.2899723Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:54:45.3069338Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:54:45.3225672Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:54:45.3425687Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:54:45.3600497Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:54:46.6787703Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:54:47.8459943Z Reading package lists...
2025-08-20T22:54:48.0635378Z Building dependency tree...
2025-08-20T22:54:48.0643540Z Reading state information...
2025-08-20T22:54:48.3265603Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:54:48.3266171Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:54:48.3266488Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:54:48.3267156Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:54:48.3267469Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:54:48.3267782Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:54:48.3268126Z ca-certificates is already the newest version (20240203).
2025-08-20T22:54:48.3268449Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:54:48.3268750Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:54:48.3269050Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:54:48.3269339Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:54:48.3269619Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:54:48.3269954Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:54:48.3270306Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:54:48.3270611Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:54:48.3270921Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:54:48.3271236Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:54:48.3271537Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:54:48.3271813Z musl is already the newest version (1.2.4-2).
2025-08-20T22:54:48.3272287Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:54:48.3272576Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:54:48.3272907Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:54:48.3273248Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:54:48.3273547Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:54:48.3273848Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:54:48.3274177Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:54:48.3462687Z Reading package lists...
2025-08-20T22:54:48.5550580Z Building dependency tree...
2025-08-20T22:54:48.5559490Z Reading state information...
2025-08-20T22:54:48.8182807Z autoconf is already the newest version (2.71-3).
2025-08-20T22:54:48.8183207Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:54:48.8183556Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:54:48.8183924Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:54:48.8184252Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:54:48.8184591Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:54:48.8184949Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:54:48.8185265Z ca-certificates is already the newest version (20240203).
2025-08-20T22:54:48.8185578Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:54:48.8186054Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:54:48.8186351Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:54:48.8186668Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:54:48.8186973Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:54:48.8187285Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:54:48.8187594Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:54:48.8187916Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:54:48.8188241Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:54:48.8188604Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:54:48.8188952Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:54:48.8189242Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:54:48.8189541Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:54:48.8189873Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:54:48.8374709Z Reading package lists...
2025-08-20T22:54:49.0270554Z Building dependency tree...
2025-08-20T22:54:49.0278773Z Reading state information...
2025-08-20T22:54:49.2803273Z devscripts is already the newest version (2.23.7).
2025-08-20T22:54:49.2803660Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:54:49.2996799Z Reading package lists...
2025-08-20T22:54:49.4844206Z Building dependency tree...
2025-08-20T22:54:49.4852182Z Reading state information...
2025-08-20T22:54:49.7398507Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:54:49.7398899Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:54:49.7588901Z Reading package lists...
2025-08-20T22:54:49.9493495Z Building dependency tree...
2025-08-20T22:54:49.9501075Z Reading state information...
2025-08-20T22:54:50.1925397Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:54:50.1926001Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T22:54:50.2308449Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:54:50.2761507Z Reading package lists...
2025-08-20T22:54:50.4851006Z Building dependency tree...
2025-08-20T22:54:50.4859717Z Reading state information...
2025-08-20T22:54:50.7122767Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T22:54:50.7123614Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T22:54:50.7123966Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:54:50.7124331Z The following additional packages will be installed:
2025-08-20T22:54:50.7124661Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:54:50.7125057Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:54:50.7125509Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:54:50.7126107Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:54:50.7126502Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:54:50.7126945Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:54:50.7127345Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T22:54:50.7127753Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:54:50.7128141Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T22:54:50.7128531Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T22:54:50.7128950Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T22:54:50.7129307Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T22:54:50.7129678Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:54:50.7130120Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T22:54:50.7130457Z   linux-libc-dev-armhf-cross
2025-08-20T22:54:50.7137724Z Suggested packages:
2025-08-20T22:54:50.7138063Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:54:50.7138439Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T22:54:50.7461407Z The following NEW packages will be installed:
2025-08-20T22:54:50.7461793Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:54:50.7462234Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:54:50.7462684Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:54:50.7463116Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T22:54:50.7463495Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T22:54:50.7463883Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T22:54:50.7464303Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T22:54:50.7466596Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:54:50.7467395Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T22:54:50.7467794Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T22:54:50.7468213Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T22:54:50.7468643Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T22:54:50.7469008Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:54:50.7469383Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T22:54:50.7469827Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T22:54:50.8580934Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:54:50.8581282Z Need to get 112 MB of archives.
2025-08-20T22:54:50.8581573Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T22:54:51.0034954Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:54:51.0036048Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T22:54:51.4260304Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:54:51.4726952Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T22:54:51.6257075Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T22:54:51.6719912Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T22:54:51.7185456Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T22:54:51.7831306Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:54:51.8300939Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:54:51.8767826Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:54:51.9288566Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T22:54:51.9755436Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T22:54:52.0227729Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T22:54:52.0692929Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T22:54:52.1312602Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T22:54:52.1911458Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T22:54:52.3306689Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T22:54:52.3817488Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:54:52.6633492Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:54:52.7248455Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:54:52.7871071Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T22:54:52.8608528Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:54:53.0347565Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T22:54:53.1198498Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:54:53.1689805Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:54:53.2159254Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:54:53.2762809Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T22:54:53.3229458Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T22:54:53.3699370Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T22:54:53.4165607Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T22:54:53.4953041Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T22:54:53.5486129Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T22:54:53.6071398Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T22:54:53.7505029Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:54:54.0137946Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:54:54.0750978Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:54:54.1364758Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T22:54:54.2103772Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:54:54.3843063Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T22:54:54.4306597Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T22:54:54.4771181Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T22:54:54.5235350Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T22:54:54.7999767Z Fetched 112 MB in 4s (29.8 MB/s)
2025-08-20T22:54:54.8257827Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T22:54:54.8290156Z (Reading database ... 
2025-08-20T22:54:54.8290393Z (Reading database ... 5%
2025-08-20T22:54:54.8290587Z (Reading database ... 10%
2025-08-20T22:54:54.8290782Z (Reading database ... 15%
2025-08-20T22:54:54.8290979Z (Reading database ... 20%
2025-08-20T22:54:54.8291173Z (Reading database ... 25%
2025-08-20T22:54:54.8291367Z (Reading database ... 30%
2025-08-20T22:54:54.8291938Z (Reading database ... 35%
2025-08-20T22:54:54.8292142Z (Reading database ... 40%
2025-08-20T22:54:54.8292332Z (Reading database ... 45%
2025-08-20T22:54:54.8292530Z (Reading database ... 50%
2025-08-20T22:54:54.8311686Z (Reading database ... 55%
2025-08-20T22:54:54.8395746Z (Reading database ... 60%
2025-08-20T22:54:54.8433792Z (Reading database ... 65%
2025-08-20T22:54:54.8448416Z (Reading database ... 70%
2025-08-20T22:54:54.8471554Z (Reading database ... 75%
2025-08-20T22:54:54.8594737Z (Reading database ... 80%
2025-08-20T22:54:54.8661232Z (Reading database ... 85%
2025-08-20T22:54:54.8688400Z (Reading database ... 90%
2025-08-20T22:54:54.8783833Z (Reading database ... 95%
2025-08-20T22:54:54.8784060Z (Reading database ... 100%
2025-08-20T22:54:54.8784355Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T22:54:54.8812250Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:54:54.8898569Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:54:54.9453065Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:54:54.9615175Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:54:54.9701435Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:54:55.2221534Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T22:54:55.2397967Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:54:55.2453403Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:54:55.2992460Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:54:55.3169888Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:54:55.3269892Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:54:55.5802408Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:54:55.5955559Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:54:55.6019274Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:54:55.6532801Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:54:55.6683057Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:54:55.6740133Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:54:55.7257047Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:54:55.7411918Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:54:55.7544537Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:54:55.8850200Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:54:55.9028407Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:55.9093933Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:54:55.9550529Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:54:55.9714338Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:55.9781163Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:54:56.0267192Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:54:56.0421714Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:54:56.0481693Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:54:56.1174526Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:54:56.1321260Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:56.1376656Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:54:56.1890491Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:54:56.2036800Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:56.2111482Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:54:56.2702407Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:54:56.2879973Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:56.2936334Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:54:56.3525873Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:54:56.3693034Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:56.3749747Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:54:56.4812066Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:54:56.4978156Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:56.5033886Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:54:56.5687878Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:54:56.5839215Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:56.5893902Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:54:56.6659244Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:54:56.6806605Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:56.6864391Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:54:56.7795691Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:54:56.7973919Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:54:56.8091948Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:54:57.2163017Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:54:57.2312243Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:54:57.2368244Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:54:57.4749444Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:54:57.4918938Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:54:57.4973518Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:54:57.6240776Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:54:57.6402509Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:57.6460074Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:54:57.8859050Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:54:57.9038489Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:54:57.9115642Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:54:58.1663757Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:54:58.1827742Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:54:58.1896756Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:54:58.3012708Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:54:58.3175458Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:58.3281799Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:54:58.3722139Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:54:58.3901451Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:58.3957590Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:54:58.4440153Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:54:58.4616203Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:54:58.4675623Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:54:58.5327290Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:54:58.5496805Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:58.5549927Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:54:58.6055888Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:54:58.6208476Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:58.6296912Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:54:58.6850202Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:54:58.7001973Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:58.7057038Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:54:58.7588781Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:54:58.7742816Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:58.7830010Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:54:58.8917826Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:54:58.9102053Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:58.9157547Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:54:58.9889640Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:54:59.0064630Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:59.0134337Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:54:59.0882853Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:54:59.1054237Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:54:59.1108872Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:54:59.1883126Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:54:59.2040298Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:54:59.2119353Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:54:59.6100006Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:54:59.6269099Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:54:59.6352908Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:54:59.8769493Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:54:59.8926541Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:54:59.8983293Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:55:00.0836356Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:55:00.1002429Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:55:00.1059942Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:00.4249266Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:55:00.4458473Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:55:00.4542256Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:00.6623444Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:55:00.6778953Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:55:00.6840027Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:55:00.7261706Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:55:00.7413790Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:55:00.7473707Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:55:00.7864601Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:55:00.8012965Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:55:00.8081272Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:55:00.8524247Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:55:00.8669294Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:55:00.8724187Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:55:00.9434520Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:55:00.9616208Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:55:00.9796709Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:00.9970316Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.0179444Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.0373151Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:55:01.0527530Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.0693575Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:55:01.0864603Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:55:01.1027460Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.1195431Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.1349724Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:55:01.1567917Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:55:01.1732181Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.1902229Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.2067820Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.2232594Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.2400419Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.2554361Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.2751159Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.2911416Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:55:01.3099781Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.3271801Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.3460946Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:55:01.3645952Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.3822837Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.4024674Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.4187433Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:55:01.4352383Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.4505659Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.4674509Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.4921193Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.5111131Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.7707880Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.8464522Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:55:01.9637363Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.9809822Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:01.9999456Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:02.0201784Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:55:02.0389229Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:55:02.0580498Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:55:02.0767012Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:55:02.0953403Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:55:02.1026790Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:55:02.1169218Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:55:03.4065332Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:55:04.5427343Z Reading package lists...
2025-08-20T22:55:04.7498227Z Building dependency tree...
2025-08-20T22:55:04.7505616Z Reading state information...
2025-08-20T22:55:04.9751616Z The following additional packages will be installed:
2025-08-20T22:55:04.9752144Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:55:04.9755652Z   libpcap0.8-dev
2025-08-20T22:55:05.0022312Z The following NEW packages will be installed:
2025-08-20T22:55:05.0022778Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:55:05.0028099Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:55:05.0197311Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:55:05.1327715Z Need to get 1640 kB of archives.
2025-08-20T22:55:05.1328143Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T22:55:05.1328707Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T22:55:05.3715317Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T22:55:05.4339756Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T22:55:05.4973908Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T22:55:05.5806278Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T22:55:05.7128154Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T22:55:05.7695642Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:55:05.8157619Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T22:55:06.0575134Z Fetched 1640 kB in 1s (2087 kB/s)
2025-08-20T22:55:06.0921317Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T22:55:06.0954820Z (Reading database ... 
2025-08-20T22:55:06.0955050Z (Reading database ... 5%
2025-08-20T22:55:06.0955246Z (Reading database ... 10%
2025-08-20T22:55:06.0955445Z (Reading database ... 15%
2025-08-20T22:55:06.0955642Z (Reading database ... 20%
2025-08-20T22:55:06.0955961Z (Reading database ... 25%
2025-08-20T22:55:06.0956156Z (Reading database ... 30%
2025-08-20T22:55:06.0956675Z (Reading database ... 35%
2025-08-20T22:55:06.0956894Z (Reading database ... 40%
2025-08-20T22:55:06.0957088Z (Reading database ... 45%
2025-08-20T22:55:06.0957750Z (Reading database ... 50%
2025-08-20T22:55:06.0974678Z (Reading database ... 55%
2025-08-20T22:55:06.1059453Z (Reading database ... 60%
2025-08-20T22:55:06.1093216Z (Reading database ... 65%
2025-08-20T22:55:06.1109542Z (Reading database ... 70%
2025-08-20T22:55:06.1133776Z (Reading database ... 75%
2025-08-20T22:55:06.1285605Z (Reading database ... 80%
2025-08-20T22:55:06.1318145Z (Reading database ... 85%
2025-08-20T22:55:06.1350390Z (Reading database ... 90%
2025-08-20T22:55:06.1442621Z (Reading database ... 95%
2025-08-20T22:55:06.1442845Z (Reading database ... 100%
2025-08-20T22:55:06.1443139Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T22:55:06.1469823Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T22:55:06.1527599Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:55:06.2283564Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:55:06.2456225Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T22:55:06.2561653Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:55:06.3135112Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T22:55:06.3308779Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:55:06.3371682Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:55:06.4040623Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T22:55:06.4192856Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:55:06.4247321Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:55:06.4791167Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T22:55:06.4948591Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T22:55:06.5008548Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:55:06.5844285Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T22:55:06.5995140Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:55:06.6071843Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:55:06.6697800Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T22:55:06.6876212Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:55:06.6929026Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:55:06.7496864Z Selecting previously unselected package pcaputils.
2025-08-20T22:55:06.7678244Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T22:55:06.7754045Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:55:06.8473370Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:55:06.9914770Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:55:07.1625332Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:55:07.1819918Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:55:07.2147882Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:55:07.4596435Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:55:07.4769965Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:55:07.4970370Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:55:07.5246521Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:55:09.0662893Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:55:09.1167383Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:55:09.1344602Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:55:10.2535204Z Reading package lists...
2025-08-20T22:55:10.4680153Z Building dependency tree...
2025-08-20T22:55:10.4688345Z Reading state information...
2025-08-20T22:55:10.5096838Z Reading package lists...
2025-08-20T22:55:10.7334217Z Building dependency tree...
2025-08-20T22:55:10.7344916Z Reading state information...
2025-08-20T22:55:10.9647732Z The following additional packages will be installed:
2025-08-20T22:55:10.9651716Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:55:10.9658591Z Suggested packages:
2025-08-20T22:55:10.9658915Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:55:10.9659282Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:55:10.9819793Z The following NEW packages will be installed:
2025-08-20T22:55:10.9821035Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:55:10.9825210Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:55:11.2207996Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:55:11.2208372Z Need to get 801 kB of archives.
2025-08-20T22:55:11.2208702Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T22:55:11.2209190Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T22:55:11.4990203Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T22:55:11.7313995Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T22:55:12.1177913Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T22:55:12.2391080Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T22:55:12.3531720Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T22:55:12.5781239Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T22:55:12.6898622Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T22:55:12.8076092Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:55:13.0767233Z Fetched 801 kB in 2s (439 kB/s)
2025-08-20T22:55:13.1096645Z Selecting previously unselected package liblz1:arm64.
2025-08-20T22:55:13.1130943Z (Reading database ... 
2025-08-20T22:55:13.1131205Z (Reading database ... 5%
2025-08-20T22:55:13.1131494Z (Reading database ... 10%
2025-08-20T22:55:13.1131691Z (Reading database ... 15%
2025-08-20T22:55:13.1131883Z (Reading database ... 20%
2025-08-20T22:55:13.1132076Z (Reading database ... 25%
2025-08-20T22:55:13.1132270Z (Reading database ... 30%
2025-08-20T22:55:13.1133753Z (Reading database ... 35%
2025-08-20T22:55:13.1133962Z (Reading database ... 40%
2025-08-20T22:55:13.1134154Z (Reading database ... 45%
2025-08-20T22:55:13.1134348Z (Reading database ... 50%
2025-08-20T22:55:13.1155018Z (Reading database ... 55%
2025-08-20T22:55:13.1245266Z (Reading database ... 60%
2025-08-20T22:55:13.1281058Z (Reading database ... 65%
2025-08-20T22:55:13.1298096Z (Reading database ... 70%
2025-08-20T22:55:13.1323547Z (Reading database ... 75%
2025-08-20T22:55:13.1483624Z (Reading database ... 80%
2025-08-20T22:55:13.1517815Z (Reading database ... 85%
2025-08-20T22:55:13.1552807Z (Reading database ... 90%
2025-08-20T22:55:13.1654540Z (Reading database ... 95%
2025-08-20T22:55:13.1654761Z (Reading database ... 100%
2025-08-20T22:55:13.1655057Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T22:55:13.1689001Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T22:55:13.1818169Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T22:55:13.2305501Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T22:55:13.2497944Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T22:55:13.2589446Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:55:13.3448918Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T22:55:13.3629287Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T22:55:13.3694731Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:55:13.5067971Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T22:55:13.5225584Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T22:55:13.5280736Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:55:13.6292361Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T22:55:13.6449041Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T22:55:13.6511179Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:55:13.7023303Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T22:55:13.7202844Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T22:55:13.7266281Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:55:13.7969084Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T22:55:13.8147726Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T22:55:13.8228435Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:55:13.8852527Z Selecting previously unselected package lzma.
2025-08-20T22:55:13.9026024Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T22:55:13.9089491Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:55:13.9670610Z Selecting previously unselected package lzma-dev.
2025-08-20T22:55:13.9828927Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:55:13.9886413Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:55:14.0734429Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T22:55:14.0974577Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:55:14.1158736Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:55:14.1326662Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:55:14.1529795Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:55:14.1668000Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:55:14.1806615Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:55:14.1994258Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:55:14.2167585Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:55:14.2413489Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:55:14.2582229Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:55:14.2896979Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:55:15.6785688Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:55:16.9762731Z Reading package lists...
2025-08-20T22:55:17.1678037Z Building dependency tree...
2025-08-20T22:55:17.1687471Z Reading state information...
2025-08-20T22:55:17.4510289Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:55:17.4510738Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:55:17.4511066Z inetutils-telnet set to manually installed.
2025-08-20T22:55:17.4511375Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:55:17.4511718Z The following additional packages will be installed:
2025-08-20T22:55:17.4511980Z   tcpd update-inetd
2025-08-20T22:55:17.4666474Z The following packages will be REMOVED:
2025-08-20T22:55:17.4672680Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:55:17.4673615Z The following NEW packages will be installed:
2025-08-20T22:55:17.4673935Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:55:17.4674334Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:55:17.4681256Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:55:17.5776572Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T22:55:17.5777271Z Need to get 691 kB of archives.
2025-08-20T22:55:17.5777549Z After this operation, 987 kB disk space will be freed.
2025-08-20T22:55:17.5778055Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T22:55:17.7315689Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T22:55:17.7885202Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:55:17.8456703Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T22:55:17.9129780Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T22:55:18.0000547Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T22:55:18.0711815Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T22:55:18.1372304Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T22:55:18.1976341Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T22:55:18.2547990Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T22:55:18.3199976Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T22:55:18.3917383Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T22:55:18.4566279Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T22:55:18.6884736Z Preconfiguring packages ...
2025-08-20T22:55:18.8376482Z Fetched 691 kB in 1s (696 kB/s)
2025-08-20T22:55:18.8580449Z (Reading database ... 
2025-08-20T22:55:18.8580693Z (Reading database ... 5%
2025-08-20T22:55:18.8580891Z (Reading database ... 10%
2025-08-20T22:55:18.8581083Z (Reading database ... 15%
2025-08-20T22:55:18.8581278Z (Reading database ... 20%
2025-08-20T22:55:18.8581493Z (Reading database ... 25%
2025-08-20T22:55:18.8582219Z (Reading database ... 30%
2025-08-20T22:55:18.8582453Z (Reading database ... 35%
2025-08-20T22:55:18.8582647Z (Reading database ... 40%
2025-08-20T22:55:18.8582842Z (Reading database ... 45%
2025-08-20T22:55:18.8583035Z (Reading database ... 50%
2025-08-20T22:55:18.8602162Z (Reading database ... 55%
2025-08-20T22:55:18.8690661Z (Reading database ... 60%
2025-08-20T22:55:18.8728394Z (Reading database ... 65%
2025-08-20T22:55:18.8747138Z (Reading database ... 70%
2025-08-20T22:55:18.8774408Z (Reading database ... 75%
2025-08-20T22:55:18.8941266Z (Reading database ... 80%
2025-08-20T22:55:18.8977484Z (Reading database ... 85%
2025-08-20T22:55:18.9013807Z (Reading database ... 90%
2025-08-20T22:55:18.9121822Z (Reading database ... 95%
2025-08-20T22:55:18.9122043Z (Reading database ... 100%
2025-08-20T22:55:18.9122338Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T22:55:18.9157794Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:55:18.9943925Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T22:55:19.0648836Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:55:19.4206777Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:55:19.4241521Z (Reading database ... 
2025-08-20T22:55:19.4241748Z (Reading database ... 5%
2025-08-20T22:55:19.4241974Z (Reading database ... 10%
2025-08-20T22:55:19.4242172Z (Reading database ... 15%
2025-08-20T22:55:19.4242367Z (Reading database ... 20%
2025-08-20T22:55:19.4242561Z (Reading database ... 25%
2025-08-20T22:55:19.4242751Z (Reading database ... 30%
2025-08-20T22:55:19.4242947Z (Reading database ... 35%
2025-08-20T22:55:19.4243139Z (Reading database ... 40%
2025-08-20T22:55:19.4243671Z (Reading database ... 45%
2025-08-20T22:55:19.4243884Z (Reading database ... 50%
2025-08-20T22:55:19.4262040Z (Reading database ... 55%
2025-08-20T22:55:19.4353683Z (Reading database ... 60%
2025-08-20T22:55:19.4391988Z (Reading database ... 65%
2025-08-20T22:55:19.4409425Z (Reading database ... 70%
2025-08-20T22:55:19.4436726Z (Reading database ... 75%
2025-08-20T22:55:19.4597119Z (Reading database ... 80%
2025-08-20T22:55:19.4631461Z (Reading database ... 85%
2025-08-20T22:55:19.4665356Z (Reading database ... 90%
2025-08-20T22:55:19.4764818Z (Reading database ... 95%
2025-08-20T22:55:19.4765038Z (Reading database ... 100%
2025-08-20T22:55:19.4765335Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T22:55:19.4794563Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:55:19.4882855Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:55:19.5476780Z Selecting previously unselected package tcpd.
2025-08-20T22:55:19.5619026Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T22:55:19.5681993Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:55:19.6251418Z Selecting previously unselected package update-inetd.
2025-08-20T22:55:19.6404387Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:55:19.6483442Z Unpacking update-inetd (4.53) ...
2025-08-20T22:55:19.7170731Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:55:19.7347098Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:55:19.7450776Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:55:19.8168157Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:55:19.8340037Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:55:19.8410225Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:55:19.9159078Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:55:19.9328269Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:55:19.9391898Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:55:20.0024811Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:55:20.0174066Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:55:20.0236604Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:55:20.0840359Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:55:20.0991038Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:55:20.1066131Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:55:20.1683026Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:55:20.1846070Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:55:20.1902894Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:55:20.2523452Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:55:20.2702140Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:55:20.2767366Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:55:20.3299669Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:55:20.3471371Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:55:20.3524985Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:55:20.4189132Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:55:20.4361824Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T22:55:20.4426147Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:55:20.5092057Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:55:20.5244599Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:55:20.5358861Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:55:20.6101581Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:55:20.6447403Z Setting up update-inetd (4.53) ...
2025-08-20T22:55:20.7513876Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:55:20.7675244Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:55:20.7828438Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:55:21.1091456Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:55:21.1091900Z 
2025-08-20T22:55:21.1092009Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:55:21.1092198Z 
2025-08-20T22:55:21.1092605Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:55:21.1092969Z 
2025-08-20T22:55:21.1093593Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:55:21.1094089Z 
2025-08-20T22:55:21.3501937Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:55:21.3748052Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:55:21.3900982Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:55:21.4017340Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:55:21.4197939Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:55:21.4385218Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:55:21.4544298Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:55:21.7665941Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:55:21.7666355Z 
2025-08-20T22:55:21.7666887Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:55:21.7667363Z 
2025-08-20T22:55:22.0149658Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:55:22.1515845Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:55:22.2464583Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:55:22.3200355Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:55:25.1243308Z Reading package lists...
2025-08-20T22:55:25.3380547Z Building dependency tree...
2025-08-20T22:55:25.3387040Z Reading state information...
2025-08-20T22:55:25.6411131Z The following packages will be REMOVED:
2025-08-20T22:55:25.6414867Z   inetutils-ping
2025-08-20T22:55:25.6416218Z The following NEW packages will be installed:
2025-08-20T22:55:25.6423500Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:55:25.6428228Z The following packages will be upgraded:
2025-08-20T22:55:25.6435100Z   iputils-tracepath
2025-08-20T22:55:25.7528077Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T22:55:25.7528403Z Need to get 84.5 kB of archives.
2025-08-20T22:55:25.7528703Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T22:55:25.7529285Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:55:25.8909524Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T22:55:25.9425270Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T22:55:25.9956229Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T22:55:26.2932599Z Fetched 84.5 kB in 0s (242 kB/s)
2025-08-20T22:55:26.3135118Z (Reading database ... 
2025-08-20T22:55:26.3135362Z (Reading database ... 5%
2025-08-20T22:55:26.3135586Z (Reading database ... 10%
2025-08-20T22:55:26.3135904Z (Reading database ... 15%
2025-08-20T22:55:26.3136118Z (Reading database ... 20%
2025-08-20T22:55:26.3136310Z (Reading database ... 25%
2025-08-20T22:55:26.3136834Z (Reading database ... 30%
2025-08-20T22:55:26.3137049Z (Reading database ... 35%
2025-08-20T22:55:26.3137241Z (Reading database ... 40%
2025-08-20T22:55:26.3137431Z (Reading database ... 45%
2025-08-20T22:55:26.3137620Z (Reading database ... 50%
2025-08-20T22:55:26.3157361Z (Reading database ... 55%
2025-08-20T22:55:26.3246533Z (Reading database ... 60%
2025-08-20T22:55:26.3282455Z (Reading database ... 65%
2025-08-20T22:55:26.3301171Z (Reading database ... 70%
2025-08-20T22:55:26.3325235Z (Reading database ... 75%
2025-08-20T22:55:26.3486735Z (Reading database ... 80%
2025-08-20T22:55:26.3521458Z (Reading database ... 85%
2025-08-20T22:55:26.3556082Z (Reading database ... 90%
2025-08-20T22:55:26.3660197Z (Reading database ... 95%
2025-08-20T22:55:26.3660419Z (Reading database ... 100%
2025-08-20T22:55:26.3660714Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T22:55:26.3693399Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:55:26.4609142Z Selecting previously unselected package iputils-ping.
2025-08-20T22:55:26.4643289Z (Reading database ... 
2025-08-20T22:55:26.4643846Z (Reading database ... 5%
2025-08-20T22:55:26.4644084Z (Reading database ... 10%
2025-08-20T22:55:26.4644281Z (Reading database ... 15%
2025-08-20T22:55:26.4644482Z (Reading database ... 20%
2025-08-20T22:55:26.4645034Z (Reading database ... 25%
2025-08-20T22:55:26.4645225Z (Reading database ... 30%
2025-08-20T22:55:26.4645420Z (Reading database ... 35%
2025-08-20T22:55:26.4645613Z (Reading database ... 40%
2025-08-20T22:55:26.4645992Z (Reading database ... 45%
2025-08-20T22:55:26.4646215Z (Reading database ... 50%
2025-08-20T22:55:26.4664737Z (Reading database ... 55%
2025-08-20T22:55:26.4752302Z (Reading database ... 60%
2025-08-20T22:55:26.4787332Z (Reading database ... 65%
2025-08-20T22:55:26.4805575Z (Reading database ... 70%
2025-08-20T22:55:26.4830491Z (Reading database ... 75%
2025-08-20T22:55:26.4991603Z (Reading database ... 80%
2025-08-20T22:55:26.5026012Z (Reading database ... 85%
2025-08-20T22:55:26.5059859Z (Reading database ... 90%
2025-08-20T22:55:26.5160785Z (Reading database ... 95%
2025-08-20T22:55:26.5161002Z (Reading database ... 100%
2025-08-20T22:55:26.5161291Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T22:55:26.5193017Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:55:26.5248859Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:55:26.5913163Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:55:26.6110529Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T22:55:26.6842269Z Selecting previously unselected package iputils-arping.
2025-08-20T22:55:26.7001226Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:55:26.7055955Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:55:26.7565995Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:55:26.7727128Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:55:26.7783486Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:55:26.8586482Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:55:26.9448552Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:55:26.9731806Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:55:27.0029758Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T22:55:27.0228463Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:55:29.6454383Z Reading package lists...
2025-08-20T22:55:29.8619313Z Building dependency tree...
2025-08-20T22:55:29.8625990Z Reading state information...
2025-08-20T22:55:30.0895576Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:55:30.1184496Z The following packages will be upgraded:
2025-08-20T22:55:30.1184818Z   python3-pip python3-pip-whl
2025-08-20T22:55:30.1359566Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:55:30.5457472Z Need to get 3020 kB of archives.
2025-08-20T22:55:30.5457914Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T22:55:30.5458494Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T22:55:31.4531685Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T22:55:32.0654938Z Fetched 3020 kB in 2s (1815 kB/s)
2025-08-20T22:55:32.1055732Z (Reading database ... 
2025-08-20T22:55:32.1056123Z (Reading database ... 5%
2025-08-20T22:55:32.1056331Z (Reading database ... 10%
2025-08-20T22:55:32.1056527Z (Reading database ... 15%
2025-08-20T22:55:32.1056720Z (Reading database ... 20%
2025-08-20T22:55:32.1056913Z (Reading database ... 25%
2025-08-20T22:55:32.1057104Z (Reading database ... 30%
2025-08-20T22:55:32.1057296Z (Reading database ... 35%
2025-08-20T22:55:32.1058273Z (Reading database ... 40%
2025-08-20T22:55:32.1058499Z (Reading database ... 45%
2025-08-20T22:55:32.1058994Z (Reading database ... 50%
2025-08-20T22:55:32.1077307Z (Reading database ... 55%
2025-08-20T22:55:32.1165622Z (Reading database ... 60%
2025-08-20T22:55:32.1201375Z (Reading database ... 65%
2025-08-20T22:55:32.1219992Z (Reading database ... 70%
2025-08-20T22:55:32.1243974Z (Reading database ... 75%
2025-08-20T22:55:32.1402686Z (Reading database ... 80%
2025-08-20T22:55:32.1437501Z (Reading database ... 85%
2025-08-20T22:55:32.1471261Z (Reading database ... 90%
2025-08-20T22:55:32.1571991Z (Reading database ... 95%
2025-08-20T22:55:32.1572233Z (Reading database ... 100%
2025-08-20T22:55:32.1572526Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:55:32.1602733Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:55:32.3113599Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:55:32.5089374Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:55:32.5244656Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:55:32.6193941Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:55:32.6367371Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:55:33.5528866Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:55:36.3287523Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:55:36.6274163Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:55:37.9347267Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:55:38.0722470Z Collecting pip
2025-08-20T22:55:38.1392091Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:55:38.1630893Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:55:38.2452522Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 22.6 MB/s eta 0:00:00
2025-08-20T22:55:38.4839517Z Installing collected packages: pip
2025-08-20T22:55:39.1301320Z Successfully installed pip-25.2
2025-08-20T22:55:39.3219789Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:55:39.3625243Z Reading package lists...
2025-08-20T22:55:39.5563820Z Building dependency tree...
2025-08-20T22:55:39.5570388Z Reading state information...
2025-08-20T22:55:39.7829127Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:55:39.7829470Z pciutils set to manually installed.
2025-08-20T22:55:39.7829754Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:55:39.7830080Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:55:39.7830369Z python3-distro set to manually installed.
2025-08-20T22:55:39.7830685Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:55:39.7831016Z python3-netifaces set to manually installed.
2025-08-20T22:55:39.7831762Z The following additional packages will be installed:
2025-08-20T22:55:39.7832088Z   libsysfs2
2025-08-20T22:55:39.7839747Z Suggested packages:
2025-08-20T22:55:39.7839951Z   fancontrol read-edid i2c-tools
2025-08-20T22:55:39.8097497Z The following NEW packages will be installed:
2025-08-20T22:55:39.8099977Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:55:39.8286558Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:55:40.0746673Z Need to get 133 kB of archives.
2025-08-20T22:55:40.0747040Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T22:55:40.0747546Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T22:55:40.3056787Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T22:55:40.4453184Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T22:55:40.7409377Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T22:55:41.0054226Z Fetched 133 kB in 1s (146 kB/s)
2025-08-20T22:55:41.0385232Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T22:55:41.0419767Z (Reading database ... 
2025-08-20T22:55:41.0420000Z (Reading database ... 5%
2025-08-20T22:55:41.0420194Z (Reading database ... 10%
2025-08-20T22:55:41.0420397Z (Reading database ... 15%
2025-08-20T22:55:41.0420592Z (Reading database ... 20%
2025-08-20T22:55:41.0420784Z (Reading database ... 25%
2025-08-20T22:55:41.0420972Z (Reading database ... 30%
2025-08-20T22:55:41.0421171Z (Reading database ... 35%
2025-08-20T22:55:41.0421361Z (Reading database ... 40%
2025-08-20T22:55:41.0421552Z (Reading database ... 45%
2025-08-20T22:55:41.0421744Z (Reading database ... 50%
2025-08-20T22:55:41.0440790Z (Reading database ... 55%
2025-08-20T22:55:41.0530030Z (Reading database ... 60%
2025-08-20T22:55:41.0565420Z (Reading database ... 65%
2025-08-20T22:55:41.0583904Z (Reading database ... 70%
2025-08-20T22:55:41.0607304Z (Reading database ... 75%
2025-08-20T22:55:41.0763842Z (Reading database ... 80%
2025-08-20T22:55:41.0798338Z (Reading database ... 85%
2025-08-20T22:55:41.0831785Z (Reading database ... 90%
2025-08-20T22:55:41.0932058Z (Reading database ... 95%
2025-08-20T22:55:41.0932295Z (Reading database ... 100%
2025-08-20T22:55:41.0932586Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:55:41.0962026Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T22:55:41.1069937Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:55:41.1708305Z Selecting previously unselected package sysfsutils.
2025-08-20T22:55:41.1866995Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T22:55:41.1944290Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:55:41.2710602Z Selecting previously unselected package lm-sensors.
2025-08-20T22:55:41.2892305Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T22:55:41.3108198Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:55:41.3620127Z Selecting previously unselected package virt-what.
2025-08-20T22:55:41.3798711Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T22:55:41.3865297Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:55:41.4597684Z Setting up virt-what (1.25-2) ...
2025-08-20T22:55:41.4779745Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:55:41.4949180Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:55:41.8071069Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:55:41.8071441Z 
2025-08-20T22:55:41.8071903Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:55:41.8072344Z 
2025-08-20T22:55:42.0518925Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:55:42.3531632Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:55:42.3532126Z 
2025-08-20T22:55:42.3620539Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:55:43.9536976Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:55:45.1389512Z Reading package lists...
2025-08-20T22:55:45.3575916Z Building dependency tree...
2025-08-20T22:55:45.3582512Z Reading state information...
2025-08-20T22:55:45.5904404Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:55:45.5904766Z The following additional packages will be installed:
2025-08-20T22:55:45.5908796Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:55:45.5909153Z   xorg-sgml-doctools
2025-08-20T22:55:45.5917188Z Suggested packages:
2025-08-20T22:55:45.5917377Z   libxcb-doc
2025-08-20T22:55:45.6084174Z The following NEW packages will be installed:
2025-08-20T22:55:45.6086067Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:55:45.6089100Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:55:45.6089449Z   xcb xorg-sgml-doctools
2025-08-20T22:55:45.8558229Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:55:45.8558941Z Need to get 816 kB of archives.
2025-08-20T22:55:45.8559234Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T22:55:45.8559768Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T22:55:45.9700799Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T22:55:46.0916807Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:55:46.7620547Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T22:55:46.8772745Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T22:55:46.9935962Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T22:55:47.1185486Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T22:55:47.2342058Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T22:55:47.3486366Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T22:55:47.4629568Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T22:55:47.5782082Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T22:55:47.8347123Z Fetched 816 kB in 2s (416 kB/s)
2025-08-20T22:55:47.8618934Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T22:55:47.8652964Z (Reading database ... 
2025-08-20T22:55:47.8653177Z (Reading database ... 5%
2025-08-20T22:55:47.8653375Z (Reading database ... 10%
2025-08-20T22:55:47.8653576Z (Reading database ... 15%
2025-08-20T22:55:47.8653770Z (Reading database ... 20%
2025-08-20T22:55:47.8654545Z (Reading database ... 25%
2025-08-20T22:55:47.8654784Z (Reading database ... 30%
2025-08-20T22:55:47.8654985Z (Reading database ... 35%
2025-08-20T22:55:47.8655179Z (Reading database ... 40%
2025-08-20T22:55:47.8655374Z (Reading database ... 45%
2025-08-20T22:55:47.8655568Z (Reading database ... 50%
2025-08-20T22:55:47.8674097Z (Reading database ... 55%
2025-08-20T22:55:47.8763142Z (Reading database ... 60%
2025-08-20T22:55:47.8799025Z (Reading database ... 65%
2025-08-20T22:55:47.8817880Z (Reading database ... 70%
2025-08-20T22:55:47.8841846Z (Reading database ... 75%
2025-08-20T22:55:47.9010448Z (Reading database ... 80%
2025-08-20T22:55:47.9047550Z (Reading database ... 85%
2025-08-20T22:55:47.9084996Z (Reading database ... 90%
2025-08-20T22:55:47.9189901Z (Reading database ... 95%
2025-08-20T22:55:47.9190126Z (Reading database ... 100%
2025-08-20T22:55:47.9190416Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T22:55:47.9225508Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T22:55:47.9282056Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:55:47.9760670Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:55:47.9908204Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:55:47.9973692Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:55:48.0575504Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:55:48.0720794Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:55:48.0785877Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:55:48.1580813Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T22:55:48.1764187Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T22:55:48.1823245Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:55:48.2386267Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T22:55:48.2559475Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T22:55:48.2620908Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:55:48.3110115Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T22:55:48.3285894Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:55:48.3338368Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:55:48.3910338Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T22:55:48.4062612Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:55:48.4148384Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:55:48.4699939Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T22:55:48.4848301Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:55:48.4974014Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:55:48.5475941Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T22:55:48.5627928Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:55:48.5697252Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:55:48.6198930Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T22:55:48.6384525Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:55:48.6444835Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:55:48.7120223Z Selecting previously unselected package xcb.
2025-08-20T22:55:48.7306115Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T22:55:48.7364876Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:55:48.8098967Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:55:48.8270650Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:55:48.8480682Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:55:48.8710185Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:55:48.8903415Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:55:48.9187860Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:55:50.3804681Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:55:50.4072312Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:55:50.4336093Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:55:50.4524120Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:55:50.4718375Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:55:50.4973483Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:55:50.5206484Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:55:50.5391524Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:55:51.8804107Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:55:52.5304663Z Collecting build
2025-08-20T22:55:52.5991720Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:55:52.7221733Z Collecting cffi
2025-08-20T22:55:52.7370393Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:55:52.7737015Z Collecting scons
2025-08-20T22:55:52.7907521Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:55:52.8300558Z Collecting scuba
2025-08-20T22:55:52.8438574Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:55:52.9061958Z Collecting pytest
2025-08-20T22:55:52.9240630Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:55:52.9678432Z Collecting packaging>=19.1 (from build)
2025-08-20T22:55:52.9826125Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:55:53.0156588Z Collecting pyproject_hooks (from build)
2025-08-20T22:55:53.0288444Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:55:53.0619075Z Collecting pycparser (from cffi)
2025-08-20T22:55:53.0755040Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:55:53.1262637Z Collecting PyYAML (from scuba)
2025-08-20T22:55:53.1414991Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:55:53.1759992Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:55:53.1890089Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:55:53.2256034Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:55:53.2389974Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:55:53.2780955Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:55:53.2913866Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:55:53.3218515Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:55:53.3492588Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:55:53.4230767Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:55:53.4788219Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 74.6 MB/s  0:00:00
2025-08-20T22:55:53.4932529Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:55:53.5182204Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:55:53.5442174Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:55:53.5670650Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:55:53.5913915Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:55:53.6215312Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:55:53.6426683Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 50.8 MB/s  0:00:00
2025-08-20T22:55:53.6618134Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:55:53.6852597Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:55:53.7188599Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:55:53.7387186Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 26.6 MB/s  0:00:00
2025-08-20T22:55:53.8353184Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:55:55.5395159Z 
2025-08-20T22:55:55.5408751Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:55:55.8302138Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:55:56.4736667Z Collecting ansi2txt
2025-08-20T22:55:56.5530035Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:55:56.6007254Z Collecting pipx
2025-08-20T22:55:56.6147713Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:55:56.6610465Z Collecting scons
2025-08-20T22:55:56.6620720Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:55:56.6915239Z Collecting py2static
2025-08-20T22:55:56.7057547Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:55:56.7517652Z Collecting typer
2025-08-20T22:55:56.7655166Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:55:56.8188569Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:55:56.8319552Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:55:56.8690456Z Collecting packaging>=20 (from pipx)
2025-08-20T22:55:56.8699980Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:55:56.9170913Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:55:56.9313798Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:55:56.9690619Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:55:56.9835965Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:55:57.0512123Z Collecting pyinstaller (from py2static)
2025-08-20T22:55:57.0658484Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:55:57.1102677Z Collecting staticx (from py2static)
2025-08-20T22:55:57.1279953Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:55:57.1782145Z   Preparing metadata (setup.py): started
2025-08-20T22:55:57.8464390Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:55:57.8864312Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:55:57.8998891Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:55:57.9480284Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:55:57.9612558Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:55:57.9968310Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:55:58.0129129Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:55:58.0745722Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:55:58.0883677Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:55:58.1316750Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:55:58.1452299Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:55:58.1852915Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:55:58.1862326Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:55:58.2151884Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:55:58.2285258Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:55:58.3584236Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:55:58.3721850Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:55:58.4155120Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:55:58.4287209Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:55:58.4744572Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:55:58.4878836Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:55:58.5302888Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:55:58.5461953Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:55:58.5724385Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:55:58.5943278Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:55:58.6100996Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:55:58.6275545Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:55:58.6517889Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:55:58.6748364Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:55:58.6970656Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:55:58.7102962Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:55:58.7234916Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:55:58.7498307Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:55:58.7816489Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:55:58.7956545Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:55:58.8207524Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:55:58.8428860Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:55:58.8668848Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:55:58.8891371Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:55:58.9115344Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:55:58.9419303Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 17.8 MB/s  0:00:00
2025-08-20T22:55:58.9551978Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:55:58.9821525Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:55:59.0117072Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 34.1 MB/s  0:00:00
2025-08-20T22:55:59.0249312Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:55:59.0469810Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:55:59.0892840Z Building wheels for collected packages: staticx
2025-08-20T22:55:59.0899406Z   Building wheel for staticx (setup.py): started
2025-08-20T22:56:27.8042692Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:56:27.8051452Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790700 sha256=6a53602c56b20c076b41c06754b9b7dff9f0fd698db69e664c47e92372fddf53
2025-08-20T22:56:27.8052650Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:56:27.8068773Z Successfully built staticx
2025-08-20T22:56:27.9015096Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:56:29.1965911Z   Attempting uninstall: scons
2025-08-20T22:56:29.2037297Z     Found existing installation: SCons 4.9.1
2025-08-20T22:56:29.2320696Z     Uninstalling SCons-4.9.1:
2025-08-20T22:56:29.2381612Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:56:29.7203192Z   Attempting uninstall: pygments
2025-08-20T22:56:29.7271394Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:56:29.7438370Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:56:29.7461113Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:56:30.3279773Z   Attempting uninstall: packaging
2025-08-20T22:56:30.3350043Z     Found existing installation: packaging 25.0
2025-08-20T22:56:30.3369382Z     Uninstalling packaging-25.0:
2025-08-20T22:56:30.3374962Z       Successfully uninstalled packaging-25.0
2025-08-20T22:56:31.2356809Z 
2025-08-20T22:56:31.2381318Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:56:31.5237729Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:56:32.1711638Z Collecting build
2025-08-20T22:56:32.1722205Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:56:32.2511108Z Collecting cffi
2025-08-20T22:56:32.2521175Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:56:32.2776250Z Collecting scons
2025-08-20T22:56:32.2785689Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:56:32.3048040Z Collecting scuba
2025-08-20T22:56:32.3057797Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:56:32.3556107Z Collecting pytest
2025-08-20T22:56:32.3565293Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:56:32.3837939Z Collecting packaging>=19.1 (from build)
2025-08-20T22:56:32.3847599Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:56:32.4076083Z Collecting pyproject_hooks (from build)
2025-08-20T22:56:32.4085164Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:56:32.4353722Z Collecting pycparser (from cffi)
2025-08-20T22:56:32.4364438Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:56:32.4725466Z Collecting PyYAML (from scuba)
2025-08-20T22:56:32.4739057Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:56:32.5007252Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:56:32.5015478Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:56:32.5272866Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:56:32.5281946Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:56:32.5637679Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:56:32.5646964Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:56:32.5694729Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:56:32.5703965Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:56:32.5715511Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:56:32.5749804Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:56:32.5759982Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:56:32.5770521Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:56:32.5779228Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:56:32.5787610Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:56:32.5796376Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:56:32.5812549Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:56:32.5822028Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:56:32.5830876Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:56:32.6871938Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:56:32.6875667Z   Attempting uninstall: scons
2025-08-20T22:56:32.6946833Z     Found existing installation: SCons 4.9.1
2025-08-20T22:56:32.7227035Z     Uninstalling SCons-4.9.1:
2025-08-20T22:56:32.7286067Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:56:33.2153543Z   Attempting uninstall: PyYAML
2025-08-20T22:56:33.2229821Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:56:33.2249619Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:56:33.2256227Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:56:33.2802640Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:56:33.2870430Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:56:33.2883871Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:56:33.2889149Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:56:33.3041514Z   Attempting uninstall: pygments
2025-08-20T22:56:33.3108302Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:56:33.3260410Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:56:33.3283428Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:56:33.8945243Z   Attempting uninstall: pycparser
2025-08-20T22:56:33.9013593Z     Found existing installation: pycparser 2.22
2025-08-20T22:56:33.9032488Z     Uninstalling pycparser-2.22:
2025-08-20T22:56:33.9038239Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:56:34.0185972Z   Attempting uninstall: pluggy
2025-08-20T22:56:34.0253929Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:56:34.0269914Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:56:34.0275004Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:56:34.0473341Z   Attempting uninstall: packaging
2025-08-20T22:56:34.0544088Z     Found existing installation: packaging 25.0
2025-08-20T22:56:34.0562913Z     Uninstalling packaging-25.0:
2025-08-20T22:56:34.0568739Z       Successfully uninstalled packaging-25.0
2025-08-20T22:56:34.0982973Z   Attempting uninstall: iniconfig
2025-08-20T22:56:34.1055000Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:56:34.1067418Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:56:34.1072060Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:56:34.1217905Z   Attempting uninstall: scuba
2025-08-20T22:56:34.1283819Z     Found existing installation: scuba 2.14.1
2025-08-20T22:56:34.1301213Z     Uninstalling scuba-2.14.1:
2025-08-20T22:56:34.1308412Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:56:34.1560812Z   Attempting uninstall: pytest
2025-08-20T22:56:34.1633031Z     Found existing installation: pytest 8.4.1
2025-08-20T22:56:34.1679788Z     Uninstalling pytest-8.4.1:
2025-08-20T22:56:34.1877789Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:56:34.3896991Z   Attempting uninstall: cffi
2025-08-20T22:56:34.3962929Z     Found existing installation: cffi 1.17.1
2025-08-20T22:56:34.3982495Z     Uninstalling cffi-1.17.1:
2025-08-20T22:56:34.4166302Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:56:34.4852395Z   Attempting uninstall: build
2025-08-20T22:56:34.4921851Z     Found existing installation: build 1.3.0
2025-08-20T22:56:34.4940847Z     Uninstalling build-1.3.0:
2025-08-20T22:56:34.4948030Z       Successfully uninstalled build-1.3.0
2025-08-20T22:56:34.5289428Z 
2025-08-20T22:56:34.5312254Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:56:34.8102926Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:56:35.4546926Z Collecting ansi2txt
2025-08-20T22:56:35.4557613Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:56:35.4882494Z Collecting pipx
2025-08-20T22:56:35.4892007Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:56:35.5193943Z Collecting scons
2025-08-20T22:56:35.5203243Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:56:35.5411414Z Collecting py2static
2025-08-20T22:56:35.5420665Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:56:35.5689405Z Collecting typer
2025-08-20T22:56:35.5699294Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:56:35.6024198Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:56:35.6034451Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:56:35.6293654Z Collecting packaging>=20 (from pipx)
2025-08-20T22:56:35.6303218Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:56:35.6579819Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:56:35.6589214Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:56:35.6834228Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:56:35.6843775Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:56:35.7258137Z Collecting pyinstaller (from py2static)
2025-08-20T22:56:35.7267964Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:56:35.7558351Z Collecting staticx (from py2static)
2025-08-20T22:56:35.7567156Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:56:35.7700184Z   Preparing metadata (setup.py): started
2025-08-20T22:56:35.9636484Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:56:35.9948934Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:56:35.9958475Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:56:36.0214854Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:56:36.0224336Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:56:36.0588133Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:56:36.0597552Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:56:36.0997055Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:56:36.1006287Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:56:36.1272867Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:56:36.1282926Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:56:36.1579570Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:56:36.1589191Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:56:36.1807820Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:56:36.1818930Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:56:36.2779626Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:56:36.2789537Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:56:36.3071203Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:56:36.3080552Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:56:36.3361741Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:56:36.3370912Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:56:36.3639494Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:56:36.3648623Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:56:36.3679105Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:56:36.3688117Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:56:36.3697288Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:56:36.3730066Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:56:36.3738552Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:56:36.3747474Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:56:36.3756124Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:56:36.3765156Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:56:36.3773947Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:56:36.3782698Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:56:36.3792776Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:56:36.3808927Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:56:36.3817958Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:56:36.3826567Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:56:36.3835111Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:56:36.3843905Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:56:36.3852535Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:56:36.3865721Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:56:36.3877232Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:56:36.3892831Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:56:36.3901332Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:56:36.4221006Z Building wheels for collected packages: staticx
2025-08-20T22:56:36.4226965Z   Building wheel for staticx (setup.py): started
2025-08-20T22:56:38.7916721Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:56:38.7928913Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790768 sha256=1af84f79f01adaedfc56ff7c490e19549535aa6fd5df4994c99f4b915c158235
2025-08-20T22:56:38.7929812Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:56:38.7945956Z Successfully built staticx
2025-08-20T22:56:38.8899700Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:56:38.8904287Z   Attempting uninstall: pyelftools
2025-08-20T22:56:38.8970946Z     Found existing installation: pyelftools 0.32
2025-08-20T22:56:38.9006873Z     Uninstalling pyelftools-0.32:
2025-08-20T22:56:38.9018437Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:56:39.0093277Z   Attempting uninstall: altgraph
2025-08-20T22:56:39.0163172Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:56:39.0178788Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:56:39.0183601Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:56:39.0368923Z   Attempting uninstall: typing-extensions
2025-08-20T22:56:39.0436427Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:56:39.0448356Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:56:39.0638408Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:56:39.0924336Z   Attempting uninstall: staticx
2025-08-20T22:56:39.0995310Z     Found existing installation: staticx 0.14.1
2025-08-20T22:56:39.1015235Z     Uninstalling staticx-0.14.1:
2025-08-20T22:56:39.1022816Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:56:39.1323380Z   Attempting uninstall: shellingham
2025-08-20T22:56:39.1394321Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:56:39.1409180Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:56:39.1414214Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:56:39.1565354Z   Attempting uninstall: setuptools
2025-08-20T22:56:39.1631836Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:56:39.1835134Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:56:39.2052180Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:56:39.7821644Z   Attempting uninstall: scons
2025-08-20T22:56:39.7896323Z     Found existing installation: SCons 4.9.1
2025-08-20T22:56:39.8191448Z     Uninstalling SCons-4.9.1:
2025-08-20T22:56:39.8250519Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:56:40.3061490Z   Attempting uninstall: pygments
2025-08-20T22:56:40.3134724Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:56:40.3292164Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:56:40.3313798Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:56:40.8830676Z   Attempting uninstall: platformdirs
2025-08-20T22:56:40.8905460Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:56:40.8930867Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:56:40.8935399Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:56:40.9129917Z   Attempting uninstall: packaging
2025-08-20T22:56:40.9200447Z     Found existing installation: packaging 25.0
2025-08-20T22:56:40.9218681Z     Uninstalling packaging-25.0:
2025-08-20T22:56:40.9223886Z       Successfully uninstalled packaging-25.0
2025-08-20T22:56:40.9619111Z   Attempting uninstall: mdurl
2025-08-20T22:56:40.9684127Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:56:40.9697761Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:56:40.9701945Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:56:40.9835428Z   Attempting uninstall: click
2025-08-20T22:56:40.9904757Z     Found existing installation: click 8.2.1
2025-08-20T22:56:40.9922634Z     Uninstalling click-8.2.1:
2025-08-20T22:56:40.9928298Z       Successfully uninstalled click-8.2.1
2025-08-20T22:56:41.0514115Z   Attempting uninstall: argcomplete
2025-08-20T22:56:41.0586197Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:56:41.0609646Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:56:41.0617972Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:56:41.0891813Z   Attempting uninstall: ansi2txt
2025-08-20T22:56:41.0961151Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:56:41.0973504Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:56:41.1160886Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:56:41.1285731Z   Attempting uninstall: userpath
2025-08-20T22:56:41.1354703Z     Found existing installation: userpath 1.9.2
2025-08-20T22:56:41.1370121Z     Uninstalling userpath-1.9.2:
2025-08-20T22:56:41.1376502Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:56:41.1528581Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:56:41.1600899Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:56:41.1898998Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:56:41.1936366Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:56:41.3814052Z   Attempting uninstall: markdown-it-py
2025-08-20T22:56:41.3886299Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:56:41.3941870Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:56:41.3953184Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:56:41.4558869Z   Attempting uninstall: rich
2025-08-20T22:56:41.4630640Z     Found existing installation: rich 14.1.0
2025-08-20T22:56:41.4676014Z     Uninstalling rich-14.1.0:
2025-08-20T22:56:41.4684177Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:56:41.6155533Z   Attempting uninstall: pyinstaller
2025-08-20T22:56:41.6228920Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:56:41.6480594Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:56:41.6517980Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:56:41.9148326Z   Attempting uninstall: pipx
2025-08-20T22:56:41.9223472Z     Found existing installation: pipx 1.7.1
2025-08-20T22:56:41.9262941Z     Uninstalling pipx-1.7.1:
2025-08-20T22:56:41.9271208Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:56:41.9786855Z   Attempting uninstall: typer
2025-08-20T22:56:41.9858575Z     Found existing installation: typer 0.16.1
2025-08-20T22:56:41.9879813Z     Uninstalling typer-0.16.1:
2025-08-20T22:56:41.9887095Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:56:42.0259600Z   Attempting uninstall: py2static
2025-08-20T22:56:42.0324596Z     Found existing installation: py2static 0.0.1
2025-08-20T22:56:42.0340170Z     Uninstalling py2static-0.0.1:
2025-08-20T22:56:42.0347735Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:56:42.0477566Z 
2025-08-20T22:56:42.0501059Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:56:42.3369048Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:56:42.9017272Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:56:42.9020139Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-51fn1jxq
2025-08-20T22:56:42.9038400Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-51fn1jxq
2025-08-20T22:56:44.6598855Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:56:44.6634217Z   Installing build dependencies: started
2025-08-20T22:56:45.8199515Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:56:45.8211977Z   Getting requirements to build wheel: started
2025-08-20T22:56:46.0870169Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:56:46.0878109Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:56:46.2544221Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:56:46.4191442Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:56:46.4200303Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:56:46.4481273Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:56:46.4489955Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:56:46.4774603Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:56:46.4783651Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:56:46.5049891Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:56:46.5059014Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:56:46.5096210Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:56:46.5105235Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:56:46.5116987Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:56:46.5132849Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:56:46.5237857Z Building wheels for collected packages: pyinstaller
2025-08-20T22:56:46.5244293Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:56:49.4732450Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:56:49.4752631Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=1118aece57ac8105063c1f7ccfb24b89a6ebae966bf16054fe85327567b3bbc2
2025-08-20T22:56:49.4753653Z   Stored in directory: /tmp/pip-ephem-wheel-cache-jepk10o0/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:56:49.4790579Z Successfully built pyinstaller
2025-08-20T22:56:49.5556386Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:56:49.5559740Z   Attempting uninstall: altgraph
2025-08-20T22:56:49.5628054Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:56:49.5644322Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:56:49.5650200Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:56:49.6356016Z   Attempting uninstall: setuptools
2025-08-20T22:56:49.6424467Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:56:49.6629166Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:56:49.6852629Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:56:50.2579642Z   Attempting uninstall: packaging
2025-08-20T22:56:50.2649662Z     Found existing installation: packaging 25.0
2025-08-20T22:56:50.2680461Z     Uninstalling packaging-25.0:
2025-08-20T22:56:50.2685588Z       Successfully uninstalled packaging-25.0
2025-08-20T22:56:50.3786473Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:56:50.3859802Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:56:50.4162292Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:56:50.4199861Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:56:50.6219203Z   Attempting uninstall: pyinstaller
2025-08-20T22:56:50.6292618Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:56:50.6549430Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:56:50.6588183Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:56:50.9297649Z 
2025-08-20T22:56:50.9322039Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:56:51.1507780Z 6.15.0
2025-08-20T22:56:55.1871884Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:56:55.1880767Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:56:55.1881067Z 
2025-08-20T22:56:55.1881273Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:56:55.1881827Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:56:55.1882209Z installation.
2025-08-20T22:56:55.1882342Z 
2025-08-20T22:56:55.1882573Z If you installed the current Docker package using this script and are using it
2025-08-20T22:56:55.1883093Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:56:55.1883580Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:56:55.1883975Z files to match the parameters passed to the script.
2025-08-20T22:56:55.1884215Z 
2025-08-20T22:56:55.1884357Z You may press Ctrl+C now to abort this script.
2025-08-20T22:56:55.2030191Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:56:56.6318356Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:56:57.1284848Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:56:57.1402469Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:56:57.2505662Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:56:57.2521315Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:56:57.2528741Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:56:58.7460257Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:57:09.1180797Z + sh -c 'docker version'
2025-08-20T22:57:09.1310597Z Client: Docker Engine - Community
2025-08-20T22:57:09.1310988Z  Version:           28.3.3
2025-08-20T22:57:09.1311405Z  API version:       1.51
2025-08-20T22:57:09.1311639Z  Go version:        go1.24.5
2025-08-20T22:57:09.1312056Z  Git commit:        980b856
2025-08-20T22:57:09.1312327Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:57:09.1312632Z  OS/Arch:           linux/arm64
2025-08-20T22:57:09.1312916Z  Context:           default
2025-08-20T22:57:09.1313091Z 
2025-08-20T22:57:09.1313189Z Server: Docker Engine - Community
2025-08-20T22:57:09.1313458Z  Engine:
2025-08-20T22:57:09.1313684Z   Version:          28.3.3
2025-08-20T22:57:09.1313969Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:57:09.1314313Z   Go version:       go1.24.5
2025-08-20T22:57:09.1314554Z   Git commit:       bea959c
2025-08-20T22:57:09.1314791Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:57:09.1315108Z   OS/Arch:          linux/arm64
2025-08-20T22:57:09.1315374Z   Experimental:     false
2025-08-20T22:57:09.1315650Z  containerd:
2025-08-20T22:57:09.1316085Z   Version:          1.7.27
2025-08-20T22:57:09.1316368Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:57:09.1316715Z  runc:
2025-08-20T22:57:09.1316909Z   Version:          1.2.5
2025-08-20T22:57:09.1317154Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:57:09.1317448Z  docker-init:
2025-08-20T22:57:09.1317649Z   Version:          0.19.0
2025-08-20T22:57:09.1317870Z   GitCommit:        de40ad0
2025-08-20T22:57:09.1333600Z 
2025-08-20T22:57:09.1333876Z ================================================================================
2025-08-20T22:57:09.1334147Z 
2025-08-20T22:57:09.1334627Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:57:09.1335120Z Docker daemon in rootless mode for your user:
2025-08-20T22:57:09.1335344Z 
2025-08-20T22:57:09.1335456Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:57:09.1335663Z 
2025-08-20T22:57:09.1336027Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:57:09.1336394Z 
2025-08-20T22:57:09.1336399Z 
2025-08-20T22:57:09.1336602Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:57:09.1337049Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:57:09.1337310Z 
2025-08-20T22:57:09.1337489Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:57:09.1337988Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:57:09.1338448Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:57:09.1338726Z 
2025-08-20T22:57:09.1338887Z ================================================================================
2025-08-20T22:57:09.1339103Z 
2025-08-20T22:57:20.1254073Z ● docker.service - Docker Application Container Engine
2025-08-20T22:57:20.1254780Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:57:20.1255623Z      Active: active (running) since Wed 2025-08-20 22:57:10 UTC; 10s ago
2025-08-20T22:57:20.1256235Z TriggeredBy: ● docker.socket
2025-08-20T22:57:20.1256610Z        Docs: https://docs.docker.com
2025-08-20T22:57:20.1256914Z    Main PID: 20466 (dockerd)
2025-08-20T22:57:20.1257191Z       Tasks: 10
2025-08-20T22:57:20.1257416Z      Memory: 20.5M (peak: 24.2M)
2025-08-20T22:57:20.1257659Z         CPU: 245ms
2025-08-20T22:57:20.1257928Z      CGroup: /system.slice/docker.service
2025-08-20T22:57:20.1260336Z              └─20466 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:57:20.1260671Z 
2025-08-20T22:57:20.1261019Z Aug 20 22:57:09 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:09.543844425Z" level=info msg="Loading containers: start."
2025-08-20T22:57:20.1262276Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.036085036Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 2cfdc772c839bfbf1503a02b145c6c8bab78aab98e3e64281ee4d6d6946b9e9a], retrying...."
2025-08-20T22:57:20.1263571Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.070353505Z" level=info msg="Loading containers: done."
2025-08-20T22:57:20.1264716Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.090999422Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:57:20.1266427Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.091089648Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:57:20.1267313Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.091116793Z" level=info msg="Initializing buildkit"
2025-08-20T22:57:20.1268062Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.106983964Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:57:20.1268806Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.110072045Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:57:20.1269518Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.110114118Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:57:20.1270246Z Aug 20 22:57:10 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:57:20.1343705Z ● docker.service - Docker Application Container Engine
2025-08-20T22:57:20.1344533Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:57:20.1345045Z      Active: active (running) since Wed 2025-08-20 22:57:10 UTC; 10s ago
2025-08-20T22:57:20.1345485Z TriggeredBy: ● docker.socket
2025-08-20T22:57:20.1345994Z        Docs: https://docs.docker.com
2025-08-20T22:57:20.1346278Z    Main PID: 20466 (dockerd)
2025-08-20T22:57:20.1346563Z       Tasks: 10
2025-08-20T22:57:20.1346795Z      Memory: 20.5M (peak: 24.2M)
2025-08-20T22:57:20.1347034Z         CPU: 245ms
2025-08-20T22:57:20.1347360Z      CGroup: /system.slice/docker.service
2025-08-20T22:57:20.1347917Z              └─20466 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:57:20.1348203Z 
2025-08-20T22:57:20.1348517Z Aug 20 22:57:09 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:09.543844425Z" level=info msg="Loading containers: start."
2025-08-20T22:57:20.1349742Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.036085036Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 2cfdc772c839bfbf1503a02b145c6c8bab78aab98e3e64281ee4d6d6946b9e9a], retrying...."
2025-08-20T22:57:20.1350875Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.070353505Z" level=info msg="Loading containers: done."
2025-08-20T22:57:20.1352207Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.090999422Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:57:20.1353516Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.091089648Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:57:20.1354389Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.091116793Z" level=info msg="Initializing buildkit"
2025-08-20T22:57:20.1355146Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.106983964Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:57:20.1356079Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.110072045Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:57:20.1356848Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.110114118Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:57:20.1357548Z Aug 20 22:57:10 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:57:20.1504892Z ● docker.service - Docker Application Container Engine
2025-08-20T22:57:20.1505699Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:57:20.1506436Z      Active: active (running) since Wed 2025-08-20 22:57:10 UTC; 10s ago
2025-08-20T22:57:20.1506909Z TriggeredBy: ● docker.socket
2025-08-20T22:57:20.1507312Z        Docs: https://docs.docker.com
2025-08-20T22:57:20.1507639Z    Main PID: 20466 (dockerd)
2025-08-20T22:57:20.1507923Z       Tasks: 10
2025-08-20T22:57:20.1508154Z      Memory: 20.5M (peak: 24.2M)
2025-08-20T22:57:20.1508395Z         CPU: 245ms
2025-08-20T22:57:20.1508667Z      CGroup: /system.slice/docker.service
2025-08-20T22:57:20.1509236Z              └─20466 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:57:20.1509541Z 
2025-08-20T22:57:20.1509855Z Aug 20 22:57:09 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:09.543844425Z" level=info msg="Loading containers: start."
2025-08-20T22:57:20.1511062Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.036085036Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 2cfdc772c839bfbf1503a02b145c6c8bab78aab98e3e64281ee4d6d6946b9e9a], retrying...."
2025-08-20T22:57:20.1512194Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.070353505Z" level=info msg="Loading containers: done."
2025-08-20T22:57:20.1513537Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.090999422Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:57:20.1514926Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.091089648Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:57:20.1515939Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.091116793Z" level=info msg="Initializing buildkit"
2025-08-20T22:57:20.1516704Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.106983964Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:57:20.1517439Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.110072045Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:57:20.1518155Z Aug 20 22:57:10 runnervmdbl46 dockerd[20466]: time="2025-08-20T22:57:10.110114118Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:57:20.1518877Z Aug 20 22:57:10 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:57:20.1596397Z Docker version 28.3.3, build 980b856
2025-08-20T22:57:20.1739004Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:57:20.9222058Z latest: Pulling from library/hello-world
2025-08-20T22:57:21.1216356Z 198f93fd5094: Pulling fs layer
2025-08-20T22:57:21.4332259Z 198f93fd5094: Verifying Checksum
2025-08-20T22:57:21.4332692Z 198f93fd5094: Download complete
2025-08-20T22:57:21.4781505Z 198f93fd5094: Pull complete
2025-08-20T22:57:21.4976439Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:57:21.5048799Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:57:23.3918971Z 
2025-08-20T22:57:23.3921779Z Hello from Docker!
2025-08-20T22:57:23.3922391Z This message shows that your installation appears to be working correctly.
2025-08-20T22:57:23.3922711Z 
2025-08-20T22:57:23.3922867Z To generate this message, Docker took the following steps:
2025-08-20T22:57:23.3923238Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:57:23.3923790Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:57:23.3924138Z     (arm64v8)
2025-08-20T22:57:23.3924435Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:57:23.3924947Z     executable that produces the output you are currently reading.
2025-08-20T22:57:23.3925398Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:57:23.3926104Z     to your terminal.
2025-08-20T22:57:23.3926257Z 
2025-08-20T22:57:23.3926456Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:57:23.3926826Z  $ docker run -it ubuntu bash
2025-08-20T22:57:23.3926968Z 
2025-08-20T22:57:23.3927205Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:57:23.3927578Z  https://hub.docker.com/
2025-08-20T22:57:23.3927725Z 
2025-08-20T22:57:23.3927857Z For more examples and ideas, visit:
2025-08-20T22:57:23.3928201Z  https://docs.docker.com/get-started/
2025-08-20T22:57:23.3928391Z 
2025-08-20T22:57:23.5154712Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:57:23.5155180Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:57:23.5155610Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:57:23.5156142Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:57:23.5156642Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:57:23.5157105Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:57:23.5157766Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:57:23.5158596Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:57:23.5159044Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:57:23.5159412Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:57:23.5159881Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:57:23.5160333Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:57:23.5160789Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:57:23.5161281Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:57:23.5161720Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:57:23.5162194Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:57:23.5162646Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:57:23.5163045Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:57:23.5163534Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:57:23.5164041Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:57:23.5164559Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:57:23.5165226Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:57:23.5165692Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:57:23.5166635Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:57:23.5167034Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:57:23.5167457Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:57:23.5167970Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:57:23.5168427Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:57:23.5168990Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:57:23.5169460Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:57:23.5169918Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:57:23.5170420Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:57:23.5170878Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:57:23.5171345Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:57:23.5232761Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:57:23.5233344Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:57:23.5233762Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:57:23.5234196Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:57:23.5234592Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:57:23.5235003Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:57:23.5235436Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:57:23.5236044Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:57:23.5236467Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:57:23.5236862Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:57:23.5237316Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:57:23.5237792Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:57:23.5238260Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:57:23.5239095Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:57:23.5239556Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:57:23.5239974Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:57:23.5240401Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:57:23.5240810Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:57:23.5241224Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:57:23.5241624Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:57:23.5241992Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:57:23.5242346Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:57:23.5242720Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:57:23.5243114Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:57:23.5243513Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:57:23.5243892Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:57:23.5244473Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:57:23.5244910Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:57:23.5245333Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:57:23.5245743Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:57:23.5246327Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:57:23.5246762Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:57:23.5247174Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:57:23.5247572Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:57:23.5248009Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:57:23.5248511Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:57:23.5249010Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:57:23.5249467Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:57:23.5249883Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:57:23.5250270Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:57:23.5250661Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:57:23.5251061Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:57:23.5251464Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:57:23.5251922Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:57:23.5252423Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:57:23.5252935Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:57:23.5253425Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:57:23.5253860Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:57:23.5254263Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:57:23.5254655Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:57:23.5255066Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:57:23.5255660Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:57:23.5256275Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:57:23.5256705Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:57:23.5257136Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:57:23.5257523Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:57:23.5257894Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:57:23.5258300Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:57:23.5258707Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:57:23.5259082Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:57:23.5259451Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:57:23.5259848Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:57:23.5260235Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:57:23.5260584Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:57:23.5261145Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:57:23.5261555Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:57:23.5261942Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:57:23.5262305Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:57:23.5262666Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:57:23.5263041Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:57:23.5263427Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:57:23.5263831Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:57:23.5264223Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:57:23.5264605Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:57:23.5264992Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:57:23.5265387Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:57:23.5266443Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:57:23.5266842Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:57:23.5267197Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:57:23.5267546Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:57:23.5267901Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:57:23.5268271Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:57:23.5268620Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:57:23.5268990Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:57:23.5269385Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:57:23.5269820Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:57:23.5270251Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:57:23.5270652Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:57:23.5271042Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:57:23.5271432Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:57:23.5271822Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:57:23.5272223Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:57:23.5272857Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:57:23.5273272Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:57:23.5273666Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:57:23.5274083Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:57:23.5274522Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:57:23.5274948Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:57:23.5275335Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:57:23.5275727Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:57:23.5276306Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:57:23.5276728Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:57:23.5277130Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:57:23.5277522Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:57:23.5277919Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:57:23.5278497Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:57:23.5278880Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:57:23.5279233Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:57:23.5279599Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:57:23.5279992Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:57:23.5280387Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:57:23.5280792Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:57:23.5281181Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:57:23.5281551Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:57:23.5281924Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:57:23.5282305Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:57:23.5282691Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:57:23.5283110Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:57:23.5283552Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:57:23.5283949Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:57:23.5284325Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:57:23.5284720Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:57:23.5285138Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:57:23.5285555Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:57:23.5286079Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:57:23.5286435Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:57:23.5286854Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:57:23.5287280Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:57:23.5287689Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:57:23.5288072Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:57:23.5288453Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:57:23.5289053Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:57:23.5289496Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:57:23.5289963Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:57:23.5290375Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:57:23.5290744Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:57:23.5291104Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:57:23.5291546Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:57:23.5292046Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:57:23.5292483Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:57:23.5292858Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:57:23.5293325Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:57:23.5293858Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:57:23.5294358Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:57:23.5294930Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:57:23.5295290Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:57:23.5295670Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:57:23.5296221Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:57:23.5296634Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:57:23.5297036Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:57:23.5297410Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:57:23.5297789Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:57:23.5298187Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:57:23.5298584Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:57:23.5298985Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:57:23.5299382Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:57:23.5299776Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:57:23.5300165Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:57:23.5300584Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:57:23.5301031Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:57:23.5301459Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:57:23.5301850Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:57:23.5302222Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:57:23.5302596Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:57:23.5302975Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:57:23.5303367Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:57:23.5303784Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:57:23.5304253Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:57:23.5304701Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:57:23.5305108Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:57:23.5305693Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:57:23.5306269Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:57:23.5306647Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:57:23.5307016Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:57:23.5307411Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:57:23.5307793Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:57:23.5308238Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:57:23.5308713Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:57:23.5309173Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:57:23.5309689Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:57:23.5310203Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:57:23.5310713Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:57:23.5311149Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:57:23.5311671Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:57:23.5312034Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:57:23.5312417Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:57:23.5312799Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:57:23.5313168Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:57:23.5313547Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:57:23.5313928Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:57:23.5314316Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:57:23.5314689Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:57:23.5315063Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:57:23.5315463Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:57:23.5316058Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:57:23.5316502Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:57:23.5316939Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:57:23.5317355Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:57:23.5317767Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:57:23.5318175Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:57:23.5318587Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:57:23.5319005Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:57:23.5319397Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:57:23.5319763Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:57:23.5320309Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:23.5320827Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:57:23.5321198Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:57:23.5321656Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:57:23.5322029Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:57:23.5322631Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:57:23.5323101Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:57:23.5323526Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:57:23.5323961Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:57:23.5324357Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:57:23.5324759Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:57:23.5325182Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:57:23.5325899Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:57:23.5326300Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:57:23.5326730Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:57:23.5327225Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:57:23.5327778Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:57:23.5328225Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:57:23.5328812Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:57:23.5329213Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:57:23.5329686Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:57:23.5330172Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:57:23.5330582Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:57:23.5331014Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:57:23.5331471Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:57:23.5331877Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:57:23.5332235Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:57:23.5332589Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:57:23.5332957Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:57:23.5333340Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:57:23.5333705Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:57:23.5334054Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:57:23.5334421Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:57:23.5334782Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:57:23.5335143Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:57:23.5335517Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:57:23.5336131Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:57:23.5336548Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:57:23.5336940Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:57:23.5337297Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:57:23.5337654Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:57:23.5338008Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:57:23.5338370Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:57:23.5338741Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:57:23.5339105Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:57:23.5339678Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:57:23.5340081Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:57:23.5340499Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:57:23.5340936Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:57:23.5341340Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:57:23.5341703Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:57:23.5342084Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:57:23.5342506Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:57:23.5342907Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:57:23.5343266Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:57:23.5343636Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:57:23.5343991Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:57:23.5344333Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:57:23.5344679Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:57:23.5345195Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:57:23.5345562Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:57:23.5346073Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:57:23.5346426Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:57:23.5346758Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:57:23.5347133Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:57:23.5347540Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:57:23.5347940Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:57:23.5348335Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:57:23.5348728Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:57:23.5349144Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:57:23.5349640Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:57:23.5350252Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:57:23.5350876Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:57:23.5351418Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:57:23.5351891Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:57:23.5352343Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:57:23.5352863Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:57:23.5353490Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:57:23.5354050Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:57:23.5354542Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:57:23.5354986Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:57:23.5355355Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:57:23.5355728Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:57:23.5356616Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:57:23.5357023Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:57:23.5357410Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:57:23.5357796Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:57:23.5358189Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:57:23.5358574Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:57:23.5358959Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:57:23.5359335Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:57:23.5359712Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:57:23.5360082Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:57:23.5360475Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:57:23.5360867Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:57:23.5362029Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:57:23.5362480Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:57:23.5363122Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:57:23.5363513Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:57:23.5363922Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:57:23.5364334Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:57:23.5364771Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:57:23.5365198Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:57:23.5365568Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:57:23.5366275Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:57:23.5366663Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:57:23.5367032Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:57:23.5367430Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:57:23.5367822Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:57:23.5368207Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:57:23.5368587Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:57:23.5368947Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:57:23.5369314Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:57:23.5369866Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:23.5370579Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:23.5371262Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:23.5371930Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:23.5372455Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:57:23.5372839Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:57:23.5373244Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:57:23.5373645Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:57:23.5374230Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:57:23.5374617Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:57:23.5374982Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:57:23.5375354Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:57:23.5375734Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:57:23.5376251Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:57:23.5376628Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:57:23.5377015Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:57:23.5377419Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:57:23.5377816Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:57:23.5378211Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:57:23.5378602Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:57:23.5378979Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:57:23.5379366Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:57:23.5379949Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:57:23.5380348Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:57:23.5380746Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:57:23.5381137Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:57:23.5381560Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:57:23.5381989Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:57:23.5382407Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:57:23.5382854Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:57:23.5383309Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:57:23.5383715Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:57:23.5384089Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:57:23.5384467Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:57:23.5384860Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:57:23.5385270Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:57:23.5385675Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:57:23.5386217Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:57:23.5386614Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:57:23.5387085Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:57:23.5387552Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:57:23.5387952Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:57:23.5388358Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:57:23.5388807Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:57:23.5389254Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:57:23.5389724Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:57:23.5390214Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:57:23.5390834Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:57:23.5391300Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:57:23.5391702Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:57:23.5392094Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:57:23.5392520Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:57:23.5392910Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:57:23.5393285Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:57:23.5393691Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:57:23.5394091Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:57:23.5394494Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:57:23.5394915Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:57:23.5395307Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:57:23.5395687Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:57:23.5396217Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:57:23.5396738Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:57:23.5397131Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:57:23.5397551Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:57:23.5397949Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:57:23.5398399Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:57:23.5398845Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:57:23.5399253Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:57:23.5399693Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:57:23.5400115Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:57:23.5400527Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:57:23.5400932Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:57:23.5401287Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:57:23.5401650Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:57:23.5402041Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:57:23.5402435Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:57:23.5402815Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:57:23.5403180Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:57:23.5403529Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:57:23.5403881Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:57:23.5404375Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:57:23.5404890Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:57:23.5405280Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:57:23.5405660Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:57:23.5406286Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:57:23.5406708Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:57:23.5407119Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:57:23.5407748Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:57:23.5408178Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:57:23.5408592Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:57:23.5408973Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:57:23.5409340Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:57:23.5409706Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:57:23.5410079Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:57:23.5410504Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:57:23.5410930Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:57:23.5411329Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:57:23.5411753Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:57:23.5412195Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:57:23.5412592Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:57:23.5413113Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:57:23.5413460Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:57:23.5413810Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:57:23.5414180Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:57:23.5414553Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:57:23.5414926Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:57:23.5415322Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:57:23.5415736Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:57:23.5416468Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:57:23.5416911Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:57:23.5417291Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:57:23.5417678Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:57:23.5418065Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:57:23.5418452Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:57:23.5418834Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:57:23.5419210Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:57:23.5419685Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:57:23.5420182Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:57:23.5420608Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:57:23.5420986Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:57:23.5421366Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:57:23.5421768Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:57:23.5422160Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:57:23.5422534Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:57:23.5422931Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:57:23.5423312Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:57:23.5423663Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:57:23.5424216Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:57:23.5424641Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:57:23.5425061Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:57:23.5425444Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:57:23.5425967Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:57:23.5426422Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:57:23.5426863Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:57:23.5427292Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:57:23.5427683Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:57:23.5428204Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:23.5428715Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:57:23.5429109Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:57:23.5429525Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:57:23.5430121Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:57:23.5430648Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:57:23.5431236Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:57:23.5431846Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:57:23.5432493Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:57:23.5433145Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:57:23.5433777Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:57:23.5434402Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:57:23.5434982Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:57:23.5435463Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:57:23.5436029Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:57:23.5436488Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:57:23.5436913Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:57:23.5437398Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:57:23.5437836Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:57:23.5438218Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:57:23.5438588Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:57:23.5438972Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:57:23.5439354Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:57:23.5439757Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:57:23.5440204Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:57:23.5440566Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:57:23.5440953Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:57:23.5441610Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:57:23.5442126Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:57:23.5442614Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:57:23.5443105Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:57:23.5443552Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:57:23.5443966Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:57:23.5444377Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:57:23.5444789Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:57:23.5445221Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:57:23.5445647Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:57:23.5446170Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:57:23.5446552Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:57:23.5446926Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:57:23.5447459Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:57:23.5447893Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:57:23.5448332Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:57:23.5448735Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:57:23.5449146Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:57:23.5449573Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:57:23.5450027Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:57:23.5450470Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:57:23.5450899Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:57:23.5451296Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:57:23.5451667Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:57:23.5452051Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:57:23.5452420Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:57:23.5452788Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:57:23.5453186Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:57:23.5453583Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:57:23.5454011Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:57:23.5454481Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:57:23.5454944Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:57:23.5455341Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:57:23.5455695Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:57:23.5456356Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:57:23.5456755Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:57:23.5457140Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:57:23.5457542Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:57:23.5457969Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:57:23.5458616Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:57:23.5459065Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:57:23.5459457Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:57:23.5459864Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:57:23.5460405Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:23.5460986Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:57:23.5461442Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:57:23.5461885Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:57:23.5462310Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:57:23.5462710Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:57:23.5463102Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:57:23.5463493Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:57:23.5464025Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:57:23.5464427Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:57:23.5464807Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:57:23.5465195Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:57:23.5465602Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:57:23.5466164Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:57:23.5466577Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:57:23.5467045Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:57:23.5467469Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:57:23.5467849Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:57:23.5468234Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:57:23.5468622Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:57:23.5468999Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:57:23.5469373Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:57:23.5469804Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:57:23.5470251Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:57:23.5470663Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:57:23.5471062Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:57:23.5471459Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:57:23.5471842Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:57:23.5472219Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:57:23.5472604Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:57:23.5473006Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:57:23.5473452Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:57:23.5473897Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:57:23.5474323Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:57:23.5474926Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:57:23.5475405Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:57:23.5475977Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:57:23.5476381Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:57:23.5476736Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:57:23.5477085Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:57:23.5477449Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:57:23.5477824Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:57:23.5478176Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:57:23.5478547Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:57:23.5478947Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:57:23.5479332Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:57:23.5479691Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:57:23.5480040Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:57:23.5480599Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:57:23.5480996Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:57:23.5481372Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:57:23.5481737Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:57:23.5482095Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:57:23.5482480Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:57:23.5482860Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:57:23.5483217Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:57:23.5483594Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:57:23.5483987Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:57:23.5484372Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:57:23.5484750Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:57:23.5485128Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:57:23.5485513Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:57:23.5486077Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:57:23.5486504Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:57:23.5486909Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:57:23.5487273Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:57:23.5487622Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:57:23.5487962Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:57:23.5488380Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:57:23.5488885Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:57:23.5489386Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:57:23.5489865Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:57:23.5490755Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:57:23.5491200Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:57:23.5491825Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:57:23.5492278Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:57:23.5492673Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:57:23.5493063Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:57:23.5493456Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:57:23.5493844Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:57:23.5494219Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:57:23.5494609Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:57:23.5495049Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:57:23.5495485Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:57:23.5496109Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:57:23.5496528Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:57:23.5496953Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:57:23.5497513Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:57:23.5497862Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:57:23.5498250Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:57:23.5498699Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:57:23.5499158Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:57:23.5499570Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:57:23.5499981Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:57:23.5500411Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:57:23.5500842Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:57:23.6361851Z [+] Installing Go for linux-arm64...
2025-08-20T22:57:25.1630712Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:57:25.1631050Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:57:25.1631285Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:57:25.1640528Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:57:25.1640893Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:57:25.1641434Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:57:25.1642561Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:57:25.1643044Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:57:25.1643530Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:57:25.1644008Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:57:25.1644447Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:57:25.1644907Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:57:25.1645373Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:57:25.1645998Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:57:25.1646451Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:57:25.1646892Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:57:25.1647321Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:57:25.1648115Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:57:25.1648573Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:57:25.1649024Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:57:25.1649478Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:57:25.1649927Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:57:25.1650390Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:57:25.1650849Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:57:25.1651298Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:57:25.1651714Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:57:25.1652062Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:57:25.1652389Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:57:25.1652715Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:57:25.1653047Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:57:25.1653577Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:57:25.1680023Z go version go1.22.2 linux/arm64
2025-08-20T22:57:25.1936339Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:57:25.1936700Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:57:25.1937062Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:57:25.1937416Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:57:25.1937782Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:57:25.1938139Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:57:25.1938522Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:57:25.1938882Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:57:25.1939227Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:57:25.1939552Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:57:25.1939921Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:57:25.1940326Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:57:25.1940723Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:57:25.1941133Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:57:25.1941529Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:57:25.1941928Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:57:25.1942333Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:57:25.1942694Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:57:25.1943068Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:57:25.1943528Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:57:25.1943993Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:57:25.1944383Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:57:25.1944802Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:57:25.1945380Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:57:25.1945731Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:57:25.1946377Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:57:25.1946813Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:57:25.1947566Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:57:25.1947995Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:57:25.1948411Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:57:25.1948840Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:57:25.1949266Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:57:25.1949694Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:57:25.1950113Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:57:25.1950550Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:57:25.1950978Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:57:25.1951385Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:57:25.1951793Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:57:25.1952185Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:57:25.1952592Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:57:25.1953238Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:57:25.1953661Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:57:25.1954068Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:57:25.1954464Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:57:25.1954919Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:57:25.1955389Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:57:25.1956061Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:57:25.1956581Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:57:25.1957031Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:57:25.1957455Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:57:25.1957873Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:57:25.1958283Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:57:25.1958698Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:57:25.1959097Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:57:25.1959466Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:57:25.1959831Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:57:25.1960203Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:57:25.1960597Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:57:25.1961000Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:57:25.1961382Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:57:25.1961788Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:57:25.1962228Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:57:25.1962656Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:57:25.1963066Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:57:25.1963489Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:57:25.1964122Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:57:25.1964549Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:57:25.1964946Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:57:25.1965390Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:57:25.1966041Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:57:25.1966543Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:57:25.1967007Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:57:25.1967422Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:57:25.1967812Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:57:25.1968204Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:57:25.1968606Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:57:25.1969007Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:57:25.1969464Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:57:25.1970144Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:57:25.1970654Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:57:25.1971143Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:57:25.1971581Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:57:25.1971978Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:57:25.1972366Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:57:25.1972775Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:57:25.1973170Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:57:25.1973556Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:57:25.1973982Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:57:25.1974406Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:57:25.1974787Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:57:25.1975158Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:57:25.1975565Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:57:25.1976120Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:57:25.1976497Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:57:25.1976870Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:57:25.1977262Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:57:25.1977649Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:57:25.1978048Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:57:25.1978427Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:57:25.1978834Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:57:25.1979219Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:57:25.1979580Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:57:25.1979945Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:57:25.1980315Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:57:25.1980899Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:57:25.1981313Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:57:25.1981706Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:57:25.1982095Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:57:25.1982474Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:57:25.1982871Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:57:25.1983270Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:57:25.1983638Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:57:25.1983989Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:57:25.1984336Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:57:25.1984693Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:57:25.1985057Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:57:25.1985405Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:57:25.1985913Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:57:25.1986497Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:57:25.1986930Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:57:25.1987363Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:57:25.1987762Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:57:25.1988149Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:57:25.1988535Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:57:25.1988921Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:57:25.1989324Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:57:25.1989731Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:57:25.1990115Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:57:25.1990513Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:57:25.1990924Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:57:25.1991364Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:57:25.1991792Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:57:25.1992184Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:57:25.1992579Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:57:25.1992993Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:57:25.1993405Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:57:25.1993811Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:57:25.1994207Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:57:25.1994610Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:57:25.1995012Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:57:25.1995395Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:57:25.1996456Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:57:25.1996896Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:57:25.1997291Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:57:25.1997907Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:57:25.1998322Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:57:25.1998710Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:57:25.1999078Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:57:25.1999455Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:57:25.1999834Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:57:25.2000222Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:57:25.2000641Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:57:25.2001083Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:57:25.2001482Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:57:25.2001860Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:57:25.2002258Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:57:25.2002678Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:57:25.2003100Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:57:25.2003604Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:57:25.2003950Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:57:25.2004368Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:57:25.2004796Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:57:25.2005207Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:57:25.2005586Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:57:25.2006121Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:57:25.2006504Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:57:25.2006927Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:57:25.2007395Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:57:25.2007813Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:57:25.2008180Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:57:25.2008540Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:57:25.2008991Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:57:25.2009496Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:57:25.2009937Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:57:25.2010316Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:57:25.2010780Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:57:25.2011316Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:57:25.2011825Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:57:25.2012264Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:57:25.2012638Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:57:25.2013015Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:57:25.2013427Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:57:25.2013844Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:57:25.2014249Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:57:25.2014831Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:57:25.2015225Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:57:25.2015625Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:57:25.2016222Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:57:25.2016624Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:57:25.2017024Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:57:25.2017417Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:57:25.2017810Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:57:25.2018233Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:57:25.2018686Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:57:25.2019113Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:57:25.2019503Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:57:25.2019876Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:57:25.2020394Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:57:25.2020773Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:57:25.2021165Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:57:25.2021584Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:57:25.2022055Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:57:25.2022502Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:57:25.2022917Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:57:25.2023308Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:57:25.2023689Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:57:25.2024066Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:57:25.2024439Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:57:25.2024831Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:57:25.2025214Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:57:25.2025663Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:57:25.2027175Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:57:25.2027648Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:57:25.2028177Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:57:25.2028691Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:57:25.2029195Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:57:25.2029640Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:57:25.2030007Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:57:25.2030370Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:57:25.2030748Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:57:25.2031130Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:57:25.2031498Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:57:25.2031882Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:57:25.2032477Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:57:25.2032888Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:57:25.2033267Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:57:25.2033642Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:57:25.2034038Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:57:25.2034426Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:57:25.2034841Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:57:25.2035275Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:57:25.2035696Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:57:25.2036251Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:57:25.2036662Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:57:25.2037074Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:57:25.2037498Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:57:25.2038030Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:57:25.2038394Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:57:25.2038907Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:25.2039428Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:57:25.2039800Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:57:25.2040175Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:57:25.2040544Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:57:25.2040942Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:57:25.2041381Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:57:25.2041811Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:57:25.2042242Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:57:25.2042640Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:57:25.2043043Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:57:25.2043463Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:57:25.2043874Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:57:25.2044265Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:57:25.2044702Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:57:25.2045193Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:57:25.2045692Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:57:25.2046333Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:57:25.2046747Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:57:25.2047152Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:57:25.2047631Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:57:25.2048117Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:57:25.2048526Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:57:25.2049229Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:57:25.2049701Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:57:25.2050107Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:57:25.2050473Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:57:25.2050824Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:57:25.2051197Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:57:25.2051581Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:57:25.2051943Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:57:25.2052296Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:57:25.2052666Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:57:25.2053029Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:57:25.2053392Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:57:25.2053765Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:57:25.2054121Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:57:25.2054627Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:57:25.2055012Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:57:25.2055372Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:57:25.2055730Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:57:25.2056261Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:57:25.2056630Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:57:25.2057002Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:57:25.2057373Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:57:25.2057732Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:57:25.2058108Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:57:25.2058533Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:57:25.2058964Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:57:25.2059368Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:57:25.2059732Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:57:25.2060113Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:57:25.2060539Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:57:25.2060941Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:57:25.2061304Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:57:25.2061672Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:57:25.2062032Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:57:25.2062374Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:57:25.2062728Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:57:25.2063085Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:57:25.2063451Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:57:25.2063816Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:57:25.2064166Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:57:25.2064501Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:57:25.2064879Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:57:25.2065483Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:57:25.2066037Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:57:25.2066439Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:57:25.2066833Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:57:25.2067248Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:57:25.2067751Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:57:25.2068368Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:57:25.2068990Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:57:25.2069536Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:57:25.2070007Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:57:25.2070458Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:57:25.2070978Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:57:25.2071748Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:57:25.2072311Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:57:25.2072804Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:57:25.2073246Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:57:25.2073615Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:57:25.2073992Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:57:25.2074368Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:57:25.2074748Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:57:25.2075136Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:57:25.2075526Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:57:25.2076037Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:57:25.2076427Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:57:25.2076814Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:57:25.2077191Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:57:25.2077564Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:57:25.2077977Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:57:25.2078371Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:57:25.2078767Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:57:25.2079182Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:57:25.2079602Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:57:25.2079973Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:57:25.2080366Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:57:25.2080773Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:57:25.2081183Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:57:25.2081619Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:57:25.2082233Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:57:25.2082625Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:57:25.2082995Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:57:25.2083378Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:57:25.2083752Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:57:25.2084140Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:57:25.2084532Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:57:25.2084921Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:57:25.2085306Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:57:25.2085666Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:57:25.2086217Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:57:25.2086774Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:25.2087506Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:25.2088362Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:25.2089028Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:25.2089556Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:57:25.2089940Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:57:25.2090349Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:57:25.2090756Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:57:25.2091131Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:57:25.2091507Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:57:25.2091874Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:57:25.2092254Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:57:25.2092632Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:57:25.2093009Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:57:25.2093388Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:57:25.2093777Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:57:25.2094182Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:57:25.2094586Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:57:25.2094988Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:57:25.2095376Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:57:25.2095883Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:57:25.2096289Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:57:25.2096695Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:57:25.2097093Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:57:25.2097491Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:57:25.2097882Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:57:25.2098306Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:57:25.2098739Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:57:25.2099349Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:57:25.2099808Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:57:25.2100266Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:57:25.2100677Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:57:25.2101046Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:57:25.2101427Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:57:25.2101824Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:57:25.2102235Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:57:25.2102642Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:57:25.2103027Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:57:25.2103418Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:57:25.2103891Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:57:25.2104489Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:57:25.2104890Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:57:25.2105292Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:57:25.2105744Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:57:25.2106333Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:57:25.2106811Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:57:25.2107304Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:57:25.2107751Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:57:25.2108190Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:57:25.2108586Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:57:25.2108984Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:57:25.2109403Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:57:25.2109786Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:57:25.2110159Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:57:25.2110570Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:57:25.2110970Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:57:25.2111377Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:57:25.2111802Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:57:25.2112197Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:57:25.2112575Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:57:25.2112947Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:57:25.2113308Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:57:25.2113696Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:57:25.2114120Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:57:25.2114510Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:57:25.2114962Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:57:25.2115609Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:57:25.2116169Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:57:25.2116614Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:57:25.2117041Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:57:25.2117447Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:57:25.2117851Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:57:25.2118206Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:57:25.2118567Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:57:25.2118960Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:57:25.2119355Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:57:25.2119738Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:57:25.2120098Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:57:25.2120445Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:57:25.2120798Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:57:25.2121447Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:57:25.2121957Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:57:25.2122340Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:57:25.2122720Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:57:25.2123117Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:57:25.2123528Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:57:25.2123947Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:57:25.2124349Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:57:25.2124765Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:57:25.2125182Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:57:25.2125558Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:57:25.2126081Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:57:25.2126447Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:57:25.2126825Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:57:25.2127248Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:57:25.2127678Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:57:25.2128087Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:57:25.2128510Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:57:25.2128952Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:57:25.2129355Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:57:25.2129723Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:57:25.2130075Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:57:25.2130421Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:57:25.2130789Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:57:25.2131164Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:57:25.2131542Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:57:25.2132126Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:57:25.2132567Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:57:25.2133027Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:57:25.2133471Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:57:25.2133843Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:57:25.2134230Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:57:25.2134617Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:57:25.2135005Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:57:25.2135385Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:57:25.2135906Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:57:25.2136360Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:57:25.2136852Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:57:25.2137277Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:57:25.2137803Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:57:25.2138179Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:57:25.2138582Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:57:25.2138974Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:57:25.2139349Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:57:25.2139748Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:57:25.2140129Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:57:25.2140481Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:57:25.2140838Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:57:25.2141237Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:57:25.2141666Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:57:25.2142474Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:57:25.2142875Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:57:25.2143318Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:57:25.2143761Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:57:25.2144191Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:57:25.2144586Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:57:25.2145104Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:25.2145617Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:57:25.2146206Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:57:25.2146626Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:57:25.2147055Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:57:25.2147574Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:57:25.2148160Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:57:25.2148769Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:57:25.2149617Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:57:25.2150288Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:57:25.2150923Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:57:25.2151554Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:57:25.2152136Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:57:25.2152618Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:57:25.2153063Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:57:25.2153497Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:57:25.2153928Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:57:25.2154406Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:57:25.2154841Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:57:25.2155223Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:57:25.2155711Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:57:25.2156284Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:57:25.2156674Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:57:25.2157085Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:57:25.2157498Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:57:25.2157866Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:57:25.2158264Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:57:25.2158731Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:57:25.2159222Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:57:25.2159717Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:57:25.2160203Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:57:25.2160659Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:57:25.2161077Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:57:25.2161494Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:57:25.2161909Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:57:25.2162345Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:57:25.2162786Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:57:25.2163178Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:57:25.2163560Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:57:25.2163944Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:57:25.2164323Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:57:25.2164761Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:57:25.2165204Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:57:25.2165610Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:57:25.2166249Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:57:25.2166912Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:57:25.2167378Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:57:25.2167822Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:57:25.2168262Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:57:25.2168657Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:57:25.2169034Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:57:25.2169422Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:57:25.2169794Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:57:25.2170167Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:57:25.2170569Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:57:25.2170972Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:57:25.2171398Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:57:25.2171870Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:57:25.2172457Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:57:25.2172852Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:57:25.2173201Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:57:25.2173576Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:57:25.2173970Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:57:25.2174359Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:57:25.2174749Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:57:25.2175181Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:57:25.2175630Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:57:25.2176189Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:57:25.2176581Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:57:25.2176982Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:57:25.2177527Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:25.2178145Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:57:25.2178599Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:57:25.2179045Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:57:25.2179473Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:57:25.2179872Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:57:25.2180268Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:57:25.2180663Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:57:25.2181065Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:57:25.2181467Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:57:25.2181848Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:57:25.2182241Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:57:25.2182649Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:57:25.2183026Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:57:25.2183668Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:57:25.2184195Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:57:25.2184630Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:57:25.2185018Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:57:25.2185393Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:57:25.2185929Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:57:25.2186343Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:57:25.2186713Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:57:25.2187143Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:57:25.2187594Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:57:25.2188000Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:57:25.2188395Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:57:25.2188791Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:57:25.2189331Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:57:25.2189711Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:57:25.2190096Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:57:25.2190498Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:57:25.2190937Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:57:25.2191383Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:57:25.2191811Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:57:25.2192213Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:57:25.2192622Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:57:25.2193052Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:57:25.2193443Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:57:25.2193797Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:57:25.2194146Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:57:25.2194511Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:57:25.2194883Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:57:25.2195237Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:57:25.2195610Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:57:25.2196142Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:57:25.2196530Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:57:25.2196883Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:57:25.2197238Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:57:25.2197615Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:57:25.2198015Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:57:25.2198393Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:57:25.2198754Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:57:25.2199117Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:57:25.2199501Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:57:25.2200078Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:57:25.2200450Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:57:25.2200826Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:57:25.2201222Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:57:25.2201602Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:57:25.2201978Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:57:25.2202353Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:57:25.2202736Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:57:25.2203140Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:57:25.2203563Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:57:25.2203970Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:57:25.2204328Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:57:25.2204674Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:57:25.2205141Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:57:25.2205564Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:57:25.2206283Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:57:25.2206758Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:57:25.2207237Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:57:25.2207749Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:57:25.2208197Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:57:25.2208579Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:57:25.2208970Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:57:25.2209361Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:57:25.2209753Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:57:25.2210139Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:57:25.2210526Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:57:25.2210904Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:57:25.2211298Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:57:25.2211740Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:57:25.2212176Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:57:25.2212552Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:57:25.2212955Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:57:25.2213383Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:57:25.2213765Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:57:25.2214114Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:57:25.2214503Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:57:25.2214955Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:57:25.2215420Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:57:25.2216025Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:57:25.2216684Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:57:25.2217134Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:57:25.2217573Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:57:25.4141193Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:57:26.0663520Z Collecting meson
2025-08-20T22:57:26.1520595Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:57:26.2054194Z Collecting ninja
2025-08-20T22:57:26.2201959Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:57:26.2517488Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:57:26.3251668Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 20.5 MB/s  0:00:00
2025-08-20T22:57:26.3402502Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:57:26.4265240Z Installing collected packages: ninja, meson
2025-08-20T22:57:27.0866641Z 
2025-08-20T22:57:27.0890396Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:57:27.3504479Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:57:27.9044047Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:57:27.9945513Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:57:28.4081629Z 1.8.4
2025-08-20T22:57:28.4367128Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:57:28.4636249Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:57:28.4636727Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:57:28.4637074Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:57:28.4637426Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:57:28.4637827Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:57:28.4638196Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:57:28.4638566Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:57:28.4638938Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:57:28.4639299Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:57:28.4639624Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:57:28.4639980Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:57:28.4640366Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:57:28.4640748Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:57:28.4641157Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:57:28.4641556Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:57:28.4641964Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:57:28.4642370Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:57:28.4642731Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:57:28.4643115Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:57:28.4643569Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:57:28.4644013Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:57:28.4644400Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:57:28.4644816Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:57:28.4645211Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:57:28.4645560Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:57:28.4646626Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:57:28.4647087Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:57:28.4647501Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:57:28.4647915Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:57:28.4648326Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:57:28.4648743Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:57:28.4649168Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:57:28.4649597Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:57:28.4650017Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:57:28.4650463Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:57:28.4650889Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:57:28.4651290Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:57:28.4651895Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:57:28.4652289Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:57:28.4652699Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:57:28.4653125Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:57:28.4653543Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:57:28.4653948Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:57:28.4654338Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:57:28.4654796Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:57:28.4655269Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:57:28.4655739Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:57:28.4656564Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:57:28.4657010Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:57:28.4657431Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:57:28.4657850Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:57:28.4658259Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:57:28.4658673Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:57:28.4659079Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:57:28.4659488Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:57:28.4659847Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:57:28.4660215Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:57:28.4660616Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:57:28.4661019Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:57:28.4661399Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:57:28.4661808Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:57:28.4662246Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:57:28.4662667Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:57:28.4663268Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:57:28.4663744Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:57:28.4664177Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:57:28.4664589Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:57:28.4664985Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:57:28.4665420Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:57:28.4666177Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:57:28.4666696Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:57:28.4667164Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:57:28.4667581Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:57:28.4667971Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:57:28.4668363Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:57:28.4668763Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:57:28.4669355Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:57:28.4669814Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:57:28.4670313Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:57:28.4670820Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:57:28.4671310Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:57:28.4671748Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:57:28.4672154Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:57:28.4672547Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:57:28.4672952Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:57:28.4673351Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:57:28.4673741Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:57:28.4674160Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:57:28.4674584Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:57:28.4674965Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:57:28.4675335Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:57:28.4675743Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:57:28.4676271Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:57:28.4676649Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:57:28.4677018Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:57:28.4677412Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:57:28.4677799Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:57:28.4678149Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:57:28.4678527Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:57:28.4678935Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:57:28.4679323Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:57:28.4679690Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:57:28.4680252Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:57:28.4680649Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:57:28.4681040Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:57:28.4681444Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:57:28.4681832Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:57:28.4682214Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:57:28.4682596Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:57:28.4682992Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:57:28.4683391Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:57:28.4683759Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:57:28.4684118Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:57:28.4684465Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:57:28.4684819Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:57:28.4685179Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:57:28.4685692Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:57:28.4686258Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:57:28.4686657Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:57:28.4687086Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:57:28.4687525Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:57:28.4687924Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:57:28.4688320Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:57:28.4688708Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:57:28.4689094Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:57:28.4689495Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:57:28.4689905Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:57:28.4690286Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:57:28.4690676Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:57:28.4691087Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:57:28.4691524Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:57:28.4691954Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:57:28.4692349Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:57:28.4692745Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:57:28.4693156Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:57:28.4693566Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:57:28.4693973Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:57:28.4694368Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:57:28.4694765Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:57:28.4695168Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:57:28.4695552Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:57:28.4696075Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:57:28.4696679Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:57:28.4697098Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:57:28.4697495Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:57:28.4697896Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:57:28.4698286Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:57:28.4698655Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:57:28.4699028Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:57:28.4699406Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:57:28.4699791Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:57:28.4700212Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:57:28.4700661Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:57:28.4701060Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:57:28.4701433Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:57:28.4701820Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:57:28.4702406Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:57:28.4702823Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:57:28.4703174Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:57:28.4703515Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:57:28.4703933Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:57:28.4704362Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:57:28.4704775Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:57:28.4705160Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:57:28.4705542Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:57:28.4706074Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:57:28.4706503Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:57:28.4706970Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:57:28.4707382Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:57:28.4707767Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:57:28.4708127Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:57:28.4708571Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:57:28.4709076Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:57:28.4709514Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:57:28.4709888Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:57:28.4710354Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:57:28.4710888Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:57:28.4711387Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:57:28.4711824Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:57:28.4712186Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:57:28.4712563Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:57:28.4712971Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:57:28.4713580Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:57:28.4714009Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:57:28.4714383Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:57:28.4714765Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:57:28.4715162Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:57:28.4715560Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:57:28.4716078Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:57:28.4716477Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:57:28.4716870Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:57:28.4717266Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:57:28.4717687Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:57:28.4718131Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:57:28.4718557Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:57:28.4719126Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:57:28.4719505Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:57:28.4719879Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:57:28.4720251Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:57:28.4720641Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:57:28.4721059Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:57:28.4721534Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:57:28.4721983Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:57:28.4722386Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:57:28.4722772Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:57:28.4723158Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:57:28.4723534Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:57:28.4723905Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:57:28.4724287Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:57:28.4724668Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:57:28.4725110Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:57:28.4725586Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:57:28.4726167Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:57:28.4726690Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:57:28.4727207Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:57:28.4727710Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:57:28.4728148Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:57:28.4728514Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:57:28.4728876Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:57:28.4729359Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:57:28.4729743Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:57:28.4730289Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:57:28.4730705Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:57:28.4731091Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:57:28.4731483Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:57:28.4731859Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:57:28.4732234Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:57:28.4732630Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:57:28.4733023Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:57:28.4733440Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:57:28.4733874Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:57:28.4734297Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:57:28.4734708Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:57:28.4735111Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:57:28.4735666Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:57:28.4736226Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:57:28.4736618Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:57:28.4736982Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:57:28.4737489Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:28.4738008Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:57:28.4738383Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:57:28.4738758Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:57:28.4739123Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:57:28.4739523Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:57:28.4739958Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:57:28.4740385Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:57:28.4740816Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:57:28.4741221Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:57:28.4741621Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:57:28.4742043Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:57:28.4742456Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:57:28.4742849Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:57:28.4743275Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:57:28.4743771Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:57:28.4744270Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:57:28.4744717Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:57:28.4745128Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:57:28.4745531Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:57:28.4746144Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:57:28.4746842Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:57:28.4747282Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:57:28.4747718Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:57:28.4748177Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:57:28.4748582Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:57:28.4748945Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:57:28.4749296Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:57:28.4749668Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:57:28.4750050Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:57:28.4750414Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:57:28.4750770Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:57:28.4751141Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:57:28.4751505Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:57:28.4751859Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:57:28.4752385Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:57:28.4752740Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:57:28.4753115Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:57:28.4753500Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:57:28.4753864Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:57:28.4754222Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:57:28.4754583Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:57:28.4754952Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:57:28.4755327Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:57:28.4755692Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:57:28.4756320Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:57:28.4756710Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:57:28.4757129Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:57:28.4757562Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:57:28.4757968Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:57:28.4758329Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:57:28.4758709Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:57:28.4759140Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:57:28.4759571Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:57:28.4759932Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:57:28.4760300Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:57:28.4760657Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:57:28.4761002Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:57:28.4761350Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:57:28.4761703Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:57:28.4762074Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:57:28.4762435Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:57:28.4762781Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:57:28.4763324Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:57:28.4763758Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:57:28.4764168Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:57:28.4764574Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:57:28.4764971Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:57:28.4765366Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:57:28.4765891Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:57:28.4766406Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:57:28.4767024Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:57:28.4767654Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:57:28.4768198Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:57:28.4768671Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:57:28.4769326Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:57:28.4769850Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:57:28.4770471Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:57:28.4771034Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:57:28.4771529Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:57:28.4771978Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:57:28.4772349Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:57:28.4772722Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:57:28.4773094Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:57:28.4773482Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:57:28.4773871Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:57:28.4774256Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:57:28.4774647Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:57:28.4775034Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:57:28.4775423Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:57:28.4776026Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:57:28.4776427Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:57:28.4776803Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:57:28.4777220Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:57:28.4777618Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:57:28.4778029Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:57:28.4778445Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:57:28.4778813Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:57:28.4779204Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:57:28.4779613Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:57:28.4780227Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:57:28.4780689Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:57:28.4781118Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:57:28.4781496Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:57:28.4781870Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:57:28.4782253Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:57:28.4782620Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:57:28.4783008Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:57:28.4783400Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:57:28.4783783Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:57:28.4784166Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:57:28.4784525Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:57:28.4784891Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:57:28.4785435Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:28.4786445Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:28.4787131Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:28.4787796Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:28.4788323Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:57:28.4788714Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:57:28.4789117Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:57:28.4789520Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:57:28.4789899Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:57:28.4790277Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:57:28.4790646Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:57:28.4791025Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:57:28.4791403Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:57:28.4791779Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:57:28.4792159Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:57:28.4792545Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:57:28.4792950Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:57:28.4793349Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:57:28.4793750Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:57:28.4794143Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:57:28.4794515Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:57:28.4794904Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:57:28.4795303Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:57:28.4795699Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:57:28.4796211Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:57:28.4796601Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:57:28.4797207Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:57:28.4797662Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:57:28.4798064Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:57:28.4798510Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:57:28.4798966Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:57:28.4799371Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:57:28.4799743Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:57:28.4800123Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:57:28.4800518Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:57:28.4800932Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:57:28.4801334Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:57:28.4801712Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:57:28.4802106Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:57:28.4802715Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:57:28.4803188Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:57:28.4803583Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:57:28.4803988Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:57:28.4804440Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:57:28.4804887Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:57:28.4805514Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:57:28.4806095Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:57:28.4806540Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:57:28.4806978Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:57:28.4807377Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:57:28.4807768Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:57:28.4808186Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:57:28.4808570Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:57:28.4808943Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:57:28.4809357Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:57:28.4809763Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:57:28.4810168Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:57:28.4810589Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:57:28.4810987Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:57:28.4811366Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:57:28.4811735Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:57:28.4812091Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:57:28.4812483Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:57:28.4812902Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:57:28.4813570Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:57:28.4814033Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:57:28.4814484Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:57:28.4814889Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:57:28.4815326Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:57:28.4815743Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:57:28.4816311Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:57:28.4816721Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:57:28.4817077Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:57:28.4817440Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:57:28.4817835Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:57:28.4818232Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:57:28.4818612Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:57:28.4819111Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:57:28.4819460Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:57:28.4819809Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:57:28.4820296Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:57:28.4820804Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:57:28.4821187Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:57:28.4821567Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:57:28.4821969Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:57:28.4822377Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:57:28.4822788Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:57:28.4823198Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:57:28.4823617Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:57:28.4824024Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:57:28.4824398Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:57:28.4824762Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:57:28.4825122Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:57:28.4825499Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:57:28.4826101Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:57:28.4826538Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:57:28.4826940Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:57:28.4827365Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:57:28.4827807Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:57:28.4828203Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:57:28.4828571Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:57:28.4828917Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:57:28.4829266Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:57:28.4829634Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:57:28.4830208Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:57:28.4830611Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:57:28.4831011Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:57:28.4831432Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:57:28.4831894Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:57:28.4832325Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:57:28.4832699Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:57:28.4833085Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:57:28.4833472Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:57:28.4833860Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:57:28.4834244Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:57:28.4834620Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:57:28.4835059Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:57:28.4835683Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:57:28.4836280Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:57:28.4836664Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:57:28.4837040Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:57:28.4837443Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:57:28.4837834Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:57:28.4838205Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:57:28.4838605Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:57:28.4838986Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:57:28.4839333Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:57:28.4839695Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:57:28.4840093Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:57:28.4840514Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:57:28.4840889Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:57:28.4841271Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:57:28.4841714Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:57:28.4842156Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:57:28.4842588Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:57:28.4842980Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:57:28.4843494Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:28.4844006Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:57:28.4844398Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:57:28.4844808Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:57:28.4845230Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:57:28.4845751Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:57:28.4846678Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:57:28.4847316Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:57:28.4847968Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:57:28.4848619Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:57:28.4849251Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:57:28.4849875Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:57:28.4850456Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:57:28.4850939Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:57:28.4851384Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:57:28.4851817Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:57:28.4852247Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:57:28.4852720Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:57:28.4853290Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:57:28.4853669Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:57:28.4854039Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:57:28.4854417Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:57:28.4854804Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:57:28.4855211Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:57:28.4855629Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:57:28.4856205Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:57:28.4856606Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:57:28.4857082Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:57:28.4857579Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:57:28.4858068Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:57:28.4858556Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:57:28.4859009Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:57:28.4859463Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:57:28.4859886Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:57:28.4860302Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:57:28.4860735Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:57:28.4861164Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:57:28.4861556Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:57:28.4861935Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:57:28.4862312Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:57:28.4862686Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:57:28.4863129Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:57:28.4863570Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:57:28.4864183Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:57:28.4864618Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:57:28.4865050Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:57:28.4865506Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:57:28.4866081Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:57:28.4866519Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:57:28.4866917Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:57:28.4867293Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:57:28.4867682Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:57:28.4868053Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:57:28.4868433Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:57:28.4868837Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:57:28.4869236Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:57:28.4869838Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:57:28.4870306Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:57:28.4870767Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:57:28.4871155Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:57:28.4871506Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:57:28.4871878Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:57:28.4872266Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:57:28.4872655Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:57:28.4873051Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:57:28.4873485Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:57:28.4873936Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:57:28.4874353Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:57:28.4874737Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:57:28.4875136Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:57:28.4875677Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:28.4876452Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:57:28.4876918Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:57:28.4877365Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:57:28.4877790Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:57:28.4878191Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:57:28.4878584Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:57:28.4878976Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:57:28.4879379Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:57:28.4879784Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:57:28.4880265Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:57:28.4880661Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:57:28.4881270Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:57:28.4881660Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:57:28.4882064Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:57:28.4882537Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:57:28.4882959Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:57:28.4883334Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:57:28.4883712Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:57:28.4884099Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:57:28.4884476Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:57:28.4884851Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:57:28.4885281Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:57:28.4885725Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:57:28.4886263Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:57:28.4886836Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:57:28.4887234Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:57:28.4887616Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:57:28.4887995Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:57:28.4888379Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:57:28.4888780Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:57:28.4889228Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:57:28.4889676Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:57:28.4890099Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:57:28.4890500Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:57:28.4890902Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:57:28.4891324Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:57:28.4891710Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:57:28.4892067Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:57:28.4892417Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:57:28.4892780Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:57:28.4893159Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:57:28.4893513Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:57:28.4893883Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:57:28.4894278Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:57:28.4894666Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:57:28.4895027Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:57:28.4895381Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:57:28.4895882Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:57:28.4896293Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:57:28.4896667Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:57:28.4897028Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:57:28.4897618Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:57:28.4898035Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:57:28.4898410Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:57:28.4898767Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:57:28.4899140Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:57:28.4899530Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:57:28.4899909Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:57:28.4900286Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:57:28.4900661Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:57:28.4901046Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:57:28.4901449Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:57:28.4901872Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:57:28.4902272Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:57:28.4902797Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:57:28.4903147Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:57:28.4903488Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:57:28.4903908Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:57:28.4904406Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:57:28.4904875Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:57:28.4905354Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:57:28.4906004Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:57:28.4906456Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:57:28.4906833Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:57:28.4907228Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:57:28.4907615Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:57:28.4908003Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:57:28.4908387Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:57:28.4908774Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:57:28.4909152Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:57:28.4909551Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:57:28.4909996Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:57:28.4910427Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:57:28.4910810Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:57:28.4911212Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:57:28.4911639Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:57:28.4912023Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:57:28.4912376Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:57:28.4912763Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:57:28.4913217Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:57:28.4913886Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:57:28.4914327Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:57:28.4914746Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:57:28.4915178Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:57:28.4915608Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:57:28.8729366Z info: downloading installer
2025-08-20T22:57:29.3210679Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:57:29.3211055Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:57:29.3211410Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:57:29.3211825Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:57:29.3422793Z info: profile set to 'default'
2025-08-20T22:57:29.3423293Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:57:29.3423658Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:57:30.0234811Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:57:30.2057298Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:57:30.2322163Z info: downloading component 'clippy'
2025-08-20T22:57:30.3720772Z info: downloading component 'rustfmt'
2025-08-20T22:57:30.4888382Z info: downloading component 'cargo'
2025-08-20T22:57:30.6902444Z info: downloading component 'rust-std'
2025-08-20T22:57:31.1714524Z info: downloading component 'rustc'
2025-08-20T22:57:32.1697231Z info: removing previous version of component 'clippy'
2025-08-20T22:57:32.1862424Z info: removing previous version of component 'rustfmt'
2025-08-20T22:57:32.1986999Z info: removing previous version of component 'cargo'
2025-08-20T22:57:32.2010503Z info: removing previous version of component 'rust-std'
2025-08-20T22:57:32.2379832Z info: removing previous version of component 'rustc'
2025-08-20T22:57:32.2720599Z info: installing component 'clippy'
2025-08-20T22:57:32.5353252Z info: installing component 'rustfmt'
2025-08-20T22:57:32.7333768Z info: installing component 'cargo'
2025-08-20T22:57:33.2220032Z info: installing component 'rust-std'
2025-08-20T22:57:34.5237412Z info: installing component 'rustc'
2025-08-20T22:57:37.2605437Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:57:37.2605737Z 
2025-08-20T22:57:37.2676642Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T22:57:37.2677082Z 
2025-08-20T22:57:37.2677087Z 
2025-08-20T22:57:37.2677177Z Rust is installed now. Great!
2025-08-20T22:57:37.2677321Z 
2025-08-20T22:57:37.2677498Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:57:37.2677891Z environment variable. This has not been done automatically.
2025-08-20T22:57:37.2678143Z 
2025-08-20T22:57:37.2678252Z To configure your current shell, you need to source
2025-08-20T22:57:37.2678537Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:57:37.2678717Z 
2025-08-20T22:57:37.2678886Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:57:37.2679283Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:57:37.2679577Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:57:37.2679849Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:57:37.2937039Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:57:37.3257107Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:57:37.3257389Z 
2025-08-20T22:57:37.3327591Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:57:37.3327914Z 
2025-08-20T22:57:37.3725093Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:57:37.4089405Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:57:37.4340912Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:57:37.4341378Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:57:37.4341740Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:57:37.4342135Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:57:37.4342499Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:57:37.4342856Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:57:37.4343213Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:57:37.4343569Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:57:37.4343914Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:57:37.4344240Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:57:37.4344603Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:57:37.4344984Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:57:37.4345367Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:57:37.4345884Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:57:37.4346601Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:57:37.4347004Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:57:37.4347406Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:57:37.4347766Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:57:37.4348147Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:57:37.4348604Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:57:37.4349052Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:57:37.4349440Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:57:37.4349858Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:57:37.4350255Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:57:37.4350607Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:57:37.4350996Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:57:37.4351426Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:57:37.4351845Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:57:37.4352247Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:57:37.4352661Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:57:37.4353088Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:57:37.4353515Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:57:37.4353943Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:57:37.4354369Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:57:37.4354812Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:57:37.4355237Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:57:37.4355687Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:57:37.4356228Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:57:37.4356624Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:57:37.4357031Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:57:37.4357685Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:57:37.4358123Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:57:37.4358525Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:57:37.4358925Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:57:37.4359376Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:57:37.4359847Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:57:37.4360320Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:57:37.4360808Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:57:37.4361248Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:57:37.4361670Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:57:37.4362089Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:57:37.4362496Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:57:37.4363047Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:57:37.4363444Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:57:37.4363812Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:57:37.4364167Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:57:37.4364536Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:57:37.4364927Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:57:37.4365333Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:57:37.4365713Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:57:37.4366271Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:57:37.4366712Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:57:37.4367139Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:57:37.4367547Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:57:37.4367969Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:57:37.4368399Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:57:37.4368797Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:57:37.4369190Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:57:37.4369623Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:57:37.4370123Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:57:37.4370623Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:57:37.4371085Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:57:37.4371506Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:57:37.4371896Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:57:37.4372289Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:57:37.4372691Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:57:37.4373088Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:57:37.4373546Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:57:37.4374227Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:57:37.4374754Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:57:37.4375243Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:57:37.4375689Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:57:37.4376204Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:57:37.4376605Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:57:37.4377010Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:57:37.4377407Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:57:37.4377791Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:57:37.4378214Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:57:37.4378637Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:57:37.4379016Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:57:37.4379389Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:57:37.4379940Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:57:37.4380345Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:57:37.4380718Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:57:37.4381085Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:57:37.4381478Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:57:37.4381864Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:57:37.4382211Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:57:37.4382593Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:57:37.4383001Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:57:37.4383387Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:57:37.4383754Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:57:37.4384116Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:57:37.4384490Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:57:37.4384880Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:57:37.4385277Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:57:37.4385671Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:57:37.4386460Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:57:37.4386857Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:57:37.4387256Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:57:37.4387654Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:57:37.4388029Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:57:37.4388384Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:57:37.4388732Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:57:37.4389084Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:57:37.4389446Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:57:37.4389793Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:57:37.4390162Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:57:37.4390759Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:57:37.4391207Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:57:37.4391644Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:57:37.4392046Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:57:37.4392446Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:57:37.4392834Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:57:37.4393220Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:57:37.4393622Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:57:37.4394032Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:57:37.4394411Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:57:37.4394810Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:57:37.4395256Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:57:37.4395697Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:57:37.4396386Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:57:37.4396783Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:57:37.4397178Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:57:37.4397585Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:57:37.4397993Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:57:37.4398397Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:57:37.4398791Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:57:37.4399192Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:57:37.4399597Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:57:37.4399975Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:57:37.4400335Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:57:37.4400698Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:57:37.4401092Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:57:37.4401486Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:57:37.4401887Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:57:37.4402274Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:57:37.4402645Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:57:37.4403023Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:57:37.4403406Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:57:37.4403795Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:57:37.4404216Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:57:37.4404665Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:57:37.4405067Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:57:37.4405445Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:57:37.4406027Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:57:37.4406469Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:57:37.4406889Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:57:37.4407443Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:57:37.4407806Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:57:37.4408227Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:57:37.4408660Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:57:37.4409069Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:57:37.4409452Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:57:37.4409831Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:57:37.4410212Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:57:37.4410633Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:57:37.4411100Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:57:37.4411512Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:57:37.4411878Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:57:37.4412236Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:57:37.4412816Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:57:37.4413322Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:57:37.4413764Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:57:37.4414141Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:57:37.4414598Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:57:37.4415134Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:57:37.4415641Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:57:37.4417047Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:57:37.4417420Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:57:37.4417803Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:57:37.4418222Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:57:37.4418635Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:57:37.4419042Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:57:37.4419418Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:57:37.4419790Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:57:37.4420188Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:57:37.4420593Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:57:37.4420991Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:57:37.4421386Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:57:37.4421782Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:57:37.4422179Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:57:37.4422598Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:57:37.4423042Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:57:37.4423466Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:57:37.4423856Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:57:37.4424229Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:57:37.4424842Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:57:37.4425232Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:57:37.4425623Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:57:37.4426153Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:57:37.4426627Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:57:37.4427074Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:57:37.4427483Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:57:37.4427871Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:57:37.4428255Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:57:37.4428630Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:57:37.4429003Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:57:37.4429389Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:57:37.4429774Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:57:37.4430392Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:57:37.4430866Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:57:37.4431324Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:57:37.4431843Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:57:37.4432355Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:57:37.4432858Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:57:37.4433301Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:57:37.4433663Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:57:37.4434026Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:57:37.4434407Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:57:37.4434791Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:57:37.4435161Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:57:37.4435545Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:57:37.4436033Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:57:37.4436432Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:57:37.4436807Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:57:37.4437188Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:57:37.4437587Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:57:37.4437977Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:57:37.4438397Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:57:37.4438841Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:57:37.4439257Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:57:37.4439671Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:57:37.4440073Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:57:37.4440485Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:57:37.4440910Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:57:37.4441504Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:57:37.4441883Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:57:37.4442500Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:37.4443029Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:57:37.4443405Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:57:37.4443783Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:57:37.4444152Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:57:37.4444551Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:57:37.4444990Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:57:37.4445415Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:57:37.4446028Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:57:37.4446447Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:57:37.4446849Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:57:37.4447523Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:57:37.4447938Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:57:37.4448333Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:57:37.4448763Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:57:37.4449248Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:57:37.4449744Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:57:37.4450197Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:57:37.4450609Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:57:37.4451013Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:57:37.4451497Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:57:37.4451983Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:57:37.4452393Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:57:37.4452826Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:57:37.4453280Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:57:37.4453690Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:57:37.4454051Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:57:37.4454410Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:57:37.4454783Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:57:37.4455168Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:57:37.4455581Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:57:37.4456077Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:57:37.4456453Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:57:37.4456817Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:57:37.4457174Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:57:37.4457542Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:57:37.4457894Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:57:37.4458488Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:57:37.4458893Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:57:37.4459254Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:57:37.4459614Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:57:37.4459977Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:57:37.4460343Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:57:37.4460718Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:57:37.4461085Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:57:37.4461446Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:57:37.4461821Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:57:37.4462244Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:57:37.4462681Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:57:37.4463090Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:57:37.4463455Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:57:37.4463978Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:57:37.4464404Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:57:37.4464803Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:57:37.4465164Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:57:37.4465528Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:57:37.4466065Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:57:37.4466415Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:57:37.4466771Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:57:37.4467124Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:57:37.4467491Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:57:37.4467853Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:57:37.4468205Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:57:37.4468554Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:57:37.4468934Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:57:37.4469339Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:57:37.4469735Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:57:37.4470133Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:57:37.4470536Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:57:37.4470954Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:57:37.4471456Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:57:37.4472075Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:57:37.4472703Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:57:37.4473249Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:57:37.4473723Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:57:37.4474180Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:57:37.4474701Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:57:37.4475511Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:57:37.4476202Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:57:37.4476700Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:57:37.4477141Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:57:37.4477513Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:57:37.4477893Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:57:37.4478265Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:57:37.4478645Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:57:37.4479034Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:57:37.4479425Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:57:37.4479814Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:57:37.4480198Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:57:37.4480775Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:57:37.4481157Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:57:37.4481535Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:57:37.4481910Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:57:37.4482301Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:57:37.4482693Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:57:37.4483107Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:57:37.4483530Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:57:37.4483901Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:57:37.4484287Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:57:37.4484700Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:57:37.4485112Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:57:37.4485547Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:57:37.4486124Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:57:37.4486491Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:57:37.4486862Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:57:37.4487245Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:57:37.4487618Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:57:37.4488009Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:57:37.4488403Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:57:37.4488795Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:57:37.4489175Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:57:37.4489534Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:57:37.4489901Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:57:37.4490448Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:37.4491165Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:37.4492047Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:37.4492750Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:37.4493284Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:57:37.4493669Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:57:37.4494073Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:57:37.4494475Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:57:37.4494846Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:57:37.4495223Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:57:37.4495591Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:57:37.4496105Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:57:37.4496489Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:57:37.4496865Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:57:37.4497241Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:57:37.4497794Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:57:37.4498198Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:57:37.4498593Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:57:37.4498990Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:57:37.4499377Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:57:37.4499754Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:57:37.4500143Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:57:37.4500544Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:57:37.4500942Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:57:37.4501341Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:57:37.4501737Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:57:37.4502162Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:57:37.4502590Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:57:37.4502988Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:57:37.4503427Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:57:37.4503880Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:57:37.4504291Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:57:37.4504661Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:57:37.4505043Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:57:37.4505448Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:57:37.4505972Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:57:37.4506385Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:57:37.4506765Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:57:37.4507156Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:57:37.4507626Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:57:37.4508100Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:57:37.4508673Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:57:37.4509112Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:57:37.4509565Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:57:37.4510016Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:57:37.4510489Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:57:37.4510975Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:57:37.4511419Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:57:37.4511858Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:57:37.4512259Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:57:37.4512655Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:57:37.4513073Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:57:37.4513458Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:57:37.4513968Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:57:37.4514376Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:57:37.4514776Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:57:37.4515184Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:57:37.4515605Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:57:37.4516108Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:57:37.4516487Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:57:37.4516861Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:57:37.4517218Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:57:37.4517608Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:57:37.4518035Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:57:37.4518431Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:57:37.4518878Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:57:37.4519329Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:57:37.4519731Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:57:37.4520170Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:57:37.4520591Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:57:37.4520998Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:57:37.4521406Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:57:37.4521762Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:57:37.4522128Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:57:37.4522520Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:57:37.4522917Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:57:37.4523295Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:57:37.4523655Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:57:37.4524005Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:57:37.4524359Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:57:37.4525070Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:57:37.4525614Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:57:37.4526101Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:57:37.4526490Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:57:37.4526887Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:57:37.4527298Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:57:37.4527710Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:57:37.4528114Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:57:37.4528525Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:57:37.4528938Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:57:37.4529319Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:57:37.4529683Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:57:37.4530045Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:57:37.4530578Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:57:37.4531004Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:57:37.4531433Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:57:37.4531834Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:57:37.4532255Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:57:37.4532701Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:57:37.4533103Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:57:37.4533472Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:57:37.4533821Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:57:37.4534168Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:57:37.4534540Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:57:37.4534914Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:57:37.4535293Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:57:37.4535697Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:57:37.4536233Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:57:37.4536697Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:57:37.4537135Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:57:37.4537513Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:57:37.4537899Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:57:37.4538284Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:57:37.4538673Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:57:37.4539057Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:57:37.4539432Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:57:37.4539874Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:57:37.4540366Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:57:37.4540792Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:57:37.4541347Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:57:37.4541748Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:57:37.4542152Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:57:37.4542544Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:57:37.4542934Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:57:37.4543330Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:57:37.4543709Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:57:37.4544056Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:57:37.4544410Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:57:37.4544807Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:57:37.4545228Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:57:37.4545613Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:57:37.4546148Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:57:37.4546592Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:57:37.4547204Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:57:37.4547631Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:57:37.4548024Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:57:37.4548538Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:37.4549043Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:57:37.4549432Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:57:37.4549843Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:57:37.4550270Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:57:37.4550792Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:57:37.4551380Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:57:37.4551988Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:57:37.4552639Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:57:37.4553316Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:57:37.4553947Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:57:37.4554579Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:57:37.4555162Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:57:37.4555667Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:57:37.4556273Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:57:37.4556714Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:57:37.4557142Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:57:37.4557620Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:57:37.4558053Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:57:37.4558434Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:57:37.4559006Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:57:37.4559406Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:57:37.4559788Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:57:37.4560199Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:57:37.4560613Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:57:37.4560982Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:57:37.4561369Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:57:37.4561830Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:57:37.4562319Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:57:37.4562815Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:57:37.4563306Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:57:37.4563758Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:57:37.4564176Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:57:37.4564746Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:57:37.4565164Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:57:37.4565617Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:57:37.4566159Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:57:37.4566552Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:57:37.4566935Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:57:37.4567317Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:57:37.4567695Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:57:37.4568133Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:57:37.4568571Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:57:37.4568975Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:57:37.4569386Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:57:37.4569814Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:57:37.4570266Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:57:37.4570711Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:57:37.4571144Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:57:37.4571547Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:57:37.4571923Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:57:37.4572309Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:57:37.4572686Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:57:37.4573063Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:57:37.4573465Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:57:37.4573866Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:57:37.4574296Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:57:37.4574768Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:57:37.4575420Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:57:37.4575923Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:57:37.4576280Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:57:37.4576651Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:57:37.4577053Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:57:37.4577439Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:57:37.4577829Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:57:37.4578259Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:57:37.4578706Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:57:37.4579125Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:57:37.4579514Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:57:37.4579919Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:57:37.4580463Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:57:37.4581232Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:57:37.4581685Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:57:37.4582129Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:57:37.4582553Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:57:37.4582952Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:57:37.4583345Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:57:37.4583739Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:57:37.4584139Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:57:37.4584543Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:57:37.4584925Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:57:37.4585324Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:57:37.4585728Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:57:37.4586289Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:57:37.4586702Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:57:37.4587168Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:57:37.4587588Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:57:37.4587968Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:57:37.4588347Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:57:37.4588735Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:57:37.4589110Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:57:37.4589484Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:57:37.4589912Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:57:37.4590358Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:57:37.4590767Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:57:37.4591163Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:57:37.4591563Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:57:37.4592129Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:57:37.4592529Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:57:37.4592918Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:57:37.4593327Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:57:37.4593768Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:57:37.4594217Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:57:37.4594637Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:57:37.4595043Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:57:37.4595447Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:57:37.4596035Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:57:37.4596444Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:57:37.4596804Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:57:37.4597152Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:57:37.4597686Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:57:37.4598061Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:57:37.4598414Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:57:37.4598784Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:57:37.4599181Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:57:37.4599564Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:57:37.4599920Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:57:37.4600275Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:57:37.4600653Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:57:37.4601052Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:57:37.4601428Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:57:37.4601795Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:57:37.4602156Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:57:37.4602540Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:57:37.4602917Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:57:37.4603264Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:57:37.4603639Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:57:37.4604034Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:57:37.4604418Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:57:37.4604795Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:57:37.4605171Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:57:37.4605560Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:57:37.4606132Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:57:37.4606561Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:57:37.4606964Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:57:37.4607320Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:57:37.4607668Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:57:37.4608012Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:57:37.4608629Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:57:37.4609161Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:57:37.4609634Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:57:37.4610116Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:57:37.4610622Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:57:37.4611058Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:57:37.4611439Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:57:37.4611827Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:57:37.4612214Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:57:37.4612605Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:57:37.4612991Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:57:37.4613376Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:57:37.4613895Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:57:37.4614290Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:57:37.4614734Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:57:37.4615167Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:57:37.4615544Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:57:37.4616075Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:57:37.4616505Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:57:37.4616891Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:57:37.4617245Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:57:37.4617633Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:57:37.4634018Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:57:37.4634605Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:57:37.4635028Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:57:37.4635448Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:57:37.4636076Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:57:37.4636518Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:57:37.4636808Z 
2025-08-20T22:57:37.4636812Z 
2025-08-20T22:57:37.4637179Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:57:37 PM)
2025-08-20T22:57:37.4637538Z 
2025-08-20T22:57:37.4637541Z 
2025-08-20T22:57:37.4637544Z 
2025-08-20T22:57:37.4637607Z [+] Continue : YES
2025-08-20T22:57:37.4637721Z 
2025-08-20T22:57:37.4637951Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:57:37.6103754Z 
2025-08-20T22:57:37.6104509Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:57:37 PM) UTC
2025-08-20T22:57:37.6104786Z 
2025-08-20T22:57:37.6119228Z 
2025-08-20T22:57:37.6119382Z [+] Total RECIPES :: 1
2025-08-20T22:57:37.6119516Z 
2025-08-20T22:57:37.6188400Z 
2025-08-20T22:57:37.6189215Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml (1/1)
2025-08-20T22:57:37.6189752Z 
2025-08-20T22:57:37.7312502Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T22:57:37.7323096Z mode of '/tmp/pkgforge/vYj86SLU4_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:57:37.7371790Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/trufflehog/official/source [Provided]
2025-08-20T22:57:37.7372272Z [+] Setting '.pkg_family' --> trufflehog [Provided]
2025-08-20T22:57:37.7384437Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:57:37.7389545Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T22:57:37.7416902Z [00:00:00.003]➜  
2025-08-20T22:57:37.7417672Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/vYj86SLU4_build.yaml
2025-08-20T22:57:37.7418151Z [00:00:00.003]➜  
2025-08-20T22:57:37.7452723Z [00:00:00.006]➜  
2025-08-20T22:57:37.7453197Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/vYj86SLU4_build.yaml
2025-08-20T22:57:37.7453589Z [00:00:00.006]➜  
2025-08-20T22:57:37.7525670Z [00:00:00.014]➜  
2025-08-20T22:57:37.7526813Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/trufflehog/static.official.source.yaml) --> /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:57:37 PM) UTC]
2025-08-20T22:57:37.7528012Z [00:00:00.014]➜  
2025-08-20T22:57:37.7528204Z [00:00:00.014]➜  
2025-08-20T22:57:37.7528386Z [00:00:00.014]➜  
2025-08-20T22:57:37.7528660Z [00:00:00.014]➜  ###################################################################
2025-08-20T22:57:37.7536597Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:57:37.7538419Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T22:57:37.7539001Z [00:00:00.015]➜  _disabled: false
2025-08-20T22:57:37.7539232Z [00:00:00.015]➜  
2025-08-20T22:57:37.7539492Z [00:00:00.015]➜  pkg: "trufflehog"
2025-08-20T22:57:37.7539847Z [00:00:00.015]➜  pkg_id: "github.com.trufflesecurity.trufflehog.source"
2025-08-20T22:57:37.7540189Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T22:57:37.7540426Z [00:00:00.015]➜  category:
2025-08-20T22:57:37.7543402Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T22:57:37.7543893Z [00:00:00.015]➜    - "Utility"
2025-08-20T22:57:37.7544278Z [00:00:00.015]➜  description: "Find, verify, and analyze leaked credentials"
2025-08-20T22:57:37.7544624Z [00:00:00.015]➜  distro_pkg:
2025-08-20T22:57:37.7544875Z [00:00:00.015]➜    archlinux:
2025-08-20T22:57:37.7545102Z [00:00:00.015]➜      aur:
2025-08-20T22:57:37.7545354Z [00:00:00.015]➜        - "trufflehog"
2025-08-20T22:57:37.7545625Z [00:00:00.015]➜        - "trufflehog-bin"
2025-08-20T22:57:37.7546117Z [00:00:00.015]➜    homebrew:
2025-08-20T22:57:37.7546361Z [00:00:00.015]➜      - "trufflehog"
2025-08-20T22:57:37.7546606Z [00:00:00.015]➜    nixpkgs:
2025-08-20T22:57:37.7546835Z [00:00:00.015]➜      - "trufflehog"
2025-08-20T22:57:37.7547090Z [00:00:00.015]➜  homepage:
2025-08-20T22:57:37.7547412Z [00:00:00.015]➜    - "https://github.com/trufflesecurity/trufflehog"
2025-08-20T22:57:37.7547728Z [00:00:00.015]➜  license:
2025-08-20T22:57:37.7547981Z [00:00:00.015]➜    - id: "AGPL-3.0"
2025-08-20T22:57:37.7548556Z [00:00:00.015]➜      url: "https://github.com/trufflesecurity/trufflehog/raw/20a3840917da9c9fb213d95cdaf9bd3566a4a8b3/LICENSE"  
2025-08-20T22:57:37.7549059Z [00:00:00.015]➜  maintainer:
2025-08-20T22:57:37.7549366Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:57:37.7549664Z [00:00:00.015]➜  note:
2025-08-20T22:57:37.7549942Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:57:37.7550491Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/trufflesecurity/trufflehog"
2025-08-20T22:57:37.7550952Z [00:00:00.015]➜  provides:
2025-08-20T22:57:37.7551180Z [00:00:00.015]➜    - "trufflehog"
2025-08-20T22:57:37.7551708Z [00:00:00.015]➜  repology:
2025-08-20T22:57:37.7552024Z [00:00:00.015]➜    - "trufflehog"
2025-08-20T22:57:37.7552265Z [00:00:00.015]➜  src_url:
2025-08-20T22:57:37.7552571Z [00:00:00.015]➜    - "https://github.com/trufflesecurity/trufflehog"
2025-08-20T22:57:37.7552893Z [00:00:00.015]➜  tag:
2025-08-20T22:57:37.7553101Z [00:00:00.015]➜    - "Utility"
2025-08-20T22:57:37.7553338Z [00:00:00.015]➜  x_exec:
2025-08-20T22:57:37.7553571Z [00:00:00.015]➜    bsys: "docker://go"
2025-08-20T22:57:37.7553815Z [00:00:00.015]➜    host:
2025-08-20T22:57:37.7554046Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T22:57:37.7554312Z [00:00:00.015]➜      - "riscv64-Linux"
2025-08-20T22:57:37.7554598Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T22:57:37.7554850Z [00:00:00.015]➜    shell: "bash"
2025-08-20T22:57:37.7555100Z [00:00:00.015]➜    pkgver: |
2025-08-20T22:57:37.7555395Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:57:37.7556322Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/trufflesecurity/trufflehog" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:57:37.7557273Z [00:00:00.015]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:57:37.7558230Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:57:37.7558606Z [00:00:00.015]➜    run: |
2025-08-20T22:57:37.7558818Z [00:00:00.015]➜      #Build
2025-08-20T22:57:37.7559417Z [00:00:00.015]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:57:37.7560129Z [00:00:00.015]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:57:37.7560717Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:57:37.7561184Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:57:37.7561589Z [00:00:00.015]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:57:37.7561928Z [00:00:00.015]➜        bash -l -c '
2025-08-20T22:57:37.7562184Z [00:00:00.015]➜        #Setup ENV
2025-08-20T22:57:37.7562555Z [00:00:00.015]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:57:37.7562911Z [00:00:00.015]➜         CGO_ENABLED="1"
2025-08-20T22:57:37.7563272Z [00:00:00.015]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:57:37.7563785Z [00:00:00.015]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:57:37.7564171Z [00:00:00.015]➜         GOOS="linux"
2025-08-20T22:57:37.7564516Z [00:00:00.015]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:57:37.7564812Z [00:00:00.015]➜        #Build
2025-08-20T22:57:37.7565367Z [00:00:00.015]➜         git clone --filter "blob:none" --quiet "https://github.com/trufflesecurity/trufflehog" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:57:37.7566177Z [00:00:00.015]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:57:37.7566666Z [00:00:00.015]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:57:37.7567106Z [00:00:00.015]➜         go mod tidy -v ; go generate ./...
2025-08-20T22:57:37.7567870Z [00:00:00.015]➜         go build -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/trufflehog"
2025-08-20T22:57:37.7568498Z [00:00:00.015]➜        #Copy
2025-08-20T22:57:37.7569135Z [00:00:00.015]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:57:37.7569690Z [00:00:00.015]➜        #Strip 
2025-08-20T22:57:37.7570410Z [00:00:00.015]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:57:37.7571169Z [00:00:00.015]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:57:37.7571863Z [00:00:00.015]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:57:37.7572461Z [00:00:00.015]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:57:37.7573017Z [00:00:00.015]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:57:37.7573435Z [00:00:00.015]➜         popd &>/dev/null
2025-08-20T22:57:37.7573677Z [00:00:00.015]➜        '
2025-08-20T22:57:37.7573896Z [00:00:00.015]➜      #Copy & Meta
2025-08-20T22:57:37.7574258Z [00:00:00.015]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:57:37.7574803Z [00:00:00.015]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:57:37.7576026Z [00:00:00.015]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:57:37.7577020Z [00:00:00.015]➜  
2025-08-20T22:57:37.7577211Z [00:00:00.015]➜  
2025-08-20T22:57:37.7577485Z [00:00:00.015]➜  ###################################################################
2025-08-20T22:57:37.7577764Z [00:00:00.015]➜  
2025-08-20T22:57:37.7577948Z [00:00:00.015]➜  
2025-08-20T22:57:37.7578129Z [00:00:00.015]➜  
2025-08-20T22:57:37.7578603Z [00:00:00.016]➜  '/tmp/pkgforge/vYj86SLU4_build.yaml' -> '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:57:39.2798443Z [00:00:01.541]➜  '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/trufflehog.static.version' -> '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/trufflehog.version'
2025-08-20T22:57:39.2845904Z [00:00:01.546]➜  [+] Version: HEAD-7c0d6b3-250820T153528 ('.x_exec.pkgver') [/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/trufflehog.static.version]
2025-08-20T22:57:39.3029847Z [00:00:01.564]➜  [+] Progs: trufflehog
2025-08-20T22:57:39.5923073Z [00:00:01.853]➜  
2025-08-20T22:57:39.5923473Z [00:00:01.853]➜  [-] Missing packages. Found: 
2025-08-20T22:57:39.5923786Z [00:00:01.853]➜  [+] Expected: trufflehog
2025-08-20T22:57:39.5924071Z [00:00:01.853]➜  [+] Continuing with build...
2025-08-20T22:57:39.5924330Z [00:00:01.853]➜  
2025-08-20T22:57:39.9386708Z [00:00:02.200]➜  
2025-08-20T22:57:39.9387029Z [00:00:02.200]➜  
2025-08-20T22:57:39.9464090Z [00:00:02.207]➜  + mkdir -pv /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:57:39.9479057Z [00:00:02.209]➜  + docker run --platform=linux/arm64 --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/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:57:39.9480757Z [00:00:02.209]➜    #Setup ENV
2025-08-20T22:57:39.9481123Z [00:00:02.209]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:57:39.9481487Z [00:00:02.209]➜     CGO_ENABLED="1"
2025-08-20T22:57:39.9481836Z [00:00:02.209]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:57:39.9482339Z [00:00:02.209]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:57:39.9482727Z [00:00:02.209]➜     GOOS="linux"
2025-08-20T22:57:39.9483439Z [00:00:02.209]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:57:39.9483802Z [00:00:02.209]➜    #Build
2025-08-20T22:57:39.9484356Z [00:00:02.209]➜     git clone --filter "blob:none" --quiet "https://github.com/trufflesecurity/trufflehog" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:57:39.9484939Z [00:00:02.209]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:57:39.9485399Z [00:00:02.209]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:57:39.9485994Z [00:00:02.209]➜     go mod tidy -v ; go generate ./...
2025-08-20T22:57:39.9486806Z [00:00:02.209]➜     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-20T22:57:39.9487424Z [00:00:02.209]➜    #Copy
2025-08-20T22:57:39.9488054Z [00:00:02.209]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:57:39.9488607Z [00:00:02.209]➜    #Strip 
2025-08-20T22:57:39.9489084Z [00:00:02.209]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:57:39.9490104Z [00:00:02.209]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:57:39.9490783Z [00:00:02.209]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:57:39.9491369Z [00:00:02.209]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:57:39.9491928Z [00:00:02.209]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:57:39.9492337Z [00:00:02.209]➜     popd &>/dev/null
2025-08-20T22:57:39.9492570Z [00:00:02.209]➜    '
2025-08-20T22:57:40.6330708Z [00:00:02.894]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:57:40.7852608Z [00:00:03.046]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:57:40.7852982Z [00:00:03.046]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:57:40.7853294Z [00:00:03.046]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:57:40.7853642Z [00:00:03.046]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:57:40.7853960Z [00:00:03.046]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:57:40.7854257Z [00:00:03.046]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:57:40.7854537Z [00:00:03.046]➜  2b92eb3035e7: Waiting
2025-08-20T22:57:40.7854798Z [00:00:03.046]➜  4239b2f25ebc: Waiting
2025-08-20T22:57:40.7855054Z [00:00:03.046]➜  323e89f8c367: Waiting
2025-08-20T22:57:41.0004885Z [00:00:03.261]➜  99fd740fb142: Verifying Checksum
2025-08-20T22:57:41.0006092Z [00:00:03.262]➜  99fd740fb142: Download complete
2025-08-20T22:57:41.0727226Z [00:00:03.334]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T22:57:41.0728518Z [00:00:03.334]➜  996f2cb07f7c: Download complete
2025-08-20T22:57:41.0800134Z [00:00:03.341]➜  b2e6f696af52: Download complete
2025-08-20T22:57:41.1714330Z [00:00:03.432]➜  b2e6f696af52: Pull complete
2025-08-20T22:57:41.3074289Z [00:00:03.568]➜  323e89f8c367: Download complete
2025-08-20T22:57:41.9416585Z [00:00:04.203]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T22:57:41.9417177Z [00:00:04.203]➜  4239b2f25ebc: Download complete
2025-08-20T22:57:46.0069024Z [00:00:08.268]➜  996f2cb07f7c: Pull complete
2025-08-20T22:57:50.8225464Z [00:00:13.084]➜  99fd740fb142: Pull complete
2025-08-20T22:57:56.6358736Z [00:00:18.897]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T22:57:56.6359185Z [00:00:18.897]➜  2b92eb3035e7: Download complete
2025-08-20T22:59:16.7746789Z [00:01:39.036]➜  2b92eb3035e7: Pull complete
2025-08-20T22:59:23.5100343Z [00:01:45.771]➜  4239b2f25ebc: Pull complete
2025-08-20T22:59:23.5700308Z [00:01:45.831]➜  323e89f8c367: Pull complete
2025-08-20T22:59:23.5891065Z [00:01:45.850]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:59:23.5969548Z [00:01:45.858]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:59:23.9097020Z [00:01:46.171]➜  + mkdir -p /build-bins
2025-08-20T22:59:23.9113076Z [00:01:46.172]➜  ++ mktemp -d
2025-08-20T22:59:23.9126652Z [00:01:46.174]➜  + pushd /tmp/tmp.Ul5mljWa2N
2025-08-20T22:59:23.9126975Z [00:01:46.174]➜  + CGO_ENABLED=1
2025-08-20T22:59:23.9127334Z [00:01:46.174]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T22:59:23.9132765Z [00:01:46.174]➜  ++ uname -m
2025-08-20T22:59:23.9133161Z [00:01:46.174]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T22:59:23.9145451Z [00:01:46.176]➜  + GOARCH=arm64
2025-08-20T22:59:23.9145893Z [00:01:46.176]➜  + GOOS=linux
2025-08-20T22:59:23.9146244Z [00:01:46.176]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:59:23.9146834Z [00:01:46.176]➜  + git clone --filter blob:none --quiet https://github.com/trufflesecurity/trufflehog ./TEMPREPO
2025-08-20T22:59:25.9846793Z [00:01:48.246]➜  + cd ./TEMPREPO
2025-08-20T22:59:25.9847185Z [00:01:48.246]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T22:59:25.9847697Z [00:01:48.246]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T22:59:25.9848493Z [00:01:48.246]➜  + go mod tidy -v
2025-08-20T22:59:25.9848717Z [00:01:48.246]➜  
2025-08-20T22:59:25.9848942Z [00:01:48.246]➜  [+] Target: "arm64/linux"
2025-08-20T22:59:25.9849370Z [00:01:48.246]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:59:25.9849734Z [00:01:48.246]➜  
2025-08-20T22:59:26.0690815Z [00:01:48.330]➜  go: downloading github.com/go-errors/errors v1.5.1
2025-08-20T22:59:26.0691277Z [00:01:48.330]➜  go: downloading golang.org/x/text v0.27.0
2025-08-20T22:59:26.0691679Z [00:01:48.330]➜  go: downloading github.com/alecthomas/kingpin/v2 v2.4.0
2025-08-20T22:59:26.3789765Z [00:01:48.640]➜  go: downloading github.com/paulbellamy/ratecounter v0.2.0
2025-08-20T22:59:26.3859739Z [00:01:48.647]➜  go: downloading golang.org/x/sync v0.16.0
2025-08-20T22:59:26.4225023Z [00:01:48.684]➜  go: downloading github.com/fatih/color v1.18.0
2025-08-20T22:59:26.4423084Z [00:01:48.703]➜  go: downloading github.com/felixge/fgprof v0.9.5
2025-08-20T22:59:26.4535566Z [00:01:48.715]➜  go: downloading github.com/go-logr/logr v1.4.3
2025-08-20T22:59:26.4822435Z [00:01:48.743]➜  go: downloading github.com/trufflesecurity/overseer v1.2.8
2025-08-20T22:59:26.4907621Z [00:01:48.752]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T22:59:26.5219921Z [00:01:48.783]➜  go: downloading github.com/jedib0t/go-pretty/v6 v6.6.7
2025-08-20T22:59:26.5957339Z [00:01:48.857]➜  go: downloading go.uber.org/automaxprocs v1.6.0
2025-08-20T22:59:26.6449189Z [00:01:48.906]➜  go: downloading github.com/golang-jwt/jwt/v5 v5.2.3
2025-08-20T22:59:26.6875745Z [00:01:48.949]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T22:59:26.7217916Z [00:01:48.983]➜  go: downloading github.com/google/go-github/v67 v67.0.0
2025-08-20T22:59:26.7756642Z [00:01:49.037]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T22:59:26.7852766Z [00:01:49.046]➜  go: downloading github.com/dustin/go-humanize v1.0.1
2025-08-20T22:59:26.7857802Z [00:01:49.047]➜  go: downloading github.com/go-sql-driver/mysql v1.8.1
2025-08-20T22:59:26.8132117Z [00:01:49.074]➜  go: downloading github.com/lib/pq v1.10.9
2025-08-20T22:59:26.8169236Z [00:01:49.078]➜  go: downloading github.com/xo/dburl v0.23.8
2025-08-20T22:59:26.8218284Z [00:01:49.083]➜  go: downloading github.com/brianvoe/gofakeit/v7 v7.3.0
2025-08-20T22:59:26.8515271Z [00:01:49.113]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/mysql v0.34.0
2025-08-20T22:59:26.9068307Z [00:01:49.168]➜  go: downloading github.com/testcontainers/testcontainers-go v0.34.0
2025-08-20T22:59:26.9205261Z [00:01:49.182]➜  go: downloading github.com/sendgrid/sendgrid-go v3.16.1+incompatible
2025-08-20T22:59:26.9550654Z [00:01:49.216]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T22:59:26.9657832Z [00:01:49.227]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T22:59:26.9883083Z [00:01:49.249]➜  go: downloading golang.org/x/crypto v0.40.0
2025-08-20T22:59:27.0005032Z [00:01:49.262]➜  go: downloading github.com/prometheus/client_golang v1.20.5
2025-08-20T22:59:27.0587403Z [00:01:49.320]➜  go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
2025-08-20T22:59:27.0590845Z [00:01:49.320]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T22:59:27.1131730Z [00:01:49.374]➜  go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible
2025-08-20T22:59:27.1135175Z [00:01:49.375]➜  go: downloading github.com/mitchellh/go-ps v1.0.0
2025-08-20T22:59:27.1296984Z [00:01:49.391]➜  go: downloading github.com/gobwas/glob v0.2.3
2025-08-20T22:59:27.1464500Z [00:01:49.407]➜  go: downloading pgregory.net/rapid v1.1.0
2025-08-20T22:59:27.1656418Z [00:01:49.427]➜  go: downloading cloud.google.com/go/secretmanager v1.15.0
2025-08-20T22:59:27.1883553Z [00:01:49.449]➜  go: downloading cloud.google.com/go v0.121.4
2025-08-20T22:59:27.2367478Z [00:01:49.498]➜  go: downloading github.com/go-logr/zapr v1.3.0
2025-08-20T22:59:27.2371278Z [00:01:49.498]➜  go: downloading go.uber.org/zap v1.27.0
2025-08-20T22:59:27.2712283Z [00:01:49.532]➜  go: downloading github.com/getsentry/sentry-go v0.32.0
2025-08-20T22:59:27.2886462Z [00:01:49.550]➜  go: downloading github.com/hashicorp/go-retryablehttp v0.7.8
2025-08-20T22:59:27.2887059Z [00:01:49.550]➜  go: downloading github.com/joho/godotenv v1.5.1
2025-08-20T22:59:27.2887453Z [00:01:49.550]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T22:59:27.3201574Z [00:01:49.581]➜  go: downloading github.com/tailscale/depaware v0.0.0-20250112153213-b748de04d81b
2025-08-20T22:59:27.3289741Z [00:01:49.590]➜  go: downloading github.com/wasilibs/go-re2 v1.9.0
2025-08-20T22:59:27.3298195Z [00:01:49.591]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T22:59:27.3623170Z [00:01:49.623]➜  go: downloading github.com/BobuSumisu/aho-corasick v1.0.3
2025-08-20T22:59:27.4109221Z [00:01:49.672]➜  go: downloading github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
2025-08-20T22:59:27.4109795Z [00:01:49.672]➜  go: downloading github.com/xhit/go-str2duration/v2 v2.1.0
2025-08-20T22:59:27.4536752Z [00:01:49.715]➜  go: downloading github.com/TheZeroSlave/zapsentry v1.23.0
2025-08-20T22:59:27.4544938Z [00:01:49.716]➜  go: downloading google.golang.org/protobuf v1.36.8
2025-08-20T22:59:27.6816967Z [00:01:49.943]➜  go: downloading github.com/envoyproxy/protoc-gen-validate v1.2.1
2025-08-20T22:59:27.6817495Z [00:01:49.943]➜  go: downloading github.com/marusama/semaphore/v2 v2.5.0
2025-08-20T22:59:27.6946491Z [00:01:49.956]➜  go: downloading go.uber.org/mock v0.5.2
2025-08-20T22:59:27.7081595Z [00:01:49.969]➜  go: downloading github.com/go-git/go-git/v5 v5.13.2
2025-08-20T22:59:27.7897248Z [00:01:50.051]➜  go: downloading golang.org/x/oauth2 v0.30.0
2025-08-20T22:59:27.8337708Z [00:01:50.095]➜  go: downloading github.com/mattn/go-colorable v0.1.13
2025-08-20T22:59:27.8338238Z [00:01:50.095]➜  go: downloading golang.org/x/sys v0.34.0
2025-08-20T22:59:27.8338709Z [00:01:50.095]➜  go: downloading github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7
2025-08-20T22:59:27.8638446Z [00:01:50.125]➜  go: downloading github.com/adrg/strutil v0.3.1
2025-08-20T22:59:27.9226569Z [00:01:50.184]➜  go: downloading github.com/trufflesecurity/touchfile v0.1.1
2025-08-20T22:59:27.9757570Z [00:01:50.237]➜  go: downloading github.com/yusufpapurcu/wmi v1.2.3
2025-08-20T22:59:27.9808655Z [00:01:50.242]➜  go: downloading github.com/avast/apkparser v0.0.0-20250626104540-d53391f4d69d
2025-08-20T22:59:27.9814636Z [00:01:50.242]➜  go: downloading github.com/csnewman/dextk v0.3.0
2025-08-20T22:59:28.0289594Z [00:01:50.290]➜  go: downloading github.com/gabriel-vasile/mimetype v1.4.9
2025-08-20T22:59:28.0375463Z [00:01:50.299]➜  go: downloading github.com/mholt/archives v0.0.0-20241216060121-23e0af8fe73d
2025-08-20T22:59:28.0551753Z [00:01:50.316]➜  go: downloading github.com/sassoftware/go-rpmutils v0.4.0
2025-08-20T22:59:28.0695949Z [00:01:50.331]➜  go: downloading pault.ag/go/debian v0.18.0
2025-08-20T22:59:28.0796377Z [00:01:50.341]➜  go: downloading github.com/trufflesecurity/disk-buffer-reader v0.2.1
2025-08-20T22:59:28.1419620Z [00:01:50.403]➜  go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
2025-08-20T22:59:28.1435388Z [00:01:50.405]➜  go: downloading github.com/charmbracelet/bubbles v0.18.0
2025-08-20T22:59:28.1463106Z [00:01:50.407]➜  go: downloading github.com/charmbracelet/bubbletea v1.3.6
2025-08-20T22:59:28.1627542Z [00:01:50.424]➜  go: downloading github.com/lrstanley/bubblezone v0.0.0-20250404061050-e13639e27357
2025-08-20T22:59:28.2239107Z [00:01:50.485]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T22:59:28.2271308Z [00:01:50.488]➜  go: downloading filippo.io/edwards25519 v1.1.0
2025-08-20T22:59:28.2281053Z [00:01:50.489]➜  go: downloading github.com/google/go-querystring v1.1.0
2025-08-20T22:59:28.2287574Z [00:01:50.490]➜  go: downloading github.com/aws/aws-sdk-go-v2 v1.36.6
2025-08-20T22:59:28.2697768Z [00:01:50.531]➜  go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.18
2025-08-20T22:59:28.2715279Z [00:01:50.533]➜  go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.71
2025-08-20T22:59:28.3584614Z [00:01:50.619]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sns v1.34.8
2025-08-20T22:59:28.3585197Z [00:01:50.619]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.34.1
2025-08-20T22:59:28.3682396Z [00:01:50.629]➜  go: downloading github.com/aws/smithy-go v1.22.5
2025-08-20T22:59:28.4210903Z [00:01:50.682]➜  go: downloading golang.org/x/net v0.42.0
2025-08-20T22:59:28.4211373Z [00:01:50.682]➜  go: downloading github.com/couchbase/gocb/v2 v2.10.1
2025-08-20T22:59:28.4404052Z [00:01:50.701]➜  go: downloading github.com/sendgrid/rest v2.6.9+incompatible
2025-08-20T22:59:28.4777928Z [00:01:50.739]➜  go: downloading github.com/beorn7/perks v1.0.1
2025-08-20T22:59:28.5077298Z [00:01:50.769]➜  go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-20T22:59:28.5398509Z [00:01:50.801]➜  go: downloading github.com/prometheus/client_model v0.6.1
2025-08-20T22:59:28.5497465Z [00:01:50.811]➜  go: downloading github.com/prometheus/common v0.55.0
2025-08-20T22:59:28.5740549Z [00:01:50.835]➜  go: downloading github.com/prometheus/procfs v0.15.1
2025-08-20T22:59:28.5976496Z [00:01:50.859]➜  go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2025-08-20T22:59:28.5977149Z [00:01:50.859]➜  go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2025-08-20T22:59:28.6363209Z [00:01:50.897]➜  go: downloading github.com/stretchr/objx v0.5.2
2025-08-20T22:59:28.6416402Z [00:01:50.903]➜  go: downloading cloud.google.com/go/iam v1.5.2
2025-08-20T22:59:28.6714963Z [00:01:50.932]➜  go: downloading github.com/googleapis/gax-go/v2 v2.15.0
2025-08-20T22:59:28.7082600Z [00:01:50.969]➜  go: downloading google.golang.org/api v0.243.0
2025-08-20T22:59:31.0483900Z [00:01:53.309]➜  go: downloading google.golang.org/genproto v0.0.0-20250603155806-513f23925822
2025-08-20T22:59:31.0484480Z [00:01:53.309]➜  go: downloading google.golang.org/grpc v1.74.2
2025-08-20T22:59:31.2191296Z [00:01:53.480]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T22:59:31.2474713Z [00:01:53.508]➜  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250721164621-a45f3dfb1074
2025-08-20T22:59:31.2533392Z [00:01:53.514]➜  go: downloading sigs.k8s.io/yaml v1.4.0
2025-08-20T22:59:31.2550890Z [00:01:53.516]➜  go: downloading github.com/google/go-containerregistry v0.20.6
2025-08-20T22:59:31.3987165Z [00:01:53.660]➜  go: downloading github.com/klauspost/pgzip v1.2.6
2025-08-20T22:59:31.3987883Z [00:01:53.660]➜  go: downloading github.com/docker/docker v28.3.3+incompatible
2025-08-20T22:59:31.5647966Z [00:01:53.826]➜  go: downloading go.uber.org/multierr v1.11.0
2025-08-20T22:59:31.5669903Z [00:01:53.826]➜  go: downloading go.uber.org/goleak v1.3.0
2025-08-20T22:59:31.5817818Z [00:01:53.843]➜  go: downloading cloud.google.com/go/storage v1.56.0
2025-08-20T22:59:31.6176815Z [00:01:53.879]➜  go: downloading github.com/bradleyfalzon/ghinstallation/v2 v2.16.0
2025-08-20T22:59:31.6441272Z [00:01:53.903]➜  go: downloading gopkg.in/h2non/gock.v1 v1.1.2
2025-08-20T22:59:31.6491792Z [00:01:53.910]➜  go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
2025-08-20T22:59:31.6654049Z [00:01:53.926]➜  go: downloading github.com/hashicorp/go-hclog v1.6.3
2025-08-20T22:59:31.6797410Z [00:01:53.941]➜  go: downloading gitlab.com/gitlab-org/api/client-go v0.129.0
2025-08-20T22:59:31.6970535Z [00:01:53.958]➜  go: downloading github.com/repeale/fp-go v0.11.1
2025-08-20T22:59:31.7313545Z [00:01:53.992]➜  go: downloading golang.org/x/time v0.12.0
2025-08-20T22:59:31.7481298Z [00:01:54.009]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.85
2025-08-20T22:59:31.8284022Z [00:01:54.089]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.84.1
2025-08-20T22:59:31.9391746Z [00:01:54.200]➜  go: downloading github.com/pingcap/errors v0.11.4
2025-08-20T22:59:31.9392191Z [00:01:54.200]➜  go: downloading github.com/jlaffaye/ftp v0.2.0
2025-08-20T22:59:31.9696172Z [00:01:54.231]➜  go: downloading github.com/microsoft/go-mssqldb v1.8.2
2025-08-20T22:59:31.9711817Z [00:01:54.232]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/mssql v0.34.0
2025-08-20T22:59:31.9721164Z [00:01:54.233]➜  go: downloading github.com/go-ldap/ldap/v3 v3.4.11
2025-08-20T22:59:31.9735983Z [00:01:54.234]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/postgres v0.34.0
2025-08-20T22:59:32.0076866Z [00:01:54.269]➜  go: downloading github.com/pkg/diff v0.0.0-20200914180035-5b29258ca4f7
2025-08-20T22:59:32.0222447Z [00:01:54.283]➜  go: downloading golang.org/x/tools v0.34.0
2025-08-20T22:59:32.0668620Z [00:01:54.328]➜  go: downloading go.mongodb.org/mongo-driver v1.17.4
2025-08-20T22:59:32.6024240Z [00:01:54.863]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/mongodb v0.34.0
2025-08-20T22:59:32.6024871Z [00:01:54.863]➜  go: downloading github.com/rabbitmq/amqp091-go v1.10.0
2025-08-20T22:59:32.6025379Z [00:01:54.863]➜  go: downloading github.com/go-redis/redis v6.15.9+incompatible
2025-08-20T22:59:32.6026095Z [00:01:54.863]➜  go: downloading github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
2025-08-20T22:59:32.6273715Z [00:01:54.888]➜  go: downloading github.com/schollz/progressbar/v3 v3.17.1
2025-08-20T22:59:32.6298967Z [00:01:54.891]➜  go: downloading github.com/elastic/go-elasticsearch/v8 v8.17.1
2025-08-20T22:59:32.6614873Z [00:01:54.923]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/elasticsearch v0.34.0
2025-08-20T22:59:32.7140122Z [00:01:54.975]➜  go: downloading github.com/bill-rich/go-syslog v0.0.0-20220413021637-49edb52a574c
2025-08-20T22:59:32.7167242Z [00:01:54.978]➜  go: downloading github.com/crewjam/rfc5424 v0.1.0
2025-08-20T22:59:32.7583408Z [00:01:55.009]➜  go: downloading github.com/shuheiktgw/go-travis v0.3.1
2025-08-20T22:59:32.7584027Z [00:01:55.015]➜  go: downloading github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
2025-08-20T22:59:32.7969324Z [00:01:55.058]➜  go: downloading github.com/aymanbagabas/go-osc52 v1.2.1
2025-08-20T22:59:32.8101672Z [00:01:55.071]➜  go: downloading github.com/charmbracelet/glamour v0.10.0
2025-08-20T22:59:32.8660624Z [00:01:55.127]➜  go: downloading github.com/muesli/reflow v0.3.0
2025-08-20T22:59:32.8687439Z [00:01:55.130]➜  go: downloading dario.cat/mergo v1.0.0
2025-08-20T22:59:32.8894074Z [00:01:55.150]➜  go: downloading github.com/ProtonMail/go-crypto v1.1.5
2025-08-20T22:59:32.9341531Z [00:01:55.195]➜  go: downloading github.com/go-git/go-billy/v5 v5.6.2
2025-08-20T22:59:32.9566966Z [00:01:55.218]➜  go: downloading github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399
2025-08-20T22:59:32.9568088Z [00:01:55.218]➜  go: downloading github.com/emirpasic/gods v1.18.1
2025-08-20T22:59:33.0070073Z [00:01:55.268]➜  go: downloading github.com/jpillora/s3 v1.1.4
2025-08-20T22:59:33.0594525Z [00:01:55.320]➜  go: downloading github.com/gofrs/flock v0.12.1
2025-08-20T22:59:33.0771733Z [00:01:55.338]➜  go: downloading github.com/go-ole/go-ole v1.2.6
2025-08-20T22:59:33.1349097Z [00:01:55.396]➜  go: downloading github.com/klauspost/compress v1.18.0
2025-08-20T22:59:33.4060674Z [00:01:55.667]➜  go: downloading github.com/DataDog/zstd v1.5.5
2025-08-20T22:59:33.4950353Z [00:01:55.756]➜  go: downloading github.com/ulikunitz/xz v0.5.12
2025-08-20T22:59:33.6677432Z [00:01:55.929]➜  go: downloading github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
2025-08-20T22:59:33.6926711Z [00:01:55.954]➜  go: downloading github.com/STARRY-S/zip v0.2.1
2025-08-20T22:59:33.7365541Z [00:01:55.998]➜  go: downloading github.com/andybalholm/brotli v1.1.1
2025-08-20T22:59:33.7879733Z [00:01:56.049]➜  go: downloading github.com/bodgit/sevenzip v1.6.0
2025-08-20T22:59:33.8718310Z [00:01:56.133]➜  go: downloading github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707
2025-08-20T22:59:34.0357760Z [00:01:56.296]➜  go: downloading github.com/nwaples/rardecode/v2 v2.0.0-beta.4.0.20241112120701-034e449c6e78
2025-08-20T22:59:34.0378764Z [00:01:56.299]➜  go: downloading github.com/pierrec/lz4/v4 v4.1.21
2025-08-20T22:59:34.0683986Z [00:01:56.329]➜  go: downloading github.com/sorairolake/lzip-go v0.3.5
2025-08-20T22:59:34.1143429Z [00:01:56.375]➜  go: downloading github.com/therootcompany/xz v1.0.1
2025-08-20T22:59:34.1696365Z [00:01:56.431]➜  go: downloading github.com/kjk/lzma v0.0.0-20161016003348-3fd93898850d
2025-08-20T22:59:34.2111529Z [00:01:56.472]➜  go: downloading github.com/prashantv/gostub v1.1.0
2025-08-20T22:59:34.2443128Z [00:01:56.505]➜  go: downloading github.com/charmbracelet/x/ansi v0.9.3
2025-08-20T22:59:34.2980219Z [00:01:56.559]➜  go: downloading github.com/charmbracelet/x/term v0.2.1
2025-08-20T22:59:34.3137464Z [00:01:56.575]➜  go: downloading github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
2025-08-20T22:59:34.3418419Z [00:01:56.603]➜  go: downloading github.com/mattn/go-localereader v0.0.1
2025-08-20T22:59:34.3567086Z [00:01:56.618]➜  go: downloading github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
2025-08-20T22:59:34.3675403Z [00:01:56.629]➜  go: downloading github.com/muesli/cancelreader v0.2.2
2025-08-20T22:59:34.3851757Z [00:01:56.646]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T22:59:34.3954105Z [00:01:56.656]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.33
2025-08-20T22:59:34.4230224Z [00:01:56.684]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
2025-08-20T22:59:34.4268568Z [00:01:56.688]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.25.6
2025-08-20T22:59:34.4398976Z [00:01:56.701]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.4
2025-08-20T22:59:34.4658575Z [00:01:56.727]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.37
2025-08-20T22:59:34.4784363Z [00:01:56.739]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4
2025-08-20T22:59:34.4947446Z [00:01:56.756]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.18
2025-08-20T22:59:34.4948079Z [00:01:56.756]➜  go: downloading github.com/couchbase/gocbcore/v10 v10.7.1
2025-08-20T22:59:34.5900513Z [00:01:56.851]➜  go: downloading github.com/couchbase/gocbcoreps v0.1.3
2025-08-20T22:59:34.5901409Z [00:01:56.851]➜  go: downloading github.com/couchbase/goprotostellar v1.0.2
2025-08-20T22:59:34.6548351Z [00:01:56.916]➜  go: downloading github.com/couchbaselabs/gocbconnstr/v2 v2.0.0-20240607131231-fb385523de28
2025-08-20T22:59:34.6548932Z [00:01:56.916]➜  go: downloading github.com/golang/snappy v0.0.4
2025-08-20T22:59:34.6737103Z [00:01:56.935]➜  go: downloading go.opentelemetry.io/otel/metric v1.36.0
2025-08-20T22:59:34.6909313Z [00:01:56.952]➜  go: downloading go.opentelemetry.io/otel/trace v1.36.0
2025-08-20T22:59:34.6922674Z [00:01:56.953]➜  go: downloading go.opentelemetry.io/otel v1.36.0
2025-08-20T22:59:35.3150647Z [00:01:57.576]➜  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250721164621-a45f3dfb1074
2025-08-20T22:59:35.3153388Z [00:01:57.576]➜  go: downloading github.com/couchbaselabs/gocaves/client v0.0.0-20250107114554-f96479220ae8
2025-08-20T22:59:35.3325153Z [00:01:57.594]➜  go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2025-08-20T22:59:35.3689259Z [00:01:57.630]➜  go: downloading golang.org/x/term v0.33.0
2025-08-20T22:59:35.4159408Z [00:01:57.677]➜  go: downloading cloud.google.com/go/auth v0.16.3
2025-08-20T22:59:35.5249451Z [00:01:57.786]➜  go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
2025-08-20T22:59:35.5249970Z [00:01:57.786]➜  go: downloading cloud.google.com/go/compute/metadata v0.7.0
2025-08-20T22:59:35.5250631Z [00:01:57.786]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0
2025-08-20T22:59:35.5574299Z [00:01:57.818]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
2025-08-20T22:59:35.5628152Z [00:01:57.824]➜  go: downloading github.com/cenkalti/backoff/v4 v4.2.1
2025-08-20T22:59:35.5628662Z [00:01:57.824]➜  go: downloading github.com/containerd/platforms v0.2.1
2025-08-20T22:59:35.7298077Z [00:01:57.991]➜  go: downloading github.com/cpuguy83/dockercfg v0.3.2
2025-08-20T22:59:35.7298581Z [00:01:57.991]➜  go: downloading github.com/docker/go-connections v0.5.0
2025-08-20T22:59:35.7299012Z [00:01:57.991]➜  go: downloading github.com/moby/patternmatcher v0.6.0
2025-08-20T22:59:35.7310021Z [00:01:57.992]➜  go: downloading github.com/moby/term v0.5.0
2025-08-20T22:59:35.8337351Z [00:01:58.095]➜  go: downloading github.com/opencontainers/image-spec v1.1.1
2025-08-20T22:59:35.8351866Z [00:01:58.096]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T22:59:35.8358827Z [00:01:58.097]➜  go: downloading github.com/docker/cli v28.2.2+incompatible
2025-08-20T22:59:35.9059411Z [00:01:58.167]➜  go: downloading github.com/mitchellh/go-homedir v1.1.0
2025-08-20T22:59:35.9368655Z [00:01:58.198]➜  go: downloading github.com/moby/docker-image-spec v1.3.1
2025-08-20T22:59:35.9676616Z [00:01:58.229]➜  go: downloading github.com/containerd/stargz-snapshotter/estargz v0.16.3
2025-08-20T22:59:35.9922646Z [00:01:58.253]➜  go: downloading github.com/opencontainers/go-digest v1.0.0
2025-08-20T22:59:36.0562490Z [00:01:58.317]➜  go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.36.0
2025-08-20T22:59:36.0563046Z [00:01:58.317]➜  go: downloading go.opentelemetry.io/otel/sdk/metric v1.36.0
2025-08-20T22:59:36.0563684Z [00:01:58.317]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0
2025-08-20T22:59:36.1210450Z [00:01:58.382]➜  go: downloading go.opentelemetry.io/otel/sdk v1.36.0
2025-08-20T22:59:36.1568293Z [00:01:58.418]➜  go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.36.0
2025-08-20T22:59:36.1632935Z [00:01:58.424]➜  go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
2025-08-20T22:59:36.1633417Z [00:01:58.424]➜  go: downloading github.com/google/go-github/v72 v72.0.0
2025-08-20T22:59:36.1633923Z [00:01:58.424]➜  go: downloading github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542
2025-08-20T22:59:36.2781982Z [00:01:58.539]➜  go: downloading github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32
2025-08-20T22:59:36.2823169Z [00:01:58.543]➜  go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.11
2025-08-20T22:59:36.3149964Z [00:01:58.576]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.37
2025-08-20T22:59:36.3175431Z [00:01:58.579]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.5
2025-08-20T22:59:36.3176959Z [00:01:58.579]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.18
2025-08-20T22:59:36.3638100Z [00:01:58.625]➜  go: downloading github.com/hashicorp/go-multierror v1.1.1
2025-08-20T22:59:36.3638819Z [00:01:58.625]➜  go: downloading github.com/containerd/errdefs v1.0.0
2025-08-20T22:59:36.3639439Z [00:01:58.625]➜  go: downloading github.com/containerd/errdefs/pkg v0.3.0
2025-08-20T22:59:36.3641412Z [00:01:58.625]➜  go: downloading github.com/distribution/reference v0.6.0
2025-08-20T22:59:36.4215003Z [00:01:58.683]➜  go: downloading gotest.tools/v3 v3.5.2
2025-08-20T22:59:36.5016678Z [00:01:58.763]➜  go: downloading github.com/jackc/pgx/v5 v5.5.4
2025-08-20T22:59:36.5017233Z [00:01:58.763]➜  go: downloading github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
2025-08-20T22:59:36.5017811Z [00:01:58.763]➜  go: downloading github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667
2025-08-20T22:59:36.5186146Z [00:01:58.780]➜  go: downloading github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9
2025-08-20T22:59:36.5388326Z [00:01:58.800]➜  go: downloading github.com/golang-sql/sqlexp v0.1.0
2025-08-20T22:59:36.5458511Z [00:01:58.807]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.0.1
2025-08-20T22:59:36.5566200Z [00:01:58.818]➜  go: downloading github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
2025-08-20T22:59:36.5723300Z [00:01:58.833]➜  go: downloading github.com/xdg-go/scram v1.1.2
2025-08-20T22:59:36.6061778Z [00:01:58.867]➜  go: downloading github.com/xdg-go/stringprep v1.0.4
2025-08-20T22:59:36.6062278Z [00:01:58.867]➜  go: downloading github.com/onsi/ginkgo v1.16.5
2025-08-20T22:59:36.6069546Z [00:01:58.868]➜  go: downloading github.com/onsi/gomega v1.34.1
2025-08-20T22:59:36.6134979Z [00:01:58.875]➜  go: downloading golang.org/x/mod v0.25.0
2025-08-20T22:59:36.6584566Z [00:01:58.919]➜  go: downloading github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
2025-08-20T22:59:36.6761389Z [00:01:58.937]➜  go: downloading github.com/chengxilo/virtualterm v1.0.4
2025-08-20T22:59:36.6788091Z [00:01:58.940]➜  go: downloading github.com/charmbracelet/x/cellbuf v0.0.13
2025-08-20T22:59:36.6889934Z [00:01:58.950]➜  go: downloading github.com/muesli/termenv v0.16.0
2025-08-20T22:59:36.7130491Z [00:01:58.974]➜  go: downloading github.com/alecthomas/chroma/v2 v2.14.0
2025-08-20T22:59:36.7521322Z [00:01:59.013]➜  go: downloading github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf
2025-08-20T22:59:36.7817558Z [00:01:59.043]➜  go: downloading github.com/microcosm-cc/bluemonday v1.0.27
2025-08-20T22:59:36.8078476Z [00:01:59.069]➜  go: downloading github.com/yuin/goldmark-emoji v1.0.5
2025-08-20T22:59:36.8368829Z [00:01:59.098]➜  go: downloading github.com/yuin/goldmark v1.7.8
2025-08-20T22:59:36.8837250Z [00:01:59.145]➜  go: downloading github.com/charmbracelet/x/exp/golden v0.0.0-20240806155701-69247e0abc2a
2025-08-20T22:59:36.8842574Z [00:01:59.145]➜  go: downloading github.com/sahilm/fuzzy v0.1.1-0.20230530133925-c48e322e2a8f
2025-08-20T22:59:36.8843134Z [00:01:59.145]➜  go: downloading github.com/atotto/clipboard v0.1.4
2025-08-20T22:59:36.8843882Z [00:01:59.145]➜  go: downloading github.com/tetratelabs/wazero v1.9.0
2025-08-20T22:59:37.5284648Z [00:01:59.789]➜  go: downloading github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52
2025-08-20T22:59:37.5285252Z [00:01:59.789]➜  go: downloading github.com/cyphar/filepath-securejoin v0.3.6
2025-08-20T22:59:37.5286015Z [00:01:59.789]➜  go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
2025-08-20T22:59:37.5286560Z [00:01:59.789]➜  go: downloading github.com/pjbgf/sha1cd v0.3.2
2025-08-20T22:59:37.5508805Z [00:01:59.812]➜  go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
2025-08-20T22:59:37.5509841Z [00:01:59.812]➜  go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
2025-08-20T22:59:37.5590811Z [00:01:59.820]➜  go: downloading github.com/elazarl/goproxy v1.4.0
2025-08-20T22:59:37.5670739Z [00:01:59.828]➜  go: downloading github.com/smartystreets/assertions v1.0.1
2025-08-20T22:59:37.5770740Z [00:01:59.838]➜  go: downloading github.com/smartystreets/gunit v1.1.3
2025-08-20T22:59:37.6124076Z [00:01:59.873]➜  go: downloading github.com/elastic/elastic-transport-go/v8 v8.6.1
2025-08-20T22:59:37.6504486Z [00:01:59.911]➜  go: downloading github.com/xyproto/randomstring v1.0.5
2025-08-20T22:59:37.6505426Z [00:01:59.911]➜  go: downloading github.com/bodgit/plumbing v1.3.0
2025-08-20T22:59:37.6507060Z [00:01:59.912]➜  go: downloading github.com/bodgit/windows v1.0.1
2025-08-20T22:59:37.6592358Z [00:01:59.920]➜  go: downloading go4.org v0.0.0-20230225012048-214862532bf5
2025-08-20T22:59:37.6769231Z [00:01:59.938]➜  go: downloading pault.ag/go/topsort v0.1.1
2025-08-20T22:59:37.6884761Z [00:01:59.950]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
2025-08-20T22:59:37.6944724Z [00:01:59.956]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.37
2025-08-20T22:59:37.7082043Z [00:01:59.969]➜  go: downloading github.com/gorilla/websocket v1.5.3
2025-08-20T22:59:37.7185298Z [00:01:59.980]➜  go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
2025-08-20T22:59:37.7273957Z [00:01:59.988]➜  go: downloading github.com/google/s2a-go v0.1.9
2025-08-20T22:59:37.7329536Z [00:01:59.994]➜  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.6
2025-08-20T22:59:37.7360962Z [00:01:59.997]➜  go: downloading github.com/golang/protobuf v1.5.4
2025-08-20T22:59:37.7508480Z [00:02:00.012]➜  go: downloading github.com/docker/go-units v0.5.0
2025-08-20T22:59:37.7573833Z [00:02:00.018]➜  go: downloading github.com/moby/go-archive v0.1.0
2025-08-20T22:59:37.7799726Z [00:02:00.041]➜  go: downloading github.com/morikuni/aec v1.0.0
2025-08-20T22:59:37.7958420Z [00:02:00.057]➜  go: downloading github.com/containerd/log v0.1.0
2025-08-20T22:59:37.8029281Z [00:02:00.064]➜  go: downloading github.com/felixge/httpsnoop v1.0.4
2025-08-20T22:59:37.8030729Z [00:02:00.064]➜  go: downloading github.com/magiconair/properties v1.8.7
2025-08-20T22:59:37.8031210Z [00:02:00.064]➜  go: downloading github.com/shirou/gopsutil/v3 v3.23.12
2025-08-20T22:59:37.8128224Z [00:02:00.074]➜  go: downloading github.com/creack/pty v1.1.18
2025-08-20T22:59:37.8189253Z [00:02:00.080]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T22:59:37.8213952Z [00:02:00.082]➜  go: downloading github.com/rogpeppe/go-internal v1.13.1
2025-08-20T22:59:37.8561167Z [00:02:00.117]➜  go: downloading github.com/docker/distribution v2.8.3+incompatible
2025-08-20T22:59:37.8960151Z [00:02:00.157]➜  go: downloading github.com/vbatts/tar-split v0.12.1
2025-08-20T22:59:37.9106766Z [00:02:00.172]➜  go: downloading github.com/sirupsen/logrus v1.9.3
2025-08-20T22:59:37.9193501Z [00:02:00.180]➜  go: downloading github.com/go-logr/stdr v1.2.2
2025-08-20T22:59:37.9204394Z [00:02:00.182]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0
2025-08-20T22:59:37.9270446Z [00:02:00.188]➜  go: downloading cloud.google.com/go/monitoring v1.24.2
2025-08-20T22:59:37.9346057Z [00:02:00.196]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0
2025-08-20T22:59:37.9366522Z [00:02:00.198]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.53.0
2025-08-20T22:59:37.9525093Z [00:02:00.213]➜  go: downloading github.com/envoyproxy/go-control-plane/envoy v1.32.4
2025-08-20T22:59:38.2967209Z [00:02:00.558]➜  go: downloading cloud.google.com/go/longrunning v0.6.7
2025-08-20T22:59:38.2969044Z [00:02:00.558]➜  go: downloading github.com/hashicorp/errwrap v1.1.0
2025-08-20T22:59:38.3124383Z [00:02:00.574]➜  go: downloading github.com/Microsoft/go-winio v0.6.2
2025-08-20T22:59:38.3287287Z [00:02:00.590]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0
2025-08-20T22:59:38.3288517Z [00:02:00.590]➜  go: downloading github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa
2025-08-20T22:59:38.3393811Z [00:02:00.600]➜  go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4
2025-08-20T22:59:38.3565447Z [00:02:00.618]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0
2025-08-20T22:59:38.3895490Z [00:02:00.651]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
2025-08-20T22:59:38.3896387Z [00:02:00.651]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0
2025-08-20T22:59:38.3897269Z [00:02:00.651]➜  go: downloading github.com/montanaflynn/stats v0.7.1
2025-08-20T22:59:38.3905743Z [00:02:00.652]➜  go: downloading github.com/xdg-go/pbkdf2 v1.0.0
2025-08-20T22:59:38.4369111Z [00:02:00.698]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0
2025-08-20T22:59:38.4369841Z [00:02:00.698]➜  go: downloading github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc
2025-08-20T22:59:38.4370387Z [00:02:00.698]➜  go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
2025-08-20T22:59:38.4606562Z [00:02:00.722]➜  go: downloading github.com/aymerick/douceur v0.2.0
2025-08-20T22:59:38.4736479Z [00:02:00.735]➜  go: downloading github.com/dlclark/regexp2 v1.11.0
2025-08-20T22:59:38.4777897Z [00:02:00.739]➜  go: downloading github.com/alecthomas/assert/v2 v2.7.0
2025-08-20T22:59:38.4797032Z [00:02:00.741]➜  go: downloading github.com/aymanbagabas/go-udiff v0.2.0
2025-08-20T22:59:38.4972039Z [00:02:00.758]➜  go: downloading github.com/cloudflare/circl v1.6.1
2025-08-20T22:59:39.1148025Z [00:02:01.376]➜  go: downloading github.com/kevinburke/ssh_config v1.2.0
2025-08-20T22:59:39.1149493Z [00:02:01.376]➜  go: downloading github.com/skeema/knownhosts v1.3.0
2025-08-20T22:59:39.1149959Z [00:02:01.376]➜  go: downloading github.com/xanzy/ssh-agent v0.3.3
2025-08-20T22:59:39.1150449Z [00:02:01.376]➜  go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
2025-08-20T22:59:39.1314923Z [00:02:01.393]➜  go: downloading github.com/gliderlabs/ssh v0.3.8
2025-08-20T22:59:39.1324839Z [00:02:01.394]➜  go: downloading gopkg.in/warnings.v0 v0.1.2
2025-08-20T22:59:39.1420331Z [00:02:01.403]➜  go: downloading github.com/moby/sys/user v0.4.0
2025-08-20T22:59:39.1478294Z [00:02:01.409]➜  go: downloading github.com/moby/sys/sequential v0.6.0
2025-08-20T22:59:39.1483820Z [00:02:01.409]➜  go: downloading github.com/moby/sys/userns v0.1.0
2025-08-20T22:59:39.1632024Z [00:02:01.424]➜  go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
2025-08-20T22:59:39.1637520Z [00:02:01.425]➜  go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
2025-08-20T22:59:39.1714763Z [00:02:01.433]➜  go: downloading github.com/tklauser/go-sysconf v0.3.12
2025-08-20T22:59:39.1931884Z [00:02:01.454]➜  go: downloading github.com/docker/docker-credential-helpers v0.9.3
2025-08-20T22:59:39.2002524Z [00:02:01.461]➜  go: downloading go.opentelemetry.io/auto/sdk v1.1.0
2025-08-20T22:59:39.2177579Z [00:02:01.476]➜  go: downloading cloud.google.com/go/logging v1.13.0
2025-08-20T22:59:39.2178086Z [00:02:01.479]➜  go: downloading cloud.google.com/go/trace v1.11.6
2025-08-20T22:59:39.2198750Z [00:02:01.481]➜  go: downloading github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443
2025-08-20T22:59:39.2474022Z [00:02:01.508]➜  go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
2025-08-20T22:59:39.2877432Z [00:02:01.549]➜  go: downloading github.com/envoyproxy/go-control-plane v0.13.4
2025-08-20T22:59:39.4951980Z [00:02:01.756]➜  go: downloading github.com/google/martian/v3 v3.3.3
2025-08-20T22:59:39.5338926Z [00:02:01.795]➜  go: downloading github.com/google/martian v2.1.0+incompatible
2025-08-20T22:59:39.5842390Z [00:02:01.845]➜  go: downloading github.com/gogo/protobuf v1.3.2
2025-08-20T22:59:39.5842904Z [00:02:01.845]➜  go: downloading github.com/moby/sys/atomicwriter v0.1.0
2025-08-20T22:59:39.5843335Z [00:02:01.845]➜  go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0
2025-08-20T22:59:39.5843735Z [00:02:01.845]➜  go: downloading github.com/jcmturner/gofork v1.7.6
2025-08-20T22:59:39.6142144Z [00:02:01.875]➜  go: downloading github.com/jcmturner/goidentity/v6 v6.0.1
2025-08-20T22:59:39.6160809Z [00:02:01.877]➜  go: downloading github.com/hashicorp/go-uuid v1.0.3
2025-08-20T22:59:39.6446378Z [00:02:01.906]➜  go: downloading go.opentelemetry.io/proto/otlp v1.0.0
2025-08-20T22:59:39.6507810Z [00:02:01.912]➜  go: downloading github.com/jackc/pgpassfile v1.0.0
2025-08-20T22:59:39.6806238Z [00:02:01.942]➜  go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
2025-08-20T22:59:39.6814269Z [00:02:01.943]➜  go: downloading github.com/jackc/puddle/v2 v2.2.1
2025-08-20T22:59:39.6814705Z [00:02:01.943]➜  go: downloading github.com/nxadm/tail v1.4.8
2025-08-20T22:59:39.6999206Z [00:02:01.961]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0
2025-08-20T22:59:39.7412339Z [00:02:02.002]➜  go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2
2025-08-20T22:59:39.7801080Z [00:02:02.041]➜  go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
2025-08-20T22:59:39.8059246Z [00:02:02.067]➜  go: downloading github.com/gorilla/css v1.0.1
2025-08-20T22:59:39.8060147Z [00:02:02.067]➜  go: downloading github.com/alecthomas/repr v0.4.0
2025-08-20T22:59:39.8060778Z [00:02:02.067]➜  go: downloading github.com/hexops/gotextdiff v1.0.3
2025-08-20T22:59:39.8228481Z [00:02:02.084]➜  go: downloading github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
2025-08-20T22:59:39.8452794Z [00:02:02.106]➜  go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
2025-08-20T22:59:39.8453426Z [00:02:02.106]➜  go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
2025-08-20T22:59:39.8539702Z [00:02:02.115]➜  go: downloading github.com/shoenig/go-m1cpu v0.1.6
2025-08-20T22:59:39.8694777Z [00:02:02.131]➜  go: downloading github.com/tklauser/numcpus v0.6.1
2025-08-20T22:59:39.8791255Z [00:02:02.140]➜  go: downloading github.com/spiffe/go-spiffe/v2 v2.5.0
2025-08-20T22:59:39.8864276Z [00:02:02.148]➜  go: downloading github.com/envoyproxy/go-control-plane/ratelimit v0.1.0
2025-08-20T22:59:39.9013636Z [00:02:02.162]➜  go: downloading github.com/jcmturner/aescts/v2 v2.0.0
2025-08-20T22:59:39.9123944Z [00:02:02.173]➜  go: downloading github.com/jcmturner/rpc/v2 v2.0.3
2025-08-20T22:59:39.9294752Z [00:02:02.191]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
2025-08-20T22:59:39.9449376Z [00:02:02.206]➜  go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
2025-08-20T22:59:39.9473389Z [00:02:02.208]➜  go: downloading golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
2025-08-20T22:59:39.9600071Z [00:02:02.221]➜  go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2025-08-20T22:59:40.0458967Z [00:02:02.307]➜  go: downloading github.com/shoenig/test v0.6.4
2025-08-20T22:59:40.0566702Z [00:02:02.307]➜  go: downloading cel.dev/expr v0.24.0
2025-08-20T22:59:40.0567137Z [00:02:02.318]➜  go: downloading github.com/go-jose/go-jose/v4 v4.0.5
2025-08-20T22:59:40.0567994Z [00:02:02.318]➜  go: downloading github.com/zeebo/errs v1.4.0
2025-08-20T22:59:40.0739410Z [00:02:02.335]➜  go: downloading github.com/fsnotify/fsnotify v1.6.0
2025-08-20T22:59:40.1466641Z [00:02:02.408]➜  unused github.com/google/go-github/v69
2025-08-20T22:59:40.1467056Z [00:02:02.408]➜  unused github.com/olekukonko/tablewriter
2025-08-20T22:59:40.1650149Z [00:02:02.426]➜  + go generate ./...
2025-08-20T22:59:40.8319479Z [00:02:03.093]➜  pkg/analyzer/analyzers/airtable/common/common.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8320826Z [00:02:03.093]➜  pkg/analyzer/analyzers/anthropic/anthropic.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8321855Z [00:02:03.093]➜  pkg/analyzer/analyzers/asana/asana.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8322910Z [00:02:03.093]➜  pkg/analyzer/analyzers/bitbucket/bitbucket.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8323956Z [00:02:03.093]➜  pkg/analyzer/analyzers/databricks/databricks.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8325437Z [00:02:03.093]➜  pkg/analyzer/analyzers/datadog/datadog.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8326818Z [00:02:03.093]➜  pkg/analyzer/analyzers/digitalocean/digitalocean.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8327886Z [00:02:03.093]➜  pkg/analyzer/analyzers/dockerhub/dockerhub.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8328910Z [00:02:03.093]➜  pkg/analyzer/analyzers/dropbox/dropbox.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8329903Z [00:02:03.093]➜  pkg/analyzer/analyzers/fastly/fastly.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8331090Z [00:02:03.094]➜  pkg/analyzer/analyzers/figma/figma.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8332165Z [00:02:03.094]➜  pkg/analyzer/analyzers/github/classic/classictoken.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8333294Z [00:02:03.094]➜  pkg/analyzer/analyzers/github/finegrained/finegrained.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8334346Z [00:02:03.094]➜  pkg/analyzer/analyzers/gitlab/gitlab.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8335316Z [00:02:03.094]➜  pkg/analyzer/analyzers/groq/groq.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8336460Z [00:02:03.094]➜  pkg/analyzer/analyzers/huggingface/huggingface.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8337469Z [00:02:03.095]➜  pkg/analyzer/analyzers/jira/jira.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8338490Z [00:02:03.095]➜  pkg/analyzer/analyzers/launchdarkly/launchdarkly.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8339577Z [00:02:03.095]➜  pkg/analyzer/analyzers/mailchimp/mailchimp.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8340821Z [00:02:03.095]➜  pkg/analyzer/analyzers/mailgun/mailgun.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8342054Z [00:02:03.095]➜  pkg/analyzer/analyzers/monday/monday.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8343017Z [00:02:03.095]➜  pkg/analyzer/analyzers/mux/mux.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8348545Z [00:02:03.096]➜  pkg/analyzer/analyzers/mysql/mysql.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8350155Z [00:02:03.096]➜  pkg/analyzer/analyzers/netlify/netlify.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8351193Z [00:02:03.096]➜  pkg/analyzer/analyzers/ngrok/ngrok.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8352190Z [00:02:03.096]➜  pkg/analyzer/analyzers/notion/notion.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8353168Z [00:02:03.096]➜  pkg/analyzer/analyzers/openai/openai.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8354493Z [00:02:03.096]➜  pkg/analyzer/analyzers/opsgenie/opsgenie.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8355486Z [00:02:03.096]➜  pkg/analyzer/analyzers/plaid/plaid.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8356708Z [00:02:03.096]➜  pkg/analyzer/analyzers/planetscale/planetscale.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8357785Z [00:02:03.097]➜  pkg/analyzer/analyzers/postgres/postgres.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8358794Z [00:02:03.097]➜  pkg/analyzer/analyzers/posthog/posthog.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8359800Z [00:02:03.097]➜  pkg/analyzer/analyzers/postman/postman.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8360825Z [00:02:03.097]➜  pkg/analyzer/analyzers/privatekey/privatekey.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8361860Z [00:02:03.097]➜  pkg/analyzer/analyzers/sendgrid/sendgrid.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8362870Z [00:02:03.097]➜  pkg/analyzer/analyzers/shopify/shopify.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8368159Z [00:02:03.098]➜  pkg/analyzer/analyzers/slack/slack.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8371888Z [00:02:03.098]➜  pkg/analyzer/analyzers/sourcegraph/sourcegraph.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8372951Z [00:02:03.098]➜  pkg/analyzer/analyzers/square/square.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8376533Z [00:02:03.099]➜  pkg/analyzer/analyzers/stripe/stripe.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8378625Z [00:02:03.099]➜  pkg/analyzer/analyzers/twilio/twilio.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T22:59:40.8651557Z [00:02:03.126]➜  pkg/sources/job_progress.go:3: running "mockgen": exec: "mockgen": executable file not found in $PATH
2025-08-20T22:59:40.8713386Z [00:02:03.132]➜  + 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-20T22:59:40.8736148Z [00:02:03.135]➜  WORK=/tmp/go-build2180205415
2025-08-20T22:59:40.9492103Z [00:02:03.210]➜  # get https://proxy.golang.org/github.com/alecthomas/kingpin/v2/@v/v2.4.0.info
2025-08-20T22:59:40.9493787Z [00:02:03.210]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.3.info
2025-08-20T22:59:40.9494878Z [00:02:03.210]➜  # get https://proxy.golang.org/github.com/felixge/fgprof/@v/v0.9.5.info
2025-08-20T22:59:40.9495467Z [00:02:03.210]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info
2025-08-20T22:59:41.0120272Z [00:02:03.273]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.3.info: 200 OK (0.063s)
2025-08-20T22:59:41.0122897Z [00:02:03.273]➜  # get https://proxy.golang.org/github.com/trufflesecurity/overseer/@v/v1.2.8.info
2025-08-20T22:59:41.0131455Z [00:02:03.274]➜  # get https://proxy.golang.org/github.com/felixge/fgprof/@v/v0.9.5.info: 200 OK (0.064s)
2025-08-20T22:59:41.0134741Z [00:02:03.275]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T22:59:41.0139488Z [00:02:03.275]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info: 200 OK (0.065s)
2025-08-20T22:59:41.0144639Z [00:02:03.276]➜  # get https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20240227163752-401108e1b7e7.info
2025-08-20T22:59:41.0266979Z [00:02:03.288]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.013s)
2025-08-20T22:59:41.0625298Z [00:02:03.324]➜  # get https://proxy.golang.org/github.com/alecthomas/kingpin/v2/@v/v2.4.0.info: 200 OK (0.114s)
2025-08-20T22:59:41.0630636Z [00:02:03.324]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info
2025-08-20T22:59:41.0631221Z [00:02:03.324]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.34.0.info
2025-08-20T22:59:41.0664129Z [00:02:03.327]➜  # get https://proxy.golang.org/github.com/trufflesecurity/overseer/@v/v1.2.8.info: 200 OK (0.054s)
2025-08-20T22:59:41.0673064Z [00:02:03.328]➜  # get https://proxy.golang.org/github.com/patrickmn/go-cache/@v/v2.1.0+incompatible.info
2025-08-20T22:59:41.0763676Z [00:02:03.337]➜  # get https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20240227163752-401108e1b7e7.info: 200 OK (0.062s)
2025-08-20T22:59:41.0767158Z [00:02:03.338]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info: 200 OK (0.014s)
2025-08-20T22:59:41.0772125Z [00:02:03.338]➜  # get https://proxy.golang.org/github.com/mitchellh/go-ps/@v/v1.0.0.info
2025-08-20T22:59:41.0772934Z [00:02:03.338]➜  # get https://proxy.golang.org/cloud.google.com/go/secretmanager/@v/v1.15.0.info
2025-08-20T22:59:41.0774500Z [00:02:03.339]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.34.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.0832061Z [00:02:03.344]➜  # get https://proxy.golang.org/github.com/patrickmn/go-cache/@v/v2.1.0+incompatible.info: 200 OK (0.016s)
2025-08-20T22:59:41.0835496Z [00:02:03.345]➜  # get https://proxy.golang.org/github.com/jedib0t/go-pretty/v6/@v/v6.6.7.info
2025-08-20T22:59:41.0911035Z [00:02:03.352]➜  # get https://proxy.golang.org/cloud.google.com/go/secretmanager/@v/v1.15.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.0915379Z [00:02:03.353]➜  # get https://proxy.golang.org/github.com/alecthomas/units/@v/v0.0.0-20211218093645-b94a6e3cc137.info
2025-08-20T22:59:41.0917993Z [00:02:03.353]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.5.2.info
2025-08-20T22:59:41.1056468Z [00:02:03.367]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.5.2.info: 200 OK (0.014s)
2025-08-20T22:59:41.1064830Z [00:02:03.368]➜  # get https://proxy.golang.org/github.com/xhit/go-str2duration/v2/@v/v2.1.0.info
2025-08-20T22:59:41.1327665Z [00:02:03.394]➜  # get https://proxy.golang.org/github.com/mitchellh/go-ps/@v/v1.0.0.info: 200 OK (0.056s)
2025-08-20T22:59:41.1336342Z [00:02:03.395]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20250721164621-a45f3dfb1074.info
2025-08-20T22:59:41.1413632Z [00:02:03.402]➜  # get https://proxy.golang.org/github.com/jedib0t/go-pretty/v6/@v/v6.6.7.info: 200 OK (0.058s)
2025-08-20T22:59:41.1471604Z [00:02:03.408]➜  # get https://proxy.golang.org/github.com/alecthomas/units/@v/v0.0.0-20211218093645-b94a6e3cc137.info: 200 OK (0.056s)
2025-08-20T22:59:41.1474371Z [00:02:03.409]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20250721164621-a45f3dfb1074.info: 200 OK (0.014s)
2025-08-20T22:59:41.1478862Z [00:02:03.409]➜  # get https://proxy.golang.org/github.com/trufflesecurity/touchfile/@v/v0.1.1.info
2025-08-20T22:59:41.1482067Z [00:02:03.409]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.74.2.info
2025-08-20T22:59:41.1482763Z [00:02:03.409]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20250603155806-513f23925822.info
2025-08-20T22:59:41.1595623Z [00:02:03.421]➜  # get https://proxy.golang.org/github.com/xhit/go-str2duration/v2/@v/v2.1.0.info: 200 OK (0.053s)
2025-08-20T22:59:41.1601134Z [00:02:03.421]➜  # get https://proxy.golang.org/github.com/%21the%21zero%21slave/zapsentry/@v/v1.23.0.info
2025-08-20T22:59:41.1628149Z [00:02:03.424]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.74.2.info: 200 OK (0.014s)
2025-08-20T22:59:41.1629854Z [00:02:03.424]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20250603155806-513f23925822.info: 200 OK (0.014s)
2025-08-20T22:59:41.1630647Z [00:02:03.424]➜  # get https://proxy.golang.org/github.com/adrg/strutil/@v/v0.3.1.info
2025-08-20T22:59:41.1637897Z [00:02:03.425]➜  # get https://proxy.golang.org/github.com/%21bobu%21sumisu/aho-corasick/@v/v1.0.3.info
2025-08-20T22:59:41.2045617Z [00:02:03.466]➜  # get https://proxy.golang.org/github.com/trufflesecurity/touchfile/@v/v0.1.1.info: 200 OK (0.057s)
2025-08-20T22:59:41.2048847Z [00:02:03.466]➜  # get https://proxy.golang.org/github.com/getsentry/sentry-go/@v/v0.32.0.info
2025-08-20T22:59:41.2164997Z [00:02:03.478]➜  # get https://proxy.golang.org/github.com/%21the%21zero%21slave/zapsentry/@v/v1.23.0.info: 200 OK (0.056s)
2025-08-20T22:59:41.2222718Z [00:02:03.483]➜  # get https://proxy.golang.org/github.com/adrg/strutil/@v/v0.3.1.info: 200 OK (0.059s)
2025-08-20T22:59:41.2226399Z [00:02:03.484]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.8.info
2025-08-20T22:59:41.2287641Z [00:02:03.490]➜  # get https://proxy.golang.org/github.com/%21bobu%21sumisu/aho-corasick/@v/v1.0.3.info: 200 OK (0.065s)
2025-08-20T22:59:41.2289125Z [00:02:03.490]➜  # get https://proxy.golang.org/github.com/getsentry/sentry-go/@v/v0.32.0.info: 200 OK (0.024s)
2025-08-20T22:59:41.2292729Z [00:02:03.490]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.15.0.info
2025-08-20T22:59:41.2369724Z [00:02:03.498]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.8.info: 200 OK (0.014s)
2025-08-20T22:59:41.2375570Z [00:02:03.499]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.8.info
2025-08-20T22:59:41.2376652Z [00:02:03.499]➜  # get https://proxy.golang.org/github.com/go-errors/errors/@v/v1.5.1.info
2025-08-20T22:59:41.2382990Z [00:02:03.499]➜  # get https://proxy.golang.org/github.com/go-logr/zapr/@v/v1.3.0.info
2025-08-20T22:59:41.2431018Z [00:02:03.504]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.15.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.2433927Z [00:02:03.505]➜  # get https://proxy.golang.org/github.com/joho/godotenv/@v/v1.5.1.info
2025-08-20T22:59:41.2516273Z [00:02:03.513]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.8.info: 200 OK (0.014s)
2025-08-20T22:59:41.2520736Z [00:02:03.513]➜  # get https://proxy.golang.org/sigs.k8s.io/yaml/@v/v1.4.0.info
2025-08-20T22:59:41.2525123Z [00:02:03.514]➜  # get https://proxy.golang.org/github.com/go-logr/zapr/@v/v1.3.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.2527288Z [00:02:03.514]➜  # get https://proxy.golang.org/github.com/envoyproxy/protoc-gen-validate/@v/v1.2.1.info
2025-08-20T22:59:41.2668943Z [00:02:03.528]➜  # get https://proxy.golang.org/sigs.k8s.io/yaml/@v/v1.4.0.info: 200 OK (0.015s)
2025-08-20T22:59:41.2671473Z [00:02:03.528]➜  # get https://proxy.golang.org/github.com/go-git/go-git/v5/@v/v5.13.2.info
2025-08-20T22:59:41.2688989Z [00:02:03.530]➜  # get https://proxy.golang.org/github.com/envoyproxy/protoc-gen-validate/@v/v1.2.1.info: 200 OK (0.016s)
2025-08-20T22:59:41.2697084Z [00:02:03.531]➜  # get https://proxy.golang.org/github.com/gofrs/flock/@v/v0.12.1.info
2025-08-20T22:59:41.2805410Z [00:02:03.542]➜  # get https://proxy.golang.org/github.com/go-git/go-git/v5/@v/v5.13.2.info: 200 OK (0.013s)
2025-08-20T22:59:41.2809324Z [00:02:03.542]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.27.0.info
2025-08-20T22:59:41.2840134Z [00:02:03.545]➜  # get https://proxy.golang.org/github.com/gofrs/flock/@v/v0.12.1.info: 200 OK (0.014s)
2025-08-20T22:59:41.2841502Z [00:02:03.545]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info
2025-08-20T22:59:41.2942531Z [00:02:03.555]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.27.0.info: 200 OK (0.013s)
2025-08-20T22:59:41.2946987Z [00:02:03.556]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info
2025-08-20T22:59:41.2978385Z [00:02:03.559]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info: 200 OK (0.014s)
2025-08-20T22:59:41.2980904Z [00:02:03.559]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info
2025-08-20T22:59:41.3033416Z [00:02:03.564]➜  # get https://proxy.golang.org/github.com/go-errors/errors/@v/v1.5.1.info: 200 OK (0.066s)
2025-08-20T22:59:41.3042323Z [00:02:03.565]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info
2025-08-20T22:59:41.3047782Z [00:02:03.566]➜  # get https://proxy.golang.org/github.com/joho/godotenv/@v/v1.5.1.info: 200 OK (0.061s)
2025-08-20T22:59:41.3048784Z [00:02:03.566]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbles/@v/v0.18.0.info
2025-08-20T22:59:41.3080486Z [00:02:03.569]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info: 200 OK (0.013s)
2025-08-20T22:59:41.3081964Z [00:02:03.569]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.42.0.info
2025-08-20T22:59:41.3178648Z [00:02:03.579]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info: 200 OK (0.014s)
2025-08-20T22:59:41.3183648Z [00:02:03.579]➜  # get https://proxy.golang.org/github.com/tailscale/depaware/@v/v0.0.0-20250112153213-b748de04d81b.info
2025-08-20T22:59:41.3215487Z [00:02:03.583]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.42.0.info: 200 OK (0.013s)
2025-08-20T22:59:41.3246847Z [00:02:03.583]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.56.0.info
2025-08-20T22:59:41.3357921Z [00:02:03.597]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.56.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.3361520Z [00:02:03.597]➜  # get https://proxy.golang.org/github.com/prometheus/client_golang/@v/v1.20.5.info
2025-08-20T22:59:41.3493336Z [00:02:03.610]➜  # get https://proxy.golang.org/github.com/prometheus/client_golang/@v/v1.20.5.info: 200 OK (0.013s)
2025-08-20T22:59:41.3498967Z [00:02:03.611]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.2.3.info
2025-08-20T22:59:41.3602930Z [00:02:03.621]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info: 200 OK (0.062s)
2025-08-20T22:59:41.3609459Z [00:02:03.622]➜  # get https://proxy.golang.org/github.com/jpillora/s3/@v/v1.1.4.info
2025-08-20T22:59:41.3667536Z [00:02:03.628]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbles/@v/v0.18.0.info: 200 OK (0.062s)
2025-08-20T22:59:41.3671981Z [00:02:03.628]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.27.0.info
2025-08-20T22:59:41.3713152Z [00:02:03.632]➜  # get https://proxy.golang.org/github.com/tailscale/depaware/@v/v0.0.0-20250112153213-b748de04d81b.info: 200 OK (0.053s)
2025-08-20T22:59:41.3716438Z [00:02:03.633]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250721164621-a45f3dfb1074.info
2025-08-20T22:59:41.3812483Z [00:02:03.642]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.27.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.3815433Z [00:02:03.643]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbletea/@v/v1.3.6.info
2025-08-20T22:59:41.3849202Z [00:02:03.646]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250721164621-a45f3dfb1074.info: 200 OK (0.013s)
2025-08-20T22:59:41.3853840Z [00:02:03.646]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info
2025-08-20T22:59:41.3986449Z [00:02:03.660]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info: 200 OK (0.013s)
2025-08-20T22:59:41.3989462Z [00:02:03.660]➜  # get https://proxy.golang.org/github.com/wasilibs/go-re2/@v/v1.9.0.info
2025-08-20T22:59:41.3995105Z [00:02:03.661]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.2.3.info: 200 OK (0.050s)
2025-08-20T22:59:41.4125024Z [00:02:03.674]➜  # get https://proxy.golang.org/github.com/jpillora/s3/@v/v1.1.4.info: 200 OK (0.051s)
2025-08-20T22:59:41.4373849Z [00:02:03.698]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbletea/@v/v1.3.6.info: 200 OK (0.056s)
2025-08-20T22:59:41.4379709Z [00:02:03.699]➜  # get https://proxy.golang.org/github.com/google/go-containerregistry/@v/v0.20.6.info
2025-08-20T22:59:41.4447764Z [00:02:03.706]➜  # get https://proxy.golang.org/github.com/wasilibs/go-re2/@v/v1.9.0.info: 200 OK (0.046s)
2025-08-20T22:59:41.4457493Z [00:02:03.707]➜  # get https://proxy.golang.org/go.uber.org/automaxprocs/@v/v1.6.0.info
2025-08-20T22:59:41.4458267Z [00:02:03.707]➜  # get https://proxy.golang.org/github.com/lrstanley/bubblezone/@v/v0.0.0-20250404061050-e13639e27357.info
2025-08-20T22:59:41.4460169Z [00:02:03.707]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/@v/v0.16.3.info
2025-08-20T22:59:41.4517595Z [00:02:03.713]➜  # get https://proxy.golang.org/github.com/google/go-containerregistry/@v/v0.20.6.info: 200 OK (0.014s)
2025-08-20T22:59:41.4521679Z [00:02:03.713]➜  # get https://proxy.golang.org/github.com/marusama/semaphore/v2/@v/v2.5.0.info
2025-08-20T22:59:41.4593587Z [00:02:03.720]➜  # get https://proxy.golang.org/go.uber.org/automaxprocs/@v/v1.6.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.4599839Z [00:02:03.721]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.243.0.info
2025-08-20T22:59:41.5080722Z [00:02:03.769]➜  # get https://proxy.golang.org/github.com/lrstanley/bubblezone/@v/v0.0.0-20250404061050-e13639e27357.info: 200 OK (0.062s)
2025-08-20T22:59:41.5116941Z [00:02:03.773]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/@v/v0.16.3.info: 200 OK (0.066s)
2025-08-20T22:59:41.5122606Z [00:02:03.773]➜  # get https://proxy.golang.org/github.com/avast/apkparser/@v/v0.0.0-20250626104540-d53391f4d69d.info
2025-08-20T22:59:41.5133149Z [00:02:03.774]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.243.0.info: 200 OK (0.053s)
2025-08-20T22:59:41.5134561Z [00:02:03.775]➜  # get https://proxy.golang.org/github.com/marusama/semaphore/v2/@v/v2.5.0.info: 200 OK (0.061s)
2025-08-20T22:59:41.5136045Z [00:02:03.775]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.7.0.info
2025-08-20T22:59:41.5140817Z [00:02:03.775]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info
2025-08-20T22:59:41.5143229Z [00:02:03.775]➜  # get https://proxy.golang.org/github.com/google/go-github/v67/@v/v67.0.0.info
2025-08-20T22:59:41.5273498Z [00:02:03.788]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.7.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.5280271Z [00:02:03.789]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.5281161Z [00:02:03.789]➜  # get https://proxy.golang.org/github.com/csnewman/dextk/@v/v0.3.0.info
2025-08-20T22:59:41.5284430Z [00:02:03.790]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.0.info
2025-08-20T22:59:41.5349098Z [00:02:03.796]➜  # get https://proxy.golang.org/github.com/avast/apkparser/@v/v0.0.0-20250626104540-d53391f4d69d.info: 200 OK (0.023s)
2025-08-20T22:59:41.5354056Z [00:02:03.796]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info
2025-08-20T22:59:41.5421346Z [00:02:03.803]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.5424570Z [00:02:03.804]➜  # get https://proxy.golang.org/github.com/bradleyfalzon/ghinstallation/v2/@v/v2.16.0.info
2025-08-20T22:59:41.5488920Z [00:02:03.810]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info: 200 OK (0.013s)
2025-08-20T22:59:41.5500417Z [00:02:03.811]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.9.info
2025-08-20T22:59:41.5632110Z [00:02:03.824]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.9.info: 200 OK (0.013s)
2025-08-20T22:59:41.5639209Z [00:02:03.825]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info
2025-08-20T22:59:41.5770596Z [00:02:03.838]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info: 200 OK (0.013s)
2025-08-20T22:59:41.5776133Z [00:02:03.839]➜  # get https://proxy.golang.org/github.com/gobwas/glob/@v/v0.2.3.info
2025-08-20T22:59:41.5780135Z [00:02:03.839]➜  # get https://proxy.golang.org/github.com/google/go-github/v67/@v/v67.0.0.info: 200 OK (0.064s)
2025-08-20T22:59:41.5790548Z [00:02:03.840]➜  # get https://proxy.golang.org/github.com/muesli/ansi/@v/v0.0.0-20230316100256-276c6243b2f6.info
2025-08-20T22:59:41.5800191Z [00:02:03.841]➜  # get https://proxy.golang.org/github.com/csnewman/dextk/@v/v0.3.0.info: 200 OK (0.052s)
2025-08-20T22:59:41.5804638Z [00:02:03.842]➜  # get https://proxy.golang.org/github.com/pkg/diff/@v/v0.0.0-20200914180035-5b29258ca4f7.info
2025-08-20T22:59:41.5909144Z [00:02:03.852]➜  # get https://proxy.golang.org/github.com/gobwas/glob/@v/v0.2.3.info: 200 OK (0.013s)
2025-08-20T22:59:41.5911485Z [00:02:03.852]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/@v/v1.2.1.info
2025-08-20T22:59:41.5996707Z [00:02:03.861]➜  # get https://proxy.golang.org/github.com/bradleyfalzon/ghinstallation/v2/@v/v2.16.0.info: 200 OK (0.057s)
2025-08-20T22:59:41.6000722Z [00:02:03.861]➜  # get https://proxy.golang.org/github.com/mholt/archives/@v/v0.0.0-20241216060121-23e0af8fe73d.info
2025-08-20T22:59:41.6387215Z [00:02:03.900]➜  # get https://proxy.golang.org/github.com/muesli/ansi/@v/v0.0.0-20230316100256-276c6243b2f6.info: 200 OK (0.060s)
2025-08-20T22:59:41.6391785Z [00:02:03.900]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.3.2-0.20230802210424-5b0b94c5c0d3.info
2025-08-20T22:59:41.6425334Z [00:02:03.904]➜  # get https://proxy.golang.org/github.com/pkg/diff/@v/v0.0.0-20200914180035-5b29258ca4f7.info: 200 OK (0.062s)
2025-08-20T22:59:41.6429233Z [00:02:03.904]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v1.1.1-0.20250404203927-76690c660834.info
2025-08-20T22:59:41.6481647Z [00:02:03.909]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/@v/v1.2.1.info: 200 OK (0.057s)
2025-08-20T22:59:41.6489185Z [00:02:03.910]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.121.4.info
2025-08-20T22:59:41.6526951Z [00:02:03.914]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.3.2-0.20230802210424-5b0b94c5c0d3.info: 200 OK (0.013s)
2025-08-20T22:59:41.6531824Z [00:02:03.914]➜  # get https://proxy.golang.org/github.com/beorn7/perks/@v/v1.0.1.info
2025-08-20T22:59:41.6538925Z [00:02:03.915]➜  # get https://proxy.golang.org/github.com/mholt/archives/@v/v0.0.0-20241216060121-23e0af8fe73d.info: 200 OK (0.054s)
2025-08-20T22:59:41.6551743Z [00:02:03.916]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.9.3.info
2025-08-20T22:59:41.6621255Z [00:02:03.923]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.121.4.info: 200 OK (0.013s)
2025-08-20T22:59:41.6628523Z [00:02:03.924]➜  # get https://proxy.golang.org/github.com/docker/cli/@v/v28.2.2+incompatible.info
2025-08-20T22:59:41.6664191Z [00:02:03.927]➜  # get https://proxy.golang.org/github.com/beorn7/perks/@v/v1.0.1.info: 200 OK (0.013s)
2025-08-20T22:59:41.6666324Z [00:02:03.928]➜  # get https://proxy.golang.org/github.com/klauspost/pgzip/@v/v1.2.6.info
2025-08-20T22:59:41.6809366Z [00:02:03.942]➜  # get https://proxy.golang.org/github.com/klauspost/pgzip/@v/v1.2.6.info: 200 OK (0.014s)
2025-08-20T22:59:41.6813516Z [00:02:03.942]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info
2025-08-20T22:59:41.6945282Z [00:02:03.956]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info: 200 OK (0.013s)
2025-08-20T22:59:41.6951498Z [00:02:03.956]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info
2025-08-20T22:59:41.7020966Z [00:02:03.963]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v1.1.1-0.20250404203927-76690c660834.info: 200 OK (0.059s)
2025-08-20T22:59:41.7025623Z [00:02:03.964]➜  # get https://proxy.golang.org/golang.org/x/tools/@v/v0.34.0.info
2025-08-20T22:59:41.7085147Z [00:02:03.970]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info: 200 OK (0.013s)
2025-08-20T22:59:41.7089479Z [00:02:03.970]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.40.0.info
2025-08-20T22:59:41.7158593Z [00:02:03.977]➜  # get https://proxy.golang.org/golang.org/x/tools/@v/v0.34.0.info: 200 OK (0.013s)
2025-08-20T22:59:41.7163308Z [00:02:03.977]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.9.3.info: 200 OK (0.061s)
2025-08-20T22:59:41.7165185Z [00:02:03.978]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info
2025-08-20T22:59:41.7166954Z [00:02:03.978]➜  # get https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v1.1.5.info
2025-08-20T22:59:41.7181408Z [00:02:03.979]➜  # get https://proxy.golang.org/github.com/docker/cli/@v/v28.2.2+incompatible.info: 200 OK (0.055s)
2025-08-20T22:59:41.7188766Z [00:02:03.980]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.6.info
2025-08-20T22:59:41.7225551Z [00:02:03.984]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.40.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.7230671Z [00:02:03.984]➜  # get https://proxy.golang.org/github.com/docker/docker/@v/v28.3.3+incompatible.info
2025-08-20T22:59:41.7304385Z [00:02:03.991]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info: 200 OK (0.014s)
2025-08-20T22:59:41.7306883Z [00:02:03.992]➜  # get https://proxy.golang.org/github.com/opencontainers/go-digest/@v/v1.0.0.info
2025-08-20T22:59:41.7319092Z [00:02:03.993]➜  # get https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v1.1.5.info: 200 OK (0.015s)
2025-08-20T22:59:41.7332163Z [00:02:03.994]➜  # get https://proxy.golang.org/github.com/charmbracelet/glamour/@v/v0.10.0.info
2025-08-20T22:59:41.7364413Z [00:02:03.997]➜  # get https://proxy.golang.org/github.com/docker/docker/@v/v28.3.3+incompatible.info: 200 OK (0.013s)
2025-08-20T22:59:41.7367252Z [00:02:03.998]➜  # get https://proxy.golang.org/github.com/sassoftware/go-rpmutils/@v/v0.4.0.info
2025-08-20T22:59:41.7442757Z [00:02:04.005]➜  # get https://proxy.golang.org/github.com/opencontainers/go-digest/@v/v1.0.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.7454739Z [00:02:04.007]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.18.info
2025-08-20T22:59:41.7814363Z [00:02:04.042]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.6.info: 200 OK (0.063s)
2025-08-20T22:59:41.7824617Z [00:02:04.044]➜  # get https://proxy.golang.org/github.com/prometheus/client_model/@v/v0.6.1.info
2025-08-20T22:59:41.7947014Z [00:02:04.056]➜  # get https://proxy.golang.org/github.com/sassoftware/go-rpmutils/@v/v0.4.0.info: 200 OK (0.058s)
2025-08-20T22:59:41.7951398Z [00:02:04.056]➜  # get https://proxy.golang.org/github.com/charmbracelet/glamour/@v/v0.10.0.info: 200 OK (0.062s)
2025-08-20T22:59:41.7957068Z [00:02:04.057]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info
2025-08-20T22:59:41.7960193Z [00:02:04.057]➜  # get https://proxy.golang.org/github.com/prometheus/client_model/@v/v0.6.1.info: 200 OK (0.013s)
2025-08-20T22:59:41.7961401Z [00:02:04.057]➜  # get https://proxy.golang.org/github.com/go-git/go-billy/v5/@v/v5.6.2.info
2025-08-20T22:59:41.7962058Z [00:02:04.057]➜  # get https://proxy.golang.org/github.com/muesli/cancelreader/@v/v0.2.2.info
2025-08-20T22:59:41.7980026Z [00:02:04.059]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.18.info: 200 OK (0.053s)
2025-08-20T22:59:41.7986223Z [00:02:04.060]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.71.info
2025-08-20T22:59:41.8094346Z [00:02:04.070]➜  # get https://proxy.golang.org/github.com/go-git/go-billy/v5/@v/v5.6.2.info: 200 OK (0.013s)
2025-08-20T22:59:41.8099122Z [00:02:04.071]➜  # get https://proxy.golang.org/github.com/tetratelabs/wazero/@v/v1.9.0.info
2025-08-20T22:59:41.8231996Z [00:02:04.084]➜  # get https://proxy.golang.org/github.com/tetratelabs/wazero/@v/v1.9.0.info: 200 OK (0.013s)
2025-08-20T22:59:41.8234730Z [00:02:04.085]➜  # get https://proxy.golang.org/github.com/prometheus/common/@v/v0.55.0.info
2025-08-20T22:59:41.8294006Z [00:02:04.090]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info: 200 OK (0.034s)
2025-08-20T22:59:41.8300563Z [00:02:04.091]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/oauth2adapt/@v/v0.2.8.info
2025-08-20T22:59:41.8369917Z [00:02:04.098]➜  # get https://proxy.golang.org/github.com/prometheus/common/@v/v0.55.0.info: 200 OK (0.013s)
2025-08-20T22:59:41.8373385Z [00:02:04.098]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.16.0.info
2025-08-20T22:59:41.8434774Z [00:02:04.105]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/oauth2adapt/@v/v0.2.8.info: 200 OK (0.013s)
2025-08-20T22:59:41.8445344Z [00:02:04.106]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info
2025-08-20T22:59:41.8511541Z [00:02:04.112]➜  # get https://proxy.golang.org/github.com/muesli/cancelreader/@v/v0.2.2.info: 200 OK (0.055s)
2025-08-20T22:59:41.8512366Z [00:02:04.112]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.16.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.8515671Z [00:02:04.113]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info
2025-08-20T22:59:41.8556477Z [00:02:04.117]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.71.info: 200 OK (0.057s)
2025-08-20T22:59:41.8566926Z [00:02:04.118]➜  # get https://proxy.golang.org/github.com/muesli/reflow/@v/v0.3.0.info
2025-08-20T22:59:41.8568742Z [00:02:04.118]➜  # get https://proxy.golang.org/github.com/emirpasic/gods/@v/v1.18.1.info
2025-08-20T22:59:41.8578383Z [00:02:04.119]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info: 200 OK (0.013s)
2025-08-20T22:59:41.8580063Z [00:02:04.119]➜  # get https://proxy.golang.org/github.com/pjbgf/sha1cd/@v/v0.3.2.info
2025-08-20T22:59:41.8653613Z [00:02:04.126]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.8662012Z [00:02:04.127]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/s3/manager/@v/v1.17.85.info
2025-08-20T22:59:41.8710314Z [00:02:04.132]➜  # get https://proxy.golang.org/github.com/emirpasic/gods/@v/v1.18.1.info: 200 OK (0.014s)
2025-08-20T22:59:41.8712897Z [00:02:04.132]➜  # get https://proxy.golang.org/github.com/repeale/fp-go/@v/v0.11.1.info
2025-08-20T22:59:41.8716530Z [00:02:04.133]➜  # get https://proxy.golang.org/github.com/pjbgf/sha1cd/@v/v0.3.2.info: 200 OK (0.014s)
2025-08-20T22:59:41.8719844Z [00:02:04.133]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/metric/@v/v1.36.0.info
2025-08-20T22:59:41.8838217Z [00:02:04.145]➜  # get https://proxy.golang.org/github.com/muesli/reflow/@v/v0.3.0.info: 200 OK (0.027s)
2025-08-20T22:59:41.8840672Z [00:02:04.145]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.36.0.info
2025-08-20T22:59:41.8859100Z [00:02:04.147]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/metric/@v/v1.36.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.8865122Z [00:02:04.148]➜  # get https://proxy.golang.org/github.com/prometheus/procfs/@v/v0.15.1.info
2025-08-20T22:59:41.8948096Z [00:02:04.156]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/s3/manager/@v/v1.17.85.info: 200 OK (0.029s)
2025-08-20T22:59:41.8950697Z [00:02:04.156]➜  # get https://proxy.golang.org/github.com/%21s%21t%21a%21r%21r%21y-%21s/zip/@v/v0.2.1.info
2025-08-20T22:59:41.8978164Z [00:02:04.159]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.36.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.8983457Z [00:02:04.159]➜  # get https://proxy.golang.org/github.com/repeale/fp-go/@v/v0.11.1.info: 200 OK (0.027s)
2025-08-20T22:59:41.8984733Z [00:02:04.160]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/v2/@v/v2.14.0.info
2025-08-20T22:59:41.8992150Z [00:02:04.160]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v4/@v/v4.5.2.info
2025-08-20T22:59:41.9037346Z [00:02:04.165]➜  # get https://proxy.golang.org/github.com/prometheus/procfs/@v/v0.15.1.info: 200 OK (0.017s)
2025-08-20T22:59:41.9051496Z [00:02:04.166]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.3.6.info
2025-08-20T22:59:41.9066963Z [00:02:04.168]➜  # get https://proxy.golang.org/github.com/google/go-querystring/@v/v1.1.0.info
2025-08-20T22:59:41.9127822Z [00:02:04.174]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v4/@v/v4.5.2.info: 200 OK (0.014s)
2025-08-20T22:59:41.9135228Z [00:02:04.175]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.84.1.info
2025-08-20T22:59:41.9190350Z [00:02:04.180]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.3.6.info: 200 OK (0.014s)
2025-08-20T22:59:41.9196925Z [00:02:04.181]➜  # get https://proxy.golang.org/github.com/containerd/stargz-snapshotter/estargz/@v/v0.16.3.info
2025-08-20T22:59:41.9202549Z [00:02:04.181]➜  # get https://proxy.golang.org/github.com/google/go-querystring/@v/v1.1.0.info: 200 OK (0.013s)
2025-08-20T22:59:41.9205887Z [00:02:04.182]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info
2025-08-20T22:59:41.9207279Z [00:02:04.182]➜  # get https://proxy.golang.org/github.com/%21s%21t%21a%21r%21r%21y-%21s/zip/@v/v0.2.1.info: 200 OK (0.026s)
2025-08-20T22:59:41.9213626Z [00:02:04.182]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.1.1.info
2025-08-20T22:59:41.9303045Z [00:02:04.191]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/v2/@v/v2.14.0.info: 200 OK (0.032s)
2025-08-20T22:59:41.9312697Z [00:02:04.192]➜  # get https://proxy.golang.org/github.com/moby/docker-image-spec/@v/v1.3.1.info
2025-08-20T22:59:41.9329947Z [00:02:04.194]➜  # get https://proxy.golang.org/github.com/containerd/stargz-snapshotter/estargz/@v/v0.16.3.info: 200 OK (0.013s)
2025-08-20T22:59:41.9336317Z [00:02:04.195]➜  # get https://proxy.golang.org/github.com/google/go-github/v72/@v/v72.0.0.info
2025-08-20T22:59:41.9340156Z [00:02:04.195]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info: 200 OK (0.013s)
2025-08-20T22:59:41.9343356Z [00:02:04.195]➜  # get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.8.1.info
2025-08-20T22:59:41.9346174Z [00:02:04.196]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.1.1.info: 200 OK (0.013s)
2025-08-20T22:59:41.9354740Z [00:02:04.197]➜  # get https://proxy.golang.org/github.com/docker/docker-credential-helpers/@v/v0.9.3.info
2025-08-20T22:59:41.9397609Z [00:02:04.201]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.84.1.info: 200 OK (0.026s)
2025-08-20T22:59:41.9403334Z [00:02:04.201]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info
2025-08-20T22:59:41.9447085Z [00:02:04.206]➜  # get https://proxy.golang.org/github.com/moby/docker-image-spec/@v/v1.3.1.info: 200 OK (0.013s)
2025-08-20T22:59:41.9455954Z [00:02:04.207]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info
2025-08-20T22:59:41.9467304Z [00:02:04.208]➜  # get https://proxy.golang.org/github.com/google/go-github/v72/@v/v72.0.0.info: 200 OK (0.013s)
2025-08-20T22:59:41.9471092Z [00:02:04.208]➜  # get https://proxy.golang.org/github.com/wasilibs/wazero-helpers/@v/v0.0.0-20240620070341-3dff1577cd52.info
2025-08-20T22:59:41.9487608Z [00:02:04.210]➜  # get https://proxy.golang.org/github.com/docker/docker-credential-helpers/@v/v0.9.3.info: 200 OK (0.013s)
2025-08-20T22:59:41.9491747Z [00:02:04.210]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.2.3-0.20250311203215-f60798e515dc.info
2025-08-20T22:59:41.9550410Z [00:02:04.216]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info: 200 OK (0.015s)
2025-08-20T22:59:41.9553200Z [00:02:04.216]➜  # get https://proxy.golang.org/github.com/bodgit/sevenzip/@v/v1.6.0.info
2025-08-20T22:59:41.9587610Z [00:02:04.220]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info: 200 OK (0.013s)
2025-08-20T22:59:41.9596960Z [00:02:04.221]➜  # get https://proxy.golang.org/github.com/atotto/clipboard/@v/v0.1.4.info
2025-08-20T22:59:41.9624603Z [00:02:04.224]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.2.3-0.20250311203215-f60798e515dc.info: 200 OK (0.013s)
2025-08-20T22:59:41.9638783Z [00:02:04.225]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info
2025-08-20T22:59:41.9644057Z [00:02:04.225]➜  # get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.8.1.info: 200 OK (0.030s)
2025-08-20T22:59:41.9647575Z [00:02:04.226]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.1.0.info
2025-08-20T22:59:41.9733228Z [00:02:04.234]➜  # get https://proxy.golang.org/github.com/atotto/clipboard/@v/v0.1.4.info: 200 OK (0.014s)
2025-08-20T22:59:41.9735020Z [00:02:04.235]➜  # get https://proxy.golang.org/github.com/opencontainers/image-spec/@v/v1.1.1.info
2025-08-20T22:59:41.9763686Z [00:02:04.237]➜  # get https://proxy.golang.org/github.com/wasilibs/wazero-helpers/@v/v0.0.0-20240620070341-3dff1577cd52.info: 200 OK (0.029s)
2025-08-20T22:59:41.9766311Z [00:02:04.238]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.34.1.info
2025-08-20T22:59:41.9769450Z [00:02:04.238]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info: 200 OK (0.013s)
2025-08-20T22:59:41.9773335Z [00:02:04.238]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.5.info
2025-08-20T22:59:41.9779293Z [00:02:04.239]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.1.0.info: 200 OK (0.013s)
2025-08-20T22:59:41.9783061Z [00:02:04.239]➜  # get https://proxy.golang.org/github.com/xo/dburl/@v/v0.23.8.info
2025-08-20T22:59:41.9817050Z [00:02:04.243]➜  # get https://proxy.golang.org/github.com/bodgit/sevenzip/@v/v1.6.0.info: 200 OK (0.026s)
2025-08-20T22:59:41.9820831Z [00:02:04.243]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.36.0.info
2025-08-20T22:59:41.9866907Z [00:02:04.248]➜  # get https://proxy.golang.org/github.com/opencontainers/image-spec/@v/v1.1.1.info: 200 OK (0.013s)
2025-08-20T22:59:41.9873361Z [00:02:04.248]➜  # get https://proxy.golang.org/github.com/dsnet/compress/@v/v0.0.2-0.20230904184137-39efe44ab707.info
2025-08-20T22:59:41.9906969Z [00:02:04.252]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.5.info: 200 OK (0.013s)
2025-08-20T22:59:41.9909278Z [00:02:04.252]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.36.0.info
2025-08-20T22:59:41.9961422Z [00:02:04.257]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.36.0.info: 200 OK (0.014s)
2025-08-20T22:59:41.9966879Z [00:02:04.258]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.61.0.info
2025-08-20T22:59:42.0045971Z [00:02:04.266]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.36.0.info: 200 OK (0.014s)
2025-08-20T22:59:42.0048090Z [00:02:04.266]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.61.0.info
2025-08-20T22:59:42.0061187Z [00:02:04.267]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.34.1.info: 200 OK (0.029s)
2025-08-20T22:59:42.0063867Z [00:02:04.267]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info
2025-08-20T22:59:42.0087710Z [00:02:04.270]➜  # get https://proxy.golang.org/github.com/xo/dburl/@v/v0.23.8.info: 200 OK (0.030s)
2025-08-20T22:59:42.0092832Z [00:02:04.270]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info
2025-08-20T22:59:42.0099007Z [00:02:04.271]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.61.0.info: 200 OK (0.013s)
2025-08-20T22:59:42.0101710Z [00:02:04.271]➜  # get https://proxy.golang.org/golang.org/x/mod/@v/v0.25.0.info
2025-08-20T22:59:42.0147701Z [00:02:04.276]➜  # get https://proxy.golang.org/github.com/dsnet/compress/@v/v0.0.2-0.20230904184137-39efe44ab707.info: 200 OK (0.027s)
2025-08-20T22:59:42.0184083Z [00:02:04.279]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.61.0.info: 200 OK (0.014s)
2025-08-20T22:59:42.0184861Z [00:02:04.279]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.12.0.info
2025-08-20T22:59:42.0186578Z [00:02:04.280]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info
2025-08-20T22:59:42.0198243Z [00:02:04.281]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info: 200 OK (0.013s)
2025-08-20T22:59:42.0214149Z [00:02:04.282]➜  # get https://proxy.golang.org/gitlab.com/gitlab-org/api/client-go/@v/v0.129.0.info
2025-08-20T22:59:42.0223759Z [00:02:04.283]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info: 200 OK (0.013s)
2025-08-20T22:59:42.0234918Z [00:02:04.285]➜  # get https://proxy.golang.org/golang.org/x/mod/@v/v0.25.0.info: 200 OK (0.013s)
2025-08-20T22:59:42.0240129Z [00:02:04.285]➜  # get https://proxy.golang.org/github.com/containerd/errdefs/@v/v1.0.0.info
2025-08-20T22:59:42.0279792Z [00:02:04.289]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.6.info
2025-08-20T22:59:42.0319573Z [00:02:04.293]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.12.0.info: 200 OK (0.014s)
2025-08-20T22:59:42.0325252Z [00:02:04.293]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info: 200 OK (0.014s)
2025-08-20T22:59:42.0330389Z [00:02:04.294]➜  # get https://proxy.golang.org/github.com/sahilm/fuzzy/@v/v0.1.1-0.20230530133925-c48e322e2a8f.info
2025-08-20T22:59:42.0332078Z [00:02:04.294]➜  # get https://proxy.golang.org/pault.ag/go/debian/@v/v0.18.0.info
2025-08-20T22:59:42.0371462Z [00:02:04.298]➜  # get https://proxy.golang.org/github.com/containerd/errdefs/@v/v1.0.0.info: 200 OK (0.013s)
2025-08-20T22:59:42.0382541Z [00:02:04.299]➜  # get https://proxy.golang.org/github.com/containerd/errdefs/pkg/@v/v0.3.0.info
2025-08-20T22:59:42.0412734Z [00:02:04.302]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.6.info: 200 OK (0.013s)
2025-08-20T22:59:42.0418877Z [00:02:04.303]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.9.info
2025-08-20T22:59:42.0513160Z [00:02:04.312]➜  # get https://proxy.golang.org/gitlab.com/gitlab-org/api/client-go/@v/v0.129.0.info: 200 OK (0.030s)
2025-08-20T22:59:42.0521619Z [00:02:04.313]➜  # get https://proxy.golang.org/github.com/%21data%21dog/zstd/@v/v1.5.5.info
2025-08-20T22:59:42.0527349Z [00:02:04.314]➜  # get https://proxy.golang.org/github.com/containerd/errdefs/pkg/@v/v0.3.0.info: 200 OK (0.014s)
2025-08-20T22:59:42.0530553Z [00:02:04.314]➜  # get https://proxy.golang.org/github.com/dlclark/regexp2/@v/v1.11.0.info
2025-08-20T22:59:42.0551093Z [00:02:04.316]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.9.info: 200 OK (0.013s)
2025-08-20T22:59:42.0572274Z [00:02:04.318]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info
2025-08-20T22:59:42.0615663Z [00:02:04.323]➜  # get https://proxy.golang.org/github.com/sahilm/fuzzy/@v/v0.1.1-0.20230530133925-c48e322e2a8f.info: 200 OK (0.029s)
2025-08-20T22:59:42.0693111Z [00:02:04.330]➜  # get https://proxy.golang.org/pault.ag/go/debian/@v/v0.18.0.info: 200 OK (0.036s)
2025-08-20T22:59:42.0694782Z [00:02:04.330]➜  # get https://proxy.golang.org/github.com/dlclark/regexp2/@v/v1.11.0.info: 200 OK (0.016s)
2025-08-20T22:59:42.0695612Z [00:02:04.331]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/slice/@v/v0.0.0-20250327172914-2fdc97757edf.info
2025-08-20T22:59:42.0700817Z [00:02:04.331]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info
2025-08-20T22:59:42.0709084Z [00:02:04.332]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info: 200 OK (0.014s)
2025-08-20T22:59:42.0712483Z [00:02:04.332]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info
2025-08-20T22:59:42.0720364Z [00:02:04.333]➜  # get https://proxy.golang.org/github.com/distribution/reference/@v/v0.6.0.info
2025-08-20T22:59:42.0798562Z [00:02:04.341]➜  # get https://proxy.golang.org/github.com/%21data%21dog/zstd/@v/v1.5.5.info: 200 OK (0.028s)
2025-08-20T22:59:42.0843657Z [00:02:04.345]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info: 200 OK (0.014s)
2025-08-20T22:59:42.0846520Z [00:02:04.346]➜  # get https://proxy.golang.org/github.com/microcosm-cc/bluemonday/@v/v1.0.27.info
2025-08-20T22:59:42.0852896Z [00:02:04.346]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info: 200 OK (0.014s)
2025-08-20T22:59:42.0855233Z [00:02:04.347]➜  # get https://proxy.golang.org/github.com/distribution/reference/@v/v0.6.0.info: 200 OK (0.013s)
2025-08-20T22:59:42.0866601Z [00:02:04.348]➜  # get https://proxy.golang.org/github.com/docker/go-connections/@v/v0.5.0.info
2025-08-20T22:59:42.0867771Z [00:02:04.348]➜  # get https://proxy.golang.org/github.com/bodgit/plumbing/@v/v1.3.0.info
2025-08-20T22:59:42.0965701Z [00:02:04.355]➜  # get https://proxy.golang.org/github.com/sendgrid/sendgrid-go/@v/v3.16.1+incompatible.info
2025-08-20T22:59:42.0966704Z [00:02:04.358]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/slice/@v/v0.0.0-20250327172914-2fdc97757edf.info: 200 OK (0.025s)
2025-08-20T22:59:42.0967409Z [00:02:04.358]➜  # get https://proxy.golang.org/github.com/docker/go-units/@v/v0.5.0.info
2025-08-20T22:59:42.0996853Z [00:02:04.361]➜  # get https://proxy.golang.org/github.com/microcosm-cc/bluemonday/@v/v1.0.27.info: 200 OK (0.015s)
2025-08-20T22:59:42.1001889Z [00:02:04.361]➜  # get https://proxy.golang.org/github.com/go-git/gcfg/@v/v1.5.1-0.20230307220236-3a3c6141e376.info
2025-08-20T22:59:42.1008291Z [00:02:04.362]➜  # get https://proxy.golang.org/github.com/docker/go-connections/@v/v0.5.0.info: 200 OK (0.015s)
2025-08-20T22:59:42.1016469Z [00:02:04.363]➜  # get https://proxy.golang.org/github.com/cloudflare/circl/@v/v1.6.1.info
2025-08-20T22:59:42.1084216Z [00:02:04.369]➜  # get https://proxy.golang.org/github.com/sendgrid/sendgrid-go/@v/v3.16.1+incompatible.info: 200 OK (0.014s)
2025-08-20T22:59:42.1087473Z [00:02:04.370]➜  # get https://proxy.golang.org/github.com/sendgrid/rest/@v/v2.6.9+incompatible.info
2025-08-20T22:59:42.1096508Z [00:02:04.371]➜  # get https://proxy.golang.org/github.com/docker/go-units/@v/v0.5.0.info: 200 OK (0.013s)
2025-08-20T22:59:42.1101373Z [00:02:04.371]➜  # get https://proxy.golang.org/github.com/nwaples/rardecode/v2/@v/v2.0.0-beta.4.0.20241112120701-034e449c6e78.info
2025-08-20T22:59:42.1155642Z [00:02:04.377]➜  # get https://proxy.golang.org/github.com/go-git/gcfg/@v/v1.5.1-0.20230307220236-3a3c6141e376.info: 200 OK (0.015s)
2025-08-20T22:59:42.1169147Z [00:02:04.378]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.36.0.info
2025-08-20T22:59:42.1200966Z [00:02:04.381]➜  # get https://proxy.golang.org/github.com/bodgit/plumbing/@v/v1.3.0.info: 200 OK (0.033s)
2025-08-20T22:59:42.1227171Z [00:02:04.384]➜  # get https://proxy.golang.org/github.com/sendgrid/rest/@v/v2.6.9+incompatible.info: 200 OK (0.014s)
2025-08-20T22:59:42.1232501Z [00:02:04.384]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info
2025-08-20T22:59:42.1311191Z [00:02:04.392]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.36.0.info: 200 OK (0.014s)
2025-08-20T22:59:42.1315378Z [00:02:04.393]➜  # get https://proxy.golang.org/github.com/elastic/go-elasticsearch/v8/@v/v8.17.1.info
2025-08-20T22:59:42.1351466Z [00:02:04.396]➜  # get https://proxy.golang.org/github.com/cloudflare/circl/@v/v1.6.1.info: 200 OK (0.033s)
2025-08-20T22:59:42.1355516Z [00:02:04.397]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/v4/@v/v4.1.21.info
2025-08-20T22:59:42.1360698Z [00:02:04.397]➜  # get https://proxy.golang.org/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.info
2025-08-20T22:59:42.1362791Z [00:02:04.397]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info: 200 OK (0.013s)
2025-08-20T22:59:42.1382147Z [00:02:04.399]➜  # get https://proxy.golang.org/github.com/gogo/protobuf/@v/v1.3.2.info
2025-08-20T22:59:42.1419934Z [00:02:04.403]➜  # get https://proxy.golang.org/github.com/nwaples/rardecode/v2/@v/v2.0.0-beta.4.0.20241112120701-034e449c6e78.info: 200 OK (0.032s)
2025-08-20T22:59:42.1494533Z [00:02:04.411]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/v4/@v/v4.1.21.info: 200 OK (0.014s)
2025-08-20T22:59:42.1497595Z [00:02:04.411]➜  # get https://proxy.golang.org/github.com/ulikunitz/xz/@v/v0.5.12.info
2025-08-20T22:59:42.1511191Z [00:02:04.412]➜  # get https://proxy.golang.org/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.info: 200 OK (0.015s)
2025-08-20T22:59:42.1513303Z [00:02:04.412]➜  # get https://proxy.golang.org/github.com/sorairolake/lzip-go/@v/v0.3.5.info
2025-08-20T22:59:42.1526459Z [00:02:04.414]➜  # get https://proxy.golang.org/github.com/gogo/protobuf/@v/v1.3.2.info: 200 OK (0.014s)
2025-08-20T22:59:42.1537703Z [00:02:04.415]➜  # get https://proxy.golang.org/github.com/vbatts/tar-split/@v/v0.12.1.info
2025-08-20T22:59:42.1564666Z [00:02:04.417]➜  # get https://proxy.golang.org/github.com/elastic/go-elasticsearch/v8/@v/v8.17.1.info: 200 OK (0.025s)
2025-08-20T22:59:42.1570867Z [00:02:04.418]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.33.info
2025-08-20T22:59:42.1573404Z [00:02:04.418]➜  # get https://proxy.golang.org/github.com/xi2/xz/@v/v0.0.0-20171230120015-48954b6210f8.info
2025-08-20T22:59:42.1635181Z [00:02:04.425]➜  # get https://proxy.golang.org/github.com/ulikunitz/xz/@v/v0.5.12.info: 200 OK (0.014s)
2025-08-20T22:59:42.1638268Z [00:02:04.425]➜  # get https://proxy.golang.org/github.com/therootcompany/xz/@v/v1.0.1.info
2025-08-20T22:59:42.1670374Z [00:02:04.428]➜  # get https://proxy.golang.org/github.com/vbatts/tar-split/@v/v0.12.1.info: 200 OK (0.013s)
2025-08-20T22:59:42.1679175Z [00:02:04.429]➜  # get https://proxy.golang.org/github.com/docker/distribution/@v/v2.8.3+incompatible.info
2025-08-20T22:59:42.1716048Z [00:02:04.433]➜  # get https://proxy.golang.org/github.com/xi2/xz/@v/v0.0.0-20171230120015-48954b6210f8.info: 200 OK (0.014s)
2025-08-20T22:59:42.1719844Z [00:02:04.433]➜  # get https://proxy.golang.org/github.com/kjk/lzma/@v/v0.0.0-20161016003348-3fd93898850d.info
2025-08-20T22:59:42.1818253Z [00:02:04.443]➜  # get https://proxy.golang.org/github.com/docker/distribution/@v/v2.8.3+incompatible.info: 200 OK (0.014s)
2025-08-20T22:59:42.1820441Z [00:02:04.443]➜  # get https://proxy.golang.org/github.com/sorairolake/lzip-go/@v/v0.3.5.info: 200 OK (0.031s)
2025-08-20T22:59:42.1822519Z [00:02:04.443]➜  # get https://proxy.golang.org/github.com/yuin/goldmark-emoji/@v/v1.0.5.info
2025-08-20T22:59:42.1830418Z [00:02:04.444]➜  # get https://proxy.golang.org/go4.org/@v/v0.0.0-20230225012048-214862532bf5.info
2025-08-20T22:59:42.1843963Z [00:02:04.445]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.33.info: 200 OK (0.027s)
2025-08-20T22:59:42.1849549Z [00:02:04.446]➜  # get https://proxy.golang.org/github.com/aymerick/douceur/@v/v0.2.0.info
2025-08-20T22:59:42.1897633Z [00:02:04.451]➜  # get https://proxy.golang.org/github.com/therootcompany/xz/@v/v1.0.1.info: 200 OK (0.026s)
2025-08-20T22:59:42.1902939Z [00:02:04.451]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info
2025-08-20T22:59:42.1990116Z [00:02:04.460]➜  # get https://proxy.golang.org/github.com/aymerick/douceur/@v/v0.2.0.info: 200 OK (0.014s)
2025-08-20T22:59:42.2002079Z [00:02:04.461]➜  # get https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.7.8.info
2025-08-20T22:59:42.2013076Z [00:02:04.462]➜  # get https://proxy.golang.org/github.com/kjk/lzma/@v/v0.0.0-20161016003348-3fd93898850d.info: 200 OK (0.029s)
2025-08-20T22:59:42.2024832Z [00:02:04.464]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/exporter/metric/@v/v0.53.0.info
2025-08-20T22:59:42.2040814Z [00:02:04.465]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info: 200 OK (0.014s)
2025-08-20T22:59:42.2046145Z [00:02:04.466]➜  # get https://proxy.golang.org/github.com/yuin/goldmark-emoji/@v/v1.0.5.info: 200 OK (0.022s)
2025-08-20T22:59:42.2054890Z [00:02:04.467]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.6.info
2025-08-20T22:59:42.2138499Z [00:02:04.475]➜  # get https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.7.8.info: 200 OK (0.014s)
2025-08-20T22:59:42.2146229Z [00:02:04.476]➜  # get https://proxy.golang.org/go4.org/@v/v0.0.0-20230225012048-214862532bf5.info: 200 OK (0.031s)
2025-08-20T22:59:42.2147007Z [00:02:04.476]➜  # get https://proxy.golang.org/github.com/elastic/elastic-transport-go/v8/@v/v8.6.1.info
2025-08-20T22:59:42.2151475Z [00:02:04.476]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info
2025-08-20T22:59:42.2152162Z [00:02:04.476]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.4.info
2025-08-20T22:59:42.2158673Z [00:02:04.477]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/exporter/metric/@v/v0.53.0.info: 200 OK (0.013s)
2025-08-20T22:59:42.2162312Z [00:02:04.477]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.6.11.info
2025-08-20T22:59:42.2286125Z [00:02:04.490]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info: 200 OK (0.013s)
2025-08-20T22:59:42.2289060Z [00:02:04.490]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info
2025-08-20T22:59:42.2294823Z [00:02:04.491]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.6.11.info: 200 OK (0.013s)
2025-08-20T22:59:42.2303062Z [00:02:04.491]➜  # get https://proxy.golang.org/github.com/k0kubun/go-ansi/@v/v0.0.0-20180517002512-3bf9e2903213.info
2025-08-20T22:59:42.2335848Z [00:02:04.495]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.6.info: 200 OK (0.028s)
2025-08-20T22:59:42.2381601Z [00:02:04.499]➜  # get https://proxy.golang.org/github.com/elastic/elastic-transport-go/v8/@v/v8.6.1.info: 200 OK (0.023s)
2025-08-20T22:59:42.2386371Z [00:02:04.500]➜  # get https://proxy.golang.org/github.com/gorilla/css/@v/v1.0.1.info
2025-08-20T22:59:42.2390419Z [00:02:04.500]➜  # get https://proxy.golang.org/github.com/schollz/progressbar/v3/@v/v3.17.1.info
2025-08-20T22:59:42.2421064Z [00:02:04.503]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info: 200 OK (0.013s)
2025-08-20T22:59:42.2429924Z [00:02:04.504]➜  # get https://proxy.golang.org/github.com/bodgit/windows/@v/v1.0.1.info
2025-08-20T22:59:42.2465403Z [00:02:04.508]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.4.info: 200 OK (0.031s)
2025-08-20T22:59:42.2468373Z [00:02:04.508]➜  # get https://proxy.golang.org/gopkg.in/warnings.v0/@v/v0.1.2.info
2025-08-20T22:59:42.2556149Z [00:02:04.517]➜  # get https://proxy.golang.org/github.com/gorilla/css/@v/v1.0.1.info: 200 OK (0.017s)
2025-08-20T22:59:42.2564716Z [00:02:04.518]➜  # get https://proxy.golang.org/cloud.google.com/go/monitoring/@v/v1.24.2.info
2025-08-20T22:59:42.2595401Z [00:02:04.521]➜  # get https://proxy.golang.org/github.com/k0kubun/go-ansi/@v/v0.0.0-20180517002512-3bf9e2903213.info: 200 OK (0.029s)
2025-08-20T22:59:42.2604363Z [00:02:04.521]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/detectors/gcp/@v/v1.36.0.info
2025-08-20T22:59:42.2698728Z [00:02:04.531]➜  # get https://proxy.golang.org/cloud.google.com/go/monitoring/@v/v1.24.2.info: 200 OK (0.013s)
2025-08-20T22:59:42.2707886Z [00:02:04.532]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.37.info
2025-08-20T22:59:42.2738381Z [00:02:04.535]➜  # get https://proxy.golang.org/github.com/schollz/progressbar/v3/@v/v3.17.1.info: 200 OK (0.035s)
2025-08-20T22:59:42.2741696Z [00:02:04.535]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/detectors/gcp/@v/v1.36.0.info: 200 OK (0.014s)
2025-08-20T22:59:42.2752838Z [00:02:04.536]➜  # get https://proxy.golang.org/github.com/bill-rich/go-syslog/@v/v0.0.0-20220413021637-49edb52a574c.info
2025-08-20T22:59:42.2759713Z [00:02:04.537]➜  # get https://proxy.golang.org/gopkg.in/warnings.v0/@v/v0.1.2.info: 200 OK (0.029s)
2025-08-20T22:59:42.2763706Z [00:02:04.537]➜  # get https://proxy.golang.org/github.com/crewjam/rfc5424/@v/v0.1.0.info
2025-08-20T22:59:42.2764405Z [00:02:04.537]➜  # get https://proxy.golang.org/github.com/shuheiktgw/go-travis/@v/v0.3.1.info
2025-08-20T22:59:42.2768910Z [00:02:04.538]➜  # get https://proxy.golang.org/github.com/bodgit/windows/@v/v1.0.1.info: 200 OK (0.033s)
2025-08-20T22:59:42.2977714Z [00:02:04.559]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.37.info: 200 OK (0.027s)
2025-08-20T22:59:42.2982873Z [00:02:04.559]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.37.info
2025-08-20T22:59:42.2991542Z [00:02:04.560]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.4.info
2025-08-20T22:59:42.3035219Z [00:02:04.565]➜  # get https://proxy.golang.org/github.com/bill-rich/go-syslog/@v/v0.0.0-20220413021637-49edb52a574c.info: 200 OK (0.028s)
2025-08-20T22:59:42.3037397Z [00:02:04.565]➜  # get https://proxy.golang.org/github.com/mitchellh/colorstring/@v/v0.0.0-20190213212951-d06e56a500db.info
2025-08-20T22:59:42.3079862Z [00:02:04.569]➜  # get https://proxy.golang.org/github.com/crewjam/rfc5424/@v/v0.1.0.info: 200 OK (0.032s)
2025-08-20T22:59:42.3089193Z [00:02:04.570]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.18.info
2025-08-20T22:59:42.3139654Z [00:02:04.575]➜  # get https://proxy.golang.org/github.com/shuheiktgw/go-travis/@v/v0.3.1.info: 200 OK (0.037s)
2025-08-20T22:59:42.3140685Z [00:02:04.575]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.4.info: 200 OK (0.015s)
2025-08-20T22:59:42.3143700Z [00:02:04.575]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/internal/resourcemapping/@v/v0.53.0.info
2025-08-20T22:59:42.3144669Z [00:02:04.575]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/detectors/gcp/@v/v1.27.0.info
2025-08-20T22:59:42.3172712Z [00:02:04.578]➜  # get https://proxy.golang.org/github.com/mitchellh/colorstring/@v/v0.0.0-20190213212951-d06e56a500db.info: 200 OK (0.013s)
2025-08-20T22:59:42.3180938Z [00:02:04.579]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.33.0.info
2025-08-20T22:59:42.3236588Z [00:02:04.585]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.37.info: 200 OK (0.025s)
2025-08-20T22:59:42.3276456Z [00:02:04.589]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/internal/resourcemapping/@v/v0.53.0.info: 200 OK (0.013s)
2025-08-20T22:59:42.3282118Z [00:02:04.589]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/detectors/gcp/@v/v1.27.0.info: 200 OK (0.014s)
2025-08-20T22:59:42.3310443Z [00:02:04.592]➜  # get https://proxy.golang.org/github.com/kevinburke/ssh_config/@v/v1.2.0.info
2025-08-20T22:59:42.3311164Z [00:02:04.592]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.3.37.info
2025-08-20T22:59:42.3318906Z [00:02:04.593]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.33.0.info: 200 OK (0.014s)
2025-08-20T22:59:42.3324384Z [00:02:04.594]➜  # get https://proxy.golang.org/github.com/skeema/knownhosts/@v/v1.3.0.info
2025-08-20T22:59:42.3358996Z [00:02:04.597]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.18.info: 200 OK (0.027s)
2025-08-20T22:59:42.3364532Z [00:02:04.598]➜  # get https://proxy.golang.org/github.com/xanzy/ssh-agent/@v/v0.3.3.info
2025-08-20T22:59:42.3365878Z [00:02:04.598]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sns/@v/v1.34.8.info
2025-08-20T22:59:42.3449150Z [00:02:04.606]➜  # get https://proxy.golang.org/github.com/kevinburke/ssh_config/@v/v1.2.0.info: 200 OK (0.014s)
2025-08-20T22:59:42.3452589Z [00:02:04.606]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.7.5.info
2025-08-20T22:59:42.3460103Z [00:02:04.607]➜  # get https://proxy.golang.org/github.com/skeema/knownhosts/@v/v1.3.0.info: 200 OK (0.014s)
2025-08-20T22:59:42.3469920Z [00:02:04.608]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.18.18.info
2025-08-20T22:59:42.3504660Z [00:02:04.612]➜  # get https://proxy.golang.org/github.com/xanzy/ssh-agent/@v/v0.3.3.info: 200 OK (0.014s)
2025-08-20T22:59:42.3624124Z [00:02:04.623]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.3.37.info: 200 OK (0.031s)
2025-08-20T22:59:42.3636020Z [00:02:04.625]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20210331224755-41bb18bfe9da.info
2025-08-20T22:59:42.3705511Z [00:02:04.632]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sns/@v/v1.34.8.info: 200 OK (0.034s)
2025-08-20T22:59:42.3717943Z [00:02:04.633]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.7.5.info: 200 OK (0.026s)
2025-08-20T22:59:42.3731194Z [00:02:04.634]➜  # get https://proxy.golang.org/pault.ag/go/topsort/@v/v0.1.1.info
2025-08-20T22:59:42.3771576Z [00:02:04.638]➜  # get https://proxy.golang.org/github.com/couchbase/gocb/v2/@v/v2.10.1.info
2025-08-20T22:59:42.3772397Z [00:02:04.638]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20210331224755-41bb18bfe9da.info: 200 OK (0.013s)
2025-08-20T22:59:42.3790876Z [00:02:04.640]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.18.18.info: 200 OK (0.032s)
2025-08-20T22:59:42.3823872Z [00:02:04.643]➜  # get https://proxy.golang.org/github.com/envoyproxy/go-control-plane/envoy/@v/v1.32.4.info
2025-08-20T22:59:42.3953572Z [00:02:04.656]➜  # get https://proxy.golang.org/github.com/envoyproxy/go-control-plane/envoy/@v/v1.32.4.info: 200 OK (0.014s)
2025-08-20T22:59:42.3963234Z [00:02:04.657]➜  # get https://proxy.golang.org/pault.ag/go/topsort/@v/v0.1.1.info: 200 OK (0.023s)
2025-08-20T22:59:42.3964054Z [00:02:04.657]➜  # get https://proxy.golang.org/github.com/cncf/xds/go/@v/v0.0.0-20250501225837-2ac532fd4443.info
2025-08-20T22:59:42.3964696Z [00:02:04.657]➜  # get https://proxy.golang.org/github.com/spiffe/go-spiffe/v2/@v/v2.5.0.info
2025-08-20T22:59:42.4025128Z [00:02:04.664]➜  # get https://proxy.golang.org/github.com/couchbase/gocb/v2/@v/v2.10.1.info: 200 OK (0.028s)
2025-08-20T22:59:42.4028458Z [00:02:04.664]➜  # get https://proxy.golang.org/github.com/couchbase/goprotostellar/@v/v1.0.2.info
2025-08-20T22:59:42.4103986Z [00:02:04.671]➜  # get https://proxy.golang.org/github.com/cncf/xds/go/@v/v0.0.0-20250501225837-2ac532fd4443.info: 200 OK (0.014s)
2025-08-20T22:59:42.4110523Z [00:02:04.672]➜  # get https://proxy.golang.org/github.com/spiffe/go-spiffe/v2/@v/v2.5.0.info: 200 OK (0.014s)
2025-08-20T22:59:42.4116997Z [00:02:04.673]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v4/@v/v4.0.5.info
2025-08-20T22:59:42.4129469Z [00:02:04.674]➜  # get https://proxy.golang.org/github.com/zeebo/errs/@v/v1.4.0.info
2025-08-20T22:59:42.4252815Z [00:02:04.686]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v4/@v/v4.0.5.info: 200 OK (0.014s)
2025-08-20T22:59:42.4264522Z [00:02:04.688]➜  # get https://proxy.golang.org/cel.dev/expr/@v/v0.24.0.info
2025-08-20T22:59:42.4265097Z [00:02:04.688]➜  # get https://proxy.golang.org/github.com/zeebo/errs/@v/v1.4.0.info: 200 OK (0.014s)
2025-08-20T22:59:42.4306326Z [00:02:04.692]➜  # get https://proxy.golang.org/github.com/couchbase/goprotostellar/@v/v1.0.2.info: 200 OK (0.027s)
2025-08-20T22:59:42.4307549Z [00:02:04.692]➜  # get https://proxy.golang.org/github.com/couchbase/gocbcore/v10/@v/v10.7.1.info
2025-08-20T22:59:42.4400096Z [00:02:04.701]➜  # get https://proxy.golang.org/cel.dev/expr/@v/v0.24.0.info: 200 OK (0.013s)
2025-08-20T22:59:42.4411708Z [00:02:04.702]➜  # get https://proxy.golang.org/github.com/jlaffaye/ftp/@v/v0.2.0.info
2025-08-20T22:59:42.4455196Z [00:02:04.707]➜  # get https://proxy.golang.org/github.com/microsoft/go-mssqldb/@v/v1.8.2.info
2025-08-20T22:59:42.4467606Z [00:02:04.708]➜  # get https://proxy.golang.org/github.com/go-ldap/ldap/v3/@v/v3.4.11.info
2025-08-20T22:59:42.4522541Z [00:02:04.713]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.17.4.info
2025-08-20T22:59:42.4575419Z [00:02:04.719]➜  # get https://proxy.golang.org/github.com/couchbase/gocbcore/v10/@v/v10.7.1.info: 200 OK (0.027s)
2025-08-20T22:59:42.4580609Z [00:02:04.719]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.4.info
2025-08-20T22:59:42.4656765Z [00:02:04.727]➜  # get https://proxy.golang.org/github.com/jlaffaye/ftp/@v/v0.2.0.info: 200 OK (0.025s)
2025-08-20T22:59:42.4715084Z [00:02:04.733]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.4.info: 200 OK (0.013s)
2025-08-20T22:59:42.4717546Z [00:02:04.733]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.3.info
2025-08-20T22:59:42.4720007Z [00:02:04.733]➜  # get https://proxy.golang.org/github.com/microsoft/go-mssqldb/@v/v1.8.2.info: 200 OK (0.027s)
2025-08-20T22:59:42.4781732Z [00:02:04.739]➜  # get https://proxy.golang.org/github.com/go-ldap/ldap/v3/@v/v3.4.11.info: 200 OK (0.031s)
2025-08-20T22:59:42.4788831Z [00:02:04.740]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.17.4.info: 200 OK (0.026s)
2025-08-20T22:59:42.4800115Z [00:02:04.741]➜  # get https://proxy.golang.org/github.com/youmark/pkcs8/@v/v0.0.0-20240726163527-a2c0da244d78.info
2025-08-20T22:59:42.4800927Z [00:02:04.741]➜  # get https://proxy.golang.org/github.com/golang-sql/civil/@v/v0.0.0-20220223132316-b832511892a9.info
2025-08-20T22:59:42.4801637Z [00:02:04.741]➜  # get https://proxy.golang.org/github.com/%21azure/go-ntlmssp/@v/v0.0.0-20221128193559-754e69321358.info
2025-08-20T22:59:42.4804071Z [00:02:04.742]➜  # get https://proxy.golang.org/github.com/go-asn1-ber/asn1-ber/@v/v1.5.8-0.20250403174932-29230038a667.info
2025-08-20T22:59:42.4849631Z [00:02:04.746]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.3.info: 200 OK (0.013s)
2025-08-20T22:59:42.4853883Z [00:02:04.746]➜  # get https://proxy.golang.org/github.com/couchbase/gocbcoreps/@v/v0.1.3.info
2025-08-20T22:59:42.4936483Z [00:02:04.755]➜  # get https://proxy.golang.org/github.com/youmark/pkcs8/@v/v0.0.0-20240726163527-a2c0da244d78.info: 200 OK (0.014s)
2025-08-20T22:59:42.4939563Z [00:02:04.755]➜  # get https://proxy.golang.org/github.com/golang-sql/sqlexp/@v/v0.1.0.info
2025-08-20T22:59:42.4943922Z [00:02:04.755]➜  # get https://proxy.golang.org/github.com/golang-sql/civil/@v/v0.0.0-20220223132316-b832511892a9.info: 200 OK (0.014s)
2025-08-20T22:59:42.4949909Z [00:02:04.756]➜  # get https://proxy.golang.org/github.com/%21azure/go-ntlmssp/@v/v0.0.0-20221128193559-754e69321358.info: 200 OK (0.015s)
2025-08-20T22:59:42.4957552Z [00:02:04.757]➜  # get https://proxy.golang.org/github.com/xdg-go/scram/@v/v1.1.2.info
2025-08-20T22:59:42.4960643Z [00:02:04.757]➜  # get https://proxy.golang.org/github.com/xdg-go/stringprep/@v/v1.0.4.info
2025-08-20T22:59:42.5085389Z [00:02:04.770]➜  # get https://proxy.golang.org/github.com/golang-sql/sqlexp/@v/v0.1.0.info: 200 OK (0.015s)
2025-08-20T22:59:42.5102206Z [00:02:04.771]➜  # get https://proxy.golang.org/github.com/xdg-go/scram/@v/v1.1.2.info: 200 OK (0.014s)
2025-08-20T22:59:42.5119556Z [00:02:04.773]➜  # get https://proxy.golang.org/github.com/xdg-go/pbkdf2/@v/v1.0.0.info
2025-08-20T22:59:42.5147015Z [00:02:04.776]➜  # get https://proxy.golang.org/github.com/go-asn1-ber/asn1-ber/@v/v1.5.8-0.20250403174932-29230038a667.info: 200 OK (0.034s)
2025-08-20T22:59:42.5152833Z [00:02:04.776]➜  # get https://proxy.golang.org/github.com/couchbase/gocbcoreps/@v/v0.1.3.info: 200 OK (0.030s)
2025-08-20T22:59:42.5160460Z [00:02:04.777]➜  # get https://proxy.golang.org/github.com/montanaflynn/stats/@v/v0.7.1.info
2025-08-20T22:59:42.5161107Z [00:02:04.777]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.4.0.info
2025-08-20T22:59:42.5278882Z [00:02:04.789]➜  # get https://proxy.golang.org/github.com/xdg-go/stringprep/@v/v1.0.4.info: 200 OK (0.032s)
2025-08-20T22:59:42.5307962Z [00:02:04.792]➜  # get https://proxy.golang.org/github.com/rabbitmq/amqp091-go/@v/v1.10.0.info
2025-08-20T22:59:42.5311305Z [00:02:04.792]➜  # get https://proxy.golang.org/github.com/go-redis/redis/@v/v6.15.9+incompatible.info
2025-08-20T22:59:42.5403409Z [00:02:04.801]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.4.0.info: 200 OK (0.024s)
2025-08-20T22:59:42.5407086Z [00:02:04.802]➜  # get https://proxy.golang.org/github.com/couchbaselabs/gocbconnstr/v2/@v/v2.0.0-20240607131231-fb385523de28.info
2025-08-20T22:59:42.5446959Z [00:02:04.803]➜  # get https://proxy.golang.org/github.com/xdg-go/pbkdf2/@v/v1.0.0.info: 200 OK (0.029s)
2025-08-20T22:59:42.5500792Z [00:02:04.811]➜  # get https://proxy.golang.org/github.com/go-redis/redis/@v/v6.15.9+incompatible.info: 200 OK (0.019s)
2025-08-20T22:59:42.5581162Z [00:02:04.819]➜  # get https://proxy.golang.org/github.com/rabbitmq/amqp091-go/@v/v1.10.0.info: 200 OK (0.027s)
2025-08-20T22:59:42.5586768Z [00:02:04.820]➜  # get https://proxy.golang.org/github.com/montanaflynn/stats/@v/v0.7.1.info: 200 OK (0.043s)
2025-08-20T22:59:42.5645036Z [00:02:04.826]➜  # get https://proxy.golang.org/github.com/couchbaselabs/gocbconnstr/v2/@v/v2.0.0-20240607131231-fb385523de28.info: 200 OK (0.024s)
2025-08-20T22:59:42.6120963Z [00:02:04.873]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:42.6121334Z [00:02:04.873]➜  git status --porcelain
2025-08-20T22:59:42.7327272Z [00:02:04.994]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:42.7327737Z [00:02:04.994]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T22:59:42.7349698Z [00:02:04.996]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO; git config extensions.objectformat
2025-08-20T22:59:42.7358223Z [00:02:04.997]➜  0.001s # cd /tmp/tmp.Ul5mljWa2N/TEMPREPO; git config extensions.objectformat
2025-08-20T22:59:42.7359773Z [00:02:04.997]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 7c0d6b3039d859ca1572cb0ace70162185f4e542 --
2025-08-20T22:59:42.7443558Z [00:02:05.005]➜  0.008s # cd /tmp/tmp.Ul5mljWa2N/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 7c0d6b3039d859ca1572cb0ace70162185f4e542 --
2025-08-20T22:59:42.7444608Z [00:02:05.005]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 7c0d6b3039d859ca1572cb0ace70162185f4e542
2025-08-20T22:59:42.7767224Z [00:02:05.038]➜  0.032s # cd /tmp/tmp.Ul5mljWa2N/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 7c0d6b3039d859ca1572cb0ace70162185f4e542
2025-08-20T22:59:42.7768163Z [00:02:05.038]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 7c0d6b3039d8 --
2025-08-20T22:59:42.7787149Z [00:02:05.040]➜  0.002s # cd /tmp/tmp.Ul5mljWa2N/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 7c0d6b3039d8 --
2025-08-20T22:59:42.7788462Z [00:02:05.040]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO; git cat-file blob 7c0d6b3039d859ca1572cb0ace70162185f4e542:go.mod
2025-08-20T22:59:42.7802349Z [00:02:05.041]➜  0.002s # cd /tmp/tmp.Ul5mljWa2N/TEMPREPO; git cat-file blob 7c0d6b3039d859ca1572cb0ace70162185f4e542:go.mod
2025-08-20T22:59:42.7803561Z [00:02:05.041]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO; git cat-file blob 7c0d6b3039d859ca1572cb0ace70162185f4e542:v3/go.mod
2025-08-20T22:59:42.7814221Z [00:02:05.042]➜  0.001s # cd /tmp/tmp.Ul5mljWa2N/TEMPREPO; git cat-file blob 7c0d6b3039d859ca1572cb0ace70162185f4e542:v3/go.mod
2025-08-20T22:59:42.7931004Z [00:02:05.054]➜  internal/unsafeheader
2025-08-20T22:59:42.7931579Z [00:02:05.054]➜  mkdir -p $WORK/b009/
2025-08-20T22:59:42.7932837Z [00:02:05.054]➜  internal/goarch
2025-08-20T22:59:42.7933420Z [00:02:05.054]➜  mkdir -p $WORK/b007/
2025-08-20T22:59:42.7934113Z [00:02:05.054]➜  internal/byteorder
2025-08-20T22:59:42.7936353Z [00:02:05.054]➜  mkdir -p $WORK/b013/
2025-08-20T22:59:42.7940018Z [00:02:05.054]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T22:59:42.7940536Z [00:02:05.054]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:42.7942269Z [00:02:05.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b009=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid P7HnT-FBefdbfrtuVPxp/P7HnT-FBefdbfrtuVPxp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T22:59:42.7943964Z [00:02:05.055]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T22:59:42.7945625Z [00:02:05.055]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b013=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T22:59:42.7950171Z [00:02:05.055]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T22:59:42.7952185Z [00:02:05.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b007/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b007=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid xcpGd16-xB79hCE2NxH-/xcpGd16-xB79hCE2NxH- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b007/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_arm64.go /root/.go/src/internal/goarch/zgoarch_arm64.go
2025-08-20T22:59:42.7959105Z [00:02:05.057]➜  internal/cpu
2025-08-20T22:59:42.7960334Z [00:02:05.057]➜  mkdir -p $WORK/b012/
2025-08-20T22:59:42.7962763Z [00:02:05.057]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T22:59:42.7965344Z [00:02:05.057]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:59:42.7968660Z [00:02:05.057]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b012/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T22:59:42.8038777Z [00:02:05.063]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T22:59:42.8039621Z [00:02:05.063]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T22:59:42.8040605Z [00:02:05.063]➜  internal/coverage/rtcov
2025-08-20T22:59:42.8040892Z [00:02:05.063]➜  mkdir -p $WORK/b015/
2025-08-20T22:59:42.8041240Z [00:02:05.063]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T22:59:42.8041603Z [00:02:05.063]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:42.8043296Z [00:02:05.063]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b015=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T22:59:42.8044799Z [00:02:05.063]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T22:59:42.8047272Z [00:02:05.063]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -goversion go1.25.0 -symabis $WORK/b012/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack -asmhdr $WORK/b012/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_arm64.go /root/.go/src/internal/cpu/cpu_arm64_hwcap.go /root/.go/src/internal/cpu/cpu_arm64_linux.go /root/.go/src/internal/cpu/cpu_no_name.go
2025-08-20T22:59:42.8079679Z [00:02:05.069]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T22:59:42.8090267Z [00:02:05.070]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T22:59:42.8100506Z [00:02:05.071]➜  internal/abi
2025-08-20T22:59:42.8100962Z [00:02:05.071]➜  mkdir -p $WORK/b006/
2025-08-20T22:59:42.8109335Z [00:02:05.072]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T22:59:42.8110154Z [00:02:05.072]➜  cd /root/.go/src/internal/abi
2025-08-20T22:59:42.8112701Z [00:02:05.072]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b006/symabis ./abi_test.s ./stub.s
2025-08-20T22:59:42.8141682Z [00:02:05.075]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T22:59:42.8155366Z [00:02:05.076]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T22:59:42.8156376Z [00:02:05.076]➜  internal/godebugs
2025-08-20T22:59:42.8156755Z [00:02:05.076]➜  mkdir -p $WORK/b016/
2025-08-20T22:59:42.8160055Z [00:02:05.077]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T22:59:42.8160915Z [00:02:05.077]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:42.8174744Z [00:02:05.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b016=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T22:59:42.8178585Z [00:02:05.079]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T22:59:42.8181496Z [00:02:05.079]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T22:59:42.8185132Z [00:02:05.080]➜  internal/goexperiment
2025-08-20T22:59:42.8187862Z [00:02:05.080]➜  mkdir -p $WORK/b017/
2025-08-20T22:59:42.8211503Z [00:02:05.082]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T22:59:42.8224911Z [00:02:05.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b017=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid uKWXL1o0Bc-LSj0ptaHT/uKWXL1o0Bc-LSj0ptaHT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T22:59:42.8230770Z [00:02:05.083]➜  cat >/tmp/go-build2180205415/b006/importcfg << 'EOF' # internal
2025-08-20T22:59:42.8231132Z [00:02:05.083]➜  # import config
2025-08-20T22:59:42.8231512Z [00:02:05.083]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:42.8232089Z [00:02:05.083]➜  EOF
2025-08-20T22:59:42.8251232Z [00:02:05.085]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -goversion go1.25.0 -symabis $WORK/b006/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack -asmhdr $WORK/b006/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_arm64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T22:59:42.8335364Z [00:02:05.094]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T22:59:42.8338773Z [00:02:05.094]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T22:59:42.8343954Z [00:02:05.095]➜  internal/goos
2025-08-20T22:59:42.8344225Z [00:02:05.095]➜  mkdir -p $WORK/b018/
2025-08-20T22:59:42.8353620Z [00:02:05.096]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:59:42.8354938Z [00:02:05.096]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/cpu.o ./cpu.s
2025-08-20T22:59:42.8368193Z [00:02:05.098]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T22:59:42.8368892Z [00:02:05.098]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:42.8371417Z [00:02:05.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b018=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T22:59:42.8390469Z [00:02:05.100]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T22:59:42.8394379Z [00:02:05.101]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:59:42.8395424Z [00:02:05.101]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/cpu_arm64.o ./cpu_arm64.s
2025-08-20T22:59:42.8407488Z [00:02:05.102]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T22:59:42.8408422Z [00:02:05.102]➜  internal/profilerecord
2025-08-20T22:59:42.8409049Z [00:02:05.102]➜  mkdir -p $WORK/b019/
2025-08-20T22:59:42.8409864Z [00:02:05.102]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T22:59:42.8410323Z [00:02:05.102]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:42.8412044Z [00:02:05.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b019=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid XXTVkWgYXL2VIK-83WuU/XXTVkWgYXL2VIK-83WuU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T22:59:42.8448060Z [00:02:05.106]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:59:42.8449074Z [00:02:05.106]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_arm64.o # internal
2025-08-20T22:59:42.8450472Z [00:02:05.106]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T22:59:42.8478985Z [00:02:05.109]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T22:59:42.8479745Z [00:02:05.109]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T22:59:42.8486202Z [00:02:05.110]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T22:59:42.8487918Z [00:02:05.110]➜  internal/chacha8rand
2025-08-20T22:59:42.8488294Z [00:02:05.110]➜  mkdir -p $WORK/b014/
2025-08-20T22:59:42.8488803Z [00:02:05.110]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T22:59:42.8489588Z [00:02:05.110]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:59:42.8493081Z [00:02:05.110]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b014/symabis ./chacha8_arm64.s
2025-08-20T22:59:42.8494158Z [00:02:05.110]➜  internal/bytealg
2025-08-20T22:59:42.8494421Z [00:02:05.110]➜  mkdir -p $WORK/b011/
2025-08-20T22:59:42.8494739Z [00:02:05.110]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T22:59:42.8500177Z [00:02:05.110]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:59:42.8501518Z [00:02:05.110]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b011/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T22:59:42.8503857Z [00:02:05.111]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T22:59:42.8507236Z [00:02:05.112]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T22:59:42.8527074Z [00:02:05.114]➜  internal/runtime/atomic
2025-08-20T22:59:42.8527747Z [00:02:05.114]➜  mkdir -p $WORK/b020/
2025-08-20T22:59:42.8528641Z [00:02:05.114]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T22:59:42.8529606Z [00:02:05.114]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:59:42.8531223Z [00:02:05.114]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b020/symabis ./atomic_arm64.s
2025-08-20T22:59:42.8550420Z [00:02:05.116]➜  cat >/tmp/go-build2180205415/b014/importcfg << 'EOF' # internal
2025-08-20T22:59:42.8551025Z [00:02:05.116]➜  # import config
2025-08-20T22:59:42.8551537Z [00:02:05.116]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:42.8552287Z [00:02:05.116]➜  packagefile internal/cpu=/tmp/go-build2180205415/b012/_pkg_.a
2025-08-20T22:59:42.8552833Z [00:02:05.116]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:42.8553229Z [00:02:05.116]➜  EOF
2025-08-20T22:59:42.8554281Z [00:02:05.117]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:42.8558114Z [00:02:05.117]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -goversion go1.25.0 -symabis $WORK/b014/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack -asmhdr $WORK/b014/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T22:59:42.8565695Z [00:02:05.118]➜  cat >/tmp/go-build2180205415/b011/importcfg << 'EOF' # internal
2025-08-20T22:59:42.8566275Z [00:02:05.118]➜  # import config
2025-08-20T22:59:42.8567144Z [00:02:05.118]➜  packagefile internal/cpu=/tmp/go-build2180205415/b012/_pkg_.a
2025-08-20T22:59:42.8567602Z [00:02:05.118]➜  EOF
2025-08-20T22:59:42.8571636Z [00:02:05.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_arm64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T22:59:42.8576481Z [00:02:05.118]➜  cat >/tmp/go-build2180205415/b020/importcfg << 'EOF' # internal
2025-08-20T22:59:42.8576986Z [00:02:05.118]➜  # import config
2025-08-20T22:59:42.8577354Z [00:02:05.118]➜  packagefile internal/cpu=/tmp/go-build2180205415/b012/_pkg_.a
2025-08-20T22:59:42.8577847Z [00:02:05.118]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:42.8578185Z [00:02:05.118]➜  EOF
2025-08-20T22:59:42.8581071Z [00:02:05.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -goversion go1.25.0 -symabis $WORK/b020/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack -asmhdr $WORK/b020/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_arm64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T22:59:42.8778489Z [00:02:05.139]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:59:42.8779960Z [00:02:05.139]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/compare_arm64.o ./compare_arm64.s
2025-08-20T22:59:42.8789839Z [00:02:05.140]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:59:42.8791738Z [00:02:05.140]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b014/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T22:59:42.8822077Z [00:02:05.143]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:59:42.8835277Z [00:02:05.144]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/count_arm64.o ./count_arm64.s
2025-08-20T22:59:42.8836462Z [00:02:05.144]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:59:42.8837625Z [00:02:05.144]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b020/atomic_arm64.o ./atomic_arm64.s
2025-08-20T22:59:42.8845695Z [00:02:05.146]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:59:42.8846388Z [00:02:05.146]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_arm64.o # internal
2025-08-20T22:59:42.8847089Z [00:02:05.146]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T22:59:42.8847881Z [00:02:05.146]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T22:59:42.8848438Z [00:02:05.146]➜  internal/runtime/math
2025-08-20T22:59:42.8848723Z [00:02:05.146]➜  mkdir -p $WORK/b023/
2025-08-20T22:59:42.8849092Z [00:02:05.146]➜  cat >/tmp/go-build2180205415/b023/importcfg << 'EOF' # internal
2025-08-20T22:59:42.8849433Z [00:02:05.146]➜  # import config
2025-08-20T22:59:42.8849847Z [00:02:05.146]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:42.8850190Z [00:02:05.146]➜  EOF
2025-08-20T22:59:42.8850432Z [00:02:05.146]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:42.8852075Z [00:02:05.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b023=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T22:59:42.8862087Z [00:02:05.147]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:59:42.8863167Z [00:02:05.147]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/equal_arm64.o ./equal_arm64.s
2025-08-20T22:59:42.8882667Z [00:02:05.149]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:59:42.8883149Z [00:02:05.149]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_arm64.o # internal
2025-08-20T22:59:42.8883593Z [00:02:05.149]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T22:59:42.8899560Z [00:02:05.151]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T22:59:42.8922432Z [00:02:05.153]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:59:42.8923836Z [00:02:05.153]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/index_arm64.o ./index_arm64.s
2025-08-20T22:59:42.8924953Z [00:02:05.153]➜  internal/runtime/syscall
2025-08-20T22:59:42.8925395Z [00:02:05.153]➜  mkdir -p $WORK/b024/
2025-08-20T22:59:42.8935152Z [00:02:05.154]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T22:59:42.8942823Z [00:02:05.155]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T22:59:42.8943389Z [00:02:05.155]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:59:42.8950852Z [00:02:05.155]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b024/symabis ./asm_linux_arm64.s
2025-08-20T22:59:42.8952435Z [00:02:05.156]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T22:59:42.8953018Z [00:02:05.156]➜  internal/runtime/strconv
2025-08-20T22:59:42.8953297Z [00:02:05.156]➜  mkdir -p $WORK/b022/
2025-08-20T22:59:42.8954774Z [00:02:05.156]➜  cat >/tmp/go-build2180205415/b022/importcfg << 'EOF' # internal
2025-08-20T22:59:42.8955336Z [00:02:05.156]➜  # import config
2025-08-20T22:59:42.8956595Z [00:02:05.156]➜  packagefile internal/runtime/math=/tmp/go-build2180205415/b023/_pkg_.a
2025-08-20T22:59:42.8957147Z [00:02:05.156]➜  EOF
2025-08-20T22:59:42.8957402Z [00:02:05.156]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:42.8965605Z [00:02:05.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b022=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T22:59:42.8977652Z [00:02:05.159]➜  cat >/tmp/go-build2180205415/b024/importcfg << 'EOF' # internal
2025-08-20T22:59:42.8978077Z [00:02:05.159]➜  # import config
2025-08-20T22:59:42.8978461Z [00:02:05.159]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:42.8978807Z [00:02:05.159]➜  EOF
2025-08-20T22:59:42.8985147Z [00:02:05.159]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -goversion go1.25.0 -symabis $WORK/b024/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack -asmhdr $WORK/b024/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_arm64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T22:59:42.9097411Z [00:02:05.169]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:59:42.9098994Z [00:02:05.169]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T22:59:42.9100000Z [00:02:05.169]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T22:59:42.9100660Z [00:02:05.169]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T22:59:42.9101212Z [00:02:05.169]➜  internal/runtime/exithook
2025-08-20T22:59:42.9101492Z [00:02:05.169]➜  mkdir -p $WORK/b025/
2025-08-20T22:59:42.9101874Z [00:02:05.169]➜  cat >/tmp/go-build2180205415/b025/importcfg << 'EOF' # internal
2025-08-20T22:59:42.9102219Z [00:02:05.169]➜  # import config
2025-08-20T22:59:42.9102618Z [00:02:05.169]➜  packagefile internal/runtime/atomic=/tmp/go-build2180205415/b020/_pkg_.a
2025-08-20T22:59:42.9102992Z [00:02:05.169]➜  EOF
2025-08-20T22:59:42.9103249Z [00:02:05.169]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:42.9104950Z [00:02:05.169]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b025=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T22:59:42.9122538Z [00:02:05.173]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:59:42.9123525Z [00:02:05.173]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/compare_arm64.o $WORK/b011/count_arm64.o $WORK/b011/equal_arm64.o $WORK/b011/index_arm64.o $WORK/b011/indexbyte_arm64.o # internal
2025-08-20T22:59:42.9124418Z [00:02:05.173]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T22:59:42.9125247Z [00:02:05.173]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T22:59:42.9137640Z [00:02:05.174]➜  internal/runtime/gc
2025-08-20T22:59:42.9138149Z [00:02:05.175]➜  mkdir -p $WORK/b026/
2025-08-20T22:59:42.9143951Z [00:02:05.175]➜  cat >/tmp/go-build2180205415/b026/importcfg << 'EOF' # internal
2025-08-20T22:59:42.9144534Z [00:02:05.176]➜  # import config
2025-08-20T22:59:42.9144915Z [00:02:05.176]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:42.9145373Z [00:02:05.176]➜  EOF
2025-08-20T22:59:42.9150952Z [00:02:05.176]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:42.9153218Z [00:02:05.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b026=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid IW_XP-SAg_cVB1raUxrp/IW_XP-SAg_cVB1raUxrp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T22:59:42.9258155Z [00:02:05.187]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T22:59:42.9260704Z [00:02:05.187]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T22:59:42.9262280Z [00:02:05.187]➜  internal/asan
2025-08-20T22:59:42.9262781Z [00:02:05.187]➜  mkdir -p $WORK/b028/
2025-08-20T22:59:42.9263118Z [00:02:05.187]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T22:59:42.9263520Z [00:02:05.187]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T22:59:42.9266343Z [00:02:05.187]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b028=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid -TFJu7YwUq_gUxtM6rGp/-TFJu7YwUq_gUxtM6rGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T22:59:42.9269107Z [00:02:05.188]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T22:59:42.9269783Z [00:02:05.188]➜  internal/msan
2025-08-20T22:59:42.9270040Z [00:02:05.188]➜  mkdir -p $WORK/b029/
2025-08-20T22:59:42.9270398Z [00:02:05.188]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T22:59:42.9272928Z [00:02:05.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b029=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T22:59:42.9418705Z [00:02:05.203]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T22:59:42.9421247Z [00:02:05.203]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T22:59:42.9422612Z [00:02:05.203]➜  internal/runtime/sys
2025-08-20T22:59:42.9422900Z [00:02:05.203]➜  mkdir -p $WORK/b031/
2025-08-20T22:59:42.9423208Z [00:02:05.203]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T22:59:42.9423543Z [00:02:05.203]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:59:42.9424726Z [00:02:05.203]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b031/symabis ./dit_arm64.s ./empty.s
2025-08-20T22:59:42.9425906Z [00:02:05.203]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T22:59:42.9426638Z [00:02:05.203]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T22:59:42.9427205Z [00:02:05.203]➜  internal/stringslite
2025-08-20T22:59:42.9427471Z [00:02:05.203]➜  mkdir -p $WORK/b032/
2025-08-20T22:59:42.9427843Z [00:02:05.203]➜  cat >/tmp/go-build2180205415/b032/importcfg << 'EOF' # internal
2025-08-20T22:59:42.9428188Z [00:02:05.203]➜  # import config
2025-08-20T22:59:42.9428561Z [00:02:05.203]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:42.9428910Z [00:02:05.203]➜  EOF
2025-08-20T22:59:42.9429156Z [00:02:05.203]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:42.9431051Z [00:02:05.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b032=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid sgElV92iBri_C0vyrR2H/sgElV92iBri_C0vyrR2H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T22:59:42.9453646Z [00:02:05.206]➜  cat >/tmp/go-build2180205415/b031/importcfg << 'EOF' # internal
2025-08-20T22:59:42.9459537Z [00:02:05.206]➜  # import config
2025-08-20T22:59:42.9459922Z [00:02:05.206]➜  packagefile internal/cpu=/tmp/go-build2180205415/b012/_pkg_.a
2025-08-20T22:59:42.9460406Z [00:02:05.206]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:42.9460886Z [00:02:05.206]➜  packagefile internal/goos=/tmp/go-build2180205415/b018/_pkg_.a
2025-08-20T22:59:42.9461222Z [00:02:05.206]➜  EOF
2025-08-20T22:59:42.9463985Z [00:02:05.206]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -goversion go1.25.0 -symabis $WORK/b031/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack -asmhdr $WORK/b031/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/dit_arm64.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T22:59:42.9570289Z [00:02:05.218]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T22:59:42.9576538Z [00:02:05.218]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T22:59:42.9577124Z [00:02:05.218]➜  internal/trace/tracev2
2025-08-20T22:59:42.9577428Z [00:02:05.218]➜  mkdir -p $WORK/b033/
2025-08-20T22:59:42.9577784Z [00:02:05.219]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T22:59:42.9580339Z [00:02:05.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b033=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T22:59:42.9707666Z [00:02:05.232]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T22:59:42.9712896Z [00:02:05.232]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T22:59:42.9713754Z [00:02:05.233]➜  sync/atomic
2025-08-20T22:59:42.9714554Z [00:02:05.233]➜  mkdir -p $WORK/b037/
2025-08-20T22:59:42.9715588Z [00:02:05.233]➜  echo -n > $WORK/b037/go_asm.h # internal
2025-08-20T22:59:42.9716857Z [00:02:05.233]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:59:42.9719007Z [00:02:05.233]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b037/symabis ./asm.s
2025-08-20T22:59:42.9740766Z [00:02:05.235]➜  echo '# import config' > $WORK/b037/importcfg # internal
2025-08-20T22:59:42.9741195Z [00:02:05.235]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:42.9743508Z [00:02:05.235]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -goversion go1.25.0 -symabis $WORK/b037/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack -asmhdr $WORK/b037/go_asm.h /root/.go/src/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T22:59:43.0996164Z [00:02:05.360]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:59:43.1015250Z [00:02:05.361]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b037/asm.o ./asm.s
2025-08-20T22:59:43.1016456Z [00:02:05.362]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:59:43.1017667Z [00:02:05.362]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b024/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:59:43.1033148Z [00:02:05.362]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:59:43.1034274Z [00:02:05.363]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b031/dit_arm64.o ./dit_arm64.s
2025-08-20T22:59:43.1035606Z [00:02:05.363]➜  cd /root/.go/src/internal/abi
2025-08-20T22:59:43.1036876Z [00:02:05.363]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/abi_test.o ./abi_test.s
2025-08-20T22:59:43.1039638Z [00:02:05.365]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:59:43.1043576Z [00:02:05.365]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b031/empty.o ./empty.s
2025-08-20T22:59:43.1044582Z [00:02:05.365]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:59:43.1045023Z [00:02:05.365]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_arm64.o # internal
2025-08-20T22:59:43.1045473Z [00:02:05.365]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T22:59:43.1045937Z [00:02:05.365]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:59:43.1053986Z [00:02:05.365]➜  go tool pack r $WORK/b037/_pkg_.a $WORK/b037/asm.o # internal
2025-08-20T22:59:43.1054475Z [00:02:05.365]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T22:59:43.1058016Z [00:02:05.366]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T22:59:43.1058667Z [00:02:05.366]➜  internal/runtime/cgroup
2025-08-20T22:59:43.1058948Z [00:02:05.366]➜  mkdir -p $WORK/b021/
2025-08-20T22:59:43.1059328Z [00:02:05.366]➜  cat >/tmp/go-build2180205415/b021/importcfg << 'EOF' # internal
2025-08-20T22:59:43.1059677Z [00:02:05.366]➜  # import config
2025-08-20T22:59:43.1060050Z [00:02:05.366]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:43.1060575Z [00:02:05.366]➜  packagefile internal/runtime/strconv=/tmp/go-build2180205415/b022/_pkg_.a
2025-08-20T22:59:43.1061136Z [00:02:05.366]➜  packagefile internal/runtime/syscall=/tmp/go-build2180205415/b024/_pkg_.a
2025-08-20T22:59:43.1061506Z [00:02:05.366]➜  EOF
2025-08-20T22:59:43.1061750Z [00:02:05.366]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:43.1064173Z [00:02:05.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b021=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T22:59:43.1066172Z [00:02:05.366]➜  cd /root/.go/src/internal/abi
2025-08-20T22:59:43.1067103Z [00:02:05.366]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/stub.o ./stub.s
2025-08-20T22:59:43.1068265Z [00:02:05.367]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T22:59:43.1068792Z [00:02:05.367]➜  math/bits
2025-08-20T22:59:43.1069030Z [00:02:05.367]➜  mkdir -p $WORK/b040/
2025-08-20T22:59:43.1069375Z [00:02:05.368]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T22:59:43.1071072Z [00:02:05.368]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:43.1072911Z [00:02:05.368]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b040=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T22:59:43.1077178Z [00:02:05.369]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:59:43.1077720Z [00:02:05.369]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/dit_arm64.o $WORK/b031/empty.o # internal
2025-08-20T22:59:43.1078432Z [00:02:05.369]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T22:59:43.1100906Z [00:02:05.370]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T22:59:43.1102212Z [00:02:05.371]➜  cd /root/.go/src/internal/abi
2025-08-20T22:59:43.1103153Z [00:02:05.371]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T22:59:43.1104116Z [00:02:05.371]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T22:59:43.1104457Z [00:02:05.371]➜  unicode
2025-08-20T22:59:43.1104699Z [00:02:05.371]➜  mkdir -p $WORK/b041/
2025-08-20T22:59:43.1105073Z [00:02:05.371]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T22:59:43.1105436Z [00:02:05.371]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:43.1107571Z [00:02:05.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b041=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T22:59:43.1154356Z [00:02:05.376]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T22:59:43.1154965Z [00:02:05.376]➜  internal/race
2025-08-20T22:59:43.1155223Z [00:02:05.377]➜  mkdir -p $WORK/b030/
2025-08-20T22:59:43.1155608Z [00:02:05.377]➜  cat >/tmp/go-build2180205415/b030/importcfg << 'EOF' # internal
2025-08-20T22:59:43.1156169Z [00:02:05.377]➜  # import config
2025-08-20T22:59:43.1156539Z [00:02:05.377]➜  packagefile internal/abi=/tmp/go-build2180205415/b006/_pkg_.a
2025-08-20T22:59:43.1156878Z [00:02:05.377]➜  EOF
2025-08-20T22:59:43.1158735Z [00:02:05.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b030=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T22:59:43.1309233Z [00:02:05.390]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T22:59:43.1309978Z [00:02:05.391]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T22:59:43.1313968Z [00:02:05.391]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T22:59:43.1317941Z [00:02:05.392]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T22:59:43.1320632Z [00:02:05.392]➜  internal/synctest
2025-08-20T22:59:43.1321012Z [00:02:05.392]➜  mkdir -p $WORK/b038/
2025-08-20T22:59:43.1321286Z [00:02:05.392]➜  internal/runtime/maps
2025-08-20T22:59:43.1321557Z [00:02:05.392]➜  mkdir -p $WORK/b027/
2025-08-20T22:59:43.1323338Z [00:02:05.393]➜  cat >/tmp/go-build2180205415/b038/importcfg << 'EOF' # internal
2025-08-20T22:59:43.1323721Z [00:02:05.393]➜  # import config
2025-08-20T22:59:43.1324101Z [00:02:05.393]➜  packagefile internal/abi=/tmp/go-build2180205415/b006/_pkg_.a
2025-08-20T22:59:43.1324441Z [00:02:05.393]➜  EOF
2025-08-20T22:59:43.1327090Z [00:02:05.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b038=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T22:59:43.1329066Z [00:02:05.393]➜  cat >/tmp/go-build2180205415/b027/importcfg << 'EOF' # internal
2025-08-20T22:59:43.1329428Z [00:02:05.393]➜  # import config
2025-08-20T22:59:43.1329790Z [00:02:05.393]➜  packagefile internal/abi=/tmp/go-build2180205415/b006/_pkg_.a
2025-08-20T22:59:43.1330259Z [00:02:05.393]➜  packagefile internal/asan=/tmp/go-build2180205415/b028/_pkg_.a
2025-08-20T22:59:43.1330744Z [00:02:05.393]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:43.1331216Z [00:02:05.393]➜  packagefile internal/msan=/tmp/go-build2180205415/b029/_pkg_.a
2025-08-20T22:59:43.1331723Z [00:02:05.393]➜  packagefile internal/race=/tmp/go-build2180205415/b030/_pkg_.a
2025-08-20T22:59:43.1332232Z [00:02:05.393]➜  packagefile internal/runtime/math=/tmp/go-build2180205415/b023/_pkg_.a
2025-08-20T22:59:43.1332758Z [00:02:05.393]➜  packagefile internal/runtime/sys=/tmp/go-build2180205415/b031/_pkg_.a
2025-08-20T22:59:43.1333114Z [00:02:05.393]➜  EOF
2025-08-20T22:59:43.1336517Z [00:02:05.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b027=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid FvpnymCbqQDEW_gwSU6f/FvpnymCbqQDEW_gwSU6f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T22:59:43.1380005Z [00:02:05.399]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T22:59:43.1389475Z [00:02:05.400]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T22:59:43.1394770Z [00:02:05.401]➜  internal/sync
2025-08-20T22:59:43.1399604Z [00:02:05.401]➜  mkdir -p $WORK/b036/
2025-08-20T22:59:43.1405504Z [00:02:05.402]➜  cat >/tmp/go-build2180205415/b036/importcfg << 'EOF' # internal
2025-08-20T22:59:43.1406363Z [00:02:05.402]➜  # import config
2025-08-20T22:59:43.1407058Z [00:02:05.402]➜  packagefile internal/abi=/tmp/go-build2180205415/b006/_pkg_.a
2025-08-20T22:59:43.1407625Z [00:02:05.402]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:43.1408114Z [00:02:05.402]➜  packagefile internal/race=/tmp/go-build2180205415/b030/_pkg_.a
2025-08-20T22:59:43.1408709Z [00:02:05.402]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:43.1409058Z [00:02:05.402]➜  EOF
2025-08-20T22:59:43.1415511Z [00:02:05.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b036=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid CrhNaheWs2cMJRe3X-vu/CrhNaheWs2cMJRe3X-vu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T22:59:43.1437538Z [00:02:05.405]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T22:59:43.1442060Z [00:02:05.405]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T22:59:43.1443782Z [00:02:05.406]➜  unicode/utf8
2025-08-20T22:59:43.1448663Z [00:02:05.406]➜  mkdir -p $WORK/b042/
2025-08-20T22:59:43.1449744Z [00:02:05.406]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T22:59:43.1455569Z [00:02:05.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b042=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid reMv-Ud2pu9ytkC_Wm1X/reMv-Ud2pu9ytkC_Wm1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T22:59:43.1623500Z [00:02:05.423]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T22:59:43.1624801Z [00:02:05.423]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T22:59:43.1650256Z [00:02:05.426]➜  cmp
2025-08-20T22:59:43.1650921Z [00:02:05.426]➜  mkdir -p $WORK/b043/
2025-08-20T22:59:43.1659740Z [00:02:05.427]➜  echo '# import config' > $WORK/b043/importcfg # internal
2025-08-20T22:59:43.1661843Z [00:02:05.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b043=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T22:59:43.1695319Z [00:02:05.431]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T22:59:43.1696888Z [00:02:05.431]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T22:59:43.1698541Z [00:02:05.431]➜  encoding
2025-08-20T22:59:43.1698817Z [00:02:05.431]➜  mkdir -p $WORK/b044/
2025-08-20T22:59:43.1700198Z [00:02:05.431]➜  echo '# import config' > $WORK/b044/importcfg # internal
2025-08-20T22:59:43.1702707Z [00:02:05.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b044=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T22:59:43.1764099Z [00:02:05.437]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T22:59:43.1768188Z [00:02:05.438]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T22:59:43.1779346Z [00:02:05.439]➜  math
2025-08-20T22:59:43.1779955Z [00:02:05.439]➜  mkdir -p $WORK/b048/
2025-08-20T22:59:43.1786435Z [00:02:05.440]➜  echo -n > $WORK/b048/go_asm.h # internal
2025-08-20T22:59:43.1787778Z [00:02:05.440]➜  cd /root/.go/src/math
2025-08-20T22:59:43.1789848Z [00:02:05.440]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b048/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T22:59:43.1861312Z [00:02:05.446]➜  cat >/tmp/go-build2180205415/b048/importcfg << 'EOF' # internal
2025-08-20T22:59:43.1861795Z [00:02:05.446]➜  # import config
2025-08-20T22:59:43.1862156Z [00:02:05.446]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:43.1862483Z [00:02:05.446]➜  EOF
2025-08-20T22:59:43.1862727Z [00:02:05.446]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:43.1869263Z [00:02:05.446]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b048=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -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_asm.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_noasm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_stub.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_asm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T22:59:43.1900042Z [00:02:05.448]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T22:59:43.1901239Z [00:02:05.449]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T22:59:43.1902274Z [00:02:05.449]➜  internal/itoa
2025-08-20T22:59:43.1902618Z [00:02:05.449]➜  mkdir -p $WORK/b052/
2025-08-20T22:59:43.1903020Z [00:02:05.449]➜  echo '# import config' > $WORK/b052/importcfg # internal
2025-08-20T22:59:43.1904600Z [00:02:05.449]➜  /root/.go/pkg/tool/linux_arm64/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 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T22:59:43.2025939Z [00:02:05.463]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T22:59:43.2029549Z [00:02:05.464]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T22:59:43.2030760Z [00:02:05.464]➜  unicode/utf16
2025-08-20T22:59:43.2033135Z [00:02:05.464]➜  mkdir -p $WORK/b067/
2025-08-20T22:59:43.2033800Z [00:02:05.464]➜  echo '# import config' > $WORK/b067/importcfg # internal
2025-08-20T22:59:43.2038139Z [00:02:05.464]➜  /root/.go/pkg/tool/linux_arm64/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 L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T22:59:43.2267338Z [00:02:05.488]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T22:59:43.2282144Z [00:02:05.489]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T22:59:43.2285561Z [00:02:05.489]➜  internal/nettrace
2025-08-20T22:59:43.2287574Z [00:02:05.490]➜  mkdir -p $WORK/b086/
2025-08-20T22:59:43.2289297Z [00:02:05.490]➜  echo '# import config' > $WORK/b086/importcfg # internal
2025-08-20T22:59:43.2291614Z [00:02:05.490]➜  /root/.go/pkg/tool/linux_arm64/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 NehoFUm-zDNVaHMKfjIF/NehoFUm-zDNVaHMKfjIF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T22:59:43.2361353Z [00:02:05.497]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T22:59:43.2364628Z [00:02:05.498]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T22:59:43.2365987Z [00:02:05.498]➜  container/list
2025-08-20T22:59:43.2367061Z [00:02:05.498]➜  mkdir -p $WORK/b108/
2025-08-20T22:59:43.2370027Z [00:02:05.498]➜  echo '# import config' > $WORK/b108/importcfg # internal
2025-08-20T22:59:43.2372924Z [00:02:05.498]➜  /root/.go/pkg/tool/linux_arm64/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 TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T22:59:43.2552385Z [00:02:05.516]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T22:59:43.2558423Z [00:02:05.517]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T22:59:43.2562485Z [00:02:05.517]➜  crypto/internal/fips140/alias
2025-08-20T22:59:43.2563576Z [00:02:05.517]➜  mkdir -p $WORK/b116/
2025-08-20T22:59:43.2570044Z [00:02:05.518]➜  echo '# import config' > $WORK/b116/importcfg # internal
2025-08-20T22:59:43.2582443Z [00:02:05.518]➜  /root/.go/pkg/tool/linux_arm64/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 P89uAJXoYu0tNKQ7oYTl/P89uAJXoYu0tNKQ7oYTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T22:59:43.2595861Z [00:02:05.521]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T22:59:43.2600665Z [00:02:05.521]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T22:59:43.2605070Z [00:02:05.522]➜  crypto/internal/fips140deps/byteorder
2025-08-20T22:59:43.2605618Z [00:02:05.522]➜  mkdir -p $WORK/b120/
2025-08-20T22:59:43.2606851Z [00:02:05.522]➜  cat >/tmp/go-build2180205415/b120/importcfg << 'EOF' # internal
2025-08-20T22:59:43.2607213Z [00:02:05.522]➜  # import config
2025-08-20T22:59:43.2607597Z [00:02:05.522]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:43.2607959Z [00:02:05.522]➜  EOF
2025-08-20T22:59:43.2610083Z [00:02:05.522]➜  /root/.go/pkg/tool/linux_arm64/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 ghv3MFGy8L4P-VUWzvG5/ghv3MFGy8L4P-VUWzvG5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T22:59:43.2720186Z [00:02:05.533]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T22:59:43.2743488Z [00:02:05.534]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T22:59:43.2751500Z [00:02:05.536]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T22:59:43.2767878Z [00:02:05.536]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T22:59:43.2768914Z [00:02:05.538]➜  crypto/internal/fips140deps/cpu
2025-08-20T22:59:43.2769819Z [00:02:05.538]➜  mkdir -p $WORK/b121/
2025-08-20T22:59:43.2777681Z [00:02:05.539]➜  cat >/tmp/go-build2180205415/b121/importcfg << 'EOF' # internal
2025-08-20T22:59:43.2778275Z [00:02:05.539]➜  # import config
2025-08-20T22:59:43.2779075Z [00:02:05.539]➜  packagefile internal/cpu=/tmp/go-build2180205415/b012/_pkg_.a
2025-08-20T22:59:43.2780154Z [00:02:05.539]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:43.2780736Z [00:02:05.539]➜  EOF
2025-08-20T22:59:43.2782752Z [00:02:05.539]➜  /root/.go/pkg/tool/linux_arm64/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 E6H_w7b3eFEYOHk0R41l/E6H_w7b3eFEYOHk0R41l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T22:59:43.2784716Z [00:02:05.539]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T22:59:43.2785602Z [00:02:05.539]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T22:59:43.2820072Z [00:02:05.543]➜  crypto/internal/fips140/subtle
2025-08-20T22:59:43.2820828Z [00:02:05.543]➜  mkdir -p $WORK/b124/
2025-08-20T22:59:43.2823742Z [00:02:05.543]➜  echo -n > $WORK/b124/go_asm.h # internal
2025-08-20T22:59:43.2824577Z [00:02:05.544]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:59:43.2826280Z [00:02:05.544]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b124=>" -I $WORK/b124/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b124/symabis ./xor_arm64.s
2025-08-20T22:59:43.2833310Z [00:02:05.544]➜  runtime
2025-08-20T22:59:43.2833578Z [00:02:05.544]➜  mkdir -p $WORK/b010/
2025-08-20T22:59:43.2836472Z [00:02:05.545]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T22:59:43.2837649Z [00:02:05.545]➜  cd /root/.go/src/runtime
2025-08-20T22:59:43.2839375Z [00:02:05.545]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b010/symabis ./asm.s ./asm_arm64.s ./atomic_arm64.s ./duff_arm64.s ./ints.s ./memclr_arm64.s ./memmove_arm64.s ./preempt_arm64.s ./rt0_linux_arm64.s ./sys_linux_arm64.s ./tls_arm64.s
2025-08-20T22:59:43.2880803Z [00:02:05.549]➜  cat >/tmp/go-build2180205415/b124/importcfg << 'EOF' # internal
2025-08-20T22:59:43.2881746Z [00:02:05.549]➜  # import config
2025-08-20T22:59:43.2883095Z [00:02:05.549]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2180205415/b116/_pkg_.a
2025-08-20T22:59:43.2884886Z [00:02:05.549]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T22:59:43.2887099Z [00:02:05.549]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:43.2887495Z [00:02:05.549]➜  EOF
2025-08-20T22:59:43.2887750Z [00:02:05.549]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:43.2894456Z [00:02:05.549]➜  /root/.go/pkg/tool/linux_arm64/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 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -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-20T22:59:43.2913719Z [00:02:05.552]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T22:59:43.2916699Z [00:02:05.553]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T22:59:43.2917784Z [00:02:05.553]➜  crypto/internal/boring/sig
2025-08-20T22:59:43.2937446Z [00:02:05.555]➜  mkdir -p $WORK/b134/
2025-08-20T22:59:43.2938169Z [00:02:05.555]➜  echo -n > $WORK/b134/go_asm.h # internal
2025-08-20T22:59:43.2940530Z [00:02:05.555]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:59:43.2947272Z [00:02:05.555]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b134=>" -I $WORK/b134/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b134/symabis ./sig_other.s
2025-08-20T22:59:43.2951038Z [00:02:05.555]➜  cat >/tmp/go-build2180205415/b010/importcfg << 'EOF' # internal
2025-08-20T22:59:43.2951394Z [00:02:05.555]➜  # import config
2025-08-20T22:59:43.2951762Z [00:02:05.555]➜  packagefile internal/abi=/tmp/go-build2180205415/b006/_pkg_.a
2025-08-20T22:59:43.2952264Z [00:02:05.555]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:43.2952770Z [00:02:05.555]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:43.2953288Z [00:02:05.555]➜  packagefile internal/chacha8rand=/tmp/go-build2180205415/b014/_pkg_.a
2025-08-20T22:59:43.2953832Z [00:02:05.555]➜  packagefile internal/coverage/rtcov=/tmp/go-build2180205415/b015/_pkg_.a
2025-08-20T22:59:43.2954452Z [00:02:05.555]➜  packagefile internal/cpu=/tmp/go-build2180205415/b012/_pkg_.a
2025-08-20T22:59:43.2954931Z [00:02:05.555]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:43.2955423Z [00:02:05.555]➜  packagefile internal/godebugs=/tmp/go-build2180205415/b016/_pkg_.a
2025-08-20T22:59:43.2956034Z [00:02:05.555]➜  packagefile internal/goexperiment=/tmp/go-build2180205415/b017/_pkg_.a
2025-08-20T22:59:43.2956586Z [00:02:05.555]➜  packagefile internal/goos=/tmp/go-build2180205415/b018/_pkg_.a
2025-08-20T22:59:43.2957101Z [00:02:05.555]➜  packagefile internal/profilerecord=/tmp/go-build2180205415/b019/_pkg_.a
2025-08-20T22:59:43.2957640Z [00:02:05.555]➜  packagefile internal/runtime/atomic=/tmp/go-build2180205415/b020/_pkg_.a
2025-08-20T22:59:43.2958174Z [00:02:05.555]➜  packagefile internal/runtime/cgroup=/tmp/go-build2180205415/b021/_pkg_.a
2025-08-20T22:59:43.2958731Z [00:02:05.555]➜  packagefile internal/runtime/exithook=/tmp/go-build2180205415/b025/_pkg_.a
2025-08-20T22:59:43.2959258Z [00:02:05.555]➜  packagefile internal/runtime/gc=/tmp/go-build2180205415/b026/_pkg_.a
2025-08-20T22:59:43.2959775Z [00:02:05.555]➜  packagefile internal/runtime/maps=/tmp/go-build2180205415/b027/_pkg_.a
2025-08-20T22:59:43.2960296Z [00:02:05.555]➜  packagefile internal/runtime/math=/tmp/go-build2180205415/b023/_pkg_.a
2025-08-20T22:59:43.2960831Z [00:02:05.555]➜  packagefile internal/runtime/strconv=/tmp/go-build2180205415/b022/_pkg_.a
2025-08-20T22:59:43.2961367Z [00:02:05.555]➜  packagefile internal/runtime/sys=/tmp/go-build2180205415/b031/_pkg_.a
2025-08-20T22:59:43.2962139Z [00:02:05.555]➜  packagefile internal/runtime/syscall=/tmp/go-build2180205415/b024/_pkg_.a
2025-08-20T22:59:43.2962757Z [00:02:05.555]➜  packagefile internal/stringslite=/tmp/go-build2180205415/b032/_pkg_.a
2025-08-20T22:59:43.2963288Z [00:02:05.555]➜  packagefile internal/trace/tracev2=/tmp/go-build2180205415/b033/_pkg_.a
2025-08-20T22:59:43.2963661Z [00:02:05.555]➜  EOF
2025-08-20T22:59:43.2963908Z [00:02:05.555]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:43.2988084Z [00:02:05.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_arm64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_arm64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_arm64.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_arm64.go /root/.go/src/runtime/signal_linux_arm64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_arm64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_arm64.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_stubs.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timestub.go /root/.go/src/runtime/timestub2.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_arm64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T22:59:43.3008045Z [00:02:05.555]➜  echo '# import config' > $WORK/b134/importcfg # internal
2025-08-20T22:59:43.3009995Z [00:02:05.555]➜  /root/.go/pkg/tool/linux_arm64/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 HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -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-20T22:59:43.3087187Z [00:02:05.569]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:59:43.3089027Z [00:02:05.569]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b124=>" -I $WORK/b124/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b124/xor_arm64.o ./xor_arm64.s
2025-08-20T22:59:43.3090414Z [00:02:05.569]➜  cd /root/.go/src/math
2025-08-20T22:59:43.3091976Z [00:02:05.570]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b048/dim_arm64.o ./dim_arm64.s
2025-08-20T22:59:43.3093182Z [00:02:05.570]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:59:43.3097239Z [00:02:05.571]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b134=>" -I $WORK/b134/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b134/sig_other.o ./sig_other.s
2025-08-20T22:59:43.3110607Z [00:02:05.572]➜  cd /root/.go/src/math
2025-08-20T22:59:43.3113190Z [00:02:05.572]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b048/exp_arm64.o ./exp_arm64.s
2025-08-20T22:59:43.3143368Z [00:02:05.575]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:59:43.3144354Z [00:02:05.575]➜  go tool pack r $WORK/b124/_pkg_.a $WORK/b124/xor_arm64.o # internal
2025-08-20T22:59:43.3149098Z [00:02:05.576]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T22:59:43.3155096Z [00:02:05.577]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T22:59:43.3156391Z [00:02:05.577]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:59:43.3159322Z [00:02:05.577]➜  mkdir -p $WORK/b156/
2025-08-20T22:59:43.3159674Z [00:02:05.577]➜  cd /root/.go/src/math
2025-08-20T22:59:43.3160559Z [00:02:05.577]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b048/floor_arm64.o ./floor_arm64.s
2025-08-20T22:59:43.3174147Z [00:02:05.578]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:59:43.3174840Z [00:02:05.578]➜  go tool pack r $WORK/b134/_pkg_.a $WORK/b134/sig_other.o # internal
2025-08-20T22:59:43.3175292Z [00:02:05.578]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T22:59:43.3176004Z [00:02:05.578]➜  echo '# import config' > $WORK/b156/importcfg # internal
2025-08-20T22:59:43.3188222Z [00:02:05.579]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T22:59:43.3188862Z [00:02:05.579]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:59:43.3189179Z [00:02:05.579]➜  mkdir -p $WORK/b169/
2025-08-20T22:59:43.3189527Z [00:02:05.580]➜  echo '# import config' > $WORK/b169/importcfg # internal
2025-08-20T22:59:43.3189883Z [00:02:05.580]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:43.3191863Z [00:02:05.580]➜  /root/.go/pkg/tool/linux_arm64/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 G8rFd5R03zb2rRvRO1QK/G8rFd5R03zb2rRvRO1QK -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-20T22:59:43.3202204Z [00:02:05.580]➜  /root/.go/pkg/tool/linux_arm64/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 aCO_SQqbp-7GmFoyZhlY/aCO_SQqbp-7GmFoyZhlY -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-20T22:59:43.3213420Z [00:02:05.582]➜  cd /root/.go/src/math
2025-08-20T22:59:43.3215208Z [00:02:05.582]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b048/modf_arm64.o ./modf_arm64.s
2025-08-20T22:59:43.3247843Z [00:02:05.586]➜  go tool pack r $WORK/b048/_pkg_.a $WORK/b048/dim_arm64.o $WORK/b048/exp_arm64.o $WORK/b048/floor_arm64.o $WORK/b048/modf_arm64.o # internal
2025-08-20T22:59:43.3248710Z [00:02:05.586]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T22:59:43.3254751Z [00:02:05.586]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T22:59:43.3256239Z [00:02:05.587]➜  log/internal
2025-08-20T22:59:43.3257160Z [00:02:05.587]➜  mkdir -p $WORK/b189/
2025-08-20T22:59:43.3261440Z [00:02:05.587]➜  echo '# import config' > $WORK/b189/importcfg # internal
2025-08-20T22:59:43.3263699Z [00:02:05.587]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:43.3265644Z [00:02:05.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b189=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid M0dPiGT15wJWZrjLqd_h/M0dPiGT15wJWZrjLqd_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T22:59:43.3299811Z [00:02:05.591]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T22:59:43.3301361Z [00:02:05.591]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T22:59:43.3310710Z [00:02:05.592]➜  log/slog/internal
2025-08-20T22:59:43.3311380Z [00:02:05.592]➜  mkdir -p $WORK/b203/
2025-08-20T22:59:43.3320813Z [00:02:05.593]➜  echo '# import config' > $WORK/b203/importcfg # internal
2025-08-20T22:59:43.3324253Z [00:02:05.593]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b203=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid _pX6nOEPDwOqnqzQhusU/_pX6nOEPDwOqnqzQhusU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T22:59:43.3330274Z [00:02:05.594]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T22:59:43.3338962Z [00:02:05.595]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T22:59:43.3343988Z [00:02:05.595]➜  github.com/rivo/uniseg
2025-08-20T22:59:43.3344288Z [00:02:05.595]➜  mkdir -p $WORK/b218/
2025-08-20T22:59:43.3346844Z [00:02:05.596]➜  cat >/tmp/go-build2180205415/b218/importcfg << 'EOF' # internal
2025-08-20T22:59:43.3347213Z [00:02:05.596]➜  # import config
2025-08-20T22:59:43.3347583Z [00:02:05.596]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:43.3349975Z [00:02:05.596]➜  EOF
2025-08-20T22:59:43.3355722Z [00:02:05.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7=>github.com/rivo/uniseg@v0.4.7;$WORK/b218=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid _Ij5HmOVJjd14q5M5JOk/_Ij5HmOVJjd14q5M5JOk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/doc.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/eastasianwidth.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/emojipresentation.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/grapheme.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemeproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/line.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/lineproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/linerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentence.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentenceproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentencerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/step.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/width.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/word.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordrules.go
2025-08-20T22:59:43.3398826Z [00:02:05.600]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T22:59:43.3406410Z [00:02:05.601]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T22:59:43.3407152Z [00:02:05.601]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config
2025-08-20T22:59:43.3407537Z [00:02:05.602]➜  mkdir -p $WORK/b223/
2025-08-20T22:59:43.3411963Z [00:02:05.602]➜  echo '# import config' > $WORK/b223/importcfg # internal
2025-08-20T22:59:43.3433749Z [00:02:05.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/config=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config;$WORK/b223=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config -lang=go1.24 -complete -installsuffix shared -buildid 2igrssPGglPy6epVq3O9/2igrssPGglPy6epVq3O9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack ./pkg/analyzer/config/config.go
2025-08-20T22:59:43.3436429Z [00:02:05.604]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T22:59:43.3438652Z [00:02:05.605]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/05/052fac1c62cacae6b5ed76c6f2dee6b25ce14f214e444a90fbec0679834bc0ad-d # internal
2025-08-20T22:59:43.3462549Z [00:02:05.605]➜  github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage
2025-08-20T22:59:43.3463438Z [00:02:05.605]➜  mkdir -p $WORK/b231/
2025-08-20T22:59:43.3464216Z [00:02:05.605]➜  echo '# import config' > $WORK/b231/importcfg # internal
2025-08-20T22:59:43.3467427Z [00:02:05.605]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_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/b231=>" -p github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage -lang=go1.21 -complete -installsuffix shared -buildid Kdp6u5O1ERfno_HZUbj3/Kdp6u5O1ERfno_HZUbj3 -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/internal/baggage/baggage.go
2025-08-20T22:59:43.3533317Z [00:02:05.614]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T22:59:43.3539342Z [00:02:05.615]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/c0/c06f5c09b670f792a8eb323704098c9a5859b43164f3f81cf2199ee913d7026b-d # internal
2025-08-20T22:59:43.3540477Z [00:02:05.615]➜  internal/goversion
2025-08-20T22:59:43.3546385Z [00:02:05.616]➜  mkdir -p $WORK/b245/
2025-08-20T22:59:43.3546771Z [00:02:05.616]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T22:59:43.3548869Z [00:02:05.616]➜  echo '# import config' > $WORK/b245/importcfg # internal
2025-08-20T22:59:43.3554242Z [00:02:05.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/.go/src/internal/goversion=>internal/goversion;$WORK/b245=>" -p internal/goversion -lang=go1.25 -std -complete -installsuffix shared -buildid LV3fw3zKt9pvoVZw61on/LV3fw3zKt9pvoVZw61on -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/.go/src/internal/goversion/goversion.go
2025-08-20T22:59:43.3560752Z [00:02:05.617]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/80/80a14cf3cab9b6da86c875c542fbf06c6e3cdb548a604663e12d44835631bdb0-d # internal
2025-08-20T22:59:43.3561700Z [00:02:05.617]➜  internal/platform
2025-08-20T22:59:43.3562348Z [00:02:05.617]➜  mkdir -p $WORK/b246/
2025-08-20T22:59:43.3563138Z [00:02:05.617]➜  echo '# import config' > $WORK/b246/importcfg # internal
2025-08-20T22:59:43.3565339Z [00:02:05.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/.go/src/internal/platform=>internal/platform;$WORK/b246=>" -p internal/platform -lang=go1.25 -std -complete -installsuffix shared -buildid n1M3Gc_4bd6uEkS3n-kY/n1M3Gc_4bd6uEkS3n-kY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/.go/src/internal/platform/supported.go /root/.go/src/internal/platform/zosarch.go
2025-08-20T22:59:43.3634487Z [00:02:05.624]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T22:59:43.3636702Z [00:02:05.625]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/93/93cc6ca44fd1901c627c219694794dadc3860e312aaa073980c15c555204df8f-d # internal
2025-08-20T22:59:43.3637990Z [00:02:05.625]➜  internal/syslist
2025-08-20T22:59:43.3638295Z [00:02:05.625]➜  mkdir -p $WORK/b247/
2025-08-20T22:59:43.3641311Z [00:02:05.625]➜  echo '# import config' > $WORK/b247/importcfg # internal
2025-08-20T22:59:43.3643502Z [00:02:05.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/.go/src/internal/syslist=>internal/syslist;$WORK/b247=>" -p internal/syslist -lang=go1.25 -std -complete -installsuffix shared -buildid _j0WU0QH4RMH9GPlhGmm/_j0WU0QH4RMH9GPlhGmm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/.go/src/internal/syslist/syslist.go
2025-08-20T22:59:43.3760206Z [00:02:05.637]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T22:59:43.3761408Z [00:02:05.637]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/0d/0d1f4d34f28cd8b76175fc11980f35e42aceea75596a4fa38d98686c9657447b-d # internal
2025-08-20T22:59:43.3762644Z [00:02:05.637]➜  github.com/lib/pq/oid
2025-08-20T22:59:43.3762933Z [00:02:05.637]➜  mkdir -p $WORK/b312/
2025-08-20T22:59:43.3763290Z [00:02:05.637]➜  echo '# import config' > $WORK/b312/importcfg # internal
2025-08-20T22:59:43.3769941Z [00:02:05.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b312/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid=>github.com/lib/pq@v1.10.9/oid;$WORK/b312=>" -p github.com/lib/pq/oid -lang=go1.13 -complete -installsuffix shared -buildid Nzz5MI6ScaU1XI16DSyW/Nzz5MI6ScaU1XI16DSyW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid/doc.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid/types.go
2025-08-20T22:59:43.3939545Z [00:02:05.655]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T22:59:43.3943575Z [00:02:05.655]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/ed/ed3a365d4fc161a8dc48fa96da461fa7b48eb0b31b755b72f6f80e56ff02de32-d # internal
2025-08-20T22:59:43.3944823Z [00:02:05.656]➜  google.golang.org/protobuf/internal/flags
2025-08-20T22:59:43.3945652Z [00:02:05.656]➜  mkdir -p $WORK/b338/
2025-08-20T22:59:43.3948769Z [00:02:05.656]➜  echo '# import config' > $WORK/b338/importcfg # internal
2025-08-20T22:59:43.3952686Z [00:02:05.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b338/_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/b338=>" -p google.golang.org/protobuf/internal/flags -lang=go1.23 -complete -installsuffix shared -buildid 8pVfh9_mbS97V2HYEcoL/8pVfh9_mbS97V2HYEcoL -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/flags/flags.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/flags/proto_legacy_disable.go
2025-08-20T22:59:43.4019828Z [00:02:05.663]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T22:59:43.4030400Z [00:02:05.664]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/59/5932a047b2bf5b7a5865d7d9eec39e4a79c9f1691a2c8b88e4e918d7929b29eb-d # internal
2025-08-20T22:59:43.4033579Z [00:02:05.664]➜  google.golang.org/protobuf/internal/set
2025-08-20T22:59:43.4034155Z [00:02:05.664]➜  mkdir -p $WORK/b349/
2025-08-20T22:59:43.4035496Z [00:02:05.665]➜  cat >/tmp/go-build2180205415/b349/importcfg << 'EOF' # internal
2025-08-20T22:59:43.4037533Z [00:02:05.665]➜  # import config
2025-08-20T22:59:43.4037902Z [00:02:05.665]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:43.4038231Z [00:02:05.665]➜  EOF
2025-08-20T22:59:43.4040138Z [00:02:05.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b349/_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/b349=>" -p google.golang.org/protobuf/internal/set -lang=go1.23 -complete -installsuffix shared -buildid 7W_1yWZF0_KvYBD9y5S9/7W_1yWZF0_KvYBD9y5S9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b349/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/set/ints.go
2025-08-20T22:59:43.4137940Z [00:02:05.675]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T22:59:43.4138539Z [00:02:05.675]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T22:59:43.4147161Z [00:02:05.676]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/ff/ff991364405f5df1447e1a0a6bd320622fdcd913875311b779093ae05a8e03b8-d # internal
2025-08-20T22:59:43.4148063Z [00:02:05.676]➜  google.golang.org/grpc/serviceconfig
2025-08-20T22:59:43.4150606Z [00:02:05.676]➜  mkdir -p $WORK/b373/
2025-08-20T22:59:43.4153471Z [00:02:05.676]➜  echo '# import config' > $WORK/b373/importcfg # internal
2025-08-20T22:59:43.4161943Z [00:02:05.677]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/16/167cd125c505ce005245a1b00a7d2a20347ec69269b0de06d5459603210dea63-d # internal
2025-08-20T22:59:43.4162582Z [00:02:05.677]➜  github.com/googleapis/gax-go/v2/internal
2025-08-20T22:59:43.4162898Z [00:02:05.677]➜  mkdir -p $WORK/b442/
2025-08-20T22:59:43.4163247Z [00:02:05.677]➜  echo '# import config' > $WORK/b442/importcfg # internal
2025-08-20T22:59:43.4165327Z [00:02:05.677]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b442/_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/b442=>" -p github.com/googleapis/gax-go/v2/internal -lang=go1.23 -complete -installsuffix shared -buildid gznWGbYfv-ZM1qzDvKSA/gznWGbYfv-ZM1qzDvKSA -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/internal/version.go
2025-08-20T22:59:43.4169735Z [00:02:05.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b373/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/serviceconfig=>google.golang.org/grpc@v1.74.2/serviceconfig;$WORK/b373=>" -p google.golang.org/grpc/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid Zlfj58CDF0-jQg9Q_PR2/Zlfj58CDF0-jQg9Q_PR2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/serviceconfig/serviceconfig.go
2025-08-20T22:59:43.4247783Z [00:02:05.686]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T22:59:43.4248590Z [00:02:05.686]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T22:59:43.4249597Z [00:02:05.686]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/a6/a6ef354bfb0caf2b8238874b80b477dbae3fd6bdb9f45b30cdbf8e51c0331fb0-d # internal
2025-08-20T22:59:43.4250704Z [00:02:05.686]➜  cloud.google.com/go/secretmanager/internal
2025-08-20T22:59:43.4251088Z [00:02:05.686]➜  mkdir -p $WORK/b445/
2025-08-20T22:59:43.4251452Z [00:02:05.686]➜  echo '# import config' > $WORK/b445/importcfg # internal
2025-08-20T22:59:43.4253564Z [00:02:05.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b445/_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/b445=>" -p cloud.google.com/go/secretmanager/internal -lang=go1.23 -complete -installsuffix shared -buildid 61qxVrIKs48hmJhBA_6C/61qxVrIKs48hmJhBA_6C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/secretmanager@v1.15.0/internal/version.go
2025-08-20T22:59:43.4271703Z [00:02:05.688]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/08/08c3c9a93f3820e8cd233562e6745f2de96bcd7b60aa2ea7161f581cc52fbc8c-d # internal
2025-08-20T22:59:43.4273619Z [00:02:05.688]➜  golang.org/x/crypto/internal/alias
2025-08-20T22:59:43.4274311Z [00:02:05.688]➜  mkdir -p $WORK/b494/
2025-08-20T22:59:43.4276241Z [00:02:05.689]➜  echo '# import config' > $WORK/b494/importcfg # internal
2025-08-20T22:59:43.4278934Z [00:02:05.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b494/_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/b494=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid AU6NCAVrmQaW95S-T_aq/AU6NCAVrmQaW95S-T_aq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/alias/alias.go
2025-08-20T22:59:43.4322367Z [00:02:05.693]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T22:59:43.4357951Z [00:02:05.694]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/b5/b551d87bc1256799eec4c2f18060e152d53dcee7e65eba7b76b4dc0de796ca87-d # internal
2025-08-20T22:59:43.4359896Z [00:02:05.694]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:59:43.4360705Z [00:02:05.694]➜  mkdir -p $WORK/b497/
2025-08-20T22:59:43.4361067Z [00:02:05.694]➜  echo '# import config' > $WORK/b497/importcfg # internal
2025-08-20T22:59:43.4363035Z [00:02:05.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b497/_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/b497=>" -p golang.org/x/crypto/cryptobyte/asn1 -lang=go1.23 -complete -installsuffix shared -buildid M4TzYDKQYvupS_NTiruC/M4TzYDKQYvupS_NTiruC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b497/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte/asn1/asn1.go
2025-08-20T22:59:43.4399412Z [00:02:05.701]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T22:59:43.4412476Z [00:02:05.702]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/29/29076a31f816b99d0e66109680c67ef3c842a31440733a1ca139a8cde97a4289-d # internal
2025-08-20T22:59:43.4413670Z [00:02:05.702]➜  go.opentelemetry.io/otel/trace/embedded
2025-08-20T22:59:43.4414144Z [00:02:05.702]➜  mkdir -p $WORK/b530/
2025-08-20T22:59:43.4414591Z [00:02:05.702]➜  echo '# import config' > $WORK/b530/importcfg # internal
2025-08-20T22:59:43.4416828Z [00:02:05.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b530/_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/b530=>" -p go.opentelemetry.io/otel/trace/embedded -lang=go1.23 -complete -installsuffix shared -buildid 4QV0C8hLIuUrpkvcBxRc/4QV0C8hLIuUrpkvcBxRc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/embedded/embedded.go
2025-08-20T22:59:43.4420579Z [00:02:05.703]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T22:59:43.4423700Z [00:02:05.703]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/4b/4b20aeaf029b6010a32e09d5e5ea12271a5e94860278e0d901fb010386c94bf6-d # internal
2025-08-20T22:59:43.4426451Z [00:02:05.704]➜  go.opentelemetry.io/otel/metric/embedded
2025-08-20T22:59:43.4427055Z [00:02:05.704]➜  mkdir -p $WORK/b534/
2025-08-20T22:59:43.4441647Z [00:02:05.705]➜  echo '# import config' > $WORK/b534/importcfg # internal
2025-08-20T22:59:43.4446318Z [00:02:05.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b534/_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/b534=>" -p go.opentelemetry.io/otel/metric/embedded -lang=go1.23 -complete -installsuffix shared -buildid zQZbSWEk-Js-MPE6fLSS/zQZbSWEk-Js-MPE6fLSS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b534/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/embedded/embedded.go
2025-08-20T22:59:43.4539695Z [00:02:05.714]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T22:59:43.4540879Z [00:02:05.715]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/fa/fae5906ded66855b52f984adbd3eb5f7b86456053c2810371fe819ef2378f4b8-d # internal
2025-08-20T22:59:43.4544293Z [00:02:05.715]➜  github.com/pkg/diff/intern
2025-08-20T22:59:43.4544597Z [00:02:05.715]➜  mkdir -p $WORK/b573/
2025-08-20T22:59:43.4544949Z [00:02:05.715]➜  echo '# import config' > $WORK/b573/importcfg # internal
2025-08-20T22:59:43.4547259Z [00:02:05.716]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b573/_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/b573=>" -p github.com/pkg/diff/intern -lang=go1.13 -complete -installsuffix shared -buildid tTNCQ0eyIm2ZAsKhpJmL/tTNCQ0eyIm2ZAsKhpJmL -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/intern/intern.go
2025-08-20T22:59:43.4624965Z [00:02:05.723]➜  go tool buildid -w $WORK/b534/_pkg_.a # internal
2025-08-20T22:59:43.4629590Z [00:02:05.724]➜  cp $WORK/b534/_pkg_.a /root/.cache/go-build/30/307b259b956c1cd48b1044996f0da04141aa040c69bd0dbd148885b2064d12af-d # internal
2025-08-20T22:59:43.4635146Z [00:02:05.725]➜  internal/gover
2025-08-20T22:59:43.4636302Z [00:02:05.725]➜  mkdir -p $WORK/b581/
2025-08-20T22:59:43.4636982Z [00:02:05.725]➜  cat >/tmp/go-build2180205415/b581/importcfg << 'EOF' # internal
2025-08-20T22:59:43.4637634Z [00:02:05.725]➜  # import config
2025-08-20T22:59:43.4638484Z [00:02:05.725]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T22:59:43.4638848Z [00:02:05.725]➜  EOF
2025-08-20T22:59:43.4640342Z [00:02:05.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b581/_pkg_.a -trimpath "/root/.go/src/internal/gover=>internal/gover;$WORK/b581=>" -p internal/gover -lang=go1.25 -std -complete -installsuffix shared -buildid xHNPK7C-7XGsLyT8Smup/xHNPK7C-7XGsLyT8Smup -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b581/importcfg -pack /root/.go/src/internal/gover/gover.go
2025-08-20T22:59:43.4641719Z [00:02:05.725]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T22:59:43.4655594Z [00:02:05.726]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/a9/a995042edb548e9c0fc1fd6b067155e8cafc673263f06243259c2767753b3e4c-d # internal
2025-08-20T22:59:43.4663749Z [00:02:05.727]➜  golang.org/x/tools/internal/packagesinternal
2025-08-20T22:59:43.4664121Z [00:02:05.727]➜  mkdir -p $WORK/b601/
2025-08-20T22:59:43.4669554Z [00:02:05.728]➜  echo '# import config' > $WORK/b601/importcfg # internal
2025-08-20T22:59:43.4672177Z [00:02:05.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b601/_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/b601=>" -p golang.org/x/tools/internal/packagesinternal -lang=go1.23 -complete -installsuffix shared -buildid kFNMEgmvt2z9W3A5ifRq/kFNMEgmvt2z9W3A5ifRq -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/packagesinternal/packages.go
2025-08-20T22:59:43.4743892Z [00:02:05.735]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T22:59:43.4749594Z [00:02:05.736]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/1c/1c31969c63697ab419a5d250c8446f1f63e3cd6896d00034f13d1c5f172912e8-d # internal
2025-08-20T22:59:43.4750669Z [00:02:05.736]➜  github.com/trufflesecurity/trufflehog/v3/pkg/feature
2025-08-20T22:59:43.4751062Z [00:02:05.736]➜  mkdir -p $WORK/b616/
2025-08-20T22:59:43.4753648Z [00:02:05.736]➜  cat >/tmp/go-build2180205415/b616/importcfg << 'EOF' # internal
2025-08-20T22:59:43.4754018Z [00:02:05.737]➜  # import config
2025-08-20T22:59:43.4754395Z [00:02:05.737]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:43.4754753Z [00:02:05.737]➜  EOF
2025-08-20T22:59:43.4756723Z [00:02:05.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b616/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/feature=>github.com/trufflesecurity/trufflehog/v3/pkg/feature;$WORK/b616=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/feature -lang=go1.24 -complete -installsuffix shared -buildid Nxiv4TfwEPOPWloF4h9z/Nxiv4TfwEPOPWloF4h9z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b616/importcfg -pack ./pkg/feature/feature.go
2025-08-20T22:59:43.4905989Z [00:02:05.749]➜  go tool buildid -w $WORK/b616/_pkg_.a # internal
2025-08-20T22:59:43.4906754Z [00:02:05.750]➜  cp $WORK/b616/_pkg_.a /root/.cache/go-build/32/3204b93cd5169bbf6038216642f6236c5c90385f90377c511bf208b66625cd86-d # internal
2025-08-20T22:59:43.4907377Z [00:02:05.750]➜  github.com/tetratelabs/wazero/internal/internalapi
2025-08-20T22:59:43.4907715Z [00:02:05.750]➜  mkdir -p $WORK/b646/
2025-08-20T22:59:43.4908101Z [00:02:05.750]➜  echo '# import config' > $WORK/b646/importcfg # internal
2025-08-20T22:59:43.4910373Z [00:02:05.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b646/_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/b646=>" -p github.com/tetratelabs/wazero/internal/internalapi -lang=go1.22 -complete -installsuffix shared -buildid 6vfHwQsEl9hQSIksF8Kh/6vfHwQsEl9hQSIksF8Kh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b646/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/internalapi/internal.go
2025-08-20T22:59:43.4928779Z [00:02:05.754]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T22:59:43.4933528Z [00:02:05.754]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/30/30bd2d50f067f40aea97fc8d2cc7ccee321c1a4adb459295ab42dd83ef434ff2-d # internal
2025-08-20T22:59:43.4942460Z [00:02:05.755]➜  github.com/tetratelabs/wazero/internal/expctxkeys
2025-08-20T22:59:43.4943070Z [00:02:05.755]➜  mkdir -p $WORK/b648/
2025-08-20T22:59:43.4943579Z [00:02:05.755]➜  echo '# import config' > $WORK/b648/importcfg # internal
2025-08-20T22:59:43.4951067Z [00:02:05.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b648/_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/b648=>" -p github.com/tetratelabs/wazero/internal/expctxkeys -lang=go1.22 -complete -installsuffix shared -buildid 19W9eCw7GXUTegMfDWeY/19W9eCw7GXUTegMfDWeY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b648/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-20T22:59:43.5062991Z [00:02:05.767]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T22:59:43.5065557Z [00:02:05.768]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/65/65b2317810d15e9eeeef2226cbb1b9008ca19e6986e57c8e7ee88ad83f481bef-d # internal
2025-08-20T22:59:43.5066450Z [00:02:05.768]➜  github.com/tetratelabs/wazero/internal/moremath
2025-08-20T22:59:43.5067537Z [00:02:05.768]➜  mkdir -p $WORK/b654/
2025-08-20T22:59:43.5070913Z [00:02:05.768]➜  cat >/tmp/go-build2180205415/b654/importcfg << 'EOF' # internal
2025-08-20T22:59:43.5071795Z [00:02:05.768]➜  # import config
2025-08-20T22:59:43.5073501Z [00:02:05.768]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:43.5073873Z [00:02:05.768]➜  EOF
2025-08-20T22:59:43.5076192Z [00:02:05.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b654/_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/b654=>" -p github.com/tetratelabs/wazero/internal/moremath -lang=go1.22 -complete -installsuffix shared -buildid LRaETsU1wcT6UOUbH9tJ/LRaETsU1wcT6UOUbH9tJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b654/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/moremath/moremath.go
2025-08-20T22:59:43.5093990Z [00:02:05.770]➜  go tool buildid -w $WORK/b648/_pkg_.a # internal
2025-08-20T22:59:43.5095632Z [00:02:05.771]➜  cp $WORK/b648/_pkg_.a /root/.cache/go-build/ef/ef28faf582424e7c7ba1a9afd419e1656ec3dd45e121241b68a7fd154cb0f062-d # internal
2025-08-20T22:59:43.5099171Z [00:02:05.771]➜  github.com/tetratelabs/wazero/internal/wasmruntime
2025-08-20T22:59:43.5101746Z [00:02:05.771]➜  mkdir -p $WORK/b665/
2025-08-20T22:59:43.5105890Z [00:02:05.772]➜  echo '# import config' > $WORK/b665/importcfg # internal
2025-08-20T22:59:43.5116260Z [00:02:05.772]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b665/_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/b665=>" -p github.com/tetratelabs/wazero/internal/wasmruntime -lang=go1.22 -complete -installsuffix shared -buildid UTedASxGXO15ynRnnCM1/UTedASxGXO15ynRnnCM1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasmruntime/errors.go
2025-08-20T22:59:43.5152075Z [00:02:05.776]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T22:59:43.5167751Z [00:02:05.778]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/7f/7f11baf07beced63ee1ba1c91d16963c6126de0599b614b0c82d3d56039e1744-d # internal
2025-08-20T22:59:43.5168916Z [00:02:05.778]➜  github.com/tetratelabs/wazero/internal/u32
2025-08-20T22:59:43.5169522Z [00:02:05.778]➜  mkdir -p $WORK/b673/
2025-08-20T22:59:43.5174202Z [00:02:05.778]➜  echo '# import config' > $WORK/b673/importcfg # internal
2025-08-20T22:59:43.5176840Z [00:02:05.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b673/_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/b673=>" -p github.com/tetratelabs/wazero/internal/u32 -lang=go1.22 -complete -installsuffix shared -buildid 8hKSMZqeRkj5-XFaT7U1/8hKSMZqeRkj5-XFaT7U1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/u32/u32.go
2025-08-20T22:59:43.5222257Z [00:02:05.783]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T22:59:43.5226502Z [00:02:05.784]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/d8/d8416b018de609cfd750c4a43bcd4252c14d46f63499c5d3e72009b8dfa7b10f-d # internal
2025-08-20T22:59:43.5227622Z [00:02:05.784]➜  github.com/tetratelabs/wazero/internal/u64
2025-08-20T22:59:43.5228426Z [00:02:05.784]➜  mkdir -p $WORK/b674/
2025-08-20T22:59:43.5251985Z [00:02:05.786]➜  echo '# import config' > $WORK/b674/importcfg # internal
2025-08-20T22:59:43.5254269Z [00:02:05.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b674/_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/b674=>" -p github.com/tetratelabs/wazero/internal/u64 -lang=go1.22 -complete -installsuffix shared -buildid JECmRtEdNuog5iphy_Ey/JECmRtEdNuog5iphy_Ey -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/u64/u64.go
2025-08-20T22:59:43.5273343Z [00:02:05.788]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T22:59:43.5282320Z [00:02:05.789]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/79/7996e132448f00f2998ae16f93babc2b900d936e0b0a2199b1424493db826c33-d # internal
2025-08-20T22:59:43.5283462Z [00:02:05.789]➜  github.com/docker/cli/cli/config/types
2025-08-20T22:59:43.5283848Z [00:02:05.789]➜  mkdir -p $WORK/b713/
2025-08-20T22:59:43.5284211Z [00:02:05.789]➜  echo '# import config' > $WORK/b713/importcfg # internal
2025-08-20T22:59:43.5286561Z [00:02:05.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b713/_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/b713=>" -p github.com/docker/cli/cli/config/types -lang=go1.16 -complete -installsuffix shared -buildid m9YZG_05bcqE0oNGhehc/m9YZG_05bcqE0oNGhehc -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/types/authconfig.go
2025-08-20T22:59:43.5311568Z [00:02:05.792]➜  go tool buildid -w $WORK/b654/_pkg_.a # internal
2025-08-20T22:59:43.5316181Z [00:02:05.793]➜  cp $WORK/b654/_pkg_.a /root/.cache/go-build/22/22bddf30dd588c5397a3434f02c6019e1749e9eea447b28ea35b14f4994ef217-d # internal
2025-08-20T22:59:43.5318900Z [00:02:05.793]➜  github.com/google/go-containerregistry/pkg/v1/types
2025-08-20T22:59:43.5320477Z [00:02:05.793]➜  mkdir -p $WORK/b721/
2025-08-20T22:59:43.5324664Z [00:02:05.794]➜  echo '# import config' > $WORK/b721/importcfg # internal
2025-08-20T22:59:43.5332797Z [00:02:05.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b721/_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/b721=>" -p github.com/google/go-containerregistry/pkg/v1/types -lang=go1.24 -complete -installsuffix shared -buildid nqsLOErxD1Vp_zqYKsmZ/nqsLOErxD1Vp_zqYKsmZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b721/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/types/types.go
2025-08-20T22:59:43.5372731Z [00:02:05.798]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T22:59:43.5378839Z [00:02:05.799]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/9c/9c6e2c4855963b292ad1762a423323dab6366d891066adeb169439264b05ebd5-d # internal
2025-08-20T22:59:43.5379553Z [00:02:05.799]➜  github.com/docker/docker/api/types/common
2025-08-20T22:59:43.5379880Z [00:02:05.799]➜  mkdir -p $WORK/b726/
2025-08-20T22:59:43.5382145Z [00:02:05.799]➜  echo '# import config' > $WORK/b726/importcfg # internal
2025-08-20T22:59:43.5385553Z [00:02:05.800]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b726/_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/b726=>" -p github.com/docker/docker/api/types/common -lang=go1.16 -complete -installsuffix shared -buildid TwDbU-IedFpDFPIfY_0k/TwDbU-IedFpDFPIfY_0k -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/common/id_response.go
2025-08-20T22:59:43.5402244Z [00:02:05.801]➜  go tool buildid -w $WORK/b713/_pkg_.a # internal
2025-08-20T22:59:43.5403797Z [00:02:05.801]➜  cp $WORK/b713/_pkg_.a /root/.cache/go-build/88/88b964d2eaee97764641875d9f739b11994719040ca9db100b6168666fa7cf80-d # internal
2025-08-20T22:59:43.5404612Z [00:02:05.801]➜  github.com/docker/docker/api/types/storage
2025-08-20T22:59:43.5405092Z [00:02:05.801]➜  mkdir -p $WORK/b732/
2025-08-20T22:59:43.5418153Z [00:02:05.803]➜  echo '# import config' > $WORK/b732/importcfg # internal
2025-08-20T22:59:43.5420592Z [00:02:05.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b732/_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/b732=>" -p github.com/docker/docker/api/types/storage -lang=go1.16 -complete -installsuffix shared -buildid VlcB7c_hFugng23VkAS9/VlcB7c_hFugng23VkAS9 -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/storage/driver_data.go
2025-08-20T22:59:43.5498634Z [00:02:05.811]➜  go tool buildid -w $WORK/b726/_pkg_.a # internal
2025-08-20T22:59:43.5499940Z [00:02:05.811]➜  cp $WORK/b726/_pkg_.a /root/.cache/go-build/11/1133f981082289f008413cf33ad9246ac9b661e5d739ec26c4bf87071a596d7d-d # internal
2025-08-20T22:59:43.5503302Z [00:02:05.811]➜  github.com/docker/docker/api
2025-08-20T22:59:43.5503648Z [00:02:05.811]➜  mkdir -p $WORK/b744/
2025-08-20T22:59:43.5511486Z [00:02:05.812]➜  echo '# import config' > $WORK/b744/importcfg # internal
2025-08-20T22:59:43.5515686Z [00:02:05.812]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b744/_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/b744=>" -p github.com/docker/docker/api -lang=go1.16 -complete -installsuffix shared -buildid DJtNq2EVPsdh0cWU1Tqh/DJtNq2EVPsdh0cWU1Tqh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b744/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/common.go
2025-08-20T22:59:43.5519321Z [00:02:05.813]➜  go tool buildid -w $WORK/b721/_pkg_.a # internal
2025-08-20T22:59:43.5520495Z [00:02:05.813]➜  go tool buildid -w $WORK/b732/_pkg_.a # internal
2025-08-20T22:59:43.5573874Z [00:02:05.818]➜  cp $WORK/b732/_pkg_.a /root/.cache/go-build/26/26580673f113331719cca97847150b1e0f6f09efab2113b475fff47a7e4f9763-d # internal
2025-08-20T22:59:43.5579445Z [00:02:05.819]➜  cp $WORK/b721/_pkg_.a /root/.cache/go-build/af/af3527cebd04dba6e0e2f1703b266ca50d1a128d4532fb2ff5afdb9780728dc0-d # internal
2025-08-20T22:59:43.5580951Z [00:02:05.819]➜  github.com/klauspost/compress
2025-08-20T22:59:43.5581255Z [00:02:05.819]➜  mkdir -p $WORK/b763/
2025-08-20T22:59:43.5581585Z [00:02:05.819]➜  github.com/docker/docker/api/types/checkpoint
2025-08-20T22:59:43.5581909Z [00:02:05.819]➜  mkdir -p $WORK/b752/
2025-08-20T22:59:43.5585009Z [00:02:05.820]➜  echo '# import config' > $WORK/b752/importcfg # internal
2025-08-20T22:59:43.5587109Z [00:02:05.820]➜  cat >/tmp/go-build2180205415/b763/importcfg << 'EOF' # internal
2025-08-20T22:59:43.5588409Z [00:02:05.820]➜  # import config
2025-08-20T22:59:43.5588755Z [00:02:05.820]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:43.5589976Z [00:02:05.820]➜  EOF
2025-08-20T22:59:43.5591829Z [00:02:05.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b763/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0=>github.com/klauspost/compress@v1.18.0;$WORK/b763=>" -p github.com/klauspost/compress -lang=go1.22 -complete -installsuffix shared -buildid HEadWJC1Ujr3UqpsCrLy/HEadWJC1Ujr3UqpsCrLy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b763/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/compressible.go
2025-08-20T22:59:43.5596314Z [00:02:05.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b752/_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/b752=>" -p github.com/docker/docker/api/types/checkpoint -lang=go1.16 -complete -installsuffix shared -buildid GAlQpgAb7hHNtVayCHQO/GAlQpgAb7hHNtVayCHQO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b752/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-20T22:59:43.5758550Z [00:02:05.835]➜  go tool buildid -w $WORK/b744/_pkg_.a # internal
2025-08-20T22:59:43.5769326Z [00:02:05.836]➜  cp $WORK/b744/_pkg_.a /root/.cache/go-build/8f/8f6f7d4408b81eb7a20f6cbd2ef198f0ebad70a91f2a4712ce83b3368010de2b-d # internal
2025-08-20T22:59:43.5769964Z [00:02:05.836]➜  github.com/klauspost/compress/internal/le
2025-08-20T22:59:43.5770277Z [00:02:05.836]➜  mkdir -p $WORK/b766/
2025-08-20T22:59:43.5770626Z [00:02:05.836]➜  echo '# import config' > $WORK/b766/importcfg # internal
2025-08-20T22:59:43.5773044Z [00:02:05.836]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b766/_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/b766=>" -p github.com/klauspost/compress/internal/le -lang=go1.22 -complete -installsuffix shared -buildid jFqXVdQP4HIwXfGmCd4f/jFqXVdQP4HIwXfGmCd4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b766/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/le/le.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/le/unsafe_enabled.go
2025-08-20T22:59:43.5775478Z [00:02:05.837]➜  go tool buildid -w $WORK/b763/_pkg_.a # internal
2025-08-20T22:59:43.5776260Z [00:02:05.837]➜  cp $WORK/b763/_pkg_.a /root/.cache/go-build/7c/7cddddae1b766dbc622ec99aa078e4953fdfc27e0173d82889df004a242c1b6e-d # internal
2025-08-20T22:59:43.5776958Z [00:02:05.837]➜  github.com/google/go-containerregistry/pkg/compression
2025-08-20T22:59:43.5777308Z [00:02:05.837]➜  mkdir -p $WORK/b774/
2025-08-20T22:59:43.5777656Z [00:02:05.837]➜  echo '# import config' > $WORK/b774/importcfg # internal
2025-08-20T22:59:43.5779972Z [00:02:05.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b774/_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/b774=>" -p github.com/google/go-containerregistry/pkg/compression -lang=go1.24 -complete -installsuffix shared -buildid ojHDxWOAnZAc0kwMmSA1/ojHDxWOAnZAc0kwMmSA1 -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/pkg/compression/compression.go
2025-08-20T22:59:43.5799438Z [00:02:05.841]➜  go tool buildid -w $WORK/b752/_pkg_.a # internal
2025-08-20T22:59:43.5812918Z [00:02:05.841]➜  cp $WORK/b752/_pkg_.a /root/.cache/go-build/b6/b65cbd37d2a4bd2e26838e49920a24b23c3590b0da42aab6abe910ecfd8e6350-d # internal
2025-08-20T22:59:43.5813527Z [00:02:05.841]➜  github.com/gobwas/glob/util/runes
2025-08-20T22:59:43.5813833Z [00:02:05.841]➜  mkdir -p $WORK/b795/
2025-08-20T22:59:43.5814207Z [00:02:05.841]➜  echo '# import config' > $WORK/b795/importcfg # internal
2025-08-20T22:59:43.5817123Z [00:02:05.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b795/_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/b795=>" -p github.com/gobwas/glob/util/runes -lang=go1.16 -complete -installsuffix shared -buildid jnHzLQ5_x3cajf1dt9ck/jnHzLQ5_x3cajf1dt9ck -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b795/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/util/runes/runes.go
2025-08-20T22:59:43.5842714Z [00:02:05.845]➜  go tool buildid -w $WORK/b766/_pkg_.a # internal
2025-08-20T22:59:43.5847778Z [00:02:05.846]➜  cp $WORK/b766/_pkg_.a /root/.cache/go-build/12/12aa5233875525288d813846368685b0430a7931846783c8dc4e96027ea79b15-d # internal
2025-08-20T22:59:43.5850611Z [00:02:05.846]➜  golang.org/x/net/html/atom
2025-08-20T22:59:43.5852011Z [00:02:05.846]➜  mkdir -p $WORK/b810/
2025-08-20T22:59:43.5856192Z [00:02:05.847]➜  echo '# import config' > $WORK/b810/importcfg # internal
2025-08-20T22:59:43.5861171Z [00:02:05.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b810/_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/b810=>" -p golang.org/x/net/html/atom -lang=go1.23 -complete -installsuffix shared -buildid YUNL3yIYP0t935uQau97/YUNL3yIYP0t935uQau97 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b810/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-20T22:59:43.5931211Z [00:02:05.854]➜  go tool buildid -w $WORK/b774/_pkg_.a # internal
2025-08-20T22:59:43.5937846Z [00:02:05.854]➜  cp $WORK/b774/_pkg_.a /root/.cache/go-build/eb/ebbaa9ed1ff93c0a972a43928cba56a528962fd5414a34edcdc3fc32530dd45a-d # internal
2025-08-20T22:59:43.5938699Z [00:02:05.854]➜  golang.org/x/text/encoding/internal/identifier
2025-08-20T22:59:43.5939042Z [00:02:05.854]➜  mkdir -p $WORK/b829/
2025-08-20T22:59:43.5939396Z [00:02:05.855]➜  echo '# import config' > $WORK/b829/importcfg # internal
2025-08-20T22:59:43.5942247Z [00:02:05.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b829/_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/b829=>" -p golang.org/x/text/encoding/internal/identifier -lang=go1.23 -complete -installsuffix shared -buildid G6YuFY9cy8Zo_-9Jwtmy/G6YuFY9cy8Zo_-9Jwtmy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b829/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-20T22:59:43.5960658Z [00:02:05.856]➜  go tool buildid -w $WORK/b795/_pkg_.a # internal
2025-08-20T22:59:43.5961430Z [00:02:05.857]➜  cp $WORK/b795/_pkg_.a /root/.cache/go-build/81/81a9f1376401b98acff66dbe42cbad71aeb8e2e0e0ffb0441e93190e964f987e-d # internal
2025-08-20T22:59:43.5962029Z [00:02:05.857]➜  golang.org/x/text/internal/utf8internal
2025-08-20T22:59:43.5962331Z [00:02:05.857]➜  mkdir -p $WORK/b831/
2025-08-20T22:59:43.5962686Z [00:02:05.857]➜  echo '# import config' > $WORK/b831/importcfg # internal
2025-08-20T22:59:43.5964740Z [00:02:05.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b831/_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/b831=>" -p golang.org/x/text/internal/utf8internal -lang=go1.23 -complete -installsuffix shared -buildid 34DoEbnYpVP_pVaejD0h/34DoEbnYpVP_pVaejD0h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b831/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/utf8internal/utf8internal.go
2025-08-20T22:59:43.6034169Z [00:02:05.864]➜  go tool buildid -w $WORK/b831/_pkg_.a # internal
2025-08-20T22:59:43.6035058Z [00:02:05.864]➜  cp $WORK/b831/_pkg_.a /root/.cache/go-build/49/491f4a781c78f3a5ee2c10ab85b3a0ca170ad4357c214ebc02a69ebb82a8a839-d # internal
2025-08-20T22:59:43.6035897Z [00:02:05.864]➜  github.com/pierrec/lz4/v4/internal/lz4errors
2025-08-20T22:59:43.6036386Z [00:02:05.865]➜  mkdir -p $WORK/b846/
2025-08-20T22:59:43.6038032Z [00:02:05.865]➜  echo '# import config' > $WORK/b846/importcfg # internal
2025-08-20T22:59:43.6042817Z [00:02:05.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b846/_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/b846=>" -p github.com/pierrec/lz4/v4/internal/lz4errors -lang=go1.14 -complete -installsuffix shared -buildid Gpyt-5y4EDePLIJIJnvh/Gpyt-5y4EDePLIJIJnvh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b846/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4errors/errors.go
2025-08-20T22:59:43.6056475Z [00:02:05.867]➜  go tool buildid -w $WORK/b810/_pkg_.a # internal
2025-08-20T22:59:43.6065867Z [00:02:05.868]➜  cp $WORK/b810/_pkg_.a /root/.cache/go-build/2e/2e32a1bff0257b3812411fb8e03aff2fb5ac5536e521b2bd2b9e0f1faea128f1-d # internal
2025-08-20T22:59:43.6071814Z [00:02:05.868]➜  github.com/ulikunitz/xz/internal/hash
2025-08-20T22:59:43.6072195Z [00:02:05.868]➜  mkdir -p $WORK/b851/
2025-08-20T22:59:43.6078800Z [00:02:05.869]➜  echo '# import config' > $WORK/b851/importcfg # internal
2025-08-20T22:59:43.6086517Z [00:02:05.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b851/_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/b851=>" -p github.com/ulikunitz/xz/internal/hash -lang=go1.12 -complete -installsuffix shared -buildid JvIjaH5dl5ihFdvfn-dq/JvIjaH5dl5ihFdvfn-dq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b851/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-20T22:59:43.6118052Z [00:02:05.873]➜  go tool buildid -w $WORK/b846/_pkg_.a # internal
2025-08-20T22:59:43.6119648Z [00:02:05.873]➜  cp $WORK/b846/_pkg_.a /root/.cache/go-build/95/9546c6659bf76554ffdc63898491168b4e0de4ef0f71bcf06e23864c8b0dfee8-d # internal
2025-08-20T22:59:43.6120752Z [00:02:05.873]➜  github.com/bodgit/windows
2025-08-20T22:59:43.6121478Z [00:02:05.873]➜  mkdir -p $WORK/b856/
2025-08-20T22:59:43.6122158Z [00:02:05.873]➜  echo '# import config' > $WORK/b856/importcfg # internal
2025-08-20T22:59:43.6124021Z [00:02:05.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b856/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/windows@v1.0.1=>github.com/bodgit/windows@v1.0.1;$WORK/b856=>" -p github.com/bodgit/windows -lang=go1.13 -complete -installsuffix shared -buildid zXW47Hc1m17E8s7WPslc/zXW47Hc1m17E8s7WPslc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b856/importcfg -pack /root/go/pkg/mod/github.com/bodgit/windows@v1.0.1/filetime.go
2025-08-20T22:59:43.6218097Z [00:02:05.883]➜  go tool buildid -w $WORK/b829/_pkg_.a # internal
2025-08-20T22:59:43.6220603Z [00:02:05.883]➜  cp $WORK/b829/_pkg_.a /root/.cache/go-build/fb/fb4f7207f2fd839fa7e5749eefa5205983a2f2318d45b8a201fb63f23a188b0f-d # internal
2025-08-20T22:59:43.6221688Z [00:02:05.883]➜  github.com/dsnet/compress/bzip2/internal/sais
2025-08-20T22:59:43.6222483Z [00:02:05.883]➜  mkdir -p $WORK/b859/
2025-08-20T22:59:43.6222885Z [00:02:05.883]➜  go tool buildid -w $WORK/b856/_pkg_.a # internal
2025-08-20T22:59:43.6223312Z [00:02:05.883]➜  echo '# import config' > $WORK/b859/importcfg # internal
2025-08-20T22:59:43.6234340Z [00:02:05.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b859/_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/b859=>" -p github.com/dsnet/compress/bzip2/internal/sais -lang=go1.9 -complete -installsuffix shared -buildid mvnioT_E50D2Y35VueHZ/mvnioT_E50D2Y35VueHZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b859/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-20T22:59:43.6237757Z [00:02:05.883]➜  cp $WORK/b856/_pkg_.a /root/.cache/go-build/51/5193c4071d5882bfac939e3e18798d69b6adbb2efd79e487e496ec82f33e1768-d # internal
2025-08-20T22:59:43.6238356Z [00:02:05.883]➜  github.com/dsnet/compress/internal
2025-08-20T22:59:43.6238999Z [00:02:05.883]➜  mkdir -p $WORK/b860/
2025-08-20T22:59:43.6239426Z [00:02:05.883]➜  echo '# import config' > $WORK/b860/importcfg # internal
2025-08-20T22:59:43.6242073Z [00:02:05.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b860/_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/b860=>" -p github.com/dsnet/compress/internal -lang=go1.9 -complete -installsuffix shared -buildid _ynCV6FP12YrpkNGkJ6G/_ynCV6FP12YrpkNGkJ6G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b860/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-20T22:59:43.6273848Z [00:02:05.888]➜  go tool buildid -w $WORK/b851/_pkg_.a # internal
2025-08-20T22:59:43.6279239Z [00:02:05.889]➜  cp $WORK/b851/_pkg_.a /root/.cache/go-build/bb/bb3087e2af73c4d984a4b1c0736b9ffc51c9fa40bf4d883111d8b06a1df8e212-d # internal
2025-08-20T22:59:43.6279875Z [00:02:05.889]➜  github.com/klauspost/compress/internal/race
2025-08-20T22:59:43.6280198Z [00:02:05.889]➜  mkdir -p $WORK/b866/
2025-08-20T22:59:43.6283841Z [00:02:05.889]➜  echo '# import config' > $WORK/b866/importcfg # internal
2025-08-20T22:59:43.6286914Z [00:02:05.889]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b866/_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/b866=>" -p github.com/klauspost/compress/internal/race -lang=go1.22 -complete -installsuffix shared -buildid Hxe4XEfKtMjALUcX7soi/Hxe4XEfKtMjALUcX7soi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b866/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/race/norace.go
2025-08-20T22:59:43.6369518Z [00:02:05.898]➜  go tool buildid -w $WORK/b860/_pkg_.a # internal
2025-08-20T22:59:43.6385282Z [00:02:05.900]➜  go tool buildid -w $WORK/b866/_pkg_.a # internal
2025-08-20T22:59:43.6389420Z [00:02:05.900]➜  cp $WORK/b866/_pkg_.a /root/.cache/go-build/c7/c794a777c57e55a330b02af1d9a395dda9281e67aeed56fc141db991952f7c65-d # internal
2025-08-20T22:59:43.6390750Z [00:02:05.900]➜  github.com/ProtonMail/go-crypto/internal/byteutil
2025-08-20T22:59:43.6391653Z [00:02:05.900]➜  mkdir -p $WORK/b883/
2025-08-20T22:59:43.6395397Z [00:02:05.901]➜  echo '# import config' > $WORK/b883/importcfg # internal
2025-08-20T22:59:43.6399578Z [00:02:05.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b883/_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/b883=>" -p github.com/ProtonMail/go-crypto/internal/byteutil -lang=go1.17 -complete -installsuffix shared -buildid mkqKbgAbKkN-6uHc9Kz8/mkqKbgAbKkN-6uHc9Kz8 -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/internal/byteutil/byteutil.go
2025-08-20T22:59:43.6402611Z [00:02:05.901]➜  cp $WORK/b860/_pkg_.a /root/.cache/go-build/ed/edd9fd814519f7800e4e9065e74b86f22005683e8a4be0a69eec446943c59fa1-d # internal
2025-08-20T22:59:43.6403180Z [00:02:05.901]➜  image/color
2025-08-20T22:59:43.6403450Z [00:02:05.901]➜  mkdir -p $WORK/b914/
2025-08-20T22:59:43.6403802Z [00:02:05.901]➜  echo '# import config' > $WORK/b914/importcfg # internal
2025-08-20T22:59:43.6405446Z [00:02:05.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b914/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b914=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid ol6SQl3dUtPQvnKtBlUM/ol6SQl3dUtPQvnKtBlUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b914/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T22:59:43.6552282Z [00:02:05.916]➜  go tool buildid -w $WORK/b883/_pkg_.a # internal
2025-08-20T22:59:43.6553358Z [00:02:05.916]➜  cp $WORK/b883/_pkg_.a /root/.cache/go-build/95/9503e2dd71842aba193edd61d6971e16d865879a7acae9b3c600513e3f91f17d-d # internal
2025-08-20T22:59:43.6554068Z [00:02:05.916]➜  github.com/aws/aws-sdk-go-v2/internal/sdkio
2025-08-20T22:59:43.6554420Z [00:02:05.916]➜  mkdir -p $WORK/b1017/
2025-08-20T22:59:43.6554784Z [00:02:05.916]➜  echo '# import config' > $WORK/b1017/importcfg # internal
2025-08-20T22:59:43.6556971Z [00:02:05.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1017/_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/b1017=>" -p github.com/aws/aws-sdk-go-v2/internal/sdkio -lang=go1.22 -complete -installsuffix shared -buildid CJoj_odpb6fGhbm4T2ry/CJoj_odpb6fGhbm4T2ry -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1017/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/sdkio/byte.go
2025-08-20T22:59:43.6685546Z [00:02:05.929]➜  go tool buildid -w $WORK/b1017/_pkg_.a # internal
2025-08-20T22:59:43.6710150Z [00:02:05.931]➜  cp $WORK/b1017/_pkg_.a /root/.cache/go-build/c1/c19a852ff3b4617bb0a8c5df2b892fe6331a32d63ade7e96841ee3b44507d3db-d # internal
2025-08-20T22:59:43.6713215Z [00:02:05.932]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption
2025-08-20T22:59:43.6714128Z [00:02:05.932]➜  mkdir -p $WORK/b1432/
2025-08-20T22:59:43.6714489Z [00:02:05.932]➜  echo '# import config' > $WORK/b1432/importcfg # internal
2025-08-20T22:59:43.6717644Z [00:02:05.932]➜  /root/.go/pkg/tool/linux_arm64/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/encryption=>github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption;$WORK/b1432=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption -lang=go1.18 -complete -installsuffix shared -buildid uHzKGZjjnPLTFEHoD130/uHzKGZjjnPLTFEHoD130 -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/encryption/type.go
2025-08-20T22:59:43.6769498Z [00:02:05.938]➜  go tool buildid -w $WORK/b859/_pkg_.a # internal
2025-08-20T22:59:43.6789009Z [00:02:05.940]➜  cp $WORK/b859/_pkg_.a /root/.cache/go-build/e3/e3aecd6f555fdc56c96bfd1a21e3216dc2c40ac98d49ad38deb0dfba68ae3400-d # internal
2025-08-20T22:59:43.6791524Z [00:02:05.940]➜  go.mongodb.org/mongo-driver/bson/bsonoptions
2025-08-20T22:59:43.6791875Z [00:02:05.940]➜  mkdir -p $WORK/b1523/
2025-08-20T22:59:43.6792230Z [00:02:05.940]➜  echo '# import config' > $WORK/b1523/importcfg # internal
2025-08-20T22:59:43.6797467Z [00:02:05.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1523/_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/b1523=>" -p go.mongodb.org/mongo-driver/bson/bsonoptions -lang=go1.18 -complete -installsuffix shared -buildid i8pSrw8_48NPqQ3U7Q-8/i8pSrw8_48NPqQ3U7Q-8 -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/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-20T22:59:43.6808863Z [00:02:05.942]➜  go tool buildid -w $WORK/b1432/_pkg_.a # internal
2025-08-20T22:59:43.6814406Z [00:02:05.942]➜  cp $WORK/b1432/_pkg_.a /root/.cache/go-build/d5/d540ee45cb0a5156dd9437f1bb5729edf96214360fdcd5b619b3cc8fc45a6745-d # internal
2025-08-20T22:59:43.6815042Z [00:02:05.942]➜  go.mongodb.org/mongo-driver/bson/bsontype
2025-08-20T22:59:43.6817199Z [00:02:05.942]➜  mkdir -p $WORK/b1525/
2025-08-20T22:59:43.6819933Z [00:02:05.943]➜  echo '# import config' > $WORK/b1525/importcfg # internal
2025-08-20T22:59:43.6822169Z [00:02:05.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1525/_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/b1525=>" -p go.mongodb.org/mongo-driver/bson/bsontype -lang=go1.18 -complete -installsuffix shared -buildid y1pWk9GOEfi1s5E0r2TI/y1pWk9GOEfi1s5E0r2TI -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/bsontype/bsontype.go
2025-08-20T22:59:43.6845582Z [00:02:05.946]➜  go tool buildid -w $WORK/b914/_pkg_.a # internal
2025-08-20T22:59:43.6858057Z [00:02:05.947]➜  cp $WORK/b914/_pkg_.a /root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d # internal
2025-08-20T22:59:43.6858768Z [00:02:05.947]➜  go.mongodb.org/mongo-driver/internal/handshake
2025-08-20T22:59:43.6859108Z [00:02:05.947]➜  mkdir -p $WORK/b1532/
2025-08-20T22:59:43.6859477Z [00:02:05.947]➜  echo '# import config' > $WORK/b1532/importcfg # internal
2025-08-20T22:59:43.6861676Z [00:02:05.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1532/_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/b1532=>" -p go.mongodb.org/mongo-driver/internal/handshake -lang=go1.18 -complete -installsuffix shared -buildid egpzWuYN1IyLGdjIKtSs/egpzWuYN1IyLGdjIKtSs -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/internal/handshake/handshake.go
2025-08-20T22:59:43.6928335Z [00:02:05.954]➜  go tool buildid -w $WORK/b1525/_pkg_.a # internal
2025-08-20T22:59:43.6935916Z [00:02:05.954]➜  cp $WORK/b1525/_pkg_.a /root/.cache/go-build/df/df277c6705feb1a5a47199a4e0996dffbdd7f4dca1d2e6f9f11e9d0f8519214d-d # internal
2025-08-20T22:59:43.6937715Z [00:02:05.955]➜  go.mongodb.org/mongo-driver/internal/ptrutil
2025-08-20T22:59:43.6939126Z [00:02:05.955]➜  mkdir -p $WORK/b1533/
2025-08-20T22:59:43.6946311Z [00:02:05.956]➜  echo '# import config' > $WORK/b1533/importcfg # internal
2025-08-20T22:59:43.6950571Z [00:02:05.956]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1533/_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/b1533=>" -p go.mongodb.org/mongo-driver/internal/ptrutil -lang=go1.18 -complete -installsuffix shared -buildid 4rwTpfiXwkE7jnGTpjMK/4rwTpfiXwkE7jnGTpjMK -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/ptrutil/int64.go
2025-08-20T22:59:43.6981397Z [00:02:05.959]➜  go tool buildid -w $WORK/b1532/_pkg_.a # internal
2025-08-20T22:59:44.2103340Z [00:02:06.471]➜  cp $WORK/b1532/_pkg_.a /root/.cache/go-build/37/37a9d36fe108b5c5b4a78dd4027a9a3cc96b45964f560f28a25b380c2356051a-d # internal
2025-08-20T22:59:44.2127685Z [00:02:06.471]➜  go.mongodb.org/mongo-driver/version
2025-08-20T22:59:44.2128105Z [00:02:06.471]➜  mkdir -p $WORK/b1567/
2025-08-20T22:59:44.2128481Z [00:02:06.471]➜  echo '# import config' > $WORK/b1567/importcfg # internal
2025-08-20T22:59:44.2130883Z [00:02:06.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1567/_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/b1567=>" -p go.mongodb.org/mongo-driver/version -lang=go1.18 -complete -installsuffix shared -buildid 3c4sJPtvzTaChqZGuuuv/3c4sJPtvzTaChqZGuuuv -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/version/version.go
2025-08-20T22:59:44.2155462Z [00:02:06.477]➜  go tool buildid -w $WORK/b1523/_pkg_.a # internal
2025-08-20T22:59:44.2191755Z [00:02:06.480]➜  go tool buildid -w $WORK/b1567/_pkg_.a # internal
2025-08-20T22:59:44.2199510Z [00:02:06.481]➜  cp $WORK/b1567/_pkg_.a /root/.cache/go-build/52/5201ffb692e5b9cf550156a19d71ce44288959f3daf607a4a86c132ffdf10185-d # internal
2025-08-20T22:59:44.2200163Z [00:02:06.481]➜  cloud.google.com/go/storage/internal
2025-08-20T22:59:44.2200487Z [00:02:06.481]➜  mkdir -p $WORK/b1984/
2025-08-20T22:59:44.2200843Z [00:02:06.481]➜  echo '# import config' > $WORK/b1984/importcfg # internal
2025-08-20T22:59:44.2203172Z [00:02:06.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1984/_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/b1984=>" -p cloud.google.com/go/storage/internal -lang=go1.23 -complete -installsuffix shared -buildid R7jTlfw-akqv6iI16JN-/R7jTlfw-akqv6iI16JN- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1984/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-20T22:59:44.2249953Z [00:02:06.486]➜  go tool buildid -w $WORK/b1533/_pkg_.a # internal
2025-08-20T22:59:44.2264502Z [00:02:06.487]➜  cp $WORK/b1533/_pkg_.a /root/.cache/go-build/8c/8cfe336c20d03692e6d4819decd465a34f56a7b60206a79b336be9b1a639e605-d # internal
2025-08-20T22:59:44.2281035Z [00:02:06.489]➜  go.opentelemetry.io/otel/sdk/metric/internal
2025-08-20T22:59:44.2282176Z [00:02:06.489]➜  mkdir -p $WORK/b1988/
2025-08-20T22:59:44.2283327Z [00:02:06.489]➜  echo '# import config' > $WORK/b1988/importcfg # internal
2025-08-20T22:59:44.2286457Z [00:02:06.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1988/_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/b1988=>" -p go.opentelemetry.io/otel/sdk/metric/internal -lang=go1.23 -complete -installsuffix shared -buildid TedqW1EfiE_K80XfcG-8/TedqW1EfiE_K80XfcG-8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1988/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/reuse_slice.go
2025-08-20T22:59:44.2292331Z [00:02:06.490]➜  go tool buildid -w $WORK/b1984/_pkg_.a # internal
2025-08-20T22:59:44.2372983Z [00:02:06.498]➜  go tool buildid -w $WORK/b1988/_pkg_.a # internal
2025-08-20T22:59:44.2378792Z [00:02:06.499]➜  cp $WORK/b1988/_pkg_.a /root/.cache/go-build/5b/5bfa1f3f6671fca4b5b6a38bf20cefa8592063c67cde0d06101e89a795e83cf1-d # internal
2025-08-20T22:59:44.2379430Z [00:02:06.499]➜  go.opentelemetry.io/otel/sdk
2025-08-20T22:59:44.2379728Z [00:02:06.499]➜  mkdir -p $WORK/b1992/
2025-08-20T22:59:44.2387553Z [00:02:06.499]➜  echo '# import config' > $WORK/b1992/importcfg # internal
2025-08-20T22:59:44.2390699Z [00:02:06.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1992/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0=>go.opentelemetry.io/otel/sdk@v1.36.0;$WORK/b1992=>" -p go.opentelemetry.io/otel/sdk -lang=go1.23 -complete -installsuffix shared -buildid U-45Ic-w_PrDFMMO6M0V/U-45Ic-w_PrDFMMO6M0V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1992/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/version.go
2025-08-20T22:59:44.2468428Z [00:02:06.508]➜  go tool buildid -w $WORK/b1992/_pkg_.a # internal
2025-08-20T22:59:44.2477580Z [00:02:06.508]➜  cp $WORK/b1992/_pkg_.a /root/.cache/go-build/61/6153b911c122bf39d4cf70914b9a13d9963eb81cedfb77d36551cefd691c2f37-d # internal
2025-08-20T22:59:44.2479013Z [00:02:06.509]➜  cloud.google.com/go/monitoring/internal
2025-08-20T22:59:44.2479689Z [00:02:06.509]➜  mkdir -p $WORK/b2009/
2025-08-20T22:59:44.2480073Z [00:02:06.509]➜  echo '# import config' > $WORK/b2009/importcfg # internal
2025-08-20T22:59:44.2482872Z [00:02:06.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2009/_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/b2009=>" -p cloud.google.com/go/monitoring/internal -lang=go1.23 -complete -installsuffix shared -buildid RBDj_tqXQWXXiq2tj1iF/RBDj_tqXQWXXiq2tj1iF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2009/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/internal/version.go
2025-08-20T22:59:44.2528168Z [00:02:06.514]➜  cp $WORK/b1984/_pkg_.a /root/.cache/go-build/2d/2df86c9e442a93c182dadf94e9980c98e15faed8a764f02791e1197ef3b96761-d # internal
2025-08-20T22:59:44.2529262Z [00:02:06.514]➜  google.golang.org/grpc/xds/internal/clients/xdsclient/metrics
2025-08-20T22:59:44.2531138Z [00:02:06.514]➜  mkdir -p $WORK/b2094/
2025-08-20T22:59:44.2531789Z [00:02:06.514]➜  cp $WORK/b1523/_pkg_.a /root/.cache/go-build/e0/e02134121f05b6b9b02b0964efc0bc1e814e1c3478ddd17ff9e757c03d92e3f2-d # internal
2025-08-20T22:59:44.2532780Z [00:02:06.514]➜  google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version
2025-08-20T22:59:44.2533173Z [00:02:06.514]➜  mkdir -p $WORK/b2105/
2025-08-20T22:59:44.2533526Z [00:02:06.514]➜  echo '# import config' > $WORK/b2094/importcfg # internal
2025-08-20T22:59:44.2559046Z [00:02:06.514]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2094/_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/b2094=>" -p google.golang.org/grpc/xds/internal/clients/xdsclient/metrics -lang=go1.23 -complete -installsuffix shared -buildid ygUWGePDDw8Kkj_dKqX-/ygUWGePDDw8Kkj_dKqX- -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/metrics/metrics.go
2025-08-20T22:59:44.2562583Z [00:02:06.514]➜  echo '# import config' > $WORK/b2105/importcfg # internal
2025-08-20T22:59:44.2565158Z [00:02:06.515]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2105/_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/b2105=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version -lang=go1.23 -complete -installsuffix shared -buildid ZFUBnDI_IoFf5yN2IvgS/ZFUBnDI_IoFf5yN2IvgS -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/xdsclient/xdsresource/version/version.go
2025-08-20T22:59:44.2664183Z [00:02:06.527]➜  go tool buildid -w $WORK/b2009/_pkg_.a # internal
2025-08-20T22:59:44.2665895Z [00:02:06.527]➜  cp $WORK/b2009/_pkg_.a /root/.cache/go-build/2a/2a17cde6fb819ebac6d74851938f3a770ceec1fac3d9972a056df3f527109ad2-d # internal
2025-08-20T22:59:44.2668524Z [00:02:06.528]➜  google.golang.org/grpc/xds/internal/resolver/internal
2025-08-20T22:59:44.2681638Z [00:02:06.528]➜  mkdir -p $WORK/b2140/
2025-08-20T22:59:44.2682686Z [00:02:06.529]➜  echo '# import config' > $WORK/b2140/importcfg # internal
2025-08-20T22:59:44.2685433Z [00:02:06.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2140/_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/b2140=>" -p google.golang.org/grpc/xds/internal/resolver/internal -lang=go1.23 -complete -installsuffix shared -buildid wL_m1jKw2ixSDLmF5_Un/wL_m1jKw2ixSDLmF5_Un -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/internal/internal.go
2025-08-20T22:59:44.2700038Z [00:02:06.531]➜  go tool buildid -w $WORK/b2105/_pkg_.a # internal
2025-08-20T22:59:44.2715562Z [00:02:06.533]➜  cp $WORK/b2105/_pkg_.a /root/.cache/go-build/a3/a3b53377f53e1c69060b404910dc37d3f3eb404385d8f7f1e89bcc4abb316430-d # internal
2025-08-20T22:59:44.2717169Z [00:02:06.533]➜  github.com/pjbgf/sha1cd/internal
2025-08-20T22:59:44.2718364Z [00:02:06.533]➜  mkdir -p $WORK/b2171/
2025-08-20T22:59:44.2741161Z [00:02:06.535]➜  echo '# import config' > $WORK/b2171/importcfg # internal
2025-08-20T22:59:44.2743221Z [00:02:06.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2171/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/internal=>github.com/pjbgf/sha1cd@v0.3.2/internal;$WORK/b2171=>" -p github.com/pjbgf/sha1cd/internal -lang=go1.21 -complete -installsuffix shared -buildid YvcHtNC0VE3kSypZ2pFs/YvcHtNC0VE3kSypZ2pFs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2171/importcfg -pack /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/internal/const.go
2025-08-20T22:59:44.2744909Z [00:02:06.535]➜  go tool buildid -w $WORK/b2094/_pkg_.a # internal
2025-08-20T22:59:44.2745589Z [00:02:06.535]➜  cp $WORK/b2094/_pkg_.a /root/.cache/go-build/b5/b5bfdbeb2c1c8220d57421ae67db6995903ac3d7e53525a7dcad9af8f469d505-d # internal
2025-08-20T22:59:44.2746732Z [00:02:06.536]➜  github.com/pjbgf/sha1cd/ubc
2025-08-20T22:59:44.2747504Z [00:02:06.536]➜  mkdir -p $WORK/b2172/
2025-08-20T22:59:44.2754363Z [00:02:06.537]➜  echo '# import config' > $WORK/b2172/importcfg # internal
2025-08-20T22:59:44.2758318Z [00:02:06.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2172/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc=>github.com/pjbgf/sha1cd@v0.3.2/ubc;$WORK/b2172=>" -p github.com/pjbgf/sha1cd/ubc -lang=go1.21 -complete -installsuffix shared -buildid C515LUTHhqkPGkLPa6E2/C515LUTHhqkPGkLPa6E2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2172/importcfg -pack /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_generic.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc/ubc_noasm.go
2025-08-20T22:59:44.2807857Z [00:02:06.541]➜  go tool buildid -w $WORK/b2140/_pkg_.a # internal
2025-08-20T22:59:44.2811259Z [00:02:06.542]➜  cp $WORK/b2140/_pkg_.a /root/.cache/go-build/38/38f58b8b8b95bc1ca9b62950a60cb19879c6be4913362226791c51bbeb58598d-d # internal
2025-08-20T22:59:44.2812688Z [00:02:06.542]➜  github.com/go-git/go-git/v5/plumbing/color
2025-08-20T22:59:44.2813407Z [00:02:06.542]➜  mkdir -p $WORK/b2201/
2025-08-20T22:59:44.2814001Z [00:02:06.542]➜  echo '# import config' > $WORK/b2201/importcfg # internal
2025-08-20T22:59:44.2862061Z [00:02:06.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2201/_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/b2201=>" -p github.com/go-git/go-git/v5/plumbing/color -lang=go1.21 -complete -installsuffix shared -buildid pi-BgpHu6Lax9jrce7cs/pi-BgpHu6Lax9jrce7cs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2201/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/color/color.go
2025-08-20T22:59:44.2885456Z [00:02:06.548]➜  go tool buildid -w $WORK/b2171/_pkg_.a # internal
2025-08-20T22:59:44.2886934Z [00:02:06.549]➜  cp $WORK/b2171/_pkg_.a /root/.cache/go-build/3d/3d03b4d2ec5bb5175640dc103dfd1592e40fc726c55268fe870b589a26a92150-d # internal
2025-08-20T22:59:44.2887817Z [00:02:06.549]➜  github.com/golang/groupcache/lru
2025-08-20T22:59:44.2888494Z [00:02:06.549]➜  mkdir -p $WORK/b2225/
2025-08-20T22:59:44.2889306Z [00:02:06.549]➜  cat >/tmp/go-build2180205415/b2225/importcfg << 'EOF' # internal
2025-08-20T22:59:44.2889706Z [00:02:06.549]➜  # import config
2025-08-20T22:59:44.2890083Z [00:02:06.549]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T22:59:44.2890757Z [00:02:06.549]➜  EOF
2025-08-20T22:59:44.2892959Z [00:02:06.549]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2225/_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/b2225=>" -p github.com/golang/groupcache/lru -lang=go1.16 -complete -installsuffix shared -buildid 6ljFGMZ8T-abrNJAxJeX/6ljFGMZ8T-abrNJAxJeX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2225/importcfg -pack /root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da/lru/lru.go
2025-08-20T22:59:44.3089939Z [00:02:06.570]➜  go tool buildid -w $WORK/b2225/_pkg_.a # internal
2025-08-20T22:59:44.3108552Z [00:02:06.572]➜  cp $WORK/b2225/_pkg_.a /root/.cache/go-build/0f/0f34fbabc4cc0bc3180763e7d9952bb5c228b51a136a759f60b604273b45d859-d # internal
2025-08-20T22:59:44.3109502Z [00:02:06.572]➜  github.com/repeale/fp-go
2025-08-20T22:59:44.3110123Z [00:02:06.572]➜  mkdir -p $WORK/b2249/
2025-08-20T22:59:44.3110912Z [00:02:06.572]➜  echo '# import config' > $WORK/b2249/importcfg # internal
2025-08-20T22:59:44.3115103Z [00:02:06.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2249/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/repeale/fp-go@v0.11.1=>github.com/repeale/fp-go@v0.11.1;$WORK/b2249=>" -p github.com/repeale/fp-go -lang=go1.18 -complete -installsuffix shared -buildid b1H73wb1c22AXpi-goz7/b1H73wb1c22AXpi-goz7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2249/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-20T22:59:44.3204060Z [00:02:06.581]➜  go tool buildid -w $WORK/b2201/_pkg_.a # internal
2025-08-20T22:59:44.3224100Z [00:02:06.581]➜  cp $WORK/b2201/_pkg_.a /root/.cache/go-build/4a/4ad1a3dea1c87b6695e6ae9a1f7ff297c5c8a4d067ac07fdae7d528f31a9d5a1-d # internal
2025-08-20T22:59:44.3224777Z [00:02:06.581]➜  github.com/aws/smithy-go/container/private/cache
2025-08-20T22:59:44.3225123Z [00:02:06.581]➜  mkdir -p $WORK/b2268/
2025-08-20T22:59:44.3225477Z [00:02:06.581]➜  echo '# import config' > $WORK/b2268/importcfg # internal
2025-08-20T22:59:44.3227857Z [00:02:06.581]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2268/_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/b2268=>" -p github.com/aws/smithy-go/container/private/cache -lang=go1.22 -complete -installsuffix shared -buildid zxcTcM_VIowDMrdBpvvL/zxcTcM_VIowDMrdBpvvL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2268/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/container/private/cache/cache.go
2025-08-20T22:59:44.3327546Z [00:02:06.594]➜  go tool buildid -w $WORK/b2249/_pkg_.a # internal
2025-08-20T22:59:44.3337499Z [00:02:06.595]➜  cp $WORK/b2249/_pkg_.a /root/.cache/go-build/75/7503f673205beb21439b75db4e1429b0f0dbe6f2ce4da07d9eb317a5fa602217-d # internal
2025-08-20T22:59:44.3338350Z [00:02:06.595]➜  github.com/adrg/strutil/internal/mathutil
2025-08-20T22:59:44.3338743Z [00:02:06.595]➜  mkdir -p $WORK/b2276/
2025-08-20T22:59:44.3339099Z [00:02:06.595]➜  echo '# import config' > $WORK/b2276/importcfg # internal
2025-08-20T22:59:44.3341542Z [00:02:06.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2276/_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/b2276=>" -p github.com/adrg/strutil/internal/mathutil -lang=go1.14 -complete -installsuffix shared -buildid z8NOubZd9g81HJXiWIcM/z8NOubZd9g81HJXiWIcM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2276/importcfg -pack /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/internal/mathutil/math.go
2025-08-20T22:59:44.3361398Z [00:02:06.597]➜  go tool buildid -w $WORK/b2268/_pkg_.a # internal
2025-08-20T22:59:44.3364809Z [00:02:06.597]➜  cp $WORK/b2268/_pkg_.a /root/.cache/go-build/cd/cddd1b10bcf6af069c56b88c7651b7550997698210678624bc3b1321ed780baa-d # internal
2025-08-20T22:59:44.3365594Z [00:02:06.598]➜  github.com/aws/smithy-go/container/private/cache/lru
2025-08-20T22:59:44.3366909Z [00:02:06.598]➜  mkdir -p $WORK/b2269/
2025-08-20T22:59:44.3370397Z [00:02:06.598]➜  cat >/tmp/go-build2180205415/b2269/importcfg << 'EOF' # internal
2025-08-20T22:59:44.3370911Z [00:02:06.598]➜  # import config
2025-08-20T22:59:44.3371401Z [00:02:06.598]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T22:59:44.3372115Z [00:02:06.598]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build2180205415/b2268/_pkg_.a
2025-08-20T22:59:44.3372690Z [00:02:06.598]➜  EOF
2025-08-20T22:59:44.3388521Z [00:02:06.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2269/_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/b2269=>" -p github.com/aws/smithy-go/container/private/cache/lru -lang=go1.22 -complete -installsuffix shared -buildid oPh6bpRT1NORoy0oD7lU/oPh6bpRT1NORoy0oD7lU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2269/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/container/private/cache/lru/lru.go
2025-08-20T22:59:44.3418709Z [00:02:06.603]➜  go tool buildid -w $WORK/b2172/_pkg_.a # internal
2025-08-20T22:59:44.3421783Z [00:02:06.603]➜  cp $WORK/b2172/_pkg_.a /root/.cache/go-build/0d/0d8acad9c89c1ab4afb8c21f1e1c2aa579e8b51dca88565e87cea14a750d3276-d # internal
2025-08-20T22:59:44.3422571Z [00:02:06.603]➜  github.com/adrg/strutil/internal/stringutil
2025-08-20T22:59:44.3424744Z [00:02:06.603]➜  mkdir -p $WORK/b2277/
2025-08-20T22:59:44.3425415Z [00:02:06.603]➜  echo '# import config' > $WORK/b2277/importcfg # internal
2025-08-20T22:59:44.3429917Z [00:02:06.604]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2277/_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/b2277=>" -p github.com/adrg/strutil/internal/stringutil -lang=go1.14 -complete -installsuffix shared -buildid XoTmfY8vEBuAQLcb6B8E/XoTmfY8vEBuAQLcb6B8E -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/stringutil/stringutil.go
2025-08-20T22:59:44.3544916Z [00:02:06.615]➜  go tool buildid -w $WORK/b2277/_pkg_.a # internal
2025-08-20T22:59:44.3546292Z [00:02:06.616]➜  cp $WORK/b2277/_pkg_.a /root/.cache/go-build/3f/3f0f28b60eb28a80e00a72dc904f87aedb93aecb081c169ef25d39a2298a1ac5-d # internal
2025-08-20T22:59:44.3547897Z [00:02:06.616]➜  github.com/elastic/elastic-transport-go/v8/elastictransport/version
2025-08-20T22:59:44.3548336Z [00:02:06.616]➜  mkdir -p $WORK/b2286/
2025-08-20T22:59:44.3548877Z [00:02:06.616]➜  echo '# import config' > $WORK/b2286/importcfg # internal
2025-08-20T22:59:44.3551820Z [00:02:06.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2286/_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/b2286=>" -p github.com/elastic/elastic-transport-go/v8/elastictransport/version -lang=go1.20 -complete -installsuffix shared -buildid TSEWBpoHOF-0Ew7fZWWa/TSEWBpoHOF-0Ew7fZWWa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2286/importcfg -pack /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.1/elastictransport/version/version.go
2025-08-20T22:59:44.3583483Z [00:02:06.619]➜  go tool buildid -w $WORK/b2276/_pkg_.a # internal
2025-08-20T22:59:44.3586889Z [00:02:06.620]➜  cp $WORK/b2276/_pkg_.a /root/.cache/go-build/71/717927eca3e24c8442b173b00d9b6fe0d8be55eed9fa91a0d4af216e51555bad-d # internal
2025-08-20T22:59:44.3589201Z [00:02:06.620]➜  github.com/adrg/strutil/internal/ngram
2025-08-20T22:59:44.3589534Z [00:02:06.620]➜  mkdir -p $WORK/b2275/
2025-08-20T22:59:44.3593987Z [00:02:06.621]➜  cat >/tmp/go-build2180205415/b2275/importcfg << 'EOF' # internal
2025-08-20T22:59:44.3594366Z [00:02:06.621]➜  # import config
2025-08-20T22:59:44.3594869Z [00:02:06.621]➜  packagefile github.com/adrg/strutil/internal/mathutil=/tmp/go-build2180205415/b2276/_pkg_.a
2025-08-20T22:59:44.3595305Z [00:02:06.621]➜  EOF
2025-08-20T22:59:44.3597356Z [00:02:06.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2275/_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/b2275=>" -p github.com/adrg/strutil/internal/ngram -lang=go1.14 -complete -installsuffix shared -buildid iWOp5XFIfP7K3wJBcGBC/iWOp5XFIfP7K3wJBcGBC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2275/importcfg -pack /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/internal/ngram/ngram.go
2025-08-20T22:59:44.3650010Z [00:02:06.626]➜  go tool buildid -w $WORK/b2286/_pkg_.a # internal
2025-08-20T22:59:44.3655272Z [00:02:06.627]➜  cp $WORK/b2286/_pkg_.a /root/.cache/go-build/20/20cd083c8425ca975b4761710097eb4526ffa17983452c7454e3043a3b193e76-d # internal
2025-08-20T22:59:44.3656089Z [00:02:06.627]➜  github.com/elastic/go-elasticsearch/v8/internal/version
2025-08-20T22:59:44.3656473Z [00:02:06.627]➜  mkdir -p $WORK/b2288/
2025-08-20T22:59:44.3656832Z [00:02:06.627]➜  echo '# import config' > $WORK/b2288/importcfg # internal
2025-08-20T22:59:44.3659167Z [00:02:06.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2288/_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/b2288=>" -p github.com/elastic/go-elasticsearch/v8/internal/version -lang=go1.22 -complete -installsuffix shared -buildid BXGJ3w_SvG9StZQ9n-Je/BXGJ3w_SvG9StZQ9n-Je -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2288/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/internal/version/version.go
2025-08-20T22:59:44.3665681Z [00:02:06.628]➜  go tool buildid -w $WORK/b2269/_pkg_.a # internal
2025-08-20T22:59:44.3674886Z [00:02:06.629]➜  cp $WORK/b2269/_pkg_.a /root/.cache/go-build/6b/6b51ffe360f368ddc69e737986d17985b34741ac33159604ef54bf6ee84e1ebb-d # internal
2025-08-20T22:59:44.3690347Z [00:02:06.630]➜  github.com/charmbracelet/x/ansi/parser
2025-08-20T22:59:44.3691246Z [00:02:06.630]➜  mkdir -p $WORK/b3027/
2025-08-20T22:59:44.3694363Z [00:02:06.631]➜  cat >/tmp/go-build2180205415/b3027/importcfg << 'EOF' # internal
2025-08-20T22:59:44.3696411Z [00:02:06.631]➜  # import config
2025-08-20T22:59:44.3696764Z [00:02:06.631]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:44.3697082Z [00:02:06.631]➜  EOF
2025-08-20T22:59:44.3699715Z [00:02:06.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3027/_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/b3027=>" -p github.com/charmbracelet/x/ansi/parser -lang=go1.23 -complete -installsuffix shared -buildid FOhSa_enffxsBEjZ4stK/FOhSa_enffxsBEjZ4stK -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/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-20T22:59:44.3788726Z [00:02:06.640]➜  go tool buildid -w $WORK/b2288/_pkg_.a # internal
2025-08-20T22:59:44.3797477Z [00:02:06.640]➜  cp $WORK/b2288/_pkg_.a /root/.cache/go-build/6d/6d68182708c92c9aa88ac3480fe784a05bfff5aab87183d4546af9282a53844f-d # internal
2025-08-20T22:59:44.3798225Z [00:02:06.641]➜  github.com/charmbracelet/x/exp/slice
2025-08-20T22:59:44.3798560Z [00:02:06.641]➜  mkdir -p $WORK/b3054/
2025-08-20T22:59:44.3800650Z [00:02:06.641]➜  echo '# import config' > $WORK/b3054/importcfg # internal
2025-08-20T22:59:44.3805150Z [00:02:06.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3054/_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/b3054=>" -p github.com/charmbracelet/x/exp/slice -lang=go1.19 -complete -installsuffix shared -buildid zrCSQt9tyTfR0l4w8Kh2/zrCSQt9tyTfR0l4w8Kh2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3054/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/exp/slice@v0.0.0-20250327172914-2fdc97757edf/slice.go
2025-08-20T22:59:44.3836121Z [00:02:06.645]➜  go tool buildid -w $WORK/b2275/_pkg_.a # internal
2025-08-20T22:59:44.3837958Z [00:02:06.645]➜  cp $WORK/b2275/_pkg_.a /root/.cache/go-build/c2/c2b14aea0e98d697d53328265004efdcadf3cfaca888d77cf097b6bc41fb6a30-d # internal
2025-08-20T22:59:44.3839350Z [00:02:06.645]➜  github.com/adrg/strutil
2025-08-20T22:59:44.3840023Z [00:02:06.645]➜  mkdir -p $WORK/b2274/
2025-08-20T22:59:44.3850275Z [00:02:06.646]➜  cat >/tmp/go-build2180205415/b2274/importcfg << 'EOF' # internal
2025-08-20T22:59:44.3850939Z [00:02:06.646]➜  # import config
2025-08-20T22:59:44.3851962Z [00:02:06.646]➜  packagefile github.com/adrg/strutil/internal/ngram=/tmp/go-build2180205415/b2275/_pkg_.a
2025-08-20T22:59:44.3852687Z [00:02:06.646]➜  packagefile github.com/adrg/strutil/internal/stringutil=/tmp/go-build2180205415/b2277/_pkg_.a
2025-08-20T22:59:44.3853139Z [00:02:06.646]➜  EOF
2025-08-20T22:59:44.3854843Z [00:02:06.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2274/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/strutil@v0.3.1=>github.com/adrg/strutil@v0.3.1;$WORK/b2274=>" -p github.com/adrg/strutil -lang=go1.14 -complete -installsuffix shared -buildid 6pMVgOJCFEFEGxdh8RRj/6pMVgOJCFEFEGxdh8RRj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2274/importcfg -pack /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/strutil.go
2025-08-20T22:59:44.3941246Z [00:02:06.655]➜  go tool buildid -w $WORK/b3054/_pkg_.a # internal
2025-08-20T22:59:44.3944315Z [00:02:06.656]➜  cp $WORK/b3054/_pkg_.a /root/.cache/go-build/7a/7a429efe1cb1cd62ee9a2706c92f6983ba1f0ac2aec9ea45c8e1d60a23e097cf-d # internal
2025-08-20T22:59:44.3962543Z [00:02:06.657]➜  github.com/charmbracelet/bubbles/runeutil
2025-08-20T22:59:44.3963340Z [00:02:06.657]➜  mkdir -p $WORK/b3077/
2025-08-20T22:59:44.3963788Z [00:02:06.657]➜  cat >/tmp/go-build2180205415/b3077/importcfg << 'EOF' # internal
2025-08-20T22:59:44.3964148Z [00:02:06.657]➜  # import config
2025-08-20T22:59:44.3964511Z [00:02:06.657]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:44.3964964Z [00:02:06.657]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:44.3965303Z [00:02:06.657]➜  EOF
2025-08-20T22:59:44.3967460Z [00:02:06.657]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3077/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/runeutil=>github.com/charmbracelet/bubbles@v0.18.0/runeutil;$WORK/b3077=>" -p github.com/charmbracelet/bubbles/runeutil -lang=go1.18 -complete -installsuffix shared -buildid oCT_Vow6cQadVv2rU1DZ/oCT_Vow6cQadVv2rU1DZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3077/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/runeutil/runeutil.go
2025-08-20T22:59:44.4104914Z [00:02:06.672]➜  go tool buildid -w $WORK/b2274/_pkg_.a # internal
2025-08-20T22:59:44.4109264Z [00:02:06.672]➜  cp $WORK/b2274/_pkg_.a /root/.cache/go-build/39/3925017d04817ac85844c218da7d9143f80316379d70c234ca76137a96a70b99-d # internal
2025-08-20T22:59:44.4133746Z [00:02:06.674]➜  github.com/trufflesecurity/trufflehog/v3/pkg/version
2025-08-20T22:59:44.4134657Z [00:02:06.674]➜  mkdir -p $WORK/b3108/
2025-08-20T22:59:44.4138421Z [00:02:06.675]➜  echo '# import config' > $WORK/b3108/importcfg # internal
2025-08-20T22:59:44.4141853Z [00:02:06.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3108/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/version=>github.com/trufflesecurity/trufflehog/v3/pkg/version;$WORK/b3108=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/version -lang=go1.24 -complete -installsuffix shared -buildid Bqw7DLEJMOrnJqFkdEWf/Bqw7DLEJMOrnJqFkdEWf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3108/importcfg -pack ./pkg/version/version.go
2025-08-20T22:59:44.4168070Z [00:02:06.678]➜  go tool buildid -w $WORK/b3077/_pkg_.a # internal
2025-08-20T22:59:44.4211201Z [00:02:06.682]➜  cp $WORK/b3077/_pkg_.a /root/.cache/go-build/8c/8ceeb5c6564688ec6062e59c459683bcdc58112009f3532819ea54bfe95cfdf9-d # internal
2025-08-20T22:59:44.4237545Z [00:02:06.685]➜  go tool buildid -w $WORK/b3108/_pkg_.a # internal
2025-08-20T22:59:44.4239941Z [00:02:06.685]➜  cp $WORK/b3108/_pkg_.a /root/.cache/go-build/1f/1fea75911403debf41a905f7b34d2391703dc0a2797e7ada1c70bd9d07c1eaf2-d # internal
2025-08-20T22:59:44.4331259Z [00:02:06.694]➜  go tool buildid -w $WORK/b3027/_pkg_.a # internal
2025-08-20T22:59:44.4339302Z [00:02:06.695]➜  cp $WORK/b3027/_pkg_.a /root/.cache/go-build/fc/fc2769e6b2fd7d146658e145446d571b74c67cc28a856793fe5109e6ef6c99b9-d # internal
2025-08-20T22:59:44.9529493Z [00:02:07.214]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b010/tls_GOARCH.h
2025-08-20T22:59:44.9529917Z [00:02:07.214]➜  cd /root/.go/src/runtime
2025-08-20T22:59:44.9530810Z [00:02:07.214]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/asm.o ./asm.s
2025-08-20T22:59:44.9553393Z [00:02:07.216]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/asm_arm64.o ./asm_arm64.s
2025-08-20T22:59:44.9637764Z [00:02:07.225]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/atomic_arm64.o ./atomic_arm64.s
2025-08-20T22:59:44.9657534Z [00:02:07.227]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/duff_arm64.o ./duff_arm64.s
2025-08-20T22:59:44.9680070Z [00:02:07.229]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/ints.o ./ints.s
2025-08-20T22:59:44.9702294Z [00:02:07.231]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/memclr_arm64.o ./memclr_arm64.s
2025-08-20T22:59:44.9725409Z [00:02:07.233]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/memmove_arm64.o ./memmove_arm64.s
2025-08-20T22:59:44.9746600Z [00:02:07.236]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/preempt_arm64.o ./preempt_arm64.s
2025-08-20T22:59:44.9782548Z [00:02:07.239]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T22:59:44.9802982Z [00:02:07.241]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T22:59:44.9850245Z [00:02:07.246]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/tls_arm64.o ./tls_arm64.s
2025-08-20T22:59:44.9886568Z [00:02:07.250]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/asm.o $WORK/b010/asm_arm64.o $WORK/b010/atomic_arm64.o $WORK/b010/duff_arm64.o $WORK/b010/ints.o $WORK/b010/memclr_arm64.o $WORK/b010/memmove_arm64.o $WORK/b010/preempt_arm64.o $WORK/b010/rt0_linux_arm64.o $WORK/b010/sys_linux_arm64.o $WORK/b010/tls_arm64.o # internal
2025-08-20T22:59:44.9888832Z [00:02:07.250]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T22:59:45.0143809Z [00:02:07.275]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T22:59:45.0148483Z [00:02:07.275]➜  internal/reflectlite
2025-08-20T22:59:45.0149173Z [00:02:07.275]➜  mkdir -p $WORK/b005/
2025-08-20T22:59:45.0149417Z [00:02:07.275]➜  iter
2025-08-20T22:59:45.0149647Z [00:02:07.275]➜  mkdir -p $WORK/b039/
2025-08-20T22:59:45.0149888Z [00:02:07.276]➜  sync
2025-08-20T22:59:45.0150110Z [00:02:07.276]➜  mkdir -p $WORK/b035/
2025-08-20T22:59:45.0150416Z [00:02:07.276]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T22:59:45.0150750Z [00:02:07.276]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:59:45.0151908Z [00:02:07.276]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b005/symabis ./asm.s
2025-08-20T22:59:45.0152972Z [00:02:07.276]➜  cat >/tmp/go-build2180205415/b039/importcfg << 'EOF' # internal
2025-08-20T22:59:45.0153319Z [00:02:07.276]➜  # import config
2025-08-20T22:59:45.0153683Z [00:02:07.276]➜  packagefile internal/race=/tmp/go-build2180205415/b030/_pkg_.a
2025-08-20T22:59:45.0154145Z [00:02:07.276]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:45.0154477Z [00:02:07.276]➜  EOF
2025-08-20T22:59:45.0154720Z [00:02:07.276]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:45.0156247Z [00:02:07.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b039=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T22:59:45.0164021Z [00:02:07.277]➜  cat >/tmp/go-build2180205415/b035/importcfg << 'EOF' # internal
2025-08-20T22:59:45.0164442Z [00:02:07.277]➜  # import config
2025-08-20T22:59:45.0165393Z [00:02:07.277]➜  packagefile internal/race=/tmp/go-build2180205415/b030/_pkg_.a
2025-08-20T22:59:45.0166009Z [00:02:07.277]➜  packagefile internal/sync=/tmp/go-build2180205415/b036/_pkg_.a
2025-08-20T22:59:45.0167607Z [00:02:07.277]➜  packagefile internal/synctest=/tmp/go-build2180205415/b038/_pkg_.a
2025-08-20T22:59:45.0168086Z [00:02:07.277]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:45.0168531Z [00:02:07.277]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:45.0168859Z [00:02:07.277]➜  EOF
2025-08-20T22:59:45.0169054Z [00:02:07.277]➜  weak
2025-08-20T22:59:45.0169278Z [00:02:07.277]➜  mkdir -p $WORK/b090/
2025-08-20T22:59:45.0171918Z [00:02:07.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b035=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T22:59:45.0174139Z [00:02:07.277]➜  cat >/tmp/go-build2180205415/b090/importcfg << 'EOF' # internal
2025-08-20T22:59:45.0174484Z [00:02:07.277]➜  # import config
2025-08-20T22:59:45.0174843Z [00:02:07.277]➜  packagefile internal/abi=/tmp/go-build2180205415/b006/_pkg_.a
2025-08-20T22:59:45.0175290Z [00:02:07.277]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:45.0175604Z [00:02:07.277]➜  EOF
2025-08-20T22:59:45.0187436Z [00:02:07.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b090=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -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-20T22:59:45.0189129Z [00:02:07.278]➜  cat >/tmp/go-build2180205415/b005/importcfg << 'EOF' # internal
2025-08-20T22:59:45.0189481Z [00:02:07.278]➜  # import config
2025-08-20T22:59:45.0189841Z [00:02:07.278]➜  packagefile internal/abi=/tmp/go-build2180205415/b006/_pkg_.a
2025-08-20T22:59:45.0190316Z [00:02:07.278]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:45.0190830Z [00:02:07.278]➜  packagefile internal/unsafeheader=/tmp/go-build2180205415/b009/_pkg_.a
2025-08-20T22:59:45.0191305Z [00:02:07.278]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:45.0191618Z [00:02:07.278]➜  EOF
2025-08-20T22:59:45.0193657Z [00:02:07.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T22:59:45.0271666Z [00:02:07.288]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T22:59:45.0272109Z [00:02:07.288]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T22:59:45.0276018Z [00:02:07.289]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T22:59:45.0279957Z [00:02:07.289]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T22:59:45.0280559Z [00:02:07.289]➜  maps
2025-08-20T22:59:45.0281959Z [00:02:07.289]➜  mkdir -p $WORK/b093/
2025-08-20T22:59:45.0283801Z [00:02:07.289]➜  cat >/tmp/go-build2180205415/b093/importcfg << 'EOF' # internal
2025-08-20T22:59:45.0285598Z [00:02:07.289]➜  # import config
2025-08-20T22:59:45.0286097Z [00:02:07.289]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T22:59:45.0286420Z [00:02:07.290]➜  EOF
2025-08-20T22:59:45.0288388Z [00:02:07.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b093=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -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-20T22:59:45.0289691Z [00:02:07.290]➜  slices
2025-08-20T22:59:45.0289919Z [00:02:07.290]➜  mkdir -p $WORK/b046/
2025-08-20T22:59:45.0292708Z [00:02:07.290]➜  cat >/tmp/go-build2180205415/b046/importcfg << 'EOF' # internal
2025-08-20T22:59:45.0293139Z [00:02:07.290]➜  # import config
2025-08-20T22:59:45.0293475Z [00:02:07.290]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T22:59:45.0293888Z [00:02:07.290]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T22:59:45.0294328Z [00:02:07.290]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:45.0294650Z [00:02:07.290]➜  EOF
2025-08-20T22:59:45.0296612Z [00:02:07.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b046=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -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-20T22:59:45.0387206Z [00:02:07.300]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T22:59:45.0392835Z [00:02:07.300]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T22:59:45.0394315Z [00:02:07.301]➜  crypto/subtle
2025-08-20T22:59:45.0394899Z [00:02:07.301]➜  mkdir -p $WORK/b133/
2025-08-20T22:59:45.0397574Z [00:02:07.301]➜  cat >/tmp/go-build2180205415/b133/importcfg << 'EOF' # internal
2025-08-20T22:59:45.0398150Z [00:02:07.301]➜  # import config
2025-08-20T22:59:45.0398627Z [00:02:07.301]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2180205415/b124/_pkg_.a
2025-08-20T22:59:45.0399207Z [00:02:07.301]➜  packagefile internal/runtime/sys=/tmp/go-build2180205415/b031/_pkg_.a
2025-08-20T22:59:45.0399681Z [00:02:07.301]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:45.0400135Z [00:02:07.301]➜  EOF
2025-08-20T22:59:45.0403495Z [00:02:07.301]➜  /root/.go/pkg/tool/linux_arm64/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 L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -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-20T22:59:45.0521886Z [00:02:07.313]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T22:59:45.0538527Z [00:02:07.315]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T22:59:45.0539259Z [00:02:07.315]➜  runtime/metrics
2025-08-20T22:59:45.0539923Z [00:02:07.315]➜  mkdir -p $WORK/b634/
2025-08-20T22:59:45.0541073Z [00:02:07.315]➜  cat >/tmp/go-build2180205415/b634/importcfg << 'EOF' # internal
2025-08-20T22:59:45.0541794Z [00:02:07.315]➜  # import config
2025-08-20T22:59:45.0542448Z [00:02:07.315]➜  packagefile internal/godebugs=/tmp/go-build2180205415/b016/_pkg_.a
2025-08-20T22:59:45.0543246Z [00:02:07.315]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:45.0543852Z [00:02:07.315]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:45.0544420Z [00:02:07.315]➜  EOF
2025-08-20T22:59:45.0549529Z [00:02:07.315]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b634/_pkg_.a -trimpath "/root/.go/src/runtime/metrics=>runtime/metrics;$WORK/b634=>" -p runtime/metrics -lang=go1.25 -std -installsuffix shared -buildid r4f670ttoJBq9e3NNbJ_/r4f670ttoJBq9e3NNbJ_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack /root/.go/src/runtime/metrics/description.go /root/.go/src/runtime/metrics/doc.go /root/.go/src/runtime/metrics/histogram.go /root/.go/src/runtime/metrics/sample.go /root/.go/src/runtime/metrics/value.go
2025-08-20T22:59:45.0586821Z [00:02:07.320]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T22:59:45.0591612Z [00:02:07.320]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T22:59:45.0592402Z [00:02:07.320]➜  github.com/tetratelabs/wazero/internal/descriptor
2025-08-20T22:59:45.0592751Z [00:02:07.320]➜  mkdir -p $WORK/b658/
2025-08-20T22:59:45.0593139Z [00:02:07.320]➜  cat >/tmp/go-build2180205415/b658/importcfg << 'EOF' # internal
2025-08-20T22:59:45.0593479Z [00:02:07.320]➜  # import config
2025-08-20T22:59:45.0593829Z [00:02:07.320]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:45.0594260Z [00:02:07.320]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:45.0594572Z [00:02:07.320]➜  EOF
2025-08-20T22:59:45.0601201Z [00:02:07.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b658/_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/b658=>" -p github.com/tetratelabs/wazero/internal/descriptor -lang=go1.22 -complete -installsuffix shared -buildid GxtuQC3SBkH4y4UxF0i4/GxtuQC3SBkH4y4UxF0i4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b658/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/descriptor/table.go
2025-08-20T22:59:45.0834795Z [00:02:07.345]➜  go tool buildid -w $WORK/b634/_pkg_.a # internal
2025-08-20T22:59:45.0837403Z [00:02:07.345]➜  cp $WORK/b634/_pkg_.a /root/.cache/go-build/e8/e89495d4f1e79ba399fa2b8412546586d9ed9aa43d9c4652fb4972a075ce1f42-d # internal
2025-08-20T22:59:45.0882257Z [00:02:07.349]➜  go tool buildid -w $WORK/b658/_pkg_.a # internal
2025-08-20T22:59:45.0902481Z [00:02:07.351]➜  cp $WORK/b658/_pkg_.a /root/.cache/go-build/66/66161452e93bf9c7786ef0c328b0ee9fafe6516c75d5206f9cfe5e48ce8e899b-d # internal
2025-08-20T22:59:45.1129437Z [00:02:07.374]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T22:59:45.1153157Z [00:02:07.376]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T22:59:45.1153821Z [00:02:07.376]➜  internal/bisect
2025-08-20T22:59:45.1162810Z [00:02:07.377]➜  mkdir -p $WORK/b060/
2025-08-20T22:59:45.1163592Z [00:02:07.377]➜  internal/singleflight
2025-08-20T22:59:45.1165263Z [00:02:07.377]➜  mkdir -p $WORK/b087/
2025-08-20T22:59:45.1167214Z [00:02:07.377]➜  cat >/tmp/go-build2180205415/b060/importcfg << 'EOF' # internal
2025-08-20T22:59:45.1167663Z [00:02:07.377]➜  # import config
2025-08-20T22:59:45.1168022Z [00:02:07.377]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:45.1168450Z [00:02:07.377]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:45.1168886Z [00:02:07.377]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:45.1169217Z [00:02:07.377]➜  EOF
2025-08-20T22:59:45.1169431Z [00:02:07.377]➜  internal/testlog
2025-08-20T22:59:45.1171273Z [00:02:07.377]➜  /root/.go/pkg/tool/linux_arm64/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 l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T22:59:45.1172824Z [00:02:07.377]➜  cat >/tmp/go-build2180205415/b087/importcfg << 'EOF' # internal
2025-08-20T22:59:45.1173168Z [00:02:07.377]➜  # import config
2025-08-20T22:59:45.1173499Z [00:02:07.377]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:45.1173809Z [00:02:07.377]➜  EOF
2025-08-20T22:59:45.1174029Z [00:02:07.377]➜  mkdir -p $WORK/b065/
2025-08-20T22:59:45.1175660Z [00:02:07.377]➜  /root/.go/pkg/tool/linux_arm64/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 7f0dyo-dhoZb5D4ZzewC/7f0dyo-dhoZb5D4ZzewC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T22:59:45.1177370Z [00:02:07.377]➜  cat >/tmp/go-build2180205415/b065/importcfg << 'EOF' # internal
2025-08-20T22:59:45.1177719Z [00:02:07.377]➜  # import config
2025-08-20T22:59:45.1178330Z [00:02:07.377]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:45.1178770Z [00:02:07.377]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:45.1179098Z [00:02:07.377]➜  EOF
2025-08-20T22:59:45.1180715Z [00:02:07.377]➜  /root/.go/pkg/tool/linux_arm64/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 lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -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-20T22:59:45.1313226Z [00:02:07.392]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T22:59:45.1318791Z [00:02:07.393]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T22:59:45.1321218Z [00:02:07.393]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T22:59:45.1324806Z [00:02:07.393]➜  unique
2025-08-20T22:59:45.1325150Z [00:02:07.394]➜  mkdir -p $WORK/b089/
2025-08-20T22:59:45.1325877Z [00:02:07.394]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T22:59:45.1331168Z [00:02:07.394]➜  cat >/tmp/go-build2180205415/b089/importcfg << 'EOF' # internal
2025-08-20T22:59:45.1331936Z [00:02:07.394]➜  # import config
2025-08-20T22:59:45.1332586Z [00:02:07.394]➜  packagefile internal/abi=/tmp/go-build2180205415/b006/_pkg_.a
2025-08-20T22:59:45.1333504Z [00:02:07.394]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:45.1339543Z [00:02:07.394]➜  packagefile internal/stringslite=/tmp/go-build2180205415/b032/_pkg_.a
2025-08-20T22:59:45.1340074Z [00:02:07.394]➜  packagefile internal/sync=/tmp/go-build2180205415/b036/_pkg_.a
2025-08-20T22:59:45.1340531Z [00:02:07.394]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:45.1340980Z [00:02:07.394]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:45.1341418Z [00:02:07.394]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:45.1341849Z [00:02:07.394]➜  packagefile weak=/tmp/go-build2180205415/b090/_pkg_.a
2025-08-20T22:59:45.1342156Z [00:02:07.394]➜  EOF
2025-08-20T22:59:45.1345626Z [00:02:07.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b089=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -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-20T22:59:45.1406313Z [00:02:07.402]➜  runtime/cgo
2025-08-20T22:59:45.1416927Z [00:02:07.402]➜  mkdir -p $WORK/b091/
2025-08-20T22:59:45.1441728Z [00:02:07.405]➜  echo -n > $WORK/b091/preferlinkext # internal
2025-08-20T22:59:45.1442447Z [00:02:07.405]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:59:45.1444218Z [00:02:07.405]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/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-20T22:59:45.1484684Z [00:02:07.409]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T22:59:45.1493651Z [00:02:07.410]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T22:59:45.1494539Z [00:02:07.410]➜  internal/godebug
2025-08-20T22:59:45.1495197Z [00:02:07.411]➜  mkdir -p $WORK/b059/
2025-08-20T22:59:45.1500962Z [00:02:07.411]➜  cat >/tmp/go-build2180205415/b059/importcfg << 'EOF' # internal
2025-08-20T22:59:45.1501966Z [00:02:07.411]➜  # import config
2025-08-20T22:59:45.1502762Z [00:02:07.411]➜  packagefile internal/bisect=/tmp/go-build2180205415/b060/_pkg_.a
2025-08-20T22:59:45.1503309Z [00:02:07.411]➜  packagefile internal/godebugs=/tmp/go-build2180205415/b016/_pkg_.a
2025-08-20T22:59:45.1503776Z [00:02:07.411]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:45.1504214Z [00:02:07.411]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:45.1504545Z [00:02:07.411]➜  EOF
2025-08-20T22:59:45.1504790Z [00:02:07.411]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:45.1506508Z [00:02:07.411]➜  /root/.go/pkg/tool/linux_arm64/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 LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T22:59:45.1531292Z [00:02:07.414]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:59:45.1532844Z [00:02:07.414]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/asm.o ./asm.s
2025-08-20T22:59:45.1555642Z [00:02:07.417]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T22:59:45.1556389Z [00:02:07.417]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T22:59:45.1577651Z [00:02:07.419]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T22:59:45.1578244Z [00:02:07.419]➜  errors
2025-08-20T22:59:45.1578481Z [00:02:07.419]➜  mkdir -p $WORK/b004/
2025-08-20T22:59:45.1588859Z [00:02:07.420]➜  cat >/tmp/go-build2180205415/b004/importcfg << 'EOF' # internal
2025-08-20T22:59:45.1589589Z [00:02:07.420]➜  # import config
2025-08-20T22:59:45.1590301Z [00:02:07.420]➜  packagefile internal/reflectlite=/tmp/go-build2180205415/b005/_pkg_.a
2025-08-20T22:59:45.1591071Z [00:02:07.420]➜  EOF
2025-08-20T22:59:45.1591370Z [00:02:07.420]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:45.1593276Z [00:02:07.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b004=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T22:59:45.1599224Z [00:02:07.421]➜  cd $WORK
2025-08-20T22:59:45.1599765Z [00:02:07.421]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:59:45.1838494Z [00:02:07.444]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:59:45.1840239Z [00:02:07.445]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T22:59:45.1843983Z [00:02:07.445]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T22:59:45.1902040Z [00:02:07.451]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T22:59:45.2019738Z [00:02:07.463]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T22:59:45.2047108Z [00:02:07.465]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T22:59:45.2241816Z [00:02:07.485]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T22:59:45.2259256Z [00:02:07.487]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T22:59:45.3028500Z [00:02:07.564]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:59:45.3030236Z [00:02:07.564]➜  io
2025-08-20T22:59:45.3030489Z [00:02:07.564]➜  mkdir -p $WORK/b034/
2025-08-20T22:59:45.3030887Z [00:02:07.564]➜  cat >/tmp/go-build2180205415/b034/importcfg << 'EOF' # internal
2025-08-20T22:59:45.3031233Z [00:02:07.564]➜  # import config
2025-08-20T22:59:45.3031574Z [00:02:07.564]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:45.3031993Z [00:02:07.564]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:45.3032301Z [00:02:07.564]➜  EOF
2025-08-20T22:59:45.3032545Z [00:02:07.564]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:45.3034069Z [00:02:07.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b034=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T22:59:45.3143190Z [00:02:07.575]➜  cd $WORK
2025-08-20T22:59:45.3144331Z [00:02:07.575]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:59:45.3275594Z [00:02:07.589]➜  internal/oserror
2025-08-20T22:59:45.3276363Z [00:02:07.589]➜  mkdir -p $WORK/b056/
2025-08-20T22:59:45.3277392Z [00:02:07.589]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:59:45.3279250Z [00:02:07.589]➜  strconv
2025-08-20T22:59:45.3279739Z [00:02:07.589]➜  mkdir -p $WORK/b047/
2025-08-20T22:59:45.3280430Z [00:02:07.589]➜  cat >/tmp/go-build2180205415/b056/importcfg << 'EOF' # internal
2025-08-20T22:59:45.3283106Z [00:02:07.589]➜  # import config
2025-08-20T22:59:45.3283474Z [00:02:07.589]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:45.3283820Z [00:02:07.589]➜  EOF
2025-08-20T22:59:45.3284064Z [00:02:07.589]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:45.3285643Z [00:02:07.589]➜  /root/.go/pkg/tool/linux_arm64/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 DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T22:59:45.3299282Z [00:02:07.591]➜  cat >/tmp/go-build2180205415/b047/importcfg << 'EOF' # internal
2025-08-20T22:59:45.3299676Z [00:02:07.591]➜  # import config
2025-08-20T22:59:45.3300360Z [00:02:07.591]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:45.3300899Z [00:02:07.591]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:45.3301416Z [00:02:07.591]➜  packagefile internal/stringslite=/tmp/go-build2180205415/b032/_pkg_.a
2025-08-20T22:59:45.3301901Z [00:02:07.591]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:45.3302329Z [00:02:07.591]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:45.3302836Z [00:02:07.591]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:45.3303166Z [00:02:07.591]➜  EOF
2025-08-20T22:59:45.3328883Z [00:02:07.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b047=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -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-20T22:59:45.3392592Z [00:02:07.600]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T22:59:45.3395623Z [00:02:07.601]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T22:59:45.3465055Z [00:02:07.607]➜  cd $WORK
2025-08-20T22:59:45.3466313Z [00:02:07.607]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -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-20T22:59:45.3481141Z [00:02:07.609]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T22:59:45.3497885Z [00:02:07.611]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T22:59:45.3584449Z [00:02:07.619]➜  cd $WORK/b091
2025-08-20T22:59:45.3587326Z [00:02:07.620]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b091/_x001.o -c _cgo_export.c
2025-08-20T22:59:45.3592593Z [00:02:07.620]➜  path
2025-08-20T22:59:45.3593051Z [00:02:07.620]➜  mkdir -p $WORK/b057/
2025-08-20T22:59:45.3597635Z [00:02:07.621]➜  cat >/tmp/go-build2180205415/b057/importcfg << 'EOF' # internal
2025-08-20T22:59:45.3598062Z [00:02:07.621]➜  # import config
2025-08-20T22:59:45.3598412Z [00:02:07.621]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:45.3598885Z [00:02:07.621]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:45.3599382Z [00:02:07.621]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:45.3599715Z [00:02:07.621]➜  EOF
2025-08-20T22:59:45.3600299Z [00:02:07.621]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:45.3611959Z [00:02:07.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b057=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -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-20T22:59:45.3613285Z [00:02:07.622]➜  bytes
2025-08-20T22:59:45.3614363Z [00:02:07.622]➜  mkdir -p $WORK/b003/
2025-08-20T22:59:45.3615217Z [00:02:07.622]➜  cat >/tmp/go-build2180205415/b003/importcfg << 'EOF' # internal
2025-08-20T22:59:45.3616063Z [00:02:07.622]➜  # import config
2025-08-20T22:59:45.3616989Z [00:02:07.622]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:45.3618071Z [00:02:07.622]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:45.3619569Z [00:02:07.622]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:45.3619994Z [00:02:07.622]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T22:59:45.3620421Z [00:02:07.622]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:45.3621079Z [00:02:07.622]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:45.3621534Z [00:02:07.622]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:45.3621865Z [00:02:07.622]➜  EOF
2025-08-20T22:59:45.3623583Z [00:02:07.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b003=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T22:59:45.3790050Z [00:02:07.638]➜  cd $WORK/b091
2025-08-20T22:59:45.3793631Z [00:02:07.640]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b091/_x002.o -c cgo.cgo2.c
2025-08-20T22:59:45.3951099Z [00:02:07.656]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T22:59:45.3955344Z [00:02:07.657]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T22:59:45.3962672Z [00:02:07.657]➜  syscall
2025-08-20T22:59:45.3967586Z [00:02:07.658]➜  mkdir -p $WORK/b061/
2025-08-20T22:59:45.3970711Z [00:02:07.658]➜  echo -n > $WORK/b061/go_asm.h # internal
2025-08-20T22:59:45.3972180Z [00:02:07.658]➜  cd /root/.go/src/syscall
2025-08-20T22:59:45.3973839Z [00:02:07.658]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b061=>" -I $WORK/b061/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b061/symabis ./asm_linux_arm64.s
2025-08-20T22:59:45.4089227Z [00:02:07.670]➜  cat >/tmp/go-build2180205415/b061/importcfg << 'EOF' # internal
2025-08-20T22:59:45.4090552Z [00:02:07.670]➜  # import config
2025-08-20T22:59:45.4092100Z [00:02:07.670]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:45.4092874Z [00:02:07.670]➜  packagefile internal/asan=/tmp/go-build2180205415/b028/_pkg_.a
2025-08-20T22:59:45.4093584Z [00:02:07.670]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:45.4095370Z [00:02:07.670]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:45.4096036Z [00:02:07.670]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:45.4096584Z [00:02:07.670]➜  packagefile internal/itoa=/tmp/go-build2180205415/b052/_pkg_.a
2025-08-20T22:59:45.4097055Z [00:02:07.670]➜  packagefile internal/msan=/tmp/go-build2180205415/b029/_pkg_.a
2025-08-20T22:59:45.4097537Z [00:02:07.670]➜  packagefile internal/oserror=/tmp/go-build2180205415/b056/_pkg_.a
2025-08-20T22:59:45.4098019Z [00:02:07.670]➜  packagefile internal/race=/tmp/go-build2180205415/b030/_pkg_.a
2025-08-20T22:59:45.4098539Z [00:02:07.670]➜  packagefile internal/runtime/syscall=/tmp/go-build2180205415/b024/_pkg_.a
2025-08-20T22:59:45.4099317Z [00:02:07.670]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:45.4099815Z [00:02:07.670]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:45.4100236Z [00:02:07.670]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:45.4100686Z [00:02:07.670]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:45.4101019Z [00:02:07.670]➜  EOF
2025-08-20T22:59:45.4101265Z [00:02:07.670]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:45.4106725Z [00:02:07.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b061=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -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_arm64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_arm64.go /root/.go/src/syscall/zsyscall_linux_arm64.go /root/.go/src/syscall/zsysnum_linux_arm64.go /root/.go/src/syscall/ztypes_linux_arm64.go
2025-08-20T22:59:45.4276989Z [00:02:07.687]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:59:45.4281398Z [00:02:07.687]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b091/_x003.o -c gcc_context.c
2025-08-20T22:59:45.4568691Z [00:02:07.718]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b091/_x004.o -c gcc_fatalf.c
2025-08-20T22:59:45.4583318Z [00:02:07.719]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T22:59:45.4598467Z [00:02:07.721]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T22:59:45.4601533Z [00:02:07.721]➜  encoding/base64
2025-08-20T22:59:45.4601825Z [00:02:07.721]➜  mkdir -p $WORK/b045/
2025-08-20T22:59:45.4602207Z [00:02:07.721]➜  cat >/tmp/go-build2180205415/b045/importcfg << 'EOF' # internal
2025-08-20T22:59:45.4602579Z [00:02:07.721]➜  # import config
2025-08-20T22:59:45.4602960Z [00:02:07.721]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:45.4603419Z [00:02:07.721]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:45.4603828Z [00:02:07.721]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:45.4604253Z [00:02:07.721]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:45.4604568Z [00:02:07.721]➜  EOF
2025-08-20T22:59:45.4604813Z [00:02:07.721]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:45.4606888Z [00:02:07.721]➜  /root/.go/pkg/tool/linux_arm64/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 FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T22:59:45.4620322Z [00:02:07.723]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T22:59:45.4635006Z [00:02:07.724]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T22:59:45.4657394Z [00:02:07.727]➜  reflect
2025-08-20T22:59:45.4668181Z [00:02:07.728]➜  mkdir -p $WORK/b051/
2025-08-20T22:59:45.4671842Z [00:02:07.728]➜  echo -n > $WORK/b051/go_asm.h # internal
2025-08-20T22:59:45.4678752Z [00:02:07.728]➜  cd /root/.go/src/reflect
2025-08-20T22:59:45.4679736Z [00:02:07.729]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b051=>" -I $WORK/b051/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b051/symabis ./asm_arm64.s
2025-08-20T22:59:45.4722919Z [00:02:07.733]➜  cat >/tmp/go-build2180205415/b051/importcfg << 'EOF' # internal
2025-08-20T22:59:45.4727428Z [00:02:07.733]➜  # import config
2025-08-20T22:59:45.4728084Z [00:02:07.733]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:45.4728543Z [00:02:07.733]➜  packagefile internal/abi=/tmp/go-build2180205415/b006/_pkg_.a
2025-08-20T22:59:45.4729023Z [00:02:07.733]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:45.4729516Z [00:02:07.733]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:45.4729990Z [00:02:07.733]➜  packagefile internal/itoa=/tmp/go-build2180205415/b052/_pkg_.a
2025-08-20T22:59:45.4730462Z [00:02:07.733]➜  packagefile internal/race=/tmp/go-build2180205415/b030/_pkg_.a
2025-08-20T22:59:45.4730972Z [00:02:07.733]➜  packagefile internal/runtime/maps=/tmp/go-build2180205415/b027/_pkg_.a
2025-08-20T22:59:45.4731502Z [00:02:07.733]➜  packagefile internal/runtime/sys=/tmp/go-build2180205415/b031/_pkg_.a
2025-08-20T22:59:45.4732026Z [00:02:07.733]➜  packagefile internal/unsafeheader=/tmp/go-build2180205415/b009/_pkg_.a
2025-08-20T22:59:45.4732501Z [00:02:07.733]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T22:59:45.4732910Z [00:02:07.733]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:45.4733330Z [00:02:07.733]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:45.4733759Z [00:02:07.733]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:45.4734177Z [00:02:07.733]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:45.4734599Z [00:02:07.733]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:45.4735046Z [00:02:07.733]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:45.4735375Z [00:02:07.733]➜  EOF
2025-08-20T22:59:45.4735632Z [00:02:07.734]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:45.4738810Z [00:02:07.734]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b051=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -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-20T22:59:45.4808920Z [00:02:07.742]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:59:45.4813735Z [00:02:07.742]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b091/_x005.o -c gcc_libinit.c
2025-08-20T22:59:45.4959276Z [00:02:07.757]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T22:59:45.4980684Z [00:02:07.758]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T22:59:45.4981324Z [00:02:07.758]➜  strings
2025-08-20T22:59:45.4981567Z [00:02:07.758]➜  mkdir -p $WORK/b066/
2025-08-20T22:59:45.4981941Z [00:02:07.758]➜  cat >/tmp/go-build2180205415/b066/importcfg << 'EOF' # internal
2025-08-20T22:59:45.4982288Z [00:02:07.758]➜  # import config
2025-08-20T22:59:45.4982631Z [00:02:07.758]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:45.4983097Z [00:02:07.758]➜  packagefile internal/abi=/tmp/go-build2180205415/b006/_pkg_.a
2025-08-20T22:59:45.4983578Z [00:02:07.758]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:45.4984091Z [00:02:07.758]➜  packagefile internal/stringslite=/tmp/go-build2180205415/b032/_pkg_.a
2025-08-20T22:59:45.4988171Z [00:02:07.758]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:45.4988599Z [00:02:07.758]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T22:59:45.4989029Z [00:02:07.758]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:45.4989451Z [00:02:07.758]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:45.4989869Z [00:02:07.758]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:45.4990314Z [00:02:07.758]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:45.4990643Z [00:02:07.758]➜  EOF
2025-08-20T22:59:45.5002457Z [00:02:07.758]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:45.5005733Z [00:02:07.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b066=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -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-20T22:59:45.5254834Z [00:02:07.787]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:59:45.5258801Z [00:02:07.787]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b091/_x006.o -c gcc_linux_arm64.c
2025-08-20T22:59:45.5788582Z [00:02:07.838]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b091/_x007.o -c gcc_mmap.c
2025-08-20T22:59:45.6214027Z [00:02:07.882]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b091/_x008.o -c gcc_setenv.c
2025-08-20T22:59:45.6364681Z [00:02:07.897]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T22:59:45.6391350Z [00:02:07.900]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T22:59:45.6427250Z [00:02:07.902]➜  bufio
2025-08-20T22:59:45.6429164Z [00:02:07.903]➜  mkdir -p $WORK/b069/
2025-08-20T22:59:45.6431193Z [00:02:07.903]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b091/_x009.o -c gcc_sigaction.c
2025-08-20T22:59:45.6433983Z [00:02:07.904]➜  cat >/tmp/go-build2180205415/b069/importcfg << 'EOF' # internal
2025-08-20T22:59:45.6434521Z [00:02:07.904]➜  # import config
2025-08-20T22:59:45.6434957Z [00:02:07.904]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:45.6435389Z [00:02:07.904]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:45.6435932Z [00:02:07.904]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:45.6436448Z [00:02:07.904]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:45.6437256Z [00:02:07.904]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:45.6437595Z [00:02:07.904]➜  EOF
2025-08-20T22:59:45.6437843Z [00:02:07.904]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:45.6459629Z [00:02:07.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b069=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -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-20T22:59:45.6773993Z [00:02:07.938]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:59:45.6776568Z [00:02:07.939]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b091/_x010.o -c gcc_stack_unix.c
2025-08-20T22:59:45.6985228Z [00:02:07.960]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T22:59:45.6995078Z [00:02:07.961]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T22:59:45.6996005Z [00:02:07.961]➜  sort
2025-08-20T22:59:45.6996288Z [00:02:07.961]➜  mkdir -p $WORK/b078/
2025-08-20T22:59:45.6996688Z [00:02:07.961]➜  cat >/tmp/go-build2180205415/b078/importcfg << 'EOF' # internal
2025-08-20T22:59:45.6997038Z [00:02:07.961]➜  # import config
2025-08-20T22:59:45.6997464Z [00:02:07.961]➜  packagefile internal/reflectlite=/tmp/go-build2180205415/b005/_pkg_.a
2025-08-20T22:59:45.6997952Z [00:02:07.961]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:45.6998390Z [00:02:07.961]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:45.6998721Z [00:02:07.961]➜  EOF
2025-08-20T22:59:45.6999095Z [00:02:07.961]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:45.7001067Z [00:02:07.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b078=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -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-20T22:59:45.7032159Z [00:02:07.964]➜  cd /root/.go/src/syscall
2025-08-20T22:59:45.7033734Z [00:02:07.964]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b061=>" -I $WORK/b061/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b061/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:59:45.7073523Z [00:02:07.968]➜  go tool pack r $WORK/b061/_pkg_.a $WORK/b061/asm_linux_arm64.o # internal
2025-08-20T22:59:45.7074110Z [00:02:07.968]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T22:59:45.7114087Z [00:02:07.972]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T22:59:45.7129032Z [00:02:07.974]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:59:45.7130914Z [00:02:07.974]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b091/_x011.o -c gcc_traceback.c
2025-08-20T22:59:45.7132194Z [00:02:07.974]➜  time
2025-08-20T22:59:45.7132429Z [00:02:07.974]➜  mkdir -p $WORK/b058/
2025-08-20T22:59:45.7138262Z [00:02:07.975]➜  cat >/tmp/go-build2180205415/b058/importcfg << 'EOF' # internal
2025-08-20T22:59:45.7138964Z [00:02:07.975]➜  # import config
2025-08-20T22:59:45.7139316Z [00:02:07.975]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:45.7139779Z [00:02:07.975]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:45.7140274Z [00:02:07.975]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T22:59:45.7140787Z [00:02:07.975]➜  packagefile internal/stringslite=/tmp/go-build2180205415/b032/_pkg_.a
2025-08-20T22:59:45.7141276Z [00:02:07.975]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:45.7141727Z [00:02:07.975]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:45.7142143Z [00:02:07.975]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:45.7142563Z [00:02:07.975]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:45.7142878Z [00:02:07.975]➜  EOF
2025-08-20T22:59:45.7143132Z [00:02:07.975]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:45.7145496Z [00:02:07.975]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b058=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -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-20T22:59:45.7366834Z [00:02:07.995]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:59:45.7369203Z [00:02:07.995]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b091/_x012.o -c gcc_util.c
2025-08-20T22:59:45.7669670Z [00:02:08.028]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b091/_x013.o -c linux_syscall.c
2025-08-20T22:59:45.8092841Z [00:02:08.070]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T22:59:45.8128025Z [00:02:08.074]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T22:59:45.8138970Z [00:02:08.075]➜  internal/syscall/unix
2025-08-20T22:59:45.8140430Z [00:02:08.075]➜  mkdir -p $WORK/b063/
2025-08-20T22:59:45.8144074Z [00:02:08.075]➜  cat >/tmp/go-build2180205415/b063/importcfg << 'EOF' # internal
2025-08-20T22:59:45.8144633Z [00:02:08.075]➜  # import config
2025-08-20T22:59:45.8146770Z [00:02:08.075]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:45.8147814Z [00:02:08.075]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:45.8148674Z [00:02:08.075]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:45.8150066Z [00:02:08.075]➜  EOF
2025-08-20T22:59:45.8150546Z [00:02:08.076]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:45.8157163Z [00:02:08.076]➜  /root/.go/pkg/tool/linux_arm64/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 Ne2S1YEhOUt-bc8qV8By/Ne2S1YEhOUt-bc8qV8By -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_fstatat_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_generic.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T22:59:45.8254509Z [00:02:08.086]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:59:45.8258368Z [00:02:08.086]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b091/_x014.o -c gcc_arm64.S
2025-08-20T22:59:45.8458533Z [00:02:08.107]➜  cd $WORK/b091
2025-08-20T22:59:45.8463954Z [00:02:08.107]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b091/_cgo_main.o -c _cgo_main.c
2025-08-20T22:59:45.8611643Z [00:02:08.122]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T22:59:45.8617550Z [00:02:08.123]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T22:59:45.8618146Z [00:02:08.123]➜  internal/syscall/execenv
2025-08-20T22:59:45.8618429Z [00:02:08.123]➜  mkdir -p $WORK/b064/
2025-08-20T22:59:45.8620728Z [00:02:08.123]➜  cat >/tmp/go-build2180205415/b064/importcfg << 'EOF' # internal
2025-08-20T22:59:45.8624974Z [00:02:08.123]➜  # import config
2025-08-20T22:59:45.8626611Z [00:02:08.123]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:45.8627307Z [00:02:08.123]➜  EOF
2025-08-20T22:59:45.8627913Z [00:02:08.123]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:45.8630597Z [00:02:08.123]➜  /root/.go/pkg/tool/linux_arm64/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 7tm8QoYprXBtFLRZ-Wgo/7tm8QoYprXBtFLRZ-Wgo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T22:59:45.8721949Z [00:02:08.133]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T22:59:45.8725045Z [00:02:08.134]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T22:59:45.8727612Z [00:02:08.134]➜  regexp/syntax
2025-08-20T22:59:45.8728554Z [00:02:08.134]➜  mkdir -p $WORK/b082/
2025-08-20T22:59:45.8731975Z [00:02:08.134]➜  cat >/tmp/go-build2180205415/b082/importcfg << 'EOF' # internal
2025-08-20T22:59:45.8733157Z [00:02:08.134]➜  # import config
2025-08-20T22:59:45.8734201Z [00:02:08.134]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:45.8735209Z [00:02:08.134]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:45.8767016Z [00:02:08.134]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:45.8767973Z [00:02:08.134]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:45.8768795Z [00:02:08.134]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:45.8771354Z [00:02:08.134]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:45.8772133Z [00:02:08.134]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:45.8774031Z [00:02:08.134]➜  EOF
2025-08-20T22:59:45.8776851Z [00:02:08.135]➜  /root/.go/pkg/tool/linux_arm64/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 EKozo-ZOxsorX7n1uCXH/EKozo-ZOxsorX7n1uCXH -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-20T22:59:45.9127532Z [00:02:08.173]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -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-20T22:59:46.0684649Z [00:02:08.329]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T22:59:46.0719695Z [00:02:08.333]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T22:59:46.0720973Z [00:02:08.333]➜  regexp
2025-08-20T22:59:46.0721730Z [00:02:08.333]➜  mkdir -p $WORK/b081/
2025-08-20T22:59:46.0722797Z [00:02:08.333]➜  cat >/tmp/go-build2180205415/b081/importcfg << 'EOF' # internal
2025-08-20T22:59:46.0724919Z [00:02:08.333]➜  # import config
2025-08-20T22:59:46.0725296Z [00:02:08.334]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:46.0726140Z [00:02:08.334]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:46.0726674Z [00:02:08.334]➜  packagefile regexp/syntax=/tmp/go-build2180205415/b082/_pkg_.a
2025-08-20T22:59:46.0727131Z [00:02:08.334]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:46.0727580Z [00:02:08.334]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:46.0728009Z [00:02:08.334]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:46.0728432Z [00:02:08.334]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:46.0728851Z [00:02:08.334]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:46.0729294Z [00:02:08.334]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:46.0729626Z [00:02:08.334]➜  EOF
2025-08-20T22:59:46.0731306Z [00:02:08.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b081=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -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-20T22:59:46.1067848Z [00:02:08.367]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T22:59:46.1098958Z [00:02:08.370]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T22:59:46.1099603Z [00:02:08.371]➜  io/fs
2025-08-20T22:59:46.1099842Z [00:02:08.371]➜  mkdir -p $WORK/b055/
2025-08-20T22:59:46.1101407Z [00:02:08.371]➜  cat >/tmp/go-build2180205415/b055/importcfg << 'EOF' # internal
2025-08-20T22:59:46.1102065Z [00:02:08.371]➜  # import config
2025-08-20T22:59:46.1104536Z [00:02:08.371]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.1105436Z [00:02:08.371]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:46.1106233Z [00:02:08.371]➜  packagefile internal/oserror=/tmp/go-build2180205415/b056/_pkg_.a
2025-08-20T22:59:46.1106879Z [00:02:08.371]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:46.1107569Z [00:02:08.371]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T22:59:46.1108339Z [00:02:08.371]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:46.1109253Z [00:02:08.371]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:46.1109794Z [00:02:08.371]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:46.1110140Z [00:02:08.371]➜  EOF
2025-08-20T22:59:46.1112277Z [00:02:08.371]➜  /root/.go/pkg/tool/linux_arm64/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 vF5XFSOZzDb9MNUW-Wc4/vF5XFSOZzDb9MNUW-Wc4 -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-20T22:59:46.1684873Z [00:02:08.429]➜  cd /root/.go/src/reflect
2025-08-20T22:59:46.1686668Z [00:02:08.430]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b051=>" -I $WORK/b051/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b051/asm_arm64.o ./asm_arm64.s
2025-08-20T22:59:46.1692776Z [00:02:08.430]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -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-20T22:59:46.1695166Z [00:02:08.431]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:46.1696245Z [00:02:08.431]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b091/_cgo_.o -dynout $WORK/b091/_cgo_import.go -dynlinker
2025-08-20T22:59:46.1739180Z [00:02:08.435]➜  cd /root/.go/src/reflect
2025-08-20T22:59:46.1740452Z [00:02:08.435]➜  go tool pack r $WORK/b051/_pkg_.a $WORK/b051/asm_arm64.o # internal
2025-08-20T22:59:46.1741611Z [00:02:08.435]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T22:59:46.1770191Z [00:02:08.438]➜  echo -n > $WORK/b091/go_asm.h # internal
2025-08-20T22:59:46.1772038Z [00:02:08.438]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:59:46.1774227Z [00:02:08.438]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b091/symabis ./asm_arm64.s
2025-08-20T22:59:46.1821028Z [00:02:08.443]➜  cat >/tmp/go-build2180205415/b091/importcfg << 'EOF' # internal
2025-08-20T22:59:46.1822776Z [00:02:08.443]➜  # import config
2025-08-20T22:59:46.1823506Z [00:02:08.443]➜  packagefile internal/runtime/sys=/tmp/go-build2180205415/b031/_pkg_.a
2025-08-20T22:59:46.1825038Z [00:02:08.443]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:46.1825956Z [00:02:08.443]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:46.1826732Z [00:02:08.443]➜  EOF
2025-08-20T22:59:46.1827043Z [00:02:08.443]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:46.1829995Z [00:02:08.444]➜  /root/.go/pkg/tool/linux_arm64/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 TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -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-20T22:59:46.1900911Z [00:02:08.451]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T22:59:46.1904531Z [00:02:08.452]➜  internal/fmtsort
2025-08-20T22:59:46.1908269Z [00:02:08.452]➜  mkdir -p $WORK/b050/
2025-08-20T22:59:46.1921028Z [00:02:08.453]➜  cat >/tmp/go-build2180205415/b050/importcfg << 'EOF' # internal
2025-08-20T22:59:46.1921662Z [00:02:08.453]➜  # import config
2025-08-20T22:59:46.1922131Z [00:02:08.453]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T22:59:46.1922685Z [00:02:08.453]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:46.1923268Z [00:02:08.453]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:46.1923734Z [00:02:08.453]➜  EOF
2025-08-20T22:59:46.1928791Z [00:02:08.454]➜  /root/.go/pkg/tool/linux_arm64/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 WjE68PAQ6wuoco_9izpG/WjE68PAQ6wuoco_9izpG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T22:59:46.1949442Z [00:02:08.456]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T22:59:46.1972494Z [00:02:08.458]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T22:59:46.1973166Z [00:02:08.458]➜  internal/filepathlite
2025-08-20T22:59:46.1973449Z [00:02:08.458]➜  mkdir -p $WORK/b054/
2025-08-20T22:59:46.1977637Z [00:02:08.459]➜  cat >/tmp/go-build2180205415/b054/importcfg << 'EOF' # internal
2025-08-20T22:59:46.1978046Z [00:02:08.459]➜  # import config
2025-08-20T22:59:46.1978403Z [00:02:08.459]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.1978869Z [00:02:08.459]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:46.1979382Z [00:02:08.459]➜  packagefile internal/stringslite=/tmp/go-build2180205415/b032/_pkg_.a
2025-08-20T22:59:46.1979852Z [00:02:08.459]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:46.1980270Z [00:02:08.459]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:46.1980580Z [00:02:08.459]➜  EOF
2025-08-20T22:59:46.1982575Z [00:02:08.459]➜  /root/.go/pkg/tool/linux_arm64/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 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -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-20T22:59:46.2154846Z [00:02:08.475]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T22:59:46.2167493Z [00:02:08.477]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T22:59:46.2168660Z [00:02:08.478]➜  internal/poll
2025-08-20T22:59:46.2171047Z [00:02:08.478]➜  mkdir -p $WORK/b062/
2025-08-20T22:59:46.2296123Z [00:02:08.491]➜  cat >/tmp/go-build2180205415/b062/importcfg << 'EOF' # internal
2025-08-20T22:59:46.2298922Z [00:02:08.491]➜  # import config
2025-08-20T22:59:46.2301280Z [00:02:08.491]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.2301759Z [00:02:08.491]➜  packagefile internal/itoa=/tmp/go-build2180205415/b052/_pkg_.a
2025-08-20T22:59:46.2302262Z [00:02:08.491]➜  packagefile internal/syscall/unix=/tmp/go-build2180205415/b063/_pkg_.a
2025-08-20T22:59:46.2302746Z [00:02:08.491]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:46.2303163Z [00:02:08.491]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:46.2303581Z [00:02:08.491]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:46.2304015Z [00:02:08.491]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:46.2304455Z [00:02:08.491]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:46.2304871Z [00:02:08.491]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:46.2305180Z [00:02:08.491]➜  EOF
2025-08-20T22:59:46.2310447Z [00:02:08.491]➜  /root/.go/pkg/tool/linux_arm64/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 xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -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-20T22:59:46.2457102Z [00:02:08.507]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T22:59:46.2463255Z [00:02:08.507]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T22:59:46.2463887Z [00:02:08.507]➜  github.com/xhit/go-str2duration/v2
2025-08-20T22:59:46.2470735Z [00:02:08.507]➜  mkdir -p $WORK/b072/
2025-08-20T22:59:46.2477282Z [00:02:08.508]➜  cat >/tmp/go-build2180205415/b072/importcfg << 'EOF' # internal
2025-08-20T22:59:46.2480115Z [00:02:08.508]➜  # import config
2025-08-20T22:59:46.2488439Z [00:02:08.508]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.2489095Z [00:02:08.508]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:46.2489418Z [00:02:08.508]➜  EOF
2025-08-20T22:59:46.2491267Z [00:02:08.508]➜  /root/.go/pkg/tool/linux_arm64/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 ObCxwDUahInBO-VMlFqM/ObCxwDUahInBO-VMlFqM -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-20T22:59:46.2493359Z [00:02:08.508]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T22:59:46.2494026Z [00:02:08.509]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T22:59:46.2494550Z [00:02:08.510]➜  context
2025-08-20T22:59:46.2495071Z [00:02:08.510]➜  mkdir -p $WORK/b084/
2025-08-20T22:59:46.2495636Z [00:02:08.510]➜  cat >/tmp/go-build2180205415/b084/importcfg << 'EOF' # internal
2025-08-20T22:59:46.2501058Z [00:02:08.510]➜  # import config
2025-08-20T22:59:46.2501413Z [00:02:08.510]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.2501911Z [00:02:08.510]➜  packagefile internal/reflectlite=/tmp/go-build2180205415/b005/_pkg_.a
2025-08-20T22:59:46.2502380Z [00:02:08.510]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:46.2502815Z [00:02:08.510]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:46.2503245Z [00:02:08.511]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:46.2503551Z [00:02:08.511]➜  EOF
2025-08-20T22:59:46.2504880Z [00:02:08.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b084=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid gRLXQ6VV_2rD5_jjTIDg/gRLXQ6VV_2rD5_jjTIDg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/.go/src/context/context.go
2025-08-20T22:59:46.2596504Z [00:02:08.521]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b091/abi_GOARCH.h
2025-08-20T22:59:46.2598240Z [00:02:08.521]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:59:46.2599742Z [00:02:08.521]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b091/asm_arm64.o ./asm_arm64.s
2025-08-20T22:59:46.2682200Z [00:02:08.529]➜  go tool pack r $WORK/b091/_pkg_.a $WORK/b091/asm_arm64.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-20T22:59:46.2684554Z [00:02:08.529]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T22:59:46.2707547Z [00:02:08.532]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T22:59:46.2709551Z [00:02:08.532]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T22:59:46.2710941Z [00:02:08.532]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:59:46.2711913Z [00:02:08.532]➜  mkdir -p $WORK/b085/
2025-08-20T22:59:46.2714126Z [00:02:08.532]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/a3/a3919d937359a996f70aa3d9380ec3318797c0cf77310161d1f4b8acbd0cc7fb-d # internal
2025-08-20T22:59:46.2718083Z [00:02:08.532]➜  cat >/tmp/go-build2180205415/b085/importcfg << 'EOF' # internal
2025-08-20T22:59:46.2720687Z [00:02:08.532]➜  # import config
2025-08-20T22:59:46.2721083Z [00:02:08.532]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.2723873Z [00:02:08.532]➜  EOF
2025-08-20T22:59:46.2724223Z [00:02:08.532]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:46.2726271Z [00:02:08.532]➜  /root/.go/pkg/tool/linux_arm64/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 xj7JpWxOh6nwN8rq-KYI/xj7JpWxOh6nwN8rq-KYI -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-20T22:59:46.2728222Z [00:02:08.532]➜  net/netip
2025-08-20T22:59:46.2728470Z [00:02:08.532]➜  mkdir -p $WORK/b088/
2025-08-20T22:59:46.2728859Z [00:02:08.533]➜  cat >/tmp/go-build2180205415/b088/importcfg << 'EOF' # internal
2025-08-20T22:59:46.2729204Z [00:02:08.533]➜  # import config
2025-08-20T22:59:46.2729537Z [00:02:08.533]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T22:59:46.2729967Z [00:02:08.533]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.2730428Z [00:02:08.533]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:46.2730931Z [00:02:08.533]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:46.2731427Z [00:02:08.533]➜  packagefile internal/itoa=/tmp/go-build2180205415/b052/_pkg_.a
2025-08-20T22:59:46.2731868Z [00:02:08.533]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:46.2732296Z [00:02:08.533]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:46.2732729Z [00:02:08.533]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:46.2733152Z [00:02:08.533]➜  packagefile unique=/tmp/go-build2180205415/b089/_pkg_.a
2025-08-20T22:59:46.2733463Z [00:02:08.533]➜  EOF
2025-08-20T22:59:46.2734955Z [00:02:08.533]➜  /root/.go/pkg/tool/linux_arm64/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 5dRBDaI-hKcLqPpHX3Ab/5dRBDaI-hKcLqPpHX3Ab -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-20T22:59:46.3169858Z [00:02:08.578]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T22:59:46.3186588Z [00:02:08.578]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T22:59:46.3187178Z [00:02:08.578]➜  encoding/binary
2025-08-20T22:59:46.3187445Z [00:02:08.578]➜  mkdir -p $WORK/b100/
2025-08-20T22:59:46.3187820Z [00:02:08.578]➜  cat >/tmp/go-build2180205415/b100/importcfg << 'EOF' # internal
2025-08-20T22:59:46.3188166Z [00:02:08.578]➜  # import config
2025-08-20T22:59:46.3188503Z [00:02:08.578]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.3188915Z [00:02:08.578]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:46.3189625Z [00:02:08.578]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:46.3190144Z [00:02:08.578]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:46.3190573Z [00:02:08.578]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:46.3191001Z [00:02:08.578]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:46.3191308Z [00:02:08.579]➜  EOF
2025-08-20T22:59:46.3193138Z [00:02:08.579]➜  /root/.go/pkg/tool/linux_arm64/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 NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -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-20T22:59:46.3517387Z [00:02:08.613]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T22:59:46.3549336Z [00:02:08.616]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T22:59:46.3563598Z [00:02:08.617]➜  os
2025-08-20T22:59:46.3565729Z [00:02:08.618]➜  mkdir -p $WORK/b053/
2025-08-20T22:59:46.3575914Z [00:02:08.618]➜  cat >/tmp/go-build2180205415/b053/importcfg << 'EOF' # internal
2025-08-20T22:59:46.3576404Z [00:02:08.619]➜  # import config
2025-08-20T22:59:46.3576753Z [00:02:08.619]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.3577224Z [00:02:08.619]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:46.3577726Z [00:02:08.619]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:46.3578251Z [00:02:08.619]➜  packagefile internal/filepathlite=/tmp/go-build2180205415/b054/_pkg_.a
2025-08-20T22:59:46.3578773Z [00:02:08.619]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:46.3579288Z [00:02:08.619]➜  packagefile internal/itoa=/tmp/go-build2180205415/b052/_pkg_.a
2025-08-20T22:59:46.3579757Z [00:02:08.619]➜  packagefile internal/poll=/tmp/go-build2180205415/b062/_pkg_.a
2025-08-20T22:59:46.3580250Z [00:02:08.619]➜  packagefile internal/stringslite=/tmp/go-build2180205415/b032/_pkg_.a
2025-08-20T22:59:46.3580798Z [00:02:08.619]➜  packagefile internal/syscall/execenv=/tmp/go-build2180205415/b064/_pkg_.a
2025-08-20T22:59:46.3581332Z [00:02:08.619]➜  packagefile internal/syscall/unix=/tmp/go-build2180205415/b063/_pkg_.a
2025-08-20T22:59:46.3581835Z [00:02:08.619]➜  packagefile internal/testlog=/tmp/go-build2180205415/b065/_pkg_.a
2025-08-20T22:59:46.3582274Z [00:02:08.619]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:46.3582682Z [00:02:08.619]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:46.3583100Z [00:02:08.619]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:46.3583772Z [00:02:08.619]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:46.3584277Z [00:02:08.619]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:46.3584713Z [00:02:08.619]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:46.3585169Z [00:02:08.619]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:46.3585590Z [00:02:08.619]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:46.3586065Z [00:02:08.619]➜  EOF
2025-08-20T22:59:46.3591521Z [00:02:08.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b053=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -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-20T22:59:46.4684109Z [00:02:08.729]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T22:59:46.4728096Z [00:02:08.732]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T22:59:46.4728905Z [00:02:08.732]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T22:59:46.4729219Z [00:02:08.732]➜  hash
2025-08-20T22:59:46.4729457Z [00:02:08.733]➜  mkdir -p $WORK/b106/
2025-08-20T22:59:46.4729831Z [00:02:08.733]➜  cat >/tmp/go-build2180205415/b106/importcfg << 'EOF' # internal
2025-08-20T22:59:46.4730178Z [00:02:08.733]➜  # import config
2025-08-20T22:59:46.4730502Z [00:02:08.733]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:46.4730804Z [00:02:08.733]➜  EOF
2025-08-20T22:59:46.4732104Z [00:02:08.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b106=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T22:59:46.4741742Z [00:02:08.735]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T22:59:46.4770367Z [00:02:08.738]➜  golang.org/x/sys/unix
2025-08-20T22:59:46.4771757Z [00:02:08.738]➜  mkdir -p $WORK/b099/
2025-08-20T22:59:46.4772484Z [00:02:08.738]➜  echo -n > $WORK/b099/go_asm.h # internal
2025-08-20T22:59:46.4773277Z [00:02:08.738]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix
2025-08-20T22:59:46.4775037Z [00:02:08.738]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b099/symabis ./asm_linux_arm64.s
2025-08-20T22:59:46.4930107Z [00:02:08.754]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T22:59:46.4942135Z [00:02:08.755]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T22:59:46.4948788Z [00:02:08.756]➜  cat >/tmp/go-build2180205415/b099/importcfg << 'EOF' # internal
2025-08-20T22:59:46.4949171Z [00:02:08.756]➜  # import config
2025-08-20T22:59:46.4949515Z [00:02:08.756]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:46.4949976Z [00:02:08.756]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:46.4950438Z [00:02:08.756]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:46.4950872Z [00:02:08.756]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:46.4951312Z [00:02:08.756]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:46.4951723Z [00:02:08.756]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:46.4952140Z [00:02:08.756]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:46.4952565Z [00:02:08.756]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:46.4953293Z [00:02:08.756]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:46.4953740Z [00:02:08.756]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:46.4954158Z [00:02:08.756]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:46.4954465Z [00:02:08.756]➜  EOF
2025-08-20T22:59:46.4964316Z [00:02:08.757]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:46.4978175Z [00:02:08.757]➜  /root/.go/pkg/tool/linux_arm64/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 Bw5pfj_7VyyEaN4TWX9z/Bw5pfj_7VyyEaN4TWX9z -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_arm64.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_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zptrace_linux_arm64.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_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zsysnum_linux_arm64.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_arm64.go
2025-08-20T22:59:46.5008837Z [00:02:08.758]➜  hash/crc32
2025-08-20T22:59:46.5009117Z [00:02:08.758]➜  mkdir -p $WORK/b105/
2025-08-20T22:59:46.5009453Z [00:02:08.760]➜  echo -n > $WORK/b105/go_asm.h # internal
2025-08-20T22:59:46.5010758Z [00:02:08.760]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:59:46.5011791Z [00:02:08.760]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b105/symabis ./crc32_arm64.s
2025-08-20T22:59:46.5115359Z [00:02:08.772]➜  cat >/tmp/go-build2180205415/b105/importcfg << 'EOF' # internal
2025-08-20T22:59:46.5130633Z [00:02:08.772]➜  # import config
2025-08-20T22:59:46.5131013Z [00:02:08.772]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.5131442Z [00:02:08.772]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:46.5131911Z [00:02:08.772]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:46.5132400Z [00:02:08.772]➜  packagefile internal/cpu=/tmp/go-build2180205415/b012/_pkg_.a
2025-08-20T22:59:46.5132838Z [00:02:08.772]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:46.5133289Z [00:02:08.772]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:46.5133619Z [00:02:08.772]➜  EOF
2025-08-20T22:59:46.5133860Z [00:02:08.772]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:46.5136545Z [00:02:08.772]➜  /root/.go/pkg/tool/linux_arm64/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 jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -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_arm64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T22:59:46.5578972Z [00:02:08.819]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T22:59:46.5592022Z [00:02:08.820]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:59:46.5594491Z [00:02:08.820]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b105/crc32_arm64.o ./crc32_arm64.s
2025-08-20T22:59:46.5616232Z [00:02:08.823]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T22:59:46.5630966Z [00:02:08.824]➜  crypto
2025-08-20T22:59:46.5631687Z [00:02:08.824]➜  mkdir -p $WORK/b111/
2025-08-20T22:59:46.5632127Z [00:02:08.824]➜  cat >/tmp/go-build2180205415/b111/importcfg << 'EOF' # internal
2025-08-20T22:59:46.5632488Z [00:02:08.824]➜  # import config
2025-08-20T22:59:46.5632828Z [00:02:08.824]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:46.5633236Z [00:02:08.824]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:46.5633653Z [00:02:08.824]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:46.5633970Z [00:02:08.824]➜  EOF
2025-08-20T22:59:46.5634216Z [00:02:08.824]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:46.5636138Z [00:02:08.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b111=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T22:59:46.5641878Z [00:02:08.825]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:59:46.5644086Z [00:02:08.825]➜  go tool pack r $WORK/b105/_pkg_.a $WORK/b105/crc32_arm64.o # internal
2025-08-20T22:59:46.5645301Z [00:02:08.825]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T22:59:46.5669255Z [00:02:08.828]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T22:59:46.5672081Z [00:02:08.828]➜  crypto/internal/fips140deps/godebug
2025-08-20T22:59:46.5674649Z [00:02:08.828]➜  mkdir -p $WORK/b115/
2025-08-20T22:59:46.5675272Z [00:02:08.828]➜  cat >/tmp/go-build2180205415/b115/importcfg << 'EOF' # internal
2025-08-20T22:59:46.5676164Z [00:02:08.828]➜  # import config
2025-08-20T22:59:46.5676984Z [00:02:08.828]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T22:59:46.5677737Z [00:02:08.828]➜  EOF
2025-08-20T22:59:46.5677998Z [00:02:08.828]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:46.5679923Z [00:02:08.828]➜  /root/.go/pkg/tool/linux_arm64/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 0x2qePh479BKx6TEJYm5/0x2qePh479BKx6TEJYm5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T22:59:46.5821281Z [00:02:08.843]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T22:59:46.5843502Z [00:02:08.845]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T22:59:46.5844555Z [00:02:08.845]➜  crypto/internal/impl
2025-08-20T22:59:46.5845313Z [00:02:08.845]➜  mkdir -p $WORK/b122/
2025-08-20T22:59:46.5852290Z [00:02:08.846]➜  cat >/tmp/go-build2180205415/b122/importcfg << 'EOF' # internal
2025-08-20T22:59:46.5852721Z [00:02:08.846]➜  # import config
2025-08-20T22:59:46.5853073Z [00:02:08.846]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:46.5853390Z [00:02:08.846]➜  EOF
2025-08-20T22:59:46.5864587Z [00:02:08.847]➜  /root/.go/pkg/tool/linux_arm64/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 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T22:59:46.5886144Z [00:02:08.850]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T22:59:46.5901270Z [00:02:08.851]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T22:59:46.5919126Z [00:02:08.851]➜  crypto/internal/fips140
2025-08-20T22:59:46.5919444Z [00:02:08.851]➜  mkdir -p $WORK/b114/
2025-08-20T22:59:46.5920095Z [00:02:08.853]➜  cat >/tmp/go-build2180205415/b114/importcfg << 'EOF' # internal
2025-08-20T22:59:46.5920716Z [00:02:08.853]➜  # import config
2025-08-20T22:59:46.5921434Z [00:02:08.853]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2180205415/b115/_pkg_.a
2025-08-20T22:59:46.5922296Z [00:02:08.853]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.5923144Z [00:02:08.853]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:46.5923740Z [00:02:08.853]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:46.5924806Z [00:02:08.853]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:46.5925429Z [00:02:08.853]➜  EOF
2025-08-20T22:59:46.5928247Z [00:02:08.853]➜  /root/.go/pkg/tool/linux_arm64/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 kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -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-20T22:59:46.6045539Z [00:02:08.866]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T22:59:46.6055363Z [00:02:08.867]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T22:59:46.6064585Z [00:02:08.868]➜  math/rand/v2
2025-08-20T22:59:46.6067014Z [00:02:08.868]➜  mkdir -p $WORK/b131/
2025-08-20T22:59:46.6080376Z [00:02:08.869]➜  cat >/tmp/go-build2180205415/b131/importcfg << 'EOF' # internal
2025-08-20T22:59:46.6081797Z [00:02:08.869]➜  # import config
2025-08-20T22:59:46.6082952Z [00:02:08.869]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.6085175Z [00:02:08.869]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:46.6085731Z [00:02:08.869]➜  packagefile internal/chacha8rand=/tmp/go-build2180205415/b014/_pkg_.a
2025-08-20T22:59:46.6086378Z [00:02:08.869]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:46.6086813Z [00:02:08.869]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:46.6087139Z [00:02:08.869]➜  EOF
2025-08-20T22:59:46.6089224Z [00:02:08.869]➜  /root/.go/pkg/tool/linux_arm64/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 ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -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-20T22:59:46.6247053Z [00:02:08.885]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T22:59:46.6258461Z [00:02:08.885]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T22:59:46.6259564Z [00:02:08.886]➜  crypto/internal/fips140/sha256
2025-08-20T22:59:46.6261701Z [00:02:08.886]➜  mkdir -p $WORK/b119/
2025-08-20T22:59:46.6262349Z [00:02:08.886]➜  echo -n > $WORK/b119/go_asm.h # internal
2025-08-20T22:59:46.6263087Z [00:02:08.886]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:59:46.6264682Z [00:02:08.886]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b119=>" -I $WORK/b119/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b119/symabis ./sha256block_arm64.s
2025-08-20T22:59:46.6312862Z [00:02:08.892]➜  cat >/tmp/go-build2180205415/b119/importcfg << 'EOF' # internal
2025-08-20T22:59:46.6314643Z [00:02:08.893]➜  # import config
2025-08-20T22:59:46.6315491Z [00:02:08.893]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:46.6316700Z [00:02:08.893]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:46.6317362Z [00:02:08.893]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T22:59:46.6318304Z [00:02:08.893]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2180205415/b121/_pkg_.a
2025-08-20T22:59:46.6318957Z [00:02:08.893]➜  packagefile crypto/internal/impl=/tmp/go-build2180205415/b122/_pkg_.a
2025-08-20T22:59:46.6319439Z [00:02:08.893]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.6319879Z [00:02:08.893]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:46.6320311Z [00:02:08.893]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:46.6320638Z [00:02:08.893]➜  EOF
2025-08-20T22:59:46.6320893Z [00:02:08.893]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:46.6323579Z [00:02:08.893]➜  /root/.go/pkg/tool/linux_arm64/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 XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -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_arm64.go
2025-08-20T22:59:46.6911711Z [00:02:08.952]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T22:59:46.6920265Z [00:02:08.953]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T22:59:46.6923717Z [00:02:08.953]➜  crypto/internal/fips140/sha3
2025-08-20T22:59:46.6949216Z [00:02:08.956]➜  mkdir -p $WORK/b123/
2025-08-20T22:59:46.6951340Z [00:02:08.956]➜  echo -n > $WORK/b123/go_asm.h # internal
2025-08-20T22:59:46.6951712Z [00:02:08.956]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:59:46.6953244Z [00:02:08.956]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b123=>" -I $WORK/b123/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b123/symabis ./sha3_arm64.s
2025-08-20T22:59:46.7014724Z [00:02:08.962]➜  cat >/tmp/go-build2180205415/b123/importcfg << 'EOF' # internal
2025-08-20T22:59:46.7024847Z [00:02:08.964]➜  # import config
2025-08-20T22:59:46.7025704Z [00:02:08.964]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:46.7026388Z [00:02:08.964]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:46.7026988Z [00:02:08.964]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2180205415/b124/_pkg_.a
2025-08-20T22:59:46.7027618Z [00:02:08.964]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T22:59:46.7028247Z [00:02:08.964]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2180205415/b121/_pkg_.a
2025-08-20T22:59:46.7028831Z [00:02:08.964]➜  packagefile crypto/internal/impl=/tmp/go-build2180205415/b122/_pkg_.a
2025-08-20T22:59:46.7029305Z [00:02:08.964]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.7029743Z [00:02:08.964]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:46.7030193Z [00:02:08.964]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:46.7030511Z [00:02:08.964]➜  EOF
2025-08-20T22:59:46.7030760Z [00:02:08.964]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:46.7034010Z [00:02:08.964]➜  /root/.go/pkg/tool/linux_arm64/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 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -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_arm64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T22:59:46.7516493Z [00:02:09.013]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T22:59:46.7570022Z [00:02:09.018]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T22:59:46.7573680Z [00:02:09.018]➜  fmt
2025-08-20T22:59:46.7573964Z [00:02:09.018]➜  mkdir -p $WORK/b049/
2025-08-20T22:59:46.7574352Z [00:02:09.018]➜  cat >/tmp/go-build2180205415/b049/importcfg << 'EOF' # internal
2025-08-20T22:59:46.7574699Z [00:02:09.018]➜  # import config
2025-08-20T22:59:46.7575041Z [00:02:09.018]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.7575504Z [00:02:09.018]➜  packagefile internal/fmtsort=/tmp/go-build2180205415/b050/_pkg_.a
2025-08-20T22:59:46.7576249Z [00:02:09.018]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:46.7576666Z [00:02:09.018]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:46.7577073Z [00:02:09.018]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:46.7577884Z [00:02:09.018]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:46.7578313Z [00:02:09.018]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:46.7578739Z [00:02:09.018]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:46.7579158Z [00:02:09.018]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:46.7579599Z [00:02:09.018]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:46.7579934Z [00:02:09.018]➜  EOF
2025-08-20T22:59:46.7581596Z [00:02:09.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b049=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -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-20T22:59:46.8567494Z [00:02:09.118]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:59:46.8569650Z [00:02:09.118]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b119=>" -I $WORK/b119/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b119/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T22:59:46.8579155Z [00:02:09.119]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:59:46.8582771Z [00:02:09.119]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b123=>" -I $WORK/b123/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b123/sha3_arm64.o ./sha3_arm64.s
2025-08-20T22:59:46.8642495Z [00:02:09.123]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:59:46.8645002Z [00:02:09.123]➜  go tool pack r $WORK/b119/_pkg_.a $WORK/b119/sha256block_arm64.o # internal
2025-08-20T22:59:46.8645473Z [00:02:09.123]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T22:59:46.8647585Z [00:02:09.123]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T22:59:46.8648192Z [00:02:09.123]➜  path/filepath
2025-08-20T22:59:46.8648445Z [00:02:09.123]➜  mkdir -p $WORK/b077/
2025-08-20T22:59:46.8648819Z [00:02:09.123]➜  cat >/tmp/go-build2180205415/b077/importcfg << 'EOF' # internal
2025-08-20T22:59:46.8649166Z [00:02:09.123]➜  # import config
2025-08-20T22:59:46.8649727Z [00:02:09.123]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.8650274Z [00:02:09.123]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:46.8650790Z [00:02:09.123]➜  packagefile internal/filepathlite=/tmp/go-build2180205415/b054/_pkg_.a
2025-08-20T22:59:46.8651272Z [00:02:09.123]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:46.8651698Z [00:02:09.123]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:46.8652111Z [00:02:09.123]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:46.8652532Z [00:02:09.123]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:46.8652954Z [00:02:09.123]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:46.8653376Z [00:02:09.123]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:46.8653849Z [00:02:09.123]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:46.8654178Z [00:02:09.123]➜  EOF
2025-08-20T22:59:46.8654429Z [00:02:09.123]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:46.8656692Z [00:02:09.123]➜  /root/.go/pkg/tool/linux_arm64/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 opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -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-20T22:59:46.8683975Z [00:02:09.129]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:59:46.8687047Z [00:02:09.130]➜  go tool pack r $WORK/b123/_pkg_.a $WORK/b123/sha3_arm64.o # internal
2025-08-20T22:59:46.8687492Z [00:02:09.130]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T22:59:46.8691002Z [00:02:09.130]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T22:59:46.8769305Z [00:02:09.138]➜  internal/lazyregexp
2025-08-20T22:59:46.8769624Z [00:02:09.138]➜  mkdir -p $WORK/b080/
2025-08-20T22:59:46.8777385Z [00:02:09.139]➜  cat >/tmp/go-build2180205415/b080/importcfg << 'EOF' # internal
2025-08-20T22:59:46.8777811Z [00:02:09.139]➜  # import config
2025-08-20T22:59:46.8778149Z [00:02:09.139]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:46.8778568Z [00:02:09.139]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:46.8778996Z [00:02:09.139]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:46.8779416Z [00:02:09.139]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:46.8779722Z [00:02:09.139]➜  EOF
2025-08-20T22:59:46.8779968Z [00:02:09.139]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:46.8781605Z [00:02:09.139]➜  /root/.go/pkg/tool/linux_arm64/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 jf5IjoMg2WbmUBwNmYRr/jf5IjoMg2WbmUBwNmYRr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/internal/lazyregexp/lazyre.go
2025-08-20T22:59:46.9044729Z [00:02:09.165]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T22:59:46.9046433Z [00:02:09.166]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/5f/5f9a10ea1c15a13d2146524d5ed600f0e65949d1006e143fed89ed974dcc9ab7-d # internal
2025-08-20T22:59:46.9067142Z [00:02:09.167]➜  net
2025-08-20T22:59:46.9082190Z [00:02:09.167]➜  mkdir -p $WORK/b083/
2025-08-20T22:59:46.9082642Z [00:02:09.168]➜  echo -n > $WORK/b083/preferlinkext # internal
2025-08-20T22:59:46.9082963Z [00:02:09.168]➜  cd /root/.go/src/net
2025-08-20T22:59:46.9084412Z [00:02:09.168]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/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-20T22:59:46.9250933Z [00:02:09.186]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T22:59:46.9281290Z [00:02:09.189]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T22:59:46.9286942Z [00:02:09.190]➜  encoding/json
2025-08-20T22:59:46.9287420Z [00:02:09.190]➜  mkdir -p $WORK/b002/
2025-08-20T22:59:46.9293883Z [00:02:09.190]➜  cat >/tmp/go-build2180205415/b002/importcfg << 'EOF' # internal
2025-08-20T22:59:46.9294577Z [00:02:09.190]➜  # import config
2025-08-20T22:59:46.9295275Z [00:02:09.190]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:46.9296274Z [00:02:09.190]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T22:59:46.9296784Z [00:02:09.190]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T22:59:46.9297262Z [00:02:09.190]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:46.9297720Z [00:02:09.190]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.9298508Z [00:02:09.190]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:46.9298919Z [00:02:09.190]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:46.9299327Z [00:02:09.190]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:46.9299749Z [00:02:09.190]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:46.9300175Z [00:02:09.190]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:46.9300601Z [00:02:09.190]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:46.9301028Z [00:02:09.190]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:46.9301456Z [00:02:09.190]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:46.9301876Z [00:02:09.190]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:46.9302324Z [00:02:09.190]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T22:59:46.9302799Z [00:02:09.190]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:46.9303131Z [00:02:09.190]➜  EOF
2025-08-20T22:59:46.9303376Z [00:02:09.190]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:46.9306048Z [00:02:09.190]➜  /root/.go/pkg/tool/linux_arm64/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 LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -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-20T22:59:46.9952037Z [00:02:09.256]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T22:59:46.9962684Z [00:02:09.257]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T22:59:46.9964033Z [00:02:09.258]➜  encoding/hex
2025-08-20T22:59:46.9965292Z [00:02:09.258]➜  mkdir -p $WORK/b070/
2025-08-20T22:59:46.9970777Z [00:02:09.258]➜  cat >/tmp/go-build2180205415/b070/importcfg << 'EOF' # internal
2025-08-20T22:59:46.9971251Z [00:02:09.258]➜  # import config
2025-08-20T22:59:46.9971611Z [00:02:09.258]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:46.9972035Z [00:02:09.258]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:46.9972767Z [00:02:09.258]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:46.9973250Z [00:02:09.258]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:46.9973674Z [00:02:09.258]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:46.9973989Z [00:02:09.258]➜  EOF
2025-08-20T22:59:46.9977580Z [00:02:09.259]➜  /root/.go/pkg/tool/linux_arm64/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 iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T22:59:47.0299048Z [00:02:09.291]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T22:59:47.0306337Z [00:02:09.292]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T22:59:47.0308411Z [00:02:09.292]➜  github.com/alecthomas/units
2025-08-20T22:59:47.0311173Z [00:02:09.292]➜  mkdir -p $WORK/b071/
2025-08-20T22:59:47.0313151Z [00:02:09.292]➜  cat >/tmp/go-build2180205415/b071/importcfg << 'EOF' # internal
2025-08-20T22:59:47.0314587Z [00:02:09.292]➜  # import config
2025-08-20T22:59:47.0314943Z [00:02:09.292]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:47.0315745Z [00:02:09.292]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:47.0316304Z [00:02:09.292]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:47.0316627Z [00:02:09.292]➜  EOF
2025-08-20T22:59:47.0319687Z [00:02:09.293]➜  /root/.go/pkg/tool/linux_arm64/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 uFZkJveQqORTB2QlQaCc/uFZkJveQqORTB2QlQaCc -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-20T22:59:47.0588193Z [00:02:09.320]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T22:59:47.0605628Z [00:02:09.321]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/54/54b87db4155e21fb8145b953ab83b62d42dc2185f3737e4a9b3edc59f24b375a-d # internal
2025-08-20T22:59:47.0610857Z [00:02:09.322]➜  go/token
2025-08-20T22:59:47.0611125Z [00:02:09.322]➜  mkdir -p $WORK/b076/
2025-08-20T22:59:47.0615254Z [00:02:09.323]➜  cat >/tmp/go-build2180205415/b076/importcfg << 'EOF' # internal
2025-08-20T22:59:47.0618027Z [00:02:09.323]➜  # import config
2025-08-20T22:59:47.0618410Z [00:02:09.323]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T22:59:47.0618827Z [00:02:09.323]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:47.0619239Z [00:02:09.323]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T22:59:47.0619654Z [00:02:09.323]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:47.0620096Z [00:02:09.323]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:47.0620515Z [00:02:09.323]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:47.0620945Z [00:02:09.323]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:47.0621383Z [00:02:09.323]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:47.0621829Z [00:02:09.323]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:47.0622158Z [00:02:09.323]➜  EOF
2025-08-20T22:59:47.0625257Z [00:02:09.323]➜  /root/.go/pkg/tool/linux_arm64/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 HsSZP51HG9owoqBSmaqZ/HsSZP51HG9owoqBSmaqZ -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-20T22:59:47.1291321Z [00:02:09.390]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix
2025-08-20T22:59:47.1295049Z [00:02:09.390]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b099/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:59:47.1331380Z [00:02:09.394]➜  go tool pack r $WORK/b099/_pkg_.a $WORK/b099/asm_linux_arm64.o # internal
2025-08-20T22:59:47.1347781Z [00:02:09.394]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T22:59:47.1519447Z [00:02:09.413]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T22:59:47.1539564Z [00:02:09.415]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/2c/2c18bdecd9d2d336c4ce7ba175d47a8929c289f8480b688a5148a1faddcb0fe9-d # internal
2025-08-20T22:59:47.1541338Z [00:02:09.415]➜  go/doc/comment
2025-08-20T22:59:47.1542045Z [00:02:09.415]➜  mkdir -p $WORK/b079/
2025-08-20T22:59:47.1543712Z [00:02:09.415]➜  cat >/tmp/go-build2180205415/b079/importcfg << 'EOF' # internal
2025-08-20T22:59:47.1544252Z [00:02:09.415]➜  # import config
2025-08-20T22:59:47.1548460Z [00:02:09.415]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:47.1548977Z [00:02:09.415]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:47.1549399Z [00:02:09.415]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:47.1549818Z [00:02:09.415]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:47.1550258Z [00:02:09.415]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:47.1550686Z [00:02:09.415]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:47.1551110Z [00:02:09.415]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:47.1551576Z [00:02:09.415]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:47.1551913Z [00:02:09.415]➜  EOF
2025-08-20T22:59:47.1552165Z [00:02:09.416]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:47.1554524Z [00:02:09.416]➜  /root/.go/pkg/tool/linux_arm64/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 ozaFHVDjIEI25G0o-NbL/ozaFHVDjIEI25G0o-NbL -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-20T22:59:47.1557039Z [00:02:09.416]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d # internal
2025-08-20T22:59:47.1557599Z [00:02:09.416]➜  go/scanner
2025-08-20T22:59:47.1558726Z [00:02:09.416]➜  mkdir -p $WORK/b075/
2025-08-20T22:59:47.1559127Z [00:02:09.417]➜  cat >/tmp/go-build2180205415/b075/importcfg << 'EOF' # internal
2025-08-20T22:59:47.1560880Z [00:02:09.417]➜  # import config
2025-08-20T22:59:47.1561265Z [00:02:09.417]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:47.1561681Z [00:02:09.417]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:47.1562104Z [00:02:09.417]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T22:59:47.1562519Z [00:02:09.417]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:47.1563302Z [00:02:09.417]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:47.1563830Z [00:02:09.417]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:47.1564250Z [00:02:09.417]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:47.1564688Z [00:02:09.417]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:47.1565131Z [00:02:09.417]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:47.1565463Z [00:02:09.417]➜  EOF
2025-08-20T22:59:47.1567163Z [00:02:09.417]➜  /root/.go/pkg/tool/linux_arm64/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 MuE0rcsCKt6ZlkqIjpTZ/MuE0rcsCKt6ZlkqIjpTZ -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-20T22:59:47.2443050Z [00:02:09.505]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T22:59:47.2452086Z [00:02:09.506]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/32/32d841d7ce8faf537ea9b30dc8d2c702aa942d44c06ce67cc2d0f0c198ec29d1-d # internal
2025-08-20T22:59:47.2454990Z [00:02:09.507]➜  go/ast
2025-08-20T22:59:47.2455602Z [00:02:09.507]➜  mkdir -p $WORK/b074/
2025-08-20T22:59:47.2459225Z [00:02:09.507]➜  cat >/tmp/go-build2180205415/b074/importcfg << 'EOF' # internal
2025-08-20T22:59:47.2460246Z [00:02:09.507]➜  # import config
2025-08-20T22:59:47.2460899Z [00:02:09.507]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:47.2461962Z [00:02:09.507]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T22:59:47.2471776Z [00:02:09.507]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:47.2472647Z [00:02:09.507]➜  packagefile go/scanner=/tmp/go-build2180205415/b075/_pkg_.a
2025-08-20T22:59:47.2473627Z [00:02:09.507]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T22:59:47.2474120Z [00:02:09.507]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:47.2474538Z [00:02:09.507]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T22:59:47.2474945Z [00:02:09.507]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:47.2475374Z [00:02:09.507]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:47.2475976Z [00:02:09.507]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:47.2476461Z [00:02:09.507]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:47.2476891Z [00:02:09.507]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:47.2477206Z [00:02:09.507]➜  EOF
2025-08-20T22:59:47.2479291Z [00:02:09.507]➜  /root/.go/pkg/tool/linux_arm64/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 izpq07i6-_BlK_jJ36X3/izpq07i6-_BlK_jJ36X3 -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-20T22:59:47.2651558Z [00:02:09.526]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T22:59:47.2729343Z [00:02:09.534]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T22:59:47.2729913Z [00:02:09.534]➜  net/url
2025-08-20T22:59:47.2730166Z [00:02:09.534]➜  mkdir -p $WORK/b092/
2025-08-20T22:59:47.2731070Z [00:02:09.534]➜  cat >/tmp/go-build2180205415/b092/importcfg << 'EOF' # internal
2025-08-20T22:59:47.2731694Z [00:02:09.534]➜  # import config
2025-08-20T22:59:47.2732408Z [00:02:09.534]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:47.2733578Z [00:02:09.534]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:47.2734102Z [00:02:09.534]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T22:59:47.2734546Z [00:02:09.534]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T22:59:47.2734982Z [00:02:09.534]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:47.2735414Z [00:02:09.534]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:47.2735993Z [00:02:09.534]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:47.2736357Z [00:02:09.534]➜  EOF
2025-08-20T22:59:47.2737720Z [00:02:09.534]➜  /root/.go/pkg/tool/linux_arm64/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 A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T22:59:47.2825245Z [00:02:09.544]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T22:59:47.2843850Z [00:02:09.545]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/b2/b2ecc0606f33c84eb6b998bb4c10f90260586bd9a00f73c6b01abe00e88b68c6-d # internal
2025-08-20T22:59:47.2846071Z [00:02:09.546]➜  text/template/parse
2025-08-20T22:59:47.2846774Z [00:02:09.546]➜  mkdir -p $WORK/b095/
2025-08-20T22:59:47.2850386Z [00:02:09.546]➜  cat >/tmp/go-build2180205415/b095/importcfg << 'EOF' # internal
2025-08-20T22:59:47.2850767Z [00:02:09.546]➜  # import config
2025-08-20T22:59:47.2851114Z [00:02:09.546]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:47.2851529Z [00:02:09.546]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:47.2851947Z [00:02:09.546]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:47.2852374Z [00:02:09.546]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:47.2852818Z [00:02:09.546]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:47.2853243Z [00:02:09.546]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:47.2853690Z [00:02:09.546]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:47.2854034Z [00:02:09.546]➜  EOF
2025-08-20T22:59:47.2856267Z [00:02:09.546]➜  /root/.go/pkg/tool/linux_arm64/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 18g1CEh_U2Nxe_9ajhbY/18g1CEh_U2Nxe_9ajhbY -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-20T22:59:47.3692591Z [00:02:09.630]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T22:59:47.3703452Z [00:02:09.631]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T22:59:47.3717614Z [00:02:09.633]➜  github.com/mattn/go-isatty
2025-08-20T22:59:47.3718018Z [00:02:09.633]➜  mkdir -p $WORK/b098/
2025-08-20T22:59:47.3748859Z [00:02:09.636]➜  cat >/tmp/go-build2180205415/b098/importcfg << 'EOF' # internal
2025-08-20T22:59:47.3749769Z [00:02:09.636]➜  # import config
2025-08-20T22:59:47.3750557Z [00:02:09.636]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T22:59:47.3751383Z [00:02:09.636]➜  EOF
2025-08-20T22:59:47.3753762Z [00:02:09.636]➜  /root/.go/pkg/tool/linux_arm64/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 LB9jOFjXRn5y6XdMXnFq/LB9jOFjXRn5y6XdMXnFq -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-20T22:59:47.4173988Z [00:02:09.678]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T22:59:47.4178508Z [00:02:09.678]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/b5/b561395ffa9869417bb9d55a2693a35285baac280d93dbdb8657006c81f9fa29-d # internal
2025-08-20T22:59:47.4183332Z [00:02:09.678]➜  github.com/mattn/go-colorable
2025-08-20T22:59:47.4185415Z [00:02:09.678]➜  mkdir -p $WORK/b097/
2025-08-20T22:59:47.4187116Z [00:02:09.679]➜  cat >/tmp/go-build2180205415/b097/importcfg << 'EOF' # internal
2025-08-20T22:59:47.4187714Z [00:02:09.679]➜  # import config
2025-08-20T22:59:47.4188239Z [00:02:09.679]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:47.4188898Z [00:02:09.679]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build2180205415/b098/_pkg_.a
2025-08-20T22:59:47.4189580Z [00:02:09.679]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:47.4190032Z [00:02:09.679]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:47.4190519Z [00:02:09.679]➜  EOF
2025-08-20T22:59:47.4200795Z [00:02:09.681]➜  /root/.go/pkg/tool/linux_arm64/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 ib6MQjWDJaqPpm5q6e5C/ib6MQjWDJaqPpm5q6e5C -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-20T22:59:47.4499020Z [00:02:09.711]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T22:59:47.4504146Z [00:02:09.711]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/a2/a20c734b25841cdabd7f9161d0549c759598c69f20d011552d53b3d62de69e86-d # internal
2025-08-20T22:59:47.4507883Z [00:02:09.712]➜  github.com/fatih/color
2025-08-20T22:59:47.4508652Z [00:02:09.712]➜  mkdir -p $WORK/b096/
2025-08-20T22:59:47.4516224Z [00:02:09.713]➜  cat >/tmp/go-build2180205415/b096/importcfg << 'EOF' # internal
2025-08-20T22:59:47.4517063Z [00:02:09.713]➜  # import config
2025-08-20T22:59:47.4518659Z [00:02:09.713]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:47.4520366Z [00:02:09.713]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build2180205415/b097/_pkg_.a
2025-08-20T22:59:47.4520946Z [00:02:09.713]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build2180205415/b098/_pkg_.a
2025-08-20T22:59:47.4521423Z [00:02:09.713]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:47.4521821Z [00:02:09.713]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:47.4522236Z [00:02:09.713]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:47.4522663Z [00:02:09.713]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:47.4523100Z [00:02:09.713]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:47.4523407Z [00:02:09.713]➜  EOF
2025-08-20T22:59:47.4526392Z [00:02:09.714]➜  /root/.go/pkg/tool/linux_arm64/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 H9-hW3hkjHt-2CRT-6aI/H9-hW3hkjHt-2CRT-6aI -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-20T22:59:47.4821516Z [00:02:09.743]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T22:59:47.4861264Z [00:02:09.747]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d # internal
2025-08-20T22:59:47.4870528Z [00:02:09.748]➜  text/template
2025-08-20T22:59:47.4871129Z [00:02:09.748]➜  mkdir -p $WORK/b094/
2025-08-20T22:59:47.4884720Z [00:02:09.750]➜  cat >/tmp/go-build2180205415/b094/importcfg << 'EOF' # internal
2025-08-20T22:59:47.4885546Z [00:02:09.750]➜  # import config
2025-08-20T22:59:47.4890936Z [00:02:09.750]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:47.4891413Z [00:02:09.750]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:47.4891872Z [00:02:09.750]➜  packagefile internal/fmtsort=/tmp/go-build2180205415/b050/_pkg_.a
2025-08-20T22:59:47.4892313Z [00:02:09.750]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:47.4892719Z [00:02:09.750]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:47.4893131Z [00:02:09.750]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T22:59:47.4893544Z [00:02:09.750]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:47.4893957Z [00:02:09.750]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:47.4894371Z [00:02:09.750]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T22:59:47.4894814Z [00:02:09.750]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:47.4895260Z [00:02:09.750]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:47.4896207Z [00:02:09.750]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:47.4896641Z [00:02:09.750]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:47.4897058Z [00:02:09.750]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:47.4897524Z [00:02:09.750]➜  packagefile text/template/parse=/tmp/go-build2180205415/b095/_pkg_.a
2025-08-20T22:59:47.4897990Z [00:02:09.750]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:47.4898435Z [00:02:09.750]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:47.4911206Z [00:02:09.750]➜  EOF
2025-08-20T22:59:47.4913467Z [00:02:09.750]➜  /root/.go/pkg/tool/linux_arm64/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 nWNn5zq-4zq24i--jN00/nWNn5zq-4zq24i--jN00 -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-20T22:59:47.5134453Z [00:02:09.774]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T22:59:47.5173902Z [00:02:09.778]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/a5/a5c06ec1b4c2387930e8c81d53b40a464cb7b557901d65dfd6f08fc3291a947f-d # internal
2025-08-20T22:59:47.5198101Z [00:02:09.780]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T22:59:47.5199294Z [00:02:09.780]➜  go/doc
2025-08-20T22:59:47.5202292Z [00:02:09.780]➜  mkdir -p $WORK/b073/
2025-08-20T22:59:47.5202885Z [00:02:09.781]➜  cat >/tmp/go-build2180205415/b073/importcfg << 'EOF' # internal
2025-08-20T22:59:47.5204114Z [00:02:09.781]➜  # import config
2025-08-20T22:59:47.5205246Z [00:02:09.781]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T22:59:47.5205688Z [00:02:09.781]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:47.5206252Z [00:02:09.781]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T22:59:47.5206707Z [00:02:09.781]➜  packagefile go/doc/comment=/tmp/go-build2180205415/b079/_pkg_.a
2025-08-20T22:59:47.5207164Z [00:02:09.781]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T22:59:47.5207642Z [00:02:09.781]➜  packagefile internal/lazyregexp=/tmp/go-build2180205415/b080/_pkg_.a
2025-08-20T22:59:47.5208098Z [00:02:09.781]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:47.5208849Z [00:02:09.781]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T22:59:47.5209346Z [00:02:09.781]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:47.5209774Z [00:02:09.781]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:47.5210206Z [00:02:09.781]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:47.5210647Z [00:02:09.781]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:47.5211095Z [00:02:09.781]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:47.5211428Z [00:02:09.781]➜  EOF
2025-08-20T22:59:47.5213410Z [00:02:09.781]➜  /root/.go/pkg/tool/linux_arm64/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 ee8SGXPONU7oYXz76-tx/ee8SGXPONU7oYXz76-tx -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-20T22:59:47.5228060Z [00:02:09.784]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/20/20a1e84218a1204be8a8e0acc34accbd9b3705c540f9ef71f2b83e4554be76df-d # internal
2025-08-20T22:59:47.5238657Z [00:02:09.785]➜  compress/flate
2025-08-20T22:59:47.5258637Z [00:02:09.787]➜  mkdir -p $WORK/b104/
2025-08-20T22:59:47.5259501Z [00:02:09.787]➜  cat >/tmp/go-build2180205415/b104/importcfg << 'EOF' # internal
2025-08-20T22:59:47.5260624Z [00:02:09.787]➜  # import config
2025-08-20T22:59:47.5260972Z [00:02:09.787]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:47.5261396Z [00:02:09.787]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:47.5261809Z [00:02:09.787]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:47.5262212Z [00:02:09.787]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:47.5262633Z [00:02:09.787]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:47.5263059Z [00:02:09.787]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:47.5263480Z [00:02:09.787]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:47.5263912Z [00:02:09.787]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:47.5264327Z [00:02:09.787]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:47.5264633Z [00:02:09.787]➜  EOF
2025-08-20T22:59:47.5267217Z [00:02:09.787]➜  /root/.go/pkg/tool/linux_arm64/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 ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -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-20T22:59:47.5355216Z [00:02:09.797]➜  cd $WORK/b083
2025-08-20T22:59:47.5356906Z [00:02:09.797]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b083/_x001.o -c _cgo_export.c
2025-08-20T22:59:47.5533394Z [00:02:09.814]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b083/_x002.o -c cgo_linux.cgo2.c
2025-08-20T22:59:47.5723469Z [00:02:09.833]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b083/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T22:59:47.6190661Z [00:02:09.880]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b083/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T22:59:47.6458783Z [00:02:09.907]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b083/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T22:59:47.6562819Z [00:02:09.917]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T22:59:47.6578652Z [00:02:09.919]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T22:59:47.6580068Z [00:02:09.919]➜  compress/gzip
2025-08-20T22:59:47.6580819Z [00:02:09.919]➜  mkdir -p $WORK/b103/
2025-08-20T22:59:47.6581721Z [00:02:09.919]➜  cat >/tmp/go-build2180205415/b103/importcfg << 'EOF' # internal
2025-08-20T22:59:47.6582140Z [00:02:09.919]➜  # import config
2025-08-20T22:59:47.6582497Z [00:02:09.919]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:47.6582955Z [00:02:09.919]➜  packagefile compress/flate=/tmp/go-build2180205415/b104/_pkg_.a
2025-08-20T22:59:47.6583468Z [00:02:09.919]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:47.6583921Z [00:02:09.919]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:47.6584340Z [00:02:09.919]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:47.6584780Z [00:02:09.919]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T22:59:47.6585202Z [00:02:09.919]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:47.6585606Z [00:02:09.919]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:47.6586116Z [00:02:09.919]➜  EOF
2025-08-20T22:59:47.6586371Z [00:02:09.919]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:47.6588060Z [00:02:09.919]➜  /root/.go/pkg/tool/linux_arm64/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 QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -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-20T22:59:47.7067076Z [00:02:09.966]➜  cd $WORK/b083
2025-08-20T22:59:47.7068585Z [00:02:09.966]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b083/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T22:59:47.7124076Z [00:02:09.973]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T22:59:47.7131640Z [00:02:09.974]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T22:59:47.7134527Z [00:02:09.975]➜  github.com/google/pprof/profile
2025-08-20T22:59:47.7134859Z [00:02:09.975]➜  mkdir -p $WORK/b102/
2025-08-20T22:59:47.7139520Z [00:02:09.975]➜  cat >/tmp/go-build2180205415/b102/importcfg << 'EOF' # internal
2025-08-20T22:59:47.7139975Z [00:02:09.975]➜  # import config
2025-08-20T22:59:47.7140330Z [00:02:09.975]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:47.7140995Z [00:02:09.975]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:47.7141451Z [00:02:09.975]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T22:59:47.7141932Z [00:02:09.975]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:47.7142380Z [00:02:09.975]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:47.7142796Z [00:02:09.975]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:47.7143196Z [00:02:09.975]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:47.7143599Z [00:02:09.975]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:47.7144176Z [00:02:09.975]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:47.7144685Z [00:02:09.975]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:47.7145105Z [00:02:09.975]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:47.7145537Z [00:02:09.975]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:47.7146048Z [00:02:09.975]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:47.7146469Z [00:02:09.975]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:47.7146874Z [00:02:09.975]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:47.7147177Z [00:02:09.975]➜  EOF
2025-08-20T22:59:47.7169076Z [00:02:09.978]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:47.7181844Z [00:02:09.978]➜  /root/.go/pkg/tool/linux_arm64/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 EN2FbxSaTY6um5zjRy3k/EN2FbxSaTY6um5zjRy3k -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-20T22:59:47.7358894Z [00:02:09.997]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T22:59:47.7385026Z [00:02:10.000]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/47/478a5a5383afa64503b460e08c6e0e6a5add62df44233819a834d08ad355ddd0-d # internal
2025-08-20T22:59:47.7389935Z [00:02:10.000]➜  cd $WORK/b083
2025-08-20T22:59:47.7391551Z [00:02:10.000]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b083/_cgo_main.o -c _cgo_main.c
2025-08-20T22:59:47.7392769Z [00:02:10.000]➜  crypto/internal/fips140/sha512
2025-08-20T22:59:47.7393061Z [00:02:10.000]➜  mkdir -p $WORK/b125/
2025-08-20T22:59:47.7393384Z [00:02:10.000]➜  echo -n > $WORK/b125/go_asm.h # internal
2025-08-20T22:59:47.7393746Z [00:02:10.000]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:59:47.7395053Z [00:02:10.000]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b125/symabis ./sha512block_arm64.s
2025-08-20T22:59:47.7452618Z [00:02:10.006]➜  cat >/tmp/go-build2180205415/b125/importcfg << 'EOF' # internal
2025-08-20T22:59:47.7454960Z [00:02:10.007]➜  # import config
2025-08-20T22:59:47.7455333Z [00:02:10.007]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:47.7456039Z [00:02:10.007]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:47.7456742Z [00:02:10.007]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T22:59:47.7457377Z [00:02:10.007]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2180205415/b121/_pkg_.a
2025-08-20T22:59:47.7457934Z [00:02:10.007]➜  packagefile crypto/internal/impl=/tmp/go-build2180205415/b122/_pkg_.a
2025-08-20T22:59:47.7458410Z [00:02:10.007]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:47.7458824Z [00:02:10.007]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:47.7459253Z [00:02:10.007]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:47.7459576Z [00:02:10.007]➜  EOF
2025-08-20T22:59:47.7459822Z [00:02:10.007]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:47.7462511Z [00:02:10.007]➜  /root/.go/pkg/tool/linux_arm64/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 vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -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_arm64.go
2025-08-20T22:59:47.7467635Z [00:02:10.008]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T22:59:47.7507285Z [00:02:10.012]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d # internal
2025-08-20T22:59:47.7507901Z [00:02:10.012]➜  crypto/internal/sysrand
2025-08-20T22:59:47.7508192Z [00:02:10.012]➜  mkdir -p $WORK/b129/
2025-08-20T22:59:47.7512690Z [00:02:10.012]➜  cat >/tmp/go-build2180205415/b129/importcfg << 'EOF' # internal
2025-08-20T22:59:47.7513564Z [00:02:10.012]➜  # import config
2025-08-20T22:59:47.7515640Z [00:02:10.012]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:47.7516535Z [00:02:10.012]➜  packagefile internal/syscall/unix=/tmp/go-build2180205415/b063/_pkg_.a
2025-08-20T22:59:47.7517513Z [00:02:10.012]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:47.7518452Z [00:02:10.012]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:47.7518958Z [00:02:10.012]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:47.7519393Z [00:02:10.012]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:47.7519836Z [00:02:10.012]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:47.7520279Z [00:02:10.012]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:47.7520703Z [00:02:10.012]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:47.7521010Z [00:02:10.012]➜  EOF
2025-08-20T22:59:47.7522866Z [00:02:10.012]➜  /root/.go/pkg/tool/linux_arm64/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 mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -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-20T22:59:47.7570982Z [00:02:10.018]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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-20T22:59:47.7726061Z [00:02:10.033]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T22:59:47.7728235Z [00:02:10.034]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T22:59:47.7728850Z [00:02:10.034]➜  crypto/internal/entropy
2025-08-20T22:59:47.7729132Z [00:02:10.034]➜  mkdir -p $WORK/b128/
2025-08-20T22:59:47.7729503Z [00:02:10.034]➜  cat >/tmp/go-build2180205415/b128/importcfg << 'EOF' # internal
2025-08-20T22:59:47.7729858Z [00:02:10.034]➜  # import config
2025-08-20T22:59:47.7730266Z [00:02:10.034]➜  packagefile crypto/internal/sysrand=/tmp/go-build2180205415/b129/_pkg_.a
2025-08-20T22:59:47.7730637Z [00:02:10.034]➜  EOF
2025-08-20T22:59:47.7732245Z [00:02:10.034]➜  /root/.go/pkg/tool/linux_arm64/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 uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T22:59:47.7808318Z [00:02:10.042]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T22:59:47.7811514Z [00:02:10.042]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T22:59:47.7812222Z [00:02:10.042]➜  crypto/internal/randutil
2025-08-20T22:59:47.7824013Z [00:02:10.043]➜  mkdir -p $WORK/b130/
2025-08-20T22:59:47.7824916Z [00:02:10.043]➜  cat >/tmp/go-build2180205415/b130/importcfg << 'EOF' # internal
2025-08-20T22:59:47.7825345Z [00:02:10.043]➜  # import config
2025-08-20T22:59:47.7825679Z [00:02:10.044]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:47.7826281Z [00:02:10.044]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T22:59:47.7826620Z [00:02:10.044]➜  EOF
2025-08-20T22:59:47.7828502Z [00:02:10.044]➜  /root/.go/pkg/tool/linux_arm64/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 jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T22:59:47.7898027Z [00:02:10.051]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T22:59:47.7900270Z [00:02:10.051]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T22:59:47.7905493Z [00:02:10.052]➜  math/rand
2025-08-20T22:59:47.7905887Z [00:02:10.052]➜  mkdir -p $WORK/b136/
2025-08-20T22:59:47.7906328Z [00:02:10.052]➜  cat >/tmp/go-build2180205415/b136/importcfg << 'EOF' # internal
2025-08-20T22:59:47.7906910Z [00:02:10.052]➜  # import config
2025-08-20T22:59:47.7907395Z [00:02:10.052]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T22:59:47.7907968Z [00:02:10.052]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:47.7908488Z [00:02:10.052]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:47.7908936Z [00:02:10.052]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:47.7911755Z [00:02:10.052]➜  EOF
2025-08-20T22:59:47.7913629Z [00:02:10.052]➜  /root/.go/pkg/tool/linux_arm64/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 d_7wOllrEnD7fz2-rkyO/d_7wOllrEnD7fz2-rkyO -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-20T22:59:47.8517376Z [00:02:10.111]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T22:59:47.8518854Z [00:02:10.111]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T22:59:47.8519520Z [00:02:10.111]➜  math/big
2025-08-20T22:59:47.8519774Z [00:02:10.111]➜  mkdir -p $WORK/b135/
2025-08-20T22:59:47.8520083Z [00:02:10.111]➜  echo -n > $WORK/b135/go_asm.h # internal
2025-08-20T22:59:47.8520396Z [00:02:10.111]➜  cd /root/.go/src/math/big
2025-08-20T22:59:47.8521382Z [00:02:10.111]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b135/symabis ./arith_arm64.s
2025-08-20T22:59:47.8522351Z [00:02:10.112]➜  cat >/tmp/go-build2180205415/b135/importcfg << 'EOF' # internal
2025-08-20T22:59:47.8522696Z [00:02:10.112]➜  # import config
2025-08-20T22:59:47.8523031Z [00:02:10.112]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:47.8523450Z [00:02:10.112]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:47.8523875Z [00:02:10.112]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:47.8524331Z [00:02:10.112]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:47.8524784Z [00:02:10.112]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:47.8525187Z [00:02:10.112]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:47.8525621Z [00:02:10.112]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:47.8526245Z [00:02:10.112]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T22:59:47.8526683Z [00:02:10.112]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:47.8527108Z [00:02:10.112]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:47.8527534Z [00:02:10.112]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:47.8527951Z [00:02:10.112]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:47.8528256Z [00:02:10.112]➜  EOF
2025-08-20T22:59:47.8528839Z [00:02:10.112]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:47.8533050Z [00:02:10.112]➜  /root/.go/pkg/tool/linux_arm64/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 ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -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_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T22:59:47.9126960Z [00:02:10.174]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T22:59:47.9161917Z [00:02:10.177]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/2a/2a7d73f9fea31c6ab5ceb476f4e91602672a5a58e481b6451525e6034864d703-d # internal
2025-08-20T22:59:47.9162623Z [00:02:10.177]➜  crypto/internal/fips140cache
2025-08-20T22:59:47.9162938Z [00:02:10.177]➜  mkdir -p $WORK/b150/
2025-08-20T22:59:47.9165650Z [00:02:10.178]➜  cat >/tmp/go-build2180205415/b150/importcfg << 'EOF' # internal
2025-08-20T22:59:47.9166448Z [00:02:10.178]➜  # import config
2025-08-20T22:59:47.9167206Z [00:02:10.178]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:47.9167683Z [00:02:10.178]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:47.9168128Z [00:02:10.178]➜  packagefile weak=/tmp/go-build2180205415/b090/_pkg_.a
2025-08-20T22:59:47.9168441Z [00:02:10.178]➜  EOF
2025-08-20T22:59:47.9170275Z [00:02:10.178]➜  /root/.go/pkg/tool/linux_arm64/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 mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T22:59:47.9273886Z [00:02:10.188]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T22:59:47.9280447Z [00:02:10.189]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T22:59:47.9281035Z [00:02:10.189]➜  crypto/sha3
2025-08-20T22:59:47.9281293Z [00:02:10.189]➜  mkdir -p $WORK/b152/
2025-08-20T22:59:47.9282337Z [00:02:10.189]➜  cat >/tmp/go-build2180205415/b152/importcfg << 'EOF' # internal
2025-08-20T22:59:47.9283400Z [00:02:10.189]➜  # import config
2025-08-20T22:59:47.9284136Z [00:02:10.189]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:47.9284663Z [00:02:10.189]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2180205415/b123/_pkg_.a
2025-08-20T22:59:47.9285177Z [00:02:10.189]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:47.9285488Z [00:02:10.190]➜  EOF
2025-08-20T22:59:47.9287021Z [00:02:10.190]➜  /root/.go/pkg/tool/linux_arm64/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 W_YWW6j20GnVUuObQInA/W_YWW6j20GnVUuObQInA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T22:59:47.9461872Z [00:02:10.207]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T22:59:47.9467221Z [00:02:10.208]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T22:59:47.9469020Z [00:02:10.208]➜  crypto/internal/fips140hash
2025-08-20T22:59:47.9470185Z [00:02:10.208]➜  mkdir -p $WORK/b151/
2025-08-20T22:59:47.9470774Z [00:02:10.208]➜  cat >/tmp/go-build2180205415/b151/importcfg << 'EOF' # internal
2025-08-20T22:59:47.9471145Z [00:02:10.208]➜  # import config
2025-08-20T22:59:47.9471580Z [00:02:10.208]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2180205415/b123/_pkg_.a
2025-08-20T22:59:47.9472100Z [00:02:10.208]➜  packagefile crypto/sha3=/tmp/go-build2180205415/b152/_pkg_.a
2025-08-20T22:59:47.9472535Z [00:02:10.208]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:47.9473199Z [00:02:10.208]➜  EOF
2025-08-20T22:59:47.9475455Z [00:02:10.208]➜  /root/.go/pkg/tool/linux_arm64/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 6XBZ2k4E8iuwnCWRrN-E/6XBZ2k4E8iuwnCWRrN-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T22:59:47.9501197Z [00:02:10.211]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:59:47.9503708Z [00:02:10.211]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b125/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T22:59:47.9537414Z [00:02:10.215]➜  go tool pack r $WORK/b125/_pkg_.a $WORK/b125/sha512block_arm64.o # internal
2025-08-20T22:59:47.9538031Z [00:02:10.215]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T22:59:47.9543810Z [00:02:10.215]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T22:59:47.9545569Z [00:02:10.216]➜  crypto/internal/fips140/hmac
2025-08-20T22:59:47.9546886Z [00:02:10.216]➜  mkdir -p $WORK/b118/
2025-08-20T22:59:47.9548913Z [00:02:10.216]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T22:59:47.9555666Z [00:02:10.217]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T22:59:47.9558297Z [00:02:10.217]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:59:47.9559510Z [00:02:10.217]➜  mkdir -p $WORK/b170/
2025-08-20T22:59:47.9561571Z [00:02:10.217]➜  cat >/tmp/go-build2180205415/b118/importcfg << 'EOF' # internal
2025-08-20T22:59:47.9561965Z [00:02:10.217]➜  # import config
2025-08-20T22:59:47.9564538Z [00:02:10.217]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:47.9565285Z [00:02:10.217]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:47.9566384Z [00:02:10.217]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2180205415/b119/_pkg_.a
2025-08-20T22:59:47.9568071Z [00:02:10.217]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2180205415/b123/_pkg_.a
2025-08-20T22:59:47.9569159Z [00:02:10.217]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2180205415/b125/_pkg_.a
2025-08-20T22:59:47.9569713Z [00:02:10.217]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:47.9570137Z [00:02:10.217]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:47.9570444Z [00:02:10.217]➜  EOF
2025-08-20T22:59:47.9570692Z [00:02:10.217]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:47.9577863Z [00:02:10.217]➜  /root/.go/pkg/tool/linux_arm64/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 A42YQXKTz7j6V6eZYMhB/A42YQXKTz7j6V6eZYMhB -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-20T22:59:47.9579806Z [00:02:10.218]➜  cat >/tmp/go-build2180205415/b170/importcfg << 'EOF' # internal
2025-08-20T22:59:47.9580170Z [00:02:10.218]➜  # import config
2025-08-20T22:59:47.9580539Z [00:02:10.218]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T22:59:47.9581017Z [00:02:10.218]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:47.9581474Z [00:02:10.218]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:47.9581794Z [00:02:10.218]➜  EOF
2025-08-20T22:59:47.9769310Z [00:02:10.218]➜  /root/.go/pkg/tool/linux_arm64/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 -complete -installsuffix shared -buildid rwaYiG88Dovpw4-wiOWd/rwaYiG88Dovpw4-wiOWd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T22:59:47.9771956Z [00:02:10.238]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T22:59:47.9790963Z [00:02:10.240]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T22:59:47.9796711Z [00:02:10.241]➜  crypto/internal/fips140/check
2025-08-20T22:59:47.9798240Z [00:02:10.241]➜  mkdir -p $WORK/b117/
2025-08-20T22:59:47.9801804Z [00:02:10.241]➜  cat >/tmp/go-build2180205415/b117/importcfg << 'EOF' # internal
2025-08-20T22:59:47.9803047Z [00:02:10.241]➜  # import config
2025-08-20T22:59:47.9803760Z [00:02:10.241]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:47.9805084Z [00:02:10.241]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2180205415/b118/_pkg_.a
2025-08-20T22:59:47.9806094Z [00:02:10.241]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2180205415/b119/_pkg_.a
2025-08-20T22:59:47.9807107Z [00:02:10.241]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T22:59:47.9808194Z [00:02:10.241]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2180205415/b115/_pkg_.a
2025-08-20T22:59:47.9809139Z [00:02:10.241]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:47.9809489Z [00:02:10.241]➜  EOF
2025-08-20T22:59:47.9811251Z [00:02:10.242]➜  /root/.go/pkg/tool/linux_arm64/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 nhNKEvIck5oeTpa1dzoq/nhNKEvIck5oeTpa1dzoq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T22:59:47.9817221Z [00:02:10.243]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T22:59:47.9822682Z [00:02:10.243]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T22:59:47.9823982Z [00:02:10.244]➜  encoding/pem
2025-08-20T22:59:47.9824630Z [00:02:10.244]➜  mkdir -p $WORK/b182/
2025-08-20T22:59:47.9828570Z [00:02:10.244]➜  cat >/tmp/go-build2180205415/b182/importcfg << 'EOF' # internal
2025-08-20T22:59:47.9829285Z [00:02:10.244]➜  # import config
2025-08-20T22:59:47.9830063Z [00:02:10.244]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:47.9831088Z [00:02:10.244]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:47.9831961Z [00:02:10.244]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:47.9832455Z [00:02:10.244]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:47.9832867Z [00:02:10.244]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:47.9833308Z [00:02:10.244]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:47.9833628Z [00:02:10.244]➜  EOF
2025-08-20T22:59:47.9835069Z [00:02:10.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b182=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T22:59:48.0130335Z [00:02:10.274]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T22:59:48.0139278Z [00:02:10.275]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T22:59:48.0148775Z [00:02:10.276]➜  crypto/internal/fips140/aes
2025-08-20T22:59:48.0149228Z [00:02:10.276]➜  mkdir -p $WORK/b113/
2025-08-20T22:59:48.0158134Z [00:02:10.277]➜  echo -n > $WORK/b113/go_asm.h # internal
2025-08-20T22:59:48.0178546Z [00:02:10.279]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:59:48.0180953Z [00:02:10.279]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b113=>" -I $WORK/b113/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b113/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T22:59:48.0217224Z [00:02:10.283]➜  cat >/tmp/go-build2180205415/b113/importcfg << 'EOF' # internal
2025-08-20T22:59:48.0227894Z [00:02:10.284]➜  # import config
2025-08-20T22:59:48.0228313Z [00:02:10.284]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:48.0228820Z [00:02:10.284]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:48.0229392Z [00:02:10.284]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2180205415/b116/_pkg_.a
2025-08-20T22:59:48.0229984Z [00:02:10.284]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.0230568Z [00:02:10.284]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2180205415/b124/_pkg_.a
2025-08-20T22:59:48.0231194Z [00:02:10.284]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T22:59:48.0231816Z [00:02:10.284]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2180205415/b121/_pkg_.a
2025-08-20T22:59:48.0232436Z [00:02:10.284]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2180205415/b115/_pkg_.a
2025-08-20T22:59:48.0232999Z [00:02:10.284]➜  packagefile crypto/internal/impl=/tmp/go-build2180205415/b122/_pkg_.a
2025-08-20T22:59:48.0233474Z [00:02:10.284]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.0233904Z [00:02:10.284]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:48.0234335Z [00:02:10.284]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:48.0234659Z [00:02:10.284]➜  EOF
2025-08-20T22:59:48.0234906Z [00:02:10.284]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.0238785Z [00:02:10.284]➜  /root/.go/pkg/tool/linux_arm64/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 nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -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-20T22:59:48.0292972Z [00:02:10.290]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T22:59:48.0299424Z [00:02:10.291]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T22:59:48.0305364Z [00:02:10.291]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T22:59:48.0305724Z [00:02:10.291]➜  mkdir -p $WORK/b143/
2025-08-20T22:59:48.0313623Z [00:02:10.292]➜  cat >/tmp/go-build2180205415/b143/importcfg << 'EOF' # internal
2025-08-20T22:59:48.0315915Z [00:02:10.292]➜  # import config
2025-08-20T22:59:48.0316781Z [00:02:10.292]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.0317635Z [00:02:10.292]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2180205415/b124/_pkg_.a
2025-08-20T22:59:48.0318471Z [00:02:10.292]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.0319380Z [00:02:10.292]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:48.0319891Z [00:02:10.292]➜  EOF
2025-08-20T22:59:48.0325315Z [00:02:10.292]➜  /root/.go/pkg/tool/linux_arm64/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 IYbIrobBm91v6aBwRqJ1/IYbIrobBm91v6aBwRqJ1 -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-20T22:59:48.1024279Z [00:02:10.362]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:59:48.1034828Z [00:02:10.362]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b113=>" -I $WORK/b113/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b113/aes_arm64.o ./aes_arm64.s
2025-08-20T22:59:48.1057203Z [00:02:10.367]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b113=>" -I $WORK/b113/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b113/ctr_arm64.o ./ctr_arm64.s
2025-08-20T22:59:48.1115919Z [00:02:10.373]➜  go tool pack r $WORK/b113/_pkg_.a $WORK/b113/aes_arm64.o $WORK/b113/ctr_arm64.o # internal
2025-08-20T22:59:48.1119262Z [00:02:10.373]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T22:59:48.1126738Z [00:02:10.374]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T22:59:48.1140857Z [00:02:10.375]➜  crypto/internal/fips140/drbg
2025-08-20T22:59:48.1144071Z [00:02:10.375]➜  mkdir -p $WORK/b127/
2025-08-20T22:59:48.1145630Z [00:02:10.376]➜  cat >/tmp/go-build2180205415/b127/importcfg << 'EOF' # internal
2025-08-20T22:59:48.1147650Z [00:02:10.376]➜  # import config
2025-08-20T22:59:48.1148516Z [00:02:10.376]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:48.1149510Z [00:02:10.376]➜  packagefile crypto/internal/entropy=/tmp/go-build2180205415/b128/_pkg_.a
2025-08-20T22:59:48.1150174Z [00:02:10.376]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:48.1150760Z [00:02:10.376]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2180205415/b113/_pkg_.a
2025-08-20T22:59:48.1151340Z [00:02:10.376]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.1151929Z [00:02:10.376]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2180205415/b124/_pkg_.a
2025-08-20T22:59:48.1152555Z [00:02:10.376]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T22:59:48.1153150Z [00:02:10.376]➜  packagefile crypto/internal/randutil=/tmp/go-build2180205415/b130/_pkg_.a
2025-08-20T22:59:48.1153706Z [00:02:10.376]➜  packagefile crypto/internal/sysrand=/tmp/go-build2180205415/b129/_pkg_.a
2025-08-20T22:59:48.1154181Z [00:02:10.376]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.1154592Z [00:02:10.376]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:48.1155421Z [00:02:10.376]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:48.1155995Z [00:02:10.376]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:48.1156357Z [00:02:10.376]➜  EOF
2025-08-20T22:59:48.1156614Z [00:02:10.376]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.1158810Z [00:02:10.376]➜  /root/.go/pkg/tool/linux_arm64/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 2bhr8WQOGW7jzWbzCEFo/2bhr8WQOGW7jzWbzCEFo -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-20T22:59:48.1420764Z [00:02:10.403]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T22:59:48.1428599Z [00:02:10.404]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T22:59:48.1431102Z [00:02:10.404]➜  crypto/internal/fips140/aes/gcm
2025-08-20T22:59:48.1433644Z [00:02:10.404]➜  mkdir -p $WORK/b126/
2025-08-20T22:59:48.1435979Z [00:02:10.405]➜  echo -n > $WORK/b126/go_asm.h # internal
2025-08-20T22:59:48.1437126Z [00:02:10.405]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:59:48.1439416Z [00:02:10.405]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b126/symabis ./gcm_arm64.s
2025-08-20T22:59:48.1497916Z [00:02:10.409]➜  cat >/tmp/go-build2180205415/b126/importcfg << 'EOF' # internal
2025-08-20T22:59:48.1498805Z [00:02:10.409]➜  # import config
2025-08-20T22:59:48.1499644Z [00:02:10.409]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:48.1500429Z [00:02:10.409]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2180205415/b113/_pkg_.a
2025-08-20T22:59:48.1501242Z [00:02:10.409]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2180205415/b116/_pkg_.a
2025-08-20T22:59:48.1501982Z [00:02:10.409]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.1503171Z [00:02:10.409]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2180205415/b127/_pkg_.a
2025-08-20T22:59:48.1504055Z [00:02:10.409]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2180205415/b124/_pkg_.a
2025-08-20T22:59:48.1504754Z [00:02:10.409]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T22:59:48.1505378Z [00:02:10.409]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2180205415/b121/_pkg_.a
2025-08-20T22:59:48.1506140Z [00:02:10.409]➜  packagefile crypto/internal/impl=/tmp/go-build2180205415/b122/_pkg_.a
2025-08-20T22:59:48.1506674Z [00:02:10.409]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.1507097Z [00:02:10.409]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:48.1507404Z [00:02:10.409]➜  EOF
2025-08-20T22:59:48.1507650Z [00:02:10.409]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.1511165Z [00:02:10.409]➜  /root/.go/pkg/tool/linux_arm64/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 RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -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-20T22:59:48.1525111Z [00:02:10.413]➜  cd /root/.go/src/math/big
2025-08-20T22:59:48.1532225Z [00:02:10.414]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b135/arith_arm64.o ./arith_arm64.s
2025-08-20T22:59:48.1564402Z [00:02:10.417]➜  go tool pack r $WORK/b135/_pkg_.a $WORK/b135/arith_arm64.o # internal
2025-08-20T22:59:48.1576210Z [00:02:10.418]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T22:59:48.1624540Z [00:02:10.423]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T22:59:48.1631423Z [00:02:10.424]➜  crypto/internal/fips140only
2025-08-20T22:59:48.1632178Z [00:02:10.424]➜  mkdir -p $WORK/b132/
2025-08-20T22:59:48.1639143Z [00:02:10.425]➜  cat >/tmp/go-build2180205415/b132/importcfg << 'EOF' # internal
2025-08-20T22:59:48.1641083Z [00:02:10.425]➜  # import config
2025-08-20T22:59:48.1642397Z [00:02:10.425]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2180205415/b127/_pkg_.a
2025-08-20T22:59:48.1643018Z [00:02:10.425]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2180205415/b119/_pkg_.a
2025-08-20T22:59:48.1643605Z [00:02:10.425]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2180205415/b123/_pkg_.a
2025-08-20T22:59:48.1644206Z [00:02:10.425]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2180205415/b125/_pkg_.a
2025-08-20T22:59:48.1644698Z [00:02:10.425]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:48.1645157Z [00:02:10.425]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T22:59:48.1645613Z [00:02:10.425]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:48.1646091Z [00:02:10.425]➜  EOF
2025-08-20T22:59:48.1646349Z [00:02:10.425]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.1648106Z [00:02:10.425]➜  /root/.go/pkg/tool/linux_arm64/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 g0InnHkhLGhIIw-Lc_FU/g0InnHkhLGhIIw-Lc_FU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T22:59:48.1811727Z [00:02:10.442]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T22:59:48.1819441Z [00:02:10.443]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T22:59:48.1825155Z [00:02:10.443]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T22:59:48.1825518Z [00:02:10.444]➜  mkdir -p $WORK/b144/
2025-08-20T22:59:48.1833465Z [00:02:10.444]➜  cat >/tmp/go-build2180205415/b144/importcfg << 'EOF' # internal
2025-08-20T22:59:48.1835250Z [00:02:10.444]➜  # import config
2025-08-20T22:59:48.1836110Z [00:02:10.444]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.1836807Z [00:02:10.444]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2180205415/b124/_pkg_.a
2025-08-20T22:59:48.1837441Z [00:02:10.444]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T22:59:48.1837999Z [00:02:10.444]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.1838439Z [00:02:10.444]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:48.1838758Z [00:02:10.444]➜  EOF
2025-08-20T22:59:48.1841277Z [00:02:10.444]➜  /root/.go/pkg/tool/linux_arm64/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 -complete -installsuffix shared -buildid IphQMC9eTQKq58morZAk/IphQMC9eTQKq58morZAk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64_noasm.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T22:59:48.1934131Z [00:02:10.454]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:59:48.1940907Z [00:02:10.455]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b126/gcm_arm64.o ./gcm_arm64.s
2025-08-20T22:59:48.1996586Z [00:02:10.461]➜  go tool pack r $WORK/b126/_pkg_.a $WORK/b126/gcm_arm64.o # internal
2025-08-20T22:59:48.2004141Z [00:02:10.461]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T22:59:48.2025088Z [00:02:10.463]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T22:59:48.2030104Z [00:02:10.464]➜  crypto/cipher
2025-08-20T22:59:48.2030703Z [00:02:10.464]➜  mkdir -p $WORK/b112/
2025-08-20T22:59:48.2033336Z [00:02:10.464]➜  cat >/tmp/go-build2180205415/b112/importcfg << 'EOF' # internal
2025-08-20T22:59:48.2033810Z [00:02:10.464]➜  # import config
2025-08-20T22:59:48.2034186Z [00:02:10.464]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:48.2034695Z [00:02:10.464]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2180205415/b113/_pkg_.a
2025-08-20T22:59:48.2035288Z [00:02:10.464]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2180205415/b126/_pkg_.a
2025-08-20T22:59:48.2036042Z [00:02:10.464]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2180205415/b116/_pkg_.a
2025-08-20T22:59:48.2036683Z [00:02:10.464]➜  packagefile crypto/internal/fips140only=/tmp/go-build2180205415/b132/_pkg_.a
2025-08-20T22:59:48.2037201Z [00:02:10.464]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T22:59:48.2037644Z [00:02:10.464]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.2038109Z [00:02:10.464]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:48.2038561Z [00:02:10.464]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:48.2038858Z [00:02:10.464]➜  EOF
2025-08-20T22:59:48.2040383Z [00:02:10.465]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.2042894Z [00:02:10.465]➜  /root/.go/pkg/tool/linux_arm64/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 fzu7Q_qA2I-up68G7SF3/fzu7Q_qA2I-up68G7SF3 -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-20T22:59:48.2221833Z [00:02:10.483]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T22:59:48.2231922Z [00:02:10.484]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T22:59:48.2233444Z [00:02:10.484]➜  crypto/internal/fips140/bigmod
2025-08-20T22:59:48.2236540Z [00:02:10.484]➜  mkdir -p $WORK/b149/
2025-08-20T22:59:48.2237563Z [00:02:10.485]➜  echo -n > $WORK/b149/go_asm.h # internal
2025-08-20T22:59:48.2238547Z [00:02:10.485]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:59:48.2268233Z [00:02:10.485]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b149=>" -I $WORK/b149/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b149/symabis ./nat_arm64.s
2025-08-20T22:59:48.2299776Z [00:02:10.491]➜  cat >/tmp/go-build2180205415/b149/importcfg << 'EOF' # internal
2025-08-20T22:59:48.2301209Z [00:02:10.491]➜  # import config
2025-08-20T22:59:48.2303037Z [00:02:10.491]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.2304089Z [00:02:10.491]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T22:59:48.2304894Z [00:02:10.491]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2180205415/b121/_pkg_.a
2025-08-20T22:59:48.2306113Z [00:02:10.491]➜  packagefile crypto/internal/impl=/tmp/go-build2180205415/b122/_pkg_.a
2025-08-20T22:59:48.2307163Z [00:02:10.491]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.2307665Z [00:02:10.491]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:48.2308003Z [00:02:10.491]➜  EOF
2025-08-20T22:59:48.2308249Z [00:02:10.491]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.2310449Z [00:02:10.491]➜  /root/.go/pkg/tool/linux_arm64/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 d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -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-20T22:59:48.2724481Z [00:02:10.533]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T22:59:48.2740833Z [00:02:10.535]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T22:59:48.2747425Z [00:02:10.536]➜  crypto/internal/boring
2025-08-20T22:59:48.2748729Z [00:02:10.536]➜  mkdir -p $WORK/b110/
2025-08-20T22:59:48.2749650Z [00:02:10.536]➜  cat >/tmp/go-build2180205415/b110/importcfg << 'EOF' # internal
2025-08-20T22:59:48.2750399Z [00:02:10.536]➜  # import config
2025-08-20T22:59:48.2751306Z [00:02:10.536]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:48.2751796Z [00:02:10.536]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T22:59:48.2752662Z [00:02:10.536]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2180205415/b134/_pkg_.a
2025-08-20T22:59:48.2753230Z [00:02:10.536]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:48.2753541Z [00:02:10.536]➜  EOF
2025-08-20T22:59:48.2755299Z [00:02:10.536]➜  /root/.go/pkg/tool/linux_arm64/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 H_jz5aWRk7iUgy8YLLCA/H_jz5aWRk7iUgy8YLLCA -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-20T22:59:48.2774841Z [00:02:10.539]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T22:59:48.2807741Z [00:02:10.542]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T22:59:48.2808963Z [00:02:10.542]➜  crypto/des
2025-08-20T22:59:48.2809547Z [00:02:10.542]➜  mkdir -p $WORK/b139/
2025-08-20T22:59:48.2810174Z [00:02:10.542]➜  cat >/tmp/go-build2180205415/b139/importcfg << 'EOF' # internal
2025-08-20T22:59:48.2810871Z [00:02:10.542]➜  # import config
2025-08-20T22:59:48.2811587Z [00:02:10.542]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T22:59:48.2812891Z [00:02:10.542]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2180205415/b116/_pkg_.a
2025-08-20T22:59:48.2813565Z [00:02:10.542]➜  packagefile crypto/internal/fips140only=/tmp/go-build2180205415/b132/_pkg_.a
2025-08-20T22:59:48.2814143Z [00:02:10.542]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.2814679Z [00:02:10.542]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:48.2815157Z [00:02:10.542]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:48.2815584Z [00:02:10.542]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:48.2816129Z [00:02:10.542]➜  EOF
2025-08-20T22:59:48.2817779Z [00:02:10.542]➜  /root/.go/pkg/tool/linux_arm64/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 V3t-4XrzLvRnqQjloiZp/V3t-4XrzLvRnqQjloiZp -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-20T22:59:48.3024378Z [00:02:10.564]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T22:59:48.3030494Z [00:02:10.564]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T22:59:48.3036021Z [00:02:10.565]➜  crypto/rand
2025-08-20T22:59:48.3036328Z [00:02:10.565]➜  mkdir -p $WORK/b109/
2025-08-20T22:59:48.3036713Z [00:02:10.565]➜  cat >/tmp/go-build2180205415/b109/importcfg << 'EOF' # internal
2025-08-20T22:59:48.3037080Z [00:02:10.565]➜  # import config
2025-08-20T22:59:48.3037482Z [00:02:10.565]➜  packagefile crypto/internal/boring=/tmp/go-build2180205415/b110/_pkg_.a
2025-08-20T22:59:48.3038025Z [00:02:10.565]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:48.3038602Z [00:02:10.565]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2180205415/b127/_pkg_.a
2025-08-20T22:59:48.3039175Z [00:02:10.565]➜  packagefile crypto/internal/fips140only=/tmp/go-build2180205415/b132/_pkg_.a
2025-08-20T22:59:48.3039733Z [00:02:10.565]➜  packagefile crypto/internal/randutil=/tmp/go-build2180205415/b130/_pkg_.a
2025-08-20T22:59:48.3040276Z [00:02:10.565]➜  packagefile crypto/internal/sysrand=/tmp/go-build2180205415/b129/_pkg_.a
2025-08-20T22:59:48.3040756Z [00:02:10.565]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.3041165Z [00:02:10.565]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:48.3041863Z [00:02:10.565]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:48.3042243Z [00:02:10.565]➜  EOF
2025-08-20T22:59:48.3043904Z [00:02:10.565]➜  /root/.go/pkg/tool/linux_arm64/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 A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -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-20T22:59:48.3121545Z [00:02:10.573]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T22:59:48.3128129Z [00:02:10.574]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T22:59:48.3133746Z [00:02:10.574]➜  crypto/aes
2025-08-20T22:59:48.3134037Z [00:02:10.574]➜  mkdir -p $WORK/b138/
2025-08-20T22:59:48.3134447Z [00:02:10.574]➜  cat >/tmp/go-build2180205415/b138/importcfg << 'EOF' # internal
2025-08-20T22:59:48.3134799Z [00:02:10.574]➜  # import config
2025-08-20T22:59:48.3135165Z [00:02:10.574]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T22:59:48.3135677Z [00:02:10.574]➜  packagefile crypto/internal/boring=/tmp/go-build2180205415/b110/_pkg_.a
2025-08-20T22:59:48.3136622Z [00:02:10.574]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2180205415/b113/_pkg_.a
2025-08-20T22:59:48.3137123Z [00:02:10.574]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:48.3137440Z [00:02:10.574]➜  EOF
2025-08-20T22:59:48.3138815Z [00:02:10.574]➜  /root/.go/pkg/tool/linux_arm64/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 NIrY2sXihKc0NX5_sWAT/NIrY2sXihKc0NX5_sWAT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T22:59:48.3248924Z [00:02:10.586]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T22:59:48.3252742Z [00:02:10.586]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T22:59:48.3256571Z [00:02:10.587]➜  crypto/internal/fips140/nistec
2025-08-20T22:59:48.3258059Z [00:02:10.587]➜  mkdir -p $WORK/b142/
2025-08-20T22:59:48.3258574Z [00:02:10.587]➜  echo -n > $WORK/b142/go_asm.h # internal
2025-08-20T22:59:48.3260156Z [00:02:10.587]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:59:48.3261658Z [00:02:10.587]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b142=>" -I $WORK/b142/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b142/symabis ./p256_asm_arm64.s
2025-08-20T22:59:48.3262938Z [00:02:10.587]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T22:59:48.3268150Z [00:02:10.588]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T22:59:48.3270063Z [00:02:10.588]➜  crypto/internal/boring/bbig
2025-08-20T22:59:48.3271640Z [00:02:10.588]➜  mkdir -p $WORK/b147/
2025-08-20T22:59:48.3273644Z [00:02:10.588]➜  cat >/tmp/go-build2180205415/b147/importcfg << 'EOF' # internal
2025-08-20T22:59:48.3275220Z [00:02:10.588]➜  # import config
2025-08-20T22:59:48.3275710Z [00:02:10.588]➜  packagefile crypto/internal/boring=/tmp/go-build2180205415/b110/_pkg_.a
2025-08-20T22:59:48.3276309Z [00:02:10.588]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:48.3276642Z [00:02:10.588]➜  EOF
2025-08-20T22:59:48.3276891Z [00:02:10.588]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.3278909Z [00:02:10.588]➜  /root/.go/pkg/tool/linux_arm64/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 uLuL3fdmLM1-eRuYX6XK/uLuL3fdmLM1-eRuYX6XK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T22:59:48.3295975Z [00:02:10.591]➜  cat >/tmp/go-build2180205415/b142/importcfg << 'EOF' # internal
2025-08-20T22:59:48.3297237Z [00:02:10.591]➜  # import config
2025-08-20T22:59:48.3297710Z [00:02:10.591]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.3298334Z [00:02:10.591]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build2180205415/b143/_pkg_.a
2025-08-20T22:59:48.3298947Z [00:02:10.591]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2180205415/b124/_pkg_.a
2025-08-20T22:59:48.3299572Z [00:02:10.591]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T22:59:48.3300268Z [00:02:10.591]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.3300707Z [00:02:10.591]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:48.3301144Z [00:02:10.591]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:48.3301905Z [00:02:10.591]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:48.3302217Z [00:02:10.591]➜  EOF
2025-08-20T22:59:48.3305737Z [00:02:10.591]➜  /root/.go/pkg/tool/linux_arm64/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 I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -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-20T22:59:48.3379442Z [00:02:10.599]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T22:59:48.3383549Z [00:02:10.599]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T22:59:48.3385008Z [00:02:10.600]➜  crypto/sha512
2025-08-20T22:59:48.3385752Z [00:02:10.600]➜  mkdir -p $WORK/b153/
2025-08-20T22:59:48.3389355Z [00:02:10.600]➜  cat >/tmp/go-build2180205415/b153/importcfg << 'EOF' # internal
2025-08-20T22:59:48.3390278Z [00:02:10.600]➜  # import config
2025-08-20T22:59:48.3390634Z [00:02:10.600]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:48.3391151Z [00:02:10.600]➜  packagefile crypto/internal/boring=/tmp/go-build2180205415/b110/_pkg_.a
2025-08-20T22:59:48.3391727Z [00:02:10.600]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2180205415/b125/_pkg_.a
2025-08-20T22:59:48.3392221Z [00:02:10.600]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:48.3392538Z [00:02:10.600]➜  EOF
2025-08-20T22:59:48.3393973Z [00:02:10.600]➜  /root/.go/pkg/tool/linux_arm64/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 l_784h4NNARlOp1RaqZi/l_784h4NNARlOp1RaqZi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T22:59:48.3511544Z [00:02:10.612]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T22:59:48.3515521Z [00:02:10.613]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T22:59:48.3521499Z [00:02:10.613]➜  encoding/asn1
2025-08-20T22:59:48.3521874Z [00:02:10.613]➜  mkdir -p $WORK/b155/
2025-08-20T22:59:48.3522263Z [00:02:10.613]➜  cat >/tmp/go-build2180205415/b155/importcfg << 'EOF' # internal
2025-08-20T22:59:48.3522634Z [00:02:10.613]➜  # import config
2025-08-20T22:59:48.3522972Z [00:02:10.613]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:48.3523397Z [00:02:10.613]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.3523809Z [00:02:10.613]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:48.3524219Z [00:02:10.613]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:48.3524642Z [00:02:10.613]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:48.3525073Z [00:02:10.613]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:48.3525497Z [00:02:10.613]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:48.3526140Z [00:02:10.613]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:48.3526577Z [00:02:10.613]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:48.3526996Z [00:02:10.613]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:48.3527794Z [00:02:10.613]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T22:59:48.3528269Z [00:02:10.613]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:48.3528603Z [00:02:10.613]➜  EOF
2025-08-20T22:59:48.3530325Z [00:02:10.613]➜  /root/.go/pkg/tool/linux_arm64/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 gw_QiJhDAJhYzCghGh4Q/gw_QiJhDAJhYzCghGh4Q -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-20T22:59:48.4183248Z [00:02:10.679]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:59:48.4186511Z [00:02:10.679]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b149=>" -I $WORK/b149/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b149/nat_arm64.o ./nat_arm64.s
2025-08-20T22:59:48.4223521Z [00:02:10.683]➜  go tool pack r $WORK/b149/_pkg_.a $WORK/b149/nat_arm64.o # internal
2025-08-20T22:59:48.4224182Z [00:02:10.683]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T22:59:48.4239476Z [00:02:10.685]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T22:59:48.4240770Z [00:02:10.685]➜  crypto/internal/fips140/edwards25519
2025-08-20T22:59:48.4241140Z [00:02:10.685]➜  mkdir -p $WORK/b159/
2025-08-20T22:59:48.4241558Z [00:02:10.685]➜  cat >/tmp/go-build2180205415/b159/importcfg << 'EOF' # internal
2025-08-20T22:59:48.4241912Z [00:02:10.685]➜  # import config
2025-08-20T22:59:48.4242338Z [00:02:10.685]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.4242999Z [00:02:10.685]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2180205415/b144/_pkg_.a
2025-08-20T22:59:48.4243633Z [00:02:10.685]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2180205415/b124/_pkg_.a
2025-08-20T22:59:48.4244255Z [00:02:10.685]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T22:59:48.4244785Z [00:02:10.685]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.4245218Z [00:02:10.685]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:48.4245639Z [00:02:10.685]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:48.4246336Z [00:02:10.685]➜  EOF
2025-08-20T22:59:48.4268948Z [00:02:10.688]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.4272457Z [00:02:10.688]➜  /root/.go/pkg/tool/linux_arm64/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 43DwD2TM_46EvNt2sEHy/43DwD2TM_46EvNt2sEHy -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-20T22:59:48.4529522Z [00:02:10.714]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T22:59:48.4547818Z [00:02:10.716]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T22:59:48.4549256Z [00:02:10.716]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:59:48.4549571Z [00:02:10.716]➜  mkdir -p $WORK/b154/
2025-08-20T22:59:48.4552122Z [00:02:10.716]➜  cat >/tmp/go-build2180205415/b154/importcfg << 'EOF' # internal
2025-08-20T22:59:48.4552832Z [00:02:10.716]➜  # import config
2025-08-20T22:59:48.4553943Z [00:02:10.716]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:59:48.4554531Z [00:02:10.716]➜  packagefile encoding/asn1=/tmp/go-build2180205415/b155/_pkg_.a
2025-08-20T22:59:48.4554988Z [00:02:10.716]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.4555414Z [00:02:10.716]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:48.4556135Z [00:02:10.716]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2180205415/b156/_pkg_.a
2025-08-20T22:59:48.4556754Z [00:02:10.716]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:48.4557191Z [00:02:10.716]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:48.4557614Z [00:02:10.716]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:48.4557934Z [00:02:10.716]➜  EOF
2025-08-20T22:59:48.4561104Z [00:02:10.717]➜  /root/.go/pkg/tool/linux_arm64/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 oRvOipY8qVEQF5KC7uVV/oRvOipY8qVEQF5KC7uVV -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-20T22:59:48.5000205Z [00:02:10.760]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T22:59:48.5041837Z [00:02:10.765]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T22:59:48.5046702Z [00:02:10.766]➜  crypto/internal/fips140/ed25519
2025-08-20T22:59:48.5047091Z [00:02:10.766]➜  mkdir -p $WORK/b158/
2025-08-20T22:59:48.5047472Z [00:02:10.766]➜  cat >/tmp/go-build2180205415/b158/importcfg << 'EOF' # internal
2025-08-20T22:59:48.5047817Z [00:02:10.766]➜  # import config
2025-08-20T22:59:48.5048155Z [00:02:10.766]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:48.5048643Z [00:02:10.766]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:48.5049211Z [00:02:10.766]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.5049807Z [00:02:10.766]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2180205415/b127/_pkg_.a
2025-08-20T22:59:48.5050416Z [00:02:10.766]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build2180205415/b159/_pkg_.a
2025-08-20T22:59:48.5051024Z [00:02:10.766]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2180205415/b125/_pkg_.a
2025-08-20T22:59:48.5051885Z [00:02:10.766]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.5052315Z [00:02:10.766]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:48.5052732Z [00:02:10.766]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:48.5053039Z [00:02:10.766]➜  EOF
2025-08-20T22:59:48.5055016Z [00:02:10.766]➜  /root/.go/pkg/tool/linux_arm64/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 unbye3IrmxVyBiMgNX5o/unbye3IrmxVyBiMgNX5o -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-20T22:59:48.5219213Z [00:02:10.783]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T22:59:48.5252528Z [00:02:10.785]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T22:59:48.5253154Z [00:02:10.785]➜  crypto/internal/fips140/hkdf
2025-08-20T22:59:48.5253448Z [00:02:10.785]➜  mkdir -p $WORK/b161/
2025-08-20T22:59:48.5253824Z [00:02:10.785]➜  cat >/tmp/go-build2180205415/b161/importcfg << 'EOF' # internal
2025-08-20T22:59:48.5254174Z [00:02:10.785]➜  # import config
2025-08-20T22:59:48.5254515Z [00:02:10.785]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:48.5255007Z [00:02:10.785]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:48.5255594Z [00:02:10.785]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.5256478Z [00:02:10.785]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2180205415/b118/_pkg_.a
2025-08-20T22:59:48.5257064Z [00:02:10.785]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2180205415/b119/_pkg_.a
2025-08-20T22:59:48.5257572Z [00:02:10.786]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.5257986Z [00:02:10.786]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:48.5258290Z [00:02:10.786]➜  EOF
2025-08-20T22:59:48.5260456Z [00:02:10.786]➜  /root/.go/pkg/tool/linux_arm64/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 bQq8kK-sRD2qWI2UGSWz/bQq8kK-sRD2qWI2UGSWz -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-20T22:59:48.5389923Z [00:02:10.800]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T22:59:48.5392346Z [00:02:10.800]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T22:59:48.5393162Z [00:02:10.800]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T22:59:48.5395048Z [00:02:10.801]➜  crypto/ed25519
2025-08-20T22:59:48.5401548Z [00:02:10.801]➜  mkdir -p $WORK/b157/
2025-08-20T22:59:48.5402197Z [00:02:10.801]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T22:59:48.5402846Z [00:02:10.801]➜  cat >/tmp/go-build2180205415/b157/importcfg << 'EOF' # internal
2025-08-20T22:59:48.5403192Z [00:02:10.801]➜  # import config
2025-08-20T22:59:48.5403531Z [00:02:10.801]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:48.5404066Z [00:02:10.801]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build2180205415/b158/_pkg_.a
2025-08-20T22:59:48.5404657Z [00:02:10.801]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2180205415/b150/_pkg_.a
2025-08-20T22:59:48.5405229Z [00:02:10.801]➜  packagefile crypto/internal/fips140only=/tmp/go-build2180205415/b132/_pkg_.a
2025-08-20T22:59:48.5412514Z [00:02:10.801]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:48.5413004Z [00:02:10.801]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T22:59:48.5413455Z [00:02:10.801]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.5413867Z [00:02:10.801]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:48.5414281Z [00:02:10.801]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:48.5414615Z [00:02:10.801]➜  EOF
2025-08-20T22:59:48.5414825Z [00:02:10.801]➜  crypto/hkdf
2025-08-20T22:59:48.5415092Z [00:02:10.801]➜  mkdir -p $WORK/b160/
2025-08-20T22:59:48.5417031Z [00:02:10.801]➜  /root/.go/pkg/tool/linux_arm64/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 ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T22:59:48.5418529Z [00:02:10.801]➜  cat >/tmp/go-build2180205415/b160/importcfg << 'EOF' # internal
2025-08-20T22:59:48.5418877Z [00:02:10.801]➜  # import config
2025-08-20T22:59:48.5419295Z [00:02:10.801]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2180205415/b161/_pkg_.a
2025-08-20T22:59:48.5419871Z [00:02:10.801]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2180205415/b151/_pkg_.a
2025-08-20T22:59:48.5420439Z [00:02:10.801]➜  packagefile crypto/internal/fips140only=/tmp/go-build2180205415/b132/_pkg_.a
2025-08-20T22:59:48.5420935Z [00:02:10.801]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.5421352Z [00:02:10.801]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:48.5421662Z [00:02:10.801]➜  EOF
2025-08-20T22:59:48.5423045Z [00:02:10.801]➜  /root/.go/pkg/tool/linux_arm64/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 le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T22:59:48.5483377Z [00:02:10.809]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T22:59:48.5486621Z [00:02:10.810]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T22:59:48.5488523Z [00:02:10.810]➜  crypto/hmac
2025-08-20T22:59:48.5489961Z [00:02:10.810]➜  mkdir -p $WORK/b162/
2025-08-20T22:59:48.5494742Z [00:02:10.811]➜  cat >/tmp/go-build2180205415/b162/importcfg << 'EOF' # internal
2025-08-20T22:59:48.5495315Z [00:02:10.811]➜  # import config
2025-08-20T22:59:48.5495905Z [00:02:10.811]➜  packagefile crypto/internal/boring=/tmp/go-build2180205415/b110/_pkg_.a
2025-08-20T22:59:48.5496645Z [00:02:10.811]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2180205415/b118/_pkg_.a
2025-08-20T22:59:48.5497327Z [00:02:10.811]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2180205415/b151/_pkg_.a
2025-08-20T22:59:48.5497916Z [00:02:10.811]➜  packagefile crypto/internal/fips140only=/tmp/go-build2180205415/b132/_pkg_.a
2025-08-20T22:59:48.5498560Z [00:02:10.811]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T22:59:48.5499748Z [00:02:10.811]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:48.5500101Z [00:02:10.811]➜  EOF
2025-08-20T22:59:48.5501516Z [00:02:10.811]➜  /root/.go/pkg/tool/linux_arm64/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 549e95ZYMU_qbfhVYNI1/549e95ZYMU_qbfhVYNI1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T22:59:48.5756968Z [00:02:10.835]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T22:59:48.5757704Z [00:02:10.836]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T22:59:48.5766082Z [00:02:10.838]➜  crypto/internal/fips140/mlkem
2025-08-20T22:59:48.5773728Z [00:02:10.838]➜  mkdir -p $WORK/b163/
2025-08-20T22:59:48.5787030Z [00:02:10.840]➜  cat >/tmp/go-build2180205415/b163/importcfg << 'EOF' # internal
2025-08-20T22:59:48.5787760Z [00:02:10.840]➜  # import config
2025-08-20T22:59:48.5788537Z [00:02:10.840]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:48.5789096Z [00:02:10.840]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:48.5789676Z [00:02:10.840]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.5790428Z [00:02:10.840]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2180205415/b127/_pkg_.a
2025-08-20T22:59:48.5791021Z [00:02:10.840]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2180205415/b123/_pkg_.a
2025-08-20T22:59:48.5791608Z [00:02:10.840]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2180205415/b124/_pkg_.a
2025-08-20T22:59:48.5792232Z [00:02:10.840]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T22:59:48.5792758Z [00:02:10.840]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.5793067Z [00:02:10.840]➜  EOF
2025-08-20T22:59:48.5835506Z [00:02:10.844]➜  /root/.go/pkg/tool/linux_arm64/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 dtpPPng82mXKfRgXsEIR/dtpPPng82mXKfRgXsEIR -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-20T22:59:48.6233076Z [00:02:10.884]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T22:59:48.6253127Z [00:02:10.886]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T22:59:48.6254249Z [00:02:10.886]➜  crypto/internal/fips140/tls12
2025-08-20T22:59:48.6254744Z [00:02:10.886]➜  mkdir -p $WORK/b164/
2025-08-20T22:59:48.6255210Z [00:02:10.887]➜  cat >/tmp/go-build2180205415/b164/importcfg << 'EOF' # internal
2025-08-20T22:59:48.6256022Z [00:02:10.887]➜  # import config
2025-08-20T22:59:48.6256451Z [00:02:10.887]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:48.6257214Z [00:02:10.887]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:48.6258047Z [00:02:10.887]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.6258839Z [00:02:10.887]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2180205415/b118/_pkg_.a
2025-08-20T22:59:48.6259584Z [00:02:10.887]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2180205415/b119/_pkg_.a
2025-08-20T22:59:48.6260358Z [00:02:10.887]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2180205415/b125/_pkg_.a
2025-08-20T22:59:48.6261057Z [00:02:10.887]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.6261552Z [00:02:10.887]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:48.6262015Z [00:02:10.887]➜  EOF
2025-08-20T22:59:48.6264314Z [00:02:10.887]➜  /root/.go/pkg/tool/linux_arm64/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 riSwBUQK0g9rKDJhvxyr/riSwBUQK0g9rKDJhvxyr -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-20T22:59:48.6422367Z [00:02:10.903]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T22:59:48.6423976Z [00:02:10.903]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T22:59:48.6424641Z [00:02:10.903]➜  crypto/internal/fips140/tls13
2025-08-20T22:59:48.6424932Z [00:02:10.903]➜  mkdir -p $WORK/b165/
2025-08-20T22:59:48.6427060Z [00:02:10.904]➜  cat >/tmp/go-build2180205415/b165/importcfg << 'EOF' # internal
2025-08-20T22:59:48.6427455Z [00:02:10.904]➜  # import config
2025-08-20T22:59:48.6427796Z [00:02:10.904]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:48.6428291Z [00:02:10.904]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:48.6428874Z [00:02:10.904]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.6429456Z [00:02:10.904]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2180205415/b161/_pkg_.a
2025-08-20T22:59:48.6430037Z [00:02:10.904]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2180205415/b119/_pkg_.a
2025-08-20T22:59:48.6430660Z [00:02:10.904]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T22:59:48.6431188Z [00:02:10.904]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.6431604Z [00:02:10.904]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:48.6431921Z [00:02:10.904]➜  EOF
2025-08-20T22:59:48.6433833Z [00:02:10.904]➜  /root/.go/pkg/tool/linux_arm64/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 HdcjQUsc722trmK-PCnO/HdcjQUsc722trmK-PCnO -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-20T22:59:48.6576745Z [00:02:10.919]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T22:59:48.6602468Z [00:02:10.921]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T22:59:48.6603316Z [00:02:10.921]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T22:59:48.6603765Z [00:02:10.921]➜  mkdir -p $WORK/b168/
2025-08-20T22:59:48.6604500Z [00:02:10.921]➜  echo -n > $WORK/b168/go_asm.h # internal
2025-08-20T22:59:48.6605105Z [00:02:10.921]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T22:59:48.6606773Z [00:02:10.921]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b168=>" -I $WORK/b168/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b168/symabis ./chacha_arm64.s
2025-08-20T22:59:48.6647213Z [00:02:10.926]➜  cat >/tmp/go-build2180205415/b168/importcfg << 'EOF' # internal
2025-08-20T22:59:48.6648138Z [00:02:10.926]➜  # import config
2025-08-20T22:59:48.6648662Z [00:02:10.926]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:59:48.6649234Z [00:02:10.926]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T22:59:48.6649720Z [00:02:10.926]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:48.6650196Z [00:02:10.926]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.6650748Z [00:02:10.926]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2180205415/b169/_pkg_.a
2025-08-20T22:59:48.6651293Z [00:02:10.926]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:48.6652078Z [00:02:10.926]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:48.6652409Z [00:02:10.926]➜  EOF
2025-08-20T22:59:48.6652653Z [00:02:10.926]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.6655181Z [00:02:10.926]➜  /root/.go/pkg/tool/linux_arm64/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 -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b168/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack -asmhdr $WORK/b168/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_arm64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T22:59:48.6669491Z [00:02:10.928]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:59:48.6671581Z [00:02:10.928]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b142=>" -I $WORK/b142/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b142/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T22:59:48.6673330Z [00:02:10.928]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T22:59:48.6676458Z [00:02:10.929]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T22:59:48.6678906Z [00:02:10.929]➜  crypto/md5
2025-08-20T22:59:48.6679292Z [00:02:10.929]➜  mkdir -p $WORK/b171/
2025-08-20T22:59:48.6682077Z [00:02:10.929]➜  echo -n > $WORK/b171/go_asm.h # internal
2025-08-20T22:59:48.6683896Z [00:02:10.929]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:59:48.6686155Z [00:02:10.930]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b171=>" -I $WORK/b171/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b171/symabis ./md5block_arm64.s
2025-08-20T22:59:48.6713026Z [00:02:10.932]➜  cat >/tmp/go-build2180205415/b171/importcfg << 'EOF' # internal
2025-08-20T22:59:48.6713880Z [00:02:10.932]➜  # import config
2025-08-20T22:59:48.6714306Z [00:02:10.932]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:48.6714829Z [00:02:10.932]➜  packagefile crypto/internal/fips140only=/tmp/go-build2180205415/b132/_pkg_.a
2025-08-20T22:59:48.6715328Z [00:02:10.932]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.6719049Z [00:02:10.932]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:48.6719662Z [00:02:10.932]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:48.6720148Z [00:02:10.932]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:48.6720485Z [00:02:10.932]➜  EOF
2025-08-20T22:59:48.6720732Z [00:02:10.932]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.6722623Z [00:02:10.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b171=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -goversion go1.25.0 -symabis $WORK/b171/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack -asmhdr $WORK/b171/go_asm.h /root/.go/src/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T22:59:48.6724304Z [00:02:10.933]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:59:48.6724747Z [00:02:10.933]➜  go tool pack r $WORK/b142/_pkg_.a $WORK/b142/p256_asm_arm64.o # internal
2025-08-20T22:59:48.6725176Z [00:02:10.933]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T22:59:48.6741841Z [00:02:10.935]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T22:59:48.6743361Z [00:02:10.935]➜  crypto/internal/fips140/ecdh
2025-08-20T22:59:48.6744391Z [00:02:10.936]➜  mkdir -p $WORK/b141/
2025-08-20T22:59:48.6750009Z [00:02:10.936]➜  cat >/tmp/go-build2180205415/b141/importcfg << 'EOF' # internal
2025-08-20T22:59:48.6750578Z [00:02:10.936]➜  # import config
2025-08-20T22:59:48.6750942Z [00:02:10.936]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:48.6751432Z [00:02:10.936]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:48.6752020Z [00:02:10.936]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.6752599Z [00:02:10.936]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2180205415/b127/_pkg_.a
2025-08-20T22:59:48.6753183Z [00:02:10.936]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2180205415/b142/_pkg_.a
2025-08-20T22:59:48.6753823Z [00:02:10.936]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T22:59:48.6754349Z [00:02:10.936]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.6754762Z [00:02:10.936]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:48.6755181Z [00:02:10.936]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:48.6755606Z [00:02:10.936]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:48.6756015Z [00:02:10.936]➜  EOF
2025-08-20T22:59:48.6756267Z [00:02:10.936]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.6758234Z [00:02:10.936]➜  /root/.go/pkg/tool/linux_arm64/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 R8Mx55QHRizxqaWLETEj/R8Mx55QHRizxqaWLETEj -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-20T22:59:48.6950127Z [00:02:10.956]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T22:59:48.6955043Z [00:02:10.956]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T22:59:48.6956784Z [00:02:10.957]➜  crypto/ecdh
2025-08-20T22:59:48.6958154Z [00:02:10.957]➜  mkdir -p $WORK/b140/
2025-08-20T22:59:48.6959830Z [00:02:10.957]➜  cat >/tmp/go-build2180205415/b140/importcfg << 'EOF' # internal
2025-08-20T22:59:48.6960447Z [00:02:10.957]➜  # import config
2025-08-20T22:59:48.6962165Z [00:02:10.957]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:48.6962723Z [00:02:10.957]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:48.6963221Z [00:02:10.957]➜  packagefile crypto/internal/boring=/tmp/go-build2180205415/b110/_pkg_.a
2025-08-20T22:59:48.6963804Z [00:02:10.957]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build2180205415/b141/_pkg_.a
2025-08-20T22:59:48.6964446Z [00:02:10.957]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2180205415/b144/_pkg_.a
2025-08-20T22:59:48.6965073Z [00:02:10.957]➜  packagefile crypto/internal/fips140only=/tmp/go-build2180205415/b132/_pkg_.a
2025-08-20T22:59:48.6965637Z [00:02:10.957]➜  packagefile crypto/internal/randutil=/tmp/go-build2180205415/b130/_pkg_.a
2025-08-20T22:59:48.6966312Z [00:02:10.957]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T22:59:48.6966772Z [00:02:10.957]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.6967197Z [00:02:10.957]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:48.6967508Z [00:02:10.957]➜  EOF
2025-08-20T22:59:48.6969176Z [00:02:10.957]➜  /root/.go/pkg/tool/linux_arm64/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 CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -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-20T22:59:48.7058769Z [00:02:10.967]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T22:59:48.7060197Z [00:02:10.967]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b168=>" -I $WORK/b168/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b168/chacha_arm64.o ./chacha_arm64.s
2025-08-20T22:59:48.7089438Z [00:02:10.970]➜  go tool pack r $WORK/b168/_pkg_.a $WORK/b168/chacha_arm64.o # internal
2025-08-20T22:59:48.7089933Z [00:02:10.970]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T22:59:48.7093790Z [00:02:10.970]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T22:59:48.7094387Z [00:02:10.971]➜  crypto/elliptic
2025-08-20T22:59:48.7094898Z [00:02:10.971]➜  mkdir -p $WORK/b146/
2025-08-20T22:59:48.7096322Z [00:02:10.971]➜  cat >/tmp/go-build2180205415/b146/importcfg << 'EOF' # internal
2025-08-20T22:59:48.7096840Z [00:02:10.971]➜  # import config
2025-08-20T22:59:48.7098129Z [00:02:10.971]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2180205415/b142/_pkg_.a
2025-08-20T22:59:48.7098711Z [00:02:10.971]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.7099142Z [00:02:10.971]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:48.7099559Z [00:02:10.971]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:48.7099982Z [00:02:10.971]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:48.7100301Z [00:02:10.971]➜  EOF
2025-08-20T22:59:48.7100541Z [00:02:10.971]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.7102402Z [00:02:10.971]➜  /root/.go/pkg/tool/linux_arm64/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 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -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-20T22:59:48.7323682Z [00:02:10.993]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T22:59:48.7333456Z [00:02:10.994]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T22:59:48.7334237Z [00:02:10.995]➜  crypto/internal/fips140/ecdsa
2025-08-20T22:59:48.7334547Z [00:02:10.995]➜  mkdir -p $WORK/b148/
2025-08-20T22:59:48.7340461Z [00:02:10.995]➜  cat >/tmp/go-build2180205415/b148/importcfg << 'EOF' # internal
2025-08-20T22:59:48.7340883Z [00:02:10.995]➜  # import config
2025-08-20T22:59:48.7341223Z [00:02:10.995]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:48.7341714Z [00:02:10.995]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:48.7342288Z [00:02:10.995]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2180205415/b149/_pkg_.a
2025-08-20T22:59:48.7342874Z [00:02:10.995]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.7343480Z [00:02:10.995]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2180205415/b127/_pkg_.a
2025-08-20T22:59:48.7344057Z [00:02:10.995]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2180205415/b118/_pkg_.a
2025-08-20T22:59:48.7344637Z [00:02:10.995]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2180205415/b142/_pkg_.a
2025-08-20T22:59:48.7345532Z [00:02:10.995]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2180205415/b125/_pkg_.a
2025-08-20T22:59:48.7346262Z [00:02:10.995]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.7346683Z [00:02:10.995]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:48.7347098Z [00:02:10.995]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:48.7347504Z [00:02:10.995]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:48.7347810Z [00:02:10.995]➜  EOF
2025-08-20T22:59:48.7350210Z [00:02:10.995]➜  /root/.go/pkg/tool/linux_arm64/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 HdvRbXigLOCyZkMS7U9j/HdvRbXigLOCyZkMS7U9j -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-20T22:59:48.7595639Z [00:02:11.021]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T22:59:48.7611233Z [00:02:11.022]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T22:59:48.7638870Z [00:02:11.025]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:59:48.7639295Z [00:02:11.025]➜  mkdir -p $WORK/b167/
2025-08-20T22:59:48.7639680Z [00:02:11.025]➜  cat >/tmp/go-build2180205415/b167/importcfg << 'EOF' # internal
2025-08-20T22:59:48.7640050Z [00:02:11.025]➜  # import config
2025-08-20T22:59:48.7640465Z [00:02:11.025]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T22:59:48.7641076Z [00:02:11.025]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:59:48.7641766Z [00:02:11.025]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:59:48.7642340Z [00:02:11.025]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T22:59:48.7642823Z [00:02:11.025]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:48.7643277Z [00:02:11.025]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.7643809Z [00:02:11.025]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build2180205415/b168/_pkg_.a
2025-08-20T22:59:48.7644458Z [00:02:11.025]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2180205415/b169/_pkg_.a
2025-08-20T22:59:48.7645421Z [00:02:11.025]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build2180205415/b170/_pkg_.a
2025-08-20T22:59:48.7646087Z [00:02:11.025]➜  EOF
2025-08-20T22:59:48.7649089Z [00:02:11.025]➜  /root/.go/pkg/tool/linux_arm64/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 -complete -installsuffix shared -buildid PtXt1W2VBM9XbqSI4dsx/PtXt1W2VBM9XbqSI4dsx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T22:59:48.7841207Z [00:02:11.044]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T22:59:48.7842322Z [00:02:11.045]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T22:59:48.7845364Z [00:02:11.045]➜  crypto/internal/hpke
2025-08-20T22:59:48.7847043Z [00:02:11.045]➜  mkdir -p $WORK/b166/
2025-08-20T22:59:48.7847449Z [00:02:11.045]➜  cat >/tmp/go-build2180205415/b166/importcfg << 'EOF' # internal
2025-08-20T22:59:48.7847800Z [00:02:11.045]➜  # import config
2025-08-20T22:59:48.7848286Z [00:02:11.045]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:59:48.7848835Z [00:02:11.045]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:48.7849279Z [00:02:11.045]➜  packagefile crypto/aes=/tmp/go-build2180205415/b138/_pkg_.a
2025-08-20T22:59:48.7849744Z [00:02:11.045]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T22:59:48.7850223Z [00:02:11.045]➜  packagefile crypto/ecdh=/tmp/go-build2180205415/b140/_pkg_.a
2025-08-20T22:59:48.7850689Z [00:02:11.045]➜  packagefile crypto/hkdf=/tmp/go-build2180205415/b160/_pkg_.a
2025-08-20T22:59:48.7851148Z [00:02:11.045]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:48.7851597Z [00:02:11.045]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.7852162Z [00:02:11.045]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2180205415/b167/_pkg_.a
2025-08-20T22:59:48.7852755Z [00:02:11.045]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:48.7853234Z [00:02:11.045]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:48.7853553Z [00:02:11.045]➜  EOF
2025-08-20T22:59:48.7855130Z [00:02:11.046]➜  /root/.go/pkg/tool/linux_arm64/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 LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T22:59:48.7894087Z [00:02:11.050]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T22:59:48.7902098Z [00:02:11.051]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:59:48.7908271Z [00:02:11.051]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b171=>" -I $WORK/b171/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b171/md5block_arm64.o ./md5block_arm64.s
2025-08-20T22:59:48.7912917Z [00:02:11.052]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T22:59:48.7915736Z [00:02:11.052]➜  crypto/ecdsa
2025-08-20T22:59:48.7916214Z [00:02:11.052]➜  mkdir -p $WORK/b145/
2025-08-20T22:59:48.7916929Z [00:02:11.052]➜  cat >/tmp/go-build2180205415/b145/importcfg << 'EOF' # internal
2025-08-20T22:59:48.7917343Z [00:02:11.052]➜  # import config
2025-08-20T22:59:48.7917780Z [00:02:11.052]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:59:48.7918416Z [00:02:11.052]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:59:48.7918989Z [00:02:11.052]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:48.7919436Z [00:02:11.052]➜  packagefile crypto/ecdh=/tmp/go-build2180205415/b140/_pkg_.a
2025-08-20T22:59:48.7919910Z [00:02:11.052]➜  packagefile crypto/elliptic=/tmp/go-build2180205415/b146/_pkg_.a
2025-08-20T22:59:48.7920424Z [00:02:11.052]➜  packagefile crypto/internal/boring=/tmp/go-build2180205415/b110/_pkg_.a
2025-08-20T22:59:48.7920982Z [00:02:11.052]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2180205415/b147/_pkg_.a
2025-08-20T22:59:48.7921569Z [00:02:11.052]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build2180205415/b148/_pkg_.a
2025-08-20T22:59:48.7922156Z [00:02:11.052]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2180205415/b142/_pkg_.a
2025-08-20T22:59:48.7922744Z [00:02:11.052]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2180205415/b150/_pkg_.a
2025-08-20T22:59:48.7923567Z [00:02:11.052]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2180205415/b151/_pkg_.a
2025-08-20T22:59:48.7924297Z [00:02:11.052]➜  packagefile crypto/internal/fips140only=/tmp/go-build2180205415/b132/_pkg_.a
2025-08-20T22:59:48.7924918Z [00:02:11.052]➜  packagefile crypto/internal/randutil=/tmp/go-build2180205415/b130/_pkg_.a
2025-08-20T22:59:48.7925424Z [00:02:11.052]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T22:59:48.7927818Z [00:02:11.052]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T22:59:48.7928344Z [00:02:11.052]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.7928901Z [00:02:11.052]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2180205415/b154/_pkg_.a
2025-08-20T22:59:48.7929568Z [00:02:11.052]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2180205415/b156/_pkg_.a
2025-08-20T22:59:48.7930094Z [00:02:11.052]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:48.7930520Z [00:02:11.052]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:48.7930969Z [00:02:11.052]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T22:59:48.7931300Z [00:02:11.052]➜  EOF
2025-08-20T22:59:48.7931545Z [00:02:11.052]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.7933357Z [00:02:11.052]➜  /root/.go/pkg/tool/linux_arm64/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 RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -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-20T22:59:48.7948020Z [00:02:11.055]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:59:48.7949006Z [00:02:11.055]➜  go tool pack r $WORK/b171/_pkg_.a $WORK/b171/md5block_arm64.o # internal
2025-08-20T22:59:48.7949664Z [00:02:11.055]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T22:59:48.7950516Z [00:02:11.056]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T22:59:48.7951140Z [00:02:11.056]➜  crypto/rc4
2025-08-20T22:59:48.7954362Z [00:02:11.056]➜  mkdir -p $WORK/b172/
2025-08-20T22:59:48.7956018Z [00:02:11.057]➜  cat >/tmp/go-build2180205415/b172/importcfg << 'EOF' # internal
2025-08-20T22:59:48.7956450Z [00:02:11.057]➜  # import config
2025-08-20T22:59:48.7956894Z [00:02:11.057]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2180205415/b116/_pkg_.a
2025-08-20T22:59:48.7957769Z [00:02:11.057]➜  packagefile crypto/internal/fips140only=/tmp/go-build2180205415/b132/_pkg_.a
2025-08-20T22:59:48.7958333Z [00:02:11.057]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.7958766Z [00:02:11.057]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:48.7959109Z [00:02:11.057]➜  EOF
2025-08-20T22:59:48.7959353Z [00:02:11.057]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.7960804Z [00:02:11.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b172=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid 1zqoT4OvkccO8S9B-3Ss/1zqoT4OvkccO8S9B-3Ss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T22:59:48.8078133Z [00:02:11.069]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T22:59:48.8079906Z [00:02:11.069]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T22:59:48.8080488Z [00:02:11.069]➜  crypto/internal/fips140/rsa
2025-08-20T22:59:48.8080776Z [00:02:11.069]➜  mkdir -p $WORK/b174/
2025-08-20T22:59:48.8095522Z [00:02:11.070]➜  cat >/tmp/go-build2180205415/b174/importcfg << 'EOF' # internal
2025-08-20T22:59:48.8098254Z [00:02:11.070]➜  # import config
2025-08-20T22:59:48.8098967Z [00:02:11.070]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:48.8100082Z [00:02:11.070]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:48.8100869Z [00:02:11.070]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2180205415/b149/_pkg_.a
2025-08-20T22:59:48.8101872Z [00:02:11.070]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.8102736Z [00:02:11.070]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2180205415/b127/_pkg_.a
2025-08-20T22:59:48.8103810Z [00:02:11.070]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2180205415/b119/_pkg_.a
2025-08-20T22:59:48.8104465Z [00:02:11.070]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2180205415/b123/_pkg_.a
2025-08-20T22:59:48.8105059Z [00:02:11.070]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2180205415/b125/_pkg_.a
2025-08-20T22:59:48.8105661Z [00:02:11.070]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2180205415/b124/_pkg_.a
2025-08-20T22:59:48.8106413Z [00:02:11.070]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.8106842Z [00:02:11.070]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:48.8107246Z [00:02:11.070]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:48.8107646Z [00:02:11.070]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:48.8107955Z [00:02:11.070]➜  EOF
2025-08-20T22:59:48.8110489Z [00:02:11.070]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b174=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid OvegTzCjjcLC3qIlw50G/OvegTzCjjcLC3qIlw50G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/.go/src/crypto/internal/fips140/rsa/cast.go /root/.go/src/crypto/internal/fips140/rsa/keygen.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v15.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v22.go /root/.go/src/crypto/internal/fips140/rsa/rsa.go
2025-08-20T22:59:48.8191054Z [00:02:11.080]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T22:59:48.8201910Z [00:02:11.081]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T22:59:48.8204329Z [00:02:11.082]➜  crypto/sha1
2025-08-20T22:59:48.8205152Z [00:02:11.082]➜  mkdir -p $WORK/b175/
2025-08-20T22:59:48.8208776Z [00:02:11.082]➜  echo -n > $WORK/b175/go_asm.h # internal
2025-08-20T22:59:48.8209815Z [00:02:11.082]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:59:48.8219332Z [00:02:11.083]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b175=>" -I $WORK/b175/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b175/symabis ./sha1block_arm64.s
2025-08-20T22:59:48.8235713Z [00:02:11.085]➜  cat >/tmp/go-build2180205415/b175/importcfg << 'EOF' # internal
2025-08-20T22:59:48.8238105Z [00:02:11.085]➜  # import config
2025-08-20T22:59:48.8238610Z [00:02:11.085]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:48.8240267Z [00:02:11.085]➜  packagefile crypto/internal/boring=/tmp/go-build2180205415/b110/_pkg_.a
2025-08-20T22:59:48.8241198Z [00:02:11.085]➜  packagefile crypto/internal/fips140only=/tmp/go-build2180205415/b132/_pkg_.a
2025-08-20T22:59:48.8242013Z [00:02:11.085]➜  packagefile crypto/internal/impl=/tmp/go-build2180205415/b122/_pkg_.a
2025-08-20T22:59:48.8242978Z [00:02:11.085]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.8243667Z [00:02:11.085]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:48.8244990Z [00:02:11.085]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:48.8245894Z [00:02:11.085]➜  packagefile internal/cpu=/tmp/go-build2180205415/b012/_pkg_.a
2025-08-20T22:59:48.8246408Z [00:02:11.085]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:48.8246728Z [00:02:11.085]➜  EOF
2025-08-20T22:59:48.8246973Z [00:02:11.085]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.8262557Z [00:02:11.085]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b175=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -goversion go1.25.0 -symabis $WORK/b175/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack -asmhdr $WORK/b175/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_arm64.go
2025-08-20T22:59:48.8628525Z [00:02:11.123]➜  gcc -I /root/.go/src/net -fPIC -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-20T22:59:48.8631243Z [00:02:11.123]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b083/_cgo_.o -dynout $WORK/b083/_cgo_import.go
2025-08-20T22:59:48.8710745Z [00:02:11.132]➜  cat >/tmp/go-build2180205415/b083/importcfg << 'EOF' # internal
2025-08-20T22:59:48.8713651Z [00:02:11.132]➜  # import config
2025-08-20T22:59:48.8716730Z [00:02:11.132]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:59:48.8718389Z [00:02:11.132]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T22:59:48.8718836Z [00:02:11.132]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:48.8719284Z [00:02:11.132]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.8719826Z [00:02:11.132]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2180205415/b085/_pkg_.a
2025-08-20T22:59:48.8720390Z [00:02:11.132]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:48.8720884Z [00:02:11.132]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T22:59:48.8721363Z [00:02:11.132]➜  packagefile internal/itoa=/tmp/go-build2180205415/b052/_pkg_.a
2025-08-20T22:59:48.8721848Z [00:02:11.132]➜  packagefile internal/nettrace=/tmp/go-build2180205415/b086/_pkg_.a
2025-08-20T22:59:48.8722670Z [00:02:11.132]➜  packagefile internal/poll=/tmp/go-build2180205415/b062/_pkg_.a
2025-08-20T22:59:48.8723254Z [00:02:11.132]➜  packagefile internal/singleflight=/tmp/go-build2180205415/b087/_pkg_.a
2025-08-20T22:59:48.8723779Z [00:02:11.132]➜  packagefile internal/stringslite=/tmp/go-build2180205415/b032/_pkg_.a
2025-08-20T22:59:48.8724317Z [00:02:11.132]➜  packagefile internal/syscall/unix=/tmp/go-build2180205415/b063/_pkg_.a
2025-08-20T22:59:48.8724775Z [00:02:11.132]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:48.8725179Z [00:02:11.132]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:48.8725605Z [00:02:11.132]➜  packagefile net/netip=/tmp/go-build2180205415/b088/_pkg_.a
2025-08-20T22:59:48.8726217Z [00:02:11.132]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:48.8726666Z [00:02:11.132]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:48.8727090Z [00:02:11.132]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:48.8727513Z [00:02:11.132]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:48.8727948Z [00:02:11.132]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:48.8728388Z [00:02:11.132]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:48.8729065Z [00:02:11.132]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:48.8729495Z [00:02:11.132]➜  packagefile runtime/cgo=/tmp/go-build2180205415/b091/_pkg_.a
2025-08-20T22:59:48.8729825Z [00:02:11.132]➜  EOF
2025-08-20T22:59:48.8755714Z [00:02:11.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b083=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -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-20T22:59:48.8918614Z [00:02:11.153]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T22:59:48.8929316Z [00:02:11.154]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T22:59:48.8932724Z [00:02:11.154]➜  crypto/rsa
2025-08-20T22:59:48.8933022Z [00:02:11.154]➜  mkdir -p $WORK/b173/
2025-08-20T22:59:48.8949850Z [00:02:11.156]➜  cat >/tmp/go-build2180205415/b173/importcfg << 'EOF' # internal
2025-08-20T22:59:48.8952822Z [00:02:11.156]➜  # import config
2025-08-20T22:59:48.8955509Z [00:02:11.156]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:48.8956332Z [00:02:11.156]➜  packagefile crypto/internal/boring=/tmp/go-build2180205415/b110/_pkg_.a
2025-08-20T22:59:48.8959348Z [00:02:11.156]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2180205415/b147/_pkg_.a
2025-08-20T22:59:48.8959956Z [00:02:11.156]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2180205415/b149/_pkg_.a
2025-08-20T22:59:48.8960558Z [00:02:11.156]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build2180205415/b174/_pkg_.a
2025-08-20T22:59:48.8961128Z [00:02:11.156]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2180205415/b151/_pkg_.a
2025-08-20T22:59:48.8961695Z [00:02:11.156]➜  packagefile crypto/internal/fips140only=/tmp/go-build2180205415/b132/_pkg_.a
2025-08-20T22:59:48.8962613Z [00:02:11.156]➜  packagefile crypto/internal/randutil=/tmp/go-build2180205415/b130/_pkg_.a
2025-08-20T22:59:48.8963124Z [00:02:11.156]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:48.8963587Z [00:02:11.156]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T22:59:48.8964028Z [00:02:11.156]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.8964439Z [00:02:11.156]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:48.8964847Z [00:02:11.156]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:48.8965306Z [00:02:11.156]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T22:59:48.8965748Z [00:02:11.156]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:48.8966300Z [00:02:11.156]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:48.8966730Z [00:02:11.156]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:48.8967045Z [00:02:11.156]➜  EOF
2025-08-20T22:59:48.8968808Z [00:02:11.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b173=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid JTexBd_D0Nz1-drfuDKA/JTexBd_D0Nz1-drfuDKA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/.go/src/crypto/rsa/fips.go /root/.go/src/crypto/rsa/notboring.go /root/.go/src/crypto/rsa/pkcs1v15.go /root/.go/src/crypto/rsa/rsa.go
2025-08-20T22:59:48.9589190Z [00:02:11.217]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:59:48.9593128Z [00:02:11.217]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b175=>" -I $WORK/b175/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b175/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T22:59:48.9624118Z [00:02:11.223]➜  go tool pack r $WORK/b175/_pkg_.a $WORK/b175/sha1block_arm64.o # internal
2025-08-20T22:59:48.9628262Z [00:02:11.223]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T22:59:48.9628960Z [00:02:11.224]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T22:59:48.9637318Z [00:02:11.224]➜  crypto/sha256
2025-08-20T22:59:48.9637736Z [00:02:11.224]➜  mkdir -p $WORK/b176/
2025-08-20T22:59:48.9638120Z [00:02:11.225]➜  cat >/tmp/go-build2180205415/b176/importcfg << 'EOF' # internal
2025-08-20T22:59:48.9638469Z [00:02:11.225]➜  # import config
2025-08-20T22:59:48.9639070Z [00:02:11.225]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:48.9639667Z [00:02:11.225]➜  packagefile crypto/internal/boring=/tmp/go-build2180205415/b110/_pkg_.a
2025-08-20T22:59:48.9640247Z [00:02:11.225]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2180205415/b119/_pkg_.a
2025-08-20T22:59:48.9640762Z [00:02:11.225]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:48.9641073Z [00:02:11.225]➜  EOF
2025-08-20T22:59:48.9641317Z [00:02:11.225]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:48.9643557Z [00:02:11.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b176=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T22:59:48.9775199Z [00:02:11.238]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T22:59:48.9775635Z [00:02:11.238]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T22:59:48.9779447Z [00:02:11.238]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T22:59:48.9780396Z [00:02:11.238]➜  crypto/fips140
2025-08-20T22:59:48.9780653Z [00:02:11.238]➜  mkdir -p $WORK/b178/
2025-08-20T22:59:48.9781029Z [00:02:11.238]➜  cat >/tmp/go-build2180205415/b178/importcfg << 'EOF' # internal
2025-08-20T22:59:48.9781377Z [00:02:11.238]➜  # import config
2025-08-20T22:59:48.9781783Z [00:02:11.238]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T22:59:48.9782352Z [00:02:11.238]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T22:59:48.9782736Z [00:02:11.238]➜  EOF
2025-08-20T22:59:48.9784224Z [00:02:11.238]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b178=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T22:59:48.9786000Z [00:02:11.238]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T22:59:48.9786586Z [00:02:11.238]➜  crypto/dsa
2025-08-20T22:59:48.9786827Z [00:02:11.238]➜  mkdir -p $WORK/b180/
2025-08-20T22:59:48.9787195Z [00:02:11.238]➜  cat >/tmp/go-build2180205415/b180/importcfg << 'EOF' # internal
2025-08-20T22:59:48.9787538Z [00:02:11.238]➜  # import config
2025-08-20T22:59:48.9787953Z [00:02:11.238]➜  packagefile crypto/internal/fips140only=/tmp/go-build2180205415/b132/_pkg_.a
2025-08-20T22:59:48.9788514Z [00:02:11.238]➜  packagefile crypto/internal/randutil=/tmp/go-build2180205415/b130/_pkg_.a
2025-08-20T22:59:48.9789004Z [00:02:11.238]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:48.9789418Z [00:02:11.238]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:48.9789834Z [00:02:11.238]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:48.9790149Z [00:02:11.238]➜  EOF
2025-08-20T22:59:48.9791543Z [00:02:11.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b180=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T22:59:48.9936498Z [00:02:11.255]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T22:59:48.9945476Z [00:02:11.255]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T22:59:48.9952151Z [00:02:11.256]➜  crypto/tls/internal/fips140tls
2025-08-20T22:59:48.9955266Z [00:02:11.256]➜  mkdir -p $WORK/b177/
2025-08-20T22:59:48.9964232Z [00:02:11.257]➜  cat >/tmp/go-build2180205415/b177/importcfg << 'EOF' # internal
2025-08-20T22:59:48.9965071Z [00:02:11.257]➜  # import config
2025-08-20T22:59:48.9968153Z [00:02:11.257]➜  packagefile crypto/fips140=/tmp/go-build2180205415/b178/_pkg_.a
2025-08-20T22:59:48.9968851Z [00:02:11.257]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:48.9973429Z [00:02:11.257]➜  EOF
2025-08-20T22:59:48.9975174Z [00:02:11.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b177=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid -_aiYtR8X7izFgsp_Aw4/-_aiYtR8X7izFgsp_Aw4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T22:59:49.0150713Z [00:02:11.276]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T22:59:49.0151918Z [00:02:11.276]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T22:59:49.0153601Z [00:02:11.276]➜  crypto/x509/pkix
2025-08-20T22:59:49.0156536Z [00:02:11.276]➜  mkdir -p $WORK/b181/
2025-08-20T22:59:49.0157025Z [00:02:11.276]➜  cat >/tmp/go-build2180205415/b181/importcfg << 'EOF' # internal
2025-08-20T22:59:49.0157382Z [00:02:11.276]➜  # import config
2025-08-20T22:59:49.0157747Z [00:02:11.276]➜  packagefile encoding/asn1=/tmp/go-build2180205415/b155/_pkg_.a
2025-08-20T22:59:49.0158214Z [00:02:11.276]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:49.0158650Z [00:02:11.276]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.0159098Z [00:02:11.276]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:49.0159536Z [00:02:11.276]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:49.0159846Z [00:02:11.276]➜  EOF
2025-08-20T22:59:49.0167454Z [00:02:11.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b181=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid o8QYJTPZ2keH1_3HaYX-/o8QYJTPZ2keH1_3HaYX- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T22:59:49.0168919Z [00:02:11.276]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T22:59:49.0169580Z [00:02:11.276]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T22:59:49.0170153Z [00:02:11.276]➜  vendor/golang.org/x/text/transform
2025-08-20T22:59:49.0170447Z [00:02:11.276]➜  mkdir -p $WORK/b186/
2025-08-20T22:59:49.0170823Z [00:02:11.277]➜  cat >/tmp/go-build2180205415/b186/importcfg << 'EOF' # internal
2025-08-20T22:59:49.0171170Z [00:02:11.277]➜  # import config
2025-08-20T22:59:49.0171506Z [00:02:11.277]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:49.0171927Z [00:02:11.277]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:49.0172340Z [00:02:11.277]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:49.0172773Z [00:02:11.277]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:49.0173104Z [00:02:11.277]➜  EOF
2025-08-20T22:59:49.0175174Z [00:02:11.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b186=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid BSrY3R4O6tQ1u6yl32u_/BSrY3R4O6tQ1u6yl32u_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T22:59:49.0338971Z [00:02:11.292]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T22:59:49.0359525Z [00:02:11.297]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T22:59:49.0360671Z [00:02:11.297]➜  log
2025-08-20T22:59:49.0361246Z [00:02:11.297]➜  mkdir -p $WORK/b188/
2025-08-20T22:59:49.0369247Z [00:02:11.298]➜  cat >/tmp/go-build2180205415/b188/importcfg << 'EOF' # internal
2025-08-20T22:59:49.0369610Z [00:02:11.298]➜  # import config
2025-08-20T22:59:49.0369946Z [00:02:11.298]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.0370354Z [00:02:11.298]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:49.0370791Z [00:02:11.298]➜  packagefile log/internal=/tmp/go-build2180205415/b189/_pkg_.a
2025-08-20T22:59:49.0371218Z [00:02:11.298]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:49.0371649Z [00:02:11.298]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:49.0372069Z [00:02:11.298]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:49.0372503Z [00:02:11.298]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:49.0373311Z [00:02:11.298]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:49.0373618Z [00:02:11.298]➜  EOF
2025-08-20T22:59:49.0374873Z [00:02:11.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b188=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack /root/.go/src/log/log.go
2025-08-20T22:59:49.0492521Z [00:02:11.310]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T22:59:49.0497129Z [00:02:11.310]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T22:59:49.0497723Z [00:02:11.310]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T22:59:49.0498035Z [00:02:11.310]➜  mkdir -p $WORK/b193/
2025-08-20T22:59:49.0498402Z [00:02:11.310]➜  cat >/tmp/go-build2180205415/b193/importcfg << 'EOF' # internal
2025-08-20T22:59:49.0498758Z [00:02:11.310]➜  # import config
2025-08-20T22:59:49.0499093Z [00:02:11.310]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:49.0499514Z [00:02:11.310]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:49.0499925Z [00:02:11.310]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.0500324Z [00:02:11.310]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:49.0500730Z [00:02:11.310]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:49.0501035Z [00:02:11.310]➜  EOF
2025-08-20T22:59:49.0515644Z [00:02:11.312]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b193=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid 097bK01DbOlXZCQSVAdy/097bK01DbOlXZCQSVAdy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http2/hpack/encode.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/hpack.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/huffman.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/static_table.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/tables.go
2025-08-20T22:59:49.0528299Z [00:02:11.314]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T22:59:49.0536232Z [00:02:11.315]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T22:59:49.0543033Z [00:02:11.315]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T22:59:49.0543874Z [00:02:11.316]➜  mkdir -p $WORK/b190/
2025-08-20T22:59:49.0549696Z [00:02:11.316]➜  cat >/tmp/go-build2180205415/b190/importcfg << 'EOF' # internal
2025-08-20T22:59:49.0550349Z [00:02:11.316]➜  # import config
2025-08-20T22:59:49.0550993Z [00:02:11.316]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:59:49.0552090Z [00:02:11.316]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:49.0552679Z [00:02:11.316]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.0553755Z [00:02:11.316]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2180205415/b186/_pkg_.a
2025-08-20T22:59:49.0554279Z [00:02:11.316]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:49.0554689Z [00:02:11.316]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:49.0555130Z [00:02:11.316]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:49.0555462Z [00:02:11.316]➜  EOF
2025-08-20T22:59:49.0559546Z [00:02:11.316]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b190=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid HIQaXrGp6qScwX9GSuHd/HIQaXrGp6qScwX9GSuHd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/norm/composition.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/input.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/iter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/normalize.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/transform.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/trie.go
2025-08-20T22:59:49.1052872Z [00:02:11.366]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T22:59:49.1108883Z [00:02:11.372]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T22:59:49.1114817Z [00:02:11.372]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:59:49.1115160Z [00:02:11.372]➜  mkdir -p $WORK/b187/
2025-08-20T22:59:49.1115544Z [00:02:11.372]➜  cat >/tmp/go-build2180205415/b187/importcfg << 'EOF' # internal
2025-08-20T22:59:49.1116039Z [00:02:11.372]➜  # import config
2025-08-20T22:59:49.1116386Z [00:02:11.372]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:49.1116837Z [00:02:11.372]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T22:59:49.1117275Z [00:02:11.372]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.1117681Z [00:02:11.372]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:49.1118451Z [00:02:11.372]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:49.1118969Z [00:02:11.372]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:49.1119303Z [00:02:11.372]➜  EOF
2025-08-20T22:59:49.1122334Z [00:02:11.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b187=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid aTuuQ1ywASEnKgawejoF/aTuuQ1ywASEnKgawejoF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/core.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/prop.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/trieval.go
2025-08-20T22:59:49.1254208Z [00:02:11.386]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T22:59:49.1267449Z [00:02:11.388]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T22:59:49.1272762Z [00:02:11.388]➜  mime
2025-08-20T22:59:49.1273072Z [00:02:11.388]➜  mkdir -p $WORK/b194/
2025-08-20T22:59:49.1273453Z [00:02:11.388]➜  cat >/tmp/go-build2180205415/b194/importcfg << 'EOF' # internal
2025-08-20T22:59:49.1273804Z [00:02:11.388]➜  # import config
2025-08-20T22:59:49.1274142Z [00:02:11.388]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:49.1274561Z [00:02:11.388]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:49.1276486Z [00:02:11.388]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:49.1276948Z [00:02:11.388]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:49.1277381Z [00:02:11.388]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.1277785Z [00:02:11.388]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:49.1278193Z [00:02:11.388]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T22:59:49.1278606Z [00:02:11.388]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:49.1279012Z [00:02:11.388]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:49.1279432Z [00:02:11.388]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:49.1279852Z [00:02:11.388]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:49.1280268Z [00:02:11.388]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:49.1280715Z [00:02:11.388]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:49.1281046Z [00:02:11.388]➜  EOF
2025-08-20T22:59:49.1282824Z [00:02:11.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b194=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T22:59:49.2887270Z [00:02:11.550]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T22:59:49.2912833Z [00:02:11.552]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T22:59:49.2921839Z [00:02:11.552]➜  mime/quotedprintable
2025-08-20T22:59:49.2922429Z [00:02:11.552]➜  mkdir -p $WORK/b196/
2025-08-20T22:59:49.2923071Z [00:02:11.553]➜  cat >/tmp/go-build2180205415/b196/importcfg << 'EOF' # internal
2025-08-20T22:59:49.2923772Z [00:02:11.553]➜  # import config
2025-08-20T22:59:49.2924675Z [00:02:11.553]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:49.2925365Z [00:02:11.553]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:49.2926132Z [00:02:11.553]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.2926808Z [00:02:11.553]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:49.2927500Z [00:02:11.553]➜  EOF
2025-08-20T22:59:49.2929578Z [00:02:11.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b196=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T22:59:49.3008027Z [00:02:11.562]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T22:59:49.3021902Z [00:02:11.563]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T22:59:49.3022838Z [00:02:11.563]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:59:49.3023400Z [00:02:11.563]➜  mkdir -p $WORK/b185/
2025-08-20T22:59:49.3024489Z [00:02:11.564]➜  cat >/tmp/go-build2180205415/b185/importcfg << 'EOF' # internal
2025-08-20T22:59:49.3025535Z [00:02:11.564]➜  # import config
2025-08-20T22:59:49.3027227Z [00:02:11.564]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:59:49.3027870Z [00:02:11.564]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:59:49.3028382Z [00:02:11.564]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:49.3028909Z [00:02:11.564]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2180205415/b186/_pkg_.a
2025-08-20T22:59:49.3029560Z [00:02:11.564]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2180205415/b187/_pkg_.a
2025-08-20T22:59:49.3030104Z [00:02:11.564]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:49.3030436Z [00:02:11.564]➜  EOF
2025-08-20T22:59:49.3032629Z [00:02:11.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b185=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid iYTtLRk29tX9cYfXA5ms/iYTtLRk29tX9cYfXA5ms -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
2025-08-20T22:59:49.3202036Z [00:02:11.581]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T22:59:49.4100647Z [00:02:11.669]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T22:59:49.4144888Z [00:02:11.672]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T22:59:49.4167239Z [00:02:11.678]➜  net/http/internal
2025-08-20T22:59:49.4172584Z [00:02:11.678]➜  mkdir -p $WORK/b198/
2025-08-20T22:59:49.4175167Z [00:02:11.678]➜  cat >/tmp/go-build2180205415/b198/importcfg << 'EOF' # internal
2025-08-20T22:59:49.4176059Z [00:02:11.678]➜  # import config
2025-08-20T22:59:49.4176761Z [00:02:11.678]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:49.4177481Z [00:02:11.678]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:49.4178119Z [00:02:11.678]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:49.4178893Z [00:02:11.678]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.4179571Z [00:02:11.678]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:49.4179974Z [00:02:11.678]➜  EOF
2025-08-20T22:59:49.4182252Z [00:02:11.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b198=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T22:59:49.4184327Z [00:02:11.679]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T22:59:49.4184982Z [00:02:11.679]➜  net/http/internal/ascii
2025-08-20T22:59:49.4185362Z [00:02:11.679]➜  mkdir -p $WORK/b199/
2025-08-20T22:59:49.4186102Z [00:02:11.679]➜  cat >/tmp/go-build2180205415/b199/importcfg << 'EOF' # internal
2025-08-20T22:59:49.4186681Z [00:02:11.679]➜  # import config
2025-08-20T22:59:49.4187177Z [00:02:11.679]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:49.4187779Z [00:02:11.679]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:49.4188773Z [00:02:11.679]➜  EOF
2025-08-20T22:59:49.4190364Z [00:02:11.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b199=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Sz7mY_P9tDOtwBMvD0b9/Sz7mY_P9tDOtwBMvD0b9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T22:59:49.4221069Z [00:02:11.683]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T22:59:49.4226924Z [00:02:11.684]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T22:59:49.4231521Z [00:02:11.684]➜  vendor/golang.org/x/net/idna
2025-08-20T22:59:49.4232547Z [00:02:11.684]➜  mkdir -p $WORK/b184/
2025-08-20T22:59:49.4237057Z [00:02:11.685]➜  cat >/tmp/go-build2180205415/b184/importcfg << 'EOF' # internal
2025-08-20T22:59:49.4237441Z [00:02:11.685]➜  # import config
2025-08-20T22:59:49.4237893Z [00:02:11.685]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:59:49.4238518Z [00:02:11.685]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:59:49.4239104Z [00:02:11.685]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T22:59:49.4239594Z [00:02:11.685]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.4240141Z [00:02:11.685]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build2180205415/b185/_pkg_.a
2025-08-20T22:59:49.4241014Z [00:02:11.685]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2180205415/b187/_pkg_.a
2025-08-20T22:59:49.4241781Z [00:02:11.685]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build2180205415/b190/_pkg_.a
2025-08-20T22:59:49.4242428Z [00:02:11.685]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:49.4242975Z [00:02:11.685]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:49.4243534Z [00:02:11.685]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:49.4243985Z [00:02:11.685]➜  EOF
2025-08-20T22:59:49.4271459Z [00:02:11.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b184=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid cqxO-Grpd7T51adYSl9w/cqxO-Grpd7T51adYSl9w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/.go/src/vendor/golang.org/x/net/idna/go118.go /root/.go/src/vendor/golang.org/x/net/idna/idna10.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/punycode.go /root/.go/src/vendor/golang.org/x/net/idna/tables15.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trie.go /root/.go/src/vendor/golang.org/x/net/idna/trie13.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trieval.go
2025-08-20T22:59:49.4323127Z [00:02:11.693]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T22:59:49.4329642Z [00:02:11.694]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T22:59:49.4332016Z [00:02:11.694]➜  log/slog/internal/buffer
2025-08-20T22:59:49.4332331Z [00:02:11.694]➜  mkdir -p $WORK/b204/
2025-08-20T22:59:49.4334089Z [00:02:11.694]➜  cat >/tmp/go-build2180205415/b204/importcfg << 'EOF' # internal
2025-08-20T22:59:49.4366903Z [00:02:11.694]➜  # import config
2025-08-20T22:59:49.4367709Z [00:02:11.695]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:49.4368080Z [00:02:11.695]➜  EOF
2025-08-20T22:59:49.4369739Z [00:02:11.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b204=>" -p log/slog/internal/buffer -lang=go1.25 -std -complete -installsuffix shared -buildid xzxUO5vP-XvNEJOhwgu0/xzxUO5vP-XvNEJOhwgu0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T22:59:49.4778670Z [00:02:11.739]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T22:59:49.4784772Z [00:02:11.740]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/32/325b843a00aa831889a4a40fa80477b1acb02285e9a98777f8df242b94b4c827-d # internal
2025-08-20T22:59:49.4797487Z [00:02:11.741]➜  log/slog
2025-08-20T22:59:49.4798069Z [00:02:11.741]➜  mkdir -p $WORK/b202/
2025-08-20T22:59:49.4799477Z [00:02:11.741]➜  cat >/tmp/go-build2180205415/b202/importcfg << 'EOF' # internal
2025-08-20T22:59:49.4799855Z [00:02:11.741]➜  # import config
2025-08-20T22:59:49.4800195Z [00:02:11.741]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:49.4800647Z [00:02:11.741]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:49.4801081Z [00:02:11.741]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T22:59:49.4801531Z [00:02:11.741]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:49.4801987Z [00:02:11.741]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:49.4802397Z [00:02:11.741]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.4802796Z [00:02:11.741]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:49.4803199Z [00:02:11.741]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:49.4803631Z [00:02:11.741]➜  packagefile log/internal=/tmp/go-build2180205415/b189/_pkg_.a
2025-08-20T22:59:49.4804113Z [00:02:11.741]➜  packagefile log/slog/internal=/tmp/go-build2180205415/b203/_pkg_.a
2025-08-20T22:59:49.4804636Z [00:02:11.741]➜  packagefile log/slog/internal/buffer=/tmp/go-build2180205415/b204/_pkg_.a
2025-08-20T22:59:49.4805121Z [00:02:11.741]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:49.4805540Z [00:02:11.741]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:49.4806142Z [00:02:11.741]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:49.4806580Z [00:02:11.741]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:49.4807002Z [00:02:11.741]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:49.4807426Z [00:02:11.741]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:49.4807844Z [00:02:11.741]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:49.4808274Z [00:02:11.741]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:49.4808705Z [00:02:11.741]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:49.4809119Z [00:02:11.741]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:49.4809867Z [00:02:11.741]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:49.4810278Z [00:02:11.741]➜  EOF
2025-08-20T22:59:49.4812612Z [00:02:11.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b202=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid nhnpwUMZh03h3VIHK5N1/nhnpwUMZh03h3VIHK5N1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /root/.go/src/log/slog/attr.go /root/.go/src/log/slog/doc.go /root/.go/src/log/slog/handler.go /root/.go/src/log/slog/json_handler.go /root/.go/src/log/slog/level.go /root/.go/src/log/slog/logger.go /root/.go/src/log/slog/record.go /root/.go/src/log/slog/text_handler.go /root/.go/src/log/slog/value.go
2025-08-20T22:59:49.4820177Z [00:02:11.743]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T22:59:49.4825704Z [00:02:11.744]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T22:59:49.4827719Z [00:02:11.744]➜  io/ioutil
2025-08-20T22:59:49.4828945Z [00:02:11.744]➜  mkdir -p $WORK/b208/
2025-08-20T22:59:49.4832028Z [00:02:11.744]➜  cat >/tmp/go-build2180205415/b208/importcfg << 'EOF' # internal
2025-08-20T22:59:49.4833843Z [00:02:11.745]➜  # import config
2025-08-20T22:59:49.4834817Z [00:02:11.745]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:49.4836000Z [00:02:11.745]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:49.4837341Z [00:02:11.745]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:49.4838806Z [00:02:11.745]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:49.4839996Z [00:02:11.745]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:49.4842339Z [00:02:11.745]➜  EOF
2025-08-20T22:59:49.4843919Z [00:02:11.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b208=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T22:59:49.5211609Z [00:02:11.782]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T22:59:49.5219710Z [00:02:11.783]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T22:59:49.5222202Z [00:02:11.783]➜  github.com/gofrs/flock
2025-08-20T22:59:49.5223894Z [00:02:11.783]➜  mkdir -p $WORK/b210/
2025-08-20T22:59:49.5233183Z [00:02:11.784]➜  cat >/tmp/go-build2180205415/b210/importcfg << 'EOF' # internal
2025-08-20T22:59:49.5233700Z [00:02:11.784]➜  # import config
2025-08-20T22:59:49.5234056Z [00:02:11.784]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:49.5234515Z [00:02:11.784]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:49.5234996Z [00:02:11.784]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T22:59:49.5235466Z [00:02:11.784]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:49.5235982Z [00:02:11.784]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:49.5236410Z [00:02:11.784]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:49.5236831Z [00:02:11.784]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:49.5237242Z [00:02:11.784]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:49.5237547Z [00:02:11.784]➜  EOF
2025-08-20T22:59:49.5239690Z [00:02:11.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gofrs/flock@v0.12.1=>github.com/gofrs/flock@v0.12.1;$WORK/b210=>" -p github.com/gofrs/flock -lang=go1.21 -complete -installsuffix shared -buildid 07CZcjZkOQPUbiUkD-ml/07CZcjZkOQPUbiUkD-ml -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/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-20T22:59:49.5684958Z [00:02:11.829]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T22:59:49.5689778Z [00:02:11.830]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/9c/9cbdf6f49aa4c6b3af0db50926717a339576afe6ae78a6a140992bb89b197055-d # internal
2025-08-20T22:59:49.5700678Z [00:02:11.830]➜  github.com/trufflesecurity/touchfile
2025-08-20T22:59:49.5701011Z [00:02:11.830]➜  mkdir -p $WORK/b209/
2025-08-20T22:59:49.5701385Z [00:02:11.830]➜  cat >/tmp/go-build2180205415/b209/importcfg << 'EOF' # internal
2025-08-20T22:59:49.5701732Z [00:02:11.830]➜  # import config
2025-08-20T22:59:49.5702072Z [00:02:11.830]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:49.5702532Z [00:02:11.830]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.5703005Z [00:02:11.831]➜  packagefile github.com/gofrs/flock=/tmp/go-build2180205415/b210/_pkg_.a
2025-08-20T22:59:49.5703471Z [00:02:11.831]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:49.5703872Z [00:02:11.831]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:49.5704663Z [00:02:11.831]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:49.5705106Z [00:02:11.831]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:49.5705517Z [00:02:11.831]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:49.5719918Z [00:02:11.831]➜  EOF
2025-08-20T22:59:49.5721965Z [00:02:11.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/trufflesecurity/touchfile@v0.1.1=>github.com/trufflesecurity/touchfile@v0.1.1;$WORK/b209=>" -p github.com/trufflesecurity/touchfile -lang=go1.23 -complete -installsuffix shared -buildid qOVXx7gF41QlD4IE9wLt/qOVXx7gF41QlD4IE9wLt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /root/go/pkg/mod/github.com/trufflesecurity/touchfile@v0.1.1/touchfile.go
2025-08-20T22:59:49.5726507Z [00:02:11.834]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T22:59:49.5740545Z [00:02:11.835]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T22:59:49.5743951Z [00:02:11.835]➜  os/exec
2025-08-20T22:59:49.5744793Z [00:02:11.836]➜  mkdir -p $WORK/b211/
2025-08-20T22:59:49.5749525Z [00:02:11.836]➜  cat >/tmp/go-build2180205415/b211/importcfg << 'EOF' # internal
2025-08-20T22:59:49.5750875Z [00:02:11.836]➜  # import config
2025-08-20T22:59:49.5751228Z [00:02:11.836]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:49.5751655Z [00:02:11.836]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:49.5752103Z [00:02:11.836]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:49.5752564Z [00:02:11.836]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T22:59:49.5753090Z [00:02:11.836]➜  packagefile internal/syscall/execenv=/tmp/go-build2180205415/b064/_pkg_.a
2025-08-20T22:59:49.5753645Z [00:02:11.836]➜  packagefile internal/syscall/unix=/tmp/go-build2180205415/b063/_pkg_.a
2025-08-20T22:59:49.5754105Z [00:02:11.836]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:49.5754512Z [00:02:11.836]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:49.5754916Z [00:02:11.836]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:49.5755349Z [00:02:11.836]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:49.5755908Z [00:02:11.836]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:49.5756414Z [00:02:11.836]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:49.5757130Z [00:02:11.836]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:49.5757654Z [00:02:11.836]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:49.5758075Z [00:02:11.836]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:49.5758392Z [00:02:11.836]➜  EOF
2025-08-20T22:59:49.5760860Z [00:02:11.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b211=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/.go/src/os/exec/exec.go /root/.go/src/os/exec/exec_unix.go /root/.go/src/os/exec/lp_unix.go
2025-08-20T22:59:49.6034246Z [00:02:11.863]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T22:59:49.6036533Z [00:02:11.865]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/e6/e6fe2974e9cfd8afad6fe2e8b718b345974e7990502780215c97e775a3e8bd57-d # internal
2025-08-20T22:59:49.6039479Z [00:02:11.865]➜  os/signal
2025-08-20T22:59:49.6043301Z [00:02:11.865]➜  mkdir -p $WORK/b212/
2025-08-20T22:59:49.6043872Z [00:02:11.865]➜  echo -n > $WORK/b212/go_asm.h # internal
2025-08-20T22:59:49.6046528Z [00:02:11.865]➜  cd /root/.go/src/os/signal
2025-08-20T22:59:49.6054645Z [00:02:11.865]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b212=>" -I $WORK/b212/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b212/symabis ./sig.s
2025-08-20T22:59:49.6082861Z [00:02:11.869]➜  cat >/tmp/go-build2180205415/b212/importcfg << 'EOF' # internal
2025-08-20T22:59:49.6089051Z [00:02:11.869]➜  # import config
2025-08-20T22:59:49.6089434Z [00:02:11.869]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:49.6094006Z [00:02:11.869]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:49.6094586Z [00:02:11.869]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:49.6095014Z [00:02:11.869]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:49.6095439Z [00:02:11.869]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:49.6095883Z [00:02:11.869]➜  EOF
2025-08-20T22:59:49.6096206Z [00:02:11.869]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:49.6098074Z [00:02:11.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b212=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -goversion go1.25.0 -symabis $WORK/b212/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack -asmhdr $WORK/b212/go_asm.h /root/.go/src/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T22:59:49.6115308Z [00:02:11.870]➜  cd /root/.go/src/net
2025-08-20T22:59:49.6116475Z [00:02:11.870]➜  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-20T22:59:49.6117259Z [00:02:11.872]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T22:59:49.6313054Z [00:02:11.892]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/f8/f896ef79d2e94dd2d424b6fa0dc838e3d9441243f795faaf8dce21ff4f335d5e-d # internal
2025-08-20T22:59:49.6348373Z [00:02:11.896]➜  github.com/alecthomas/kingpin/v2
2025-08-20T22:59:49.6350488Z [00:02:11.896]➜  mkdir -p $WORK/b068/
2025-08-20T22:59:49.6352150Z [00:02:11.896]➜  cat >/tmp/go-build2180205415/b068/importcfg << 'EOF' # internal
2025-08-20T22:59:49.6353140Z [00:02:11.896]➜  # import config
2025-08-20T22:59:49.6353822Z [00:02:11.896]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:49.6354772Z [00:02:11.896]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:49.6355645Z [00:02:11.896]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T22:59:49.6356448Z [00:02:11.896]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:49.6356922Z [00:02:11.896]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.6357423Z [00:02:11.896]➜  packagefile github.com/alecthomas/units=/tmp/go-build2180205415/b071/_pkg_.a
2025-08-20T22:59:49.6358042Z [00:02:11.896]➜  packagefile github.com/xhit/go-str2duration/v2=/tmp/go-build2180205415/b072/_pkg_.a
2025-08-20T22:59:49.6358548Z [00:02:11.896]➜  packagefile go/doc=/tmp/go-build2180205415/b073/_pkg_.a
2025-08-20T22:59:49.6358953Z [00:02:11.896]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:49.6359355Z [00:02:11.896]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:49.6359771Z [00:02:11.896]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:49.6360182Z [00:02:11.896]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:49.6360627Z [00:02:11.896]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:49.6361080Z [00:02:11.896]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:49.6361502Z [00:02:11.896]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:49.6362257Z [00:02:11.896]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:49.6362688Z [00:02:11.896]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:49.6363117Z [00:02:11.896]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:49.6363564Z [00:02:11.896]➜  packagefile text/template=/tmp/go-build2180205415/b094/_pkg_.a
2025-08-20T22:59:49.6364002Z [00:02:11.896]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:49.6364441Z [00:02:11.896]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:49.6364775Z [00:02:11.896]➜  EOF
2025-08-20T22:59:49.6365038Z [00:02:11.896]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:49.6371042Z [00:02:11.896]➜  /root/.go/pkg/tool/linux_arm64/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 msxMjltUrp0sUDPOgZTP/msxMjltUrp0sUDPOgZTP -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-20T22:59:49.6768542Z [00:02:11.938]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T22:59:49.6783469Z [00:02:11.939]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T22:59:49.6793393Z [00:02:11.940]➜  crypto/x509
2025-08-20T22:59:49.6797765Z [00:02:11.940]➜  mkdir -p $WORK/b179/
2025-08-20T22:59:49.6798657Z [00:02:11.941]➜  cat >/tmp/go-build2180205415/b179/importcfg << 'EOF' # internal
2025-08-20T22:59:49.6799085Z [00:02:11.941]➜  # import config
2025-08-20T22:59:49.6799549Z [00:02:11.941]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:59:49.6800207Z [00:02:11.941]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:59:49.6800748Z [00:02:11.941]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:49.6801172Z [00:02:11.941]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:49.6801607Z [00:02:11.941]➜  packagefile crypto/aes=/tmp/go-build2180205415/b138/_pkg_.a
2025-08-20T22:59:49.6802072Z [00:02:11.941]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T22:59:49.6802528Z [00:02:11.941]➜  packagefile crypto/des=/tmp/go-build2180205415/b139/_pkg_.a
2025-08-20T22:59:49.6802971Z [00:02:11.941]➜  packagefile crypto/dsa=/tmp/go-build2180205415/b180/_pkg_.a
2025-08-20T22:59:49.6803432Z [00:02:11.941]➜  packagefile crypto/ecdh=/tmp/go-build2180205415/b140/_pkg_.a
2025-08-20T22:59:49.6803893Z [00:02:11.941]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T22:59:49.6804360Z [00:02:11.941]➜  packagefile crypto/ed25519=/tmp/go-build2180205415/b157/_pkg_.a
2025-08-20T22:59:49.6805104Z [00:02:11.941]➜  packagefile crypto/elliptic=/tmp/go-build2180205415/b146/_pkg_.a
2025-08-20T22:59:49.6805571Z [00:02:11.941]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T22:59:49.6806194Z [00:02:11.941]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T22:59:49.6806651Z [00:02:11.941]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T22:59:49.6807116Z [00:02:11.941]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T22:59:49.6807581Z [00:02:11.941]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T22:59:49.6808068Z [00:02:11.941]➜  packagefile crypto/x509/pkix=/tmp/go-build2180205415/b181/_pkg_.a
2025-08-20T22:59:49.6808545Z [00:02:11.941]➜  packagefile encoding/asn1=/tmp/go-build2180205415/b155/_pkg_.a
2025-08-20T22:59:49.6809041Z [00:02:11.941]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:49.6809514Z [00:02:11.941]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T22:59:49.6809953Z [00:02:11.941]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:49.6810369Z [00:02:11.941]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.6810898Z [00:02:11.941]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2180205415/b154/_pkg_.a
2025-08-20T22:59:49.6811555Z [00:02:11.941]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2180205415/b156/_pkg_.a
2025-08-20T22:59:49.6812140Z [00:02:11.941]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T22:59:49.6812632Z [00:02:11.941]➜  packagefile internal/goos=/tmp/go-build2180205415/b018/_pkg_.a
2025-08-20T22:59:49.6813063Z [00:02:11.941]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:49.6813470Z [00:02:11.941]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:49.6813889Z [00:02:11.941]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T22:59:49.6814295Z [00:02:11.941]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T22:59:49.6814752Z [00:02:11.941]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:49.6815172Z [00:02:11.941]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:49.6815606Z [00:02:11.941]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:49.6816185Z [00:02:11.941]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:49.6816610Z [00:02:11.941]➜  packagefile net/netip=/tmp/go-build2180205415/b088/_pkg_.a
2025-08-20T22:59:49.6817264Z [00:02:11.941]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:49.6817729Z [00:02:11.941]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:49.6818167Z [00:02:11.941]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:49.6818614Z [00:02:11.941]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:49.6819050Z [00:02:11.941]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:49.6819475Z [00:02:11.941]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:49.6819899Z [00:02:11.941]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:49.6820317Z [00:02:11.941]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:49.6820724Z [00:02:11.941]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:49.6821140Z [00:02:11.941]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:49.6821595Z [00:02:11.941]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T22:59:49.6822055Z [00:02:11.941]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:49.6822384Z [00:02:11.941]➜  EOF
2025-08-20T22:59:49.6825220Z [00:02:11.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b179=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid dcFNf8-BkBP3Xmmb07e3/dcFNf8-BkBP3Xmmb07e3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/.go/src/crypto/x509/cert_pool.go /root/.go/src/crypto/x509/oid.go /root/.go/src/crypto/x509/parser.go /root/.go/src/crypto/x509/pem_decrypt.go /root/.go/src/crypto/x509/pkcs1.go /root/.go/src/crypto/x509/pkcs8.go /root/.go/src/crypto/x509/root.go /root/.go/src/crypto/x509/root_linux.go /root/.go/src/crypto/x509/root_unix.go /root/.go/src/crypto/x509/sec1.go /root/.go/src/crypto/x509/verify.go /root/.go/src/crypto/x509/x509.go
2025-08-20T22:59:49.6941219Z [00:02:11.955]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T22:59:49.6957371Z [00:02:11.957]➜  cd /root/.go/src/os/signal
2025-08-20T22:59:49.6958721Z [00:02:11.957]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b212=>" -I $WORK/b212/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b212/sig.o ./sig.s
2025-08-20T22:59:49.6979369Z [00:02:11.959]➜  go tool pack r $WORK/b212/_pkg_.a $WORK/b212/sig.o # internal
2025-08-20T22:59:49.6980430Z [00:02:11.959]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T22:59:49.7027605Z [00:02:11.964]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T22:59:49.7031867Z [00:02:11.964]➜  net/textproto
2025-08-20T22:59:49.7032960Z [00:02:11.964]➜  mkdir -p $WORK/b191/
2025-08-20T22:59:49.7532313Z [00:02:12.014]➜  cat >/tmp/go-build2180205415/b191/importcfg << 'EOF' # internal
2025-08-20T22:59:49.7538472Z [00:02:12.014]➜  # import config
2025-08-20T22:59:49.7539047Z [00:02:12.014]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:49.7539600Z [00:02:12.014]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:49.7540124Z [00:02:12.014]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:49.7540633Z [00:02:12.014]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.7541101Z [00:02:12.014]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:49.7542006Z [00:02:12.014]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:49.7542806Z [00:02:12.014]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:49.7543528Z [00:02:12.014]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:49.7544158Z [00:02:12.014]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:49.7545093Z [00:02:12.014]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:49.7545579Z [00:02:12.014]➜  EOF
2025-08-20T22:59:49.7545990Z [00:02:12.014]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:49.7548177Z [00:02:12.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b191=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid CWKCi4hoH2x0ftRwONaF/CWKCi4hoH2x0ftRwONaF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T22:59:49.7606757Z [00:02:12.021]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d # internal
2025-08-20T22:59:49.7607440Z [00:02:12.021]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:59:49.7609090Z [00:02:12.021]➜  mkdir -p $WORK/b192/
2025-08-20T22:59:49.7609495Z [00:02:12.021]➜  cat >/tmp/go-build2180205415/b192/importcfg << 'EOF' # internal
2025-08-20T22:59:49.7609844Z [00:02:12.021]➜  # import config
2025-08-20T22:59:49.7610205Z [00:02:12.021]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:59:49.7611046Z [00:02:12.021]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:49.7611470Z [00:02:12.021]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.7611967Z [00:02:12.021]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2180205415/b184/_pkg_.a
2025-08-20T22:59:49.7612448Z [00:02:12.021]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:49.7612870Z [00:02:12.021]➜  packagefile net/netip=/tmp/go-build2180205415/b088/_pkg_.a
2025-08-20T22:59:49.7613302Z [00:02:12.021]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:49.7613722Z [00:02:12.021]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:49.7614137Z [00:02:12.021]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:49.7614580Z [00:02:12.021]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:49.7616226Z [00:02:12.021]➜  EOF
2025-08-20T22:59:49.7618075Z [00:02:12.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b192=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid atjWOvllMiG6G_C8xzIQ/atjWOvllMiG6G_C8xzIQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T22:59:49.7983639Z [00:02:12.059]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T22:59:49.7989004Z [00:02:12.060]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/10/1024a0cee98da8c33eec0847fe96b80a919f5a7123132c54880b9ebd9044000c-d # internal
2025-08-20T22:59:49.8065268Z [00:02:12.068]➜  github.com/go-logr/logr
2025-08-20T22:59:49.8066073Z [00:02:12.068]➜  mkdir -p $WORK/b201/
2025-08-20T22:59:49.8074238Z [00:02:12.069]➜  cat >/tmp/go-build2180205415/b201/importcfg << 'EOF' # internal
2025-08-20T22:59:49.8074957Z [00:02:12.069]➜  # import config
2025-08-20T22:59:49.8076242Z [00:02:12.069]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:49.8076689Z [00:02:12.069]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.8077111Z [00:02:12.069]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:49.8077541Z [00:02:12.069]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:49.8077967Z [00:02:12.069]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:49.8078277Z [00:02:12.069]➜  EOF
2025-08-20T22:59:49.8081522Z [00:02:12.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.3=>github.com/go-logr/logr@v1.4.3;$WORK/b201=>" -p github.com/go-logr/logr -lang=go1.18 -complete -installsuffix shared -buildid Q5n_wxmDwd4r1OjaorH9/Q5n_wxmDwd4r1OjaorH9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/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-20T22:59:49.8147795Z [00:02:12.076]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T22:59:49.8163658Z [00:02:12.077]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/25/25df231f20bb68dccdd7de9cb732118936b3d586a54d86e1ce5a4da502cce30c-d # internal
2025-08-20T22:59:49.8166449Z [00:02:12.077]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T22:59:49.8166786Z [00:02:12.077]➜  mkdir -p $WORK/b183/
2025-08-20T22:59:49.8208179Z [00:02:12.079]➜  cat >/tmp/go-build2180205415/b183/importcfg << 'EOF' # internal
2025-08-20T22:59:49.8208878Z [00:02:12.079]➜  # import config
2025-08-20T22:59:49.8209841Z [00:02:12.079]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:59:49.8211208Z [00:02:12.079]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2180205415/b184/_pkg_.a
2025-08-20T22:59:49.8211705Z [00:02:12.079]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:49.8212154Z [00:02:12.079]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T22:59:49.8212608Z [00:02:12.079]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:49.8213056Z [00:02:12.079]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:49.8213393Z [00:02:12.079]➜  EOF
2025-08-20T22:59:49.8215480Z [00:02:12.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b183=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid 2usDiweoitJvT35BX9r0/2usDiweoitJvT35BX9r0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpguts/guts.go /root/.go/src/vendor/golang.org/x/net/http/httpguts/httplex.go
2025-08-20T22:59:49.8401678Z [00:02:12.101]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T22:59:49.8410152Z [00:02:12.102]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/41/41efd59c2fe485317b6ce08c86053068ea5e80c6cc54beae23c008fb6a7bc8c0-d # internal
2025-08-20T22:59:49.8411096Z [00:02:12.102]➜  mime/multipart
2025-08-20T22:59:49.8411539Z [00:02:12.102]➜  mkdir -p $WORK/b195/
2025-08-20T22:59:49.8425995Z [00:02:12.104]➜  cat >/tmp/go-build2180205415/b195/importcfg << 'EOF' # internal
2025-08-20T22:59:49.8426703Z [00:02:12.104]➜  # import config
2025-08-20T22:59:49.8427296Z [00:02:12.104]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:49.8427876Z [00:02:12.104]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:49.8429777Z [00:02:12.104]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:49.8430240Z [00:02:12.104]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:49.8430702Z [00:02:12.104]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:49.8431159Z [00:02:12.104]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T22:59:49.8431601Z [00:02:12.104]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:49.8432006Z [00:02:12.104]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T22:59:49.8432416Z [00:02:12.104]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:49.8433153Z [00:02:12.104]➜  packagefile mime=/tmp/go-build2180205415/b194/_pkg_.a
2025-08-20T22:59:49.8433708Z [00:02:12.104]➜  packagefile mime/quotedprintable=/tmp/go-build2180205415/b196/_pkg_.a
2025-08-20T22:59:49.8434208Z [00:02:12.104]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T22:59:49.8434654Z [00:02:12.104]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:49.8435087Z [00:02:12.104]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:49.8435532Z [00:02:12.104]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:49.8436142Z [00:02:12.104]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:49.8436577Z [00:02:12.104]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:49.8436895Z [00:02:12.104]➜  EOF
2025-08-20T22:59:49.8438860Z [00:02:12.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b195=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid w7XsgNceqMxV_M3Kzwv6/w7XsgNceqMxV_M3Kzwv6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/mime/multipart/formdata.go /root/.go/src/mime/multipart/multipart.go /root/.go/src/mime/multipart/readmimeheader.go /root/.go/src/mime/multipart/writer.go
2025-08-20T22:59:49.9149076Z [00:02:12.175]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T22:59:49.9159361Z [00:02:12.177]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/54/54bfb73f984509d29188a80ad2a5fea185e7b110421ce85a88e8281636a13b3f-d # internal
2025-08-20T22:59:49.9168785Z [00:02:12.177]➜  github.com/mattn/go-runewidth
2025-08-20T22:59:49.9169156Z [00:02:12.177]➜  mkdir -p $WORK/b217/
2025-08-20T22:59:49.9183924Z [00:02:12.179]➜  cat >/tmp/go-build2180205415/b217/importcfg << 'EOF' # internal
2025-08-20T22:59:49.9185729Z [00:02:12.179]➜  # import config
2025-08-20T22:59:49.9188251Z [00:02:12.179]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2180205415/b218/_pkg_.a
2025-08-20T22:59:49.9188755Z [00:02:12.179]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:49.9189180Z [00:02:12.179]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:49.9189623Z [00:02:12.179]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:49.9189941Z [00:02:12.179]➜  EOF
2025-08-20T22:59:49.9205663Z [00:02:12.181]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b217=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid KRXa1D8dXRjcFYp_-kqp/KRXa1D8dXRjcFYp_-kqp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_posix.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_table.go
2025-08-20T22:59:49.9646649Z [00:02:12.222]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T22:59:49.9648334Z [00:02:12.223]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/11/1183b70241b465f20764a7ac565694d30434d39d71ed68716c11d0b5bd524758-d # internal
2025-08-20T22:59:49.9653638Z [00:02:12.226]➜  golang.org/x/text/transform
2025-08-20T22:59:49.9658264Z [00:02:12.227]➜  mkdir -p $WORK/b220/
2025-08-20T22:59:49.9664614Z [00:02:12.228]➜  cat >/tmp/go-build2180205415/b220/importcfg << 'EOF' # internal
2025-08-20T22:59:49.9665626Z [00:02:12.228]➜  # import config
2025-08-20T22:59:49.9666166Z [00:02:12.228]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:49.9666614Z [00:02:12.228]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:49.9667030Z [00:02:12.228]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:49.9667822Z [00:02:12.228]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:49.9668223Z [00:02:12.228]➜  EOF
2025-08-20T22:59:49.9670678Z [00:02:12.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/transform=>golang.org/x/text@v0.27.0/transform;$WORK/b220=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid 73mRrDrW9byj20bdwLCU/73mRrDrW9byj20bdwLCU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/transform/transform.go
2025-08-20T22:59:49.9770879Z [00:02:12.238]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T22:59:49.9789654Z [00:02:12.240]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T22:59:49.9790482Z [00:02:12.240]➜  html
2025-08-20T22:59:49.9794187Z [00:02:12.240]➜  mkdir -p $WORK/b221/
2025-08-20T22:59:49.9795101Z [00:02:12.241]➜  cat >/tmp/go-build2180205415/b221/importcfg << 'EOF' # internal
2025-08-20T22:59:49.9795878Z [00:02:12.241]➜  # import config
2025-08-20T22:59:49.9796404Z [00:02:12.241]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:49.9797375Z [00:02:12.241]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:49.9798181Z [00:02:12.241]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:49.9798519Z [00:02:12.241]➜  EOF
2025-08-20T22:59:49.9799929Z [00:02:12.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b221=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid OrC31vHZcTisU4uxpfKZ/OrC31vHZcTisU4uxpfKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T22:59:50.0287214Z [00:02:12.289]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T22:59:50.0289338Z [00:02:12.290]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/78/78e3e029b907900ab1fcf84760cf501399f29733d730a0af356aa4abc8bc6ce8-d # internal
2025-08-20T22:59:50.0305366Z [00:02:12.292]➜  golang.org/x/text/width
2025-08-20T22:59:50.0307582Z [00:02:12.292]➜  mkdir -p $WORK/b219/
2025-08-20T22:59:50.0312339Z [00:02:12.292]➜  cat >/tmp/go-build2180205415/b219/importcfg << 'EOF' # internal
2025-08-20T22:59:50.0312932Z [00:02:12.292]➜  # import config
2025-08-20T22:59:50.0313617Z [00:02:12.292]➜  packagefile golang.org/x/text/transform=/tmp/go-build2180205415/b220/_pkg_.a
2025-08-20T22:59:50.0314363Z [00:02:12.292]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:50.0315085Z [00:02:12.292]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:50.0316028Z [00:02:12.292]➜  EOF
2025-08-20T22:59:50.0318738Z [00:02:12.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/width=>golang.org/x/text@v0.27.0/width;$WORK/b219=>" -p golang.org/x/text/width -lang=go1.23 -complete -installsuffix shared -buildid -YKQBxCOn516M8xbEOg9/-YKQBxCOn516M8xbEOg9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/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-20T22:59:50.0719189Z [00:02:12.333]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T22:59:50.0787349Z [00:02:12.340]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d # internal
2025-08-20T22:59:50.0790917Z [00:02:12.340]➜  github.com/getsentry/sentry-go/internal/otel/baggage
2025-08-20T22:59:50.0791318Z [00:02:12.340]➜  mkdir -p $WORK/b230/
2025-08-20T22:59:50.0800168Z [00:02:12.341]➜  cat >/tmp/go-build2180205415/b230/importcfg << 'EOF' # internal
2025-08-20T22:59:50.0800612Z [00:02:12.341]➜  # import config
2025-08-20T22:59:50.0801169Z [00:02:12.341]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:50.0801936Z [00:02:12.341]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.0802926Z [00:02:12.341]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage=/tmp/go-build2180205415/b231/_pkg_.a
2025-08-20T22:59:50.0803850Z [00:02:12.341]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:50.0804552Z [00:02:12.341]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:50.0826818Z [00:02:12.341]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.0827681Z [00:02:12.341]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:50.0828275Z [00:02:12.341]➜  EOF
2025-08-20T22:59:50.0830706Z [00:02:12.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_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/b230=>" -p github.com/getsentry/sentry-go/internal/otel/baggage -lang=go1.21 -complete -installsuffix shared -buildid b2F3oWJCno_bRH5_X3OI/b2F3oWJCno_bRH5_X3OI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/internal/otel/baggage/baggage.go
2025-08-20T22:59:50.1287881Z [00:02:12.390]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T22:59:50.1292717Z [00:02:12.390]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/82/826dffe5546e5aba1022c020322fdfefb168fab6dd17bed25bd5758738a99281-d # internal
2025-08-20T22:59:50.1301957Z [00:02:12.391]➜  github.com/jedib0t/go-pretty/v6/text
2025-08-20T22:59:50.1302623Z [00:02:12.391]➜  mkdir -p $WORK/b216/
2025-08-20T22:59:50.1304612Z [00:02:12.391]➜  cat >/tmp/go-build2180205415/b216/importcfg << 'EOF' # internal
2025-08-20T22:59:50.1304971Z [00:02:12.392]➜  # import config
2025-08-20T22:59:50.1305350Z [00:02:12.392]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:50.1305914Z [00:02:12.392]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:50.1306447Z [00:02:12.392]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.1306950Z [00:02:12.392]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2180205415/b217/_pkg_.a
2025-08-20T22:59:50.1307505Z [00:02:12.392]➜  packagefile golang.org/x/text/width=/tmp/go-build2180205415/b219/_pkg_.a
2025-08-20T22:59:50.1307970Z [00:02:12.392]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:50.1308377Z [00:02:12.392]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:50.1308802Z [00:02:12.392]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:50.1309242Z [00:02:12.392]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.1309658Z [00:02:12.392]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:50.1310283Z [00:02:12.392]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:50.1310727Z [00:02:12.392]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:50.1311189Z [00:02:12.392]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:50.1316331Z [00:02:12.392]➜  EOF
2025-08-20T22:59:50.1324236Z [00:02:12.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_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/b216=>" -p github.com/jedib0t/go-pretty/v6/text -lang=go1.18 -complete -installsuffix shared -buildid _wZOwoInzItuGySEcOjV/_wZOwoInzItuGySEcOjV -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/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-20T22:59:50.1427182Z [00:02:12.404]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T22:59:50.1437947Z [00:02:12.405]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/c3/c310aeb2ed04e4ccc3e290a075e38b71011355dc7d1954764ba3e303404ed695-d # internal
2025-08-20T22:59:50.1456776Z [00:02:12.407]➜  golang.org/x/text/internal/tag
2025-08-20T22:59:50.1462461Z [00:02:12.407]➜  mkdir -p $WORK/b237/
2025-08-20T22:59:50.1463054Z [00:02:12.407]➜  cat >/tmp/go-build2180205415/b237/importcfg << 'EOF' # internal
2025-08-20T22:59:50.1463410Z [00:02:12.407]➜  # import config
2025-08-20T22:59:50.1463747Z [00:02:12.407]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:50.1464067Z [00:02:12.407]➜  EOF
2025-08-20T22:59:50.1468629Z [00:02:12.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_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/b237=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid zD7xs2qOAGgx0e4dKC0j/zD7xs2qOAGgx0e4dKC0j -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/tag/tag.go
2025-08-20T22:59:50.1498345Z [00:02:12.411]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T22:59:50.1542003Z [00:02:12.415]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/23/239734dff9a69d08261cfdc85dde247448144e59ea6ca3057fc7adad75f4570d-d # internal
2025-08-20T22:59:50.1547778Z [00:02:12.416]➜  crypto/tls
2025-08-20T22:59:50.1548077Z [00:02:12.416]➜  mkdir -p $WORK/b137/
2025-08-20T22:59:50.1586947Z [00:02:12.417]➜  cat >/tmp/go-build2180205415/b137/importcfg << 'EOF' # internal
2025-08-20T22:59:50.1587354Z [00:02:12.417]➜  # import config
2025-08-20T22:59:50.1587847Z [00:02:12.417]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:59:50.1588484Z [00:02:12.417]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:59:50.1589347Z [00:02:12.417]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:50.1589879Z [00:02:12.417]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T22:59:50.1590336Z [00:02:12.417]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:50.1590773Z [00:02:12.417]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:50.1591210Z [00:02:12.417]➜  packagefile crypto/aes=/tmp/go-build2180205415/b138/_pkg_.a
2025-08-20T22:59:50.1591682Z [00:02:12.417]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T22:59:50.1592143Z [00:02:12.417]➜  packagefile crypto/des=/tmp/go-build2180205415/b139/_pkg_.a
2025-08-20T22:59:50.1592593Z [00:02:12.417]➜  packagefile crypto/ecdh=/tmp/go-build2180205415/b140/_pkg_.a
2025-08-20T22:59:50.1593053Z [00:02:12.417]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T22:59:50.1593529Z [00:02:12.417]➜  packagefile crypto/ed25519=/tmp/go-build2180205415/b157/_pkg_.a
2025-08-20T22:59:50.1594006Z [00:02:12.417]➜  packagefile crypto/elliptic=/tmp/go-build2180205415/b146/_pkg_.a
2025-08-20T22:59:50.1594477Z [00:02:12.417]➜  packagefile crypto/hkdf=/tmp/go-build2180205415/b160/_pkg_.a
2025-08-20T22:59:50.1595206Z [00:02:12.417]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T22:59:50.1595709Z [00:02:12.417]➜  packagefile crypto/internal/boring=/tmp/go-build2180205415/b110/_pkg_.a
2025-08-20T22:59:50.1598725Z [00:02:12.417]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2180205415/b113/_pkg_.a
2025-08-20T22:59:50.1599320Z [00:02:12.417]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2180205415/b126/_pkg_.a
2025-08-20T22:59:50.1599912Z [00:02:12.417]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2180205415/b163/_pkg_.a
2025-08-20T22:59:50.1600491Z [00:02:12.417]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build2180205415/b164/_pkg_.a
2025-08-20T22:59:50.1601082Z [00:02:12.417]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build2180205415/b165/_pkg_.a
2025-08-20T22:59:50.1601627Z [00:02:12.417]➜  packagefile crypto/internal/hpke=/tmp/go-build2180205415/b166/_pkg_.a
2025-08-20T22:59:50.1602115Z [00:02:12.417]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T22:59:50.1602583Z [00:02:12.417]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:50.1603036Z [00:02:12.417]➜  packagefile crypto/rc4=/tmp/go-build2180205415/b172/_pkg_.a
2025-08-20T22:59:50.1603485Z [00:02:12.417]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T22:59:50.1604056Z [00:02:12.417]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T22:59:50.1604580Z [00:02:12.417]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T22:59:50.1605045Z [00:02:12.417]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T22:59:50.1605519Z [00:02:12.417]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T22:59:50.1606194Z [00:02:12.417]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build2180205415/b177/_pkg_.a
2025-08-20T22:59:50.1606725Z [00:02:12.417]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:50.1607198Z [00:02:12.417]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T22:59:50.1607635Z [00:02:12.417]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:50.1608048Z [00:02:12.417]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.1608610Z [00:02:12.417]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2180205415/b167/_pkg_.a
2025-08-20T22:59:50.1609269Z [00:02:12.417]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2180205415/b154/_pkg_.a
2025-08-20T22:59:50.1609785Z [00:02:12.417]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:50.1610513Z [00:02:12.417]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:50.1611092Z [00:02:12.417]➜  packagefile internal/cpu=/tmp/go-build2180205415/b012/_pkg_.a
2025-08-20T22:59:50.1611572Z [00:02:12.417]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T22:59:50.1612021Z [00:02:12.417]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:50.1612424Z [00:02:12.417]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:50.1612823Z [00:02:12.417]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:50.1613236Z [00:02:12.417]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:50.1613657Z [00:02:12.417]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:50.1614069Z [00:02:12.417]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:50.1614486Z [00:02:12.417]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:50.1614917Z [00:02:12.417]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.1615331Z [00:02:12.417]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:50.1615916Z [00:02:12.417]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:50.1616430Z [00:02:12.417]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:50.1617092Z [00:02:12.417]➜  packagefile weak=/tmp/go-build2180205415/b090/_pkg_.a
2025-08-20T22:59:50.1617398Z [00:02:12.417]➜  EOF
2025-08-20T22:59:50.1621635Z [00:02:12.417]➜  /root/.go/pkg/tool/linux_arm64/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 ksKf9JIb614030dZFKRI/ksKf9JIb614030dZFKRI -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-20T22:59:50.1650861Z [00:02:12.426]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T22:59:50.1654166Z [00:02:12.426]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/4d/4dd5cb276e6e5bfcd1443ef099a3b0261c8b92d0f32f6ed6730d5c9f0fc7b4b0-d # internal
2025-08-20T22:59:50.1667281Z [00:02:12.428]➜  golang.org/x/text/internal/language
2025-08-20T22:59:50.1677250Z [00:02:12.428]➜  mkdir -p $WORK/b236/
2025-08-20T22:59:50.1682924Z [00:02:12.429]➜  cat >/tmp/go-build2180205415/b236/importcfg << 'EOF' # internal
2025-08-20T22:59:50.1688944Z [00:02:12.430]➜  # import config
2025-08-20T22:59:50.1694646Z [00:02:12.431]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:50.1700775Z [00:02:12.431]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:50.1710663Z [00:02:12.432]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.1715111Z [00:02:12.432]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build2180205415/b237/_pkg_.a
2025-08-20T22:59:50.1716296Z [00:02:12.432]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:50.1717081Z [00:02:12.432]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:50.1718186Z [00:02:12.432]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.1718551Z [00:02:12.432]➜  EOF
2025-08-20T22:59:50.1723141Z [00:02:12.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_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/b236=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid BPAGpFAJDgZAa_ISyfpB/BPAGpFAJDgZAa_ISyfpB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/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-20T22:59:50.1851314Z [00:02:12.446]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T22:59:50.1929625Z [00:02:12.454]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/05/05f7c0655c0dcc5dc3f6fd9fc70a7e17056dd9bf55bf778077809c7e4c2e9a1b-d # internal
2025-08-20T22:59:50.1942938Z [00:02:12.455]➜  golang.org/x/text/unicode/norm
2025-08-20T22:59:50.1957198Z [00:02:12.456]➜  mkdir -p $WORK/b239/
2025-08-20T22:59:50.1957618Z [00:02:12.456]➜  cat >/tmp/go-build2180205415/b239/importcfg << 'EOF' # internal
2025-08-20T22:59:50.1957973Z [00:02:12.456]➜  # import config
2025-08-20T22:59:50.1958340Z [00:02:12.456]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:50.1958792Z [00:02:12.456]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.1959313Z [00:02:12.456]➜  packagefile golang.org/x/text/transform=/tmp/go-build2180205415/b220/_pkg_.a
2025-08-20T22:59:50.1959795Z [00:02:12.456]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:50.1960203Z [00:02:12.456]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:50.1960642Z [00:02:12.456]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:50.1960988Z [00:02:12.456]➜  EOF
2025-08-20T22:59:50.1964773Z [00:02:12.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_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/b239=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid oCtriRg2zwkLswFjR3fZ/oCtriRg2zwkLswFjR3fZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/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-20T22:59:50.3372706Z [00:02:12.598]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T22:59:50.3400333Z [00:02:12.601]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/1b/1bbdf0a4a7048fdd013307c4f46b5318240ecd3cc35d03af0d7dc4e731cc06d5-d # internal
2025-08-20T22:59:50.3440653Z [00:02:12.605]➜  github.com/jedib0t/go-pretty/v6/table
2025-08-20T22:59:50.3445579Z [00:02:12.606]➜  mkdir -p $WORK/b215/
2025-08-20T22:59:50.3455655Z [00:02:12.607]➜  cat >/tmp/go-build2180205415/b215/importcfg << 'EOF' # internal
2025-08-20T22:59:50.3456763Z [00:02:12.607]➜  # import config
2025-08-20T22:59:50.3458181Z [00:02:12.607]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.3458840Z [00:02:12.607]➜  packagefile github.com/jedib0t/go-pretty/v6/text=/tmp/go-build2180205415/b216/_pkg_.a
2025-08-20T22:59:50.3459367Z [00:02:12.607]➜  packagefile html=/tmp/go-build2180205415/b221/_pkg_.a
2025-08-20T22:59:50.3459794Z [00:02:12.607]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:50.3460207Z [00:02:12.607]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:50.3460627Z [00:02:12.607]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:50.3461045Z [00:02:12.607]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:50.3461470Z [00:02:12.607]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.3461887Z [00:02:12.607]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:50.3462303Z [00:02:12.607]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:50.3462758Z [00:02:12.607]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:50.3463094Z [00:02:12.607]➜  EOF
2025-08-20T22:59:50.3471062Z [00:02:12.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_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/b215=>" -p github.com/jedib0t/go-pretty/v6/table -lang=go1.18 -complete -installsuffix shared -buildid 66U_seAcclgv2vYxqebm/66U_seAcclgv2vYxqebm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/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-20T22:59:50.3510504Z [00:02:12.612]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T22:59:50.3531980Z [00:02:12.614]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/69/690fe8485d4b8d14dcf0c4b4243114eeaeb4c0c24478c4351aa556243b476cce-d # internal
2025-08-20T22:59:50.3546701Z [00:02:12.616]➜  golang.org/x/text/internal/language/compact
2025-08-20T22:59:50.3551680Z [00:02:12.616]➜  mkdir -p $WORK/b238/
2025-08-20T22:59:50.3593730Z [00:02:12.620]➜  cat >/tmp/go-build2180205415/b238/importcfg << 'EOF' # internal
2025-08-20T22:59:50.3595063Z [00:02:12.620]➜  # import config
2025-08-20T22:59:50.3595886Z [00:02:12.620]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build2180205415/b236/_pkg_.a
2025-08-20T22:59:50.3598135Z [00:02:12.621]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:50.3600822Z [00:02:12.621]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.3601164Z [00:02:12.621]➜  EOF
2025-08-20T22:59:50.3604643Z [00:02:12.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_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/b238=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid kA-looq2yctyt6rru0Rf/kA-looq2yctyt6rru0Rf -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/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-20T22:59:50.4019765Z [00:02:12.663]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T22:59:50.4031374Z [00:02:12.664]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/cf/cf041dca5507f58438285f4745c4e83bc9a390bbf2cc1e8cd6658b64a1222c34-d # internal
2025-08-20T22:59:50.4046353Z [00:02:12.666]➜  golang.org/x/text/language
2025-08-20T22:59:50.4049730Z [00:02:12.666]➜  mkdir -p $WORK/b235/
2025-08-20T22:59:50.4061776Z [00:02:12.667]➜  cat >/tmp/go-build2180205415/b235/importcfg << 'EOF' # internal
2025-08-20T22:59:50.4062512Z [00:02:12.667]➜  # import config
2025-08-20T22:59:50.4065263Z [00:02:12.667]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:50.4066798Z [00:02:12.667]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.4070098Z [00:02:12.667]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build2180205415/b236/_pkg_.a
2025-08-20T22:59:50.4071024Z [00:02:12.667]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build2180205415/b238/_pkg_.a
2025-08-20T22:59:50.4081898Z [00:02:12.667]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:50.4084316Z [00:02:12.667]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:50.4084784Z [00:02:12.667]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.4085103Z [00:02:12.667]➜  EOF
2025-08-20T22:59:50.4097249Z [00:02:12.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/language=>golang.org/x/text@v0.27.0/language;$WORK/b235=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid Zt1niADn-dqbl8S1zz9M/Zt1niADn-dqbl8S1zz9M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/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-20T22:59:50.4100052Z [00:02:12.667]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T22:59:50.4100733Z [00:02:12.670]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/50/50d9a68e4cbc00056d6f609e1b231ce78ef76cf6a2f10da548cdcef0479caa96-d # internal
2025-08-20T22:59:50.4101306Z [00:02:12.670]➜  go/build/constraint
2025-08-20T22:59:50.4101567Z [00:02:12.670]➜  mkdir -p $WORK/b241/
2025-08-20T22:59:50.4101935Z [00:02:12.670]➜  cat >/tmp/go-build2180205415/b241/importcfg << 'EOF' # internal
2025-08-20T22:59:50.4102289Z [00:02:12.670]➜  # import config
2025-08-20T22:59:50.4102625Z [00:02:12.670]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:50.4103047Z [00:02:12.670]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:50.4103472Z [00:02:12.670]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.4103898Z [00:02:12.670]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:50.4104345Z [00:02:12.670]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:50.4104675Z [00:02:12.670]➜  EOF
2025-08-20T22:59:50.4115914Z [00:02:12.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/.go/src/go/build/constraint=>go/build/constraint;$WORK/b241=>" -p go/build/constraint -lang=go1.25 -std -complete -installsuffix shared -buildid tmqD13dSBJ00VihfnaEv/tmqD13dSBJ00VihfnaEv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/.go/src/go/build/constraint/expr.go /root/.go/src/go/build/constraint/vers.go
2025-08-20T22:59:50.4549917Z [00:02:12.716]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T22:59:50.4557802Z [00:02:12.717]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/20/20a056f0fac8562265d58a00272f5ea001ba2ff97aa538f8d825bf6cdcc2aae5-d # internal
2025-08-20T22:59:50.4570873Z [00:02:12.717]➜  go/parser
2025-08-20T22:59:50.4571144Z [00:02:12.717]➜  mkdir -p $WORK/b242/
2025-08-20T22:59:50.4571525Z [00:02:12.717]➜  cat >/tmp/go-build2180205415/b242/importcfg << 'EOF' # internal
2025-08-20T22:59:50.4571876Z [00:02:12.717]➜  # import config
2025-08-20T22:59:50.4572248Z [00:02:12.717]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:50.4572672Z [00:02:12.717]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:50.4573084Z [00:02:12.717]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.4573496Z [00:02:12.717]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T22:59:50.4574345Z [00:02:12.717]➜  packagefile go/build/constraint=/tmp/go-build2180205415/b241/_pkg_.a
2025-08-20T22:59:50.4574835Z [00:02:12.717]➜  packagefile go/scanner=/tmp/go-build2180205415/b075/_pkg_.a
2025-08-20T22:59:50.4575278Z [00:02:12.717]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T22:59:50.4575694Z [00:02:12.717]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:50.4576280Z [00:02:12.717]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:50.4576687Z [00:02:12.717]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:50.4577132Z [00:02:12.717]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:50.4577585Z [00:02:12.717]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.4577902Z [00:02:12.717]➜  EOF
2025-08-20T22:59:50.4579543Z [00:02:12.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/.go/src/go/parser=>go/parser;$WORK/b242=>" -p go/parser -lang=go1.25 -std -complete -installsuffix shared -buildid AHWHDhAEtBRzHkt-Hj_6/AHWHDhAEtBRzHkt-Hj_6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/.go/src/go/parser/interface.go /root/.go/src/go/parser/parser.go /root/.go/src/go/parser/resolver.go
2025-08-20T22:59:50.5429357Z [00:02:12.804]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T22:59:50.5455126Z [00:02:12.807]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/3e/3e07d67ebf76c3ac233d28b7397fc7c5ad6123a43a475ac42dfcdaff37f6f346-d # internal
2025-08-20T22:59:50.5464585Z [00:02:12.808]➜  golang.org/x/text/internal
2025-08-20T22:59:50.5472433Z [00:02:12.808]➜  mkdir -p $WORK/b234/
2025-08-20T22:59:50.5482128Z [00:02:12.809]➜  cat >/tmp/go-build2180205415/b234/importcfg << 'EOF' # internal
2025-08-20T22:59:50.5484765Z [00:02:12.809]➜  # import config
2025-08-20T22:59:50.5485212Z [00:02:12.809]➜  packagefile golang.org/x/text/language=/tmp/go-build2180205415/b235/_pkg_.a
2025-08-20T22:59:50.5485733Z [00:02:12.809]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:50.5486285Z [00:02:12.809]➜  EOF
2025-08-20T22:59:50.5498046Z [00:02:12.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal=>golang.org/x/text@v0.27.0/internal;$WORK/b234=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid q9t-Csy8GDGBSJatfA5n/q9t-Csy8GDGBSJatfA5n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/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-20T22:59:50.5857499Z [00:02:12.847]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T22:59:50.5868748Z [00:02:12.848]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/3e/3e2279728ae60c239b570a17ba9c126b5d1434790b14748579750c0a472438cd-d # internal
2025-08-20T22:59:50.5903324Z [00:02:12.851]➜  golang.org/x/text/cases
2025-08-20T22:59:50.5910710Z [00:02:12.852]➜  mkdir -p $WORK/b233/
2025-08-20T22:59:50.5923488Z [00:02:12.853]➜  cat >/tmp/go-build2180205415/b233/importcfg << 'EOF' # internal
2025-08-20T22:59:50.5924186Z [00:02:12.853]➜  # import config
2025-08-20T22:59:50.5924867Z [00:02:12.853]➜  packagefile golang.org/x/text/internal=/tmp/go-build2180205415/b234/_pkg_.a
2025-08-20T22:59:50.5926680Z [00:02:12.853]➜  packagefile golang.org/x/text/language=/tmp/go-build2180205415/b235/_pkg_.a
2025-08-20T22:59:50.5927272Z [00:02:12.853]➜  packagefile golang.org/x/text/transform=/tmp/go-build2180205415/b220/_pkg_.a
2025-08-20T22:59:50.5927879Z [00:02:12.853]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build2180205415/b239/_pkg_.a
2025-08-20T22:59:50.5928388Z [00:02:12.853]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.5928820Z [00:02:12.853]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:50.5929610Z [00:02:12.853]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:50.5929942Z [00:02:12.853]➜  EOF
2025-08-20T22:59:50.5932876Z [00:02:12.853]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/cases=>golang.org/x/text@v0.27.0/cases;$WORK/b233=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid 3WQ2JieiDrPE8pyajVDN/3WQ2JieiDrPE8pyajVDN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/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-20T22:59:50.6262236Z [00:02:12.887]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T22:59:50.6297813Z [00:02:12.891]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/c5/c5f83c70a2a20c497f8b970752f280bd8fd82e8081a998a8d1c425aed69be5cc-d # internal
2025-08-20T22:59:50.6304853Z [00:02:12.892]➜  internal/buildcfg
2025-08-20T22:59:50.6311689Z [00:02:12.892]➜  mkdir -p $WORK/b243/
2025-08-20T22:59:50.6321417Z [00:02:12.893]➜  cat >/tmp/go-build2180205415/b243/importcfg << 'EOF' # internal
2025-08-20T22:59:50.6327770Z [00:02:12.893]➜  # import config
2025-08-20T22:59:50.6329798Z [00:02:12.893]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.6346763Z [00:02:12.893]➜  packagefile internal/goexperiment=/tmp/go-build2180205415/b017/_pkg_.a
2025-08-20T22:59:50.6347817Z [00:02:12.893]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:50.6348509Z [00:02:12.893]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:50.6349295Z [00:02:12.893]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:50.6350341Z [00:02:12.893]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:50.6350774Z [00:02:12.893]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:50.6351199Z [00:02:12.893]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.6351513Z [00:02:12.893]➜  EOF
2025-08-20T22:59:50.6353636Z [00:02:12.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/.go/src/internal/buildcfg=>internal/buildcfg;$WORK/b243=>" -p internal/buildcfg -lang=go1.25 -std -complete -installsuffix shared -buildid K5_QvLCXDFJtd2aeonfj/K5_QvLCXDFJtd2aeonfj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/.go/src/internal/buildcfg/cfg.go /root/.go/src/internal/buildcfg/exp.go /root/.go/src/internal/buildcfg/zbootstrap.go
2025-08-20T22:59:50.6902558Z [00:02:12.951]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T22:59:50.6938099Z [00:02:12.955]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/5e/5e3d1e27c0d93732b9bbb5be77d1cb41e35a19da78dd38038cab92e52c3c8c6e-d # internal
2025-08-20T22:59:50.7009491Z [00:02:12.962]➜  internal/goroot
2025-08-20T22:59:50.7011852Z [00:02:12.962]➜  mkdir -p $WORK/b244/
2025-08-20T22:59:50.7012265Z [00:02:12.962]➜  cat >/tmp/go-build2180205415/b244/importcfg << 'EOF' # internal
2025-08-20T22:59:50.7013604Z [00:02:12.962]➜  # import config
2025-08-20T22:59:50.7014194Z [00:02:12.962]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:50.7014886Z [00:02:12.963]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T22:59:50.7015596Z [00:02:12.963]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:50.7016726Z [00:02:12.963]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.7017304Z [00:02:12.963]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:50.7022288Z [00:02:12.963]➜  EOF
2025-08-20T22:59:50.7024196Z [00:02:12.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/.go/src/internal/goroot=>internal/goroot;$WORK/b244=>" -p internal/goroot -lang=go1.25 -std -complete -installsuffix shared -buildid sdKM_SSkBhjJZNvj3pRB/sdKM_SSkBhjJZNvj3pRB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/.go/src/internal/goroot/gc.go
2025-08-20T22:59:50.7107470Z [00:02:12.972]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T22:59:50.7121449Z [00:02:12.973]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/44/44e1e3d12cef4f42dea62c5baa6be64dc31d6e83440a4c7419fc6eea076647fb-d # internal
2025-08-20T22:59:50.7129133Z [00:02:12.974]➜  golang.org/x/sys/execabs
2025-08-20T22:59:50.7137036Z [00:02:12.975]➜  mkdir -p $WORK/b248/
2025-08-20T22:59:50.7146921Z [00:02:12.976]➜  cat >/tmp/go-build2180205415/b248/importcfg << 'EOF' # internal
2025-08-20T22:59:50.7147799Z [00:02:12.976]➜  # import config
2025-08-20T22:59:50.7148569Z [00:02:12.976]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:50.7149670Z [00:02:12.976]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:50.7150103Z [00:02:12.976]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.7150518Z [00:02:12.976]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T22:59:50.7150968Z [00:02:12.976]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:50.7151412Z [00:02:12.976]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:50.7151727Z [00:02:12.976]➜  EOF
2025-08-20T22:59:50.7164241Z [00:02:12.977]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/execabs=>golang.org/x/sys@v0.34.0/execabs;$WORK/b248=>" -p golang.org/x/sys/execabs -lang=go1.23 -complete -installsuffix shared -buildid I1WFb3ZMJbhdRZIVDGOs/I1WFb3ZMJbhdRZIVDGOs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/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-20T22:59:50.7656970Z [00:02:13.026]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T22:59:50.7665166Z [00:02:13.027]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/76/760ab8a65c21639b23d19bbedb0438515746cd4d5b260785c0d883c8bc395268-d # internal
2025-08-20T22:59:50.7665734Z [00:02:13.027]➜  go/build
2025-08-20T22:59:50.7666154Z [00:02:13.027]➜  mkdir -p $WORK/b240/
2025-08-20T22:59:50.7666543Z [00:02:13.027]➜  cat >/tmp/go-build2180205415/b240/importcfg << 'EOF' # internal
2025-08-20T22:59:50.7666890Z [00:02:13.027]➜  # import config
2025-08-20T22:59:50.7667545Z [00:02:13.027]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:50.7675208Z [00:02:13.027]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:50.7675658Z [00:02:13.027]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:50.7676280Z [00:02:13.027]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.7676698Z [00:02:13.027]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T22:59:50.7677170Z [00:02:13.027]➜  packagefile go/build/constraint=/tmp/go-build2180205415/b241/_pkg_.a
2025-08-20T22:59:50.7677635Z [00:02:13.027]➜  packagefile go/doc=/tmp/go-build2180205415/b073/_pkg_.a
2025-08-20T22:59:50.7678064Z [00:02:13.027]➜  packagefile go/parser=/tmp/go-build2180205415/b242/_pkg_.a
2025-08-20T22:59:50.7678508Z [00:02:13.027]➜  packagefile go/scanner=/tmp/go-build2180205415/b075/_pkg_.a
2025-08-20T22:59:50.7678951Z [00:02:13.027]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T22:59:50.7679429Z [00:02:13.027]➜  packagefile internal/buildcfg=/tmp/go-build2180205415/b243/_pkg_.a
2025-08-20T22:59:50.7679922Z [00:02:13.027]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T22:59:50.7680404Z [00:02:13.027]➜  packagefile internal/goroot=/tmp/go-build2180205415/b244/_pkg_.a
2025-08-20T22:59:50.7681302Z [00:02:13.027]➜  packagefile internal/goversion=/tmp/go-build2180205415/b245/_pkg_.a
2025-08-20T22:59:50.7681811Z [00:02:13.027]➜  packagefile internal/platform=/tmp/go-build2180205415/b246/_pkg_.a
2025-08-20T22:59:50.7682305Z [00:02:13.027]➜  packagefile internal/syslist=/tmp/go-build2180205415/b247/_pkg_.a
2025-08-20T22:59:50.7682745Z [00:02:13.027]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:50.7683150Z [00:02:13.027]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:50.7683553Z [00:02:13.027]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:50.7690126Z [00:02:13.027]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T22:59:50.7690671Z [00:02:13.027]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T22:59:50.7691123Z [00:02:13.027]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:50.7691586Z [00:02:13.027]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:50.7692007Z [00:02:13.027]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:50.7692426Z [00:02:13.027]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:50.7692852Z [00:02:13.027]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.7693273Z [00:02:13.027]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:50.7693718Z [00:02:13.027]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:50.7694053Z [00:02:13.027]➜  EOF
2025-08-20T22:59:50.7695731Z [00:02:13.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/.go/src/go/build=>go/build;$WORK/b240=>" -p go/build -lang=go1.25 -std -complete -installsuffix shared -buildid Fn1FdsUzwzLDiKlYjEeg/Fn1FdsUzwzLDiKlYjEeg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/.go/src/go/build/build.go /root/.go/src/go/build/doc.go /root/.go/src/go/build/gc.go /root/.go/src/go/build/read.go
2025-08-20T22:59:50.7700448Z [00:02:13.031]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T22:59:50.7711333Z [00:02:13.032]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/ae/aea935d565aa7ef390ede5842727c1036b886bf42b3df0b052950c213c5d7504-d # internal
2025-08-20T22:59:50.7724535Z [00:02:13.033]➜  runtime/debug
2025-08-20T22:59:50.7724874Z [00:02:13.033]➜  mkdir -p $WORK/b249/
2025-08-20T22:59:50.7725247Z [00:02:13.033]➜  echo -n > $WORK/b249/go_asm.h # internal
2025-08-20T22:59:50.7725568Z [00:02:13.033]➜  cd /root/.go/src/runtime/debug
2025-08-20T22:59:50.7726897Z [00:02:13.033]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b249=>" -I $WORK/b249/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b249/symabis ./debug.s
2025-08-20T22:59:50.7760747Z [00:02:13.037]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T22:59:50.7777611Z [00:02:13.038]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/1c/1cf0a7a52d30af4086b8ba9919f2500c216e72ac60116ca933ae1a6793056f6e-d # internal
2025-08-20T22:59:50.7778319Z [00:02:13.038]➜  flag
2025-08-20T22:59:50.7778555Z [00:02:13.038]➜  mkdir -p $WORK/b251/
2025-08-20T22:59:50.7778932Z [00:02:13.038]➜  cat >/tmp/go-build2180205415/b251/importcfg << 'EOF' # internal
2025-08-20T22:59:50.7779276Z [00:02:13.039]➜  # import config
2025-08-20T22:59:50.7779623Z [00:02:13.039]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T22:59:50.7781568Z [00:02:13.039]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:50.7783617Z [00:02:13.039]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.7784590Z [00:02:13.039]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:50.7784998Z [00:02:13.039]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:50.7785423Z [00:02:13.039]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:50.7786326Z [00:02:13.039]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:50.7786762Z [00:02:13.039]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:50.7787189Z [00:02:13.039]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:50.7787616Z [00:02:13.039]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.7788034Z [00:02:13.039]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:50.7788338Z [00:02:13.039]➜  EOF
2025-08-20T22:59:50.7788584Z [00:02:13.039]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:50.7789939Z [00:02:13.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b251=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid TAyvud_rBhb0cdgz5-RI/TAyvud_rBhb0cdgz5-RI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T22:59:50.7791183Z [00:02:13.039]➜  cat >/tmp/go-build2180205415/b249/importcfg << 'EOF' # internal
2025-08-20T22:59:50.7791526Z [00:02:13.039]➜  # import config
2025-08-20T22:59:50.7791849Z [00:02:13.039]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.7792283Z [00:02:13.039]➜  packagefile internal/poll=/tmp/go-build2180205415/b062/_pkg_.a
2025-08-20T22:59:50.7792715Z [00:02:13.039]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:50.7793128Z [00:02:13.039]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:50.7793552Z [00:02:13.039]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:50.7793982Z [00:02:13.039]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:50.7794415Z [00:02:13.039]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.7794835Z [00:02:13.039]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:50.7795148Z [00:02:13.039]➜  EOF
2025-08-20T22:59:50.7797254Z [00:02:13.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b249=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid mxuhknRyDyMkG_Bz4Oci/mxuhknRyDyMkG_Bz4Oci -goversion go1.25.0 -symabis $WORK/b249/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack -asmhdr $WORK/b249/go_asm.h /root/.go/src/runtime/debug/garbage.go /root/.go/src/runtime/debug/mod.go /root/.go/src/runtime/debug/stack.go /root/.go/src/runtime/debug/stubs.go
2025-08-20T22:59:50.8643853Z [00:02:13.125]➜  cd /root/.go/src/runtime/debug
2025-08-20T22:59:50.8648695Z [00:02:13.126]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b249=>" -I $WORK/b249/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b249/debug.o ./debug.s
2025-08-20T22:59:50.8742338Z [00:02:13.135]➜  go tool pack r $WORK/b249/_pkg_.a $WORK/b249/debug.o # internal
2025-08-20T22:59:50.8748258Z [00:02:13.136]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T22:59:50.8754826Z [00:02:13.136]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d # internal
2025-08-20T22:59:50.8756192Z [00:02:13.137]➜  go.uber.org/multierr
2025-08-20T22:59:50.8759537Z [00:02:13.137]➜  mkdir -p $WORK/b252/
2025-08-20T22:59:50.8760358Z [00:02:13.137]➜  cat >/tmp/go-build2180205415/b252/importcfg << 'EOF' # internal
2025-08-20T22:59:50.8762644Z [00:02:13.137]➜  # import config
2025-08-20T22:59:50.8763843Z [00:02:13.137]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:50.8764291Z [00:02:13.137]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:50.8764709Z [00:02:13.137]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.8765109Z [00:02:13.137]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:50.8765978Z [00:02:13.137]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.8766456Z [00:02:13.137]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:50.8766891Z [00:02:13.137]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:50.8767222Z [00:02:13.137]➜  EOF
2025-08-20T22:59:50.8781106Z [00:02:13.139]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:50.8783600Z [00:02:13.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/multierr@v1.11.0=>go.uber.org/multierr@v1.11.0;$WORK/b252=>" -p go.uber.org/multierr -lang=go1.19 -complete -installsuffix shared -buildid CjvxZhZwUPABOVHbB3J-/CjvxZhZwUPABOVHbB3J- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/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-20T22:59:50.9060704Z [00:02:13.167]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T22:59:50.9154621Z [00:02:13.177]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T22:59:50.9157726Z [00:02:13.177]➜  go.uber.org/zap/internal/pool
2025-08-20T22:59:50.9168819Z [00:02:13.178]➜  mkdir -p $WORK/b256/
2025-08-20T22:59:50.9173558Z [00:02:13.178]➜  cat >/tmp/go-build2180205415/b256/importcfg << 'EOF' # internal
2025-08-20T22:59:50.9176114Z [00:02:13.178]➜  # import config
2025-08-20T22:59:50.9176830Z [00:02:13.178]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:50.9179604Z [00:02:13.178]➜  EOF
2025-08-20T22:59:50.9181654Z [00:02:13.178]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b256/_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/b256=>" -p go.uber.org/zap/internal/pool -lang=go1.19 -complete -installsuffix shared -buildid WP-1l-eXuncCm3F8WQq9/WP-1l-eXuncCm3F8WQq9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/pool/pool.go
2025-08-20T22:59:50.9327287Z [00:02:13.192]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T22:59:50.9329246Z [00:02:13.194]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/46/46d9986903c21a58d1657728753bca3372c916d9724e9b7b1bee9967a2ef18ad-d # internal
2025-08-20T22:59:50.9331445Z [00:02:13.194]➜  go.uber.org/zap/internal/color
2025-08-20T22:59:50.9331830Z [00:02:13.194]➜  mkdir -p $WORK/b258/
2025-08-20T22:59:50.9332212Z [00:02:13.194]➜  cat >/tmp/go-build2180205415/b258/importcfg << 'EOF' # internal
2025-08-20T22:59:50.9332860Z [00:02:13.194]➜  # import config
2025-08-20T22:59:50.9333245Z [00:02:13.194]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.9333556Z [00:02:13.194]➜  EOF
2025-08-20T22:59:50.9335326Z [00:02:13.194]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b258/_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/b258=>" -p go.uber.org/zap/internal/color -lang=go1.19 -complete -installsuffix shared -buildid pgBLyg47Sb-E0VSzqbXC/pgBLyg47Sb-E0VSzqbXC -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/color/color.go
2025-08-20T22:59:50.9354678Z [00:02:13.196]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T22:59:50.9362626Z [00:02:13.197]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/8d/8d7d33cc8d5faaa820a2c30809b31ef63d30023692839527f4f22b758bc840ed-d # internal
2025-08-20T22:59:50.9363932Z [00:02:13.197]➜  go.uber.org/zap/buffer
2025-08-20T22:59:50.9364638Z [00:02:13.197]➜  mkdir -p $WORK/b255/
2025-08-20T22:59:50.9375638Z [00:02:13.199]➜  cat >/tmp/go-build2180205415/b255/importcfg << 'EOF' # internal
2025-08-20T22:59:50.9379735Z [00:02:13.199]➜  # import config
2025-08-20T22:59:50.9380182Z [00:02:13.199]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build2180205415/b256/_pkg_.a
2025-08-20T22:59:50.9380983Z [00:02:13.199]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:50.9381405Z [00:02:13.199]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:50.9381714Z [00:02:13.199]➜  EOF
2025-08-20T22:59:50.9383541Z [00:02:13.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/buffer=>go.uber.org/zap@v1.27.0/buffer;$WORK/b255=>" -p go.uber.org/zap/buffer -lang=go1.19 -complete -installsuffix shared -buildid YpNJlQ6Eg7dd51iqfUon/YpNJlQ6Eg7dd51iqfUon -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/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-20T22:59:50.9561049Z [00:02:13.217]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T22:59:50.9564491Z [00:02:13.217]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/64/64adde809865bc56f3936befb7d8b47fa0770e6f6709e418c22cfee34fcb6abf-d # internal
2025-08-20T22:59:50.9565713Z [00:02:13.218]➜  go.uber.org/zap/internal/exit
2025-08-20T22:59:50.9580917Z [00:02:13.218]➜  mkdir -p $WORK/b259/
2025-08-20T22:59:50.9581702Z [00:02:13.219]➜  cat >/tmp/go-build2180205415/b259/importcfg << 'EOF' # internal
2025-08-20T22:59:50.9582435Z [00:02:13.219]➜  # import config
2025-08-20T22:59:50.9583025Z [00:02:13.219]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:50.9583655Z [00:02:13.219]➜  EOF
2025-08-20T22:59:50.9586688Z [00:02:13.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b259/_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/b259=>" -p go.uber.org/zap/internal/exit -lang=go1.19 -complete -installsuffix shared -buildid DpiOu8sldqEKzRVBYGMm/DpiOu8sldqEKzRVBYGMm -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/exit/exit.go
2025-08-20T22:59:50.9685073Z [00:02:13.229]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T22:59:50.9692213Z [00:02:13.230]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/46/4683499672ce48bc81b6f8b3ea6a067cc526f790b0de0203e8c638751ff98ab0-d # internal
2025-08-20T22:59:50.9693461Z [00:02:13.230]➜  go.uber.org/zap/internal/bufferpool
2025-08-20T22:59:50.9694792Z [00:02:13.231]➜  mkdir -p $WORK/b257/
2025-08-20T22:59:50.9699041Z [00:02:13.231]➜  cat >/tmp/go-build2180205415/b257/importcfg << 'EOF' # internal
2025-08-20T22:59:50.9699861Z [00:02:13.231]➜  # import config
2025-08-20T22:59:50.9700764Z [00:02:13.231]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build2180205415/b255/_pkg_.a
2025-08-20T22:59:50.9702147Z [00:02:13.231]➜  EOF
2025-08-20T22:59:50.9704434Z [00:02:13.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b257/_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/b257=>" -p go.uber.org/zap/internal/bufferpool -lang=go1.19 -complete -installsuffix shared -buildid KyynEOSRAGNaMD0w1RFU/KyynEOSRAGNaMD0w1RFU -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/bufferpool/bufferpool.go
2025-08-20T22:59:50.9862668Z [00:02:13.247]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T22:59:50.9869304Z [00:02:13.248]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/58/58428706e7d026a873dccb50a976ceacc8059122a89a27b67fb119b4192696f8-d # internal
2025-08-20T22:59:50.9872212Z [00:02:13.248]➜  go.uber.org/zap/internal/stacktrace
2025-08-20T22:59:50.9873592Z [00:02:13.248]➜  mkdir -p $WORK/b260/
2025-08-20T22:59:50.9877335Z [00:02:13.249]➜  cat >/tmp/go-build2180205415/b260/importcfg << 'EOF' # internal
2025-08-20T22:59:50.9877707Z [00:02:13.249]➜  # import config
2025-08-20T22:59:50.9878104Z [00:02:13.249]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build2180205415/b255/_pkg_.a
2025-08-20T22:59:50.9879021Z [00:02:13.249]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build2180205415/b257/_pkg_.a
2025-08-20T22:59:50.9879617Z [00:02:13.249]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build2180205415/b256/_pkg_.a
2025-08-20T22:59:50.9880114Z [00:02:13.249]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:50.9880432Z [00:02:13.249]➜  EOF
2025-08-20T22:59:50.9883234Z [00:02:13.249]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b260/_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/b260=>" -p go.uber.org/zap/internal/stacktrace -lang=go1.19 -complete -installsuffix shared -buildid _a4WiGjI3o4IaY4d9Lxr/_a4WiGjI3o4IaY4d9Lxr -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/stacktrace/stack.go
2025-08-20T22:59:50.9890875Z [00:02:13.250]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T22:59:50.9895373Z [00:02:13.251]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/10/105f1c2ac36e14bc99e5bd97b0085f5a1702180ede9f48ded861fd2de26f3f62-d # internal
2025-08-20T22:59:50.9905640Z [00:02:13.252]➜  go.uber.org/zap/zapcore
2025-08-20T22:59:50.9906753Z [00:02:13.252]➜  mkdir -p $WORK/b254/
2025-08-20T22:59:50.9912288Z [00:02:13.252]➜  cat >/tmp/go-build2180205415/b254/importcfg << 'EOF' # internal
2025-08-20T22:59:50.9913183Z [00:02:13.252]➜  # import config
2025-08-20T22:59:50.9916482Z [00:02:13.252]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:50.9917238Z [00:02:13.252]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:50.9917885Z [00:02:13.252]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:50.9919328Z [00:02:13.252]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:50.9920020Z [00:02:13.252]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:50.9921138Z [00:02:13.252]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:50.9921968Z [00:02:13.252]➜  packagefile go.uber.org/multierr=/tmp/go-build2180205415/b252/_pkg_.a
2025-08-20T22:59:50.9922975Z [00:02:13.252]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build2180205415/b255/_pkg_.a
2025-08-20T22:59:50.9923624Z [00:02:13.252]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build2180205415/b257/_pkg_.a
2025-08-20T22:59:50.9924228Z [00:02:13.252]➜  packagefile go.uber.org/zap/internal/color=/tmp/go-build2180205415/b258/_pkg_.a
2025-08-20T22:59:50.9924801Z [00:02:13.252]➜  packagefile go.uber.org/zap/internal/exit=/tmp/go-build2180205415/b259/_pkg_.a
2025-08-20T22:59:50.9925729Z [00:02:13.252]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build2180205415/b256/_pkg_.a
2025-08-20T22:59:50.9926420Z [00:02:13.252]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:50.9926834Z [00:02:13.252]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:50.9927270Z [00:02:13.252]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:50.9927697Z [00:02:13.252]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:50.9928124Z [00:02:13.252]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:50.9928542Z [00:02:13.252]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:50.9928979Z [00:02:13.252]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:50.9929407Z [00:02:13.252]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:50.9929860Z [00:02:13.252]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:50.9930200Z [00:02:13.252]➜  EOF
2025-08-20T22:59:50.9936230Z [00:02:13.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore=>go.uber.org/zap@v1.27.0/zapcore;$WORK/b254=>" -p go.uber.org/zap/zapcore -lang=go1.19 -complete -installsuffix shared -buildid etq66OsYPNqbLvjpUVRL/etq66OsYPNqbLvjpUVRL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/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-20T22:59:51.0425171Z [00:02:13.304]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T22:59:51.0438070Z [00:02:13.305]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/8f/8f017bac6c2f5b20567d8f2a7003158183a3f802e918367fa92fe73ce835b0c6-d # internal
2025-08-20T22:59:51.0453113Z [00:02:13.306]➜  github.com/go-logr/logr/slogr
2025-08-20T22:59:51.0453446Z [00:02:13.306]➜  mkdir -p $WORK/b262/
2025-08-20T22:59:51.0454971Z [00:02:13.307]➜  cat >/tmp/go-build2180205415/b262/importcfg << 'EOF' # internal
2025-08-20T22:59:51.0455338Z [00:02:13.307]➜  # import config
2025-08-20T22:59:51.0457216Z [00:02:13.307]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T22:59:51.0457786Z [00:02:13.307]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:51.0458112Z [00:02:13.307]➜  EOF
2025-08-20T22:59:51.0460178Z [00:02:13.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b262/_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/b262=>" -p github.com/go-logr/logr/slogr -lang=go1.18 -complete -installsuffix shared -buildid lWwccGPqyD8c-uIz6LIT/lWwccGPqyD8c-uIz6LIT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/slogr/slogr.go
2025-08-20T22:59:51.0667881Z [00:02:13.328]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T22:59:51.0668624Z [00:02:13.328]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/2d/2d8dd042956baa5ff40d6687cbd21221d79f168432799f099a4ae98d17842b27-d # internal
2025-08-20T22:59:51.0669200Z [00:02:13.328]➜  embed
2025-08-20T22:59:51.0669435Z [00:02:13.328]➜  mkdir -p $WORK/b266/
2025-08-20T22:59:51.0669812Z [00:02:13.328]➜  cat >/tmp/go-build2180205415/b266/importcfg << 'EOF' # internal
2025-08-20T22:59:51.0670156Z [00:02:13.328]➜  # import config
2025-08-20T22:59:51.0670508Z [00:02:13.328]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:51.0670967Z [00:02:13.328]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T22:59:51.0671475Z [00:02:13.328]➜  packagefile internal/stringslite=/tmp/go-build2180205415/b032/_pkg_.a
2025-08-20T22:59:51.0671947Z [00:02:13.328]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:51.0672356Z [00:02:13.328]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:51.0672769Z [00:02:13.328]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:51.0673071Z [00:02:13.328]➜  EOF
2025-08-20T22:59:51.0674759Z [00:02:13.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b266=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T22:59:51.1017426Z [00:02:13.363]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T22:59:51.1038681Z [00:02:13.365]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/5f/5f896b84a5b2a83f88658c2e7d193d1c00f6d4e42619b4165f2b9549692ce6ee-d # internal
2025-08-20T22:59:51.1052269Z [00:02:13.366]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T22:59:51.1059807Z [00:02:13.367]➜  github.com/golang-jwt/jwt/v5
2025-08-20T22:59:51.1060607Z [00:02:13.367]➜  mkdir -p $WORK/b274/
2025-08-20T22:59:51.1064870Z [00:02:13.367]➜  cat >/tmp/go-build2180205415/b274/importcfg << 'EOF' # internal
2025-08-20T22:59:51.1065248Z [00:02:13.367]➜  # import config
2025-08-20T22:59:51.1065612Z [00:02:13.367]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:51.1069372Z [00:02:13.368]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:51.1069829Z [00:02:13.368]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T22:59:51.1070301Z [00:02:13.368]➜  packagefile crypto/ed25519=/tmp/go-build2180205415/b157/_pkg_.a
2025-08-20T22:59:51.1070760Z [00:02:13.368]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T22:59:51.1071216Z [00:02:13.368]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:51.1071681Z [00:02:13.368]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T22:59:51.1072136Z [00:02:13.368]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:51.1072601Z [00:02:13.368]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:51.1073076Z [00:02:13.368]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:51.1073552Z [00:02:13.368]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T22:59:51.1073992Z [00:02:13.368]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:51.1074402Z [00:02:13.368]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.1074811Z [00:02:13.368]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:51.1075233Z [00:02:13.368]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:51.1075653Z [00:02:13.368]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:51.1076610Z [00:02:13.368]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:51.1077121Z [00:02:13.368]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:51.1077542Z [00:02:13.368]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:51.1077949Z [00:02:13.368]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:51.1078269Z [00:02:13.368]➜  EOF
2025-08-20T22:59:51.1080461Z [00:02:13.369]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T22:59:51.1087943Z [00:02:13.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b274/_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/b274=>" -p github.com/golang-jwt/jwt/v5 -lang=go1.18 -complete -installsuffix shared -buildid _bUlFlGTknZ0z1Yhg4W1/_bUlFlGTknZ0z1Yhg4W1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/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-20T22:59:51.1097173Z [00:02:13.369]➜  database/sql/driver
2025-08-20T22:59:51.1097991Z [00:02:13.369]➜  mkdir -p $WORK/b278/
2025-08-20T22:59:51.1098636Z [00:02:13.371]➜  cat >/tmp/go-build2180205415/b278/importcfg << 'EOF' # internal
2025-08-20T22:59:51.1099128Z [00:02:13.371]➜  # import config
2025-08-20T22:59:51.1099616Z [00:02:13.371]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:51.1100201Z [00:02:13.371]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:51.1100748Z [00:02:13.371]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.1101318Z [00:02:13.371]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:51.1101906Z [00:02:13.371]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:51.1102464Z [00:02:13.371]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:51.1126491Z [00:02:13.371]➜  EOF
2025-08-20T22:59:51.1128692Z [00:02:13.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b278=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T22:59:51.2071718Z [00:02:13.468]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T22:59:51.2086069Z [00:02:13.470]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T22:59:51.2217198Z [00:02:13.483]➜  github.com/google/uuid
2025-08-20T22:59:51.2217790Z [00:02:13.483]➜  mkdir -p $WORK/b277/
2025-08-20T22:59:51.2224975Z [00:02:13.483]➜  cat >/tmp/go-build2180205415/b277/importcfg << 'EOF' # internal
2025-08-20T22:59:51.2226640Z [00:02:13.483]➜  # import config
2025-08-20T22:59:51.2227023Z [00:02:13.483]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:51.2227470Z [00:02:13.483]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T22:59:51.2227931Z [00:02:13.483]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:51.2228387Z [00:02:13.483]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T22:59:51.2228869Z [00:02:13.483]➜  packagefile database/sql/driver=/tmp/go-build2180205415/b278/_pkg_.a
2025-08-20T22:59:51.2229365Z [00:02:13.483]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:51.2229857Z [00:02:13.483]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:51.2230324Z [00:02:13.483]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:51.2230765Z [00:02:13.483]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:51.2231524Z [00:02:13.483]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.2231930Z [00:02:13.483]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:51.2232334Z [00:02:13.483]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:51.2232739Z [00:02:13.483]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:51.2233134Z [00:02:13.483]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:51.2233544Z [00:02:13.483]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:51.2233961Z [00:02:13.483]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:51.2234378Z [00:02:13.483]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:51.2234685Z [00:02:13.483]➜  EOF
2025-08-20T22:59:51.2239494Z [00:02:13.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b277=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid SqxgQgJdhh4qcXXWWxW4/SqxgQgJdhh4qcXXWWxW4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/go/pkg/mod/github.com/google/uuid@v1.6.0/dce.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/doc.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/hash.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/marshal.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node_net.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/null.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/sql.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/time.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/util.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/uuid.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version1.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version4.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version6.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version7.go
2025-08-20T22:59:51.2729026Z [00:02:13.534]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T22:59:51.2799436Z [00:02:13.541]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/fc/fc2f35ace865f2f99c248508d138b7ab9ff67e102e9886af9e00f724aeb26f80-d # internal
2025-08-20T22:59:51.2807852Z [00:02:13.541]➜  github.com/google/go-querystring/query
2025-08-20T22:59:51.2808190Z [00:02:13.541]➜  mkdir -p $WORK/b283/
2025-08-20T22:59:51.2812894Z [00:02:13.542]➜  cat >/tmp/go-build2180205415/b283/importcfg << 'EOF' # internal
2025-08-20T22:59:51.2815062Z [00:02:13.542]➜  # import config
2025-08-20T22:59:51.2815455Z [00:02:13.542]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:51.2816008Z [00:02:13.542]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.2816506Z [00:02:13.542]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:51.2816937Z [00:02:13.542]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:51.2817705Z [00:02:13.542]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:51.2818134Z [00:02:13.542]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:51.2818551Z [00:02:13.542]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:51.2818854Z [00:02:13.542]➜  EOF
2025-08-20T22:59:51.2820772Z [00:02:13.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b283/_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/b283=>" -p github.com/google/go-querystring/query -lang=go1.10 -complete -installsuffix shared -buildid 4T5jC6csup_Gx4YnxuAW/4T5jC6csup_Gx4YnxuAW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /root/go/pkg/mod/github.com/google/go-querystring@v1.1.0/query/encode.go
2025-08-20T22:59:51.2886761Z [00:02:13.550]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T22:59:51.2943176Z [00:02:13.554]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T22:59:51.2943879Z [00:02:13.555]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/d0/d0f49c91281c344b0fb2b9399991737138b32e5f7190b656253fb5b982f6b3e5-d # internal
2025-08-20T22:59:51.2946658Z [00:02:13.555]➜  database/sql
2025-08-20T22:59:51.2950609Z [00:02:13.555]➜  mkdir -p $WORK/b297/
2025-08-20T22:59:51.2950996Z [00:02:13.555]➜  cat >/tmp/go-build2180205415/b297/importcfg << 'EOF' # internal
2025-08-20T22:59:51.2951342Z [00:02:13.555]➜  # import config
2025-08-20T22:59:51.2951723Z [00:02:13.555]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:51.2952197Z [00:02:13.555]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:51.2952671Z [00:02:13.555]➜  packagefile database/sql/driver=/tmp/go-build2180205415/b278/_pkg_.a
2025-08-20T22:59:51.2953140Z [00:02:13.555]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:51.2953570Z [00:02:13.555]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.2953968Z [00:02:13.555]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:51.2954374Z [00:02:13.555]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T22:59:51.2954816Z [00:02:13.555]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T22:59:51.2955259Z [00:02:13.555]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:51.2955684Z [00:02:13.555]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:51.2956256Z [00:02:13.555]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:51.2957068Z [00:02:13.555]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:51.2957583Z [00:02:13.555]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:51.2958013Z [00:02:13.555]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:51.2958453Z [00:02:13.555]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:51.2958869Z [00:02:13.555]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:51.2959310Z [00:02:13.555]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:51.2959639Z [00:02:13.555]➜  EOF
2025-08-20T22:59:51.2961358Z [00:02:13.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/.go/src/database/sql=>database/sql;$WORK/b297=>" -p database/sql -lang=go1.25 -std -complete -installsuffix shared -buildid auzaFcKoG4gG1XdcVgxH/auzaFcKoG4gG1XdcVgxH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack /root/.go/src/database/sql/convert.go /root/.go/src/database/sql/ctxutil.go /root/.go/src/database/sql/sql.go
2025-08-20T22:59:51.3034803Z [00:02:13.564]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/dc/dc454e3670db8fde9717f04becdd458e91aaae92d21725e93f2794a738c93cdf-d # internal
2025-08-20T22:59:51.3043228Z [00:02:13.564]➜  net/http/httptrace
2025-08-20T22:59:51.3043524Z [00:02:13.564]➜  mkdir -p $WORK/b197/
2025-08-20T22:59:51.3052336Z [00:02:13.566]➜  cat >/tmp/go-build2180205415/b197/importcfg << 'EOF' # internal
2025-08-20T22:59:51.3086812Z [00:02:13.567]➜  # import config
2025-08-20T22:59:51.3088317Z [00:02:13.567]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:51.3089204Z [00:02:13.567]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:51.3091960Z [00:02:13.567]➜  packagefile internal/nettrace=/tmp/go-build2180205415/b086/_pkg_.a
2025-08-20T22:59:51.3092422Z [00:02:13.567]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:51.3092883Z [00:02:13.567]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T22:59:51.3093331Z [00:02:13.567]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:51.3093749Z [00:02:13.567]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:51.3094067Z [00:02:13.567]➜  EOF
2025-08-20T22:59:51.3095600Z [00:02:13.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b197=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid SR6Gp0bdACEUECCXsUNI/SR6Gp0bdACEUECCXsUNI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T22:59:51.3172996Z [00:02:13.578]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T22:59:51.3288473Z [00:02:13.589]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/69/69285a66a65ab9eb97a3850318f495af8a4c218fb35cbc141939d5643ffd1f7f-d # internal
2025-08-20T22:59:51.3289899Z [00:02:13.590]➜  go.uber.org/zap/internal
2025-08-20T22:59:51.3292392Z [00:02:13.590]➜  mkdir -p $WORK/b253/
2025-08-20T22:59:51.3293132Z [00:02:13.590]➜  cat >/tmp/go-build2180205415/b253/importcfg << 'EOF' # internal
2025-08-20T22:59:51.3295902Z [00:02:13.590]➜  # import config
2025-08-20T22:59:51.3296380Z [00:02:13.590]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build2180205415/b254/_pkg_.a
2025-08-20T22:59:51.3296756Z [00:02:13.590]➜  EOF
2025-08-20T22:59:51.3298447Z [00:02:13.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal=>go.uber.org/zap@v1.27.0/internal;$WORK/b253=>" -p go.uber.org/zap/internal -lang=go1.19 -complete -installsuffix shared -buildid bVnzDh2R_57v9t8CgJkI/bVnzDh2R_57v9t8CgJkI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/level_enabler.go
2025-08-20T22:59:51.3338031Z [00:02:13.595]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T22:59:51.3349285Z [00:02:13.595]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/b9/b9271c267567242d8bf8eea47c2f166fe1174a637661230652a2e101bcb1455f-d # internal
2025-08-20T22:59:51.3352808Z [00:02:13.595]➜  net/http/internal/httpcommon
2025-08-20T22:59:51.3353149Z [00:02:13.595]➜  mkdir -p $WORK/b200/
2025-08-20T22:59:51.3353556Z [00:02:13.596]➜  cat >/tmp/go-build2180205415/b200/importcfg << 'EOF' # internal
2025-08-20T22:59:51.3353897Z [00:02:13.596]➜  # import config
2025-08-20T22:59:51.3354321Z [00:02:13.596]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:59:51.3354894Z [00:02:13.596]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:59:51.3355389Z [00:02:13.596]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:51.3355999Z [00:02:13.596]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:51.3356486Z [00:02:13.596]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.3357023Z [00:02:13.596]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2180205415/b183/_pkg_.a
2025-08-20T22:59:51.3357651Z [00:02:13.596]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2180205415/b193/_pkg_.a
2025-08-20T22:59:51.3358641Z [00:02:13.596]➜  packagefile net/http/httptrace=/tmp/go-build2180205415/b197/_pkg_.a
2025-08-20T22:59:51.3359136Z [00:02:13.596]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T22:59:51.3359585Z [00:02:13.596]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:51.3360004Z [00:02:13.596]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:51.3360421Z [00:02:13.596]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:51.3360847Z [00:02:13.596]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:51.3361277Z [00:02:13.596]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:51.3361585Z [00:02:13.596]➜  EOF
2025-08-20T22:59:51.3363342Z [00:02:13.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b200=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid Cy6zNOsid188_CRkXwQO/Cy6zNOsid188_CRkXwQO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T22:59:51.3365201Z [00:02:13.597]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T22:59:51.3371219Z [00:02:13.598]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/23/2365a5db717d3dc484a270a77802bb2de779f5a0d3e5df310862197bf47103b6-d # internal
2025-08-20T22:59:51.3371808Z [00:02:13.598]➜  github.com/dustin/go-humanize
2025-08-20T22:59:51.3372101Z [00:02:13.598]➜  mkdir -p $WORK/b298/
2025-08-20T22:59:51.3372487Z [00:02:13.598]➜  cat >/tmp/go-build2180205415/b298/importcfg << 'EOF' # internal
2025-08-20T22:59:51.3372831Z [00:02:13.598]➜  # import config
2025-08-20T22:59:51.3373163Z [00:02:13.598]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:51.3373580Z [00:02:13.598]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:51.3374001Z [00:02:13.598]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.3374407Z [00:02:13.598]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:51.3374828Z [00:02:13.598]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:51.3375254Z [00:02:13.598]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:51.3375669Z [00:02:13.598]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:51.3376247Z [00:02:13.598]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:51.3376965Z [00:02:13.598]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:51.3377452Z [00:02:13.598]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:51.3377873Z [00:02:13.598]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:51.3378189Z [00:02:13.598]➜  EOF
2025-08-20T22:59:51.3382362Z [00:02:13.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1=>github.com/dustin/go-humanize@v1.0.1;$WORK/b298=>" -p github.com/dustin/go-humanize -lang=go1.16 -complete -installsuffix shared -buildid dPuvWAfkosWMsX-B3-TS/dPuvWAfkosWMsX-B3-TS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/big.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/bigbytes.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/bytes.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/comma.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/commaf.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/ftoa.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/humanize.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/number.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/ordinals.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/si.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/times.go
2025-08-20T22:59:51.3427281Z [00:02:13.604]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T22:59:51.3436277Z [00:02:13.605]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/82/824834fe3210c71508964e39e39e41ab362a533338ca39911f9330a9bad92fce-d # internal
2025-08-20T22:59:51.3439625Z [00:02:13.605]➜  filippo.io/edwards25519/field
2025-08-20T22:59:51.3441937Z [00:02:13.605]➜  mkdir -p $WORK/b301/
2025-08-20T22:59:51.3444724Z [00:02:13.605]➜  echo -n > $WORK/b301/go_asm.h # internal
2025-08-20T22:59:51.3445142Z [00:02:13.605]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T22:59:51.3446591Z [00:02:13.605]➜  /root/.go/pkg/tool/linux_arm64/asm -p filippo.io/edwards25519/field -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b301=>" -I $WORK/b301/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b301/symabis ./fe_arm64.s
2025-08-20T22:59:51.3494120Z [00:02:13.610]➜  cat >/tmp/go-build2180205415/b301/importcfg << 'EOF' # internal
2025-08-20T22:59:51.3496317Z [00:02:13.611]➜  # import config
2025-08-20T22:59:51.3497171Z [00:02:13.611]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T22:59:51.3497879Z [00:02:13.611]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:51.3498484Z [00:02:13.611]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:51.3499407Z [00:02:13.611]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:51.3499745Z [00:02:13.611]➜  EOF
2025-08-20T22:59:51.3500014Z [00:02:13.611]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:51.3502977Z [00:02:13.611]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b301/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b301=>" -p filippo.io/edwards25519/field -lang=go1.20 -installsuffix shared -buildid nF2NCEu2E7DYBk3v3HRv/nF2NCEu2E7DYBk3v3HRv -goversion go1.25.0 -symabis $WORK/b301/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack -asmhdr $WORK/b301/go_asm.h /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_amd64_noasm.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_arm64.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_generic.go
2025-08-20T22:59:51.3890869Z [00:02:13.650]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T22:59:51.3894538Z [00:02:13.650]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T22:59:51.3895168Z [00:02:13.650]➜  net/http
2025-08-20T22:59:51.3895417Z [00:02:13.650]➜  mkdir -p $WORK/b107/
2025-08-20T22:59:51.3903670Z [00:02:13.651]➜  cat >/tmp/go-build2180205415/b107/importcfg << 'EOF' # internal
2025-08-20T22:59:51.3906709Z [00:02:13.652]➜  # import config
2025-08-20T22:59:51.3907469Z [00:02:13.652]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:59:51.3908474Z [00:02:13.652]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:59:51.3909393Z [00:02:13.652]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:59:51.3910084Z [00:02:13.652]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:59:51.3910844Z [00:02:13.652]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:51.3911600Z [00:02:13.652]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:51.3912156Z [00:02:13.652]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T22:59:51.3912902Z [00:02:13.652]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T22:59:51.3913692Z [00:02:13.652]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:51.3914617Z [00:02:13.652]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:51.3915425Z [00:02:13.652]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:51.3916856Z [00:02:13.652]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:51.3917361Z [00:02:13.652]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:51.3917812Z [00:02:13.652]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:51.3918223Z [00:02:13.652]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.3918778Z [00:02:13.652]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2180205415/b183/_pkg_.a
2025-08-20T22:59:51.3919415Z [00:02:13.652]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build2180205415/b192/_pkg_.a
2025-08-20T22:59:51.3920044Z [00:02:13.652]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2180205415/b193/_pkg_.a
2025-08-20T22:59:51.3920646Z [00:02:13.652]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2180205415/b184/_pkg_.a
2025-08-20T22:59:51.3921173Z [00:02:13.652]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T22:59:51.3921611Z [00:02:13.652]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:51.3922016Z [00:02:13.652]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:51.3922423Z [00:02:13.652]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:51.3922829Z [00:02:13.652]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T22:59:51.3923244Z [00:02:13.652]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:51.3923668Z [00:02:13.652]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:51.3924112Z [00:02:13.652]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T22:59:51.3924549Z [00:02:13.652]➜  packagefile mime=/tmp/go-build2180205415/b194/_pkg_.a
2025-08-20T22:59:51.3924998Z [00:02:13.652]➜  packagefile mime/multipart=/tmp/go-build2180205415/b195/_pkg_.a
2025-08-20T22:59:51.3925434Z [00:02:13.652]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:51.3926029Z [00:02:13.652]➜  packagefile net/http/httptrace=/tmp/go-build2180205415/b197/_pkg_.a
2025-08-20T22:59:51.3926568Z [00:02:13.652]➜  packagefile net/http/internal=/tmp/go-build2180205415/b198/_pkg_.a
2025-08-20T22:59:51.3927082Z [00:02:13.652]➜  packagefile net/http/internal/ascii=/tmp/go-build2180205415/b199/_pkg_.a
2025-08-20T22:59:51.3927874Z [00:02:13.652]➜  packagefile net/http/internal/httpcommon=/tmp/go-build2180205415/b200/_pkg_.a
2025-08-20T22:59:51.3928481Z [00:02:13.652]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T22:59:51.3928931Z [00:02:13.652]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:51.3929341Z [00:02:13.652]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:51.3929754Z [00:02:13.652]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T22:59:51.3930197Z [00:02:13.652]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:51.3930644Z [00:02:13.652]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:51.3931087Z [00:02:13.652]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:51.3931509Z [00:02:13.652]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:51.3931921Z [00:02:13.652]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:51.3932344Z [00:02:13.652]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:51.3932770Z [00:02:13.652]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:51.3933186Z [00:02:13.652]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:51.3933616Z [00:02:13.652]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:51.3934271Z [00:02:13.652]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:51.3934688Z [00:02:13.652]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:51.3935135Z [00:02:13.652]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:51.3935466Z [00:02:13.652]➜  EOF
2025-08-20T22:59:51.3940596Z [00:02:13.652]➜  /root/.go/pkg/tool/linux_arm64/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 juFDQwQv9OcloB8NK9Jc/juFDQwQv9OcloB8NK9Jc -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-20T22:59:51.3945068Z [00:02:13.652]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T22:59:51.3970087Z [00:02:13.658]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/d6/d6809dec0b2ed7b3bb303d376d4f20c56ec3243f592aaa0f242f4011e111c861-d # internal
2025-08-20T22:59:51.3971602Z [00:02:13.658]➜  github.com/lib/pq/scram
2025-08-20T22:59:51.3972127Z [00:02:13.658]➜  mkdir -p $WORK/b313/
2025-08-20T22:59:51.3974105Z [00:02:13.658]➜  cat >/tmp/go-build2180205415/b313/importcfg << 'EOF' # internal
2025-08-20T22:59:51.3974522Z [00:02:13.659]➜  # import config
2025-08-20T22:59:51.3974916Z [00:02:13.659]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:51.3977540Z [00:02:13.659]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T22:59:51.3978255Z [00:02:13.659]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:51.3979058Z [00:02:13.659]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:51.3979618Z [00:02:13.659]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.3980031Z [00:02:13.659]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:51.3980451Z [00:02:13.659]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:51.3980890Z [00:02:13.659]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:51.3981205Z [00:02:13.659]➜  EOF
2025-08-20T22:59:51.3982892Z [00:02:13.659]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b313/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram=>github.com/lib/pq@v1.10.9/scram;$WORK/b313=>" -p github.com/lib/pq/scram -lang=go1.13 -complete -installsuffix shared -buildid rVDIasjs84xEGSLEuPM3/rVDIasjs84xEGSLEuPM3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram/scram.go
2025-08-20T22:59:51.4064787Z [00:02:13.667]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T22:59:51.4066268Z [00:02:13.667]➜  /root/.go/pkg/tool/linux_arm64/asm -p filippo.io/edwards25519/field -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b301=>" -I $WORK/b301/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b301/fe_arm64.o ./fe_arm64.s
2025-08-20T22:59:51.4089253Z [00:02:13.670]➜  go tool pack r $WORK/b301/_pkg_.a $WORK/b301/fe_arm64.o # internal
2025-08-20T22:59:51.4089882Z [00:02:13.670]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T22:59:51.4097606Z [00:02:13.671]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/c1/c11c3c3a8d942558be15c86d8c9836a6cae9b15f785b3fc33e7c9f4442d08433-d # internal
2025-08-20T22:59:51.4106970Z [00:02:13.671]➜  filippo.io/edwards25519
2025-08-20T22:59:51.4107289Z [00:02:13.671]➜  mkdir -p $WORK/b300/
2025-08-20T22:59:51.4107665Z [00:02:13.671]➜  cat >/tmp/go-build2180205415/b300/importcfg << 'EOF' # internal
2025-08-20T22:59:51.4108033Z [00:02:13.671]➜  # import config
2025-08-20T22:59:51.4108394Z [00:02:13.671]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T22:59:51.4109009Z [00:02:13.671]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:51.4109483Z [00:02:13.671]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:51.4109994Z [00:02:13.671]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build2180205415/b301/_pkg_.a
2025-08-20T22:59:51.4110494Z [00:02:13.671]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:51.4110921Z [00:02:13.671]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:51.4111225Z [00:02:13.671]➜  EOF
2025-08-20T22:59:51.4111470Z [00:02:13.671]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:51.4114513Z [00:02:13.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0=>filippo.io/edwards25519@v1.1.0;$WORK/b300=>" -p filippo.io/edwards25519 -lang=go1.20 -complete -installsuffix shared -buildid ddaKrlY8A46tyTL-JT6Q/ddaKrlY8A46tyTL-JT6Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/doc.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/edwards25519.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalar.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalar_fiat.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalarmult.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/tables.go
2025-08-20T22:59:51.4558044Z [00:02:13.717]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T22:59:51.4564365Z [00:02:13.717]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/9d/9d682a300977d4b933069eab719c9b625524bf522c101feb078e30da9c8c66aa-d # internal
2025-08-20T22:59:51.4590867Z [00:02:13.718]➜  os/user
2025-08-20T22:59:51.4591469Z [00:02:13.718]➜  mkdir -p $WORK/b314/
2025-08-20T22:59:51.4591879Z [00:02:13.718]➜  echo -n > $WORK/b314/preferlinkext # internal
2025-08-20T22:59:51.4592205Z [00:02:13.718]➜  cd /root/.go/src/os/user
2025-08-20T22:59:51.4593212Z [00:02:13.718]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b314/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b314/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T22:59:51.5124650Z [00:02:13.773]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T22:59:51.5143995Z [00:02:13.775]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/bc/bc01ed7904bfb3a1c1cb13d9bb265ce2a24a663dbc5de99bface9290ca38c194-d # internal
2025-08-20T22:59:51.5144648Z [00:02:13.775]➜  hash/fnv
2025-08-20T22:59:51.5144897Z [00:02:13.775]➜  mkdir -p $WORK/b329/
2025-08-20T22:59:51.5146914Z [00:02:13.776]➜  cat >/tmp/go-build2180205415/b329/importcfg << 'EOF' # internal
2025-08-20T22:59:51.5148560Z [00:02:13.776]➜  # import config
2025-08-20T22:59:51.5148956Z [00:02:13.776]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:51.5149490Z [00:02:13.776]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:51.5149955Z [00:02:13.776]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T22:59:51.5150817Z [00:02:13.776]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:51.5151145Z [00:02:13.776]➜  EOF
2025-08-20T22:59:51.5151405Z [00:02:13.776]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:51.5152816Z [00:02:13.776]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b329/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b329=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid uLzdQ0oUWqb99HA1DntA/uLzdQ0oUWqb99HA1DntA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T22:59:51.5499163Z [00:02:13.811]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T22:59:51.5553480Z [00:02:13.816]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/b3/b347f7961832b0fa4c0c46fb0d2334f92584b7b663a205c6a97b7fb9a385c4a5-d # internal
2025-08-20T22:59:51.5572241Z [00:02:13.818]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T22:59:51.5584947Z [00:02:13.820]➜  github.com/go-sql-driver/mysql
2025-08-20T22:59:51.5588762Z [00:02:13.820]➜  mkdir -p $WORK/b299/
2025-08-20T22:59:51.5590546Z [00:02:13.820]➜  cat >/tmp/go-build2180205415/b299/importcfg << 'EOF' # internal
2025-08-20T22:59:51.5591217Z [00:02:13.820]➜  # import config
2025-08-20T22:59:51.5592015Z [00:02:13.820]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:51.5592499Z [00:02:13.820]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:51.5592965Z [00:02:13.820]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:51.5593428Z [00:02:13.820]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T22:59:51.5593906Z [00:02:13.820]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T22:59:51.5594375Z [00:02:13.820]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T22:59:51.5594843Z [00:02:13.820]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T22:59:51.5595315Z [00:02:13.820]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:51.5595883Z [00:02:13.820]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:51.5596511Z [00:02:13.820]➜  packagefile database/sql=/tmp/go-build2180205415/b297/_pkg_.a
2025-08-20T22:59:51.5596999Z [00:02:13.820]➜  packagefile database/sql/driver=/tmp/go-build2180205415/b278/_pkg_.a
2025-08-20T22:59:51.5597492Z [00:02:13.820]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:51.5597965Z [00:02:13.820]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:51.5598784Z [00:02:13.820]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T22:59:51.5599302Z [00:02:13.820]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:51.5599786Z [00:02:13.820]➜  packagefile filippo.io/edwards25519=/tmp/go-build2180205415/b300/_pkg_.a
2025-08-20T22:59:51.5600268Z [00:02:13.820]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.5600666Z [00:02:13.820]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:51.5601065Z [00:02:13.820]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:51.5601467Z [00:02:13.820]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:51.5601888Z [00:02:13.820]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:51.5602303Z [00:02:13.820]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:51.5602718Z [00:02:13.820]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:51.5603134Z [00:02:13.820]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:51.5603545Z [00:02:13.820]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:51.5603969Z [00:02:13.820]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:51.5604671Z [00:02:13.820]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:51.5605095Z [00:02:13.820]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:51.5605521Z [00:02:13.820]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:51.5606209Z [00:02:13.820]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:51.5606653Z [00:02:13.820]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:51.5607093Z [00:02:13.820]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:51.5607512Z [00:02:13.820]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:51.5607818Z [00:02:13.820]➜  EOF
2025-08-20T22:59:51.5614035Z [00:02:13.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b299/_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/b299=>" -p github.com/go-sql-driver/mysql -lang=go1.18 -complete -installsuffix shared -buildid 2tb7_OYMsg-7Cgz9mW4p/2tb7_OYMsg-7Cgz9mW4p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/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-20T22:59:51.5628440Z [00:02:13.820]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/ba/ba8ce044f7eab64dc1fc5eb041af72b7d57ee02e59ef741cbc5aa62d0ca2f213-d # internal
2025-08-20T22:59:51.5629062Z [00:02:13.824]➜  github.com/xo/dburl
2025-08-20T22:59:51.5629606Z [00:02:13.824]➜  mkdir -p $WORK/b302/
2025-08-20T22:59:51.5630045Z [00:02:13.824]➜  cat >/tmp/go-build2180205415/b302/importcfg << 'EOF' # internal
2025-08-20T22:59:51.5630390Z [00:02:13.824]➜  # import config
2025-08-20T22:59:51.5630728Z [00:02:13.824]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:51.5631183Z [00:02:13.824]➜  packagefile database/sql=/tmp/go-build2180205415/b297/_pkg_.a
2025-08-20T22:59:51.5631619Z [00:02:13.824]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.5632023Z [00:02:13.824]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:51.5632441Z [00:02:13.824]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:51.5632846Z [00:02:13.824]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:51.5633251Z [00:02:13.824]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T22:59:51.5633692Z [00:02:13.824]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:51.5634147Z [00:02:13.824]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:51.5634571Z [00:02:13.824]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:51.5634994Z [00:02:13.824]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:51.5635652Z [00:02:13.824]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:51.5636245Z [00:02:13.824]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:51.5636566Z [00:02:13.824]➜  EOF
2025-08-20T22:59:51.5638521Z [00:02:13.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b302/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xo/dburl@v0.23.8=>github.com/xo/dburl@v0.23.8;$WORK/b302=>" -p github.com/xo/dburl -lang=go1.22 -complete -installsuffix shared -buildid SSKXE1CJCWblK_FvFW-G/SSKXE1CJCWblK_FvFW-G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/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-20T22:59:51.6931490Z [00:02:13.954]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T22:59:51.6967926Z [00:02:13.958]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/5d/5dd6845651399fc7a3ae520d72d5571568e84e4cbcceeee57c4612538af78b81-d # internal
2025-08-20T22:59:51.6978270Z [00:02:13.959]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T22:59:51.6979042Z [00:02:13.959]➜  mkdir -p $WORK/b328/
2025-08-20T22:59:51.7000143Z [00:02:13.961]➜  cat >/tmp/go-build2180205415/b328/importcfg << 'EOF' # internal
2025-08-20T22:59:51.7002498Z [00:02:13.961]➜  # import config
2025-08-20T22:59:51.7003430Z [00:02:13.961]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:51.7003964Z [00:02:13.961]➜  packagefile hash/fnv=/tmp/go-build2180205415/b329/_pkg_.a
2025-08-20T22:59:51.7004400Z [00:02:13.961]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:51.7004738Z [00:02:13.961]➜  EOF
2025-08-20T22:59:51.7006951Z [00:02:13.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b328/_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/b328=>" -p google.golang.org/protobuf/internal/detrand -lang=go1.23 -complete -installsuffix shared -buildid vI7L98JiVGaR8mSlMByK/vI7L98JiVGaR8mSlMByK -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/detrand/rand.go
2025-08-20T22:59:51.7286959Z [00:02:13.990]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T22:59:51.7292517Z [00:02:13.990]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/32/32b6d4850f655aa03aa2acbae69e3896acbbe28fb2be8c0410139ab6154ca983-d # internal
2025-08-20T22:59:51.7293161Z [00:02:13.990]➜  google.golang.org/protobuf/internal/errors
2025-08-20T22:59:51.7308583Z [00:02:13.990]➜  mkdir -p $WORK/b327/
2025-08-20T22:59:51.7312607Z [00:02:13.990]➜  cat >/tmp/go-build2180205415/b327/importcfg << 'EOF' # internal
2025-08-20T22:59:51.7313455Z [00:02:13.991]➜  # import config
2025-08-20T22:59:51.7314225Z [00:02:13.991]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:51.7315085Z [00:02:13.991]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.7315705Z [00:02:13.991]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2180205415/b328/_pkg_.a
2025-08-20T22:59:51.7316273Z [00:02:13.991]➜  EOF
2025-08-20T22:59:51.7318306Z [00:02:13.991]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b327/_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/b327=>" -p google.golang.org/protobuf/internal/errors -lang=go1.23 -complete -installsuffix shared -buildid AVZlU8JP07h2XSS2EXXE/AVZlU8JP07h2XSS2EXXE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/errors/errors.go
2025-08-20T22:59:51.7572029Z [00:02:14.018]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T22:59:51.7575403Z [00:02:14.019]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/c1/c12fe4cb0353aed6e98ad76b05245eee2b56093a38f9f6d50052cdbfd267fbea-d # internal
2025-08-20T22:59:51.7576710Z [00:02:14.019]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T22:59:51.7577159Z [00:02:14.019]➜  mkdir -p $WORK/b326/
2025-08-20T22:59:51.7579127Z [00:02:14.019]➜  cat >/tmp/go-build2180205415/b326/importcfg << 'EOF' # internal
2025-08-20T22:59:51.7579508Z [00:02:14.019]➜  # import config
2025-08-20T22:59:51.7579996Z [00:02:14.019]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2180205415/b327/_pkg_.a
2025-08-20T22:59:51.7580528Z [00:02:14.019]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:51.7580948Z [00:02:14.019]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:51.7581388Z [00:02:14.019]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:51.7581713Z [00:02:14.019]➜  EOF
2025-08-20T22:59:51.7583905Z [00:02:14.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b326/_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/b326=>" -p google.golang.org/protobuf/encoding/protowire -lang=go1.23 -complete -installsuffix shared -buildid ed4-6SsbVn_jPJOUTNGw/ed4-6SsbVn_jPJOUTNGw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protowire/wire.go
2025-08-20T22:59:51.7656521Z [00:02:14.026]➜  cd $WORK/b314
2025-08-20T22:59:51.7658038Z [00:02:14.026]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b314=/tmp/go-build -gno-record-gcc-switches -I $WORK/b314/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b314/_x001.o -c _cgo_export.c
2025-08-20T22:59:51.7949017Z [00:02:14.056]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T22:59:51.7953037Z [00:02:14.056]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/dc/dc0c910d3e691e7498b2bc6be65239cab0269af8a8ead339373a9e109ed6319f-d # internal
2025-08-20T22:59:51.7953837Z [00:02:14.056]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T22:59:51.7954182Z [00:02:14.056]➜  mkdir -p $WORK/b330/
2025-08-20T22:59:51.7956291Z [00:02:14.057]➜  cat >/tmp/go-build2180205415/b330/importcfg << 'EOF' # internal
2025-08-20T22:59:51.7956779Z [00:02:14.057]➜  # import config
2025-08-20T22:59:51.7957135Z [00:02:14.057]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:51.7957555Z [00:02:14.057]➜  EOF
2025-08-20T22:59:51.7957813Z [00:02:14.057]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:51.7960310Z [00:02:14.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b330/_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/b330=>" -p google.golang.org/protobuf/internal/pragma -lang=go1.23 -complete -installsuffix shared -buildid R5UW5cvd0AeUHqlb8qCc/R5UW5cvd0AeUHqlb8qCc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/pragma/pragma.go
2025-08-20T22:59:51.7982428Z [00:02:14.059]➜  cd $WORK/b314
2025-08-20T22:59:51.7984315Z [00:02:14.059]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b314=/tmp/go-build -gno-record-gcc-switches -I $WORK/b314/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b314/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T22:59:51.8058794Z [00:02:14.066]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T22:59:51.8060052Z [00:02:14.067]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/f7/f729c842fe42c418d6440cd4ce62be59e3340d24a51c6e678aa865b088988861-d # internal
2025-08-20T22:59:51.8061409Z [00:02:14.067]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T22:59:51.8062499Z [00:02:14.067]➜  mkdir -p $WORK/b325/
2025-08-20T22:59:51.8068951Z [00:02:14.068]➜  cat >/tmp/go-build2180205415/b325/importcfg << 'EOF' # internal
2025-08-20T22:59:51.8070423Z [00:02:14.068]➜  # import config
2025-08-20T22:59:51.8071397Z [00:02:14.068]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:51.8071860Z [00:02:14.068]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.8072436Z [00:02:14.068]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2180205415/b326/_pkg_.a
2025-08-20T22:59:51.8073149Z [00:02:14.068]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2180205415/b330/_pkg_.a
2025-08-20T22:59:51.8073687Z [00:02:14.068]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:51.8074107Z [00:02:14.068]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:51.8074533Z [00:02:14.068]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:51.8074972Z [00:02:14.068]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:51.8075285Z [00:02:14.068]➜  EOF
2025-08-20T22:59:51.8075541Z [00:02:14.068]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:51.8084916Z [00:02:14.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b325/_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/b325=>" -p google.golang.org/protobuf/reflect/protoreflect -lang=go1.23 -complete -installsuffix shared -buildid QRtgICFj03TqLKHPJ34D/QRtgICFj03TqLKHPJ34D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b325/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-20T22:59:51.8328163Z [00:02:14.094]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T22:59:51.8352549Z [00:02:14.096]➜  cd $WORK/b314
2025-08-20T22:59:51.8380618Z [00:02:14.097]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b314=/tmp/go-build -gno-record-gcc-switches -I $WORK/b314/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b314/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T22:59:51.8382336Z [00:02:14.099]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/76/76fbcfb0392432580423be220998068a6b8fb468a6d2ce39772d0edaf7d11df8-d # internal
2025-08-20T22:59:51.8384418Z [00:02:14.100]➜  google.golang.org/protobuf/internal/editiondefaults
2025-08-20T22:59:51.8385165Z [00:02:14.100]➜  mkdir -p $WORK/b335/
2025-08-20T22:59:51.8385953Z [00:02:14.100]➜  cat >/tmp/go-build2180205415/b335/importcfg << 'EOF' # internal
2025-08-20T22:59:51.8386771Z [00:02:14.100]➜  # import config
2025-08-20T22:59:51.8387179Z [00:02:14.100]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T22:59:51.8387505Z [00:02:14.100]➜  EOF
2025-08-20T22:59:51.8387847Z [00:02:14.100]➜  cat >/tmp/go-build2180205415/b335/embedcfg << 'EOF' # internal
2025-08-20T22:59:51.8388173Z [00:02:14.100]➜  {
2025-08-20T22:59:51.8388378Z [00:02:14.100]➜  	"Patterns": {
2025-08-20T22:59:51.8388649Z [00:02:14.100]➜  		"editions_defaults.binpb": [
2025-08-20T22:59:51.8389319Z [00:02:14.100]➜  			"editions_defaults.binpb"
2025-08-20T22:59:51.8389580Z [00:02:14.100]➜  		]
2025-08-20T22:59:51.8389776Z [00:02:14.100]➜  	},
2025-08-20T22:59:51.8389982Z [00:02:14.100]➜  	"Files": {
2025-08-20T22:59:51.8390597Z [00:02:14.100]➜  		"editions_defaults.binpb": "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/editiondefaults/editions_defaults.binpb"
2025-08-20T22:59:51.8391142Z [00:02:14.100]➜  	}
2025-08-20T22:59:51.8391357Z [00:02:14.100]➜  }EOF
2025-08-20T22:59:51.8391602Z [00:02:14.100]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:51.8393974Z [00:02:14.100]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b335/_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/b335=>" -p google.golang.org/protobuf/internal/editiondefaults -lang=go1.23 -complete -installsuffix shared -buildid EdwseCzDe1iG9fMLa-PR/EdwseCzDe1iG9fMLa-PR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -embedcfg $WORK/b335/embedcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/editiondefaults/defaults.go
2025-08-20T22:59:51.8436591Z [00:02:14.105]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T22:59:51.8441229Z [00:02:14.105]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/0d/0d50ef703ea9b6c8f50b5505afb445ee93eea57ad15ba85b64922df8715147a5-d # internal
2025-08-20T22:59:51.8442322Z [00:02:14.105]➜  google.golang.org/protobuf/internal/version
2025-08-20T22:59:51.8442691Z [00:02:14.105]➜  mkdir -p $WORK/b352/
2025-08-20T22:59:51.8443083Z [00:02:14.105]➜  cat >/tmp/go-build2180205415/b352/importcfg << 'EOF' # internal
2025-08-20T22:59:51.8443456Z [00:02:14.105]➜  # import config
2025-08-20T22:59:51.8443788Z [00:02:14.105]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.8444210Z [00:02:14.105]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:51.8444526Z [00:02:14.105]➜  EOF
2025-08-20T22:59:51.8446661Z [00:02:14.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b352/_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/b352=>" -p google.golang.org/protobuf/internal/version -lang=go1.23 -complete -installsuffix shared -buildid h_saW7CgofxamD_IO79w/h_saW7CgofxamD_IO79w -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/version/version.go
2025-08-20T22:59:51.8530921Z [00:02:14.114]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T22:59:51.8537410Z [00:02:14.114]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/66/66257e04f0d0aa2f42913b7ef16a68207c0bfec1838083c1592fa8bbd487088d-d # internal
2025-08-20T22:59:51.8538093Z [00:02:14.115]➜  golang.org/x/net/internal/timeseries
2025-08-20T22:59:51.8538410Z [00:02:14.115]➜  mkdir -p $WORK/b358/
2025-08-20T22:59:51.8538782Z [00:02:14.115]➜  cat >/tmp/go-build2180205415/b358/importcfg << 'EOF' # internal
2025-08-20T22:59:51.8539141Z [00:02:14.115]➜  # import config
2025-08-20T22:59:51.8539470Z [00:02:14.115]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.8539877Z [00:02:14.115]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:51.8540285Z [00:02:14.115]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:51.8540590Z [00:02:14.115]➜  EOF
2025-08-20T22:59:51.8542519Z [00:02:14.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b358/_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/b358=>" -p golang.org/x/net/internal/timeseries -lang=go1.23 -complete -installsuffix shared -buildid rhZ2kiwa1PSUueMxvEul/rhZ2kiwa1PSUueMxvEul -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/timeseries/timeseries.go
2025-08-20T22:59:51.8574889Z [00:02:14.118]➜  cd $WORK/b314
2025-08-20T22:59:51.8578859Z [00:02:14.118]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b314=/tmp/go-build -gno-record-gcc-switches -I $WORK/b314/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b314/_cgo_main.o -c _cgo_main.c
2025-08-20T22:59:51.8781893Z [00:02:14.139]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:51.8783737Z [00:02:14.139]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b314=/tmp/go-build -gno-record-gcc-switches -o $WORK/b314/_cgo_.o $WORK/b314/_cgo_main.o $WORK/b314/preferlinkext $WORK/b314/_x001.o $WORK/b314/_x002.o $WORK/b314/_x003.o -O2 -g
2025-08-20T22:59:51.8974316Z [00:02:14.158]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T22:59:51.9002663Z [00:02:14.161]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/b3/b313a9c3e1ed172c4f5d39ae751a312f961256fad80f25e8a2fd0c3cd7e162b7-d # internal
2025-08-20T22:59:51.9014323Z [00:02:14.163]➜  html/template
2025-08-20T22:59:51.9017307Z [00:02:14.163]➜  mkdir -p $WORK/b359/
2025-08-20T22:59:51.9023660Z [00:02:14.163]➜  cat >/tmp/go-build2180205415/b359/importcfg << 'EOF' # internal
2025-08-20T22:59:51.9026337Z [00:02:14.163]➜  # import config
2025-08-20T22:59:51.9026700Z [00:02:14.163]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:51.9027157Z [00:02:14.163]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:51.9027595Z [00:02:14.163]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.9028029Z [00:02:14.163]➜  packagefile html=/tmp/go-build2180205415/b221/_pkg_.a
2025-08-20T22:59:51.9028483Z [00:02:14.163]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T22:59:51.9028925Z [00:02:14.163]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:51.9029347Z [00:02:14.163]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:51.9029764Z [00:02:14.163]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T22:59:51.9030167Z [00:02:14.163]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:51.9030568Z [00:02:14.163]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T22:59:51.9031007Z [00:02:14.163]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:51.9031456Z [00:02:14.163]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:51.9031881Z [00:02:14.163]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:51.9032613Z [00:02:14.163]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:51.9033154Z [00:02:14.163]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:51.9033572Z [00:02:14.163]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:51.9034023Z [00:02:14.163]➜  packagefile text/template=/tmp/go-build2180205415/b094/_pkg_.a
2025-08-20T22:59:51.9034514Z [00:02:14.163]➜  packagefile text/template/parse=/tmp/go-build2180205415/b095/_pkg_.a
2025-08-20T22:59:51.9034978Z [00:02:14.163]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:51.9035427Z [00:02:14.163]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:51.9035907Z [00:02:14.163]➜  EOF
2025-08-20T22:59:51.9056979Z [00:02:14.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b359/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b359=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid bcIVhNf49Yk1d6M9nH2_/bcIVhNf49Yk1d6M9nH2_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack /root/.go/src/html/template/attr.go /root/.go/src/html/template/attr_string.go /root/.go/src/html/template/content.go /root/.go/src/html/template/context.go /root/.go/src/html/template/css.go /root/.go/src/html/template/delim_string.go /root/.go/src/html/template/doc.go /root/.go/src/html/template/element_string.go /root/.go/src/html/template/error.go /root/.go/src/html/template/escape.go /root/.go/src/html/template/html.go /root/.go/src/html/template/js.go /root/.go/src/html/template/jsctx_string.go /root/.go/src/html/template/state_string.go /root/.go/src/html/template/template.go /root/.go/src/html/template/transition.go /root/.go/src/html/template/url.go /root/.go/src/html/template/urlpart_string.go
2025-08-20T22:59:51.9818332Z [00:02:14.242]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b314=/tmp/go-build -gno-record-gcc-switches -o $WORK/b314/_cgo_.o $WORK/b314/_cgo_main.o $WORK/b314/preferlinkext $WORK/b314/_x001.o $WORK/b314/_x002.o $WORK/b314/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T22:59:51.9819886Z [00:02:14.242]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b314/_cgo_.o -dynout $WORK/b314/_cgo_import.go
2025-08-20T22:59:51.9833438Z [00:02:14.244]➜  cat >/tmp/go-build2180205415/b314/importcfg << 'EOF' # internal
2025-08-20T22:59:51.9834362Z [00:02:14.244]➜  # import config
2025-08-20T22:59:51.9835114Z [00:02:14.244]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:51.9836203Z [00:02:14.244]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:51.9836738Z [00:02:14.244]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:51.9837178Z [00:02:14.244]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:51.9837621Z [00:02:14.244]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:51.9838044Z [00:02:14.244]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:51.9838484Z [00:02:14.244]➜  packagefile runtime/cgo=/tmp/go-build2180205415/b091/_pkg_.a
2025-08-20T22:59:51.9838812Z [00:02:14.244]➜  EOF
2025-08-20T22:59:51.9851007Z [00:02:14.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b314=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/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/b314/_cgo_gotypes.go $WORK/b314/cgo_lookup_cgo.cgo1.go $WORK/b314/getgrouplist_unix.cgo1.go $WORK/b314/_cgo_import.go
2025-08-20T22:59:52.0462317Z [00:02:14.307]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T22:59:52.0515995Z [00:02:14.312]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/8a/8a63b150b54acf7f505607c39c0f6b4a258fe07573364615a8318c21d8522389-d # internal
2025-08-20T22:59:52.0522901Z [00:02:14.313]➜  google.golang.org/protobuf/internal/descfmt
2025-08-20T22:59:52.0523260Z [00:02:14.313]➜  mkdir -p $WORK/b333/
2025-08-20T22:59:52.0536864Z [00:02:14.315]➜  cat >/tmp/go-build2180205415/b333/importcfg << 'EOF' # internal
2025-08-20T22:59:52.0540455Z [00:02:14.315]➜  # import config
2025-08-20T22:59:52.0540819Z [00:02:14.315]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.0541399Z [00:02:14.315]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2180205415/b328/_pkg_.a
2025-08-20T22:59:52.0542085Z [00:02:14.315]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2180205415/b330/_pkg_.a
2025-08-20T22:59:52.0542786Z [00:02:14.315]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:52.0543350Z [00:02:14.315]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:52.0543767Z [00:02:14.315]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:52.0544194Z [00:02:14.315]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:52.0545005Z [00:02:14.315]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:52.0545323Z [00:02:14.315]➜  EOF
2025-08-20T22:59:52.0545569Z [00:02:14.315]➜  cd /root/.go/src/os/user
2025-08-20T22:59:52.0548401Z [00:02:14.315]➜  go tool pack r $WORK/b314/_pkg_.a $WORK/b314/preferlinkext $WORK/b314/_x001.o $WORK/b314/_x002.o $WORK/b314/_x003.o # internal
2025-08-20T22:59:52.0549875Z [00:02:14.315]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T22:59:52.0550869Z [00:02:14.316]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/60/6030688cb6c4dab0f5c08124966383ab9e646fcff5dfc62db4744497be09f877-d # internal
2025-08-20T22:59:52.0556041Z [00:02:14.317]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:52.0558245Z [00:02:14.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b333/_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/b333=>" -p google.golang.org/protobuf/internal/descfmt -lang=go1.23 -complete -installsuffix shared -buildid 4G5zMzw0X1YxDhlTpz7w/4G5zMzw0X1YxDhlTpz7w -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/descfmt/stringer.go
2025-08-20T22:59:52.0608034Z [00:02:14.322]➜  github.com/lib/pq
2025-08-20T22:59:52.0609379Z [00:02:14.322]➜  mkdir -p $WORK/b311/
2025-08-20T22:59:52.0615243Z [00:02:14.322]➜  cat >/tmp/go-build2180205415/b311/importcfg << 'EOF' # internal
2025-08-20T22:59:52.0615625Z [00:02:14.323]➜  # import config
2025-08-20T22:59:52.0620551Z [00:02:14.323]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:52.0621027Z [00:02:14.323]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:52.0621459Z [00:02:14.323]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:52.0621904Z [00:02:14.323]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T22:59:52.0622381Z [00:02:14.323]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T22:59:52.0622843Z [00:02:14.323]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:52.0623292Z [00:02:14.323]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:52.0623752Z [00:02:14.323]➜  packagefile database/sql=/tmp/go-build2180205415/b297/_pkg_.a
2025-08-20T22:59:52.0624239Z [00:02:14.323]➜  packagefile database/sql/driver=/tmp/go-build2180205415/b278/_pkg_.a
2025-08-20T22:59:52.0624736Z [00:02:14.323]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:52.0625207Z [00:02:14.323]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:52.0626174Z [00:02:14.323]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:52.0626716Z [00:02:14.323]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.0627188Z [00:02:14.323]➜  packagefile github.com/lib/pq/oid=/tmp/go-build2180205415/b312/_pkg_.a
2025-08-20T22:59:52.0627725Z [00:02:14.323]➜  packagefile github.com/lib/pq/scram=/tmp/go-build2180205415/b313/_pkg_.a
2025-08-20T22:59:52.0628187Z [00:02:14.323]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:52.0628604Z [00:02:14.323]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T22:59:52.0629028Z [00:02:14.323]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:52.0629433Z [00:02:14.323]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:52.0629845Z [00:02:14.323]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:52.0630260Z [00:02:14.323]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:52.0630670Z [00:02:14.323]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T22:59:52.0631088Z [00:02:14.323]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T22:59:52.0631529Z [00:02:14.323]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:52.0632199Z [00:02:14.323]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:52.0632621Z [00:02:14.323]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:52.0633043Z [00:02:14.323]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:52.0633457Z [00:02:14.323]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:52.0633875Z [00:02:14.323]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:52.0634299Z [00:02:14.323]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:52.0634724Z [00:02:14.323]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:52.0635157Z [00:02:14.323]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:52.0635596Z [00:02:14.323]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:52.0647968Z [00:02:14.323]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:52.0648440Z [00:02:14.323]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:52.0648759Z [00:02:14.323]➜  EOF
2025-08-20T22:59:52.0653791Z [00:02:14.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b311/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9=>github.com/lib/pq@v1.10.9;$WORK/b311=>" -p github.com/lib/pq -lang=go1.13 -complete -installsuffix shared -buildid rL9Mxh8vUmgM9Z8hlmm-/rL9Mxh8vUmgM9Z8hlmm- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/array.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/buf.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/conn.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/conn_go115.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/conn_go18.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/connector.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/copy.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/doc.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/encode.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/error.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/krb.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/notice.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/notify.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/rows.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/ssl.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/ssl_permissions.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/url.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/user_posix.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/uuid.go
2025-08-20T22:59:52.1359589Z [00:02:14.396]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T22:59:52.1427768Z [00:02:14.404]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/e7/e7c59546a2b9565a618f150cab6b6376e99809e613f218199721a5100643c91b-d # internal
2025-08-20T22:59:52.1441529Z [00:02:14.404]➜  google.golang.org/protobuf/internal/descopts
2025-08-20T22:59:52.1441894Z [00:02:14.404]➜  mkdir -p $WORK/b334/
2025-08-20T22:59:52.1442657Z [00:02:14.404]➜  cat >/tmp/go-build2180205415/b334/importcfg << 'EOF' # internal
2025-08-20T22:59:52.1443016Z [00:02:14.404]➜  # import config
2025-08-20T22:59:52.1443518Z [00:02:14.404]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:52.1443972Z [00:02:14.404]➜  EOF
2025-08-20T22:59:52.1446263Z [00:02:14.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b334/_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/b334=>" -p google.golang.org/protobuf/internal/descopts -lang=go1.23 -complete -installsuffix shared -buildid rLIAaKOGbtE-ddq5dbHw/rLIAaKOGbtE-ddq5dbHw -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/descopts/options.go
2025-08-20T22:59:52.1454704Z [00:02:14.406]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T22:59:52.1467908Z [00:02:14.408]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/fa/fab69860c2770522c5cf2cf059944eee6cc1ca8301023eb7e56e25c1acfb3c7a-d # internal
2025-08-20T22:59:52.1469658Z [00:02:14.408]➜  google.golang.org/protobuf/internal/strs
2025-08-20T22:59:52.1470473Z [00:02:14.408]➜  mkdir -p $WORK/b339/
2025-08-20T22:59:52.1490803Z [00:02:14.410]➜  cat >/tmp/go-build2180205415/b339/importcfg << 'EOF' # internal
2025-08-20T22:59:52.1492268Z [00:02:14.410]➜  # import config
2025-08-20T22:59:52.1492882Z [00:02:14.410]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T22:59:52.1493703Z [00:02:14.410]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2180205415/b338/_pkg_.a
2025-08-20T22:59:52.1507466Z [00:02:14.410]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:52.1508071Z [00:02:14.410]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:52.1508506Z [00:02:14.410]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:52.1508973Z [00:02:14.410]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:52.1509306Z [00:02:14.410]➜  EOF
2025-08-20T22:59:52.1511896Z [00:02:14.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b339/_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/b339=>" -p google.golang.org/protobuf/internal/strs -lang=go1.23 -complete -installsuffix shared -buildid qAQOJ2fQSF6lw7-3IskG/qAQOJ2fQSF6lw7-3IskG -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/strs/strings.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/strs/strings_unsafe.go
2025-08-20T22:59:52.1536902Z [00:02:14.415]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T22:59:52.1544692Z [00:02:14.415]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/8a/8a78d91e2100a9fd87a61e3c8d37d5b869f5b94b1e734b4041c5aab95a5b1047-d # internal
2025-08-20T22:59:52.1546086Z [00:02:14.415]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T22:59:52.1548705Z [00:02:14.415]➜  mkdir -p $WORK/b340/
2025-08-20T22:59:52.1549089Z [00:02:14.415]➜  cat >/tmp/go-build2180205415/b340/importcfg << 'EOF' # internal
2025-08-20T22:59:52.1549439Z [00:02:14.415]➜  # import config
2025-08-20T22:59:52.1549926Z [00:02:14.415]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2180205415/b326/_pkg_.a
2025-08-20T22:59:52.1550626Z [00:02:14.415]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2180205415/b327/_pkg_.a
2025-08-20T22:59:52.1551336Z [00:02:14.415]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:52.1551890Z [00:02:14.415]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:52.1552196Z [00:02:14.415]➜  EOF
2025-08-20T22:59:52.1554773Z [00:02:14.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b340/_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/b340=>" -p google.golang.org/protobuf/internal/encoding/messageset -lang=go1.23 -complete -installsuffix shared -buildid VBN_IvL75FIhorIw_6Az/VBN_IvL75FIhorIw_6Az -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/encoding/messageset/messageset.go
2025-08-20T22:59:52.1791720Z [00:02:14.440]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T22:59:52.1802256Z [00:02:14.441]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/73/739f711d63f569acfbb41b7d401c30c257da78c20786c8b7b834101c0b4732e3-d # internal
2025-08-20T22:59:52.1810825Z [00:02:14.442]➜  google.golang.org/protobuf/internal/genid
2025-08-20T22:59:52.1811932Z [00:02:14.442]➜  mkdir -p $WORK/b341/
2025-08-20T22:59:52.1813254Z [00:02:14.442]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T22:59:52.1821692Z [00:02:14.443]➜  cat >/tmp/go-build2180205415/b341/importcfg << 'EOF' # internal
2025-08-20T22:59:52.1823249Z [00:02:14.443]➜  # import config
2025-08-20T22:59:52.1824064Z [00:02:14.443]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:52.1824634Z [00:02:14.443]➜  EOF
2025-08-20T22:59:52.1831916Z [00:02:14.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b341/_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/b341=>" -p google.golang.org/protobuf/internal/genid -lang=go1.23 -complete -installsuffix shared -buildid L2lKsVKoxH_SdIUrt8P-/L2lKsVKoxH_SdIUrt8P- -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/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-20T22:59:52.1858354Z [00:02:14.447]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/54/541f054ecd1387b949d42eab9467cefa3f0fefeebab41ec2f3380e53eec75e1f-d # internal
2025-08-20T22:59:52.1859235Z [00:02:14.447]➜  google.golang.org/protobuf/internal/encoding/text
2025-08-20T22:59:52.1859741Z [00:02:14.447]➜  mkdir -p $WORK/b337/
2025-08-20T22:59:52.1860264Z [00:02:14.447]➜  cat >/tmp/go-build2180205415/b337/importcfg << 'EOF' # internal
2025-08-20T22:59:52.1860765Z [00:02:14.447]➜  # import config
2025-08-20T22:59:52.1861230Z [00:02:14.447]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:52.1861771Z [00:02:14.447]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.1862497Z [00:02:14.447]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2180205415/b328/_pkg_.a
2025-08-20T22:59:52.1863615Z [00:02:14.447]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2180205415/b327/_pkg_.a
2025-08-20T22:59:52.1864412Z [00:02:14.447]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2180205415/b338/_pkg_.a
2025-08-20T22:59:52.1865185Z [00:02:14.447]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2180205415/b339/_pkg_.a
2025-08-20T22:59:52.1865990Z [00:02:14.447]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:52.1866617Z [00:02:14.447]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:52.1867243Z [00:02:14.447]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:52.1867768Z [00:02:14.447]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:52.1868289Z [00:02:14.447]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:52.1868875Z [00:02:14.447]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:52.1869458Z [00:02:14.447]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T22:59:52.1870008Z [00:02:14.447]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:52.1870420Z [00:02:14.447]➜  EOF
2025-08-20T22:59:52.1874337Z [00:02:14.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b337/_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/b337=>" -p google.golang.org/protobuf/internal/encoding/text -lang=go1.23 -complete -installsuffix shared -buildid CRxtHkjWUgq-I9JCqbrw/CRxtHkjWUgq-I9JCqbrw -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/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-20T22:59:52.2203468Z [00:02:14.481]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T22:59:52.2212508Z [00:02:14.482]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/03/03042a0d0a09e0dc861633683369a2daae3eb9780151a56a523d7b89af96a3b1-d # internal
2025-08-20T22:59:52.2221679Z [00:02:14.483]➜  google.golang.org/protobuf/internal/order
2025-08-20T22:59:52.2222544Z [00:02:14.483]➜  mkdir -p $WORK/b343/
2025-08-20T22:59:52.2223189Z [00:02:14.483]➜  cat >/tmp/go-build2180205415/b343/importcfg << 'EOF' # internal
2025-08-20T22:59:52.2223702Z [00:02:14.483]➜  # import config
2025-08-20T22:59:52.2224407Z [00:02:14.483]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:52.2225178Z [00:02:14.483]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:52.2225845Z [00:02:14.483]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:52.2226342Z [00:02:14.483]➜  EOF
2025-08-20T22:59:52.2228814Z [00:02:14.483]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b343/_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/b343=>" -p google.golang.org/protobuf/internal/order -lang=go1.23 -complete -installsuffix shared -buildid Ec0AHu6xNp8lMN_Mt0cx/Ec0AHu6xNp8lMN_Mt0cx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b343/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-20T22:59:52.2561453Z [00:02:14.517]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T22:59:52.2562510Z [00:02:14.517]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/03/03028db6e2dd7f867261f9bad28d0b9f5056cc7a32bf1f585152ce6a47d45f49-d # internal
2025-08-20T22:59:52.2563142Z [00:02:14.517]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T22:59:52.2563472Z [00:02:14.517]➜  mkdir -p $WORK/b344/
2025-08-20T22:59:52.2563844Z [00:02:14.517]➜  cat >/tmp/go-build2180205415/b344/importcfg << 'EOF' # internal
2025-08-20T22:59:52.2564188Z [00:02:14.517]➜  # import config
2025-08-20T22:59:52.2564518Z [00:02:14.517]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.2565144Z [00:02:14.517]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2180205415/b340/_pkg_.a
2025-08-20T22:59:52.2566031Z [00:02:14.517]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2180205415/b327/_pkg_.a
2025-08-20T22:59:52.2566752Z [00:02:14.517]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2180205415/b338/_pkg_.a
2025-08-20T22:59:52.2567456Z [00:02:14.517]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:52.2568004Z [00:02:14.517]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:52.2568418Z [00:02:14.517]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:52.2568837Z [00:02:14.517]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:52.2569144Z [00:02:14.517]➜  EOF
2025-08-20T22:59:52.2571251Z [00:02:14.517]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b344/_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/b344=>" -p google.golang.org/protobuf/reflect/protoregistry -lang=go1.23 -complete -installsuffix shared -buildid LO0I6FNifq-aTdIvkCDA/LO0I6FNifq-aTdIvkCDA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b344/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoregistry/registry.go
2025-08-20T22:59:52.3002784Z [00:02:14.561]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T22:59:52.3048492Z [00:02:14.564]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/ce/ce7f18961c832574c61176c829074a6eae215093b301ef79689824e0300f07d9-d # internal
2025-08-20T22:59:52.3051129Z [00:02:14.564]➜  google.golang.org/protobuf/internal/encoding/defval
2025-08-20T22:59:52.3053504Z [00:02:14.564]➜  mkdir -p $WORK/b336/
2025-08-20T22:59:52.3058009Z [00:02:14.566]➜  cat >/tmp/go-build2180205415/b336/importcfg << 'EOF' # internal
2025-08-20T22:59:52.3063603Z [00:02:14.566]➜  # import config
2025-08-20T22:59:52.3064259Z [00:02:14.566]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.3064932Z [00:02:14.566]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build2180205415/b337/_pkg_.a
2025-08-20T22:59:52.3065642Z [00:02:14.566]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2180205415/b327/_pkg_.a
2025-08-20T22:59:52.3066598Z [00:02:14.566]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:52.3067168Z [00:02:14.566]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:52.3067588Z [00:02:14.566]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:52.3067907Z [00:02:14.566]➜  EOF
2025-08-20T22:59:52.3070080Z [00:02:14.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b336/_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/b336=>" -p google.golang.org/protobuf/internal/encoding/defval -lang=go1.23 -complete -installsuffix shared -buildid w2YcNgbBxj2EihQvWTXe/w2YcNgbBxj2EihQvWTXe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/defval/default.go
2025-08-20T22:59:52.3702371Z [00:02:14.631]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T22:59:52.3706360Z [00:02:14.632]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/2e/2e948d7429fcf4c522ee198a07f0181f2f7a05b2976486d03a5b66712f57b067-d # internal
2025-08-20T22:59:52.3731152Z [00:02:14.634]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T22:59:52.3737137Z [00:02:14.635]➜  mkdir -p $WORK/b345/
2025-08-20T22:59:52.3754255Z [00:02:14.637]➜  cat >/tmp/go-build2180205415/b345/importcfg << 'EOF' # internal
2025-08-20T22:59:52.3756821Z [00:02:14.637]➜  # import config
2025-08-20T22:59:52.3758728Z [00:02:14.637]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2180205415/b330/_pkg_.a
2025-08-20T22:59:52.3759501Z [00:02:14.637]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:52.3759958Z [00:02:14.637]➜  EOF
2025-08-20T22:59:52.3762341Z [00:02:14.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b345/_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/b345=>" -p google.golang.org/protobuf/runtime/protoiface -lang=go1.23 -complete -installsuffix shared -buildid QLCw5B_vPw1Sx4lI6Ddg/QLCw5B_vPw1Sx4lI6Ddg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b345/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-20T22:59:52.4024530Z [00:02:14.662]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T22:59:52.4027448Z [00:02:14.663]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/ae/ae485ef8deb2c6e3b040b723cdd17afaa743a4cf57868489520d0200b927f328-d # internal
2025-08-20T22:59:52.4028024Z [00:02:14.664]➜  text/tabwriter
2025-08-20T22:59:52.4028281Z [00:02:14.664]➜  mkdir -p $WORK/b360/
2025-08-20T22:59:52.4051460Z [00:02:14.666]➜  cat >/tmp/go-build2180205415/b360/importcfg << 'EOF' # internal
2025-08-20T22:59:52.4052794Z [00:02:14.666]➜  # import config
2025-08-20T22:59:52.4053435Z [00:02:14.666]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.4054138Z [00:02:14.666]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:52.4054891Z [00:02:14.666]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:52.4055442Z [00:02:14.666]➜  EOF
2025-08-20T22:59:52.4057623Z [00:02:14.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b360/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b360=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid F1g7de6928ui3NDQUUlH/F1g7de6928ui3NDQUUlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T22:59:52.4060158Z [00:02:14.666]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T22:59:52.4061062Z [00:02:14.667]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/17/17327548071603e0aaec7df20a49e7055b5bd8c6e7e2c97b6cb368125c7eb1ce-d # internal
2025-08-20T22:59:52.4066062Z [00:02:14.668]➜  google.golang.org/protobuf/proto
2025-08-20T22:59:52.4067178Z [00:02:14.668]➜  mkdir -p $WORK/b342/
2025-08-20T22:59:52.4070969Z [00:02:14.668]➜  cat >/tmp/go-build2180205415/b342/importcfg << 'EOF' # internal
2025-08-20T22:59:52.4073278Z [00:02:14.668]➜  # import config
2025-08-20T22:59:52.4073653Z [00:02:14.668]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:52.4074076Z [00:02:14.668]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.4074662Z [00:02:14.668]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2180205415/b326/_pkg_.a
2025-08-20T22:59:52.4075413Z [00:02:14.668]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2180205415/b340/_pkg_.a
2025-08-20T22:59:52.4076336Z [00:02:14.668]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2180205415/b327/_pkg_.a
2025-08-20T22:59:52.4077329Z [00:02:14.668]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2180205415/b338/_pkg_.a
2025-08-20T22:59:52.4077998Z [00:02:14.668]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2180205415/b341/_pkg_.a
2025-08-20T22:59:52.4078663Z [00:02:14.668]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build2180205415/b343/_pkg_.a
2025-08-20T22:59:52.4079333Z [00:02:14.668]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2180205415/b330/_pkg_.a
2025-08-20T22:59:52.4079993Z [00:02:14.668]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2180205415/b339/_pkg_.a
2025-08-20T22:59:52.4080690Z [00:02:14.668]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:52.4081418Z [00:02:14.668]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2180205415/b344/_pkg_.a
2025-08-20T22:59:52.4082140Z [00:02:14.668]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build2180205415/b345/_pkg_.a
2025-08-20T22:59:52.4082685Z [00:02:14.668]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:52.4083104Z [00:02:14.668]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:52.4083554Z [00:02:14.668]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:52.4083887Z [00:02:14.668]➜  EOF
2025-08-20T22:59:52.4114933Z [00:02:14.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b342/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto=>google.golang.org/protobuf@v1.36.8/proto;$WORK/b342=>" -p google.golang.org/protobuf/proto -lang=go1.23 -complete -installsuffix shared -buildid 5iB6l59caTqreZLigASW/5iB6l59caTqreZLigASW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b342/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-20T22:59:52.4582132Z [00:02:14.719]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T22:59:52.4588614Z [00:02:14.720]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d # internal
2025-08-20T22:59:52.4590767Z [00:02:14.720]➜  google.golang.org/protobuf/internal/protolazy
2025-08-20T22:59:52.4591126Z [00:02:14.720]➜  mkdir -p $WORK/b351/
2025-08-20T22:59:52.4593872Z [00:02:14.720]➜  cat >/tmp/go-build2180205415/b351/importcfg << 'EOF' # internal
2025-08-20T22:59:52.4596162Z [00:02:14.720]➜  # import config
2025-08-20T22:59:52.4596546Z [00:02:14.720]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:52.4596972Z [00:02:14.720]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.4597541Z [00:02:14.721]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2180205415/b326/_pkg_.a
2025-08-20T22:59:52.4598644Z [00:02:14.721]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build2180205415/b345/_pkg_.a
2025-08-20T22:59:52.4599185Z [00:02:14.721]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:52.4599592Z [00:02:14.721]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:52.4600028Z [00:02:14.721]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:52.4600358Z [00:02:14.721]➜  EOF
2025-08-20T22:59:52.4603093Z [00:02:14.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b351/_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/b351=>" -p google.golang.org/protobuf/internal/protolazy -lang=go1.23 -complete -installsuffix shared -buildid IDSA_JWPSqsprtepsEuL/IDSA_JWPSqsprtepsEuL -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/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-20T22:59:52.5181495Z [00:02:14.779]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T22:59:52.5205249Z [00:02:14.780]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/3f/3f1c89eb476da2301e6eef3d07f398e8acd465156436acc90efee057bf8df398-d # internal
2025-08-20T22:59:52.5206061Z [00:02:14.780]➜  google.golang.org/grpc/backoff
2025-08-20T22:59:52.5206390Z [00:02:14.781]➜  mkdir -p $WORK/b361/
2025-08-20T22:59:52.5206765Z [00:02:14.781]➜  cat >/tmp/go-build2180205415/b361/importcfg << 'EOF' # internal
2025-08-20T22:59:52.5207145Z [00:02:14.781]➜  # import config
2025-08-20T22:59:52.5207476Z [00:02:14.781]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:52.5207787Z [00:02:14.781]➜  EOF
2025-08-20T22:59:52.5209587Z [00:02:14.781]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b361/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/backoff=>google.golang.org/grpc@v1.74.2/backoff;$WORK/b361=>" -p google.golang.org/grpc/backoff -lang=go1.23 -complete -installsuffix shared -buildid RRyB1DC2mdEaO2Wtfr4f/RRyB1DC2mdEaO2Wtfr4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b361/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/backoff/backoff.go
2025-08-20T22:59:52.5621861Z [00:02:14.823]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T22:59:52.5651951Z [00:02:14.826]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/f0/f0db77d227af0740f205df9db14524a5a07a14ab29826e1f235f7d8ba50f06a6-d # internal
2025-08-20T22:59:52.5653754Z [00:02:14.826]➜  google.golang.org/grpc/grpclog/internal
2025-08-20T22:59:52.5656382Z [00:02:14.827]➜  mkdir -p $WORK/b367/
2025-08-20T22:59:52.5658103Z [00:02:14.827]➜  cat >/tmp/go-build2180205415/b367/importcfg << 'EOF' # internal
2025-08-20T22:59:52.5658864Z [00:02:14.827]➜  # import config
2025-08-20T22:59:52.5659496Z [00:02:14.827]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:52.5661807Z [00:02:14.827]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.5662510Z [00:02:14.827]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:52.5663110Z [00:02:14.827]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:52.5663830Z [00:02:14.827]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:52.5664593Z [00:02:14.827]➜  EOF
2025-08-20T22:59:52.5689003Z [00:02:14.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b367/_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/b367=>" -p google.golang.org/grpc/grpclog/internal -lang=go1.23 -complete -installsuffix shared -buildid hphMpByXZg8CKddiDiN7/hphMpByXZg8CKddiDiN7 -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/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-20T22:59:52.6146130Z [00:02:14.876]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T22:59:52.6158633Z [00:02:14.877]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T22:59:52.6168178Z [00:02:14.878]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/5e/5e1d2ab96c8ec71810c426edf5faebd14484e2b42a22c909c96df8095a260dc4-d # internal
2025-08-20T22:59:52.6169958Z [00:02:14.878]➜  google.golang.org/grpc/grpclog
2025-08-20T22:59:52.6170367Z [00:02:14.878]➜  mkdir -p $WORK/b366/
2025-08-20T22:59:52.6177088Z [00:02:14.879]➜  cat >/tmp/go-build2180205415/b366/importcfg << 'EOF' # internal
2025-08-20T22:59:52.6177463Z [00:02:14.879]➜  # import config
2025-08-20T22:59:52.6177803Z [00:02:14.879]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.6178369Z [00:02:14.879]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build2180205415/b367/_pkg_.a
2025-08-20T22:59:52.6178892Z [00:02:14.879]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:52.6179291Z [00:02:14.879]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:52.6179708Z [00:02:14.879]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:52.6180136Z [00:02:14.879]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:52.6180452Z [00:02:14.879]➜  EOF
2025-08-20T22:59:52.6183003Z [00:02:14.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b366/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog=>google.golang.org/grpc@v1.74.2/grpclog;$WORK/b366=>" -p google.golang.org/grpc/grpclog -lang=go1.23 -complete -installsuffix shared -buildid Er8jHoeajbbMJUln00v0/Er8jHoeajbbMJUln00v0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/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-20T22:59:52.6289863Z [00:02:14.890]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/30/3012ef2854e05f09b13d2e34b1c17f6077ae37bbe3fc6bb820c7871fd205e11c-d # internal
2025-08-20T22:59:52.6290644Z [00:02:14.890]➜  google.golang.org/grpc/attributes
2025-08-20T22:59:52.6291088Z [00:02:14.890]➜  mkdir -p $WORK/b369/
2025-08-20T22:59:52.6297382Z [00:02:14.891]➜  cat >/tmp/go-build2180205415/b369/importcfg << 'EOF' # internal
2025-08-20T22:59:52.6298006Z [00:02:14.891]➜  # import config
2025-08-20T22:59:52.6298737Z [00:02:14.891]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.6299355Z [00:02:14.891]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:52.6299807Z [00:02:14.891]➜  EOF
2025-08-20T22:59:52.6301721Z [00:02:14.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b369/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/attributes=>google.golang.org/grpc@v1.74.2/attributes;$WORK/b369=>" -p google.golang.org/grpc/attributes -lang=go1.23 -complete -installsuffix shared -buildid n3jSK7fFtmEUiMd1X0FG/n3jSK7fFtmEUiMd1X0FG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/attributes/attributes.go
2025-08-20T22:59:52.6501717Z [00:02:14.911]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T22:59:52.6533948Z [00:02:14.914]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/14/14775fdb3dc8fd11f2d885f5d49170b517b0b117711031c92316b5cdc81a3dab-d # internal
2025-08-20T22:59:52.6536278Z [00:02:14.915]➜  google.golang.org/protobuf/internal/filedesc
2025-08-20T22:59:52.6536657Z [00:02:14.915]➜  mkdir -p $WORK/b332/
2025-08-20T22:59:52.6540723Z [00:02:14.915]➜  cat >/tmp/go-build2180205415/b332/importcfg << 'EOF' # internal
2025-08-20T22:59:52.6541546Z [00:02:14.915]➜  # import config
2025-08-20T22:59:52.6541894Z [00:02:14.915]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:52.6542309Z [00:02:14.915]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.6542878Z [00:02:14.915]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2180205415/b326/_pkg_.a
2025-08-20T22:59:52.6543579Z [00:02:14.915]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build2180205415/b333/_pkg_.a
2025-08-20T22:59:52.6544267Z [00:02:14.915]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build2180205415/b334/_pkg_.a
2025-08-20T22:59:52.6545002Z [00:02:14.915]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build2180205415/b335/_pkg_.a
2025-08-20T22:59:52.6545750Z [00:02:14.915]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build2180205415/b336/_pkg_.a
2025-08-20T22:59:52.6546748Z [00:02:14.915]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2180205415/b340/_pkg_.a
2025-08-20T22:59:52.6547483Z [00:02:14.915]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2180205415/b327/_pkg_.a
2025-08-20T22:59:52.6548154Z [00:02:14.915]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2180205415/b341/_pkg_.a
2025-08-20T22:59:52.6548823Z [00:02:14.915]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2180205415/b330/_pkg_.a
2025-08-20T22:59:52.6549504Z [00:02:14.915]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2180205415/b339/_pkg_.a
2025-08-20T22:59:52.6550366Z [00:02:14.915]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:52.6551653Z [00:02:14.915]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:52.6552764Z [00:02:14.915]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2180205415/b344/_pkg_.a
2025-08-20T22:59:52.6553530Z [00:02:14.915]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:52.6554144Z [00:02:14.915]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:52.6554803Z [00:02:14.915]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:52.6555419Z [00:02:14.915]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:52.6556107Z [00:02:14.915]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:52.6556777Z [00:02:14.915]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:52.6557615Z [00:02:14.915]➜  EOF
2025-08-20T22:59:52.6562563Z [00:02:14.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b332/_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/b332=>" -p google.golang.org/protobuf/internal/filedesc -lang=go1.23 -complete -installsuffix shared -buildid J2rLTEOalxtsd5LXbtil/J2rLTEOalxtsd5LXbtil -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b332/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-20T22:59:52.6606465Z [00:02:14.922]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T22:59:52.6616679Z [00:02:14.923]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/ab/abb8f582d36c11424292293943f939e6ce16602fd328a0aba21b8062b345a89c-d # internal
2025-08-20T22:59:52.6617453Z [00:02:14.923]➜  google.golang.org/protobuf/encoding/prototext
2025-08-20T22:59:52.6617916Z [00:02:14.923]➜  mkdir -p $WORK/b348/
2025-08-20T22:59:52.6618433Z [00:02:14.923]➜  cat >/tmp/go-build2180205415/b348/importcfg << 'EOF' # internal
2025-08-20T22:59:52.6618887Z [00:02:14.923]➜  # import config
2025-08-20T22:59:52.6619320Z [00:02:14.923]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.6620002Z [00:02:14.923]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2180205415/b326/_pkg_.a
2025-08-20T22:59:52.6620885Z [00:02:14.923]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2180205415/b340/_pkg_.a
2025-08-20T22:59:52.6621771Z [00:02:14.923]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build2180205415/b337/_pkg_.a
2025-08-20T22:59:52.6622602Z [00:02:14.923]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2180205415/b327/_pkg_.a
2025-08-20T22:59:52.6623392Z [00:02:14.923]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2180205415/b338/_pkg_.a
2025-08-20T22:59:52.6624160Z [00:02:14.923]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2180205415/b341/_pkg_.a
2025-08-20T22:59:52.6624928Z [00:02:14.923]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build2180205415/b343/_pkg_.a
2025-08-20T22:59:52.6625694Z [00:02:14.923]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2180205415/b330/_pkg_.a
2025-08-20T22:59:52.6626607Z [00:02:14.923]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build2180205415/b349/_pkg_.a
2025-08-20T22:59:52.6627354Z [00:02:14.923]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2180205415/b339/_pkg_.a
2025-08-20T22:59:52.6628081Z [00:02:14.923]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:52.6628892Z [00:02:14.923]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:52.6629727Z [00:02:14.923]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2180205415/b344/_pkg_.a
2025-08-20T22:59:52.6630403Z [00:02:14.923]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:52.6630963Z [00:02:14.923]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:52.6631423Z [00:02:14.923]➜  EOF
2025-08-20T22:59:52.6634517Z [00:02:14.923]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b348/_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/b348=>" -p google.golang.org/protobuf/encoding/prototext -lang=go1.23 -complete -installsuffix shared -buildid ClsSVxGrgPBtesgOIMwU/ClsSVxGrgPBtesgOIMwU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b348/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-20T22:59:52.6862883Z [00:02:14.947]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T22:59:52.6871402Z [00:02:14.948]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/06/06cb590b344e946b6f26afaadcade2b0720aac1ad0d2695ffd54712ac6a404af-d # internal
2025-08-20T22:59:52.6874736Z [00:02:14.949]➜  google.golang.org/grpc/connectivity
2025-08-20T22:59:52.6875473Z [00:02:14.949]➜  mkdir -p $WORK/b365/
2025-08-20T22:59:52.6876021Z [00:02:14.949]➜  cat >/tmp/go-build2180205415/b365/importcfg << 'EOF' # internal
2025-08-20T22:59:52.6876434Z [00:02:14.949]➜  # import config
2025-08-20T22:59:52.6876869Z [00:02:14.949]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:52.6877602Z [00:02:14.949]➜  EOF
2025-08-20T22:59:52.6879514Z [00:02:14.949]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b365/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/connectivity=>google.golang.org/grpc@v1.74.2/connectivity;$WORK/b365=>" -p google.golang.org/grpc/connectivity -lang=go1.23 -complete -installsuffix shared -buildid mXpl9xv7t9FWpcIj-ZXU/mXpl9xv7t9FWpcIj-ZXU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/connectivity/connectivity.go
2025-08-20T22:59:52.7081301Z [00:02:14.969]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T22:59:52.7085230Z [00:02:14.970]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/7d/7d47512aadf9dd2f9dfb4d7e57a9c80e7f331d78ee4eb67c0ba6daf83942e015-d # internal
2025-08-20T22:59:52.7120390Z [00:02:14.973]➜  google.golang.org/grpc/internal/credentials
2025-08-20T22:59:52.7120840Z [00:02:14.973]➜  mkdir -p $WORK/b370/
2025-08-20T22:59:52.7127996Z [00:02:14.974]➜  cat >/tmp/go-build2180205415/b370/importcfg << 'EOF' # internal
2025-08-20T22:59:52.7128376Z [00:02:14.974]➜  # import config
2025-08-20T22:59:52.7128727Z [00:02:14.974]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:52.7129178Z [00:02:14.974]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:52.7129641Z [00:02:14.974]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:52.7130168Z [00:02:14.974]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:52.7130660Z [00:02:14.974]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:52.7131095Z [00:02:14.974]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:52.7131524Z [00:02:14.974]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:52.7131838Z [00:02:14.974]➜  EOF
2025-08-20T22:59:52.7135041Z [00:02:14.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b370/_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/b370=>" -p google.golang.org/grpc/internal/credentials -lang=go1.23 -complete -installsuffix shared -buildid 9f95Sc7cypyWPaeqZECy/9f95Sc7cypyWPaeqZECy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b370/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-20T22:59:52.7911296Z [00:02:15.052]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T22:59:52.7918246Z [00:02:15.053]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/49/49c43ebf76c68032af7006c9418e44d5ec3b29bc96187d0bb76b9cfb3d2ca549-d # internal
2025-08-20T22:59:52.7937448Z [00:02:15.053]➜  google.golang.org/grpc/internal/envconfig
2025-08-20T22:59:52.7937805Z [00:02:15.053]➜  mkdir -p $WORK/b371/
2025-08-20T22:59:52.7938185Z [00:02:15.053]➜  cat >/tmp/go-build2180205415/b371/importcfg << 'EOF' # internal
2025-08-20T22:59:52.7938536Z [00:02:15.053]➜  # import config
2025-08-20T22:59:52.7938863Z [00:02:15.053]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:52.7939287Z [00:02:15.053]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:52.7939716Z [00:02:15.053]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:52.7940034Z [00:02:15.053]➜  EOF
2025-08-20T22:59:52.7942661Z [00:02:15.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b371/_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/b371=>" -p google.golang.org/grpc/internal/envconfig -lang=go1.23 -complete -installsuffix shared -buildid MzDXw019qDYQRiF0ykpd/MzDXw019qDYQRiF0ykpd -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/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-20T22:59:52.8152384Z [00:02:15.076]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T22:59:52.8157729Z [00:02:15.077]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T22:59:52.8162072Z [00:02:15.077]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/e3/e34d7790e6db4e1521a2535f147698890b10ab7f42304db2115f7d219d103424-d # internal
2025-08-20T22:59:52.8164144Z [00:02:15.077]➜  google.golang.org/grpc/credentials
2025-08-20T22:59:52.8164463Z [00:02:15.078]➜  mkdir -p $WORK/b368/
2025-08-20T22:59:52.8168588Z [00:02:15.078]➜  cat >/tmp/go-build2180205415/b368/importcfg << 'EOF' # internal
2025-08-20T22:59:52.8169331Z [00:02:15.078]➜  # import config
2025-08-20T22:59:52.8170197Z [00:02:15.078]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:52.8170751Z [00:02:15.078]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:52.8171635Z [00:02:15.078]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:52.8172378Z [00:02:15.078]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:52.8173367Z [00:02:15.078]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.8173893Z [00:02:15.078]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build2180205415/b369/_pkg_.a
2025-08-20T22:59:52.8174510Z [00:02:15.078]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:52.8175149Z [00:02:15.078]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build2180205415/b370/_pkg_.a
2025-08-20T22:59:52.8175918Z [00:02:15.078]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2180205415/b371/_pkg_.a
2025-08-20T22:59:52.8176631Z [00:02:15.078]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:52.8189754Z [00:02:15.078]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:52.8190205Z [00:02:15.078]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:52.8190620Z [00:02:15.078]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:52.8190923Z [00:02:15.078]➜  EOF
2025-08-20T22:59:52.8193351Z [00:02:15.078]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b368/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials=>google.golang.org/grpc@v1.74.2/credentials;$WORK/b368=>" -p google.golang.org/grpc/credentials -lang=go1.23 -complete -installsuffix shared -buildid qunBqZhtgYfsqxGPWq4v/qunBqZhtgYfsqxGPWq4v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b368/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-20T22:59:52.8195647Z [00:02:15.079]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/2b/2b53b615dff3c4d78947c6893b9395fa7aa63a575800b362a8160d3a361e14ae-d # internal
2025-08-20T22:59:52.8196379Z [00:02:15.080]➜  google.golang.org/grpc/internal
2025-08-20T22:59:52.8197374Z [00:02:15.080]➜  mkdir -p $WORK/b372/
2025-08-20T22:59:52.8198193Z [00:02:15.080]➜  cat >/tmp/go-build2180205415/b372/importcfg << 'EOF' # internal
2025-08-20T22:59:52.8198989Z [00:02:15.080]➜  # import config
2025-08-20T22:59:52.8199384Z [00:02:15.080]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:52.8199912Z [00:02:15.080]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T22:59:52.8200500Z [00:02:15.080]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T22:59:52.8201129Z [00:02:15.080]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T22:59:52.8201997Z [00:02:15.080]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:52.8202418Z [00:02:15.080]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:52.8202836Z [00:02:15.080]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:52.8203143Z [00:02:15.080]➜  EOF
2025-08-20T22:59:52.8205506Z [00:02:15.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b372/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal=>google.golang.org/grpc@v1.74.2/internal;$WORK/b372=>" -p google.golang.org/grpc/internal -lang=go1.23 -complete -installsuffix shared -buildid qeO_Xvzs0o2neTX_NDLd/qeO_Xvzs0o2neTX_NDLd -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/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-20T22:59:52.8801485Z [00:02:15.141]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T22:59:52.8808952Z [00:02:15.142]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/bb/bb28fb73a48096fd3b946ce27a1822765020b2f5556b17a59046a902305d1c96-d # internal
2025-08-20T22:59:52.8809570Z [00:02:15.142]➜  google.golang.org/grpc/metadata
2025-08-20T22:59:52.8809874Z [00:02:15.142]➜  mkdir -p $WORK/b376/
2025-08-20T22:59:52.8810248Z [00:02:15.142]➜  cat >/tmp/go-build2180205415/b376/importcfg << 'EOF' # internal
2025-08-20T22:59:52.8810589Z [00:02:15.142]➜  # import config
2025-08-20T22:59:52.8810934Z [00:02:15.142]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:52.8811380Z [00:02:15.142]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.8812125Z [00:02:15.142]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T22:59:52.8812774Z [00:02:15.142]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:52.8813233Z [00:02:15.142]➜  EOF
2025-08-20T22:59:52.8815173Z [00:02:15.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/metadata=>google.golang.org/grpc@v1.74.2/metadata;$WORK/b376=>" -p google.golang.org/grpc/metadata -lang=go1.23 -complete -installsuffix shared -buildid rRlGInAv-M7PqCwdEo6c/rRlGInAv-M7PqCwdEo6c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/metadata/metadata.go
2025-08-20T22:59:52.8962895Z [00:02:15.157]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T22:59:52.8973508Z [00:02:15.158]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/8d/8d93f40fdb7b8a2cb178af853a8e84e284dfc6e256cc3b10df8faaf25504c6e6-d # internal
2025-08-20T22:59:52.8980608Z [00:02:15.159]➜  google.golang.org/grpc/internal/channelz
2025-08-20T22:59:52.8981121Z [00:02:15.159]➜  mkdir -p $WORK/b364/
2025-08-20T22:59:52.8981678Z [00:02:15.159]➜  cat >/tmp/go-build2180205415/b364/importcfg << 'EOF' # internal
2025-08-20T22:59:52.8982136Z [00:02:15.159]➜  # import config
2025-08-20T22:59:52.8982570Z [00:02:15.159]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.8983128Z [00:02:15.159]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T22:59:52.8983798Z [00:02:15.159]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T22:59:52.8984518Z [00:02:15.159]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:52.8985234Z [00:02:15.159]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:52.8986033Z [00:02:15.159]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T22:59:52.8986659Z [00:02:15.159]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:52.8987481Z [00:02:15.159]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:52.8987987Z [00:02:15.159]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:52.8988514Z [00:02:15.159]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:52.8989037Z [00:02:15.159]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:52.8989546Z [00:02:15.159]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:52.8989972Z [00:02:15.159]➜  EOF
2025-08-20T22:59:52.8994345Z [00:02:15.159]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b364/_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/b364=>" -p google.golang.org/grpc/internal/channelz -lang=go1.23 -complete -installsuffix shared -buildid jueTI7m9dl5i82UZp1J3/jueTI7m9dl5i82UZp1J3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b364/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-20T22:59:52.9112929Z [00:02:15.172]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T22:59:52.9121421Z [00:02:15.173]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/b1/b1a0644e23edd933910948188c1541bb5660e3ab3df314915d7ef8532afa7f84-d # internal
2025-08-20T22:59:52.9142185Z [00:02:15.173]➜  google.golang.org/grpc/stats
2025-08-20T22:59:52.9142546Z [00:02:15.173]➜  mkdir -p $WORK/b375/
2025-08-20T22:59:52.9142929Z [00:02:15.173]➜  cat >/tmp/go-build2180205415/b375/importcfg << 'EOF' # internal
2025-08-20T22:59:52.9143276Z [00:02:15.173]➜  # import config
2025-08-20T22:59:52.9143621Z [00:02:15.173]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:52.9144145Z [00:02:15.173]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T22:59:52.9144643Z [00:02:15.173]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T22:59:52.9145053Z [00:02:15.173]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:52.9148434Z [00:02:15.173]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:52.9148850Z [00:02:15.173]➜  EOF
2025-08-20T22:59:52.9151094Z [00:02:15.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b375/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats=>google.golang.org/grpc@v1.74.2/stats;$WORK/b375=>" -p google.golang.org/grpc/stats -lang=go1.23 -complete -installsuffix shared -buildid 4IEpzmUVve6LRrCcgezD/4IEpzmUVve6LRrCcgezD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/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-20T22:59:52.9409419Z [00:02:15.202]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T22:59:52.9417105Z [00:02:15.202]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/7a/7a48947cb950cb14e88e5c0fbfd97c72c3a8c358a00010135297367c3661451c-d # internal
2025-08-20T22:59:52.9417898Z [00:02:15.203]➜  google.golang.org/grpc/experimental/stats
2025-08-20T22:59:52.9418232Z [00:02:15.203]➜  mkdir -p $WORK/b374/
2025-08-20T22:59:52.9418607Z [00:02:15.203]➜  cat >/tmp/go-build2180205415/b374/importcfg << 'EOF' # internal
2025-08-20T22:59:52.9418951Z [00:02:15.203]➜  # import config
2025-08-20T22:59:52.9419764Z [00:02:15.203]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:52.9420355Z [00:02:15.203]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T22:59:52.9420930Z [00:02:15.203]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2180205415/b375/_pkg_.a
2025-08-20T22:59:52.9421421Z [00:02:15.203]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T22:59:52.9421728Z [00:02:15.203]➜  EOF
2025-08-20T22:59:52.9424051Z [00:02:15.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b374/_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/b374=>" -p google.golang.org/grpc/experimental/stats -lang=go1.23 -complete -installsuffix shared -buildid XzWsQEQB-THrCydWVp50/XzWsQEQB-THrCydWVp50 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b374/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-20T22:59:52.9635253Z [00:02:15.224]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T22:59:52.9649820Z [00:02:15.225]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/64/64effdc32ee450bc27c5e11d256c1c120d5044f37f4a1e3d32825d87b86427c6-d # internal
2025-08-20T22:59:52.9650443Z [00:02:15.225]➜  google.golang.org/grpc/resolver
2025-08-20T22:59:52.9650751Z [00:02:15.225]➜  mkdir -p $WORK/b377/
2025-08-20T22:59:52.9651123Z [00:02:15.225]➜  cat >/tmp/go-build2180205415/b377/importcfg << 'EOF' # internal
2025-08-20T22:59:52.9651465Z [00:02:15.225]➜  # import config
2025-08-20T22:59:52.9651829Z [00:02:15.225]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:52.9652290Z [00:02:15.225]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:52.9652738Z [00:02:15.225]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:52.9653157Z [00:02:15.225]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:52.9653667Z [00:02:15.225]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build2180205415/b369/_pkg_.a
2025-08-20T22:59:52.9654276Z [00:02:15.225]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:52.9654915Z [00:02:15.225]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2180205415/b374/_pkg_.a
2025-08-20T22:59:52.9655539Z [00:02:15.225]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T22:59:52.9658891Z [00:02:15.225]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T22:59:52.9659484Z [00:02:15.225]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:52.9659908Z [00:02:15.225]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:52.9660326Z [00:02:15.225]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:52.9660756Z [00:02:15.225]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:52.9661071Z [00:02:15.225]➜  EOF
2025-08-20T22:59:52.9663118Z [00:02:15.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b377/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver=>google.golang.org/grpc@v1.74.2/resolver;$WORK/b377=>" -p google.golang.org/grpc/resolver -lang=go1.23 -complete -installsuffix shared -buildid R32L-4aRiKDTQhEoKTRC/R32L-4aRiKDTQhEoKTRC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/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-20T22:59:53.0039726Z [00:02:15.265]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T22:59:53.0046215Z [00:02:15.266]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/c5/c55643179cd2d84071e2e2b1e4207f654ed63a923c036b6ac5f64fdbdf724b63-d # internal
2025-08-20T22:59:53.0048029Z [00:02:15.266]➜  google.golang.org/grpc/balancer/pickfirst/internal
2025-08-20T22:59:53.0068353Z [00:02:15.266]➜  mkdir -p $WORK/b380/
2025-08-20T22:59:53.0068824Z [00:02:15.266]➜  cat >/tmp/go-build2180205415/b380/importcfg << 'EOF' # internal
2025-08-20T22:59:53.0069180Z [00:02:15.266]➜  # import config
2025-08-20T22:59:53.0069543Z [00:02:15.266]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T22:59:53.0069988Z [00:02:15.266]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:53.0070300Z [00:02:15.266]➜  EOF
2025-08-20T22:59:53.0072478Z [00:02:15.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b380/_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/b380=>" -p google.golang.org/grpc/balancer/pickfirst/internal -lang=go1.23 -complete -installsuffix shared -buildid FHir-LUPpLQhQLWCmamy/FHir-LUPpLQhQLWCmamy -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/internal/internal.go
2025-08-20T22:59:53.0164722Z [00:02:15.277]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T22:59:53.0170952Z [00:02:15.278]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/b6/b69c52334bda96627ec88a2c428fb63626b4752ff8d5a777c4576afc223e08a5-d # internal
2025-08-20T22:59:53.0172828Z [00:02:15.278]➜  google.golang.org/grpc/internal/grpclog
2025-08-20T22:59:53.0173169Z [00:02:15.278]➜  mkdir -p $WORK/b382/
2025-08-20T22:59:53.0173543Z [00:02:15.278]➜  cat >/tmp/go-build2180205415/b382/importcfg << 'EOF' # internal
2025-08-20T22:59:53.0173909Z [00:02:15.278]➜  # import config
2025-08-20T22:59:53.0174237Z [00:02:15.278]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.0174739Z [00:02:15.278]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:53.0175141Z [00:02:15.278]➜  EOF
2025-08-20T22:59:53.0177282Z [00:02:15.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b382/_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/b382=>" -p google.golang.org/grpc/internal/grpclog -lang=go1.23 -complete -installsuffix shared -buildid geYPAV5ae1gMbZjCdL6g/geYPAV5ae1gMbZjCdL6g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpclog/prefix_logger.go
2025-08-20T22:59:53.0271213Z [00:02:15.288]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T22:59:53.0326306Z [00:02:15.294]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/fd/fd994c885a3bd5826f38f1e983828f7dcc8fa0611489957a58fec4dd7e128b1e-d # internal
2025-08-20T22:59:53.0327399Z [00:02:15.294]➜  google.golang.org/protobuf/internal/encoding/tag
2025-08-20T22:59:53.0330372Z [00:02:15.294]➜  mkdir -p $WORK/b350/
2025-08-20T22:59:53.0331048Z [00:02:15.294]➜  cat >/tmp/go-build2180205415/b350/importcfg << 'EOF' # internal
2025-08-20T22:59:53.0331752Z [00:02:15.294]➜  # import config
2025-08-20T22:59:53.0332523Z [00:02:15.294]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build2180205415/b336/_pkg_.a
2025-08-20T22:59:53.0334419Z [00:02:15.294]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2180205415/b332/_pkg_.a
2025-08-20T22:59:53.0335277Z [00:02:15.294]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2180205415/b339/_pkg_.a
2025-08-20T22:59:53.0336828Z [00:02:15.294]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:53.0337775Z [00:02:15.294]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:53.0338600Z [00:02:15.294]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:53.0339140Z [00:02:15.294]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.0340078Z [00:02:15.294]➜  EOF
2025-08-20T22:59:53.0342473Z [00:02:15.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b350/_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/b350=>" -p google.golang.org/protobuf/internal/encoding/tag -lang=go1.23 -complete -installsuffix shared -buildid QI9SeGH_qxYXfwzH-y-v/QI9SeGH_qxYXfwzH-y-v -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/encoding/tag/tag.go
2025-08-20T22:59:53.0425366Z [00:02:15.304]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T22:59:53.0449490Z [00:02:15.306]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/4a/4a53e9d66affdc55d08a1f24e6ffb116ab8cf868519d4a597ddd69b43091d6be-d # internal
2025-08-20T22:59:53.0450505Z [00:02:15.306]➜  google.golang.org/protobuf/internal/encoding/json
2025-08-20T22:59:53.0451225Z [00:02:15.306]➜  mkdir -p $WORK/b385/
2025-08-20T22:59:53.0451887Z [00:02:15.306]➜  cat >/tmp/go-build2180205415/b385/importcfg << 'EOF' # internal
2025-08-20T22:59:53.0452437Z [00:02:15.306]➜  # import config
2025-08-20T22:59:53.0453457Z [00:02:15.306]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:53.0454094Z [00:02:15.306]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.0454786Z [00:02:15.306]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2180205415/b328/_pkg_.a
2025-08-20T22:59:53.0455742Z [00:02:15.306]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2180205415/b327/_pkg_.a
2025-08-20T22:59:53.0461549Z [00:02:15.306]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2180205415/b339/_pkg_.a
2025-08-20T22:59:53.0462084Z [00:02:15.306]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:53.0462496Z [00:02:15.306]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:53.0462942Z [00:02:15.306]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:53.0463381Z [00:02:15.306]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:53.0463807Z [00:02:15.306]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:53.0464234Z [00:02:15.306]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.0464659Z [00:02:15.306]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:53.0465111Z [00:02:15.306]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T22:59:53.0465573Z [00:02:15.306]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:53.0466341Z [00:02:15.306]➜  EOF
2025-08-20T22:59:53.0469875Z [00:02:15.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b385/_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/b385=>" -p google.golang.org/protobuf/internal/encoding/json -lang=go1.23 -complete -installsuffix shared -buildid -oJ1FzZGduqx5PaedaTL/-oJ1FzZGduqx5PaedaTL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/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-20T22:59:53.0642573Z [00:02:15.325]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T22:59:53.0649089Z [00:02:15.326]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/43/43bcef3ff6eb0de222fa89cdfc3caf66c87ac82fbfcd6396300286a5342bbc16-d # internal
2025-08-20T22:59:53.0683957Z [00:02:15.329]➜  google.golang.org/protobuf/internal/impl
2025-08-20T22:59:53.0694734Z [00:02:15.329]➜  mkdir -p $WORK/b347/
2025-08-20T22:59:53.0695142Z [00:02:15.330]➜  cat >/tmp/go-build2180205415/b347/importcfg << 'EOF' # internal
2025-08-20T22:59:53.0695504Z [00:02:15.330]➜  # import config
2025-08-20T22:59:53.0695935Z [00:02:15.330]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:53.0696442Z [00:02:15.330]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T22:59:53.0696924Z [00:02:15.330]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:53.0697401Z [00:02:15.330]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:53.0697851Z [00:02:15.330]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.0698416Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build2180205415/b348/_pkg_.a
2025-08-20T22:59:53.0699117Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2180205415/b326/_pkg_.a
2025-08-20T22:59:53.0699822Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build2180205415/b334/_pkg_.a
2025-08-20T22:59:53.0700509Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2180205415/b328/_pkg_.a
2025-08-20T22:59:53.0701252Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2180205415/b340/_pkg_.a
2025-08-20T22:59:53.0701998Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build2180205415/b350/_pkg_.a
2025-08-20T22:59:53.0702699Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2180205415/b327/_pkg_.a
2025-08-20T22:59:53.0703387Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2180205415/b332/_pkg_.a
2025-08-20T22:59:53.0704060Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2180205415/b338/_pkg_.a
2025-08-20T22:59:53.0704729Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2180205415/b341/_pkg_.a
2025-08-20T22:59:53.0705393Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build2180205415/b343/_pkg_.a
2025-08-20T22:59:53.0708086Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2180205415/b330/_pkg_.a
2025-08-20T22:59:53.0708785Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build2180205415/b351/_pkg_.a
2025-08-20T22:59:53.0709461Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2180205415/b339/_pkg_.a
2025-08-20T22:59:53.0710363Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:53.0711092Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:53.0711823Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2180205415/b344/_pkg_.a
2025-08-20T22:59:53.0712529Z [00:02:15.330]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build2180205415/b345/_pkg_.a
2025-08-20T22:59:53.0713096Z [00:02:15.330]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T22:59:53.0713518Z [00:02:15.330]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:53.0714202Z [00:02:15.330]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:53.0714699Z [00:02:15.330]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:53.0715124Z [00:02:15.330]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:53.0715537Z [00:02:15.330]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:53.0716067Z [00:02:15.330]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:53.0716492Z [00:02:15.330]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:53.0717179Z [00:02:15.330]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.0717594Z [00:02:15.330]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:53.0718029Z [00:02:15.330]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:53.0718485Z [00:02:15.330]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:53.0718817Z [00:02:15.330]➜  EOF
2025-08-20T22:59:53.0732984Z [00:02:15.330]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b347/_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/b347=>" -p google.golang.org/protobuf/internal/impl -lang=go1.23 -complete -installsuffix shared -buildid U2BVDafNRQ9cqfg111XB/U2BVDafNRQ9cqfg111XB -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/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-20T22:59:53.0750569Z [00:02:15.333]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T22:59:53.0770250Z [00:02:15.337]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/51/5121521e2cb2db296d2f98f9be61e7e29caf3217b6f7a9d56b285333086d342a-d # internal
2025-08-20T22:59:53.0770850Z [00:02:15.337]➜  google.golang.org/grpc/channelz
2025-08-20T22:59:53.0771150Z [00:02:15.337]➜  mkdir -p $WORK/b363/
2025-08-20T22:59:53.0771535Z [00:02:15.338]➜  cat >/tmp/go-build2180205415/b363/importcfg << 'EOF' # internal
2025-08-20T22:59:53.0771882Z [00:02:15.338]➜  # import config
2025-08-20T22:59:53.0772349Z [00:02:15.338]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build2180205415/b364/_pkg_.a
2025-08-20T22:59:53.0772774Z [00:02:15.338]➜  EOF
2025-08-20T22:59:53.0774583Z [00:02:15.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b363/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/channelz=>google.golang.org/grpc@v1.74.2/channelz;$WORK/b363=>" -p google.golang.org/grpc/channelz -lang=go1.23 -complete -installsuffix shared -buildid aYrMsYMsScgtvYihu1JI/aYrMsYMsScgtvYihu1JI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/channelz/channelz.go
2025-08-20T22:59:53.0870358Z [00:02:15.348]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T22:59:53.0891278Z [00:02:15.348]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/3b/3bdb91d6f51b123f0cf77501dd290f902d6b49e588722360e7060064d51b8055-d # internal
2025-08-20T22:59:53.0891954Z [00:02:15.348]➜  google.golang.org/grpc/balancer
2025-08-20T22:59:53.0892257Z [00:02:15.348]➜  mkdir -p $WORK/b362/
2025-08-20T22:59:53.0892631Z [00:02:15.348]➜  cat >/tmp/go-build2180205415/b362/importcfg << 'EOF' # internal
2025-08-20T22:59:53.0892996Z [00:02:15.349]➜  # import config
2025-08-20T22:59:53.0893337Z [00:02:15.349]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:53.0893793Z [00:02:15.349]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:53.0894283Z [00:02:15.349]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:53.0894795Z [00:02:15.349]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build2180205415/b363/_pkg_.a
2025-08-20T22:59:53.0895409Z [00:02:15.349]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T22:59:53.0909315Z [00:02:15.349]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:53.0910024Z [00:02:15.349]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2180205415/b374/_pkg_.a
2025-08-20T22:59:53.0910656Z [00:02:15.349]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:53.0911580Z [00:02:15.349]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T22:59:53.0912169Z [00:02:15.349]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T22:59:53.0912755Z [00:02:15.349]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:53.0913362Z [00:02:15.349]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T22:59:53.0913866Z [00:02:15.349]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:53.0914281Z [00:02:15.349]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.0914604Z [00:02:15.349]➜  EOF
2025-08-20T22:59:53.0917094Z [00:02:15.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b362/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer=>google.golang.org/grpc@v1.74.2/balancer;$WORK/b362=>" -p google.golang.org/grpc/balancer -lang=go1.23 -complete -installsuffix shared -buildid rH9ly3hOA4f19HEI2BN7/rH9ly3hOA4f19HEI2BN7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b362/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-20T22:59:53.1141883Z [00:02:15.375]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T22:59:53.1151181Z [00:02:15.376]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/a0/a0aef729650f1934391a9ec871901ec5e17556d2e4efa4db864be60e90d420cf-d # internal
2025-08-20T22:59:53.1152305Z [00:02:15.376]➜  google.golang.org/grpc/balancer/base
2025-08-20T22:59:53.1153780Z [00:02:15.376]➜  mkdir -p $WORK/b378/
2025-08-20T22:59:53.1160075Z [00:02:15.377]➜  cat >/tmp/go-build2180205415/b378/importcfg << 'EOF' # internal
2025-08-20T22:59:53.1162397Z [00:02:15.377]➜  # import config
2025-08-20T22:59:53.1163054Z [00:02:15.377]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:53.1163855Z [00:02:15.377]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.1164585Z [00:02:15.377]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T22:59:53.1165376Z [00:02:15.377]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T22:59:53.1166350Z [00:02:15.377]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:53.1168319Z [00:02:15.377]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:53.1168857Z [00:02:15.377]➜  EOF
2025-08-20T22:59:53.1171642Z [00:02:15.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b378/_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/b378=>" -p google.golang.org/grpc/balancer/base -lang=go1.23 -complete -installsuffix shared -buildid RCKSo-wZv0WNTdob9gA-/RCKSo-wZv0WNTdob9gA- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b378/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-20T22:59:53.1201773Z [00:02:15.381]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T22:59:53.1212218Z [00:02:15.382]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/12/127c61514de8ac4afa1a0380943fc2cee46f07d5f09b9ee1d0b51e8a7cd78440-d # internal
2025-08-20T22:59:53.1216447Z [00:02:15.383]➜  google.golang.org/protobuf/encoding/protojson
2025-08-20T22:59:53.1218560Z [00:02:15.383]➜  mkdir -p $WORK/b384/
2025-08-20T22:59:53.1218956Z [00:02:15.383]➜  cat >/tmp/go-build2180205415/b384/importcfg << 'EOF' # internal
2025-08-20T22:59:53.1219301Z [00:02:15.383]➜  # import config
2025-08-20T22:59:53.1219643Z [00:02:15.383]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:53.1220376Z [00:02:15.383]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:53.1220827Z [00:02:15.383]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.1221399Z [00:02:15.383]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2180205415/b326/_pkg_.a
2025-08-20T22:59:53.1224387Z [00:02:15.383]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build2180205415/b385/_pkg_.a
2025-08-20T22:59:53.1225162Z [00:02:15.383]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2180205415/b340/_pkg_.a
2025-08-20T22:59:53.1225982Z [00:02:15.383]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2180205415/b327/_pkg_.a
2025-08-20T22:59:53.1226724Z [00:02:15.383]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2180205415/b332/_pkg_.a
2025-08-20T22:59:53.1227402Z [00:02:15.383]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2180205415/b338/_pkg_.a
2025-08-20T22:59:53.1228072Z [00:02:15.383]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2180205415/b341/_pkg_.a
2025-08-20T22:59:53.1228898Z [00:02:15.383]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build2180205415/b343/_pkg_.a
2025-08-20T22:59:53.1229635Z [00:02:15.383]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2180205415/b330/_pkg_.a
2025-08-20T22:59:53.1230293Z [00:02:15.383]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build2180205415/b349/_pkg_.a
2025-08-20T22:59:53.1230942Z [00:02:15.383]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2180205415/b339/_pkg_.a
2025-08-20T22:59:53.1231569Z [00:02:15.383]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:53.1232230Z [00:02:15.383]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:53.1232957Z [00:02:15.383]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2180205415/b344/_pkg_.a
2025-08-20T22:59:53.1233512Z [00:02:15.383]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:53.1233930Z [00:02:15.383]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:53.1234358Z [00:02:15.383]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.1234773Z [00:02:15.383]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:53.1235078Z [00:02:15.383]➜  EOF
2025-08-20T22:59:53.1238835Z [00:02:15.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b384/_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/b384=>" -p google.golang.org/protobuf/encoding/protojson -lang=go1.23 -complete -installsuffix shared -buildid RnvHArUr5dgAYt7hqUQN/RnvHArUr5dgAYt7hqUQN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/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-20T22:59:53.1427225Z [00:02:15.403]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T22:59:53.1679968Z [00:02:15.429]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T22:59:53.1696466Z [00:02:15.430]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/f4/f4db4d70b5b6f405f609c8ae6245acdaecadbbdbfcfc92281d4ace245b81db06-d # internal
2025-08-20T22:59:53.1697218Z [00:02:15.430]➜  google.golang.org/grpc/balancer/endpointsharding
2025-08-20T22:59:53.1697560Z [00:02:15.430]➜  mkdir -p $WORK/b388/
2025-08-20T22:59:53.1697941Z [00:02:15.431]➜  cat >/tmp/go-build2180205415/b388/importcfg << 'EOF' # internal
2025-08-20T22:59:53.1698647Z [00:02:15.431]➜  # import config
2025-08-20T22:59:53.1699007Z [00:02:15.431]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:53.1699530Z [00:02:15.431]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T22:59:53.1700149Z [00:02:15.431]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2180205415/b378/_pkg_.a
2025-08-20T22:59:53.1700768Z [00:02:15.431]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T22:59:53.1701371Z [00:02:15.431]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:53.1701901Z [00:02:15.431]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T22:59:53.1702335Z [00:02:15.431]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:53.1702767Z [00:02:15.431]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:53.1703094Z [00:02:15.431]➜  EOF
2025-08-20T22:59:53.1705255Z [00:02:15.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b388/_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/b388=>" -p google.golang.org/grpc/balancer/endpointsharding -lang=go1.23 -complete -installsuffix shared -buildid RSL7a63SyqUUYWVw4avW/RSL7a63SyqUUYWVw4avW -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/endpointsharding/endpointsharding.go
2025-08-20T22:59:53.1741978Z [00:02:15.435]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/b6/b60d430f051be6e6a90d912637ca17e7d79a8cac4325e704134fad3beeabdff7-d # internal
2025-08-20T22:59:53.1750594Z [00:02:15.436]➜  github.com/felixge/fgprof
2025-08-20T22:59:53.1751253Z [00:02:15.436]➜  mkdir -p $WORK/b101/
2025-08-20T22:59:53.1760944Z [00:02:15.437]➜  cat >/tmp/go-build2180205415/b101/importcfg << 'EOF' # internal
2025-08-20T22:59:53.1762848Z [00:02:15.437]➜  # import config
2025-08-20T22:59:53.1763195Z [00:02:15.437]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.1763709Z [00:02:15.437]➜  packagefile github.com/google/pprof/profile=/tmp/go-build2180205415/b102/_pkg_.a
2025-08-20T22:59:53.1764201Z [00:02:15.437]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:53.1764610Z [00:02:15.437]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:53.1765032Z [00:02:15.437]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:53.1765463Z [00:02:15.437]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:53.1766252Z [00:02:15.437]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:53.1766759Z [00:02:15.437]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:53.1767192Z [00:02:15.437]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.1767610Z [00:02:15.437]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:53.1767932Z [00:02:15.437]➜  EOF
2025-08-20T22:59:53.1769857Z [00:02:15.437]➜  /root/.go/pkg/tool/linux_arm64/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 SrXA9iIRoyMtx-dfOe6y/SrXA9iIRoyMtx-dfOe6y -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-20T22:59:53.2122502Z [00:02:15.473]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T22:59:53.2138783Z [00:02:15.474]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/70/70cc6f04c4ef15794b6252ff3c040264e6a3f77a7a2c7b8c4ee5fade15840920-d # internal
2025-08-20T22:59:53.2139381Z [00:02:15.474]➜  github.com/jpillora/s3
2025-08-20T22:59:53.2140054Z [00:02:15.474]➜  mkdir -p $WORK/b207/
2025-08-20T22:59:53.2140428Z [00:02:15.475]➜  cat >/tmp/go-build2180205415/b207/importcfg << 'EOF' # internal
2025-08-20T22:59:53.2140775Z [00:02:15.475]➜  # import config
2025-08-20T22:59:53.2141112Z [00:02:15.475]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:53.2141530Z [00:02:15.475]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:53.2141972Z [00:02:15.475]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T22:59:53.2142427Z [00:02:15.475]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T22:59:53.2142882Z [00:02:15.475]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T22:59:53.2143409Z [00:02:15.475]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T22:59:53.2143888Z [00:02:15.475]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:53.2144360Z [00:02:15.475]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:53.2144840Z [00:02:15.475]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:53.2145280Z [00:02:15.475]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:53.2145695Z [00:02:15.475]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.2146302Z [00:02:15.475]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:53.2146725Z [00:02:15.475]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T22:59:53.2147144Z [00:02:15.475]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:53.2147572Z [00:02:15.475]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:53.2148005Z [00:02:15.475]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:53.2148413Z [00:02:15.475]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:53.2148814Z [00:02:15.475]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T22:59:53.2149234Z [00:02:15.475]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:53.2149654Z [00:02:15.475]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:53.2150079Z [00:02:15.475]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.2150490Z [00:02:15.475]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:53.2150795Z [00:02:15.475]➜  EOF
2025-08-20T22:59:53.2154632Z [00:02:15.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jpillora/s3@v1.1.4=>github.com/jpillora/s3@v1.1.4;$WORK/b207=>" -p github.com/jpillora/s3 -lang=go1.13 -complete -installsuffix shared -buildid RulPSitX6au3NJCwl1ja/RulPSitX6au3NJCwl1ja -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/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-20T22:59:53.2372719Z [00:02:15.498]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T22:59:53.2386992Z [00:02:15.499]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/05/05fe84ff5913295de3c2e85d847f07926d883f55b718aa4c6247ae42ab908fa4-d # internal
2025-08-20T22:59:53.2387609Z [00:02:15.499]➜  net/http/httputil
2025-08-20T22:59:53.2387881Z [00:02:15.499]➜  mkdir -p $WORK/b229/
2025-08-20T22:59:53.2388258Z [00:02:15.499]➜  cat >/tmp/go-build2180205415/b229/importcfg << 'EOF' # internal
2025-08-20T22:59:53.2388966Z [00:02:15.499]➜  # import config
2025-08-20T22:59:53.2389403Z [00:02:15.499]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:59:53.2389911Z [00:02:15.499]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:53.2390332Z [00:02:15.499]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:53.2390755Z [00:02:15.499]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:53.2391182Z [00:02:15.499]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:53.2391592Z [00:02:15.499]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.2392132Z [00:02:15.499]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2180205415/b183/_pkg_.a
2025-08-20T22:59:53.2392646Z [00:02:15.500]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:53.2393047Z [00:02:15.500]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:53.2393466Z [00:02:15.500]➜  packagefile mime=/tmp/go-build2180205415/b194/_pkg_.a
2025-08-20T22:59:53.2393872Z [00:02:15.500]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:53.2394290Z [00:02:15.500]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:53.2394801Z [00:02:15.500]➜  packagefile net/http/httptrace=/tmp/go-build2180205415/b197/_pkg_.a
2025-08-20T22:59:53.2395303Z [00:02:15.500]➜  packagefile net/http/internal=/tmp/go-build2180205415/b198/_pkg_.a
2025-08-20T22:59:53.2395973Z [00:02:15.500]➜  packagefile net/http/internal/ascii=/tmp/go-build2180205415/b199/_pkg_.a
2025-08-20T22:59:53.2396547Z [00:02:15.500]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T22:59:53.2397019Z [00:02:15.500]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:53.2397449Z [00:02:15.500]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.2397867Z [00:02:15.500]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:53.2398281Z [00:02:15.500]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:53.2398587Z [00:02:15.500]➜  EOF
2025-08-20T22:59:53.2400619Z [00:02:15.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b229=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid rI4kUaTz0xnkijMVPfDd/rI4kUaTz0xnkijMVPfDd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/.go/src/net/http/httputil/dump.go /root/.go/src/net/http/httputil/httputil.go /root/.go/src/net/http/httputil/persist.go /root/.go/src/net/http/httputil/reverseproxy.go
2025-08-20T22:59:53.2756090Z [00:02:15.536]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T22:59:53.2791347Z [00:02:15.539]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/81/81cd55c5256dee7e9d3e47fb88ab1468bc29c3f00062afcf722169bacb3a5115-d # internal
2025-08-20T22:59:53.2792128Z [00:02:15.539]➜  github.com/getsentry/sentry-go/internal/ratelimit
2025-08-20T22:59:53.2792470Z [00:02:15.539]➜  mkdir -p $WORK/b232/
2025-08-20T22:59:53.2792845Z [00:02:15.539]➜  cat >/tmp/go-build2180205415/b232/importcfg << 'EOF' # internal
2025-08-20T22:59:53.2793189Z [00:02:15.539]➜  # import config
2025-08-20T22:59:53.2793529Z [00:02:15.539]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:53.2794015Z [00:02:15.539]➜  packagefile golang.org/x/text/cases=/tmp/go-build2180205415/b233/_pkg_.a
2025-08-20T22:59:53.2794567Z [00:02:15.539]➜  packagefile golang.org/x/text/language=/tmp/go-build2180205415/b235/_pkg_.a
2025-08-20T22:59:53.2795063Z [00:02:15.539]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:53.2795488Z [00:02:15.539]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:53.2796397Z [00:02:15.539]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:53.2796892Z [00:02:15.539]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.2797691Z [00:02:15.539]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:53.2797996Z [00:02:15.539]➜  EOF
2025-08-20T22:59:53.2801829Z [00:02:15.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_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/b232=>" -p github.com/getsentry/sentry-go/internal/ratelimit -lang=go1.21 -complete -installsuffix shared -buildid ujmPOhWSvx1jg17dVExH/ujmPOhWSvx1jg17dVExH -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/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-20T22:59:53.3119559Z [00:02:15.573]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T22:59:53.3132227Z [00:02:15.574]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/d9/d98a6fa3988f8e26f9e9438dbe234203fcd29e5077d23021179d4792ee7cc7ff-d # internal
2025-08-20T22:59:53.3132822Z [00:02:15.574]➜  go.uber.org/zap
2025-08-20T22:59:53.3133088Z [00:02:15.574]➜  mkdir -p $WORK/b250/
2025-08-20T22:59:53.3133732Z [00:02:15.574]➜  cat >/tmp/go-build2180205415/b250/importcfg << 'EOF' # internal
2025-08-20T22:59:53.3134105Z [00:02:15.574]➜  # import config
2025-08-20T22:59:53.3134446Z [00:02:15.574]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:53.3134890Z [00:02:15.574]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:53.3135335Z [00:02:15.574]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:53.3135968Z [00:02:15.574]➜  packagefile flag=/tmp/go-build2180205415/b251/_pkg_.a
2025-08-20T22:59:53.3136453Z [00:02:15.574]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.3136917Z [00:02:15.574]➜  packagefile go.uber.org/multierr=/tmp/go-build2180205415/b252/_pkg_.a
2025-08-20T22:59:53.3137437Z [00:02:15.574]➜  packagefile go.uber.org/zap/internal=/tmp/go-build2180205415/b253/_pkg_.a
2025-08-20T22:59:53.3138100Z [00:02:15.574]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build2180205415/b257/_pkg_.a
2025-08-20T22:59:53.3138746Z [00:02:15.574]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build2180205415/b256/_pkg_.a
2025-08-20T22:59:53.3139635Z [00:02:15.574]➜  packagefile go.uber.org/zap/internal/stacktrace=/tmp/go-build2180205415/b260/_pkg_.a
2025-08-20T22:59:53.3140286Z [00:02:15.574]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build2180205415/b254/_pkg_.a
2025-08-20T22:59:53.3140748Z [00:02:15.574]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:53.3141162Z [00:02:15.574]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:53.3141583Z [00:02:15.574]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:53.3142004Z [00:02:15.574]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:53.3142436Z [00:02:15.574]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:53.3142846Z [00:02:15.574]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:53.3143279Z [00:02:15.574]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:53.3143725Z [00:02:15.574]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:53.3144145Z [00:02:15.574]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.3144560Z [00:02:15.574]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:53.3144991Z [00:02:15.574]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:53.3145693Z [00:02:15.574]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:53.3146194Z [00:02:15.574]➜  EOF
2025-08-20T22:59:53.3150201Z [00:02:15.574]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0=>go.uber.org/zap@v1.27.0;$WORK/b250=>" -p go.uber.org/zap -lang=go1.19 -complete -installsuffix shared -buildid 7f_13R1OD6VH6lqQ1vX_/7f_13R1OD6VH6lqQ1vX_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/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-20T22:59:53.3620442Z [00:02:15.623]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T22:59:53.3633331Z [00:02:15.624]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/5b/5b1c4f13bd71df24f08c68055cb74a9f791a1e6dcfd523c7e00edfb5ec448904-d # internal
2025-08-20T22:59:53.3637153Z [00:02:15.625]➜  github.com/jpillora/overseer/fetcher
2025-08-20T22:59:53.3637525Z [00:02:15.625]➜  mkdir -p $WORK/b206/
2025-08-20T22:59:53.3649518Z [00:02:15.625]➜  cat >/tmp/go-build2180205415/b206/importcfg << 'EOF' # internal
2025-08-20T22:59:53.3650403Z [00:02:15.625]➜  # import config
2025-08-20T22:59:53.3650833Z [00:02:15.625]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T22:59:53.3651340Z [00:02:15.625]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T22:59:53.3651807Z [00:02:15.625]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:53.3652276Z [00:02:15.625]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:53.3652722Z [00:02:15.625]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:53.3653137Z [00:02:15.625]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.3653609Z [00:02:15.625]➜  packagefile github.com/jpillora/s3=/tmp/go-build2180205415/b207/_pkg_.a
2025-08-20T22:59:53.3654335Z [00:02:15.625]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:53.3654827Z [00:02:15.625]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:53.3655248Z [00:02:15.625]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:53.3655674Z [00:02:15.625]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:53.3656297Z [00:02:15.625]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:53.3656724Z [00:02:15.625]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.3657141Z [00:02:15.625]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:53.3657446Z [00:02:15.625]➜  EOF
2025-08-20T22:59:53.3660700Z [00:02:15.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8/fetcher=>github.com/jpillora/overseer@v1.1.6/fetcher;$WORK/b206=>" -p github.com/jpillora/overseer/fetcher -lang=go1.23 -complete -installsuffix shared -buildid 0c9WQji8C0j-QgVrmtuf/0c9WQji8C0j-QgVrmtuf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/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-20T22:59:53.3663802Z [00:02:15.625]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T22:59:53.3682293Z [00:02:15.629]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/17/1742414d017b4154a46062aec0d5bd23b101f014b496f3d1a58d9975bcd1f155-d # internal
2025-08-20T22:59:53.3682950Z [00:02:15.629]➜  github.com/getsentry/sentry-go/internal/debug
2025-08-20T22:59:53.3683284Z [00:02:15.629]➜  mkdir -p $WORK/b228/
2025-08-20T22:59:53.3692243Z [00:02:15.630]➜  cat >/tmp/go-build2180205415/b228/importcfg << 'EOF' # internal
2025-08-20T22:59:53.3692646Z [00:02:15.630]➜  # import config
2025-08-20T22:59:53.3692992Z [00:02:15.630]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:53.3693420Z [00:02:15.630]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.3693823Z [00:02:15.630]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:53.3694234Z [00:02:15.630]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:53.3694708Z [00:02:15.630]➜  packagefile net/http/httptrace=/tmp/go-build2180205415/b197/_pkg_.a
2025-08-20T22:59:53.3695209Z [00:02:15.630]➜  packagefile net/http/httputil=/tmp/go-build2180205415/b229/_pkg_.a
2025-08-20T22:59:53.3695557Z [00:02:15.630]➜  EOF
2025-08-20T22:59:53.3697820Z [00:02:15.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_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/b228=>" -p github.com/getsentry/sentry-go/internal/debug -lang=go1.21 -complete -installsuffix shared -buildid 5V8nuk3q3TjGQvRsLS-i/5V8nuk3q3TjGQvRsLS-i -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/internal/debug/transport.go
2025-08-20T22:59:53.3949077Z [00:02:15.656]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T22:59:53.3954519Z [00:02:15.657]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/cf/cfb5a81946a4ac1d08c088efe1553d9554850aa60de48c0614c5aac3b12004be-d # internal
2025-08-20T22:59:53.3963319Z [00:02:15.657]➜  github.com/getsentry/sentry-go
2025-08-20T22:59:53.3964071Z [00:02:15.657]➜  mkdir -p $WORK/b227/
2025-08-20T22:59:53.3971425Z [00:02:15.658]➜  cat >/tmp/go-build2180205415/b227/importcfg << 'EOF' # internal
2025-08-20T22:59:53.3971814Z [00:02:15.658]➜  # import config
2025-08-20T22:59:53.3972473Z [00:02:15.658]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:53.3973176Z [00:02:15.658]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:53.3973645Z [00:02:15.658]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:53.3974104Z [00:02:15.658]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:53.3974574Z [00:02:15.658]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:53.3975036Z [00:02:15.658]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:53.3975500Z [00:02:15.658]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:53.3976097Z [00:02:15.658]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:53.3976522Z [00:02:15.658]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.3977086Z [00:02:15.658]➜  packagefile github.com/getsentry/sentry-go/internal/debug=/tmp/go-build2180205415/b228/_pkg_.a
2025-08-20T22:59:53.3977836Z [00:02:15.658]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage=/tmp/go-build2180205415/b230/_pkg_.a
2025-08-20T22:59:53.3978568Z [00:02:15.658]➜  packagefile github.com/getsentry/sentry-go/internal/ratelimit=/tmp/go-build2180205415/b232/_pkg_.a
2025-08-20T22:59:53.3979439Z [00:02:15.658]➜  packagefile go/build=/tmp/go-build2180205415/b240/_pkg_.a
2025-08-20T22:59:53.3979937Z [00:02:15.658]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build2180205415/b248/_pkg_.a
2025-08-20T22:59:53.3980401Z [00:02:15.658]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:53.3980801Z [00:02:15.658]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:53.3981224Z [00:02:15.658]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T22:59:53.3981644Z [00:02:15.658]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:53.3982064Z [00:02:15.658]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:53.3982506Z [00:02:15.658]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:53.3982916Z [00:02:15.658]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:53.3983327Z [00:02:15.658]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:53.3983760Z [00:02:15.658]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:53.3984179Z [00:02:15.658]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:53.3984625Z [00:02:15.658]➜  packagefile runtime/debug=/tmp/go-build2180205415/b249/_pkg_.a
2025-08-20T22:59:53.3985061Z [00:02:15.658]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:53.3985476Z [00:02:15.658]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:53.3986025Z [00:02:15.658]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:53.3986471Z [00:02:15.658]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.3986903Z [00:02:15.658]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:53.3987311Z [00:02:15.658]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:53.3987615Z [00:02:15.658]➜  EOF
2025-08-20T22:59:53.3994112Z [00:02:15.659]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0=>github.com/getsentry/sentry-go@v0.32.0;$WORK/b227=>" -p github.com/getsentry/sentry-go -lang=go1.21 -complete -installsuffix shared -buildid Cuyw3d19sbB4B5kNAYQZ/Cuyw3d19sbB4B5kNAYQZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/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-20T22:59:53.4172482Z [00:02:15.678]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T22:59:53.4185121Z [00:02:15.680]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/46/46d55b27279fa2791926786eb781ed34684d52f75ed9cbb4788a762095449522-d # internal
2025-08-20T22:59:53.4202509Z [00:02:15.681]➜  github.com/jpillora/overseer
2025-08-20T22:59:53.4203735Z [00:02:15.681]➜  mkdir -p $WORK/b205/
2025-08-20T22:59:53.4207875Z [00:02:15.682]➜  cat >/tmp/go-build2180205415/b205/importcfg << 'EOF' # internal
2025-08-20T22:59:53.4208572Z [00:02:15.682]➜  # import config
2025-08-20T22:59:53.4209371Z [00:02:15.682]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:53.4209850Z [00:02:15.682]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:53.4210310Z [00:02:15.682]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:53.4210770Z [00:02:15.682]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T22:59:53.4211265Z [00:02:15.682]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:53.4211708Z [00:02:15.682]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:53.4212123Z [00:02:15.682]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.4212652Z [00:02:15.682]➜  packagefile github.com/jpillora/overseer/fetcher=/tmp/go-build2180205415/b206/_pkg_.a
2025-08-20T22:59:53.4213295Z [00:02:15.682]➜  packagefile github.com/trufflesecurity/touchfile=/tmp/go-build2180205415/b209/_pkg_.a
2025-08-20T22:59:53.4213804Z [00:02:15.682]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:53.4214205Z [00:02:15.682]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:53.4214606Z [00:02:15.682]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:53.4215002Z [00:02:15.682]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:53.4215416Z [00:02:15.682]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T22:59:53.4216009Z [00:02:15.682]➜  packagefile os/signal=/tmp/go-build2180205415/b212/_pkg_.a
2025-08-20T22:59:53.4216528Z [00:02:15.682]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:53.4216976Z [00:02:15.682]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:53.4217409Z [00:02:15.682]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:53.4217831Z [00:02:15.682]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.4218247Z [00:02:15.682]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:53.4218660Z [00:02:15.682]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:53.4219073Z [00:02:15.682]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:53.4219374Z [00:02:15.682]➜  EOF
2025-08-20T22:59:53.4223227Z [00:02:15.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8=>github.com/jpillora/overseer@v1.1.6;$WORK/b205=>" -p github.com/jpillora/overseer -lang=go1.23 -complete -installsuffix shared -buildid PiMAG7ofPl3--DtCH-6W/PiMAG7ofPl3--DtCH-6W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/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-20T22:59:53.5438530Z [00:02:15.805]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T22:59:53.5450734Z [00:02:15.806]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/04/049c9d3bd20547cf82f78ccc1f01240e7dbc2ea3eb4e894ba3b76a6d4f77d4fe-d # internal
2025-08-20T22:59:53.5698587Z [00:02:15.831]➜  github.com/google/go-github/v67/github
2025-08-20T22:59:53.5698952Z [00:02:15.831]➜  mkdir -p $WORK/b282/
2025-08-20T22:59:53.5708110Z [00:02:15.832]➜  cat >/tmp/go-build2180205415/b282/importcfg << 'EOF' # internal
2025-08-20T22:59:53.5709041Z [00:02:15.832]➜  # import config
2025-08-20T22:59:53.5709411Z [00:02:15.832]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:53.5717253Z [00:02:15.832]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:53.5717904Z [00:02:15.832]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T22:59:53.5718476Z [00:02:15.832]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T22:59:53.5719043Z [00:02:15.832]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T22:59:53.5719607Z [00:02:15.832]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T22:59:53.5720210Z [00:02:15.832]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:53.5720807Z [00:02:15.832]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:53.5721396Z [00:02:15.832]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:53.5721967Z [00:02:15.832]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:53.5722491Z [00:02:15.832]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.5723163Z [00:02:15.832]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build2180205415/b283/_pkg_.a
2025-08-20T22:59:53.5723808Z [00:02:15.832]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:53.5724329Z [00:02:15.832]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:53.5724875Z [00:02:15.832]➜  packagefile mime=/tmp/go-build2180205415/b194/_pkg_.a
2025-08-20T22:59:53.5725438Z [00:02:15.832]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:53.5726150Z [00:02:15.832]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:53.5726717Z [00:02:15.832]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:53.5727213Z [00:02:15.832]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T22:59:53.5727741Z [00:02:15.832]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:53.5728273Z [00:02:15.832]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:53.5728775Z [00:02:15.832]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:53.5729284Z [00:02:15.832]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:53.5729806Z [00:02:15.832]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.5730350Z [00:02:15.832]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:53.5730859Z [00:02:15.832]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:53.5731565Z [00:02:15.832]➜  EOF
2025-08-20T22:59:53.5785421Z [00:02:15.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b282/_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/b282=>" -p github.com/google/go-github/v67/github -lang=go1.21 -complete -installsuffix shared -buildid PYT-zcSlHJ-38osZTfmf/PYT-zcSlHJ-38osZTfmf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/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-20T22:59:53.6743740Z [00:02:15.935]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T22:59:53.6835111Z [00:02:15.944]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/6b/6b47cf917cb46039a456cbdf6dae3f08ae8e8c2ab657b3858ec397a93a595156-d # internal
2025-08-20T22:59:53.6864176Z [00:02:15.947]➜  github.com/go-logr/zapr
2025-08-20T22:59:53.6864569Z [00:02:15.947]➜  mkdir -p $WORK/b261/
2025-08-20T22:59:53.6871437Z [00:02:15.948]➜  cat >/tmp/go-build2180205415/b261/importcfg << 'EOF' # internal
2025-08-20T22:59:53.6871869Z [00:02:15.948]➜  # import config
2025-08-20T22:59:53.6872220Z [00:02:15.948]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:53.6872640Z [00:02:15.948]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.6873116Z [00:02:15.948]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T22:59:53.6873700Z [00:02:15.948]➜  packagefile github.com/go-logr/logr/slogr=/tmp/go-build2180205415/b262/_pkg_.a
2025-08-20T22:59:53.6874218Z [00:02:15.948]➜  packagefile go.uber.org/zap=/tmp/go-build2180205415/b250/_pkg_.a
2025-08-20T22:59:53.6874720Z [00:02:15.948]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build2180205415/b254/_pkg_.a
2025-08-20T22:59:53.6875195Z [00:02:15.948]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:53.6875639Z [00:02:15.948]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:53.6876116Z [00:02:15.948]➜  EOF
2025-08-20T22:59:53.6878548Z [00:02:15.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/zapr@v1.3.0=>github.com/go-logr/zapr@v1.3.0;$WORK/b261=>" -p github.com/go-logr/zapr -lang=go1.18 -complete -installsuffix shared -buildid rWrzuXWQjIbk_bqdticz/rWrzuXWQjIbk_bqdticz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/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-20T22:59:53.7575446Z [00:02:16.018]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T22:59:53.7584685Z [00:02:16.019]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/22/2286d71007e476ca97e97aba3100df7bace367a81349083c20215e319ed494ea-d # internal
2025-08-20T22:59:53.7586052Z [00:02:16.020]➜  golang.org/x/net/trace
2025-08-20T22:59:53.7587088Z [00:02:16.020]➜  mkdir -p $WORK/b357/
2025-08-20T22:59:53.7592231Z [00:02:16.020]➜  cat >/tmp/go-build2180205415/b357/importcfg << 'EOF' # internal
2025-08-20T22:59:53.7592591Z [00:02:16.020]➜  # import config
2025-08-20T22:59:53.7592932Z [00:02:16.020]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:53.7593363Z [00:02:16.020]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:53.7593783Z [00:02:16.020]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.7594338Z [00:02:16.020]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build2180205415/b358/_pkg_.a
2025-08-20T22:59:53.7595061Z [00:02:16.020]➜  packagefile html/template=/tmp/go-build2180205415/b359/_pkg_.a
2025-08-20T22:59:53.7595610Z [00:02:16.020]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:53.7596622Z [00:02:16.020]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:53.7597132Z [00:02:16.020]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:53.7597670Z [00:02:16.020]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:53.7598188Z [00:02:16.020]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:53.7598710Z [00:02:16.020]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:53.7599246Z [00:02:16.020]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:53.7599774Z [00:02:16.020]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:53.7600323Z [00:02:16.020]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:53.7600777Z [00:02:16.020]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.7612575Z [00:02:16.020]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:53.7613113Z [00:02:16.020]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:53.7613586Z [00:02:16.020]➜  packagefile text/tabwriter=/tmp/go-build2180205415/b360/_pkg_.a
2025-08-20T22:59:53.7614034Z [00:02:16.020]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:53.7614339Z [00:02:16.020]➜  EOF
2025-08-20T22:59:53.7616527Z [00:02:16.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b357/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/trace=>golang.org/x/net@v0.42.0/trace;$WORK/b357=>" -p golang.org/x/net/trace -lang=go1.23 -complete -installsuffix shared -buildid eOM52gQF753nSHY7DrCu/eOM52gQF753nSHY7DrCu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b357/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-20T22:59:53.8733484Z [00:02:16.134]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T22:59:53.8922214Z [00:02:16.153]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/33/338a4ee1a6a643dea1424305d0a5a15bfed0d600a8a5a4f715bd9e05acf6627a-d # internal
2025-08-20T22:59:53.8923076Z [00:02:16.153]➜  github.com/TheZeroSlave/zapsentry
2025-08-20T22:59:53.8923530Z [00:02:16.153]➜  mkdir -p $WORK/b226/
2025-08-20T22:59:53.8933489Z [00:02:16.154]➜  cat >/tmp/go-build2180205415/b226/importcfg << 'EOF' # internal
2025-08-20T22:59:53.8934021Z [00:02:16.154]➜  # import config
2025-08-20T22:59:53.8934471Z [00:02:16.154]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:53.8935010Z [00:02:16.154]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:53.8936076Z [00:02:16.154]➜  packagefile github.com/getsentry/sentry-go=/tmp/go-build2180205415/b227/_pkg_.a
2025-08-20T22:59:53.8936845Z [00:02:16.154]➜  packagefile go.uber.org/zap=/tmp/go-build2180205415/b250/_pkg_.a
2025-08-20T22:59:53.8937479Z [00:02:16.154]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build2180205415/b254/_pkg_.a
2025-08-20T22:59:53.8938091Z [00:02:16.154]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:53.8938633Z [00:02:16.154]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.8939185Z [00:02:16.154]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:53.8939592Z [00:02:16.154]➜  EOF
2025-08-20T22:59:53.8943254Z [00:02:16.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!the!zero!slave/zapsentry@v1.23.0=>github.com/TheZeroSlave/zapsentry@v1.23.0;$WORK/b226=>" -p github.com/TheZeroSlave/zapsentry -lang=go1.17 -complete -installsuffix shared -buildid DyzUuEFoUc1mKs-BQlR0/DyzUuEFoUc1mKs-BQlR0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/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-20T22:59:53.9001049Z [00:02:16.161]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T22:59:53.9024138Z [00:02:16.163]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/0e/0e03b8b313dfe80cf05843456bc9d58026318c5fc9e77c8a92ce31e9ee4ebac5-d # internal
2025-08-20T22:59:53.9037033Z [00:02:16.165]➜  google.golang.org/grpc/codes
2025-08-20T22:59:53.9039335Z [00:02:16.165]➜  mkdir -p $WORK/b389/
2025-08-20T22:59:53.9064240Z [00:02:16.166]➜  cat >/tmp/go-build2180205415/b389/importcfg << 'EOF' # internal
2025-08-20T22:59:53.9064687Z [00:02:16.166]➜  # import config
2025-08-20T22:59:53.9065028Z [00:02:16.166]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.9065569Z [00:02:16.166]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T22:59:53.9066194Z [00:02:16.166]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:53.9066518Z [00:02:16.166]➜  EOF
2025-08-20T22:59:53.9068528Z [00:02:16.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b389/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/codes=>google.golang.org/grpc@v1.74.2/codes;$WORK/b389=>" -p google.golang.org/grpc/codes -lang=go1.23 -complete -installsuffix shared -buildid bEcaJ2tJeoZz_8ChxgC3/bEcaJ2tJeoZz_8ChxgC3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/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-20T22:59:53.9386496Z [00:02:16.200]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T22:59:53.9390446Z [00:02:16.200]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/02/02bc5b2c32a99d514588d632a9dab2d9232eb45bf85a066d1d03515aeb394d3d-d # internal
2025-08-20T22:59:53.9396734Z [00:02:16.200]➜  google.golang.org/grpc/credentials/insecure
2025-08-20T22:59:53.9397083Z [00:02:16.200]➜  mkdir -p $WORK/b390/
2025-08-20T22:59:53.9397463Z [00:02:16.201]➜  cat >/tmp/go-build2180205415/b390/importcfg << 'EOF' # internal
2025-08-20T22:59:53.9397806Z [00:02:16.201]➜  # import config
2025-08-20T22:59:53.9398339Z [00:02:16.201]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:53.9398989Z [00:02:16.201]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:53.9399942Z [00:02:16.201]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:53.9400424Z [00:02:16.201]➜  EOF
2025-08-20T22:59:53.9402578Z [00:02:16.201]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b390/_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/b390=>" -p google.golang.org/grpc/credentials/insecure -lang=go1.23 -complete -installsuffix shared -buildid qkU-yGXz3Ukdx-HwkF4A/qkU-yGXz3Ukdx-HwkF4A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/insecure/insecure.go
2025-08-20T22:59:53.9590844Z [00:02:16.220]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T22:59:53.9597962Z [00:02:16.221]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/75/75e5b35c4cc83b28a9477971916950fc87d2709503276f11cbead7aa0c7815db-d # internal
2025-08-20T22:59:53.9603381Z [00:02:16.221]➜  google.golang.org/grpc/internal/grpcutil
2025-08-20T22:59:53.9603711Z [00:02:16.221]➜  mkdir -p $WORK/b392/
2025-08-20T22:59:53.9606139Z [00:02:16.222]➜  cat >/tmp/go-build2180205415/b392/importcfg << 'EOF' # internal
2025-08-20T22:59:53.9606631Z [00:02:16.222]➜  # import config
2025-08-20T22:59:53.9609119Z [00:02:16.222]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:53.9609964Z [00:02:16.222]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:53.9612697Z [00:02:16.222]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T22:59:53.9613523Z [00:02:16.222]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:53.9614363Z [00:02:16.222]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:53.9614971Z [00:02:16.222]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.9615685Z [00:02:16.222]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:53.9616920Z [00:02:16.222]➜  EOF
2025-08-20T22:59:53.9620364Z [00:02:16.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b392/_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/b392=>" -p google.golang.org/grpc/internal/grpcutil -lang=go1.23 -complete -installsuffix shared -buildid LWDBjz3K5RPUp-j_rc2N/LWDBjz3K5RPUp-j_rc2N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b392/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-20T22:59:53.9730431Z [00:02:16.234]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T22:59:53.9733685Z [00:02:16.234]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/1f/1f04ba757643d8c54db54f34ed8e01e518d645196301fa8380bca708c698adc6-d # internal
2025-08-20T22:59:53.9748277Z [00:02:16.236]➜  github.com/trufflesecurity/trufflehog/v3/pkg/log
2025-08-20T22:59:53.9749135Z [00:02:16.236]➜  mkdir -p $WORK/b225/
2025-08-20T22:59:53.9751947Z [00:02:16.236]➜  cat >/tmp/go-build2180205415/b225/importcfg << 'EOF' # internal
2025-08-20T22:59:53.9752321Z [00:02:16.236]➜  # import config
2025-08-20T22:59:53.9752659Z [00:02:16.236]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:53.9753076Z [00:02:16.236]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.9753606Z [00:02:16.236]➜  packagefile github.com/TheZeroSlave/zapsentry=/tmp/go-build2180205415/b226/_pkg_.a
2025-08-20T22:59:53.9754211Z [00:02:16.236]➜  packagefile github.com/getsentry/sentry-go=/tmp/go-build2180205415/b227/_pkg_.a
2025-08-20T22:59:53.9755079Z [00:02:16.236]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T22:59:53.9755699Z [00:02:16.236]➜  packagefile github.com/go-logr/zapr=/tmp/go-build2180205415/b261/_pkg_.a
2025-08-20T22:59:53.9756573Z [00:02:16.236]➜  packagefile go.uber.org/zap=/tmp/go-build2180205415/b250/_pkg_.a
2025-08-20T22:59:53.9757093Z [00:02:16.236]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build2180205415/b254/_pkg_.a
2025-08-20T22:59:53.9757548Z [00:02:16.236]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:53.9757947Z [00:02:16.236]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:53.9758964Z [00:02:16.236]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:53.9759672Z [00:02:16.236]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:53.9760609Z [00:02:16.236]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:53.9761161Z [00:02:16.236]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:53.9761621Z [00:02:16.236]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:53.9761938Z [00:02:16.236]➜  EOF
2025-08-20T22:59:53.9763925Z [00:02:16.236]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/log=>github.com/trufflesecurity/trufflehog/v3/pkg/log;$WORK/b225=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/log -lang=go1.24 -complete -installsuffix shared -buildid 9zkLIdIA2wyEVmXRStnF/9zkLIdIA2wyEVmXRStnF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack ./pkg/log/dynamic_redactor.go ./pkg/log/level.go ./pkg/log/log.go ./pkg/log/redaction_core.go
2025-08-20T22:59:53.9876509Z [00:02:16.249]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T22:59:53.9885263Z [00:02:16.250]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/fd/fd0fc80a3348946741267af52020264c7755f540db57eb1685c2ea307bbd59ec-d # internal
2025-08-20T22:59:53.9896273Z [00:02:16.251]➜  google.golang.org/grpc/mem
2025-08-20T22:59:53.9898137Z [00:02:16.251]➜  mkdir -p $WORK/b393/
2025-08-20T22:59:53.9902392Z [00:02:16.251]➜  cat >/tmp/go-build2180205415/b393/importcfg << 'EOF' # internal
2025-08-20T22:59:53.9903046Z [00:02:16.251]➜  # import config
2025-08-20T22:59:53.9903674Z [00:02:16.251]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:53.9904462Z [00:02:16.251]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T22:59:53.9905298Z [00:02:16.251]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:53.9906200Z [00:02:16.251]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:53.9906875Z [00:02:16.251]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:53.9907624Z [00:02:16.251]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:53.9908373Z [00:02:16.251]➜  EOF
2025-08-20T22:59:53.9910662Z [00:02:16.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b393/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/mem=>google.golang.org/grpc@v1.74.2/mem;$WORK/b393=>" -p google.golang.org/grpc/mem -lang=go1.23 -complete -installsuffix shared -buildid jwnF2U0HePc-W47C-BFn/jwnF2U0HePc-W47C-BFn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b393/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-20T22:59:54.0390732Z [00:02:16.300]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T22:59:54.0403256Z [00:02:16.301]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/19/19f410cdafb8b985852df7421e4289d7209de8d143ad0b5ca17c338eaaf07658-d # internal
2025-08-20T22:59:54.0404951Z [00:02:16.302]➜  google.golang.org/grpc/encoding
2025-08-20T22:59:54.0406370Z [00:02:16.302]➜  mkdir -p $WORK/b391/
2025-08-20T22:59:54.0410627Z [00:02:16.302]➜  cat >/tmp/go-build2180205415/b391/importcfg << 'EOF' # internal
2025-08-20T22:59:54.0411367Z [00:02:16.302]➜  # import config
2025-08-20T22:59:54.0412175Z [00:02:16.302]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2180205415/b392/_pkg_.a
2025-08-20T22:59:54.0413032Z [00:02:16.302]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build2180205415/b393/_pkg_.a
2025-08-20T22:59:54.0413723Z [00:02:16.302]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.0414572Z [00:02:16.302]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.0415364Z [00:02:16.302]➜  EOF
2025-08-20T22:59:54.0417711Z [00:02:16.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b391/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding=>google.golang.org/grpc@v1.74.2/encoding;$WORK/b391=>" -p google.golang.org/grpc/encoding -lang=go1.23 -complete -installsuffix shared -buildid E4HsXK2iAPhhD2TguNb9/E4HsXK2iAPhhD2TguNb9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/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-20T22:59:54.0628809Z [00:02:16.324]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T22:59:54.0634323Z [00:02:16.324]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/df/df3a915c2fec60dc91ab39031b7d97cf1eca9fb0fa2cb56fd08e114ff998f410-d # internal
2025-08-20T22:59:54.0636308Z [00:02:16.325]➜  google.golang.org/grpc/internal/backoff
2025-08-20T22:59:54.0637863Z [00:02:16.325]➜  mkdir -p $WORK/b395/
2025-08-20T22:59:54.0641401Z [00:02:16.325]➜  cat >/tmp/go-build2180205415/b395/importcfg << 'EOF' # internal
2025-08-20T22:59:54.0642088Z [00:02:16.325]➜  # import config
2025-08-20T22:59:54.0642645Z [00:02:16.325]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:54.0643289Z [00:02:16.325]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.0644096Z [00:02:16.325]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build2180205415/b361/_pkg_.a
2025-08-20T22:59:54.0645086Z [00:02:16.325]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T22:59:54.0645582Z [00:02:16.325]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:54.0646074Z [00:02:16.325]➜  EOF
2025-08-20T22:59:54.0648042Z [00:02:16.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b395/_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/b395=>" -p google.golang.org/grpc/internal/backoff -lang=go1.23 -complete -installsuffix shared -buildid P97_yUHUNOaT1Wy46k38/P97_yUHUNOaT1Wy46k38 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/backoff/backoff.go
2025-08-20T22:59:54.0719828Z [00:02:16.333]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T22:59:54.0735901Z [00:02:16.335]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/6f/6fccd930d7b561abce7eb52dcf940a1f9ec72028aea32b4d177c160403468c56-d # internal
2025-08-20T22:59:54.0739111Z [00:02:16.335]➜  github.com/trufflesecurity/trufflehog/v3/pkg/context
2025-08-20T22:59:54.0755962Z [00:02:16.337]➜  mkdir -p $WORK/b224/
2025-08-20T22:59:54.0759874Z [00:02:16.337]➜  cat >/tmp/go-build2180205415/b224/importcfg << 'EOF' # internal
2025-08-20T22:59:54.0760256Z [00:02:16.337]➜  # import config
2025-08-20T22:59:54.0760608Z [00:02:16.337]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:54.0761099Z [00:02:16.337]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T22:59:54.0764543Z [00:02:16.337]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build2180205415/b225/_pkg_.a
2025-08-20T22:59:54.0765102Z [00:02:16.337]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.0765530Z [00:02:16.337]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:54.0765955Z [00:02:16.337]➜  EOF
2025-08-20T22:59:54.0767759Z [00:02:16.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/context=>github.com/trufflesecurity/trufflehog/v3/pkg/context;$WORK/b224=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/context -lang=go1.24 -complete -installsuffix shared -buildid -kwE9DYINZhn2z1NN6NY/-kwE9DYINZhn2z1NN6NY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack ./pkg/context/context.go
2025-08-20T22:59:54.0997219Z [00:02:16.361]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T22:59:54.1005197Z [00:02:16.361]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/f6/f696869806a22648e56557e3cbbe39dd38cb807faa6015a04eb75066a94f9432-d # internal
2025-08-20T22:59:54.1007595Z [00:02:16.361]➜  google.golang.org/grpc/internal/balancer/gracefulswitch
2025-08-20T22:59:54.1007959Z [00:02:16.361]➜  mkdir -p $WORK/b396/
2025-08-20T22:59:54.1008372Z [00:02:16.362]➜  cat >/tmp/go-build2180205415/b396/importcfg << 'EOF' # internal
2025-08-20T22:59:54.1008719Z [00:02:16.362]➜  # import config
2025-08-20T22:59:54.1009080Z [00:02:16.362]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.1009540Z [00:02:16.362]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.1009950Z [00:02:16.362]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.1010456Z [00:02:16.362]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T22:59:54.1011065Z [00:02:16.362]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2180205415/b378/_pkg_.a
2025-08-20T22:59:54.1011684Z [00:02:16.362]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T22:59:54.1012286Z [00:02:16.362]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:54.1012903Z [00:02:16.362]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T22:59:54.1013413Z [00:02:16.362]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:54.1013722Z [00:02:16.362]➜  EOF
2025-08-20T22:59:54.1016990Z [00:02:16.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b396/_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/b396=>" -p google.golang.org/grpc/internal/balancer/gracefulswitch -lang=go1.23 -complete -installsuffix shared -buildid 8fTGGWrErh7hQUfnOXcm/8fTGGWrErh7hQUfnOXcm -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/balancer/gracefulswitch/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancer/gracefulswitch/gracefulswitch.go
2025-08-20T22:59:54.1280630Z [00:02:16.389]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T22:59:54.1296885Z [00:02:16.391]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/58/58b77e0a20b41ec908ea46447d6ef5028b401fec9dcc3a0c051f042d0a046219-d # internal
2025-08-20T22:59:54.1304463Z [00:02:16.392]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers
2025-08-20T22:59:54.1307385Z [00:02:16.392]➜  mkdir -p $WORK/b222/
2025-08-20T22:59:54.1317713Z [00:02:16.393]➜  cat >/tmp/go-build2180205415/b222/importcfg << 'EOF' # internal
2025-08-20T22:59:54.1319354Z [00:02:16.393]➜  # import config
2025-08-20T22:59:54.1319948Z [00:02:16.393]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:54.1320782Z [00:02:16.393]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.1321412Z [00:02:16.393]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.1322394Z [00:02:16.393]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.1323268Z [00:02:16.393]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.1324348Z [00:02:16.393]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.1325023Z [00:02:16.393]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.1326682Z [00:02:16.393]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.1327297Z [00:02:16.393]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.1328306Z [00:02:16.393]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:54.1328736Z [00:02:16.393]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.1329158Z [00:02:16.393]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:54.1329460Z [00:02:16.393]➜  EOF
2025-08-20T22:59:54.1339552Z [00:02:16.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers;$WORK/b222=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers -lang=go1.24 -complete -installsuffix shared -buildid 18HCYfcS2Fp7-FAQRpyq/18HCYfcS2Fp7-FAQRpyq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack ./pkg/analyzer/analyzers/analyzers.go ./pkg/analyzer/analyzers/client.go
2025-08-20T22:59:54.1531317Z [00:02:16.414]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T22:59:54.1539489Z [00:02:16.415]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/e8/e8d19e6f3eff37cbb124fb2facd4ba3f3c1ea4a33765aff5fa4a8d3c0355f922-d # internal
2025-08-20T22:59:54.1548818Z [00:02:16.416]➜  google.golang.org/grpc/internal/balancerload
2025-08-20T22:59:54.1549472Z [00:02:16.416]➜  mkdir -p $WORK/b397/
2025-08-20T22:59:54.1554331Z [00:02:16.417]➜  cat >/tmp/go-build2180205415/b397/importcfg << 'EOF' # internal
2025-08-20T22:59:54.1554716Z [00:02:16.417]➜  # import config
2025-08-20T22:59:54.1556786Z [00:02:16.417]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T22:59:54.1557191Z [00:02:16.417]➜  EOF
2025-08-20T22:59:54.1559230Z [00:02:16.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b397/_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/b397=>" -p google.golang.org/grpc/internal/balancerload -lang=go1.23 -complete -installsuffix shared -buildid r2EuNKK4RoOb2ZOdetSu/r2EuNKK4RoOb2ZOdetSu -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/balancerload/load.go
2025-08-20T22:59:54.1747548Z [00:02:16.436]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T22:59:54.1749272Z [00:02:16.436]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/dd/dddbf64f500a2328c122378f7334065b944ae8366933a0d0a2ca05688a9a96e6-d # internal
2025-08-20T22:59:54.1750223Z [00:02:16.436]➜  google.golang.org/grpc/internal/buffer
2025-08-20T22:59:54.1750608Z [00:02:16.436]➜  mkdir -p $WORK/b406/
2025-08-20T22:59:54.1750978Z [00:02:16.436]➜  cat >/tmp/go-build2180205415/b406/importcfg << 'EOF' # internal
2025-08-20T22:59:54.1751333Z [00:02:16.436]➜  # import config
2025-08-20T22:59:54.1751670Z [00:02:16.436]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.1752088Z [00:02:16.436]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:54.1752394Z [00:02:16.436]➜  EOF
2025-08-20T22:59:54.1754340Z [00:02:16.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b406/_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/b406=>" -p google.golang.org/grpc/internal/buffer -lang=go1.23 -complete -installsuffix shared -buildid htPDk66HlxgyttiQSawj/htPDk66HlxgyttiQSawj -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/buffer/unbounded.go
2025-08-20T22:59:54.2008054Z [00:02:16.462]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T22:59:54.2011697Z [00:02:16.462]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/21/21bf6b680729693b2910f551cfa65b79664c9bb83e91458240c830bc0c724aec-d # internal
2025-08-20T22:59:54.2013285Z [00:02:16.462]➜  google.golang.org/grpc/internal/grpcsync
2025-08-20T22:59:54.2014053Z [00:02:16.463]➜  mkdir -p $WORK/b405/
2025-08-20T22:59:54.2018213Z [00:02:16.463]➜  cat >/tmp/go-build2180205415/b405/importcfg << 'EOF' # internal
2025-08-20T22:59:54.2018584Z [00:02:16.463]➜  # import config
2025-08-20T22:59:54.2018933Z [00:02:16.463]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:54.2019481Z [00:02:16.463]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build2180205415/b406/_pkg_.a
2025-08-20T22:59:54.2019999Z [00:02:16.463]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:54.2020450Z [00:02:16.463]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:54.2020780Z [00:02:16.463]➜  EOF
2025-08-20T22:59:54.2023636Z [00:02:16.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b405/_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/b405=>" -p google.golang.org/grpc/internal/grpcsync -lang=go1.23 -complete -installsuffix shared -buildid kE7mk44SKlf5eo9m1aBI/kE7mk44SKlf5eo9m1aBI -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/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-20T22:59:54.2233136Z [00:02:16.484]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T22:59:54.2250675Z [00:02:16.486]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/7a/7afb48875d57cac563a2015b5364654f2940ba4f1bc5ffa5320a819756da51ea-d # internal
2025-08-20T22:59:54.2254788Z [00:02:16.487]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airbrake
2025-08-20T22:59:54.2257028Z [00:02:16.487]➜  mkdir -p $WORK/b214/
2025-08-20T22:59:54.2270101Z [00:02:16.488]➜  cat >/tmp/go-build2180205415/b214/importcfg << 'EOF' # internal
2025-08-20T22:59:54.2272122Z [00:02:16.488]➜  # import config
2025-08-20T22:59:54.2272770Z [00:02:16.488]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.2273550Z [00:02:16.488]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.2274166Z [00:02:16.488]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.2274905Z [00:02:16.488]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.2276420Z [00:02:16.488]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.2277532Z [00:02:16.488]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.2278437Z [00:02:16.488]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.2279777Z [00:02:16.488]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.2280207Z [00:02:16.488]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.2280624Z [00:02:16.488]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:54.2280942Z [00:02:16.488]➜  EOF
2025-08-20T22:59:54.2287468Z [00:02:16.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airbrake=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airbrake;$WORK/b214=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airbrake -lang=go1.24 -complete -installsuffix shared -buildid xCsdcmx35jm2pFYm6CtU/xCsdcmx35jm2pFYm6CtU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack ./pkg/analyzer/analyzers/airbrake/airbrake.go ./pkg/analyzer/analyzers/airbrake/scopes.go
2025-08-20T22:59:54.2289892Z [00:02:16.488]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T22:59:54.2290560Z [00:02:16.489]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/12/12d2dff51d4bded370e4919e2758de070a925f34c24f9a7fd9f0979ae528abb3-d # internal
2025-08-20T22:59:54.2292883Z [00:02:16.489]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/common
2025-08-20T22:59:54.2293329Z [00:02:16.490]➜  mkdir -p $WORK/b264/
2025-08-20T22:59:54.2293699Z [00:02:16.490]➜  cat >/tmp/go-build2180205415/b264/importcfg << 'EOF' # internal
2025-08-20T22:59:54.2294041Z [00:02:16.490]➜  # import config
2025-08-20T22:59:54.2294414Z [00:02:16.490]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.2294860Z [00:02:16.490]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.2295271Z [00:02:16.490]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.2295737Z [00:02:16.490]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.2296473Z [00:02:16.490]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.2297221Z [00:02:16.490]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.2297853Z [00:02:16.490]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.2298267Z [00:02:16.490]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.2298680Z [00:02:16.490]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.2298990Z [00:02:16.490]➜  EOF
2025-08-20T22:59:54.2304424Z [00:02:16.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/common=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/common;$WORK/b264=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/common -lang=go1.24 -complete -installsuffix shared -buildid MxS-tWHID_-7lMoMJuHj/MxS-tWHID_-7lMoMJuHj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/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-20T22:59:54.3115102Z [00:02:16.572]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T22:59:54.3125744Z [00:02:16.574]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/64/64ed3ea8a20f710fb91f83bf9df52035187c57ba799b85a6851e9e313d72f098-d # internal
2025-08-20T22:59:54.3127235Z [00:02:16.574]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/anthropic
2025-08-20T22:59:54.3128093Z [00:02:16.574]➜  mkdir -p $WORK/b267/
2025-08-20T22:59:54.3129021Z [00:02:16.574]➜  cat >/tmp/go-build2180205415/b267/importcfg << 'EOF' # internal
2025-08-20T22:59:54.3129406Z [00:02:16.574]➜  # import config
2025-08-20T22:59:54.3129775Z [00:02:16.574]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.3130260Z [00:02:16.574]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.3130675Z [00:02:16.574]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.3131144Z [00:02:16.574]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.3131725Z [00:02:16.574]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.3132482Z [00:02:16.574]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.3133352Z [00:02:16.574]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.3134139Z [00:02:16.574]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.3135063Z [00:02:16.574]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.3135481Z [00:02:16.574]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.3136087Z [00:02:16.574]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.3136517Z [00:02:16.574]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.3136835Z [00:02:16.574]➜  EOF
2025-08-20T22:59:54.3139404Z [00:02:16.574]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/anthropic=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/anthropic;$WORK/b267=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/anthropic -lang=go1.24 -complete -installsuffix shared -buildid RS-D3SJw4LnrB8T8bBM7/RS-D3SJw4LnrB8T8bBM7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack ./pkg/analyzer/analyzers/anthropic/anthropic.go ./pkg/analyzer/analyzers/anthropic/permissions.go ./pkg/analyzer/analyzers/anthropic/requests.go
2025-08-20T22:59:54.3398588Z [00:02:16.599]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T22:59:54.3399936Z [00:02:16.600]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/76/7623b23c9bb73e6e47b857711dd2a359ed8888ea0d8c8d13d7a060db972ac2e9-d # internal
2025-08-20T22:59:54.3400750Z [00:02:16.600]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtableoauth
2025-08-20T22:59:54.3401216Z [00:02:16.600]➜  mkdir -p $WORK/b263/
2025-08-20T22:59:54.3401615Z [00:02:16.601]➜  cat >/tmp/go-build2180205415/b263/importcfg << 'EOF' # internal
2025-08-20T22:59:54.3401962Z [00:02:16.601]➜  # import config
2025-08-20T22:59:54.3402300Z [00:02:16.601]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.3402781Z [00:02:16.601]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.3403515Z [00:02:16.601]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.3404445Z [00:02:16.601]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/common=/tmp/go-build2180205415/b264/_pkg_.a
2025-08-20T22:59:54.3405343Z [00:02:16.601]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.3406331Z [00:02:16.601]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.3406823Z [00:02:16.601]➜  EOF
2025-08-20T22:59:54.3409554Z [00:02:16.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b263/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtableoauth;$WORK/b263=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtableoauth -lang=go1.24 -complete -installsuffix shared -buildid vcjUzUF4tpUmU1N2kBdv/vcjUzUF4tpUmU1N2kBdv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack ./pkg/analyzer/analyzers/airtable/airtableoauth/airtable.go
2025-08-20T22:59:54.3492235Z [00:02:16.610]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T22:59:54.3606164Z [00:02:16.622]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T22:59:54.3610907Z [00:02:16.622]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/5a/5a8e6004d47cc34ea94741e1c031f6964a6c569734d062f1b1008448c4e842b7-d # internal
2025-08-20T22:59:54.3612134Z [00:02:16.622]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtablepat
2025-08-20T22:59:54.3613682Z [00:02:16.622]➜  mkdir -p $WORK/b265/
2025-08-20T22:59:54.3616769Z [00:02:16.623]➜  cat >/tmp/go-build2180205415/b265/importcfg << 'EOF' # internal
2025-08-20T22:59:54.3619575Z [00:02:16.623]➜  # import config
2025-08-20T22:59:54.3621866Z [00:02:16.623]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T22:59:54.3622687Z [00:02:16.623]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.3623419Z [00:02:16.623]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.3624191Z [00:02:16.623]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.3624923Z [00:02:16.623]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.3626009Z [00:02:16.623]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.3627566Z [00:02:16.623]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/common=/tmp/go-build2180205415/b264/_pkg_.a
2025-08-20T22:59:54.3630945Z [00:02:16.623]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.3631770Z [00:02:16.623]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.3632356Z [00:02:16.623]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.3632788Z [00:02:16.623]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.3633105Z [00:02:16.623]➜  EOF
2025-08-20T22:59:54.3635722Z [00:02:16.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b265/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtablepat;$WORK/b265=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtablepat -lang=go1.24 -complete -installsuffix shared -buildid 2rKceKLOFniAbEfpCVmf/2rKceKLOFniAbEfpCVmf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack ./pkg/analyzer/analyzers/airtable/airtablepat/airtable.go ./pkg/analyzer/analyzers/airtable/airtablepat/requests.go
2025-08-20T22:59:54.3679783Z [00:02:16.629]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T22:59:54.3685525Z [00:02:16.629]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/1a/1abc0568dc5c034b0832986f0bf27ed541e9b0a607dfa282de7cf52611914f3a-d # internal
2025-08-20T22:59:54.3686366Z [00:02:16.629]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/asana
2025-08-20T22:59:54.3686772Z [00:02:16.629]➜  mkdir -p $WORK/b268/
2025-08-20T22:59:54.3687144Z [00:02:16.629]➜  cat >/tmp/go-build2180205415/b268/importcfg << 'EOF' # internal
2025-08-20T22:59:54.3687489Z [00:02:16.629]➜  # import config
2025-08-20T22:59:54.3688130Z [00:02:16.629]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.3688691Z [00:02:16.629]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.3689108Z [00:02:16.629]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.3689586Z [00:02:16.629]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.3690167Z [00:02:16.629]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.3690914Z [00:02:16.629]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.3691744Z [00:02:16.629]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.3692528Z [00:02:16.629]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.3693120Z [00:02:16.629]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.3693533Z [00:02:16.629]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.3693833Z [00:02:16.629]➜  EOF
2025-08-20T22:59:54.3696200Z [00:02:16.629]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b268/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/asana=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/asana;$WORK/b268=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/asana -lang=go1.24 -complete -installsuffix shared -buildid vaVf0jWhvHWo04MVGPYP/vaVf0jWhvHWo04MVGPYP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack ./pkg/analyzer/analyzers/asana/asana.go ./pkg/analyzer/analyzers/asana/permissions.go
2025-08-20T22:59:54.3771773Z [00:02:16.638]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/df/dff25f77949f3bdea257ec51cea0f7eed59912685207e342658fb3e80bb68c40-d # internal
2025-08-20T22:59:54.3779576Z [00:02:16.638]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/bitbucket
2025-08-20T22:59:54.3780037Z [00:02:16.639]➜  mkdir -p $WORK/b269/
2025-08-20T22:59:54.3780417Z [00:02:16.639]➜  cat >/tmp/go-build2180205415/b269/importcfg << 'EOF' # internal
2025-08-20T22:59:54.3780793Z [00:02:16.639]➜  # import config
2025-08-20T22:59:54.3781157Z [00:02:16.639]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.3787471Z [00:02:16.639]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.3788040Z [00:02:16.639]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.3788639Z [00:02:16.639]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.3789397Z [00:02:16.639]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.3791154Z [00:02:16.639]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.3792044Z [00:02:16.639]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.3792633Z [00:02:16.639]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.3793061Z [00:02:16.639]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.3793467Z [00:02:16.639]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:54.3793883Z [00:02:16.639]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.3794198Z [00:02:16.639]➜  EOF
2025-08-20T22:59:54.3797173Z [00:02:16.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b269/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/bitbucket=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/bitbucket;$WORK/b269=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/bitbucket -lang=go1.24 -complete -installsuffix shared -buildid vqqC9RFvhfrApyY1AjMX/vqqC9RFvhfrApyY1AjMX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack ./pkg/analyzer/analyzers/bitbucket/bitbucket.go ./pkg/analyzer/analyzers/bitbucket/permissions.go ./pkg/analyzer/analyzers/bitbucket/scopes.go
2025-08-20T22:59:54.3973624Z [00:02:16.658]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T22:59:54.4015590Z [00:02:16.663]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/d1/d18a4f02165e3fd82c4952a418be6115f82cdc208a7e3f25cc20ed61e445b6a4-d # internal
2025-08-20T22:59:54.4016981Z [00:02:16.663]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/databricks
2025-08-20T22:59:54.4017877Z [00:02:16.663]➜  mkdir -p $WORK/b270/
2025-08-20T22:59:54.4027137Z [00:02:16.664]➜  cat >/tmp/go-build2180205415/b270/importcfg << 'EOF' # internal
2025-08-20T22:59:54.4027944Z [00:02:16.664]➜  # import config
2025-08-20T22:59:54.4028780Z [00:02:16.664]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.4029281Z [00:02:16.664]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.4029706Z [00:02:16.664]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.4030582Z [00:02:16.664]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.4031176Z [00:02:16.664]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.4031934Z [00:02:16.664]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.4032773Z [00:02:16.664]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.4033558Z [00:02:16.664]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.4034132Z [00:02:16.664]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.4034549Z [00:02:16.664]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.4034975Z [00:02:16.664]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:54.4035394Z [00:02:16.664]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.4035959Z [00:02:16.664]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:54.4036334Z [00:02:16.664]➜  EOF
2025-08-20T22:59:54.4039162Z [00:02:16.664]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b270/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/databricks;$WORK/b270=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/databricks -lang=go1.24 -complete -installsuffix shared -buildid FHzFay-hbtZgnbocQuQZ/FHzFay-hbtZgnbocQuQZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/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-20T22:59:54.4114969Z [00:02:16.672]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T22:59:54.4125046Z [00:02:16.674]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/83/83765447ed0eda8f8919769ed3695e5b73bb46dc3add7a7e684d37a57ae00a7a-d # internal
2025-08-20T22:59:54.4128542Z [00:02:16.674]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/datadog
2025-08-20T22:59:54.4128987Z [00:02:16.674]➜  mkdir -p $WORK/b271/
2025-08-20T22:59:54.4148913Z [00:02:16.674]➜  cat >/tmp/go-build2180205415/b271/importcfg << 'EOF' # internal
2025-08-20T22:59:54.4149689Z [00:02:16.674]➜  # import config
2025-08-20T22:59:54.4150336Z [00:02:16.674]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:54.4151103Z [00:02:16.674]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T22:59:54.4152143Z [00:02:16.674]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.4153040Z [00:02:16.674]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.4153789Z [00:02:16.674]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.4154584Z [00:02:16.674]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.4155460Z [00:02:16.674]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.4156715Z [00:02:16.674]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.4157832Z [00:02:16.674]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.4158913Z [00:02:16.674]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.4159801Z [00:02:16.674]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.4160840Z [00:02:16.675]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.4161268Z [00:02:16.675]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.4162016Z [00:02:16.675]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:54.4162441Z [00:02:16.675]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:54.4162864Z [00:02:16.675]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:54.4163268Z [00:02:16.675]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:54.4163575Z [00:02:16.675]➜  EOF
2025-08-20T22:59:54.4163896Z [00:02:16.676]➜  cat >/tmp/go-build2180205415/b271/embedcfg << 'EOF' # internal
2025-08-20T22:59:54.4164216Z [00:02:16.676]➜  {
2025-08-20T22:59:54.4164420Z [00:02:16.676]➜  	"Patterns": {
2025-08-20T22:59:54.4164673Z [00:02:16.676]➜  		"scopes.json": [
2025-08-20T22:59:54.4164923Z [00:02:16.676]➜  			"scopes.json"
2025-08-20T22:59:54.4165146Z [00:02:16.676]➜  		]
2025-08-20T22:59:54.4165336Z [00:02:16.676]➜  	},
2025-08-20T22:59:54.4165545Z [00:02:16.676]➜  	"Files": {
2025-08-20T22:59:54.4171091Z [00:02:16.676]➜  		"scopes.json": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog/scopes.json"
2025-08-20T22:59:54.4171594Z [00:02:16.676]➜  	}
2025-08-20T22:59:54.4171790Z [00:02:16.676]➜  }EOF
2025-08-20T22:59:54.4174395Z [00:02:16.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b271/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/datadog;$WORK/b271=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/datadog -lang=go1.24 -complete -installsuffix shared -buildid zBoLOxK5jSYeNQno3Mdy/zBoLOxK5jSYeNQno3Mdy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -embedcfg $WORK/b271/embedcfg -pack ./pkg/analyzer/analyzers/datadog/datadog.go ./pkg/analyzer/analyzers/datadog/models.go ./pkg/analyzer/analyzers/datadog/requests.go
2025-08-20T22:59:54.4558824Z [00:02:16.717]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T22:59:54.4620885Z [00:02:16.723]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/e0/e013e7f3a3d874b53e3f23a44242d38e42a603465deab65e6c20f80a8a7b525b-d # internal
2025-08-20T22:59:54.4622194Z [00:02:16.723]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/digitalocean
2025-08-20T22:59:54.4623011Z [00:02:16.723]➜  mkdir -p $WORK/b272/
2025-08-20T22:59:54.4626200Z [00:02:16.724]➜  cat >/tmp/go-build2180205415/b272/importcfg << 'EOF' # internal
2025-08-20T22:59:54.4626636Z [00:02:16.724]➜  # import config
2025-08-20T22:59:54.4626985Z [00:02:16.724]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:54.4627410Z [00:02:16.724]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T22:59:54.4628167Z [00:02:16.724]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.4628704Z [00:02:16.724]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.4629119Z [00:02:16.724]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.4629605Z [00:02:16.724]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.4630189Z [00:02:16.724]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.4630953Z [00:02:16.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.4636985Z [00:02:16.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.4637918Z [00:02:16.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.4638514Z [00:02:16.724]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.4638935Z [00:02:16.724]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.4639353Z [00:02:16.724]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.4639755Z [00:02:16.724]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:54.4640460Z [00:02:16.724]➜  EOF
2025-08-20T22:59:54.4640817Z [00:02:16.725]➜  cat >/tmp/go-build2180205415/b272/embedcfg << 'EOF' # internal
2025-08-20T22:59:54.4641138Z [00:02:16.725]➜  {
2025-08-20T22:59:54.4641342Z [00:02:16.725]➜  	"Patterns": {
2025-08-20T22:59:54.4641582Z [00:02:16.725]➜  		"scopes.json": [
2025-08-20T22:59:54.4641830Z [00:02:16.725]➜  			"scopes.json"
2025-08-20T22:59:54.4642052Z [00:02:16.725]➜  		]
2025-08-20T22:59:54.4642277Z [00:02:16.725]➜  	},
2025-08-20T22:59:54.4642481Z [00:02:16.725]➜  	"Files": {
2025-08-20T22:59:54.4642961Z [00:02:16.725]➜  		"scopes.json": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/digitalocean/scopes.json"
2025-08-20T22:59:54.4643396Z [00:02:16.725]➜  	}
2025-08-20T22:59:54.4643585Z [00:02:16.725]➜  }EOF
2025-08-20T22:59:54.4646274Z [00:02:16.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b272/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/digitalocean=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/digitalocean;$WORK/b272=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/digitalocean -lang=go1.24 -complete -installsuffix shared -buildid njH3hEPdP7FcN2_SRqYE/njH3hEPdP7FcN2_SRqYE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -embedcfg $WORK/b272/embedcfg -pack ./pkg/analyzer/analyzers/digitalocean/digitalocean.go ./pkg/analyzer/analyzers/digitalocean/permissions.go
2025-08-20T22:59:54.4775690Z [00:02:16.738]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T22:59:54.4789271Z [00:02:16.740]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/02/02c2ac457dacb8ee614fc0ed0d3d7d042f499a9f132a279f18eac4b1edfaef46-d # internal
2025-08-20T22:59:54.4791141Z [00:02:16.740]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dockerhub
2025-08-20T22:59:54.4791718Z [00:02:16.740]➜  mkdir -p $WORK/b273/
2025-08-20T22:59:54.4796436Z [00:02:16.741]➜  cat >/tmp/go-build2180205415/b273/importcfg << 'EOF' # internal
2025-08-20T22:59:54.4796838Z [00:02:16.741]➜  # import config
2025-08-20T22:59:54.4799779Z [00:02:16.741]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.4800245Z [00:02:16.741]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.4800664Z [00:02:16.741]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.4801136Z [00:02:16.741]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.4801687Z [00:02:16.741]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build2180205415/b274/_pkg_.a
2025-08-20T22:59:54.4807826Z [00:02:16.741]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.4808708Z [00:02:16.741]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.4809556Z [00:02:16.741]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.4810362Z [00:02:16.741]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.4810931Z [00:02:16.741]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.4811351Z [00:02:16.741]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.4811768Z [00:02:16.741]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.4812171Z [00:02:16.741]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:54.4812590Z [00:02:16.741]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.4813018Z [00:02:16.741]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:54.4813327Z [00:02:16.741]➜  EOF
2025-08-20T22:59:54.4816211Z [00:02:16.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b273/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dockerhub;$WORK/b273=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dockerhub -lang=go1.24 -complete -installsuffix shared -buildid 0rNCrEMpO6GhIuOaFD8O/0rNCrEMpO6GhIuOaFD8O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/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-20T22:59:54.5225245Z [00:02:16.783]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T22:59:54.5238923Z [00:02:16.785]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/b3/b3426aa42345ed0504673878cc2d10660390e38412fbc78b1470d5e0524e404f-d # internal
2025-08-20T22:59:54.5239873Z [00:02:16.785]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dropbox
2025-08-20T22:59:54.5240395Z [00:02:16.785]➜  mkdir -p $WORK/b275/
2025-08-20T22:59:54.5244678Z [00:02:16.786]➜  cat >/tmp/go-build2180205415/b275/importcfg << 'EOF' # internal
2025-08-20T22:59:54.5245178Z [00:02:16.786]➜  # import config
2025-08-20T22:59:54.5245635Z [00:02:16.786]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T22:59:54.5246296Z [00:02:16.786]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.5246860Z [00:02:16.786]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.5247436Z [00:02:16.786]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.5248055Z [00:02:16.786]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.5248759Z [00:02:16.786]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.5249655Z [00:02:16.786]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.5250647Z [00:02:16.786]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.5251589Z [00:02:16.786]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.5252297Z [00:02:16.786]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.5252866Z [00:02:16.786]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.5253417Z [00:02:16.786]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.5253977Z [00:02:16.786]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.5254424Z [00:02:16.786]➜  EOF
2025-08-20T22:59:54.5255208Z [00:02:16.786]➜  cat >/tmp/go-build2180205415/b275/embedcfg << 'EOF' # internal
2025-08-20T22:59:54.5255719Z [00:02:16.786]➜  {
2025-08-20T22:59:54.5261082Z [00:02:16.786]➜  	"Patterns": {
2025-08-20T22:59:54.5261335Z [00:02:16.786]➜  		"scopes.json": [
2025-08-20T22:59:54.5261609Z [00:02:16.786]➜  			"scopes.json"
2025-08-20T22:59:54.5261832Z [00:02:16.786]➜  		]
2025-08-20T22:59:54.5262026Z [00:02:16.786]➜  	},
2025-08-20T22:59:54.5262231Z [00:02:16.786]➜  	"Files": {
2025-08-20T22:59:54.5262681Z [00:02:16.786]➜  		"scopes.json": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox/scopes.json"
2025-08-20T22:59:54.5263096Z [00:02:16.786]➜  	}
2025-08-20T22:59:54.5263280Z [00:02:16.786]➜  }EOF
2025-08-20T22:59:54.5276247Z [00:02:16.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dropbox;$WORK/b275=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dropbox -lang=go1.24 -complete -installsuffix shared -buildid _E-Ok05C16wd29Q9_DI4/_E-Ok05C16wd29Q9_DI4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -embedcfg $WORK/b275/embedcfg -pack ./pkg/analyzer/analyzers/dropbox/dropbox.go ./pkg/analyzer/analyzers/dropbox/models.go ./pkg/analyzer/analyzers/dropbox/permissions.go
2025-08-20T22:59:54.5280019Z [00:02:16.789]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T22:59:54.5298916Z [00:02:16.791]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/01/01384cc044e229bca65f70b7e6f34298afcaadf61e0ac9a475984ce3dc3ff944-d # internal
2025-08-20T22:59:54.5304557Z [00:02:16.791]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/elevenlabs
2025-08-20T22:59:54.5304990Z [00:02:16.791]➜  mkdir -p $WORK/b276/
2025-08-20T22:59:54.5305363Z [00:02:16.791]➜  cat >/tmp/go-build2180205415/b276/importcfg << 'EOF' # internal
2025-08-20T22:59:54.5305705Z [00:02:16.791]➜  # import config
2025-08-20T22:59:54.5306200Z [00:02:16.791]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:54.5306654Z [00:02:16.791]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.5307100Z [00:02:16.791]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.5307519Z [00:02:16.791]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.5307985Z [00:02:16.791]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.5308510Z [00:02:16.791]➜  packagefile github.com/google/uuid=/tmp/go-build2180205415/b277/_pkg_.a
2025-08-20T22:59:54.5309089Z [00:02:16.791]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.5309841Z [00:02:16.791]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.5310685Z [00:02:16.791]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.5311469Z [00:02:16.791]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.5312030Z [00:02:16.791]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.5312482Z [00:02:16.791]➜  packagefile mime/multipart=/tmp/go-build2180205415/b195/_pkg_.a
2025-08-20T22:59:54.5312937Z [00:02:16.791]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.5313350Z [00:02:16.791]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.5313758Z [00:02:16.791]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:54.5314179Z [00:02:16.791]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.5314597Z [00:02:16.791]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:54.5314904Z [00:02:16.791]➜  EOF
2025-08-20T22:59:54.5317890Z [00:02:16.791]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b276/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/elevenlabs=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/elevenlabs;$WORK/b276=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/elevenlabs -lang=go1.24 -complete -installsuffix shared -buildid idbsDI4OA0RI8eFNSyGd/idbsDI4OA0RI8eFNSyGd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack ./pkg/analyzer/analyzers/elevenlabs/elevenlabs.go ./pkg/analyzer/analyzers/elevenlabs/permissions.go ./pkg/analyzer/analyzers/elevenlabs/requests.go
2025-08-20T22:59:54.5796657Z [00:02:16.841]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T22:59:54.5808052Z [00:02:16.842]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T22:59:54.5817279Z [00:02:16.842]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/f6/f64894267e59a0205a4d493fe870785d2f6cf65058b28ab9baf7f407d4fc2a27-d # internal
2025-08-20T22:59:54.5818531Z [00:02:16.843]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/fastly
2025-08-20T22:59:54.5819348Z [00:02:16.843]➜  mkdir -p $WORK/b279/
2025-08-20T22:59:54.5820173Z [00:02:16.843]➜  cat >/tmp/go-build2180205415/b279/importcfg << 'EOF' # internal
2025-08-20T22:59:54.5820983Z [00:02:16.843]➜  # import config
2025-08-20T22:59:54.5821360Z [00:02:16.843]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.5821821Z [00:02:16.843]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.5822239Z [00:02:16.843]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.5822715Z [00:02:16.843]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.5823300Z [00:02:16.843]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.5824075Z [00:02:16.843]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.5824915Z [00:02:16.843]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.5825708Z [00:02:16.843]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.5826492Z [00:02:16.843]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.5826917Z [00:02:16.843]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.5827333Z [00:02:16.843]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.5827750Z [00:02:16.843]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:54.5828172Z [00:02:16.843]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:54.5828702Z [00:02:16.843]➜  EOF
2025-08-20T22:59:54.5831982Z [00:02:16.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/fastly;$WORK/b279=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/fastly -lang=go1.24 -complete -installsuffix shared -buildid -gDkD37-3f5Kt9v35cuU/-gDkD37-3f5Kt9v35cuU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/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-20T22:59:54.5834722Z [00:02:16.844]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/ca/caab5987d9b2f8b9fd0ed68689d99ddf2e40c56ba4d2a1455e5084f32edd3331-d # internal
2025-08-20T22:59:54.5841591Z [00:02:16.845]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/figma
2025-08-20T22:59:54.5843028Z [00:02:16.845]➜  mkdir -p $WORK/b280/
2025-08-20T22:59:54.5854841Z [00:02:16.846]➜  cat >/tmp/go-build2180205415/b280/importcfg << 'EOF' # internal
2025-08-20T22:59:54.5855680Z [00:02:16.846]➜  # import config
2025-08-20T22:59:54.5856346Z [00:02:16.846]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T22:59:54.5856950Z [00:02:16.846]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.5857573Z [00:02:16.846]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.5858107Z [00:02:16.846]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.5858673Z [00:02:16.846]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.5859350Z [00:02:16.846]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.5860199Z [00:02:16.846]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.5861170Z [00:02:16.846]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.5862037Z [00:02:16.846]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.5862689Z [00:02:16.846]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.5863484Z [00:02:16.846]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.5863985Z [00:02:16.846]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.5864474Z [00:02:16.846]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:54.5864977Z [00:02:16.846]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.5865389Z [00:02:16.846]➜  EOF
2025-08-20T22:59:54.5865931Z [00:02:16.846]➜  cat >/tmp/go-build2180205415/b280/embedcfg << 'EOF' # internal
2025-08-20T22:59:54.5866398Z [00:02:16.846]➜  {
2025-08-20T22:59:54.5866732Z [00:02:16.846]➜  	"Patterns": {
2025-08-20T22:59:54.5867076Z [00:02:16.846]➜  		"endpoints.json": [
2025-08-20T22:59:54.5867456Z [00:02:16.846]➜  			"endpoints.json"
2025-08-20T22:59:54.5867790Z [00:02:16.846]➜  		]
2025-08-20T22:59:54.5868089Z [00:02:16.847]➜  	},
2025-08-20T22:59:54.5868410Z [00:02:16.847]➜  	"Files": {
2025-08-20T22:59:54.5869011Z [00:02:16.847]➜  		"endpoints.json": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/endpoints.json"
2025-08-20T22:59:54.5869471Z [00:02:16.847]➜  	}
2025-08-20T22:59:54.5871157Z [00:02:16.847]➜  }EOF
2025-08-20T22:59:54.5874538Z [00:02:16.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b280/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/figma;$WORK/b280=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/figma -lang=go1.24 -complete -installsuffix shared -buildid 1-eoJCpNtBGgMWFifqib/1-eoJCpNtBGgMWFifqib -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -embedcfg $WORK/b280/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-20T22:59:54.6557297Z [00:02:16.915]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T22:59:54.6577922Z [00:02:16.919]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/7f/7f19c6874090523982ac1541b102a7943ea40d109bcac256e67d0d235dafef6d-d # internal
2025-08-20T22:59:54.6580116Z [00:02:16.919]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/gitlab
2025-08-20T22:59:54.6581255Z [00:02:16.919]➜  mkdir -p $WORK/b287/
2025-08-20T22:59:54.6599655Z [00:02:16.921]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T22:59:54.6606967Z [00:02:16.922]➜  cat >/tmp/go-build2180205415/b287/importcfg << 'EOF' # internal
2025-08-20T22:59:54.6607953Z [00:02:16.922]➜  # import config
2025-08-20T22:59:54.6608364Z [00:02:16.922]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:54.6609190Z [00:02:16.922]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.6609728Z [00:02:16.922]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.6610155Z [00:02:16.922]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.6610647Z [00:02:16.922]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.6611234Z [00:02:16.922]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.6611989Z [00:02:16.922]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.6612826Z [00:02:16.922]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.6613614Z [00:02:16.922]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.6614189Z [00:02:16.922]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.6614609Z [00:02:16.922]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.6615023Z [00:02:16.922]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.6615727Z [00:02:16.922]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:54.6616221Z [00:02:16.922]➜  EOF
2025-08-20T22:59:54.6622311Z [00:02:16.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b287/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/gitlab=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/gitlab;$WORK/b287=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/gitlab -lang=go1.24 -complete -installsuffix shared -buildid kDp4eMjgRXJMrcgyzYjy/kDp4eMjgRXJMrcgyzYjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack ./pkg/analyzer/analyzers/gitlab/gitlab.go ./pkg/analyzer/analyzers/gitlab/permissions.go ./pkg/analyzer/analyzers/gitlab/scopes.go
2025-08-20T22:59:54.6627749Z [00:02:16.924]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/dc/dc7ce1223b1ebd13d32dcb537bcfeb6e72a25ea9538e2e9103b34b0db8bafec2-d # internal
2025-08-20T22:59:54.6629276Z [00:02:16.924]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/groq
2025-08-20T22:59:54.6631469Z [00:02:16.924]➜  mkdir -p $WORK/b288/
2025-08-20T22:59:54.6633950Z [00:02:16.924]➜  cat >/tmp/go-build2180205415/b288/importcfg << 'EOF' # internal
2025-08-20T22:59:54.6634588Z [00:02:16.924]➜  # import config
2025-08-20T22:59:54.6635552Z [00:02:16.924]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.6636304Z [00:02:16.924]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.6637016Z [00:02:16.925]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.6637515Z [00:02:16.925]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.6638117Z [00:02:16.925]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.6638867Z [00:02:16.925]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.6639726Z [00:02:16.925]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.6640511Z [00:02:16.925]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.6641075Z [00:02:16.925]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.6641490Z [00:02:16.925]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.6641902Z [00:02:16.925]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.6642302Z [00:02:16.925]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:54.6642606Z [00:02:16.925]➜  EOF
2025-08-20T22:59:54.6666352Z [00:02:16.925]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b288/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/groq=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/groq;$WORK/b288=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/groq -lang=go1.24 -complete -installsuffix shared -buildid piibhv7o4JdTQS7iCWHa/piibhv7o4JdTQS7iCWHa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack ./pkg/analyzer/analyzers/groq/groq.go ./pkg/analyzer/analyzers/groq/permissions.go ./pkg/analyzer/analyzers/groq/requests.go
2025-08-20T22:59:54.6791673Z [00:02:16.940]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T22:59:54.6822626Z [00:02:16.943]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/da/da7bc137782a570ab53486da15c0b9811da63b3a86460c7a648690f9a94d7b5d-d # internal
2025-08-20T22:59:54.6825039Z [00:02:16.943]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/huggingface
2025-08-20T22:59:54.6825536Z [00:02:16.943]➜  mkdir -p $WORK/b289/
2025-08-20T22:59:54.6827139Z [00:02:16.943]➜  cat >/tmp/go-build2180205415/b289/importcfg << 'EOF' # internal
2025-08-20T22:59:54.6827530Z [00:02:16.943]➜  # import config
2025-08-20T22:59:54.6827897Z [00:02:16.943]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.6828783Z [00:02:16.943]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.6829204Z [00:02:16.943]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.6829679Z [00:02:16.943]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.6830269Z [00:02:16.943]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.6831026Z [00:02:16.943]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.6831880Z [00:02:16.943]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.6832676Z [00:02:16.943]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.6833260Z [00:02:16.943]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.6833691Z [00:02:16.943]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.6834105Z [00:02:16.943]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.6834418Z [00:02:16.943]➜  EOF
2025-08-20T22:59:54.6837159Z [00:02:16.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b289/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/huggingface=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/huggingface;$WORK/b289=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/huggingface -lang=go1.24 -complete -installsuffix shared -buildid MGV8_NnQUgSjZ0Dg-aVU/MGV8_NnQUgSjZ0Dg-aVU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack ./pkg/analyzer/analyzers/huggingface/huggingface.go ./pkg/analyzer/analyzers/huggingface/permissions.go ./pkg/analyzer/analyzers/huggingface/scopes.go
2025-08-20T22:59:54.7296160Z [00:02:16.991]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T22:59:54.7307165Z [00:02:16.992]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/3b/3bba26cc428e7e6bce4c2507c416b71645dab25f875aa756d9c0557c2e524ca0-d # internal
2025-08-20T22:59:54.7320084Z [00:02:16.993]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/jira
2025-08-20T22:59:54.7321428Z [00:02:16.993]➜  mkdir -p $WORK/b290/
2025-08-20T22:59:54.7326627Z [00:02:16.994]➜  cat >/tmp/go-build2180205415/b290/importcfg << 'EOF' # internal
2025-08-20T22:59:54.7327007Z [00:02:16.994]➜  # import config
2025-08-20T22:59:54.7327386Z [00:02:16.994]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:54.7328198Z [00:02:16.994]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.7328753Z [00:02:16.994]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.7329178Z [00:02:16.994]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.7329927Z [00:02:16.994]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.7330525Z [00:02:16.994]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.7331286Z [00:02:16.994]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.7332124Z [00:02:16.994]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.7332914Z [00:02:16.994]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.7333493Z [00:02:16.994]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.7333913Z [00:02:16.994]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.7334344Z [00:02:16.994]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:54.7334763Z [00:02:16.994]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.7335172Z [00:02:16.994]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:54.7335594Z [00:02:16.994]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:54.7336247Z [00:02:16.994]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.7336665Z [00:02:16.994]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:54.7336973Z [00:02:16.994]➜  EOF
2025-08-20T22:59:54.7337937Z [00:02:16.994]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T22:59:54.7341118Z [00:02:16.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b290/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/jira;$WORK/b290=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/jira -lang=go1.24 -complete -installsuffix shared -buildid rk3YClnnlAKKUDqQMvCC/rk3YClnnlAKKUDqQMvCC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/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-20T22:59:54.7353302Z [00:02:16.996]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/2e/2e04640f877241a63c9821e45f65cc47eca4181c4313d8020af8c129ea8157f9-d # internal
2025-08-20T22:59:54.7355899Z [00:02:16.997]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/launchdarkly
2025-08-20T22:59:54.7357062Z [00:02:16.997]➜  mkdir -p $WORK/b291/
2025-08-20T22:59:54.7362079Z [00:02:16.997]➜  cat >/tmp/go-build2180205415/b291/importcfg << 'EOF' # internal
2025-08-20T22:59:54.7364702Z [00:02:16.997]➜  # import config
2025-08-20T22:59:54.7367548Z [00:02:16.997]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:54.7370398Z [00:02:16.997]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T22:59:54.7370885Z [00:02:16.997]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.7371331Z [00:02:16.997]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.7371747Z [00:02:16.997]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.7372219Z [00:02:16.997]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.7372806Z [00:02:16.997]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.7373556Z [00:02:16.997]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.7374400Z [00:02:16.997]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.7375191Z [00:02:16.997]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.7376176Z [00:02:16.997]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.7376598Z [00:02:16.997]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.7377012Z [00:02:16.997]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.7377426Z [00:02:16.997]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:54.7377851Z [00:02:16.997]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.7378268Z [00:02:16.997]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:54.7378677Z [00:02:16.997]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:54.7378987Z [00:02:16.997]➜  EOF
2025-08-20T22:59:54.7382030Z [00:02:16.998]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b291/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/launchdarkly;$WORK/b291=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/launchdarkly -lang=go1.24 -complete -installsuffix shared -buildid eX-H1KF7PEHf8BQZ6vP-/eX-H1KF7PEHf8BQZ6vP- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/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-20T22:59:54.7495096Z [00:02:17.010]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T22:59:54.7558847Z [00:02:17.016]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/80/806fa64b94686768631abd2037135b6285f8860913778655ac05add5d4c48746-d # internal
2025-08-20T22:59:54.7562029Z [00:02:17.016]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailchimp
2025-08-20T22:59:54.7570235Z [00:02:17.018]➜  mkdir -p $WORK/b292/
2025-08-20T22:59:54.7600960Z [00:02:17.021]➜  cat >/tmp/go-build2180205415/b292/importcfg << 'EOF' # internal
2025-08-20T22:59:54.7601824Z [00:02:17.021]➜  # import config
2025-08-20T22:59:54.7602549Z [00:02:17.021]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.7603209Z [00:02:17.021]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.7603790Z [00:02:17.021]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.7604455Z [00:02:17.021]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.7605969Z [00:02:17.021]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.7607127Z [00:02:17.021]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.7608034Z [00:02:17.021]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.7608841Z [00:02:17.021]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.7609433Z [00:02:17.021]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.7609852Z [00:02:17.021]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.7610265Z [00:02:17.021]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.7610580Z [00:02:17.021]➜  EOF
2025-08-20T22:59:54.7612958Z [00:02:17.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b292/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailchimp=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailchimp;$WORK/b292=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailchimp -lang=go1.24 -complete -installsuffix shared -buildid x1rl0br8ajtnFL2mZvq7/x1rl0br8ajtnFL2mZvq7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack ./pkg/analyzer/analyzers/mailchimp/mailchimp.go ./pkg/analyzer/analyzers/mailchimp/permissions.go
2025-08-20T22:59:54.8559097Z [00:02:17.116]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T22:59:54.8566507Z [00:02:17.118]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/d6/d6b1a5640f56fe624aee976b7c1c2f3a7dbdd6f59618f5df1fc8258709302dae-d # internal
2025-08-20T22:59:54.8575612Z [00:02:17.118]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailgun
2025-08-20T22:59:54.8576170Z [00:02:17.118]➜  mkdir -p $WORK/b293/
2025-08-20T22:59:54.8576551Z [00:02:17.118]➜  cat >/tmp/go-build2180205415/b293/importcfg << 'EOF' # internal
2025-08-20T22:59:54.8576900Z [00:02:17.118]➜  # import config
2025-08-20T22:59:54.8577299Z [00:02:17.118]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.8577749Z [00:02:17.118]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.8578163Z [00:02:17.118]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.8578654Z [00:02:17.118]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.8579242Z [00:02:17.118]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.8579999Z [00:02:17.118]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.8580838Z [00:02:17.118]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.8581632Z [00:02:17.118]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.8582229Z [00:02:17.118]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.8582648Z [00:02:17.118]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.8583057Z [00:02:17.118]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:54.8583499Z [00:02:17.118]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.8583815Z [00:02:17.118]➜  EOF
2025-08-20T22:59:54.8586713Z [00:02:17.119]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b293/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailgun=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailgun;$WORK/b293=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailgun -lang=go1.24 -complete -installsuffix shared -buildid 7Ghqrnx4_9ZOYrXxXRFz/7Ghqrnx4_9ZOYrXxXRFz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack ./pkg/analyzer/analyzers/mailgun/mailgun.go ./pkg/analyzer/analyzers/mailgun/permissions.go ./pkg/analyzer/analyzers/mailgun/requests.go
2025-08-20T22:59:54.8606965Z [00:02:17.120]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T22:59:54.8613537Z [00:02:17.122]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/6a/6aaef6cca52e0e5a46700be036f07c6836706004b25ebdd23e2914f1e38af783-d # internal
2025-08-20T22:59:54.8631771Z [00:02:17.124]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/monday
2025-08-20T22:59:54.8634647Z [00:02:17.124]➜  mkdir -p $WORK/b294/
2025-08-20T22:59:54.8646136Z [00:02:17.125]➜  cat >/tmp/go-build2180205415/b294/importcfg << 'EOF' # internal
2025-08-20T22:59:54.8646507Z [00:02:17.125]➜  # import config
2025-08-20T22:59:54.8646847Z [00:02:17.125]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:54.8647268Z [00:02:17.125]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T22:59:54.8647715Z [00:02:17.125]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.8648176Z [00:02:17.125]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.8648618Z [00:02:17.125]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.8649129Z [00:02:17.125]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.8650085Z [00:02:17.125]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.8650841Z [00:02:17.125]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.8651680Z [00:02:17.125]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.8652466Z [00:02:17.125]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.8653053Z [00:02:17.125]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.8653479Z [00:02:17.125]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.8653895Z [00:02:17.125]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.8654194Z [00:02:17.125]➜  EOF
2025-08-20T22:59:54.8654515Z [00:02:17.125]➜  cat >/tmp/go-build2180205415/b294/embedcfg << 'EOF' # internal
2025-08-20T22:59:54.8654845Z [00:02:17.125]➜  {
2025-08-20T22:59:54.8655047Z [00:02:17.125]➜  	"Patterns": {
2025-08-20T22:59:54.8655290Z [00:02:17.125]➜  		"query.graphql": [
2025-08-20T22:59:54.8655546Z [00:02:17.125]➜  			"query.graphql"
2025-08-20T22:59:54.8657512Z [00:02:17.125]➜  		]
2025-08-20T22:59:54.8657787Z [00:02:17.125]➜  	},
2025-08-20T22:59:54.8657997Z [00:02:17.125]➜  	"Files": {
2025-08-20T22:59:54.8658462Z [00:02:17.125]➜  		"query.graphql": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday/query.graphql"
2025-08-20T22:59:54.8658887Z [00:02:17.125]➜  	}
2025-08-20T22:59:54.8659078Z [00:02:17.125]➜  }EOF
2025-08-20T22:59:54.8661632Z [00:02:17.125]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b294/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/monday;$WORK/b294=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/monday -lang=go1.24 -complete -installsuffix shared -buildid V913qcY17-q4DgSf-ubQ/V913qcY17-q4DgSf-ubQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -embedcfg $WORK/b294/embedcfg -pack ./pkg/analyzer/analyzers/monday/monday.go ./pkg/analyzer/analyzers/monday/permissions.go ./pkg/analyzer/analyzers/monday/query.go
2025-08-20T22:59:54.8721032Z [00:02:17.133]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T22:59:54.8738969Z [00:02:17.135]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/e1/e1134ad7639d75d6ec56aa6884ade4c16d444eedfbe773ec366999d8a9486ea0-d # internal
2025-08-20T22:59:54.8766509Z [00:02:17.138]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mux
2025-08-20T22:59:54.8769475Z [00:02:17.138]➜  mkdir -p $WORK/b295/
2025-08-20T22:59:54.8769941Z [00:02:17.138]➜  cat >/tmp/go-build2180205415/b295/importcfg << 'EOF' # internal
2025-08-20T22:59:54.8770293Z [00:02:17.138]➜  # import config
2025-08-20T22:59:54.8770629Z [00:02:17.138]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T22:59:54.8771086Z [00:02:17.138]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.8771530Z [00:02:17.138]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.8771936Z [00:02:17.138]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.8772404Z [00:02:17.138]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.8772986Z [00:02:17.138]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.8773737Z [00:02:17.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.8774579Z [00:02:17.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.8775361Z [00:02:17.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.8776342Z [00:02:17.138]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.8776773Z [00:02:17.138]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.8777188Z [00:02:17.138]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.8777488Z [00:02:17.138]➜  EOF
2025-08-20T22:59:54.8777812Z [00:02:17.138]➜  cat >/tmp/go-build2180205415/b295/embedcfg << 'EOF' # internal
2025-08-20T22:59:54.8778135Z [00:02:17.138]➜  {
2025-08-20T22:59:54.8778341Z [00:02:17.138]➜  	"Patterns": {
2025-08-20T22:59:54.8778580Z [00:02:17.138]➜  		"tests.json": [
2025-08-20T22:59:54.8778824Z [00:02:17.138]➜  			"tests.json"
2025-08-20T22:59:54.8779056Z [00:02:17.138]➜  		]
2025-08-20T22:59:54.8779248Z [00:02:17.138]➜  	},
2025-08-20T22:59:54.8779453Z [00:02:17.138]➜  	"Files": {
2025-08-20T22:59:54.8779872Z [00:02:17.138]➜  		"tests.json": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/tests.json"
2025-08-20T22:59:54.8780279Z [00:02:17.138]➜  	}
2025-08-20T22:59:54.8780466Z [00:02:17.138]➜  }EOF
2025-08-20T22:59:54.8783260Z [00:02:17.138]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b295/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mux;$WORK/b295=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mux -lang=go1.24 -complete -installsuffix shared -buildid ZxOVMEQ-rS8eDzg0V7cW/ZxOVMEQ-rS8eDzg0V7cW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -embedcfg $WORK/b295/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-20T22:59:54.9332704Z [00:02:17.194]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T22:59:54.9348118Z [00:02:17.196]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/0d/0dde4128df1c54417f42d9599124852b367b99a64c55747009657cbf1e6d3378-d # internal
2025-08-20T22:59:54.9356641Z [00:02:17.196]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mysql
2025-08-20T22:59:54.9357065Z [00:02:17.196]➜  mkdir -p $WORK/b296/
2025-08-20T22:59:54.9357439Z [00:02:17.196]➜  cat >/tmp/go-build2180205415/b296/importcfg << 'EOF' # internal
2025-08-20T22:59:54.9357784Z [00:02:17.196]➜  # import config
2025-08-20T22:59:54.9358141Z [00:02:17.196]➜  packagefile database/sql=/tmp/go-build2180205415/b297/_pkg_.a
2025-08-20T22:59:54.9358590Z [00:02:17.196]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.9359002Z [00:02:17.196]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.9359821Z [00:02:17.196]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build2180205415/b298/_pkg_.a
2025-08-20T22:59:54.9360469Z [00:02:17.196]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.9361025Z [00:02:17.196]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build2180205415/b299/_pkg_.a
2025-08-20T22:59:54.9361646Z [00:02:17.196]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.9362262Z [00:02:17.196]➜  packagefile github.com/jedib0t/go-pretty/v6/text=/tmp/go-build2180205415/b216/_pkg_.a
2025-08-20T22:59:54.9363007Z [00:02:17.196]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.9363847Z [00:02:17.196]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.9364646Z [00:02:17.196]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.9365267Z [00:02:17.196]➜  packagefile github.com/xo/dburl=/tmp/go-build2180205415/b302/_pkg_.a
2025-08-20T22:59:54.9365716Z [00:02:17.196]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.9366510Z [00:02:17.196]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.9366936Z [00:02:17.196]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:54.9367243Z [00:02:17.196]➜  EOF
2025-08-20T22:59:54.9369671Z [00:02:17.196]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b296/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mysql=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mysql;$WORK/b296=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mysql -lang=go1.24 -complete -installsuffix shared -buildid mYaXHn4XN-_UZpebuKS3/mYaXHn4XN-_UZpebuKS3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack ./pkg/analyzer/analyzers/mysql/mysql.go ./pkg/analyzer/analyzers/mysql/permissions.go ./pkg/analyzer/analyzers/mysql/scopes.go
2025-08-20T22:59:54.9550204Z [00:02:17.216]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T22:59:54.9565448Z [00:02:17.217]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/98/98fbe70d51b7e76588f316d38a02d2112cc75e1633d59fab6943bbc130bc9ce5-d # internal
2025-08-20T22:59:54.9592142Z [00:02:17.220]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/netlify
2025-08-20T22:59:54.9598986Z [00:02:17.220]➜  mkdir -p $WORK/b303/
2025-08-20T22:59:54.9599390Z [00:02:17.220]➜  cat >/tmp/go-build2180205415/b303/importcfg << 'EOF' # internal
2025-08-20T22:59:54.9599749Z [00:02:17.220]➜  # import config
2025-08-20T22:59:54.9600116Z [00:02:17.220]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.9600565Z [00:02:17.221]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.9600993Z [00:02:17.221]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.9601463Z [00:02:17.221]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.9602049Z [00:02:17.221]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.9602820Z [00:02:17.221]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.9603661Z [00:02:17.221]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.9604449Z [00:02:17.221]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.9605011Z [00:02:17.221]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.9605425Z [00:02:17.221]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.9606288Z [00:02:17.221]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.9606794Z [00:02:17.221]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:54.9607227Z [00:02:17.221]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.9607656Z [00:02:17.221]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:54.9607963Z [00:02:17.221]➜  EOF
2025-08-20T22:59:54.9611628Z [00:02:17.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b303/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/netlify;$WORK/b303=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/netlify -lang=go1.24 -complete -installsuffix shared -buildid YvcH3_ys3zYyhCFInM-6/YvcH3_ys3zYyhCFInM-6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/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-20T22:59:54.9782475Z [00:02:17.239]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T22:59:54.9799482Z [00:02:17.241]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/43/43ff5023f74b16db0bcf300d9fda7c00b581fad45c36b9528e5ea0565cc16c7c-d # internal
2025-08-20T22:59:54.9806145Z [00:02:17.242]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/ngrok
2025-08-20T22:59:54.9806805Z [00:02:17.242]➜  mkdir -p $WORK/b304/
2025-08-20T22:59:54.9815977Z [00:02:17.243]➜  cat >/tmp/go-build2180205415/b304/importcfg << 'EOF' # internal
2025-08-20T22:59:54.9816645Z [00:02:17.243]➜  # import config
2025-08-20T22:59:54.9817261Z [00:02:17.243]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T22:59:54.9817996Z [00:02:17.243]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:54.9818678Z [00:02:17.243]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:54.9819368Z [00:02:17.243]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:54.9820163Z [00:02:17.243]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:54.9821435Z [00:02:17.243]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:54.9822309Z [00:02:17.243]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:54.9823161Z [00:02:17.243]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:54.9823956Z [00:02:17.243]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:54.9825601Z [00:02:17.243]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:54.9826162Z [00:02:17.243]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:54.9826599Z [00:02:17.243]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:54.9827016Z [00:02:17.243]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:54.9827334Z [00:02:17.243]➜  EOF
2025-08-20T22:59:54.9830103Z [00:02:17.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b304/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/ngrok;$WORK/b304=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/ngrok -lang=go1.24 -complete -installsuffix shared -buildid bcQVaIuT_Z97ef6m0_FF/bcQVaIuT_Z97ef6m0_FF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/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-20T22:59:55.0869533Z [00:02:17.348]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T22:59:55.0889103Z [00:02:17.350]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/4d/4da170870f88587a0f17633d849d1ab2926dccc252f76b042c6db5205a3c605c-d # internal
2025-08-20T22:59:55.0890367Z [00:02:17.350]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/notion
2025-08-20T22:59:55.0893605Z [00:02:17.350]➜  mkdir -p $WORK/b305/
2025-08-20T22:59:55.0909234Z [00:02:17.352]➜  cat >/tmp/go-build2180205415/b305/importcfg << 'EOF' # internal
2025-08-20T22:59:55.0909761Z [00:02:17.352]➜  # import config
2025-08-20T22:59:55.0910112Z [00:02:17.352]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:55.0910533Z [00:02:17.352]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T22:59:55.0910974Z [00:02:17.352]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:55.0911416Z [00:02:17.352]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:55.0911848Z [00:02:17.352]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.0912318Z [00:02:17.352]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:55.0912901Z [00:02:17.352]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:55.0914018Z [00:02:17.352]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:55.0914859Z [00:02:17.352]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:55.0915651Z [00:02:17.352]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:55.0916379Z [00:02:17.352]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:55.0916801Z [00:02:17.352]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:55.0917227Z [00:02:17.352]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:55.0917527Z [00:02:17.352]➜  EOF
2025-08-20T22:59:55.0917847Z [00:02:17.352]➜  cat >/tmp/go-build2180205415/b305/embedcfg << 'EOF' # internal
2025-08-20T22:59:55.0918166Z [00:02:17.352]➜  {
2025-08-20T22:59:55.0918377Z [00:02:17.352]➜  	"Patterns": {
2025-08-20T22:59:55.0918615Z [00:02:17.352]➜  		"scopes.json": [
2025-08-20T22:59:55.0918866Z [00:02:17.352]➜  			"scopes.json"
2025-08-20T22:59:55.0919092Z [00:02:17.352]➜  		]
2025-08-20T22:59:55.0919281Z [00:02:17.352]➜  	},
2025-08-20T22:59:55.0919488Z [00:02:17.352]➜  	"Files": {
2025-08-20T22:59:55.0919929Z [00:02:17.352]➜  		"scopes.json": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/notion/scopes.json"
2025-08-20T22:59:55.0920338Z [00:02:17.352]➜  	}
2025-08-20T22:59:55.0920524Z [00:02:17.352]➜  }EOF
2025-08-20T22:59:55.0928363Z [00:02:17.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b305/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/notion=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/notion;$WORK/b305=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/notion -lang=go1.24 -complete -installsuffix shared -buildid vHSw7QcMaEPpU4qqoMrl/vHSw7QcMaEPpU4qqoMrl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -embedcfg $WORK/b305/embedcfg -pack ./pkg/analyzer/analyzers/notion/notion.go ./pkg/analyzer/analyzers/notion/permissions.go
2025-08-20T22:59:55.0938826Z [00:02:17.354]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T22:59:55.0939712Z [00:02:17.355]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T22:59:55.0941644Z [00:02:17.355]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/fa/faf9d1726a6a6d205787645fe67fa5315cc887a8e0a09a090a67315544fec24e-d # internal
2025-08-20T22:59:55.0945232Z [00:02:17.356]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/openai
2025-08-20T22:59:55.0946307Z [00:02:17.356]➜  mkdir -p $WORK/b306/
2025-08-20T22:59:55.0952355Z [00:02:17.356]➜  cat >/tmp/go-build2180205415/b306/importcfg << 'EOF' # internal
2025-08-20T22:59:55.0952841Z [00:02:17.356]➜  # import config
2025-08-20T22:59:55.0953202Z [00:02:17.356]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:55.0953653Z [00:02:17.356]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:55.0954106Z [00:02:17.356]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:55.0954519Z [00:02:17.356]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.0954988Z [00:02:17.356]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:55.0955576Z [00:02:17.356]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:55.0956600Z [00:02:17.356]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:55.0957462Z [00:02:17.356]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:55.0958249Z [00:02:17.356]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:55.0958813Z [00:02:17.356]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:55.0959515Z [00:02:17.356]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:55.0959932Z [00:02:17.356]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:55.0960351Z [00:02:17.356]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:55.0960783Z [00:02:17.356]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:55.0961096Z [00:02:17.356]➜  EOF
2025-08-20T22:59:55.0988745Z [00:02:17.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b306/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/openai=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/openai;$WORK/b306=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/openai -lang=go1.24 -complete -installsuffix shared -buildid raPLV9llNDxOYnk2IHTF/raPLV9llNDxOYnk2IHTF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack ./pkg/analyzer/analyzers/openai/openai.go ./pkg/analyzer/analyzers/openai/permissions.go ./pkg/analyzer/analyzers/openai/scopes.go
2025-08-20T22:59:55.0991483Z [00:02:17.359]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/50/50c0ca67eb0faa702978484a67f65766246a66a81ff14e26609efc5af66ff5bf-d # internal
2025-08-20T22:59:55.0992201Z [00:02:17.359]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/opsgenie
2025-08-20T22:59:55.0992616Z [00:02:17.360]➜  mkdir -p $WORK/b307/
2025-08-20T22:59:55.1006926Z [00:02:17.360]➜  cat >/tmp/go-build2180205415/b307/importcfg << 'EOF' # internal
2025-08-20T22:59:55.1007290Z [00:02:17.360]➜  # import config
2025-08-20T22:59:55.1007643Z [00:02:17.360]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:55.1008065Z [00:02:17.360]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T22:59:55.1008509Z [00:02:17.360]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:55.1008951Z [00:02:17.360]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:55.1009373Z [00:02:17.360]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.1009840Z [00:02:17.360]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:55.1010422Z [00:02:17.360]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:55.1011164Z [00:02:17.360]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:55.1012000Z [00:02:17.360]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:55.1013110Z [00:02:17.360]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:55.1013752Z [00:02:17.360]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:55.1014172Z [00:02:17.360]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:55.1014595Z [00:02:17.360]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:55.1023533Z [00:02:17.360]➜  EOF
2025-08-20T22:59:55.1024061Z [00:02:17.360]➜  cat >/tmp/go-build2180205415/b307/embedcfg << 'EOF' # internal
2025-08-20T22:59:55.1024392Z [00:02:17.361]➜  {
2025-08-20T22:59:55.1024618Z [00:02:17.361]➜  	"Patterns": {
2025-08-20T22:59:55.1024860Z [00:02:17.361]➜  		"scopes.json": [
2025-08-20T22:59:55.1025108Z [00:02:17.361]➜  			"scopes.json"
2025-08-20T22:59:55.1025334Z [00:02:17.361]➜  		]
2025-08-20T22:59:55.1025525Z [00:02:17.361]➜  	},
2025-08-20T22:59:55.1025728Z [00:02:17.361]➜  	"Files": {
2025-08-20T22:59:55.1029835Z [00:02:17.361]➜  		"scopes.json": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/opsgenie/scopes.json"
2025-08-20T22:59:55.1030269Z [00:02:17.361]➜  	}
2025-08-20T22:59:55.1030460Z [00:02:17.361]➜  }EOF
2025-08-20T22:59:55.1032903Z [00:02:17.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b307/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/opsgenie=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/opsgenie;$WORK/b307=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/opsgenie -lang=go1.24 -complete -installsuffix shared -buildid weSKnw6z2hggEDAzcbkd/weSKnw6z2hggEDAzcbkd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -embedcfg $WORK/b307/embedcfg -pack ./pkg/analyzer/analyzers/opsgenie/opsgenie.go ./pkg/analyzer/analyzers/opsgenie/permissions.go
2025-08-20T22:59:55.1617053Z [00:02:17.422]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T22:59:55.1620458Z [00:02:17.423]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/c7/c7f998df993be3ed85ccfa562a17e7f7641bbd2e49457a7fffcbc923e543c367-d # internal
2025-08-20T22:59:55.1642833Z [00:02:17.425]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/plaid
2025-08-20T22:59:55.1645644Z [00:02:17.425]➜  mkdir -p $WORK/b308/
2025-08-20T22:59:55.1649374Z [00:02:17.426]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T22:59:55.1657477Z [00:02:17.427]➜  cat >/tmp/go-build2180205415/b308/importcfg << 'EOF' # internal
2025-08-20T22:59:55.1671753Z [00:02:17.427]➜  # import config
2025-08-20T22:59:55.1672116Z [00:02:17.427]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:55.1672566Z [00:02:17.427]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:55.1673013Z [00:02:17.427]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:55.1673428Z [00:02:17.427]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.1673924Z [00:02:17.427]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:55.1674512Z [00:02:17.427]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:55.1675262Z [00:02:17.427]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:55.1676234Z [00:02:17.427]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:55.1677085Z [00:02:17.427]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:55.1689311Z [00:02:17.427]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:55.1689933Z [00:02:17.427]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:55.1690363Z [00:02:17.427]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:55.1690681Z [00:02:17.427]➜  EOF
2025-08-20T22:59:55.1693629Z [00:02:17.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b308/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/plaid;$WORK/b308=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/plaid -lang=go1.24 -complete -installsuffix shared -buildid E1HUosWgVBNQhgYQ2QUk/E1HUosWgVBNQhgYQ2QUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/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-20T22:59:55.1696518Z [00:02:17.429]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/24/247938e3579f39ff80ac7f544335be9349d5e40f80416579ca53356a252f9f24-d # internal
2025-08-20T22:59:55.1706000Z [00:02:17.429]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/planetscale
2025-08-20T22:59:55.1706594Z [00:02:17.429]➜  mkdir -p $WORK/b309/
2025-08-20T22:59:55.1706996Z [00:02:17.429]➜  cat >/tmp/go-build2180205415/b309/importcfg << 'EOF' # internal
2025-08-20T22:59:55.1707343Z [00:02:17.429]➜  # import config
2025-08-20T22:59:55.1707676Z [00:02:17.429]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:55.1708451Z [00:02:17.429]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T22:59:55.1708897Z [00:02:17.429]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:55.1709339Z [00:02:17.429]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:55.1709751Z [00:02:17.429]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.1710219Z [00:02:17.429]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:55.1710802Z [00:02:17.429]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:55.1711559Z [00:02:17.429]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:55.1712395Z [00:02:17.429]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:55.1713184Z [00:02:17.429]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:55.1713758Z [00:02:17.429]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:55.1714177Z [00:02:17.429]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:55.1714591Z [00:02:17.429]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:55.1715005Z [00:02:17.429]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:55.1715320Z [00:02:17.429]➜  EOF
2025-08-20T22:59:55.1715637Z [00:02:17.429]➜  cat >/tmp/go-build2180205415/b309/embedcfg << 'EOF' # internal
2025-08-20T22:59:55.1716152Z [00:02:17.429]➜  {
2025-08-20T22:59:55.1716379Z [00:02:17.429]➜  	"Patterns": {
2025-08-20T22:59:55.1716622Z [00:02:17.429]➜  		"scopes.json": [
2025-08-20T22:59:55.1716871Z [00:02:17.429]➜  			"scopes.json"
2025-08-20T22:59:55.1717097Z [00:02:17.429]➜  		]
2025-08-20T22:59:55.1717286Z [00:02:17.429]➜  	},
2025-08-20T22:59:55.1717499Z [00:02:17.429]➜  	"Files": {
2025-08-20T22:59:55.1717969Z [00:02:17.429]➜  		"scopes.json": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/planetscale/scopes.json"
2025-08-20T22:59:55.1718394Z [00:02:17.429]➜  	}
2025-08-20T22:59:55.1718583Z [00:02:17.429]➜  }EOF
2025-08-20T22:59:55.1721377Z [00:02:17.429]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b309/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/planetscale=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/planetscale;$WORK/b309=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/planetscale -lang=go1.24 -complete -installsuffix shared -buildid Cd7V8suOaAE9JBQs_AHy/Cd7V8suOaAE9JBQs_AHy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -embedcfg $WORK/b309/embedcfg -pack ./pkg/analyzer/analyzers/planetscale/permissions.go ./pkg/analyzer/analyzers/planetscale/planetscale.go
2025-08-20T22:59:55.1837958Z [00:02:17.445]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T22:59:55.1847778Z [00:02:17.446]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/e0/e0848bd4a37653ac825828fe0277f8821a47187f8fba3375838b1038826100a1-d # internal
2025-08-20T22:59:55.1957939Z [00:02:17.457]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postgres
2025-08-20T22:59:55.1958938Z [00:02:17.457]➜  mkdir -p $WORK/b310/
2025-08-20T22:59:55.1963661Z [00:02:17.457]➜  cat >/tmp/go-build2180205415/b310/importcfg << 'EOF' # internal
2025-08-20T22:59:55.1964357Z [00:02:17.457]➜  # import config
2025-08-20T22:59:55.1966749Z [00:02:17.457]➜  packagefile database/sql=/tmp/go-build2180205415/b297/_pkg_.a
2025-08-20T22:59:55.1997855Z [00:02:17.457]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:55.1998323Z [00:02:17.457]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.1998819Z [00:02:17.457]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:55.1999411Z [00:02:17.457]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:55.2000335Z [00:02:17.457]➜  packagefile github.com/lib/pq=/tmp/go-build2180205415/b311/_pkg_.a
2025-08-20T22:59:55.2001034Z [00:02:17.457]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:55.2001883Z [00:02:17.457]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:55.2002680Z [00:02:17.457]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:55.2003254Z [00:02:17.457]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:55.2003678Z [00:02:17.457]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:55.2004106Z [00:02:17.457]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:55.2004424Z [00:02:17.458]➜  EOF
2025-08-20T22:59:55.2007004Z [00:02:17.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b310/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postgres=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postgres;$WORK/b310=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postgres -lang=go1.24 -complete -installsuffix shared -buildid XERQhS8fPvkZgF4jwb25/XERQhS8fPvkZgF4jwb25 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack ./pkg/analyzer/analyzers/postgres/permissions.go ./pkg/analyzer/analyzers/postgres/postgres.go
2025-08-20T22:59:55.2670224Z [00:02:17.528]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T22:59:55.2684487Z [00:02:17.529]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/cc/ccf58cf01205c7cdb7575a8cfad2945f3053f1d7eb7bc9e90eaf7b508bdd2ccf-d # internal
2025-08-20T22:59:55.2686570Z [00:02:17.530]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/posthog
2025-08-20T22:59:55.2708510Z [00:02:17.532]➜  mkdir -p $WORK/b315/
2025-08-20T22:59:55.2718552Z [00:02:17.533]➜  cat >/tmp/go-build2180205415/b315/importcfg << 'EOF' # internal
2025-08-20T22:59:55.2721061Z [00:02:17.533]➜  # import config
2025-08-20T22:59:55.2723426Z [00:02:17.533]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:55.2723857Z [00:02:17.533]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T22:59:55.2724304Z [00:02:17.533]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:55.2724746Z [00:02:17.533]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:55.2725158Z [00:02:17.533]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.2726026Z [00:02:17.533]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:55.2726703Z [00:02:17.533]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:55.2727461Z [00:02:17.533]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:55.2728312Z [00:02:17.533]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:55.2729098Z [00:02:17.533]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:55.2729664Z [00:02:17.533]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:55.2730086Z [00:02:17.533]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:55.2730498Z [00:02:17.533]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:55.2730920Z [00:02:17.533]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:55.2731393Z [00:02:17.533]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:55.2731710Z [00:02:17.533]➜  EOF
2025-08-20T22:59:55.2732033Z [00:02:17.533]➜  cat >/tmp/go-build2180205415/b315/embedcfg << 'EOF' # internal
2025-08-20T22:59:55.2732602Z [00:02:17.533]➜  {
2025-08-20T22:59:55.2732815Z [00:02:17.533]➜  	"Patterns": {
2025-08-20T22:59:55.2733057Z [00:02:17.533]➜  		"scopes.json": [
2025-08-20T22:59:55.2733309Z [00:02:17.533]➜  			"scopes.json"
2025-08-20T22:59:55.2733534Z [00:02:17.533]➜  		]
2025-08-20T22:59:55.2733726Z [00:02:17.533]➜  	},
2025-08-20T22:59:55.2733932Z [00:02:17.533]➜  	"Files": {
2025-08-20T22:59:55.2734379Z [00:02:17.533]➜  		"scopes.json": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/posthog/scopes.json"
2025-08-20T22:59:55.2734792Z [00:02:17.533]➜  	}
2025-08-20T22:59:55.2734984Z [00:02:17.533]➜  }EOF
2025-08-20T22:59:55.2747101Z [00:02:17.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b315/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/posthog=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/posthog;$WORK/b315=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/posthog -lang=go1.24 -complete -installsuffix shared -buildid -lPPCH1N5VT-BRincIst/-lPPCH1N5VT-BRincIst -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -embedcfg $WORK/b315/embedcfg -pack ./pkg/analyzer/analyzers/posthog/permissions.go ./pkg/analyzer/analyzers/posthog/posthog.go
2025-08-20T22:59:55.3143153Z [00:02:17.575]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T22:59:55.3174686Z [00:02:17.578]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/3d/3df03f1cf75dfff22a6f2c70e29de31ee7e4edfb26374c06a52af384e86e8a5a-d # internal
2025-08-20T22:59:55.3179235Z [00:02:17.579]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postman
2025-08-20T22:59:55.3180183Z [00:02:17.579]➜  mkdir -p $WORK/b316/
2025-08-20T22:59:55.3207943Z [00:02:17.582]➜  cat >/tmp/go-build2180205415/b316/importcfg << 'EOF' # internal
2025-08-20T22:59:55.3210522Z [00:02:17.582]➜  # import config
2025-08-20T22:59:55.3213253Z [00:02:17.582]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:55.3213737Z [00:02:17.582]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:55.3214156Z [00:02:17.582]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.3214631Z [00:02:17.582]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:55.3215215Z [00:02:17.582]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:55.3223242Z [00:02:17.582]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:55.3224580Z [00:02:17.582]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:55.3225497Z [00:02:17.582]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:55.3226220Z [00:02:17.582]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:55.3226655Z [00:02:17.582]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:55.3227070Z [00:02:17.582]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:55.3227381Z [00:02:17.582]➜  EOF
2025-08-20T22:59:55.3229903Z [00:02:17.582]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b316/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postman=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postman;$WORK/b316=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postman -lang=go1.24 -complete -installsuffix shared -buildid 9bGrrFAuTZ2UzyhETSlM/9bGrrFAuTZ2UzyhETSlM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack ./pkg/analyzer/analyzers/postman/permissions.go ./pkg/analyzer/analyzers/postman/postman.go ./pkg/analyzer/analyzers/postman/scopes.go
2025-08-20T22:59:55.3307151Z [00:02:17.590]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T22:59:55.3319666Z [00:02:17.593]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/99/994eb58cce60687a1c6100f4de867e5eb650889ec6899711db2f81404abced6f-d # internal
2025-08-20T22:59:55.3323725Z [00:02:17.593]➜  google.golang.org/protobuf/internal/filetype
2025-08-20T22:59:55.3324069Z [00:02:17.593]➜  mkdir -p $WORK/b346/
2025-08-20T22:59:55.3324444Z [00:02:17.593]➜  cat >/tmp/go-build2180205415/b346/importcfg << 'EOF' # internal
2025-08-20T22:59:55.3324790Z [00:02:17.593]➜  # import config
2025-08-20T22:59:55.3325281Z [00:02:17.593]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build2180205415/b334/_pkg_.a
2025-08-20T22:59:55.3326117Z [00:02:17.593]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2180205415/b332/_pkg_.a
2025-08-20T22:59:55.3326856Z [00:02:17.594]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build2180205415/b347/_pkg_.a
2025-08-20T22:59:55.3327543Z [00:02:17.594]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:55.3328467Z [00:02:17.594]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2180205415/b344/_pkg_.a
2025-08-20T22:59:55.3329148Z [00:02:17.594]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:55.3329582Z [00:02:17.594]➜  EOF
2025-08-20T22:59:55.3331697Z [00:02:17.594]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b346/_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/b346=>" -p google.golang.org/protobuf/internal/filetype -lang=go1.23 -complete -installsuffix shared -buildid hDI_Bgt4Nou3STIT5Qyg/hDI_Bgt4Nou3STIT5Qyg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b346/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filetype/build.go
2025-08-20T22:59:55.3858376Z [00:02:17.647]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T22:59:55.3869241Z [00:02:17.648]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T22:59:55.3885625Z [00:02:17.649]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/65/65eb6031ce6b0cf94f3f1bfb8814f6f4bf9875bb02bf424382bf751e2736d751-d # internal
2025-08-20T22:59:55.3886470Z [00:02:17.649]➜  google.golang.org/protobuf/runtime/protoimpl
2025-08-20T22:59:55.3886802Z [00:02:17.649]➜  mkdir -p $WORK/b331/
2025-08-20T22:59:55.3887175Z [00:02:17.650]➜  cat >/tmp/go-build2180205415/b331/importcfg << 'EOF' # internal
2025-08-20T22:59:55.3887520Z [00:02:17.650]➜  # import config
2025-08-20T22:59:55.3888003Z [00:02:17.650]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2180205415/b332/_pkg_.a
2025-08-20T22:59:55.3889045Z [00:02:17.650]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build2180205415/b346/_pkg_.a
2025-08-20T22:59:55.3889793Z [00:02:17.650]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build2180205415/b347/_pkg_.a
2025-08-20T22:59:55.3890473Z [00:02:17.650]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build2180205415/b351/_pkg_.a
2025-08-20T22:59:55.3891172Z [00:02:17.650]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build2180205415/b352/_pkg_.a
2025-08-20T22:59:55.3891602Z [00:02:17.650]➜  EOF
2025-08-20T22:59:55.3894173Z [00:02:17.650]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b331/_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/b331=>" -p google.golang.org/protobuf/runtime/protoimpl -lang=go1.23 -complete -installsuffix shared -buildid 2963RHwL3hC5ORjA6Fhz/2963RHwL3hC5ORjA6Fhz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b331/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-20T22:59:55.3908968Z [00:02:17.651]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/ca/ca31118e9415a5addebb52139a76ae377420edbdd9d45d879289b3e6d039c92e-d # internal
2025-08-20T22:59:55.3910133Z [00:02:17.651]➜  google.golang.org/grpc/internal/idle
2025-08-20T22:59:55.3910768Z [00:02:17.652]➜  mkdir -p $WORK/b407/
2025-08-20T22:59:55.3911366Z [00:02:17.652]➜  cat >/tmp/go-build2180205415/b407/importcfg << 'EOF' # internal
2025-08-20T22:59:55.3912091Z [00:02:17.652]➜  # import config
2025-08-20T22:59:55.3912576Z [00:02:17.652]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.3913283Z [00:02:17.652]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:55.3913929Z [00:02:17.652]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:55.3914648Z [00:02:17.652]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:55.3915411Z [00:02:17.652]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:55.3916047Z [00:02:17.652]➜  EOF
2025-08-20T22:59:55.3918113Z [00:02:17.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b407/_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/b407=>" -p google.golang.org/grpc/internal/idle -lang=go1.23 -complete -installsuffix shared -buildid KecoyJgM404I-YSPWnA4/KecoyJgM404I-YSPWnA4 -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/idle/idle.go
2025-08-20T22:59:55.3965269Z [00:02:17.657]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T22:59:55.3971913Z [00:02:17.658]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/9e/9e3f15a9f4785d41236a004bf557937f10fe6db5be627528502f0286f55b15a8-d # internal
2025-08-20T22:59:55.3974857Z [00:02:17.659]➜  google.golang.org/grpc/internal/metadata
2025-08-20T22:59:55.3977132Z [00:02:17.659]➜  mkdir -p $WORK/b408/
2025-08-20T22:59:55.3984803Z [00:02:17.660]➜  cat >/tmp/go-build2180205415/b408/importcfg << 'EOF' # internal
2025-08-20T22:59:55.3985449Z [00:02:17.660]➜  # import config
2025-08-20T22:59:55.3986147Z [00:02:17.660]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.3986796Z [00:02:17.660]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T22:59:55.3987533Z [00:02:17.660]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:55.3991525Z [00:02:17.660]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:55.3991882Z [00:02:17.660]➜  EOF
2025-08-20T22:59:55.3994112Z [00:02:17.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b408/_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/b408=>" -p google.golang.org/grpc/internal/metadata -lang=go1.23 -complete -installsuffix shared -buildid 19Kt2V3_FpnYtvF4eCmb/19Kt2V3_FpnYtvF4eCmb -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/metadata/metadata.go
2025-08-20T22:59:55.4192242Z [00:02:17.680]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T22:59:55.4200608Z [00:02:17.681]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/66/661486dddbbbcfb21a035ac1f8a77b9e4c0eb29a2a29ae3531c267ea3256d7c1-d # internal
2025-08-20T22:59:55.4201550Z [00:02:17.681]➜  google.golang.org/grpc/internal/serviceconfig
2025-08-20T22:59:55.4202837Z [00:02:17.681]➜  mkdir -p $WORK/b410/
2025-08-20T22:59:55.4213648Z [00:02:17.682]➜  cat >/tmp/go-build2180205415/b410/importcfg << 'EOF' # internal
2025-08-20T22:59:55.4214287Z [00:02:17.682]➜  # import config
2025-08-20T22:59:55.4214962Z [00:02:17.682]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:55.4215565Z [00:02:17.682]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.4216549Z [00:02:17.682]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T22:59:55.4217712Z [00:02:17.683]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:55.4218631Z [00:02:17.683]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:55.4219248Z [00:02:17.683]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T22:59:55.4219760Z [00:02:17.683]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:55.4220179Z [00:02:17.683]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:55.4220609Z [00:02:17.683]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:55.4221029Z [00:02:17.683]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:55.4221342Z [00:02:17.683]➜  EOF
2025-08-20T22:59:55.4223734Z [00:02:17.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b410/_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/b410=>" -p google.golang.org/grpc/internal/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid SbhTrDM8LlpZem46Oe1B/SbhTrDM8LlpZem46Oe1B -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/serviceconfig/duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/serviceconfig/serviceconfig.go
2025-08-20T22:59:55.4259339Z [00:02:17.687]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T22:59:55.4278625Z [00:02:17.689]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/3d/3d94195fb431e401178e631d3481b872eb2b0d6934b5240c9efafa58f091754b-d # internal
2025-08-20T22:59:55.4281385Z [00:02:17.689]➜  google.golang.org/genproto/googleapis/api
2025-08-20T22:59:55.4281722Z [00:02:17.689]➜  mkdir -p $WORK/b324/
2025-08-20T22:59:55.4282050Z [00:02:17.689]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T22:59:55.4283236Z [00:02:17.689]➜  cat >/tmp/go-build2180205415/b324/importcfg << 'EOF' # internal
2025-08-20T22:59:55.4283956Z [00:02:17.689]➜  # import config
2025-08-20T22:59:55.4284760Z [00:02:17.689]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:55.4285872Z [00:02:17.689]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:55.4286755Z [00:02:17.689]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:55.4287459Z [00:02:17.689]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:55.4287897Z [00:02:17.689]➜  EOF
2025-08-20T22:59:55.4290992Z [00:02:17.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b324/_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/b324=>" -p google.golang.org/genproto/googleapis/api -lang=go1.23 -complete -installsuffix shared -buildid JrSKrLNZBJujFrMdiJHP/JrSKrLNZBJujFrMdiJHP -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/launch_stage.pb.go
2025-08-20T22:59:55.4295422Z [00:02:17.691]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/e8/e8bda2fcad806bd99b2e5e2e694210ae680ace42e39412c9710a791c1c7505a9-d # internal
2025-08-20T22:59:55.4296435Z [00:02:17.691]➜  google.golang.org/protobuf/types/descriptorpb
2025-08-20T22:59:55.4297276Z [00:02:17.691]➜  mkdir -p $WORK/b353/
2025-08-20T22:59:55.4297658Z [00:02:17.691]➜  cat >/tmp/go-build2180205415/b353/importcfg << 'EOF' # internal
2025-08-20T22:59:55.4298014Z [00:02:17.691]➜  # import config
2025-08-20T22:59:55.4298512Z [00:02:17.691]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:55.4299217Z [00:02:17.691]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:55.4300031Z [00:02:17.691]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:55.4300453Z [00:02:17.691]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:55.4300759Z [00:02:17.691]➜  EOF
2025-08-20T22:59:55.4302834Z [00:02:17.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b353/_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/b353=>" -p google.golang.org/protobuf/types/descriptorpb -lang=go1.23 -complete -installsuffix shared -buildid dTaKAmB-rxTPFfUoOBpe/dTaKAmB-rxTPFfUoOBpe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/descriptorpb/descriptor.pb.go
2025-08-20T22:59:55.4605156Z [00:02:17.721]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T22:59:55.4638248Z [00:02:17.722]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/a7/a70fc83f7dead6d94b26d7af6dbd5a7d68ad80c9cf8198af127d50c3863b3217-d # internal
2025-08-20T22:59:55.4639121Z [00:02:17.723]➜  google.golang.org/protobuf/types/known/durationpb
2025-08-20T22:59:55.4639610Z [00:02:17.723]➜  mkdir -p $WORK/b354/
2025-08-20T22:59:55.4640020Z [00:02:17.723]➜  cat >/tmp/go-build2180205415/b354/importcfg << 'EOF' # internal
2025-08-20T22:59:55.4640382Z [00:02:17.723]➜  # import config
2025-08-20T22:59:55.4641009Z [00:02:17.723]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:55.4641832Z [00:02:17.723]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:55.4642828Z [00:02:17.723]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:55.4643397Z [00:02:17.723]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:55.4645545Z [00:02:17.723]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:55.4646131Z [00:02:17.723]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:55.4646441Z [00:02:17.723]➜  EOF
2025-08-20T22:59:55.4648891Z [00:02:17.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b354/_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/b354=>" -p google.golang.org/protobuf/types/known/durationpb -lang=go1.23 -complete -installsuffix shared -buildid Iq1UXZUDeVMUSDUIphTU/Iq1UXZUDeVMUSDUIphTU -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/known/durationpb/duration.pb.go
2025-08-20T22:59:55.4701797Z [00:02:17.731]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T22:59:55.4704223Z [00:02:17.732]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/c1/c1facfc459fa60101b759187f0fd71c091be6886ba9f417d59940de4a965feeb-d # internal
2025-08-20T22:59:55.4705036Z [00:02:17.732]➜  google.golang.org/genproto/googleapis/type/expr
2025-08-20T22:59:55.4706014Z [00:02:17.732]➜  mkdir -p $WORK/b355/
2025-08-20T22:59:55.4710934Z [00:02:17.732]➜  cat >/tmp/go-build2180205415/b355/importcfg << 'EOF' # internal
2025-08-20T22:59:55.4711353Z [00:02:17.732]➜  # import config
2025-08-20T22:59:55.4711860Z [00:02:17.732]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:55.4712571Z [00:02:17.732]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:55.4713129Z [00:02:17.732]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:55.4713568Z [00:02:17.732]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:55.4713878Z [00:02:17.732]➜  EOF
2025-08-20T22:59:55.4716367Z [00:02:17.732]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b355/_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/b355=>" -p google.golang.org/genproto/googleapis/type/expr -lang=go1.23 -complete -installsuffix shared -buildid LODcKquB0iT7pJQuckXE/LODcKquB0iT7pJQuckXE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/type/expr/expr.pb.go
2025-08-20T22:59:55.4964556Z [00:02:17.757]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T22:59:55.4976000Z [00:02:17.758]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/06/06944655d43344039edfbb24c5cdc0ba091b6bd7d92e65c1a49f05c30f536325-d # internal
2025-08-20T22:59:55.4977927Z [00:02:17.759]➜  google.golang.org/protobuf/protoadapt
2025-08-20T22:59:55.4978302Z [00:02:17.759]➜  mkdir -p $WORK/b386/
2025-08-20T22:59:55.4984468Z [00:02:17.759]➜  cat >/tmp/go-build2180205415/b386/importcfg << 'EOF' # internal
2025-08-20T22:59:55.4984870Z [00:02:17.759]➜  # import config
2025-08-20T22:59:55.4985312Z [00:02:17.759]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:55.4986081Z [00:02:17.759]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build2180205415/b345/_pkg_.a
2025-08-20T22:59:55.4986839Z [00:02:17.759]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:55.4987278Z [00:02:17.759]➜  EOF
2025-08-20T22:59:55.4989723Z [00:02:17.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b386/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/protoadapt=>google.golang.org/protobuf@v1.36.8/protoadapt;$WORK/b386=>" -p google.golang.org/protobuf/protoadapt -lang=go1.23 -complete -installsuffix shared -buildid 2nNTl62ckjQu84HUDKDP/2nNTl62ckjQu84HUDKDP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/protoadapt/convert.go
2025-08-20T22:59:55.4991684Z [00:02:17.760]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T22:59:55.4999713Z [00:02:17.761]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/f3/f3dccb7b99103ac96055eee59266a4296d3bd216924b8b853c9cb6f27692790d-d # internal
2025-08-20T22:59:55.5000372Z [00:02:17.761]➜  google.golang.org/protobuf/types/known/timestamppb
2025-08-20T22:59:55.5006703Z [00:02:17.761]➜  mkdir -p $WORK/b400/
2025-08-20T22:59:55.5011446Z [00:02:17.761]➜  cat >/tmp/go-build2180205415/b400/importcfg << 'EOF' # internal
2025-08-20T22:59:55.5013369Z [00:02:17.761]➜  # import config
2025-08-20T22:59:55.5014364Z [00:02:17.761]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:55.5015127Z [00:02:17.761]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:55.5015687Z [00:02:17.761]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:55.5016572Z [00:02:17.761]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:55.5016984Z [00:02:17.761]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:55.5017291Z [00:02:17.761]➜  EOF
2025-08-20T22:59:55.5019457Z [00:02:17.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b400/_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/b400=>" -p google.golang.org/protobuf/types/known/timestamppb -lang=go1.23 -complete -installsuffix shared -buildid -et4fJue-GWQqXXUjTv7/-et4fJue-GWQqXXUjTv7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/timestamppb/timestamp.pb.go
2025-08-20T22:59:55.5219632Z [00:02:17.783]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T22:59:55.5237031Z [00:02:17.784]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/41/417ed0c81b4980705d5c438ccf43564416c52a8cfaa5c9b8ddef07a3c5907b3a-d # internal
2025-08-20T22:59:55.5237704Z [00:02:17.784]➜  google.golang.org/grpc/internal/pretty
2025-08-20T22:59:55.5238022Z [00:02:17.784]➜  mkdir -p $WORK/b383/
2025-08-20T22:59:55.5238397Z [00:02:17.784]➜  cat >/tmp/go-build2180205415/b383/importcfg << 'EOF' # internal
2025-08-20T22:59:55.5238743Z [00:02:17.784]➜  # import config
2025-08-20T22:59:55.5239078Z [00:02:17.784]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:55.5239524Z [00:02:17.784]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:55.5239961Z [00:02:17.784]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.5240541Z [00:02:17.784]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2180205415/b384/_pkg_.a
2025-08-20T22:59:55.5241210Z [00:02:17.784]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build2180205415/b386/_pkg_.a
2025-08-20T22:59:55.5241622Z [00:02:17.784]➜  EOF
2025-08-20T22:59:55.5243551Z [00:02:17.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b383/_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/b383=>" -p google.golang.org/grpc/internal/pretty -lang=go1.23 -complete -installsuffix shared -buildid snLJP75_TO8JlFpN5Izc/snLJP75_TO8JlFpN5Izc -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/pretty/pretty.go
2025-08-20T22:59:55.5411299Z [00:02:17.802]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T22:59:55.5423789Z [00:02:17.803]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/ce/ce021ec694581459e1c24d4bcd96dd4c3d0225908b290f00624b95e4b2fe7e87-d # internal
2025-08-20T22:59:55.5424491Z [00:02:17.803]➜  google.golang.org/grpc/encoding/proto
2025-08-20T22:59:55.5424812Z [00:02:17.803]➜  mkdir -p $WORK/b394/
2025-08-20T22:59:55.5433539Z [00:02:17.804]➜  cat >/tmp/go-build2180205415/b394/importcfg << 'EOF' # internal
2025-08-20T22:59:55.5434097Z [00:02:17.804]➜  # import config
2025-08-20T22:59:55.5434834Z [00:02:17.804]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.5436021Z [00:02:17.804]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build2180205415/b391/_pkg_.a
2025-08-20T22:59:55.5436708Z [00:02:17.804]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build2180205415/b393/_pkg_.a
2025-08-20T22:59:55.5437302Z [00:02:17.804]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:55.5437927Z [00:02:17.804]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build2180205415/b386/_pkg_.a
2025-08-20T22:59:55.5438359Z [00:02:17.804]➜  EOF
2025-08-20T22:59:55.5440268Z [00:02:17.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b394/_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/b394=>" -p google.golang.org/grpc/encoding/proto -lang=go1.23 -complete -installsuffix shared -buildid Z1p6-EHXxFCT0hve-H4w/Z1p6-EHXxFCT0hve-H4w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding/proto/proto.go
2025-08-20T22:59:55.5548095Z [00:02:17.816]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T22:59:55.5560046Z [00:02:17.817]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/19/191b413d30c823590221cd3043eed7f88e29f93184fe3699abb71a31eb1c4e22-d # internal
2025-08-20T22:59:55.5568427Z [00:02:17.818]➜  google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
2025-08-20T22:59:55.5575578Z [00:02:17.819]➜  mkdir -p $WORK/b381/
2025-08-20T22:59:55.5587775Z [00:02:17.820]➜  cat >/tmp/go-build2180205415/b381/importcfg << 'EOF' # internal
2025-08-20T22:59:55.5588161Z [00:02:17.820]➜  # import config
2025-08-20T22:59:55.5588529Z [00:02:17.820]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:55.5588990Z [00:02:17.820]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:55.5589402Z [00:02:17.820]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.5589905Z [00:02:17.820]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T22:59:55.5590578Z [00:02:17.820]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build2180205415/b380/_pkg_.a
2025-08-20T22:59:55.5591251Z [00:02:17.820]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T22:59:55.5591891Z [00:02:17.820]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2180205415/b374/_pkg_.a
2025-08-20T22:59:55.5592516Z [00:02:17.820]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:55.5593140Z [00:02:17.820]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2180205415/b371/_pkg_.a
2025-08-20T22:59:55.5593792Z [00:02:17.820]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T22:59:55.5594467Z [00:02:17.820]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T22:59:55.5595075Z [00:02:17.820]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:55.5595678Z [00:02:17.820]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T22:59:55.5609038Z [00:02:17.820]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:55.5609499Z [00:02:17.820]➜  packagefile net/netip=/tmp/go-build2180205415/b088/_pkg_.a
2025-08-20T22:59:55.5610243Z [00:02:17.820]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:55.5610722Z [00:02:17.820]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:55.5611028Z [00:02:17.820]➜  EOF
2025-08-20T22:59:55.5613291Z [00:02:17.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b381/_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/b381=>" -p google.golang.org/grpc/balancer/pickfirst/pickfirstleaf -lang=go1.23 -complete -installsuffix shared -buildid 12huyZYdedtlJvFa6xeu/12huyZYdedtlJvFa6xeu -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/pickfirstleaf/pickfirstleaf.go
2025-08-20T22:59:55.6455846Z [00:02:17.906]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T22:59:55.6469653Z [00:02:17.907]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/45/45366d10ea1b43ac13accef023d446f72c84dfba670a5feb885b8a5a5805bd64-d # internal
2025-08-20T22:59:55.6470467Z [00:02:17.908]➜  google.golang.org/grpc/binarylog/grpc_binarylog_v1
2025-08-20T22:59:55.6470812Z [00:02:17.908]➜  mkdir -p $WORK/b399/
2025-08-20T22:59:55.6471192Z [00:02:17.908]➜  cat >/tmp/go-build2180205415/b399/importcfg << 'EOF' # internal
2025-08-20T22:59:55.6471898Z [00:02:17.908]➜  # import config
2025-08-20T22:59:55.6472400Z [00:02:17.908]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:55.6473109Z [00:02:17.908]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:55.6473828Z [00:02:17.908]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T22:59:55.6474563Z [00:02:17.908]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T22:59:55.6475146Z [00:02:17.908]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:55.6475570Z [00:02:17.908]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:55.6476088Z [00:02:17.908]➜  EOF
2025-08-20T22:59:55.6478254Z [00:02:17.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b399/_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/b399=>" -p google.golang.org/grpc/binarylog/grpc_binarylog_v1 -lang=go1.23 -complete -installsuffix shared -buildid lTMQ4JWWep0rKwzWD7IE/lTMQ4JWWep0rKwzWD7IE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b399/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/binarylog/grpc_binarylog_v1/binarylog.pb.go
2025-08-20T22:59:55.7168001Z [00:02:17.978]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T22:59:55.7176557Z [00:02:17.979]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/80/80a29ddb41c3acef6ecc87f253acb66c8551744eab50461e2fd929dade868686-d # internal
2025-08-20T22:59:55.7209058Z [00:02:17.982]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T22:59:55.7215162Z [00:02:17.983]➜  google.golang.org/grpc/balancer/pickfirst
2025-08-20T22:59:55.7215532Z [00:02:17.983]➜  mkdir -p $WORK/b379/
2025-08-20T22:59:55.7226783Z [00:02:17.984]➜  cat >/tmp/go-build2180205415/b379/importcfg << 'EOF' # internal
2025-08-20T22:59:55.7228874Z [00:02:17.984]➜  # import config
2025-08-20T22:59:55.7229700Z [00:02:17.984]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:55.7230626Z [00:02:17.984]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:55.7231631Z [00:02:17.984]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.7232209Z [00:02:17.984]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T22:59:55.7233239Z [00:02:17.984]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build2180205415/b380/_pkg_.a
2025-08-20T22:59:55.7234099Z [00:02:17.984]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build2180205415/b381/_pkg_.a
2025-08-20T22:59:55.7234804Z [00:02:17.984]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T22:59:55.7235423Z [00:02:17.984]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:55.7236201Z [00:02:17.984]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2180205415/b371/_pkg_.a
2025-08-20T22:59:55.7236864Z [00:02:17.984]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T22:59:55.7237508Z [00:02:17.984]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T22:59:55.7238115Z [00:02:17.984]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:55.7238731Z [00:02:17.984]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T22:59:55.7239269Z [00:02:17.984]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T22:59:55.7239600Z [00:02:17.984]➜  EOF
2025-08-20T22:59:55.7242548Z [00:02:17.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b379/_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/b379=>" -p google.golang.org/grpc/balancer/pickfirst -lang=go1.23 -complete -installsuffix shared -buildid -uyna1bXf1YN_6XMdvcT/-uyna1bXf1YN_6XMdvcT -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/pickfirst/pickfirst.go
2025-08-20T22:59:55.7284153Z [00:02:17.989]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/15/154b100e5f4dd55c9019cda5b673099f240a95b0ed492c3151def80c4e4a75fd-d # internal
2025-08-20T22:59:55.7303161Z [00:02:17.991]➜  google.golang.org/genproto/googleapis/api/annotations
2025-08-20T22:59:55.7303573Z [00:02:17.991]➜  mkdir -p $WORK/b323/
2025-08-20T22:59:55.7306706Z [00:02:17.992]➜  cat >/tmp/go-build2180205415/b323/importcfg << 'EOF' # internal
2025-08-20T22:59:55.7307118Z [00:02:17.992]➜  # import config
2025-08-20T22:59:55.7307656Z [00:02:17.992]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build2180205415/b324/_pkg_.a
2025-08-20T22:59:55.7308359Z [00:02:17.992]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:55.7309065Z [00:02:17.992]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:55.7309758Z [00:02:17.992]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build2180205415/b353/_pkg_.a
2025-08-20T22:59:55.7310793Z [00:02:17.992]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T22:59:55.7311535Z [00:02:17.992]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:55.7312086Z [00:02:17.992]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:55.7312491Z [00:02:17.992]➜  EOF
2025-08-20T22:59:55.7318191Z [00:02:17.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b323/_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/b323=>" -p google.golang.org/genproto/googleapis/api/annotations -lang=go1.23 -complete -installsuffix shared -buildid 9RzceTww84Pmo1D1kXrH/9RzceTww84Pmo1D1kXrH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/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-20T22:59:55.7458603Z [00:02:18.007]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T22:59:55.7480489Z [00:02:18.009]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/f4/f4975e550a97ca795442026d57573b763ac78e669f124e06206a9accdddb09ce-d # internal
2025-08-20T22:59:55.7488800Z [00:02:18.010]➜  google.golang.org/grpc/balancer/roundrobin
2025-08-20T22:59:55.7493650Z [00:02:18.010]➜  mkdir -p $WORK/b387/
2025-08-20T22:59:55.7501685Z [00:02:18.011]➜  cat >/tmp/go-build2180205415/b387/importcfg << 'EOF' # internal
2025-08-20T22:59:55.7502553Z [00:02:18.011]➜  # import config
2025-08-20T22:59:55.7505307Z [00:02:18.011]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.7506514Z [00:02:18.011]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T22:59:55.7509694Z [00:02:18.011]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build2180205415/b388/_pkg_.a
2025-08-20T22:59:55.7510472Z [00:02:18.011]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build2180205415/b381/_pkg_.a
2025-08-20T22:59:55.7511155Z [00:02:18.011]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:55.7511775Z [00:02:18.011]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T22:59:55.7512196Z [00:02:18.011]➜  EOF
2025-08-20T22:59:55.7524923Z [00:02:18.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b387/_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/b387=>" -p google.golang.org/grpc/balancer/roundrobin -lang=go1.23 -complete -installsuffix shared -buildid zxSufsK0KggeLToIm5uh/zxSufsK0KggeLToIm5uh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/roundrobin/roundrobin.go
2025-08-20T22:59:55.7679998Z [00:02:18.029]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T22:59:55.7711225Z [00:02:18.029]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/93/93beea67f24426c542f90d9d9dd90f32bcd5cfe96ecdd07c6c99334c8946ddfa-d # internal
2025-08-20T22:59:55.7711910Z [00:02:18.029]➜  google.golang.org/protobuf/types/known/anypb
2025-08-20T22:59:55.7712242Z [00:02:18.029]➜  mkdir -p $WORK/b403/
2025-08-20T22:59:55.7712646Z [00:02:18.030]➜  cat >/tmp/go-build2180205415/b403/importcfg << 'EOF' # internal
2025-08-20T22:59:55.7712996Z [00:02:18.030]➜  # import config
2025-08-20T22:59:55.7713431Z [00:02:18.030]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:55.7714103Z [00:02:18.030]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:55.7714842Z [00:02:18.030]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2180205415/b344/_pkg_.a
2025-08-20T22:59:55.7715550Z [00:02:18.030]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:55.7716295Z [00:02:18.030]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:55.7716732Z [00:02:18.030]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:55.7717152Z [00:02:18.030]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:55.7717460Z [00:02:18.030]➜  EOF
2025-08-20T22:59:55.7720878Z [00:02:18.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b403/_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/b403=>" -p google.golang.org/protobuf/types/known/anypb -lang=go1.23 -complete -installsuffix shared -buildid 8v_NPMDCDJCZ70L0Fr_h/8v_NPMDCDJCZ70L0Fr_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/anypb/any.pb.go
2025-08-20T22:59:55.7730264Z [00:02:18.034]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T22:59:55.7741541Z [00:02:18.034]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/99/99b118e2b2d970a28c66fb73f6139e474e134e32145d0879c2b85515769c5809-d # internal
2025-08-20T22:59:55.7742142Z [00:02:18.034]➜  google.golang.org/grpc/internal/resolver
2025-08-20T22:59:55.7742470Z [00:02:18.034]➜  mkdir -p $WORK/b409/
2025-08-20T22:59:55.7742862Z [00:02:18.034]➜  cat >/tmp/go-build2180205415/b409/importcfg << 'EOF' # internal
2025-08-20T22:59:55.7743210Z [00:02:18.034]➜  # import config
2025-08-20T22:59:55.7743550Z [00:02:18.034]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:55.7744126Z [00:02:18.034]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2180205415/b410/_pkg_.a
2025-08-20T22:59:55.7745107Z [00:02:18.034]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T22:59:55.7745701Z [00:02:18.034]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:55.7748799Z [00:02:18.034]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:55.7749115Z [00:02:18.034]➜  EOF
2025-08-20T22:59:55.7751094Z [00:02:18.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b409/_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/b409=>" -p google.golang.org/grpc/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid gqDI1lquoQFcdbzboUo_/gqDI1lquoQFcdbzboUo_ -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/resolver/config_selector.go
2025-08-20T22:59:55.7904891Z [00:02:18.051]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T22:59:55.7910822Z [00:02:18.052]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/2c/2cb7915d04732e5e007d7258d96b141aa718d75fb01668af1b2fd3d64c8e5c39-d # internal
2025-08-20T22:59:55.7917598Z [00:02:18.053]➜  google.golang.org/grpc/internal/proxyattributes
2025-08-20T22:59:55.7918976Z [00:02:18.053]➜  mkdir -p $WORK/b412/
2025-08-20T22:59:55.7933940Z [00:02:18.053]➜  cat >/tmp/go-build2180205415/b412/importcfg << 'EOF' # internal
2025-08-20T22:59:55.7934627Z [00:02:18.053]➜  # import config
2025-08-20T22:59:55.7935436Z [00:02:18.053]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:55.7936305Z [00:02:18.053]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:55.7936864Z [00:02:18.053]➜  EOF
2025-08-20T22:59:55.7939866Z [00:02:18.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b412/_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/b412=>" -p google.golang.org/grpc/internal/proxyattributes -lang=go1.23 -complete -installsuffix shared -buildid _F3eQ_Y3gDSSmz3fls4A/_F3eQ_Y3gDSSmz3fls4A -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/proxyattributes/proxyattributes.go
2025-08-20T22:59:55.8039498Z [00:02:18.065]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T22:59:55.8041540Z [00:02:18.065]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/75/758ab79a734097662fd192f82f5d9d569cb69f6f351ce5066b1639b2748b291c-d # internal
2025-08-20T22:59:55.8042900Z [00:02:18.065]➜  golang.org/x/text/unicode/bidi
2025-08-20T22:59:55.8043750Z [00:02:18.065]➜  mkdir -p $WORK/b418/
2025-08-20T22:59:55.8044519Z [00:02:18.065]➜  cat >/tmp/go-build2180205415/b418/importcfg << 'EOF' # internal
2025-08-20T22:59:55.8044934Z [00:02:18.065]➜  # import config
2025-08-20T22:59:55.8045286Z [00:02:18.065]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:55.8045743Z [00:02:18.065]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T22:59:55.8046397Z [00:02:18.065]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.8046810Z [00:02:18.065]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:55.8047219Z [00:02:18.065]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:55.8047658Z [00:02:18.065]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:55.8047992Z [00:02:18.065]➜  EOF
2025-08-20T22:59:55.8051007Z [00:02:18.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b418/_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/b418=>" -p golang.org/x/text/unicode/bidi -lang=go1.23 -complete -installsuffix shared -buildid 7K-yGn6XRlnGy1Z6gwJU/7K-yGn6XRlnGy1Z6gwJU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b418/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-20T22:59:55.8523736Z [00:02:18.113]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T22:59:55.8570872Z [00:02:18.118]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/b8/b8fa09acebfc948f5d9b96f8bbafef5fe2818b6dc85700bf44b15adadfe17e3f-d # internal
2025-08-20T22:59:55.8580003Z [00:02:18.119]➜  google.golang.org/genproto/googleapis/rpc/status
2025-08-20T22:59:55.8580815Z [00:02:18.119]➜  mkdir -p $WORK/b402/
2025-08-20T22:59:55.8600785Z [00:02:18.121]➜  cat >/tmp/go-build2180205415/b402/importcfg << 'EOF' # internal
2025-08-20T22:59:55.8601571Z [00:02:18.121]➜  # import config
2025-08-20T22:59:55.8602612Z [00:02:18.121]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:55.8603380Z [00:02:18.121]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:55.8604089Z [00:02:18.121]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T22:59:55.8604647Z [00:02:18.121]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:55.8605070Z [00:02:18.121]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:55.8605400Z [00:02:18.121]➜  EOF
2025-08-20T22:59:55.8607962Z [00:02:18.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b402/_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/b402=>" -p google.golang.org/genproto/googleapis/rpc/status -lang=go1.23 -complete -installsuffix shared -buildid L_gn1ky7QGkWw3FqUoQd/L_gn1ky7QGkWw3FqUoQd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250721164621-a45f3dfb1074/status/status.pb.go
2025-08-20T22:59:55.8939441Z [00:02:18.155]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T22:59:55.8947884Z [00:02:18.156]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/2f/2f122fece4c3d66009936b8b97ab4fd464bf13b86e1f3388631d4d26552eb279-d # internal
2025-08-20T22:59:55.8950826Z [00:02:18.156]➜  google.golang.org/grpc/internal/status
2025-08-20T22:59:55.8951690Z [00:02:18.156]➜  mkdir -p $WORK/b404/
2025-08-20T22:59:55.8954188Z [00:02:18.157]➜  cat >/tmp/go-build2180205415/b404/importcfg << 'EOF' # internal
2025-08-20T22:59:55.8955145Z [00:02:18.157]➜  # import config
2025-08-20T22:59:55.8958549Z [00:02:18.157]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:55.8959551Z [00:02:18.157]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.8960441Z [00:02:18.157]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2180205415/b402/_pkg_.a
2025-08-20T22:59:55.8961423Z [00:02:18.157]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:55.8963974Z [00:02:18.157]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:55.8966640Z [00:02:18.157]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build2180205415/b386/_pkg_.a
2025-08-20T22:59:55.8967352Z [00:02:18.157]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T22:59:55.8967795Z [00:02:18.157]➜  EOF
2025-08-20T22:59:55.8969715Z [00:02:18.157]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b404/_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/b404=>" -p google.golang.org/grpc/internal/status -lang=go1.23 -complete -installsuffix shared -buildid 8-DBtWwNAfBFSRz3afOF/8-DBtWwNAfBFSRz3afOF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/status/status.go
2025-08-20T22:59:55.9181746Z [00:02:18.179]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T22:59:55.9256768Z [00:02:18.187]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/90/905f882c1e5d40617fe069dc3a144949ea378efe22ee66d119bb8f5468419569-d # internal
2025-08-20T22:59:55.9258203Z [00:02:18.187]➜  golang.org/x/net/http2/hpack
2025-08-20T22:59:55.9258906Z [00:02:18.187]➜  mkdir -p $WORK/b419/
2025-08-20T22:59:55.9269521Z [00:02:18.188]➜  cat >/tmp/go-build2180205415/b419/importcfg << 'EOF' # internal
2025-08-20T22:59:55.9271402Z [00:02:18.188]➜  # import config
2025-08-20T22:59:55.9272313Z [00:02:18.188]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:55.9274449Z [00:02:18.188]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:55.9275374Z [00:02:18.188]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.9275962Z [00:02:18.188]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:55.9276445Z [00:02:18.188]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:55.9276758Z [00:02:18.188]➜  EOF
2025-08-20T22:59:55.9279514Z [00:02:18.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b419/_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/b419=>" -p golang.org/x/net/http2/hpack -lang=go1.23 -complete -installsuffix shared -buildid 2rheMDZFuoP6iZZqb7yj/2rheMDZFuoP6iZZqb7yj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/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-20T22:59:55.9387630Z [00:02:18.200]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T22:59:55.9417975Z [00:02:18.201]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/80/806191a4ece88af3ab05a3abe3865146b3cd8f12eee49ed1015ca7025f6fdf5a-d # internal
2025-08-20T22:59:55.9423170Z [00:02:18.202]➜  golang.org/x/text/secure/bidirule
2025-08-20T22:59:55.9423509Z [00:02:18.202]➜  mkdir -p $WORK/b417/
2025-08-20T22:59:55.9424324Z [00:02:18.203]➜  cat >/tmp/go-build2180205415/b417/importcfg << 'EOF' # internal
2025-08-20T22:59:55.9424744Z [00:02:18.203]➜  # import config
2025-08-20T22:59:55.9425086Z [00:02:18.203]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:55.9425592Z [00:02:18.203]➜  packagefile golang.org/x/text/transform=/tmp/go-build2180205415/b220/_pkg_.a
2025-08-20T22:59:55.9426431Z [00:02:18.203]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build2180205415/b418/_pkg_.a
2025-08-20T22:59:55.9426960Z [00:02:18.203]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:55.9427298Z [00:02:18.203]➜  EOF
2025-08-20T22:59:55.9429434Z [00:02:18.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b417/_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/b417=>" -p golang.org/x/text/secure/bidirule -lang=go1.23 -complete -installsuffix shared -buildid 7jFbto_K1UED9cCIGtVx/7jFbto_K1UED9cCIGtVx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/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-20T22:59:55.9531294Z [00:02:18.214]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T22:59:55.9545532Z [00:02:18.215]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/77/77106430f58eb4b37a48d3d8da7df89338229af31f15dfa3aeb310f231981dc7-d # internal
2025-08-20T22:59:55.9551823Z [00:02:18.216]➜  google.golang.org/grpc/status
2025-08-20T22:59:55.9556241Z [00:02:18.217]➜  mkdir -p $WORK/b401/
2025-08-20T22:59:55.9563464Z [00:02:18.217]➜  cat >/tmp/go-build2180205415/b401/importcfg << 'EOF' # internal
2025-08-20T22:59:55.9566506Z [00:02:18.217]➜  # import config
2025-08-20T22:59:55.9567421Z [00:02:18.217]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:55.9568135Z [00:02:18.217]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:55.9568961Z [00:02:18.217]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.9572209Z [00:02:18.217]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2180205415/b402/_pkg_.a
2025-08-20T22:59:55.9572867Z [00:02:18.217]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:55.9573543Z [00:02:18.217]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build2180205415/b404/_pkg_.a
2025-08-20T22:59:55.9573954Z [00:02:18.217]➜  EOF
2025-08-20T22:59:55.9575726Z [00:02:18.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b401/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/status=>google.golang.org/grpc@v1.74.2/status;$WORK/b401=>" -p google.golang.org/grpc/status -lang=go1.23 -complete -installsuffix shared -buildid 6GBLj7wsziaM1bRclfru/6GBLj7wsziaM1bRclfru -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/status/status.go
2025-08-20T22:59:55.9678400Z [00:02:18.229]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T22:59:55.9683692Z [00:02:18.229]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/9d/9dfdd32c24b9a86a962f768a19567549f01025ac7c9c0de1b4cbb4f681700e17-d # internal
2025-08-20T22:59:55.9692313Z [00:02:18.230]➜  golang.org/x/net/idna
2025-08-20T22:59:55.9695959Z [00:02:18.231]➜  mkdir -p $WORK/b416/
2025-08-20T22:59:55.9700105Z [00:02:18.231]➜  cat >/tmp/go-build2180205415/b416/importcfg << 'EOF' # internal
2025-08-20T22:59:55.9701645Z [00:02:18.231]➜  # import config
2025-08-20T22:59:55.9702286Z [00:02:18.231]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.9702925Z [00:02:18.231]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build2180205415/b417/_pkg_.a
2025-08-20T22:59:55.9704292Z [00:02:18.231]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build2180205415/b418/_pkg_.a
2025-08-20T22:59:55.9705155Z [00:02:18.231]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build2180205415/b239/_pkg_.a
2025-08-20T22:59:55.9705876Z [00:02:18.231]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:55.9706364Z [00:02:18.231]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:55.9706829Z [00:02:18.231]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:55.9707184Z [00:02:18.231]➜  EOF
2025-08-20T22:59:55.9713192Z [00:02:18.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b416/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/idna=>golang.org/x/net@v0.42.0/idna;$WORK/b416=>" -p golang.org/x/net/idna -lang=go1.23 -complete -installsuffix shared -buildid 8sfrTiWS0F4XJzltRrc4/8sfrTiWS0F4XJzltRrc4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b416/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-20T22:59:55.9818512Z [00:02:18.243]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T22:59:55.9837226Z [00:02:18.244]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/6b/6bf6cfd1c14211ffc5d45cdcaddd85ddae3aa8c8970aea902a59228d6d10792d-d # internal
2025-08-20T22:59:55.9837884Z [00:02:18.244]➜  google.golang.org/grpc/internal/syscall
2025-08-20T22:59:55.9838203Z [00:02:18.244]➜  mkdir -p $WORK/b421/
2025-08-20T22:59:55.9838574Z [00:02:18.244]➜  cat >/tmp/go-build2180205415/b421/importcfg << 'EOF' # internal
2025-08-20T22:59:55.9838918Z [00:02:18.244]➜  # import config
2025-08-20T22:59:55.9839246Z [00:02:18.244]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:55.9839719Z [00:02:18.244]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T22:59:55.9840296Z [00:02:18.244]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:55.9840784Z [00:02:18.244]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:55.9841196Z [00:02:18.244]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:55.9841630Z [00:02:18.244]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:55.9841936Z [00:02:18.244]➜  EOF
2025-08-20T22:59:55.9843910Z [00:02:18.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b421/_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/b421=>" -p google.golang.org/grpc/internal/syscall -lang=go1.23 -complete -installsuffix shared -buildid g2qL3nnzbVUKe8axZ1Zl/g2qL3nnzbVUKe8axZ1Zl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/syscall/syscall_linux.go
2025-08-20T22:59:55.9982038Z [00:02:18.259]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T22:59:55.9990781Z [00:02:18.260]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/93/938d3c3402388599a77b97952d22106c442bc3373983dae11d6bc22eabc8a25c-d # internal
2025-08-20T22:59:55.9994146Z [00:02:18.260]➜  google.golang.org/grpc/internal/binarylog
2025-08-20T22:59:55.9996198Z [00:02:18.261]➜  mkdir -p $WORK/b398/
2025-08-20T22:59:56.0002216Z [00:02:18.261]➜  cat >/tmp/go-build2180205415/b398/importcfg << 'EOF' # internal
2025-08-20T22:59:56.0002603Z [00:02:18.261]➜  # import config
2025-08-20T22:59:56.0002949Z [00:02:18.261]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:56.0003379Z [00:02:18.261]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.0003847Z [00:02:18.261]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:56.0004301Z [00:02:18.261]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.0004991Z [00:02:18.261]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.0005668Z [00:02:18.261]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build2180205415/b399/_pkg_.a
2025-08-20T22:59:56.0006461Z [00:02:18.261]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:56.0007117Z [00:02:18.261]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2180205415/b392/_pkg_.a
2025-08-20T22:59:56.0007745Z [00:02:18.261]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T22:59:56.0008328Z [00:02:18.261]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T22:59:56.0008917Z [00:02:18.261]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:56.0009586Z [00:02:18.261]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T22:59:56.0010332Z [00:02:18.261]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T22:59:56.0010890Z [00:02:18.261]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.0011289Z [00:02:18.261]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:56.0011987Z [00:02:18.261]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.0012404Z [00:02:18.261]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:56.0012829Z [00:02:18.261]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:56.0013256Z [00:02:18.261]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.0013674Z [00:02:18.261]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.0014105Z [00:02:18.261]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:56.0014538Z [00:02:18.261]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.0014855Z [00:02:18.261]➜  EOF
2025-08-20T22:59:56.0019063Z [00:02:18.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b398/_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/b398=>" -p google.golang.org/grpc/internal/binarylog -lang=go1.23 -complete -installsuffix shared -buildid gkmqeu1u6wfdUNqQ5zji/gkmqeu1u6wfdUNqQ5zji -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/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-20T22:59:56.0252136Z [00:02:18.286]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T22:59:56.0263551Z [00:02:18.287]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/a7/a775c8fffe5553c039a80b0f7d9954da3dcb07fb83e9f476dd677143b153a039-d # internal
2025-08-20T22:59:56.0265509Z [00:02:18.288]➜  google.golang.org/grpc/internal/transport/networktype
2025-08-20T22:59:56.0266125Z [00:02:18.288]➜  mkdir -p $WORK/b422/
2025-08-20T22:59:56.0275014Z [00:02:18.289]➜  cat >/tmp/go-build2180205415/b422/importcfg << 'EOF' # internal
2025-08-20T22:59:56.0275566Z [00:02:18.289]➜  # import config
2025-08-20T22:59:56.0276261Z [00:02:18.289]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:56.0276785Z [00:02:18.289]➜  EOF
2025-08-20T22:59:56.0279372Z [00:02:18.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b422/_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/b422=>" -p google.golang.org/grpc/internal/transport/networktype -lang=go1.23 -complete -installsuffix shared -buildid wiau7JpZQq5luIdc8WFX/wiau7JpZQq5luIdc8WFX -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/transport/networktype/networktype.go
2025-08-20T22:59:56.0578037Z [00:02:18.319]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T22:59:56.0582591Z [00:02:18.319]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/09/097456de77aa630231ab226aef39aa7e3573e74f456430bbe41ec049d25208e2-d # internal
2025-08-20T22:59:56.0584092Z [00:02:18.319]➜  google.golang.org/grpc/keepalive
2025-08-20T22:59:56.0638751Z [00:02:18.325]➜  mkdir -p $WORK/b423/
2025-08-20T22:59:56.0666502Z [00:02:18.325]➜  cat >/tmp/go-build2180205415/b423/importcfg << 'EOF' # internal
2025-08-20T22:59:56.0668614Z [00:02:18.328]➜  # import config
2025-08-20T22:59:56.0669515Z [00:02:18.328]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.0670322Z [00:02:18.328]➜  EOF
2025-08-20T22:59:56.0672249Z [00:02:18.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b423/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/keepalive=>google.golang.org/grpc@v1.74.2/keepalive;$WORK/b423=>" -p google.golang.org/grpc/keepalive -lang=go1.23 -complete -installsuffix shared -buildid ugv-n_AlmUmRWcVJxzXh/ugv-n_AlmUmRWcVJxzXh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/keepalive/keepalive.go
2025-08-20T22:59:56.0785528Z [00:02:18.340]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T22:59:56.0786361Z [00:02:18.340]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/a1/a11d31897094d1184029a7d3b7701321e75b1e94c0b2d963d01772ffa58aa227-d # internal
2025-08-20T22:59:56.0786935Z [00:02:18.340]➜  google.golang.org/grpc/peer
2025-08-20T22:59:56.0787225Z [00:02:18.340]➜  mkdir -p $WORK/b424/
2025-08-20T22:59:56.0787595Z [00:02:18.340]➜  cat >/tmp/go-build2180205415/b424/importcfg << 'EOF' # internal
2025-08-20T22:59:56.0787963Z [00:02:18.340]➜  # import config
2025-08-20T22:59:56.0788306Z [00:02:18.340]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.0788723Z [00:02:18.340]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.0789258Z [00:02:18.340]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:56.0789761Z [00:02:18.340]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:56.0790176Z [00:02:18.340]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.0790490Z [00:02:18.340]➜  EOF
2025-08-20T22:59:56.0792473Z [00:02:18.340]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b424/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/peer=>google.golang.org/grpc@v1.74.2/peer;$WORK/b424=>" -p google.golang.org/grpc/peer -lang=go1.23 -complete -installsuffix shared -buildid yTMWROVu_3NWck6cc8IL/yTMWROVu_3NWck6cc8IL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/peer/peer.go
2025-08-20T22:59:56.0835497Z [00:02:18.344]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T22:59:56.0854117Z [00:02:18.346]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/15/1556d8e3f3cfdf1cd16ef5a588fe7e647366a641dd0ed9946b0040d035879451-d # internal
2025-08-20T22:59:56.0854838Z [00:02:18.346]➜  google.golang.org/grpc/tap
2025-08-20T22:59:56.0855134Z [00:02:18.346]➜  mkdir -p $WORK/b425/
2025-08-20T22:59:56.0855507Z [00:02:18.346]➜  cat >/tmp/go-build2180205415/b425/importcfg << 'EOF' # internal
2025-08-20T22:59:56.0857474Z [00:02:18.346]➜  # import config
2025-08-20T22:59:56.0857842Z [00:02:18.346]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.0858362Z [00:02:18.346]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T22:59:56.0858754Z [00:02:18.346]➜  EOF
2025-08-20T22:59:56.0860826Z [00:02:18.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b425/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/tap=>google.golang.org/grpc@v1.74.2/tap;$WORK/b425=>" -p google.golang.org/grpc/tap -lang=go1.23 -complete -installsuffix shared -buildid MRgrD0zYZocF-RM-UGkl/MRgrD0zYZocF-RM-UGkl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/tap/tap.go
2025-08-20T22:59:56.0944652Z [00:02:18.355]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T22:59:56.0949142Z [00:02:18.356]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/a2/a275739afa6b1c4c81eb06264975751b7890817ceaee10e3c4f84d96276dff76-d # internal
2025-08-20T22:59:56.0950649Z [00:02:18.356]➜  google.golang.org/grpc/internal/resolver/passthrough
2025-08-20T22:59:56.0951643Z [00:02:18.356]➜  mkdir -p $WORK/b426/
2025-08-20T22:59:56.0955906Z [00:02:18.357]➜  cat >/tmp/go-build2180205415/b426/importcfg << 'EOF' # internal
2025-08-20T22:59:56.0956375Z [00:02:18.357]➜  # import config
2025-08-20T22:59:56.0956727Z [00:02:18.357]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.0957244Z [00:02:18.357]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:56.0958023Z [00:02:18.357]➜  EOF
2025-08-20T22:59:56.0960521Z [00:02:18.357]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b426/_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/b426=>" -p google.golang.org/grpc/internal/resolver/passthrough -lang=go1.23 -complete -installsuffix shared -buildid bwYbEYpuwruLIDKWVtar/bwYbEYpuwruLIDKWVtar -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/passthrough/passthrough.go
2025-08-20T22:59:56.1017944Z [00:02:18.363]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T22:59:56.1027123Z [00:02:18.364]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/6c/6cc73137e559134c805539eda75895fdac2eac850692963804bd6bb13451deab-d # internal
2025-08-20T22:59:56.1042503Z [00:02:18.365]➜  google.golang.org/grpc/internal/resolver/unix
2025-08-20T22:59:56.1043054Z [00:02:18.365]➜  mkdir -p $WORK/b427/
2025-08-20T22:59:56.1051113Z [00:02:18.366]➜  cat >/tmp/go-build2180205415/b427/importcfg << 'EOF' # internal
2025-08-20T22:59:56.1051491Z [00:02:18.366]➜  # import config
2025-08-20T22:59:56.1051828Z [00:02:18.366]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.1052440Z [00:02:18.366]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build2180205415/b422/_pkg_.a
2025-08-20T22:59:56.1053119Z [00:02:18.366]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:56.1053511Z [00:02:18.366]➜  EOF
2025-08-20T22:59:56.1063346Z [00:02:18.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b427/_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/b427=>" -p google.golang.org/grpc/internal/resolver/unix -lang=go1.23 -complete -installsuffix shared -buildid OTkmqc36iIA2DabPxdmN/OTkmqc36iIA2DabPxdmN -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/unix/unix.go
2025-08-20T22:59:56.1107293Z [00:02:18.372]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T22:59:56.1114011Z [00:02:18.372]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/21/217d321591af6120f8c83d486db2cd4674e4df40c22ec48037ced3b33d90ca66-d # internal
2025-08-20T22:59:56.1114677Z [00:02:18.372]➜  google.golang.org/grpc/internal/stats
2025-08-20T22:59:56.1114998Z [00:02:18.373]➜  mkdir -p $WORK/b428/
2025-08-20T22:59:56.1118415Z [00:02:18.373]➜  cat >/tmp/go-build2180205415/b428/importcfg << 'EOF' # internal
2025-08-20T22:59:56.1120277Z [00:02:18.373]➜  # import config
2025-08-20T22:59:56.1120702Z [00:02:18.373]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.1121129Z [00:02:18.373]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.1121681Z [00:02:18.373]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2180205415/b374/_pkg_.a
2025-08-20T22:59:56.1122312Z [00:02:18.373]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2180205415/b375/_pkg_.a
2025-08-20T22:59:56.1122718Z [00:02:18.373]➜  EOF
2025-08-20T22:59:56.1124955Z [00:02:18.373]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b428/_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/b428=>" -p google.golang.org/grpc/internal/stats -lang=go1.23 -complete -installsuffix shared -buildid PfoNr83DM2X_buC4Dav7/PfoNr83DM2X_buC4Dav7 -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/stats/labels.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/stats/metrics_recorder_list.go
2025-08-20T22:59:56.1276757Z [00:02:18.389]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T22:59:56.1282869Z [00:02:18.389]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/e4/e4ca783a9c96ca7b6de98877b66d79a5445b51eccb3974fa2048517bab325514-d # internal
2025-08-20T22:59:56.1285511Z [00:02:18.390]➜  google.golang.org/grpc/balancer/grpclb/state
2025-08-20T22:59:56.1286011Z [00:02:18.390]➜  mkdir -p $WORK/b431/
2025-08-20T22:59:56.1288707Z [00:02:18.390]➜  cat >/tmp/go-build2180205415/b431/importcfg << 'EOF' # internal
2025-08-20T22:59:56.1290316Z [00:02:18.390]➜  # import config
2025-08-20T22:59:56.1290828Z [00:02:18.390]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:56.1291230Z [00:02:18.390]➜  EOF
2025-08-20T22:59:56.1293288Z [00:02:18.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b431/_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/b431=>" -p google.golang.org/grpc/balancer/grpclb/state -lang=go1.23 -complete -installsuffix shared -buildid 8HO6y5zPYjlajMJD4rMS/8HO6y5zPYjlajMJD4rMS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/grpclb/state/state.go
2025-08-20T22:59:56.1302569Z [00:02:18.391]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T22:59:56.1305001Z [00:02:18.392]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T22:59:56.1311005Z [00:02:18.392]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/cc/ccf0897946b35ee8cf3a8028eb315a67d693c024c17b953e596bbdef00d6a6ac-d # internal
2025-08-20T22:59:56.1311893Z [00:02:18.392]➜  google.golang.org/grpc/internal/resolver/dns/internal
2025-08-20T22:59:56.1312475Z [00:02:18.392]➜  mkdir -p $WORK/b432/
2025-08-20T22:59:56.1319037Z [00:02:18.393]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/31/316a0ef771056db494692136762915bc6ba9b5c72f6add912f7d57c8845f97c0-d # internal
2025-08-20T22:59:56.1319631Z [00:02:18.393]➜  golang.org/x/net/http/httpguts
2025-08-20T22:59:56.1319925Z [00:02:18.393]➜  mkdir -p $WORK/b415/
2025-08-20T22:59:56.1324613Z [00:02:18.394]➜  cat >/tmp/go-build2180205415/b432/importcfg << 'EOF' # internal
2025-08-20T22:59:56.1324990Z [00:02:18.394]➜  # import config
2025-08-20T22:59:56.1325338Z [00:02:18.394]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.1325954Z [00:02:18.394]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.1326467Z [00:02:18.394]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:56.1326878Z [00:02:18.394]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.1327187Z [00:02:18.394]➜  EOF
2025-08-20T22:59:56.1329638Z [00:02:18.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b432/_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/b432=>" -p google.golang.org/grpc/internal/resolver/dns/internal -lang=go1.23 -complete -installsuffix shared -buildid QENOJj8aeduuvOQGTZph/QENOJj8aeduuvOQGTZph -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/dns/internal/internal.go
2025-08-20T22:59:56.1331786Z [00:02:18.394]➜  cat >/tmp/go-build2180205415/b415/importcfg << 'EOF' # internal
2025-08-20T22:59:56.1332135Z [00:02:18.394]➜  # import config
2025-08-20T22:59:56.1332527Z [00:02:18.394]➜  packagefile golang.org/x/net/idna=/tmp/go-build2180205415/b416/_pkg_.a
2025-08-20T22:59:56.1332984Z [00:02:18.394]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:56.1333422Z [00:02:18.394]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T22:59:56.1333880Z [00:02:18.394]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.1334327Z [00:02:18.394]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:56.1334657Z [00:02:18.394]➜  EOF
2025-08-20T22:59:56.1339700Z [00:02:18.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b415/_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/b415=>" -p golang.org/x/net/http/httpguts -lang=go1.23 -complete -installsuffix shared -buildid R2hbcdnsLOCn-3Ri_QfY/R2hbcdnsLOCn-3Ri_QfY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/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-20T22:59:56.1411731Z [00:02:18.402]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T22:59:56.1414316Z [00:02:18.403]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/68/680d4c403694fd79816b317b6bb2ef6ab65ccd4613528ec28ad41fbb038d93d0-d # internal
2025-08-20T22:59:56.1420641Z [00:02:18.403]➜  google.golang.org/protobuf/types/known/fieldmaskpb
2025-08-20T22:59:56.1421159Z [00:02:18.403]➜  mkdir -p $WORK/b433/
2025-08-20T22:59:56.1422659Z [00:02:18.403]➜  cat >/tmp/go-build2180205415/b433/importcfg << 'EOF' # internal
2025-08-20T22:59:56.1423059Z [00:02:18.403]➜  # import config
2025-08-20T22:59:56.1423504Z [00:02:18.403]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:56.1424180Z [00:02:18.403]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:56.1424888Z [00:02:18.403]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:56.1425442Z [00:02:18.403]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:56.1426038Z [00:02:18.403]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:56.1426532Z [00:02:18.403]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.1426957Z [00:02:18.403]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.1427262Z [00:02:18.403]➜  EOF
2025-08-20T22:59:56.1440048Z [00:02:18.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b433/_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/b433=>" -p google.golang.org/protobuf/types/known/fieldmaskpb -lang=go1.23 -complete -installsuffix shared -buildid 0ei2Mo6270NKr4XIku6N/0ei2Mo6270NKr4XIku6N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/fieldmaskpb/field_mask.pb.go
2025-08-20T22:59:56.1459788Z [00:02:18.407]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T22:59:56.1466644Z [00:02:18.407]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/76/760707c34e525dd604225000dfda9e97ca228c74aa75c03b9577c76491f4e1fb-d # internal
2025-08-20T22:59:56.1467853Z [00:02:18.408]➜  google.golang.org/grpc/internal/resolver/dns
2025-08-20T22:59:56.1468199Z [00:02:18.408]➜  mkdir -p $WORK/b430/
2025-08-20T22:59:56.1496876Z [00:02:18.408]➜  cat >/tmp/go-build2180205415/b430/importcfg << 'EOF' # internal
2025-08-20T22:59:56.1497445Z [00:02:18.408]➜  # import config
2025-08-20T22:59:56.1497926Z [00:02:18.408]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.1498505Z [00:02:18.408]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.1499041Z [00:02:18.408]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.1499723Z [00:02:18.408]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build2180205415/b431/_pkg_.a
2025-08-20T22:59:56.1500473Z [00:02:18.408]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:56.1501208Z [00:02:18.408]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2180205415/b395/_pkg_.a
2025-08-20T22:59:56.1501949Z [00:02:18.408]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2180205415/b371/_pkg_.a
2025-08-20T22:59:56.1502801Z [00:02:18.408]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build2180205415/b432/_pkg_.a
2025-08-20T22:59:56.1503957Z [00:02:18.408]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:56.1504640Z [00:02:18.408]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T22:59:56.1505278Z [00:02:18.408]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T22:59:56.1510182Z [00:02:18.408]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:56.1510704Z [00:02:18.408]➜  packagefile net/netip=/tmp/go-build2180205415/b088/_pkg_.a
2025-08-20T22:59:56.1511126Z [00:02:18.408]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.1511556Z [00:02:18.408]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:56.1511981Z [00:02:18.408]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.1512397Z [00:02:18.408]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.1512812Z [00:02:18.408]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.1513115Z [00:02:18.408]➜  EOF
2025-08-20T22:59:56.1515149Z [00:02:18.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b430/_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/b430=>" -p google.golang.org/grpc/internal/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid TEFBcNnLDtiC8sKj_YfA/TEFBcNnLDtiC8sKj_YfA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/dns/dns_resolver.go
2025-08-20T22:59:56.1559965Z [00:02:18.417]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T22:59:56.1566599Z [00:02:18.418]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/4d/4dfa2a343ccd18fa8a1eadece2a10db75954c27e7ef3f37a63cab851d1a8cb7c-d # internal
2025-08-20T22:59:56.1573438Z [00:02:18.418]➜  golang.org/x/net/internal/httpcommon
2025-08-20T22:59:56.1573781Z [00:02:18.418]➜  mkdir -p $WORK/b420/
2025-08-20T22:59:56.1574155Z [00:02:18.418]➜  cat >/tmp/go-build2180205415/b420/importcfg << 'EOF' # internal
2025-08-20T22:59:56.1574505Z [00:02:18.418]➜  # import config
2025-08-20T22:59:56.1574849Z [00:02:18.418]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.1575280Z [00:02:18.418]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.1575694Z [00:02:18.418]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.1576350Z [00:02:18.418]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build2180205415/b415/_pkg_.a
2025-08-20T22:59:56.1577218Z [00:02:18.418]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build2180205415/b419/_pkg_.a
2025-08-20T22:59:56.1577832Z [00:02:18.418]➜  packagefile net/http/httptrace=/tmp/go-build2180205415/b197/_pkg_.a
2025-08-20T22:59:56.1578329Z [00:02:18.418]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T22:59:56.1578789Z [00:02:18.418]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:56.1579205Z [00:02:18.418]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:56.1579625Z [00:02:18.418]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:56.1580049Z [00:02:18.418]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.1580466Z [00:02:18.418]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.1580773Z [00:02:18.418]➜  EOF
2025-08-20T22:59:56.1583227Z [00:02:18.418]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b420/_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/b420=>" -p golang.org/x/net/internal/httpcommon -lang=go1.23 -complete -installsuffix shared -buildid 47W336r4xRF5WLX3FdHA/47W336r4xRF5WLX3FdHA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/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-20T22:59:56.1903663Z [00:02:18.451]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T22:59:56.1905735Z [00:02:18.451]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/2b/2be9d41823a1618eeae1006d6c2fa2fd032cbd8de8b9acdb436eb3f2e84d8a33-d # internal
2025-08-20T22:59:56.1907354Z [00:02:18.451]➜  google.golang.org/genproto/googleapis/rpc/code
2025-08-20T22:59:56.1908520Z [00:02:18.451]➜  mkdir -p $WORK/b437/
2025-08-20T22:59:56.1908943Z [00:02:18.452]➜  cat >/tmp/go-build2180205415/b437/importcfg << 'EOF' # internal
2025-08-20T22:59:56.1909294Z [00:02:18.452]➜  # import config
2025-08-20T22:59:56.1909797Z [00:02:18.452]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:56.1910524Z [00:02:18.452]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:56.1911082Z [00:02:18.452]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:56.1911505Z [00:02:18.452]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.1911814Z [00:02:18.452]➜  EOF
2025-08-20T22:59:56.1914480Z [00:02:18.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b437/_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/b437=>" -p google.golang.org/genproto/googleapis/rpc/code -lang=go1.23 -complete -installsuffix shared -buildid efj8UJUOCKv0LkpH0GzD/efj8UJUOCKv0LkpH0GzD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250721164621-a45f3dfb1074/code/code.pb.go
2025-08-20T22:59:56.1931746Z [00:02:18.454]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T22:59:56.1939050Z [00:02:18.455]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/2e/2ee6f70ab3c56f554893b237617d7771bc98af699fdc088740c168f1d1b6e3cd-d # internal
2025-08-20T22:59:56.1948120Z [00:02:18.456]➜  google.golang.org/grpc/resolver/dns
2025-08-20T22:59:56.1949085Z [00:02:18.456]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T22:59:56.1954900Z [00:02:18.457]➜  mkdir -p $WORK/b429/
2025-08-20T22:59:56.1955501Z [00:02:18.457]➜  cat >/tmp/go-build2180205415/b429/importcfg << 'EOF' # internal
2025-08-20T22:59:56.1956153Z [00:02:18.457]➜  # import config
2025-08-20T22:59:56.1956779Z [00:02:18.457]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build2180205415/b430/_pkg_.a
2025-08-20T22:59:56.1957516Z [00:02:18.457]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:56.1958111Z [00:02:18.457]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.1958890Z [00:02:18.457]➜  EOF
2025-08-20T22:59:56.1970119Z [00:02:18.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b429/_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/b429=>" -p google.golang.org/grpc/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid dT2CQyntOmEZBC-nXV9h/dT2CQyntOmEZBC-nXV9h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/dns/dns_resolver.go
2025-08-20T22:59:56.2056043Z [00:02:18.467]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T22:59:56.2071495Z [00:02:18.468]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/f5/f5f9397cb5fe4e771f20bc83cbb2e116b2d8ee6f7dfd248e62e7fc44396cc81a-d # internal
2025-08-20T22:59:56.2084835Z [00:02:18.470]➜  golang.org/x/net/http2
2025-08-20T22:59:56.2091640Z [00:02:18.470]➜  mkdir -p $WORK/b414/
2025-08-20T22:59:56.2098478Z [00:02:18.471]➜  cat >/tmp/go-build2180205415/b414/importcfg << 'EOF' # internal
2025-08-20T22:59:56.2098858Z [00:02:18.471]➜  # import config
2025-08-20T22:59:56.2099196Z [00:02:18.471]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:56.2099612Z [00:02:18.471]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:56.2100057Z [00:02:18.471]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T22:59:56.2100510Z [00:02:18.471]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.2100953Z [00:02:18.471]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:56.2101424Z [00:02:18.471]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:56.2101890Z [00:02:18.471]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:56.2102342Z [00:02:18.471]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.2102768Z [00:02:18.471]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.2103274Z [00:02:18.471]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build2180205415/b415/_pkg_.a
2025-08-20T22:59:56.2103913Z [00:02:18.471]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build2180205415/b419/_pkg_.a
2025-08-20T22:59:56.2104455Z [00:02:18.471]➜  packagefile golang.org/x/net/idna=/tmp/go-build2180205415/b416/_pkg_.a
2025-08-20T22:59:56.2105037Z [00:02:18.471]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build2180205415/b420/_pkg_.a
2025-08-20T22:59:56.2105542Z [00:02:18.471]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.2106480Z [00:02:18.471]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:56.2106974Z [00:02:18.471]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:56.2107387Z [00:02:18.471]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:56.2107826Z [00:02:18.471]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:56.2108267Z [00:02:18.471]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T22:59:56.2108687Z [00:02:18.471]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:56.2109107Z [00:02:18.471]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.2109577Z [00:02:18.471]➜  packagefile net/http/httptrace=/tmp/go-build2180205415/b197/_pkg_.a
2025-08-20T22:59:56.2110094Z [00:02:18.471]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T22:59:56.2110538Z [00:02:18.471]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:56.2110955Z [00:02:18.471]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.2111368Z [00:02:18.471]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:56.2111793Z [00:02:18.471]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:56.2112478Z [00:02:18.471]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:56.2112900Z [00:02:18.471]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:56.2113327Z [00:02:18.471]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.2113742Z [00:02:18.471]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.2114172Z [00:02:18.471]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:56.2114598Z [00:02:18.471]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.2114902Z [00:02:18.471]➜  EOF
2025-08-20T22:59:56.2126328Z [00:02:18.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b414/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/http2=>golang.org/x/net@v0.42.0/http2;$WORK/b414=>" -p golang.org/x/net/http2 -lang=go1.23 -complete -installsuffix shared -buildid avWaCksYpo7UdlHnvWUj/avWaCksYpo7UdlHnvWUj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/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-20T22:59:56.2142938Z [00:02:18.475]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T22:59:56.2143630Z [00:02:18.475]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/d0/d0742aff9f92b23a293a8c78fe257845bcae145a31d7a0da0643fb93279130f4-d # internal
2025-08-20T22:59:56.2144274Z [00:02:18.475]➜  google.golang.org/api/internal/third_party/uritemplates
2025-08-20T22:59:56.2144624Z [00:02:18.475]➜  mkdir -p $WORK/b439/
2025-08-20T22:59:56.2145223Z [00:02:18.475]➜  cat >/tmp/go-build2180205415/b439/importcfg << 'EOF' # internal
2025-08-20T22:59:56.2145646Z [00:02:18.475]➜  # import config
2025-08-20T22:59:56.2146175Z [00:02:18.475]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:56.2146614Z [00:02:18.475]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.2147032Z [00:02:18.475]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:56.2147452Z [00:02:18.475]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:56.2147879Z [00:02:18.475]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.2148191Z [00:02:18.475]➜  EOF
2025-08-20T22:59:56.2150819Z [00:02:18.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b439/_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/b439=>" -p google.golang.org/api/internal/third_party/uritemplates -lang=go1.23 -complete -installsuffix shared -buildid dLg0VOdLFogXHEToRrry/dLg0VOdLFogXHEToRrry -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/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-20T22:59:56.2182249Z [00:02:18.479]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T22:59:56.2187123Z [00:02:18.480]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/22/224f61d896e5128abf69c870db379daf4e7dadc1bfb7aadfbd0b5375aad4dbd2-d # internal
2025-08-20T22:59:56.2187810Z [00:02:18.480]➜  github.com/googleapis/gax-go/v2/apierror/internal/proto
2025-08-20T22:59:56.2189504Z [00:02:18.480]➜  mkdir -p $WORK/b436/
2025-08-20T22:59:56.2190477Z [00:02:18.480]➜  cat >/tmp/go-build2180205415/b436/importcfg << 'EOF' # internal
2025-08-20T22:59:56.2190885Z [00:02:18.480]➜  # import config
2025-08-20T22:59:56.2191409Z [00:02:18.480]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build2180205415/b437/_pkg_.a
2025-08-20T22:59:56.2192134Z [00:02:18.480]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:56.2192854Z [00:02:18.480]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:56.2193545Z [00:02:18.480]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T22:59:56.2194097Z [00:02:18.480]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:56.2194515Z [00:02:18.480]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.2194823Z [00:02:18.480]➜  EOF
2025-08-20T22:59:56.2197552Z [00:02:18.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b436/_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/b436=>" -p github.com/googleapis/gax-go/v2/apierror/internal/proto -lang=go1.23 -complete -installsuffix shared -buildid _3kogdonHT5KxZSOCpBq/_3kogdonHT5KxZSOCpBq -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/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-20T22:59:56.2372741Z [00:02:18.498]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T22:59:56.2378590Z [00:02:18.499]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/7a/7a55e5f9d862cf71dd4c773040c8313399c87f2c1f63c035855689486190d8fa-d # internal
2025-08-20T22:59:56.2380068Z [00:02:18.499]➜  google.golang.org/api/googleapi
2025-08-20T22:59:56.2381003Z [00:02:18.499]➜  mkdir -p $WORK/b438/
2025-08-20T22:59:56.2384176Z [00:02:18.500]➜  cat >/tmp/go-build2180205415/b438/importcfg << 'EOF' # internal
2025-08-20T22:59:56.2385152Z [00:02:18.500]➜  # import config
2025-08-20T22:59:56.2390361Z [00:02:18.500]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:56.2390882Z [00:02:18.500]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.2391359Z [00:02:18.500]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.2391775Z [00:02:18.500]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.2392378Z [00:02:18.500]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build2180205415/b439/_pkg_.a
2025-08-20T22:59:56.2392946Z [00:02:18.500]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.2393365Z [00:02:18.500]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.2393795Z [00:02:18.500]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:56.2394232Z [00:02:18.500]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:56.2394663Z [00:02:18.500]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.2395082Z [00:02:18.500]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.2395387Z [00:02:18.500]➜  EOF
2025-08-20T22:59:56.2398045Z [00:02:18.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b438/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/googleapi=>google.golang.org/api@v0.243.0/googleapi;$WORK/b438=>" -p google.golang.org/api/googleapi -lang=go1.23 -complete -installsuffix shared -buildid paSpYwnb5VVCvW9ylozm/paSpYwnb5VVCvW9ylozm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/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-20T22:59:56.2569419Z [00:02:18.518]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/9c/9c4352cf6b8d9f4e65ec194137645047d7307e3a5dcd40b69cdcc10154a4a3ea-d # internal
2025-08-20T22:59:56.2576920Z [00:02:18.519]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/common
2025-08-20T22:59:56.2577387Z [00:02:18.519]➜  mkdir -p $WORK/b285/
2025-08-20T22:59:56.2577769Z [00:02:18.519]➜  cat >/tmp/go-build2180205415/b285/importcfg << 'EOF' # internal
2025-08-20T22:59:56.2578124Z [00:02:18.519]➜  # import config
2025-08-20T22:59:56.2578471Z [00:02:18.519]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.2578891Z [00:02:18.519]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.2579367Z [00:02:18.519]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:56.2579953Z [00:02:18.519]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build2180205415/b282/_pkg_.a
2025-08-20T22:59:56.2580578Z [00:02:18.519]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:56.2581346Z [00:02:18.519]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:56.2581958Z [00:02:18.519]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.2582371Z [00:02:18.519]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.2582800Z [00:02:18.519]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.2583109Z [00:02:18.519]➜  EOF
2025-08-20T22:59:56.2585617Z [00:02:18.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b285/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/common=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/common;$WORK/b285=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/common -lang=go1.24 -complete -installsuffix shared -buildid pE9ku3CqIia5he6xhsNC/pE9ku3CqIia5he6xhsNC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack ./pkg/analyzer/analyzers/github/common/github.go
2025-08-20T22:59:56.2633785Z [00:02:18.524]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T22:59:56.2644564Z [00:02:18.526]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/bd/bddda54d1200b68b8c46f639bc016530b09316079df94e45c7cf08b2f7083167-d # internal
2025-08-20T22:59:56.2657145Z [00:02:18.527]➜  google.golang.org/genproto/googleapis/rpc/errdetails
2025-08-20T22:59:56.2658014Z [00:02:18.527]➜  mkdir -p $WORK/b440/
2025-08-20T22:59:56.2664343Z [00:02:18.527]➜  cat >/tmp/go-build2180205415/b440/importcfg << 'EOF' # internal
2025-08-20T22:59:56.2665980Z [00:02:18.528]➜  # import config
2025-08-20T22:59:56.2666987Z [00:02:18.528]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:56.2667741Z [00:02:18.528]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:56.2668490Z [00:02:18.528]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T22:59:56.2669068Z [00:02:18.528]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:56.2669493Z [00:02:18.528]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.2669801Z [00:02:18.528]➜  EOF
2025-08-20T22:59:56.2672702Z [00:02:18.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b440/_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/b440=>" -p google.golang.org/genproto/googleapis/rpc/errdetails -lang=go1.23 -complete -installsuffix shared -buildid NSixDy7DRqpF0LoEhK6D/NSixDy7DRqpF0LoEhK6D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250721164621-a45f3dfb1074/errdetails/error_details.pb.go
2025-08-20T22:59:56.2869688Z [00:02:18.548]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T22:59:56.2881890Z [00:02:18.549]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/49/49331ac54502dbb3203a631fa19a55b33c1080b605ccb1e8225d467b656964cb-d # internal
2025-08-20T22:59:56.2882579Z [00:02:18.549]➜  github.com/googleapis/gax-go/v2/callctx
2025-08-20T22:59:56.2883534Z [00:02:18.549]➜  mkdir -p $WORK/b441/
2025-08-20T22:59:56.2887938Z [00:02:18.550]➜  cat >/tmp/go-build2180205415/b441/importcfg << 'EOF' # internal
2025-08-20T22:59:56.2888583Z [00:02:18.550]➜  # import config
2025-08-20T22:59:56.2889008Z [00:02:18.550]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.2889495Z [00:02:18.550]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.2889804Z [00:02:18.550]➜  EOF
2025-08-20T22:59:56.2893524Z [00:02:18.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b441/_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/b441=>" -p github.com/googleapis/gax-go/v2/callctx -lang=go1.23 -complete -installsuffix shared -buildid Y3U0_hpmdJt3fSwK1hVo/Y3U0_hpmdJt3fSwK1hVo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/callctx/callctx.go
2025-08-20T22:59:56.3025557Z [00:02:18.564]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T22:59:56.3034995Z [00:02:18.565]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/b3/b3a9151038b8cf556298e8efe78ae74748fd16ef6234475046639caa6180fc8b-d # internal
2025-08-20T22:59:56.3048884Z [00:02:18.566]➜  google.golang.org/protobuf/types/known/emptypb
2025-08-20T22:59:56.3050513Z [00:02:18.566]➜  mkdir -p $WORK/b444/
2025-08-20T22:59:56.3050956Z [00:02:18.566]➜  cat >/tmp/go-build2180205415/b444/importcfg << 'EOF' # internal
2025-08-20T22:59:56.3051312Z [00:02:18.566]➜  # import config
2025-08-20T22:59:56.3052175Z [00:02:18.566]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:56.3052970Z [00:02:18.566]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:56.3053704Z [00:02:18.566]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:56.3054150Z [00:02:18.566]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.3054457Z [00:02:18.566]➜  EOF
2025-08-20T22:59:56.3056632Z [00:02:18.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b444/_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/b444=>" -p google.golang.org/protobuf/types/known/emptypb -lang=go1.23 -complete -installsuffix shared -buildid DoeFK7DBSzjG0RNaEyGN/DoeFK7DBSzjG0RNaEyGN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/emptypb/empty.pb.go
2025-08-20T22:59:56.3242995Z [00:02:18.585]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T22:59:56.3260937Z [00:02:18.587]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/ac/ac215ab10e8b2877c0a04cac171538307d3adc2b4e56704430d60e3c28174006-d # internal
2025-08-20T22:59:56.3263850Z [00:02:18.588]➜  github.com/googleapis/gax-go/v2/apierror
2025-08-20T22:59:56.3264588Z [00:02:18.588]➜  mkdir -p $WORK/b435/
2025-08-20T22:59:56.3276766Z [00:02:18.588]➜  cat >/tmp/go-build2180205415/b435/importcfg << 'EOF' # internal
2025-08-20T22:59:56.3277172Z [00:02:18.588]➜  # import config
2025-08-20T22:59:56.3277519Z [00:02:18.588]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.3277939Z [00:02:18.588]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.3278547Z [00:02:18.588]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build2180205415/b436/_pkg_.a
2025-08-20T22:59:56.3279239Z [00:02:18.588]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2180205415/b438/_pkg_.a
2025-08-20T22:59:56.3279921Z [00:02:18.588]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build2180205415/b440/_pkg_.a
2025-08-20T22:59:56.3280576Z [00:02:18.588]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:56.3281158Z [00:02:18.588]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T22:59:56.3281803Z [00:02:18.588]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2180205415/b384/_pkg_.a
2025-08-20T22:59:56.3282443Z [00:02:18.588]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:56.3282952Z [00:02:18.588]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.3283383Z [00:02:18.588]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.3283701Z [00:02:18.588]➜  EOF
2025-08-20T22:59:56.3285616Z [00:02:18.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b435/_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/b435=>" -p github.com/googleapis/gax-go/v2/apierror -lang=go1.23 -complete -installsuffix shared -buildid _tUFIL__if-FIL4org9I/_tUFIL__if-FIL4org9I -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/apierror/apierror.go
2025-08-20T22:59:56.3387361Z [00:02:18.600]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T22:59:56.3388075Z [00:02:18.600]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/e5/e5a8310cbee9a7148fab34d63c7751d4ccc7803cd7721758589ac640539ae47c-d # internal
2025-08-20T22:59:56.3388711Z [00:02:18.600]➜  github.com/googleapis/gax-go/v2/internallog/internal
2025-08-20T22:59:56.3389051Z [00:02:18.600]➜  mkdir -p $WORK/b447/
2025-08-20T22:59:56.3390569Z [00:02:18.600]➜  cat >/tmp/go-build2180205415/b447/importcfg << 'EOF' # internal
2025-08-20T22:59:56.3391209Z [00:02:18.600]➜  # import config
2025-08-20T22:59:56.3391628Z [00:02:18.600]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.3392048Z [00:02:18.600]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.3392467Z [00:02:18.600]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:56.3392893Z [00:02:18.600]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.3393305Z [00:02:18.600]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.3393721Z [00:02:18.600]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.3394028Z [00:02:18.600]➜  EOF
2025-08-20T22:59:56.3396417Z [00:02:18.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b447/_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/b447=>" -p github.com/googleapis/gax-go/v2/internallog/internal -lang=go1.23 -complete -installsuffix shared -buildid CKwLCBrWsX7kCIpp8NKT/CKwLCBrWsX7kCIpp8NKT -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/internal/internal.go
2025-08-20T22:59:56.3448775Z [00:02:18.606]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T22:59:56.3464179Z [00:02:18.607]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/bd/bd8cd1b8e094745b7daae91fcb0ad4e18970e5802660eb928ef9ea93861a9b78-d # internal
2025-08-20T22:59:56.3464985Z [00:02:18.607]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/classic
2025-08-20T22:59:56.3465437Z [00:02:18.607]➜  mkdir -p $WORK/b284/
2025-08-20T22:59:56.3468609Z [00:02:18.608]➜  cat >/tmp/go-build2180205415/b284/importcfg << 'EOF' # internal
2025-08-20T22:59:56.3469061Z [00:02:18.608]➜  # import config
2025-08-20T22:59:56.3469404Z [00:02:18.608]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.3469844Z [00:02:18.608]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.3470319Z [00:02:18.608]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:56.3470905Z [00:02:18.608]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build2180205415/b282/_pkg_.a
2025-08-20T22:59:56.3471542Z [00:02:18.608]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:56.3472290Z [00:02:18.608]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:56.3473209Z [00:02:18.608]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/common=/tmp/go-build2180205415/b285/_pkg_.a
2025-08-20T22:59:56.3474096Z [00:02:18.608]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:56.3474698Z [00:02:18.608]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.3475113Z [00:02:18.608]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.3475432Z [00:02:18.608]➜  EOF
2025-08-20T22:59:56.3478223Z [00:02:18.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b284/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/classic=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/classic;$WORK/b284=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/classic -lang=go1.24 -complete -installsuffix shared -buildid rVryaQIoaxM67x4lLPnX/rVryaQIoaxM67x4lLPnX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack ./pkg/analyzer/analyzers/github/classic/classic_permissions.go ./pkg/analyzer/analyzers/github/classic/classictoken.go
2025-08-20T22:59:56.3590002Z [00:02:18.620]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T22:59:56.3603249Z [00:02:18.621]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/7b/7b76a920e95260ed6eaeba4a1c748e54f65d7a8cd68acde80f5294b34dd51f12-d # internal
2025-08-20T22:59:56.3606022Z [00:02:18.621]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/finegrained
2025-08-20T22:59:56.3606564Z [00:02:18.621]➜  mkdir -p $WORK/b286/
2025-08-20T22:59:56.3606965Z [00:02:18.622]➜  cat >/tmp/go-build2180205415/b286/importcfg << 'EOF' # internal
2025-08-20T22:59:56.3607314Z [00:02:18.622]➜  # import config
2025-08-20T22:59:56.3607664Z [00:02:18.622]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.3608093Z [00:02:18.622]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.3608511Z [00:02:18.622]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.3609004Z [00:02:18.622]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:56.3609596Z [00:02:18.622]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build2180205415/b282/_pkg_.a
2025-08-20T22:59:56.3610233Z [00:02:18.622]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T22:59:56.3611045Z [00:02:18.622]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/common=/tmp/go-build2180205415/b285/_pkg_.a
2025-08-20T22:59:56.3612273Z [00:02:18.622]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:56.3612873Z [00:02:18.622]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:56.3613274Z [00:02:18.622]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.3613687Z [00:02:18.622]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.3614001Z [00:02:18.622]➜  EOF
2025-08-20T22:59:56.3616785Z [00:02:18.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b286/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/finegrained=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/finegrained;$WORK/b286=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/finegrained -lang=go1.24 -complete -installsuffix shared -buildid L8vJqBQjy2HcJMiQq_Wd/L8vJqBQjy2HcJMiQq_Wd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack ./pkg/analyzer/analyzers/github/finegrained/finegrained.go ./pkg/analyzer/analyzers/github/finegrained/finegrained_permissions.go
2025-08-20T22:59:56.3780644Z [00:02:18.639]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T22:59:56.3793983Z [00:02:18.640]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/bb/bb5d7a7316369d0dd7b1f3873b0c497fe4af884ad88278e43a9f3f7fcd994f6e-d # internal
2025-08-20T22:59:56.3805311Z [00:02:18.641]➜  github.com/googleapis/gax-go/v2/internallog
2025-08-20T22:59:56.3811431Z [00:02:18.641]➜  mkdir -p $WORK/b446/
2025-08-20T22:59:56.3811836Z [00:02:18.641]➜  cat >/tmp/go-build2180205415/b446/importcfg << 'EOF' # internal
2025-08-20T22:59:56.3812211Z [00:02:18.641]➜  # import config
2025-08-20T22:59:56.3812552Z [00:02:18.641]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:56.3813001Z [00:02:18.641]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.3813438Z [00:02:18.641]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.3814045Z [00:02:18.641]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build2180205415/b447/_pkg_.a
2025-08-20T22:59:56.3814625Z [00:02:18.641]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:56.3815063Z [00:02:18.641]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.3815475Z [00:02:18.641]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.3816005Z [00:02:18.641]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.3816379Z [00:02:18.641]➜  EOF
2025-08-20T22:59:56.3818681Z [00:02:18.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b446/_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/b446=>" -p github.com/googleapis/gax-go/v2/internallog -lang=go1.23 -complete -installsuffix shared -buildid 7PdS7DyOXzO_kVCpLa1G/7PdS7DyOXzO_kVCpLa1G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/internallog/internallog.go
2025-08-20T22:59:56.4060164Z [00:02:18.667]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T22:59:56.4067203Z [00:02:18.668]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/9d/9d83f4bc8974f1b3f4620f36fa9a7f21d30afff5c217aa81bed03f79a1f97393-d # internal
2025-08-20T22:59:56.4074236Z [00:02:18.668]➜  github.com/googleapis/gax-go/v2/internallog/grpclog
2025-08-20T22:59:56.4074948Z [00:02:18.668]➜  mkdir -p $WORK/b448/
2025-08-20T22:59:56.4075988Z [00:02:18.668]➜  cat >/tmp/go-build2180205415/b448/importcfg << 'EOF' # internal
2025-08-20T22:59:56.4076433Z [00:02:18.669]➜  # import config
2025-08-20T22:59:56.4076795Z [00:02:18.669]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.4077251Z [00:02:18.669]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.4078224Z [00:02:18.669]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T22:59:56.4078886Z [00:02:18.669]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2180205415/b384/_pkg_.a
2025-08-20T22:59:56.4079535Z [00:02:18.669]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:56.4080045Z [00:02:18.669]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:56.4080474Z [00:02:18.669]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.4080790Z [00:02:18.669]➜  EOF
2025-08-20T22:59:56.4082920Z [00:02:18.669]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b448/_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/b448=>" -p github.com/googleapis/gax-go/v2/internallog/grpclog -lang=go1.23 -complete -installsuffix shared -buildid _pFWng0U46nZ-lFQ_qig/_pFWng0U46nZ-lFQ_qig -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/grpclog/grpclog.go
2025-08-20T22:59:56.4223671Z [00:02:18.683]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T22:59:56.4227398Z [00:02:18.684]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/34/34db09b00775c379ca8b387b82a54a9af557748df9635cab2f1bb4d3123046e8-d # internal
2025-08-20T22:59:56.4237842Z [00:02:18.684]➜  google.golang.org/api/iterator
2025-08-20T22:59:56.4238197Z [00:02:18.684]➜  mkdir -p $WORK/b450/
2025-08-20T22:59:56.4238575Z [00:02:18.684]➜  cat >/tmp/go-build2180205415/b450/importcfg << 'EOF' # internal
2025-08-20T22:59:56.4238949Z [00:02:18.684]➜  # import config
2025-08-20T22:59:56.4239286Z [00:02:18.684]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.4239703Z [00:02:18.684]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.4240134Z [00:02:18.684]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:56.4240451Z [00:02:18.684]➜  EOF
2025-08-20T22:59:56.4242258Z [00:02:18.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b450/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/iterator=>google.golang.org/api@v0.243.0/iterator;$WORK/b450=>" -p google.golang.org/api/iterator -lang=go1.23 -complete -installsuffix shared -buildid NOgo7aQPZ9ms6Wt9h4xG/NOgo7aQPZ9ms6Wt9h4xG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/iterator/iterator.go
2025-08-20T22:59:56.4422670Z [00:02:18.703]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T22:59:56.4426882Z [00:02:18.704]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/61/61f8ce95a0b5ee3a14bd93cfdb5de5cb6c09b4a9bd3ffbf36ba70f0da4ece538-d # internal
2025-08-20T22:59:56.4427997Z [00:02:18.704]➜  github.com/googleapis/gax-go/v2/iterator
2025-08-20T22:59:56.4428386Z [00:02:18.704]➜  mkdir -p $WORK/b449/
2025-08-20T22:59:56.4429352Z [00:02:18.704]➜  cat >/tmp/go-build2180205415/b449/importcfg << 'EOF' # internal
2025-08-20T22:59:56.4429729Z [00:02:18.704]➜  # import config
2025-08-20T22:59:56.4430160Z [00:02:18.704]➜  packagefile google.golang.org/api/iterator=/tmp/go-build2180205415/b450/_pkg_.a
2025-08-20T22:59:56.4430656Z [00:02:18.704]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T22:59:56.4430964Z [00:02:18.704]➜  EOF
2025-08-20T22:59:56.4433551Z [00:02:18.704]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b449/_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/b449=>" -p github.com/googleapis/gax-go/v2/iterator -lang=go1.23 -complete -installsuffix shared -buildid KtrEeKFJEVfYz6pz7VLC/KtrEeKFJEVfYz6pz7VLC -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/iterator/iterator.go
2025-08-20T22:59:56.4504228Z [00:02:18.711]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T22:59:56.4527092Z [00:02:18.712]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/52/5202caf526756a7864da72e7aab9898d7f249f817889fa30d604432c38d13ec5-d # internal
2025-08-20T22:59:56.4528243Z [00:02:18.712]➜  cloud.google.com/go/compute/metadata
2025-08-20T22:59:56.4528607Z [00:02:18.712]➜  mkdir -p $WORK/b454/
2025-08-20T22:59:56.4528993Z [00:02:18.712]➜  cat >/tmp/go-build2180205415/b454/importcfg << 'EOF' # internal
2025-08-20T22:59:56.4529345Z [00:02:18.712]➜  # import config
2025-08-20T22:59:56.4529682Z [00:02:18.712]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:56.4530129Z [00:02:18.712]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.4530582Z [00:02:18.713]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.4531026Z [00:02:18.713]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.4531452Z [00:02:18.713]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.4531851Z [00:02:18.713]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.4532267Z [00:02:18.713]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:56.4532704Z [00:02:18.713]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T22:59:56.4533125Z [00:02:18.713]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:56.4533545Z [00:02:18.713]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.4533975Z [00:02:18.713]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:56.4534396Z [00:02:18.713]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.4534811Z [00:02:18.713]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.4535230Z [00:02:18.713]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.4535655Z [00:02:18.713]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:56.4536292Z [00:02:18.713]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.4536603Z [00:02:18.713]➜  EOF
2025-08-20T22:59:56.4539929Z [00:02:18.713]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b454/_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/b454=>" -p cloud.google.com/go/compute/metadata -lang=go1.23 -complete -installsuffix shared -buildid c7B4kn61EB8vhk7oEcT5/c7B4kn61EB8vhk7oEcT5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0/log.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0/metadata.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0/retry.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0/retry_linux.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0/syscheck_linux.go
2025-08-20T22:59:56.4599770Z [00:02:18.721]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T22:59:56.4628178Z [00:02:18.724]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/59/59366d898af6f45d7e5d62105228fc6f8bb0527fc97dc7213acafc10805d33ac-d # internal
2025-08-20T22:59:56.4629270Z [00:02:18.724]➜  cloud.google.com/go/auth/internal/jwt
2025-08-20T22:59:56.4629622Z [00:02:18.724]➜  mkdir -p $WORK/b455/
2025-08-20T22:59:56.4642358Z [00:02:18.725]➜  cat >/tmp/go-build2180205415/b455/importcfg << 'EOF' # internal
2025-08-20T22:59:56.4643098Z [00:02:18.725]➜  # import config
2025-08-20T22:59:56.4643849Z [00:02:18.725]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:56.4644347Z [00:02:18.725]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:56.4644802Z [00:02:18.725]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:56.4645303Z [00:02:18.725]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T22:59:56.4646261Z [00:02:18.725]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T22:59:56.4646750Z [00:02:18.725]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:56.4647224Z [00:02:18.725]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.4647664Z [00:02:18.725]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.4648080Z [00:02:18.725]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.4648495Z [00:02:18.725]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.4648942Z [00:02:18.725]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.4649250Z [00:02:18.725]➜  EOF
2025-08-20T22:59:56.4651143Z [00:02:18.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b455/_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/b455=>" -p cloud.google.com/go/auth/internal/jwt -lang=go1.23 -complete -installsuffix shared -buildid sjle8H3lkvEZ0YFORWsr/sjle8H3lkvEZ0YFORWsr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/jwt/jwt.go
2025-08-20T22:59:56.4831786Z [00:02:18.744]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T22:59:56.4860423Z [00:02:18.747]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/fb/fb7178c6c109a9fa883511f47bc7a00e961d5821b4895f3825d5ad16433a23e2-d # internal
2025-08-20T22:59:56.4861929Z [00:02:18.747]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github
2025-08-20T22:59:56.4862388Z [00:02:18.747]➜  mkdir -p $WORK/b281/
2025-08-20T22:59:56.4865398Z [00:02:18.748]➜  cat >/tmp/go-build2180205415/b281/importcfg << 'EOF' # internal
2025-08-20T22:59:56.4865885Z [00:02:18.748]➜  # import config
2025-08-20T22:59:56.4866280Z [00:02:18.748]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.4866791Z [00:02:18.748]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T22:59:56.4867387Z [00:02:18.748]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build2180205415/b282/_pkg_.a
2025-08-20T22:59:56.4868145Z [00:02:18.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T22:59:56.4869333Z [00:02:18.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/classic=/tmp/go-build2180205415/b284/_pkg_.a
2025-08-20T22:59:56.4870812Z [00:02:18.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/common=/tmp/go-build2180205415/b285/_pkg_.a
2025-08-20T22:59:56.4872014Z [00:02:18.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/finegrained=/tmp/go-build2180205415/b286/_pkg_.a
2025-08-20T22:59:56.4873114Z [00:02:18.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T22:59:56.4874067Z [00:02:18.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T22:59:56.4874815Z [00:02:18.748]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.4875346Z [00:02:18.748]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.4875896Z [00:02:18.748]➜  EOF
2025-08-20T22:59:56.4893300Z [00:02:18.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github;$WORK/b281=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github -lang=go1.24 -complete -installsuffix shared -buildid Mp9k4hRv4BU9jM7YHlEu/Mp9k4hRv4BU9jM7YHlEu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack ./pkg/analyzer/analyzers/github/github.go
2025-08-20T22:59:56.5020705Z [00:02:18.763]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T22:59:56.5052082Z [00:02:18.765]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/1f/1f351022b8c72c77a0e7d4f0a4c2665310432b2ac930e4d8487312f6e8ab81a1-d # internal
2025-08-20T22:59:56.5052889Z [00:02:18.765]➜  golang.org/x/oauth2/internal
2025-08-20T22:59:56.5053320Z [00:02:18.765]➜  mkdir -p $WORK/b457/
2025-08-20T22:59:56.5053845Z [00:02:18.765]➜  cat >/tmp/go-build2180205415/b457/importcfg << 'EOF' # internal
2025-08-20T22:59:56.5054286Z [00:02:18.765]➜  # import config
2025-08-20T22:59:56.5054725Z [00:02:18.765]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.5055285Z [00:02:18.765]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T22:59:56.5055957Z [00:02:18.765]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:56.5056553Z [00:02:18.765]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.5057165Z [00:02:18.765]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T22:59:56.5057699Z [00:02:18.765]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.5058196Z [00:02:18.765]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.5058703Z [00:02:18.765]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.5059252Z [00:02:18.765]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:56.5059749Z [00:02:18.765]➜  packagefile mime=/tmp/go-build2180205415/b194/_pkg_.a
2025-08-20T22:59:56.5060269Z [00:02:18.765]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.5060808Z [00:02:18.765]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:56.5061374Z [00:02:18.765]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:56.5061910Z [00:02:18.765]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.5062456Z [00:02:18.765]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.5062999Z [00:02:18.765]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:56.5063511Z [00:02:18.765]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.5063907Z [00:02:18.765]➜  EOF
2025-08-20T22:59:56.5074922Z [00:02:18.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b457/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal=>golang.org/x/oauth2@v0.30.0/internal;$WORK/b457=>" -p golang.org/x/oauth2/internal -lang=go1.23 -complete -installsuffix shared -buildid ePGu0dCS5cUzb4kHN8cN/ePGu0dCS5cUzb4kHN8cN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/doc.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/transport.go
2025-08-20T22:59:56.5631061Z [00:02:18.824]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T22:59:56.5651114Z [00:02:18.826]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/2f/2f82c11032486ae1fc52e9bd75cc2e8533b980d73004a2042fdc753443542c30-d # internal
2025-08-20T22:59:56.5653509Z [00:02:18.826]➜  cloud.google.com/go/auth/internal
2025-08-20T22:59:56.5654112Z [00:02:18.826]➜  mkdir -p $WORK/b453/
2025-08-20T22:59:56.5655690Z [00:02:18.827]➜  cat >/tmp/go-build2180205415/b453/importcfg << 'EOF' # internal
2025-08-20T22:59:56.5656250Z [00:02:18.827]➜  # import config
2025-08-20T22:59:56.5656750Z [00:02:18.827]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2180205415/b454/_pkg_.a
2025-08-20T22:59:56.5657287Z [00:02:18.827]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.5657711Z [00:02:18.827]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:56.5658149Z [00:02:18.827]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:56.5659016Z [00:02:18.827]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.5659487Z [00:02:18.827]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T22:59:56.5659927Z [00:02:18.827]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.5660336Z [00:02:18.827]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.5660736Z [00:02:18.827]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.5661152Z [00:02:18.827]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.5661578Z [00:02:18.827]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.5661984Z [00:02:18.827]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.5662396Z [00:02:18.827]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.5662722Z [00:02:18.827]➜  EOF
2025-08-20T22:59:56.5670190Z [00:02:18.828]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T22:59:56.5672152Z [00:02:18.828]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b453/_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/b453=>" -p cloud.google.com/go/auth/internal -lang=go1.23 -complete -installsuffix shared -buildid MPb9aQwicnKr6t_VZ0j5/MPb9aQwicnKr6t_VZ0j5 -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/internal/internal.go
2025-08-20T22:59:56.5681421Z [00:02:18.829]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/7a/7acbadc662ce038d384c268e5a2cd098d089c44db3eb5f0ea379a2fea58338c8-d # internal
2025-08-20T22:59:56.5689033Z [00:02:18.830]➜  golang.org/x/oauth2
2025-08-20T22:59:56.5690451Z [00:02:18.830]➜  mkdir -p $WORK/b456/
2025-08-20T22:59:56.5701559Z [00:02:18.831]➜  cat >/tmp/go-build2180205415/b456/importcfg << 'EOF' # internal
2025-08-20T22:59:56.5711954Z [00:02:18.831]➜  # import config
2025-08-20T22:59:56.5712576Z [00:02:18.831]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:56.5713357Z [00:02:18.831]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.5714057Z [00:02:18.831]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:56.5714957Z [00:02:18.831]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T22:59:56.5715540Z [00:02:18.831]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:56.5716461Z [00:02:18.831]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.5717685Z [00:02:18.831]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.5718171Z [00:02:18.831]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.5718677Z [00:02:18.831]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build2180205415/b457/_pkg_.a
2025-08-20T22:59:56.5719174Z [00:02:18.831]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.5719575Z [00:02:18.831]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:56.5719992Z [00:02:18.831]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.5720423Z [00:02:18.831]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:56.5720851Z [00:02:18.831]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:56.5721274Z [00:02:18.831]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.5721689Z [00:02:18.831]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.5722103Z [00:02:18.831]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.5722408Z [00:02:18.831]➜  EOF
2025-08-20T22:59:56.5724816Z [00:02:18.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b456/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0=>golang.org/x/oauth2@v0.30.0;$WORK/b456=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid pAorfFFfkmOwHvtloUNt/pAorfFFfkmOwHvtloUNt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/deviceauth.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/pkce.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/transport.go
2025-08-20T22:59:56.6068550Z [00:02:18.868]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T22:59:56.6088704Z [00:02:18.868]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/12/12002478df2cf0c66104aad9ce826112c82be84f209b95e43523db82cb4c0ca9-d # internal
2025-08-20T22:59:56.6091209Z [00:02:18.870]➜  cloud.google.com/go/auth
2025-08-20T22:59:56.6091536Z [00:02:18.870]➜  mkdir -p $WORK/b452/
2025-08-20T22:59:56.6091915Z [00:02:18.870]➜  cat >/tmp/go-build2180205415/b452/importcfg << 'EOF' # internal
2025-08-20T22:59:56.6092279Z [00:02:18.870]➜  # import config
2025-08-20T22:59:56.6092610Z [00:02:18.870]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:56.6093131Z [00:02:18.870]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2180205415/b453/_pkg_.a
2025-08-20T22:59:56.6093754Z [00:02:18.870]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build2180205415/b455/_pkg_.a
2025-08-20T22:59:56.6094281Z [00:02:18.870]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.6094728Z [00:02:18.870]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.6095185Z [00:02:18.870]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.6095598Z [00:02:18.870]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.6096386Z [00:02:18.870]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2180205415/b446/_pkg_.a
2025-08-20T22:59:56.6096949Z [00:02:18.870]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:56.6097369Z [00:02:18.870]➜  packagefile mime=/tmp/go-build2180205415/b194/_pkg_.a
2025-08-20T22:59:56.6097788Z [00:02:18.870]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.6098215Z [00:02:18.870]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:56.6098638Z [00:02:18.870]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:56.6099062Z [00:02:18.870]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.6099475Z [00:02:18.870]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.6100152Z [00:02:18.870]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.6100539Z [00:02:18.870]➜  EOF
2025-08-20T22:59:56.6102472Z [00:02:18.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b452/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3=>cloud.google.com/go/auth@v0.16.3;$WORK/b452=>" -p cloud.google.com/go/auth -lang=go1.23 -complete -installsuffix shared -buildid PJh0W3g7maqjrwHrtMpx/PJh0W3g7maqjrwHrtMpx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/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-20T22:59:56.6297334Z [00:02:18.891]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T22:59:56.6311698Z [00:02:18.892]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/13/130802d43ee10f62570e4a897071d8a2fe4493ed38e76a49752d67ade8293669-d # internal
2025-08-20T22:59:56.6315034Z [00:02:18.892]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T22:59:56.6320891Z [00:02:18.893]➜  golang.org/x/oauth2/authhandler
2025-08-20T22:59:56.6326182Z [00:02:18.893]➜  mkdir -p $WORK/b459/
2025-08-20T22:59:56.6326701Z [00:02:18.893]➜  cat >/tmp/go-build2180205415/b459/importcfg << 'EOF' # internal
2025-08-20T22:59:56.6327054Z [00:02:18.893]➜  # import config
2025-08-20T22:59:56.6337873Z [00:02:18.893]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.6338478Z [00:02:18.893]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.6338959Z [00:02:18.893]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T22:59:56.6339320Z [00:02:18.893]➜  EOF
2025-08-20T22:59:56.6341186Z [00:02:18.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b459/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/authhandler=>golang.org/x/oauth2@v0.30.0/authhandler;$WORK/b459=>" -p golang.org/x/oauth2/authhandler -lang=go1.23 -complete -installsuffix shared -buildid v8gVI0cVLB5hLLnRuUi-/v8gVI0cVLB5hLLnRuUi- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/authhandler/authhandler.go
2025-08-20T22:59:56.6343122Z [00:02:18.894]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/98/9839814e9d6015e583901f9e5251dbd4fa72e93712b2a45fbf510448b1774209-d # internal
2025-08-20T22:59:56.6343733Z [00:02:18.894]➜  golang.org/x/oauth2/google/internal/impersonate
2025-08-20T22:59:56.6344060Z [00:02:18.894]➜  mkdir -p $WORK/b461/
2025-08-20T22:59:56.6344422Z [00:02:18.895]➜  cat >/tmp/go-build2180205415/b461/importcfg << 'EOF' # internal
2025-08-20T22:59:56.6344763Z [00:02:18.895]➜  # import config
2025-08-20T22:59:56.6345094Z [00:02:18.895]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:56.6345517Z [00:02:18.895]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.6370541Z [00:02:18.895]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.6371047Z [00:02:18.895]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.6371522Z [00:02:18.895]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T22:59:56.6371972Z [00:02:18.895]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.6372409Z [00:02:18.895]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.6372830Z [00:02:18.895]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.6373137Z [00:02:18.895]➜  EOF
2025-08-20T22:59:56.6375554Z [00:02:18.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b461/_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/b461=>" -p golang.org/x/oauth2/google/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid f7CtDdMCH848OpcuWg8E/f7CtDdMCH848OpcuWg8E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/impersonate/impersonate.go
2025-08-20T22:59:56.6631960Z [00:02:18.924]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T22:59:56.6637124Z [00:02:18.925]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/8c/8c92b21cda3ddaa0ae43923e6b1b9e2ab19b726f5d4e1530246ae0969f80386d-d # internal
2025-08-20T22:59:56.6661660Z [00:02:18.927]➜  golang.org/x/oauth2/google/internal/stsexchange
2025-08-20T22:59:56.6662699Z [00:02:18.927]➜  mkdir -p $WORK/b462/
2025-08-20T22:59:56.6665183Z [00:02:18.927]➜  cat >/tmp/go-build2180205415/b462/importcfg << 'EOF' # internal
2025-08-20T22:59:56.6665692Z [00:02:18.927]➜  # import config
2025-08-20T22:59:56.6667592Z [00:02:18.927]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.6668067Z [00:02:18.927]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:56.6668550Z [00:02:18.927]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.6669013Z [00:02:18.927]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.6669477Z [00:02:18.927]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T22:59:56.6669930Z [00:02:18.927]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.6670645Z [00:02:18.927]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.6671076Z [00:02:18.927]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:56.6671500Z [00:02:18.927]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:56.6671924Z [00:02:18.927]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.6672238Z [00:02:18.927]➜  EOF
2025-08-20T22:59:56.6674696Z [00:02:18.927]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b462/_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/b462=>" -p golang.org/x/oauth2/google/internal/stsexchange -lang=go1.23 -complete -installsuffix shared -buildid NEq4dXabcmw2TP3AeQE5/NEq4dXabcmw2TP3AeQE5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b462/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/stsexchange/clientauth.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/stsexchange/sts_exchange.go
2025-08-20T22:59:56.6689612Z [00:02:18.927]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T22:59:56.6690291Z [00:02:18.927]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/87/87c9c7962d693cfc4a6507f87cb422f8a818402879e2f51b3c439d533440e26c-d # internal
2025-08-20T22:59:56.6690842Z [00:02:18.927]➜  golang.org/x/oauth2/jws
2025-08-20T22:59:56.6691121Z [00:02:18.927]➜  mkdir -p $WORK/b464/
2025-08-20T22:59:56.6691489Z [00:02:18.927]➜  cat >/tmp/go-build2180205415/b464/importcfg << 'EOF' # internal
2025-08-20T22:59:56.6691830Z [00:02:18.927]➜  # import config
2025-08-20T22:59:56.6692185Z [00:02:18.927]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:56.6692604Z [00:02:18.927]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:56.6693041Z [00:02:18.927]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T22:59:56.6693507Z [00:02:18.927]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T22:59:56.6693965Z [00:02:18.927]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T22:59:56.6694437Z [00:02:18.927]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:56.6694910Z [00:02:18.927]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.6695351Z [00:02:18.927]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.6695901Z [00:02:18.927]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.6696393Z [00:02:18.927]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.6697106Z [00:02:18.927]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.6697520Z [00:02:18.927]➜  EOF
2025-08-20T22:59:56.6699183Z [00:02:18.927]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b464/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jws=>golang.org/x/oauth2@v0.30.0/jws;$WORK/b464=>" -p golang.org/x/oauth2/jws -lang=go1.23 -complete -installsuffix shared -buildid Z0ThRsJXZ7NgJolE0PHW/Z0ThRsJXZ7NgJolE0PHW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jws/jws.go
2025-08-20T22:59:56.6828394Z [00:02:18.944]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T22:59:56.6846953Z [00:02:18.946]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/c3/c32d6913a302b7103448c3b4e17e398c2ba2d1f06798031303f9da1e5265859c-d # internal
2025-08-20T22:59:56.6853205Z [00:02:18.946]➜  cloud.google.com/go/auth/credentials/internal/impersonate
2025-08-20T22:59:56.6854458Z [00:02:18.947]➜  mkdir -p $WORK/b469/
2025-08-20T22:59:56.6863642Z [00:02:18.947]➜  cat >/tmp/go-build2180205415/b469/importcfg << 'EOF' # internal
2025-08-20T22:59:56.6866539Z [00:02:18.948]➜  # import config
2025-08-20T22:59:56.6867489Z [00:02:18.948]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:56.6869049Z [00:02:18.948]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T22:59:56.6870499Z [00:02:18.948]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2180205415/b453/_pkg_.a
2025-08-20T22:59:56.6871305Z [00:02:18.948]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.6872114Z [00:02:18.948]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.6873100Z [00:02:18.948]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.6873526Z [00:02:18.948]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.6874095Z [00:02:18.948]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2180205415/b446/_pkg_.a
2025-08-20T22:59:56.6874644Z [00:02:18.948]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:56.6875078Z [00:02:18.948]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.6875519Z [00:02:18.948]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.6880312Z [00:02:18.948]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.6880646Z [00:02:18.948]➜  EOF
2025-08-20T22:59:56.6912846Z [00:02:18.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b469/_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/b469=>" -p cloud.google.com/go/auth/credentials/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid gGUaKC7ZlD-EaJeNVUxa/gGUaKC7ZlD-EaJeNVUxa -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/impersonate/idtoken.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/impersonate/impersonate.go
2025-08-20T22:59:56.6962248Z [00:02:18.957]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T22:59:56.6972641Z [00:02:18.958]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/f6/f6fa3cc4283b383d179d67cab7d28e5e665479e7418f261f533aeeca2f20eb9d-d # internal
2025-08-20T22:59:56.6975558Z [00:02:18.958]➜  golang.org/x/oauth2/jwt
2025-08-20T22:59:56.6977082Z [00:02:18.958]➜  mkdir -p $WORK/b465/
2025-08-20T22:59:56.6978445Z [00:02:18.958]➜  cat >/tmp/go-build2180205415/b465/importcfg << 'EOF' # internal
2025-08-20T22:59:56.6979656Z [00:02:18.958]➜  # import config
2025-08-20T22:59:56.6980092Z [00:02:18.958]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.6980742Z [00:02:18.958]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.6981325Z [00:02:18.958]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.6981933Z [00:02:18.958]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T22:59:56.6982566Z [00:02:18.958]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build2180205415/b457/_pkg_.a
2025-08-20T22:59:56.6983773Z [00:02:18.958]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build2180205415/b464/_pkg_.a
2025-08-20T22:59:56.6984378Z [00:02:18.958]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.6984854Z [00:02:18.958]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.6985477Z [00:02:18.958]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:56.6986278Z [00:02:18.958]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.6987044Z [00:02:18.958]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.6987656Z [00:02:18.958]➜  EOF
2025-08-20T22:59:56.6991106Z [00:02:18.960]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b465/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jwt=>golang.org/x/oauth2@v0.30.0/jwt;$WORK/b465=>" -p golang.org/x/oauth2/jwt -lang=go1.23 -complete -installsuffix shared -buildid iFBT9OTuDx7705CfgKOT/iFBT9OTuDx7705CfgKOT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b465/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jwt/jwt.go
2025-08-20T22:59:56.7141667Z [00:02:18.975]➜  go tool buildid -w $WORK/b462/_pkg_.a # internal
2025-08-20T22:59:56.7174215Z [00:02:18.978]➜  cp $WORK/b462/_pkg_.a /root/.cache/go-build/59/59ee2a8338bbbc29f046bbd3e9a2d0d61b97dfa417097dc3064e44a1fc728f09-d # internal
2025-08-20T22:59:56.7178344Z [00:02:18.978]➜  golang.org/x/oauth2/google/externalaccount
2025-08-20T22:59:56.7207550Z [00:02:18.978]➜  mkdir -p $WORK/b460/
2025-08-20T22:59:56.7208156Z [00:02:18.979]➜  cat >/tmp/go-build2180205415/b460/importcfg << 'EOF' # internal
2025-08-20T22:59:56.7208541Z [00:02:18.979]➜  # import config
2025-08-20T22:59:56.7208883Z [00:02:18.979]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:56.7209312Z [00:02:18.979]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.7209756Z [00:02:18.979]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T22:59:56.7210230Z [00:02:18.979]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T22:59:56.7210691Z [00:02:18.979]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:56.7211155Z [00:02:18.979]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.7211600Z [00:02:18.979]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.7212011Z [00:02:18.979]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.7212492Z [00:02:18.979]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T22:59:56.7213432Z [00:02:18.979]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build2180205415/b461/_pkg_.a
2025-08-20T22:59:56.7214228Z [00:02:18.982]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build2180205415/b462/_pkg_.a
2025-08-20T22:59:56.7214778Z [00:02:18.982]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.7215206Z [00:02:18.982]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.7215636Z [00:02:18.982]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:56.7216301Z [00:02:18.982]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.7216713Z [00:02:18.982]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T22:59:56.7217131Z [00:02:18.982]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T22:59:56.7217547Z [00:02:18.982]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:56.7217980Z [00:02:18.982]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:56.7218396Z [00:02:18.982]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:56.7218813Z [00:02:18.982]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:56.7219237Z [00:02:18.982]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.7219903Z [00:02:18.982]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.7220321Z [00:02:18.982]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:56.7220633Z [00:02:18.982]➜  EOF
2025-08-20T22:59:56.7224698Z [00:02:18.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b460/_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/b460=>" -p golang.org/x/oauth2/google/externalaccount -lang=go1.23 -complete -installsuffix shared -buildid VWxyLxC0C7biBaLTb9pT/VWxyLxC0C7biBaLTb9pT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b460/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/aws.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/basecredentials.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/executablecredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/filecredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/header.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/programmaticrefreshcredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/urlcredsource.go
2025-08-20T22:59:56.7311751Z [00:02:18.992]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T22:59:56.7329411Z [00:02:18.993]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/ba/ba7da42a14ec550cecd02729660ffe6b61b9642536359ec95a4bd7fdce0e3562-d # internal
2025-08-20T22:59:56.7330215Z [00:02:18.993]➜  golang.org/x/oauth2/google/internal/externalaccountauthorizeduser
2025-08-20T22:59:56.7330621Z [00:02:18.993]➜  mkdir -p $WORK/b463/
2025-08-20T22:59:56.7330994Z [00:02:18.994]➜  cat >/tmp/go-build2180205415/b463/importcfg << 'EOF' # internal
2025-08-20T22:59:56.7331333Z [00:02:18.994]➜  # import config
2025-08-20T22:59:56.7331681Z [00:02:18.994]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.7332117Z [00:02:18.994]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.7332585Z [00:02:18.994]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T22:59:56.7333214Z [00:02:18.994]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build2180205415/b462/_pkg_.a
2025-08-20T22:59:56.7333771Z [00:02:18.994]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.7334078Z [00:02:18.994]➜  EOF
2025-08-20T22:59:56.7337039Z [00:02:18.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b463/_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/b463=>" -p golang.org/x/oauth2/google/internal/externalaccountauthorizeduser -lang=go1.23 -complete -installsuffix shared -buildid FsCuM7Smn_ntiNap4U_m/FsCuM7Smn_ntiNap4U_m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/externalaccountauthorizeduser/externalaccountauthorizeduser.go
2025-08-20T22:59:56.7576902Z [00:02:19.019]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T22:59:56.7623708Z [00:02:19.023]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/c1/c14d4d98246439401fb91542ef5a3748e4debb3d64aa689dc446bd135a559dbc-d # internal
2025-08-20T22:59:56.7624407Z [00:02:19.023]➜  cloud.google.com/go/auth/credentials/internal/stsexchange
2025-08-20T22:59:56.7624796Z [00:02:19.023]➜  mkdir -p $WORK/b470/
2025-08-20T22:59:56.7625193Z [00:02:19.023]➜  cat >/tmp/go-build2180205415/b470/importcfg << 'EOF' # internal
2025-08-20T22:59:56.7625539Z [00:02:19.023]➜  # import config
2025-08-20T22:59:56.7626047Z [00:02:19.023]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T22:59:56.7626643Z [00:02:19.023]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2180205415/b453/_pkg_.a
2025-08-20T22:59:56.7627537Z [00:02:19.023]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.7628006Z [00:02:19.023]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:56.7628485Z [00:02:19.023]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.7628921Z [00:02:19.023]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.7629484Z [00:02:19.023]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2180205415/b446/_pkg_.a
2025-08-20T22:59:56.7630033Z [00:02:19.023]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:56.7630481Z [00:02:19.023]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.7630913Z [00:02:19.023]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:56.7631341Z [00:02:19.023]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:56.7631778Z [00:02:19.023]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.7632096Z [00:02:19.023]➜  EOF
2025-08-20T22:59:56.7634375Z [00:02:19.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b470/_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/b470=>" -p cloud.google.com/go/auth/credentials/internal/stsexchange -lang=go1.23 -complete -installsuffix shared -buildid ouILdq8ptVT0aNiGMNz8/ouILdq8ptVT0aNiGMNz8 -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/stsexchange/sts_exchange.go
2025-08-20T22:59:56.7721044Z [00:02:19.033]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T22:59:56.7728560Z [00:02:19.034]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/08/08366820d156e43d0595f4c4724d8ce5ffb7aa2c4f111f6177ed692119454fee-d # internal
2025-08-20T22:59:56.7778689Z [00:02:19.038]➜  cloud.google.com/go/auth/internal/credsfile
2025-08-20T22:59:56.7779102Z [00:02:19.038]➜  mkdir -p $WORK/b471/
2025-08-20T22:59:56.7779484Z [00:02:19.038]➜  cat >/tmp/go-build2180205415/b471/importcfg << 'EOF' # internal
2025-08-20T22:59:56.7779834Z [00:02:19.038]➜  # import config
2025-08-20T22:59:56.7780199Z [00:02:19.038]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.7780634Z [00:02:19.038]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.7781049Z [00:02:19.038]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T22:59:56.7781842Z [00:02:19.038]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:56.7782381Z [00:02:19.038]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:56.7782701Z [00:02:19.038]➜  EOF
2025-08-20T22:59:56.7785291Z [00:02:19.038]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b471/_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/b471=>" -p cloud.google.com/go/auth/internal/credsfile -lang=go1.23 -complete -installsuffix shared -buildid VuDsr8B_GEujwkmgGElB/VuDsr8B_GEujwkmgGElB -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/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-20T22:59:56.8202594Z [00:02:19.081]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T22:59:56.8209570Z [00:02:19.082]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/eb/eb714b1fa2e10b04507f5643931599947be8e29b4ed9a87a1be20d5af581da87-d # internal
2025-08-20T22:59:56.8210161Z [00:02:19.082]➜  internal/saferio
2025-08-20T22:59:56.8210794Z [00:02:19.082]➜  mkdir -p $WORK/b475/
2025-08-20T22:59:56.8217145Z [00:02:19.083]➜  cat >/tmp/go-build2180205415/b475/importcfg << 'EOF' # internal
2025-08-20T22:59:56.8218311Z [00:02:19.083]➜  # import config
2025-08-20T22:59:56.8219168Z [00:02:19.083]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.8219509Z [00:02:19.083]➜  EOF
2025-08-20T22:59:56.8221031Z [00:02:19.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b475/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b475=>" -p internal/saferio -lang=go1.25 -std -complete -installsuffix shared -buildid pPPe3dhh4-w6Y3PIuye5/pPPe3dhh4-w6Y3PIuye5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T22:59:56.8279064Z [00:02:19.089]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T22:59:56.8286637Z [00:02:19.090]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/f6/f64ca32cb053c8a4b7f2aefe7623c98626899051a52858c8522394afba9fbfe3-d # internal
2025-08-20T22:59:56.8287668Z [00:02:19.090]➜  github.com/googleapis/enterprise-certificate-proxy/client/util
2025-08-20T22:59:56.8288224Z [00:02:19.090]➜  mkdir -p $WORK/b476/
2025-08-20T22:59:56.8288623Z [00:02:19.090]➜  cat >/tmp/go-build2180205415/b476/importcfg << 'EOF' # internal
2025-08-20T22:59:56.8288974Z [00:02:19.090]➜  # import config
2025-08-20T22:59:56.8289338Z [00:02:19.090]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.8289788Z [00:02:19.090]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.8290196Z [00:02:19.090]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.8290611Z [00:02:19.090]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.8291027Z [00:02:19.090]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T22:59:56.8291476Z [00:02:19.090]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:56.8291924Z [00:02:19.090]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:56.8292362Z [00:02:19.090]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.8292678Z [00:02:19.090]➜  EOF
2025-08-20T22:59:56.8295324Z [00:02:19.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b476/_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/b476=>" -p github.com/googleapis/enterprise-certificate-proxy/client/util -lang=go1.23 -complete -installsuffix shared -buildid n6r5Ic2DpGfb6RzR0z5e/n6r5Ic2DpGfb6RzR0z5e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/util/util.go
2025-08-20T22:59:56.8408087Z [00:02:19.102]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T22:59:56.8411339Z [00:02:19.102]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d # internal
2025-08-20T22:59:56.8413744Z [00:02:19.102]➜  encoding/gob
2025-08-20T22:59:56.8414063Z [00:02:19.102]➜  mkdir -p $WORK/b474/
2025-08-20T22:59:56.8418183Z [00:02:19.103]➜  cat >/tmp/go-build2180205415/b474/importcfg << 'EOF' # internal
2025-08-20T22:59:56.8419225Z [00:02:19.103]➜  # import config
2025-08-20T22:59:56.8421666Z [00:02:19.103]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:56.8426357Z [00:02:19.103]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T22:59:56.8426851Z [00:02:19.103]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:56.8427324Z [00:02:19.103]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.8427743Z [00:02:19.103]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.8428194Z [00:02:19.103]➜  packagefile internal/saferio=/tmp/go-build2180205415/b475/_pkg_.a
2025-08-20T22:59:56.8429031Z [00:02:19.103]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.8429443Z [00:02:19.103]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T22:59:56.8429856Z [00:02:19.103]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:56.8430284Z [00:02:19.103]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:56.8430700Z [00:02:19.103]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.8431113Z [00:02:19.103]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:56.8431531Z [00:02:19.103]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.8431977Z [00:02:19.103]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:56.8432418Z [00:02:19.103]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:56.8432868Z [00:02:19.103]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:56.8433211Z [00:02:19.103]➜  EOF
2025-08-20T22:59:56.8435747Z [00:02:19.103]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b474/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b474=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid uSio5yKf8mC2Eeph2l3N/uSio5yKf8mC2Eeph2l3N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b474/importcfg -pack /root/.go/src/encoding/gob/dec_helpers.go /root/.go/src/encoding/gob/decode.go /root/.go/src/encoding/gob/decoder.go /root/.go/src/encoding/gob/doc.go /root/.go/src/encoding/gob/enc_helpers.go /root/.go/src/encoding/gob/encode.go /root/.go/src/encoding/gob/encoder.go /root/.go/src/encoding/gob/error.go /root/.go/src/encoding/gob/type.go
2025-08-20T22:59:56.8467933Z [00:02:19.108]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T22:59:56.8499040Z [00:02:19.111]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/dd/ddf308a4a8720a5cbe955b140bb5489475f9ccd768bf17e5a4cb55e2b984b591-d # internal
2025-08-20T22:59:56.8507373Z [00:02:19.111]➜  golang.org/x/oauth2/google
2025-08-20T22:59:56.8511124Z [00:02:19.112]➜  mkdir -p $WORK/b458/
2025-08-20T22:59:56.8512595Z [00:02:19.112]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T22:59:56.8514526Z [00:02:19.112]➜  cat >/tmp/go-build2180205415/b458/importcfg << 'EOF' # internal
2025-08-20T22:59:56.8515292Z [00:02:19.112]➜  # import config
2025-08-20T22:59:56.8519220Z [00:02:19.112]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:56.8522463Z [00:02:19.112]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2180205415/b454/_pkg_.a
2025-08-20T22:59:56.8523012Z [00:02:19.112]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.8523758Z [00:02:19.112]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T22:59:56.8524312Z [00:02:19.112]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.8524762Z [00:02:19.112]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.8525189Z [00:02:19.112]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.8525650Z [00:02:19.112]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T22:59:56.8526387Z [00:02:19.112]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build2180205415/b459/_pkg_.a
2025-08-20T22:59:56.8527046Z [00:02:19.112]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build2180205415/b460/_pkg_.a
2025-08-20T22:59:56.8527843Z [00:02:19.112]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build2180205415/b463/_pkg_.a
2025-08-20T22:59:56.8528660Z [00:02:19.112]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build2180205415/b461/_pkg_.a
2025-08-20T22:59:56.8529306Z [00:02:19.112]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build2180205415/b457/_pkg_.a
2025-08-20T22:59:56.8529857Z [00:02:19.112]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build2180205415/b464/_pkg_.a
2025-08-20T22:59:56.8530645Z [00:02:19.112]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build2180205415/b465/_pkg_.a
2025-08-20T22:59:56.8531110Z [00:02:19.112]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.8531512Z [00:02:19.112]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:56.8531932Z [00:02:19.112]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.8532367Z [00:02:19.112]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:56.8532782Z [00:02:19.112]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.8533191Z [00:02:19.112]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T22:59:56.8533646Z [00:02:19.112]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:56.8534095Z [00:02:19.112]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:56.8534520Z [00:02:19.112]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.8534943Z [00:02:19.112]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.8535396Z [00:02:19.112]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.8535711Z [00:02:19.113]➜  EOF
2025-08-20T22:59:56.8538894Z [00:02:19.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b458/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google=>golang.org/x/oauth2@v0.30.0/google;$WORK/b458=>" -p golang.org/x/oauth2/google -lang=go1.23 -complete -installsuffix shared -buildid Rjzz3kDCZDpYhsOjVD5q/Rjzz3kDCZDpYhsOjVD5q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/appengine.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/default.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/doc.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/error.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/google.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/jwt.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/sdk.go
2025-08-20T22:59:56.8541839Z [00:02:19.113]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/ee/ee2e3636ca862fdd24e073e7630d5a81fa139e2b429a034dbf34ed75ce6ee7f7-d # internal
2025-08-20T22:59:56.8542535Z [00:02:19.113]➜  cloud.google.com/go/auth/credentials/internal/externalaccountuser
2025-08-20T22:59:56.8544388Z [00:02:19.113]➜  mkdir -p $WORK/b478/
2025-08-20T22:59:56.8545196Z [00:02:19.116]➜  cat >/tmp/go-build2180205415/b478/importcfg << 'EOF' # internal
2025-08-20T22:59:56.8546076Z [00:02:19.116]➜  # import config
2025-08-20T22:59:56.8547058Z [00:02:19.116]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T22:59:56.8548153Z [00:02:19.116]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build2180205415/b470/_pkg_.a
2025-08-20T22:59:56.8549020Z [00:02:19.116]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2180205415/b453/_pkg_.a
2025-08-20T22:59:56.8549734Z [00:02:19.116]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.8550706Z [00:02:19.116]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.8551286Z [00:02:19.116]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2180205415/b446/_pkg_.a
2025-08-20T22:59:56.8551832Z [00:02:19.116]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:56.8552265Z [00:02:19.116]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.8552687Z [00:02:19.116]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.8552993Z [00:02:19.116]➜  EOF
2025-08-20T22:59:56.8555462Z [00:02:19.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b478/_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/b478=>" -p cloud.google.com/go/auth/credentials/internal/externalaccountuser -lang=go1.23 -complete -installsuffix shared -buildid 2pY1g-MCYvuVBWDBdJDQ/2pY1g-MCYvuVBWDBdJDQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccountuser/externalaccountuser.go
2025-08-20T22:59:56.8675001Z [00:02:19.128]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T22:59:56.8770488Z [00:02:19.138]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/6f/6f97efa76772bcef28e0f61a20ec479581470b79d3b85a46c97667fcb3b0cbae-d # internal
2025-08-20T22:59:56.8777911Z [00:02:19.139]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T22:59:56.8783471Z [00:02:19.139]➜  google.golang.org/grpc/internal/transport
2025-08-20T22:59:56.8801419Z [00:02:19.139]➜  mkdir -p $WORK/b413/
2025-08-20T22:59:56.8802055Z [00:02:19.139]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/c8/c869cbb96a96047754a14e98345554dfac5a824d2ddee257ad21375fa49ae185-d # internal
2025-08-20T22:59:56.8802698Z [00:02:19.139]➜  cloud.google.com/go/auth/credentials/internal/gdch
2025-08-20T22:59:56.8803031Z [00:02:19.139]➜  mkdir -p $WORK/b479/
2025-08-20T22:59:56.8803399Z [00:02:19.139]➜  cat >/tmp/go-build2180205415/b413/importcfg << 'EOF' # internal
2025-08-20T22:59:56.8803740Z [00:02:19.139]➜  # import config
2025-08-20T22:59:56.8804075Z [00:02:19.139]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:56.8804484Z [00:02:19.139]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:56.8804905Z [00:02:19.139]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.8805374Z [00:02:19.139]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:56.8805941Z [00:02:19.139]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.8806418Z [00:02:19.139]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.8806928Z [00:02:19.140]➜  packagefile golang.org/x/net/http2=/tmp/go-build2180205415/b414/_pkg_.a
2025-08-20T22:59:56.8807493Z [00:02:19.140]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build2180205415/b419/_pkg_.a
2025-08-20T22:59:56.8808061Z [00:02:19.140]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:56.8808650Z [00:02:19.140]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:56.8809261Z [00:02:19.140]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:56.8809843Z [00:02:19.140]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T22:59:56.8810794Z [00:02:19.140]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build2180205415/b364/_pkg_.a
2025-08-20T22:59:56.8811582Z [00:02:19.140]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build2180205415/b370/_pkg_.a
2025-08-20T22:59:56.8812250Z [00:02:19.140]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T22:59:56.8812918Z [00:02:19.140]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2180205415/b405/_pkg_.a
2025-08-20T22:59:56.8813572Z [00:02:19.140]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2180205415/b392/_pkg_.a
2025-08-20T22:59:56.8814225Z [00:02:19.140]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build2180205415/b408/_pkg_.a
2025-08-20T22:59:56.8814867Z [00:02:19.140]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T22:59:56.8815560Z [00:02:19.140]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build2180205415/b412/_pkg_.a
2025-08-20T22:59:56.8816428Z [00:02:19.140]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build2180205415/b404/_pkg_.a
2025-08-20T22:59:56.8817077Z [00:02:19.140]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build2180205415/b421/_pkg_.a
2025-08-20T22:59:56.8818044Z [00:02:19.140]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build2180205415/b422/_pkg_.a
2025-08-20T22:59:56.8818723Z [00:02:19.140]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build2180205415/b423/_pkg_.a
2025-08-20T22:59:56.8819298Z [00:02:19.140]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build2180205415/b393/_pkg_.a
2025-08-20T22:59:56.8819868Z [00:02:19.140]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T22:59:56.8820440Z [00:02:19.140]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build2180205415/b424/_pkg_.a
2025-08-20T22:59:56.8821019Z [00:02:19.140]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:56.8821594Z [00:02:19.140]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2180205415/b375/_pkg_.a
2025-08-20T22:59:56.8822162Z [00:02:19.140]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T22:59:56.8822733Z [00:02:19.140]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build2180205415/b425/_pkg_.a
2025-08-20T22:59:56.8823309Z [00:02:19.140]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:56.8823799Z [00:02:19.140]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:56.8824207Z [00:02:19.140]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:56.8824643Z [00:02:19.140]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T22:59:56.8825074Z [00:02:19.140]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:56.8825501Z [00:02:19.140]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.8843042Z [00:02:19.140]➜  packagefile net/http/httputil=/tmp/go-build2180205415/b229/_pkg_.a
2025-08-20T22:59:56.8843550Z [00:02:19.140]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:56.8844035Z [00:02:19.140]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:56.8844487Z [00:02:19.140]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:56.8844916Z [00:02:19.140]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:56.8845341Z [00:02:19.140]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.8845936Z [00:02:19.140]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.8846440Z [00:02:19.140]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:56.8846873Z [00:02:19.140]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.8847575Z [00:02:19.140]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:56.8848013Z [00:02:19.140]➜  EOF
2025-08-20T22:59:56.8853707Z [00:02:19.140]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b413/_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/b413=>" -p google.golang.org/grpc/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid KsKVKF2hSXhjU6kYJxiS/KsKVKF2hSXhjU6kYJxiS -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/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-20T22:59:56.8859094Z [00:02:19.140]➜  cat >/tmp/go-build2180205415/b479/importcfg << 'EOF' # internal
2025-08-20T22:59:56.8859445Z [00:02:19.140]➜  # import config
2025-08-20T22:59:56.8859849Z [00:02:19.140]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T22:59:56.8860427Z [00:02:19.140]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2180205415/b453/_pkg_.a
2025-08-20T22:59:56.8861072Z [00:02:19.140]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build2180205415/b471/_pkg_.a
2025-08-20T22:59:56.8861720Z [00:02:19.140]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build2180205415/b455/_pkg_.a
2025-08-20T22:59:56.8862249Z [00:02:19.140]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.8862673Z [00:02:19.140]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:56.8863110Z [00:02:19.140]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:56.8863559Z [00:02:19.140]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:56.8864019Z [00:02:19.140]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.8864459Z [00:02:19.140]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.8864871Z [00:02:19.140]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.8865428Z [00:02:19.140]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2180205415/b446/_pkg_.a
2025-08-20T22:59:56.8866187Z [00:02:19.140]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:56.8866636Z [00:02:19.140]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:56.8867076Z [00:02:19.140]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:56.8867487Z [00:02:19.140]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:56.8867898Z [00:02:19.140]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:56.8868312Z [00:02:19.140]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:56.8868618Z [00:02:19.140]➜  EOF
2025-08-20T22:59:56.8870960Z [00:02:19.140]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b479/_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/b479=>" -p cloud.google.com/go/auth/credentials/internal/gdch -lang=go1.23 -complete -installsuffix shared -buildid waT8SUswMntfUATqPFHV/waT8SUswMntfUATqPFHV -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/gdch/gdch.go
2025-08-20T22:59:56.9187044Z [00:02:19.180]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T22:59:56.9195949Z [00:02:19.180]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/4d/4dea7673fe4bd60ccdffc82d05d99bdef83aa8d54eedeb8e2500831874467d5b-d # internal
2025-08-20T22:59:56.9211691Z [00:02:19.181]➜  github.com/google/s2a-go/fallback
2025-08-20T22:59:56.9212052Z [00:02:19.181]➜  mkdir -p $WORK/b482/
2025-08-20T22:59:56.9212445Z [00:02:19.181]➜  cat >/tmp/go-build2180205415/b482/importcfg << 'EOF' # internal
2025-08-20T22:59:56.9213966Z [00:02:19.181]➜  # import config
2025-08-20T22:59:56.9216224Z [00:02:19.181]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.9217585Z [00:02:19.181]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:56.9219254Z [00:02:19.181]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:56.9220684Z [00:02:19.181]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:56.9221689Z [00:02:19.181]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:56.9222181Z [00:02:19.181]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:56.9222486Z [00:02:19.181]➜  EOF
2025-08-20T22:59:56.9241470Z [00:02:19.181]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b482/_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/b482=>" -p github.com/google/s2a-go/fallback -lang=go1.20 -complete -installsuffix shared -buildid 8Yfgk3dQ-stcZdcgSEbE/8Yfgk3dQ-stcZdcgSEbE -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/fallback/s2a_fallback.go
2025-08-20T22:59:56.9243188Z [00:02:19.185]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T22:59:56.9248028Z [00:02:19.186]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/2a/2a4ef81b07ee787b8bbf644e839ca4f682e0ae392ef59b1802eeb485e7b23aad-d # internal
2025-08-20T22:59:56.9250029Z [00:02:19.186]➜  cloud.google.com/go/auth/oauth2adapt
2025-08-20T22:59:56.9250884Z [00:02:19.186]➜  mkdir -p $WORK/b480/
2025-08-20T22:59:56.9251720Z [00:02:19.186]➜  cat >/tmp/go-build2180205415/b480/importcfg << 'EOF' # internal
2025-08-20T22:59:56.9252553Z [00:02:19.186]➜  # import config
2025-08-20T22:59:56.9255490Z [00:02:19.186]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T22:59:56.9257020Z [00:02:19.186]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:56.9258389Z [00:02:19.186]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:56.9259448Z [00:02:19.186]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.9260023Z [00:02:19.186]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T22:59:56.9260586Z [00:02:19.186]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2180205415/b458/_pkg_.a
2025-08-20T22:59:56.9260964Z [00:02:19.186]➜  EOF
2025-08-20T22:59:56.9262849Z [00:02:19.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b480/_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/b480=>" -p cloud.google.com/go/auth/oauth2adapt -lang=go1.23 -complete -installsuffix shared -buildid gz6CMeloHXwWwjD6Tscq/gz6CMeloHXwWwjD6Tscq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth/oauth2adapt@v0.2.8/oauth2adapt.go
2025-08-20T22:59:56.9468564Z [00:02:19.208]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T22:59:56.9475242Z [00:02:19.209]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/2c/2cd85ad5879a9578724f0b6b8dc77535fbeba7bd1fc4d6d93b4eb48fed1d3cfb-d # internal
2025-08-20T22:59:56.9477065Z [00:02:19.209]➜  github.com/google/s2a-go/internal/proto/common_go_proto
2025-08-20T22:59:56.9481498Z [00:02:19.209]➜  mkdir -p $WORK/b485/
2025-08-20T22:59:56.9481924Z [00:02:19.209]➜  cat >/tmp/go-build2180205415/b485/importcfg << 'EOF' # internal
2025-08-20T22:59:56.9482273Z [00:02:19.209]➜  # import config
2025-08-20T22:59:56.9482774Z [00:02:19.209]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:56.9483480Z [00:02:19.209]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:56.9484729Z [00:02:19.210]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:56.9485391Z [00:02:19.210]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.9486045Z [00:02:19.210]➜  EOF
2025-08-20T22:59:56.9498755Z [00:02:19.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b485/_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/b485=>" -p github.com/google/s2a-go/internal/proto/common_go_proto -lang=go1.20 -complete -installsuffix shared -buildid jP0M2xhWVXmajpjX2C6j/jP0M2xhWVXmajpjX2C6j -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/proto/common_go_proto/common.pb.go
2025-08-20T22:59:56.9501104Z [00:02:19.210]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T22:59:56.9501782Z [00:02:19.210]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/e5/e5fa08c20a04b39cd0efe138c996d23bab4b4c07eaf8eabcf559955bd7642f25-d # internal
2025-08-20T22:59:56.9502355Z [00:02:19.211]➜  golang.org/x/crypto/chacha20
2025-08-20T22:59:56.9502657Z [00:02:19.211]➜  mkdir -p $WORK/b493/
2025-08-20T22:59:56.9502960Z [00:02:19.211]➜  echo -n > $WORK/b493/go_asm.h # internal
2025-08-20T22:59:56.9503341Z [00:02:19.211]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20
2025-08-20T22:59:56.9504664Z [00:02:19.211]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20=>golang.org/x/crypto@v0.40.0/chacha20;$WORK/b493=>" -I $WORK/b493/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b493/symabis ./chacha_arm64.s
2025-08-20T22:59:56.9534026Z [00:02:19.214]➜  cat >/tmp/go-build2180205415/b493/importcfg << 'EOF' # internal
2025-08-20T22:59:56.9534519Z [00:02:19.214]➜  # import config
2025-08-20T22:59:56.9534897Z [00:02:19.214]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T22:59:56.9535383Z [00:02:19.214]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:56.9535943Z [00:02:19.214]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:56.9536534Z [00:02:19.214]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build2180205415/b494/_pkg_.a
2025-08-20T22:59:56.9537064Z [00:02:19.214]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:56.9537510Z [00:02:19.214]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:56.9537826Z [00:02:19.214]➜  EOF
2025-08-20T22:59:56.9538070Z [00:02:19.214]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:56.9540841Z [00:02:19.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b493/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20=>golang.org/x/crypto@v0.40.0/chacha20;$WORK/b493=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -installsuffix shared -buildid 42GJfEiFBXyF6MKHeNAX/42GJfEiFBXyF6MKHeNAX -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/chacha20/chacha_arm64.go /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/xor.go
2025-08-20T22:59:56.9863346Z [00:02:19.247]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T22:59:56.9879637Z [00:02:19.249]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20
2025-08-20T22:59:56.9883293Z [00:02:19.249]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20=>golang.org/x/crypto@v0.40.0/chacha20;$WORK/b493=>" -I $WORK/b493/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b493/chacha_arm64.o ./chacha_arm64.s
2025-08-20T22:59:56.9884719Z [00:02:19.249]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/06/0642371d5cac76ce839de248a5647015fbaae61a64d2263e9d29934dd4f95db1-d # internal
2025-08-20T22:59:56.9885374Z [00:02:19.249]➜  github.com/google/s2a-go/internal/proto/s2a_context_go_proto
2025-08-20T22:59:56.9885872Z [00:02:19.249]➜  mkdir -p $WORK/b486/
2025-08-20T22:59:56.9886305Z [00:02:19.249]➜  cat >/tmp/go-build2180205415/b486/importcfg << 'EOF' # internal
2025-08-20T22:59:56.9886650Z [00:02:19.249]➜  # import config
2025-08-20T22:59:56.9889535Z [00:02:19.249]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2180205415/b485/_pkg_.a
2025-08-20T22:59:56.9890660Z [00:02:19.249]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:56.9891366Z [00:02:19.249]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:56.9891918Z [00:02:19.249]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:56.9892341Z [00:02:19.249]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:56.9892647Z [00:02:19.249]➜  EOF
2025-08-20T22:59:56.9892893Z [00:02:19.249]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:56.9895211Z [00:02:19.249]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b486/_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/b486=>" -p github.com/google/s2a-go/internal/proto/s2a_context_go_proto -lang=go1.20 -complete -installsuffix shared -buildid fGpboFEbWE4Q4jwAxZat/fGpboFEbWE4Q4jwAxZat -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/s2a_context_go_proto/s2a_context.pb.go
2025-08-20T22:59:56.9927291Z [00:02:19.253]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20
2025-08-20T22:59:56.9929109Z [00:02:19.253]➜  go tool pack r $WORK/b493/_pkg_.a $WORK/b493/chacha_arm64.o # internal
2025-08-20T22:59:56.9929566Z [00:02:19.253]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T22:59:56.9930253Z [00:02:19.254]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/e3/e38925186abaf515e6d8535c22bcb44cc0f5fed5fc89d91a282ac013b9534bf3-d # internal
2025-08-20T22:59:56.9940178Z [00:02:19.255]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T22:59:56.9943309Z [00:02:19.255]➜  mkdir -p $WORK/b495/
2025-08-20T22:59:56.9944626Z [00:02:19.256]➜  cat >/tmp/go-build2180205415/b495/importcfg << 'EOF' # internal
2025-08-20T22:59:56.9945011Z [00:02:19.256]➜  # import config
2025-08-20T22:59:56.9945379Z [00:02:19.256]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T22:59:56.9946029Z [00:02:19.256]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:56.9946558Z [00:02:19.256]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:56.9946881Z [00:02:19.256]➜  EOF
2025-08-20T22:59:56.9951623Z [00:02:19.256]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T22:59:56.9954618Z [00:02:19.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b495/_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/b495=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -complete -installsuffix shared -buildid ouoRjGOYYrebUmmZg-oQ/ouoRjGOYYrebUmmZg-oQ -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/poly1305/mac_noasm.go /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_generic.go
2025-08-20T22:59:57.0198057Z [00:02:19.280]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T22:59:57.0199949Z [00:02:19.281]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/6a/6ae1ba7eb59d0e4cb3b39c3fc56b1f432b87151ae0826b3a32cec914df7c82bf-d # internal
2025-08-20T22:59:57.0201908Z [00:02:19.281]➜  golang.org/x/crypto/cryptobyte
2025-08-20T22:59:57.0202296Z [00:02:19.281]➜  mkdir -p $WORK/b496/
2025-08-20T22:59:57.0210398Z [00:02:19.282]➜  cat >/tmp/go-build2180205415/b496/importcfg << 'EOF' # internal
2025-08-20T22:59:57.0210846Z [00:02:19.282]➜  # import config
2025-08-20T22:59:57.0211222Z [00:02:19.282]➜  packagefile encoding/asn1=/tmp/go-build2180205415/b155/_pkg_.a
2025-08-20T22:59:57.0211676Z [00:02:19.282]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:57.0212460Z [00:02:19.282]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.0212990Z [00:02:19.282]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2180205415/b497/_pkg_.a
2025-08-20T22:59:57.0213517Z [00:02:19.282]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:57.0213951Z [00:02:19.282]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:57.0214370Z [00:02:19.282]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:57.0214677Z [00:02:19.282]➜  EOF
2025-08-20T22:59:57.0217065Z [00:02:19.282]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b496/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte=>golang.org/x/crypto@v0.40.0/cryptobyte;$WORK/b496=>" -p golang.org/x/crypto/cryptobyte -lang=go1.23 -complete -installsuffix shared -buildid RY9IivTeLCa2KvQAJ_uz/RY9IivTeLCa2KvQAJ_uz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b496/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-20T22:59:57.0381853Z [00:02:19.299]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T22:59:57.0403093Z [00:02:19.300]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/c6/c68f06c94b9c992414ecfa4a97bab499a4118c6102563aafd81722306b89a127-d # internal
2025-08-20T22:59:57.0403805Z [00:02:19.300]➜  golang.org/x/crypto/chacha20poly1305
2025-08-20T22:59:57.0404128Z [00:02:19.300]➜  mkdir -p $WORK/b492/
2025-08-20T22:59:57.0404504Z [00:02:19.300]➜  cat >/tmp/go-build2180205415/b492/importcfg << 'EOF' # internal
2025-08-20T22:59:57.0404874Z [00:02:19.300]➜  # import config
2025-08-20T22:59:57.0405239Z [00:02:19.300]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T22:59:57.0405719Z [00:02:19.300]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:57.0406463Z [00:02:19.300]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:57.0406976Z [00:02:19.300]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build2180205415/b493/_pkg_.a
2025-08-20T22:59:57.0407575Z [00:02:19.300]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build2180205415/b494/_pkg_.a
2025-08-20T22:59:57.0408206Z [00:02:19.300]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build2180205415/b495/_pkg_.a
2025-08-20T22:59:57.0408618Z [00:02:19.300]➜  EOF
2025-08-20T22:59:57.0411829Z [00:02:19.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b492/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305=>golang.org/x/crypto@v0.40.0/chacha20poly1305;$WORK/b492=>" -p golang.org/x/crypto/chacha20poly1305 -lang=go1.23 -complete -installsuffix shared -buildid 0rIevygCvO_MUeKxmqq3/0rIevygCvO_MUeKxmqq3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack /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_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305/chacha20poly1305_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305/xchacha20poly1305.go
2025-08-20T22:59:57.0771176Z [00:02:19.338]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T22:59:57.0776642Z [00:02:19.339]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/58/58686c62286115614b6a45a352902c2b41f293fb2bdf8d83d72e461680edaa9b-d # internal
2025-08-20T22:59:57.0777465Z [00:02:19.339]➜  github.com/google/s2a-go/internal/record/internal/aeadcrypter
2025-08-20T22:59:57.0778007Z [00:02:19.339]➜  mkdir -p $WORK/b491/
2025-08-20T22:59:57.0779415Z [00:02:19.339]➜  cat >/tmp/go-build2180205415/b491/importcfg << 'EOF' # internal
2025-08-20T22:59:57.0780586Z [00:02:19.339]➜  # import config
2025-08-20T22:59:57.0781007Z [00:02:19.339]➜  packagefile crypto/aes=/tmp/go-build2180205415/b138/_pkg_.a
2025-08-20T22:59:57.0781934Z [00:02:19.339]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T22:59:57.0782382Z [00:02:19.339]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.0782914Z [00:02:19.339]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build2180205415/b492/_pkg_.a
2025-08-20T22:59:57.0783331Z [00:02:19.339]➜  EOF
2025-08-20T22:59:57.0786933Z [00:02:19.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b491/_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/b491=>" -p github.com/google/s2a-go/internal/record/internal/aeadcrypter -lang=go1.20 -complete -installsuffix shared -buildid 6UNSgoGKJ2rqwMeJm6Lb/6UNSgoGKJ2rqwMeJm6Lb -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/aeadcrypter/aeadcrypter.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter/aesgcm.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter/chachapoly.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter/common.go
2025-08-20T22:59:57.1056208Z [00:02:19.367]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T22:59:57.1060100Z [00:02:19.367]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/fd/fd1a81827a2d8b203d00f76d34f055be3059134cc62ba4e21885dabe9e674118-d # internal
2025-08-20T22:59:57.1060742Z [00:02:19.367]➜  golang.org/x/crypto/hkdf
2025-08-20T22:59:57.1061364Z [00:02:19.367]➜  mkdir -p $WORK/b498/
2025-08-20T22:59:57.1061881Z [00:02:19.367]➜  cat >/tmp/go-build2180205415/b498/importcfg << 'EOF' # internal
2025-08-20T22:59:57.1062247Z [00:02:19.367]➜  # import config
2025-08-20T22:59:57.1062610Z [00:02:19.367]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T22:59:57.1063070Z [00:02:19.367]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:57.1063493Z [00:02:19.367]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:57.1063901Z [00:02:19.367]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:57.1064207Z [00:02:19.367]➜  EOF
2025-08-20T22:59:57.1066322Z [00:02:19.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b498/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/hkdf=>golang.org/x/crypto@v0.40.0/hkdf;$WORK/b498=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid CLIuRa_f6YbOw-Djig7-/CLIuRa_f6YbOw-Djig7- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/hkdf/hkdf.go
2025-08-20T22:59:57.1357548Z [00:02:19.397]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T22:59:57.1364967Z [00:02:19.397]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/26/2626f971013fe9b13ab1971036b46e58a8c8fc33bd25803d5939f16e4f7526aa-d # internal
2025-08-20T22:59:57.1366641Z [00:02:19.397]➜  github.com/google/s2a-go/internal/proto/v2/common_go_proto
2025-08-20T22:59:57.1369989Z [00:02:19.397]➜  mkdir -p $WORK/b500/
2025-08-20T22:59:57.1370780Z [00:02:19.397]➜  cat >/tmp/go-build2180205415/b500/importcfg << 'EOF' # internal
2025-08-20T22:59:57.1371804Z [00:02:19.397]➜  # import config
2025-08-20T22:59:57.1372320Z [00:02:19.397]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:57.1373038Z [00:02:19.397]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:57.1373611Z [00:02:19.397]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:57.1374032Z [00:02:19.397]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:57.1374340Z [00:02:19.397]➜  EOF
2025-08-20T22:59:57.1376643Z [00:02:19.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b500/_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/b500=>" -p github.com/google/s2a-go/internal/proto/v2/common_go_proto -lang=go1.20 -complete -installsuffix shared -buildid e3haqMI9GJH7nuIkR42s/e3haqMI9GJH7nuIkR42s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b500/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/common_go_proto/common.pb.go
2025-08-20T22:59:57.1487277Z [00:02:19.408]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T22:59:57.1515206Z [00:02:19.412]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/3b/3b41fc57f4d20fec202fda7e99c94c88ebbf23c6ab5a6840e0d9b73021a2664e-d # internal
2025-08-20T22:59:57.1517005Z [00:02:19.413]➜  github.com/google/s2a-go/internal/record/internal/halfconn
2025-08-20T22:59:57.1517887Z [00:02:19.413]➜  mkdir -p $WORK/b490/
2025-08-20T22:59:57.1519186Z [00:02:19.413]➜  cat >/tmp/go-build2180205415/b490/importcfg << 'EOF' # internal
2025-08-20T22:59:57.1519616Z [00:02:19.413]➜  # import config
2025-08-20T22:59:57.1519986Z [00:02:19.413]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T22:59:57.1520460Z [00:02:19.413]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T22:59:57.1520903Z [00:02:19.413]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:57.1521314Z [00:02:19.413]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.1521929Z [00:02:19.413]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2180205415/b485/_pkg_.a
2025-08-20T22:59:57.1522739Z [00:02:19.413]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build2180205415/b491/_pkg_.a
2025-08-20T22:59:57.1523438Z [00:02:19.413]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build2180205415/b496/_pkg_.a
2025-08-20T22:59:57.1524005Z [00:02:19.413]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build2180205415/b498/_pkg_.a
2025-08-20T22:59:57.1524489Z [00:02:19.413]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:57.1524899Z [00:02:19.413]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:57.1525205Z [00:02:19.413]➜  EOF
2025-08-20T22:59:57.1533270Z [00:02:19.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b490/_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/b490=>" -p github.com/google/s2a-go/internal/record/internal/halfconn -lang=go1.20 -complete -installsuffix shared -buildid VyYbinwAMjKHlqfrIlWW/VyYbinwAMjKHlqfrIlWW -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/record/internal/halfconn/ciphersuite.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn/counter.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn/expander.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn/halfconn.go
2025-08-20T22:59:57.2080577Z [00:02:19.469]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T22:59:57.2098071Z [00:02:19.470]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/cb/cbf06c90d39ed2487c9dbf95343d3231da6c8a3160b80dd3d195184c87e4ffc7-d # internal
2025-08-20T22:59:57.2100321Z [00:02:19.471]➜  github.com/google/s2a-go/internal/tokenmanager
2025-08-20T22:59:57.2101844Z [00:02:19.471]➜  mkdir -p $WORK/b499/
2025-08-20T22:59:57.2104199Z [00:02:19.471]➜  cat >/tmp/go-build2180205415/b499/importcfg << 'EOF' # internal
2025-08-20T22:59:57.2105485Z [00:02:19.471]➜  # import config
2025-08-20T22:59:57.2106013Z [00:02:19.471]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.2107246Z [00:02:19.471]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2180205415/b485/_pkg_.a
2025-08-20T22:59:57.2108513Z [00:02:19.471]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build2180205415/b500/_pkg_.a
2025-08-20T22:59:57.2109105Z [00:02:19.471]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:57.2109416Z [00:02:19.471]➜  EOF
2025-08-20T22:59:57.2129928Z [00:02:19.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b499/_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/b499=>" -p github.com/google/s2a-go/internal/tokenmanager -lang=go1.20 -complete -installsuffix shared -buildid MNTFdgIzA8eHqXyaxPvm/MNTFdgIzA8eHqXyaxPvm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b499/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/tokenmanager/tokenmanager.go
2025-08-20T22:59:57.2187278Z [00:02:19.480]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T22:59:57.2208326Z [00:02:19.482]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/2a/2abf4d0e87eeeeaaad2d20429761a7d9d5c2afeca1b463f1185bbefd42d3384e-d # internal
2025-08-20T22:59:57.2210317Z [00:02:19.482]➜  github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto
2025-08-20T22:59:57.2211145Z [00:02:19.482]➜  mkdir -p $WORK/b502/
2025-08-20T22:59:57.2211707Z [00:02:19.482]➜  cat >/tmp/go-build2180205415/b502/importcfg << 'EOF' # internal
2025-08-20T22:59:57.2212406Z [00:02:19.482]➜  # import config
2025-08-20T22:59:57.2213176Z [00:02:19.482]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build2180205415/b500/_pkg_.a
2025-08-20T22:59:57.2214197Z [00:02:19.482]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:57.2215226Z [00:02:19.482]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:57.2216385Z [00:02:19.482]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:57.2216831Z [00:02:19.482]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:57.2217140Z [00:02:19.482]➜  EOF
2025-08-20T22:59:57.2219708Z [00:02:19.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b502/_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/b502=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto -lang=go1.20 -complete -installsuffix shared -buildid mEjZHlO4kN8tAPVCWLG7/mEjZHlO4kN8tAPVCWLG7 -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/s2a_context_go_proto/s2a_context.pb.go
2025-08-20T22:59:57.2310178Z [00:02:19.492]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T22:59:57.2316453Z [00:02:19.492]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/36/369d5986d6e4739c34203bcb50215a3df2acfb8669637c1245d700adee2b351a-d # internal
2025-08-20T22:59:57.2317189Z [00:02:19.492]➜  github.com/google/s2a-go/retry
2025-08-20T22:59:57.2317499Z [00:02:19.493]➜  mkdir -p $WORK/b508/
2025-08-20T22:59:57.2317873Z [00:02:19.493]➜  cat >/tmp/go-build2180205415/b508/importcfg << 'EOF' # internal
2025-08-20T22:59:57.2318650Z [00:02:19.493]➜  # import config
2025-08-20T22:59:57.2319221Z [00:02:19.493]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:57.2320135Z [00:02:19.493]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:57.2320920Z [00:02:19.493]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T22:59:57.2321627Z [00:02:19.493]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:57.2322197Z [00:02:19.493]➜  EOF
2025-08-20T22:59:57.2324294Z [00:02:19.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b508/_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/b508=>" -p github.com/google/s2a-go/retry -lang=go1.20 -complete -installsuffix shared -buildid L9KQ3RcyFLDbA9UK_-VO/L9KQ3RcyFLDbA9UK_-VO -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/retry/retry.go
2025-08-20T22:59:57.2618569Z [00:02:19.523]➜  go tool buildid -w $WORK/b508/_pkg_.a # internal
2025-08-20T22:59:57.2634929Z [00:02:19.523]➜  cp $WORK/b508/_pkg_.a /root/.cache/go-build/e2/e2021c5ac52b705678927e58d93591660bb9edebad5d9be6fa0cb55943baef8a-d # internal
2025-08-20T22:59:57.2635568Z [00:02:19.523]➜  google.golang.org/api/internal/impersonate
2025-08-20T22:59:57.2636004Z [00:02:19.523]➜  mkdir -p $WORK/b510/
2025-08-20T22:59:57.2636389Z [00:02:19.523]➜  cat >/tmp/go-build2180205415/b510/importcfg << 'EOF' # internal
2025-08-20T22:59:57.2636739Z [00:02:19.523]➜  # import config
2025-08-20T22:59:57.2637076Z [00:02:19.523]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:57.2637517Z [00:02:19.523]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:57.2637971Z [00:02:19.523]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:57.2638708Z [00:02:19.523]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.2639433Z [00:02:19.523]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T22:59:57.2640118Z [00:02:19.523]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:57.2640668Z [00:02:19.523]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:57.2641248Z [00:02:19.523]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:57.2641945Z [00:02:19.523]➜  EOF
2025-08-20T22:59:57.2644195Z [00:02:19.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b510/_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/b510=>" -p google.golang.org/api/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid JXZVOjmautzBJ_NAdR0p/JXZVOjmautzBJ_NAdR0p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b510/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/impersonate/impersonate.go
2025-08-20T22:59:57.2727730Z [00:02:19.533]➜  go tool buildid -w $WORK/b502/_pkg_.a # internal
2025-08-20T22:59:57.2735084Z [00:02:19.534]➜  cp $WORK/b502/_pkg_.a /root/.cache/go-build/7a/7a84f8eb9282fc0d5fb3affcf35210f985ec9d3312fa4709338a5c545a453f2b-d # internal
2025-08-20T22:59:57.2735720Z [00:02:19.534]➜  cloud.google.com/go/auth/internal/compute
2025-08-20T22:59:57.2736197Z [00:02:19.534]➜  mkdir -p $WORK/b514/
2025-08-20T22:59:57.2736578Z [00:02:19.534]➜  cat >/tmp/go-build2180205415/b514/importcfg << 'EOF' # internal
2025-08-20T22:59:57.2736951Z [00:02:19.534]➜  # import config
2025-08-20T22:59:57.2737289Z [00:02:19.534]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:57.2738056Z [00:02:19.534]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:57.2738490Z [00:02:19.534]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:57.2738923Z [00:02:19.534]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:57.2739343Z [00:02:19.534]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:57.2739645Z [00:02:19.534]➜  EOF
2025-08-20T22:59:57.2741957Z [00:02:19.534]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b514/_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/b514=>" -p cloud.google.com/go/auth/internal/compute -lang=go1.23 -complete -installsuffix shared -buildid XfZ1Y4eC3f4t7e5iVqE1/XfZ1Y4eC3f4t7e5iVqE1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b514/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-20T22:59:57.2959464Z [00:02:19.557]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T22:59:57.2966009Z [00:02:19.557]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/a6/a63eb3a508ad72b791e113cf9418547b9d3fd2e1873b6b4413b7aab82691630d-d # internal
2025-08-20T22:59:57.2974105Z [00:02:19.558]➜  go.opentelemetry.io/otel/attribute/internal
2025-08-20T22:59:57.2977185Z [00:02:19.559]➜  mkdir -p $WORK/b519/
2025-08-20T22:59:57.2982697Z [00:02:19.559]➜  cat >/tmp/go-build2180205415/b519/importcfg << 'EOF' # internal
2025-08-20T22:59:57.2985347Z [00:02:19.560]➜  # import config
2025-08-20T22:59:57.2985731Z [00:02:19.560]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:57.2986253Z [00:02:19.560]➜  EOF
2025-08-20T22:59:57.2988284Z [00:02:19.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b519/_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/b519=>" -p go.opentelemetry.io/otel/attribute/internal -lang=go1.23 -complete -installsuffix shared -buildid Oq36AjQwDhWq8SEQ3lu8/Oq36AjQwDhWq8SEQ3lu8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/internal/attribute.go
2025-08-20T22:59:57.3071427Z [00:02:19.568]➜  go tool buildid -w $WORK/b510/_pkg_.a # internal
2025-08-20T22:59:57.3075359Z [00:02:19.569]➜  cp $WORK/b510/_pkg_.a /root/.cache/go-build/b9/b95362d30065e4b9911f209650d93b82c8294da1ca140ba8f8a47877e82c2ce2-d # internal
2025-08-20T22:59:57.3129911Z [00:02:19.574]➜  github.com/go-logr/logr/funcr
2025-08-20T22:59:57.3132059Z [00:02:19.574]➜  mkdir -p $WORK/b524/
2025-08-20T22:59:57.3132558Z [00:02:19.574]➜  cat >/tmp/go-build2180205415/b524/importcfg << 'EOF' # internal
2025-08-20T22:59:57.3132919Z [00:02:19.574]➜  # import config
2025-08-20T22:59:57.3133254Z [00:02:19.574]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:57.3133696Z [00:02:19.574]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:57.3134130Z [00:02:19.574]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T22:59:57.3134584Z [00:02:19.574]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:57.3135474Z [00:02:19.574]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.3136257Z [00:02:19.574]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T22:59:57.3137164Z [00:02:19.574]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:57.3138400Z [00:02:19.574]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:57.3138870Z [00:02:19.574]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:57.3139304Z [00:02:19.574]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:57.3139733Z [00:02:19.574]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:57.3140437Z [00:02:19.574]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:57.3140861Z [00:02:19.574]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:57.3141173Z [00:02:19.574]➜  EOF
2025-08-20T22:59:57.3143177Z [00:02:19.574]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b524/_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/b524=>" -p github.com/go-logr/logr/funcr -lang=go1.18 -complete -installsuffix shared -buildid gNQqTfkxY3PBzZvBTAlr/gNQqTfkxY3PBzZvBTAlr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b524/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-20T22:59:57.3223811Z [00:02:19.583]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T22:59:57.3228622Z [00:02:19.584]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/82/8259fe461b99cc81fd0e697b400490b7832203db50c7f6e4287dd39ed8fdb06f-d # internal
2025-08-20T22:59:57.3230020Z [00:02:19.584]➜  go.opentelemetry.io/otel/attribute
2025-08-20T22:59:57.3230925Z [00:02:19.584]➜  mkdir -p $WORK/b518/
2025-08-20T22:59:57.3237379Z [00:02:19.584]➜  cat >/tmp/go-build2180205415/b518/importcfg << 'EOF' # internal
2025-08-20T22:59:57.3237839Z [00:02:19.584]➜  # import config
2025-08-20T22:59:57.3238196Z [00:02:19.584]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:57.3238611Z [00:02:19.584]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T22:59:57.3239052Z [00:02:19.584]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:57.3239507Z [00:02:19.584]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.3240068Z [00:02:19.584]➜  packagefile go.opentelemetry.io/otel/attribute/internal=/tmp/go-build2180205415/b519/_pkg_.a
2025-08-20T22:59:57.3240604Z [00:02:19.584]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:57.3241035Z [00:02:19.584]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:57.3241464Z [00:02:19.584]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:57.3241881Z [00:02:19.584]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:57.3242305Z [00:02:19.584]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:57.3242726Z [00:02:19.584]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:57.3243161Z [00:02:19.584]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:57.3243491Z [00:02:19.584]➜  EOF
2025-08-20T22:59:57.3281432Z [00:02:19.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b518/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute=>go.opentelemetry.io/otel@v1.36.0/attribute;$WORK/b518=>" -p go.opentelemetry.io/otel/attribute -lang=go1.23 -complete -installsuffix shared -buildid DPzPRA2RDg9GWs_E8oVp/DPzPRA2RDg9GWs_E8oVp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b518/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-20T22:59:57.3381998Z [00:02:19.599]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T22:59:57.3513974Z [00:02:19.612]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d # internal
2025-08-20T22:59:57.3522023Z [00:02:19.613]➜  net/rpc
2025-08-20T22:59:57.3522415Z [00:02:19.613]➜  mkdir -p $WORK/b477/
2025-08-20T22:59:57.3522826Z [00:02:19.613]➜  cat >/tmp/go-build2180205415/b477/importcfg << 'EOF' # internal
2025-08-20T22:59:57.3523179Z [00:02:19.613]➜  # import config
2025-08-20T22:59:57.3523519Z [00:02:19.613]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:57.3523966Z [00:02:19.613]➜  packagefile encoding/gob=/tmp/go-build2180205415/b474/_pkg_.a
2025-08-20T22:59:57.3524408Z [00:02:19.613]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:57.3524843Z [00:02:19.613]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.3525263Z [00:02:19.613]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T22:59:57.3525716Z [00:02:19.613]➜  packagefile html/template=/tmp/go-build2180205415/b359/_pkg_.a
2025-08-20T22:59:57.3526345Z [00:02:19.613]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:57.3526795Z [00:02:19.613]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:57.3527199Z [00:02:19.613]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:57.3527622Z [00:02:19.613]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:57.3528053Z [00:02:19.613]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:57.3528479Z [00:02:19.613]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:57.3528903Z [00:02:19.613]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:57.3529326Z [00:02:19.613]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:57.3529634Z [00:02:19.613]➜  EOF
2025-08-20T22:59:57.3531205Z [00:02:19.613]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b477/_pkg_.a -trimpath "/root/.go/src/net/rpc=>net/rpc;$WORK/b477=>" -p net/rpc -lang=go1.25 -std -complete -installsuffix shared -buildid fOaKdf11yW7f1LN96cWp/fOaKdf11yW7f1LN96cWp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack /root/.go/src/net/rpc/client.go /root/.go/src/net/rpc/debug.go /root/.go/src/net/rpc/server.go
2025-08-20T22:59:57.4213422Z [00:02:19.682]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T22:59:57.4231388Z [00:02:19.684]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/da/da481515ceb6097f73ee31e1a455aa9220943f645a4234d4bd97ef4c3204015c-d # internal
2025-08-20T22:59:57.4256371Z [00:02:19.686]➜  go.opentelemetry.io/otel/semconv/v1.30.0
2025-08-20T22:59:57.4259754Z [00:02:19.687]➜  mkdir -p $WORK/b520/
2025-08-20T22:59:57.4272213Z [00:02:19.688]➜  cat >/tmp/go-build2180205415/b520/importcfg << 'EOF' # internal
2025-08-20T22:59:57.4272649Z [00:02:19.688]➜  # import config
2025-08-20T22:59:57.4274164Z [00:02:19.689]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T22:59:57.4274872Z [00:02:19.689]➜  EOF
2025-08-20T22:59:57.4278166Z [00:02:19.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b520/_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/b520=>" -p go.opentelemetry.io/otel/semconv/v1.30.0 -lang=go1.23 -complete -installsuffix shared -buildid p57aKbq34qPJdMrffQSl/p57aKbq34qPJdMrffQSl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b520/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-20T22:59:57.4324657Z [00:02:19.693]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T22:59:57.4333067Z [00:02:19.694]➜  go tool buildid -w $WORK/b524/_pkg_.a # internal
2025-08-20T22:59:57.4360062Z [00:02:19.697]➜  cp $WORK/b524/_pkg_.a /root/.cache/go-build/dd/ddfaac4882ebc7031eb46aa3bd64c34798cc0394380b5530b18b052ed0cc40f2-d # internal
2025-08-20T22:59:57.4361187Z [00:02:19.697]➜  github.com/go-logr/stdr
2025-08-20T22:59:57.4362265Z [00:02:19.697]➜  mkdir -p $WORK/b523/
2025-08-20T22:59:57.4363579Z [00:02:19.697]➜  cat >/tmp/go-build2180205415/b523/importcfg << 'EOF' # internal
2025-08-20T22:59:57.4363938Z [00:02:19.697]➜  # import config
2025-08-20T22:59:57.4364339Z [00:02:19.697]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T22:59:57.4364911Z [00:02:19.697]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build2180205415/b524/_pkg_.a
2025-08-20T22:59:57.4365398Z [00:02:19.697]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:57.4365941Z [00:02:19.697]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:57.4366299Z [00:02:19.697]➜  EOF
2025-08-20T22:59:57.4367964Z [00:02:19.697]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b523/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2=>github.com/go-logr/stdr@v1.2.2;$WORK/b523=>" -p github.com/go-logr/stdr -lang=go1.16 -complete -installsuffix shared -buildid qZc2i5KrSVihMb73m32r/qZc2i5KrSVihMb73m32r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b523/importcfg -pack /root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2/stdr.go
2025-08-20T22:59:57.4385058Z [00:02:19.699]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/9e/9e2abcba189b7734da1717c3eecb43b68d3a5086598c5c8a618e7fffbd1578ba-d # internal
2025-08-20T22:59:57.4388972Z [00:02:19.700]➜  google.golang.org/grpc/internal/resolver/delegatingresolver
2025-08-20T22:59:57.4389356Z [00:02:19.700]➜  mkdir -p $WORK/b411/
2025-08-20T22:59:57.4399957Z [00:02:19.701]➜  cat >/tmp/go-build2180205415/b411/importcfg << 'EOF' # internal
2025-08-20T22:59:57.4400353Z [00:02:19.701]➜  # import config
2025-08-20T22:59:57.4400717Z [00:02:19.701]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.4401224Z [00:02:19.701]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:57.4401888Z [00:02:19.701]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build2180205415/b412/_pkg_.a
2025-08-20T22:59:57.4402582Z [00:02:19.701]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build2180205415/b413/_pkg_.a
2025-08-20T22:59:57.4403304Z [00:02:19.701]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build2180205415/b422/_pkg_.a
2025-08-20T22:59:57.4404238Z [00:02:19.701]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:57.4404939Z [00:02:19.701]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T22:59:57.4405465Z [00:02:19.701]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:57.4411863Z [00:02:19.701]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:57.4412345Z [00:02:19.701]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:57.4412666Z [00:02:19.701]➜  EOF
2025-08-20T22:59:57.4415291Z [00:02:19.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b411/_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/b411=>" -p google.golang.org/grpc/internal/resolver/delegatingresolver -lang=go1.23 -complete -installsuffix shared -buildid 7J5LmBoNLl4rqA4XIs2w/7J5LmBoNLl4rqA4XIs2w -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/resolver/delegatingresolver/delegatingresolver.go
2025-08-20T22:59:57.4859719Z [00:02:19.747]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T22:59:57.4866627Z [00:02:19.748]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/61/61acaeb7f0556c3bcfe14ec72f2e9de806b4082a3e3fa6a32489f1cb65777488-d # internal
2025-08-20T22:59:57.4874539Z [00:02:19.749]➜  google.golang.org/grpc
2025-08-20T22:59:57.4875478Z [00:02:19.749]➜  mkdir -p $WORK/b356/
2025-08-20T22:59:57.4877611Z [00:02:19.749]➜  cat >/tmp/go-build2180205415/b356/importcfg << 'EOF' # internal
2025-08-20T22:59:57.4878204Z [00:02:19.749]➜  # import config
2025-08-20T22:59:57.4878800Z [00:02:19.749]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:57.4879562Z [00:02:19.749]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T22:59:57.4880294Z [00:02:19.749]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:57.4880930Z [00:02:19.749]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:57.4881702Z [00:02:19.749]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:57.4882441Z [00:02:19.749]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:57.4883104Z [00:02:19.749]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.4883844Z [00:02:19.749]➜  packagefile golang.org/x/net/trace=/tmp/go-build2180205415/b357/_pkg_.a
2025-08-20T22:59:57.4885080Z [00:02:19.749]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build2180205415/b361/_pkg_.a
2025-08-20T22:59:57.4885677Z [00:02:19.749]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T22:59:57.4886437Z [00:02:19.749]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2180205415/b378/_pkg_.a
2025-08-20T22:59:57.4887104Z [00:02:19.749]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build2180205415/b379/_pkg_.a
2025-08-20T22:59:57.4887776Z [00:02:19.749]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build2180205415/b387/_pkg_.a
2025-08-20T22:59:57.4888407Z [00:02:19.749]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build2180205415/b363/_pkg_.a
2025-08-20T22:59:57.4888995Z [00:02:19.749]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:57.4889590Z [00:02:19.749]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T22:59:57.4890205Z [00:02:19.749]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:57.4890854Z [00:02:19.749]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2180205415/b390/_pkg_.a
2025-08-20T22:59:57.4891483Z [00:02:19.749]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build2180205415/b391/_pkg_.a
2025-08-20T22:59:57.4892419Z [00:02:19.749]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build2180205415/b394/_pkg_.a
2025-08-20T22:59:57.4893164Z [00:02:19.749]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2180205415/b374/_pkg_.a
2025-08-20T22:59:57.4893790Z [00:02:19.749]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:57.4894386Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T22:59:57.4895007Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2180205415/b395/_pkg_.a
2025-08-20T22:59:57.4895733Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build2180205415/b396/_pkg_.a
2025-08-20T22:59:57.4900757Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build2180205415/b397/_pkg_.a
2025-08-20T22:59:57.4901448Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build2180205415/b398/_pkg_.a
2025-08-20T22:59:57.4902120Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build2180205415/b364/_pkg_.a
2025-08-20T22:59:57.4902770Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2180205415/b405/_pkg_.a
2025-08-20T22:59:57.4903419Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2180205415/b392/_pkg_.a
2025-08-20T22:59:57.4904326Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build2180205415/b407/_pkg_.a
2025-08-20T22:59:57.4904966Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build2180205415/b408/_pkg_.a
2025-08-20T22:59:57.4905609Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T22:59:57.4906419Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2180205415/b409/_pkg_.a
2025-08-20T22:59:57.4907171Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build2180205415/b411/_pkg_.a
2025-08-20T22:59:57.4907958Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build2180205415/b426/_pkg_.a
2025-08-20T22:59:57.4908684Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build2180205415/b427/_pkg_.a
2025-08-20T22:59:57.4909387Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2180205415/b410/_pkg_.a
2025-08-20T22:59:57.4910046Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build2180205415/b428/_pkg_.a
2025-08-20T22:59:57.4910677Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build2180205415/b404/_pkg_.a
2025-08-20T22:59:57.4911324Z [00:02:19.749]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build2180205415/b413/_pkg_.a
2025-08-20T22:59:57.4911980Z [00:02:19.749]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build2180205415/b423/_pkg_.a
2025-08-20T22:59:57.4912563Z [00:02:19.749]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build2180205415/b393/_pkg_.a
2025-08-20T22:59:57.4913137Z [00:02:19.749]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T22:59:57.4913710Z [00:02:19.749]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build2180205415/b424/_pkg_.a
2025-08-20T22:59:57.4914290Z [00:02:19.749]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:57.4914889Z [00:02:19.749]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build2180205415/b429/_pkg_.a
2025-08-20T22:59:57.4915510Z [00:02:19.749]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T22:59:57.4916300Z [00:02:19.749]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2180205415/b375/_pkg_.a
2025-08-20T22:59:57.4916871Z [00:02:19.749]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T22:59:57.4917648Z [00:02:19.749]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build2180205415/b425/_pkg_.a
2025-08-20T22:59:57.4918177Z [00:02:19.749]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:57.4918581Z [00:02:19.749]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:57.4919022Z [00:02:19.749]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T22:59:57.4919452Z [00:02:19.749]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:57.4919869Z [00:02:19.749]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:57.4920299Z [00:02:19.749]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:57.4920721Z [00:02:19.749]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:57.4921146Z [00:02:19.749]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:57.4921567Z [00:02:19.749]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:57.4921999Z [00:02:19.749]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:57.4922427Z [00:02:19.749]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:57.4922845Z [00:02:19.749]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:57.4923501Z [00:02:19.749]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:57.4923932Z [00:02:19.749]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:57.4924237Z [00:02:19.749]➜  EOF
2025-08-20T22:59:57.4940890Z [00:02:19.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b356/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2=>google.golang.org/grpc@v1.74.2;$WORK/b356=>" -p google.golang.org/grpc -lang=go1.23 -complete -installsuffix shared -buildid dDhf_YRe88l4e0tOeHI1/dDhf_YRe88l4e0tOeHI1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b356/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-20T22:59:57.4981592Z [00:02:19.759]➜  go tool buildid -w $WORK/b523/_pkg_.a # internal
2025-08-20T22:59:57.4994106Z [00:02:19.760]➜  cp $WORK/b523/_pkg_.a /root/.cache/go-build/f5/f5c4aa3e2a6acafdd6767bba8bfb7ccc0c9f5fcd817c62e95f679b787871a3ec-d # internal
2025-08-20T22:59:57.4994795Z [00:02:19.761]➜  go.opentelemetry.io/auto/sdk/internal/telemetry
2025-08-20T22:59:57.4999177Z [00:02:19.761]➜  mkdir -p $WORK/b526/
2025-08-20T22:59:57.5010153Z [00:02:19.762]➜  cat >/tmp/go-build2180205415/b526/importcfg << 'EOF' # internal
2025-08-20T22:59:57.5010616Z [00:02:19.762]➜  # import config
2025-08-20T22:59:57.5010965Z [00:02:19.762]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:57.5011384Z [00:02:19.762]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T22:59:57.5011833Z [00:02:19.762]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:57.5012570Z [00:02:19.762]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:57.5013127Z [00:02:19.762]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:57.5013576Z [00:02:19.762]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:57.5014000Z [00:02:19.762]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.5014398Z [00:02:19.762]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:57.5014799Z [00:02:19.762]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:57.5015210Z [00:02:19.762]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:57.5015627Z [00:02:19.762]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:57.5019519Z [00:02:19.762]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:57.5019849Z [00:02:19.762]➜  EOF
2025-08-20T22:59:57.5024619Z [00:02:19.763]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b526/_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/b526=>" -p go.opentelemetry.io/auto/sdk/internal/telemetry -lang=go1.22 -complete -installsuffix shared -buildid 0NjRZWkMs-R32rmg_AEW/0NjRZWkMs-R32rmg_AEW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b526/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/attr.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/doc.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/id.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/number.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/resource.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/scope.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/span.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/status.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/traces.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/value.go
2025-08-20T22:59:57.6048906Z [00:02:19.866]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T22:59:57.6122929Z [00:02:19.873]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/74/7461013d8e375e86f8134e754c51f24668aace1a0c8511dbece12b556edb2400-d # internal
2025-08-20T22:59:57.6124569Z [00:02:19.874]➜  github.com/googleapis/enterprise-certificate-proxy/client
2025-08-20T22:59:57.6125963Z [00:02:19.874]➜  mkdir -p $WORK/b473/
2025-08-20T22:59:57.6140740Z [00:02:19.875]➜  cat >/tmp/go-build2180205415/b473/importcfg << 'EOF' # internal
2025-08-20T22:59:57.6144212Z [00:02:19.875]➜  # import config
2025-08-20T22:59:57.6145239Z [00:02:19.875]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:57.6145873Z [00:02:19.875]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T22:59:57.6146440Z [00:02:19.875]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T22:59:57.6146908Z [00:02:19.875]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:57.6147375Z [00:02:19.875]➜  packagefile encoding/gob=/tmp/go-build2180205415/b474/_pkg_.a
2025-08-20T22:59:57.6147840Z [00:02:19.875]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:57.6148259Z [00:02:19.875]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.6148906Z [00:02:19.875]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build2180205415/b476/_pkg_.a
2025-08-20T22:59:57.6149509Z [00:02:19.875]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:57.6149923Z [00:02:19.875]➜  packagefile net/rpc=/tmp/go-build2180205415/b477/_pkg_.a
2025-08-20T22:59:57.6150333Z [00:02:19.875]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:57.6151094Z [00:02:19.875]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T22:59:57.6151486Z [00:02:19.875]➜  EOF
2025-08-20T22:59:57.6153757Z [00:02:19.875]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b473/_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/b473=>" -p github.com/googleapis/enterprise-certificate-proxy/client -lang=go1.23 -complete -installsuffix shared -buildid 1CqDcLnCQ0Gann_3VocF/1CqDcLnCQ0Gann_3VocF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/client.go
2025-08-20T22:59:57.6536319Z [00:02:19.914]➜  go tool buildid -w $WORK/b526/_pkg_.a # internal
2025-08-20T22:59:57.6558295Z [00:02:19.916]➜  cp $WORK/b526/_pkg_.a /root/.cache/go-build/bf/bf857de7bbf24a2b8e72dfc121aeb85b676a49fa9c35a7d3f7e4ff41f2a0ee75-d # internal
2025-08-20T22:59:57.6559013Z [00:02:19.917]➜  go.opentelemetry.io/otel/codes
2025-08-20T22:59:57.6559917Z [00:02:19.917]➜  mkdir -p $WORK/b527/
2025-08-20T22:59:57.6560386Z [00:02:19.917]➜  cat >/tmp/go-build2180205415/b527/importcfg << 'EOF' # internal
2025-08-20T22:59:57.6560739Z [00:02:19.917]➜  # import config
2025-08-20T22:59:57.6561471Z [00:02:19.917]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:57.6561928Z [00:02:19.917]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:57.6562346Z [00:02:19.917]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.6562762Z [00:02:19.917]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:57.6563076Z [00:02:19.917]➜  EOF
2025-08-20T22:59:57.6570671Z [00:02:19.918]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b527/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/codes=>go.opentelemetry.io/otel@v1.36.0/codes;$WORK/b527=>" -p go.opentelemetry.io/otel/codes -lang=go1.23 -complete -installsuffix shared -buildid azPb6IQXjirXDi90Ox_5/azPb6IQXjirXDi90Ox_5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b527/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-20T22:59:57.6572667Z [00:02:19.918]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T22:59:57.6580156Z [00:02:19.919]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/bd/bd3ac9f41b9a355d18296e5fc56b49ce09db59e1058fab4323798a2d8207f02c-d # internal
2025-08-20T22:59:57.6580852Z [00:02:19.919]➜  cloud.google.com/go/auth/internal/transport/cert
2025-08-20T22:59:57.6581193Z [00:02:19.919]➜  mkdir -p $WORK/b472/
2025-08-20T22:59:57.6605632Z [00:02:19.921]➜  cat >/tmp/go-build2180205415/b472/importcfg << 'EOF' # internal
2025-08-20T22:59:57.6606219Z [00:02:19.921]➜  # import config
2025-08-20T22:59:57.6606603Z [00:02:19.921]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:57.6607142Z [00:02:19.921]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:57.6607667Z [00:02:19.921]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:57.6608113Z [00:02:19.921]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:57.6608542Z [00:02:19.921]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.6609166Z [00:02:19.922]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build2180205415/b473/_pkg_.a
2025-08-20T22:59:57.6609990Z [00:02:19.922]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build2180205415/b476/_pkg_.a
2025-08-20T22:59:57.6610593Z [00:02:19.922]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:57.6610992Z [00:02:19.922]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:57.6611403Z [00:02:19.922]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T22:59:57.6612133Z [00:02:19.922]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T22:59:57.6612663Z [00:02:19.922]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:57.6613105Z [00:02:19.922]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:57.6613525Z [00:02:19.922]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:57.6613832Z [00:02:19.922]➜  EOF
2025-08-20T22:59:57.6629958Z [00:02:19.923]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b472/_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/b472=>" -p cloud.google.com/go/auth/internal/transport/cert -lang=go1.23 -complete -installsuffix shared -buildid rfb6vGXlanCc3T9wmvm5/rfb6vGXlanCc3T9wmvm5 -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/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-20T22:59:57.6696400Z [00:02:19.931]➜  go tool buildid -w $WORK/b527/_pkg_.a # internal
2025-08-20T22:59:57.6732203Z [00:02:19.934]➜  cp $WORK/b527/_pkg_.a /root/.cache/go-build/16/16536b1108a9739c0581aa12e34bf9c65536c206e1a89b331d27afdc31a35994-d # internal
2025-08-20T22:59:57.6734376Z [00:02:19.935]➜  google.golang.org/api/internal/cert
2025-08-20T22:59:57.6738839Z [00:02:19.935]➜  mkdir -p $WORK/b509/
2025-08-20T22:59:57.6740326Z [00:02:19.935]➜  cat >/tmp/go-build2180205415/b509/importcfg << 'EOF' # internal
2025-08-20T22:59:57.6740712Z [00:02:19.935]➜  # import config
2025-08-20T22:59:57.6741082Z [00:02:19.935]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:57.6741567Z [00:02:19.935]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:57.6742041Z [00:02:19.935]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:57.6742484Z [00:02:19.935]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:57.6742906Z [00:02:19.935]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.6743524Z [00:02:19.935]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build2180205415/b473/_pkg_.a
2025-08-20T22:59:57.6744107Z [00:02:19.935]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:57.6744515Z [00:02:19.935]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T22:59:57.6744938Z [00:02:19.935]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T22:59:57.6745385Z [00:02:19.935]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:57.6747780Z [00:02:19.935]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:57.6748323Z [00:02:19.935]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:57.6748638Z [00:02:19.935]➜  EOF
2025-08-20T22:59:57.6767391Z [00:02:19.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b509/_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/b509=>" -p google.golang.org/api/internal/cert -lang=go1.23 -complete -installsuffix shared -buildid 2x2bF_onepzS2-WB3eop/2x2bF_onepzS2-WB3eop -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b509/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-20T22:59:57.6784672Z [00:02:19.940]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T22:59:57.6838967Z [00:02:19.945]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/20/204f2dfde6832d18e0b0a29711f675054098ffce4497e032af75e4d9550e267a-d # internal
2025-08-20T22:59:57.6847489Z [00:02:19.946]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal
2025-08-20T22:59:57.6848422Z [00:02:19.946]➜  mkdir -p $WORK/b517/
2025-08-20T22:59:57.6860009Z [00:02:19.947]➜  cat >/tmp/go-build2180205415/b517/importcfg << 'EOF' # internal
2025-08-20T22:59:57.6860412Z [00:02:19.947]➜  # import config
2025-08-20T22:59:57.6860864Z [00:02:19.947]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T22:59:57.6861511Z [00:02:19.947]➜  packagefile go.opentelemetry.io/otel/semconv/v1.30.0=/tmp/go-build2180205415/b520/_pkg_.a
2025-08-20T22:59:57.6862045Z [00:02:19.947]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:57.6862361Z [00:02:19.947]➜  EOF
2025-08-20T22:59:57.6870242Z [00:02:19.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b517/_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/b517=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal -lang=go1.23 -complete -installsuffix shared -buildid LQVFYUhTpatWgyC6ze6h/LQVFYUhTpatWgyC6ze6h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.61.0/internal/parse.go
2025-08-20T22:59:57.6932198Z [00:02:19.954]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T22:59:57.6944054Z [00:02:19.955]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/5e/5e021e0487525910a1e96a201fcbe5026459ddef35a3ffc5819bf191efcf96c8-d # internal
2025-08-20T22:59:57.6944763Z [00:02:19.955]➜  cloud.google.com/go/auth/credentials/internal/externalaccount
2025-08-20T22:59:57.6945157Z [00:02:19.955]➜  mkdir -p $WORK/b468/
2025-08-20T22:59:57.6956697Z [00:02:19.955]➜  cat >/tmp/go-build2180205415/b468/importcfg << 'EOF' # internal
2025-08-20T22:59:57.6957096Z [00:02:19.955]➜  # import config
2025-08-20T22:59:57.6957447Z [00:02:19.955]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:57.6957959Z [00:02:19.955]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T22:59:57.6958644Z [00:02:19.955]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build2180205415/b469/_pkg_.a
2025-08-20T22:59:57.6961072Z [00:02:19.955]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build2180205415/b470/_pkg_.a
2025-08-20T22:59:57.6961781Z [00:02:19.955]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2180205415/b453/_pkg_.a
2025-08-20T22:59:57.6962430Z [00:02:19.955]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build2180205415/b471/_pkg_.a
2025-08-20T22:59:57.6963148Z [00:02:19.955]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build2180205415/b472/_pkg_.a
2025-08-20T22:59:57.6963711Z [00:02:19.955]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:57.6964155Z [00:02:19.955]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T22:59:57.6964631Z [00:02:19.955]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T22:59:57.6965087Z [00:02:19.955]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:57.6965538Z [00:02:19.955]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:57.6966137Z [00:02:19.955]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:57.6966610Z [00:02:19.955]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:57.6967076Z [00:02:19.955]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:57.6967848Z [00:02:19.955]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T22:59:57.6968394Z [00:02:19.955]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:57.6968808Z [00:02:19.955]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.6971255Z [00:02:19.955]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2180205415/b446/_pkg_.a
2025-08-20T22:59:57.6971915Z [00:02:19.955]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T22:59:57.6972346Z [00:02:19.955]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:57.6972781Z [00:02:19.955]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:57.6973209Z [00:02:19.955]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:57.6973638Z [00:02:19.955]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:57.6974050Z [00:02:19.955]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T22:59:57.6974486Z [00:02:19.955]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T22:59:57.6974903Z [00:02:19.955]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:57.6975320Z [00:02:19.955]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:57.6976194Z [00:02:19.955]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:57.6976616Z [00:02:19.955]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:57.6977044Z [00:02:19.955]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:57.6977496Z [00:02:19.955]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:57.6977915Z [00:02:19.955]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:57.6978229Z [00:02:19.955]➜  EOF
2025-08-20T22:59:57.6983396Z [00:02:19.955]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b468/_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/b468=>" -p cloud.google.com/go/auth/credentials/internal/externalaccount -lang=go1.23 -complete -installsuffix shared -buildid so3eytZaTKLGLiM-bEmA/so3eytZaTKLGLiM-bEmA -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/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-20T22:59:57.7048297Z [00:02:19.965]➜  go tool buildid -w $WORK/b509/_pkg_.a # internal
2025-08-20T22:59:57.7072796Z [00:02:19.968]➜  cp $WORK/b509/_pkg_.a /root/.cache/go-build/73/73d17e80cc07805f3b4b9651f4ecc64be0b57d89164c768a28d2ce44d9d0ea49-d # internal
2025-08-20T22:59:57.7076118Z [00:02:19.969]➜  go.opentelemetry.io/otel/semconv/v1.26.0
2025-08-20T22:59:57.7076512Z [00:02:19.969]➜  mkdir -p $WORK/b528/
2025-08-20T22:59:57.7078425Z [00:02:19.969]➜  cat >/tmp/go-build2180205415/b528/importcfg << 'EOF' # internal
2025-08-20T22:59:57.7079129Z [00:02:19.969]➜  # import config
2025-08-20T22:59:57.7079593Z [00:02:19.969]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T22:59:57.7079997Z [00:02:19.969]➜  EOF
2025-08-20T22:59:57.7083222Z [00:02:19.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b528/_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/b528=>" -p go.opentelemetry.io/otel/semconv/v1.26.0 -lang=go1.23 -complete -installsuffix shared -buildid xxDasI8PeoPW1b0eASbA/xxDasI8PeoPW1b0eASbA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b528/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-20T22:59:57.7118437Z [00:02:19.973]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T22:59:57.7125386Z [00:02:19.974]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/29/29472f8182c06e853d144b195c7316b2b4e50675a7738a47f5ff9669dea681b1-d # internal
2025-08-20T22:59:57.7132105Z [00:02:19.974]➜  go.opentelemetry.io/otel/trace/internal/telemetry
2025-08-20T22:59:57.7133257Z [00:02:19.974]➜  mkdir -p $WORK/b531/
2025-08-20T22:59:57.7138963Z [00:02:19.975]➜  cat >/tmp/go-build2180205415/b531/importcfg << 'EOF' # internal
2025-08-20T22:59:57.7139692Z [00:02:19.975]➜  # import config
2025-08-20T22:59:57.7140043Z [00:02:19.975]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:57.7140476Z [00:02:19.975]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T22:59:57.7140928Z [00:02:19.975]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T22:59:57.7141402Z [00:02:19.975]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:57.7141868Z [00:02:19.975]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:57.7142312Z [00:02:19.975]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:57.7142739Z [00:02:19.975]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.7143142Z [00:02:19.975]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:57.7143541Z [00:02:19.975]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:57.7143965Z [00:02:19.975]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:57.7144387Z [00:02:19.975]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:57.7144804Z [00:02:19.975]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:57.7145110Z [00:02:19.975]➜  EOF
2025-08-20T22:59:57.7151926Z [00:02:19.976]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b531/_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/b531=>" -p go.opentelemetry.io/otel/trace/internal/telemetry -lang=go1.23 -complete -installsuffix shared -buildid gfPLWcvRoz2QRreuFQSk/gfPLWcvRoz2QRreuFQSk -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/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-20T22:59:57.8294027Z [00:02:20.090]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T22:59:57.8346337Z [00:02:20.096]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/df/df9d1674d1aa7c8e441ed0bd0b88f9aea2be46e3a05cd51d6c5b32b780b20caf-d # internal
2025-08-20T22:59:57.8348970Z [00:02:20.096]➜  go.opentelemetry.io/otel/metric
2025-08-20T22:59:57.8349744Z [00:02:20.096]➜  mkdir -p $WORK/b533/
2025-08-20T22:59:57.8354049Z [00:02:20.096]➜  cat >/tmp/go-build2180205415/b533/importcfg << 'EOF' # internal
2025-08-20T22:59:57.8355045Z [00:02:20.097]➜  # import config
2025-08-20T22:59:57.8355400Z [00:02:20.097]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:57.8357279Z [00:02:20.097]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T22:59:57.8359788Z [00:02:20.097]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build2180205415/b534/_pkg_.a
2025-08-20T22:59:57.8360237Z [00:02:20.097]➜  EOF
2025-08-20T22:59:57.8363841Z [00:02:20.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b533/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0=>go.opentelemetry.io/otel/metric@v1.36.0;$WORK/b533=>" -p go.opentelemetry.io/otel/metric -lang=go1.23 -complete -installsuffix shared -buildid Py61wYbU9dakWrK6zjIr/Py61wYbU9dakWrK6zjIr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b533/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-20T22:59:57.8372116Z [00:02:20.098]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T22:59:57.8392992Z [00:02:20.100]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/4e/4e0d4883b95a52ffa13efb79b9e6ee7c6b97c2f0c20a98005ce6c04e10b3ba7e-d # internal
2025-08-20T22:59:57.8395443Z [00:02:20.100]➜  cloud.google.com/go/auth/credentials
2025-08-20T22:59:57.8404522Z [00:02:20.100]➜  mkdir -p $WORK/b467/
2025-08-20T22:59:57.8424649Z [00:02:20.103]➜  cat >/tmp/go-build2180205415/b467/importcfg << 'EOF' # internal
2025-08-20T22:59:57.8425121Z [00:02:20.103]➜  # import config
2025-08-20T22:59:57.8425541Z [00:02:20.103]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T22:59:57.8426514Z [00:02:20.103]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build2180205415/b468/_pkg_.a
2025-08-20T22:59:57.8427375Z [00:02:20.103]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build2180205415/b478/_pkg_.a
2025-08-20T22:59:57.8428195Z [00:02:20.103]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build2180205415/b479/_pkg_.a
2025-08-20T22:59:57.8428970Z [00:02:20.103]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build2180205415/b469/_pkg_.a
2025-08-20T22:59:57.8429665Z [00:02:20.103]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2180205415/b453/_pkg_.a
2025-08-20T22:59:57.8430322Z [00:02:20.103]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build2180205415/b471/_pkg_.a
2025-08-20T22:59:57.8430972Z [00:02:20.103]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build2180205415/b455/_pkg_.a
2025-08-20T22:59:57.8431613Z [00:02:20.103]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2180205415/b454/_pkg_.a
2025-08-20T22:59:57.8432138Z [00:02:20.103]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:57.8432562Z [00:02:20.103]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:57.8433008Z [00:02:20.103]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:57.8433748Z [00:02:20.103]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:57.8434238Z [00:02:20.103]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.8434792Z [00:02:20.103]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2180205415/b446/_pkg_.a
2025-08-20T22:59:57.8435349Z [00:02:20.103]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:57.8435916Z [00:02:20.103]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:57.8436454Z [00:02:20.103]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:57.8436878Z [00:02:20.103]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:57.8437293Z [00:02:20.103]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:57.8437708Z [00:02:20.103]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:57.8438013Z [00:02:20.103]➜  EOF
2025-08-20T22:59:57.8440998Z [00:02:20.103]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b467/_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/b467=>" -p cloud.google.com/go/auth/credentials -lang=go1.23 -complete -installsuffix shared -buildid 5a7ebJnkWF4EPlngwmuc/5a7ebJnkWF4EPlngwmuc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/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-20T22:59:57.9335296Z [00:02:20.194]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T22:59:57.9357341Z [00:02:20.197]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/d6/d6dceca72471dd36824441b8b198adec736aef7ebb1f373b7b337c16c1f819af-d # internal
2025-08-20T22:59:57.9371975Z [00:02:20.198]➜  go.opentelemetry.io/otel/internal/baggage
2025-08-20T22:59:57.9387871Z [00:02:20.199]➜  mkdir -p $WORK/b537/
2025-08-20T22:59:57.9392606Z [00:02:20.200]➜  cat >/tmp/go-build2180205415/b537/importcfg << 'EOF' # internal
2025-08-20T22:59:57.9393017Z [00:02:20.200]➜  # import config
2025-08-20T22:59:57.9398356Z [00:02:20.200]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:57.9403804Z [00:02:20.200]➜  EOF
2025-08-20T22:59:57.9410993Z [00:02:20.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b537/_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/b537=>" -p go.opentelemetry.io/otel/internal/baggage -lang=go1.23 -complete -installsuffix shared -buildid upakFjNglbp-IbJ2UdW2/upakFjNglbp-IbJ2UdW2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b537/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-20T22:59:57.9621748Z [00:02:20.223]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T22:59:57.9628615Z [00:02:20.224]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/9a/9a201ad58da20918830303e2208be30c522d8a354e22370fcf5982e721a9b76c-d # internal
2025-08-20T22:59:57.9646389Z [00:02:20.226]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T22:59:57.9651435Z [00:02:20.226]➜  go.opentelemetry.io/otel/baggage
2025-08-20T22:59:57.9658451Z [00:02:20.227]➜  mkdir -p $WORK/b536/
2025-08-20T22:59:57.9668390Z [00:02:20.228]➜  cat >/tmp/go-build2180205415/b536/importcfg << 'EOF' # internal
2025-08-20T22:59:57.9669180Z [00:02:20.228]➜  # import config
2025-08-20T22:59:57.9669769Z [00:02:20.228]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:57.9670476Z [00:02:20.228]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:57.9671854Z [00:02:20.228]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.9672490Z [00:02:20.228]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build2180205415/b537/_pkg_.a
2025-08-20T22:59:57.9673033Z [00:02:20.228]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:57.9673478Z [00:02:20.228]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:57.9673933Z [00:02:20.228]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:57.9674267Z [00:02:20.228]➜  EOF
2025-08-20T22:59:57.9689845Z [00:02:20.230]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b536/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/baggage=>go.opentelemetry.io/otel@v1.36.0/baggage;$WORK/b536=>" -p go.opentelemetry.io/otel/baggage -lang=go1.23 -complete -installsuffix shared -buildid _5PJYs8Y1oO84tam200k/_5PJYs8Y1oO84tam200k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b536/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-20T22:59:57.9763039Z [00:02:20.237]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/78/78b5b16ca24317f9cbe0dd5eab3f880db6cb7f612d97ece56a3363a15a5d44ed-d # internal
2025-08-20T22:59:57.9773524Z [00:02:20.238]➜  go.opentelemetry.io/otel/trace
2025-08-20T22:59:57.9780889Z [00:02:20.239]➜  mkdir -p $WORK/b529/
2025-08-20T22:59:57.9790484Z [00:02:20.240]➜  cat >/tmp/go-build2180205415/b529/importcfg << 'EOF' # internal
2025-08-20T22:59:57.9791305Z [00:02:20.240]➜  # import config
2025-08-20T22:59:57.9791876Z [00:02:20.240]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:57.9792407Z [00:02:20.240]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:57.9793455Z [00:02:20.240]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:57.9793955Z [00:02:20.240]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:57.9794394Z [00:02:20.240]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:57.9794913Z [00:02:20.240]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T22:59:57.9795527Z [00:02:20.240]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2180205415/b527/_pkg_.a
2025-08-20T22:59:57.9796397Z [00:02:20.240]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build2180205415/b528/_pkg_.a
2025-08-20T22:59:57.9797051Z [00:02:20.240]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build2180205415/b530/_pkg_.a
2025-08-20T22:59:57.9797740Z [00:02:20.240]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build2180205415/b531/_pkg_.a
2025-08-20T22:59:57.9798301Z [00:02:20.240]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:57.9798716Z [00:02:20.240]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:57.9799132Z [00:02:20.240]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:57.9799559Z [00:02:20.240]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:57.9799995Z [00:02:20.240]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:57.9800421Z [00:02:20.240]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:57.9800839Z [00:02:20.240]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:57.9801273Z [00:02:20.240]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:57.9801706Z [00:02:20.240]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:57.9802145Z [00:02:20.240]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:57.9802476Z [00:02:20.240]➜  EOF
2025-08-20T22:59:57.9815198Z [00:02:20.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b529/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0=>go.opentelemetry.io/otel/trace@v1.36.0;$WORK/b529=>" -p go.opentelemetry.io/otel/trace -lang=go1.23 -complete -installsuffix shared -buildid yeo1Q7pcSTtm_Xt-4EcM/yeo1Q7pcSTtm_Xt-4EcM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b529/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-20T22:59:58.0409083Z [00:02:20.302]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T22:59:58.0418448Z [00:02:20.303]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T22:59:58.0429503Z [00:02:20.304]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/f4/f454d226ecd12c0629363d468680d6781e15089bc46b4a5f3a9abd7da11f61ed-d # internal
2025-08-20T22:59:58.0448763Z [00:02:20.306]➜  golang.org/x/time/rate
2025-08-20T22:59:58.0453245Z [00:02:20.306]➜  mkdir -p $WORK/b539/
2025-08-20T22:59:58.0453660Z [00:02:20.306]➜  cat >/tmp/go-build2180205415/b539/importcfg << 'EOF' # internal
2025-08-20T22:59:58.0461273Z [00:02:20.306]➜  # import config
2025-08-20T22:59:58.0461650Z [00:02:20.306]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.0462081Z [00:02:20.306]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.0462495Z [00:02:20.306]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:58.0462930Z [00:02:20.306]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.0463344Z [00:02:20.306]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.0476666Z [00:02:20.306]➜  EOF
2025-08-20T22:59:58.0478625Z [00:02:20.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b539/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.12.0/rate=>golang.org/x/time@v0.12.0/rate;$WORK/b539=>" -p golang.org/x/time/rate -lang=go1.23 -complete -installsuffix shared -buildid SD7phlFqyrIGLMjTv_VZ/SD7phlFqyrIGLMjTv_VZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b539/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-20T22:59:58.0480604Z [00:02:20.307]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/f7/f7cac284f302bf2ae9231da813f3ddfdb1ec16a037e03b00a77ecab485e958a2-d # internal
2025-08-20T22:59:58.0481211Z [00:02:20.307]➜  go.opentelemetry.io/otel/metric/noop
2025-08-20T22:59:58.0481516Z [00:02:20.307]➜  mkdir -p $WORK/b538/
2025-08-20T22:59:58.0481889Z [00:02:20.308]➜  cat >/tmp/go-build2180205415/b538/importcfg << 'EOF' # internal
2025-08-20T22:59:58.0484190Z [00:02:20.308]➜  # import config
2025-08-20T22:59:58.0484625Z [00:02:20.308]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.0485149Z [00:02:20.308]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2180205415/b533/_pkg_.a
2025-08-20T22:59:58.0485857Z [00:02:20.308]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build2180205415/b534/_pkg_.a
2025-08-20T22:59:58.0486343Z [00:02:20.308]➜  EOF
2025-08-20T22:59:58.0488482Z [00:02:20.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b538/_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/b538=>" -p go.opentelemetry.io/otel/metric/noop -lang=go1.23 -complete -installsuffix shared -buildid qv549ssT3wdAHVtqqc97/qv549ssT3wdAHVtqqc97 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/noop/noop.go
2025-08-20T22:59:58.0899592Z [00:02:20.351]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T22:59:58.0906848Z [00:02:20.352]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/fa/faf1e19d12a1e1a9768573f7253b093ab8bb1143ba15f1150ab7588f4b02da1c-d # internal
2025-08-20T22:59:58.0908491Z [00:02:20.352]➜  google.golang.org/grpc/credentials/alts/internal
2025-08-20T22:59:58.0910897Z [00:02:20.352]➜  mkdir -p $WORK/b542/
2025-08-20T22:59:58.0911950Z [00:02:20.352]➜  cat >/tmp/go-build2180205415/b542/importcfg << 'EOF' # internal
2025-08-20T22:59:58.0912980Z [00:02:20.352]➜  # import config
2025-08-20T22:59:58.0913344Z [00:02:20.352]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.0913884Z [00:02:20.352]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:58.0914410Z [00:02:20.352]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:58.0914722Z [00:02:20.352]➜  EOF
2025-08-20T22:59:58.0917630Z [00:02:20.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b542/_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/b542=>" -p google.golang.org/grpc/credentials/alts/internal -lang=go1.23 -complete -installsuffix shared -buildid 1T_v7-XO38gL_zAeiK_0/1T_v7-XO38gL_zAeiK_0 -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/alts/internal/common.go
2025-08-20T22:59:58.0977069Z [00:02:20.357]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T22:59:58.0979917Z [00:02:20.359]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/3c/3cec72ef2268d95bd94a0b8fe1d29c55901d10b13b617380f6963616134816be-d # internal
2025-08-20T22:59:58.0999193Z [00:02:20.361]➜  golang.org/x/sync/semaphore
2025-08-20T22:59:58.1002168Z [00:02:20.361]➜  mkdir -p $WORK/b544/
2025-08-20T22:59:58.1004179Z [00:02:20.362]➜  cat >/tmp/go-build2180205415/b544/importcfg << 'EOF' # internal
2025-08-20T22:59:58.1005475Z [00:02:20.362]➜  # import config
2025-08-20T22:59:58.1006351Z [00:02:20.362]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T22:59:58.1007184Z [00:02:20.362]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.1007871Z [00:02:20.362]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.1008496Z [00:02:20.362]➜  EOF
2025-08-20T22:59:58.1010675Z [00:02:20.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b544/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/semaphore=>golang.org/x/sync@v0.16.0/semaphore;$WORK/b544=>" -p golang.org/x/sync/semaphore -lang=go1.23 -complete -installsuffix shared -buildid 8X-4EE95u7LIfNqfy8UF/8X-4EE95u7LIfNqfy8UF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b544/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/semaphore/semaphore.go
2025-08-20T22:59:58.1026178Z [00:02:20.364]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T22:59:58.1030909Z [00:02:20.364]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/6a/6a719384e577095f5eb83bac857516f7f35519bb19dc0094da4324517f13f029-d # internal
2025-08-20T22:59:58.1032172Z [00:02:20.364]➜  google.golang.org/grpc/credentials/alts/internal/conn
2025-08-20T22:59:58.1032780Z [00:02:20.364]➜  mkdir -p $WORK/b547/
2025-08-20T22:59:58.1049521Z [00:02:20.366]➜  cat >/tmp/go-build2180205415/b547/importcfg << 'EOF' # internal
2025-08-20T22:59:58.1050016Z [00:02:20.366]➜  # import config
2025-08-20T22:59:58.1050368Z [00:02:20.366]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:58.1050809Z [00:02:20.366]➜  packagefile crypto/aes=/tmp/go-build2180205415/b138/_pkg_.a
2025-08-20T22:59:58.1051287Z [00:02:20.366]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T22:59:58.1051748Z [00:02:20.366]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T22:59:58.1052208Z [00:02:20.366]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T22:59:58.1052677Z [00:02:20.366]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:58.1053437Z [00:02:20.366]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.1053848Z [00:02:20.366]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.1054431Z [00:02:20.366]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build2180205415/b542/_pkg_.a
2025-08-20T22:59:58.1054987Z [00:02:20.366]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:58.1055391Z [00:02:20.366]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:58.1055940Z [00:02:20.366]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:58.1056324Z [00:02:20.366]➜  EOF
2025-08-20T22:59:58.1060637Z [00:02:20.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b547/_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/b547=>" -p google.golang.org/grpc/credentials/alts/internal/conn -lang=go1.23 -complete -installsuffix shared -buildid yUNkw0bQjmfr7HakPygD/yUNkw0bQjmfr7HakPygD -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/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-20T22:59:58.1339255Z [00:02:20.395]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T22:59:58.1345008Z [00:02:20.395]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/c2/c2a3ad709db33210e93facd9cb9814e4b8218ef798b808368e301dd43ba7543c-d # internal
2025-08-20T22:59:58.1377455Z [00:02:20.397]➜  google.golang.org/grpc/internal/googlecloud
2025-08-20T22:59:58.1379034Z [00:02:20.399]➜  mkdir -p $WORK/b549/
2025-08-20T22:59:58.1382480Z [00:02:20.399]➜  cat >/tmp/go-build2180205415/b549/importcfg << 'EOF' # internal
2025-08-20T22:59:58.1384913Z [00:02:20.399]➜  # import config
2025-08-20T22:59:58.1385664Z [00:02:20.399]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:58.1389818Z [00:02:20.399]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T22:59:58.1390898Z [00:02:20.399]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:58.1393188Z [00:02:20.399]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:58.1393638Z [00:02:20.399]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:58.1394076Z [00:02:20.399]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.1394381Z [00:02:20.399]➜  EOF
2025-08-20T22:59:58.1396870Z [00:02:20.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b549/_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/b549=>" -p google.golang.org/grpc/internal/googlecloud -lang=go1.23 -complete -installsuffix shared -buildid n967ACZR2Etvmo8Fjotm/n967ACZR2Etvmo8Fjotm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b549/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-20T22:59:58.1534746Z [00:02:20.414]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T22:59:58.1541537Z [00:02:20.415]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/bc/bc193d11282392903b4b0211c2c8aca4e6105e76006198b950cddc9a049186b8-d # internal
2025-08-20T22:59:58.1543727Z [00:02:20.415]➜  google.golang.org/grpc/credentials/oauth
2025-08-20T22:59:58.1545463Z [00:02:20.415]➜  mkdir -p $WORK/b550/
2025-08-20T22:59:58.1545968Z [00:02:20.415]➜  cat >/tmp/go-build2180205415/b550/importcfg << 'EOF' # internal
2025-08-20T22:59:58.1546378Z [00:02:20.415]➜  # import config
2025-08-20T22:59:58.1546722Z [00:02:20.415]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.1547150Z [00:02:20.415]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.1547616Z [00:02:20.415]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T22:59:58.1548180Z [00:02:20.415]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2180205415/b458/_pkg_.a
2025-08-20T22:59:58.1548728Z [00:02:20.415]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build2180205415/b465/_pkg_.a
2025-08-20T22:59:58.1549305Z [00:02:20.415]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:58.1549853Z [00:02:20.415]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:58.1550267Z [00:02:20.415]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:58.1550669Z [00:02:20.415]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.1550973Z [00:02:20.415]➜  EOF
2025-08-20T22:59:58.1552926Z [00:02:20.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b550/_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/b550=>" -p google.golang.org/grpc/credentials/oauth -lang=go1.23 -complete -installsuffix shared -buildid pf13yVEGR0X0n_gxNQTN/pf13yVEGR0X0n_gxNQTN -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/oauth/oauth.go
2025-08-20T22:59:58.1575536Z [00:02:20.418]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T22:59:58.1587730Z [00:02:20.419]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/01/01948c0218b7a44d31ea18f7155e33c559177463d47d817b8d307ed00cefff4c-d # internal
2025-08-20T22:59:58.1588341Z [00:02:20.419]➜  google.golang.org/grpc/internal/xds
2025-08-20T22:59:58.1588649Z [00:02:20.419]➜  mkdir -p $WORK/b551/
2025-08-20T22:59:58.1589024Z [00:02:20.420]➜  cat >/tmp/go-build2180205415/b551/importcfg << 'EOF' # internal
2025-08-20T22:59:58.1589364Z [00:02:20.420]➜  # import config
2025-08-20T22:59:58.1589807Z [00:02:20.420]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build2180205415/b369/_pkg_.a
2025-08-20T22:59:58.1590631Z [00:02:20.420]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:58.1591128Z [00:02:20.420]➜  EOF
2025-08-20T22:59:58.1592989Z [00:02:20.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b551/_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/b551=>" -p google.golang.org/grpc/internal/xds -lang=go1.23 -complete -installsuffix shared -buildid fxEqFpPlCaSRXK7gpKI2/fxEqFpPlCaSRXK7gpKI2 -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/xds/xds.go
2025-08-20T22:59:58.1653890Z [00:02:20.426]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T22:59:58.1685367Z [00:02:20.429]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/c5/c528f8582b64576639a57e0cde57fe56af6cb2b24f986683fb88f1d2f0fda944-d # internal
2025-08-20T22:59:58.1687806Z [00:02:20.429]➜  go.opentelemetry.io/otel/trace/noop
2025-08-20T22:59:58.1688131Z [00:02:20.429]➜  mkdir -p $WORK/b532/
2025-08-20T22:59:58.1688525Z [00:02:20.430]➜  cat >/tmp/go-build2180205415/b532/importcfg << 'EOF' # internal
2025-08-20T22:59:58.1688871Z [00:02:20.430]➜  # import config
2025-08-20T22:59:58.1689216Z [00:02:20.430]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.1690156Z [00:02:20.430]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T22:59:58.1690763Z [00:02:20.430]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2180205415/b527/_pkg_.a
2025-08-20T22:59:58.1691343Z [00:02:20.430]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T22:59:58.1692006Z [00:02:20.430]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build2180205415/b530/_pkg_.a
2025-08-20T22:59:58.1692428Z [00:02:20.430]➜  EOF
2025-08-20T22:59:58.1694276Z [00:02:20.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b532/_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/b532=>" -p go.opentelemetry.io/otel/trace/noop -lang=go1.23 -complete -installsuffix shared -buildid HhQNMc6e7TiXnDf-t5WD/HhQNMc6e7TiXnDf-t5WD -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/noop/noop.go
2025-08-20T22:59:58.1742174Z [00:02:20.434]➜  go tool buildid -w $WORK/b551/_pkg_.a # internal
2025-08-20T22:59:58.1748755Z [00:02:20.434]➜  cp $WORK/b551/_pkg_.a /root/.cache/go-build/be/bee21eea0d0ea51bd4144b9a74fbce94ee02243d9c4f0779d4ae0b6b7d8936b6-d # internal
2025-08-20T22:59:58.1749370Z [00:02:20.434]➜  go.opentelemetry.io/otel/propagation
2025-08-20T22:59:58.1749680Z [00:02:20.434]➜  mkdir -p $WORK/b535/
2025-08-20T22:59:58.1750056Z [00:02:20.434]➜  cat >/tmp/go-build2180205415/b535/importcfg << 'EOF' # internal
2025-08-20T22:59:58.1750403Z [00:02:20.434]➜  # import config
2025-08-20T22:59:58.1750745Z [00:02:20.434]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.1751213Z [00:02:20.434]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T22:59:58.1751648Z [00:02:20.434]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.1752156Z [00:02:20.434]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build2180205415/b536/_pkg_.a
2025-08-20T22:59:58.1752757Z [00:02:20.434]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T22:59:58.1753257Z [00:02:20.434]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:58.1753684Z [00:02:20.434]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:58.1754001Z [00:02:20.434]➜  EOF
2025-08-20T22:59:58.1757132Z [00:02:20.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b535/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/propagation=>go.opentelemetry.io/otel@v1.36.0/propagation;$WORK/b535=>" -p go.opentelemetry.io/otel/propagation -lang=go1.23 -complete -installsuffix shared -buildid 9tCp2htPFAT0ug0YI2-j/9tCp2htPFAT0ug0YI2-j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b535/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-20T22:59:58.1865997Z [00:02:20.447]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T22:59:58.1866479Z [00:02:20.448]➜  go tool buildid -w $WORK/b550/_pkg_.a # internal
2025-08-20T22:59:58.1874587Z [00:02:20.448]➜  cp $WORK/b550/_pkg_.a /root/.cache/go-build/d8/d87cb829ff030f37bc65a6d42eab026ba4f0e7cbca807e85b025fbdbb04a7d71-d # internal
2025-08-20T22:59:58.1878624Z [00:02:20.448]➜  google.golang.org/grpc/resolver/manual
2025-08-20T22:59:58.1880993Z [00:02:20.448]➜  mkdir -p $WORK/b554/
2025-08-20T22:59:58.1881407Z [00:02:20.449]➜  cat >/tmp/go-build2180205415/b554/importcfg << 'EOF' # internal
2025-08-20T22:59:58.1881757Z [00:02:20.449]➜  # import config
2025-08-20T22:59:58.1882190Z [00:02:20.449]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:58.1883031Z [00:02:20.449]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.1883345Z [00:02:20.449]➜  EOF
2025-08-20T22:59:58.1885257Z [00:02:20.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b554/_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/b554=>" -p google.golang.org/grpc/resolver/manual -lang=go1.23 -complete -installsuffix shared -buildid _DohvsKN2cfojWwav2Og/_DohvsKN2cfojWwav2Og -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/manual/manual.go
2025-08-20T22:59:58.1977257Z [00:02:20.459]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T22:59:58.1983476Z [00:02:20.459]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/06/06302fbb4d457f53d966754397cc0aae21e39daf8b617d18b4ec2a5e0b8fd4f0-d # internal
2025-08-20T22:59:58.1984713Z [00:02:20.460]➜  go.opentelemetry.io/auto/sdk
2025-08-20T22:59:58.1987021Z [00:02:20.460]➜  mkdir -p $WORK/b525/
2025-08-20T22:59:58.1987758Z [00:02:20.460]➜  cat >/tmp/go-build2180205415/b525/importcfg << 'EOF' # internal
2025-08-20T22:59:58.1988350Z [00:02:20.460]➜  # import config
2025-08-20T22:59:58.1988999Z [00:02:20.460]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.1989799Z [00:02:20.460]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:58.1990466Z [00:02:20.460]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.1991333Z [00:02:20.460]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build2180205415/b526/_pkg_.a
2025-08-20T22:59:58.1992457Z [00:02:20.460]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T22:59:58.1993326Z [00:02:20.460]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2180205415/b527/_pkg_.a
2025-08-20T22:59:58.1994341Z [00:02:20.460]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build2180205415/b528/_pkg_.a
2025-08-20T22:59:58.1995192Z [00:02:20.460]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T22:59:58.1997197Z [00:02:20.460]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build2180205415/b532/_pkg_.a
2025-08-20T22:59:58.1997800Z [00:02:20.460]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:58.1998223Z [00:02:20.460]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:58.1998637Z [00:02:20.460]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:58.1999063Z [00:02:20.460]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:58.1999751Z [00:02:20.460]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:58.2000297Z [00:02:20.460]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:58.2000721Z [00:02:20.460]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.2001161Z [00:02:20.460]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:58.2001593Z [00:02:20.460]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.2002033Z [00:02:20.460]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:58.2002365Z [00:02:20.460]➜  EOF
2025-08-20T22:59:58.2004990Z [00:02:20.460]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b525/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0=>go.opentelemetry.io/auto/sdk@v1.1.0;$WORK/b525=>" -p go.opentelemetry.io/auto/sdk -lang=go1.22 -complete -installsuffix shared -buildid sOUxY_bHhWIxoTxhHqqe/sOUxY_bHhWIxoTxhHqqe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/limit.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/span.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/tracer.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/tracer_provider.go
2025-08-20T22:59:58.2035009Z [00:02:20.464]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/4e/4e2933a9e50b2cf6d47c03b2684938d6b016bf69121d1485ff7246eb0262388f-d # internal
2025-08-20T22:59:58.2042718Z [00:02:20.465]➜  cloud.google.com/go/iam/apiv1/iampb
2025-08-20T22:59:58.2045007Z [00:02:20.466]➜  mkdir -p $WORK/b322/
2025-08-20T22:59:58.2052818Z [00:02:20.466]➜  cat >/tmp/go-build2180205415/b322/importcfg << 'EOF' # internal
2025-08-20T22:59:58.2055611Z [00:02:20.466]➜  # import config
2025-08-20T22:59:58.2056319Z [00:02:20.466]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.2057315Z [00:02:20.466]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build2180205415/b323/_pkg_.a
2025-08-20T22:59:58.2058276Z [00:02:20.466]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build2180205415/b355/_pkg_.a
2025-08-20T22:59:58.2059088Z [00:02:20.466]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.2059883Z [00:02:20.466]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.2060588Z [00:02:20.466]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T22:59:58.2061429Z [00:02:20.466]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:58.2062382Z [00:02:20.466]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:58.2063685Z [00:02:20.466]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build2180205415/b433/_pkg_.a
2025-08-20T22:59:58.2064541Z [00:02:20.466]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:58.2065180Z [00:02:20.466]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.2065870Z [00:02:20.466]➜  EOF
2025-08-20T22:59:58.2069724Z [00:02:20.467]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b322/_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/b322=>" -p cloud.google.com/go/iam/apiv1/iampb -lang=go1.23 -complete -installsuffix shared -buildid EvIVzkRoEq6gbThV3JNP/EvIVzkRoEq6gbThV3JNP -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/apiv1/iampb/iam_policy.pb.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/apiv1/iampb/options.pb.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/apiv1/iampb/policy.pb.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/apiv1/iampb/resource_policy_member.pb.go
2025-08-20T22:59:58.2140648Z [00:02:20.475]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T22:59:58.2142943Z [00:02:20.475]➜  go tool buildid -w $WORK/b535/_pkg_.a # internal
2025-08-20T22:59:58.2150617Z [00:02:20.476]➜  cp $WORK/b535/_pkg_.a /root/.cache/go-build/5e/5e1caa1538ae005cdfde2cbf768b4783b4261621658318e8eee29857a2c802c2-d # internal
2025-08-20T22:59:58.2153148Z [00:02:20.476]➜  github.com/googleapis/gax-go/v2
2025-08-20T22:59:58.2154155Z [00:02:20.477]➜  mkdir -p $WORK/b434/
2025-08-20T22:59:58.2158604Z [00:02:20.477]➜  cat >/tmp/go-build2180205415/b434/importcfg << 'EOF' # internal
2025-08-20T22:59:58.2160655Z [00:02:20.477]➜  # import config
2025-08-20T22:59:58.2161394Z [00:02:20.477]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:58.2162269Z [00:02:20.477]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.2162964Z [00:02:20.477]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:58.2163799Z [00:02:20.477]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.2164460Z [00:02:20.477]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.2165730Z [00:02:20.477]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build2180205415/b435/_pkg_.a
2025-08-20T22:59:58.2172917Z [00:02:20.477]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build2180205415/b441/_pkg_.a
2025-08-20T22:59:58.2173577Z [00:02:20.477]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build2180205415/b442/_pkg_.a
2025-08-20T22:59:58.2174194Z [00:02:20.477]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2180205415/b438/_pkg_.a
2025-08-20T22:59:58.2174750Z [00:02:20.477]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.2175301Z [00:02:20.477]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.2176009Z [00:02:20.477]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T22:59:58.2176649Z [00:02:20.477]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T22:59:58.2177294Z [00:02:20.477]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2180205415/b384/_pkg_.a
2025-08-20T22:59:58.2177948Z [00:02:20.477]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:58.2178611Z [00:02:20.477]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:58.2179158Z [00:02:20.477]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:58.2179581Z [00:02:20.477]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T22:59:58.2180022Z [00:02:20.477]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T22:59:58.2180456Z [00:02:20.477]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:58.2180890Z [00:02:20.477]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:58.2181318Z [00:02:20.477]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:58.2181735Z [00:02:20.477]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.2182159Z [00:02:20.477]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:58.2182473Z [00:02:20.477]➜  EOF
2025-08-20T22:59:58.2185737Z [00:02:20.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b434/_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/b434=>" -p github.com/googleapis/gax-go/v2 -lang=go1.23 -complete -installsuffix shared -buildid dCXWViESSauUKBlzjihR/dCXWViESSauUKBlzjihR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/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-20T22:59:58.2207930Z [00:02:20.482]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/60/60a759dbb25eaf2c1bbd358ef49c2e807fd946ae0d9d4aaa37a2608a7efa44f1-d # internal
2025-08-20T22:59:58.2214188Z [00:02:20.482]➜  github.com/google/s2a-go/internal/proto/s2a_go_proto
2025-08-20T22:59:58.2217485Z [00:02:20.483]➜  mkdir -p $WORK/b487/
2025-08-20T22:59:58.2225023Z [00:02:20.483]➜  cat >/tmp/go-build2180205415/b487/importcfg << 'EOF' # internal
2025-08-20T22:59:58.2240613Z [00:02:20.484]➜  # import config
2025-08-20T22:59:58.2240991Z [00:02:20.484]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.2241629Z [00:02:20.484]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2180205415/b485/_pkg_.a
2025-08-20T22:59:58.2242266Z [00:02:20.484]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.2242820Z [00:02:20.484]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.2243730Z [00:02:20.484]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T22:59:58.2244384Z [00:02:20.484]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:58.2245088Z [00:02:20.484]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:58.2245638Z [00:02:20.484]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:58.2247387Z [00:02:20.484]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.2247699Z [00:02:20.484]➜  EOF
2025-08-20T22:59:58.2250128Z [00:02:20.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b487/_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/b487=>" -p github.com/google/s2a-go/internal/proto/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid 4XBPUwWwY7f0UVB4R9US/4XBPUwWwY7f0UVB4R9US -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_go_proto/s2a.pb.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/s2a_go_proto/s2a_grpc.pb.go
2025-08-20T22:59:58.2754174Z [00:02:20.536]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T22:59:58.2778214Z [00:02:20.539]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/6b/6bff4ebc6edbf2c07021184cdb861f4b4e941b7c45caa3f4981bfff576fc1adc-d # internal
2025-08-20T22:59:58.2779784Z [00:02:20.539]➜  github.com/google/s2a-go/internal/handshaker/service
2025-08-20T22:59:58.2781122Z [00:02:20.539]➜  mkdir -p $WORK/b489/
2025-08-20T22:59:58.2787996Z [00:02:20.540]➜  cat >/tmp/go-build2180205415/b489/importcfg << 'EOF' # internal
2025-08-20T22:59:58.2789639Z [00:02:20.540]➜  # import config
2025-08-20T22:59:58.2790481Z [00:02:20.540]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.2791716Z [00:02:20.540]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.2792670Z [00:02:20.540]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:58.2806605Z [00:02:20.540]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2180205415/b390/_pkg_.a
2025-08-20T22:59:58.2809479Z [00:02:20.540]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.2810213Z [00:02:20.540]➜  EOF
2025-08-20T22:59:58.2813003Z [00:02:20.540]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b489/_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/b489=>" -p github.com/google/s2a-go/internal/handshaker/service -lang=go1.20 -complete -installsuffix shared -buildid eQ7sPVruH2s6rU0E9eQb/eQ7sPVruH2s6rU0E9eQb -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/handshaker/service/service.go
2025-08-20T22:59:58.3211840Z [00:02:20.582]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T22:59:58.3221617Z [00:02:20.583]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T22:59:58.3239893Z [00:02:20.585]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/a4/a4d998a6f9fce857345bc063bf30962262467903984077a383738cdf2f823278-d # internal
2025-08-20T22:59:58.3249477Z [00:02:20.586]➜  github.com/google/s2a-go/internal/authinfo
2025-08-20T22:59:58.3249966Z [00:02:20.586]➜  mkdir -p $WORK/b484/
2025-08-20T22:59:58.3254906Z [00:02:20.587]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/7a/7a2b0a7b8a428eb2e87116a5ed8fd5115c587f411f08522f64aacd81e48012d3-d # internal
2025-08-20T22:59:58.3264584Z [00:02:20.587]➜  github.com/google/s2a-go/internal/proto/v2/s2a_go_proto
2025-08-20T22:59:58.3264964Z [00:02:20.587]➜  mkdir -p $WORK/b501/
2025-08-20T22:59:58.3270235Z [00:02:20.588]➜  cat >/tmp/go-build2180205415/b484/importcfg << 'EOF' # internal
2025-08-20T22:59:58.3271042Z [00:02:20.588]➜  # import config
2025-08-20T22:59:58.3271391Z [00:02:20.588]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.3272006Z [00:02:20.588]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2180205415/b485/_pkg_.a
2025-08-20T22:59:58.3272783Z [00:02:20.588]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build2180205415/b486/_pkg_.a
2025-08-20T22:59:58.3273533Z [00:02:20.588]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build2180205415/b487/_pkg_.a
2025-08-20T22:59:58.3274208Z [00:02:20.588]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:58.3274634Z [00:02:20.588]➜  EOF
2025-08-20T22:59:58.3276787Z [00:02:20.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b484/_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/b484=>" -p github.com/google/s2a-go/internal/authinfo -lang=go1.20 -complete -installsuffix shared -buildid nIRgh8AtFv4dma9pzVKb/nIRgh8AtFv4dma9pzVKb -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/authinfo/authinfo.go
2025-08-20T22:59:58.3278714Z [00:02:20.588]➜  cat >/tmp/go-build2180205415/b501/importcfg << 'EOF' # internal
2025-08-20T22:59:58.3279058Z [00:02:20.588]➜  # import config
2025-08-20T22:59:58.3279401Z [00:02:20.588]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.3280032Z [00:02:20.588]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build2180205415/b500/_pkg_.a
2025-08-20T22:59:58.3280828Z [00:02:20.588]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build2180205415/b502/_pkg_.a
2025-08-20T22:59:58.3281485Z [00:02:20.588]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.3282048Z [00:02:20.588]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.3282621Z [00:02:20.588]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T22:59:58.3283274Z [00:02:20.588]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:58.3283975Z [00:02:20.588]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:58.3284528Z [00:02:20.588]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:58.3285214Z [00:02:20.588]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.3285583Z [00:02:20.588]➜  EOF
2025-08-20T22:59:58.3288257Z [00:02:20.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b501/_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/b501=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid qCcbnTPDq3KV83TnJq3D/qCcbnTPDq3KV83TnJq3D -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/proto/v2/s2a_go_proto/s2a.pb.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_go_proto/s2a_grpc.pb.go
2025-08-20T22:59:58.3515691Z [00:02:20.613]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T22:59:58.3530383Z [00:02:20.614]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T22:59:58.3532530Z [00:02:20.614]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/b9/b9577bd9c2be9fc7ff9148bc47972a8ec02ee02f18984204d2b9955785021c28-d # internal
2025-08-20T22:59:58.3533101Z [00:02:20.614]➜  cloud.google.com/go/iam
2025-08-20T22:59:58.3533382Z [00:02:20.614]➜  mkdir -p $WORK/b321/
2025-08-20T22:59:58.3537353Z [00:02:20.614]➜  cat >/tmp/go-build2180205415/b321/importcfg << 'EOF' # internal
2025-08-20T22:59:58.3540257Z [00:02:20.614]➜  # import config
2025-08-20T22:59:58.3540952Z [00:02:20.614]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build2180205415/b322/_pkg_.a
2025-08-20T22:59:58.3541777Z [00:02:20.614]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.3542297Z [00:02:20.614]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.3542998Z [00:02:20.614]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2180205415/b434/_pkg_.a
2025-08-20T22:59:58.3544782Z [00:02:20.614]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.3545452Z [00:02:20.614]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.3546172Z [00:02:20.614]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T22:59:58.3546680Z [00:02:20.614]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.3547005Z [00:02:20.614]➜  EOF
2025-08-20T22:59:58.3548655Z [00:02:20.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b321/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2=>cloud.google.com/go/iam@v1.5.2;$WORK/b321=>" -p cloud.google.com/go/iam -lang=go1.23 -complete -installsuffix shared -buildid KYv5P9JWmzgzgjY4N7Nx/KYv5P9JWmzgzgjY4N7Nx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/iam.go
2025-08-20T22:59:58.3550159Z [00:02:20.614]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T22:59:58.3550860Z [00:02:20.615]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/fe/feac26cb3bfdf9f752945424bac2958e298d78af93c57e0bf777fd6e7bcf3c5a-d # internal
2025-08-20T22:59:58.3551509Z [00:02:20.616]➜  cloud.google.com/go/secretmanager/apiv1/secretmanagerpb
2025-08-20T22:59:58.3551853Z [00:02:20.616]➜  mkdir -p $WORK/b443/
2025-08-20T22:59:58.3552228Z [00:02:20.616]➜  cat >/tmp/go-build2180205415/b443/importcfg << 'EOF' # internal
2025-08-20T22:59:58.3552571Z [00:02:20.616]➜  # import config
2025-08-20T22:59:58.3553069Z [00:02:20.616]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build2180205415/b322/_pkg_.a
2025-08-20T22:59:58.3553584Z [00:02:20.616]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.3554230Z [00:02:20.616]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build2180205415/b323/_pkg_.a
2025-08-20T22:59:58.3554871Z [00:02:20.616]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.3563773Z [00:02:20.616]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.3564543Z [00:02:20.616]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T22:59:58.3565207Z [00:02:20.616]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:58.3566125Z [00:02:20.616]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:58.3566900Z [00:02:20.616]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T22:59:58.3567621Z [00:02:20.616]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build2180205415/b444/_pkg_.a
2025-08-20T22:59:58.3568344Z [00:02:20.616]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build2180205415/b433/_pkg_.a
2025-08-20T22:59:58.3569092Z [00:02:20.616]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T22:59:58.3569665Z [00:02:20.616]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:58.3570085Z [00:02:20.616]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.3570393Z [00:02:20.616]➜  EOF
2025-08-20T22:59:58.3573601Z [00:02:20.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b443/_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/b443=>" -p cloud.google.com/go/secretmanager/apiv1/secretmanagerpb -lang=go1.23 -complete -installsuffix shared -buildid I_w3zF5M_k9oPxlJ1ovb/I_w3zF5M_k9oPxlJ1ovb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/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-20T22:59:58.3576748Z [00:02:20.617]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/ab/ab428c68ba9fde37dea763df821e273d061f756bc8200c90b3a282710ecaf52a-d # internal
2025-08-20T22:59:58.3577351Z [00:02:20.617]➜  github.com/google/s2a-go/internal/record
2025-08-20T22:59:58.3577666Z [00:02:20.617]➜  mkdir -p $WORK/b488/
2025-08-20T22:59:58.3578033Z [00:02:20.617]➜  cat >/tmp/go-build2180205415/b488/importcfg << 'EOF' # internal
2025-08-20T22:59:58.3585167Z [00:02:20.617]➜  # import config
2025-08-20T22:59:58.3585542Z [00:02:20.617]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.3586324Z [00:02:20.617]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:58.3586787Z [00:02:20.617]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.3587198Z [00:02:20.617]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.3587802Z [00:02:20.617]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build2180205415/b489/_pkg_.a
2025-08-20T22:59:58.3588553Z [00:02:20.617]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2180205415/b485/_pkg_.a
2025-08-20T22:59:58.3589302Z [00:02:20.617]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build2180205415/b487/_pkg_.a
2025-08-20T22:59:58.3590062Z [00:02:20.617]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build2180205415/b490/_pkg_.a
2025-08-20T22:59:58.3590801Z [00:02:20.617]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build2180205415/b499/_pkg_.a
2025-08-20T22:59:58.3591427Z [00:02:20.617]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.3592001Z [00:02:20.617]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:58.3592754Z [00:02:20.617]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:58.3593259Z [00:02:20.617]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:58.3593673Z [00:02:20.617]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.3594081Z [00:02:20.617]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.3594398Z [00:02:20.617]➜  EOF
2025-08-20T22:59:58.3596772Z [00:02:20.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b488/_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/b488=>" -p github.com/google/s2a-go/internal/record -lang=go1.20 -complete -installsuffix shared -buildid bVN_3bthVvthLdfR90P9/bVN_3bthVvthLdfR90P9 -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/record/record.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/ticketsender.go
2025-08-20T22:59:58.4239323Z [00:02:20.685]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T22:59:58.4261779Z [00:02:20.687]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/74/749cda2921b2259abc16026d9e46762ada66ee6b2d40bb2a1f398306eeebab1a-d # internal
2025-08-20T22:59:58.4267002Z [00:02:20.688]➜  go.opentelemetry.io/otel/internal/global
2025-08-20T22:59:58.4279475Z [00:02:20.688]➜  mkdir -p $WORK/b522/
2025-08-20T22:59:58.4288544Z [00:02:20.690]➜  cat >/tmp/go-build2180205415/b522/importcfg << 'EOF' # internal
2025-08-20T22:59:58.4290554Z [00:02:20.690]➜  # import config
2025-08-20T22:59:58.4290967Z [00:02:20.690]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T22:59:58.4291427Z [00:02:20.690]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.4291855Z [00:02:20.690]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.4292339Z [00:02:20.690]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T22:59:58.4292888Z [00:02:20.690]➜  packagefile github.com/go-logr/stdr=/tmp/go-build2180205415/b523/_pkg_.a
2025-08-20T22:59:58.4293446Z [00:02:20.690]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build2180205415/b525/_pkg_.a
2025-08-20T22:59:58.4294036Z [00:02:20.690]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T22:59:58.4294640Z [00:02:20.690]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2180205415/b527/_pkg_.a
2025-08-20T22:59:58.4295220Z [00:02:20.690]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2180205415/b533/_pkg_.a
2025-08-20T22:59:58.4296057Z [00:02:20.690]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build2180205415/b534/_pkg_.a
2025-08-20T22:59:58.4296767Z [00:02:20.690]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build2180205415/b535/_pkg_.a
2025-08-20T22:59:58.4297368Z [00:02:20.690]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T22:59:58.4297992Z [00:02:20.690]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build2180205415/b530/_pkg_.a
2025-08-20T22:59:58.4298509Z [00:02:20.690]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:58.4298910Z [00:02:20.690]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:58.4299328Z [00:02:20.690]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:58.4299745Z [00:02:20.690]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.4300175Z [00:02:20.690]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:58.4300502Z [00:02:20.690]➜  EOF
2025-08-20T22:59:58.4315435Z [00:02:20.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b522/_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/b522=>" -p go.opentelemetry.io/otel/internal/global -lang=go1.23 -complete -installsuffix shared -buildid eTrER233_GPQqPI7Fviy/eTrER233_GPQqPI7Fviy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b522/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-20T22:59:58.4437757Z [00:02:20.703]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T22:59:58.4444025Z [00:02:20.705]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/4e/4e0da4ec06d653c61b54b974f9dd54119580524ac6cf7a8e7eb17b4cec348a17-d # internal
2025-08-20T22:59:58.4449911Z [00:02:20.706]➜  github.com/google/s2a-go/internal/handshaker
2025-08-20T22:59:58.4450311Z [00:02:20.706]➜  mkdir -p $WORK/b483/
2025-08-20T22:59:58.4461858Z [00:02:20.707]➜  cat >/tmp/go-build2180205415/b483/importcfg << 'EOF' # internal
2025-08-20T22:59:58.4462258Z [00:02:20.707]➜  # import config
2025-08-20T22:59:58.4462616Z [00:02:20.707]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.4463339Z [00:02:20.707]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.4463756Z [00:02:20.707]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.4464306Z [00:02:20.707]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build2180205415/b484/_pkg_.a
2025-08-20T22:59:58.4465025Z [00:02:20.707]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2180205415/b485/_pkg_.a
2025-08-20T22:59:58.4465966Z [00:02:20.707]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build2180205415/b487/_pkg_.a
2025-08-20T22:59:58.4466720Z [00:02:20.707]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build2180205415/b488/_pkg_.a
2025-08-20T22:59:58.4467392Z [00:02:20.707]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build2180205415/b499/_pkg_.a
2025-08-20T22:59:58.4467995Z [00:02:20.707]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.4468553Z [00:02:20.707]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.4469146Z [00:02:20.707]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:58.4469742Z [00:02:20.707]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:58.4470224Z [00:02:20.707]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:58.4470629Z [00:02:20.707]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:58.4471038Z [00:02:20.707]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.4471353Z [00:02:20.707]➜  EOF
2025-08-20T22:59:58.4473393Z [00:02:20.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b483/_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/b483=>" -p github.com/google/s2a-go/internal/handshaker -lang=go1.20 -complete -installsuffix shared -buildid Riigwukj5b57nEuDs3lw/Riigwukj5b57nEuDs3lw -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/internal/handshaker/handshaker.go
2025-08-20T22:59:58.4922736Z [00:02:20.753]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T22:59:58.4992109Z [00:02:20.760]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/9e/9e07a3ad08c95a25ddf32575b54b8b77cccb1172db9f6875668c8c4ebabc4bf2-d # internal
2025-08-20T22:59:58.5022451Z [00:02:20.760]➜  github.com/google/s2a-go/stream
2025-08-20T22:59:58.5022831Z [00:02:20.761]➜  mkdir -p $WORK/b506/
2025-08-20T22:59:58.5023527Z [00:02:20.761]➜  cat >/tmp/go-build2180205415/b506/importcfg << 'EOF' # internal
2025-08-20T22:59:58.5023944Z [00:02:20.761]➜  # import config
2025-08-20T22:59:58.5024290Z [00:02:20.761]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.5024923Z [00:02:20.761]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build2180205415/b501/_pkg_.a
2025-08-20T22:59:58.5025389Z [00:02:20.761]➜  EOF
2025-08-20T22:59:58.5027311Z [00:02:20.763]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b506/_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/b506=>" -p github.com/google/s2a-go/stream -lang=go1.20 -complete -installsuffix shared -buildid V67LuTL32msa4HyEFkTc/V67LuTL32msa4HyEFkTc -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/stream/s2a_stream.go
2025-08-20T22:59:58.5290046Z [00:02:20.790]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T22:59:58.5317135Z [00:02:20.793]➜  go tool buildid -w $WORK/b506/_pkg_.a # internal
2025-08-20T22:59:58.5320054Z [00:02:20.793]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/21/218238c3c06304b3ddd4df0edf246931e528274ccd39039fb9ee2a246cf2ba84-d # internal
2025-08-20T22:59:58.5322150Z [00:02:20.793]➜  cp $WORK/b506/_pkg_.a /root/.cache/go-build/93/93cc43199837b66ba2c7c8d27a8b416baf92ab1b30ce80b662988a6275d2ab97-d # internal
2025-08-20T22:59:58.5326237Z [00:02:20.793]➜  github.com/google/s2a-go/internal/v2/certverifier
2025-08-20T22:59:58.5326939Z [00:02:20.793]➜  mkdir -p $WORK/b505/
2025-08-20T22:59:58.5328153Z [00:02:20.794]➜  cat >/tmp/go-build2180205415/b505/importcfg << 'EOF' # internal
2025-08-20T22:59:58.5328516Z [00:02:20.794]➜  # import config
2025-08-20T22:59:58.5328882Z [00:02:20.794]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:58.5329332Z [00:02:20.794]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.5329931Z [00:02:20.794]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build2180205415/b501/_pkg_.a
2025-08-20T22:59:58.5330597Z [00:02:20.794]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build2180205415/b506/_pkg_.a
2025-08-20T22:59:58.5331181Z [00:02:20.794]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.5331753Z [00:02:20.794]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:58.5332139Z [00:02:20.794]➜  EOF
2025-08-20T22:59:58.5334264Z [00:02:20.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b505/_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/b505=>" -p github.com/google/s2a-go/internal/v2/certverifier -lang=go1.20 -complete -installsuffix shared -buildid SBs1rv1QVMgQIBFqb4pz/SBs1rv1QVMgQIBFqb4pz -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/certverifier/certverifier.go
2025-08-20T22:59:58.5337430Z [00:02:20.795]➜  google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
2025-08-20T22:59:58.5338723Z [00:02:20.795]➜  mkdir -p $WORK/b546/
2025-08-20T22:59:58.5339284Z [00:02:20.795]➜  cat >/tmp/go-build2180205415/b546/importcfg << 'EOF' # internal
2025-08-20T22:59:58.5340516Z [00:02:20.795]➜  # import config
2025-08-20T22:59:58.5341058Z [00:02:20.795]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.5341949Z [00:02:20.795]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.5343043Z [00:02:20.795]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.5343641Z [00:02:20.795]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T22:59:58.5344547Z [00:02:20.795]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:58.5345353Z [00:02:20.795]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:58.5346081Z [00:02:20.795]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:58.5346544Z [00:02:20.795]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.5346856Z [00:02:20.795]➜  EOF
2025-08-20T22:59:58.5350542Z [00:02:20.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b546/_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/b546=>" -p google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp -lang=go1.23 -complete -installsuffix shared -buildid atjAn3RcanwH6AWMulze/atjAn3RcanwH6AWMulze -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b546/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-20T22:59:58.5579396Z [00:02:20.819]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T22:59:58.5615460Z [00:02:20.823]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/02/028ad1758f79fe0541ccd8e317dd85fbb9307540b8984b717c021fadab1c4c72-d # internal
2025-08-20T22:59:58.5617564Z [00:02:20.823]➜  github.com/google/s2a-go/internal/v2/remotesigner
2025-08-20T22:59:58.5648349Z [00:02:20.823]➜  mkdir -p $WORK/b507/
2025-08-20T22:59:58.5649990Z [00:02:20.823]➜  cat >/tmp/go-build2180205415/b507/importcfg << 'EOF' # internal
2025-08-20T22:59:58.5652916Z [00:02:20.823]➜  # import config
2025-08-20T22:59:58.5655880Z [00:02:20.823]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T22:59:58.5656387Z [00:02:20.823]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T22:59:58.5656851Z [00:02:20.823]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:58.5657298Z [00:02:20.826]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.5657899Z [00:02:20.826]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build2180205415/b501/_pkg_.a
2025-08-20T22:59:58.5658561Z [00:02:20.826]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build2180205415/b506/_pkg_.a
2025-08-20T22:59:58.5659132Z [00:02:20.826]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.5659705Z [00:02:20.826]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:58.5660198Z [00:02:20.826]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:58.5660505Z [00:02:20.826]➜  EOF
2025-08-20T22:59:58.5662616Z [00:02:20.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b507/_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/b507=>" -p github.com/google/s2a-go/internal/v2/remotesigner -lang=go1.20 -complete -installsuffix shared -buildid OJMBAXXVycewqAG3cNgM/OJMBAXXVycewqAG3cNgM -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/remotesigner/remotesigner.go
2025-08-20T22:59:58.5878334Z [00:02:20.849]➜  go tool buildid -w $WORK/b505/_pkg_.a # internal
2025-08-20T22:59:58.5888189Z [00:02:20.850]➜  cp $WORK/b505/_pkg_.a /root/.cache/go-build/c0/c07df820811c48c37be1ecabb7fb9ae9c9d25d967c725bd8879e62adea28fde1-d # internal
2025-08-20T22:59:58.5892897Z [00:02:20.850]➜  google.golang.org/grpc/credentials/alts/internal/handshaker/service
2025-08-20T22:59:58.5893388Z [00:02:20.850]➜  mkdir -p $WORK/b548/
2025-08-20T22:59:58.5893768Z [00:02:20.850]➜  cat >/tmp/go-build2180205415/b548/importcfg << 'EOF' # internal
2025-08-20T22:59:58.5894112Z [00:02:20.850]➜  # import config
2025-08-20T22:59:58.5894651Z [00:02:20.850]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.5895279Z [00:02:20.850]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2180205415/b390/_pkg_.a
2025-08-20T22:59:58.5896023Z [00:02:20.850]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2180205415/b371/_pkg_.a
2025-08-20T22:59:58.5896709Z [00:02:20.850]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build2180205415/b423/_pkg_.a
2025-08-20T22:59:58.5897210Z [00:02:20.850]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.5900100Z [00:02:20.851]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.5900968Z [00:02:20.851]➜  EOF
2025-08-20T22:59:58.5903940Z [00:02:20.851]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b548/_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/b548=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker/service -lang=go1.23 -complete -installsuffix shared -buildid hfKsAMeOwxskAPObl6ZA/hfKsAMeOwxskAPObl6ZA -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/handshaker/service/service.go
2025-08-20T22:59:58.5981829Z [00:02:20.859]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T22:59:58.5984121Z [00:02:20.859]➜  go tool buildid -w $WORK/b507/_pkg_.a # internal
2025-08-20T22:59:58.6001030Z [00:02:20.861]➜  cp $WORK/b507/_pkg_.a /root/.cache/go-build/3f/3ff00567f127a249b21faae450758db0c4fffd0b00c3dedd8b84499cb0b78b54-d # internal
2025-08-20T22:59:58.6002424Z [00:02:20.861]➜  github.com/google/s2a-go/internal/v2/tlsconfigstore
2025-08-20T22:59:58.6003076Z [00:02:20.861]➜  mkdir -p $WORK/b504/
2025-08-20T22:59:58.6011470Z [00:02:20.862]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/63/63d8214471aa64fbebdcbf1c8edbd9e59b77e9050416a0497f3b0d681e9f83b5-d # internal
2025-08-20T22:59:58.6032603Z [00:02:20.864]➜  go.opentelemetry.io/otel
2025-08-20T22:59:58.6033418Z [00:02:20.864]➜  mkdir -p $WORK/b521/
2025-08-20T22:59:58.6034105Z [00:02:20.864]➜  cat >/tmp/go-build2180205415/b504/importcfg << 'EOF' # internal
2025-08-20T22:59:58.6042417Z [00:02:20.864]➜  # import config
2025-08-20T22:59:58.6043043Z [00:02:20.864]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:58.6043571Z [00:02:20.864]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:58.6044041Z [00:02:20.864]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T22:59:58.6044509Z [00:02:20.864]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.6044925Z [00:02:20.864]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.6045535Z [00:02:20.864]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build2180205415/b500/_pkg_.a
2025-08-20T22:59:58.6046455Z [00:02:20.864]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build2180205415/b501/_pkg_.a
2025-08-20T22:59:58.6047179Z [00:02:20.864]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build2180205415/b499/_pkg_.a
2025-08-20T22:59:58.6047883Z [00:02:20.864]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build2180205415/b505/_pkg_.a
2025-08-20T22:59:58.6048599Z [00:02:20.864]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build2180205415/b507/_pkg_.a
2025-08-20T22:59:58.6049484Z [00:02:20.864]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build2180205415/b506/_pkg_.a
2025-08-20T22:59:58.6050138Z [00:02:20.864]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.6050712Z [00:02:20.864]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:58.6051105Z [00:02:20.864]➜  EOF
2025-08-20T22:59:58.6053311Z [00:02:20.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b504/_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/b504=>" -p github.com/google/s2a-go/internal/v2/tlsconfigstore -lang=go1.20 -complete -installsuffix shared -buildid czeS24BHZkYKh8J3R4vB/czeS24BHZkYKh8J3R4vB -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/v2/tlsconfigstore/tlsconfigstore.go
2025-08-20T22:59:58.6055294Z [00:02:20.865]➜  cat >/tmp/go-build2180205415/b521/importcfg << 'EOF' # internal
2025-08-20T22:59:58.6056571Z [00:02:20.865]➜  # import config
2025-08-20T22:59:58.6057205Z [00:02:20.865]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T22:59:58.6058221Z [00:02:20.865]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build2180205415/b522/_pkg_.a
2025-08-20T22:59:58.6059470Z [00:02:20.865]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2180205415/b533/_pkg_.a
2025-08-20T22:59:58.6063271Z [00:02:20.865]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build2180205415/b535/_pkg_.a
2025-08-20T22:59:58.6068931Z [00:02:20.865]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T22:59:58.6069909Z [00:02:20.865]➜  EOF
2025-08-20T22:59:58.6076058Z [00:02:20.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b521/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0=>go.opentelemetry.io/otel@v1.36.0;$WORK/b521=>" -p go.opentelemetry.io/otel -lang=go1.23 -complete -installsuffix shared -buildid DcilDO-7wBo_SlmTwWjg/DcilDO-7wBo_SlmTwWjg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b521/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-20T22:59:58.6321633Z [00:02:20.893]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T22:59:58.6326584Z [00:02:20.894]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/8e/8eb80bf63ea86f025c8d7bf63e3c8995d3dce1bc21c4711aa6d503ca4efdd436-d # internal
2025-08-20T22:59:58.6328281Z [00:02:20.894]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
2025-08-20T22:59:58.6348514Z [00:02:20.894]➜  mkdir -p $WORK/b516/
2025-08-20T22:59:58.6348938Z [00:02:20.894]➜  cat >/tmp/go-build2180205415/b516/importcfg << 'EOF' # internal
2025-08-20T22:59:58.6349292Z [00:02:20.894]➜  # import config
2025-08-20T22:59:58.6349667Z [00:02:20.894]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.6350096Z [00:02:20.894]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.6350840Z [00:02:20.894]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build2180205415/b517/_pkg_.a
2025-08-20T22:59:58.6351596Z [00:02:20.894]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2180205415/b521/_pkg_.a
2025-08-20T22:59:58.6352179Z [00:02:20.894]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T22:59:58.6352786Z [00:02:20.894]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build2180205415/b536/_pkg_.a
2025-08-20T22:59:58.6353680Z [00:02:20.894]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2180205415/b527/_pkg_.a
2025-08-20T22:59:58.6354357Z [00:02:20.894]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2180205415/b533/_pkg_.a
2025-08-20T22:59:58.6354979Z [00:02:20.894]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build2180205415/b538/_pkg_.a
2025-08-20T22:59:58.6355603Z [00:02:20.894]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build2180205415/b535/_pkg_.a
2025-08-20T22:59:58.6356513Z [00:02:20.894]➜  packagefile go.opentelemetry.io/otel/semconv/v1.30.0=/tmp/go-build2180205415/b520/_pkg_.a
2025-08-20T22:59:58.6357135Z [00:02:20.894]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T22:59:58.6357692Z [00:02:20.894]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.6358240Z [00:02:20.894]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.6358829Z [00:02:20.894]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T22:59:58.6359441Z [00:02:20.894]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build2180205415/b424/_pkg_.a
2025-08-20T22:59:58.6360356Z [00:02:20.894]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2180205415/b375/_pkg_.a
2025-08-20T22:59:58.6360929Z [00:02:20.894]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T22:59:58.6361520Z [00:02:20.894]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:58.6362009Z [00:02:20.894]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:58.6362409Z [00:02:20.894]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:58.6362825Z [00:02:20.894]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:58.6363276Z [00:02:20.894]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:58.6363709Z [00:02:20.894]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.6364014Z [00:02:20.894]➜  EOF
2025-08-20T22:59:58.6378380Z [00:02:20.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b516/_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/b516=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc -lang=go1.23 -complete -installsuffix shared -buildid _lt8tWnTKZqE4k9xo7IQ/_lt8tWnTKZqE4k9xo7IQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b516/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-20T22:59:58.6383181Z [00:02:20.898]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T22:59:58.6406055Z [00:02:20.900]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/0a/0a1601fd0531139480e4e8688bfc82d84fc7aab0f8d7fe7e6a31be963f39783e-d # internal
2025-08-20T22:59:58.6406742Z [00:02:20.900]➜  google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
2025-08-20T22:59:58.6407080Z [00:02:20.900]➜  mkdir -p $WORK/b553/
2025-08-20T22:59:58.6407668Z [00:02:20.900]➜  cat >/tmp/go-build2180205415/b553/importcfg << 'EOF' # internal
2025-08-20T22:59:58.6408099Z [00:02:20.900]➜  # import config
2025-08-20T22:59:58.6408437Z [00:02:20.900]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.6408923Z [00:02:20.900]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.6409482Z [00:02:20.900]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.6410052Z [00:02:20.900]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T22:59:58.6410706Z [00:02:20.900]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:58.6411406Z [00:02:20.900]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:58.6412115Z [00:02:20.900]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T22:59:58.6412855Z [00:02:20.900]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T22:59:58.6413425Z [00:02:20.900]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:58.6413845Z [00:02:20.900]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.6414393Z [00:02:20.900]➜  EOF
2025-08-20T22:59:58.6417366Z [00:02:20.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b553/_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/b553=>" -p google.golang.org/grpc/balancer/grpclb/grpc_lb_v1 -lang=go1.23 -complete -installsuffix shared -buildid 4xRWJuSmfHSm31pktxeA/4xRWJuSmfHSm31pktxeA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b553/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-20T22:59:58.6773419Z [00:02:20.937]➜  go tool buildid -w $WORK/b504/_pkg_.a # internal
2025-08-20T22:59:58.6787661Z [00:02:20.938]➜  cp $WORK/b504/_pkg_.a /root/.cache/go-build/c1/c15cc30d365eecfef2bdf9ee76f44c60401ca1a94d33bfb6247bc1c6bc7e2bcb-d # internal
2025-08-20T22:59:58.6788338Z [00:02:20.939]➜  github.com/google/s2a-go/internal/v2
2025-08-20T22:59:58.6788652Z [00:02:20.939]➜  mkdir -p $WORK/b503/
2025-08-20T22:59:58.6789028Z [00:02:20.939]➜  cat >/tmp/go-build2180205415/b503/importcfg << 'EOF' # internal
2025-08-20T22:59:58.6789369Z [00:02:20.939]➜  # import config
2025-08-20T22:59:58.6789714Z [00:02:20.939]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.6790162Z [00:02:20.939]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:58.6790596Z [00:02:20.939]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.6791410Z [00:02:20.939]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build2180205415/b482/_pkg_.a
2025-08-20T22:59:58.6792198Z [00:02:20.939]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build2180205415/b489/_pkg_.a
2025-08-20T22:59:58.6792966Z [00:02:20.939]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build2180205415/b500/_pkg_.a
2025-08-20T22:59:58.6793739Z [00:02:20.939]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build2180205415/b501/_pkg_.a
2025-08-20T22:59:58.6794459Z [00:02:20.939]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build2180205415/b499/_pkg_.a
2025-08-20T22:59:58.6795174Z [00:02:20.939]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build2180205415/b504/_pkg_.a
2025-08-20T22:59:58.6795942Z [00:02:20.939]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build2180205415/b508/_pkg_.a
2025-08-20T22:59:58.6798352Z [00:02:20.939]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build2180205415/b506/_pkg_.a
2025-08-20T22:59:58.6798916Z [00:02:20.939]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.6799491Z [00:02:20.939]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:58.6800362Z [00:02:20.939]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:58.6800950Z [00:02:20.939]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:58.6801549Z [00:02:20.939]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:58.6802010Z [00:02:20.939]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:58.6802417Z [00:02:20.939]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.6802726Z [00:02:20.939]➜  EOF
2025-08-20T22:59:58.6804591Z [00:02:20.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b503/_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/b503=>" -p github.com/google/s2a-go/internal/v2 -lang=go1.20 -complete -installsuffix shared -buildid Ted-srYi2ii7rLTGpZ4G/Ted-srYi2ii7rLTGpZ4G -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/v2/s2av2.go
2025-08-20T22:59:58.7062172Z [00:02:20.967]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T22:59:58.7182100Z [00:02:20.979]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/80/809e53d06318ee7ae0d3415b3b2360334400939fb5c269200a564faf4fea5579-d # internal
2025-08-20T22:59:58.7192099Z [00:02:20.979]➜  google.golang.org/grpc/credentials/alts/internal/authinfo
2025-08-20T22:59:58.7192499Z [00:02:20.979]➜  mkdir -p $WORK/b545/
2025-08-20T22:59:58.7192883Z [00:02:20.980]➜  cat >/tmp/go-build2180205415/b545/importcfg << 'EOF' # internal
2025-08-20T22:59:58.7193228Z [00:02:20.980]➜  # import config
2025-08-20T22:59:58.7193708Z [00:02:20.980]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:58.7194452Z [00:02:20.980]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build2180205415/b546/_pkg_.a
2025-08-20T22:59:58.7194974Z [00:02:20.980]➜  EOF
2025-08-20T22:59:58.7224303Z [00:02:20.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b545/_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/b545=>" -p google.golang.org/grpc/credentials/alts/internal/authinfo -lang=go1.23 -complete -installsuffix shared -buildid _u-bFTOeEgWRAZcPgAb3/_u-bFTOeEgWRAZcPgAb3 -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/authinfo/authinfo.go
2025-08-20T22:59:58.7524162Z [00:02:21.013]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T22:59:58.7551018Z [00:02:21.016]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/44/446858ee2bedc87270fb3bf1b469c346a6bb09aea385335b7a8d3eb410ed80fc-d # internal
2025-08-20T22:59:58.7552610Z [00:02:21.016]➜  github.com/felixge/httpsnoop
2025-08-20T22:59:58.7552923Z [00:02:21.016]➜  mkdir -p $WORK/b558/
2025-08-20T22:59:58.7555176Z [00:02:21.017]➜  cat >/tmp/go-build2180205415/b558/importcfg << 'EOF' # internal
2025-08-20T22:59:58.7555695Z [00:02:21.017]➜  # import config
2025-08-20T22:59:58.7556403Z [00:02:21.017]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:58.7556843Z [00:02:21.017]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:58.7557262Z [00:02:21.017]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:58.7557808Z [00:02:21.017]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:58.7558352Z [00:02:21.017]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.7558777Z [00:02:21.017]➜  EOF
2025-08-20T22:59:58.7561269Z [00:02:21.017]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b558/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4=>github.com/felixge/httpsnoop@v1.0.4;$WORK/b558=>" -p github.com/felixge/httpsnoop -lang=go1.13 -complete -installsuffix shared -buildid VmeapeKR4432o3CkZe9m/VmeapeKR4432o3CkZe9m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack /root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4/capture_metrics.go /root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4/docs.go /root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4/wrap_generated_gteq_1.8.go
2025-08-20T22:59:58.7580535Z [00:02:21.019]➜  go tool buildid -w $WORK/b503/_pkg_.a # internal
2025-08-20T22:59:58.7596222Z [00:02:21.021]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T22:59:58.7601861Z [00:02:21.021]➜  cp $WORK/b503/_pkg_.a /root/.cache/go-build/91/913865a1f9b67a4c7128ac6f3b78aa2259cb9a72425b356d144061fcef73f547-d # internal
2025-08-20T22:59:58.7603511Z [00:02:21.021]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/ed/ed6c3d4aef0b86c40b72695c8246e8b17a107f082fa9cfc05f80ab47b83301f9-d # internal
2025-08-20T22:59:58.7608670Z [00:02:21.021]➜  google.golang.org/grpc/credentials/alts/internal/handshaker
2025-08-20T22:59:58.7609080Z [00:02:21.021]➜  mkdir -p $WORK/b543/
2025-08-20T22:59:58.7609357Z [00:02:21.022]➜  github.com/google/s2a-go
2025-08-20T22:59:58.7609634Z [00:02:21.022]➜  mkdir -p $WORK/b481/
2025-08-20T22:59:58.7610004Z [00:02:21.022]➜  cat >/tmp/go-build2180205415/b543/importcfg << 'EOF' # internal
2025-08-20T22:59:58.7610347Z [00:02:21.022]➜  # import config
2025-08-20T22:59:58.7610686Z [00:02:21.022]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.7611116Z [00:02:21.022]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.7611528Z [00:02:21.022]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.7612042Z [00:02:21.022]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build2180205415/b544/_pkg_.a
2025-08-20T22:59:58.7612588Z [00:02:21.022]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.7613140Z [00:02:21.022]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.7613739Z [00:02:21.022]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:58.7614412Z [00:02:21.022]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build2180205415/b542/_pkg_.a
2025-08-20T22:59:58.7615176Z [00:02:21.022]➜  packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/tmp/go-build2180205415/b545/_pkg_.a
2025-08-20T22:59:58.7616095Z [00:02:21.022]➜  packagefile google.golang.org/grpc/credentials/alts/internal/conn=/tmp/go-build2180205415/b547/_pkg_.a
2025-08-20T22:59:58.7616959Z [00:02:21.022]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build2180205415/b546/_pkg_.a
2025-08-20T22:59:58.7617956Z [00:02:21.022]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2180205415/b371/_pkg_.a
2025-08-20T22:59:58.7618555Z [00:02:21.022]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:58.7618958Z [00:02:21.022]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:58.7619374Z [00:02:21.022]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.7619682Z [00:02:21.022]➜  EOF
2025-08-20T22:59:58.7621988Z [00:02:21.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b543/_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/b543=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker -lang=go1.23 -complete -installsuffix shared -buildid wXziuuqzTgWIS-sIFCP2/wXziuuqzTgWIS-sIFCP2 -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/internal/handshaker/handshaker.go
2025-08-20T22:59:58.7626333Z [00:02:21.023]➜  cat >/tmp/go-build2180205415/b481/importcfg << 'EOF' # internal
2025-08-20T22:59:58.7626688Z [00:02:21.023]➜  # import config
2025-08-20T22:59:58.7627300Z [00:02:21.023]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.7627746Z [00:02:21.023]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:58.7628184Z [00:02:21.023]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.7628593Z [00:02:21.023]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.7629105Z [00:02:21.023]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build2180205415/b482/_pkg_.a
2025-08-20T22:59:58.7629748Z [00:02:21.023]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build2180205415/b483/_pkg_.a
2025-08-20T22:59:58.7630476Z [00:02:21.023]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build2180205415/b489/_pkg_.a
2025-08-20T22:59:58.7631229Z [00:02:21.023]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2180205415/b485/_pkg_.a
2025-08-20T22:59:58.7631992Z [00:02:21.023]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build2180205415/b500/_pkg_.a
2025-08-20T22:59:58.7632760Z [00:02:21.024]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build2180205415/b501/_pkg_.a
2025-08-20T22:59:58.7633477Z [00:02:21.024]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build2180205415/b499/_pkg_.a
2025-08-20T22:59:58.7634128Z [00:02:21.024]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build2180205415/b503/_pkg_.a
2025-08-20T22:59:58.7634718Z [00:02:21.024]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build2180205415/b508/_pkg_.a
2025-08-20T22:59:58.7635302Z [00:02:21.024]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build2180205415/b506/_pkg_.a
2025-08-20T22:59:58.7636058Z [00:02:21.024]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:58.7636714Z [00:02:21.024]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:58.7637299Z [00:02:21.024]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build2180205415/b424/_pkg_.a
2025-08-20T22:59:58.7637877Z [00:02:21.024]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:58.7638369Z [00:02:21.024]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:58.7638773Z [00:02:21.024]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.7639181Z [00:02:21.024]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.7639485Z [00:02:21.024]➜  EOF
2025-08-20T22:59:58.7641807Z [00:02:21.024]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b481/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9=>github.com/google/s2a-go@v0.1.9;$WORK/b481=>" -p github.com/google/s2a-go -lang=go1.20 -complete -installsuffix shared -buildid nZWqS5W3YGautzY1VMJU/nZWqS5W3YGautzY1VMJU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/s2a.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/s2a_options.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/s2a_utils.go
2025-08-20T22:59:58.7647137Z [00:02:21.026]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T22:59:58.7677390Z [00:02:21.029]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/45/455ed6154c2aee87e6c4b43344e7cfdadcfd7a4744019027884e94ffd89a9775-d # internal
2025-08-20T22:59:58.7682385Z [00:02:21.029]➜  google.golang.org/grpc/balancer/grpclb
2025-08-20T22:59:58.7686076Z [00:02:21.029]➜  mkdir -p $WORK/b552/
2025-08-20T22:59:58.7686486Z [00:02:21.030]➜  cat >/tmp/go-build2180205415/b552/importcfg << 'EOF' # internal
2025-08-20T22:59:58.7686858Z [00:02:21.030]➜  # import config
2025-08-20T22:59:58.7687204Z [00:02:21.030]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.7687663Z [00:02:21.030]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:58.7688110Z [00:02:21.030]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.7688866Z [00:02:21.030]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.7689346Z [00:02:21.030]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.7689915Z [00:02:21.030]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T22:59:58.7690527Z [00:02:21.030]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2180205415/b378/_pkg_.a
2025-08-20T22:59:58.7691203Z [00:02:21.030]➜  packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/tmp/go-build2180205415/b553/_pkg_.a
2025-08-20T22:59:58.7691915Z [00:02:21.030]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build2180205415/b431/_pkg_.a
2025-08-20T22:59:58.7692592Z [00:02:21.030]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build2180205415/b379/_pkg_.a
2025-08-20T22:59:58.7698712Z [00:02:21.031]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build2180205415/b387/_pkg_.a
2025-08-20T22:59:58.7699387Z [00:02:21.031]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.7699986Z [00:02:21.031]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T22:59:58.7700601Z [00:02:21.031]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:58.7701250Z [00:02:21.031]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2180205415/b390/_pkg_.a
2025-08-20T22:59:58.7701881Z [00:02:21.031]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:58.7702477Z [00:02:21.031]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T22:59:58.7703095Z [00:02:21.031]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2180205415/b395/_pkg_.a
2025-08-20T22:59:58.7703739Z [00:02:21.031]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T22:59:58.7704401Z [00:02:21.031]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build2180205415/b408/_pkg_.a
2025-08-20T22:59:58.7705049Z [00:02:21.031]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T22:59:58.7705713Z [00:02:21.031]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build2180205415/b430/_pkg_.a
2025-08-20T22:59:58.7709365Z [00:02:21.031]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build2180205415/b423/_pkg_.a
2025-08-20T22:59:58.7710340Z [00:02:21.031]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T22:59:58.7710990Z [00:02:21.031]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T22:59:58.7711615Z [00:02:21.031]➜  packagefile google.golang.org/grpc/resolver/manual=/tmp/go-build2180205415/b554/_pkg_.a
2025-08-20T22:59:58.7712256Z [00:02:21.031]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T22:59:58.7712878Z [00:02:21.031]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T22:59:58.7713466Z [00:02:21.031]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:58.7714138Z [00:02:21.031]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T22:59:58.7714873Z [00:02:21.031]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T22:59:58.7715441Z [00:02:21.031]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:58.7716067Z [00:02:21.031]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T22:59:58.7716563Z [00:02:21.031]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:58.7716977Z [00:02:21.031]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.7717717Z [00:02:21.031]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:58.7718151Z [00:02:21.031]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.7718461Z [00:02:21.031]➜  EOF
2025-08-20T22:59:58.7721576Z [00:02:21.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b552/_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/b552=>" -p google.golang.org/grpc/balancer/grpclb -lang=go1.23 -complete -installsuffix shared -buildid _z0vX-AgLts-Z6dPBhTX/_z0vX-AgLts-Z6dPBhTX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b552/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-20T22:59:58.8395150Z [00:02:21.101]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T22:59:58.8420178Z [00:02:21.103]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/fe/fe5820ba3206cd01005ea756a620e937a5c624a8f5f199ed131d5af5c95b7aab-d # internal
2025-08-20T22:59:58.8422662Z [00:02:21.103]➜  google.golang.org/grpc/credentials/alts
2025-08-20T22:59:58.8423015Z [00:02:21.103]➜  mkdir -p $WORK/b541/
2025-08-20T22:59:58.8432895Z [00:02:21.104]➜  cat >/tmp/go-build2180205415/b541/importcfg << 'EOF' # internal
2025-08-20T22:59:58.8433323Z [00:02:21.104]➜  # import config
2025-08-20T22:59:58.8433679Z [00:02:21.104]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.8434113Z [00:02:21.104]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.8434541Z [00:02:21.104]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.8435501Z [00:02:21.104]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.8436824Z [00:02:21.104]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:58.8437547Z [00:02:21.104]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build2180205415/b542/_pkg_.a
2025-08-20T22:59:58.8438333Z [00:02:21.104]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=/tmp/go-build2180205415/b543/_pkg_.a
2025-08-20T22:59:58.8439482Z [00:02:21.104]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/tmp/go-build2180205415/b548/_pkg_.a
2025-08-20T22:59:58.8440420Z [00:02:21.104]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build2180205415/b546/_pkg_.a
2025-08-20T22:59:58.8441130Z [00:02:21.104]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:58.8441786Z [00:02:21.104]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build2180205415/b549/_pkg_.a
2025-08-20T22:59:58.8442409Z [00:02:21.104]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build2180205415/b424/_pkg_.a
2025-08-20T22:59:58.8442996Z [00:02:21.104]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T22:59:58.8443482Z [00:02:21.104]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:58.8443916Z [00:02:21.105]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:58.8444333Z [00:02:21.105]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.8444759Z [00:02:21.105]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.8445067Z [00:02:21.105]➜  EOF
2025-08-20T22:59:58.8447401Z [00:02:21.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b541/_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/b541=>" -p google.golang.org/grpc/credentials/alts -lang=go1.23 -complete -installsuffix shared -buildid HfW6WMx8hxx2X4gGF-tp/HfW6WMx8hxx2X4gGF-tp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b541/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-20T22:59:58.8819364Z [00:02:21.143]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T22:59:58.8873567Z [00:02:21.148]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/6b/6b6bf5131a7e23d1d0393dd86714b9005e3bea13b082d4be11852578d1bd2fee-d # internal
2025-08-20T22:59:58.8879003Z [00:02:21.149]➜  google.golang.org/api/internal
2025-08-20T22:59:58.8879388Z [00:02:21.149]➜  mkdir -p $WORK/b466/
2025-08-20T22:59:58.8884093Z [00:02:21.150]➜  cat >/tmp/go-build2180205415/b466/importcfg << 'EOF' # internal
2025-08-20T22:59:58.8884738Z [00:02:21.150]➜  # import config
2025-08-20T22:59:58.8885172Z [00:02:21.150]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T22:59:58.8885863Z [00:02:21.150]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build2180205415/b467/_pkg_.a
2025-08-20T22:59:58.8886558Z [00:02:21.150]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build2180205415/b480/_pkg_.a
2025-08-20T22:59:58.8891248Z [00:02:21.150]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2180205415/b454/_pkg_.a
2025-08-20T22:59:58.8891913Z [00:02:21.150]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.8892359Z [00:02:21.150]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:58.8892836Z [00:02:21.150]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:58.8893283Z [00:02:21.150]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.8893700Z [00:02:21.150]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.8894190Z [00:02:21.150]➜  packagefile github.com/google/s2a-go=/tmp/go-build2180205415/b481/_pkg_.a
2025-08-20T22:59:58.8894716Z [00:02:21.150]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T22:59:58.8895254Z [00:02:21.150]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2180205415/b458/_pkg_.a
2025-08-20T22:59:58.8895945Z [00:02:21.150]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build2180205415/b509/_pkg_.a
2025-08-20T22:59:58.8896655Z [00:02:21.150]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build2180205415/b510/_pkg_.a
2025-08-20T22:59:58.8897609Z [00:02:21.150]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.8898266Z [00:02:21.150]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:58.8898768Z [00:02:21.150]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:58.8899186Z [00:02:21.150]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:58.8899615Z [00:02:21.150]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:58.8900034Z [00:02:21.150]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:58.8900463Z [00:02:21.150]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:58.8900868Z [00:02:21.150]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:58.8901278Z [00:02:21.150]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:58.8901703Z [00:02:21.150]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:58.8902131Z [00:02:21.150]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.8902540Z [00:02:21.150]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.8902846Z [00:02:21.150]➜  EOF
2025-08-20T22:59:58.8918488Z [00:02:21.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b466/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/internal=>google.golang.org/api@v0.243.0/internal;$WORK/b466=>" -p google.golang.org/api/internal -lang=go1.23 -complete -installsuffix shared -buildid BI6fjAKs8-ySPMOTAcsL/BI6fjAKs8-ySPMOTAcsL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b466/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-20T22:59:58.9023947Z [00:02:21.163]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
2025-08-20T22:59:58.9047604Z [00:02:21.166]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/5f/5fad6429d249a68dd448f1c6dec07f43d9326177e703800d32dbc36b99df65cc-d # internal
2025-08-20T22:59:58.9050845Z [00:02:21.166]➜  cloud.google.com/go/auth/internal/transport
2025-08-20T22:59:58.9051208Z [00:02:21.166]➜  mkdir -p $WORK/b515/
2025-08-20T22:59:58.9054756Z [00:02:21.167]➜  cat >/tmp/go-build2180205415/b515/importcfg << 'EOF' # internal
2025-08-20T22:59:58.9055254Z [00:02:21.167]➜  # import config
2025-08-20T22:59:58.9056194Z [00:02:21.167]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build2180205415/b467/_pkg_.a
2025-08-20T22:59:58.9056898Z [00:02:21.167]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2180205415/b453/_pkg_.a
2025-08-20T22:59:58.9057994Z [00:02:21.167]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build2180205415/b472/_pkg_.a
2025-08-20T22:59:58.9058753Z [00:02:21.167]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2180205415/b454/_pkg_.a
2025-08-20T22:59:58.9059283Z [00:02:21.167]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.9059732Z [00:02:21.167]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:58.9060199Z [00:02:21.167]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T22:59:58.9060666Z [00:02:21.167]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:58.9061111Z [00:02:21.167]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.9061535Z [00:02:21.167]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.9062019Z [00:02:21.167]➜  packagefile github.com/google/s2a-go=/tmp/go-build2180205415/b481/_pkg_.a
2025-08-20T22:59:58.9062602Z [00:02:21.167]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:58.9063445Z [00:02:21.167]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:58.9063954Z [00:02:21.167]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:58.9064375Z [00:02:21.167]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:58.9064807Z [00:02:21.167]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:58.9065239Z [00:02:21.167]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:58.9065649Z [00:02:21.167]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:58.9066297Z [00:02:21.167]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:58.9066729Z [00:02:21.167]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:58.9067147Z [00:02:21.167]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.9067560Z [00:02:21.167]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.9067879Z [00:02:21.167]➜  EOF
2025-08-20T22:59:58.9070450Z [00:02:21.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b515/_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/b515=>" -p cloud.google.com/go/auth/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid m4bQWIRtyWJyz3Awrn8W/m4bQWIRtyWJyz3Awrn8W -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/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-20T22:59:58.9176926Z [00:02:21.177]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T22:59:58.9177794Z [00:02:21.179]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/58/58cff43fdd30931390f1944d2cf2cccc5f1a9f651b5d9c834b4f6038002a450f-d # internal
2025-08-20T22:59:58.9178566Z [00:02:21.179]➜  google.golang.org/grpc/credentials/google
2025-08-20T22:59:58.9178921Z [00:02:21.179]➜  mkdir -p $WORK/b540/
2025-08-20T22:59:58.9181059Z [00:02:21.179]➜  cat >/tmp/go-build2180205415/b540/importcfg << 'EOF' # internal
2025-08-20T22:59:58.9182644Z [00:02:21.179]➜  # import config
2025-08-20T22:59:58.9183267Z [00:02:21.179]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.9183716Z [00:02:21.179]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.9184242Z [00:02:21.179]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:58.9184881Z [00:02:21.179]➜  packagefile google.golang.org/grpc/credentials/alts=/tmp/go-build2180205415/b541/_pkg_.a
2025-08-20T22:59:58.9185535Z [00:02:21.179]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build2180205415/b550/_pkg_.a
2025-08-20T22:59:58.9186257Z [00:02:21.179]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T22:59:58.9186865Z [00:02:21.179]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T22:59:58.9187471Z [00:02:21.179]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build2180205415/b551/_pkg_.a
2025-08-20T22:59:58.9187989Z [00:02:21.179]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:58.9188411Z [00:02:21.179]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:58.9188838Z [00:02:21.179]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:58.9189152Z [00:02:21.179]➜  EOF
2025-08-20T22:59:58.9191708Z [00:02:21.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b540/_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/b540=>" -p google.golang.org/grpc/credentials/google -lang=go1.23 -complete -installsuffix shared -buildid EPotnuS-Q564aLNBOa-H/EPotnuS-Q564aLNBOa-H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b540/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-20T22:59:58.9213523Z [00:02:21.182]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T22:59:58.9257100Z [00:02:21.186]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/03/034e126c6d5bc28bd6cefddb6655ae9806c5bddda053305c02c9f160acd8477c-d # internal
2025-08-20T22:59:58.9257896Z [00:02:21.186]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request
2025-08-20T22:59:58.9258464Z [00:02:21.187]➜  mkdir -p $WORK/b559/
2025-08-20T22:59:58.9262626Z [00:02:21.187]➜  cat >/tmp/go-build2180205415/b559/importcfg << 'EOF' # internal
2025-08-20T22:59:58.9263070Z [00:02:21.187]➜  # import config
2025-08-20T22:59:58.9263411Z [00:02:21.187]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:58.9263859Z [00:02:21.187]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:58.9264290Z [00:02:21.187]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.9264601Z [00:02:21.187]➜  EOF
2025-08-20T22:59:58.9268274Z [00:02:21.187]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b559/_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/b559=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request -lang=go1.23 -complete -installsuffix shared -buildid tO7Cxw13OtQ67ut44KPA/tO7Cxw13OtQ67ut44KPA -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/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-20T22:59:58.9483966Z [00:02:21.209]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
2025-08-20T22:59:58.9490973Z [00:02:21.210]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T22:59:58.9497448Z [00:02:21.211]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/89/892d0615f680067364e077a8ea1ccdbc20bed0e32ee1d53562d04cdb698a8291-d # internal
2025-08-20T22:59:58.9502427Z [00:02:21.211]➜  go.opentelemetry.io/otel/semconv/v1.20.0
2025-08-20T22:59:58.9502771Z [00:02:21.211]➜  mkdir -p $WORK/b562/
2025-08-20T22:59:58.9503157Z [00:02:21.211]➜  cat >/tmp/go-build2180205415/b562/importcfg << 'EOF' # internal
2025-08-20T22:59:58.9503507Z [00:02:21.211]➜  # import config
2025-08-20T22:59:58.9503952Z [00:02:21.211]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T22:59:58.9504361Z [00:02:21.211]➜  EOF
2025-08-20T22:59:58.9521886Z [00:02:21.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b562/_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/b562=>" -p go.opentelemetry.io/otel/semconv/v1.20.0 -lang=go1.23 -complete -installsuffix shared -buildid JgG6E2ecfSe5W7YScfLA/JgG6E2ecfSe5W7YScfLA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b562/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-20T22:59:58.9534473Z [00:02:21.214]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/ec/ec1a08934e76416152b607cc22914fe31346476c135189d237c3ccf33d114cea-d # internal
2025-08-20T22:59:58.9535145Z [00:02:21.214]➜  google.golang.org/api/googleapi/transport
2025-08-20T22:59:58.9535483Z [00:02:21.214]➜  mkdir -p $WORK/b563/
2025-08-20T22:59:58.9539236Z [00:02:21.214]➜  cat >/tmp/go-build2180205415/b563/importcfg << 'EOF' # internal
2025-08-20T22:59:58.9539656Z [00:02:21.214]➜  # import config
2025-08-20T22:59:58.9539994Z [00:02:21.214]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.9540426Z [00:02:21.214]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:58.9540749Z [00:02:21.214]➜  EOF
2025-08-20T22:59:58.9562177Z [00:02:21.217]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b563/_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/b563=>" -p google.golang.org/api/googleapi/transport -lang=go1.23 -complete -installsuffix shared -buildid EkVCGFfktVpZ6td8zCS8/EkVCGFfktVpZ6td8zCS8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b563/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/googleapi/transport/apikey.go
2025-08-20T22:59:58.9751339Z [00:02:21.236]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T22:59:58.9755285Z [00:02:21.236]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/1a/1a6e6ba6ccc39f33446a7513d07d720b13cca5a32a445595c6e913f11272fd9d-d # internal
2025-08-20T22:59:58.9756647Z [00:02:21.237]➜  google.golang.org/genproto/googleapis/cloud/location
2025-08-20T22:59:58.9757609Z [00:02:21.237]➜  mkdir -p $WORK/b564/
2025-08-20T22:59:58.9763105Z [00:02:21.237]➜  cat >/tmp/go-build2180205415/b564/importcfg << 'EOF' # internal
2025-08-20T22:59:58.9763536Z [00:02:21.237]➜  # import config
2025-08-20T22:59:58.9763890Z [00:02:21.237]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.9764541Z [00:02:21.237]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build2180205415/b323/_pkg_.a
2025-08-20T22:59:58.9765188Z [00:02:21.237]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.9765835Z [00:02:21.237]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:58.9766474Z [00:02:21.237]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T22:59:58.9767132Z [00:02:21.237]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T22:59:58.9767842Z [00:02:21.237]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:58.9768537Z [00:02:21.237]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T22:59:58.9769087Z [00:02:21.237]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:58.9769517Z [00:02:21.237]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.9769828Z [00:02:21.237]➜  EOF
2025-08-20T22:59:58.9772322Z [00:02:21.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b564/_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/b564=>" -p google.golang.org/genproto/googleapis/cloud/location -lang=go1.23 -complete -installsuffix shared -buildid v_GfTnNFuV3hqfKzemId/v_GfTnNFuV3hqfKzemId -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b564/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/cloud/location/locations.pb.go
2025-08-20T22:59:58.9928306Z [00:02:21.254]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T22:59:58.9946698Z [00:02:21.256]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/dc/dc46507f4eacce7ecb3560113c87a7be07c9778bb119449e25b698034a387d70-d # internal
2025-08-20T22:59:58.9952228Z [00:02:21.256]➜  cloud.google.com/go/auth/grpctransport
2025-08-20T22:59:58.9954633Z [00:02:21.256]➜  mkdir -p $WORK/b513/
2025-08-20T22:59:58.9960375Z [00:02:21.257]➜  cat >/tmp/go-build2180205415/b513/importcfg << 'EOF' # internal
2025-08-20T22:59:58.9962725Z [00:02:21.257]➜  # import config
2025-08-20T22:59:58.9966928Z [00:02:21.257]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T22:59:58.9967560Z [00:02:21.257]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build2180205415/b467/_pkg_.a
2025-08-20T22:59:58.9968184Z [00:02:21.257]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2180205415/b453/_pkg_.a
2025-08-20T22:59:58.9968819Z [00:02:21.257]➜  packagefile cloud.google.com/go/auth/internal/compute=/tmp/go-build2180205415/b514/_pkg_.a
2025-08-20T22:59:58.9969511Z [00:02:21.257]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build2180205415/b515/_pkg_.a
2025-08-20T22:59:58.9970061Z [00:02:21.257]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:58.9970505Z [00:02:21.257]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:58.9970940Z [00:02:21.257]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:58.9971719Z [00:02:21.257]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:58.9972278Z [00:02:21.257]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2180205415/b446/_pkg_.a
2025-08-20T22:59:58.9973092Z [00:02:21.258]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build2180205415/b516/_pkg_.a
2025-08-20T22:59:58.9973806Z [00:02:21.258]➜  packagefile golang.org/x/time/rate=/tmp/go-build2180205415/b539/_pkg_.a
2025-08-20T22:59:58.9974334Z [00:02:21.258]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:58.9974918Z [00:02:21.258]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T22:59:58.9975561Z [00:02:21.258]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build2180205415/b540/_pkg_.a
2025-08-20T22:59:58.9976485Z [00:02:21.258]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2180205415/b390/_pkg_.a
2025-08-20T22:59:58.9977117Z [00:02:21.258]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2180205415/b375/_pkg_.a
2025-08-20T22:59:58.9977616Z [00:02:21.258]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:58.9978030Z [00:02:21.258]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:58.9978446Z [00:02:21.258]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:58.9978858Z [00:02:21.258]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:58.9979272Z [00:02:21.258]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:58.9979706Z [00:02:21.258]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:58.9980122Z [00:02:21.258]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:58.9980552Z [00:02:21.258]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:58.9980999Z [00:02:21.258]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:58.9981418Z [00:02:21.258]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:58.9981722Z [00:02:21.258]➜  EOF
2025-08-20T22:59:58.9984782Z [00:02:21.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b513/_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/b513=>" -p cloud.google.com/go/auth/grpctransport -lang=go1.23 -complete -installsuffix shared -buildid dBgXMk4pHpWS6yFFsM70/dBgXMk4pHpWS6yFFsM70 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b513/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-20T22:59:59.0079035Z [00:02:21.268]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T22:59:59.0103505Z [00:02:21.271]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/f8/f86c3ef45e10943ac52cec09a2ba2ac5043eb88a16ae48755f4d317a60fc640b-d # internal
2025-08-20T22:59:59.0116426Z [00:02:21.271]➜  google.golang.org/api/option
2025-08-20T22:59:59.0116749Z [00:02:21.271]➜  mkdir -p $WORK/b451/
2025-08-20T22:59:59.0117131Z [00:02:21.271]➜  cat >/tmp/go-build2180205415/b451/importcfg << 'EOF' # internal
2025-08-20T22:59:59.0117482Z [00:02:21.271]➜  # import config
2025-08-20T22:59:59.0117884Z [00:02:21.271]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T22:59:59.0118399Z [00:02:21.271]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:59.0118889Z [00:02:21.271]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T22:59:59.0119429Z [00:02:21.271]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2180205415/b458/_pkg_.a
2025-08-20T22:59:59.0120366Z [00:02:21.271]➜  packagefile google.golang.org/api/internal=/tmp/go-build2180205415/b466/_pkg_.a
2025-08-20T22:59:59.0121007Z [00:02:21.271]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build2180205415/b510/_pkg_.a
2025-08-20T22:59:59.0121606Z [00:02:21.271]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:59.0122086Z [00:02:21.271]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:59.0122519Z [00:02:21.271]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:59.0122839Z [00:02:21.271]➜  EOF
2025-08-20T22:59:59.0124613Z [00:02:21.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b451/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/option=>google.golang.org/api@v0.243.0/option;$WORK/b451=>" -p google.golang.org/api/option -lang=go1.23 -complete -installsuffix shared -buildid hKGxHy7IoFhJAIGOnx2k/hKGxHy7IoFhJAIGOnx2k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/option/option.go
2025-08-20T22:59:59.0731835Z [00:02:21.334]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T22:59:59.0770561Z [00:02:21.338]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/50/50a3165d44c08ac10f4e98ea54105776fbc81aa9b9a02cad629f58506189177e-d # internal
2025-08-20T22:59:59.0791495Z [00:02:21.340]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil
2025-08-20T22:59:59.0792871Z [00:02:21.340]➜  mkdir -p $WORK/b561/
2025-08-20T22:59:59.0802373Z [00:02:21.341]➜  cat >/tmp/go-build2180205415/b561/importcfg << 'EOF' # internal
2025-08-20T22:59:59.0803360Z [00:02:21.341]➜  # import config
2025-08-20T22:59:59.0803988Z [00:02:21.341]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.0804731Z [00:02:21.341]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T22:59:59.0805511Z [00:02:21.341]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2180205415/b527/_pkg_.a
2025-08-20T22:59:59.0816790Z [00:02:21.341]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build2180205415/b562/_pkg_.a
2025-08-20T22:59:59.0817595Z [00:02:21.341]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:59.0818277Z [00:02:21.341]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:59.0819874Z [00:02:21.341]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:59.0820320Z [00:02:21.341]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:59.0821013Z [00:02:21.341]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.0821410Z [00:02:21.341]➜  EOF
2025-08-20T22:59:59.0821702Z [00:02:21.343]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T22:59:59.0834861Z [00:02:21.344]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b561/_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/b561=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil -lang=go1.23 -complete -installsuffix shared -buildid D_UMesbDbPxrobRQJFQ0/D_UMesbDbPxrobRQJFQ0 -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/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-20T22:59:59.0840704Z [00:02:21.345]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/4d/4d0b96a723b2916c924ee1039ed6ece445f1c2b75b6b6393a08f583c4ec875b8-d # internal
2025-08-20T22:59:59.0843637Z [00:02:21.345]➜  github.com/hashicorp/go-cleanhttp
2025-08-20T22:59:59.0844057Z [00:02:21.345]➜  mkdir -p $WORK/b566/
2025-08-20T22:59:59.0850608Z [00:02:21.346]➜  cat >/tmp/go-build2180205415/b566/importcfg << 'EOF' # internal
2025-08-20T22:59:59.0851052Z [00:02:21.346]➜  # import config
2025-08-20T22:59:59.0851389Z [00:02:21.346]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:59.0851815Z [00:02:21.346]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:59.0852247Z [00:02:21.346]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:59.0853771Z [00:02:21.346]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.0854571Z [00:02:21.346]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:59.0855490Z [00:02:21.346]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:59.0855926Z [00:02:21.346]➜  EOF
2025-08-20T22:59:59.0858300Z [00:02:21.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b566/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2=>github.com/hashicorp/go-cleanhttp@v0.5.2;$WORK/b566=>" -p github.com/hashicorp/go-cleanhttp -lang=go1.13 -complete -installsuffix shared -buildid axbiNeG6ZTgLYW6_8jkC/axbiNeG6ZTgLYW6_8jkC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b566/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/cleanhttp.go /root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/doc.go /root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/handlers.go
2025-08-20T22:59:59.1054300Z [00:02:21.366]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T22:59:59.1110128Z [00:02:21.372]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/02/02a0986783e03fecba9554e2bec42dd43b9960ec4f85265a6a6fced9ee905f3b-d # internal
2025-08-20T22:59:59.1111418Z [00:02:21.372]➜  github.com/joho/godotenv
2025-08-20T22:59:59.1112224Z [00:02:21.372]➜  mkdir -p $WORK/b567/
2025-08-20T22:59:59.1113101Z [00:02:21.372]➜  cat >/tmp/go-build2180205415/b567/importcfg << 'EOF' # internal
2025-08-20T22:59:59.1113498Z [00:02:21.372]➜  # import config
2025-08-20T22:59:59.1113843Z [00:02:21.372]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:59.1114266Z [00:02:21.372]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:59.1114683Z [00:02:21.372]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.1115111Z [00:02:21.372]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:59.1115508Z [00:02:21.372]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:59.1116392Z [00:02:21.372]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T22:59:59.1116902Z [00:02:21.372]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:59.1117324Z [00:02:21.372]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:59.1117746Z [00:02:21.372]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:59.1118181Z [00:02:21.372]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.1118607Z [00:02:21.372]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:59.1118922Z [00:02:21.372]➜  EOF
2025-08-20T22:59:59.1120861Z [00:02:21.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/joho/godotenv@v1.5.1=>github.com/joho/godotenv@v1.5.1;$WORK/b567=>" -p github.com/joho/godotenv -lang=go1.12 -complete -installsuffix shared -buildid YmoOgpQVSVZMcNRUZ8ZA/YmoOgpQVSVZMcNRUZ8ZA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b567/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-20T22:59:59.1150378Z [00:02:21.376]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T22:59:59.1178078Z [00:02:21.379]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/c9/c933545d634a9332d683a21310b254a88df6ddfdadfc53125d7de02aea71078f-d # internal
2025-08-20T22:59:59.1182101Z [00:02:21.379]➜  google.golang.org/api/option/internaloption
2025-08-20T22:59:59.1187317Z [00:02:21.380]➜  mkdir -p $WORK/b511/
2025-08-20T22:59:59.1199023Z [00:02:21.381]➜  cat >/tmp/go-build2180205415/b511/importcfg << 'EOF' # internal
2025-08-20T22:59:59.1199499Z [00:02:21.381]➜  # import config
2025-08-20T22:59:59.1199910Z [00:02:21.381]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T22:59:59.1200397Z [00:02:21.381]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:59.1200980Z [00:02:21.381]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2180205415/b446/_pkg_.a
2025-08-20T22:59:59.1201595Z [00:02:21.381]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2180205415/b458/_pkg_.a
2025-08-20T22:59:59.1202167Z [00:02:21.381]➜  packagefile google.golang.org/api/internal=/tmp/go-build2180205415/b466/_pkg_.a
2025-08-20T22:59:59.1202748Z [00:02:21.381]➜  packagefile google.golang.org/api/option=/tmp/go-build2180205415/b451/_pkg_.a
2025-08-20T22:59:59.1203238Z [00:02:21.381]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:59.1203560Z [00:02:21.381]➜  EOF
2025-08-20T22:59:59.1217444Z [00:02:21.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b511/_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/b511=>" -p google.golang.org/api/option/internaloption -lang=go1.23 -complete -installsuffix shared -buildid ymRJ35pgZ1rshxh0iKMS/ymRJ35pgZ1rshxh0iKMS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b511/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/option/internaloption/internaloption.go
2025-08-20T22:59:59.1226049Z [00:02:21.381]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T22:59:59.1226794Z [00:02:21.382]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/f3/f3dca93d4761b973a84ee2ade732344b481c46e6cc2e66dbc9b97dbba0baaa1f-d # internal
2025-08-20T22:59:59.1227412Z [00:02:21.383]➜  google.golang.org/api/transport/grpc
2025-08-20T22:59:59.1227739Z [00:02:21.383]➜  mkdir -p $WORK/b512/
2025-08-20T22:59:59.1228115Z [00:02:21.384]➜  cat >/tmp/go-build2180205415/b512/importcfg << 'EOF' # internal
2025-08-20T22:59:59.1228459Z [00:02:21.384]➜  # import config
2025-08-20T22:59:59.1228856Z [00:02:21.384]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T22:59:59.1229440Z [00:02:21.384]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build2180205415/b467/_pkg_.a
2025-08-20T22:59:59.1230334Z [00:02:21.384]➜  packagefile cloud.google.com/go/auth/grpctransport=/tmp/go-build2180205415/b513/_pkg_.a
2025-08-20T22:59:59.1231044Z [00:02:21.384]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build2180205415/b480/_pkg_.a
2025-08-20T22:59:59.1231669Z [00:02:21.384]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2180205415/b454/_pkg_.a
2025-08-20T22:59:59.1232198Z [00:02:21.384]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:59.1232622Z [00:02:21.384]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:59.1233032Z [00:02:21.384]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.1233715Z [00:02:21.384]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build2180205415/b516/_pkg_.a
2025-08-20T22:59:59.1234417Z [00:02:21.384]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T22:59:59.1234942Z [00:02:21.384]➜  packagefile golang.org/x/time/rate=/tmp/go-build2180205415/b539/_pkg_.a
﻿2025-08-20T22:59:59.1243959Z [00:02:21.384]➜  packagefile google.golang.org/api/internal=/tmp/go-build2180205415/b466/_pkg_.a
2025-08-20T22:59:59.1244549Z [00:02:21.384]➜  packagefile google.golang.org/api/option=/tmp/go-build2180205415/b451/_pkg_.a
2025-08-20T22:59:59.1245323Z [00:02:21.384]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:59.1246030Z [00:02:21.384]➜  packagefile google.golang.org/grpc/balancer/grpclb=/tmp/go-build2180205415/b552/_pkg_.a
2025-08-20T22:59:59.1246736Z [00:02:21.384]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build2180205415/b540/_pkg_.a
2025-08-20T22:59:59.1247411Z [00:02:21.384]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2180205415/b390/_pkg_.a
2025-08-20T22:59:59.1248074Z [00:02:21.384]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build2180205415/b550/_pkg_.a
2025-08-20T22:59:59.1248685Z [00:02:21.384]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2180205415/b375/_pkg_.a
2025-08-20T22:59:59.1249210Z [00:02:21.384]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:59.1249613Z [00:02:21.384]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:59.1250006Z [00:02:21.384]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:59.1250427Z [00:02:21.384]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.1250846Z [00:02:21.384]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:59.1251277Z [00:02:21.384]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:59.1251718Z [00:02:21.384]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:59.1252136Z [00:02:21.384]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:59.1252442Z [00:02:21.384]➜  EOF
2025-08-20T22:59:59.1254935Z [00:02:21.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b512/_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/b512=>" -p google.golang.org/api/transport/grpc -lang=go1.23 -complete -installsuffix shared -buildid jq4Wba6Izhz-Z2m1wB2f/jq4Wba6Izhz-Z2m1wB2f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b512/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-20T22:59:59.1474086Z [00:02:21.408]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T22:59:59.1486246Z [00:02:21.409]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/ad/addfdcb1f053eb5e4aab2e01f3b5d20c7bd2105b508750675805f7013a8aba32-d # internal
2025-08-20T22:59:59.1487187Z [00:02:21.409]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv
2025-08-20T22:59:59.1492248Z [00:02:21.409]➜  mkdir -p $WORK/b560/
2025-08-20T22:59:59.1493458Z [00:02:21.410]➜  cat >/tmp/go-build2180205415/b560/importcfg << 'EOF' # internal
2025-08-20T22:59:59.1493968Z [00:02:21.410]➜  # import config
2025-08-20T22:59:59.1494329Z [00:02:21.410]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:59.1494771Z [00:02:21.410]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:59.1495188Z [00:02:21.410]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.1496056Z [00:02:21.410]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build2180205415/b561/_pkg_.a
2025-08-20T22:59:59.1496878Z [00:02:21.410]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2180205415/b521/_pkg_.a
2025-08-20T22:59:59.1497466Z [00:02:21.410]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T22:59:59.1498070Z [00:02:21.410]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2180205415/b527/_pkg_.a
2025-08-20T22:59:59.1498666Z [00:02:21.410]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2180205415/b533/_pkg_.a
2025-08-20T22:59:59.1499501Z [00:02:21.410]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build2180205415/b538/_pkg_.a
2025-08-20T22:59:59.1500145Z [00:02:21.410]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build2180205415/b562/_pkg_.a
2025-08-20T22:59:59.1500947Z [00:02:21.410]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build2180205415/b528/_pkg_.a
2025-08-20T22:59:59.1501460Z [00:02:21.410]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:59.1501862Z [00:02:21.410]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:59.1502283Z [00:02:21.410]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:59.1502698Z [00:02:21.410]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:59.1503111Z [00:02:21.410]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:59.1503545Z [00:02:21.410]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:59.1503970Z [00:02:21.410]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:59.1504399Z [00:02:21.410]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.1504823Z [00:02:21.410]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:59.1505129Z [00:02:21.410]➜  EOF
2025-08-20T22:59:59.1509728Z [00:02:21.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b560/_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/b560=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv -lang=go1.23 -complete -installsuffix shared -buildid 6fg-Nc2iujZUmqJZhCu2/6fg-Nc2iujZUmqJZhCu2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b560/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-20T22:59:59.1518218Z [00:02:21.413]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T22:59:59.1520399Z [00:02:21.413]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/79/7964289030ec7c3d654b30be816479b7a95132299d7680009cdf07bbda3280b1-d # internal
2025-08-20T22:59:59.1521930Z [00:02:21.413]➜  github.com/hashicorp/go-retryablehttp
2025-08-20T22:59:59.1522247Z [00:02:21.413]➜  mkdir -p $WORK/b565/
2025-08-20T22:59:59.1522921Z [00:02:21.413]➜  cat >/tmp/go-build2180205415/b565/importcfg << 'EOF' # internal
2025-08-20T22:59:59.1523394Z [00:02:21.413]➜  # import config
2025-08-20T22:59:59.1523744Z [00:02:21.413]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:59.1524181Z [00:02:21.413]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:59.1524623Z [00:02:21.413]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:59.1525060Z [00:02:21.413]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:59.1525475Z [00:02:21.413]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.1526172Z [00:02:21.413]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build2180205415/b566/_pkg_.a
2025-08-20T22:59:59.1526695Z [00:02:21.413]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:59.1527100Z [00:02:21.413]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:59.1527515Z [00:02:21.413]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:59.1528128Z [00:02:21.413]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T22:59:59.1528568Z [00:02:21.413]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:59.1529141Z [00:02:21.413]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:59.1529552Z [00:02:21.413]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:59.1529956Z [00:02:21.413]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:59.1530378Z [00:02:21.413]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:59.1530803Z [00:02:21.413]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.1531219Z [00:02:21.413]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:59.1531622Z [00:02:21.413]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:59.1531925Z [00:02:21.413]➜  EOF
2025-08-20T22:59:59.1534447Z [00:02:21.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8=>github.com/hashicorp/go-retryablehttp@v0.7.8;$WORK/b565=>" -p github.com/hashicorp/go-retryablehttp -lang=go1.23 -complete -installsuffix shared -buildid 35SxKOBJuU4C2TXSp1Ed/35SxKOBJuU4C2TXSp1Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b565/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-20T22:59:59.1915035Z [00:02:21.453]➜  go tool buildid -w $WORK/b511/_pkg_.a # internal
2025-08-20T22:59:59.1942108Z [00:02:21.455]➜  cp $WORK/b511/_pkg_.a /root/.cache/go-build/cc/ccf8980dd3fb19ce2acbb6ac7ce01a79a03a8fb9d3bc8e057bc29e9d381cece3-d # internal
2025-08-20T22:59:59.2008060Z [00:02:21.462]➜  github.com/pkg/errors
2025-08-20T22:59:59.2009780Z [00:02:21.462]➜  mkdir -p $WORK/b568/
2025-08-20T22:59:59.2021007Z [00:02:21.463]➜  cat >/tmp/go-build2180205415/b568/importcfg << 'EOF' # internal
2025-08-20T22:59:59.2021461Z [00:02:21.463]➜  # import config
2025-08-20T22:59:59.2021826Z [00:02:21.463]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:59.2022242Z [00:02:21.463]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.2022646Z [00:02:21.463]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:59.2023054Z [00:02:21.463]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T22:59:59.2023475Z [00:02:21.463]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:59.2023900Z [00:02:21.463]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:59.2024324Z [00:02:21.463]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.2024639Z [00:02:21.463]➜  EOF
2025-08-20T22:59:59.2027056Z [00:02:21.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/errors@v0.9.1=>github.com/pkg/errors@v0.9.1;$WORK/b568=>" -p github.com/pkg/errors -lang=go1.16 -complete -installsuffix shared -buildid c9t2xK-fYDiDkrr4QiG6/c9t2xK-fYDiDkrr4QiG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b568/importcfg -pack /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/errors.go /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/go113.go /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/stack.go
2025-08-20T22:59:59.2570621Z [00:02:21.518]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T22:59:59.2582471Z [00:02:21.519]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/82/8289c7d1a2f1c9c62e8df02280fff9341acc4e1e80e239ccdda8210191902d99-d # internal
2025-08-20T22:59:59.2587259Z [00:02:21.520]➜  github.com/pkg/diff/edit
2025-08-20T22:59:59.2591194Z [00:02:21.520]➜  mkdir -p $WORK/b572/
2025-08-20T22:59:59.2595022Z [00:02:21.521]➜  cat >/tmp/go-build2180205415/b572/importcfg << 'EOF' # internal
2025-08-20T22:59:59.2627414Z [00:02:21.521]➜  # import config
2025-08-20T22:59:59.2627786Z [00:02:21.521]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.2628220Z [00:02:21.521]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:59.2628681Z [00:02:21.521]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.2628996Z [00:02:21.521]➜  EOF
2025-08-20T22:59:59.2631341Z [00:02:21.521]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b572/_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/b572=>" -p github.com/pkg/diff/edit -lang=go1.13 -complete -installsuffix shared -buildid UpVtNhiLMWdR-GJQ9KRI/UpVtNhiLMWdR-GJQ9KRI -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/edit/edit.go /root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/edit/op_string.go
2025-08-20T22:59:59.2760874Z [00:02:21.537]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T22:59:59.2763392Z [00:02:21.537]➜  go tool buildid -w $WORK/b512/_pkg_.a # internal
2025-08-20T22:59:59.2766824Z [00:02:21.538]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/b8/b8cebde406afb5ee6620ef54d4245c15c88174e8162d477b4d5393074d10fa0e-d # internal
2025-08-20T22:59:59.2767903Z [00:02:21.538]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T22:59:59.2787640Z [00:02:21.540]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/48/48403e4f3a31420a4a8b77ba422f8700079c44141d7423d0bb1777ddad7aeea4-d # internal
2025-08-20T22:59:59.2791670Z [00:02:21.540]➜  github.com/pkg/diff/ctxt
2025-08-20T22:59:59.2798633Z [00:02:21.540]➜  mkdir -p $WORK/b571/
2025-08-20T22:59:59.2804096Z [00:02:21.540]➜  cat >/tmp/go-build2180205415/b571/importcfg << 'EOF' # internal
2025-08-20T22:59:59.2813557Z [00:02:21.540]➜  # import config
2025-08-20T22:59:59.2814052Z [00:02:21.540]➜  packagefile github.com/pkg/diff/edit=/tmp/go-build2180205415/b572/_pkg_.a
2025-08-20T22:59:59.2814436Z [00:02:21.540]➜  EOF
2025-08-20T22:59:59.2816851Z [00:02:21.540]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b571/_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/b571=>" -p github.com/pkg/diff/ctxt -lang=go1.13 -complete -installsuffix shared -buildid hwyrLrlAyPCa4AmMuZxz/hwyrLrlAyPCa4AmMuZxz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b571/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-20T22:59:59.2819069Z [00:02:21.543]➜  github.com/pkg/diff/myers
2025-08-20T22:59:59.2839386Z [00:02:21.543]➜  mkdir -p $WORK/b574/
2025-08-20T22:59:59.2840131Z [00:02:21.543]➜  cat >/tmp/go-build2180205415/b574/importcfg << 'EOF' # internal
2025-08-20T22:59:59.2840813Z [00:02:21.543]➜  # import config
2025-08-20T22:59:59.2841539Z [00:02:21.543]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:59.2842616Z [00:02:21.543]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.2843697Z [00:02:21.543]➜  packagefile github.com/pkg/diff/edit=/tmp/go-build2180205415/b572/_pkg_.a
2025-08-20T22:59:59.2844717Z [00:02:21.543]➜  EOF
2025-08-20T22:59:59.2847181Z [00:02:21.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b574/_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/b574=>" -p github.com/pkg/diff/myers -lang=go1.13 -complete -installsuffix shared -buildid NydUUjcsaTnu-IZtDGH0/NydUUjcsaTnu-IZtDGH0 -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/myers/myers.go
2025-08-20T22:59:59.2850986Z [00:02:21.544]➜  cp $WORK/b512/_pkg_.a /root/.cache/go-build/f7/f7b4bd26e88e75ba7b19dcbf58e45a1cd2af755470cb9a8c506580424ccdae03-d # internal
2025-08-20T22:59:59.2851645Z [00:02:21.544]➜  github.com/pkg/diff/write
2025-08-20T22:59:59.2851949Z [00:02:21.544]➜  mkdir -p $WORK/b575/
2025-08-20T22:59:59.2852324Z [00:02:21.545]➜  cat >/tmp/go-build2180205415/b575/importcfg << 'EOF' # internal
2025-08-20T22:59:59.2852669Z [00:02:21.545]➜  # import config
2025-08-20T22:59:59.2853005Z [00:02:21.545]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:59.2853419Z [00:02:21.545]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.2853899Z [00:02:21.545]➜  packagefile github.com/pkg/diff/edit=/tmp/go-build2180205415/b572/_pkg_.a
2025-08-20T22:59:59.2854365Z [00:02:21.545]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:59.2854671Z [00:02:21.545]➜  EOF
2025-08-20T22:59:59.2857444Z [00:02:21.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b575/_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/b575=>" -p github.com/pkg/diff/write -lang=go1.13 -complete -installsuffix shared -buildid P4bITulm9-za4vGcyIpg/P4bITulm9-za4vGcyIpg -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/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-20T22:59:59.3050262Z [00:02:21.566]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T22:59:59.3056589Z [00:02:21.566]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/17/1749903bf82c6ba331ade8b34a3bfb6df79982b760374694d36d26319d18c0b5-d # internal
2025-08-20T22:59:59.3057459Z [00:02:21.566]➜  container/heap
2025-08-20T22:59:59.3057819Z [00:02:21.566]➜  mkdir -p $WORK/b578/
2025-08-20T22:59:59.3058200Z [00:02:21.566]➜  cat >/tmp/go-build2180205415/b578/importcfg << 'EOF' # internal
2025-08-20T22:59:59.3058551Z [00:02:21.567]➜  # import config
2025-08-20T22:59:59.3058905Z [00:02:21.567]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:59.3059216Z [00:02:21.567]➜  EOF
2025-08-20T22:59:59.3060668Z [00:02:21.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b578/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b578=>" -p container/heap -lang=go1.25 -std -complete -installsuffix shared -buildid WYXxy7DxO4fZF5d-Nn7F/WYXxy7DxO4fZF5d-Nn7F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T22:59:59.3088116Z [00:02:21.570]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T22:59:59.3094248Z [00:02:21.570]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/c3/c3dafe4250dca1dd8d82032960b24dadf6b89c6ebe03e11760947497ed42905d-d # internal
2025-08-20T22:59:59.3095282Z [00:02:21.570]➜  go/constant
2025-08-20T22:59:59.3096028Z [00:02:21.570]➜  mkdir -p $WORK/b579/
2025-08-20T22:59:59.3107695Z [00:02:21.572]➜  cat >/tmp/go-build2180205415/b579/importcfg << 'EOF' # internal
2025-08-20T22:59:59.3108622Z [00:02:21.572]➜  # import config
2025-08-20T22:59:59.3109227Z [00:02:21.572]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.3110909Z [00:02:21.572]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T22:59:59.3112323Z [00:02:21.572]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:59.3113880Z [00:02:21.572]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:59.3115437Z [00:02:21.572]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T22:59:59.3117064Z [00:02:21.572]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:59.3118502Z [00:02:21.572]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.3120293Z [00:02:21.572]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:59.3121782Z [00:02:21.572]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:59.3123120Z [00:02:21.572]➜  EOF
2025-08-20T22:59:59.3127473Z [00:02:21.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b579/_pkg_.a -trimpath "/root/.go/src/go/constant=>go/constant;$WORK/b579=>" -p go/constant -lang=go1.25 -std -complete -installsuffix shared -buildid Hdgbs1ttxPoG3tbc_g3_/Hdgbs1ttxPoG3tbc_g3_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b579/importcfg -pack /root/.go/src/go/constant/kind_string.go /root/.go/src/go/constant/value.go
2025-08-20T22:59:59.3162294Z [00:02:21.577]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T22:59:59.3165664Z [00:02:21.578]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/e5/e5d9ac1134cf4fb730f1cce0d18691f9988e892ab40b219a7d8e5cedd462b93f-d # internal
2025-08-20T22:59:59.3193857Z [00:02:21.580]➜  github.com/pkg/diff
2025-08-20T22:59:59.3194632Z [00:02:21.580]➜  mkdir -p $WORK/b570/
2025-08-20T22:59:59.3195073Z [00:02:21.580]➜  cat >/tmp/go-build2180205415/b570/importcfg << 'EOF' # internal
2025-08-20T22:59:59.3195450Z [00:02:21.580]➜  # import config
2025-08-20T22:59:59.3195905Z [00:02:21.580]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T22:59:59.3196394Z [00:02:21.580]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:59.3196824Z [00:02:21.580]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:59.3197247Z [00:02:21.580]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.3197726Z [00:02:21.580]➜  packagefile github.com/pkg/diff/ctxt=/tmp/go-build2180205415/b571/_pkg_.a
2025-08-20T22:59:59.3198275Z [00:02:21.580]➜  packagefile github.com/pkg/diff/intern=/tmp/go-build2180205415/b573/_pkg_.a
2025-08-20T22:59:59.3199138Z [00:02:21.580]➜  packagefile github.com/pkg/diff/myers=/tmp/go-build2180205415/b574/_pkg_.a
2025-08-20T22:59:59.3199758Z [00:02:21.580]➜  packagefile github.com/pkg/diff/write=/tmp/go-build2180205415/b575/_pkg_.a
2025-08-20T22:59:59.3200227Z [00:02:21.580]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:59.3200631Z [00:02:21.580]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:59.3201041Z [00:02:21.580]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:59.3201466Z [00:02:21.580]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.3201782Z [00:02:21.580]➜  EOF
2025-08-20T22:59:59.3204002Z [00:02:21.580]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b570/_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/b570=>" -p github.com/pkg/diff -lang=go1.13 -complete -installsuffix shared -buildid Yk3pUZqMdFXPmGVSHsMv/Yk3pUZqMdFXPmGVSHsMv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b570/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-20T22:59:59.3228138Z [00:02:21.584]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T22:59:59.3262690Z [00:02:21.587]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T22:59:59.3272162Z [00:02:21.587]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d # internal
2025-08-20T22:59:59.3275556Z [00:02:21.588]➜  go/version
2025-08-20T22:59:59.3280186Z [00:02:21.588]➜  mkdir -p $WORK/b580/
2025-08-20T22:59:59.3280578Z [00:02:21.588]➜  cat >/tmp/go-build2180205415/b580/importcfg << 'EOF' # internal
2025-08-20T22:59:59.3280929Z [00:02:21.588]➜  # import config
2025-08-20T22:59:59.3281298Z [00:02:21.588]➜  packagefile internal/gover=/tmp/go-build2180205415/b581/_pkg_.a
2025-08-20T22:59:59.3281769Z [00:02:21.588]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.3282403Z [00:02:21.588]➜  EOF
2025-08-20T22:59:59.3287888Z [00:02:21.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b580/_pkg_.a -trimpath "/root/.go/src/go/version=>go/version;$WORK/b580=>" -p go/version -lang=go1.25 -std -complete -installsuffix shared -buildid cPUaEakOg4EO-MnVQWup/cPUaEakOg4EO-MnVQWup -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack /root/.go/src/go/version/version.go
2025-08-20T22:59:59.3289524Z [00:02:21.588]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/21/2183408e09260513f55adaa3fa12feab70460a6c8729f8e80d5415b5ff4aa91a-d # internal
2025-08-20T22:59:59.3290181Z [00:02:21.588]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
2025-08-20T22:59:59.3290552Z [00:02:21.588]➜  mkdir -p $WORK/b557/
2025-08-20T22:59:59.3290921Z [00:02:21.589]➜  cat >/tmp/go-build2180205415/b557/importcfg << 'EOF' # internal
2025-08-20T22:59:59.3291272Z [00:02:21.589]➜  # import config
2025-08-20T22:59:59.3291621Z [00:02:21.589]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:59.3292465Z [00:02:21.589]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build2180205415/b558/_pkg_.a
2025-08-20T22:59:59.3293277Z [00:02:21.589]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build2180205415/b559/_pkg_.a
2025-08-20T22:59:59.3296365Z [00:02:21.589]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build2180205415/b560/_pkg_.a
2025-08-20T22:59:59.3297140Z [00:02:21.589]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2180205415/b521/_pkg_.a
2025-08-20T22:59:59.3297724Z [00:02:21.589]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T22:59:59.3298318Z [00:02:21.589]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2180205415/b527/_pkg_.a
2025-08-20T22:59:59.3299193Z [00:02:21.589]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2180205415/b533/_pkg_.a
2025-08-20T22:59:59.3299892Z [00:02:21.589]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build2180205415/b535/_pkg_.a
2025-08-20T22:59:59.3300496Z [00:02:21.589]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T22:59:59.3300985Z [00:02:21.589]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:59.3301405Z [00:02:21.589]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:59.3301880Z [00:02:21.589]➜  packagefile net/http/httptrace=/tmp/go-build2180205415/b197/_pkg_.a
2025-08-20T22:59:59.3302348Z [00:02:21.589]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:59.3302778Z [00:02:21.589]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.3303198Z [00:02:21.589]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:59.3303645Z [00:02:21.589]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:59.3304083Z [00:02:21.589]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:59.3304390Z [00:02:21.589]➜  EOF
2025-08-20T22:59:59.3310532Z [00:02:21.589]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b557/_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/b557=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp -lang=go1.23 -complete -installsuffix shared -buildid 87UzRmkfP9YFdNQIlrWN/87UzRmkfP9YFdNQIlrWN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b557/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-20T22:59:59.3509896Z [00:02:21.612]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T22:59:59.3519950Z [00:02:21.613]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/04/046d81d4490bd5eb451218f64896e8af4712dbb122d3bdfce5bd69a040fb161e-d # internal
2025-08-20T22:59:59.3528438Z [00:02:21.614]➜  internal/types/errors
2025-08-20T22:59:59.3530835Z [00:02:21.614]➜  mkdir -p $WORK/b582/
2025-08-20T22:59:59.3545959Z [00:02:21.615]➜  cat >/tmp/go-build2180205415/b582/importcfg << 'EOF' # internal
2025-08-20T22:59:59.3546460Z [00:02:21.615]➜  # import config
2025-08-20T22:59:59.3546812Z [00:02:21.615]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:59.3547147Z [00:02:21.615]➜  EOF
2025-08-20T22:59:59.3548912Z [00:02:21.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b582/_pkg_.a -trimpath "/root/.go/src/internal/types/errors=>internal/types/errors;$WORK/b582=>" -p internal/types/errors -lang=go1.25 -std -complete -installsuffix shared -buildid Dv2wj4kKxBocpsmBct-b/Dv2wj4kKxBocpsmBct-b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack /root/.go/src/internal/types/errors/code_string.go /root/.go/src/internal/types/errors/codes.go
2025-08-20T22:59:59.3751981Z [00:02:21.636]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T22:59:59.3762959Z [00:02:21.637]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/1b/1bfb1d397384187aef26a1981634b527afde96c2c2a690e3545a4188726d5992-d # internal
2025-08-20T22:59:59.3764806Z [00:02:21.637]➜  golang.org/x/sync/errgroup
2025-08-20T22:59:59.3766334Z [00:02:21.637]➜  mkdir -p $WORK/b583/
2025-08-20T22:59:59.3767031Z [00:02:21.637]➜  cat >/tmp/go-build2180205415/b583/importcfg << 'EOF' # internal
2025-08-20T22:59:59.3768615Z [00:02:21.637]➜  # import config
2025-08-20T22:59:59.3769480Z [00:02:21.637]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:59.3769958Z [00:02:21.637]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.3770376Z [00:02:21.637]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:59.3770688Z [00:02:21.637]➜  EOF
2025-08-20T22:59:59.3772458Z [00:02:21.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b583/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup=>golang.org/x/sync@v0.16.0/errgroup;$WORK/b583=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid T2hLdnynigI0jskXGfHM/T2hLdnynigI0jskXGfHM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b583/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup/errgroup.go
2025-08-20T22:59:59.3846151Z [00:02:21.646]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T22:59:59.3856953Z [00:02:21.647]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/55/5558eb285ea154e476370accbe9fb25a148ed04e3cd8facfd861ab990d54fa3e-d # internal
2025-08-20T22:59:59.3864918Z [00:02:21.648]➜  hash/maphash
2025-08-20T22:59:59.3865495Z [00:02:21.648]➜  mkdir -p $WORK/b591/
2025-08-20T22:59:59.3877829Z [00:02:21.649]➜  cat >/tmp/go-build2180205415/b591/importcfg << 'EOF' # internal
2025-08-20T22:59:59.3878483Z [00:02:21.649]➜  # import config
2025-08-20T22:59:59.3879091Z [00:02:21.649]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T22:59:59.3879833Z [00:02:21.649]➜  packagefile internal/abi=/tmp/go-build2180205415/b006/_pkg_.a
2025-08-20T22:59:59.3882378Z [00:02:21.649]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T22:59:59.3883152Z [00:02:21.649]➜  packagefile internal/goexperiment=/tmp/go-build2180205415/b017/_pkg_.a
2025-08-20T22:59:59.3883521Z [00:02:21.649]➜  EOF
2025-08-20T22:59:59.3900037Z [00:02:21.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b591/_pkg_.a -trimpath "/root/.go/src/hash/maphash=>hash/maphash;$WORK/b591=>" -p hash/maphash -lang=go1.25 -std -complete -installsuffix shared -buildid eNGnSh8Gn7XkHAGK4gTa/eNGnSh8Gn7XkHAGK4gTa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b591/importcfg -pack /root/.go/src/hash/maphash/maphash.go /root/.go/src/hash/maphash/maphash_runtime.go
2025-08-20T22:59:59.4140505Z [00:02:21.675]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T22:59:59.4140968Z [00:02:21.675]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T22:59:59.4143214Z [00:02:21.675]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/41/41a58705dacba142c8242a35b5b331ad290c33fa7ab86a041f618ddda960eaf2-d # internal
2025-08-20T22:59:59.4149018Z [00:02:21.676]➜  golang.org/x/tools/internal/stdlib
2025-08-20T22:59:59.4149532Z [00:02:21.676]➜  mkdir -p $WORK/b592/
2025-08-20T22:59:59.4151850Z [00:02:21.676]➜  cat >/tmp/go-build2180205415/b592/importcfg << 'EOF' # internal
2025-08-20T22:59:59.4152836Z [00:02:21.676]➜  # import config
2025-08-20T22:59:59.4153271Z [00:02:21.676]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:59.4153731Z [00:02:21.676]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.4154150Z [00:02:21.676]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T22:59:59.4154569Z [00:02:21.676]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:59.4154991Z [00:02:21.676]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.4155304Z [00:02:21.676]➜  EOF
2025-08-20T22:59:59.4168024Z [00:02:21.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b592/_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/b592=>" -p golang.org/x/tools/internal/stdlib -lang=go1.23 -complete -installsuffix shared -buildid LIqsJL3XaMNQ6BizsSQw/LIqsJL3XaMNQ6BizsSQw -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/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-20T22:59:59.4188382Z [00:02:21.680]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/5e/5ef5944c4dd5561fd5a3ac7a31239e55249dc716364e952b178785cd630d3e63-d # internal
2025-08-20T22:59:59.4205373Z [00:02:21.682]➜  go/types
2025-08-20T22:59:59.4206269Z [00:02:21.682]➜  mkdir -p $WORK/b577/
2025-08-20T22:59:59.4217376Z [00:02:21.682]➜  cat >/tmp/go-build2180205415/b577/importcfg << 'EOF' # internal
2025-08-20T22:59:59.4218199Z [00:02:21.682]➜  # import config
2025-08-20T22:59:59.4218609Z [00:02:21.682]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:59.4219035Z [00:02:21.682]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T22:59:59.4219488Z [00:02:21.682]➜  packagefile container/heap=/tmp/go-build2180205415/b578/_pkg_.a
2025-08-20T22:59:59.4220193Z [00:02:21.682]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:59.4220606Z [00:02:21.682]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.4221020Z [00:02:21.682]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T22:59:59.4221459Z [00:02:21.682]➜  packagefile go/constant=/tmp/go-build2180205415/b579/_pkg_.a
2025-08-20T22:59:59.4221907Z [00:02:21.682]➜  packagefile go/parser=/tmp/go-build2180205415/b242/_pkg_.a
2025-08-20T22:59:59.4222344Z [00:02:21.683]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T22:59:59.4222795Z [00:02:21.683]➜  packagefile go/version=/tmp/go-build2180205415/b580/_pkg_.a
2025-08-20T22:59:59.4223466Z [00:02:21.683]➜  packagefile internal/buildcfg=/tmp/go-build2180205415/b243/_pkg_.a
2025-08-20T22:59:59.4223964Z [00:02:21.683]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T22:59:59.4224467Z [00:02:21.683]➜  packagefile internal/goversion=/tmp/go-build2180205415/b245/_pkg_.a
2025-08-20T22:59:59.4224986Z [00:02:21.683]➜  packagefile internal/types/errors=/tmp/go-build2180205415/b582/_pkg_.a
2025-08-20T22:59:59.4225441Z [00:02:21.683]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:59.4225988Z [00:02:21.683]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T22:59:59.4226456Z [00:02:21.683]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:59.4226881Z [00:02:21.683]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:59.4227317Z [00:02:21.683]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:59.4227775Z [00:02:21.683]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:59.4228200Z [00:02:21.683]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:59.4228612Z [00:02:21.683]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:59.4229038Z [00:02:21.683]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:59.4229467Z [00:02:21.683]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.4229886Z [00:02:21.683]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:59.4230320Z [00:02:21.683]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:59.4230760Z [00:02:21.683]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:59.4231202Z [00:02:21.683]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:59.4231536Z [00:02:21.683]➜  EOF
2025-08-20T22:59:59.4241747Z [00:02:21.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b577/_pkg_.a -trimpath "/root/.go/src/go/types=>go/types;$WORK/b577=>" -p go/types -lang=go1.25 -std -complete -installsuffix shared -buildid V6n_L9ve-oMhR5D8slLe/V6n_L9ve-oMhR5D8slLe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b577/importcfg -pack /root/.go/src/go/types/alias.go /root/.go/src/go/types/api.go /root/.go/src/go/types/api_predicates.go /root/.go/src/go/types/array.go /root/.go/src/go/types/assignments.go /root/.go/src/go/types/badlinkname.go /root/.go/src/go/types/basic.go /root/.go/src/go/types/builtins.go /root/.go/src/go/types/call.go /root/.go/src/go/types/chan.go /root/.go/src/go/types/check.go /root/.go/src/go/types/const.go /root/.go/src/go/types/context.go /root/.go/src/go/types/conversions.go /root/.go/src/go/types/decl.go /root/.go/src/go/types/errors.go /root/.go/src/go/types/errsupport.go /root/.go/src/go/types/eval.go /root/.go/src/go/types/expr.go /root/.go/src/go/types/exprstring.go /root/.go/src/go/types/format.go /root/.go/src/go/types/gccgosizes.go /root/.go/src/go/types/gcsizes.go /root/.go/src/go/types/generate.go /root/.go/src/go/types/index.go /root/.go/src/go/types/infer.go /root/.go/src/go/types/initorder.go /root/.go/src/go/types/instantiate.go /root/.go/src/go/types/interface.go /root/.go/src/go/types/iter.go /root/.go/src/go/types/labels.go /root/.go/src/go/types/literals.go /root/.go/src/go/types/lookup.go /root/.go/src/go/types/map.go /root/.go/src/go/types/methodset.go /root/.go/src/go/types/mono.go /root/.go/src/go/types/named.go /root/.go/src/go/types/object.go /root/.go/src/go/types/objset.go /root/.go/src/go/types/operand.go /root/.go/src/go/types/package.go /root/.go/src/go/types/pointer.go /root/.go/src/go/types/predicates.go /root/.go/src/go/types/range.go /root/.go/src/go/types/recording.go /root/.go/src/go/types/resolver.go /root/.go/src/go/types/return.go /root/.go/src/go/types/scope.go /root/.go/src/go/types/scope2.go /root/.go/src/go/types/selection.go /root/.go/src/go/types/signature.go /root/.go/src/go/types/sizes.go /root/.go/src/go/types/slice.go /root/.go/src/go/types/stmt.go /root/.go/src/go/types/struct.go /root/.go/src/go/types/subst.go /root/.go/src/go/types/termlist.go /root/.go/src/go/types/tuple.go /root/.go/src/go/types/type.go /root/.go/src/go/types/typelists.go /root/.go/src/go/types/typeparam.go /root/.go/src/go/types/typeset.go /root/.go/src/go/types/typestring.go /root/.go/src/go/types/typeterm.go /root/.go/src/go/types/typexpr.go /root/.go/src/go/types/under.go /root/.go/src/go/types/unify.go /root/.go/src/go/types/union.go /root/.go/src/go/types/universe.go /root/.go/src/go/types/util.go /root/.go/src/go/types/validtype.go /root/.go/src/go/types/version.go
2025-08-20T22:59:59.4329098Z [00:02:21.694]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
2025-08-20T22:59:59.4349727Z [00:02:21.696]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/71/71eb7aeab5786cfc7a782bcb8b65561caf135fe724c7c77af3e38c364ee42efb-d # internal
2025-08-20T22:59:59.4360025Z [00:02:21.697]➜  golang.org/x/tools/internal/pkgbits
2025-08-20T22:59:59.4362497Z [00:02:21.697]➜  mkdir -p $WORK/b594/
2025-08-20T22:59:59.4367631Z [00:02:21.698]➜  cat >/tmp/go-build2180205415/b594/importcfg << 'EOF' # internal
2025-08-20T22:59:59.4368023Z [00:02:21.698]➜  # import config
2025-08-20T22:59:59.4368393Z [00:02:21.698]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:59.4368835Z [00:02:21.698]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T22:59:59.4369307Z [00:02:21.698]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T22:59:59.4369757Z [00:02:21.698]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:59.4370168Z [00:02:21.698]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.4370599Z [00:02:21.698]➜  packagefile go/constant=/tmp/go-build2180205415/b579/_pkg_.a
2025-08-20T22:59:59.4371040Z [00:02:21.698]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T22:59:59.4371829Z [00:02:21.698]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:59.4372329Z [00:02:21.698]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T22:59:59.4372751Z [00:02:21.698]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:59.4373172Z [00:02:21.698]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:59.4373600Z [00:02:21.698]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:59.4374026Z [00:02:21.698]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.4374340Z [00:02:21.698]➜  EOF
2025-08-20T22:59:59.4378778Z [00:02:21.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b594/_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/b594=>" -p golang.org/x/tools/internal/pkgbits -lang=go1.23 -complete -installsuffix shared -buildid u-Sk4VT9KK2lStCoPH5R/u-Sk4VT9KK2lStCoPH5R -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/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-20T22:59:59.4602503Z [00:02:21.721]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T22:59:59.4624694Z [00:02:21.723]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/f7/f7e87ccc6f01c4ff452deaea27abfba27ca5abcdcd3f85e1af13fa5a5894ad9e-d # internal
2025-08-20T22:59:59.4629237Z [00:02:21.724]➜  cloud.google.com/go/auth/httptransport
2025-08-20T22:59:59.4635980Z [00:02:21.725]➜  mkdir -p $WORK/b556/
2025-08-20T22:59:59.4642934Z [00:02:21.725]➜  cat >/tmp/go-build2180205415/b556/importcfg << 'EOF' # internal
2025-08-20T22:59:59.4643337Z [00:02:21.725]➜  # import config
2025-08-20T22:59:59.4647103Z [00:02:21.726]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T22:59:59.4651552Z [00:02:21.726]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build2180205415/b467/_pkg_.a
2025-08-20T22:59:59.4652197Z [00:02:21.726]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2180205415/b453/_pkg_.a
2025-08-20T22:59:59.4652850Z [00:02:21.726]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build2180205415/b515/_pkg_.a
2025-08-20T22:59:59.4653554Z [00:02:21.726]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build2180205415/b472/_pkg_.a
2025-08-20T22:59:59.4654136Z [00:02:21.726]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:59.4654585Z [00:02:21.726]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:59.4655023Z [00:02:21.726]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:59.4655448Z [00:02:21.726]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.4661056Z [00:02:21.726]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2180205415/b446/_pkg_.a
2025-08-20T22:59:59.4661892Z [00:02:21.726]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build2180205415/b557/_pkg_.a
2025-08-20T22:59:59.4662887Z [00:02:21.726]➜  packagefile golang.org/x/net/http2=/tmp/go-build2180205415/b414/_pkg_.a
2025-08-20T22:59:59.4663461Z [00:02:21.726]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:59.4663883Z [00:02:21.726]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:59.4664605Z [00:02:21.726]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:59.4665069Z [00:02:21.726]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:59.4665479Z [00:02:21.726]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:59.4666432Z [00:02:21.726]➜  EOF
2025-08-20T22:59:59.4670394Z [00:02:21.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b556/_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/b556=>" -p cloud.google.com/go/auth/httptransport -lang=go1.23 -complete -installsuffix shared -buildid R76Mv4YUFhZKMe6NzJgr/R76Mv4YUFhZKMe6NzJgr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b556/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-20T22:59:59.5212104Z [00:02:21.782]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T22:59:59.5224311Z [00:02:21.783]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/18/188f9fecd9a62c945e5fb8c05069f5a7eba5c6e3a4378ca1ede9e46f2065b1f7-d # internal
2025-08-20T22:59:59.5225604Z [00:02:21.784]➜  google.golang.org/api/transport/http
2025-08-20T22:59:59.5226923Z [00:02:21.784]➜  mkdir -p $WORK/b555/
2025-08-20T22:59:59.5234869Z [00:02:21.784]➜  cat >/tmp/go-build2180205415/b555/importcfg << 'EOF' # internal
2025-08-20T22:59:59.5237229Z [00:02:21.785]➜  # import config
2025-08-20T22:59:59.5238695Z [00:02:21.785]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T22:59:59.5239329Z [00:02:21.785]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build2180205415/b467/_pkg_.a
2025-08-20T22:59:59.5239980Z [00:02:21.785]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build2180205415/b556/_pkg_.a
2025-08-20T22:59:59.5240639Z [00:02:21.785]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build2180205415/b480/_pkg_.a
2025-08-20T22:59:59.5241441Z [00:02:21.785]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:59.5241895Z [00:02:21.785]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T22:59:59.5242336Z [00:02:21.785]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:59.5242996Z [00:02:21.785]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build2180205415/b557/_pkg_.a
2025-08-20T22:59:59.5243677Z [00:02:21.785]➜  packagefile golang.org/x/net/http2=/tmp/go-build2180205415/b414/_pkg_.a
2025-08-20T22:59:59.5244201Z [00:02:21.785]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T22:59:59.5244798Z [00:02:21.785]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build2180205415/b563/_pkg_.a
2025-08-20T22:59:59.5245426Z [00:02:21.785]➜  packagefile google.golang.org/api/internal=/tmp/go-build2180205415/b466/_pkg_.a
2025-08-20T22:59:59.5246203Z [00:02:21.785]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build2180205415/b509/_pkg_.a
2025-08-20T22:59:59.5246810Z [00:02:21.785]➜  packagefile google.golang.org/api/option=/tmp/go-build2180205415/b451/_pkg_.a
2025-08-20T22:59:59.5247296Z [00:02:21.785]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T22:59:59.5247721Z [00:02:21.785]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:59.5248143Z [00:02:21.785]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:59.5248455Z [00:02:21.785]➜  EOF
2025-08-20T22:59:59.5250580Z [00:02:21.785]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b555/_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/b555=>" -p google.golang.org/api/transport/http -lang=go1.23 -complete -installsuffix shared -buildid SlQ0F35wpc8TdcEQZfhl/SlQ0F35wpc8TdcEQZfhl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/transport/http/dial.go
2025-08-20T22:59:59.5431137Z [00:02:21.804]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T22:59:59.5451249Z [00:02:21.806]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/83/831bd8012f4140b1429451a28b304046fd60562c1ba7130d5d84eb374240c18a-d # internal
2025-08-20T22:59:59.5452912Z [00:02:21.806]➜  golang.org/x/mod/semver
2025-08-20T22:59:59.5453220Z [00:02:21.806]➜  mkdir -p $WORK/b596/
2025-08-20T22:59:59.5453601Z [00:02:21.806]➜  cat >/tmp/go-build2180205415/b596/importcfg << 'EOF' # internal
2025-08-20T22:59:59.5453951Z [00:02:21.806]➜  # import config
2025-08-20T22:59:59.5454293Z [00:02:21.806]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:59.5454724Z [00:02:21.806]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.5455042Z [00:02:21.806]➜  EOF
2025-08-20T22:59:59.5456893Z [00:02:21.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b596/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.25.0/semver=>golang.org/x/mod@v0.25.0/semver;$WORK/b596=>" -p golang.org/x/mod/semver -lang=go1.23 -complete -installsuffix shared -buildid mQzKBWXbCY40SljRIbbe/mQzKBWXbCY40SljRIbbe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.25.0/semver/semver.go
2025-08-20T22:59:59.5979903Z [00:02:21.859]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T22:59:59.5991433Z [00:02:21.860]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T22:59:59.6002266Z [00:02:21.861]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/e0/e0d9a2b307b0b59433b944dab265e43315c72c7018e15ddd24c0da75e37b64eb-d # internal
2025-08-20T22:59:59.6007838Z [00:02:21.861]➜  golang.org/x/tools/internal/event/label
2025-08-20T22:59:59.6008172Z [00:02:21.862]➜  mkdir -p $WORK/b600/
2025-08-20T22:59:59.6164380Z [00:02:21.877]➜  cat >/tmp/go-build2180205415/b600/importcfg << 'EOF' # internal
2025-08-20T22:59:59.6164851Z [00:02:21.878]➜  # import config
2025-08-20T22:59:59.6165567Z [00:02:21.878]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.6166242Z [00:02:21.878]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:59.6166679Z [00:02:21.878]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:59.6167126Z [00:02:21.878]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:59.6167440Z [00:02:21.878]➜  EOF
2025-08-20T22:59:59.6170411Z [00:02:21.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b600/_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/b600=>" -p golang.org/x/tools/internal/event/label -lang=go1.23 -complete -installsuffix shared -buildid p92GLF91i3QxyXx4yeNt/p92GLF91i3QxyXx4yeNt -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/label/label.go
2025-08-20T22:59:59.6177428Z [00:02:21.879]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/80/803520de040d6ac74a9944f6c7bc2d22a9a57b50702dc39d007a3a8bb1b65d50-d # internal
2025-08-20T22:59:59.6182814Z [00:02:21.879]➜  cloud.google.com/go/secretmanager/apiv1
2025-08-20T22:59:59.6183185Z [00:02:21.879]➜  mkdir -p $WORK/b320/
2025-08-20T22:59:59.6183582Z [00:02:21.879]➜  cat >/tmp/go-build2180205415/b320/importcfg << 'EOF' # internal
2025-08-20T22:59:59.6183929Z [00:02:21.879]➜  # import config
2025-08-20T22:59:59.6184270Z [00:02:21.879]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:59.6184757Z [00:02:21.879]➜  packagefile cloud.google.com/go/iam=/tmp/go-build2180205415/b321/_pkg_.a
2025-08-20T22:59:59.6185353Z [00:02:21.879]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build2180205415/b322/_pkg_.a
2025-08-20T22:59:59.6186242Z [00:02:21.879]➜  packagefile cloud.google.com/go/secretmanager/apiv1/secretmanagerpb=/tmp/go-build2180205415/b443/_pkg_.a
2025-08-20T22:59:59.6187262Z [00:02:21.879]➜  packagefile cloud.google.com/go/secretmanager/internal=/tmp/go-build2180205415/b445/_pkg_.a
2025-08-20T22:59:59.6187883Z [00:02:21.879]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:59.6188302Z [00:02:21.879]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.6188811Z [00:02:21.879]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2180205415/b434/_pkg_.a
2025-08-20T22:59:59.6189446Z [00:02:21.879]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2180205415/b446/_pkg_.a
2025-08-20T22:59:59.6190155Z [00:02:21.879]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build2180205415/b448/_pkg_.a
2025-08-20T22:59:59.6190845Z [00:02:21.879]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build2180205415/b449/_pkg_.a
2025-08-20T22:59:59.6191459Z [00:02:21.879]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2180205415/b438/_pkg_.a
2025-08-20T22:59:59.6192051Z [00:02:21.879]➜  packagefile google.golang.org/api/iterator=/tmp/go-build2180205415/b450/_pkg_.a
2025-08-20T22:59:59.6192623Z [00:02:21.879]➜  packagefile google.golang.org/api/option=/tmp/go-build2180205415/b451/_pkg_.a
2025-08-20T22:59:59.6193250Z [00:02:21.879]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build2180205415/b511/_pkg_.a
2025-08-20T22:59:59.6194095Z [00:02:21.879]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build2180205415/b512/_pkg_.a
2025-08-20T22:59:59.6194722Z [00:02:21.879]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build2180205415/b555/_pkg_.a
2025-08-20T22:59:59.6195450Z [00:02:21.879]➜  packagefile google.golang.org/genproto/googleapis/cloud/location=/tmp/go-build2180205415/b564/_pkg_.a
2025-08-20T22:59:59.6201448Z [00:02:21.879]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T22:59:59.6202014Z [00:02:21.879]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T22:59:59.6202676Z [00:02:21.879]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2180205415/b384/_pkg_.a
2025-08-20T22:59:59.6203563Z [00:02:21.879]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T22:59:59.6204219Z [00:02:21.879]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T22:59:59.6204754Z [00:02:21.879]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:59.6205156Z [00:02:21.879]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T22:59:59.6205621Z [00:02:21.879]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T22:59:59.6206235Z [00:02:21.879]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:59.6206661Z [00:02:21.879]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T22:59:59.6207086Z [00:02:21.879]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T22:59:59.6207513Z [00:02:21.879]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:59.6207826Z [00:02:21.879]➜  EOF
2025-08-20T22:59:59.6213653Z [00:02:21.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b320/_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/b320=>" -p cloud.google.com/go/secretmanager/apiv1 -lang=go1.23 -complete -installsuffix shared -buildid v5J-B1BtFZyurnwW2RYv/v5J-B1BtFZyurnwW2RYv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/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-20T22:59:59.6433771Z [00:02:21.904]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T22:59:59.6464040Z [00:02:21.907]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/fb/fbc7363b42e9c329be5ed572b6b49879ad3c65515199351ff76fc2436adb8e42-d # internal
2025-08-20T22:59:59.6470105Z [00:02:21.908]➜  golang.org/x/tools/internal/event/keys
2025-08-20T22:59:59.6484198Z [00:02:21.908]➜  mkdir -p $WORK/b599/
2025-08-20T22:59:59.6484602Z [00:02:21.908]➜  cat >/tmp/go-build2180205415/b599/importcfg << 'EOF' # internal
2025-08-20T22:59:59.6484951Z [00:02:21.908]➜  # import config
2025-08-20T22:59:59.6485286Z [00:02:21.908]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.6485982Z [00:02:21.908]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build2180205415/b600/_pkg_.a
2025-08-20T22:59:59.6486589Z [00:02:21.908]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:59.6487012Z [00:02:21.908]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:59.6487487Z [00:02:21.908]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:59.6487914Z [00:02:21.908]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:59.6488732Z [00:02:21.908]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.6489055Z [00:02:21.908]➜  EOF
2025-08-20T22:59:59.6491544Z [00:02:21.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b599/_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/b599=>" -p golang.org/x/tools/internal/event/keys -lang=go1.23 -complete -installsuffix shared -buildid jCpwYh2uSjSzV7Ldu4ul/jCpwYh2uSjSzV7Ldu4ul -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/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-20T22:59:59.7193506Z [00:02:21.980]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T22:59:59.7205261Z [00:02:21.981]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/85/857d24a84918a76f1f821055d3f5789ad110b20f5920afac5337d3e0e848f836-d # internal
2025-08-20T22:59:59.7219186Z [00:02:21.982]➜  golang.org/x/tools/internal/event/core
2025-08-20T22:59:59.7219547Z [00:02:21.982]➜  mkdir -p $WORK/b598/
2025-08-20T22:59:59.7219935Z [00:02:21.982]➜  cat >/tmp/go-build2180205415/b598/importcfg << 'EOF' # internal
2025-08-20T22:59:59.7220286Z [00:02:21.982]➜  # import config
2025-08-20T22:59:59.7220634Z [00:02:21.982]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:59.7221056Z [00:02:21.982]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.7221618Z [00:02:21.982]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build2180205415/b599/_pkg_.a
2025-08-20T22:59:59.7222300Z [00:02:21.982]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build2180205415/b600/_pkg_.a
2025-08-20T22:59:59.7222850Z [00:02:21.982]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T22:59:59.7223293Z [00:02:21.982]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:59.7223604Z [00:02:21.982]➜  EOF
2025-08-20T22:59:59.7226642Z [00:02:21.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b598/_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/b598=>" -p golang.org/x/tools/internal/event/core -lang=go1.23 -complete -installsuffix shared -buildid 9alrh6oeqxw6wSNT4bNC/9alrh6oeqxw6wSNT4bNC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b598/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-20T22:59:59.7491700Z [00:02:22.009]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T22:59:59.7493729Z [00:02:22.010]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/a9/a954aa0e3ba23b4d902038141e270f035dd9ceac9cf19d31a6794e323d3941c4-d # internal
2025-08-20T22:59:59.7495581Z [00:02:22.010]➜  golang.org/x/tools/internal/event
2025-08-20T22:59:59.7496228Z [00:02:22.010]➜  mkdir -p $WORK/b597/
2025-08-20T22:59:59.7496719Z [00:02:22.010]➜  cat >/tmp/go-build2180205415/b597/importcfg << 'EOF' # internal
2025-08-20T22:59:59.7498178Z [00:02:22.010]➜  # import config
2025-08-20T22:59:59.7498769Z [00:02:22.010]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:59.7499441Z [00:02:22.010]➜  packagefile golang.org/x/tools/internal/event/core=/tmp/go-build2180205415/b598/_pkg_.a
2025-08-20T22:59:59.7500290Z [00:02:22.010]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build2180205415/b599/_pkg_.a
2025-08-20T22:59:59.7502268Z [00:02:22.010]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build2180205415/b600/_pkg_.a
2025-08-20T22:59:59.7503447Z [00:02:22.010]➜  EOF
2025-08-20T22:59:59.7505552Z [00:02:22.010]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b597/_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/b597=>" -p golang.org/x/tools/internal/event -lang=go1.23 -complete -installsuffix shared -buildid u-DJo38jouOEZTrSYmN0/u-DJo38jouOEZTrSYmN0 -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/event/doc.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/event.go
2025-08-20T22:59:59.7682455Z [00:02:22.029]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T22:59:59.7688859Z [00:02:22.030]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/d0/d01013260fcdad53563316e0f8a5466a9fbaf9a5ba8421867c77f24594c88410-d # internal
2025-08-20T22:59:59.7689741Z [00:02:22.030]➜  golang.org/x/tools/internal/gocommand
2025-08-20T22:59:59.7690059Z [00:02:22.030]➜  mkdir -p $WORK/b595/
2025-08-20T22:59:59.7696455Z [00:02:22.030]➜  cat >/tmp/go-build2180205415/b595/importcfg << 'EOF' # internal
2025-08-20T22:59:59.7696842Z [00:02:22.030]➜  # import config
2025-08-20T22:59:59.7697217Z [00:02:22.030]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T22:59:59.7697652Z [00:02:22.030]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T22:59:59.7698106Z [00:02:22.030]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T22:59:59.7698551Z [00:02:22.030]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T22:59:59.7698968Z [00:02:22.030]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.7699445Z [00:02:22.030]➜  packagefile golang.org/x/mod/semver=/tmp/go-build2180205415/b596/_pkg_.a
2025-08-20T22:59:59.7700036Z [00:02:22.030]➜  packagefile golang.org/x/tools/internal/event=/tmp/go-build2180205415/b597/_pkg_.a
2025-08-20T22:59:59.7700680Z [00:02:22.030]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build2180205415/b599/_pkg_.a
2025-08-20T22:59:59.7701339Z [00:02:22.030]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build2180205415/b600/_pkg_.a
2025-08-20T22:59:59.7701853Z [00:02:22.030]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:59.7702255Z [00:02:22.030]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T22:59:59.7702656Z [00:02:22.030]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:59.7703070Z [00:02:22.030]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T22:59:59.7703519Z [00:02:22.030]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T22:59:59.7703964Z [00:02:22.030]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:59.7704627Z [00:02:22.030]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T22:59:59.7705244Z [00:02:22.030]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:59.7705710Z [00:02:22.030]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.7709575Z [00:02:22.030]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:59.7710018Z [00:02:22.030]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T22:59:59.7710439Z [00:02:22.030]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T22:59:59.7710750Z [00:02:22.030]➜  EOF
2025-08-20T22:59:59.7714652Z [00:02:22.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b595/_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/b595=>" -p golang.org/x/tools/internal/gocommand -lang=go1.23 -complete -installsuffix shared -buildid U562NDTKR0OIdf4X2HLz/U562NDTKR0OIdf4X2HLz -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/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-20T22:59:59.8421580Z [00:02:22.103]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T22:59:59.8431024Z [00:02:22.104]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/41/416d608324599d9e7d177e882cb6bf0f6061ea1abca3358084054d1fd5628390-d # internal
2025-08-20T22:59:59.8437050Z [00:02:22.104]➜  go/printer
2025-08-20T22:59:59.8437385Z [00:02:22.105]➜  mkdir -p $WORK/b605/
2025-08-20T22:59:59.8439541Z [00:02:22.105]➜  cat >/tmp/go-build2180205415/b605/importcfg << 'EOF' # internal
2025-08-20T22:59:59.8441604Z [00:02:22.105]➜  # import config
2025-08-20T22:59:59.8442008Z [00:02:22.105]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.8442696Z [00:02:22.105]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T22:59:59.8443193Z [00:02:22.105]➜  packagefile go/build/constraint=/tmp/go-build2180205415/b241/_pkg_.a
2025-08-20T22:59:59.8443695Z [00:02:22.105]➜  packagefile go/doc/comment=/tmp/go-build2180205415/b079/_pkg_.a
2025-08-20T22:59:59.8444171Z [00:02:22.105]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T22:59:59.8444591Z [00:02:22.105]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T22:59:59.8444998Z [00:02:22.105]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T22:59:59.8445404Z [00:02:22.105]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:59.8445995Z [00:02:22.105]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:59.8446491Z [00:02:22.105]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:59.8474125Z [00:02:22.105]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.8474579Z [00:02:22.105]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:59.8475038Z [00:02:22.105]➜  packagefile text/tabwriter=/tmp/go-build2180205415/b360/_pkg_.a
2025-08-20T22:59:59.8475493Z [00:02:22.105]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T22:59:59.8476131Z [00:02:22.105]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T22:59:59.8476475Z [00:02:22.105]➜  EOF
2025-08-20T22:59:59.8478272Z [00:02:22.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b605/_pkg_.a -trimpath "/root/.go/src/go/printer=>go/printer;$WORK/b605=>" -p go/printer -lang=go1.25 -std -complete -installsuffix shared -buildid DflQV--yVK5lLvsawRMZ/DflQV--yVK5lLvsawRMZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b605/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-20T22:59:59.9598042Z [00:02:22.221]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T22:59:59.9672470Z [00:02:22.228]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/69/6945d60cda1ed32e18cb1765942b2359c75fcca626dbc7bbe9f37557b2464007-d # internal
2025-08-20T22:59:59.9677176Z [00:02:22.228]➜  golang.org/x/mod/internal/lazyregexp
2025-08-20T22:59:59.9677518Z [00:02:22.228]➜  mkdir -p $WORK/b607/
2025-08-20T22:59:59.9684302Z [00:02:22.229]➜  cat >/tmp/go-build2180205415/b607/importcfg << 'EOF' # internal
2025-08-20T22:59:59.9684970Z [00:02:22.229]➜  # import config
2025-08-20T22:59:59.9685967Z [00:02:22.229]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T22:59:59.9687390Z [00:02:22.229]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T22:59:59.9687840Z [00:02:22.229]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.9688265Z [00:02:22.229]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T22:59:59.9688575Z [00:02:22.229]➜  EOF
2025-08-20T22:59:59.9690496Z [00:02:22.230]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b607/_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/b607=>" -p golang.org/x/mod/internal/lazyregexp -lang=go1.23 -complete -installsuffix shared -buildid vREGSLDyH0lbBooKk-0j/vREGSLDyH0lbBooKk-0j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b607/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.25.0/internal/lazyregexp/lazyre.go
2025-08-20T22:59:59.9768761Z [00:02:22.238]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T22:59:59.9959966Z [00:02:22.257]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/23/23e1254842d752495bd98657ddd0cd4fbcfc685faeb6e6b1cc4e6ac7556cce05-d # internal
2025-08-20T22:59:59.9962199Z [00:02:22.257]➜  golang.org/x/tools/go/ast/astutil
2025-08-20T22:59:59.9962533Z [00:02:22.257]➜  mkdir -p $WORK/b608/
2025-08-20T22:59:59.9965320Z [00:02:22.257]➜  cat >/tmp/go-build2180205415/b608/importcfg << 'EOF' # internal
2025-08-20T22:59:59.9966234Z [00:02:22.257]➜  # import config
2025-08-20T22:59:59.9967285Z [00:02:22.257]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T22:59:59.9967800Z [00:02:22.257]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T22:59:59.9968249Z [00:02:22.257]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T22:59:59.9968684Z [00:02:22.257]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T22:59:59.9969111Z [00:02:22.257]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T22:59:59.9969524Z [00:02:22.257]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T22:59:59.9969943Z [00:02:22.257]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T22:59:59.9970370Z [00:02:22.257]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T22:59:59.9970685Z [00:02:22.257]➜  EOF
2025-08-20T22:59:59.9973331Z [00:02:22.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b608/_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/b608=>" -p golang.org/x/tools/go/ast/astutil -lang=go1.23 -complete -installsuffix shared -buildid CpJP4T6L5VI5vnjAMxbY/CpJP4T6L5VI5vnjAMxbY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b608/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:00:00.0003693Z [00:02:22.261]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T23:00:00.0014866Z [00:02:22.263]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/1c/1c5a3e78a06192dba7a1b9bd796acfad325bff7deb0fb1b87c51eea2c3f50b9d-d # internal
2025-08-20T23:00:00.0016582Z [00:02:22.263]➜  golang.org/x/mod/module
2025-08-20T23:00:00.0017375Z [00:02:22.263]➜  mkdir -p $WORK/b606/
2025-08-20T23:00:00.0041186Z [00:02:22.265]➜  cat >/tmp/go-build2180205415/b606/importcfg << 'EOF' # internal
2025-08-20T23:00:00.0042528Z [00:02:22.265]➜  # import config
2025-08-20T23:00:00.0043964Z [00:02:22.265]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T23:00:00.0044968Z [00:02:22.266]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:00.0045444Z [00:02:22.266]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:00.0046095Z [00:02:22.266]➜  packagefile golang.org/x/mod/internal/lazyregexp=/tmp/go-build2180205415/b607/_pkg_.a
2025-08-20T23:00:00.0046732Z [00:02:22.266]➜  packagefile golang.org/x/mod/semver=/tmp/go-build2180205415/b596/_pkg_.a
2025-08-20T23:00:00.0047208Z [00:02:22.266]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:00.0047624Z [00:02:22.266]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:00.0048059Z [00:02:22.266]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:00.0048795Z [00:02:22.266]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:00.0049221Z [00:02:22.266]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:00.0049887Z [00:02:22.266]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:00.0050225Z [00:02:22.266]➜  EOF
2025-08-20T23:00:00.0052091Z [00:02:22.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b606/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.25.0/module=>golang.org/x/mod@v0.25.0/module;$WORK/b606=>" -p golang.org/x/mod/module -lang=go1.23 -complete -installsuffix shared -buildid Qg9CP_0uHFkZTEw7ZMbV/Qg9CP_0uHFkZTEw7ZMbV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b606/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:00:00.0961875Z [00:02:22.357]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T23:00:00.1000872Z [00:02:22.360]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/f1/f13a3afd8578abe7eaef428f3542b87a899d5fdbdb634d6c6fb2f9317b80c618-d # internal
2025-08-20T23:00:00.1001507Z [00:02:22.360]➜  go/format
2025-08-20T23:00:00.1001772Z [00:02:22.360]➜  mkdir -p $WORK/b604/
2025-08-20T23:00:00.1002151Z [00:02:22.360]➜  cat >/tmp/go-build2180205415/b604/importcfg << 'EOF' # internal
2025-08-20T23:00:00.1002500Z [00:02:22.360]➜  # import config
2025-08-20T23:00:00.1002836Z [00:02:22.360]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:00.1003253Z [00:02:22.360]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:00.1003669Z [00:02:22.360]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T23:00:00.1004102Z [00:02:22.360]➜  packagefile go/parser=/tmp/go-build2180205415/b242/_pkg_.a
2025-08-20T23:00:00.1004548Z [00:02:22.360]➜  packagefile go/printer=/tmp/go-build2180205415/b605/_pkg_.a
2025-08-20T23:00:00.1005004Z [00:02:22.360]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T23:00:00.1005432Z [00:02:22.360]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:00.1006054Z [00:02:22.360]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:00.1006441Z [00:02:22.360]➜  EOF
2025-08-20T23:00:00.1007962Z [00:02:22.360]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b604/_pkg_.a -trimpath "/root/.go/src/go/format=>go/format;$WORK/b604=>" -p go/format -lang=go1.25 -std -complete -installsuffix shared -buildid EtBmVOo4aNT0Z4s4VuPi/EtBmVOo4aNT0Z4s4VuPi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b604/importcfg -pack /root/.go/src/go/format/format.go /root/.go/src/go/format/internal.go
2025-08-20T23:00:00.1013434Z [00:02:22.362]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T23:00:00.1072856Z [00:02:22.367]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/0d/0d3a2facb8aebc8d58ac303dcffc2d3c4c88f57189bf7c6e19cdff5c9c0f3682-d # internal
2025-08-20T23:00:00.1073626Z [00:02:22.367]➜  golang.org/x/tools/internal/gopathwalk
2025-08-20T23:00:00.1074068Z [00:02:22.367]➜  mkdir -p $WORK/b609/
2025-08-20T23:00:00.1074508Z [00:02:22.368]➜  cat >/tmp/go-build2180205415/b609/importcfg << 'EOF' # internal
2025-08-20T23:00:00.1074868Z [00:02:22.368]➜  # import config
2025-08-20T23:00:00.1075203Z [00:02:22.368]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:00.1075622Z [00:02:22.368]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:00.1076204Z [00:02:22.368]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:00.1076617Z [00:02:22.368]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:00.1077022Z [00:02:22.368]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:00.1077460Z [00:02:22.368]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:00.1077917Z [00:02:22.368]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:00.1078569Z [00:02:22.368]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:00.1079000Z [00:02:22.368]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:00.1079424Z [00:02:22.368]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:00.1079993Z [00:02:22.368]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:00.1080305Z [00:02:22.368]➜  EOF
2025-08-20T23:00:00.1082229Z [00:02:22.368]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b609/_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/b609=>" -p golang.org/x/tools/internal/gopathwalk -lang=go1.23 -complete -installsuffix shared -buildid KeOMV7tZ-5zJz6XQhiop/KeOMV7tZ-5zJz6XQhiop -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b609/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gopathwalk/walk.go
2025-08-20T23:00:00.1308738Z [00:02:22.392]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T23:00:00.1326019Z [00:02:22.393]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/70/701ccf23941d2b67da3247a65804b7043f0cceb32405bd1fb3ad77fec9be474f-d # internal
2025-08-20T23:00:00.1326689Z [00:02:22.393]➜  encoding/csv
2025-08-20T23:00:00.1326952Z [00:02:22.393]➜  mkdir -p $WORK/b611/
2025-08-20T23:00:00.1327333Z [00:02:22.393]➜  cat >/tmp/go-build2180205415/b611/importcfg << 'EOF' # internal
2025-08-20T23:00:00.1327683Z [00:02:22.393]➜  # import config
2025-08-20T23:00:00.1328022Z [00:02:22.393]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:00.1328442Z [00:02:22.393]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:00.1328860Z [00:02:22.393]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:00.1329273Z [00:02:22.393]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:00.1329883Z [00:02:22.393]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:00.1330403Z [00:02:22.393]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:00.1330832Z [00:02:22.393]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:00.1331286Z [00:02:22.393]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:00.1331618Z [00:02:22.393]➜  EOF
2025-08-20T23:00:00.1333184Z [00:02:22.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b611/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b611=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid FTkU4SFUfHTAgI8mlUkE/FTkU4SFUfHTAgI8mlUkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b611/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T23:00:00.1576319Z [00:02:22.418]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T23:00:00.1614144Z [00:02:22.422]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/e0/e05d2c603221a17367ac93fb3abb20835a24f7045270f67eb8a2f8921e3504ca-d # internal
2025-08-20T23:00:00.1615040Z [00:02:22.422]➜  hash/crc64
2025-08-20T23:00:00.1619624Z [00:02:22.422]➜  mkdir -p $WORK/b612/
2025-08-20T23:00:00.1620097Z [00:02:22.422]➜  cat >/tmp/go-build2180205415/b612/importcfg << 'EOF' # internal
2025-08-20T23:00:00.1620654Z [00:02:22.422]➜  # import config
2025-08-20T23:00:00.1621000Z [00:02:22.422]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:00.1621422Z [00:02:22.422]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:00.1621885Z [00:02:22.422]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T23:00:00.1622347Z [00:02:22.422]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:00.1622655Z [00:02:22.422]➜  EOF
2025-08-20T23:00:00.1624050Z [00:02:22.422]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b612/_pkg_.a -trimpath "/root/.go/src/hash/crc64=>hash/crc64;$WORK/b612=>" -p hash/crc64 -lang=go1.25 -std -complete -installsuffix shared -buildid vIAun-56Mke2ijYIZdG6/vIAun-56Mke2ijYIZdG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack /root/.go/src/hash/crc64/crc64.go
2025-08-20T23:00:00.1851336Z [00:02:22.446]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T23:00:00.1858384Z [00:02:22.447]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d # internal
2025-08-20T23:00:00.1877177Z [00:02:22.449]➜  internal/sysinfo
2025-08-20T23:00:00.1879881Z [00:02:22.449]➜  mkdir -p $WORK/b614/
2025-08-20T23:00:00.1881529Z [00:02:22.449]➜  cat >/tmp/go-build2180205415/b614/importcfg << 'EOF' # internal
2025-08-20T23:00:00.1881884Z [00:02:22.449]➜  # import config
2025-08-20T23:00:00.1882224Z [00:02:22.449]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:00.1882642Z [00:02:22.449]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:00.1883102Z [00:02:22.449]➜  packagefile internal/cpu=/tmp/go-build2180205415/b012/_pkg_.a
2025-08-20T23:00:00.1883549Z [00:02:22.449]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:00.1883949Z [00:02:22.449]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:00.1884373Z [00:02:22.449]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:00.1884977Z [00:02:22.449]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:00.1885414Z [00:02:22.449]➜  EOF
2025-08-20T23:00:00.1889479Z [00:02:22.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b614/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b614=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid ZcoUpv8G6BmM7b04fWaG/ZcoUpv8G6BmM7b04fWaG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b614/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T23:00:00.2112165Z [00:02:22.472]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T23:00:00.2122010Z [00:02:22.473]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/98/9813749492ebfc64271d8c23b2471f641f2d8e97e45f3709f95e620d0b04ef98-d # internal
2025-08-20T23:00:00.2150264Z [00:02:22.476]➜  runtime/trace
2025-08-20T23:00:00.2150730Z [00:02:22.476]➜  mkdir -p $WORK/b615/
2025-08-20T23:00:00.2151217Z [00:02:22.476]➜  cat >/tmp/go-build2180205415/b615/importcfg << 'EOF' # internal
2025-08-20T23:00:00.2151661Z [00:02:22.476]➜  # import config
2025-08-20T23:00:00.2152120Z [00:02:22.476]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:00.2152657Z [00:02:22.476]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:00.2153151Z [00:02:22.476]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:00.2153718Z [00:02:22.476]➜  packagefile internal/trace/tracev2=/tmp/go-build2180205415/b033/_pkg_.a
2025-08-20T23:00:00.2154283Z [00:02:22.476]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:00.2155084Z [00:02:22.476]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:00.2155686Z [00:02:22.476]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:00.2156560Z [00:02:22.476]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:00.2157118Z [00:02:22.476]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:00.2157660Z [00:02:22.476]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:00.2158081Z [00:02:22.476]➜  EOF
2025-08-20T23:00:00.2160598Z [00:02:22.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b615/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b615=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid XwdYjLEyjBDAe0Dn4dqx/XwdYjLEyjBDAe0Dn4dqx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b615/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:00:00.2201392Z [00:02:22.481]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T23:00:00.2215803Z [00:02:22.482]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/b7/b710efaea7491c4eda7d40adeebe7092acb5cc1c43d713ee0c1a74bdff66e47a-d # internal
2025-08-20T23:00:00.2216481Z [00:02:22.482]➜  github.com/BobuSumisu/aho-corasick
2025-08-20T23:00:00.2216790Z [00:02:22.482]➜  mkdir -p $WORK/b618/
2025-08-20T23:00:00.2217167Z [00:02:22.482]➜  cat >/tmp/go-build2180205415/b618/importcfg << 'EOF' # internal
2025-08-20T23:00:00.2217515Z [00:02:22.482]➜  # import config
2025-08-20T23:00:00.2217855Z [00:02:22.482]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:00.2218289Z [00:02:22.482]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:00.2218748Z [00:02:22.482]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:00.2219238Z [00:02:22.482]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:00.2219714Z [00:02:22.482]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:00.2220157Z [00:02:22.482]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:00.2220561Z [00:02:22.482]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:00.2220961Z [00:02:22.482]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:00.2221375Z [00:02:22.482]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:00.2221694Z [00:02:22.482]➜  EOF
2025-08-20T23:00:00.2224602Z [00:02:22.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b618/_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/b618=>" -p github.com/BobuSumisu/aho-corasick -lang=go1.14 -complete -installsuffix shared -buildid qvCkcgnW_dpe4VG9gb0F/qvCkcgnW_dpe4VG9gb0F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b618/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:00:00.2321004Z [00:02:22.493]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T23:00:00.2356260Z [00:02:22.497]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/c5/c5e45fa0534f76eac8a6c4a5a343d646e30bca504819a0ec1183d7bbd6c87b0d-d # internal
2025-08-20T23:00:00.2358582Z [00:02:22.497]➜  net/mail
2025-08-20T23:00:00.2358861Z [00:02:22.497]➜  mkdir -p $WORK/b620/
2025-08-20T23:00:00.2359245Z [00:02:22.497]➜  cat >/tmp/go-build2180205415/b620/importcfg << 'EOF' # internal
2025-08-20T23:00:00.2359608Z [00:02:22.497]➜  # import config
2025-08-20T23:00:00.2360157Z [00:02:22.497]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:00.2360659Z [00:02:22.497]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:00.2361080Z [00:02:22.497]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:00.2361673Z [00:02:22.497]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:00.2362082Z [00:02:22.497]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:00.2362488Z [00:02:22.497]➜  packagefile mime=/tmp/go-build2180205415/b194/_pkg_.a
2025-08-20T23:00:00.2362900Z [00:02:22.497]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:00.2363340Z [00:02:22.497]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T23:00:00.2363792Z [00:02:22.497]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:00.2364222Z [00:02:22.497]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:00.2364829Z [00:02:22.497]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:00.2365280Z [00:02:22.497]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:00.2365613Z [00:02:22.497]➜  EOF
2025-08-20T23:00:00.2367216Z [00:02:22.497]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b620/_pkg_.a -trimpath "/root/.go/src/net/mail=>net/mail;$WORK/b620=>" -p net/mail -lang=go1.25 -std -complete -installsuffix shared -buildid zkILATmEgvgKj8QFUtt2/zkILATmEgvgKj8QFUtt2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b620/importcfg -pack /root/.go/src/net/mail/message.go
2025-08-20T23:00:00.2730223Z [00:02:22.534]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T23:00:00.2737760Z [00:02:22.535]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/68/684389b761ca7f29b2c12afd6c370714e555bfbd57148b9654000b7d636ba193-d # internal
2025-08-20T23:00:00.2739649Z [00:02:22.535]➜  github.com/envoyproxy/protoc-gen-validate/validate
2025-08-20T23:00:00.2740229Z [00:02:22.535]➜  mkdir -p $WORK/b623/
2025-08-20T23:00:00.2742031Z [00:02:22.535]➜  cat >/tmp/go-build2180205415/b623/importcfg << 'EOF' # internal
2025-08-20T23:00:00.2742886Z [00:02:22.535]➜  # import config
2025-08-20T23:00:00.2743414Z [00:02:22.535]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:00.2744196Z [00:02:22.535]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:00.2744900Z [00:02:22.535]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build2180205415/b353/_pkg_.a
2025-08-20T23:00:00.2745623Z [00:02:22.535]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:00.2746634Z [00:02:22.535]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:00.2747474Z [00:02:22.535]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:00.2748017Z [00:02:22.535]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:00.2748329Z [00:02:22.535]➜  EOF
2025-08-20T23:00:00.2750477Z [00:02:22.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b623/_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/b623=>" -p github.com/envoyproxy/protoc-gen-validate/validate -lang=go1.21 -complete -installsuffix shared -buildid azVYHN2HT7ddGDo5b-8E/azVYHN2HT7ddGDo5b-8E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b623/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/protoc-gen-validate@v1.2.1/validate/validate.pb.go
2025-08-20T23:00:00.2760285Z [00:02:22.537]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T23:00:00.2769714Z [00:02:22.538]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/d7/d710179f8695fa16254e99549630099ac5c583c221745d5f018533d4d4fd1b14-d # internal
2025-08-20T23:00:00.2772624Z [00:02:22.538]➜  testing
2025-08-20T23:00:00.2775886Z [00:02:22.538]➜  mkdir -p $WORK/b613/
2025-08-20T23:00:00.2780343Z [00:02:22.539]➜  cat >/tmp/go-build2180205415/b613/importcfg << 'EOF' # internal
2025-08-20T23:00:00.2780949Z [00:02:22.539]➜  # import config
2025-08-20T23:00:00.2781301Z [00:02:22.539]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:00.2781735Z [00:02:22.539]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:00.2782164Z [00:02:22.539]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:00.2782583Z [00:02:22.539]➜  packagefile flag=/tmp/go-build2180205415/b251/_pkg_.a
2025-08-20T23:00:00.2782998Z [00:02:22.539]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:00.2783472Z [00:02:22.539]➜  packagefile internal/race=/tmp/go-build2180205415/b030/_pkg_.a
2025-08-20T23:00:00.2783964Z [00:02:22.539]➜  packagefile internal/sysinfo=/tmp/go-build2180205415/b614/_pkg_.a
2025-08-20T23:00:00.2784656Z [00:02:22.539]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:00.2785072Z [00:02:22.539]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:00.2785500Z [00:02:22.539]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:00.2786117Z [00:02:22.539]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:00.2786566Z [00:02:22.539]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:00.2787016Z [00:02:22.539]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:00.2787441Z [00:02:22.539]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:00.2787885Z [00:02:22.539]➜  packagefile runtime/debug=/tmp/go-build2180205415/b249/_pkg_.a
2025-08-20T23:00:00.2795106Z [00:02:22.539]➜  packagefile runtime/trace=/tmp/go-build2180205415/b615/_pkg_.a
2025-08-20T23:00:00.2795632Z [00:02:22.539]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:00.2796620Z [00:02:22.539]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:00.2797118Z [00:02:22.539]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:00.2797707Z [00:02:22.539]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:00.2798161Z [00:02:22.539]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:00.2798617Z [00:02:22.539]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:00.2799230Z [00:02:22.540]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:00.2799686Z [00:02:22.540]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:00.2800019Z [00:02:22.540]➜  EOF
2025-08-20T23:00:00.2802801Z [00:02:22.540]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b613/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b613=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid d5Peg9FnmXZ0HqDx5aUO/d5Peg9FnmXZ0HqDx5aUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b613/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:00:00.3250845Z [00:02:22.586]➜  go tool buildid -w $WORK/b620/_pkg_.a # internal
2025-08-20T23:00:00.3262201Z [00:02:22.587]➜  cp $WORK/b620/_pkg_.a /root/.cache/go-build/b4/b45f51897099b24c915bd05184d3e6670733f948f51373c5572c33a6078c9c1c-d # internal
2025-08-20T23:00:00.3266859Z [00:02:22.588]➜  github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb
2025-08-20T23:00:00.3276256Z [00:02:22.588]➜  mkdir -p $WORK/b619/
2025-08-20T23:00:00.3276710Z [00:02:22.588]➜  cat >/tmp/go-build2180205415/b619/importcfg << 'EOF' # internal
2025-08-20T23:00:00.3277077Z [00:02:22.588]➜  # import config
2025-08-20T23:00:00.3277615Z [00:02:22.588]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:00.3278151Z [00:02:22.588]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:00.3278746Z [00:02:22.588]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:00.3279326Z [00:02:22.588]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:00.3280035Z [00:02:22.588]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:00.3280726Z [00:02:22.588]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:00.3281264Z [00:02:22.588]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:00.3281681Z [00:02:22.588]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:00.3282115Z [00:02:22.588]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:00.3282723Z [00:02:22.588]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:00.3283150Z [00:02:22.588]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:00.3283571Z [00:02:22.588]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:00.3283990Z [00:02:22.588]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:00.3284405Z [00:02:22.588]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:00.3284819Z [00:02:22.588]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:00.3285256Z [00:02:22.588]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:00.3285590Z [00:02:22.588]➜  EOF
2025-08-20T23:00:00.3293226Z [00:02:22.589]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b619/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/detectorspb=>github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb;$WORK/b619=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb -lang=go1.24 -complete -installsuffix shared -buildid gse9VP61ZrcAjXLv9w-K/gse9VP61ZrcAjXLv9w-K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b619/importcfg -pack ./pkg/pb/detectorspb/detectors.pb.go ./pkg/pb/detectorspb/detectors.pb.validate.go
2025-08-20T23:00:00.5098135Z [00:02:22.771]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T23:00:00.5192373Z [00:02:22.780]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/f4/f4c35cc3d279585e77c4220fa72ff516f33225b4b14c7cc01269dacda2cd3f99-d # internal
2025-08-20T23:00:00.5238252Z [00:02:22.785]➜  github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb
2025-08-20T23:00:00.5239061Z [00:02:22.785]➜  mkdir -p $WORK/b621/
2025-08-20T23:00:00.5239736Z [00:02:22.785]➜  cat >/tmp/go-build2180205415/b621/importcfg << 'EOF' # internal
2025-08-20T23:00:00.5240262Z [00:02:22.785]➜  # import config
2025-08-20T23:00:00.5241050Z [00:02:22.785]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:00.5241721Z [00:02:22.785]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:00.5242301Z [00:02:22.785]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:00.5243036Z [00:02:22.785]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:00.5243886Z [00:02:22.785]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:00.5244726Z [00:02:22.785]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:00.5245598Z [00:02:22.785]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:00.5246526Z [00:02:22.785]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:00.5247152Z [00:02:22.785]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:00.5247908Z [00:02:22.785]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:00.5248544Z [00:02:22.785]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:00.5249271Z [00:02:22.785]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:00.5249871Z [00:02:22.785]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:00.5250451Z [00:02:22.785]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:00.5251032Z [00:02:22.785]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:00.5251630Z [00:02:22.785]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:00.5252270Z [00:02:22.785]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:00.5252789Z [00:02:22.785]➜  EOF
2025-08-20T23:00:00.5255243Z [00:02:22.785]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b621/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/source_metadatapb=>github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb;$WORK/b621=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb -lang=go1.24 -complete -installsuffix shared -buildid AE9ztsyWdGzspbU6vX5s/AE9ztsyWdGzspbU6vX5s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b621/importcfg -pack ./pkg/pb/source_metadatapb/source_metadata.pb.go ./pkg/pb/source_metadatapb/source_metadata.pb.validate.go
2025-08-20T23:00:00.5447765Z [00:02:22.806]➜  go tool buildid -w $WORK/b623/_pkg_.a # internal
2025-08-20T23:00:00.5592935Z [00:02:22.820]➜  cp $WORK/b623/_pkg_.a /root/.cache/go-build/89/89f05716c697c2557efcc10259e7c5e3e75b6d5cc1086609e21d4a137e4cad04-d # internal
2025-08-20T23:00:00.5621846Z [00:02:22.823]➜  github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb
2025-08-20T23:00:00.5624891Z [00:02:22.823]➜  mkdir -p $WORK/b624/
2025-08-20T23:00:00.5630534Z [00:02:22.824]➜  cat >/tmp/go-build2180205415/b624/importcfg << 'EOF' # internal
2025-08-20T23:00:00.5632016Z [00:02:22.824]➜  # import config
2025-08-20T23:00:00.5632395Z [00:02:22.824]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:00.5632828Z [00:02:22.824]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:00.5633257Z [00:02:22.824]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:00.5633852Z [00:02:22.824]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:00.5634581Z [00:02:22.824]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:00.5635286Z [00:02:22.824]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:00.5636116Z [00:02:22.824]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:00.5636902Z [00:02:22.824]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:00.5637410Z [00:02:22.824]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:00.5637845Z [00:02:22.824]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:00.5638274Z [00:02:22.824]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:00.5638701Z [00:02:22.824]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:00.5639114Z [00:02:22.824]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:00.5639530Z [00:02:22.824]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:00.5639947Z [00:02:22.824]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:00.5640355Z [00:02:22.824]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:00.5640796Z [00:02:22.824]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:00.5641125Z [00:02:22.824]➜  EOF
2025-08-20T23:00:00.5672611Z [00:02:22.828]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b624/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/credentialspb=>github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb;$WORK/b624=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb -lang=go1.24 -complete -installsuffix shared -buildid rYYJG1rRBgE0c5IatNeY/rYYJG1rRBgE0c5IatNeY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b624/importcfg -pack ./pkg/pb/credentialspb/credentials.pb.go ./pkg/pb/credentialspb/credentials.pb.validate.go
2025-08-20T23:00:00.7173032Z [00:02:22.978]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T23:00:00.7296229Z [00:02:22.990]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/1b/1b304955388d9449fffa2c50639a5ac28da45288562a65b7551d844708c60aaa-d # internal
2025-08-20T23:00:00.7311067Z [00:02:22.992]➜  github.com/marusama/semaphore/v2
2025-08-20T23:00:00.7312279Z [00:02:22.992]➜  mkdir -p $WORK/b626/
2025-08-20T23:00:00.7314656Z [00:02:22.993]➜  cat >/tmp/go-build2180205415/b626/importcfg << 'EOF' # internal
2025-08-20T23:00:00.7318312Z [00:02:22.993]➜  # import config
2025-08-20T23:00:00.7320811Z [00:02:22.993]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:00.7323080Z [00:02:22.993]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:00.7323573Z [00:02:22.993]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:00.7323906Z [00:02:22.993]➜  EOF
2025-08-20T23:00:00.7325741Z [00:02:22.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b626/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/marusama/semaphore/v2@v2.5.0=>github.com/marusama/semaphore/v2@v2.5.0;$WORK/b626=>" -p github.com/marusama/semaphore/v2 -lang=go1.11 -complete -installsuffix shared -buildid l36CUiSbXWwAniQdg2L0/l36CUiSbXWwAniQdg2L0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b626/importcfg -pack /root/go/pkg/mod/github.com/marusama/semaphore/v2@v2.5.0/semaphore.go
2025-08-20T23:00:00.7501593Z [00:02:23.011]➜  go tool buildid -w $WORK/b626/_pkg_.a # internal
2025-08-20T23:00:00.7504959Z [00:02:23.011]➜  cp $WORK/b626/_pkg_.a /root/.cache/go-build/18/189e80c4bd90244cdf078b259e9b1cccd7895c7028830675314e467d1f931d25-d # internal
2025-08-20T23:00:00.7505537Z [00:02:23.012]➜  expvar
2025-08-20T23:00:00.7505917Z [00:02:23.012]➜  mkdir -p $WORK/b628/
2025-08-20T23:00:00.7508068Z [00:02:23.012]➜  cat >/tmp/go-build2180205415/b628/importcfg << 'EOF' # internal
2025-08-20T23:00:00.7509112Z [00:02:23.012]➜  # import config
2025-08-20T23:00:00.7509549Z [00:02:23.012]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:00.7510053Z [00:02:23.012]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T23:00:00.7510508Z [00:02:23.012]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:00.7510922Z [00:02:23.012]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:00.7511614Z [00:02:23.012]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:00.7512116Z [00:02:23.012]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:00.7512539Z [00:02:23.012]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:00.7512967Z [00:02:23.012]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:00.7513401Z [00:02:23.012]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:00.7513821Z [00:02:23.012]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:00.7514252Z [00:02:23.012]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:00.7514712Z [00:02:23.012]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:00.7515043Z [00:02:23.012]➜  EOF
2025-08-20T23:00:00.7516654Z [00:02:23.012]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b628/_pkg_.a -trimpath "/root/.go/src/expvar=>expvar;$WORK/b628=>" -p expvar -lang=go1.25 -std -complete -installsuffix shared -buildid uLHZN11Kt-OodIlPF12a/uLHZN11Kt-OodIlPF12a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack /root/.go/src/expvar/expvar.go
2025-08-20T23:00:00.8665496Z [00:02:23.128]➜  go tool buildid -w $WORK/b624/_pkg_.a # internal
2025-08-20T23:00:00.8705271Z [00:02:23.132]➜  cp $WORK/b624/_pkg_.a /root/.cache/go-build/58/58c19cb487acef792e445e0b1c4eabc01cc064b5923776096bf3e8a90eedcb50-d # internal
2025-08-20T23:00:00.8711529Z [00:02:23.132]➜  github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb
2025-08-20T23:00:00.8711975Z [00:02:23.132]➜  mkdir -p $WORK/b622/
2025-08-20T23:00:00.8723527Z [00:02:23.133]➜  cat >/tmp/go-build2180205415/b622/importcfg << 'EOF' # internal
2025-08-20T23:00:00.8724056Z [00:02:23.133]➜  # import config
2025-08-20T23:00:00.8724535Z [00:02:23.133]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:00.8725073Z [00:02:23.133]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:00.8725647Z [00:02:23.133]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:00.8726767Z [00:02:23.133]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:00.8727674Z [00:02:23.133]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb=/tmp/go-build2180205415/b624/_pkg_.a
2025-08-20T23:00:00.8728569Z [00:02:23.133]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:00.8729418Z [00:02:23.133]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:00.8730312Z [00:02:23.133]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:00.8731170Z [00:02:23.133]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:00.8732008Z [00:02:23.133]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:00.8732698Z [00:02:23.133]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:00.8733261Z [00:02:23.133]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:00.8733817Z [00:02:23.133]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:00.8734357Z [00:02:23.133]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:00.8734892Z [00:02:23.133]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:00.8735418Z [00:02:23.133]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:00.8736035Z [00:02:23.133]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:00.8736601Z [00:02:23.133]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:00.8737104Z [00:02:23.133]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:00.8737864Z [00:02:23.133]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:00.8738365Z [00:02:23.133]➜  EOF
2025-08-20T23:00:00.8743512Z [00:02:23.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b622/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/sourcespb=>github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb;$WORK/b622=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb -lang=go1.24 -complete -installsuffix shared -buildid 4ujtWzoVdvQxFfEW3Bee/4ujtWzoVdvQxFfEW3Bee -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b622/importcfg -pack ./pkg/pb/sourcespb/sources.pb.go ./pkg/pb/sourcespb/sources.pb.validate.go
2025-08-20T23:00:00.9163469Z [00:02:23.177]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T23:00:00.9189950Z [00:02:23.180]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/ee/eecca3df178e575daf39dd201eb2998f1c538b86b64c795c728b5e7d267fd041-d # internal
2025-08-20T23:00:00.9211505Z [00:02:23.182]➜  github.com/beorn7/perks/quantile
2025-08-20T23:00:00.9212070Z [00:02:23.182]➜  mkdir -p $WORK/b629/
2025-08-20T23:00:00.9217284Z [00:02:23.183]➜  cat >/tmp/go-build2180205415/b629/importcfg << 'EOF' # internal
2025-08-20T23:00:00.9218214Z [00:02:23.183]➜  # import config
2025-08-20T23:00:00.9219048Z [00:02:23.183]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:00.9220074Z [00:02:23.183]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:00.9220443Z [00:02:23.183]➜  EOF
2025-08-20T23:00:00.9222281Z [00:02:23.183]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b629/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile=>github.com/beorn7/perks@v1.0.1/quantile;$WORK/b629=>" -p github.com/beorn7/perks/quantile -lang=go1.11 -complete -installsuffix shared -buildid 33J2bBrDZVjugqmpMaCK/33J2bBrDZVjugqmpMaCK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack /root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile/stream.go
2025-08-20T23:00:00.9654501Z [00:02:23.226]➜  go tool buildid -w $WORK/b577/_pkg_.a # internal
2025-08-20T23:00:00.9730843Z [00:02:23.233]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T23:00:00.9732098Z [00:02:23.234]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/61/610498d50d16738170ca64bbd70b20fc65a5dbc7874e60fb4ad2795fcc611bd9-d # internal
2025-08-20T23:00:00.9732724Z [00:02:23.234]➜  github.com/cespare/xxhash/v2
2025-08-20T23:00:00.9733017Z [00:02:23.234]➜  mkdir -p $WORK/b630/
2025-08-20T23:00:00.9733323Z [00:02:23.234]➜  echo -n > $WORK/b630/go_asm.h # internal
2025-08-20T23:00:00.9733717Z [00:02:23.234]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T23:00:00.9735020Z [00:02:23.234]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/cespare/xxhash/v2 -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b630=>" -I $WORK/b630/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b630/symabis ./xxhash_arm64.s
2025-08-20T23:00:00.9863475Z [00:02:23.247]➜  cat >/tmp/go-build2180205415/b630/importcfg << 'EOF' # internal
2025-08-20T23:00:00.9863930Z [00:02:23.247]➜  # import config
2025-08-20T23:00:00.9864318Z [00:02:23.247]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:00.9864800Z [00:02:23.247]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:00.9865228Z [00:02:23.247]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:00.9865550Z [00:02:23.247]➜  EOF
2025-08-20T23:00:00.9865905Z [00:02:23.247]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:00.9868698Z [00:02:23.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b630/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b630=>" -p github.com/cespare/xxhash/v2 -lang=go1.11 -installsuffix shared -buildid R0L0PSHpZmQQtsmBizg6/R0L0PSHpZmQQtsmBizg6 -goversion go1.25.0 -symabis $WORK/b630/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b630/importcfg -pack -asmhdr $WORK/b630/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:00:00.9915092Z [00:02:23.252]➜  cp $WORK/b577/_pkg_.a /root/.cache/go-build/6a/6a850e3e7116158070c57c0064bd9a92af2b76e43b09c61551ce0d40ae2d5df7-d # internal
2025-08-20T23:00:00.9915734Z [00:02:23.252]➜  golang.org/x/tools/internal/aliases
2025-08-20T23:00:00.9919404Z [00:02:23.252]➜  mkdir -p $WORK/b587/
2025-08-20T23:00:00.9920172Z [00:02:23.252]➜  cat >/tmp/go-build2180205415/b587/importcfg << 'EOF' # internal
2025-08-20T23:00:00.9920545Z [00:02:23.252]➜  # import config
2025-08-20T23:00:00.9920893Z [00:02:23.252]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T23:00:00.9921331Z [00:02:23.252]➜  packagefile go/parser=/tmp/go-build2180205415/b242/_pkg_.a
2025-08-20T23:00:00.9921784Z [00:02:23.252]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T23:00:00.9922565Z [00:02:23.252]➜  packagefile go/types=/tmp/go-build2180205415/b577/_pkg_.a
2025-08-20T23:00:00.9922944Z [00:02:23.252]➜  EOF
2025-08-20T23:00:00.9925136Z [00:02:23.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b587/_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/b587=>" -p golang.org/x/tools/internal/aliases -lang=go1.23 -complete -installsuffix shared -buildid 4UXXwIH8mHk9oTV8O9Bb/4UXXwIH8mHk9oTV8O9Bb -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/aliases/aliases.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/aliases/aliases_go122.go
2025-08-20T23:00:01.0226213Z [00:02:23.284]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T23:00:01.0239588Z [00:02:23.285]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T23:00:01.0244401Z [00:02:23.285]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/cespare/xxhash/v2 -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b630=>" -I $WORK/b630/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b630/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T23:00:01.0254311Z [00:02:23.286]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/f6/f6d2dab93cd0651564448a75f823a8a3a9b29034d3b126a79236345824d831e7-d # internal
2025-08-20T23:00:01.0271755Z [00:02:23.288]➜  golang.org/x/tools/internal/typeparams
2025-08-20T23:00:01.0272792Z [00:02:23.288]➜  mkdir -p $WORK/b590/
2025-08-20T23:00:01.0273348Z [00:02:23.288]➜  cat >/tmp/go-build2180205415/b590/importcfg << 'EOF' # internal
2025-08-20T23:00:01.0273763Z [00:02:23.288]➜  # import config
2025-08-20T23:00:01.0274110Z [00:02:23.288]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:01.0274548Z [00:02:23.288]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.0274961Z [00:02:23.288]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T23:00:01.0275408Z [00:02:23.288]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T23:00:01.0276155Z [00:02:23.288]➜  packagefile go/types=/tmp/go-build2180205415/b577/_pkg_.a
2025-08-20T23:00:01.0276755Z [00:02:23.288]➜  packagefile golang.org/x/tools/internal/aliases=/tmp/go-build2180205415/b587/_pkg_.a
2025-08-20T23:00:01.0277264Z [00:02:23.288]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:01.0277678Z [00:02:23.288]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.0277999Z [00:02:23.288]➜  EOF
2025-08-20T23:00:01.0278254Z [00:02:23.288]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:01.0283332Z [00:02:23.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b590/_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/b590=>" -p golang.org/x/tools/internal/typeparams -lang=go1.23 -complete -installsuffix shared -buildid juGEpDorjVv9FAD614RJ/juGEpDorjVv9FAD614RJ -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/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:00:01.0309714Z [00:02:23.292]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T23:00:01.0310244Z [00:02:23.292]➜  go tool pack r $WORK/b630/_pkg_.a $WORK/b630/xxhash_arm64.o # internal
2025-08-20T23:00:01.0314673Z [00:02:23.293]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T23:00:01.0327940Z [00:02:23.294]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/2e/2ebcd9b81308f497c5e0b7005b7f554eab2910636c1cd3638a43c54dc2de8e55-d # internal
2025-08-20T23:00:01.0334596Z [00:02:23.294]➜  golang.org/x/tools/internal/versions
2025-08-20T23:00:01.0334935Z [00:02:23.294]➜  mkdir -p $WORK/b593/
2025-08-20T23:00:01.0350969Z [00:02:23.296]➜  cat >/tmp/go-build2180205415/b593/importcfg << 'EOF' # internal
2025-08-20T23:00:01.0351570Z [00:02:23.296]➜  # import config
2025-08-20T23:00:01.0351921Z [00:02:23.296]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T23:00:01.0352352Z [00:02:23.296]➜  packagefile go/types=/tmp/go-build2180205415/b577/_pkg_.a
2025-08-20T23:00:01.0352788Z [00:02:23.296]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.0353101Z [00:02:23.296]➜  EOF
2025-08-20T23:00:01.0355966Z [00:02:23.297]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:01.0359444Z [00:02:23.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b593/_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/b593=>" -p golang.org/x/tools/internal/versions -lang=go1.23 -complete -installsuffix shared -buildid BFpGaB2Zu9I4KUR9z0B4/BFpGaB2Zu9I4KUR9z0B4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b593/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:00:01.0614362Z [00:02:23.320]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T23:00:01.0616011Z [00:02:23.322]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/cb/cbe84fbcb0af0c88cdbd011ce9f66f447e6ebcaf55c567534b1f4babfc02a061-d # internal
2025-08-20T23:00:01.0617678Z [00:02:23.322]➜  golang.org/x/tools/internal/modindex
2025-08-20T23:00:01.0618041Z [00:02:23.322]➜  mkdir -p $WORK/b610/
2025-08-20T23:00:01.0619091Z [00:02:23.322]➜  cat >/tmp/go-build2180205415/b610/importcfg << 'EOF' # internal
2025-08-20T23:00:01.0619506Z [00:02:23.322]➜  # import config
2025-08-20T23:00:01.0619853Z [00:02:23.322]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:01.0620317Z [00:02:23.322]➜  packagefile encoding/csv=/tmp/go-build2180205415/b611/_pkg_.a
2025-08-20T23:00:01.0620761Z [00:02:23.322]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:01.0621176Z [00:02:23.322]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.0621586Z [00:02:23.322]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T23:00:01.0622018Z [00:02:23.322]➜  packagefile go/parser=/tmp/go-build2180205415/b242/_pkg_.a
2025-08-20T23:00:01.0622454Z [00:02:23.322]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T23:00:01.0622891Z [00:02:23.322]➜  packagefile go/types=/tmp/go-build2180205415/b577/_pkg_.a
2025-08-20T23:00:01.0623713Z [00:02:23.322]➜  packagefile golang.org/x/mod/semver=/tmp/go-build2180205415/b596/_pkg_.a
2025-08-20T23:00:01.0624487Z [00:02:23.322]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:01.0625206Z [00:02:23.322]➜  packagefile golang.org/x/tools/internal/gopathwalk=/tmp/go-build2180205415/b609/_pkg_.a
2025-08-20T23:00:01.0626293Z [00:02:23.322]➜  packagefile hash/crc64=/tmp/go-build2180205415/b612/_pkg_.a
2025-08-20T23:00:01.0626812Z [00:02:23.322]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:01.0627223Z [00:02:23.322]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:01.0627629Z [00:02:23.322]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:01.0628028Z [00:02:23.322]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:01.0628463Z [00:02:23.322]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:01.0628923Z [00:02:23.322]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:01.0629359Z [00:02:23.322]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:01.0629778Z [00:02:23.322]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:01.0630475Z [00:02:23.322]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:01.0630902Z [00:02:23.322]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.0631321Z [00:02:23.322]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:01.0631735Z [00:02:23.322]➜  packagefile testing=/tmp/go-build2180205415/b613/_pkg_.a
2025-08-20T23:00:01.0632153Z [00:02:23.322]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:01.0632462Z [00:02:23.322]➜  EOF
2025-08-20T23:00:01.0635937Z [00:02:23.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b610/_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/b610=>" -p golang.org/x/tools/internal/modindex -lang=go1.23 -complete -installsuffix shared -buildid UHCace1TE8LVwnKXvoJS/UHCace1TE8LVwnKXvoJS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b610/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:00:01.1049723Z [00:02:23.366]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T23:00:01.1077439Z [00:02:23.367]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/a9/a95801c90ed295329752c08b66c8cba829fcd5bb5fd3e6f72fe94aab4499a569-d # internal
2025-08-20T23:00:01.1079382Z [00:02:23.369]➜  golang.org/x/tools/go/types/typeutil
2025-08-20T23:00:01.1081538Z [00:02:23.369]➜  mkdir -p $WORK/b589/
2025-08-20T23:00:01.1082332Z [00:02:23.369]➜  cat >/tmp/go-build2180205415/b589/importcfg << 'EOF' # internal
2025-08-20T23:00:01.1083572Z [00:02:23.369]➜  # import config
2025-08-20T23:00:01.1083948Z [00:02:23.369]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:01.1084370Z [00:02:23.369]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.1084788Z [00:02:23.369]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T23:00:01.1085218Z [00:02:23.369]➜  packagefile go/types=/tmp/go-build2180205415/b577/_pkg_.a
2025-08-20T23:00:01.1085998Z [00:02:23.369]➜  packagefile golang.org/x/tools/internal/typeparams=/tmp/go-build2180205415/b590/_pkg_.a
2025-08-20T23:00:01.1086618Z [00:02:23.369]➜  packagefile hash/maphash=/tmp/go-build2180205415/b591/_pkg_.a
2025-08-20T23:00:01.1087053Z [00:02:23.369]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:01.1087592Z [00:02:23.369]➜  EOF
2025-08-20T23:00:01.1090800Z [00:02:23.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b589/_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/b589=>" -p golang.org/x/tools/go/types/typeutil -lang=go1.23 -complete -installsuffix shared -buildid EeWv17xos-elo84ccYrJ/EeWv17xos-elo84ccYrJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b589/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:00:01.1782308Z [00:02:23.439]➜  go tool buildid -w $WORK/b621/_pkg_.a # internal
2025-08-20T23:00:01.1900497Z [00:02:23.451]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T23:00:01.1916340Z [00:02:23.453]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/dc/dc4cf0336b4e687063b232ec6903517eb0613e4fafc5dc3b5d6bdf6ab89919db-d # internal
2025-08-20T23:00:01.1917223Z [00:02:23.453]➜  golang.org/x/tools/internal/typesinternal
2025-08-20T23:00:01.1927653Z [00:02:23.453]➜  mkdir -p $WORK/b588/
2025-08-20T23:00:01.1929342Z [00:02:23.453]➜  cat >/tmp/go-build2180205415/b588/importcfg << 'EOF' # internal
2025-08-20T23:00:01.1929906Z [00:02:23.453]➜  # import config
2025-08-20T23:00:01.1930336Z [00:02:23.453]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.1930844Z [00:02:23.453]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T23:00:01.1935070Z [00:02:23.453]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T23:00:01.1935967Z [00:02:23.453]➜  packagefile go/types=/tmp/go-build2180205415/b577/_pkg_.a
2025-08-20T23:00:01.1936761Z [00:02:23.453]➜  packagefile golang.org/x/tools/go/types/typeutil=/tmp/go-build2180205415/b589/_pkg_.a
2025-08-20T23:00:01.1937840Z [00:02:23.453]➜  packagefile golang.org/x/tools/internal/aliases=/tmp/go-build2180205415/b587/_pkg_.a
2025-08-20T23:00:01.1938637Z [00:02:23.453]➜  packagefile golang.org/x/tools/internal/stdlib=/tmp/go-build2180205415/b592/_pkg_.a
2025-08-20T23:00:01.1940073Z [00:02:23.453]➜  packagefile golang.org/x/tools/internal/versions=/tmp/go-build2180205415/b593/_pkg_.a
2025-08-20T23:00:01.1940608Z [00:02:23.453]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:01.1941035Z [00:02:23.453]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:01.1941463Z [00:02:23.453]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.1941775Z [00:02:23.453]➜  EOF
2025-08-20T23:00:01.1946762Z [00:02:23.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b588/_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/b588=>" -p golang.org/x/tools/internal/typesinternal -lang=go1.23 -complete -installsuffix shared -buildid d89qQ44t_cYT_Nhhn9C1/d89qQ44t_cYT_Nhhn9C1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b588/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:00:01.2021097Z [00:02:23.463]➜  cp $WORK/b621/_pkg_.a /root/.cache/go-build/bd/bd25980ed14b83b1db475df09886b22990fefddff29be66dadb7f512e4f5f3e7-d # internal
2025-08-20T23:00:01.2027911Z [00:02:23.464]➜  github.com/prometheus/client_model/go
2025-08-20T23:00:01.2028275Z [00:02:23.464]➜  mkdir -p $WORK/b632/
2025-08-20T23:00:01.2037856Z [00:02:23.465]➜  cat >/tmp/go-build2180205415/b632/importcfg << 'EOF' # internal
2025-08-20T23:00:01.2039536Z [00:02:23.465]➜  # import config
2025-08-20T23:00:01.2040063Z [00:02:23.465]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:01.2040778Z [00:02:23.465]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:01.2041503Z [00:02:23.465]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:01.2042095Z [00:02:23.465]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:01.2042774Z [00:02:23.465]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:01.2043093Z [00:02:23.465]➜  EOF
2025-08-20T23:00:01.2047668Z [00:02:23.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b632/_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/b632=>" -p github.com/prometheus/client_model/go -lang=go1.19 -complete -installsuffix shared -buildid PAl9RJa0m7-jGnZZClcU/PAl9RJa0m7-jGnZZClcU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b632/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_model@v0.6.1/go/metrics.pb.go
2025-08-20T23:00:01.2094453Z [00:02:23.471]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T23:00:01.2118411Z [00:02:23.473]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/e6/e6338ceb627bebbf3187d15d8ce9d6a97d884feb23be66c1e7d5e129ed60d4b9-d # internal
2025-08-20T23:00:01.2122892Z [00:02:23.473]➜  golang.org/x/tools/internal/imports
2025-08-20T23:00:01.2124258Z [00:02:23.474]➜  mkdir -p $WORK/b603/
2025-08-20T23:00:01.2129044Z [00:02:23.474]➜  cat >/tmp/go-build2180205415/b603/importcfg << 'EOF' # internal
2025-08-20T23:00:01.2129417Z [00:02:23.474]➜  # import config
2025-08-20T23:00:01.2129770Z [00:02:23.474]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:01.2130192Z [00:02:23.474]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:01.2130617Z [00:02:23.474]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:01.2131069Z [00:02:23.474]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:01.2131506Z [00:02:23.474]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.2131919Z [00:02:23.474]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T23:00:01.2132344Z [00:02:23.474]➜  packagefile go/build=/tmp/go-build2180205415/b240/_pkg_.a
2025-08-20T23:00:01.2132787Z [00:02:23.474]➜  packagefile go/format=/tmp/go-build2180205415/b604/_pkg_.a
2025-08-20T23:00:01.2133240Z [00:02:23.474]➜  packagefile go/parser=/tmp/go-build2180205415/b242/_pkg_.a
2025-08-20T23:00:01.2133687Z [00:02:23.474]➜  packagefile go/printer=/tmp/go-build2180205415/b605/_pkg_.a
2025-08-20T23:00:01.2134137Z [00:02:23.474]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T23:00:01.2134570Z [00:02:23.474]➜  packagefile go/types=/tmp/go-build2180205415/b577/_pkg_.a
2025-08-20T23:00:01.2135065Z [00:02:23.474]➜  packagefile golang.org/x/mod/module=/tmp/go-build2180205415/b606/_pkg_.a
2025-08-20T23:00:01.2135618Z [00:02:23.474]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:01.2136504Z [00:02:23.474]➜  packagefile golang.org/x/tools/go/ast/astutil=/tmp/go-build2180205415/b608/_pkg_.a
2025-08-20T23:00:01.2137119Z [00:02:23.474]➜  packagefile golang.org/x/tools/internal/event=/tmp/go-build2180205415/b597/_pkg_.a
2025-08-20T23:00:01.2137991Z [00:02:23.474]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build2180205415/b595/_pkg_.a
2025-08-20T23:00:01.2138800Z [00:02:23.474]➜  packagefile golang.org/x/tools/internal/gopathwalk=/tmp/go-build2180205415/b609/_pkg_.a
2025-08-20T23:00:01.2139497Z [00:02:23.474]➜  packagefile golang.org/x/tools/internal/modindex=/tmp/go-build2180205415/b610/_pkg_.a
2025-08-20T23:00:01.2140127Z [00:02:23.474]➜  packagefile golang.org/x/tools/internal/stdlib=/tmp/go-build2180205415/b592/_pkg_.a
2025-08-20T23:00:01.2140622Z [00:02:23.474]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:01.2141029Z [00:02:23.474]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:01.2144674Z [00:02:23.474]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:01.2145115Z [00:02:23.474]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:01.2145523Z [00:02:23.474]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T23:00:01.2146145Z [00:02:23.474]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:01.2146778Z [00:02:23.474]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:01.2147231Z [00:02:23.474]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:01.2147850Z [00:02:23.474]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:01.2148276Z [00:02:23.474]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:01.2148698Z [00:02:23.474]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:01.2149107Z [00:02:23.474]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:01.2149523Z [00:02:23.474]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:01.2149948Z [00:02:23.474]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.2150362Z [00:02:23.474]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:01.2150772Z [00:02:23.474]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:01.2151200Z [00:02:23.474]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:01.2151644Z [00:02:23.474]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:01.2151988Z [00:02:23.474]➜  EOF
2025-08-20T23:00:01.2155957Z [00:02:23.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b603/_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/b603=>" -p golang.org/x/tools/internal/imports -lang=go1.23 -complete -installsuffix shared -buildid lV9fWdITWkRGFOTxs8hy/lV9fWdITWkRGFOTxs8hy -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/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:00:01.2726000Z [00:02:23.534]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T23:00:01.2776095Z [00:02:23.539]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/cb/cbf1654ff5b74b09095f13e23c381b9cb4d12ef9d973e62ff72091b7fa95a018-d # internal
2025-08-20T23:00:01.2778278Z [00:02:23.539]➜  golang.org/x/tools/go/types/objectpath
2025-08-20T23:00:01.2779600Z [00:02:23.539]➜  mkdir -p $WORK/b586/
2025-08-20T23:00:01.2784353Z [00:02:23.540]➜  go tool buildid -w $WORK/b632/_pkg_.a # internal
2025-08-20T23:00:01.2789827Z [00:02:23.540]➜  cat >/tmp/go-build2180205415/b586/importcfg << 'EOF' # internal
2025-08-20T23:00:01.2791637Z [00:02:23.540]➜  # import config
2025-08-20T23:00:01.2792096Z [00:02:23.540]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.2792679Z [00:02:23.540]➜  packagefile go/types=/tmp/go-build2180205415/b577/_pkg_.a
2025-08-20T23:00:01.2793332Z [00:02:23.540]➜  packagefile golang.org/x/tools/internal/aliases=/tmp/go-build2180205415/b587/_pkg_.a
2025-08-20T23:00:01.2794013Z [00:02:23.540]➜  packagefile golang.org/x/tools/internal/typesinternal=/tmp/go-build2180205415/b588/_pkg_.a
2025-08-20T23:00:01.2794561Z [00:02:23.540]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:01.2794987Z [00:02:23.540]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.2795304Z [00:02:23.540]➜  EOF
2025-08-20T23:00:01.2797402Z [00:02:23.540]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b586/_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/b586=>" -p golang.org/x/tools/go/types/objectpath -lang=go1.23 -complete -installsuffix shared -buildid tLJt-zJW7RoqyF3z_pTO/tLJt-zJW7RoqyF3z_pTO -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/types/objectpath/objectpath.go
2025-08-20T23:00:01.2809033Z [00:02:23.541]➜  cp $WORK/b632/_pkg_.a /root/.cache/go-build/78/78a44b5bba703276ffbabc475791eeb268f3c708ad699c322a8c337ccd80f9a6-d # internal
2025-08-20T23:00:01.2811723Z [00:02:23.541]➜  github.com/prometheus/common/model
2025-08-20T23:00:01.2812038Z [00:02:23.542]➜  mkdir -p $WORK/b633/
2025-08-20T23:00:01.2812410Z [00:02:23.542]➜  cat >/tmp/go-build2180205415/b633/importcfg << 'EOF' # internal
2025-08-20T23:00:01.2812751Z [00:02:23.542]➜  # import config
2025-08-20T23:00:01.2813090Z [00:02:23.542]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:01.2813539Z [00:02:23.542]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:01.2813991Z [00:02:23.542]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:01.2814418Z [00:02:23.542]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.2814951Z [00:02:23.542]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build2180205415/b632/_pkg_.a
2025-08-20T23:00:01.2815575Z [00:02:23.542]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:01.2816203Z [00:02:23.542]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:01.2816626Z [00:02:23.542]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:01.2817045Z [00:02:23.542]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:01.2817457Z [00:02:23.542]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:01.2817879Z [00:02:23.542]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:01.2818306Z [00:02:23.542]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.2818735Z [00:02:23.542]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:01.2819186Z [00:02:23.542]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:01.2819519Z [00:02:23.542]➜  EOF
2025-08-20T23:00:01.2825682Z [00:02:23.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b633/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model=>github.com/prometheus/common@v0.55.0/model;$WORK/b633=>" -p github.com/prometheus/common/model -lang=go1.20 -complete -installsuffix shared -buildid D-1dkL7yD9YwBPgtCL9x/D-1dkL7yD9YwBPgtCL9x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b633/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:00:01.3823730Z [00:02:23.643]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T23:00:01.3841944Z [00:02:23.645]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/58/58192f6a515fd502f06dd1a32c438f6618293f756ff5c273f3e0c0a2eb28f535-d # internal
2025-08-20T23:00:01.3856447Z [00:02:23.646]➜  golang.org/x/tools/internal/gcimporter
2025-08-20T23:00:01.3858740Z [00:02:23.646]➜  mkdir -p $WORK/b585/
2025-08-20T23:00:01.3859141Z [00:02:23.646]➜  cat >/tmp/go-build2180205415/b585/importcfg << 'EOF' # internal
2025-08-20T23:00:01.3859508Z [00:02:23.646]➜  # import config
2025-08-20T23:00:01.3859851Z [00:02:23.646]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:01.3860265Z [00:02:23.646]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:01.3860717Z [00:02:23.646]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:01.3861170Z [00:02:23.646]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:01.3861583Z [00:02:23.646]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.3862004Z [00:02:23.646]➜  packagefile go/build=/tmp/go-build2180205415/b240/_pkg_.a
2025-08-20T23:00:01.3862463Z [00:02:23.646]➜  packagefile go/constant=/tmp/go-build2180205415/b579/_pkg_.a
2025-08-20T23:00:01.3862925Z [00:02:23.646]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T23:00:01.3863361Z [00:02:23.646]➜  packagefile go/types=/tmp/go-build2180205415/b577/_pkg_.a
2025-08-20T23:00:01.3863925Z [00:02:23.646]➜  packagefile golang.org/x/tools/go/types/objectpath=/tmp/go-build2180205415/b586/_pkg_.a
2025-08-20T23:00:01.3864567Z [00:02:23.646]➜  packagefile golang.org/x/tools/internal/aliases=/tmp/go-build2180205415/b587/_pkg_.a
2025-08-20T23:00:01.3865193Z [00:02:23.646]➜  packagefile golang.org/x/tools/internal/pkgbits=/tmp/go-build2180205415/b594/_pkg_.a
2025-08-20T23:00:01.3866016Z [00:02:23.646]➜  packagefile golang.org/x/tools/internal/typesinternal=/tmp/go-build2180205415/b588/_pkg_.a
2025-08-20T23:00:01.3866615Z [00:02:23.646]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:01.3867294Z [00:02:23.646]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:01.3867819Z [00:02:23.646]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:01.3868241Z [00:02:23.646]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:00:01.3868696Z [00:02:23.646]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:01.3869152Z [00:02:23.646]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:01.3869576Z [00:02:23.646]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:01.3869991Z [00:02:23.646]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:01.3870409Z [00:02:23.646]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:01.3870834Z [00:02:23.646]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.3871244Z [00:02:23.646]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:01.3871550Z [00:02:23.646]➜  EOF
2025-08-20T23:00:01.3875668Z [00:02:23.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b585/_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/b585=>" -p golang.org/x/tools/internal/gcimporter -lang=go1.23 -complete -installsuffix shared -buildid cS9Pc7SzmZcPYMJucSsU/cS9Pc7SzmZcPYMJucSsU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b585/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:00:01.5033087Z [00:02:23.764]➜  go tool buildid -w $WORK/b633/_pkg_.a # internal
2025-08-20T23:00:01.5103834Z [00:02:23.771]➜  cp $WORK/b633/_pkg_.a /root/.cache/go-build/32/32876bf656f1032c255b9d62d1dac0c4a7f5976619e9fb9b95c0611e5984e94d-d # internal
2025-08-20T23:00:01.5128766Z [00:02:23.773]➜  github.com/prometheus/client_golang/prometheus/internal
2025-08-20T23:00:01.5129284Z [00:02:23.774]➜  mkdir -p $WORK/b631/
2025-08-20T23:00:01.5136098Z [00:02:23.775]➜  cat >/tmp/go-build2180205415/b631/importcfg << 'EOF' # internal
2025-08-20T23:00:01.5136988Z [00:02:23.775]➜  # import config
2025-08-20T23:00:01.5137778Z [00:02:23.775]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:01.5138772Z [00:02:23.775]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:01.5139245Z [00:02:23.775]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.5139810Z [00:02:23.775]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build2180205415/b632/_pkg_.a
2025-08-20T23:00:01.5140471Z [00:02:23.775]➜  packagefile github.com/prometheus/common/model=/tmp/go-build2180205415/b633/_pkg_.a
2025-08-20T23:00:01.5140983Z [00:02:23.775]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:01.5141399Z [00:02:23.775]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:01.5141812Z [00:02:23.775]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:01.5142235Z [00:02:23.775]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:01.5142708Z [00:02:23.775]➜  packagefile runtime/metrics=/tmp/go-build2180205415/b634/_pkg_.a
2025-08-20T23:00:01.5143161Z [00:02:23.775]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:01.5143584Z [00:02:23.775]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.5143901Z [00:02:23.775]➜  EOF
2025-08-20T23:00:01.5148076Z [00:02:23.775]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b631/_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/b631=>" -p github.com/prometheus/client_golang/prometheus/internal -lang=go1.20 -complete -installsuffix shared -buildid sdtaH6eHyKh9iDI-WAp8/sdtaH6eHyKh9iDI-WAp8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b631/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:00:01.5882557Z [00:02:23.849]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T23:00:01.5883830Z [00:02:23.850]➜  go tool buildid -w $WORK/b631/_pkg_.a # internal
2025-08-20T23:00:01.5899368Z [00:02:23.851]➜  cp $WORK/b631/_pkg_.a /root/.cache/go-build/04/04082307a4debb2f1bb9a1566479e7c566d8bc9ba6e20d7ce835c28ca2fcfb3e-d # internal
2025-08-20T23:00:01.5977148Z [00:02:23.859]➜  github.com/munnerz/goautoneg
2025-08-20T23:00:01.5977953Z [00:02:23.859]➜  mkdir -p $WORK/b636/
2025-08-20T23:00:01.5983541Z [00:02:23.859]➜  cat >/tmp/go-build2180205415/b636/importcfg << 'EOF' # internal
2025-08-20T23:00:01.5985074Z [00:02:23.860]➜  # import config
2025-08-20T23:00:01.5985454Z [00:02:23.860]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:01.5986045Z [00:02:23.860]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:01.5986546Z [00:02:23.860]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.5986867Z [00:02:23.860]➜  EOF
2025-08-20T23:00:01.5989006Z [00:02:23.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b636/_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/b636=>" -p github.com/munnerz/goautoneg -lang=go1.16 -complete -installsuffix shared -buildid Wd8hT5OKTvEBSA7ibi-E/Wd8hT5OKTvEBSA7ibi-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b636/importcfg -pack /root/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822/autoneg.go
2025-08-20T23:00:01.6049994Z [00:02:23.866]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/5a/5a8a6955ffdee4127ff91b363d9815f7f178e2575225ed5abf28afa46e7f0f39-d # internal
2025-08-20T23:00:01.6053863Z [00:02:23.866]➜  golang.org/x/tools/imports
2025-08-20T23:00:01.6054183Z [00:02:23.866]➜  mkdir -p $WORK/b602/
2025-08-20T23:00:01.6054563Z [00:02:23.866]➜  cat >/tmp/go-build2180205415/b602/importcfg << 'EOF' # internal
2025-08-20T23:00:01.6054912Z [00:02:23.866]➜  # import config
2025-08-20T23:00:01.6055399Z [00:02:23.866]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build2180205415/b595/_pkg_.a
2025-08-20T23:00:01.6056245Z [00:02:23.866]➜  packagefile golang.org/x/tools/internal/imports=/tmp/go-build2180205415/b603/_pkg_.a
2025-08-20T23:00:01.6056773Z [00:02:23.866]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:01.6057188Z [00:02:23.866]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:01.6057489Z [00:02:23.866]➜  EOF
2025-08-20T23:00:01.6059222Z [00:02:23.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b602/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/imports=>golang.org/x/tools@v0.34.0/imports;$WORK/b602=>" -p golang.org/x/tools/imports -lang=go1.23 -complete -installsuffix shared -buildid X2PgXrsXjD3Jxr0oV0ue/X2PgXrsXjD3Jxr0oV0ue -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b602/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/imports/forward.go
2025-08-20T23:00:01.6372876Z [00:02:23.898]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T23:00:01.6377609Z [00:02:23.899]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/34/34f59390a0251103d487f188dfa6cde51e148518dab37ffd9a2415937122a0c8-d # internal
2025-08-20T23:00:01.6407982Z [00:02:23.900]➜  google.golang.org/protobuf/encoding/protodelim
2025-08-20T23:00:01.6409413Z [00:02:23.902]➜  mkdir -p $WORK/b637/
2025-08-20T23:00:01.6410342Z [00:02:23.902]➜  cat >/tmp/go-build2180205415/b637/importcfg << 'EOF' # internal
2025-08-20T23:00:01.6411130Z [00:02:23.902]➜  # import config
2025-08-20T23:00:01.6411789Z [00:02:23.902]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:01.6412817Z [00:02:23.902]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:01.6413345Z [00:02:23.902]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.6413925Z [00:02:23.902]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2180205415/b326/_pkg_.a
2025-08-20T23:00:01.6414630Z [00:02:23.902]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2180205415/b327/_pkg_.a
2025-08-20T23:00:01.6415578Z [00:02:23.902]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:01.6416274Z [00:02:23.902]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:01.6416788Z [00:02:23.902]➜  EOF
2025-08-20T23:00:01.6418867Z [00:02:23.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b637/_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/b637=>" -p google.golang.org/protobuf/encoding/protodelim -lang=go1.23 -complete -installsuffix shared -buildid XEUFz-J1BzhnHo7t_Sb_/XEUFz-J1BzhnHo7t_Sb_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protodelim/protodelim.go
2025-08-20T23:00:01.6608999Z [00:02:23.922]➜  go tool buildid -w $WORK/b636/_pkg_.a # internal
2025-08-20T23:00:01.6625582Z [00:02:23.924]➜  cp $WORK/b636/_pkg_.a /root/.cache/go-build/86/8636a61652abe6801377ab4cabf9071ab2fb47d07c6e612f887ff17d4cc7cce9-d # internal
2025-08-20T23:00:01.6644912Z [00:02:23.926]➜  github.com/prometheus/procfs/internal/fs
2025-08-20T23:00:01.6647037Z [00:02:23.926]➜  mkdir -p $WORK/b639/
2025-08-20T23:00:01.6647997Z [00:02:23.926]➜  cat >/tmp/go-build2180205415/b639/importcfg << 'EOF' # internal
2025-08-20T23:00:01.6648380Z [00:02:23.926]➜  # import config
2025-08-20T23:00:01.6648719Z [00:02:23.926]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.6649128Z [00:02:23.926]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:01.6649574Z [00:02:23.926]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:01.6649912Z [00:02:23.926]➜  EOF
2025-08-20T23:00:01.6651877Z [00:02:23.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b639/_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/b639=>" -p github.com/prometheus/procfs/internal/fs -lang=go1.20 -complete -installsuffix shared -buildid g7_cYIPkkzx-Xz7ypO5W/g7_cYIPkkzx-Xz7ypO5W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/fs/fs.go
2025-08-20T23:00:01.6920981Z [00:02:23.951]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T23:00:01.6921880Z [00:02:23.953]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/71/71c8aa6758f97e065485e2c43724c06c3f10ca2d2e43176ad7a912a03b6f45bf-d # internal
2025-08-20T23:00:01.6922499Z [00:02:23.953]➜  github.com/prometheus/procfs/internal/util
2025-08-20T23:00:01.6922818Z [00:02:23.953]➜  mkdir -p $WORK/b640/
2025-08-20T23:00:01.6923200Z [00:02:23.953]➜  cat >/tmp/go-build2180205415/b640/importcfg << 'EOF' # internal
2025-08-20T23:00:01.6923540Z [00:02:23.953]➜  # import config
2025-08-20T23:00:01.6924228Z [00:02:23.953]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:01.6924738Z [00:02:23.953]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:01.6925138Z [00:02:23.953]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:01.6925558Z [00:02:23.953]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:01.6926167Z [00:02:23.953]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.6926600Z [00:02:23.953]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:01.6926917Z [00:02:23.953]➜  EOF
2025-08-20T23:00:01.6932262Z [00:02:23.953]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b640/_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/b640=>" -p github.com/prometheus/procfs/internal/util -lang=go1.20 -complete -installsuffix shared -buildid hGh7nAHa502AwTaH77Om/hGh7nAHa502AwTaH77Om -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b640/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:00:01.6985644Z [00:02:23.959]➜  go tool buildid -w $WORK/b622/_pkg_.a # internal
2025-08-20T23:00:01.7142112Z [00:02:23.975]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T23:00:01.7153082Z [00:02:23.976]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/f0/f008a7a2a75a224f4dbfbeeecc7ac3b24689846cce8e62536ce4bce66009abec-d # internal
2025-08-20T23:00:01.7168049Z [00:02:23.978]➜  github.com/prometheus/common/expfmt
2025-08-20T23:00:01.7168729Z [00:02:23.978]➜  mkdir -p $WORK/b635/
2025-08-20T23:00:01.7173623Z [00:02:23.978]➜  cat >/tmp/go-build2180205415/b635/importcfg << 'EOF' # internal
2025-08-20T23:00:01.7174027Z [00:02:23.978]➜  # import config
2025-08-20T23:00:01.7174696Z [00:02:23.978]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:01.7175127Z [00:02:23.978]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:01.7175561Z [00:02:23.978]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:01.7176139Z [00:02:23.978]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.7176640Z [00:02:23.978]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build2180205415/b636/_pkg_.a
2025-08-20T23:00:01.7177249Z [00:02:23.978]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build2180205415/b632/_pkg_.a
2025-08-20T23:00:01.7177874Z [00:02:23.978]➜  packagefile github.com/prometheus/common/model=/tmp/go-build2180205415/b633/_pkg_.a
2025-08-20T23:00:01.7178542Z [00:02:23.978]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build2180205415/b637/_pkg_.a
2025-08-20T23:00:01.7179258Z [00:02:23.978]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build2180205415/b348/_pkg_.a
2025-08-20T23:00:01.7179912Z [00:02:23.978]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:01.7180592Z [00:02:23.978]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:01.7181152Z [00:02:23.978]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:01.7181553Z [00:02:23.978]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:01.7181962Z [00:02:23.978]➜  packagefile mime=/tmp/go-build2180205415/b194/_pkg_.a
2025-08-20T23:00:01.7182384Z [00:02:23.978]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:01.7182814Z [00:02:23.978]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:01.7183241Z [00:02:23.978]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.7183835Z [00:02:23.978]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:01.7184213Z [00:02:23.978]➜  EOF
2025-08-20T23:00:01.7187587Z [00:02:23.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b635/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.55.0/expfmt=>github.com/prometheus/common@v0.55.0/expfmt;$WORK/b635=>" -p github.com/prometheus/common/expfmt -lang=go1.20 -complete -installsuffix shared -buildid P8ICK3vTBt8W3_NCyLpN/P8ICK3vTBt8W3_NCyLpN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b635/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:00:01.7239549Z [00:02:23.985]➜  cp $WORK/b622/_pkg_.a /root/.cache/go-build/c0/c08c089f89ea28395ba06d9cede7975dce5daa17e506d2367501b4261ce3d277-d # internal
2025-08-20T23:00:01.7252702Z [00:02:23.986]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T23:00:01.7258645Z [00:02:23.987]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/79/79157ab500aaf0de90ecc124901fd716618cd96413b57412642de156e8bf316a-d # internal
2025-08-20T23:00:01.7268275Z [00:02:23.988]➜  github.com/prometheus/procfs
2025-08-20T23:00:01.7279888Z [00:02:23.988]➜  mkdir -p $WORK/b638/
2025-08-20T23:00:01.7280284Z [00:02:23.988]➜  cat >/tmp/go-build2180205415/b638/importcfg << 'EOF' # internal
2025-08-20T23:00:01.7280635Z [00:02:23.988]➜  # import config
2025-08-20T23:00:01.7280975Z [00:02:23.988]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:01.7281393Z [00:02:23.988]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:01.7281849Z [00:02:23.988]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:01.7282663Z [00:02:23.988]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:01.7283083Z [00:02:23.988]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.7283631Z [00:02:23.988]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build2180205415/b639/_pkg_.a
2025-08-20T23:00:01.7284309Z [00:02:23.988]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build2180205415/b640/_pkg_.a
2025-08-20T23:00:01.7284904Z [00:02:23.988]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T23:00:01.7285360Z [00:02:23.988]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:01.7285937Z [00:02:23.988]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:01.7286435Z [00:02:23.988]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:01.7286837Z [00:02:23.988]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:01.7287285Z [00:02:23.988]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:01.7287738Z [00:02:23.988]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:01.7288150Z [00:02:23.988]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:01.7288576Z [00:02:23.988]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:01.7289003Z [00:02:23.988]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.7289429Z [00:02:23.988]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:01.7289849Z [00:02:23.988]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:01.7290157Z [00:02:23.988]➜  EOF
2025-08-20T23:00:01.7307305Z [00:02:23.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b638/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1=>github.com/prometheus/procfs@v0.15.1;$WORK/b638=>" -p github.com/prometheus/procfs -lang=go1.20 -complete -installsuffix shared -buildid zsbZeqGwxF0iNFNZCpu3/zsbZeqGwxF0iNFNZCpu3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/arp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/buddyinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/cmdline.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/cpuinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/cpuinfo_armx.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/crypto.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/doc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/fs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/fs_statfs_type.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/fscache.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/ipvs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/kernel_random.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/loadavg.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/mdstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/meminfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/mountinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/mountstats.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_conntrackstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_dev.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_ip_socket.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_protocols.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_route.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_sockstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_softnet.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_tcp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_tls_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_udp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_unix.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_wireless.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_xfrm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_cgroup.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_cgroups.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_environ.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_fdinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_interrupts.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_io.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_limits.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_maps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_ns.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_psi.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_smaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_snmp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_snmp6.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_status.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_sys.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/schedstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/slab.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/softirqs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/swaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/thread.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/vm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/zoneinfo.go
2025-08-20T23:00:01.7342772Z [00:02:23.995]➜  github.com/tetratelabs/wazero/api
2025-08-20T23:00:01.7346648Z [00:02:23.995]➜  mkdir -p $WORK/b645/
2025-08-20T23:00:01.7360461Z [00:02:23.997]➜  cat >/tmp/go-build2180205415/b645/importcfg << 'EOF' # internal
2025-08-20T23:00:01.7367722Z [00:02:23.997]➜  # import config
2025-08-20T23:00:01.7368203Z [00:02:23.997]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:01.7368646Z [00:02:23.997]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.7372265Z [00:02:23.997]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2180205415/b646/_pkg_.a
2025-08-20T23:00:01.7372929Z [00:02:23.997]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:01.7373367Z [00:02:23.997]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.7373683Z [00:02:23.997]➜  EOF
2025-08-20T23:00:01.7376758Z [00:02:23.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b645/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/api=>github.com/tetratelabs/wazero@v1.9.0/api;$WORK/b645=>" -p github.com/tetratelabs/wazero/api -lang=go1.22 -complete -installsuffix shared -buildid ObFfKTP28h5K1g098wae/ObFfKTP28h5K1g098wae -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b645/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:00:01.7866895Z [00:02:24.047]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T23:00:01.7867779Z [00:02:24.048]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/cd/cd5cadb19e9cade2b0b6093067ffc91cb319230a7ef8832651e9ea9e36df6d74-d # internal
2025-08-20T23:00:01.7868400Z [00:02:24.048]➜  github.com/tetratelabs/wazero/experimental
2025-08-20T23:00:01.7872090Z [00:02:24.048]➜  mkdir -p $WORK/b647/
2025-08-20T23:00:01.7872520Z [00:02:24.048]➜  cat >/tmp/go-build2180205415/b647/importcfg << 'EOF' # internal
2025-08-20T23:00:01.7872870Z [00:02:24.048]➜  # import config
2025-08-20T23:00:01.7873251Z [00:02:24.048]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:01.7874200Z [00:02:24.048]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2180205415/b645/_pkg_.a
2025-08-20T23:00:01.7874896Z [00:02:24.048]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2180205415/b648/_pkg_.a
2025-08-20T23:00:01.7875374Z [00:02:24.048]➜  EOF
2025-08-20T23:00:01.7879452Z [00:02:24.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b647/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental=>github.com/tetratelabs/wazero@v1.9.0/experimental;$WORK/b647=>" -p github.com/tetratelabs/wazero/experimental -lang=go1.22 -complete -installsuffix shared -buildid IMZwRRCqZqvHA1qfns3V/IMZwRRCqZqvHA1qfns3V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b647/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:00:01.8242397Z [00:02:24.085]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T23:00:01.8271131Z [00:02:24.086]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/81/81b32721651e58642996be7c4e5983739007847a2b0855538c86e53c4dc56826-d # internal
2025-08-20T23:00:01.8271859Z [00:02:24.086]➜  github.com/tetratelabs/wazero/sys
2025-08-20T23:00:01.8272177Z [00:02:24.086]➜  mkdir -p $WORK/b650/
2025-08-20T23:00:01.8272547Z [00:02:24.087]➜  cat >/tmp/go-build2180205415/b650/importcfg << 'EOF' # internal
2025-08-20T23:00:01.8272897Z [00:02:24.087]➜  # import config
2025-08-20T23:00:01.8273546Z [00:02:24.087]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:01.8274067Z [00:02:24.087]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.8274490Z [00:02:24.087]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:01.8274925Z [00:02:24.087]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:01.8275246Z [00:02:24.087]➜  EOF
2025-08-20T23:00:01.8278024Z [00:02:24.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b650/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/sys=>github.com/tetratelabs/wazero@v1.9.0/sys;$WORK/b650=>" -p github.com/tetratelabs/wazero/sys -lang=go1.22 -complete -installsuffix shared -buildid PdXNePv5Entf7tSITCCG/PdXNePv5Entf7tSITCCG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b650/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:00:01.8368912Z [00:02:24.096]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T23:00:01.8480844Z [00:02:24.109]➜  go tool buildid -w $WORK/b650/_pkg_.a # internal
2025-08-20T23:00:01.8488091Z [00:02:24.109]➜  cp $WORK/b650/_pkg_.a /root/.cache/go-build/c3/c3f3f06c9e706196366d6d364cb75029ed6e7603821518a1588afa6ea9e7ac21-d # internal
2025-08-20T23:00:01.8488823Z [00:02:24.110]➜  github.com/tetratelabs/wazero/experimental/sys
2025-08-20T23:00:01.8489165Z [00:02:24.110]➜  mkdir -p $WORK/b649/
2025-08-20T23:00:01.8503784Z [00:02:24.111]➜  cat >/tmp/go-build2180205415/b649/importcfg << 'EOF' # internal
2025-08-20T23:00:01.8504255Z [00:02:24.111]➜  # import config
2025-08-20T23:00:01.8504597Z [00:02:24.111]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.8505121Z [00:02:24.111]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2180205415/b650/_pkg_.a
2025-08-20T23:00:01.8505638Z [00:02:24.111]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:01.8506456Z [00:02:24.111]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:01.8506873Z [00:02:24.111]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:01.8507287Z [00:02:24.111]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:01.8516248Z [00:02:24.111]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:01.8516708Z [00:02:24.111]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:01.8517030Z [00:02:24.111]➜  EOF
2025-08-20T23:00:01.8521943Z [00:02:24.111]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b649/_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/b649=>" -p github.com/tetratelabs/wazero/experimental/sys -lang=go1.22 -complete -installsuffix shared -buildid SE57Dh5hnoHRvkSz8j8L/SE57Dh5hnoHRvkSz8j8L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b649/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:00:01.8527852Z [00:02:24.112]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/4b/4bc8f0a5b15defb0301420f8637cd17ea63af051991701ebde1ed50f0d3c73c0-d # internal
2025-08-20T23:00:01.8528514Z [00:02:24.112]➜  golang.org/x/tools/go/gcexportdata
2025-08-20T23:00:01.8528817Z [00:02:24.112]➜  mkdir -p $WORK/b584/
2025-08-20T23:00:01.8529185Z [00:02:24.112]➜  cat >/tmp/go-build2180205415/b584/importcfg << 'EOF' # internal
2025-08-20T23:00:01.8529536Z [00:02:24.112]➜  # import config
2025-08-20T23:00:01.8529864Z [00:02:24.112]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:01.8530280Z [00:02:24.112]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:01.8530725Z [00:02:24.112]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:01.8531162Z [00:02:24.112]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.8531584Z [00:02:24.112]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T23:00:01.8532018Z [00:02:24.112]➜  packagefile go/types=/tmp/go-build2180205415/b577/_pkg_.a
2025-08-20T23:00:01.8532687Z [00:02:24.112]➜  packagefile golang.org/x/tools/internal/gcimporter=/tmp/go-build2180205415/b585/_pkg_.a
2025-08-20T23:00:01.8533292Z [00:02:24.112]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:01.8533689Z [00:02:24.112]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:01.8534293Z [00:02:24.112]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:00:01.8534617Z [00:02:24.112]➜  EOF
2025-08-20T23:00:01.8536921Z [00:02:24.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b584/_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/b584=>" -p golang.org/x/tools/go/gcexportdata -lang=go1.23 -complete -installsuffix shared -buildid NDuNfBE9tDBYFGFS03oH/NDuNfBE9tDBYFGFS03oH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b584/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:00:01.8827148Z [00:02:24.144]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T23:00:01.8838475Z [00:02:24.145]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/8e/8efa9613b8a7587fbd61100c9ab2eed8649be4e51295a8aaba7201c03a09c65b-d # internal
2025-08-20T23:00:01.8841976Z [00:02:24.145]➜  golang.org/x/tools/go/packages
2025-08-20T23:00:01.8842820Z [00:02:24.145]➜  mkdir -p $WORK/b576/
2025-08-20T23:00:01.8851124Z [00:02:24.146]➜  cat >/tmp/go-build2180205415/b576/importcfg << 'EOF' # internal
2025-08-20T23:00:01.8851666Z [00:02:24.146]➜  # import config
2025-08-20T23:00:01.8852133Z [00:02:24.146]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:01.8852700Z [00:02:24.146]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:01.8853289Z [00:02:24.146]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:01.8853873Z [00:02:24.146]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:01.8854427Z [00:02:24.146]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.8854957Z [00:02:24.146]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T23:00:01.8855498Z [00:02:24.146]➜  packagefile go/parser=/tmp/go-build2180205415/b242/_pkg_.a
2025-08-20T23:00:01.8856175Z [00:02:24.146]➜  packagefile go/scanner=/tmp/go-build2180205415/b075/_pkg_.a
2025-08-20T23:00:01.8856640Z [00:02:24.146]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T23:00:01.8857166Z [00:02:24.146]➜  packagefile go/types=/tmp/go-build2180205415/b577/_pkg_.a
2025-08-20T23:00:01.8857773Z [00:02:24.146]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:01.8858471Z [00:02:24.146]➜  packagefile golang.org/x/tools/go/gcexportdata=/tmp/go-build2180205415/b584/_pkg_.a
2025-08-20T23:00:01.8859454Z [00:02:24.146]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build2180205415/b595/_pkg_.a
2025-08-20T23:00:01.8860346Z [00:02:24.146]➜  packagefile golang.org/x/tools/internal/packagesinternal=/tmp/go-build2180205415/b601/_pkg_.a
2025-08-20T23:00:01.8861171Z [00:02:24.146]➜  packagefile golang.org/x/tools/internal/typesinternal=/tmp/go-build2180205415/b588/_pkg_.a
2025-08-20T23:00:01.8861829Z [00:02:24.146]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:01.8862343Z [00:02:24.146]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:01.8862871Z [00:02:24.146]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:00:01.8863390Z [00:02:24.146]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:01.8863971Z [00:02:24.146]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:01.8864562Z [00:02:24.146]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:01.8865116Z [00:02:24.146]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:01.8865680Z [00:02:24.146]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:01.8866602Z [00:02:24.146]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:01.8867215Z [00:02:24.146]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:01.8867948Z [00:02:24.146]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.8868480Z [00:02:24.146]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:01.8869083Z [00:02:24.146]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:01.8869637Z [00:02:24.146]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:01.8870170Z [00:02:24.146]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:01.8870586Z [00:02:24.146]➜  EOF
2025-08-20T23:00:01.8873997Z [00:02:24.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b576/_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/b576=>" -p golang.org/x/tools/go/packages -lang=go1.23 -complete -installsuffix shared -buildid iT3g1XlCTfZJrAX1BcRT/iT3g1XlCTfZJrAX1BcRT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b576/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:00:01.9009241Z [00:02:24.162]➜  go tool buildid -w $WORK/b649/_pkg_.a # internal
2025-08-20T23:00:01.9024402Z [00:02:24.163]➜  cp $WORK/b649/_pkg_.a /root/.cache/go-build/8e/8e3f0f8007e0c4917c3b0ca3998bb4e164387ebe0fce6ccfe40f1cfbdd6408d9-d # internal
2025-08-20T23:00:01.9025183Z [00:02:24.163]➜  github.com/tetratelabs/wazero/internal/filecache
2025-08-20T23:00:01.9027631Z [00:02:24.163]➜  mkdir -p $WORK/b652/
2025-08-20T23:00:01.9028018Z [00:02:24.163]➜  cat >/tmp/go-build2180205415/b652/importcfg << 'EOF' # internal
2025-08-20T23:00:01.9028528Z [00:02:24.163]➜  # import config
2025-08-20T23:00:01.9028895Z [00:02:24.163]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:01.9029363Z [00:02:24.163]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:01.9029809Z [00:02:24.163]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:01.9030217Z [00:02:24.163]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:01.9030615Z [00:02:24.163]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:01.9031019Z [00:02:24.163]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:01.9031679Z [00:02:24.163]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:01.9032086Z [00:02:24.163]➜  EOF
2025-08-20T23:00:01.9034597Z [00:02:24.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b652/_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/b652=>" -p github.com/tetratelabs/wazero/internal/filecache -lang=go1.22 -complete -installsuffix shared -buildid xNPhCuLG0LEXV-uAofld/xNPhCuLG0LEXV-uAofld -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b652/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:00:01.9046446Z [00:02:24.166]➜  go tool buildid -w $WORK/b635/_pkg_.a # internal
2025-08-20T23:00:01.9071650Z [00:02:24.168]➜  cp $WORK/b635/_pkg_.a /root/.cache/go-build/10/10fe62be74eb31dd869710c3bca13e8e8cb96caccb8befc666d9c6b9ba65c1a5-d # internal
2025-08-20T23:00:01.9072338Z [00:02:24.168]➜  github.com/tetratelabs/wazero/internal/leb128
2025-08-20T23:00:01.9073620Z [00:02:24.168]➜  mkdir -p $WORK/b653/
2025-08-20T23:00:01.9078062Z [00:02:24.169]➜  cat >/tmp/go-build2180205415/b653/importcfg << 'EOF' # internal
2025-08-20T23:00:01.9079907Z [00:02:24.169]➜  # import config
2025-08-20T23:00:01.9081695Z [00:02:24.169]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:01.9083434Z [00:02:24.169]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.9084467Z [00:02:24.169]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:01.9084774Z [00:02:24.169]➜  EOF
2025-08-20T23:00:01.9086935Z [00:02:24.169]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b653/_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/b653=>" -p github.com/tetratelabs/wazero/internal/leb128 -lang=go1.22 -complete -installsuffix shared -buildid SAdg9mQlwwvtMj1c97W9/SAdg9mQlwwvtMj1c97W9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b653/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/leb128/leb128.go
2025-08-20T23:00:01.9277207Z [00:02:24.189]➜  go tool buildid -w $WORK/b652/_pkg_.a # internal
2025-08-20T23:00:01.9283981Z [00:02:24.189]➜  cp $WORK/b652/_pkg_.a /root/.cache/go-build/55/555f2bae1665bd3fe4ce4128aa31bd6bf851f443dd6c413b62c25310e85b799c-d # internal
2025-08-20T23:00:01.9286783Z [00:02:24.190]➜  github.com/tetratelabs/wazero/internal/ieee754
2025-08-20T23:00:01.9287754Z [00:02:24.190]➜  mkdir -p $WORK/b656/
2025-08-20T23:00:01.9297558Z [00:02:24.191]➜  cat >/tmp/go-build2180205415/b656/importcfg << 'EOF' # internal
2025-08-20T23:00:01.9297956Z [00:02:24.191]➜  # import config
2025-08-20T23:00:01.9300090Z [00:02:24.191]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:01.9301268Z [00:02:24.191]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:01.9302302Z [00:02:24.191]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:01.9303101Z [00:02:24.191]➜  EOF
2025-08-20T23:00:01.9317757Z [00:02:24.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b656/_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/b656=>" -p github.com/tetratelabs/wazero/internal/ieee754 -lang=go1.22 -complete -installsuffix shared -buildid QK7MVMYlarWR5dDPEKyT/QK7MVMYlarWR5dDPEKyT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b656/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/ieee754/ieee754.go
2025-08-20T23:00:01.9322876Z [00:02:24.191]➜  go tool buildid -w $WORK/b653/_pkg_.a # internal
2025-08-20T23:00:01.9323562Z [00:02:24.192]➜  cp $WORK/b653/_pkg_.a /root/.cache/go-build/cd/cd09f03b2d35e763b9534aadf93aebe4f1bb8a5cddc0d6b82c03f91a546de74f-d # internal
2025-08-20T23:00:01.9324342Z [00:02:24.193]➜  github.com/tetratelabs/wazero/internal/fsapi
2025-08-20T23:00:01.9324790Z [00:02:24.193]➜  mkdir -p $WORK/b659/
2025-08-20T23:00:01.9325164Z [00:02:24.193]➜  cat >/tmp/go-build2180205415/b659/importcfg << 'EOF' # internal
2025-08-20T23:00:01.9325509Z [00:02:24.193]➜  # import config
2025-08-20T23:00:01.9326161Z [00:02:24.193]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2180205415/b649/_pkg_.a
2025-08-20T23:00:01.9326664Z [00:02:24.193]➜  EOF
2025-08-20T23:00:01.9329417Z [00:02:24.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b659/_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/b659=>" -p github.com/tetratelabs/wazero/internal/fsapi -lang=go1.22 -complete -installsuffix shared -buildid BCxnyZq_0YAsyhEOEUe_/BCxnyZq_0YAsyhEOEUe_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b659/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:00:01.9408132Z [00:02:24.202]➜  go tool buildid -w $WORK/b656/_pkg_.a # internal
2025-08-20T23:00:01.9412151Z [00:02:24.202]➜  cp $WORK/b656/_pkg_.a /root/.cache/go-build/12/1204260f791e8308c8e532475b96ba5b29f9d867c12e14076fed37f8cabacc6d-d # internal
2025-08-20T23:00:01.9415383Z [00:02:24.203]➜  github.com/tetratelabs/wazero/internal/platform
2025-08-20T23:00:01.9416447Z [00:02:24.203]➜  mkdir -p $WORK/b660/
2025-08-20T23:00:01.9419796Z [00:02:24.203]➜  echo -n > $WORK/b660/go_asm.h # internal
2025-08-20T23:00:01.9421372Z [00:02:24.203]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform
2025-08-20T23:00:01.9423948Z [00:02:24.203]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/tetratelabs/wazero/internal/platform -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform=>github.com/tetratelabs/wazero@v1.9.0/internal/platform;$WORK/b660=>" -I $WORK/b660/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b660/symabis ./cpuid_arm64.s
2025-08-20T23:00:01.9448129Z [00:02:24.206]➜  cat >/tmp/go-build2180205415/b660/importcfg << 'EOF' # internal
2025-08-20T23:00:01.9450919Z [00:02:24.206]➜  # import config
2025-08-20T23:00:01.9451730Z [00:02:24.206]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2180205415/b645/_pkg_.a
2025-08-20T23:00:01.9454686Z [00:02:24.206]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2180205415/b647/_pkg_.a
2025-08-20T23:00:01.9455349Z [00:02:24.206]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2180205415/b650/_pkg_.a
2025-08-20T23:00:01.9455981Z [00:02:24.206]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:01.9456476Z [00:02:24.206]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:01.9456931Z [00:02:24.206]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:01.9457365Z [00:02:24.206]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:01.9457784Z [00:02:24.206]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:01.9458211Z [00:02:24.206]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:01.9458629Z [00:02:24.206]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:01.9459057Z [00:02:24.206]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:01.9459498Z [00:02:24.206]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:01.9459938Z [00:02:24.206]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:01.9460356Z [00:02:24.206]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:01.9460662Z [00:02:24.206]➜  EOF
2025-08-20T23:00:01.9460909Z [00:02:24.206]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:01.9466508Z [00:02:24.206]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b660/_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/b660=>" -p github.com/tetratelabs/wazero/internal/platform -lang=go1.22 -installsuffix shared -buildid Eb-hO2ZDqkGT-nJJ4AJp/Eb-hO2ZDqkGT-nJJ4AJp -goversion go1.25.0 -symabis $WORK/b660/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack -asmhdr $WORK/b660/go_asm.h /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/cpuid.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/cpuid_arm64.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/crypto.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/mmap_linux.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/mmap_unix.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/mprotect_syscall.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/path.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/platform.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/time.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/time_cgo.go
2025-08-20T23:00:01.9639951Z [00:02:24.225]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T23:00:01.9652013Z [00:02:24.226]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/f3/f3eaa437c2eecfd5bee0387674e8c10ab6db8220437c44095cca2b00330d5833-d # internal
2025-08-20T23:00:01.9664668Z [00:02:24.226]➜  github.com/tetratelabs/wazero/internal/sock
2025-08-20T23:00:01.9665044Z [00:02:24.226]➜  mkdir -p $WORK/b661/
2025-08-20T23:00:01.9665422Z [00:02:24.226]➜  cat >/tmp/go-build2180205415/b661/importcfg << 'EOF' # internal
2025-08-20T23:00:01.9665878Z [00:02:24.226]➜  # import config
2025-08-20T23:00:01.9666305Z [00:02:24.226]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:01.9667324Z [00:02:24.226]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2180205415/b649/_pkg_.a
2025-08-20T23:00:01.9667882Z [00:02:24.226]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:01.9668316Z [00:02:24.226]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:01.9668633Z [00:02:24.226]➜  EOF
2025-08-20T23:00:01.9670982Z [00:02:24.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b661/_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/b661=>" -p github.com/tetratelabs/wazero/internal/sock -lang=go1.22 -complete -installsuffix shared -buildid 5C0jbLeS5PlgaSQpCW3C/5C0jbLeS5PlgaSQpCW3C -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/sock/sock.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sock/sock_supported.go
2025-08-20T23:00:01.9865026Z [00:02:24.245]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform
2025-08-20T23:00:01.9867304Z [00:02:24.245]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/tetratelabs/wazero/internal/platform -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform=>github.com/tetratelabs/wazero@v1.9.0/internal/platform;$WORK/b660=>" -I $WORK/b660/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b660/cpuid_arm64.o ./cpuid_arm64.s
2025-08-20T23:00:01.9987349Z [00:02:24.260]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T23:00:01.9988257Z [00:02:24.260]➜  go tool pack r $WORK/b660/_pkg_.a $WORK/b660/cpuid_arm64.o # internal
2025-08-20T23:00:01.9989088Z [00:02:24.260]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T23:00:01.9995687Z [00:02:24.261]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/2f/2f1191f2958d5a8455fb86348dbbcda07864378d6ecdc631fa98855d9df2e6bc-d # internal
2025-08-20T23:00:01.9999031Z [00:02:24.261]➜  debug/dwarf
2025-08-20T23:00:02.0000153Z [00:02:24.261]➜  mkdir -p $WORK/b664/
2025-08-20T23:00:02.0002339Z [00:02:24.261]➜  cat >/tmp/go-build2180205415/b664/importcfg << 'EOF' # internal
2025-08-20T23:00:02.0002701Z [00:02:24.261]➜  # import config
2025-08-20T23:00:02.0003040Z [00:02:24.261]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:02.0003516Z [00:02:24.261]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:02.0017590Z [00:02:24.261]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:02.0018286Z [00:02:24.262]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.0018837Z [00:02:24.262]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:02.0019399Z [00:02:24.262]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:02.0019965Z [00:02:24.262]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:02.0020561Z [00:02:24.262]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:02.0021166Z [00:02:24.262]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:02.0021601Z [00:02:24.262]➜  EOF
2025-08-20T23:00:02.0022534Z [00:02:24.262]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:02.0025724Z [00:02:24.263]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b664/_pkg_.a -trimpath "/root/.go/src/debug/dwarf=>debug/dwarf;$WORK/b664=>" -p debug/dwarf -lang=go1.25 -std -complete -installsuffix shared -buildid aVJyGeSjXLianvjRfZLo/aVJyGeSjXLianvjRfZLo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b664/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:00:02.0028978Z [00:02:24.263]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/20/20bf9baaf94320c12bcef59a10b69fd8a3b642dc17a9c711e9d5045416ea0f05-d # internal
2025-08-20T23:00:02.0029921Z [00:02:24.263]➜  github.com/tetratelabs/wazero/internal/sysfs
2025-08-20T23:00:02.0030764Z [00:02:24.263]➜  mkdir -p $WORK/b662/
2025-08-20T23:00:02.0031200Z [00:02:24.264]➜  cat >/tmp/go-build2180205415/b662/importcfg << 'EOF' # internal
2025-08-20T23:00:02.0031555Z [00:02:24.264]➜  # import config
2025-08-20T23:00:02.0031892Z [00:02:24.264]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.0032472Z [00:02:24.264]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2180205415/b649/_pkg_.a
2025-08-20T23:00:02.0033181Z [00:02:24.264]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build2180205415/b659/_pkg_.a
2025-08-20T23:00:02.0033913Z [00:02:24.264]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build2180205415/b660/_pkg_.a
2025-08-20T23:00:02.0034638Z [00:02:24.264]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build2180205415/b661/_pkg_.a
2025-08-20T23:00:02.0035285Z [00:02:24.264]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2180205415/b650/_pkg_.a
2025-08-20T23:00:02.0035918Z [00:02:24.264]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:02.0036388Z [00:02:24.264]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:02.0036800Z [00:02:24.264]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:02.0037200Z [00:02:24.264]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:02.0037603Z [00:02:24.264]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:02.0038023Z [00:02:24.264]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:02.0038723Z [00:02:24.264]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:02.0039101Z [00:02:24.264]➜  EOF
2025-08-20T23:00:02.0049352Z [00:02:24.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b662/_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/b662=>" -p github.com/tetratelabs/wazero/internal/sysfs -lang=go1.22 -complete -installsuffix shared -buildid tT8WqkIh5NVhDfEU0LmL/tT8WqkIh5NVhDfEU0LmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b662/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:00:02.1300037Z [00:02:24.391]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T23:00:02.1399377Z [00:02:24.401]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/74/744b84a3ac77cca24a28f7a14696da2e2841c554ef2bb6b0d6c357ab94a5c22d-d # internal
2025-08-20T23:00:02.1480408Z [00:02:24.409]➜  github.com/tailscale/depaware/depaware
2025-08-20T23:00:02.1481315Z [00:02:24.409]➜  mkdir -p $WORK/b569/
2025-08-20T23:00:02.1487484Z [00:02:24.410]➜  cat >/tmp/go-build2180205415/b569/importcfg << 'EOF' # internal
2025-08-20T23:00:02.1489349Z [00:02:24.410]➜  # import config
2025-08-20T23:00:02.1490841Z [00:02:24.410]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:02.1491298Z [00:02:24.410]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:02.1491719Z [00:02:24.410]➜  packagefile flag=/tmp/go-build2180205415/b251/_pkg_.a
2025-08-20T23:00:02.1492132Z [00:02:24.410]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.1492595Z [00:02:24.410]➜  packagefile github.com/pkg/diff=/tmp/go-build2180205415/b570/_pkg_.a
2025-08-20T23:00:02.1493136Z [00:02:24.410]➜  packagefile github.com/pkg/diff/write=/tmp/go-build2180205415/b575/_pkg_.a
2025-08-20T23:00:02.1493911Z [00:02:24.410]➜  packagefile golang.org/x/tools/go/packages=/tmp/go-build2180205415/b576/_pkg_.a
2025-08-20T23:00:02.1494683Z [00:02:24.410]➜  packagefile golang.org/x/tools/imports=/tmp/go-build2180205415/b602/_pkg_.a
2025-08-20T23:00:02.1495229Z [00:02:24.410]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:02.1495652Z [00:02:24.410]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:02.1496265Z [00:02:24.410]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:02.1496669Z [00:02:24.410]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:02.1497113Z [00:02:24.410]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:02.1497556Z [00:02:24.410]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:02.1497977Z [00:02:24.410]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:02.1498408Z [00:02:24.410]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:02.1498724Z [00:02:24.410]➜  EOF
2025-08-20T23:00:02.1500976Z [00:02:24.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b569/_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/b569=>" -p github.com/tailscale/depaware/depaware -lang=go1.15 -complete -installsuffix shared -buildid Y0m1_1_j8cafFRoRtM6g/Y0m1_1_j8cafFRoRtM6g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b569/importcfg -pack /root/go/pkg/mod/github.com/tailscale/depaware@v0.0.0-20250112153213-b748de04d81b/depaware/depaware.go
2025-08-20T23:00:02.2199022Z [00:02:24.481]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T23:00:02.2219754Z [00:02:24.482]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/f4/f403d010ec4ce26a3b50c1f90816e38c3aff612b08060e3d41caf6c47036e4c1-d # internal
2025-08-20T23:00:02.2243608Z [00:02:24.485]➜  github.com/trufflesecurity/trufflehog/v3/pkg/common
2025-08-20T23:00:02.2250472Z [00:02:24.486]➜  mkdir -p $WORK/b319/
2025-08-20T23:00:02.2252389Z [00:02:24.486]➜  cat >/tmp/go-build2180205415/b319/importcfg << 'EOF' # internal
2025-08-20T23:00:02.2252790Z [00:02:24.486]➜  # import config
2025-08-20T23:00:02.2253141Z [00:02:24.486]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:02.2253710Z [00:02:24.486]➜  packagefile cloud.google.com/go/secretmanager/apiv1=/tmp/go-build2180205415/b320/_pkg_.a
2025-08-20T23:00:02.2254442Z [00:02:24.486]➜  packagefile cloud.google.com/go/secretmanager/apiv1/secretmanagerpb=/tmp/go-build2180205415/b443/_pkg_.a
2025-08-20T23:00:02.2255040Z [00:02:24.486]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:02.2255495Z [00:02:24.486]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:02.2256124Z [00:02:24.486]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:02.2256586Z [00:02:24.486]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:02.2257029Z [00:02:24.486]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.2257550Z [00:02:24.486]➜  packagefile github.com/getsentry/sentry-go=/tmp/go-build2180205415/b227/_pkg_.a
2025-08-20T23:00:02.2258167Z [00:02:24.486]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build2180205415/b565/_pkg_.a
2025-08-20T23:00:02.2258768Z [00:02:24.486]➜  packagefile github.com/joho/godotenv=/tmp/go-build2180205415/b567/_pkg_.a
2025-08-20T23:00:02.2259305Z [00:02:24.486]➜  packagefile github.com/pkg/errors=/tmp/go-build2180205415/b568/_pkg_.a
2025-08-20T23:00:02.2259899Z [00:02:24.486]➜  packagefile github.com/tailscale/depaware/depaware=/tmp/go-build2180205415/b569/_pkg_.a
2025-08-20T23:00:02.2260613Z [00:02:24.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:02.2261377Z [00:02:24.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build2180205415/b616/_pkg_.a
2025-08-20T23:00:02.2262173Z [00:02:24.486]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:02.2262807Z [00:02:24.486]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:02.2263316Z [00:02:24.486]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:02.2263752Z [00:02:24.486]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:02.2264175Z [00:02:24.486]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:02.2264591Z [00:02:24.486]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:02.2265023Z [00:02:24.486]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:02.2265469Z [00:02:24.486]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:02.2266054Z [00:02:24.486]➜  packagefile runtime/debug=/tmp/go-build2180205415/b249/_pkg_.a
2025-08-20T23:00:02.2266520Z [00:02:24.486]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:02.2267001Z [00:02:24.486]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:02.2267657Z [00:02:24.486]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:02.2267971Z [00:02:24.486]➜  EOF
2025-08-20T23:00:02.2270601Z [00:02:24.486]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b319/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common=>github.com/trufflesecurity/trufflehog/v3/pkg/common;$WORK/b319=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/common -lang=go1.24 -complete -installsuffix shared -buildid hlsIzaimcVGekEhf226L/hlsIzaimcVGekEhf226L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/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:00:02.2274372Z [00:02:24.489]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T23:00:02.2337116Z [00:02:24.495]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/6b/6b13d8091c54aa29a230820d6168e64fd079a2aabc91bb8ef8c26edecce40e0e-d # internal
2025-08-20T23:00:02.2382018Z [00:02:24.499]➜  github.com/tetratelabs/wazero/internal/sys
2025-08-20T23:00:02.2384863Z [00:02:24.499]➜  mkdir -p $WORK/b657/
2025-08-20T23:00:02.2386372Z [00:02:24.500]➜  cat >/tmp/go-build2180205415/b657/importcfg << 'EOF' # internal
2025-08-20T23:00:02.2390257Z [00:02:24.500]➜  # import config
2025-08-20T23:00:02.2393050Z [00:02:24.500]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:02.2393496Z [00:02:24.500]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.2394075Z [00:02:24.500]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2180205415/b649/_pkg_.a
2025-08-20T23:00:02.2394811Z [00:02:24.500]➜  packagefile github.com/tetratelabs/wazero/internal/descriptor=/tmp/go-build2180205415/b658/_pkg_.a
2025-08-20T23:00:02.2395541Z [00:02:24.500]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build2180205415/b659/_pkg_.a
2025-08-20T23:00:02.2396463Z [00:02:24.500]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build2180205415/b660/_pkg_.a
2025-08-20T23:00:02.2397183Z [00:02:24.500]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build2180205415/b661/_pkg_.a
2025-08-20T23:00:02.2397872Z [00:02:24.500]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build2180205415/b662/_pkg_.a
2025-08-20T23:00:02.2398519Z [00:02:24.500]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2180205415/b650/_pkg_.a
2025-08-20T23:00:02.2399021Z [00:02:24.500]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:02.2399429Z [00:02:24.500]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:02.2399837Z [00:02:24.500]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:02.2400466Z [00:02:24.500]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:02.2401062Z [00:02:24.500]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:02.2401408Z [00:02:24.500]➜  EOF
2025-08-20T23:00:02.2404237Z [00:02:24.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b657/_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/b657=>" -p github.com/tetratelabs/wazero/internal/sys -lang=go1.22 -complete -installsuffix shared -buildid 0mJtPszqbhhlxrwiL4Qm/0mJtPszqbhhlxrwiL4Qm -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/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:00:02.3061226Z [00:02:24.567]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T23:00:02.3134649Z [00:02:24.574]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/51/51552ff03f543f8adef2b2b385795b8044c867db5079e4537a6af9af1ee93bfb-d # internal
2025-08-20T23:00:02.3153339Z [00:02:24.575]➜  github.com/tetratelabs/wazero/internal/wasmdebug
2025-08-20T23:00:02.3154053Z [00:02:24.575]➜  mkdir -p $WORK/b663/
2025-08-20T23:00:02.3154435Z [00:02:24.575]➜  cat >/tmp/go-build2180205415/b663/importcfg << 'EOF' # internal
2025-08-20T23:00:02.3154785Z [00:02:24.575]➜  # import config
2025-08-20T23:00:02.3155148Z [00:02:24.575]➜  packagefile debug/dwarf=/tmp/go-build2180205415/b664/_pkg_.a
2025-08-20T23:00:02.3155589Z [00:02:24.575]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:02.3156203Z [00:02:24.575]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.3156737Z [00:02:24.575]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2180205415/b645/_pkg_.a
2025-08-20T23:00:02.3157441Z [00:02:24.575]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build2180205415/b665/_pkg_.a
2025-08-20T23:00:02.3158138Z [00:02:24.575]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2180205415/b650/_pkg_.a
2025-08-20T23:00:02.3158640Z [00:02:24.575]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:02.3159067Z [00:02:24.575]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:02.3159522Z [00:02:24.575]➜  packagefile runtime/debug=/tmp/go-build2180205415/b249/_pkg_.a
2025-08-20T23:00:02.3159963Z [00:02:24.575]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:02.3160388Z [00:02:24.575]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:02.3160819Z [00:02:24.575]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:02.3161241Z [00:02:24.575]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:02.3161553Z [00:02:24.575]➜  EOF
2025-08-20T23:00:02.3165253Z [00:02:24.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b663/_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/b663=>" -p github.com/tetratelabs/wazero/internal/wasmdebug -lang=go1.22 -complete -installsuffix shared -buildid bxEVIzVIqt5jitKf_ep0/bxEVIzVIqt5jitKf_ep0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b663/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:00:02.3564257Z [00:02:24.617]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T23:00:02.3585337Z [00:02:24.620]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/56/56b7b0e6149e32c664a4774ff545b50069408901887c458f2b10685e8fa5c2cb-d # internal
2025-08-20T23:00:02.3587015Z [00:02:24.620]➜  github.com/tetratelabs/wazero/internal/version
2025-08-20T23:00:02.3589787Z [00:02:24.620]➜  mkdir -p $WORK/b675/
2025-08-20T23:00:02.3611009Z [00:02:24.622]➜  cat >/tmp/go-build2180205415/b675/importcfg << 'EOF' # internal
2025-08-20T23:00:02.3614098Z [00:02:24.622]➜  # import config
2025-08-20T23:00:02.3617125Z [00:02:24.622]➜  packagefile runtime/debug=/tmp/go-build2180205415/b249/_pkg_.a
2025-08-20T23:00:02.3618332Z [00:02:24.622]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:02.3618830Z [00:02:24.622]➜  EOF
2025-08-20T23:00:02.3621122Z [00:02:24.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b675/_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/b675=>" -p github.com/tetratelabs/wazero/internal/version -lang=go1.22 -complete -installsuffix shared -buildid n7K0lUH0q42mFKLPjE_K/n7K0lUH0q42mFKLPjE_K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/version/version.go
2025-08-20T23:00:02.3698918Z [00:02:24.631]➜  go tool buildid -w $WORK/b657/_pkg_.a # internal
2025-08-20T23:00:02.3759893Z [00:02:24.637]➜  cp $WORK/b657/_pkg_.a /root/.cache/go-build/ad/ad8559879d528292d27737e10d65d3ac97a478c113c29e976614da0db251e580-d # internal
2025-08-20T23:00:02.3760903Z [00:02:24.637]➜  github.com/tetratelabs/wazero/internal/wasip1
2025-08-20T23:00:02.3761508Z [00:02:24.637]➜  mkdir -p $WORK/b678/
2025-08-20T23:00:02.3765949Z [00:02:24.637]➜  cat >/tmp/go-build2180205415/b678/importcfg << 'EOF' # internal
2025-08-20T23:00:02.3766389Z [00:02:24.637]➜  # import config
2025-08-20T23:00:02.3766734Z [00:02:24.637]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.3767359Z [00:02:24.637]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2180205415/b649/_pkg_.a
2025-08-20T23:00:02.3767937Z [00:02:24.637]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:02.3768385Z [00:02:24.637]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:02.3768713Z [00:02:24.637]➜  EOF
2025-08-20T23:00:02.3774237Z [00:02:24.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b678/_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/b678=>" -p github.com/tetratelabs/wazero/internal/wasip1 -lang=go1.22 -complete -installsuffix shared -buildid r2kl89peG4BbpmidEZYW/r2kl89peG4BbpmidEZYW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b678/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:00:02.3861496Z [00:02:24.647]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T23:00:02.3878249Z [00:02:24.647]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/b6/b6307c55c33e82373d2f427439ac6699bfdbd4ccbae57d8296609419de1a770a-d # internal
2025-08-20T23:00:02.3879020Z [00:02:24.647]➜  github.com/wasilibs/wazero-helpers/allocator
2025-08-20T23:00:02.3879361Z [00:02:24.647]➜  mkdir -p $WORK/b679/
2025-08-20T23:00:02.3879756Z [00:02:24.648]➜  cat >/tmp/go-build2180205415/b679/importcfg << 'EOF' # internal
2025-08-20T23:00:02.3880112Z [00:02:24.648]➜  # import config
2025-08-20T23:00:02.3880637Z [00:02:24.648]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:02.3881135Z [00:02:24.648]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.3881865Z [00:02:24.648]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2180205415/b647/_pkg_.a
2025-08-20T23:00:02.3882471Z [00:02:24.648]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T23:00:02.3882943Z [00:02:24.648]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:02.3883354Z [00:02:24.648]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:02.3883662Z [00:02:24.648]➜  EOF
2025-08-20T23:00:02.3891932Z [00:02:24.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b679/_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/b679=>" -p github.com/wasilibs/wazero-helpers/allocator -lang=go1.20 -complete -installsuffix shared -buildid j4pP7WwMLHGl6mDUhUfu/j4pP7WwMLHGl6mDUhUfu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b679/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:00:02.3895044Z [00:02:24.650]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T23:00:02.3898574Z [00:02:24.651]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/73/739601cd84eb9787964b7625b3b3afa9ac56abe4d70ad028253923f2303854e7-d # internal
2025-08-20T23:00:02.3908488Z [00:02:24.652]➜  github.com/tetratelabs/wazero/internal/wasm
2025-08-20T23:00:02.3911829Z [00:02:24.652]➜  mkdir -p $WORK/b655/
2025-08-20T23:00:02.3914858Z [00:02:24.652]➜  cat >/tmp/go-build2180205415/b655/importcfg << 'EOF' # internal
2025-08-20T23:00:02.3916273Z [00:02:24.653]➜  # import config
2025-08-20T23:00:02.3917243Z [00:02:24.653]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:02.3919456Z [00:02:24.653]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T23:00:02.3920259Z [00:02:24.653]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:02.3920953Z [00:02:24.653]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:02.3922189Z [00:02:24.653]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:02.3922659Z [00:02:24.653]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:02.3923074Z [00:02:24.653]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.3923782Z [00:02:24.653]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2180205415/b645/_pkg_.a
2025-08-20T23:00:02.3924522Z [00:02:24.653]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2180205415/b647/_pkg_.a
2025-08-20T23:00:02.3925241Z [00:02:24.653]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2180205415/b648/_pkg_.a
2025-08-20T23:00:02.3926186Z [00:02:24.653]➜  packagefile github.com/tetratelabs/wazero/internal/ieee754=/tmp/go-build2180205415/b656/_pkg_.a
2025-08-20T23:00:02.3926965Z [00:02:24.653]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2180205415/b646/_pkg_.a
2025-08-20T23:00:02.3927688Z [00:02:24.653]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build2180205415/b653/_pkg_.a
2025-08-20T23:00:02.3928374Z [00:02:24.653]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build2180205415/b657/_pkg_.a
2025-08-20T23:00:02.3929080Z [00:02:24.653]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2180205415/b663/_pkg_.a
2025-08-20T23:00:02.3929958Z [00:02:24.653]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build2180205415/b665/_pkg_.a
2025-08-20T23:00:02.3930727Z [00:02:24.653]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2180205415/b650/_pkg_.a
2025-08-20T23:00:02.3931390Z [00:02:24.653]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:02.3931796Z [00:02:24.653]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:02.3932214Z [00:02:24.653]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:02.3932629Z [00:02:24.653]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:02.3933046Z [00:02:24.653]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:02.3933476Z [00:02:24.653]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:02.3933892Z [00:02:24.653]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:02.3934333Z [00:02:24.653]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:02.3934958Z [00:02:24.653]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:02.3935269Z [00:02:24.653]➜  EOF
2025-08-20T23:00:02.3947212Z [00:02:24.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b655/_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/b655=>" -p github.com/tetratelabs/wazero/internal/wasm -lang=go1.22 -complete -installsuffix shared -buildid LTpLUGVUDl5rK5uUzRxB/LTpLUGVUDl5rK5uUzRxB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b655/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:00:02.4039558Z [00:02:24.665]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T23:00:02.4048041Z [00:02:24.665]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/81/81323cf012eccfd7b3527747ecdff9c57c06aa20d29e9a9d7ff7c6345922c814-d # internal
2025-08-20T23:00:02.4056184Z [00:02:24.665]➜  crypto/mlkem
2025-08-20T23:00:02.4056876Z [00:02:24.665]➜  mkdir -p $WORK/b681/
2025-08-20T23:00:02.4057978Z [00:02:24.666]➜  cat >/tmp/go-build2180205415/b681/importcfg << 'EOF' # internal
2025-08-20T23:00:02.4058340Z [00:02:24.666]➜  # import config
2025-08-20T23:00:02.4058776Z [00:02:24.666]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2180205415/b163/_pkg_.a
2025-08-20T23:00:02.4059169Z [00:02:24.666]➜  EOF
2025-08-20T23:00:02.4060597Z [00:02:24.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b681/_pkg_.a -trimpath "/root/.go/src/crypto/mlkem=>crypto/mlkem;$WORK/b681=>" -p crypto/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid GI11bdmiG_GokcLD4yPw/GI11bdmiG_GokcLD4yPw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack /root/.go/src/crypto/mlkem/mlkem.go
2025-08-20T23:00:02.4163821Z [00:02:24.677]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T23:00:02.4166336Z [00:02:24.678]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/c2/c21917b0305183103caa6940f990d55a4af90ad3b86c6fffd2967f9de1d2f0a4-d # internal
2025-08-20T23:00:02.4170505Z [00:02:24.678]➜  golang.org/x/crypto/curve25519
2025-08-20T23:00:02.4170837Z [00:02:24.678]➜  mkdir -p $WORK/b682/
2025-08-20T23:00:02.4171217Z [00:02:24.678]➜  cat >/tmp/go-build2180205415/b682/importcfg << 'EOF' # internal
2025-08-20T23:00:02.4171566Z [00:02:24.678]➜  # import config
2025-08-20T23:00:02.4171971Z [00:02:24.678]➜  packagefile crypto/ecdh=/tmp/go-build2180205415/b140/_pkg_.a
2025-08-20T23:00:02.4197193Z [00:02:24.678]➜  EOF
2025-08-20T23:00:02.4199670Z [00:02:24.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b682/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/curve25519=>golang.org/x/crypto@v0.40.0/curve25519;$WORK/b682=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid c9tctAdSDlsQEUPOXKTn/c9tctAdSDlsQEUPOXKTn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b682/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/curve25519/curve25519.go
2025-08-20T23:00:02.4213147Z [00:02:24.682]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T23:00:02.4218175Z [00:02:24.683]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/42/429c18fff564c3890ce189b5b38b62e770d91ed3940f5d3859f0737d7cde6bf4-d # internal
2025-08-20T23:00:02.4220138Z [00:02:24.683]➜  golang.org/x/crypto/blowfish
2025-08-20T23:00:02.4221239Z [00:02:24.683]➜  mkdir -p $WORK/b684/
2025-08-20T23:00:02.4222262Z [00:02:24.683]➜  cat >/tmp/go-build2180205415/b684/importcfg << 'EOF' # internal
2025-08-20T23:00:02.4224514Z [00:02:24.683]➜  # import config
2025-08-20T23:00:02.4224907Z [00:02:24.683]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:02.4225237Z [00:02:24.683]➜  EOF
2025-08-20T23:00:02.4227622Z [00:02:24.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b684/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blowfish=>golang.org/x/crypto@v0.40.0/blowfish;$WORK/b684=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid YmfktxKqOhGPKVAK1vAm/YmfktxKqOhGPKVAK1vAm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b684/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:00:02.4254143Z [00:02:24.687]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T23:00:02.4307515Z [00:02:24.692]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/1e/1ebc5949769015aebc9f7eaee30749ea68093714105ab397c0b7016687201c0a-d # internal
2025-08-20T23:00:02.4324587Z [00:02:24.693]➜  github.com/prometheus/client_golang/prometheus
2025-08-20T23:00:02.4325517Z [00:02:24.694]➜  mkdir -p $WORK/b627/
2025-08-20T23:00:02.4341434Z [00:02:24.695]➜  cat >/tmp/go-build2180205415/b627/importcfg << 'EOF' # internal
2025-08-20T23:00:02.4342387Z [00:02:24.695]➜  # import config
2025-08-20T23:00:02.4342816Z [00:02:24.695]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:02.4343277Z [00:02:24.695]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:02.4343725Z [00:02:24.695]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:02.4344149Z [00:02:24.695]➜  packagefile expvar=/tmp/go-build2180205415/b628/_pkg_.a
2025-08-20T23:00:02.4344565Z [00:02:24.695]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.4345076Z [00:02:24.695]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build2180205415/b629/_pkg_.a
2025-08-20T23:00:02.4345673Z [00:02:24.695]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build2180205415/b630/_pkg_.a
2025-08-20T23:00:02.4346834Z [00:02:24.695]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build2180205415/b631/_pkg_.a
2025-08-20T23:00:02.4347640Z [00:02:24.695]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build2180205415/b632/_pkg_.a
2025-08-20T23:00:02.4348465Z [00:02:24.695]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build2180205415/b635/_pkg_.a
2025-08-20T23:00:02.4349089Z [00:02:24.695]➜  packagefile github.com/prometheus/common/model=/tmp/go-build2180205415/b633/_pkg_.a
2025-08-20T23:00:02.4349681Z [00:02:24.695]➜  packagefile github.com/prometheus/procfs=/tmp/go-build2180205415/b638/_pkg_.a
2025-08-20T23:00:02.4350269Z [00:02:24.695]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:02.4350946Z [00:02:24.695]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:02.4351517Z [00:02:24.695]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:02.4352142Z [00:02:24.695]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:02.4352589Z [00:02:24.695]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:02.4353038Z [00:02:24.695]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:02.4353493Z [00:02:24.695]➜  packagefile runtime/debug=/tmp/go-build2180205415/b249/_pkg_.a
2025-08-20T23:00:02.4353967Z [00:02:24.695]➜  packagefile runtime/metrics=/tmp/go-build2180205415/b634/_pkg_.a
2025-08-20T23:00:02.4354410Z [00:02:24.695]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:02.4354830Z [00:02:24.695]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:02.4355257Z [00:02:24.695]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:02.4355673Z [00:02:24.695]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:02.4360387Z [00:02:24.695]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:02.4360937Z [00:02:24.695]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:02.4361626Z [00:02:24.695]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:02.4362218Z [00:02:24.695]➜  EOF
2025-08-20T23:00:02.4362521Z [00:02:24.695]➜  go tool buildid -w $WORK/b682/_pkg_.a # internal
2025-08-20T23:00:02.4374423Z [00:02:24.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b627/_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/b627=>" -p github.com/prometheus/client_golang/prometheus -lang=go1.20 -complete -installsuffix shared -buildid 7I2CzHc2YXCEhyuROwI_/7I2CzHc2YXCEhyuROwI_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b627/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:00:02.4384742Z [00:02:24.695]➜  cp $WORK/b682/_pkg_.a /root/.cache/go-build/42/421117b5c9df596f4340beb22e52d745123f54c77bb80e31fdf6c69aafe8aa64-d # internal
2025-08-20T23:00:02.4385487Z [00:02:24.695]➜  github.com/sendgrid/rest
2025-08-20T23:00:02.4385994Z [00:02:24.695]➜  mkdir -p $WORK/b687/
2025-08-20T23:00:02.4386779Z [00:02:24.695]➜  cat >/tmp/go-build2180205415/b687/importcfg << 'EOF' # internal
2025-08-20T23:00:02.4387493Z [00:02:24.695]➜  # import config
2025-08-20T23:00:02.4388071Z [00:02:24.695]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:02.4388784Z [00:02:24.695]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:02.4389392Z [00:02:24.695]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:02.4390012Z [00:02:24.695]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:02.4390531Z [00:02:24.695]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:02.4391045Z [00:02:24.695]➜  EOF
2025-08-20T23:00:02.4393259Z [00:02:24.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b687/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sendgrid/rest@v2.6.9+incompatible=>github.com/sendgrid/rest@v2.6.9+incompatible;$WORK/b687=>" -p github.com/sendgrid/rest -lang=go1.16 -complete -installsuffix shared -buildid PxDy_8uR72q-bivBGqh-/PxDy_8uR72q-bivBGqh- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b687/importcfg -pack /root/go/pkg/mod/github.com/sendgrid/rest@v2.6.9+incompatible/rest.go
2025-08-20T23:00:02.4445663Z [00:02:24.706]➜  go tool buildid -w $WORK/b684/_pkg_.a # internal
2025-08-20T23:00:02.4451566Z [00:02:24.706]➜  cp $WORK/b684/_pkg_.a /root/.cache/go-build/b0/b0c9fd47f4a83966d7e9df0751694af8b2f138885ac6e0f6404518b412e1688d-d # internal
2025-08-20T23:00:02.4469605Z [00:02:24.708]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T23:00:02.4469977Z [00:02:24.708]➜  mkdir -p $WORK/b683/
2025-08-20T23:00:02.4472871Z [00:02:24.708]➜  cat >/tmp/go-build2180205415/b683/importcfg << 'EOF' # internal
2025-08-20T23:00:02.4473340Z [00:02:24.708]➜  # import config
2025-08-20T23:00:02.4473719Z [00:02:24.708]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:02.4474179Z [00:02:24.708]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:02.4474688Z [00:02:24.708]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build2180205415/b684/_pkg_.a
2025-08-20T23:00:02.4475076Z [00:02:24.708]➜  EOF
2025-08-20T23:00:02.4478477Z [00:02:24.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b683/_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/b683=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid s8W_HvjWcC-yhbngGsdx/s8W_HvjWcC-yhbngGsdx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b683/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T23:00:02.4609658Z [00:02:24.722]➜  go tool buildid -w $WORK/b683/_pkg_.a # internal
2025-08-20T23:00:02.4610639Z [00:02:24.722]➜  cp $WORK/b683/_pkg_.a /root/.cache/go-build/eb/eb9f5f015678193b3441bf9a84ba4b7a4514ef1ca751f9983eb53a336610505a-d # internal
2025-08-20T23:00:02.4654369Z [00:02:24.726]➜  golang.org/x/crypto/ssh
2025-08-20T23:00:02.4655146Z [00:02:24.726]➜  mkdir -p $WORK/b680/
2025-08-20T23:00:02.4658985Z [00:02:24.727]➜  cat >/tmp/go-build2180205415/b680/importcfg << 'EOF' # internal
2025-08-20T23:00:02.4659371Z [00:02:24.727]➜  # import config
2025-08-20T23:00:02.4659716Z [00:02:24.727]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:02.4660136Z [00:02:24.727]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:02.4660561Z [00:02:24.727]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:02.4661001Z [00:02:24.727]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:02.4661725Z [00:02:24.727]➜  packagefile crypto/aes=/tmp/go-build2180205415/b138/_pkg_.a
2025-08-20T23:00:02.4662188Z [00:02:24.727]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T23:00:02.4662656Z [00:02:24.727]➜  packagefile crypto/des=/tmp/go-build2180205415/b139/_pkg_.a
2025-08-20T23:00:02.4663099Z [00:02:24.727]➜  packagefile crypto/dsa=/tmp/go-build2180205415/b180/_pkg_.a
2025-08-20T23:00:02.4663554Z [00:02:24.727]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T23:00:02.4664024Z [00:02:24.727]➜  packagefile crypto/ed25519=/tmp/go-build2180205415/b157/_pkg_.a
2025-08-20T23:00:02.4664503Z [00:02:24.727]➜  packagefile crypto/elliptic=/tmp/go-build2180205415/b146/_pkg_.a
2025-08-20T23:00:02.4667974Z [00:02:24.727]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:02.4668449Z [00:02:24.727]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T23:00:02.4668926Z [00:02:24.727]➜  packagefile crypto/mlkem=/tmp/go-build2180205415/b681/_pkg_.a
2025-08-20T23:00:02.4669399Z [00:02:24.727]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:02.4669854Z [00:02:24.727]➜  packagefile crypto/rc4=/tmp/go-build2180205415/b172/_pkg_.a
2025-08-20T23:00:02.4670307Z [00:02:24.727]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:00:02.4670761Z [00:02:24.727]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:02.4671221Z [00:02:24.727]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:02.4671683Z [00:02:24.727]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:02.4672145Z [00:02:24.727]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:02.4672603Z [00:02:24.727]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:02.4677292Z [00:02:24.727]➜  packagefile encoding/asn1=/tmp/go-build2180205415/b155/_pkg_.a
2025-08-20T23:00:02.4677877Z [00:02:24.727]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:02.4678365Z [00:02:24.727]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:02.4678845Z [00:02:24.727]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:02.4679311Z [00:02:24.727]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T23:00:02.4679753Z [00:02:24.727]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:02.4680214Z [00:02:24.727]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.4680710Z [00:02:24.727]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build2180205415/b493/_pkg_.a
2025-08-20T23:00:02.4681293Z [00:02:24.727]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build2180205415/b682/_pkg_.a
2025-08-20T23:00:02.4681918Z [00:02:24.727]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build2180205415/b495/_pkg_.a
2025-08-20T23:00:02.4682713Z [00:02:24.727]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build2180205415/b683/_pkg_.a
2025-08-20T23:00:02.4683324Z [00:02:24.727]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:02.4683874Z [00:02:24.727]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:02.4684275Z [00:02:24.727]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:02.4684683Z [00:02:24.727]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:02.4685103Z [00:02:24.727]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:02.4685539Z [00:02:24.727]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:02.4689883Z [00:02:24.727]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:02.4690941Z [00:02:24.727]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:02.4691406Z [00:02:24.727]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:02.4692142Z [00:02:24.727]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:02.4692571Z [00:02:24.727]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:02.4692997Z [00:02:24.727]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:02.4693415Z [00:02:24.727]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:02.4693842Z [00:02:24.727]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:02.4694256Z [00:02:24.727]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:02.4694688Z [00:02:24.727]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:02.4695120Z [00:02:24.727]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:02.4695426Z [00:02:24.727]➜  EOF
2025-08-20T23:00:02.4695744Z [00:02:24.728]➜  go tool buildid -w $WORK/b687/_pkg_.a # internal
2025-08-20T23:00:02.4702353Z [00:02:24.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b680/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh=>golang.org/x/crypto@v0.40.0/ssh;$WORK/b680=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid KPXUDIaMLbqVbkpQ3Gz2/KPXUDIaMLbqVbkpQ3Gz2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b680/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:00:02.4708162Z [00:02:24.729]➜  cp $WORK/b687/_pkg_.a /root/.cache/go-build/1a/1a13cadef4660bc7cc69316832aa99a38c34bc4eb41308653f68c6a91d43f3d5-d # internal
2025-08-20T23:00:02.4708769Z [00:02:24.729]➜  github.com/sendgrid/sendgrid-go/helpers/mail
2025-08-20T23:00:02.4709087Z [00:02:24.729]➜  mkdir -p $WORK/b688/
2025-08-20T23:00:02.4723367Z [00:02:24.730]➜  cat >/tmp/go-build2180205415/b688/importcfg << 'EOF' # internal
2025-08-20T23:00:02.4725087Z [00:02:24.730]➜  # import config
2025-08-20T23:00:02.4726283Z [00:02:24.730]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:02.4727044Z [00:02:24.730]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.4727460Z [00:02:24.730]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:02.4728192Z [00:02:24.730]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:02.4728790Z [00:02:24.730]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:02.4729105Z [00:02:24.730]➜  EOF
2025-08-20T23:00:02.4731796Z [00:02:24.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b688/_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/b688=>" -p github.com/sendgrid/sendgrid-go/helpers/mail -lang=go1.16 -complete -installsuffix shared -buildid -9WuksiwW-2nCx725qR9/-9WuksiwW-2nCx725qR9 -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/helpers/mail/mail_v3.go
2025-08-20T23:00:02.5145437Z [00:02:24.774]➜  go tool buildid -w $WORK/b688/_pkg_.a # internal
2025-08-20T23:00:02.5146392Z [00:02:24.776]➜  cp $WORK/b688/_pkg_.a /root/.cache/go-build/45/45fd5962c7e8511a46f8051e7ae732921055a28f0baa84f8bbdbc872097a2123-d # internal
2025-08-20T23:00:02.5156867Z [00:02:24.777]➜  github.com/sendgrid/sendgrid-go
2025-08-20T23:00:02.5157302Z [00:02:24.777]➜  mkdir -p $WORK/b686/
2025-08-20T23:00:02.5167999Z [00:02:24.778]➜  cat >/tmp/go-build2180205415/b686/importcfg << 'EOF' # internal
2025-08-20T23:00:02.5168449Z [00:02:24.778]➜  # import config
2025-08-20T23:00:02.5168803Z [00:02:24.778]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:02.5169285Z [00:02:24.778]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:02.5169763Z [00:02:24.778]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:02.5170223Z [00:02:24.778]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:02.5170681Z [00:02:24.778]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:02.5171172Z [00:02:24.778]➜  packagefile github.com/sendgrid/rest=/tmp/go-build2180205415/b687/_pkg_.a
2025-08-20T23:00:02.5171794Z [00:02:24.778]➜  packagefile github.com/sendgrid/sendgrid-go/helpers/mail=/tmp/go-build2180205415/b688/_pkg_.a
2025-08-20T23:00:02.5172347Z [00:02:24.778]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:02.5172831Z [00:02:24.778]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:02.5173257Z [00:02:24.778]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:02.5173963Z [00:02:24.778]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:02.5174347Z [00:02:24.778]➜  EOF
2025-08-20T23:00:02.5177137Z [00:02:24.778]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b686/_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/b686=>" -p github.com/sendgrid/sendgrid-go -lang=go1.16 -complete -installsuffix shared -buildid imG7TdJQJjeThzy40tUB/imG7TdJQJjeThzy40tUB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b686/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:00:02.5554139Z [00:02:24.816]➜  go tool buildid -w $WORK/b686/_pkg_.a # internal
2025-08-20T23:00:02.5568532Z [00:02:24.818]➜  cp $WORK/b686/_pkg_.a /root/.cache/go-build/23/23d812824dc67dc3dfdba52bdbfd042464209a289c5219438976e8573eb2d11b-d # internal
2025-08-20T23:00:02.5598467Z [00:02:24.821]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sendgrid
2025-08-20T23:00:02.5601614Z [00:02:24.821]➜  mkdir -p $WORK/b685/
2025-08-20T23:00:02.5608324Z [00:02:24.822]➜  cat >/tmp/go-build2180205415/b685/importcfg << 'EOF' # internal
2025-08-20T23:00:02.5611810Z [00:02:24.822]➜  # import config
2025-08-20T23:00:02.5616018Z [00:02:24.822]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:02.5616528Z [00:02:24.822]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:02.5616953Z [00:02:24.822]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.5617429Z [00:02:24.822]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T23:00:02.5618022Z [00:02:24.822]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T23:00:02.5618657Z [00:02:24.822]➜  packagefile github.com/sendgrid/sendgrid-go=/tmp/go-build2180205415/b686/_pkg_.a
2025-08-20T23:00:02.5619684Z [00:02:24.822]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T23:00:02.5634290Z [00:02:24.822]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T23:00:02.5635110Z [00:02:24.822]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:02.5635685Z [00:02:24.822]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:02.5636350Z [00:02:24.822]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:02.5636781Z [00:02:24.822]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:02.5637099Z [00:02:24.822]➜  EOF
2025-08-20T23:00:02.5639649Z [00:02:24.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b685/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sendgrid=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sendgrid;$WORK/b685=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sendgrid -lang=go1.24 -complete -installsuffix shared -buildid djaw0gZwq-C8ufPLcHXp/djaw0gZwq-C8ufPLcHXp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b685/importcfg -pack ./pkg/analyzer/analyzers/sendgrid/permissions.go ./pkg/analyzer/analyzers/sendgrid/scopes.go ./pkg/analyzer/analyzers/sendgrid/sendgrid.go
2025-08-20T23:00:02.6299033Z [00:02:24.891]➜  go tool buildid -w $WORK/b685/_pkg_.a # internal
2025-08-20T23:00:02.6312931Z [00:02:24.892]➜  cp $WORK/b685/_pkg_.a /root/.cache/go-build/d0/d0cbfeaa0e9094cd3ee5fad9547f83f3614139ad8db682dcc167300b61a6c3c9-d # internal
2025-08-20T23:00:02.6314576Z [00:02:24.893]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/shopify
2025-08-20T23:00:02.6315590Z [00:02:24.893]➜  mkdir -p $WORK/b689/
2025-08-20T23:00:02.6320099Z [00:02:24.893]➜  cat >/tmp/go-build2180205415/b689/importcfg << 'EOF' # internal
2025-08-20T23:00:02.6321784Z [00:02:24.893]➜  # import config
2025-08-20T23:00:02.6328268Z [00:02:24.893]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T23:00:02.6329116Z [00:02:24.893]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:02.6330075Z [00:02:24.893]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:02.6331382Z [00:02:24.893]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.6332655Z [00:02:24.893]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T23:00:02.6333330Z [00:02:24.893]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T23:00:02.6334101Z [00:02:24.893]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T23:00:02.6334966Z [00:02:24.893]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T23:00:02.6336233Z [00:02:24.893]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:02.6337002Z [00:02:24.893]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:02.6337425Z [00:02:24.893]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:02.6337836Z [00:02:24.893]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:02.6338154Z [00:02:24.893]➜  EOF
2025-08-20T23:00:02.6338478Z [00:02:24.893]➜  cat >/tmp/go-build2180205415/b689/embedcfg << 'EOF' # internal
2025-08-20T23:00:02.6338797Z [00:02:24.893]➜  {
2025-08-20T23:00:02.6339004Z [00:02:24.893]➜  	"Patterns": {
2025-08-20T23:00:02.6339241Z [00:02:24.893]➜  		"scopes.json": [
2025-08-20T23:00:02.6339492Z [00:02:24.893]➜  			"scopes.json"
2025-08-20T23:00:02.6339718Z [00:02:24.893]➜  		]
2025-08-20T23:00:02.6339920Z [00:02:24.893]➜  	},
2025-08-20T23:00:02.6340320Z [00:02:24.893]➜  	"Files": {
2025-08-20T23:00:02.6340787Z [00:02:24.893]➜  		"scopes.json": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/shopify/scopes.json"
2025-08-20T23:00:02.6341204Z [00:02:24.893]➜  	}
2025-08-20T23:00:02.6341400Z [00:02:24.893]➜  }EOF
2025-08-20T23:00:02.6343865Z [00:02:24.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b689/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/shopify=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/shopify;$WORK/b689=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/shopify -lang=go1.24 -complete -installsuffix shared -buildid nSBmiKDwwAD1VOLsg7xV/nSBmiKDwwAD1VOLsg7xV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b689/importcfg -embedcfg $WORK/b689/embedcfg -pack ./pkg/analyzer/analyzers/shopify/permissions.go ./pkg/analyzer/analyzers/shopify/shopify.go
2025-08-20T23:00:02.7229635Z [00:02:24.984]➜  go tool buildid -w $WORK/b689/_pkg_.a # internal
2025-08-20T23:00:02.7242572Z [00:02:24.985]➜  cp $WORK/b689/_pkg_.a /root/.cache/go-build/5e/5e385facdacc93b9a611c978e4ce91f8d944236963fd27373c298b1b5f0fa156-d # internal
2025-08-20T23:00:02.7267114Z [00:02:24.986]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/slack
2025-08-20T23:00:02.7268282Z [00:02:24.986]➜  mkdir -p $WORK/b690/
2025-08-20T23:00:02.7268734Z [00:02:24.986]➜  cat >/tmp/go-build2180205415/b690/importcfg << 'EOF' # internal
2025-08-20T23:00:02.7269100Z [00:02:24.986]➜  # import config
2025-08-20T23:00:02.7269470Z [00:02:24.986]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:02.7269922Z [00:02:24.986]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:02.7270337Z [00:02:24.986]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.7270810Z [00:02:24.986]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T23:00:02.7271668Z [00:02:24.986]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T23:00:02.7272556Z [00:02:24.986]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T23:00:02.7273412Z [00:02:24.986]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T23:00:02.7274206Z [00:02:24.986]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:02.7274784Z [00:02:24.986]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:02.7275204Z [00:02:24.986]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:02.7275613Z [00:02:24.986]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:02.7276379Z [00:02:24.986]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:02.7276705Z [00:02:24.986]➜  EOF
2025-08-20T23:00:02.7279412Z [00:02:24.986]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b690/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/slack=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/slack;$WORK/b690=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/slack -lang=go1.24 -complete -installsuffix shared -buildid fiVojk1YRYyA4s4UIH7Q/fiVojk1YRYyA4s4UIH7Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b690/importcfg -pack ./pkg/analyzer/analyzers/slack/permissions.go ./pkg/analyzer/analyzers/slack/scopes.go ./pkg/analyzer/analyzers/slack/slack.go
2025-08-20T23:00:02.8710262Z [00:02:25.132]➜  go tool buildid -w $WORK/b690/_pkg_.a # internal
2025-08-20T23:00:02.8725940Z [00:02:25.134]➜  cp $WORK/b690/_pkg_.a /root/.cache/go-build/cd/cdde470966b4e75a7fa9d663a47a833029e7b2af94a2389f577cd24568fc8070-d # internal
2025-08-20T23:00:02.8760763Z [00:02:25.137]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sourcegraph
2025-08-20T23:00:02.8762021Z [00:02:25.137]➜  mkdir -p $WORK/b691/
2025-08-20T23:00:02.8765440Z [00:02:25.138]➜  cat >/tmp/go-build2180205415/b691/importcfg << 'EOF' # internal
2025-08-20T23:00:02.8765943Z [00:02:25.138]➜  # import config
2025-08-20T23:00:02.8766350Z [00:02:25.138]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:02.8766811Z [00:02:25.138]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:02.8767233Z [00:02:25.138]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.8767700Z [00:02:25.138]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T23:00:02.8768415Z [00:02:25.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T23:00:02.8769253Z [00:02:25.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T23:00:02.8770050Z [00:02:25.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:02.8770645Z [00:02:25.138]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:02.8771385Z [00:02:25.138]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:02.8771843Z [00:02:25.138]➜  EOF
2025-08-20T23:00:02.8799499Z [00:02:25.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b691/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sourcegraph=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sourcegraph;$WORK/b691=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sourcegraph -lang=go1.24 -complete -installsuffix shared -buildid 8MEq47tg0jOzL6STbI3P/8MEq47tg0jOzL6STbI3P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -pack ./pkg/analyzer/analyzers/sourcegraph/permissions.go ./pkg/analyzer/analyzers/sourcegraph/sourcegraph.go
2025-08-20T23:00:02.9286977Z [00:02:25.190]➜  go tool buildid -w $WORK/b655/_pkg_.a # internal
2025-08-20T23:00:02.9352645Z [00:02:25.196]➜  cp $WORK/b655/_pkg_.a /root/.cache/go-build/48/483d616399e0ed4c6302b5399d2cb5e30d85217d19239c762eeeefb46d4fd766-d # internal
2025-08-20T23:00:02.9356274Z [00:02:25.197]➜  github.com/tetratelabs/wazero/internal/engine/interpreter
2025-08-20T23:00:02.9362325Z [00:02:25.197]➜  mkdir -p $WORK/b651/
2025-08-20T23:00:02.9362744Z [00:02:25.197]➜  cat >/tmp/go-build2180205415/b651/importcfg << 'EOF' # internal
2025-08-20T23:00:02.9363099Z [00:02:25.197]➜  # import config
2025-08-20T23:00:02.9363440Z [00:02:25.197]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:02.9363866Z [00:02:25.197]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:02.9364325Z [00:02:25.197]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:02.9364779Z [00:02:25.197]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:02.9365211Z [00:02:25.197]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.9366074Z [00:02:25.197]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2180205415/b645/_pkg_.a
2025-08-20T23:00:02.9368974Z [00:02:25.197]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2180205415/b647/_pkg_.a
2025-08-20T23:00:02.9369892Z [00:02:25.197]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2180205415/b648/_pkg_.a
2025-08-20T23:00:02.9370630Z [00:02:25.197]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build2180205415/b652/_pkg_.a
2025-08-20T23:00:02.9371372Z [00:02:25.197]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2180205415/b646/_pkg_.a
2025-08-20T23:00:02.9372101Z [00:02:25.197]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build2180205415/b653/_pkg_.a
2025-08-20T23:00:02.9372825Z [00:02:25.197]➜  packagefile github.com/tetratelabs/wazero/internal/moremath=/tmp/go-build2180205415/b654/_pkg_.a
2025-08-20T23:00:02.9373730Z [00:02:25.197]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2180205415/b655/_pkg_.a
2025-08-20T23:00:02.9374444Z [00:02:25.197]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2180205415/b663/_pkg_.a
2025-08-20T23:00:02.9375226Z [00:02:25.197]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build2180205415/b665/_pkg_.a
2025-08-20T23:00:02.9376277Z [00:02:25.197]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:02.9376772Z [00:02:25.197]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:02.9377210Z [00:02:25.197]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:02.9377631Z [00:02:25.197]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:02.9377938Z [00:02:25.197]➜  EOF
2025-08-20T23:00:02.9381719Z [00:02:25.197]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b651/_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/b651=>" -p github.com/tetratelabs/wazero/internal/engine/interpreter -lang=go1.22 -complete -installsuffix shared -buildid _WpOdXMClqzvYJcG8jYv/_WpOdXMClqzvYJcG8jYv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b651/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:00:02.9729093Z [00:02:25.234]➜  go tool buildid -w $WORK/b691/_pkg_.a # internal
2025-08-20T23:00:02.9737966Z [00:02:25.235]➜  cp $WORK/b691/_pkg_.a /root/.cache/go-build/d8/d85104912923bde5be106064681e2271fb405bd2b7ac455ee99048e6c922f017-d # internal
2025-08-20T23:00:02.9741436Z [00:02:25.235]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi
2025-08-20T23:00:02.9751516Z [00:02:25.236]➜  mkdir -p $WORK/b670/
2025-08-20T23:00:02.9753225Z [00:02:25.236]➜  cat >/tmp/go-build2180205415/b670/importcfg << 'EOF' # internal
2025-08-20T23:00:02.9753602Z [00:02:25.236]➜  # import config
2025-08-20T23:00:02.9753953Z [00:02:25.236]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:02.9754409Z [00:02:25.236]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:02.9754845Z [00:02:25.236]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:02.9755410Z [00:02:25.236]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2180205415/b655/_pkg_.a
2025-08-20T23:00:02.9756256Z [00:02:25.236]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:02.9756704Z [00:02:25.236]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:02.9757126Z [00:02:25.236]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:02.9757545Z [00:02:25.236]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:02.9758245Z [00:02:25.236]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:02.9758554Z [00:02:25.236]➜  EOF
2025-08-20T23:00:02.9787707Z [00:02:25.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b670/_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/b670=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi -lang=go1.22 -complete -installsuffix shared -buildid YGelDGSCuR1TTUHkf9ux/YGelDGSCuR1TTUHkf9ux -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b670/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:00:03.0041636Z [00:02:25.265]➜  go tool buildid -w $WORK/b627/_pkg_.a # internal
2025-08-20T23:00:03.0217758Z [00:02:25.283]➜  cp $WORK/b627/_pkg_.a /root/.cache/go-build/a7/a7a7e5ba38ef663b97c79062a45a3f13e27bcdb43f8b37b81d000c27a5ed5d16-d # internal
2025-08-20T23:00:03.0242340Z [00:02:25.285]➜  github.com/prometheus/client_golang/prometheus/promauto
2025-08-20T23:00:03.0242982Z [00:02:25.285]➜  mkdir -p $WORK/b641/
2025-08-20T23:00:03.0244261Z [00:02:25.286]➜  cat >/tmp/go-build2180205415/b641/importcfg << 'EOF' # internal
2025-08-20T23:00:03.0244635Z [00:02:25.286]➜  # import config
2025-08-20T23:00:03.0245130Z [00:02:25.286]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:00:03.0245576Z [00:02:25.286]➜  EOF
2025-08-20T23:00:03.0248280Z [00:02:25.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b641/_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/b641=>" -p github.com/prometheus/client_golang/prometheus/promauto -lang=go1.20 -complete -installsuffix shared -buildid DSmkjM_2A3j8XtOTUoHK/DSmkjM_2A3j8XtOTUoHK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/promauto/auto.go
2025-08-20T23:00:03.0518526Z [00:02:25.311]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T23:00:03.0519264Z [00:02:25.313]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/da/da7986b119457c737c9251b126f23e110c22381b5313b808d2b4d8609423fd52-d # internal
2025-08-20T23:00:03.0553996Z [00:02:25.316]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/ssa
2025-08-20T23:00:03.0555135Z [00:02:25.317]➜  mkdir -p $WORK/b669/
2025-08-20T23:00:03.0558362Z [00:02:25.317]➜  cat >/tmp/go-build2180205415/b669/importcfg << 'EOF' # internal
2025-08-20T23:00:03.0559451Z [00:02:25.317]➜  # import config
2025-08-20T23:00:03.0560189Z [00:02:25.317]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:03.0561260Z [00:02:25.317]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2180205415/b670/_pkg_.a
2025-08-20T23:00:03.0562433Z [00:02:25.317]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:03.0563493Z [00:02:25.317]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:03.0564241Z [00:02:25.317]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:03.0564664Z [00:02:25.317]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:03.0565094Z [00:02:25.317]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:03.0565411Z [00:02:25.317]➜  EOF
2025-08-20T23:00:03.0572131Z [00:02:25.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b669/_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/b669=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/ssa -lang=go1.22 -complete -installsuffix shared -buildid sqE0JV_kHBx4Mtc0zg4t/sqE0JV_kHBx4Mtc0zg4t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b669/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:00:03.0851597Z [00:02:25.346]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T23:00:03.0875480Z [00:02:25.349]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/52/52603a9d13199c4eead99f4f631cb0cf3795077608b263e99469c19fb03583b9-d # internal
2025-08-20T23:00:03.0882561Z [00:02:25.349]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources
2025-08-20T23:00:03.0883507Z [00:02:25.349]➜  mkdir -p $WORK/b625/
2025-08-20T23:00:03.0932755Z [00:02:25.354]➜  cat >/tmp/go-build2180205415/b625/importcfg << 'EOF' # internal
2025-08-20T23:00:03.0933208Z [00:02:25.354]➜  # import config
2025-08-20T23:00:03.0934528Z [00:02:25.354]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:03.0935057Z [00:02:25.354]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:03.0935617Z [00:02:25.354]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:03.0936254Z [00:02:25.354]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:03.0936687Z [00:02:25.354]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:03.0937206Z [00:02:25.354]➜  packagefile github.com/marusama/semaphore/v2=/tmp/go-build2180205415/b626/_pkg_.a
2025-08-20T23:00:03.0937880Z [00:02:25.354]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:00:03.0938630Z [00:02:25.354]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build2180205415/b641/_pkg_.a
2025-08-20T23:00:03.0939398Z [00:02:25.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:03.0940161Z [00:02:25.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:03.0940987Z [00:02:25.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:03.0942059Z [00:02:25.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:03.0942739Z [00:02:25.354]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:03.0943369Z [00:02:25.354]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:03.0943906Z [00:02:25.354]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:03.0944326Z [00:02:25.354]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:03.0944753Z [00:02:25.354]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:03.0945183Z [00:02:25.354]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:03.0946011Z [00:02:25.354]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:03.0946510Z [00:02:25.354]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:03.0946827Z [00:02:25.354]➜  EOF
2025-08-20T23:00:03.0962202Z [00:02:25.357]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b625/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources=>github.com/trufflesecurity/trufflehog/v3/pkg/sources;$WORK/b625=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources -lang=go1.24 -complete -installsuffix shared -buildid n0-p8q93X84-hjftcIzc/n0-p8q93X84-hjftcIzc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b625/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:00:03.2962788Z [00:02:25.557]➜  go tool buildid -w $WORK/b625/_pkg_.a # internal
2025-08-20T23:00:03.3061649Z [00:02:25.567]➜  cp $WORK/b625/_pkg_.a /root/.cache/go-build/58/58246f2b0532f534b2454b3659f6732b4627ee0114ffc679c5de4107d5fe4d91-d # internal
2025-08-20T23:00:03.3087189Z [00:02:25.570]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors
2025-08-20T23:00:03.3088836Z [00:02:25.570]➜  mkdir -p $WORK/b617/
2025-08-20T23:00:03.3089258Z [00:02:25.570]➜  cat >/tmp/go-build2180205415/b617/importcfg << 'EOF' # internal
2025-08-20T23:00:03.3089606Z [00:02:25.570]➜  # import config
2025-08-20T23:00:03.3089952Z [00:02:25.570]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:03.3091136Z [00:02:25.570]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:03.3091914Z [00:02:25.570]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T23:00:03.3092592Z [00:02:25.570]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:03.3093222Z [00:02:25.570]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:03.3093806Z [00:02:25.570]➜  packagefile github.com/BobuSumisu/aho-corasick=/tmp/go-build2180205415/b618/_pkg_.a
2025-08-20T23:00:03.3094516Z [00:02:25.570]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:03.3095283Z [00:02:25.570]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:03.3098233Z [00:02:25.571]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build2180205415/b616/_pkg_.a
2025-08-20T23:00:03.3099048Z [00:02:25.571]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:03.3099907Z [00:02:25.571]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:03.3100972Z [00:02:25.571]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:03.3101749Z [00:02:25.571]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:03.3102530Z [00:02:25.571]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:03.3102955Z [00:02:25.571]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:03.3103383Z [00:02:25.571]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:03.3103803Z [00:02:25.571]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:03.3104233Z [00:02:25.571]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:03.3104662Z [00:02:25.571]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:03.3105086Z [00:02:25.571]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:03.3105504Z [00:02:25.571]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:03.3108381Z [00:02:25.571]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:03.3108849Z [00:02:25.571]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:03.3109188Z [00:02:25.571]➜  EOF
2025-08-20T23:00:03.3109506Z [00:02:25.571]➜  cat >/tmp/go-build2180205415/b617/embedcfg << 'EOF' # internal
2025-08-20T23:00:03.3109823Z [00:02:25.571]➜  {
2025-08-20T23:00:03.3110027Z [00:02:25.571]➜  	"Patterns": {
2025-08-20T23:00:03.3110277Z [00:02:25.571]➜  		"fp_badlist.txt": [
2025-08-20T23:00:03.3110539Z [00:02:25.571]➜  			"fp_badlist.txt"
2025-08-20T23:00:03.3110769Z [00:02:25.571]➜  		],
2025-08-20T23:00:03.3111043Z [00:02:25.571]➜  		"fp_programmingbooks.txt": [
2025-08-20T23:00:03.3111351Z [00:02:25.571]➜  			"fp_programmingbooks.txt"
2025-08-20T23:00:03.3111609Z [00:02:25.571]➜  		],
2025-08-20T23:00:03.3111834Z [00:02:25.571]➜  		"fp_uuids.txt": [
2025-08-20T23:00:03.3112099Z [00:02:25.571]➜  			"fp_uuids.txt"
2025-08-20T23:00:03.3112331Z [00:02:25.571]➜  		],
2025-08-20T23:00:03.3112548Z [00:02:25.571]➜  		"fp_words.txt": [
2025-08-20T23:00:03.3112800Z [00:02:25.571]➜  			"fp_words.txt"
2025-08-20T23:00:03.3113033Z [00:02:25.571]➜  		]
2025-08-20T23:00:03.3113225Z [00:02:25.571]➜  	},
2025-08-20T23:00:03.3113431Z [00:02:25.571]➜  	"Files": {
2025-08-20T23:00:03.3113836Z [00:02:25.571]➜  		"fp_badlist.txt": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fp_badlist.txt",
2025-08-20T23:00:03.3114472Z [00:02:25.571]➜  		"fp_programmingbooks.txt": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fp_programmingbooks.txt",
2025-08-20T23:00:03.3115081Z [00:02:25.571]➜  		"fp_uuids.txt": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fp_uuids.txt",
2025-08-20T23:00:03.3115601Z [00:02:25.571]➜  		"fp_words.txt": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fp_words.txt"
2025-08-20T23:00:03.3116163Z [00:02:25.571]➜  	}
2025-08-20T23:00:03.3116588Z [00:02:25.571]➜  }EOF
2025-08-20T23:00:03.3119349Z [00:02:25.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b617/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors;$WORK/b617=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors -lang=go1.24 -complete -installsuffix shared -buildid r42oad_XKUyMZTXfUIG9/r42oad_XKUyMZTXfUIG9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b617/importcfg -embedcfg $WORK/b617/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:00:03.3505555Z [00:02:25.612]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T23:00:03.3598014Z [00:02:25.621]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/df/df595a1120dbf1052bd6b8f821d8361f8a9692a2132ab0dc6afff70fbe4984e1-d # internal
2025-08-20T23:00:03.3606511Z [00:02:25.622]➜  github.com/tetratelabs/wazero/internal/wasm/binary
2025-08-20T23:00:03.3610099Z [00:02:25.622]➜  mkdir -p $WORK/b676/
2025-08-20T23:00:03.3621388Z [00:02:25.623]➜  cat >/tmp/go-build2180205415/b676/importcfg << 'EOF' # internal
2025-08-20T23:00:03.3623897Z [00:02:25.623]➜  # import config
2025-08-20T23:00:03.3626579Z [00:02:25.624]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:03.3627058Z [00:02:25.624]➜  packagefile debug/dwarf=/tmp/go-build2180205415/b664/_pkg_.a
2025-08-20T23:00:03.3627504Z [00:02:25.624]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:03.3627918Z [00:02:25.624]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:03.3628443Z [00:02:25.624]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2180205415/b645/_pkg_.a
2025-08-20T23:00:03.3629099Z [00:02:25.624]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2180205415/b647/_pkg_.a
2025-08-20T23:00:03.3629822Z [00:02:25.624]➜  packagefile github.com/tetratelabs/wazero/internal/ieee754=/tmp/go-build2180205415/b656/_pkg_.a
2025-08-20T23:00:03.3630546Z [00:02:25.624]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build2180205415/b653/_pkg_.a
2025-08-20T23:00:03.3631245Z [00:02:25.624]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2180205415/b655/_pkg_.a
2025-08-20T23:00:03.3631954Z [00:02:25.624]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2180205415/b663/_pkg_.a
2025-08-20T23:00:03.3632506Z [00:02:25.624]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:03.3632905Z [00:02:25.624]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:03.3633347Z [00:02:25.624]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:03.3633679Z [00:02:25.624]➜  EOF
2025-08-20T23:00:03.3641788Z [00:02:25.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b676/_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/b676=>" -p github.com/tetratelabs/wazero/internal/wasm/binary -lang=go1.22 -complete -installsuffix shared -buildid 1pTeS2v1Xa9nzE50KZmR/1pTeS2v1Xa9nzE50KZmR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b676/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:00:03.4390560Z [00:02:25.700]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T23:00:03.4416760Z [00:02:25.703]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/99/99254dd64639f175d6f25efc701e33725c44a87afe908cc1d769b53c15120178-d # internal
2025-08-20T23:00:03.4447521Z [00:02:25.703]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/square
2025-08-20T23:00:03.4448009Z [00:02:25.703]➜  mkdir -p $WORK/b692/
2025-08-20T23:00:03.4448685Z [00:02:25.703]➜  cat >/tmp/go-build2180205415/b692/importcfg << 'EOF' # internal
2025-08-20T23:00:03.4449033Z [00:02:25.705]➜  # import config
2025-08-20T23:00:03.4449400Z [00:02:25.705]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:03.4449847Z [00:02:25.705]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:03.4450330Z [00:02:25.705]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T23:00:03.4450916Z [00:02:25.705]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T23:00:03.4451678Z [00:02:25.705]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T23:00:03.4452530Z [00:02:25.705]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T23:00:03.4453316Z [00:02:25.705]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:03.4453909Z [00:02:25.705]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:03.4454327Z [00:02:25.705]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:03.4454739Z [00:02:25.705]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:03.4455164Z [00:02:25.705]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:03.4455478Z [00:02:25.705]➜  EOF
2025-08-20T23:00:03.4458291Z [00:02:25.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b692/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/square=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/square;$WORK/b692=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/square -lang=go1.24 -complete -installsuffix shared -buildid CfnAdO5qIx_YLMra-lAo/CfnAdO5qIx_YLMra-lAo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b692/importcfg -pack ./pkg/analyzer/analyzers/square/permissions.go ./pkg/analyzer/analyzers/square/scopes.go ./pkg/analyzer/analyzers/square/square.go
2025-08-20T23:00:03.4617369Z [00:02:25.723]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T23:00:03.4634003Z [00:02:25.724]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/31/31de02ba0d716e6788eeb8a2a47ee9cc563dcb5fb3def8d30946e42e4d17a3a9-d # internal
2025-08-20T23:00:03.4737111Z [00:02:25.735]➜  gopkg.in/yaml.v2
2025-08-20T23:00:03.4744223Z [00:02:25.735]➜  mkdir -p $WORK/b694/
2025-08-20T23:00:03.4748611Z [00:02:25.736]➜  cat >/tmp/go-build2180205415/b694/importcfg << 'EOF' # internal
2025-08-20T23:00:03.4749476Z [00:02:25.736]➜  # import config
2025-08-20T23:00:03.4750142Z [00:02:25.736]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:03.4752431Z [00:02:25.736]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T23:00:03.4754201Z [00:02:25.736]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:03.4755183Z [00:02:25.736]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:03.4756179Z [00:02:25.736]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:03.4758074Z [00:02:25.736]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:03.4758828Z [00:02:25.736]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:03.4759508Z [00:02:25.736]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:03.4760512Z [00:02:25.736]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:03.4761006Z [00:02:25.736]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:03.4761842Z [00:02:25.736]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:03.4762290Z [00:02:25.736]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:03.4762715Z [00:02:25.736]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:03.4763150Z [00:02:25.736]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:03.4763569Z [00:02:25.736]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:03.4764020Z [00:02:25.736]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:03.4764352Z [00:02:25.736]➜  EOF
2025-08-20T23:00:03.4768155Z [00:02:25.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b694/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0=>gopkg.in/yaml.v2@v2.4.0;$WORK/b694=>" -p gopkg.in/yaml.v2 -lang=go1.15 -complete -installsuffix shared -buildid 0JCccAdUspTRLcka8EZ4/0JCccAdUspTRLcka8EZ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b694/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:00:03.5261736Z [00:02:25.787]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T23:00:03.5379819Z [00:02:25.799]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/12/12f2ee7571cecf06888e07c7b3b7ccb8ea0c2ef54cff73eb387973f09029a5b5-d # internal
2025-08-20T23:00:03.5387041Z [00:02:25.800]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc
2025-08-20T23:00:03.5388992Z [00:02:25.800]➜  mkdir -p $WORK/b668/
2025-08-20T23:00:03.5422486Z [00:02:25.803]➜  cat >/tmp/go-build2180205415/b668/importcfg << 'EOF' # internal
2025-08-20T23:00:03.5424358Z [00:02:25.804]➜  # import config
2025-08-20T23:00:03.5424770Z [00:02:25.804]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:03.5425411Z [00:02:25.804]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2180205415/b669/_pkg_.a
2025-08-20T23:00:03.5426469Z [00:02:25.804]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2180205415/b670/_pkg_.a
2025-08-20T23:00:03.5427094Z [00:02:25.804]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:03.5427514Z [00:02:25.804]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:03.5427829Z [00:02:25.804]➜  EOF
2025-08-20T23:00:03.5431777Z [00:02:25.804]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b668/_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/b668=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc -lang=go1.22 -complete -installsuffix shared -buildid Gu3WT-RGsbSbwJSG4Ozx/Gu3WT-RGsbSbwJSG4Ozx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b668/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:00:03.5470518Z [00:02:25.808]➜  go tool buildid -w $WORK/b692/_pkg_.a # internal
2025-08-20T23:00:03.5506977Z [00:02:25.812]➜  cp $WORK/b692/_pkg_.a /root/.cache/go-build/a1/a1a089297f26a427624fc0343bc0b7120ce70e63820e5bf8555f2c04fe362646-d # internal
2025-08-20T23:00:03.5530784Z [00:02:25.814]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/frontend
2025-08-20T23:00:03.5531222Z [00:02:25.814]➜  mkdir -p $WORK/b672/
2025-08-20T23:00:03.5533972Z [00:02:25.815]➜  cat >/tmp/go-build2180205415/b672/importcfg << 'EOF' # internal
2025-08-20T23:00:03.5534438Z [00:02:25.815]➜  # import config
2025-08-20T23:00:03.5535303Z [00:02:25.815]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:03.5535871Z [00:02:25.815]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:03.5536394Z [00:02:25.815]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:03.5536927Z [00:02:25.815]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2180205415/b645/_pkg_.a
2025-08-20T23:00:03.5537661Z [00:02:25.815]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2180205415/b669/_pkg_.a
2025-08-20T23:00:03.5538580Z [00:02:25.815]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2180205415/b670/_pkg_.a
2025-08-20T23:00:03.5539426Z [00:02:25.815]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build2180205415/b653/_pkg_.a
2025-08-20T23:00:03.5540124Z [00:02:25.815]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2180205415/b655/_pkg_.a
2025-08-20T23:00:03.5540665Z [00:02:25.815]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:03.5541088Z [00:02:25.815]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:03.5541514Z [00:02:25.815]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:03.5541940Z [00:02:25.815]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:03.5542252Z [00:02:25.815]➜  EOF
2025-08-20T23:00:03.5546085Z [00:02:25.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b672/_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/b672=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/frontend -lang=go1.22 -complete -installsuffix shared -buildid evGKsNb56vuYLN5W_yEJ/evGKsNb56vuYLN5W_yEJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b672/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:00:03.5784316Z [00:02:25.839]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T23:00:03.5812868Z [00:02:25.842]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/ad/adc903167371020e0ae810a8a9fab43e445dd8bb304882322768ea7da4fb874d-d # internal
2025-08-20T23:00:03.5813904Z [00:02:25.842]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/backend
2025-08-20T23:00:03.5819850Z [00:02:25.842]➜  mkdir -p $WORK/b667/
2025-08-20T23:00:03.5820549Z [00:02:25.843]➜  cat >/tmp/go-build2180205415/b667/importcfg << 'EOF' # internal
2025-08-20T23:00:03.5820904Z [00:02:25.843]➜  # import config
2025-08-20T23:00:03.5821242Z [00:02:25.843]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:03.5821665Z [00:02:25.843]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:03.5822344Z [00:02:25.843]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc=/tmp/go-build2180205415/b668/_pkg_.a
2025-08-20T23:00:03.5823188Z [00:02:25.843]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2180205415/b669/_pkg_.a
2025-08-20T23:00:03.5824017Z [00:02:25.843]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2180205415/b670/_pkg_.a
2025-08-20T23:00:03.5824720Z [00:02:25.843]➜  EOF
2025-08-20T23:00:03.5829423Z [00:02:25.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b667/_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/b667=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend -lang=go1.22 -complete -installsuffix shared -buildid ue4aZEp_gkV-EwAPAVfn/ue4aZEp_gkV-EwAPAVfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b667/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:00:03.6963491Z [00:02:25.957]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T23:00:03.6989923Z [00:02:25.960]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/30/302b2c49fbe3fd49328d4ebafcb017d2e2bf5053799427f22a21869014aed1a6-d # internal
2025-08-20T23:00:03.7016580Z [00:02:25.962]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64
2025-08-20T23:00:03.7020474Z [00:02:25.963]➜  mkdir -p $WORK/b671/
2025-08-20T23:00:03.7027106Z [00:02:25.963]➜  echo -n > $WORK/b671/go_asm.h # internal
2025-08-20T23:00:03.7027993Z [00:02:25.963]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64
2025-08-20T23:00:03.7030114Z [00:02:25.963]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64 -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64;$WORK/b671=>" -I $WORK/b671/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b671/symabis ./abi_entry_arm64.s
2025-08-20T23:00:03.7112074Z [00:02:25.972]➜  cat >/tmp/go-build2180205415/b671/importcfg << 'EOF' # internal
2025-08-20T23:00:03.7112906Z [00:02:25.972]➜  # import config
2025-08-20T23:00:03.7114159Z [00:02:25.972]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:03.7114652Z [00:02:25.972]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:03.7115098Z [00:02:25.972]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:03.7115846Z [00:02:25.972]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend=/tmp/go-build2180205415/b667/_pkg_.a
2025-08-20T23:00:03.7117021Z [00:02:25.972]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc=/tmp/go-build2180205415/b668/_pkg_.a
2025-08-20T23:00:03.7118043Z [00:02:25.972]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2180205415/b669/_pkg_.a
2025-08-20T23:00:03.7118867Z [00:02:25.972]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2180205415/b670/_pkg_.a
2025-08-20T23:00:03.7119665Z [00:02:25.972]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2180205415/b663/_pkg_.a
2025-08-20T23:00:03.7120229Z [00:02:25.972]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:03.7120652Z [00:02:25.972]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:03.7121075Z [00:02:25.972]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:03.7121701Z [00:02:25.972]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:03.7122139Z [00:02:25.972]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:03.7122454Z [00:02:25.972]➜  EOF
2025-08-20T23:00:03.7122704Z [00:02:25.972]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:03.7132608Z [00:02:25.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b671/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64;$WORK/b671=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64 -lang=go1.22 -installsuffix shared -buildid JrqUwTvx0HHB0OkpLBUv/JrqUwTvx0HHB0OkpLBUv -goversion go1.25.0 -symabis $WORK/b671/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b671/importcfg -pack -asmhdr $WORK/b671/go_asm.h /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/abi.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/abi_entry_arm64.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/abi_entry_preamble.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/abi_go_call.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/cond.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/instr.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/instr_encoding.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/lower_constant.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/lower_instr.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/lower_instr_operands.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/lower_mem.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/machine.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/machine_pro_epi_logue.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/machine_regalloc.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/machine_relocation.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/reg.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/unwind_stack.go
2025-08-20T23:00:03.8802038Z [00:02:26.141]➜  go tool buildid -w $WORK/b694/_pkg_.a # internal
2025-08-20T23:00:03.8845713Z [00:02:26.146]➜  cp $WORK/b694/_pkg_.a /root/.cache/go-build/2b/2b63a45456985d8031572791a4dd5223bd46dbe227e06e00a5ed94c61af24ddd-d # internal
2025-08-20T23:00:03.8851707Z [00:02:26.146]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/stripe
2025-08-20T23:00:03.8852245Z [00:02:26.146]➜  mkdir -p $WORK/b693/
2025-08-20T23:00:03.8852628Z [00:02:26.146]➜  cat >/tmp/go-build2180205415/b693/importcfg << 'EOF' # internal
2025-08-20T23:00:03.8853198Z [00:02:26.146]➜  # import config
2025-08-20T23:00:03.8853542Z [00:02:26.146]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:03.8853967Z [00:02:26.146]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T23:00:03.8854411Z [00:02:26.146]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:03.8854858Z [00:02:26.146]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:03.8855276Z [00:02:26.146]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:03.8855750Z [00:02:26.146]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T23:00:03.8861757Z [00:02:26.146]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T23:00:03.8862833Z [00:02:26.146]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T23:00:03.8863684Z [00:02:26.146]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T23:00:03.8864477Z [00:02:26.146]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:03.8865096Z [00:02:26.146]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build2180205415/b694/_pkg_.a
2025-08-20T23:00:03.8865539Z [00:02:26.146]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:03.8866228Z [00:02:26.146]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:03.8866663Z [00:02:26.146]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:03.8867081Z [00:02:26.146]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:03.8867514Z [00:02:26.146]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:03.8867830Z [00:02:26.146]➜  EOF
2025-08-20T23:00:03.8868152Z [00:02:26.146]➜  cat >/tmp/go-build2180205415/b693/embedcfg << 'EOF' # internal
2025-08-20T23:00:03.8868480Z [00:02:26.146]➜  {
2025-08-20T23:00:03.8868687Z [00:02:26.146]➜  	"Patterns": {
2025-08-20T23:00:03.8868938Z [00:02:26.146]➜  		"restricted.yaml": [
2025-08-20T23:00:03.8869205Z [00:02:26.146]➜  			"restricted.yaml"
2025-08-20T23:00:03.8869443Z [00:02:26.146]➜  		]
2025-08-20T23:00:03.8869637Z [00:02:26.146]➜  	},
2025-08-20T23:00:03.8869844Z [00:02:26.146]➜  	"Files": {
2025-08-20T23:00:03.8870325Z [00:02:26.146]➜  		"restricted.yaml": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/stripe/restricted.yaml"
2025-08-20T23:00:03.8870768Z [00:02:26.146]➜  	}
2025-08-20T23:00:03.8870964Z [00:02:26.146]➜  }EOF
2025-08-20T23:00:03.8873574Z [00:02:26.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b693/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/stripe=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/stripe;$WORK/b693=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/stripe -lang=go1.24 -complete -installsuffix shared -buildid Mqni6TzhmKu3KmTgQVxA/Mqni6TzhmKu3KmTgQVxA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -embedcfg $WORK/b693/embedcfg -pack ./pkg/analyzer/analyzers/stripe/permissions.go ./pkg/analyzer/analyzers/stripe/stripe.go
2025-08-20T23:00:03.9650012Z [00:02:26.226]➜  go tool buildid -w $WORK/b693/_pkg_.a # internal
2025-08-20T23:00:03.9659828Z [00:02:26.227]➜  cp $WORK/b693/_pkg_.a /root/.cache/go-build/94/944547a1e6975f2b9fdda97a7912d034c4d8036da8491821039547478cf595a1-d # internal
2025-08-20T23:00:03.9662302Z [00:02:26.227]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/twilio
2025-08-20T23:00:03.9662780Z [00:02:26.227]➜  mkdir -p $WORK/b695/
2025-08-20T23:00:03.9666770Z [00:02:26.228]➜  cat >/tmp/go-build2180205415/b695/importcfg << 'EOF' # internal
2025-08-20T23:00:03.9668169Z [00:02:26.228]➜  # import config
2025-08-20T23:00:03.9668557Z [00:02:26.228]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:03.9669264Z [00:02:26.228]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:03.9669688Z [00:02:26.228]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:03.9670162Z [00:02:26.228]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T23:00:03.9670882Z [00:02:26.228]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T23:00:03.9671722Z [00:02:26.228]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T23:00:03.9672528Z [00:02:26.228]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:03.9673330Z [00:02:26.228]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:03.9673663Z [00:02:26.228]➜  EOF
2025-08-20T23:00:03.9676408Z [00:02:26.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b695/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/twilio=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/twilio;$WORK/b695=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/twilio -lang=go1.24 -complete -installsuffix shared -buildid 0PBRRkpnRYapdZGVlay1/0PBRRkpnRYapdZGVlay1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b695/importcfg -pack ./pkg/analyzer/analyzers/twilio/permissions.go ./pkg/analyzer/analyzers/twilio/twilio.go
2025-08-20T23:00:04.0031257Z [00:02:26.264]➜  go tool buildid -w $WORK/b695/_pkg_.a # internal
2025-08-20T23:00:04.0041605Z [00:02:26.265]➜  cp $WORK/b695/_pkg_.a /root/.cache/go-build/41/419994408b1a50aab240a9c7d4928a364574c131545400a289f770abec73555f-d # internal
2025-08-20T23:00:04.0050362Z [00:02:26.266]➜  github.com/patrickmn/go-cache
2025-08-20T23:00:04.0050746Z [00:02:26.266]➜  mkdir -p $WORK/b697/
2025-08-20T23:00:04.0051683Z [00:02:26.266]➜  cat >/tmp/go-build2180205415/b697/importcfg << 'EOF' # internal
2025-08-20T23:00:04.0052315Z [00:02:26.266]➜  # import config
2025-08-20T23:00:04.0052687Z [00:02:26.266]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:04.0053157Z [00:02:26.266]➜  packagefile encoding/gob=/tmp/go-build2180205415/b474/_pkg_.a
2025-08-20T23:00:04.0053594Z [00:02:26.266]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.0053996Z [00:02:26.266]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:04.0054404Z [00:02:26.266]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:04.0054825Z [00:02:26.266]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:04.0055557Z [00:02:26.266]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:04.0056188Z [00:02:26.266]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:04.0056608Z [00:02:26.266]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:04.0057037Z [00:02:26.266]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:04.0057444Z [00:02:26.266]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:04.0057751Z [00:02:26.266]➜  EOF
2025-08-20T23:00:04.0060129Z [00:02:26.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b697/_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/b697=>" -p github.com/patrickmn/go-cache -lang=go1.16 -complete -installsuffix shared -buildid o472N4iupgwqbvb5vKs4/o472N4iupgwqbvb5vKs4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b697/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:00:04.1359371Z [00:02:26.397]➜  go tool buildid -w $WORK/b697/_pkg_.a # internal
2025-08-20T23:00:04.1428761Z [00:02:26.404]➜  cp $WORK/b697/_pkg_.a /root/.cache/go-build/7b/7b94672a449ee432475fff2555abb45688024acc3d789fbda758a7961b6c51a6-d # internal
2025-08-20T23:00:04.1473861Z [00:02:26.408]➜  github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple
2025-08-20T23:00:04.1474495Z [00:02:26.408]➜  mkdir -p $WORK/b696/
2025-08-20T23:00:04.1475012Z [00:02:26.408]➜  cat >/tmp/go-build2180205415/b696/importcfg << 'EOF' # internal
2025-08-20T23:00:04.1475486Z [00:02:26.408]➜  # import config
2025-08-20T23:00:04.1476195Z [00:02:26.408]➜  packagefile github.com/patrickmn/go-cache=/tmp/go-build2180205415/b697/_pkg_.a
2025-08-20T23:00:04.1476877Z [00:02:26.408]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.1477427Z [00:02:26.408]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:04.1478160Z [00:02:26.408]➜  EOF
2025-08-20T23:00:04.1480208Z [00:02:26.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b696/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/simple=>github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple;$WORK/b696=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple -lang=go1.24 -complete -installsuffix shared -buildid Pxa_KkSfKx_uLp2za1zE/Pxa_KkSfKx_uLp2za1zE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b696/importcfg -pack ./pkg/cache/simple/simple.go
2025-08-20T23:00:04.1687408Z [00:02:26.430]➜  go tool buildid -w $WORK/b696/_pkg_.a # internal
2025-08-20T23:00:04.1692358Z [00:02:26.430]➜  cp $WORK/b696/_pkg_.a /root/.cache/go-build/40/40af3e3842a24455ddcccf906635c199629f0d9962c2d8f4f6f956283d6bb3fb-d # internal
2025-08-20T23:00:04.1723701Z [00:02:26.433]➜  github.com/mitchellh/go-ps
2025-08-20T23:00:04.1726601Z [00:02:26.433]➜  mkdir -p $WORK/b699/
2025-08-20T23:00:04.1727103Z [00:02:26.434]➜  cat >/tmp/go-build2180205415/b699/importcfg << 'EOF' # internal
2025-08-20T23:00:04.1727486Z [00:02:26.434]➜  # import config
2025-08-20T23:00:04.1727828Z [00:02:26.434]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.1728244Z [00:02:26.434]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:04.1728669Z [00:02:26.434]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:04.1729085Z [00:02:26.434]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:04.1729500Z [00:02:26.434]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:04.1729925Z [00:02:26.434]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.1730240Z [00:02:26.434]➜  EOF
2025-08-20T23:00:04.1733299Z [00:02:26.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b699/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/go-ps@v1.0.0=>github.com/mitchellh/go-ps@v1.0.0;$WORK/b699=>" -p github.com/mitchellh/go-ps -lang=go1.13 -complete -installsuffix shared -buildid tZK5fTjY0Md0TuymX0l4/tZK5fTjY0Md0TuymX0l4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b699/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:00:04.2066687Z [00:02:26.468]➜  go tool buildid -w $WORK/b699/_pkg_.a # internal
2025-08-20T23:00:04.2079994Z [00:02:26.469]➜  cp $WORK/b699/_pkg_.a /root/.cache/go-build/95/959178f43cae0e403b98f8a5ed7f9a8c5b3f03b03e0165c0670059922555e3a9-d # internal
2025-08-20T23:00:04.2100307Z [00:02:26.471]➜  github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp
2025-08-20T23:00:04.2100906Z [00:02:26.471]➜  mkdir -p $WORK/b698/
2025-08-20T23:00:04.2110278Z [00:02:26.472]➜  cat >/tmp/go-build2180205415/b698/importcfg << 'EOF' # internal
2025-08-20T23:00:04.2110922Z [00:02:26.472]➜  # import config
2025-08-20T23:00:04.2111517Z [00:02:26.472]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.2112365Z [00:02:26.472]➜  packagefile github.com/mitchellh/go-ps=/tmp/go-build2180205415/b699/_pkg_.a
2025-08-20T23:00:04.2113268Z [00:02:26.472]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:04.2114177Z [00:02:26.472]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:04.2115297Z [00:02:26.472]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:04.2116026Z [00:02:26.472]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:04.2116586Z [00:02:26.472]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:04.2117020Z [00:02:26.472]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:04.2117447Z [00:02:26.472]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.2117773Z [00:02:26.472]➜  EOF
2025-08-20T23:00:04.2119868Z [00:02:26.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b698/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cleantemp=>github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp;$WORK/b698=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp -lang=go1.24 -complete -installsuffix shared -buildid ZUdR5pZ00_SfzsanV76w/ZUdR5pZ00_SfzsanV76w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b698/importcfg -pack ./pkg/cleantemp/cleantemp.go
2025-08-20T23:00:04.2430727Z [00:02:26.504]➜  go tool buildid -w $WORK/b698/_pkg_.a # internal
2025-08-20T23:00:04.2450696Z [00:02:26.506]➜  cp $WORK/b698/_pkg_.a /root/.cache/go-build/49/4925e4078e0e4212670b8f03bb97d7b2cfe6e49ae4c2d94248fb69fce2984f08-d # internal
2025-08-20T23:00:04.2452547Z [00:02:26.506]➜  github.com/trufflesecurity/trufflehog/v3/pkg/pb/custom_detectorspb
2025-08-20T23:00:04.2454914Z [00:02:26.506]➜  mkdir -p $WORK/b702/
2025-08-20T23:00:04.2459190Z [00:02:26.507]➜  cat >/tmp/go-build2180205415/b702/importcfg << 'EOF' # internal
2025-08-20T23:00:04.2460122Z [00:02:26.507]➜  # import config
2025-08-20T23:00:04.2460866Z [00:02:26.507]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:04.2462806Z [00:02:26.507]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:04.2463249Z [00:02:26.507]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.2463842Z [00:02:26.507]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:04.2464576Z [00:02:26.507]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:04.2465277Z [00:02:26.507]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:04.2466060Z [00:02:26.507]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:04.2466871Z [00:02:26.507]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:04.2467362Z [00:02:26.507]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:04.2467801Z [00:02:26.507]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:04.2468234Z [00:02:26.507]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:04.2468657Z [00:02:26.507]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:04.2469071Z [00:02:26.507]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:04.2469490Z [00:02:26.507]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.2469904Z [00:02:26.507]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:04.2470312Z [00:02:26.507]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:04.2470757Z [00:02:26.507]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:04.2471091Z [00:02:26.507]➜  EOF
2025-08-20T23:00:04.2473482Z [00:02:26.507]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b702/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/custom_detectorspb=>github.com/trufflesecurity/trufflehog/v3/pkg/pb/custom_detectorspb;$WORK/b702=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/pb/custom_detectorspb -lang=go1.24 -complete -installsuffix shared -buildid FG2e_fHrIPEjZK0CN55T/FG2e_fHrIPEjZK0CN55T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b702/importcfg -pack ./pkg/pb/custom_detectorspb/custom_detectors.pb.go ./pkg/pb/custom_detectorspb/custom_detectors.pb.validate.go
2025-08-20T23:00:04.3332211Z [00:02:26.594]➜  go tool buildid -w $WORK/b702/_pkg_.a # internal
2025-08-20T23:00:04.3336045Z [00:02:26.595]➜  cp $WORK/b702/_pkg_.a /root/.cache/go-build/dd/dd5ad465d822da12df062ca3eea7525ca01a5bca96a2d29e894dc425c93b3972-d # internal
2025-08-20T23:00:04.3345868Z [00:02:26.595]➜  github.com/trufflesecurity/trufflehog/v3/pkg/custom_detectors
2025-08-20T23:00:04.3346343Z [00:02:26.595]➜  mkdir -p $WORK/b701/
2025-08-20T23:00:04.3347068Z [00:02:26.595]➜  cat >/tmp/go-build2180205415/b701/importcfg << 'EOF' # internal
2025-08-20T23:00:04.3349153Z [00:02:26.595]➜  # import config
2025-08-20T23:00:04.3356750Z [00:02:26.595]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:04.3357787Z [00:02:26.595]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:04.3358843Z [00:02:26.595]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:04.3359342Z [00:02:26.595]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.3359959Z [00:02:26.595]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:04.3360745Z [00:02:26.595]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:04.3361595Z [00:02:26.596]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/custom_detectorspb=/tmp/go-build2180205415/b702/_pkg_.a
2025-08-20T23:00:04.3362453Z [00:02:26.596]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:04.3363135Z [00:02:26.596]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:04.3363615Z [00:02:26.596]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:04.3364035Z [00:02:26.596]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:04.3364463Z [00:02:26.596]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:04.3364887Z [00:02:26.596]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:04.3365315Z [00:02:26.596]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.3365631Z [00:02:26.596]➜  EOF
2025-08-20T23:00:04.3368536Z [00:02:26.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b701/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors=>github.com/trufflesecurity/trufflehog/v3/pkg/custom_detectors;$WORK/b701=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/custom_detectors -lang=go1.24 -complete -installsuffix shared -buildid zg09C7rECyiiW0rUUXSb/zg09C7rECyiiW0rUUXSb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b701/importcfg -pack ./pkg/custom_detectors/custom_detectors.go ./pkg/custom_detectors/regex_varstring.go ./pkg/custom_detectors/validation.go
2025-08-20T23:00:04.3529361Z [00:02:26.614]➜  go tool buildid -w $WORK/b651/_pkg_.a # internal
2025-08-20T23:00:04.3696097Z [00:02:26.631]➜  cp $WORK/b651/_pkg_.a /root/.cache/go-build/22/2289879114b2a35c9bff7f86b43c0785d20343ec685ede666418e2120d5f0fe2-d # internal
2025-08-20T23:00:04.3728247Z [00:02:26.634]➜  github.com/trufflesecurity/trufflehog/v3/pkg/pb/configpb
2025-08-20T23:00:04.3728657Z [00:02:26.634]➜  mkdir -p $WORK/b703/
2025-08-20T23:00:04.3771643Z [00:02:26.638]➜  cat >/tmp/go-build2180205415/b703/importcfg << 'EOF' # internal
2025-08-20T23:00:04.3772236Z [00:02:26.638]➜  # import config
2025-08-20T23:00:04.3772993Z [00:02:26.638]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:04.3773612Z [00:02:26.638]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:04.3774372Z [00:02:26.638]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.3775156Z [00:02:26.638]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/custom_detectorspb=/tmp/go-build2180205415/b702/_pkg_.a
2025-08-20T23:00:04.3776212Z [00:02:26.638]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:04.3777123Z [00:02:26.638]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:04.3777938Z [00:02:26.638]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:04.3778741Z [00:02:26.638]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:04.3779672Z [00:02:26.638]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:04.3780233Z [00:02:26.638]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:04.3780809Z [00:02:26.638]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:04.3781381Z [00:02:26.638]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:04.3781948Z [00:02:26.638]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:04.3782477Z [00:02:26.638]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:04.3783044Z [00:02:26.638]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.3783601Z [00:02:26.638]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:04.3784132Z [00:02:26.638]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:04.3784677Z [00:02:26.638]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:04.3785144Z [00:02:26.638]➜  EOF
2025-08-20T23:00:04.3787374Z [00:02:26.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b703/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/configpb=>github.com/trufflesecurity/trufflehog/v3/pkg/pb/configpb;$WORK/b703=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/pb/configpb -lang=go1.24 -complete -installsuffix shared -buildid 1wNCulRQTTfx67fxPi29/1wNCulRQTTfx67fxPi29 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b703/importcfg -pack ./pkg/pb/configpb/config.pb.go ./pkg/pb/configpb/config.pb.validate.go
2025-08-20T23:00:04.4353795Z [00:02:26.696]➜  go tool buildid -w $WORK/b701/_pkg_.a # internal
2025-08-20T23:00:04.4383588Z [00:02:26.699]➜  cp $WORK/b701/_pkg_.a /root/.cache/go-build/91/913f3a74f8faa0bb58db9bdaaf558c15eceb45036e91b882a019c2a9d1cf4afa-d # internal
2025-08-20T23:00:04.4396078Z [00:02:26.700]➜  sigs.k8s.io/yaml/goyaml.v2
2025-08-20T23:00:04.4406686Z [00:02:26.701]➜  mkdir -p $WORK/b706/
2025-08-20T23:00:04.4407208Z [00:02:26.702]➜  cat >/tmp/go-build2180205415/b706/importcfg << 'EOF' # internal
2025-08-20T23:00:04.4412760Z [00:02:26.702]➜  # import config
2025-08-20T23:00:04.4414673Z [00:02:26.702]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:04.4415481Z [00:02:26.702]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T23:00:04.4416857Z [00:02:26.702]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:04.4417331Z [00:02:26.702]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:04.4417754Z [00:02:26.702]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.4418158Z [00:02:26.702]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:04.4418564Z [00:02:26.702]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:04.4418994Z [00:02:26.702]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:04.4419430Z [00:02:26.702]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:04.4420089Z [00:02:26.702]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:04.4420638Z [00:02:26.702]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:04.4421311Z [00:02:26.702]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.4421736Z [00:02:26.702]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:04.4422148Z [00:02:26.702]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:04.4422614Z [00:02:26.702]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:04.4423057Z [00:02:26.702]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:04.4423390Z [00:02:26.702]➜  EOF
2025-08-20T23:00:04.4427752Z [00:02:26.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b706/_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/b706=>" -p sigs.k8s.io/yaml/goyaml.v2 -lang=go1.12 -complete -installsuffix shared -buildid fZ-_L92HzJzi6nn4b7V5/fZ-_L92HzJzi6nn4b7V5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b706/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:00:04.4540480Z [00:02:26.715]➜  go tool buildid -w $WORK/b703/_pkg_.a # internal
2025-08-20T23:00:04.4551498Z [00:02:26.716]➜  cp $WORK/b703/_pkg_.a /root/.cache/go-build/92/92ba75e4ecc80d1b5668aaf04947f94a3891d3dfae120bcce098483d0a7a9365-d # internal
2025-08-20T23:00:04.4584193Z [00:02:26.719]➜  archive/tar
2025-08-20T23:00:04.4585514Z [00:02:26.719]➜  mkdir -p $WORK/b708/
2025-08-20T23:00:04.4586825Z [00:02:26.720]➜  cat >/tmp/go-build2180205415/b708/importcfg << 'EOF' # internal
2025-08-20T23:00:04.4587226Z [00:02:26.720]➜  # import config
2025-08-20T23:00:04.4588531Z [00:02:26.720]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:04.4589342Z [00:02:26.720]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:04.4589969Z [00:02:26.720]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.4590780Z [00:02:26.720]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T23:00:04.4591490Z [00:02:26.720]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:04.4592054Z [00:02:26.720]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:04.4592536Z [00:02:26.720]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T23:00:04.4593162Z [00:02:26.720]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:04.4593776Z [00:02:26.720]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T23:00:04.4594355Z [00:02:26.720]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:04.4594828Z [00:02:26.720]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:04.4595282Z [00:02:26.720]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:04.4595711Z [00:02:26.720]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:04.4596273Z [00:02:26.720]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:04.4596847Z [00:02:26.720]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:04.4597348Z [00:02:26.720]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.4597771Z [00:02:26.720]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:04.4598384Z [00:02:26.720]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:04.4598810Z [00:02:26.720]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:04.4599144Z [00:02:26.720]➜  EOF
2025-08-20T23:00:04.4601395Z [00:02:26.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b708/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b708=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid WYG216IEqTnAvH28Gshk/WYG216IEqTnAvH28Gshk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b708/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:00:04.5251462Z [00:02:26.786]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T23:00:04.5380983Z [00:02:26.799]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/1c/1c5ad49bd02e65d9673e028ea052e3a99e3d147251df8578e579a44c973f0abe-d # internal
2025-08-20T23:00:04.5396880Z [00:02:26.799]➜  github.com/docker/docker-credential-helpers/credentials
2025-08-20T23:00:04.5397895Z [00:02:26.799]➜  mkdir -p $WORK/b715/
2025-08-20T23:00:04.5398348Z [00:02:26.799]➜  cat >/tmp/go-build2180205415/b715/importcfg << 'EOF' # internal
2025-08-20T23:00:04.5398709Z [00:02:26.799]➜  # import config
2025-08-20T23:00:04.5399047Z [00:02:26.799]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:04.5399468Z [00:02:26.799]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:04.5399943Z [00:02:26.799]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:04.5400402Z [00:02:26.799]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:04.5400816Z [00:02:26.799]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.5401226Z [00:02:26.799]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:04.5401624Z [00:02:26.799]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:04.5402036Z [00:02:26.799]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.5402352Z [00:02:26.799]➜  EOF
2025-08-20T23:00:04.5406176Z [00:02:26.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b715/_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/b715=>" -p github.com/docker/docker-credential-helpers/credentials -lang=go1.21 -complete -installsuffix shared -buildid vUj0CnUh52ydLhSxfwVQ/vUj0CnUh52ydLhSxfwVQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b715/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:00:04.6021118Z [00:02:26.863]➜  go tool buildid -w $WORK/b715/_pkg_.a # internal
2025-08-20T23:00:04.6032525Z [00:02:26.864]➜  cp $WORK/b715/_pkg_.a /root/.cache/go-build/51/51f3948dbbfb15272da4c495e0a3289563005cf6ecd9b48efb423277fbabab7f-d # internal
2025-08-20T23:00:04.6033217Z [00:02:26.864]➜  github.com/docker/docker-credential-helpers/client
2025-08-20T23:00:04.6033564Z [00:02:26.864]➜  mkdir -p $WORK/b714/
2025-08-20T23:00:04.6040586Z [00:02:26.865]➜  cat >/tmp/go-build2180205415/b714/importcfg << 'EOF' # internal
2025-08-20T23:00:04.6041222Z [00:02:26.865]➜  # import config
2025-08-20T23:00:04.6041718Z [00:02:26.865]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:04.6042315Z [00:02:26.865]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:04.6043287Z [00:02:26.865]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.6044045Z [00:02:26.865]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build2180205415/b715/_pkg_.a
2025-08-20T23:00:04.6044727Z [00:02:26.865]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:04.6045255Z [00:02:26.865]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:04.6045910Z [00:02:26.865]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:00:04.6046489Z [00:02:26.865]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.6046938Z [00:02:26.865]➜  EOF
2025-08-20T23:00:04.6049532Z [00:02:26.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b714/_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/b714=>" -p github.com/docker/docker-credential-helpers/client -lang=go1.21 -complete -installsuffix shared -buildid SPUxlKwO0EZ86DO9Rh94/SPUxlKwO0EZ86DO9Rh94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b714/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:00:04.6938461Z [00:02:26.952]➜  go tool buildid -w $WORK/b714/_pkg_.a # internal
2025-08-20T23:00:04.6946852Z [00:02:26.953]➜  cp $WORK/b714/_pkg_.a /root/.cache/go-build/a3/a3efbc7e7ab3ff747936def35406bdb714267d40a0788d0e35ec6a781348959d-d # internal
2025-08-20T23:00:04.6947488Z [00:02:26.953]➜  github.com/docker/cli/cli/config/credentials
2025-08-20T23:00:04.6947848Z [00:02:26.953]➜  mkdir -p $WORK/b712/
2025-08-20T23:00:04.6948242Z [00:02:26.953]➜  cat >/tmp/go-build2180205415/b712/importcfg << 'EOF' # internal
2025-08-20T23:00:04.6948589Z [00:02:26.953]➜  # import config
2025-08-20T23:00:04.6948918Z [00:02:26.953]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.6949471Z [00:02:26.953]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build2180205415/b713/_pkg_.a
2025-08-20T23:00:04.6950170Z [00:02:26.953]➜  packagefile github.com/docker/docker-credential-helpers/client=/tmp/go-build2180205415/b714/_pkg_.a
2025-08-20T23:00:04.6950935Z [00:02:26.953]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build2180205415/b715/_pkg_.a
2025-08-20T23:00:04.6951514Z [00:02:26.953]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:04.6951936Z [00:02:26.953]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:04.6952627Z [00:02:26.953]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:04.6953125Z [00:02:26.953]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:00:04.6953672Z [00:02:26.953]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.6954158Z [00:02:26.953]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:04.6954499Z [00:02:26.953]➜  EOF
2025-08-20T23:00:04.6958455Z [00:02:26.956]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b712/_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/b712=>" -p github.com/docker/cli/cli/config/credentials -lang=go1.16 -complete -installsuffix shared -buildid gS7kPQxBqhnulMP6fxc8/gS7kPQxBqhnulMP6fxc8 -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/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:00:04.7475670Z [00:02:27.008]➜  go tool buildid -w $WORK/b712/_pkg_.a # internal
2025-08-20T23:00:04.7496148Z [00:02:27.010]➜  cp $WORK/b712/_pkg_.a /root/.cache/go-build/6b/6bbbcdc6b2f9218b0aa4433e88260cb5d15ab41e0fb81b7e78ee421421edb977-d # internal
2025-08-20T23:00:04.7500305Z [00:02:27.011]➜  github.com/sirupsen/logrus
2025-08-20T23:00:04.7506622Z [00:02:27.012]➜  mkdir -p $WORK/b716/
2025-08-20T23:00:04.7511663Z [00:02:27.012]➜  cat >/tmp/go-build2180205415/b716/importcfg << 'EOF' # internal
2025-08-20T23:00:04.7516027Z [00:02:27.012]➜  # import config
2025-08-20T23:00:04.7516453Z [00:02:27.012]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:04.7517227Z [00:02:27.012]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:04.7517673Z [00:02:27.012]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:04.7518129Z [00:02:27.012]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:04.7518580Z [00:02:27.012]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.7519052Z [00:02:27.012]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T23:00:04.7519510Z [00:02:27.012]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:04.7519919Z [00:02:27.012]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:04.7520318Z [00:02:27.012]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:04.7520727Z [00:02:27.012]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:04.7521162Z [00:02:27.012]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:04.7521593Z [00:02:27.012]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:04.7522010Z [00:02:27.012]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:04.7522437Z [00:02:27.012]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.7522859Z [00:02:27.012]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:04.7523294Z [00:02:27.012]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:04.7523724Z [00:02:27.012]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:04.7524163Z [00:02:27.012]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:04.7524496Z [00:02:27.012]➜  EOF
2025-08-20T23:00:04.7529783Z [00:02:27.012]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b716/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3=>github.com/sirupsen/logrus@v1.9.3;$WORK/b716=>" -p github.com/sirupsen/logrus -lang=go1.13 -complete -installsuffix shared -buildid WV_PwimkoOsLDnhtnqGt/WV_PwimkoOsLDnhtnqGt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b716/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:00:04.8297547Z [00:02:27.091]➜  go tool buildid -w $WORK/b708/_pkg_.a # internal
2025-08-20T23:00:04.8408480Z [00:02:27.101]➜  cp $WORK/b708/_pkg_.a /root/.cache/go-build/d9/d9815b6d52c9b059aa9474382cb9754378ebf2ea5e78ccaf7d376123540932bd-d # internal
2025-08-20T23:00:04.8418481Z [00:02:27.101]➜  github.com/opencontainers/go-digest
2025-08-20T23:00:04.8418828Z [00:02:27.101]➜  mkdir -p $WORK/b718/
2025-08-20T23:00:04.8419214Z [00:02:27.102]➜  cat >/tmp/go-build2180205415/b718/importcfg << 'EOF' # internal
2025-08-20T23:00:04.8419563Z [00:02:27.102]➜  # import config
2025-08-20T23:00:04.8419910Z [00:02:27.102]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:04.8420328Z [00:02:27.102]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.8420741Z [00:02:27.102]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:04.8421171Z [00:02:27.102]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:04.8421878Z [00:02:27.102]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:04.8422310Z [00:02:27.102]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.8422637Z [00:02:27.102]➜  EOF
2025-08-20T23:00:04.8425573Z [00:02:27.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b718/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0=>github.com/opencontainers/go-digest@v1.0.0;$WORK/b718=>" -p github.com/opencontainers/go-digest -lang=go1.13 -complete -installsuffix shared -buildid XTgUr98Ek4kPioSzpjJ0/XTgUr98Ek4kPioSzpjJ0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b718/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:00:04.8600412Z [00:02:27.121]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64
2025-08-20T23:00:04.8603197Z [00:02:27.121]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64 -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64;$WORK/b671=>" -I $WORK/b671/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b671/abi_entry_arm64.o ./abi_entry_arm64.s
2025-08-20T23:00:04.8624953Z [00:02:27.124]➜  go tool pack r $WORK/b671/_pkg_.a $WORK/b671/abi_entry_arm64.o # internal
2025-08-20T23:00:04.8626072Z [00:02:27.124]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T23:00:04.8737333Z [00:02:27.135]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/8c/8cb44ee4ef15de7e7f2b5ef18c8630a4e1f6402a7e642a7217701d77dfca0055-d # internal
2025-08-20T23:00:04.8739852Z [00:02:27.135]➜  github.com/tetratelabs/wazero/internal/engine/wazevo
2025-08-20T23:00:04.8740282Z [00:02:27.135]➜  mkdir -p $WORK/b666/
2025-08-20T23:00:04.8743759Z [00:02:27.136]➜  cat >/tmp/go-build2180205415/b666/importcfg << 'EOF' # internal
2025-08-20T23:00:04.8744129Z [00:02:27.136]➜  # import config
2025-08-20T23:00:04.8744696Z [00:02:27.136]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:04.8745146Z [00:02:27.136]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:04.8745615Z [00:02:27.136]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:04.8747539Z [00:02:27.136]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:04.8748056Z [00:02:27.136]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:04.8748514Z [00:02:27.136]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:04.8749168Z [00:02:27.136]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.8749693Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2180205415/b645/_pkg_.a
2025-08-20T23:00:04.8750517Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2180205415/b647/_pkg_.a
2025-08-20T23:00:04.8751283Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend=/tmp/go-build2180205415/b667/_pkg_.a
2025-08-20T23:00:04.8752154Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64=/tmp/go-build2180205415/b671/_pkg_.a
2025-08-20T23:00:04.8753022Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/frontend=/tmp/go-build2180205415/b672/_pkg_.a
2025-08-20T23:00:04.8753838Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2180205415/b669/_pkg_.a
2025-08-20T23:00:04.8754666Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2180205415/b670/_pkg_.a
2025-08-20T23:00:04.8755455Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2180205415/b648/_pkg_.a
2025-08-20T23:00:04.8756410Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build2180205415/b652/_pkg_.a
2025-08-20T23:00:04.8757160Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2180205415/b646/_pkg_.a
2025-08-20T23:00:04.8757892Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build2180205415/b660/_pkg_.a
2025-08-20T23:00:04.8758590Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/internal/u32=/tmp/go-build2180205415/b673/_pkg_.a
2025-08-20T23:00:04.8759296Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/internal/u64=/tmp/go-build2180205415/b674/_pkg_.a
2025-08-20T23:00:04.8759997Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/internal/version=/tmp/go-build2180205415/b675/_pkg_.a
2025-08-20T23:00:04.8760699Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2180205415/b655/_pkg_.a
2025-08-20T23:00:04.8761408Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2180205415/b663/_pkg_.a
2025-08-20T23:00:04.8762140Z [00:02:27.136]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build2180205415/b665/_pkg_.a
2025-08-20T23:00:04.8762723Z [00:02:27.136]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:04.8763145Z [00:02:27.136]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:04.8764493Z [00:02:27.136]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:04.8764976Z [00:02:27.136]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:04.8765661Z [00:02:27.136]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:04.8776202Z [00:02:27.136]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:04.8776750Z [00:02:27.136]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:04.8777099Z [00:02:27.136]➜  EOF
2025-08-20T23:00:04.8777353Z [00:02:27.136]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:04.8796338Z [00:02:27.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b666/_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/b666=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo -lang=go1.22 -complete -installsuffix shared -buildid OMKrhFycOqghyDy5cEuF/OMKrhFycOqghyDy5cEuF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b666/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/call_engine.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/engine.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/engine_cache.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/entrypoint_arm64.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/hostmodule.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/isa_arm64.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/memmove.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/module_engine.go
2025-08-20T23:00:04.8990001Z [00:02:27.160]➜  go tool buildid -w $WORK/b718/_pkg_.a # internal
2025-08-20T23:00:04.9007040Z [00:02:27.161]➜  cp $WORK/b718/_pkg_.a /root/.cache/go-build/14/14895ebd24c6f02a4cc52080fadda2419190b5a9314176255dc308e3784a9e3e-d # internal
2025-08-20T23:00:04.9007744Z [00:02:27.161]➜  github.com/google/go-containerregistry/pkg/name
2025-08-20T23:00:04.9014341Z [00:02:27.162]➜  mkdir -p $WORK/b717/
2025-08-20T23:00:04.9033519Z [00:02:27.164]➜  cat >/tmp/go-build2180205415/b717/importcfg << 'EOF' # internal
2025-08-20T23:00:04.9033977Z [00:02:27.164]➜  # import config
2025-08-20T23:00:04.9034351Z [00:02:27.164]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:04.9034822Z [00:02:27.164]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T23:00:04.9035283Z [00:02:27.164]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:04.9035723Z [00:02:27.164]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:04.9036642Z [00:02:27.164]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.9037175Z [00:02:27.164]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build2180205415/b718/_pkg_.a
2025-08-20T23:00:04.9037686Z [00:02:27.164]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:04.9038112Z [00:02:27.164]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:04.9038550Z [00:02:27.164]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:04.9038973Z [00:02:27.164]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:04.9039397Z [00:02:27.164]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.9039848Z [00:02:27.164]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:04.9040177Z [00:02:27.164]➜  EOF
2025-08-20T23:00:04.9045102Z [00:02:27.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b717/_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/b717=>" -p github.com/google/go-containerregistry/pkg/name -lang=go1.24 -complete -installsuffix shared -buildid tlmG11TlwS4UfBNwvDnW/tlmG11TlwS4UfBNwvDnW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b717/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:00:04.9815276Z [00:02:27.242]➜  go tool buildid -w $WORK/b706/_pkg_.a # internal
2025-08-20T23:00:04.9863810Z [00:02:27.247]➜  cp $WORK/b706/_pkg_.a /root/.cache/go-build/a4/a47888db4899015dca8d7ab1b2f02c7c200e443afc0ecca99e76e8a3abcf3358-d # internal
2025-08-20T23:00:04.9871637Z [00:02:27.248]➜  sigs.k8s.io/yaml
2025-08-20T23:00:04.9879156Z [00:02:27.249]➜  mkdir -p $WORK/b705/
2025-08-20T23:00:04.9889084Z [00:02:27.250]➜  cat >/tmp/go-build2180205415/b705/importcfg << 'EOF' # internal
2025-08-20T23:00:04.9889646Z [00:02:27.250]➜  # import config
2025-08-20T23:00:04.9890017Z [00:02:27.250]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:04.9890857Z [00:02:27.250]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T23:00:04.9891469Z [00:02:27.250]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:04.9892013Z [00:02:27.250]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:04.9892559Z [00:02:27.250]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:04.9893098Z [00:02:27.250]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:04.9893698Z [00:02:27.250]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/tmp/go-build2180205415/b706/_pkg_.a
2025-08-20T23:00:04.9894289Z [00:02:27.250]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:04.9894850Z [00:02:27.250]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:04.9895401Z [00:02:27.250]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.9896359Z [00:02:27.250]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:04.9897079Z [00:02:27.250]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:04.9898028Z [00:02:27.250]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:04.9898755Z [00:02:27.250]➜  EOF
2025-08-20T23:00:04.9915717Z [00:02:27.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b705/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0=>sigs.k8s.io/yaml@v1.4.0;$WORK/b705=>" -p sigs.k8s.io/yaml -lang=go1.12 -complete -installsuffix shared -buildid ZdYYwN52zG7FGZg6f6Sx/ZdYYwN52zG7FGZg6f6Sx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b705/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:00:04.9951820Z [00:02:27.256]➜  go tool buildid -w $WORK/b717/_pkg_.a # internal
2025-08-20T23:00:04.9963793Z [00:02:27.257]➜  cp $WORK/b717/_pkg_.a /root/.cache/go-build/c2/c2571d2029641965c1b311d4a1815eb40f5838371ff5abfff3fea5708b14324e-d # internal
2025-08-20T23:00:04.9976283Z [00:02:27.259]➜  github.com/mitchellh/go-homedir
2025-08-20T23:00:04.9976960Z [00:02:27.259]➜  mkdir -p $WORK/b719/
2025-08-20T23:00:04.9991111Z [00:02:27.260]➜  cat >/tmp/go-build2180205415/b719/importcfg << 'EOF' # internal
2025-08-20T23:00:04.9992048Z [00:02:27.260]➜  # import config
2025-08-20T23:00:04.9993433Z [00:02:27.260]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:04.9993883Z [00:02:27.260]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:04.9994527Z [00:02:27.260]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:04.9995018Z [00:02:27.260]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:00:04.9995580Z [00:02:27.260]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:04.9996315Z [00:02:27.260]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:04.9996927Z [00:02:27.260]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:04.9997361Z [00:02:27.260]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:04.9997779Z [00:02:27.260]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:04.9998085Z [00:02:27.260]➜  EOF
2025-08-20T23:00:04.9999898Z [00:02:27.260]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b719/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0=>github.com/mitchellh/go-homedir@v1.1.0;$WORK/b719=>" -p github.com/mitchellh/go-homedir -lang=go1.16 -complete -installsuffix shared -buildid yZn6mkD4Ub145BRVKePj/yZn6mkD4Ub145BRVKePj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b719/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0/homedir.go
2025-08-20T23:00:05.0061075Z [00:02:27.267]➜  go tool buildid -w $WORK/b716/_pkg_.a # internal
2025-08-20T23:00:05.0141187Z [00:02:27.275]➜  cp $WORK/b716/_pkg_.a /root/.cache/go-build/52/5249416c5831a6eafd9af9de07156d8e222f05ae97c1cd73afa9bc3a56982c97-d # internal
2025-08-20T23:00:05.0141840Z [00:02:27.275]➜  github.com/docker/cli/cli/config/configfile
2025-08-20T23:00:05.0149125Z [00:02:27.275]➜  mkdir -p $WORK/b711/
2025-08-20T23:00:05.0150032Z [00:02:27.276]➜  cat >/tmp/go-build2180205415/b711/importcfg << 'EOF' # internal
2025-08-20T23:00:05.0150797Z [00:02:27.276]➜  # import config
2025-08-20T23:00:05.0151418Z [00:02:27.276]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:05.0152136Z [00:02:27.276]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:05.0153230Z [00:02:27.276]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build2180205415/b712/_pkg_.a
2025-08-20T23:00:05.0153982Z [00:02:27.276]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build2180205415/b713/_pkg_.a
2025-08-20T23:00:05.0154595Z [00:02:27.276]➜  packagefile github.com/pkg/errors=/tmp/go-build2180205415/b568/_pkg_.a
2025-08-20T23:00:05.0155146Z [00:02:27.276]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build2180205415/b716/_pkg_.a
2025-08-20T23:00:05.0155625Z [00:02:27.276]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.0156236Z [00:02:27.276]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:05.0156684Z [00:02:27.276]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:05.0157137Z [00:02:27.276]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.0157562Z [00:02:27.276]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:05.0158142Z [00:02:27.276]➜  EOF
2025-08-20T23:00:05.0160803Z [00:02:27.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b711/_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/b711=>" -p github.com/docker/cli/cli/config/configfile -lang=go1.16 -complete -installsuffix shared -buildid wFAjbQ-yyd8gCHhfs0LX/wFAjbQ-yyd8gCHhfs0LX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b711/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:00:05.0247089Z [00:02:27.286]➜  go tool buildid -w $WORK/b719/_pkg_.a # internal
2025-08-20T23:00:05.0253736Z [00:02:27.286]➜  cp $WORK/b719/_pkg_.a /root/.cache/go-build/0f/0f16824bdde6b4771a7ac05f1c149345bbae56b27d2a17039e7a5f9874830f3e-d # internal
2025-08-20T23:00:05.0257705Z [00:02:27.287]➜  github.com/google/go-containerregistry/pkg/v1
2025-08-20T23:00:05.0259714Z [00:02:27.287]➜  mkdir -p $WORK/b720/
2025-08-20T23:00:05.0264471Z [00:02:27.287]➜  cat >/tmp/go-build2180205415/b720/importcfg << 'EOF' # internal
2025-08-20T23:00:05.0265406Z [00:02:27.287]➜  # import config
2025-08-20T23:00:05.0266202Z [00:02:27.287]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:05.0266660Z [00:02:27.287]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T23:00:05.0267119Z [00:02:27.287]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:05.0267591Z [00:02:27.287]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:05.0268040Z [00:02:27.287]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.0268629Z [00:02:27.287]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build2180205415/b721/_pkg_.a
2025-08-20T23:00:05.0269208Z [00:02:27.287]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:05.0269812Z [00:02:27.288]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.0270226Z [00:02:27.288]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:05.0270648Z [00:02:27.288]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.0271071Z [00:02:27.288]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.0271379Z [00:02:27.288]➜  EOF
2025-08-20T23:00:05.0276332Z [00:02:27.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b720/_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/b720=>" -p github.com/google/go-containerregistry/pkg/v1 -lang=go1.24 -complete -installsuffix shared -buildid 7NvcF0qfwGUAA8CHZaIy/7NvcF0qfwGUAA8CHZaIy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b720/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:00:05.0730657Z [00:02:27.334]➜  go tool buildid -w $WORK/b705/_pkg_.a # internal
2025-08-20T23:00:05.0743688Z [00:02:27.335]➜  cp $WORK/b705/_pkg_.a /root/.cache/go-build/d7/d709e9b2d958d284c63a4261371291ff7d900633b7d4928ec20725620fffd0ad-d # internal
2025-08-20T23:00:05.0746223Z [00:02:27.336]➜  github.com/trufflesecurity/trufflehog/v3/pkg/protoyaml
2025-08-20T23:00:05.0746691Z [00:02:27.336]➜  mkdir -p $WORK/b704/
2025-08-20T23:00:05.0752426Z [00:02:27.336]➜  cat >/tmp/go-build2180205415/b704/importcfg << 'EOF' # internal
2025-08-20T23:00:05.0752844Z [00:02:27.336]➜  # import config
2025-08-20T23:00:05.0753343Z [00:02:27.336]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2180205415/b384/_pkg_.a
2025-08-20T23:00:05.0754000Z [00:02:27.336]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:05.0754543Z [00:02:27.336]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build2180205415/b705/_pkg_.a
2025-08-20T23:00:05.0754888Z [00:02:27.336]➜  EOF
2025-08-20T23:00:05.0757101Z [00:02:27.336]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b704/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/protoyaml=>github.com/trufflesecurity/trufflehog/v3/pkg/protoyaml;$WORK/b704=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/protoyaml -lang=go1.24 -complete -installsuffix shared -buildid CRb_gsS_fNG18bjVXd6s/CRb_gsS_fNG18bjVXd6s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b704/importcfg -pack ./pkg/protoyaml/protoyaml.go
2025-08-20T23:00:05.1024081Z [00:02:27.363]➜  go tool buildid -w $WORK/b720/_pkg_.a # internal
2025-08-20T23:00:05.1048832Z [00:02:27.366]➜  go tool buildid -w $WORK/b704/_pkg_.a # internal
2025-08-20T23:00:05.1060425Z [00:02:27.367]➜  cp $WORK/b704/_pkg_.a /root/.cache/go-build/86/86e43586d9fe990f3f653542eb035f53b8ca15b4be47db8651856b4ddacb79cc-d # internal
2025-08-20T23:00:05.1066507Z [00:02:27.368]➜  github.com/docker/docker/api/types/blkiodev
2025-08-20T23:00:05.1067392Z [00:02:27.368]➜  mkdir -p $WORK/b725/
2025-08-20T23:00:05.1078843Z [00:02:27.369]➜  cat >/tmp/go-build2180205415/b725/importcfg << 'EOF' # internal
2025-08-20T23:00:05.1080772Z [00:02:27.369]➜  # import config
2025-08-20T23:00:05.1081625Z [00:02:27.369]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.1082289Z [00:02:27.369]➜  EOF
2025-08-20T23:00:05.1092953Z [00:02:27.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b725/_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/b725=>" -p github.com/docker/docker/api/types/blkiodev -lang=go1.16 -complete -installsuffix shared -buildid Okq1_eOth2SDAebVfY3e/Okq1_eOth2SDAebVfY3e -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/blkiodev/blkio.go
2025-08-20T23:00:05.1099157Z [00:02:27.371]➜  cp $WORK/b720/_pkg_.a /root/.cache/go-build/ec/ec534db69fa9053356e8840dc117e563fe8127744ee19dd505812da4500d5f8c-d # internal
2025-08-20T23:00:05.1108510Z [00:02:27.372]➜  github.com/docker/docker/api/types/versions
2025-08-20T23:00:05.1117313Z [00:02:27.373]➜  mkdir -p $WORK/b728/
2025-08-20T23:00:05.1117738Z [00:02:27.373]➜  cat >/tmp/go-build2180205415/b728/importcfg << 'EOF' # internal
2025-08-20T23:00:05.1118102Z [00:02:27.373]➜  # import config
2025-08-20T23:00:05.1118452Z [00:02:27.373]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:05.1118893Z [00:02:27.373]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.1119206Z [00:02:27.373]➜  EOF
2025-08-20T23:00:05.1121392Z [00:02:27.373]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b728/_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/b728=>" -p github.com/docker/docker/api/types/versions -lang=go1.16 -complete -installsuffix shared -buildid QeatvUPFXybBPJClSQWi/QeatvUPFXybBPJClSQWi -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/versions/compare.go
2025-08-20T23:00:05.1225249Z [00:02:27.383]➜  go tool buildid -w $WORK/b725/_pkg_.a # internal
2025-08-20T23:00:05.1238060Z [00:02:27.385]➜  cp $WORK/b725/_pkg_.a /root/.cache/go-build/c4/c49788921bd13ece59f96194895e5601b7d9d73234c6f761fa81ec379d24c00d-d # internal
2025-08-20T23:00:05.1239641Z [00:02:27.385]➜  github.com/docker/docker/api/types/mount
2025-08-20T23:00:05.1240424Z [00:02:27.385]➜  mkdir -p $WORK/b729/
2025-08-20T23:00:05.1242331Z [00:02:27.385]➜  cat >/tmp/go-build2180205415/b729/importcfg << 'EOF' # internal
2025-08-20T23:00:05.1242731Z [00:02:27.385]➜  # import config
2025-08-20T23:00:05.1243066Z [00:02:27.385]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:05.1243375Z [00:02:27.385]➜  EOF
2025-08-20T23:00:05.1246095Z [00:02:27.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b729/_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/b729=>" -p github.com/docker/docker/api/types/mount -lang=go1.16 -complete -installsuffix shared -buildid 3pGs4vp0V-FN-TAe1ftf/3pGs4vp0V-FN-TAe1ftf -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/mount/mount.go
2025-08-20T23:00:05.1264453Z [00:02:27.388]➜  go tool buildid -w $WORK/b711/_pkg_.a # internal
2025-08-20T23:00:05.1275185Z [00:02:27.389]➜  cp $WORK/b711/_pkg_.a /root/.cache/go-build/89/89ee35200f5bdd26cff58792581b8eb5b7b4ffd91d5dc354e63b773876f03279-d # internal
2025-08-20T23:00:05.1277951Z [00:02:27.389]➜  github.com/docker/cli/cli/config
2025-08-20T23:00:05.1279015Z [00:02:27.389]➜  mkdir -p $WORK/b710/
2025-08-20T23:00:05.1282937Z [00:02:27.389]➜  cat >/tmp/go-build2180205415/b710/importcfg << 'EOF' # internal
2025-08-20T23:00:05.1283349Z [00:02:27.389]➜  # import config
2025-08-20T23:00:05.1283688Z [00:02:27.389]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.1284263Z [00:02:27.389]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build2180205415/b711/_pkg_.a
2025-08-20T23:00:05.1285184Z [00:02:27.389]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build2180205415/b712/_pkg_.a
2025-08-20T23:00:05.1285987Z [00:02:27.389]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build2180205415/b713/_pkg_.a
2025-08-20T23:00:05.1286637Z [00:02:27.389]➜  packagefile github.com/pkg/errors=/tmp/go-build2180205415/b568/_pkg_.a
2025-08-20T23:00:05.1287094Z [00:02:27.389]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.1287491Z [00:02:27.389]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:05.1287907Z [00:02:27.389]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T23:00:05.1288358Z [00:02:27.389]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:05.1288807Z [00:02:27.389]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:05.1289240Z [00:02:27.389]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.1289666Z [00:02:27.389]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:05.1289972Z [00:02:27.389]➜  EOF
2025-08-20T23:00:05.1293183Z [00:02:27.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b710/_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/b710=>" -p github.com/docker/cli/cli/config -lang=go1.16 -complete -installsuffix shared -buildid wCiIHavnWkuIDdU6iD_e/wCiIHavnWkuIDdU6iD_e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b710/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.2.2+incompatible/cli/config/config.go
2025-08-20T23:00:05.1348701Z [00:02:27.396]➜  go tool buildid -w $WORK/b728/_pkg_.a # internal
2025-08-20T23:00:05.1352883Z [00:02:27.396]➜  cp $WORK/b728/_pkg_.a /root/.cache/go-build/53/53035237d7272c60c518ffb8e460e3d46d6a9ed30831b09bf37a80eca6be2211-d # internal
2025-08-20T23:00:05.1354421Z [00:02:27.397]➜  github.com/docker/docker/api/types/filters
2025-08-20T23:00:05.1356405Z [00:02:27.397]➜  mkdir -p $WORK/b727/
2025-08-20T23:00:05.1357337Z [00:02:27.397]➜  cat >/tmp/go-build2180205415/b727/importcfg << 'EOF' # internal
2025-08-20T23:00:05.1358434Z [00:02:27.397]➜  # import config
2025-08-20T23:00:05.1358867Z [00:02:27.397]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:05.1359320Z [00:02:27.397]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.1359887Z [00:02:27.397]➜  packagefile github.com/docker/docker/api/types/versions=/tmp/go-build2180205415/b728/_pkg_.a
2025-08-20T23:00:05.1360440Z [00:02:27.397]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:05.1360867Z [00:02:27.397]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.1361184Z [00:02:27.397]➜  EOF
2025-08-20T23:00:05.1363922Z [00:02:27.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b727/_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/b727=>" -p github.com/docker/docker/api/types/filters -lang=go1.16 -complete -installsuffix shared -buildid T71mMkOmqlf_5WTl8jey/T71mMkOmqlf_5WTl8jey -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/filters/errors.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/filters/parse.go
2025-08-20T23:00:05.1393029Z [00:02:27.400]➜  go tool buildid -w $WORK/b729/_pkg_.a # internal
2025-08-20T23:00:05.1401584Z [00:02:27.401]➜  cp $WORK/b729/_pkg_.a /root/.cache/go-build/c3/c34a2ae53dbdb9efe3476cf1d29d646912b5a0d845c2376c600cc49bbe7a6c08-d # internal
2025-08-20T23:00:05.1403493Z [00:02:27.401]➜  github.com/docker/docker/internal/multierror
2025-08-20T23:00:05.1403848Z [00:02:27.401]➜  mkdir -p $WORK/b731/
2025-08-20T23:00:05.1440741Z [00:02:27.405]➜  cat >/tmp/go-build2180205415/b731/importcfg << 'EOF' # internal
2025-08-20T23:00:05.1444981Z [00:02:27.405]➜  # import config
2025-08-20T23:00:05.1445375Z [00:02:27.405]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.1445712Z [00:02:27.405]➜  EOF
2025-08-20T23:00:05.1448109Z [00:02:27.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b731/_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/b731=>" -p github.com/docker/docker/internal/multierror -lang=go1.16 -complete -installsuffix shared -buildid utBASOIIhuWqln28uvVl/utBASOIIhuWqln28uvVl -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/internal/multierror/multierror.go
2025-08-20T23:00:05.1582372Z [00:02:27.419]➜  go tool buildid -w $WORK/b710/_pkg_.a # internal
2025-08-20T23:00:05.1585094Z [00:02:27.420]➜  go tool buildid -w $WORK/b731/_pkg_.a # internal
2025-08-20T23:00:05.1590614Z [00:02:27.420]➜  cp $WORK/b731/_pkg_.a /root/.cache/go-build/5b/5b34fa375d42a89c0372d749d96bb5595dafdc810884e449c36fa29d16297384-d # internal
2025-08-20T23:00:05.1592323Z [00:02:27.420]➜  github.com/docker/docker/api/types/strslice
2025-08-20T23:00:05.1594019Z [00:02:27.420]➜  mkdir -p $WORK/b733/
2025-08-20T23:00:05.1594545Z [00:02:27.421]➜  cat >/tmp/go-build2180205415/b733/importcfg << 'EOF' # internal
2025-08-20T23:00:05.1594911Z [00:02:27.421]➜  # import config
2025-08-20T23:00:05.1595280Z [00:02:27.421]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:05.1595621Z [00:02:27.421]➜  EOF
2025-08-20T23:00:05.1599205Z [00:02:27.421]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b733/_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/b733=>" -p github.com/docker/docker/api/types/strslice -lang=go1.16 -complete -installsuffix shared -buildid vEbTfXZ3_wL7cUif2-iO/vEbTfXZ3_wL7cUif2-iO -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/api/types/strslice/strslice.go
2025-08-20T23:00:05.1604539Z [00:02:27.421]➜  cp $WORK/b710/_pkg_.a /root/.cache/go-build/e9/e94824269d28076fe7d84a2a0c649e24ee3a3c6a8895fe7dd0eb110cdaedc0ba-d # internal
2025-08-20T23:00:05.1606994Z [00:02:27.422]➜  github.com/google/go-containerregistry/pkg/authn
2025-08-20T23:00:05.1608542Z [00:02:27.422]➜  mkdir -p $WORK/b709/
2025-08-20T23:00:05.1612081Z [00:02:27.422]➜  cat >/tmp/go-build2180205415/b709/importcfg << 'EOF' # internal
2025-08-20T23:00:05.1614659Z [00:02:27.422]➜  # import config
2025-08-20T23:00:05.1615023Z [00:02:27.422]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:05.1615502Z [00:02:27.422]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:05.1616298Z [00:02:27.422]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:05.1616853Z [00:02:27.422]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.1617586Z [00:02:27.422]➜  packagefile github.com/docker/cli/cli/config=/tmp/go-build2180205415/b710/_pkg_.a
2025-08-20T23:00:05.1618245Z [00:02:27.422]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build2180205415/b711/_pkg_.a
2025-08-20T23:00:05.1618906Z [00:02:27.422]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build2180205415/b713/_pkg_.a
2025-08-20T23:00:05.1619586Z [00:02:27.422]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build2180205415/b717/_pkg_.a
2025-08-20T23:00:05.1620231Z [00:02:27.422]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build2180205415/b719/_pkg_.a
2025-08-20T23:00:05.1620720Z [00:02:27.422]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:05.1621162Z [00:02:27.422]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:05.1621817Z [00:02:27.422]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.1622241Z [00:02:27.422]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:05.1622659Z [00:02:27.422]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.1622964Z [00:02:27.422]➜  EOF
2025-08-20T23:00:05.1628046Z [00:02:27.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b709/_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/b709=>" -p github.com/google/go-containerregistry/pkg/authn -lang=go1.24 -complete -installsuffix shared -buildid C6qjQIC_clA5BUFexYme/C6qjQIC_clA5BUFexYme -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b709/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:00:05.1742176Z [00:02:27.435]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T23:00:05.1785249Z [00:02:27.440]➜  go tool buildid -w $WORK/b733/_pkg_.a # internal
2025-08-20T23:00:05.1790606Z [00:02:27.440]➜  cp $WORK/b733/_pkg_.a /root/.cache/go-build/94/94080d7b7db4d9a9f076974cc57c31fd7f042472ff1dac6c4daf761ca6a8d9bf-d # internal
2025-08-20T23:00:05.1793714Z [00:02:27.440]➜  github.com/docker/go-connections/nat
2025-08-20T23:00:05.1795140Z [00:02:27.441]➜  mkdir -p $WORK/b734/
2025-08-20T23:00:05.1800214Z [00:02:27.441]➜  cat >/tmp/go-build2180205415/b734/importcfg << 'EOF' # internal
2025-08-20T23:00:05.1800773Z [00:02:27.441]➜  # import config
2025-08-20T23:00:05.1801348Z [00:02:27.441]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.1801863Z [00:02:27.441]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:05.1802384Z [00:02:27.441]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:05.1802896Z [00:02:27.441]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:05.1803446Z [00:02:27.441]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.1803838Z [00:02:27.441]➜  EOF
2025-08-20T23:00:05.1813949Z [00:02:27.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b734/_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/b734=>" -p github.com/docker/go-connections/nat -lang=go1.18 -complete -installsuffix shared -buildid nSUmVguEx1mhcib1F_ja/nSUmVguEx1mhcib1F_ja -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b734/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:00:05.1821770Z [00:02:27.443]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/f5/f578f864d382d06c5aa91eb8b55bf99a6ef0e663dd4d6dc648c78f841f0990e7-d # internal
2025-08-20T23:00:05.1831862Z [00:02:27.444]➜  github.com/tetratelabs/wazero
2025-08-20T23:00:05.1832195Z [00:02:27.444]➜  mkdir -p $WORK/b644/
2025-08-20T23:00:05.1832571Z [00:02:27.444]➜  cat >/tmp/go-build2180205415/b644/importcfg << 'EOF' # internal
2025-08-20T23:00:05.1832917Z [00:02:27.444]➜  # import config
2025-08-20T23:00:05.1833280Z [00:02:27.444]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:05.1836154Z [00:02:27.444]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.1836589Z [00:02:27.444]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.1837435Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2180205415/b645/_pkg_.a
2025-08-20T23:00:05.1838372Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2180205415/b647/_pkg_.a
2025-08-20T23:00:05.1839088Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2180205415/b649/_pkg_.a
2025-08-20T23:00:05.1839852Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/internal/engine/interpreter=/tmp/go-build2180205415/b651/_pkg_.a
2025-08-20T23:00:05.1840627Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo=/tmp/go-build2180205415/b666/_pkg_.a
2025-08-20T23:00:05.1841379Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2180205415/b648/_pkg_.a
2025-08-20T23:00:05.1842121Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build2180205415/b652/_pkg_.a
2025-08-20T23:00:05.1842857Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2180205415/b646/_pkg_.a
2025-08-20T23:00:05.1843590Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build2180205415/b660/_pkg_.a
2025-08-20T23:00:05.1844295Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build2180205415/b661/_pkg_.a
2025-08-20T23:00:05.1844975Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build2180205415/b657/_pkg_.a
2025-08-20T23:00:05.1845656Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build2180205415/b662/_pkg_.a
2025-08-20T23:00:05.1847759Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/internal/version=/tmp/go-build2180205415/b675/_pkg_.a
2025-08-20T23:00:05.1848710Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2180205415/b655/_pkg_.a
2025-08-20T23:00:05.1849638Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/internal/wasm/binary=/tmp/go-build2180205415/b676/_pkg_.a
2025-08-20T23:00:05.1850484Z [00:02:27.444]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2180205415/b650/_pkg_.a
2025-08-20T23:00:05.1851218Z [00:02:27.444]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.1851816Z [00:02:27.444]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:05.1852361Z [00:02:27.444]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:05.1852797Z [00:02:27.444]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:05.1853405Z [00:02:27.444]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:05.1853988Z [00:02:27.444]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:05.1854643Z [00:02:27.444]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:05.1855388Z [00:02:27.444]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:05.1856150Z [00:02:27.444]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:05.1856909Z [00:02:27.444]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:05.1857473Z [00:02:27.444]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.1857815Z [00:02:27.444]➜  EOF
2025-08-20T23:00:05.1862809Z [00:02:27.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b644/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0=>github.com/tetratelabs/wazero@v1.9.0;$WORK/b644=>" -p github.com/tetratelabs/wazero -lang=go1.22 -complete -installsuffix shared -buildid UErjhhNQHLNAvHP85bl2/UErjhhNQHLNAvHP85bl2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b644/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:00:05.1867198Z [00:02:27.447]➜  go tool buildid -w $WORK/b727/_pkg_.a # internal
2025-08-20T23:00:05.1886095Z [00:02:27.450]➜  cp $WORK/b727/_pkg_.a /root/.cache/go-build/49/4933fffeb068375bb600ac7531bf56b555cc1ab45a2e3c6bb607b907784d5a58-d # internal
2025-08-20T23:00:05.1889450Z [00:02:27.450]➜  github.com/docker/docker/api/types/network
2025-08-20T23:00:05.1891164Z [00:02:27.450]➜  mkdir -p $WORK/b730/
2025-08-20T23:00:05.1891603Z [00:02:27.450]➜  cat >/tmp/go-build2180205415/b730/importcfg << 'EOF' # internal
2025-08-20T23:00:05.1891955Z [00:02:27.450]➜  # import config
2025-08-20T23:00:05.1892297Z [00:02:27.450]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.1892738Z [00:02:27.450]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.1893311Z [00:02:27.450]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build2180205415/b727/_pkg_.a
2025-08-20T23:00:05.1894005Z [00:02:27.450]➜  packagefile github.com/docker/docker/internal/multierror=/tmp/go-build2180205415/b731/_pkg_.a
2025-08-20T23:00:05.1894554Z [00:02:27.450]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:05.1894977Z [00:02:27.450]➜  packagefile net/netip=/tmp/go-build2180205415/b088/_pkg_.a
2025-08-20T23:00:05.1895401Z [00:02:27.450]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.1895708Z [00:02:27.450]➜  EOF
2025-08-20T23:00:05.1899457Z [00:02:27.450]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b730/_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/b730=>" -p github.com/docker/docker/api/types/network -lang=go1.16 -complete -installsuffix shared -buildid jl05bSrujQwtIXT3tBcj/jl05bSrujQwtIXT3tBcj -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/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:00:05.2102511Z [00:02:27.471]➜  go tool buildid -w $WORK/b709/_pkg_.a # internal
2025-08-20T23:00:05.2104707Z [00:02:27.471]➜  cp $WORK/b709/_pkg_.a /root/.cache/go-build/57/57520ecb5673c654a5a1aff0fc7f79976fdb803cc2480cfd0d4e212ae9306e94-d # internal
2025-08-20T23:00:05.2105348Z [00:02:27.471]➜  github.com/docker/go-units
2025-08-20T23:00:05.2105634Z [00:02:27.471]➜  mkdir -p $WORK/b735/
2025-08-20T23:00:05.2106148Z [00:02:27.471]➜  cat >/tmp/go-build2180205415/b735/importcfg << 'EOF' # internal
2025-08-20T23:00:05.2106771Z [00:02:27.471]➜  # import config
2025-08-20T23:00:05.2107177Z [00:02:27.471]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.2107603Z [00:02:27.471]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:05.2108217Z [00:02:27.471]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.2108639Z [00:02:27.471]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.2108948Z [00:02:27.471]➜  EOF
2025-08-20T23:00:05.2111116Z [00:02:27.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b735/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-units@v0.5.0=>github.com/docker/go-units@v0.5.0;$WORK/b735=>" -p github.com/docker/go-units -lang=go1.16 -complete -installsuffix shared -buildid QJqR_WCpO5njPAO25BJL/QJqR_WCpO5njPAO25BJL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b735/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:00:05.2173262Z [00:02:27.478]➜  go tool buildid -w $WORK/b734/_pkg_.a # internal
2025-08-20T23:00:05.2181207Z [00:02:27.479]➜  cp $WORK/b734/_pkg_.a /root/.cache/go-build/1b/1b3e49fd1e1dfba9e4978247d307573b21a40460dc2a400c515f06828f800cce-d # internal
2025-08-20T23:00:05.2181885Z [00:02:27.479]➜  github.com/opencontainers/image-spec/specs-go
2025-08-20T23:00:05.2187473Z [00:02:27.480]➜  mkdir -p $WORK/b738/
2025-08-20T23:00:05.2194829Z [00:02:27.481]➜  cat >/tmp/go-build2180205415/b738/importcfg << 'EOF' # internal
2025-08-20T23:00:05.2195263Z [00:02:27.481]➜  # import config
2025-08-20T23:00:05.2195603Z [00:02:27.481]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.2196034Z [00:02:27.481]➜  EOF
2025-08-20T23:00:05.2199612Z [00:02:27.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b738/_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/b738=>" -p github.com/opencontainers/image-spec/specs-go -lang=go1.18 -complete -installsuffix shared -buildid 7xuY3NSPSN-WNlUTENGB/7xuY3NSPSN-WNlUTENGB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b738/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:00:05.2257062Z [00:02:27.487]➜  go tool buildid -w $WORK/b730/_pkg_.a # internal
2025-08-20T23:00:05.2268939Z [00:02:27.488]➜  cp $WORK/b730/_pkg_.a /root/.cache/go-build/eb/ebbfda8b4e9ee5cb0c91d35dc0102ecf9fbb19719682339d1458775612dc9441-d # internal
2025-08-20T23:00:05.2272839Z [00:02:27.488]➜  github.com/containerd/errdefs
2025-08-20T23:00:05.2273838Z [00:02:27.489]➜  mkdir -p $WORK/b740/
2025-08-20T23:00:05.2281137Z [00:02:27.489]➜  cat >/tmp/go-build2180205415/b740/importcfg << 'EOF' # internal
2025-08-20T23:00:05.2281640Z [00:02:27.489]➜  # import config
2025-08-20T23:00:05.2282011Z [00:02:27.489]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:05.2282443Z [00:02:27.489]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.2282764Z [00:02:27.489]➜  EOF
2025-08-20T23:00:05.2289197Z [00:02:27.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b740/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/errdefs@v1.0.0=>github.com/containerd/errdefs@v1.0.0;$WORK/b740=>" -p github.com/containerd/errdefs -lang=go1.20 -complete -installsuffix shared -buildid J5JXjHMAjFsZDppi8TFQ/J5JXjHMAjFsZDppi8TFQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b740/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:00:05.2349488Z [00:02:27.496]➜  go tool buildid -w $WORK/b738/_pkg_.a # internal
2025-08-20T23:00:05.2351995Z [00:02:27.496]➜  go tool buildid -w $WORK/b735/_pkg_.a # internal
2025-08-20T23:00:05.2356899Z [00:02:27.497]➜  cp $WORK/b738/_pkg_.a /root/.cache/go-build/db/db5dc881060c9a458e1bcad29aa05fcc177230a826019a26d7cd212fc0a50511-d # internal
2025-08-20T23:00:05.2362352Z [00:02:27.497]➜  github.com/opencontainers/image-spec/specs-go/v1
2025-08-20T23:00:05.2364114Z [00:02:27.497]➜  mkdir -p $WORK/b737/
2025-08-20T23:00:05.2366215Z [00:02:27.497]➜  cp $WORK/b735/_pkg_.a /root/.cache/go-build/65/6591fd9508a1a2020ac26e386676904895379b988e4222c194fce8eccfef7c2e-d # internal
2025-08-20T23:00:05.2369140Z [00:02:27.497]➜  github.com/containerd/errdefs/pkg/internal/cause
2025-08-20T23:00:05.2369490Z [00:02:27.498]➜  mkdir -p $WORK/b742/
2025-08-20T23:00:05.2382009Z [00:02:27.499]➜  cat >/tmp/go-build2180205415/b737/importcfg << 'EOF' # internal
2025-08-20T23:00:05.2383401Z [00:02:27.499]➜  # import config
2025-08-20T23:00:05.2384127Z [00:02:27.499]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build2180205415/b718/_pkg_.a
2025-08-20T23:00:05.2385323Z [00:02:27.499]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build2180205415/b738/_pkg_.a
2025-08-20T23:00:05.2386582Z [00:02:27.499]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.2386923Z [00:02:27.499]➜  EOF
2025-08-20T23:00:05.2387465Z [00:02:27.499]➜  cat >/tmp/go-build2180205415/b742/importcfg << 'EOF' # internal
2025-08-20T23:00:05.2387973Z [00:02:27.499]➜  # import config
2025-08-20T23:00:05.2388346Z [00:02:27.499]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.2388852Z [00:02:27.499]➜  EOF
2025-08-20T23:00:05.2391321Z [00:02:27.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b742/_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/b742=>" -p github.com/containerd/errdefs/pkg/internal/cause -lang=go1.22 -complete -installsuffix shared -buildid YQ5AQUha3WR6fWqvCWJT/YQ5AQUha3WR6fWqvCWJT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b742/importcfg -pack /root/go/pkg/mod/github.com/containerd/errdefs/pkg@v0.3.0/internal/cause/cause.go
2025-08-20T23:00:05.2397259Z [00:02:27.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b737/_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/b737=>" -p github.com/opencontainers/image-spec/specs-go/v1 -lang=go1.18 -complete -installsuffix shared -buildid hPorxGQ6hz_p07129iFM/hPorxGQ6hz_p07129iFM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b737/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:00:05.2480146Z [00:02:27.509]➜  go tool buildid -w $WORK/b737/_pkg_.a # internal
2025-08-20T23:00:05.2486194Z [00:02:27.510]➜  cp $WORK/b737/_pkg_.a /root/.cache/go-build/d9/d968fd4635488913f6ab12ad2e222806ae275be4036a223350163eec61b07b81-d # internal
2025-08-20T23:00:05.2493596Z [00:02:27.510]➜  github.com/moby/docker-image-spec/specs-go/v1
2025-08-20T23:00:05.2494959Z [00:02:27.511]➜  mkdir -p $WORK/b736/
2025-08-20T23:00:05.2495385Z [00:02:27.511]➜  cat >/tmp/go-build2180205415/b736/importcfg << 'EOF' # internal
2025-08-20T23:00:05.2495744Z [00:02:27.511]➜  # import config
2025-08-20T23:00:05.2496404Z [00:02:27.511]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build2180205415/b737/_pkg_.a
2025-08-20T23:00:05.2500438Z [00:02:27.511]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.2502101Z [00:02:27.511]➜  EOF
2025-08-20T23:00:05.2509602Z [00:02:27.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b736/_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/b736=>" -p github.com/moby/docker-image-spec/specs-go/v1 -lang=go1.18 -complete -installsuffix shared -buildid KAChEO7iIK1l4WEx2R-j/KAChEO7iIK1l4WEx2R-j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b736/importcfg -pack /root/go/pkg/mod/github.com/moby/docker-image-spec@v1.3.1/specs-go/v1/image.go
2025-08-20T23:00:05.2512172Z [00:02:27.511]➜  go tool buildid -w $WORK/b742/_pkg_.a # internal
2025-08-20T23:00:05.2513125Z [00:02:27.511]➜  cp $WORK/b742/_pkg_.a /root/.cache/go-build/89/89029cb167e7d85cb56e9467c3cbef3e0d2cfbb2f10c05f98837c386a76b55ec-d # internal
2025-08-20T23:00:05.2513942Z [00:02:27.511]➜  github.com/distribution/reference
2025-08-20T23:00:05.2514501Z [00:02:27.511]➜  mkdir -p $WORK/b743/
2025-08-20T23:00:05.2515064Z [00:02:27.511]➜  cat >/tmp/go-build2180205415/b743/importcfg << 'EOF' # internal
2025-08-20T23:00:05.2515595Z [00:02:27.511]➜  # import config
2025-08-20T23:00:05.2516149Z [00:02:27.511]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.2516572Z [00:02:27.511]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.2517099Z [00:02:27.511]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build2180205415/b718/_pkg_.a
2025-08-20T23:00:05.2517609Z [00:02:27.511]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:05.2518025Z [00:02:27.511]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:05.2518442Z [00:02:27.511]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:05.2518863Z [00:02:27.511]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.2519186Z [00:02:27.511]➜  EOF
2025-08-20T23:00:05.2522050Z [00:02:27.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b743/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/distribution/reference@v0.6.0=>github.com/distribution/reference@v0.6.0;$WORK/b743=>" -p github.com/distribution/reference -lang=go1.20 -complete -installsuffix shared -buildid Xi8c0QyQ4_fDD_qB35Ls/Xi8c0QyQ4_fDD_qB35Ls -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b743/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:00:05.2600342Z [00:02:27.521]➜  go tool buildid -w $WORK/b736/_pkg_.a # internal
2025-08-20T23:00:05.2607804Z [00:02:27.522]➜  cp $WORK/b736/_pkg_.a /root/.cache/go-build/36/361c5742e0cf28d1e5f198ce6be652f30d1b2e1fc136aedafa020cb973068d24-d # internal
2025-08-20T23:00:05.2772473Z [00:02:27.538]➜  github.com/docker/docker/api/types/container
2025-08-20T23:00:05.2775196Z [00:02:27.538]➜  mkdir -p $WORK/b724/
2025-08-20T23:00:05.2776201Z [00:02:27.539]➜  cat >/tmp/go-build2180205415/b724/importcfg << 'EOF' # internal
2025-08-20T23:00:05.2776649Z [00:02:27.539]➜  # import config
2025-08-20T23:00:05.2777001Z [00:02:27.539]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.2777708Z [00:02:27.539]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.2778448Z [00:02:27.539]➜  packagefile github.com/docker/docker/api/types/blkiodev=/tmp/go-build2180205415/b725/_pkg_.a
2025-08-20T23:00:05.2779300Z [00:02:27.539]➜  packagefile github.com/docker/docker/api/types/common=/tmp/go-build2180205415/b726/_pkg_.a
2025-08-20T23:00:05.2780097Z [00:02:27.539]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build2180205415/b727/_pkg_.a
2025-08-20T23:00:05.2781152Z [00:02:27.539]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build2180205415/b729/_pkg_.a
2025-08-20T23:00:05.2782016Z [00:02:27.539]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build2180205415/b730/_pkg_.a
2025-08-20T23:00:05.2782945Z [00:02:27.539]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build2180205415/b732/_pkg_.a
2025-08-20T23:00:05.2783744Z [00:02:27.539]➜  packagefile github.com/docker/docker/api/types/strslice=/tmp/go-build2180205415/b733/_pkg_.a
2025-08-20T23:00:05.2784536Z [00:02:27.539]➜  packagefile github.com/docker/go-connections/nat=/tmp/go-build2180205415/b734/_pkg_.a
2025-08-20T23:00:05.2785249Z [00:02:27.539]➜  packagefile github.com/docker/go-units=/tmp/go-build2180205415/b735/_pkg_.a
2025-08-20T23:00:05.2786087Z [00:02:27.539]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build2180205415/b736/_pkg_.a
2025-08-20T23:00:05.2786937Z [00:02:27.539]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build2180205415/b737/_pkg_.a
2025-08-20T23:00:05.2787748Z [00:02:27.539]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.2788165Z [00:02:27.539]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:05.2808930Z [00:02:27.539]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.2809413Z [00:02:27.539]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.2814665Z [00:02:27.539]➜  EOF
2025-08-20T23:00:05.2830512Z [00:02:27.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b724/_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/b724=>" -p github.com/docker/docker/api/types/container -lang=go1.16 -complete -installsuffix shared -buildid cZZY7Tdnf_oC0s9pGXW5/cZZY7Tdnf_oC0s9pGXW5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b724/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:00:05.3302780Z [00:02:27.591]➜  go tool buildid -w $WORK/b743/_pkg_.a # internal
2025-08-20T23:00:05.3314802Z [00:02:27.593]➜  cp $WORK/b743/_pkg_.a /root/.cache/go-build/6d/6d4e0b1ffbb40e9a82887dc019ae801d5e3987eaf42420b63755289e6773e5f1-d # internal
2025-08-20T23:00:05.3322470Z [00:02:27.593]➜  github.com/docker/docker/api/types/registry
2025-08-20T23:00:05.3323239Z [00:02:27.593]➜  mkdir -p $WORK/b747/
2025-08-20T23:00:05.3324608Z [00:02:27.593]➜  cat >/tmp/go-build2180205415/b747/importcfg << 'EOF' # internal
2025-08-20T23:00:05.3325057Z [00:02:27.593]➜  # import config
2025-08-20T23:00:05.3325425Z [00:02:27.593]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:05.3326140Z [00:02:27.593]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:05.3326981Z [00:02:27.593]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:05.3327428Z [00:02:27.593]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.3327997Z [00:02:27.593]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build2180205415/b727/_pkg_.a
2025-08-20T23:00:05.3328701Z [00:02:27.593]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build2180205415/b737/_pkg_.a
2025-08-20T23:00:05.3329247Z [00:02:27.593]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.3329676Z [00:02:27.593]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:05.3330095Z [00:02:27.593]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.3330410Z [00:02:27.593]➜  EOF
2025-08-20T23:00:05.3333744Z [00:02:27.594]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b747/_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/b747=>" -p github.com/docker/docker/api/types/registry -lang=go1.16 -complete -installsuffix shared -buildid oa3byUY8C_piy0MI656n/oa3byUY8C_piy0MI656n -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/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:00:05.3341962Z [00:02:27.595]➜  go tool buildid -w $WORK/b740/_pkg_.a # internal
2025-08-20T23:00:05.3359756Z [00:02:27.597]➜  cp $WORK/b740/_pkg_.a /root/.cache/go-build/3d/3da02a193da1981fef72dbdda3e6d5946f2e51fb1049c59de243d420e8409a09-d # internal
2025-08-20T23:00:05.3367514Z [00:02:27.597]➜  github.com/containerd/errdefs/pkg/errhttp
2025-08-20T23:00:05.3368029Z [00:02:27.597]➜  mkdir -p $WORK/b741/
2025-08-20T23:00:05.3368515Z [00:02:27.598]➜  cat >/tmp/go-build2180205415/b741/importcfg << 'EOF' # internal
2025-08-20T23:00:05.3368876Z [00:02:27.598]➜  # import config
2025-08-20T23:00:05.3369221Z [00:02:27.598]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.3371086Z [00:02:27.598]➜  packagefile github.com/containerd/errdefs=/tmp/go-build2180205415/b740/_pkg_.a
2025-08-20T23:00:05.3372367Z [00:02:27.598]➜  packagefile github.com/containerd/errdefs/pkg/internal/cause=/tmp/go-build2180205415/b742/_pkg_.a
2025-08-20T23:00:05.3373375Z [00:02:27.598]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:05.3373739Z [00:02:27.598]➜  EOF
2025-08-20T23:00:05.3375711Z [00:02:27.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b741/_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/b741=>" -p github.com/containerd/errdefs/pkg/errhttp -lang=go1.22 -complete -installsuffix shared -buildid 0-pGK_JngRU73a29oYq_/0-pGK_JngRU73a29oYq_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b741/importcfg -pack /root/go/pkg/mod/github.com/containerd/errdefs/pkg@v0.3.0/errhttp/http.go
2025-08-20T23:00:05.3648531Z [00:02:27.626]➜  go tool buildid -w $WORK/b747/_pkg_.a # internal
2025-08-20T23:00:05.3656223Z [00:02:27.627]➜  cp $WORK/b747/_pkg_.a /root/.cache/go-build/f3/f3a8529d2792ddd108a7aef93e7459f736d0262b8618a16533b3572b30f860f8-d # internal
2025-08-20T23:00:05.3666354Z [00:02:27.628]➜  github.com/gogo/protobuf/proto
2025-08-20T23:00:05.3668850Z [00:02:27.628]➜  mkdir -p $WORK/b750/
2025-08-20T23:00:05.3674919Z [00:02:27.629]➜  cat >/tmp/go-build2180205415/b750/importcfg << 'EOF' # internal
2025-08-20T23:00:05.3675541Z [00:02:27.629]➜  # import config
2025-08-20T23:00:05.3677269Z [00:02:27.629]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:05.3678318Z [00:02:27.629]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:05.3678774Z [00:02:27.629]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T23:00:05.3679248Z [00:02:27.629]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:05.3679695Z [00:02:27.629]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.3680108Z [00:02:27.629]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.3680508Z [00:02:27.629]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.3680905Z [00:02:27.629]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:05.3681309Z [00:02:27.629]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:05.3681732Z [00:02:27.629]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:05.3682155Z [00:02:27.629]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:05.3682584Z [00:02:27.629]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:05.3683009Z [00:02:27.629]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.3683431Z [00:02:27.629]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:05.3683863Z [00:02:27.629]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:05.3684293Z [00:02:27.629]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.3684728Z [00:02:27.629]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:05.3685059Z [00:02:27.629]➜  EOF
2025-08-20T23:00:05.3696041Z [00:02:27.629]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b750/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto=>github.com/gogo/protobuf@v1.3.2/proto;$WORK/b750=>" -p github.com/gogo/protobuf/proto -lang=go1.15 -complete -installsuffix shared -buildid 0Uq7lF-riX1giZFuC3YM/0Uq7lF-riX1giZFuC3YM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b750/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:00:05.3753630Z [00:02:27.636]➜  go tool buildid -w $WORK/b741/_pkg_.a # internal
2025-08-20T23:00:05.3761912Z [00:02:27.637]➜  cp $WORK/b741/_pkg_.a /root/.cache/go-build/8b/8ba105cf51571750b3a40c984a70e81ae18853836909924d8f5f1c2f08dfd718-d # internal
2025-08-20T23:00:05.3767411Z [00:02:27.638]➜  github.com/docker/docker/api/types/events
2025-08-20T23:00:05.3771593Z [00:02:27.638]➜  mkdir -p $WORK/b753/
2025-08-20T23:00:05.3778251Z [00:02:27.639]➜  cat >/tmp/go-build2180205415/b753/importcfg << 'EOF' # internal
2025-08-20T23:00:05.3779051Z [00:02:27.639]➜  # import config
2025-08-20T23:00:05.3779618Z [00:02:27.639]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build2180205415/b727/_pkg_.a
2025-08-20T23:00:05.3780072Z [00:02:27.639]➜  EOF
2025-08-20T23:00:05.3788142Z [00:02:27.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b753/_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/b753=>" -p github.com/docker/docker/api/types/events -lang=go1.16 -complete -installsuffix shared -buildid -xaRO1IMT9Rns4RMbYPe/-xaRO1IMT9Rns4RMbYPe -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/events/events.go
2025-08-20T23:00:05.3841409Z [00:02:27.645]➜  go tool buildid -w $WORK/b724/_pkg_.a # internal
2025-08-20T23:00:05.3854836Z [00:02:27.646]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T23:00:05.3855999Z [00:02:27.647]➜  cp $WORK/b724/_pkg_.a /root/.cache/go-build/43/43a1cad8235fa9204d8c55bb74636091970d34164c95e77fe32d4524c1aec58c-d # internal
2025-08-20T23:00:05.3863801Z [00:02:27.647]➜  github.com/docker/docker/api/types/image
2025-08-20T23:00:05.3864508Z [00:02:27.647]➜  mkdir -p $WORK/b723/
2025-08-20T23:00:05.3865067Z [00:02:27.647]➜  cat >/tmp/go-build2180205415/b723/importcfg << 'EOF' # internal
2025-08-20T23:00:05.3865568Z [00:02:27.647]➜  # import config
2025-08-20T23:00:05.3866128Z [00:02:27.647]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:05.3866836Z [00:02:27.647]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build2180205415/b724/_pkg_.a
2025-08-20T23:00:05.3867631Z [00:02:27.647]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build2180205415/b727/_pkg_.a
2025-08-20T23:00:05.3868394Z [00:02:27.647]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build2180205415/b732/_pkg_.a
2025-08-20T23:00:05.3869181Z [00:02:27.647]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build2180205415/b736/_pkg_.a
2025-08-20T23:00:05.3869959Z [00:02:27.647]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build2180205415/b718/_pkg_.a
2025-08-20T23:00:05.3870774Z [00:02:27.647]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build2180205415/b737/_pkg_.a
2025-08-20T23:00:05.3871687Z [00:02:27.647]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.3872172Z [00:02:27.647]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.3872717Z [00:02:27.647]➜  EOF
2025-08-20T23:00:05.3877594Z [00:02:27.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b723/_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/b723=>" -p github.com/docker/docker/api/types/image -lang=go1.16 -complete -installsuffix shared -buildid Z4OMt_NJMJN9z2ilSgbN/Z4OMt_NJMJN9z2ilSgbN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b723/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:00:05.3912615Z [00:02:27.652]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/bb/bb1c5a37154b8abacb3487fcd7d380b508d972f6bfe75de11372f6560e311dd5-d # internal
2025-08-20T23:00:05.3919961Z [00:02:27.652]➜  github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1
2025-08-20T23:00:05.3922523Z [00:02:27.652]➜  mkdir -p $WORK/b677/
2025-08-20T23:00:05.3923059Z [00:02:27.652]➜  cat >/tmp/go-build2180205415/b677/importcfg << 'EOF' # internal
2025-08-20T23:00:05.3923533Z [00:02:27.652]➜  # import config
2025-08-20T23:00:05.3923986Z [00:02:27.652]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:05.3924552Z [00:02:27.652]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:05.3925215Z [00:02:27.652]➜  packagefile github.com/tetratelabs/wazero=/tmp/go-build2180205415/b644/_pkg_.a
2025-08-20T23:00:05.3926064Z [00:02:27.652]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2180205415/b645/_pkg_.a
2025-08-20T23:00:05.3926883Z [00:02:27.652]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2180205415/b649/_pkg_.a
2025-08-20T23:00:05.3927724Z [00:02:27.653]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build2180205415/b659/_pkg_.a
2025-08-20T23:00:05.3928742Z [00:02:27.653]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build2180205415/b661/_pkg_.a
2025-08-20T23:00:05.3929679Z [00:02:27.653]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build2180205415/b657/_pkg_.a
2025-08-20T23:00:05.3930574Z [00:02:27.653]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build2180205415/b662/_pkg_.a
2025-08-20T23:00:05.3931398Z [00:02:27.653]➜  packagefile github.com/tetratelabs/wazero/internal/wasip1=/tmp/go-build2180205415/b678/_pkg_.a
2025-08-20T23:00:05.3932220Z [00:02:27.653]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2180205415/b655/_pkg_.a
2025-08-20T23:00:05.3932974Z [00:02:27.653]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2180205415/b650/_pkg_.a
2025-08-20T23:00:05.3933618Z [00:02:27.653]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.3934163Z [00:02:27.653]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:05.3934704Z [00:02:27.653]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:05.3935382Z [00:02:27.653]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:05.3936020Z [00:02:27.653]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.3936596Z [00:02:27.653]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.3937157Z [00:02:27.653]➜  EOF
2025-08-20T23:00:05.3942639Z [00:02:27.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b677/_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/b677=>" -p github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1 -lang=go1.22 -complete -installsuffix shared -buildid eTdl0zi68F_4t3HN3wgO/eTdl0zi68F_4t3HN3wgO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b677/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:00:05.3964768Z [00:02:27.657]➜  go tool buildid -w $WORK/b753/_pkg_.a # internal
2025-08-20T23:00:05.3974280Z [00:02:27.658]➜  cp $WORK/b753/_pkg_.a /root/.cache/go-build/d0/d00d044f926f6167a922efc8fad530ed049eaa564333b9a07a6be6da17d2642e-d # internal
2025-08-20T23:00:05.3980189Z [00:02:27.659]➜  github.com/docker/docker/api/types/build
2025-08-20T23:00:05.3981362Z [00:02:27.659]➜  mkdir -p $WORK/b746/
2025-08-20T23:00:05.3988779Z [00:02:27.660]➜  cat >/tmp/go-build2180205415/b746/importcfg << 'EOF' # internal
2025-08-20T23:00:05.3989975Z [00:02:27.660]➜  # import config
2025-08-20T23:00:05.3990508Z [00:02:27.660]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build2180205415/b724/_pkg_.a
2025-08-20T23:00:05.3991206Z [00:02:27.660]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build2180205415/b727/_pkg_.a
2025-08-20T23:00:05.3991885Z [00:02:27.660]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build2180205415/b747/_pkg_.a
2025-08-20T23:00:05.3992415Z [00:02:27.660]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.3992819Z [00:02:27.660]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.3993319Z [00:02:27.660]➜  EOF
2025-08-20T23:00:05.4001052Z [00:02:27.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b746/_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/b746=>" -p github.com/docker/docker/api/types/build -lang=go1.16 -complete -installsuffix shared -buildid BJnUg4KDXIHeVWVS2lrC/BJnUg4KDXIHeVWVS2lrC -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/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:00:05.4003732Z [00:02:27.661]➜  go tool buildid -w $WORK/b723/_pkg_.a # internal
2025-08-20T23:00:05.4012367Z [00:02:27.662]➜  cp $WORK/b723/_pkg_.a /root/.cache/go-build/48/48a83118af67da213f8669849d38c770a70046a03b26565f9c41d94a420a61a8-d # internal
2025-08-20T23:00:05.4018003Z [00:02:27.663]➜  github.com/docker/docker/api/types/time
2025-08-20T23:00:05.4020124Z [00:02:27.663]➜  mkdir -p $WORK/b755/
2025-08-20T23:00:05.4028409Z [00:02:27.664]➜  cat >/tmp/go-build2180205415/b755/importcfg << 'EOF' # internal
2025-08-20T23:00:05.4029065Z [00:02:27.664]➜  # import config
2025-08-20T23:00:05.4029405Z [00:02:27.664]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.4029822Z [00:02:27.664]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:05.4030245Z [00:02:27.664]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:05.4030671Z [00:02:27.664]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.4031110Z [00:02:27.664]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.4031418Z [00:02:27.664]➜  EOF
2025-08-20T23:00:05.4039820Z [00:02:27.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b755/_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/b755=>" -p github.com/docker/docker/api/types/time -lang=go1.16 -complete -installsuffix shared -buildid ZtpsnEYVmEl7AtF3LUZ4/ZtpsnEYVmEl7AtF3LUZ4 -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/time/timestamp.go
2025-08-20T23:00:05.4130843Z [00:02:27.674]➜  go tool buildid -w $WORK/b746/_pkg_.a # internal
2025-08-20T23:00:05.4131662Z [00:02:27.674]➜  cp $WORK/b746/_pkg_.a /root/.cache/go-build/02/02f07c872e06ecb5d7c7b6df1c73bb63b64f426e50284065a9cf045141d73927-d # internal
2025-08-20T23:00:05.4133685Z [00:02:27.674]➜  github.com/docker/docker/internal/lazyregexp
2025-08-20T23:00:05.4135380Z [00:02:27.674]➜  mkdir -p $WORK/b756/
2025-08-20T23:00:05.4138774Z [00:02:27.674]➜  cat >/tmp/go-build2180205415/b756/importcfg << 'EOF' # internal
2025-08-20T23:00:05.4139476Z [00:02:27.674]➜  # import config
2025-08-20T23:00:05.4139861Z [00:02:27.674]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:05.4140291Z [00:02:27.674]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:05.4140726Z [00:02:27.674]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.4141148Z [00:02:27.674]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:05.4141459Z [00:02:27.674]➜  EOF
2025-08-20T23:00:05.4143885Z [00:02:27.674]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b756/_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/b756=>" -p github.com/docker/docker/internal/lazyregexp -lang=go1.16 -complete -installsuffix shared -buildid PkKfj80w6NfVBnuAeaaH/PkKfj80w6NfVBnuAeaaH -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/internal/lazyregexp/lazyregexp.go
2025-08-20T23:00:05.4185213Z [00:02:27.680]➜  go tool buildid -w $WORK/b755/_pkg_.a # internal
2025-08-20T23:00:05.4190720Z [00:02:27.680]➜  cp $WORK/b755/_pkg_.a /root/.cache/go-build/6f/6f0f78db957e7d4e503ac72bea3979b488f424d061564a57d94cd8025b806eef-d # internal
2025-08-20T23:00:05.4191376Z [00:02:27.680]➜  github.com/docker/go-connections/sockets
2025-08-20T23:00:05.4191697Z [00:02:27.680]➜  mkdir -p $WORK/b757/
2025-08-20T23:00:05.4200118Z [00:02:27.681]➜  cat >/tmp/go-build2180205415/b757/importcfg << 'EOF' # internal
2025-08-20T23:00:05.4200512Z [00:02:27.681]➜  # import config
2025-08-20T23:00:05.4200864Z [00:02:27.681]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:05.4201309Z [00:02:27.681]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:05.4201746Z [00:02:27.681]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.4202172Z [00:02:27.681]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.4202905Z [00:02:27.681]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:05.4203330Z [00:02:27.681]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:05.4203936Z [00:02:27.681]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:05.4204359Z [00:02:27.681]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.4204776Z [00:02:27.681]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:05.4205195Z [00:02:27.681]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:05.4205664Z [00:02:27.681]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.4206150Z [00:02:27.681]➜  EOF
2025-08-20T23:00:05.4217058Z [00:02:27.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b757/_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/b757=>" -p github.com/docker/go-connections/sockets -lang=go1.18 -complete -installsuffix shared -buildid Ud0hQF3CSNJch-NYRVHk/Ud0hQF3CSNJch-NYRVHk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b757/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:00:05.4309450Z [00:02:27.692]➜  go tool buildid -w $WORK/b756/_pkg_.a # internal
2025-08-20T23:00:05.4314475Z [00:02:27.693]➜  cp $WORK/b756/_pkg_.a /root/.cache/go-build/3d/3d737b69e8aa60178b76283a1da2c9eb12cdc03bd79880e191327f82e7c9144c-d # internal
2025-08-20T23:00:05.4315559Z [00:02:27.693]➜  github.com/docker/go-connections/tlsconfig
2025-08-20T23:00:05.4317122Z [00:02:27.693]➜  mkdir -p $WORK/b758/
2025-08-20T23:00:05.4317791Z [00:02:27.693]➜  cat >/tmp/go-build2180205415/b758/importcfg << 'EOF' # internal
2025-08-20T23:00:05.4319121Z [00:02:27.693]➜  # import config
2025-08-20T23:00:05.4319543Z [00:02:27.693]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:05.4320963Z [00:02:27.693]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:05.4321524Z [00:02:27.693]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T23:00:05.4321972Z [00:02:27.693]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.4322388Z [00:02:27.693]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.4322830Z [00:02:27.693]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:05.4323502Z [00:02:27.693]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:05.4323895Z [00:02:27.693]➜  EOF
2025-08-20T23:00:05.4326716Z [00:02:27.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b758/_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/b758=>" -p github.com/docker/go-connections/tlsconfig -lang=go1.18 -complete -installsuffix shared -buildid IQR0nbfCdIl2juTw8sbF/IQR0nbfCdIl2juTw8sbF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b758/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:00:05.4606715Z [00:02:27.721]➜  go tool buildid -w $WORK/b758/_pkg_.a # internal
2025-08-20T23:00:05.4613835Z [00:02:27.722]➜  cp $WORK/b758/_pkg_.a /root/.cache/go-build/24/24de24d65c9e20ce0e47b60ef2458ad9bf6331c354b3272de46dc07981db91b2-d # internal
2025-08-20T23:00:05.4621338Z [00:02:27.722]➜  github.com/containerd/stargz-snapshotter/estargz/errorutil
2025-08-20T23:00:05.4621745Z [00:02:27.723]➜  mkdir -p $WORK/b761/
2025-08-20T23:00:05.4622123Z [00:02:27.723]➜  cat >/tmp/go-build2180205415/b761/importcfg << 'EOF' # internal
2025-08-20T23:00:05.4622489Z [00:02:27.723]➜  # import config
2025-08-20T23:00:05.4622826Z [00:02:27.723]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.4623240Z [00:02:27.723]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.4623661Z [00:02:27.723]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.4623977Z [00:02:27.723]➜  EOF
2025-08-20T23:00:05.4624256Z [00:02:27.723]➜  go tool buildid -w $WORK/b757/_pkg_.a # internal
2025-08-20T23:00:05.4626757Z [00:02:27.723]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b761/_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/b761=>" -p github.com/containerd/stargz-snapshotter/estargz/errorutil -lang=go1.22 -complete -installsuffix shared -buildid ERpd3To1Ff6sfRS4HSRj/ERpd3To1Ff6sfRS4HSRj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b761/importcfg -pack /root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/errorutil/errors.go
2025-08-20T23:00:05.4632874Z [00:02:27.724]➜  cp $WORK/b757/_pkg_.a /root/.cache/go-build/e1/e17a126c93ef1394066d658591d88b22c66abbca989b4cf4205e22fa3c1d13cb-d # internal
2025-08-20T23:00:05.4637780Z [00:02:27.725]➜  github.com/klauspost/compress/fse
2025-08-20T23:00:05.4638177Z [00:02:27.725]➜  mkdir -p $WORK/b765/
2025-08-20T23:00:05.4638561Z [00:02:27.725]➜  cat >/tmp/go-build2180205415/b765/importcfg << 'EOF' # internal
2025-08-20T23:00:05.4638909Z [00:02:27.725]➜  # import config
2025-08-20T23:00:05.4639502Z [00:02:27.725]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:05.4640045Z [00:02:27.725]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.4640468Z [00:02:27.725]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.4640871Z [00:02:27.725]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.4641302Z [00:02:27.725]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:05.4641625Z [00:02:27.725]➜  EOF
2025-08-20T23:00:05.4644965Z [00:02:27.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b765/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse=>github.com/klauspost/compress@v1.18.0/fse;$WORK/b765=>" -p github.com/klauspost/compress/fse -lang=go1.22 -complete -installsuffix shared -buildid bxHx-ffo5RT64TL76bRz/bxHx-ffo5RT64TL76bRz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b765/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:00:05.4760359Z [00:02:27.737]➜  go tool buildid -w $WORK/b761/_pkg_.a # internal
2025-08-20T23:00:05.4761128Z [00:02:27.737]➜  cp $WORK/b761/_pkg_.a /root/.cache/go-build/b8/b86b187d82d7696c1a3e82a6b6cfb63e66cad337f6fc5322b64cfdd2166d237e-d # internal
2025-08-20T23:00:05.4761749Z [00:02:27.737]➜  github.com/klauspost/compress/internal/snapref
2025-08-20T23:00:05.4762076Z [00:02:27.737]➜  mkdir -p $WORK/b767/
2025-08-20T23:00:05.4762443Z [00:02:27.737]➜  cat >/tmp/go-build2180205415/b767/importcfg << 'EOF' # internal
2025-08-20T23:00:05.4762785Z [00:02:27.737]➜  # import config
2025-08-20T23:00:05.4763169Z [00:02:27.737]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:05.4763912Z [00:02:27.737]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.4764356Z [00:02:27.737]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:05.4764784Z [00:02:27.737]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.4765092Z [00:02:27.737]➜  EOF
2025-08-20T23:00:05.4768615Z [00:02:27.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b767/_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/b767=>" -p github.com/klauspost/compress/internal/snapref -lang=go1.22 -complete -installsuffix shared -buildid TvYxzjslCLS4o9G1Sb3D/TvYxzjslCLS4o9G1Sb3D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b767/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:00:05.5263912Z [00:02:27.787]➜  go tool buildid -w $WORK/b767/_pkg_.a # internal
2025-08-20T23:00:05.5299997Z [00:02:27.791]➜  cp $WORK/b767/_pkg_.a /root/.cache/go-build/05/05fd846634fbd647c25e552d8a9a6a188ef498bf5afe4474a819aed37d03f438-d # internal
2025-08-20T23:00:05.5300701Z [00:02:27.791]➜  github.com/klauspost/compress/zstd/internal/xxhash
2025-08-20T23:00:05.5301055Z [00:02:27.791]➜  mkdir -p $WORK/b768/
2025-08-20T23:00:05.5303301Z [00:02:27.791]➜  echo -n > $WORK/b768/go_asm.h # internal
2025-08-20T23:00:05.5303833Z [00:02:27.791]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T23:00:05.5305862Z [00:02:27.791]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash=>github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash;$WORK/b768=>" -I $WORK/b768/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b768/symabis ./xxhash_arm64.s
2025-08-20T23:00:05.5404216Z [00:02:27.801]➜  cat >/tmp/go-build2180205415/b768/importcfg << 'EOF' # internal
2025-08-20T23:00:05.5404602Z [00:02:27.801]➜  # import config
2025-08-20T23:00:05.5404980Z [00:02:27.801]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:05.5405439Z [00:02:27.801]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.5405998Z [00:02:27.801]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:05.5406378Z [00:02:27.801]➜  EOF
2025-08-20T23:00:05.5406630Z [00:02:27.801]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:05.5409972Z [00:02:27.801]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b768/_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/b768=>" -p github.com/klauspost/compress/zstd/internal/xxhash -lang=go1.22 -installsuffix shared -buildid BsMI3q2JKCQLklBgxug0/BsMI3q2JKCQLklBgxug0 -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/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:00:05.5711065Z [00:02:27.832]➜  go tool buildid -w $WORK/b765/_pkg_.a # internal
2025-08-20T23:00:05.5740084Z [00:02:27.835]➜  cp $WORK/b765/_pkg_.a /root/.cache/go-build/c0/c070af0304919ae0aa00c386825a4a2e7e33671f724c4601531edfa2a8580a77-d # internal
2025-08-20T23:00:05.5751038Z [00:02:27.836]➜  github.com/klauspost/compress/huff0
2025-08-20T23:00:05.5756892Z [00:02:27.837]➜  mkdir -p $WORK/b764/
2025-08-20T23:00:05.5761823Z [00:02:27.837]➜  cat >/tmp/go-build2180205415/b764/importcfg << 'EOF' # internal
2025-08-20T23:00:05.5762218Z [00:02:27.837]➜  # import config
2025-08-20T23:00:05.5762580Z [00:02:27.837]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.5762998Z [00:02:27.837]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.5763516Z [00:02:27.837]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build2180205415/b765/_pkg_.a
2025-08-20T23:00:05.5764173Z [00:02:27.837]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build2180205415/b766/_pkg_.a
2025-08-20T23:00:05.5764699Z [00:02:27.837]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.5765102Z [00:02:27.837]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:05.5765538Z [00:02:27.837]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:05.5766166Z [00:02:27.837]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:05.5766607Z [00:02:27.837]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:05.5766921Z [00:02:27.837]➜  EOF
2025-08-20T23:00:05.5772189Z [00:02:27.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b764/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b764=>" -p github.com/klauspost/compress/huff0 -lang=go1.22 -complete -installsuffix shared -buildid E1zN2auDOzH3LvtzUSUY/E1zN2auDOzH3LvtzUSUY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b764/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/huff0.go
2025-08-20T23:00:05.5779908Z [00:02:27.839]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T23:00:05.5781616Z [00:02:27.839]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash=>github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash;$WORK/b768=>" -I $WORK/b768/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b768/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T23:00:05.5823937Z [00:02:27.843]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T23:00:05.5834168Z [00:02:27.845]➜  go tool pack r $WORK/b768/_pkg_.a $WORK/b768/xxhash_arm64.o # internal
2025-08-20T23:00:05.5835196Z [00:02:27.845]➜  go tool buildid -w $WORK/b768/_pkg_.a # internal
2025-08-20T23:00:05.5840065Z [00:02:27.845]➜  cp $WORK/b768/_pkg_.a /root/.cache/go-build/a3/a3b50f0c78abb4e589b327f22a5f6a942f41a99fe7386ff2839c191eec9c8d1d-d # internal
2025-08-20T23:00:05.5841767Z [00:02:27.845]➜  github.com/vbatts/tar-split/archive/tar
2025-08-20T23:00:05.5842914Z [00:02:27.845]➜  mkdir -p $WORK/b769/
2025-08-20T23:00:05.5860601Z [00:02:27.847]➜  cat >/tmp/go-build2180205415/b769/importcfg << 'EOF' # internal
2025-08-20T23:00:05.5861064Z [00:02:27.847]➜  # import config
2025-08-20T23:00:05.5861416Z [00:02:27.847]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:05.5861843Z [00:02:27.847]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.5862258Z [00:02:27.847]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.5862661Z [00:02:27.847]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.5863068Z [00:02:27.847]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:05.5863483Z [00:02:27.847]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:05.5864210Z [00:02:27.847]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T23:00:05.5864642Z [00:02:27.847]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:05.5865074Z [00:02:27.847]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:05.5865502Z [00:02:27.847]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:05.5878459Z [00:02:27.847]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:05.5878926Z [00:02:27.847]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:05.5879360Z [00:02:27.847]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.5879779Z [00:02:27.847]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:05.5880197Z [00:02:27.847]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:05.5880628Z [00:02:27.847]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.5880939Z [00:02:27.847]➜  EOF
2025-08-20T23:00:05.5881187Z [00:02:27.847]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:05.5885042Z [00:02:27.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b769/_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/b769=>" -p github.com/vbatts/tar-split/archive/tar -lang=go1.17 -complete -installsuffix shared -buildid yzIAeo_gjIALPF7wl_i1/yzIAeo_gjIALPF7wl_i1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b769/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:00:05.5921688Z [00:02:27.853]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/d5/d5c5f6f0d6c48f67fb259859b3b538bfd249f52a3f61e2e58d6295f75b3b5324-d # internal
2025-08-20T23:00:05.5963994Z [00:02:27.857]➜  github.com/wasilibs/go-re2/internal
2025-08-20T23:00:05.5965931Z [00:02:27.858]➜  mkdir -p $WORK/b643/
2025-08-20T23:00:05.5967138Z [00:02:27.858]➜  cat >/tmp/go-build2180205415/b643/importcfg << 'EOF' # internal
2025-08-20T23:00:05.5968421Z [00:02:27.858]➜  # import config
2025-08-20T23:00:05.5969276Z [00:02:27.858]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:05.5971499Z [00:02:27.858]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T23:00:05.5971971Z [00:02:27.858]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:05.5972409Z [00:02:27.858]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T23:00:05.5973047Z [00:02:27.858]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:05.5973549Z [00:02:27.858]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.5976279Z [00:02:27.859]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.5976893Z [00:02:27.859]➜  packagefile github.com/tetratelabs/wazero=/tmp/go-build2180205415/b644/_pkg_.a
2025-08-20T23:00:05.5977943Z [00:02:27.859]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2180205415/b645/_pkg_.a
2025-08-20T23:00:05.5978860Z [00:02:27.859]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2180205415/b647/_pkg_.a
2025-08-20T23:00:05.5979910Z [00:02:27.859]➜  packagefile github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1=/tmp/go-build2180205415/b677/_pkg_.a
2025-08-20T23:00:05.5980968Z [00:02:27.859]➜  packagefile github.com/wasilibs/wazero-helpers/allocator=/tmp/go-build2180205415/b679/_pkg_.a
2025-08-20T23:00:05.5981959Z [00:02:27.859]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.5983176Z [00:02:27.859]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:05.5983613Z [00:02:27.859]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:05.5984052Z [00:02:27.859]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:05.5984479Z [00:02:27.859]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.5984928Z [00:02:27.859]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:05.5985362Z [00:02:27.859]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:05.5992188Z [00:02:27.859]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:05.5992782Z [00:02:27.859]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:05.5993127Z [00:02:27.859]➜  EOF
2025-08-20T23:00:05.5993462Z [00:02:27.859]➜  cat >/tmp/go-build2180205415/b643/embedcfg << 'EOF' # internal
2025-08-20T23:00:05.5993792Z [00:02:27.859]➜  {
2025-08-20T23:00:05.5993993Z [00:02:27.859]➜  	"Patterns": {
2025-08-20T23:00:05.5994251Z [00:02:27.859]➜  		"wasm/libcre2.wasm": [
2025-08-20T23:00:05.5994529Z [00:02:27.859]➜  			"wasm/libcre2.wasm"
2025-08-20T23:00:05.5994767Z [00:02:27.859]➜  		],
2025-08-20T23:00:05.5994993Z [00:02:27.859]➜  		"wasm/memory.wasm": [
2025-08-20T23:00:05.5995260Z [00:02:27.859]➜  			"wasm/memory.wasm"
2025-08-20T23:00:05.5995495Z [00:02:27.859]➜  		]
2025-08-20T23:00:05.5995686Z [00:02:27.859]➜  	},
2025-08-20T23:00:05.5996078Z [00:02:27.859]➜  	"Files": {
2025-08-20T23:00:05.5996617Z [00:02:27.859]➜  		"wasm/libcre2.wasm": "/root/go/pkg/mod/github.com/wasilibs/go-re2@v1.9.0/internal/wasm/libcre2.wasm",
2025-08-20T23:00:05.5997332Z [00:02:27.859]➜  		"wasm/memory.wasm": "/root/go/pkg/mod/github.com/wasilibs/go-re2@v1.9.0/internal/wasm/memory.wasm"
2025-08-20T23:00:05.5997765Z [00:02:27.859]➜  	}
2025-08-20T23:00:05.5998241Z [00:02:27.859]➜  }EOF
2025-08-20T23:00:05.6001065Z [00:02:27.859]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b643/_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/b643=>" -p github.com/wasilibs/go-re2/internal -lang=go1.22 -complete -installsuffix shared -buildid sWvNAEAoyPVsBWpvzvwG/sWvNAEAoyPVsBWpvzvwG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -embedcfg $WORK/b643/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:00:05.7128283Z [00:02:27.972]➜  go tool buildid -w $WORK/b764/_pkg_.a # internal
2025-08-20T23:00:05.7129075Z [00:02:27.974]➜  cp $WORK/b764/_pkg_.a /root/.cache/go-build/ba/ba98cdf2a93c878e04029161e8b5dcf1e5507031ff8e832b5f9ebd9e394eefc6-d # internal
2025-08-20T23:00:05.7167087Z [00:02:27.978]➜  github.com/klauspost/compress/zstd
2025-08-20T23:00:05.7229304Z [00:02:27.984]➜  mkdir -p $WORK/b762/
2025-08-20T23:00:05.7233878Z [00:02:27.984]➜  cat >/tmp/go-build2180205415/b762/importcfg << 'EOF' # internal
2025-08-20T23:00:05.7236923Z [00:02:27.985]➜  # import config
2025-08-20T23:00:05.7238791Z [00:02:27.985]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:05.7239642Z [00:02:27.985]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:05.7240391Z [00:02:27.985]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:05.7241548Z [00:02:27.985]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:05.7242353Z [00:02:27.985]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:05.7243153Z [00:02:27.985]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.7244134Z [00:02:27.985]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.7245019Z [00:02:27.985]➜  packagefile github.com/klauspost/compress=/tmp/go-build2180205415/b763/_pkg_.a
2025-08-20T23:00:05.7245651Z [00:02:27.985]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build2180205415/b764/_pkg_.a
2025-08-20T23:00:05.7246582Z [00:02:27.985]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build2180205415/b766/_pkg_.a
2025-08-20T23:00:05.7247286Z [00:02:27.985]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build2180205415/b767/_pkg_.a
2025-08-20T23:00:05.7248016Z [00:02:27.985]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build2180205415/b768/_pkg_.a
2025-08-20T23:00:05.7248602Z [00:02:27.985]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:05.7249025Z [00:02:27.985]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.7249435Z [00:02:27.985]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:05.7249854Z [00:02:27.985]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:05.7250282Z [00:02:27.985]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:05.7250718Z [00:02:27.985]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:05.7251169Z [00:02:27.985]➜  packagefile runtime/debug=/tmp/go-build2180205415/b249/_pkg_.a
2025-08-20T23:00:05.7251609Z [00:02:27.985]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:05.7252023Z [00:02:27.985]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:05.7252438Z [00:02:27.985]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:05.7252861Z [00:02:27.985]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.7253277Z [00:02:27.985]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:05.7253792Z [00:02:27.985]➜  EOF
2025-08-20T23:00:05.7264633Z [00:02:27.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b762/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b762=>" -p github.com/klauspost/compress/zstd -lang=go1.22 -complete -installsuffix shared -buildid jpscWRjVMIu4U0tBz2YJ/jpscWRjVMIu4U0tBz2YJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b762/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blocktype_string.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytebuf.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decodeheader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/dict.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_base.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_best.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_better.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_dfast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_fast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/framedec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/frameenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_predefined.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/hash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/history.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/matchlen_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/snappy.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zip.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zstd.go
2025-08-20T23:00:05.8117703Z [00:02:28.073]➜  go tool buildid -w $WORK/b769/_pkg_.a # internal
2025-08-20T23:00:05.8172862Z [00:02:28.078]➜  go tool buildid -w $WORK/b643/_pkg_.a # internal
2025-08-20T23:00:05.8182250Z [00:02:28.079]➜  cp $WORK/b769/_pkg_.a /root/.cache/go-build/c8/c8659b01a7a79344a5a8ac82490d94ae27b261e2d83a573655bb958f9baa1821-d # internal
2025-08-20T23:00:05.8183704Z [00:02:28.079]➜  github.com/google/go-containerregistry/internal/and
2025-08-20T23:00:05.8184124Z [00:02:28.079]➜  mkdir -p $WORK/b770/
2025-08-20T23:00:05.8184517Z [00:02:28.080]➜  cat >/tmp/go-build2180205415/b770/importcfg << 'EOF' # internal
2025-08-20T23:00:05.8184869Z [00:02:28.080]➜  # import config
2025-08-20T23:00:05.8185235Z [00:02:28.080]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.8185542Z [00:02:28.080]➜  EOF
2025-08-20T23:00:05.8188143Z [00:02:28.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b770/_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/b770=>" -p github.com/google/go-containerregistry/internal/and -lang=go1.24 -complete -installsuffix shared -buildid cAn4ky6LBdxQVlQ0cB8z/cAn4ky6LBdxQVlQ0cB8z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b770/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/and/and_closer.go
2025-08-20T23:00:05.8339290Z [00:02:28.095]➜  cp $WORK/b643/_pkg_.a /root/.cache/go-build/39/39330d82e389869e87dc39faa9035215797f0224ae0f1d9424a0c8ad9d6044a6-d # internal
2025-08-20T23:00:05.8347902Z [00:02:28.096]➜  github.com/wasilibs/go-re2
2025-08-20T23:00:05.8349111Z [00:02:28.096]➜  mkdir -p $WORK/b642/
2025-08-20T23:00:05.8362717Z [00:02:28.097]➜  cat >/tmp/go-build2180205415/b642/importcfg << 'EOF' # internal
2025-08-20T23:00:05.8363247Z [00:02:28.097]➜  # import config
2025-08-20T23:00:05.8363832Z [00:02:28.097]➜  packagefile github.com/wasilibs/go-re2/internal=/tmp/go-build2180205415/b643/_pkg_.a
2025-08-20T23:00:05.8364452Z [00:02:28.097]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:05.8364902Z [00:02:28.097]➜  EOF
2025-08-20T23:00:05.8374615Z [00:02:28.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b642/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/wasilibs/go-re2@v1.9.0=>github.com/wasilibs/go-re2@v1.9.0;$WORK/b642=>" -p github.com/wasilibs/go-re2 -lang=go1.22 -complete -installsuffix shared -buildid UitMa7S8y9UzpuaLqtkM/UitMa7S8y9UzpuaLqtkM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b642/importcfg -pack /root/go/pkg/mod/github.com/wasilibs/go-re2@v1.9.0/re2.go
2025-08-20T23:00:05.8547599Z [00:02:28.115]➜  go tool buildid -w $WORK/b642/_pkg_.a # internal
2025-08-20T23:00:05.8548497Z [00:02:28.115]➜  cp $WORK/b642/_pkg_.a /root/.cache/go-build/e2/e20b769c672b2b7d98e03a113a60cfeba80cd25c395ae7dfaa33998d394c6f1f-d # internal
2025-08-20T23:00:05.8549194Z [00:02:28.115]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privatekey
2025-08-20T23:00:05.8549575Z [00:02:28.115]➜  mkdir -p $WORK/b318/
2025-08-20T23:00:05.8549956Z [00:02:28.115]➜  cat >/tmp/go-build2180205415/b318/importcfg << 'EOF' # internal
2025-08-20T23:00:05.8550332Z [00:02:28.115]➜  # import config
2025-08-20T23:00:05.8551006Z [00:02:28.115]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:05.8551440Z [00:02:28.115]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:05.8551895Z [00:02:28.115]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T23:00:05.8552367Z [00:02:28.115]➜  packagefile crypto/ed25519=/tmp/go-build2180205415/b157/_pkg_.a
2025-08-20T23:00:05.8552828Z [00:02:28.115]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:00:05.8553287Z [00:02:28.115]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:05.8553750Z [00:02:28.115]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:05.8554237Z [00:02:28.115]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:05.8554669Z [00:02:28.115]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T23:00:05.8555126Z [00:02:28.115]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:05.8555606Z [00:02:28.115]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:05.8556263Z [00:02:28.115]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:05.8556720Z [00:02:28.115]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.8557135Z [00:02:28.115]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.8557739Z [00:02:28.115]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:05.8558503Z [00:02:28.115]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:05.8559298Z [00:02:28.115]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:05.8560182Z [00:02:28.115]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:05.8560816Z [00:02:28.115]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2180205415/b680/_pkg_.a
2025-08-20T23:00:05.8561286Z [00:02:28.115]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:05.8561706Z [00:02:28.115]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:05.8562141Z [00:02:28.115]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.8562559Z [00:02:28.115]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:05.8562969Z [00:02:28.115]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.8563275Z [00:02:28.115]➜  EOF
2025-08-20T23:00:05.8563594Z [00:02:28.115]➜  cat >/tmp/go-build2180205415/b318/embedcfg << 'EOF' # internal
2025-08-20T23:00:05.8563912Z [00:02:28.115]➜  {
2025-08-20T23:00:05.8564117Z [00:02:28.115]➜  	"Patterns": {
2025-08-20T23:00:05.8564358Z [00:02:28.115]➜  		"list.txt": [
2025-08-20T23:00:05.8564602Z [00:02:28.115]➜  			"list.txt"
2025-08-20T23:00:05.8564826Z [00:02:28.115]➜  		]
2025-08-20T23:00:05.8565148Z [00:02:28.115]➜  	},
2025-08-20T23:00:05.8565428Z [00:02:28.115]➜  	"Files": {
2025-08-20T23:00:05.8568703Z [00:02:28.115]➜  		"list.txt": "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/list.txt"
2025-08-20T23:00:05.8569391Z [00:02:28.115]➜  	}
2025-08-20T23:00:05.8569588Z [00:02:28.115]➜  }EOF
2025-08-20T23:00:05.8572411Z [00:02:28.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b318/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privatekey;$WORK/b318=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privatekey -lang=go1.24 -complete -installsuffix shared -buildid BCb7oYxNw7M46sgq5kTA/BCb7oYxNw7M46sgq5kTA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -embedcfg $WORK/b318/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:00:05.8575096Z [00:02:28.118]➜  go tool buildid -w $WORK/b770/_pkg_.a # internal
2025-08-20T23:00:05.8602769Z [00:02:28.118]➜  cp $WORK/b770/_pkg_.a /root/.cache/go-build/96/96c5ba425bfebefe39c58e2627234be0d9ac2db7887fb65cb85c8a69b396786e-d # internal
2025-08-20T23:00:05.8607489Z [00:02:28.118]➜  github.com/google/go-containerregistry/internal/gzip
2025-08-20T23:00:05.8611410Z [00:02:28.118]➜  mkdir -p $WORK/b772/
2025-08-20T23:00:05.8614376Z [00:02:28.118]➜  cat >/tmp/go-build2180205415/b772/importcfg << 'EOF' # internal
2025-08-20T23:00:05.8620928Z [00:02:28.118]➜  # import config
2025-08-20T23:00:05.8621289Z [00:02:28.118]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:05.8621713Z [00:02:28.118]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:05.8622178Z [00:02:28.118]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:05.8622817Z [00:02:28.118]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build2180205415/b770/_pkg_.a
2025-08-20T23:00:05.8623383Z [00:02:28.118]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.8623697Z [00:02:28.118]➜  EOF
2025-08-20T23:00:05.8625942Z [00:02:28.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b772/_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/b772=>" -p github.com/google/go-containerregistry/internal/gzip -lang=go1.24 -complete -installsuffix shared -buildid lhu9rqENuM5xv5GkfHzI/lhu9rqENuM5xv5GkfHzI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b772/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/gzip/zip.go
2025-08-20T23:00:05.8878316Z [00:02:28.149]➜  go tool buildid -w $WORK/b772/_pkg_.a # internal
2025-08-20T23:00:05.8884615Z [00:02:28.149]➜  cp $WORK/b772/_pkg_.a /root/.cache/go-build/b5/b543fd9566cfa253e9fcd390181ad1d54c13eb127cb6360370660ce790bb8264-d # internal
2025-08-20T23:00:05.8885277Z [00:02:28.149]➜  github.com/google/go-containerregistry/pkg/logs
2025-08-20T23:00:05.8885632Z [00:02:28.149]➜  mkdir -p $WORK/b776/
2025-08-20T23:00:05.8886139Z [00:02:28.149]➜  cat >/tmp/go-build2180205415/b776/importcfg << 'EOF' # internal
2025-08-20T23:00:05.8886490Z [00:02:28.149]➜  # import config
2025-08-20T23:00:05.8886818Z [00:02:28.149]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:05.8887223Z [00:02:28.149]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:05.8887529Z [00:02:28.149]➜  EOF
2025-08-20T23:00:05.8889736Z [00:02:28.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b776/_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/b776=>" -p github.com/google/go-containerregistry/pkg/logs -lang=go1.24 -complete -installsuffix shared -buildid 1rAsdQ9d83vsFC-J0YGV/1rAsdQ9d83vsFC-J0YGV -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/pkg/logs/logs.go
2025-08-20T23:00:05.9095094Z [00:02:28.170]➜  go tool buildid -w $WORK/b776/_pkg_.a # internal
2025-08-20T23:00:05.9099000Z [00:02:28.171]➜  cp $WORK/b776/_pkg_.a /root/.cache/go-build/87/87f7e40db3d79039366e4d6eff15849145f311c45cf57fcadedd923454b72d72-d # internal
2025-08-20T23:00:05.9100151Z [00:02:28.171]➜  github.com/google/go-containerregistry/pkg/v1/match
2025-08-20T23:00:05.9102638Z [00:02:28.171]➜  mkdir -p $WORK/b778/
2025-08-20T23:00:05.9103616Z [00:02:28.171]➜  cat >/tmp/go-build2180205415/b778/importcfg << 'EOF' # internal
2025-08-20T23:00:05.9103971Z [00:02:28.171]➜  # import config
2025-08-20T23:00:05.9104487Z [00:02:28.171]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build2180205415/b720/_pkg_.a
2025-08-20T23:00:05.9105478Z [00:02:28.171]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build2180205415/b737/_pkg_.a
2025-08-20T23:00:05.9106144Z [00:02:28.171]➜  EOF
2025-08-20T23:00:05.9108273Z [00:02:28.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b778/_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/b778=>" -p github.com/google/go-containerregistry/pkg/v1/match -lang=go1.24 -complete -installsuffix shared -buildid PRs-9y3zunROc_Mmi_W_/PRs-9y3zunROc_Mmi_W_ -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/pkg/v1/match/match.go
2025-08-20T23:00:05.9418553Z [00:02:28.203]➜  go tool buildid -w $WORK/b778/_pkg_.a # internal
2025-08-20T23:00:05.9423509Z [00:02:28.203]➜  cp $WORK/b778/_pkg_.a /root/.cache/go-build/69/691980b848a9fbcba2ad8abde403fecf95725dc096eac9721f9a8e7903267404-d # internal
2025-08-20T23:00:05.9425310Z [00:02:28.203]➜  github.com/google/go-containerregistry/internal/redact
2025-08-20T23:00:05.9425687Z [00:02:28.203]➜  mkdir -p $WORK/b780/
2025-08-20T23:00:05.9426187Z [00:02:28.203]➜  cat >/tmp/go-build2180205415/b780/importcfg << 'EOF' # internal
2025-08-20T23:00:05.9426550Z [00:02:28.203]➜  # import config
2025-08-20T23:00:05.9426893Z [00:02:28.203]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:05.9427356Z [00:02:28.203]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.9427782Z [00:02:28.203]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:05.9428096Z [00:02:28.203]➜  EOF
2025-08-20T23:00:05.9430535Z [00:02:28.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b780/_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/b780=>" -p github.com/google/go-containerregistry/internal/redact -lang=go1.24 -complete -installsuffix shared -buildid dBaimd9RXRXGLjl_YCUL/dBaimd9RXRXGLjl_YCUL -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/internal/redact/redact.go
2025-08-20T23:00:05.9487765Z [00:02:28.210]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T23:00:05.9500256Z [00:02:28.211]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/85/850c742dbe9d232a7f6c2c92dd7156d8ced77b1042b5cfa789ab365635fd4133-d # internal
2025-08-20T23:00:05.9502516Z [00:02:28.211]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/privatekey
2025-08-20T23:00:05.9505480Z [00:02:28.211]➜  mkdir -p $WORK/b317/
2025-08-20T23:00:05.9505985Z [00:02:28.211]➜  cat >/tmp/go-build2180205415/b317/importcfg << 'EOF' # internal
2025-08-20T23:00:05.9506393Z [00:02:28.211]➜  # import config
2025-08-20T23:00:05.9506759Z [00:02:28.211]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.9507370Z [00:02:28.211]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:05.9507927Z [00:02:28.211]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T23:00:05.9508703Z [00:02:28.211]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T23:00:05.9509469Z [00:02:28.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T23:00:05.9510307Z [00:02:28.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T23:00:05.9511095Z [00:02:28.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:05.9511916Z [00:02:28.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privatekey=/tmp/go-build2180205415/b318/_pkg_.a
2025-08-20T23:00:05.9512612Z [00:02:28.211]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2180205415/b680/_pkg_.a
2025-08-20T23:00:05.9513300Z [00:02:28.211]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:05.9513717Z [00:02:28.211]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:05.9514149Z [00:02:28.211]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:05.9514572Z [00:02:28.211]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:05.9514980Z [00:02:28.211]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.9515283Z [00:02:28.211]➜  EOF
2025-08-20T23:00:05.9517930Z [00:02:28.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b317/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/privatekey=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/privatekey;$WORK/b317=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/privatekey -lang=go1.24 -complete -installsuffix shared -buildid cghLxKEzoJmBx-A1NT7K/cghLxKEzoJmBx-A1NT7K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack ./pkg/analyzer/analyzers/privatekey/permissions.go ./pkg/analyzer/analyzers/privatekey/privatekey.go
2025-08-20T23:00:05.9719896Z [00:02:28.232]➜  go tool buildid -w $WORK/b780/_pkg_.a # internal
2025-08-20T23:00:05.9720787Z [00:02:28.232]➜  cp $WORK/b780/_pkg_.a /root/.cache/go-build/7b/7b6944cde8a3688dbbaa533320cdb9ff4cb920df43371a2a99cc11fb8c0cc927-d # internal
2025-08-20T23:00:05.9721462Z [00:02:28.232]➜  github.com/google/go-containerregistry/internal/retry/wait
2025-08-20T23:00:05.9721833Z [00:02:28.232]➜  mkdir -p $WORK/b782/
2025-08-20T23:00:05.9722205Z [00:02:28.232]➜  cat >/tmp/go-build2180205415/b782/importcfg << 'EOF' # internal
2025-08-20T23:00:05.9722551Z [00:02:28.232]➜  # import config
2025-08-20T23:00:05.9722887Z [00:02:28.232]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:05.9723585Z [00:02:28.232]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:05.9724110Z [00:02:28.232]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:05.9724422Z [00:02:28.232]➜  EOF
2025-08-20T23:00:05.9726964Z [00:02:28.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b782/_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/b782=>" -p github.com/google/go-containerregistry/internal/retry/wait -lang=go1.24 -complete -installsuffix shared -buildid mG2VxLUBoFmJfUNB-qqS/mG2VxLUBoFmJfUNB-qqS -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/internal/retry/wait/kubernetes_apimachinery_wait.go
2025-08-20T23:00:06.0048561Z [00:02:28.266]➜  go tool buildid -w $WORK/b782/_pkg_.a # internal
2025-08-20T23:00:06.0049459Z [00:02:28.266]➜  cp $WORK/b782/_pkg_.a /root/.cache/go-build/79/790c58e60acda953053d00cbf48c82fd3040fa06945596b412ca6c3f17779e66-d # internal
2025-08-20T23:00:06.0051528Z [00:02:28.266]➜  github.com/google/go-containerregistry/internal/retry
2025-08-20T23:00:06.0052576Z [00:02:28.266]➜  mkdir -p $WORK/b781/
2025-08-20T23:00:06.0053979Z [00:02:28.266]➜  cat >/tmp/go-build2180205415/b781/importcfg << 'EOF' # internal
2025-08-20T23:00:06.0054381Z [00:02:28.266]➜  # import config
2025-08-20T23:00:06.0054751Z [00:02:28.266]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:06.0055184Z [00:02:28.266]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:06.0055605Z [00:02:28.266]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.0056401Z [00:02:28.266]➜  packagefile github.com/google/go-containerregistry/internal/retry/wait=/tmp/go-build2180205415/b782/_pkg_.a
2025-08-20T23:00:06.0056896Z [00:02:28.266]➜  EOF
2025-08-20T23:00:06.0059160Z [00:02:28.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b781/_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/b781=>" -p github.com/google/go-containerregistry/internal/retry -lang=go1.24 -complete -installsuffix shared -buildid zl68h5hM_PJamRjOhUJ2/zl68h5hM_PJamRjOhUJ2 -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/internal/retry/retry.go
2025-08-20T23:00:06.0341331Z [00:02:28.295]➜  go tool buildid -w $WORK/b781/_pkg_.a # internal
2025-08-20T23:00:06.0346965Z [00:02:28.296]➜  cp $WORK/b781/_pkg_.a /root/.cache/go-build/e3/e35fa6763f95c73680f92ba797f1029c4451808d9919b0a35020bb1d4581b8c5-d # internal
2025-08-20T23:00:06.0348442Z [00:02:28.296]➜  github.com/google/go-containerregistry/internal/verify
2025-08-20T23:00:06.0348819Z [00:02:28.296]➜  mkdir -p $WORK/b783/
2025-08-20T23:00:06.0349219Z [00:02:28.296]➜  cat >/tmp/go-build2180205415/b783/importcfg << 'EOF' # internal
2025-08-20T23:00:06.0349574Z [00:02:28.296]➜  # import config
2025-08-20T23:00:06.0349916Z [00:02:28.296]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:06.0350361Z [00:02:28.296]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:06.0350861Z [00:02:28.296]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:06.0351276Z [00:02:28.296]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.0351867Z [00:02:28.296]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build2180205415/b770/_pkg_.a
2025-08-20T23:00:06.0352585Z [00:02:28.296]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build2180205415/b720/_pkg_.a
2025-08-20T23:00:06.0353127Z [00:02:28.296]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:06.0353529Z [00:02:28.296]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:06.0354074Z [00:02:28.296]➜  EOF
2025-08-20T23:00:06.0356487Z [00:02:28.296]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b783/_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/b783=>" -p github.com/google/go-containerregistry/internal/verify -lang=go1.24 -complete -installsuffix shared -buildid FOSPwnnhdSYLsI84rCgQ/FOSPwnnhdSYLsI84rCgQ -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/verify/verify.go
2025-08-20T23:00:06.0381539Z [00:02:28.299]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T23:00:06.0382695Z [00:02:28.299]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/47/47c2e5028ac8bd2c1ddee121cca46bb837abde259b2e25e286de52b6c1f88548-d # internal
2025-08-20T23:00:06.0383870Z [00:02:28.299]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer
2025-08-20T23:00:06.0384315Z [00:02:28.299]➜  mkdir -p $WORK/b213/
2025-08-20T23:00:06.0384927Z [00:02:28.299]➜  cat >/tmp/go-build2180205415/b213/importcfg << 'EOF' # internal
2025-08-20T23:00:06.0385352Z [00:02:28.299]➜  # import config
2025-08-20T23:00:06.0386008Z [00:02:28.299]➜  packagefile github.com/alecthomas/kingpin/v2=/tmp/go-build2180205415/b068/_pkg_.a
2025-08-20T23:00:06.0386987Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airbrake=/tmp/go-build2180205415/b214/_pkg_.a
2025-08-20T23:00:06.0387991Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtableoauth=/tmp/go-build2180205415/b263/_pkg_.a
2025-08-20T23:00:06.0389034Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtablepat=/tmp/go-build2180205415/b265/_pkg_.a
2025-08-20T23:00:06.0390020Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/anthropic=/tmp/go-build2180205415/b267/_pkg_.a
2025-08-20T23:00:06.0391109Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/asana=/tmp/go-build2180205415/b268/_pkg_.a
2025-08-20T23:00:06.0392031Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/bitbucket=/tmp/go-build2180205415/b269/_pkg_.a
2025-08-20T23:00:06.0392972Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/databricks=/tmp/go-build2180205415/b270/_pkg_.a
2025-08-20T23:00:06.0393902Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/datadog=/tmp/go-build2180205415/b271/_pkg_.a
2025-08-20T23:00:06.0394843Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/digitalocean=/tmp/go-build2180205415/b272/_pkg_.a
2025-08-20T23:00:06.0395921Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dockerhub=/tmp/go-build2180205415/b273/_pkg_.a
2025-08-20T23:00:06.0396918Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dropbox=/tmp/go-build2180205415/b275/_pkg_.a
2025-08-20T23:00:06.0397852Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/elevenlabs=/tmp/go-build2180205415/b276/_pkg_.a
2025-08-20T23:00:06.0398777Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/fastly=/tmp/go-build2180205415/b279/_pkg_.a
2025-08-20T23:00:06.0399677Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/figma=/tmp/go-build2180205415/b280/_pkg_.a
2025-08-20T23:00:06.0400577Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github=/tmp/go-build2180205415/b281/_pkg_.a
2025-08-20T23:00:06.0401480Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/gitlab=/tmp/go-build2180205415/b287/_pkg_.a
2025-08-20T23:00:06.0402608Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/groq=/tmp/go-build2180205415/b288/_pkg_.a
2025-08-20T23:00:06.0403615Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/huggingface=/tmp/go-build2180205415/b289/_pkg_.a
2025-08-20T23:00:06.0404537Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/jira=/tmp/go-build2180205415/b290/_pkg_.a
2025-08-20T23:00:06.0405461Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/launchdarkly=/tmp/go-build2180205415/b291/_pkg_.a
2025-08-20T23:00:06.0406690Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailchimp=/tmp/go-build2180205415/b292/_pkg_.a
2025-08-20T23:00:06.0407623Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailgun=/tmp/go-build2180205415/b293/_pkg_.a
2025-08-20T23:00:06.0408538Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/monday=/tmp/go-build2180205415/b294/_pkg_.a
2025-08-20T23:00:06.0409435Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mux=/tmp/go-build2180205415/b295/_pkg_.a
2025-08-20T23:00:06.0410540Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mysql=/tmp/go-build2180205415/b296/_pkg_.a
2025-08-20T23:00:06.0411484Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/netlify=/tmp/go-build2180205415/b303/_pkg_.a
2025-08-20T23:00:06.0412387Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/ngrok=/tmp/go-build2180205415/b304/_pkg_.a
2025-08-20T23:00:06.0413291Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/notion=/tmp/go-build2180205415/b305/_pkg_.a
2025-08-20T23:00:06.0414194Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/openai=/tmp/go-build2180205415/b306/_pkg_.a
2025-08-20T23:00:06.0415280Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/opsgenie=/tmp/go-build2180205415/b307/_pkg_.a
2025-08-20T23:00:06.0416350Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/plaid=/tmp/go-build2180205415/b308/_pkg_.a
2025-08-20T23:00:06.0417288Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/planetscale=/tmp/go-build2180205415/b309/_pkg_.a
2025-08-20T23:00:06.0418268Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postgres=/tmp/go-build2180205415/b310/_pkg_.a
2025-08-20T23:00:06.0419188Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/posthog=/tmp/go-build2180205415/b315/_pkg_.a
2025-08-20T23:00:06.0420111Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postman=/tmp/go-build2180205415/b316/_pkg_.a
2025-08-20T23:00:06.0421050Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/privatekey=/tmp/go-build2180205415/b317/_pkg_.a
2025-08-20T23:00:06.0421985Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sendgrid=/tmp/go-build2180205415/b685/_pkg_.a
2025-08-20T23:00:06.0422900Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/shopify=/tmp/go-build2180205415/b689/_pkg_.a
2025-08-20T23:00:06.0423801Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/slack=/tmp/go-build2180205415/b690/_pkg_.a
2025-08-20T23:00:06.0424724Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sourcegraph=/tmp/go-build2180205415/b691/_pkg_.a
2025-08-20T23:00:06.0425868Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/square=/tmp/go-build2180205415/b692/_pkg_.a
2025-08-20T23:00:06.0426942Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/stripe=/tmp/go-build2180205415/b693/_pkg_.a
2025-08-20T23:00:06.0427919Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/twilio=/tmp/go-build2180205415/b695/_pkg_.a
2025-08-20T23:00:06.0428788Z [00:02:28.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T23:00:06.0429397Z [00:02:28.299]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:06.0429715Z [00:02:28.299]➜  EOF
2025-08-20T23:00:06.0431485Z [00:02:28.299]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer;$WORK/b213=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer -lang=go1.24 -complete -installsuffix shared -buildid a01Z6WD6_4-7fr0i1xXk/a01Z6WD6_4-7fr0i1xXk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack ./pkg/analyzer/cli.go
2025-08-20T23:00:06.0606923Z [00:02:28.322]➜  go tool buildid -w $WORK/b783/_pkg_.a # internal
2025-08-20T23:00:06.0613419Z [00:02:28.322]➜  cp $WORK/b783/_pkg_.a /root/.cache/go-build/78/78bc0fd81a911cbc27506b39837cdf1ba70628f8c223ff6f79fa38cec5a3e3e1-d # internal
2025-08-20T23:00:06.0614193Z [00:02:28.322]➜  github.com/google/go-containerregistry/pkg/v1/stream
2025-08-20T23:00:06.0614570Z [00:02:28.322]➜  mkdir -p $WORK/b786/
2025-08-20T23:00:06.0614946Z [00:02:28.322]➜  cat >/tmp/go-build2180205415/b786/importcfg << 'EOF' # internal
2025-08-20T23:00:06.0615295Z [00:02:28.322]➜  # import config
2025-08-20T23:00:06.0615638Z [00:02:28.322]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:06.0616312Z [00:02:28.322]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:06.0616785Z [00:02:28.322]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:06.0617531Z [00:02:28.322]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:06.0617982Z [00:02:28.322]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:06.0618564Z [00:02:28.322]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build2180205415/b720/_pkg_.a
2025-08-20T23:00:06.0619285Z [00:02:28.322]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build2180205415/b721/_pkg_.a
2025-08-20T23:00:06.0619847Z [00:02:28.322]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:06.0620253Z [00:02:28.322]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:06.0620694Z [00:02:28.322]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:06.0621099Z [00:02:28.322]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:06.0621405Z [00:02:28.322]➜  EOF
2025-08-20T23:00:06.0624699Z [00:02:28.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b786/_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/b786=>" -p github.com/google/go-containerregistry/pkg/v1/stream -lang=go1.24 -complete -installsuffix shared -buildid HhISzyRS3o7JoPfgCyie/HhISzyRS3o7JoPfgCyie -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/pkg/v1/stream/layer.go
2025-08-20T23:00:06.0941227Z [00:02:28.355]➜  go tool buildid -w $WORK/b786/_pkg_.a # internal
2025-08-20T23:00:06.0945709Z [00:02:28.355]➜  cp $WORK/b786/_pkg_.a /root/.cache/go-build/8d/8dcc563572763630b51c416e976459a5596671ee52311c8d8466bcf6b8dee0e4-d # internal
2025-08-20T23:00:06.0946526Z [00:02:28.356]➜  github.com/docker/distribution/registry/client/auth/challenge
2025-08-20T23:00:06.0947176Z [00:02:28.356]➜  mkdir -p $WORK/b788/
2025-08-20T23:00:06.0949202Z [00:02:28.356]➜  cat >/tmp/go-build2180205415/b788/importcfg << 'EOF' # internal
2025-08-20T23:00:06.0952899Z [00:02:28.356]➜  # import config
2025-08-20T23:00:06.0953311Z [00:02:28.356]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.0953760Z [00:02:28.356]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:06.0954189Z [00:02:28.356]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:06.0954667Z [00:02:28.356]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:06.0955087Z [00:02:28.356]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:06.0955395Z [00:02:28.356]➜  EOF
2025-08-20T23:00:06.0958545Z [00:02:28.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b788/_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/b788=>" -p github.com/docker/distribution/registry/client/auth/challenge -lang=go1.16 -complete -installsuffix shared -buildid mZA676wFN0925VRKchxC/mZA676wFN0925VRKchxC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b788/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:00:06.1381826Z [00:02:28.398]➜  go tool buildid -w $WORK/b788/_pkg_.a # internal
2025-08-20T23:00:06.1392732Z [00:02:28.399]➜  cp $WORK/b788/_pkg_.a /root/.cache/go-build/7b/7b38d8c8345b9f2ab65b009d6337426a19465024c0fdaaa48ad1e5c2cfba1e39-d # internal
2025-08-20T23:00:06.1393454Z [00:02:28.399]➜  github.com/google/go-containerregistry/pkg/v1/remote/transport
2025-08-20T23:00:06.1393837Z [00:02:28.399]➜  mkdir -p $WORK/b787/
2025-08-20T23:00:06.1394235Z [00:02:28.399]➜  cat >/tmp/go-build2180205415/b787/importcfg << 'EOF' # internal
2025-08-20T23:00:06.1394844Z [00:02:28.400]➜  # import config
2025-08-20T23:00:06.1395206Z [00:02:28.400]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:06.1395670Z [00:02:28.400]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:06.1396332Z [00:02:28.400]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:06.1396770Z [00:02:28.400]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:06.1397183Z [00:02:28.400]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.1397821Z [00:02:28.400]➜  packagefile github.com/docker/distribution/registry/client/auth/challenge=/tmp/go-build2180205415/b788/_pkg_.a
2025-08-20T23:00:06.1398619Z [00:02:28.400]➜  packagefile github.com/google/go-containerregistry/internal/redact=/tmp/go-build2180205415/b780/_pkg_.a
2025-08-20T23:00:06.1399381Z [00:02:28.400]➜  packagefile github.com/google/go-containerregistry/internal/retry=/tmp/go-build2180205415/b781/_pkg_.a
2025-08-20T23:00:06.1400127Z [00:02:28.400]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build2180205415/b709/_pkg_.a
2025-08-20T23:00:06.1400840Z [00:02:28.400]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build2180205415/b776/_pkg_.a
2025-08-20T23:00:06.1401581Z [00:02:28.400]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build2180205415/b717/_pkg_.a
2025-08-20T23:00:06.1402126Z [00:02:28.400]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:06.1402527Z [00:02:28.400]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:06.1402948Z [00:02:28.400]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:06.1403413Z [00:02:28.400]➜  packagefile net/http/httputil=/tmp/go-build2180205415/b229/_pkg_.a
2025-08-20T23:00:06.1403869Z [00:02:28.400]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:06.1404503Z [00:02:28.400]➜  packagefile runtime/debug=/tmp/go-build2180205415/b249/_pkg_.a
2025-08-20T23:00:06.1405104Z [00:02:28.400]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:06.1405588Z [00:02:28.400]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:06.1418484Z [00:02:28.400]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:06.1418826Z [00:02:28.400]➜  EOF
2025-08-20T23:00:06.1424977Z [00:02:28.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b787/_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/b787=>" -p github.com/google/go-containerregistry/pkg/v1/remote/transport -lang=go1.24 -complete -installsuffix shared -buildid 6T1WbETqpVE-k_qIENxX/6T1WbETqpVE-k_qIENxX -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/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:00:06.1550884Z [00:02:28.416]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T23:00:06.1561899Z [00:02:28.417]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/2b/2befbc9fdfc4da4784a42788ce45eb689ef594194efb17cd086c5c7cc5a55822-d # internal
2025-08-20T23:00:06.1605574Z [00:02:28.421]➜  github.com/klauspost/compress/flate
2025-08-20T23:00:06.1615396Z [00:02:28.422]➜  mkdir -p $WORK/b790/
2025-08-20T23:00:06.1615927Z [00:02:28.422]➜  cat >/tmp/go-build2180205415/b790/importcfg << 'EOF' # internal
2025-08-20T23:00:06.1616333Z [00:02:28.422]➜  # import config
2025-08-20T23:00:06.1616675Z [00:02:28.422]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:06.1617096Z [00:02:28.422]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:06.1617544Z [00:02:28.422]➜  packagefile compress/flate=/tmp/go-build2180205415/b104/_pkg_.a
2025-08-20T23:00:06.1618025Z [00:02:28.422]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:06.1618492Z [00:02:28.422]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:06.1618921Z [00:02:28.422]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.1619479Z [00:02:28.422]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build2180205415/b766/_pkg_.a
2025-08-20T23:00:06.1620015Z [00:02:28.422]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:06.1620422Z [00:02:28.422]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:06.1620849Z [00:02:28.422]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:06.1621328Z [00:02:28.422]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:06.1621746Z [00:02:28.422]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:06.1622053Z [00:02:28.422]➜  EOF
2025-08-20T23:00:06.1659734Z [00:02:28.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b790/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate=>github.com/klauspost/compress@v1.18.0/flate;$WORK/b790=>" -p github.com/klauspost/compress/flate -lang=go1.22 -complete -installsuffix shared -buildid MKfQD_GgWZCSu5Pg4zmV/MKfQD_GgWZCSu5Pg4zmV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b790/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/deflate.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/dict_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/fast_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_bit_writer.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_code.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_sortByFreq.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_sortByLiteral.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/inflate.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/inflate_gen.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level1.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level2.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level3.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level4.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level5.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level6.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/matchlen_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/regmask_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/stateless.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/token.go
2025-08-20T23:00:06.2605090Z [00:02:28.521]➜  go tool buildid -w $WORK/b787/_pkg_.a # internal
2025-08-20T23:00:06.2618925Z [00:02:28.523]➜  cp $WORK/b787/_pkg_.a /root/.cache/go-build/26/2636f1527f893ec4cb0ff47f2909906b2d7e9adf2ee5d238ba192dfa76a15600-d # internal
2025-08-20T23:00:06.2640020Z [00:02:28.525]➜  github.com/gobwas/glob/util/strings
2025-08-20T23:00:06.2641606Z [00:02:28.525]➜  mkdir -p $WORK/b796/
2025-08-20T23:00:06.2650150Z [00:02:28.525]➜  cat >/tmp/go-build2180205415/b796/importcfg << 'EOF' # internal
2025-08-20T23:00:06.2650795Z [00:02:28.525]➜  # import config
2025-08-20T23:00:06.2651378Z [00:02:28.525]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:06.2652061Z [00:02:28.525]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:06.2652549Z [00:02:28.525]➜  EOF
2025-08-20T23:00:06.2654603Z [00:02:28.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b796/_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/b796=>" -p github.com/gobwas/glob/util/strings -lang=go1.16 -complete -installsuffix shared -buildid ZH7CCme0VSjKt9S9W6Pg/ZH7CCme0VSjKt9S9W6Pg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b796/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/util/strings/strings.go
2025-08-20T23:00:06.2834393Z [00:02:28.544]➜  go tool buildid -w $WORK/b796/_pkg_.a # internal
2025-08-20T23:00:06.2842120Z [00:02:28.545]➜  cp $WORK/b796/_pkg_.a /root/.cache/go-build/0c/0c074cfed0a7fa90ba8c277587a52656f44d695174aa64303e99d215b77b5502-d # internal
2025-08-20T23:00:06.2861068Z [00:02:28.547]➜  github.com/gobwas/glob/match
2025-08-20T23:00:06.2861409Z [00:02:28.547]➜  mkdir -p $WORK/b794/
2025-08-20T23:00:06.2863283Z [00:02:28.547]➜  cat >/tmp/go-build2180205415/b794/importcfg << 'EOF' # internal
2025-08-20T23:00:06.2864331Z [00:02:28.547]➜  # import config
2025-08-20T23:00:06.2864900Z [00:02:28.547]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.2865909Z [00:02:28.547]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build2180205415/b795/_pkg_.a
2025-08-20T23:00:06.2866788Z [00:02:28.547]➜  packagefile github.com/gobwas/glob/util/strings=/tmp/go-build2180205415/b796/_pkg_.a
2025-08-20T23:00:06.2867818Z [00:02:28.547]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:06.2869236Z [00:02:28.547]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:06.2869754Z [00:02:28.547]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:06.2870103Z [00:02:28.547]➜  EOF
2025-08-20T23:00:06.2876527Z [00:02:28.547]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b794/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match=>github.com/gobwas/glob@v0.2.3/match;$WORK/b794=>" -p github.com/gobwas/glob/match -lang=go1.16 -complete -installsuffix shared -buildid 79GxqkYsOjrMdMU00v97/79GxqkYsOjrMdMU00v97 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b794/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:00:06.4065278Z [00:02:28.667]➜  go tool buildid -w $WORK/b794/_pkg_.a # internal
2025-08-20T23:00:06.4083290Z [00:02:28.669]➜  cp $WORK/b794/_pkg_.a /root/.cache/go-build/b7/b7456e9a6dd83d285e712caddafe49e884b0e8d633f835811c57cc3dbfd6679d-d # internal
2025-08-20T23:00:06.4093566Z [00:02:28.669]➜  github.com/gobwas/glob/syntax/lexer
2025-08-20T23:00:06.4094291Z [00:02:28.669]➜  mkdir -p $WORK/b798/
2025-08-20T23:00:06.4102264Z [00:02:28.671]➜  cat >/tmp/go-build2180205415/b798/importcfg << 'EOF' # internal
2025-08-20T23:00:06.4102655Z [00:02:28.671]➜  # import config
2025-08-20T23:00:06.4103009Z [00:02:28.671]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:06.4103434Z [00:02:28.671]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.4103952Z [00:02:28.671]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build2180205415/b795/_pkg_.a
2025-08-20T23:00:06.4104505Z [00:02:28.671]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:06.4104874Z [00:02:28.671]➜  EOF
2025-08-20T23:00:06.4107148Z [00:02:28.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b798/_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/b798=>" -p github.com/gobwas/glob/syntax/lexer -lang=go1.16 -complete -installsuffix shared -buildid IAjcPZm2P_NBzB3O_N2q/IAjcPZm2P_NBzB3O_N2q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b798/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:00:06.4420817Z [00:02:28.703]➜  go tool buildid -w $WORK/b762/_pkg_.a # internal
2025-08-20T23:00:06.4457766Z [00:02:28.707]➜  go tool buildid -w $WORK/b798/_pkg_.a # internal
2025-08-20T23:00:06.4463435Z [00:02:28.707]➜  cp $WORK/b798/_pkg_.a /root/.cache/go-build/09/09de3fa6aad50a99d243afc9f00303cd6d498ae86a14c18ff2f1258b2dc90f14-d # internal
2025-08-20T23:00:06.4494718Z [00:02:28.710]➜  cp $WORK/b762/_pkg_.a /root/.cache/go-build/29/29756d8fb3ad31e897e65bb6e2d891487813a15b5c0fb4d98b5429e0350804cc-d # internal
2025-08-20T23:00:06.4504082Z [00:02:28.712]➜  github.com/containerd/stargz-snapshotter/estargz
2025-08-20T23:00:06.4507320Z [00:02:28.712]➜  mkdir -p $WORK/b760/
2025-08-20T23:00:06.4516750Z [00:02:28.713]➜  cat >/tmp/go-build2180205415/b760/importcfg << 'EOF' # internal
2025-08-20T23:00:06.4520527Z [00:02:28.713]➜  # import config
2025-08-20T23:00:06.4521346Z [00:02:28.713]➜  packagefile archive/tar=/tmp/go-build2180205415/b708/_pkg_.a
2025-08-20T23:00:06.4523527Z [00:02:28.713]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:06.4524102Z [00:02:28.713]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:06.4524754Z [00:02:28.713]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:06.4525483Z [00:02:28.713]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:06.4526628Z [00:02:28.713]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:06.4527548Z [00:02:28.713]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:06.4528615Z [00:02:28.713]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:06.4529161Z [00:02:28.713]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:06.4529618Z [00:02:28.713]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:06.4530032Z [00:02:28.713]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.4530661Z [00:02:28.713]➜  packagefile github.com/containerd/stargz-snapshotter/estargz/errorutil=/tmp/go-build2180205415/b761/_pkg_.a
2025-08-20T23:00:06.4531366Z [00:02:28.713]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build2180205415/b762/_pkg_.a
2025-08-20T23:00:06.4532005Z [00:02:28.713]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build2180205415/b718/_pkg_.a
2025-08-20T23:00:06.4532655Z [00:02:28.713]➜  packagefile github.com/vbatts/tar-split/archive/tar=/tmp/go-build2180205415/b769/_pkg_.a
2025-08-20T23:00:06.4533258Z [00:02:28.713]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:06.4533749Z [00:02:28.713]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:06.4534152Z [00:02:28.713]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:06.4534566Z [00:02:28.713]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:06.4534982Z [00:02:28.713]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:06.4535386Z [00:02:28.713]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:06.4536030Z [00:02:28.713]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:06.4536816Z [00:02:28.713]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:06.4537311Z [00:02:28.713]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:06.4537744Z [00:02:28.713]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:06.4538166Z [00:02:28.713]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:06.4538599Z [00:02:28.713]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:06.4539018Z [00:02:28.713]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:06.4539437Z [00:02:28.713]➜  packagefile testing=/tmp/go-build2180205415/b613/_pkg_.a
2025-08-20T23:00:06.4539854Z [00:02:28.713]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:06.4540158Z [00:02:28.713]➜  EOF
2025-08-20T23:00:06.4559215Z [00:02:28.713]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b760/_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/b760=>" -p github.com/containerd/stargz-snapshotter/estargz -lang=go1.22 -complete -installsuffix shared -buildid 7Tu_pVODYtmsqYDvFrHh/7Tu_pVODYtmsqYDvFrHh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b760/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:00:06.4562468Z [00:02:28.716]➜  github.com/gobwas/glob/syntax/ast
2025-08-20T23:00:06.4562790Z [00:02:28.716]➜  mkdir -p $WORK/b797/
2025-08-20T23:00:06.4563167Z [00:02:28.716]➜  cat >/tmp/go-build2180205415/b797/importcfg << 'EOF' # internal
2025-08-20T23:00:06.4563515Z [00:02:28.716]➜  # import config
2025-08-20T23:00:06.4563856Z [00:02:28.716]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:06.4564476Z [00:02:28.716]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:06.4564892Z [00:02:28.716]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.4565421Z [00:02:28.716]➜  packagefile github.com/gobwas/glob/syntax/lexer=/tmp/go-build2180205415/b798/_pkg_.a
2025-08-20T23:00:06.4566221Z [00:02:28.716]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:06.4566569Z [00:02:28.716]➜  EOF
2025-08-20T23:00:06.4568646Z [00:02:28.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b797/_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/b797=>" -p github.com/gobwas/glob/syntax/ast -lang=go1.16 -complete -installsuffix shared -buildid AnSotZiZvutkNDI4H1L0/AnSotZiZvutkNDI4H1L0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b797/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:00:06.5201793Z [00:02:28.781]➜  go tool buildid -w $WORK/b797/_pkg_.a # internal
2025-08-20T23:00:06.5210346Z [00:02:28.782]➜  cp $WORK/b797/_pkg_.a /root/.cache/go-build/80/8098ba7ca587959ef372e7b7a29b63561e94d103fb2321f48420cb50ff3ee295-d # internal
2025-08-20T23:00:06.5211060Z [00:02:28.782]➜  github.com/google/go-containerregistry/internal/zstd
2025-08-20T23:00:06.5211415Z [00:02:28.782]➜  mkdir -p $WORK/b773/
2025-08-20T23:00:06.5218236Z [00:02:28.783]➜  cat >/tmp/go-build2180205415/b773/importcfg << 'EOF' # internal
2025-08-20T23:00:06.5219430Z [00:02:28.783]➜  # import config
2025-08-20T23:00:06.5220241Z [00:02:28.783]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:06.5220707Z [00:02:28.783]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:06.5221637Z [00:02:28.783]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build2180205415/b770/_pkg_.a
2025-08-20T23:00:06.5222416Z [00:02:28.783]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build2180205415/b762/_pkg_.a
2025-08-20T23:00:06.5222922Z [00:02:28.783]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:06.5223239Z [00:02:28.783]➜  EOF
2025-08-20T23:00:06.5225394Z [00:02:28.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b773/_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/b773=>" -p github.com/google/go-containerregistry/internal/zstd -lang=go1.24 -complete -installsuffix shared -buildid z1_vtvjc5678ydwNBLTA/z1_vtvjc5678ydwNBLTA -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/zstd/zstd.go
2025-08-20T23:00:06.5540669Z [00:02:28.815]➜  go tool buildid -w $WORK/b773/_pkg_.a # internal
2025-08-20T23:00:06.5550579Z [00:02:28.816]➜  cp $WORK/b773/_pkg_.a /root/.cache/go-build/31/31813060ecff3a68670e8007336610662afa68a33f86177ee9ba51b9856d77ac-d # internal
2025-08-20T23:00:06.5551376Z [00:02:28.816]➜  github.com/google/go-containerregistry/internal/compression
2025-08-20T23:00:06.5551943Z [00:02:28.816]➜  mkdir -p $WORK/b771/
2025-08-20T23:00:06.5558827Z [00:02:28.817]➜  cat >/tmp/go-build2180205415/b771/importcfg << 'EOF' # internal
2025-08-20T23:00:06.5560098Z [00:02:28.817]➜  # import config
2025-08-20T23:00:06.5560888Z [00:02:28.817]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:06.5561348Z [00:02:28.817]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:06.5561961Z [00:02:28.817]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build2180205415/b772/_pkg_.a
2025-08-20T23:00:06.5562715Z [00:02:28.817]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build2180205415/b773/_pkg_.a
2025-08-20T23:00:06.5563496Z [00:02:28.817]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build2180205415/b774/_pkg_.a
2025-08-20T23:00:06.5564421Z [00:02:28.817]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:06.5564734Z [00:02:28.817]➜  EOF
2025-08-20T23:00:06.5567217Z [00:02:28.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b771/_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/b771=>" -p github.com/google/go-containerregistry/internal/compression -lang=go1.24 -complete -installsuffix shared -buildid fcX2hothosLOhcE19kG9/fcX2hothosLOhcE19kG9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b771/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/compression/compression.go
2025-08-20T23:00:06.5811152Z [00:02:28.842]➜  go tool buildid -w $WORK/b771/_pkg_.a # internal
2025-08-20T23:00:06.5822100Z [00:02:28.843]➜  cp $WORK/b771/_pkg_.a /root/.cache/go-build/b5/b548c82d17d0e84038c82c2baed0c64f49c5b1f948aef0606fc170335204a8a4-d # internal
2025-08-20T23:00:06.5830518Z [00:02:28.844]➜  github.com/google/go-containerregistry/pkg/v1/partial
2025-08-20T23:00:06.5831607Z [00:02:28.844]➜  mkdir -p $WORK/b777/
2025-08-20T23:00:06.5841197Z [00:02:28.845]➜  cat >/tmp/go-build2180205415/b777/importcfg << 'EOF' # internal
2025-08-20T23:00:06.5843267Z [00:02:28.845]➜  # import config
2025-08-20T23:00:06.5844050Z [00:02:28.845]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:06.5844844Z [00:02:28.845]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:06.5845656Z [00:02:28.845]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.5846885Z [00:02:28.845]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build2180205415/b770/_pkg_.a
2025-08-20T23:00:06.5848339Z [00:02:28.845]➜  packagefile github.com/google/go-containerregistry/internal/compression=/tmp/go-build2180205415/b771/_pkg_.a
2025-08-20T23:00:06.5867576Z [00:02:28.845]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build2180205415/b772/_pkg_.a
2025-08-20T23:00:06.5868597Z [00:02:28.845]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build2180205415/b773/_pkg_.a
2025-08-20T23:00:06.5869599Z [00:02:28.845]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build2180205415/b774/_pkg_.a
2025-08-20T23:00:06.5870726Z [00:02:28.845]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build2180205415/b720/_pkg_.a
2025-08-20T23:00:06.5872016Z [00:02:28.845]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build2180205415/b778/_pkg_.a
2025-08-20T23:00:06.5872812Z [00:02:28.845]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build2180205415/b721/_pkg_.a
2025-08-20T23:00:06.5873397Z [00:02:28.845]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:06.5873819Z [00:02:28.845]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:06.5874407Z [00:02:28.845]➜  EOF
2025-08-20T23:00:06.5878495Z [00:02:28.845]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b777/_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/b777=>" -p github.com/google/go-containerregistry/pkg/v1/partial -lang=go1.24 -complete -installsuffix shared -buildid l692Dm-mDjdXTtYHblQQ/l692Dm-mDjdXTtYHblQQ -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/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:00:06.5944716Z [00:02:28.856]➜  go tool buildid -w $WORK/b790/_pkg_.a # internal
2025-08-20T23:00:06.5977067Z [00:02:28.859]➜  cp $WORK/b790/_pkg_.a /root/.cache/go-build/d9/d9605a545e3b1ef7cf335ae520bbd7b73e1cc13a20431bf054dccd8e4508fb15-d # internal
2025-08-20T23:00:06.5981244Z [00:02:28.859]➜  github.com/klauspost/pgzip
2025-08-20T23:00:06.5981559Z [00:02:28.859]➜  mkdir -p $WORK/b789/
2025-08-20T23:00:06.5985856Z [00:02:28.860]➜  cat >/tmp/go-build2180205415/b789/importcfg << 'EOF' # internal
2025-08-20T23:00:06.5986299Z [00:02:28.860]➜  # import config
2025-08-20T23:00:06.5986648Z [00:02:28.860]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:06.5987074Z [00:02:28.860]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:06.5987511Z [00:02:28.860]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:06.5987940Z [00:02:28.860]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.5988467Z [00:02:28.860]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build2180205415/b790/_pkg_.a
2025-08-20T23:00:06.5988985Z [00:02:28.860]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:06.5989417Z [00:02:28.860]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:06.5989839Z [00:02:28.860]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:06.5990254Z [00:02:28.860]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:06.5990678Z [00:02:28.860]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:06.5991086Z [00:02:28.860]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:06.5991392Z [00:02:28.860]➜  EOF
2025-08-20T23:00:06.5994743Z [00:02:28.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b789/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/pgzip@v1.2.6=>github.com/klauspost/pgzip@v1.2.6;$WORK/b789=>" -p github.com/klauspost/pgzip -lang=go1.16 -complete -installsuffix shared -buildid DXvfib7izde1HFMyXeVe/DXvfib7izde1HFMyXeVe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b789/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:00:06.6001388Z [00:02:28.861]➜  go tool buildid -w $WORK/b750/_pkg_.a # internal
2025-08-20T23:00:06.6121344Z [00:02:28.873]➜  cp $WORK/b750/_pkg_.a /root/.cache/go-build/57/57a4d424e1eb2aa2779862409c8fb436bdb1dc8e6466aeea4c01a8f0f2193c66-d # internal
2025-08-20T23:00:06.6125050Z [00:02:28.874]➜  github.com/docker/docker/api/types/swarm/runtime
2025-08-20T23:00:06.6126644Z [00:02:28.874]➜  mkdir -p $WORK/b749/
2025-08-20T23:00:06.6128800Z [00:02:28.874]➜  cat >/tmp/go-build2180205415/b749/importcfg << 'EOF' # internal
2025-08-20T23:00:06.6130144Z [00:02:28.874]➜  # import config
2025-08-20T23:00:06.6131736Z [00:02:28.874]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.6132313Z [00:02:28.874]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build2180205415/b750/_pkg_.a
2025-08-20T23:00:06.6132997Z [00:02:28.874]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:06.6133408Z [00:02:28.874]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:06.6133836Z [00:02:28.874]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:06.6134156Z [00:02:28.874]➜  EOF
2025-08-20T23:00:06.6139645Z [00:02:28.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b749/_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/b749=>" -p github.com/docker/docker/api/types/swarm/runtime -lang=go1.16 -complete -installsuffix shared -buildid Nhxs1Vtemhdqgt6t0aQa/Nhxs1Vtemhdqgt6t0aQa -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/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:00:06.6596503Z [00:02:28.920]➜  go tool buildid -w $WORK/b749/_pkg_.a # internal
2025-08-20T23:00:06.6602483Z [00:02:28.921]➜  cp $WORK/b749/_pkg_.a /root/.cache/go-build/01/01d8affb063838c07ba94ea1211664c1d4a45818e4978a39d060d38ed7e7a92b-d # internal
2025-08-20T23:00:06.6608251Z [00:02:28.922]➜  github.com/docker/docker/api/types/swarm
2025-08-20T23:00:06.6608642Z [00:02:28.922]➜  mkdir -p $WORK/b748/
2025-08-20T23:00:06.6609035Z [00:02:28.922]➜  cat >/tmp/go-build2180205415/b748/importcfg << 'EOF' # internal
2025-08-20T23:00:06.6609383Z [00:02:28.922]➜  # import config
2025-08-20T23:00:06.6609903Z [00:02:28.922]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build2180205415/b724/_pkg_.a
2025-08-20T23:00:06.6610616Z [00:02:28.922]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build2180205415/b727/_pkg_.a
2025-08-20T23:00:06.6611287Z [00:02:28.922]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build2180205415/b729/_pkg_.a
2025-08-20T23:00:06.6611959Z [00:02:28.922]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build2180205415/b730/_pkg_.a
2025-08-20T23:00:06.6612655Z [00:02:28.922]➜  packagefile github.com/docker/docker/api/types/swarm/runtime=/tmp/go-build2180205415/b749/_pkg_.a
2025-08-20T23:00:06.6613201Z [00:02:28.922]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:06.6613616Z [00:02:28.922]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:06.6614034Z [00:02:28.922]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:06.6614340Z [00:02:28.922]➜  EOF
2025-08-20T23:00:06.6626041Z [00:02:28.923]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b748/_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/b748=>" -p github.com/docker/docker/api/types/swarm -lang=go1.16 -complete -installsuffix shared -buildid ZcFxxBGZl5compeWui2m/ZcFxxBGZl5compeWui2m -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/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:00:06.6646730Z [00:02:28.926]➜  go tool buildid -w $WORK/b789/_pkg_.a # internal
2025-08-20T23:00:06.6649480Z [00:02:28.926]➜  go tool buildid -w $WORK/b777/_pkg_.a # internal
2025-08-20T23:00:06.6650852Z [00:02:28.926]➜  cp $WORK/b789/_pkg_.a /root/.cache/go-build/d8/d8ee54747f7a17240b9a674034b6f4f95798b77d7828de062c265a033dd8dc4a-d # internal
2025-08-20T23:00:06.6651737Z [00:02:28.926]➜  cp $WORK/b777/_pkg_.a /root/.cache/go-build/de/de057d4d89243fec4b79f66c7eae3242094ce3006b325961882f4021a65ba328-d # internal
2025-08-20T23:00:06.6652370Z [00:02:28.926]➜  github.com/google/go-containerregistry/pkg/v1/empty
2025-08-20T23:00:06.6653042Z [00:02:28.926]➜  mkdir -p $WORK/b784/
2025-08-20T23:00:06.6656915Z [00:02:28.927]➜  cat >/tmp/go-build2180205415/b784/importcfg << 'EOF' # internal
2025-08-20T23:00:06.6657616Z [00:02:28.927]➜  # import config
2025-08-20T23:00:06.6658213Z [00:02:28.927]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:06.6659049Z [00:02:28.927]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:06.6659706Z [00:02:28.927]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.6660578Z [00:02:28.927]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build2180205415/b720/_pkg_.a
2025-08-20T23:00:06.6661608Z [00:02:28.927]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build2180205415/b777/_pkg_.a
2025-08-20T23:00:06.6662672Z [00:02:28.927]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build2180205415/b721/_pkg_.a
2025-08-20T23:00:06.6663449Z [00:02:28.927]➜  EOF
2025-08-20T23:00:06.6666557Z [00:02:28.927]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b784/_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/b784=>" -p github.com/google/go-containerregistry/pkg/v1/empty -lang=go1.24 -complete -installsuffix shared -buildid BP6uO_fwRG33CTPvFMoG/BP6uO_fwRG33CTPvFMoG -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/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:00:06.6683264Z [00:02:28.929]➜  github.com/gobwas/glob/compiler
2025-08-20T23:00:06.6684310Z [00:02:28.929]➜  mkdir -p $WORK/b793/
2025-08-20T23:00:06.6693860Z [00:02:28.930]➜  cat >/tmp/go-build2180205415/b793/importcfg << 'EOF' # internal
2025-08-20T23:00:06.6694562Z [00:02:28.930]➜  # import config
2025-08-20T23:00:06.6695102Z [00:02:28.930]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.6695849Z [00:02:28.930]➜  packagefile github.com/gobwas/glob/match=/tmp/go-build2180205415/b794/_pkg_.a
2025-08-20T23:00:06.6696629Z [00:02:28.930]➜  packagefile github.com/gobwas/glob/syntax/ast=/tmp/go-build2180205415/b797/_pkg_.a
2025-08-20T23:00:06.6697358Z [00:02:28.930]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build2180205415/b795/_pkg_.a
2025-08-20T23:00:06.6698520Z [00:02:28.930]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:06.6698851Z [00:02:28.930]➜  EOF
2025-08-20T23:00:06.6710666Z [00:02:28.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b793/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/compiler=>github.com/gobwas/glob@v0.2.3/compiler;$WORK/b793=>" -p github.com/gobwas/glob/compiler -lang=go1.16 -complete -installsuffix shared -buildid 3J67R93pReo8WZJ5hW6X/3J67R93pReo8WZJ5hW6X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b793/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/compiler/compiler.go
2025-08-20T23:00:06.6855101Z [00:02:28.946]➜  go tool buildid -w $WORK/b784/_pkg_.a # internal
2025-08-20T23:00:06.6860571Z [00:02:28.947]➜  cp $WORK/b784/_pkg_.a /root/.cache/go-build/64/64a7921e152cf5e99212e9838baee9fb969c1f87f7172b4c6bcb33074e1cecdc-d # internal
2025-08-20T23:00:06.6861240Z [00:02:28.947]➜  github.com/gobwas/glob/syntax
2025-08-20T23:00:06.6861539Z [00:02:28.947]➜  mkdir -p $WORK/b799/
2025-08-20T23:00:06.6865023Z [00:02:28.947]➜  cat >/tmp/go-build2180205415/b799/importcfg << 'EOF' # internal
2025-08-20T23:00:06.6865383Z [00:02:28.948]➜  # import config
2025-08-20T23:00:06.6865960Z [00:02:28.948]➜  packagefile github.com/gobwas/glob/syntax/ast=/tmp/go-build2180205415/b797/_pkg_.a
2025-08-20T23:00:06.6866663Z [00:02:28.948]➜  packagefile github.com/gobwas/glob/syntax/lexer=/tmp/go-build2180205415/b798/_pkg_.a
2025-08-20T23:00:06.6867414Z [00:02:28.948]➜  EOF
2025-08-20T23:00:06.6869190Z [00:02:28.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b799/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax=>github.com/gobwas/glob@v0.2.3/syntax;$WORK/b799=>" -p github.com/gobwas/glob/syntax -lang=go1.16 -complete -installsuffix shared -buildid EuCQYF41ZwtaWkyA0-Mc/EuCQYF41ZwtaWkyA0-Mc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b799/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/syntax.go
2025-08-20T23:00:06.6968885Z [00:02:28.957]➜  go tool buildid -w $WORK/b799/_pkg_.a # internal
2025-08-20T23:00:06.6969644Z [00:02:28.958]➜  cp $WORK/b799/_pkg_.a /root/.cache/go-build/0f/0f6c48ff3945656258c865145a179392761e80e5f4da53cd72877b62db196fc4-d # internal
2025-08-20T23:00:06.7003196Z [00:02:28.961]➜  github.com/go-errors/errors
2025-08-20T23:00:06.7009050Z [00:02:28.961]➜  mkdir -p $WORK/b801/
2025-08-20T23:00:06.7009752Z [00:02:28.962]➜  cat >/tmp/go-build2180205415/b801/importcfg << 'EOF' # internal
2025-08-20T23:00:06.7010126Z [00:02:28.962]➜  # import config
2025-08-20T23:00:06.7010474Z [00:02:28.962]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:06.7010905Z [00:02:28.962]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:06.7011322Z [00:02:28.962]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:06.7011732Z [00:02:28.962]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.7012129Z [00:02:28.962]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:06.7012541Z [00:02:28.962]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:06.7012965Z [00:02:28.962]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:06.7013635Z [00:02:28.962]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:06.7014172Z [00:02:28.962]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:06.7014500Z [00:02:28.962]➜  EOF
2025-08-20T23:00:06.7017554Z [00:02:28.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b801/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-errors/errors@v1.5.1=>github.com/go-errors/errors@v1.5.1;$WORK/b801=>" -p github.com/go-errors/errors -lang=go1.14 -complete -installsuffix shared -buildid nCT0CiGXPm8A2ETEarld/nCT0CiGXPm8A2ETEarld -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b801/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:00:06.7043926Z [00:02:28.965]➜  go tool buildid -w $WORK/b748/_pkg_.a # internal
2025-08-20T23:00:06.7059156Z [00:02:28.966]➜  cp $WORK/b748/_pkg_.a /root/.cache/go-build/34/342b222652d9a9247d7cd90b0cad753d8969d692c79b9cb156f7653799034dc5-d # internal
2025-08-20T23:00:06.7059906Z [00:02:28.966]➜  github.com/docker/docker/api/types/volume
2025-08-20T23:00:06.7060416Z [00:02:28.966]➜  mkdir -p $WORK/b751/
2025-08-20T23:00:06.7060800Z [00:02:28.967]➜  cat >/tmp/go-build2180205415/b751/importcfg << 'EOF' # internal
2025-08-20T23:00:06.7061148Z [00:02:28.967]➜  # import config
2025-08-20T23:00:06.7061627Z [00:02:28.967]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build2180205415/b727/_pkg_.a
2025-08-20T23:00:06.7062297Z [00:02:28.967]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build2180205415/b748/_pkg_.a
2025-08-20T23:00:06.7062720Z [00:02:28.967]➜  EOF
2025-08-20T23:00:06.7067224Z [00:02:28.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b751/_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/b751=>" -p github.com/docker/docker/api/types/volume -lang=go1.16 -complete -installsuffix shared -buildid G5NhsspkSEOaK_BEskv9/G5NhsspkSEOaK_BEskv9 -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/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:00:06.7123909Z [00:02:28.973]➜  go tool buildid -w $WORK/b793/_pkg_.a # internal
2025-08-20T23:00:06.7132161Z [00:02:28.974]➜  cp $WORK/b793/_pkg_.a /root/.cache/go-build/f2/f236ef12773a925bfa994a9b104ebaf75f4ee6bd0110add4ff153c3d1acd417e-d # internal
2025-08-20T23:00:06.7132794Z [00:02:28.974]➜  github.com/gobwas/glob
2025-08-20T23:00:06.7133082Z [00:02:28.974]➜  mkdir -p $WORK/b792/
2025-08-20T23:00:06.7139308Z [00:02:28.975]➜  cat >/tmp/go-build2180205415/b792/importcfg << 'EOF' # internal
2025-08-20T23:00:06.7139810Z [00:02:28.975]➜  # import config
2025-08-20T23:00:06.7140327Z [00:02:28.975]➜  packagefile github.com/gobwas/glob/compiler=/tmp/go-build2180205415/b793/_pkg_.a
2025-08-20T23:00:06.7141023Z [00:02:28.975]➜  packagefile github.com/gobwas/glob/syntax=/tmp/go-build2180205415/b799/_pkg_.a
2025-08-20T23:00:06.7141501Z [00:02:28.975]➜  EOF
2025-08-20T23:00:06.7143466Z [00:02:28.975]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b792/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3=>github.com/gobwas/glob@v0.2.3;$WORK/b792=>" -p github.com/gobwas/glob -lang=go1.16 -complete -installsuffix shared -buildid vEVeGbe2KrMV2KpPrULo/vEVeGbe2KrMV2KpPrULo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b792/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/glob.go
2025-08-20T23:00:06.7255277Z [00:02:28.986]➜  go tool buildid -w $WORK/b751/_pkg_.a # internal
2025-08-20T23:00:06.7256114Z [00:02:28.986]➜  cp $WORK/b751/_pkg_.a /root/.cache/go-build/69/6936195cbbbf202560396b9baf63d51288f2c9ca989d020db442c69d16750082-d # internal
2025-08-20T23:00:06.7256737Z [00:02:28.986]➜  github.com/docker/docker/api/types
2025-08-20T23:00:06.7257047Z [00:02:28.986]➜  mkdir -p $WORK/b745/
2025-08-20T23:00:06.7257418Z [00:02:28.986]➜  cat >/tmp/go-build2180205415/b745/importcfg << 'EOF' # internal
2025-08-20T23:00:06.7257759Z [00:02:28.986]➜  # import config
2025-08-20T23:00:06.7258096Z [00:02:28.986]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:06.7258533Z [00:02:28.986]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:06.7259207Z [00:02:28.986]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:06.7259715Z [00:02:28.986]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.7260263Z [00:02:28.986]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build2180205415/b746/_pkg_.a
2025-08-20T23:00:06.7261098Z [00:02:28.986]➜  packagefile github.com/docker/docker/api/types/common=/tmp/go-build2180205415/b726/_pkg_.a
2025-08-20T23:00:06.7261790Z [00:02:28.986]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build2180205415/b724/_pkg_.a
2025-08-20T23:00:06.7262465Z [00:02:28.986]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build2180205415/b723/_pkg_.a
2025-08-20T23:00:06.7263133Z [00:02:28.986]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build2180205415/b732/_pkg_.a
2025-08-20T23:00:06.7263804Z [00:02:28.986]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build2180205415/b748/_pkg_.a
2025-08-20T23:00:06.7264691Z [00:02:28.986]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build2180205415/b751/_pkg_.a
2025-08-20T23:00:06.7265220Z [00:02:28.986]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:06.7265636Z [00:02:28.986]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:06.7266146Z [00:02:28.986]➜  EOF
2025-08-20T23:00:06.7275940Z [00:02:28.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b745/_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/b745=>" -p github.com/docker/docker/api/types -lang=go1.16 -complete -installsuffix shared -buildid akqYAbfLGVCyMpL2mI0W/akqYAbfLGVCyMpL2mI0W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b745/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:00:06.7335105Z [00:02:28.994]➜  go tool buildid -w $WORK/b792/_pkg_.a # internal
2025-08-20T23:00:06.7347822Z [00:02:28.996]➜  cp $WORK/b792/_pkg_.a /root/.cache/go-build/e7/e7f1167055d80d03337bbcea3c6fb82f63284949e735b6555c41b7d34ee755fd-d # internal
2025-08-20T23:00:06.7350369Z [00:02:28.996]➜  github.com/docker/docker/api/types/system
2025-08-20T23:00:06.7351193Z [00:02:28.996]➜  mkdir -p $WORK/b754/
2025-08-20T23:00:06.7387268Z [00:02:29.000]➜  cat >/tmp/go-build2180205415/b754/importcfg << 'EOF' # internal
2025-08-20T23:00:06.7387827Z [00:02:29.000]➜  # import config
2025-08-20T23:00:06.7388293Z [00:02:29.000]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:06.7388821Z [00:02:29.000]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.7389469Z [00:02:29.000]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build2180205415/b746/_pkg_.a
2025-08-20T23:00:06.7390306Z [00:02:29.000]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build2180205415/b724/_pkg_.a
2025-08-20T23:00:06.7391104Z [00:02:29.000]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build2180205415/b723/_pkg_.a
2025-08-20T23:00:06.7392128Z [00:02:29.000]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build2180205415/b747/_pkg_.a
2025-08-20T23:00:06.7392986Z [00:02:29.000]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build2180205415/b748/_pkg_.a
2025-08-20T23:00:06.7393913Z [00:02:29.000]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build2180205415/b751/_pkg_.a
2025-08-20T23:00:06.7394555Z [00:02:29.000]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:06.7394985Z [00:02:29.000]➜  EOF
2025-08-20T23:00:06.7398337Z [00:02:29.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b754/_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/b754=>" -p github.com/docker/docker/api/types/system -lang=go1.16 -complete -installsuffix shared -buildid whjOh-J43KavEh9-T9GN/whjOh-J43KavEh9-T9GN -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/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:00:06.7614094Z [00:02:29.022]➜  go tool buildid -w $WORK/b745/_pkg_.a # internal
2025-08-20T23:00:06.7625372Z [00:02:29.023]➜  cp $WORK/b745/_pkg_.a /root/.cache/go-build/6c/6c9d216aaa9a060c04c0e49afc6f6886c65755b90fb0bf529d7ff1423fe6f484-d # internal
2025-08-20T23:00:06.7626209Z [00:02:29.023]➜  github.com/trufflesecurity/trufflehog/v3/pkg/common/glob
2025-08-20T23:00:06.7630761Z [00:02:29.024]➜  mkdir -p $WORK/b791/
2025-08-20T23:00:06.7635352Z [00:02:29.025]➜  go tool buildid -w $WORK/b801/_pkg_.a # internal
2025-08-20T23:00:06.7649692Z [00:02:29.026]➜  cp $WORK/b801/_pkg_.a /root/.cache/go-build/08/088177e0893a8ab2abd7945c73c2dfa2a7c10703a419b6bf3af2d0eba2d8bdf8-d # internal
2025-08-20T23:00:06.7656505Z [00:02:29.027]➜  archive/zip
2025-08-20T23:00:06.7657729Z [00:02:29.027]➜  mkdir -p $WORK/b803/
2025-08-20T23:00:06.7665248Z [00:02:29.028]➜  cat >/tmp/go-build2180205415/b803/importcfg << 'EOF' # internal
2025-08-20T23:00:06.7672375Z [00:02:29.028]➜  # import config
2025-08-20T23:00:06.7672755Z [00:02:29.028]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:06.7673218Z [00:02:29.028]➜  packagefile compress/flate=/tmp/go-build2180205415/b104/_pkg_.a
2025-08-20T23:00:06.7673701Z [00:02:29.028]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:06.7674153Z [00:02:29.028]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:06.7674568Z [00:02:29.028]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.7675253Z [00:02:29.028]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:06.7678232Z [00:02:29.028]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:06.7678925Z [00:02:29.028]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T23:00:06.7679387Z [00:02:29.028]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:06.7679805Z [00:02:29.028]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:06.7680208Z [00:02:29.028]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:06.7680610Z [00:02:29.028]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:06.7681051Z [00:02:29.028]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:06.7681500Z [00:02:29.028]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:06.7681919Z [00:02:29.028]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:06.7682340Z [00:02:29.028]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:06.7682756Z [00:02:29.028]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:06.7683415Z [00:02:29.028]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:06.7683848Z [00:02:29.028]➜  EOF
2025-08-20T23:00:06.7684354Z [00:02:29.028]➜  cat >/tmp/go-build2180205415/b791/importcfg << 'EOF' # internal
2025-08-20T23:00:06.7684704Z [00:02:29.028]➜  # import config
2025-08-20T23:00:06.7685036Z [00:02:29.028]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.7685509Z [00:02:29.028]➜  packagefile github.com/gobwas/glob=/tmp/go-build2180205415/b792/_pkg_.a
2025-08-20T23:00:06.7686104Z [00:02:29.028]➜  EOF
2025-08-20T23:00:06.7687947Z [00:02:29.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b791/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/glob=>github.com/trufflesecurity/trufflehog/v3/pkg/common/glob;$WORK/b791=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/common/glob -lang=go1.24 -complete -installsuffix shared -buildid eQgiqZ9uay2Ei_gc5xes/eQgiqZ9uay2Ei_gc5xes -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b791/importcfg -pack ./pkg/common/glob/glob.go
2025-08-20T23:00:06.7691318Z [00:02:29.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b803/_pkg_.a -trimpath "/root/.go/src/archive/zip=>archive/zip;$WORK/b803=>" -p archive/zip -lang=go1.25 -std -complete -installsuffix shared -buildid conkw2KHIADH1MgKUV6C/conkw2KHIADH1MgKUV6C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b803/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:00:06.7705659Z [00:02:29.031]➜  go tool buildid -w $WORK/b754/_pkg_.a # internal
2025-08-20T23:00:06.7720948Z [00:02:29.033]➜  cp $WORK/b754/_pkg_.a /root/.cache/go-build/2b/2bd51c597db6e1fe28fa51f1dcd8a8c738d0591ce5a9edb377a732fe0f336c54-d # internal
2025-08-20T23:00:06.7728952Z [00:02:29.034]➜  github.com/docker/docker/client
2025-08-20T23:00:06.7731005Z [00:02:29.034]➜  mkdir -p $WORK/b739/
2025-08-20T23:00:06.7733347Z [00:02:29.034]➜  cat >/tmp/go-build2180205415/b739/importcfg << 'EOF' # internal
2025-08-20T23:00:06.7735588Z [00:02:29.034]➜  # import config
2025-08-20T23:00:06.7736468Z [00:02:29.034]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:06.7737827Z [00:02:29.034]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:06.7738797Z [00:02:29.034]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:06.7739963Z [00:02:29.034]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:06.7740646Z [00:02:29.034]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:06.7741268Z [00:02:29.034]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:06.7741761Z [00:02:29.034]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:06.7742582Z [00:02:29.034]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.7743366Z [00:02:29.034]➜  packagefile github.com/containerd/errdefs=/tmp/go-build2180205415/b740/_pkg_.a
2025-08-20T23:00:06.7744333Z [00:02:29.034]➜  packagefile github.com/containerd/errdefs/pkg/errhttp=/tmp/go-build2180205415/b741/_pkg_.a
2025-08-20T23:00:06.7745219Z [00:02:29.034]➜  packagefile github.com/distribution/reference=/tmp/go-build2180205415/b743/_pkg_.a
2025-08-20T23:00:06.7746152Z [00:02:29.034]➜  packagefile github.com/docker/docker/api=/tmp/go-build2180205415/b744/_pkg_.a
2025-08-20T23:00:06.7746940Z [00:02:29.034]➜  packagefile github.com/docker/docker/api/types=/tmp/go-build2180205415/b745/_pkg_.a
2025-08-20T23:00:06.7747791Z [00:02:29.034]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build2180205415/b746/_pkg_.a
2025-08-20T23:00:06.7748709Z [00:02:29.034]➜  packagefile github.com/docker/docker/api/types/checkpoint=/tmp/go-build2180205415/b752/_pkg_.a
2025-08-20T23:00:06.7749833Z [00:02:29.034]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build2180205415/b724/_pkg_.a
2025-08-20T23:00:06.7750906Z [00:02:29.034]➜  packagefile github.com/docker/docker/api/types/events=/tmp/go-build2180205415/b753/_pkg_.a
2025-08-20T23:00:06.7751850Z [00:02:29.034]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build2180205415/b727/_pkg_.a
2025-08-20T23:00:06.7752725Z [00:02:29.034]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build2180205415/b723/_pkg_.a
2025-08-20T23:00:06.7753537Z [00:02:29.034]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build2180205415/b730/_pkg_.a
2025-08-20T23:00:06.7754247Z [00:02:29.034]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build2180205415/b747/_pkg_.a
2025-08-20T23:00:06.7754919Z [00:02:29.034]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build2180205415/b748/_pkg_.a
2025-08-20T23:00:06.7755707Z [00:02:29.034]➜  packagefile github.com/docker/docker/api/types/system=/tmp/go-build2180205415/b754/_pkg_.a
2025-08-20T23:00:06.7756645Z [00:02:29.034]➜  packagefile github.com/docker/docker/api/types/time=/tmp/go-build2180205415/b755/_pkg_.a
2025-08-20T23:00:06.7757319Z [00:02:29.034]➜  packagefile github.com/docker/docker/api/types/versions=/tmp/go-build2180205415/b728/_pkg_.a
2025-08-20T23:00:06.7758000Z [00:02:29.034]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build2180205415/b751/_pkg_.a
2025-08-20T23:00:06.7758681Z [00:02:29.034]➜  packagefile github.com/docker/docker/internal/lazyregexp=/tmp/go-build2180205415/b756/_pkg_.a
2025-08-20T23:00:06.7759446Z [00:02:29.034]➜  packagefile github.com/docker/go-connections/sockets=/tmp/go-build2180205415/b757/_pkg_.a
2025-08-20T23:00:06.7760169Z [00:02:29.034]➜  packagefile github.com/docker/go-connections/tlsconfig=/tmp/go-build2180205415/b758/_pkg_.a
2025-08-20T23:00:06.7760815Z [00:02:29.034]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build2180205415/b718/_pkg_.a
2025-08-20T23:00:06.7761502Z [00:02:29.035]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build2180205415/b737/_pkg_.a
2025-08-20T23:00:06.7762118Z [00:02:29.035]➜  packagefile github.com/pkg/errors=/tmp/go-build2180205415/b568/_pkg_.a
2025-08-20T23:00:06.7762815Z [00:02:29.035]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build2180205415/b557/_pkg_.a
2025-08-20T23:00:06.7763511Z [00:02:29.035]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T23:00:06.7763998Z [00:02:29.035]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:06.7764401Z [00:02:29.035]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:06.7764818Z [00:02:29.035]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:06.7765257Z [00:02:29.035]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:06.7765902Z [00:02:29.035]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:06.7766402Z [00:02:29.035]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:06.7766853Z [00:02:29.035]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:06.7767306Z [00:02:29.035]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:06.7767733Z [00:02:29.035]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:06.7768151Z [00:02:29.035]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:06.7768580Z [00:02:29.035]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:06.7769000Z [00:02:29.035]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:06.7769432Z [00:02:29.035]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:06.7769863Z [00:02:29.035]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:06.7770170Z [00:02:29.035]➜  EOF
2025-08-20T23:00:06.7821917Z [00:02:29.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b739/_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/b739=>" -p github.com/docker/docker/client -lang=go1.16 -complete -installsuffix shared -buildid fvEILKWHhuG6c5HxZUJt/fvEILKWHhuG6c5HxZUJt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b739/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:00:06.7998193Z [00:02:29.061]➜  go tool buildid -w $WORK/b791/_pkg_.a # internal
2025-08-20T23:00:06.8004823Z [00:02:29.062]➜  cp $WORK/b791/_pkg_.a /root/.cache/go-build/65/655bd2aabaea2f26aa285289fb38fe0b9eaa8999d3a3ca70a69ea9322e7a091c-d # internal
2025-08-20T23:00:06.8011660Z [00:02:29.062]➜  encoding/xml
2025-08-20T23:00:06.8011986Z [00:02:29.062]➜  mkdir -p $WORK/b804/
2025-08-20T23:00:06.8017259Z [00:02:29.063]➜  cat >/tmp/go-build2180205415/b804/importcfg << 'EOF' # internal
2025-08-20T23:00:06.8019438Z [00:02:29.063]➜  # import config
2025-08-20T23:00:06.8020610Z [00:02:29.063]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:06.8021251Z [00:02:29.063]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:06.8021763Z [00:02:29.063]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T23:00:06.8022213Z [00:02:29.063]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:06.8022636Z [00:02:29.063]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:06.8023040Z [00:02:29.063]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:06.8023457Z [00:02:29.063]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:06.8023885Z [00:02:29.063]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:06.8024313Z [00:02:29.063]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:06.8024738Z [00:02:29.063]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:06.8025162Z [00:02:29.063]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:06.8025594Z [00:02:29.063]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:06.8026261Z [00:02:29.063]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:06.8026810Z [00:02:29.063]➜  EOF
2025-08-20T23:00:06.8028653Z [00:02:29.063]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b804/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b804=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid 2lcbkiW6GTwSPlVl0gvm/2lcbkiW6GTwSPlVl0gvm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b804/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:00:07.0642430Z [00:02:29.325]➜  go tool buildid -w $WORK/b803/_pkg_.a # internal
2025-08-20T23:00:07.0720359Z [00:02:29.333]➜  cp $WORK/b803/_pkg_.a /root/.cache/go-build/16/166de4fc196c0899fc99813f9f0fcc87283790ec5c07d1a168a545734cdcae54-d # internal
2025-08-20T23:00:07.0750338Z [00:02:29.336]➜  github.com/csnewman/dextk
2025-08-20T23:00:07.0750915Z [00:02:29.336]➜  mkdir -p $WORK/b806/
2025-08-20T23:00:07.0758987Z [00:02:29.337]➜  cat >/tmp/go-build2180205415/b806/importcfg << 'EOF' # internal
2025-08-20T23:00:07.0759681Z [00:02:29.337]➜  # import config
2025-08-20T23:00:07.0761268Z [00:02:29.337]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:07.0761774Z [00:02:29.337]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:07.0762202Z [00:02:29.337]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:07.0762608Z [00:02:29.337]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:07.0763017Z [00:02:29.337]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:07.0763438Z [00:02:29.337]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:07.0763904Z [00:02:29.337]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T23:00:07.0764253Z [00:02:29.337]➜  EOF
2025-08-20T23:00:07.0768931Z [00:02:29.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b806/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/csnewman/dextk@v0.3.0=>github.com/csnewman/dextk@v0.3.0;$WORK/b806=>" -p github.com/csnewman/dextk -lang=go1.22 -complete -installsuffix shared -buildid I7wq7V93UrIP1-IXxsiP/I7wq7V93UrIP1-IXxsiP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b806/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:00:07.1120098Z [00:02:29.373]➜  go tool buildid -w $WORK/b804/_pkg_.a # internal
2025-08-20T23:00:07.1159769Z [00:02:29.377]➜  cp $WORK/b804/_pkg_.a /root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d # internal
2025-08-20T23:00:07.1192172Z [00:02:29.380]➜  github.com/avast/apkparser
2025-08-20T23:00:07.1196223Z [00:02:29.381]➜  mkdir -p $WORK/b805/
2025-08-20T23:00:07.1204396Z [00:02:29.381]➜  cat >/tmp/go-build2180205415/b805/importcfg << 'EOF' # internal
2025-08-20T23:00:07.1204815Z [00:02:29.381]➜  # import config
2025-08-20T23:00:07.1205187Z [00:02:29.381]➜  packagefile archive/zip=/tmp/go-build2180205415/b803/_pkg_.a
2025-08-20T23:00:07.1205656Z [00:02:29.381]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:07.1206274Z [00:02:29.382]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:07.1206753Z [00:02:29.382]➜  packagefile encoding/xml=/tmp/go-build2180205415/b804/_pkg_.a
2025-08-20T23:00:07.1207564Z [00:02:29.382]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:07.1207986Z [00:02:29.382]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:07.1208537Z [00:02:29.382]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build2180205415/b790/_pkg_.a
2025-08-20T23:00:07.1209041Z [00:02:29.382]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:07.1209462Z [00:02:29.382]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:07.1209887Z [00:02:29.382]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:07.1210284Z [00:02:29.382]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:07.1210694Z [00:02:29.382]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:07.1211360Z [00:02:29.382]➜  packagefile runtime/debug=/tmp/go-build2180205415/b249/_pkg_.a
2025-08-20T23:00:07.1211806Z [00:02:29.382]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:07.1212238Z [00:02:29.382]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:07.1212655Z [00:02:29.382]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:07.1213094Z [00:02:29.382]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T23:00:07.1213556Z [00:02:29.382]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:07.1213884Z [00:02:29.382]➜  EOF
2025-08-20T23:00:07.1218739Z [00:02:29.382]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b805/_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/b805=>" -p github.com/avast/apkparser -lang=go1.22 -complete -installsuffix shared -buildid cMBUm_rccs-uqkvC4Zlz/cMBUm_rccs-uqkvC4Zlz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b805/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:00:07.2668408Z [00:02:29.528]➜  go tool buildid -w $WORK/b760/_pkg_.a # internal
2025-08-20T23:00:07.3005409Z [00:02:29.561]➜  cp $WORK/b760/_pkg_.a /root/.cache/go-build/69/694eb8a8506f7221522a01e7249e08b8fd79419861098c97da48a564bf49a230-d # internal
2025-08-20T23:00:07.3014932Z [00:02:29.561]➜  github.com/google/go-containerregistry/internal/estargz
2025-08-20T23:00:07.3015352Z [00:02:29.561]➜  mkdir -p $WORK/b775/
2025-08-20T23:00:07.3015739Z [00:02:29.561]➜  cat >/tmp/go-build2180205415/b775/importcfg << 'EOF' # internal
2025-08-20T23:00:07.3016250Z [00:02:29.561]➜  # import config
2025-08-20T23:00:07.3016594Z [00:02:29.561]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:07.3017185Z [00:02:29.561]➜  packagefile github.com/containerd/stargz-snapshotter/estargz=/tmp/go-build2180205415/b760/_pkg_.a
2025-08-20T23:00:07.3017898Z [00:02:29.561]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build2180205415/b720/_pkg_.a
2025-08-20T23:00:07.3018444Z [00:02:29.561]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:07.3018756Z [00:02:29.561]➜  EOF
2025-08-20T23:00:07.3020982Z [00:02:29.562]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b775/_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/b775=>" -p github.com/google/go-containerregistry/internal/estargz -lang=go1.24 -complete -installsuffix shared -buildid 3swIfCEF1UX64NzSxQBu/3swIfCEF1UX64NzSxQBu -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/estargz/estargz.go
2025-08-20T23:00:07.3025598Z [00:02:29.563]➜  go tool buildid -w $WORK/b805/_pkg_.a # internal
2025-08-20T23:00:07.3056963Z [00:02:29.567]➜  cp $WORK/b805/_pkg_.a /root/.cache/go-build/02/02414f205d6123fd1141089e261f2ffc19979231700c96ec247c33993984fd3e-d # internal
2025-08-20T23:00:07.3070032Z [00:02:29.568]➜  golang.org/x/net/html
2025-08-20T23:00:07.3070837Z [00:02:29.568]➜  mkdir -p $WORK/b809/
2025-08-20T23:00:07.3080564Z [00:02:29.569]➜  cat >/tmp/go-build2180205415/b809/importcfg << 'EOF' # internal
2025-08-20T23:00:07.3081290Z [00:02:29.569]➜  # import config
2025-08-20T23:00:07.3082303Z [00:02:29.569]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:07.3082933Z [00:02:29.569]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:07.3083431Z [00:02:29.569]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:07.3083853Z [00:02:29.569]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:07.3084355Z [00:02:29.569]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build2180205415/b810/_pkg_.a
2025-08-20T23:00:07.3084828Z [00:02:29.569]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:07.3085235Z [00:02:29.569]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T23:00:07.3085663Z [00:02:29.569]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:07.3086229Z [00:02:29.569]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:07.3086732Z [00:02:29.569]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:07.3087148Z [00:02:29.569]➜  EOF
2025-08-20T23:00:07.3092374Z [00:02:29.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b809/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/html=>golang.org/x/net@v0.42.0/html;$WORK/b809=>" -p golang.org/x/net/html -lang=go1.23 -complete -installsuffix shared -buildid gZxCUXWHm8Xetmx4GAKf/gZxCUXWHm8Xetmx4GAKf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b809/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:00:07.3325910Z [00:02:29.594]➜  go tool buildid -w $WORK/b775/_pkg_.a # internal
2025-08-20T23:00:07.3332300Z [00:02:29.594]➜  cp $WORK/b775/_pkg_.a /root/.cache/go-build/c9/c920f3ecbba467f7ab9b2a2922fd5d74bed2b4261f49cb9c59f6380d9bbeacea-d # internal
2025-08-20T23:00:07.3333294Z [00:02:29.594]➜  github.com/google/go-containerregistry/pkg/v1/tarball
2025-08-20T23:00:07.3333904Z [00:02:29.594]➜  mkdir -p $WORK/b759/
2025-08-20T23:00:07.3348764Z [00:02:29.596]➜  cat >/tmp/go-build2180205415/b759/importcfg << 'EOF' # internal
2025-08-20T23:00:07.3349492Z [00:02:29.596]➜  # import config
2025-08-20T23:00:07.3350156Z [00:02:29.596]➜  packagefile archive/tar=/tmp/go-build2180205415/b708/_pkg_.a
2025-08-20T23:00:07.3350921Z [00:02:29.596]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:07.3351949Z [00:02:29.596]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:07.3352983Z [00:02:29.596]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:07.3353760Z [00:02:29.596]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:07.3354195Z [00:02:29.596]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:07.3354810Z [00:02:29.596]➜  packagefile github.com/containerd/stargz-snapshotter/estargz=/tmp/go-build2180205415/b760/_pkg_.a
2025-08-20T23:00:07.3355555Z [00:02:29.596]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build2180205415/b770/_pkg_.a
2025-08-20T23:00:07.3356871Z [00:02:29.596]➜  packagefile github.com/google/go-containerregistry/internal/compression=/tmp/go-build2180205415/b771/_pkg_.a
2025-08-20T23:00:07.3357683Z [00:02:29.596]➜  packagefile github.com/google/go-containerregistry/internal/estargz=/tmp/go-build2180205415/b775/_pkg_.a
2025-08-20T23:00:07.3358463Z [00:02:29.596]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build2180205415/b772/_pkg_.a
2025-08-20T23:00:07.3359213Z [00:02:29.596]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build2180205415/b773/_pkg_.a
2025-08-20T23:00:07.3359978Z [00:02:29.596]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build2180205415/b774/_pkg_.a
2025-08-20T23:00:07.3360714Z [00:02:29.596]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build2180205415/b776/_pkg_.a
2025-08-20T23:00:07.3361422Z [00:02:29.596]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build2180205415/b717/_pkg_.a
2025-08-20T23:00:07.3362122Z [00:02:29.596]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build2180205415/b720/_pkg_.a
2025-08-20T23:00:07.3362855Z [00:02:29.596]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build2180205415/b777/_pkg_.a
2025-08-20T23:00:07.3363610Z [00:02:29.596]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build2180205415/b721/_pkg_.a
2025-08-20T23:00:07.3364166Z [00:02:29.596]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:07.3364570Z [00:02:29.596]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:07.3364977Z [00:02:29.596]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:07.3365418Z [00:02:29.596]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:07.3365998Z [00:02:29.596]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:07.3366488Z [00:02:29.596]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:07.3366920Z [00:02:29.596]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:07.3367232Z [00:02:29.596]➜  EOF
2025-08-20T23:00:07.3370668Z [00:02:29.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b759/_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/b759=>" -p github.com/google/go-containerregistry/pkg/v1/tarball -lang=go1.24 -complete -installsuffix shared -buildid 580ZZ0gNNQ21PNNuFA77/580ZZ0gNNQ21PNNuFA77 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b759/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:00:07.4591403Z [00:02:29.720]➜  go tool buildid -w $WORK/b759/_pkg_.a # internal
2025-08-20T23:00:07.4668978Z [00:02:29.727]➜  cp $WORK/b759/_pkg_.a /root/.cache/go-build/ca/ca34d059858c65ff7f425a9435a6493031aaa67fef39206eb1117455cb8e89a7-d # internal
2025-08-20T23:00:07.4671910Z [00:02:29.728]➜  github.com/google/go-containerregistry/pkg/v1/mutate
2025-08-20T23:00:07.4672577Z [00:02:29.728]➜  mkdir -p $WORK/b785/
2025-08-20T23:00:07.4673237Z [00:02:29.728]➜  cat >/tmp/go-build2180205415/b785/importcfg << 'EOF' # internal
2025-08-20T23:00:07.4673996Z [00:02:29.728]➜  # import config
2025-08-20T23:00:07.4675342Z [00:02:29.728]➜  packagefile archive/tar=/tmp/go-build2180205415/b708/_pkg_.a
2025-08-20T23:00:07.4675972Z [00:02:29.728]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:07.4676497Z [00:02:29.728]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:07.4676944Z [00:02:29.728]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:07.4677357Z [00:02:29.728]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:07.4677967Z [00:02:29.728]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build2180205415/b772/_pkg_.a
2025-08-20T23:00:07.4678716Z [00:02:29.728]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build2180205415/b776/_pkg_.a
2025-08-20T23:00:07.4679414Z [00:02:29.728]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build2180205415/b720/_pkg_.a
2025-08-20T23:00:07.4680135Z [00:02:29.728]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build2180205415/b784/_pkg_.a
2025-08-20T23:00:07.4680863Z [00:02:29.728]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build2180205415/b778/_pkg_.a
2025-08-20T23:00:07.4681606Z [00:02:29.728]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build2180205415/b777/_pkg_.a
2025-08-20T23:00:07.4682351Z [00:02:29.728]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build2180205415/b786/_pkg_.a
2025-08-20T23:00:07.4683101Z [00:02:29.728]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build2180205415/b759/_pkg_.a
2025-08-20T23:00:07.4683855Z [00:02:29.728]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build2180205415/b721/_pkg_.a
2025-08-20T23:00:07.4684408Z [00:02:29.728]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:07.4684816Z [00:02:29.728]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T23:00:07.4685259Z [00:02:29.728]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:07.4685709Z [00:02:29.728]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:07.4686380Z [00:02:29.728]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:07.4686798Z [00:02:29.728]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:07.4687109Z [00:02:29.728]➜  EOF
2025-08-20T23:00:07.4690848Z [00:02:29.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b785/_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/b785=>" -p github.com/google/go-containerregistry/pkg/v1/mutate -lang=go1.24 -complete -installsuffix shared -buildid YMnP_RqhKACwO-jCnYHc/YMnP_RqhKACwO-jCnYHc -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/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:00:07.4714212Z [00:02:29.732]➜  go tool buildid -w $WORK/b739/_pkg_.a # internal
2025-08-20T23:00:07.4909601Z [00:02:29.752]➜  cp $WORK/b739/_pkg_.a /root/.cache/go-build/3f/3f8c969204caf87d861be2537e97cc860b1ce380c8d76646b1be291ecdfa0a22-d # internal
2025-08-20T23:00:07.4913743Z [00:02:29.752]➜  github.com/google/go-containerregistry/pkg/v1/daemon
2025-08-20T23:00:07.4925196Z [00:02:29.753]➜  mkdir -p $WORK/b722/
2025-08-20T23:00:07.4947137Z [00:02:29.754]➜  cat >/tmp/go-build2180205415/b722/importcfg << 'EOF' # internal
2025-08-20T23:00:07.4959989Z [00:02:29.754]➜  # import config
2025-08-20T23:00:07.4960359Z [00:02:29.754]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:07.4960789Z [00:02:29.754]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:07.4961209Z [00:02:29.754]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:07.4961756Z [00:02:29.754]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build2180205415/b723/_pkg_.a
2025-08-20T23:00:07.4962385Z [00:02:29.754]➜  packagefile github.com/docker/docker/client=/tmp/go-build2180205415/b739/_pkg_.a
2025-08-20T23:00:07.4963053Z [00:02:29.754]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build2180205415/b717/_pkg_.a
2025-08-20T23:00:07.4963771Z [00:02:29.754]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build2180205415/b720/_pkg_.a
2025-08-20T23:00:07.4964498Z [00:02:29.754]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build2180205415/b759/_pkg_.a
2025-08-20T23:00:07.4965251Z [00:02:29.754]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build2180205415/b721/_pkg_.a
2025-08-20T23:00:07.4966472Z [00:02:29.754]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build2180205415/b736/_pkg_.a
2025-08-20T23:00:07.4967077Z [00:02:29.754]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:07.4967489Z [00:02:29.754]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:07.4967902Z [00:02:29.754]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:07.4968209Z [00:02:29.754]➜  EOF
2025-08-20T23:00:07.4971565Z [00:02:29.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b722/_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/b722=>" -p github.com/google/go-containerregistry/pkg/v1/daemon -lang=go1.24 -complete -installsuffix shared -buildid B4KUO2Y1UXu7dYiWJEkQ/B4KUO2Y1UXu7dYiWJEkQ -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/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:00:07.5765629Z [00:02:29.837]➜  go tool buildid -w $WORK/b722/_pkg_.a # internal
2025-08-20T23:00:07.5796800Z [00:02:29.841]➜  cp $WORK/b722/_pkg_.a /root/.cache/go-build/c2/c21b1f2c66e11b740557b3307ece9308bcf0fb514c1a80684e5a9156de31ab06-d # internal
2025-08-20T23:00:07.5798650Z [00:02:29.841]➜  hash/adler32
2025-08-20T23:00:07.5801226Z [00:02:29.841]➜  mkdir -p $WORK/b814/
2025-08-20T23:00:07.5801704Z [00:02:29.841]➜  cat >/tmp/go-build2180205415/b814/importcfg << 'EOF' # internal
2025-08-20T23:00:07.5802232Z [00:02:29.841]➜  # import config
2025-08-20T23:00:07.5802583Z [00:02:29.841]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:07.5803006Z [00:02:29.841]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:07.5803473Z [00:02:29.841]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T23:00:07.5803898Z [00:02:29.841]➜  EOF
2025-08-20T23:00:07.5805352Z [00:02:29.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b814/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b814=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid zYnB5d9XbU5vl2fMxxwe/zYnB5d9XbU5vl2fMxxwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b814/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T23:00:07.5954501Z [00:02:29.856]➜  go tool buildid -w $WORK/b814/_pkg_.a # internal
2025-08-20T23:00:07.5959480Z [00:02:29.857]➜  cp $WORK/b814/_pkg_.a /root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d # internal
2025-08-20T23:00:07.5960102Z [00:02:29.857]➜  compress/zlib
2025-08-20T23:00:07.5960365Z [00:02:29.857]➜  mkdir -p $WORK/b813/
2025-08-20T23:00:07.5960743Z [00:02:29.857]➜  cat >/tmp/go-build2180205415/b813/importcfg << 'EOF' # internal
2025-08-20T23:00:07.5961090Z [00:02:29.857]➜  # import config
2025-08-20T23:00:07.5961428Z [00:02:29.857]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:07.5961879Z [00:02:29.857]➜  packagefile compress/flate=/tmp/go-build2180205415/b104/_pkg_.a
2025-08-20T23:00:07.5962359Z [00:02:29.857]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:07.5962823Z [00:02:29.857]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:07.5963251Z [00:02:29.857]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:07.5963664Z [00:02:29.857]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:07.5964110Z [00:02:29.857]➜  packagefile hash/adler32=/tmp/go-build2180205415/b814/_pkg_.a
2025-08-20T23:00:07.5964540Z [00:02:29.857]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:07.5964844Z [00:02:29.857]➜  EOF
2025-08-20T23:00:07.5967627Z [00:02:29.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b813/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b813=>" -p compress/zlib -lang=go1.25 -std -complete -installsuffix shared -buildid E-spwvnpdd0cpvAhA7T0/E-spwvnpdd0cpvAhA7T0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b813/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T23:00:07.6014387Z [00:02:29.862]➜  go tool buildid -w $WORK/b785/_pkg_.a # internal
2025-08-20T23:00:07.6016349Z [00:02:29.863]➜  go tool buildid -w $WORK/b809/_pkg_.a # internal
2025-08-20T23:00:07.6036876Z [00:02:29.865]➜  cp $WORK/b785/_pkg_.a /root/.cache/go-build/76/764cfc409c38d6d26b32c79164757f63637412683c21ba77db8b622ef487e9b5-d # internal
2025-08-20T23:00:07.6061789Z [00:02:29.867]➜  github.com/google/go-containerregistry/pkg/v1/remote
2025-08-20T23:00:07.6062534Z [00:02:29.867]➜  mkdir -p $WORK/b779/
2025-08-20T23:00:07.6069322Z [00:02:29.868]➜  cp $WORK/b809/_pkg_.a /root/.cache/go-build/e6/e6ba42695552d865fac7b62e943b0f2ce65e3f6ee113c306415793c40e209414-d # internal
2025-08-20T23:00:07.6080039Z [00:02:29.869]➜  cat >/tmp/go-build2180205415/b779/importcfg << 'EOF' # internal
2025-08-20T23:00:07.6081039Z [00:02:29.869]➜  # import config
2025-08-20T23:00:07.6082006Z [00:02:29.869]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:07.6082757Z [00:02:29.869]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:07.6083571Z [00:02:29.869]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:07.6084400Z [00:02:29.869]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:07.6086068Z [00:02:29.869]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:07.6086916Z [00:02:29.869]➜  packagefile github.com/google/go-containerregistry/internal/redact=/tmp/go-build2180205415/b780/_pkg_.a
2025-08-20T23:00:07.6087682Z [00:02:29.869]➜  packagefile github.com/google/go-containerregistry/internal/retry=/tmp/go-build2180205415/b781/_pkg_.a
2025-08-20T23:00:07.6088445Z [00:02:29.869]➜  packagefile github.com/google/go-containerregistry/internal/verify=/tmp/go-build2180205415/b783/_pkg_.a
2025-08-20T23:00:07.6089185Z [00:02:29.869]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build2180205415/b709/_pkg_.a
2025-08-20T23:00:07.6089904Z [00:02:29.869]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build2180205415/b776/_pkg_.a
2025-08-20T23:00:07.6090811Z [00:02:29.869]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build2180205415/b717/_pkg_.a
2025-08-20T23:00:07.6091701Z [00:02:29.869]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build2180205415/b720/_pkg_.a
2025-08-20T23:00:07.6092423Z [00:02:29.869]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build2180205415/b784/_pkg_.a
2025-08-20T23:00:07.6093163Z [00:02:29.869]➜  packagefile github.com/google/go-containerregistry/pkg/v1/mutate=/tmp/go-build2180205415/b785/_pkg_.a
2025-08-20T23:00:07.6093909Z [00:02:29.869]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build2180205415/b777/_pkg_.a
2025-08-20T23:00:07.6094704Z [00:02:29.869]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote/transport=/tmp/go-build2180205415/b787/_pkg_.a
2025-08-20T23:00:07.6095492Z [00:02:29.869]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build2180205415/b786/_pkg_.a
2025-08-20T23:00:07.6096384Z [00:02:29.869]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build2180205415/b721/_pkg_.a
2025-08-20T23:00:07.6097029Z [00:02:29.869]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:07.6097511Z [00:02:29.869]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:07.6097907Z [00:02:29.869]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:07.6098327Z [00:02:29.869]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:07.6098756Z [00:02:29.869]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:07.6099172Z [00:02:29.869]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:07.6099587Z [00:02:29.869]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:07.6100003Z [00:02:29.869]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:07.6100619Z [00:02:29.869]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:07.6101153Z [00:02:29.869]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:07.6101574Z [00:02:29.869]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:07.6101884Z [00:02:29.869]➜  EOF
2025-08-20T23:00:07.6116362Z [00:02:29.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b779/_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/b779=>" -p github.com/google/go-containerregistry/pkg/v1/remote -lang=go1.24 -complete -installsuffix shared -buildid L1pqTQhHybSh8uQJiliJ/L1pqTQhHybSh8uQJiliJ -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/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:00:07.6123758Z [00:02:29.869]➜  github.com/gabriel-vasile/mimetype/internal/charset
2025-08-20T23:00:07.6124103Z [00:02:29.869]➜  mkdir -p $WORK/b808/
2025-08-20T23:00:07.6124497Z [00:02:29.872]➜  cat >/tmp/go-build2180205415/b808/importcfg << 'EOF' # internal
2025-08-20T23:00:07.6124837Z [00:02:29.872]➜  # import config
2025-08-20T23:00:07.6125169Z [00:02:29.872]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:07.6125613Z [00:02:29.872]➜  packagefile encoding/xml=/tmp/go-build2180205415/b804/_pkg_.a
2025-08-20T23:00:07.6126293Z [00:02:29.872]➜  packagefile golang.org/x/net/html=/tmp/go-build2180205415/b809/_pkg_.a
2025-08-20T23:00:07.6126782Z [00:02:29.872]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:07.6127228Z [00:02:29.872]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:07.6127566Z [00:02:29.872]➜  EOF
2025-08-20T23:00:07.6129697Z [00:02:29.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b808/_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/b808=>" -p github.com/gabriel-vasile/mimetype/internal/charset -lang=go1.23 -complete -installsuffix shared -buildid lnXseJX4LR4kuVlSrrtM/lnXseJX4LR4kuVlSrrtM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b808/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/charset/charset.go
2025-08-20T23:00:07.6218964Z [00:02:29.883]➜  go tool buildid -w $WORK/b813/_pkg_.a # internal
2025-08-20T23:00:07.6230783Z [00:02:29.883]➜  cp $WORK/b813/_pkg_.a /root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d # internal
2025-08-20T23:00:07.6231350Z [00:02:29.883]➜  debug/macho
2025-08-20T23:00:07.6231610Z [00:02:29.883]➜  mkdir -p $WORK/b812/
2025-08-20T23:00:07.6231987Z [00:02:29.884]➜  cat >/tmp/go-build2180205415/b812/importcfg << 'EOF' # internal
2025-08-20T23:00:07.6232512Z [00:02:29.884]➜  # import config
2025-08-20T23:00:07.6232860Z [00:02:29.884]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:07.6233306Z [00:02:29.884]➜  packagefile compress/zlib=/tmp/go-build2180205415/b813/_pkg_.a
2025-08-20T23:00:07.6233773Z [00:02:29.884]➜  packagefile debug/dwarf=/tmp/go-build2180205415/b664/_pkg_.a
2025-08-20T23:00:07.6234239Z [00:02:29.884]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:07.6234695Z [00:02:29.884]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:07.6235366Z [00:02:29.884]➜  packagefile internal/saferio=/tmp/go-build2180205415/b475/_pkg_.a
2025-08-20T23:00:07.6235998Z [00:02:29.884]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:07.6236454Z [00:02:29.884]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:07.6237028Z [00:02:29.884]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:07.6237453Z [00:02:29.884]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:07.6237771Z [00:02:29.884]➜  EOF
2025-08-20T23:00:07.6239746Z [00:02:29.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b812/_pkg_.a -trimpath "/root/.go/src/debug/macho=>debug/macho;$WORK/b812=>" -p debug/macho -lang=go1.25 -std -complete -installsuffix shared -buildid bH0S3HKNv518sFug76z0/bH0S3HKNv518sFug76z0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b812/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:00:07.6450728Z [00:02:29.906]➜  go tool buildid -w $WORK/b808/_pkg_.a # internal
2025-08-20T23:00:07.6458864Z [00:02:29.907]➜  cp $WORK/b808/_pkg_.a /root/.cache/go-build/16/1697f8e01a8b14d7c8056dc61c86dfd37653fab1c6bfc285415d0491720b0157-d # internal
2025-08-20T23:00:07.6468009Z [00:02:29.907]➜  github.com/gabriel-vasile/mimetype/internal/json
2025-08-20T23:00:07.6468488Z [00:02:29.908]➜  mkdir -p $WORK/b815/
2025-08-20T23:00:07.6468869Z [00:02:29.908]➜  cat >/tmp/go-build2180205415/b815/importcfg << 'EOF' # internal
2025-08-20T23:00:07.6469216Z [00:02:29.908]➜  # import config
2025-08-20T23:00:07.6470645Z [00:02:29.908]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:07.6471753Z [00:02:29.908]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:07.6474359Z [00:02:29.908]➜  EOF
2025-08-20T23:00:07.6476758Z [00:02:29.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b815/_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/b815=>" -p github.com/gabriel-vasile/mimetype/internal/json -lang=go1.23 -complete -installsuffix shared -buildid aA3wYjyY2ZXJWl-c14xG/aA3wYjyY2ZXJWl-c14xG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b815/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/json/parser.go
2025-08-20T23:00:07.6931645Z [00:02:29.954]➜  go tool buildid -w $WORK/b815/_pkg_.a # internal
2025-08-20T23:00:07.6940205Z [00:02:29.955]➜  cp $WORK/b815/_pkg_.a /root/.cache/go-build/3d/3ddb6b6a33e61302921aa1da861f8b00ea0f24d63edca788c4668a5b3b3a879b-d # internal
2025-08-20T23:00:07.6963754Z [00:02:29.957]➜  github.com/STARRY-S/zip
2025-08-20T23:00:07.6967127Z [00:02:29.958]➜  mkdir -p $WORK/b817/
2025-08-20T23:00:07.6974309Z [00:02:29.958]➜  cat >/tmp/go-build2180205415/b817/importcfg << 'EOF' # internal
2025-08-20T23:00:07.6975222Z [00:02:29.958]➜  # import config
2025-08-20T23:00:07.6976688Z [00:02:29.958]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:07.6977166Z [00:02:29.958]➜  packagefile compress/flate=/tmp/go-build2180205415/b104/_pkg_.a
2025-08-20T23:00:07.6977665Z [00:02:29.958]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:07.6978119Z [00:02:29.958]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:07.6978532Z [00:02:29.958]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:07.6978941Z [00:02:29.958]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:07.6979375Z [00:02:29.958]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:07.6979797Z [00:02:29.958]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:07.6980202Z [00:02:29.958]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:07.6980614Z [00:02:29.958]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:07.6981210Z [00:02:29.958]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:07.6981752Z [00:02:29.958]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:07.6982379Z [00:02:29.958]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:07.6982797Z [00:02:29.958]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:07.6983212Z [00:02:29.958]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:07.6983627Z [00:02:29.958]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:07.6984032Z [00:02:29.958]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:07.6984466Z [00:02:29.958]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:07.6984798Z [00:02:29.959]➜  EOF
2025-08-20T23:00:07.6987467Z [00:02:29.959]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b817/_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/b817=>" -p github.com/STARRY-S/zip -lang=go1.22 -complete -installsuffix shared -buildid X7ddHi0chWdvIKfvKgpQ/X7ddHi0chWdvIKfvKgpQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b817/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:00:07.7253009Z [00:02:29.986]➜  go tool buildid -w $WORK/b812/_pkg_.a # internal
2025-08-20T23:00:07.7257871Z [00:02:29.987]➜  cp $WORK/b812/_pkg_.a /root/.cache/go-build/43/430cdc13bf2c4e0aa06f9ad9e4bfcab79594d623d3f129fb9fa076202858ab11-d # internal
2025-08-20T23:00:07.7260600Z [00:02:29.987]➜  github.com/gabriel-vasile/mimetype/internal/magic
2025-08-20T23:00:07.7261552Z [00:02:29.987]➜  mkdir -p $WORK/b811/
2025-08-20T23:00:07.7264348Z [00:02:29.987]➜  cat >/tmp/go-build2180205415/b811/importcfg << 'EOF' # internal
2025-08-20T23:00:07.7265630Z [00:02:29.987]➜  # import config
2025-08-20T23:00:07.7266742Z [00:02:29.987]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:07.7267659Z [00:02:29.987]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:07.7268566Z [00:02:29.987]➜  packagefile debug/macho=/tmp/go-build2180205415/b812/_pkg_.a
2025-08-20T23:00:07.7269553Z [00:02:29.987]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:07.7270557Z [00:02:29.987]➜  packagefile encoding/csv=/tmp/go-build2180205415/b611/_pkg_.a
2025-08-20T23:00:07.7271944Z [00:02:29.987]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:07.7272366Z [00:02:29.987]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:07.7273184Z [00:02:29.987]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build2180205415/b808/_pkg_.a
2025-08-20T23:00:07.7274021Z [00:02:29.987]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build2180205415/b815/_pkg_.a
2025-08-20T23:00:07.7274582Z [00:02:29.987]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:07.7274990Z [00:02:29.987]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:07.7275404Z [00:02:29.987]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:07.7275709Z [00:02:29.987]➜  EOF
2025-08-20T23:00:07.7295181Z [00:02:29.987]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b811/_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/b811=>" -p github.com/gabriel-vasile/mimetype/internal/magic -lang=go1.23 -complete -installsuffix shared -buildid JE9qXRrh1dhWvdn8AxpG/JE9qXRrh1dhWvdn8AxpG -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/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:00:07.9642947Z [00:02:30.225]➜  go tool buildid -w $WORK/b811/_pkg_.a # internal
2025-08-20T23:00:07.9705624Z [00:02:30.231]➜  cp $WORK/b811/_pkg_.a /root/.cache/go-build/bd/bd3f9a75413c7aff72789850229ffaccfc382709ed7f361e154e523ad54d6034-d # internal
2025-08-20T23:00:07.9720998Z [00:02:30.232]➜  github.com/gabriel-vasile/mimetype
2025-08-20T23:00:07.9724476Z [00:02:30.233]➜  mkdir -p $WORK/b807/
2025-08-20T23:00:07.9724889Z [00:02:30.233]➜  cat >/tmp/go-build2180205415/b807/importcfg << 'EOF' # internal
2025-08-20T23:00:07.9725247Z [00:02:30.233]➜  # import config
2025-08-20T23:00:07.9725925Z [00:02:30.233]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build2180205415/b808/_pkg_.a
2025-08-20T23:00:07.9726756Z [00:02:30.233]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build2180205415/b811/_pkg_.a
2025-08-20T23:00:07.9727327Z [00:02:30.233]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:07.9727737Z [00:02:30.233]➜  packagefile mime=/tmp/go-build2180205415/b194/_pkg_.a
2025-08-20T23:00:07.9728144Z [00:02:30.233]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:07.9728547Z [00:02:30.233]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:07.9728982Z [00:02:30.233]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:07.9729317Z [00:02:30.233]➜  EOF
2025-08-20T23:00:07.9731903Z [00:02:30.233]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b807/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9=>github.com/gabriel-vasile/mimetype@v1.4.9;$WORK/b807=>" -p github.com/gabriel-vasile/mimetype -lang=go1.23 -complete -installsuffix shared -buildid JUygAAfqAg9IPeXwTyP4/JUygAAfqAg9IPeXwTyP4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b807/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:00:08.0590288Z [00:02:30.320]➜  go tool buildid -w $WORK/b817/_pkg_.a # internal
2025-08-20T23:00:08.0630328Z [00:02:30.324]➜  cp $WORK/b817/_pkg_.a /root/.cache/go-build/fc/fc89b06468124a4445848749968b1ed20ec6cdddae0df46e1bde2c140e0f3c06-d # internal
2025-08-20T23:00:08.0635120Z [00:02:30.324]➜  github.com/andybalholm/brotli/matchfinder
2025-08-20T23:00:08.0636333Z [00:02:30.324]➜  mkdir -p $WORK/b819/
2025-08-20T23:00:08.0636952Z [00:02:30.324]➜  cat >/tmp/go-build2180205415/b819/importcfg << 'EOF' # internal
2025-08-20T23:00:08.0637456Z [00:02:30.324]➜  # import config
2025-08-20T23:00:08.0637950Z [00:02:30.324]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:08.0638721Z [00:02:30.324]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.0639294Z [00:02:30.324]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.0640846Z [00:02:30.324]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:08.0641409Z [00:02:30.324]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:08.0641815Z [00:02:30.324]➜  EOF
2025-08-20T23:00:08.0645108Z [00:02:30.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b819/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/matchfinder=>github.com/andybalholm/brotli@v1.1.1/matchfinder;$WORK/b819=>" -p github.com/andybalholm/brotli/matchfinder -lang=go1.13 -complete -installsuffix shared -buildid y_A2_fg52C4mLNrhTIKB/y_A2_fg52C4mLNrhTIKB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b819/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:00:08.0876845Z [00:02:30.349]➜  go tool buildid -w $WORK/b779/_pkg_.a # internal
2025-08-20T23:00:08.0937283Z [00:02:30.355]➜  cp $WORK/b779/_pkg_.a /root/.cache/go-build/4b/4bdfa7d2a2aa34cf81eb612b2ed3357c82550fb8e0e0ccd39acaa59a0e690fac-d # internal
2025-08-20T23:00:08.0941217Z [00:02:30.355]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/docker
2025-08-20T23:00:08.0941614Z [00:02:30.355]➜  mkdir -p $WORK/b707/
2025-08-20T23:00:08.0952293Z [00:02:30.356]➜  cat >/tmp/go-build2180205415/b707/importcfg << 'EOF' # internal
2025-08-20T23:00:08.0952912Z [00:02:30.356]➜  # import config
2025-08-20T23:00:08.0954559Z [00:02:30.356]➜  packagefile archive/tar=/tmp/go-build2180205415/b708/_pkg_.a
2025-08-20T23:00:08.0955058Z [00:02:30.356]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.0955482Z [00:02:30.356]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.0956265Z [00:02:30.356]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build2180205415/b709/_pkg_.a
2025-08-20T23:00:08.0957045Z [00:02:30.356]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build2180205415/b717/_pkg_.a
2025-08-20T23:00:08.0957749Z [00:02:30.356]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build2180205415/b720/_pkg_.a
2025-08-20T23:00:08.0958474Z [00:02:30.356]➜  packagefile github.com/google/go-containerregistry/pkg/v1/daemon=/tmp/go-build2180205415/b722/_pkg_.a
2025-08-20T23:00:08.0959425Z [00:02:30.356]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote=/tmp/go-build2180205415/b779/_pkg_.a
2025-08-20T23:00:08.0960251Z [00:02:30.356]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build2180205415/b759/_pkg_.a
2025-08-20T23:00:08.0960903Z [00:02:30.356]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build2180205415/b789/_pkg_.a
2025-08-20T23:00:08.0961549Z [00:02:30.356]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:00:08.0970844Z [00:02:30.356]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build2180205415/b641/_pkg_.a
2025-08-20T23:00:08.0971790Z [00:02:30.356]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:08.0972572Z [00:02:30.356]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common/glob=/tmp/go-build2180205415/b791/_pkg_.a
2025-08-20T23:00:08.0973345Z [00:02:30.356]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:08.0974411Z [00:02:30.356]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:08.0975318Z [00:02:30.356]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:08.0978506Z [00:02:30.356]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:08.0979175Z [00:02:30.356]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:08.0979763Z [00:02:30.356]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:08.0980450Z [00:02:30.356]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:08.0980984Z [00:02:30.356]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.0981395Z [00:02:30.356]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:08.0982039Z [00:02:30.356]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:08.0982483Z [00:02:30.356]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:08.0982904Z [00:02:30.356]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:08.0983213Z [00:02:30.356]➜  EOF
2025-08-20T23:00:08.0985391Z [00:02:30.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b707/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/docker=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/docker;$WORK/b707=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/docker -lang=go1.24 -complete -installsuffix shared -buildid BHGXfPLaSJtC9OTWCJ-k/BHGXfPLaSJtC9OTWCJ-k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b707/importcfg -pack ./pkg/sources/docker/docker.go ./pkg/sources/docker/metrics.go
2025-08-20T23:00:08.1024013Z [00:02:30.363]➜  go tool buildid -w $WORK/b819/_pkg_.a # internal
2025-08-20T23:00:08.1032077Z [00:02:30.364]➜  cp $WORK/b819/_pkg_.a /root/.cache/go-build/75/759fec08fcaa565ec617e6112c3e4537b18a9bcb1016e28fea64d20f89f1e178-d # internal
2025-08-20T23:00:08.1086589Z [00:02:30.370]➜  github.com/andybalholm/brotli
2025-08-20T23:00:08.1092812Z [00:02:30.370]➜  mkdir -p $WORK/b818/
2025-08-20T23:00:08.1107516Z [00:02:30.370]➜  cat >/tmp/go-build2180205415/b818/importcfg << 'EOF' # internal
2025-08-20T23:00:08.1107914Z [00:02:30.370]➜  # import config
2025-08-20T23:00:08.1108289Z [00:02:30.370]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:08.1110852Z [00:02:30.370]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:08.1111442Z [00:02:30.370]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.1111961Z [00:02:30.370]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.1112837Z [00:02:30.370]➜  packagefile github.com/andybalholm/brotli/matchfinder=/tmp/go-build2180205415/b819/_pkg_.a
2025-08-20T23:00:08.1113531Z [00:02:30.370]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.1114625Z [00:02:30.370]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:08.1115245Z [00:02:30.370]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:08.1115898Z [00:02:30.370]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:08.1116484Z [00:02:30.370]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:08.1117006Z [00:02:30.370]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:08.1117520Z [00:02:30.370]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:08.1117908Z [00:02:30.370]➜  EOF
2025-08-20T23:00:08.1135728Z [00:02:30.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b818/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1=>github.com/andybalholm/brotli@v1.1.1;$WORK/b818=>" -p github.com/andybalholm/brotli -lang=go1.13 -complete -installsuffix shared -buildid frLpzrBjTdCUp3y8aVQC/frLpzrBjTdCUp3y8aVQC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b818/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:00:08.2494496Z [00:02:30.510]➜  go tool buildid -w $WORK/b807/_pkg_.a # internal
2025-08-20T23:00:08.2519611Z [00:02:30.513]➜  cp $WORK/b807/_pkg_.a /root/.cache/go-build/f6/f6ca0cbdaded5283b3d885ab4197f1fd5e8621fd4d6fd74634e861a71efc230d-d # internal
2025-08-20T23:00:08.2525043Z [00:02:30.513]➜  github.com/bodgit/plumbing
2025-08-20T23:00:08.2532186Z [00:02:30.513]➜  mkdir -p $WORK/b821/
2025-08-20T23:00:08.2536330Z [00:02:30.514]➜  cat >/tmp/go-build2180205415/b821/importcfg << 'EOF' # internal
2025-08-20T23:00:08.2554486Z [00:02:30.514]➜  # import config
2025-08-20T23:00:08.2554935Z [00:02:30.514]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.2555739Z [00:02:30.514]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:08.2556252Z [00:02:30.514]➜  EOF
2025-08-20T23:00:08.2559530Z [00:02:30.514]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b821/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0=>github.com/bodgit/plumbing@v1.3.0;$WORK/b821=>" -p github.com/bodgit/plumbing -lang=go1.13 -complete -installsuffix shared -buildid -PFy85DTiUv6t1YdGP9G/-PFy85DTiUv6t1YdGP9G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b821/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:00:08.2895690Z [00:02:30.551]➜  go tool buildid -w $WORK/b821/_pkg_.a # internal
2025-08-20T23:00:08.2907580Z [00:02:30.552]➜  cp $WORK/b821/_pkg_.a /root/.cache/go-build/0f/0ffbad4c08bf0f893205e799f21e951a1e0aac14d042cbe233751005f7054e2d-d # internal
2025-08-20T23:00:08.2912152Z [00:02:30.552]➜  github.com/hashicorp/golang-lru/v2/internal
2025-08-20T23:00:08.2915141Z [00:02:30.553]➜  mkdir -p $WORK/b825/
2025-08-20T23:00:08.2938159Z [00:02:30.555]➜  cat >/tmp/go-build2180205415/b825/importcfg << 'EOF' # internal
2025-08-20T23:00:08.2939391Z [00:02:30.555]➜  # import config
2025-08-20T23:00:08.2942422Z [00:02:30.555]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:08.2945155Z [00:02:30.556]➜  EOF
2025-08-20T23:00:08.2948069Z [00:02:30.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b825/_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/b825=>" -p github.com/hashicorp/golang-lru/v2/internal -lang=go1.18 -complete -installsuffix shared -buildid rcCFh5iScYb9t7rzmmuE/rcCFh5iScYb9t7rzmmuE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b825/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/internal/list.go
2025-08-20T23:00:08.3035434Z [00:02:30.565]➜  go tool buildid -w $WORK/b825/_pkg_.a # internal
2025-08-20T23:00:08.3039638Z [00:02:30.565]➜  cp $WORK/b825/_pkg_.a /root/.cache/go-build/e6/e6e1a591540c6a54efa2e8ea360ce485c787d3bb3044d40b3e9763acf03b6f87-d # internal
2025-08-20T23:00:08.3071764Z [00:02:30.568]➜  github.com/hashicorp/golang-lru/v2/simplelru
2025-08-20T23:00:08.3072811Z [00:02:30.568]➜  mkdir -p $WORK/b824/
2025-08-20T23:00:08.3076407Z [00:02:30.569]➜  cat >/tmp/go-build2180205415/b824/importcfg << 'EOF' # internal
2025-08-20T23:00:08.3076791Z [00:02:30.569]➜  # import config
2025-08-20T23:00:08.3077163Z [00:02:30.569]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.3077947Z [00:02:30.569]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/tmp/go-build2180205415/b825/_pkg_.a
2025-08-20T23:00:08.3078439Z [00:02:30.569]➜  EOF
2025-08-20T23:00:08.3101058Z [00:02:30.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b824/_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/b824=>" -p github.com/hashicorp/golang-lru/v2/simplelru -lang=go1.18 -complete -installsuffix shared -buildid pF4ljOYalaoA6nV4uHO-/pF4ljOYalaoA6nV4uHO- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b824/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:00:08.3258517Z [00:02:30.587]➜  go tool buildid -w $WORK/b707/_pkg_.a # internal
2025-08-20T23:00:08.3293288Z [00:02:30.590]➜  cp $WORK/b707/_pkg_.a /root/.cache/go-build/72/72ccc74c6dbeb1f47ab72b8f870f98d331627b99aa5680ed0069093cc5f3764f-d # internal
2025-08-20T23:00:08.3294846Z [00:02:30.591]➜  go tool buildid -w $WORK/b824/_pkg_.a # internal
2025-08-20T23:00:08.3301119Z [00:02:30.591]➜  cp $WORK/b824/_pkg_.a /root/.cache/go-build/1a/1a79b3742a97bdcba30d2e0157161355fb8b0ccd24b8286469a73f55170be964-d # internal
2025-08-20T23:00:08.3305121Z [00:02:30.592]➜  github.com/hashicorp/golang-lru/v2
2025-08-20T23:00:08.3306408Z [00:02:30.592]➜  mkdir -p $WORK/b823/
2025-08-20T23:00:08.3310445Z [00:02:30.592]➜  cat >/tmp/go-build2180205415/b823/importcfg << 'EOF' # internal
2025-08-20T23:00:08.3312294Z [00:02:30.592]➜  # import config
2025-08-20T23:00:08.3339143Z [00:02:30.592]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.3341487Z [00:02:30.592]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/tmp/go-build2180205415/b824/_pkg_.a
2025-08-20T23:00:08.3343822Z [00:02:30.592]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:08.3344429Z [00:02:30.592]➜  EOF
2025-08-20T23:00:08.3347195Z [00:02:30.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b823/_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/b823=>" -p github.com/hashicorp/golang-lru/v2 -lang=go1.18 -complete -installsuffix shared -buildid 8zD5VntkKI6w55q_gWio/8zD5VntkKI6w55q_gWio -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b823/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:00:08.3350083Z [00:02:30.595]➜  go4.org/syncutil
2025-08-20T23:00:08.3350351Z [00:02:30.595]➜  mkdir -p $WORK/b826/
2025-08-20T23:00:08.3350721Z [00:02:30.595]➜  cat >/tmp/go-build2180205415/b826/importcfg << 'EOF' # internal
2025-08-20T23:00:08.3351317Z [00:02:30.595]➜  # import config
2025-08-20T23:00:08.3351721Z [00:02:30.595]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.3352148Z [00:02:30.595]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:08.3352553Z [00:02:30.595]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:08.3352995Z [00:02:30.595]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:08.3353323Z [00:02:30.595]➜  EOF
2025-08-20T23:00:08.3356555Z [00:02:30.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b826/_pkg_.a -trimpath "/root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil=>go4.org@v0.0.0-20230225012048-214862532bf5/syncutil;$WORK/b826=>" -p go4.org/syncutil -lang=go1.13 -complete -installsuffix shared -buildid biPeNxnfuOrfynN4w0nA/biPeNxnfuOrfynN4w0nA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b826/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:00:08.3465543Z [00:02:30.608]➜  go tool buildid -w $WORK/b823/_pkg_.a # internal
2025-08-20T23:00:08.3469629Z [00:02:30.608]➜  cp $WORK/b823/_pkg_.a /root/.cache/go-build/bd/bd424b740dbf61c292a5046d3f6468baf4dab508caf8a0ae54c404b6130c272e-d # internal
2025-08-20T23:00:08.3472285Z [00:02:30.608]➜  golang.org/x/text/encoding
2025-08-20T23:00:08.3473293Z [00:02:30.608]➜  mkdir -p $WORK/b828/
2025-08-20T23:00:08.3476788Z [00:02:30.609]➜  cat >/tmp/go-build2180205415/b828/importcfg << 'EOF' # internal
2025-08-20T23:00:08.3478268Z [00:02:30.609]➜  # import config
2025-08-20T23:00:08.3479223Z [00:02:30.609]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.3480370Z [00:02:30.609]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2180205415/b829/_pkg_.a
2025-08-20T23:00:08.3481861Z [00:02:30.609]➜  packagefile golang.org/x/text/transform=/tmp/go-build2180205415/b220/_pkg_.a
2025-08-20T23:00:08.3482996Z [00:02:30.609]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.3483900Z [00:02:30.609]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:08.3484807Z [00:02:30.609]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:08.3485553Z [00:02:30.609]➜  EOF
2025-08-20T23:00:08.3493183Z [00:02:30.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b828/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding=>golang.org/x/text@v0.27.0/encoding;$WORK/b828=>" -p golang.org/x/text/encoding -lang=go1.23 -complete -installsuffix shared -buildid DzUsJSI7Df2PS73Jnjso/DzUsJSI7Df2PS73Jnjso -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b828/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/encoding.go
2025-08-20T23:00:08.3574366Z [00:02:30.618]➜  go tool buildid -w $WORK/b826/_pkg_.a # internal
2025-08-20T23:00:08.3579605Z [00:02:30.619]➜  cp $WORK/b826/_pkg_.a /root/.cache/go-build/be/bee889081ee450f7fb331e1b6888f7f457fd15f2798a8cfe1cb618153dabd112-d # internal
2025-08-20T23:00:08.3589874Z [00:02:30.620]➜  golang.org/x/text/runes
2025-08-20T23:00:08.3590426Z [00:02:30.620]➜  mkdir -p $WORK/b832/
2025-08-20T23:00:08.3594295Z [00:02:30.620]➜  cat >/tmp/go-build2180205415/b832/importcfg << 'EOF' # internal
2025-08-20T23:00:08.3595269Z [00:02:30.620]➜  # import config
2025-08-20T23:00:08.3596799Z [00:02:30.620]➜  packagefile golang.org/x/text/transform=/tmp/go-build2180205415/b220/_pkg_.a
2025-08-20T23:00:08.3599628Z [00:02:30.620]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:08.3600535Z [00:02:30.620]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:08.3601406Z [00:02:30.620]➜  EOF
2025-08-20T23:00:08.3604167Z [00:02:30.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b832/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/runes=>golang.org/x/text@v0.27.0/runes;$WORK/b832=>" -p golang.org/x/text/runes -lang=go1.23 -complete -installsuffix shared -buildid P1xAi3JM5tVnkUjmXtB2/P1xAi3JM5tVnkUjmXtB2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b832/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:00:08.3842965Z [00:02:30.645]➜  go tool buildid -w $WORK/b828/_pkg_.a # internal
2025-08-20T23:00:08.3857933Z [00:02:30.647]➜  cp $WORK/b828/_pkg_.a /root/.cache/go-build/b4/b4b4132aa15e703be44e73a8abd7d4e2ace009496ddbaf9cd532ad5a4da9a617-d # internal
2025-08-20T23:00:08.3867121Z [00:02:30.648]➜  golang.org/x/text/encoding/internal
2025-08-20T23:00:08.3874108Z [00:02:30.649]➜  mkdir -p $WORK/b830/
2025-08-20T23:00:08.3884526Z [00:02:30.650]➜  cat >/tmp/go-build2180205415/b830/importcfg << 'EOF' # internal
2025-08-20T23:00:08.3886791Z [00:02:30.650]➜  # import config
2025-08-20T23:00:08.3887557Z [00:02:30.650]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2180205415/b828/_pkg_.a
2025-08-20T23:00:08.3888278Z [00:02:30.650]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2180205415/b829/_pkg_.a
2025-08-20T23:00:08.3889095Z [00:02:30.650]➜  packagefile golang.org/x/text/transform=/tmp/go-build2180205415/b220/_pkg_.a
2025-08-20T23:00:08.3889479Z [00:02:30.650]➜  EOF
2025-08-20T23:00:08.3900069Z [00:02:30.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b830/_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/b830=>" -p golang.org/x/text/encoding/internal -lang=go1.23 -complete -installsuffix shared -buildid oX_wGv8rP2hf9FEmN034/oX_wGv8rP2hf9FEmN034 -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/internal/internal.go
2025-08-20T23:00:08.4106040Z [00:02:30.672]➜  go tool buildid -w $WORK/b830/_pkg_.a # internal
2025-08-20T23:00:08.4119265Z [00:02:30.673]➜  cp $WORK/b830/_pkg_.a /root/.cache/go-build/99/99a777a44fbce552d4a55b511a21fa4955a616ee1a1e01cf09252964e85cf816-d # internal
2025-08-20T23:00:08.4137460Z [00:02:30.675]➜  github.com/bodgit/sevenzip/internal/util
2025-08-20T23:00:08.4138730Z [00:02:30.675]➜  mkdir -p $WORK/b834/
2025-08-20T23:00:08.4139835Z [00:02:30.675]➜  cat >/tmp/go-build2180205415/b834/importcfg << 'EOF' # internal
2025-08-20T23:00:08.4140450Z [00:02:30.675]➜  # import config
2025-08-20T23:00:08.4140993Z [00:02:30.675]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:08.4141512Z [00:02:30.675]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.4141973Z [00:02:30.675]➜  EOF
2025-08-20T23:00:08.4144418Z [00:02:30.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b834/_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/b834=>" -p github.com/bodgit/sevenzip/internal/util -lang=go1.19 -complete -installsuffix shared -buildid WhM1YGJdPXUWvO87kA-6/WhM1YGJdPXUWvO87kA-6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b834/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:00:08.4147334Z [00:02:30.675]➜  go tool buildid -w $WORK/b832/_pkg_.a # internal
2025-08-20T23:00:08.4148205Z [00:02:30.676]➜  cp $WORK/b832/_pkg_.a /root/.cache/go-build/c1/c1815202a1abc0aae63d3673057f42d50193c98ab910cc1c6a91e2684ed3de22-d # internal
2025-08-20T23:00:08.4230330Z [00:02:30.684]➜  golang.org/x/text/encoding/unicode
2025-08-20T23:00:08.4236274Z [00:02:30.684]➜  mkdir -p $WORK/b827/
2025-08-20T23:00:08.4236685Z [00:02:30.685]➜  cat >/tmp/go-build2180205415/b827/importcfg << 'EOF' # internal
2025-08-20T23:00:08.4237222Z [00:02:30.685]➜  # import config
2025-08-20T23:00:08.4237742Z [00:02:30.685]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:08.4238237Z [00:02:30.685]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.4238753Z [00:02:30.685]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2180205415/b828/_pkg_.a
2025-08-20T23:00:08.4239353Z [00:02:30.685]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build2180205415/b830/_pkg_.a
2025-08-20T23:00:08.4240028Z [00:02:30.685]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2180205415/b829/_pkg_.a
2025-08-20T23:00:08.4240717Z [00:02:30.685]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build2180205415/b831/_pkg_.a
2025-08-20T23:00:08.4241306Z [00:02:30.685]➜  packagefile golang.org/x/text/runes=/tmp/go-build2180205415/b832/_pkg_.a
2025-08-20T23:00:08.4241859Z [00:02:30.685]➜  packagefile golang.org/x/text/transform=/tmp/go-build2180205415/b220/_pkg_.a
2025-08-20T23:00:08.4242377Z [00:02:30.685]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T23:00:08.4242854Z [00:02:30.685]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:08.4243185Z [00:02:30.685]➜  EOF
2025-08-20T23:00:08.4246431Z [00:02:30.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b827/_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/b827=>" -p golang.org/x/text/encoding/unicode -lang=go1.23 -complete -installsuffix shared -buildid GfqHVl8isf5wlKQbqTPS/GfqHVl8isf5wlKQbqTPS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b827/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:00:08.4480233Z [00:02:30.709]➜  go tool buildid -w $WORK/b834/_pkg_.a # internal
2025-08-20T23:00:08.4488974Z [00:02:30.710]➜  cp $WORK/b834/_pkg_.a /root/.cache/go-build/b1/b19daefa57de17a30c429d7cb23bf22f00e2eb28e8b20797d1768ea308c9da61-d # internal
2025-08-20T23:00:08.4489884Z [00:02:30.710]➜  github.com/hashicorp/errwrap
2025-08-20T23:00:08.4490183Z [00:02:30.710]➜  mkdir -p $WORK/b836/
2025-08-20T23:00:08.4491727Z [00:02:30.710]➜  cat >/tmp/go-build2180205415/b836/importcfg << 'EOF' # internal
2025-08-20T23:00:08.4492464Z [00:02:30.710]➜  # import config
2025-08-20T23:00:08.4493151Z [00:02:30.710]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.4494092Z [00:02:30.710]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:08.4494912Z [00:02:30.710]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:08.4495584Z [00:02:30.710]➜  EOF
2025-08-20T23:00:08.4497972Z [00:02:30.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b836/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0=>github.com/hashicorp/errwrap@v1.1.0;$WORK/b836=>" -p github.com/hashicorp/errwrap -lang=go1.16 -complete -installsuffix shared -buildid Afo46plpV_ZshprpjHu3/Afo46plpV_ZshprpjHu3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b836/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0/errwrap.go
2025-08-20T23:00:08.4600722Z [00:02:30.721]➜  go tool buildid -w $WORK/b827/_pkg_.a # internal
2025-08-20T23:00:08.4606950Z [00:02:30.722]➜  cp $WORK/b827/_pkg_.a /root/.cache/go-build/1b/1ba5228de84935771f9a50a4ecab005e27b3b45d9f5c3b2cb5e84f891f1f17e9-d # internal
2025-08-20T23:00:08.4617758Z [00:02:30.723]➜  github.com/bodgit/sevenzip/internal/aes7z
2025-08-20T23:00:08.4618383Z [00:02:30.723]➜  mkdir -p $WORK/b822/
2025-08-20T23:00:08.4624676Z [00:02:30.724]➜  cat >/tmp/go-build2180205415/b822/importcfg << 'EOF' # internal
2025-08-20T23:00:08.4628064Z [00:02:30.724]➜  # import config
2025-08-20T23:00:08.4628430Z [00:02:30.724]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:08.4629024Z [00:02:30.724]➜  packagefile crypto/aes=/tmp/go-build2180205415/b138/_pkg_.a
2025-08-20T23:00:08.4629636Z [00:02:30.724]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T23:00:08.4630146Z [00:02:30.724]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:08.4630635Z [00:02:30.724]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:08.4631109Z [00:02:30.724]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:08.4631550Z [00:02:30.724]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.4631963Z [00:02:30.724]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.4632483Z [00:02:30.724]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build2180205415/b823/_pkg_.a
2025-08-20T23:00:08.4633028Z [00:02:30.724]➜  packagefile go4.org/syncutil=/tmp/go-build2180205415/b826/_pkg_.a
2025-08-20T23:00:08.4633594Z [00:02:30.724]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build2180205415/b827/_pkg_.a
2025-08-20T23:00:08.4634195Z [00:02:30.724]➜  packagefile golang.org/x/text/transform=/tmp/go-build2180205415/b220/_pkg_.a
2025-08-20T23:00:08.4634674Z [00:02:30.724]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.4634975Z [00:02:30.724]➜  EOF
2025-08-20T23:00:08.4637595Z [00:02:30.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b822/_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/b822=>" -p github.com/bodgit/sevenzip/internal/aes7z -lang=go1.19 -complete -installsuffix shared -buildid fslT7kKUQxuOeF4FwJT8/fslT7kKUQxuOeF4FwJT8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b822/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:00:08.4780265Z [00:02:30.739]➜  go tool buildid -w $WORK/b836/_pkg_.a # internal
2025-08-20T23:00:08.4788468Z [00:02:30.739]➜  cp $WORK/b836/_pkg_.a /root/.cache/go-build/2d/2d8439b59bfe3ce9d2f2461931816d33fec67ea9b904396db4fec0150491413c-d # internal
2025-08-20T23:00:08.4789408Z [00:02:30.739]➜  github.com/hashicorp/go-multierror
2025-08-20T23:00:08.4789724Z [00:02:30.739]➜  mkdir -p $WORK/b835/
2025-08-20T23:00:08.4790111Z [00:02:30.739]➜  cat >/tmp/go-build2180205415/b835/importcfg << 'EOF' # internal
2025-08-20T23:00:08.4790457Z [00:02:30.739]➜  # import config
2025-08-20T23:00:08.4790796Z [00:02:30.739]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.4791212Z [00:02:30.739]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.4791707Z [00:02:30.739]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build2180205415/b836/_pkg_.a
2025-08-20T23:00:08.4792207Z [00:02:30.739]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:08.4792628Z [00:02:30.739]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:08.4792944Z [00:02:30.739]➜  EOF
2025-08-20T23:00:08.4796502Z [00:02:30.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b835/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1=>github.com/hashicorp/go-multierror@v1.1.1;$WORK/b835=>" -p github.com/hashicorp/go-multierror -lang=go1.13 -complete -installsuffix shared -buildid q5FJMWudSy6KhelMbSyE/q5FJMWudSy6KhelMbSyE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b835/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:00:08.5232065Z [00:02:30.784]➜  go tool buildid -w $WORK/b835/_pkg_.a # internal
2025-08-20T23:00:08.5239377Z [00:02:30.784]➜  cp $WORK/b835/_pkg_.a /root/.cache/go-build/6f/6f1e7ccd8017998ac7c6ed683c54b44e28604375fe1f6f66c0e542efd38157e6-d # internal
2025-08-20T23:00:08.5240060Z [00:02:30.784]➜  github.com/bodgit/sevenzip/internal/bcj2
2025-08-20T23:00:08.5240393Z [00:02:30.784]➜  mkdir -p $WORK/b833/
2025-08-20T23:00:08.5246635Z [00:02:30.786]➜  cat >/tmp/go-build2180205415/b833/importcfg << 'EOF' # internal
2025-08-20T23:00:08.5247693Z [00:02:30.786]➜  # import config
2025-08-20T23:00:08.5248547Z [00:02:30.786]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:08.5249454Z [00:02:30.786]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:08.5250154Z [00:02:30.786]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.5250739Z [00:02:30.786]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.5251804Z [00:02:30.786]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build2180205415/b834/_pkg_.a
2025-08-20T23:00:08.5262053Z [00:02:30.786]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build2180205415/b835/_pkg_.a
2025-08-20T23:00:08.5262844Z [00:02:30.786]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.5264385Z [00:02:30.786]➜  EOF
2025-08-20T23:00:08.5266765Z [00:02:30.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b833/_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/b833=>" -p github.com/bodgit/sevenzip/internal/bcj2 -lang=go1.19 -complete -installsuffix shared -buildid YhsvmZRGOzTU2QWYAjqW/YhsvmZRGOzTU2QWYAjqW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b833/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bcj2/reader.go
2025-08-20T23:00:08.5301199Z [00:02:30.791]➜  go tool buildid -w $WORK/b822/_pkg_.a # internal
2025-08-20T23:00:08.5316836Z [00:02:30.793]➜  cp $WORK/b822/_pkg_.a /root/.cache/go-build/c8/c8452567d0b1ea64e682b138907c6c51001d72b9e0523801348d723ffb4be53a-d # internal
2025-08-20T23:00:08.5319654Z [00:02:30.793]➜  github.com/bodgit/sevenzip/internal/bra
2025-08-20T23:00:08.5320574Z [00:02:30.793]➜  mkdir -p $WORK/b837/
2025-08-20T23:00:08.5324614Z [00:02:30.794]➜  cat >/tmp/go-build2180205415/b837/importcfg << 'EOF' # internal
2025-08-20T23:00:08.5325417Z [00:02:30.794]➜  # import config
2025-08-20T23:00:08.5326206Z [00:02:30.794]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:08.5326901Z [00:02:30.794]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:08.5327820Z [00:02:30.794]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.5328615Z [00:02:30.794]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.5329360Z [00:02:30.794]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.5329919Z [00:02:30.794]➜  EOF
2025-08-20T23:00:08.5334040Z [00:02:30.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b837/_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/b837=>" -p github.com/bodgit/sevenzip/internal/bra -lang=go1.19 -complete -installsuffix shared -buildid iJ7I9mdqO_jWposgrxI8/iJ7I9mdqO_jWposgrxI8 -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/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:00:08.5477314Z [00:02:30.809]➜  go tool buildid -w $WORK/b833/_pkg_.a # internal
2025-08-20T23:00:08.5488018Z [00:02:30.809]➜  cp $WORK/b833/_pkg_.a /root/.cache/go-build/89/89e4e9425161ef23e5fb6d01bb99d8dc29b97280340020f24f9026604b5e8f02-d # internal
2025-08-20T23:00:08.5488673Z [00:02:30.810]➜  compress/bzip2
2025-08-20T23:00:08.5488943Z [00:02:30.810]➜  mkdir -p $WORK/b840/
2025-08-20T23:00:08.5489323Z [00:02:30.810]➜  cat >/tmp/go-build2180205415/b840/importcfg << 'EOF' # internal
2025-08-20T23:00:08.5489668Z [00:02:30.810]➜  # import config
2025-08-20T23:00:08.5490008Z [00:02:30.810]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:08.5490416Z [00:02:30.810]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T23:00:08.5490816Z [00:02:30.810]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.5491226Z [00:02:30.810]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:08.5491540Z [00:02:30.810]➜  EOF
2025-08-20T23:00:08.5493501Z [00:02:30.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b840/_pkg_.a -trimpath "/root/.go/src/compress/bzip2=>compress/bzip2;$WORK/b840=>" -p compress/bzip2 -lang=go1.25 -std -complete -installsuffix shared -buildid TqBajTQfFBHlgJ51aebO/TqBajTQfFBHlgJ51aebO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b840/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:00:08.5594413Z [00:02:30.820]➜  go tool buildid -w $WORK/b837/_pkg_.a # internal
2025-08-20T23:00:08.5605941Z [00:02:30.821]➜  cp $WORK/b837/_pkg_.a /root/.cache/go-build/68/68677c3125aafd55e707065bdac3a8547eb529509a8d10b3ac0fa79f374539c3-d # internal
2025-08-20T23:00:08.5606650Z [00:02:30.821]➜  github.com/bodgit/sevenzip/internal/deflate
2025-08-20T23:00:08.5606975Z [00:02:30.821]➜  mkdir -p $WORK/b841/
2025-08-20T23:00:08.5609280Z [00:02:30.822]➜  cat >/tmp/go-build2180205415/b841/importcfg << 'EOF' # internal
2025-08-20T23:00:08.5610257Z [00:02:30.822]➜  # import config
2025-08-20T23:00:08.5614591Z [00:02:30.822]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.5615515Z [00:02:30.822]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.5616544Z [00:02:30.822]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build2180205415/b834/_pkg_.a
2025-08-20T23:00:08.5618506Z [00:02:30.822]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build2180205415/b835/_pkg_.a
2025-08-20T23:00:08.5619207Z [00:02:30.822]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build2180205415/b790/_pkg_.a
2025-08-20T23:00:08.5619719Z [00:02:30.822]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.5620135Z [00:02:30.822]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:08.5620444Z [00:02:30.822]➜  EOF
2025-08-20T23:00:08.5622485Z [00:02:30.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b841/_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/b841=>" -p github.com/bodgit/sevenzip/internal/deflate -lang=go1.19 -complete -installsuffix shared -buildid DTbY4YDo09DVXpvnCRDe/DTbY4YDo09DVXpvnCRDe -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/deflate/reader.go
2025-08-20T23:00:08.5915500Z [00:02:30.852]➜  go tool buildid -w $WORK/b841/_pkg_.a # internal
2025-08-20T23:00:08.5923093Z [00:02:30.853]➜  cp $WORK/b841/_pkg_.a /root/.cache/go-build/4d/4d04732a75dbe4de86a8282176a805e29771dc9dcbf1f0cb8a4049e01d3a6e2b-d # internal
2025-08-20T23:00:08.5924690Z [00:02:30.854]➜  github.com/bodgit/sevenzip/internal/delta
2025-08-20T23:00:08.5926596Z [00:02:30.854]➜  mkdir -p $WORK/b842/
2025-08-20T23:00:08.5927042Z [00:02:30.854]➜  cat >/tmp/go-build2180205415/b842/importcfg << 'EOF' # internal
2025-08-20T23:00:08.5927710Z [00:02:30.854]➜  # import config
2025-08-20T23:00:08.5928134Z [00:02:30.854]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.5928704Z [00:02:30.854]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.5929218Z [00:02:30.854]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.5929541Z [00:02:30.854]➜  EOF
2025-08-20T23:00:08.5931537Z [00:02:30.854]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b842/_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/b842=>" -p github.com/bodgit/sevenzip/internal/delta -lang=go1.19 -complete -installsuffix shared -buildid 2CBD2hhBhdfI5EkH0ofD/2CBD2hhBhdfI5EkH0ofD -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/delta/reader.go
2025-08-20T23:00:08.5949892Z [00:02:30.856]➜  go tool buildid -w $WORK/b806/_pkg_.a # internal
2025-08-20T23:00:08.6056385Z [00:02:30.867]➜  go tool buildid -w $WORK/b840/_pkg_.a # internal
2025-08-20T23:00:08.6068013Z [00:02:30.868]➜  cp $WORK/b840/_pkg_.a /root/.cache/go-build/41/41ce51d857e796019bc8deaf14c97882c0b737ae5077b81835943758b9206a22-d # internal
2025-08-20T23:00:08.6092721Z [00:02:30.870]➜  github.com/bodgit/sevenzip/internal/bzip2
2025-08-20T23:00:08.6093716Z [00:02:30.870]➜  mkdir -p $WORK/b839/
2025-08-20T23:00:08.6096925Z [00:02:30.871]➜  cat >/tmp/go-build2180205415/b839/importcfg << 'EOF' # internal
2025-08-20T23:00:08.6097734Z [00:02:30.871]➜  # import config
2025-08-20T23:00:08.6098179Z [00:02:30.871]➜  packagefile compress/bzip2=/tmp/go-build2180205415/b840/_pkg_.a
2025-08-20T23:00:08.6098640Z [00:02:30.871]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.6099055Z [00:02:30.871]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.6099455Z [00:02:30.871]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.6099774Z [00:02:30.871]➜  EOF
2025-08-20T23:00:08.6101775Z [00:02:30.871]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b839/_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/b839=>" -p github.com/bodgit/sevenzip/internal/bzip2 -lang=go1.19 -complete -installsuffix shared -buildid pGNj6NUGcA9fZRYzOIKN/pGNj6NUGcA9fZRYzOIKN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b839/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bzip2/reader.go
2025-08-20T23:00:08.6108849Z [00:02:30.872]➜  go tool buildid -w $WORK/b842/_pkg_.a # internal
2025-08-20T23:00:08.6117798Z [00:02:30.873]➜  cp $WORK/b842/_pkg_.a /root/.cache/go-build/6a/6ac44eda593eb6ca43601b1f7ed24b1c60a802dbc0d8a2a2fcf9e972561f6574-d # internal
2025-08-20T23:00:08.6118697Z [00:02:30.873]➜  github.com/pierrec/lz4/v4/internal/lz4block
2025-08-20T23:00:08.6119126Z [00:02:30.873]➜  mkdir -p $WORK/b845/
2025-08-20T23:00:08.6120738Z [00:02:30.873]➜  echo -n > $WORK/b845/go_asm.h # internal
2025-08-20T23:00:08.6121273Z [00:02:30.873]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block
2025-08-20T23:00:08.6122830Z [00:02:30.873]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/pierrec/lz4/v4/internal/lz4block -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block;$WORK/b845=>" -I $WORK/b845/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b845/symabis ./decode_arm64.s
2025-08-20T23:00:08.6167168Z [00:02:30.878]➜  cat >/tmp/go-build2180205415/b845/importcfg << 'EOF' # internal
2025-08-20T23:00:08.6167877Z [00:02:30.878]➜  # import config
2025-08-20T23:00:08.6169451Z [00:02:30.878]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:08.6170151Z [00:02:30.878]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build2180205415/b846/_pkg_.a
2025-08-20T23:00:08.6170955Z [00:02:30.878]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:08.6171545Z [00:02:30.878]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:08.6171909Z [00:02:30.878]➜  EOF
2025-08-20T23:00:08.6172160Z [00:02:30.878]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:08.6175010Z [00:02:30.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b845/_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/b845=>" -p github.com/pierrec/lz4/v4/internal/lz4block -lang=go1.14 -installsuffix shared -buildid eI5r1RhdwCP0_MNJEV9L/eI5r1RhdwCP0_MNJEV9L -goversion go1.25.0 -symabis $WORK/b845/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b845/importcfg -pack -asmhdr $WORK/b845/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:00:08.6242176Z [00:02:30.885]➜  cp $WORK/b806/_pkg_.a /root/.cache/go-build/c3/c3b6101f30fabfb80a515f315e0e3b76bb856d9a99d5b38fefb8e818eec358b4-d # internal
2025-08-20T23:00:08.6242831Z [00:02:30.885]➜  github.com/pierrec/lz4/v4/internal/xxh32
2025-08-20T23:00:08.6245841Z [00:02:30.885]➜  mkdir -p $WORK/b848/
2025-08-20T23:00:08.6246300Z [00:02:30.885]➜  cat >/tmp/go-build2180205415/b848/importcfg << 'EOF' # internal
2025-08-20T23:00:08.6246651Z [00:02:30.885]➜  # import config
2025-08-20T23:00:08.6247081Z [00:02:30.885]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:08.6247474Z [00:02:30.885]➜  EOF
2025-08-20T23:00:08.6249796Z [00:02:30.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b848/_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/b848=>" -p github.com/pierrec/lz4/v4/internal/xxh32 -lang=go1.14 -complete -installsuffix shared -buildid TEOLEl8oegYXyFxfEBPF/TEOLEl8oegYXyFxfEBPF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b848/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:00:08.6256081Z [00:02:30.887]➜  go tool buildid -w $WORK/b839/_pkg_.a # internal
2025-08-20T23:00:08.6260613Z [00:02:30.887]➜  cp $WORK/b839/_pkg_.a /root/.cache/go-build/7a/7a6ecbba3d63de928e4f8a291483e8804176dce78b9e4dd1a109992671632662-d # internal
2025-08-20T23:00:08.6261269Z [00:02:30.887]➜  github.com/ulikunitz/xz/internal/xlog
2025-08-20T23:00:08.6261590Z [00:02:30.887]➜  mkdir -p $WORK/b852/
2025-08-20T23:00:08.6262914Z [00:02:30.887]➜  cat >/tmp/go-build2180205415/b852/importcfg << 'EOF' # internal
2025-08-20T23:00:08.6263681Z [00:02:30.887]➜  # import config
2025-08-20T23:00:08.6264487Z [00:02:30.887]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.6265331Z [00:02:30.887]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.6266765Z [00:02:30.887]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:08.6267250Z [00:02:30.887]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:08.6267696Z [00:02:30.887]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:08.6268116Z [00:02:30.887]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:08.6268426Z [00:02:30.887]➜  EOF
2025-08-20T23:00:08.6270342Z [00:02:30.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b852/_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/b852=>" -p github.com/ulikunitz/xz/internal/xlog -lang=go1.12 -complete -installsuffix shared -buildid zHcaJzm9RJc0ZLWS86Z9/zHcaJzm9RJc0ZLWS86Z9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b852/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/xlog/xlog.go
2025-08-20T23:00:08.6479217Z [00:02:30.909]➜  go tool buildid -w $WORK/b848/_pkg_.a # internal
2025-08-20T23:00:08.6484510Z [00:02:30.909]➜  cp $WORK/b848/_pkg_.a /root/.cache/go-build/1d/1d4b8ad6683be344407d03a711b7b24d3bbc3fd3ceba45d005c284cdc38e8348-d # internal
2025-08-20T23:00:08.6486206Z [00:02:30.909]➜  github.com/bodgit/sevenzip/internal/pool
2025-08-20T23:00:08.6486548Z [00:02:30.910]➜  mkdir -p $WORK/b854/
2025-08-20T23:00:08.6486923Z [00:02:30.910]➜  cat >/tmp/go-build2180205415/b854/importcfg << 'EOF' # internal
2025-08-20T23:00:08.6487268Z [00:02:30.910]➜  # import config
2025-08-20T23:00:08.6487636Z [00:02:30.910]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T23:00:08.6488223Z [00:02:30.910]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build2180205415/b834/_pkg_.a
2025-08-20T23:00:08.6488765Z [00:02:30.910]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:08.6489197Z [00:02:30.910]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:08.6489859Z [00:02:30.910]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:08.6490175Z [00:02:30.910]➜  EOF
2025-08-20T23:00:08.6494117Z [00:02:30.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b854/_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/b854=>" -p github.com/bodgit/sevenzip/internal/pool -lang=go1.19 -complete -installsuffix shared -buildid F9MwyAPJcRNVM6gsKVhb/F9MwyAPJcRNVM6gsKVhb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b854/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/pool/pool.go
2025-08-20T23:00:08.6565537Z [00:02:30.917]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block
2025-08-20T23:00:08.6583550Z [00:02:30.917]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/pierrec/lz4/v4/internal/lz4block -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block;$WORK/b845=>" -I $WORK/b845/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b845/decode_arm64.o ./decode_arm64.s
2025-08-20T23:00:08.6596904Z [00:02:30.921]➜  go tool pack r $WORK/b845/_pkg_.a $WORK/b845/decode_arm64.o # internal
2025-08-20T23:00:08.6597362Z [00:02:30.921]➜  go tool buildid -w $WORK/b845/_pkg_.a # internal
2025-08-20T23:00:08.6607247Z [00:02:30.921]➜  cp $WORK/b845/_pkg_.a /root/.cache/go-build/72/72609569bd3017ec8af5241f8d4c94cda084567f82d58bd4f5f3b8dc4f8a859d-d # internal
2025-08-20T23:00:08.6607980Z [00:02:30.922]➜  github.com/pierrec/lz4/v4/internal/lz4stream
2025-08-20T23:00:08.6608306Z [00:02:30.922]➜  mkdir -p $WORK/b847/
2025-08-20T23:00:08.6608674Z [00:02:30.922]➜  cat >/tmp/go-build2180205415/b847/importcfg << 'EOF' # internal
2025-08-20T23:00:08.6609020Z [00:02:30.922]➜  # import config
2025-08-20T23:00:08.6609570Z [00:02:30.922]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:08.6610122Z [00:02:30.922]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.6610690Z [00:02:30.922]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build2180205415/b845/_pkg_.a
2025-08-20T23:00:08.6611387Z [00:02:30.922]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build2180205415/b846/_pkg_.a
2025-08-20T23:00:08.6612060Z [00:02:30.922]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build2180205415/b848/_pkg_.a
2025-08-20T23:00:08.6612577Z [00:02:30.922]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.6613000Z [00:02:30.922]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:08.6613424Z [00:02:30.922]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:08.6613729Z [00:02:30.922]➜  EOF
2025-08-20T23:00:08.6613974Z [00:02:30.922]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:08.6619421Z [00:02:30.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b847/_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/b847=>" -p github.com/pierrec/lz4/v4/internal/lz4stream -lang=go1.14 -complete -installsuffix shared -buildid zZ2RHunn8mdqUNy-7NDL/zZ2RHunn8mdqUNy-7NDL -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/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:00:08.6664243Z [00:02:30.927]➜  go tool buildid -w $WORK/b852/_pkg_.a # internal
2025-08-20T23:00:08.6676542Z [00:02:30.929]➜  cp $WORK/b852/_pkg_.a /root/.cache/go-build/15/15c2a4f8422d67587e4e9886c1fb90cb2319f3f12ce81e57371cb63b9f88fc66-d # internal
2025-08-20T23:00:08.6683302Z [00:02:30.929]➜  github.com/ulikunitz/xz/lzma
2025-08-20T23:00:08.6685021Z [00:02:30.930]➜  mkdir -p $WORK/b850/
2025-08-20T23:00:08.6687460Z [00:02:30.930]➜  cat >/tmp/go-build2180205415/b850/importcfg << 'EOF' # internal
2025-08-20T23:00:08.6687834Z [00:02:30.930]➜  # import config
2025-08-20T23:00:08.6688189Z [00:02:30.930]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:08.6688608Z [00:02:30.930]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:08.6689026Z [00:02:30.930]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.6691041Z [00:02:30.930]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.6691635Z [00:02:30.930]➜  packagefile github.com/ulikunitz/xz/internal/hash=/tmp/go-build2180205415/b851/_pkg_.a
2025-08-20T23:00:08.6692284Z [00:02:30.930]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build2180205415/b852/_pkg_.a
2025-08-20T23:00:08.6692795Z [00:02:30.930]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.6693227Z [00:02:30.930]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:08.6693556Z [00:02:30.930]➜  EOF
2025-08-20T23:00:08.6707233Z [00:02:30.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b850/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma=>github.com/ulikunitz/xz@v0.5.12/lzma;$WORK/b850=>" -p github.com/ulikunitz/xz/lzma -lang=go1.12 -complete -installsuffix shared -buildid uBQ9eJjHmfahG4iChfFn/uBQ9eJjHmfahG4iChfFn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b850/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:00:08.6785325Z [00:02:30.940]➜  go tool buildid -w $WORK/b854/_pkg_.a # internal
2025-08-20T23:00:08.6795394Z [00:02:30.941]➜  cp $WORK/b854/_pkg_.a /root/.cache/go-build/2b/2b135c6236a31cc66eeb230f2dcfcc12099127872ab440ecb18b7c5be794fb14-d # internal
2025-08-20T23:00:08.6796211Z [00:02:30.941]➜  github.com/bodgit/sevenzip/internal/zstd
2025-08-20T23:00:08.6796539Z [00:02:30.941]➜  mkdir -p $WORK/b855/
2025-08-20T23:00:08.6804534Z [00:02:30.941]➜  cat >/tmp/go-build2180205415/b855/importcfg << 'EOF' # internal
2025-08-20T23:00:08.6805031Z [00:02:30.941]➜  # import config
2025-08-20T23:00:08.6806087Z [00:02:30.941]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.6806570Z [00:02:30.941]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.6807409Z [00:02:30.941]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build2180205415/b762/_pkg_.a
2025-08-20T23:00:08.6807913Z [00:02:30.941]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.6808336Z [00:02:30.941]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:08.6808755Z [00:02:30.941]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:08.6809057Z [00:02:30.941]➜  EOF
2025-08-20T23:00:08.6811012Z [00:02:30.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b855/_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/b855=>" -p github.com/bodgit/sevenzip/internal/zstd -lang=go1.19 -complete -installsuffix shared -buildid ysNIt015f-piKl7_Fn3s/ysNIt015f-piKl7_Fn3s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b855/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/zstd/reader.go
2025-08-20T23:00:08.7010320Z [00:02:30.962]➜  go tool buildid -w $WORK/b855/_pkg_.a # internal
2025-08-20T23:00:08.7017800Z [00:02:30.963]➜  cp $WORK/b855/_pkg_.a /root/.cache/go-build/00/002359a59551062be998c1e424fb4dd954ad5f49afac09c652b472eb58691afb-d # internal
2025-08-20T23:00:08.7019283Z [00:02:30.963]➜  go4.org/readerutil
2025-08-20T23:00:08.7019562Z [00:02:30.963]➜  mkdir -p $WORK/b857/
2025-08-20T23:00:08.7023123Z [00:02:30.963]➜  cat >/tmp/go-build2180205415/b857/importcfg << 'EOF' # internal
2025-08-20T23:00:08.7023479Z [00:02:30.963]➜  # import config
2025-08-20T23:00:08.7023819Z [00:02:30.963]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:08.7024239Z [00:02:30.963]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.7024659Z [00:02:30.963]➜  packagefile expvar=/tmp/go-build2180205415/b628/_pkg_.a
2025-08-20T23:00:08.7025350Z [00:02:30.964]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.7026091Z [00:02:30.964]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.7026523Z [00:02:30.964]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:08.7026934Z [00:02:30.964]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:08.7027353Z [00:02:30.964]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:08.7027668Z [00:02:30.964]➜  EOF
2025-08-20T23:00:08.7031345Z [00:02:30.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b857/_pkg_.a -trimpath "/root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil=>go4.org@v0.0.0-20230225012048-214862532bf5/readerutil;$WORK/b857=>" -p go4.org/readerutil -lang=go1.13 -complete -installsuffix shared -buildid PZyaA35paVo0LBgX3JJT/PZyaA35paVo0LBgX3JJT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b857/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:00:08.7121626Z [00:02:30.973]➜  go tool buildid -w $WORK/b847/_pkg_.a # internal
2025-08-20T23:00:08.7129788Z [00:02:30.974]➜  cp $WORK/b847/_pkg_.a /root/.cache/go-build/2d/2d9f73e21b03b5f9422fc3a27cc75c3f75fa2a91661f901dc4fb1db0b96e684f-d # internal
2025-08-20T23:00:08.7136405Z [00:02:30.974]➜  github.com/pierrec/lz4/v4
2025-08-20T23:00:08.7136783Z [00:02:30.974]➜  mkdir -p $WORK/b844/
2025-08-20T23:00:08.7137256Z [00:02:30.974]➜  cat >/tmp/go-build2180205415/b844/importcfg << 'EOF' # internal
2025-08-20T23:00:08.7137623Z [00:02:30.974]➜  # import config
2025-08-20T23:00:08.7138224Z [00:02:30.974]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:08.7138656Z [00:02:30.974]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.7139069Z [00:02:30.974]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.7139638Z [00:02:30.974]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build2180205415/b845/_pkg_.a
2025-08-20T23:00:08.7140335Z [00:02:30.974]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build2180205415/b846/_pkg_.a
2025-08-20T23:00:08.7141024Z [00:02:30.974]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build2180205415/b847/_pkg_.a
2025-08-20T23:00:08.7141555Z [00:02:30.974]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.7141973Z [00:02:30.974]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:08.7142409Z [00:02:30.974]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:08.7142844Z [00:02:30.974]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:08.7143163Z [00:02:30.974]➜  EOF
2025-08-20T23:00:08.7146747Z [00:02:30.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b844/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21=>github.com/pierrec/lz4/v4@v4.1.21;$WORK/b844=>" -p github.com/pierrec/lz4/v4 -lang=go1.14 -complete -installsuffix shared -buildid w7acoFegvQFmCBwFnc0m/w7acoFegvQFmCBwFnc0m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b844/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:00:08.7341754Z [00:02:30.995]➜  go tool buildid -w $WORK/b857/_pkg_.a # internal
2025-08-20T23:00:08.7351655Z [00:02:30.996]➜  cp $WORK/b857/_pkg_.a /root/.cache/go-build/5b/5b583006f611249e6502cc6ff7fabd5ee7c186c627fae94bae2544c32b581756-d # internal
2025-08-20T23:00:08.7354035Z [00:02:30.996]➜  github.com/dsnet/compress/internal/errors
2025-08-20T23:00:08.7376742Z [00:02:30.997]➜  mkdir -p $WORK/b861/
2025-08-20T23:00:08.7377317Z [00:02:30.997]➜  cat >/tmp/go-build2180205415/b861/importcfg << 'EOF' # internal
2025-08-20T23:00:08.7382429Z [00:02:30.997]➜  # import config
2025-08-20T23:00:08.7382799Z [00:02:30.997]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:08.7383121Z [00:02:30.997]➜  EOF
2025-08-20T23:00:08.7385678Z [00:02:30.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b861/_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/b861=>" -p github.com/dsnet/compress/internal/errors -lang=go1.9 -complete -installsuffix shared -buildid 3tbKbLI_rtPZR4_9ZD3y/3tbKbLI_rtPZR4_9ZD3y -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/internal/errors/errors.go
2025-08-20T23:00:08.7554020Z [00:02:31.014]➜  go tool buildid -w $WORK/b861/_pkg_.a # internal
2025-08-20T23:00:08.7556314Z [00:02:31.015]➜  cp $WORK/b861/_pkg_.a /root/.cache/go-build/e1/e10b323a098f7e2e6fe908dff23d021066bc54b81442bd1ee5c104ccb4c7c915-d # internal
2025-08-20T23:00:08.7556982Z [00:02:31.015]➜  github.com/dsnet/compress
2025-08-20T23:00:08.7557268Z [00:02:31.016]➜  mkdir -p $WORK/b863/
2025-08-20T23:00:08.7557641Z [00:02:31.016]➜  cat >/tmp/go-build2180205415/b863/importcfg << 'EOF' # internal
2025-08-20T23:00:08.7557987Z [00:02:31.016]➜  # import config
2025-08-20T23:00:08.7558338Z [00:02:31.016]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:08.7559213Z [00:02:31.016]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build2180205415/b861/_pkg_.a
2025-08-20T23:00:08.7559745Z [00:02:31.016]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.7560056Z [00:02:31.016]➜  EOF
2025-08-20T23:00:08.7562095Z [00:02:31.016]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b863/_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/b863=>" -p github.com/dsnet/compress -lang=go1.9 -complete -installsuffix shared -buildid zuFwHgAcTrtTaO1upjyT/zuFwHgAcTrtTaO1upjyT -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/api.go
2025-08-20T23:00:08.7786503Z [00:02:31.037]➜  go tool buildid -w $WORK/b863/_pkg_.a # internal
2025-08-20T23:00:08.7789689Z [00:02:31.040]➜  cp $WORK/b863/_pkg_.a /root/.cache/go-build/8a/8aac49a680d0d215feb523101177048f45488541da111ffa41ef82aa926ceecd-d # internal
2025-08-20T23:00:08.7794967Z [00:02:31.041]➜  github.com/dsnet/compress/internal/prefix
2025-08-20T23:00:08.7798205Z [00:02:31.041]➜  mkdir -p $WORK/b862/
2025-08-20T23:00:08.7798623Z [00:02:31.041]➜  cat >/tmp/go-build2180205415/b862/importcfg << 'EOF' # internal
2025-08-20T23:00:08.7798970Z [00:02:31.041]➜  # import config
2025-08-20T23:00:08.7799306Z [00:02:31.041]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:08.7799726Z [00:02:31.041]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:08.7800179Z [00:02:31.041]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:08.7800626Z [00:02:31.041]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.7801320Z [00:02:31.041]➜  packagefile github.com/dsnet/compress=/tmp/go-build2180205415/b863/_pkg_.a
2025-08-20T23:00:08.7802031Z [00:02:31.041]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build2180205415/b860/_pkg_.a
2025-08-20T23:00:08.7802687Z [00:02:31.041]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build2180205415/b861/_pkg_.a
2025-08-20T23:00:08.7803446Z [00:02:31.041]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.7803855Z [00:02:31.041]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:08.7804275Z [00:02:31.041]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:08.7804594Z [00:02:31.041]➜  EOF
2025-08-20T23:00:08.7809598Z [00:02:31.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b862/_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/b862=>" -p github.com/dsnet/compress/internal/prefix -lang=go1.9 -complete -installsuffix shared -buildid hcHJEywPon9vud13L6fj/hcHJEywPon9vud13L6fj -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/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:00:08.8391025Z [00:02:31.100]➜  go tool buildid -w $WORK/b844/_pkg_.a # internal
2025-08-20T23:00:08.8403671Z [00:02:31.101]➜  cp $WORK/b844/_pkg_.a /root/.cache/go-build/2c/2cc4c46ff111d1684540e01664f5d5cfb695625a0a28e2cb13224b0f6d602ded-d # internal
2025-08-20T23:00:08.8408994Z [00:02:31.102]➜  github.com/bodgit/sevenzip/internal/lz4
2025-08-20T23:00:08.8410470Z [00:02:31.102]➜  mkdir -p $WORK/b843/
2025-08-20T23:00:08.8410954Z [00:02:31.102]➜  cat >/tmp/go-build2180205415/b843/importcfg << 'EOF' # internal
2025-08-20T23:00:08.8411308Z [00:02:31.102]➜  # import config
2025-08-20T23:00:08.8411651Z [00:02:31.102]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.8412072Z [00:02:31.102]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.8412557Z [00:02:31.102]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build2180205415/b844/_pkg_.a
2025-08-20T23:00:08.8413029Z [00:02:31.102]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.8413436Z [00:02:31.102]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:08.8413753Z [00:02:31.102]➜  EOF
2025-08-20T23:00:08.8415711Z [00:02:31.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b843/_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/b843=>" -p github.com/bodgit/sevenzip/internal/lz4 -lang=go1.19 -complete -installsuffix shared -buildid _kMNJpG9Oyls-EUkj2Z0/_kMNJpG9Oyls-EUkj2Z0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b843/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lz4/reader.go
2025-08-20T23:00:08.8605369Z [00:02:31.122]➜  go tool buildid -w $WORK/b843/_pkg_.a # internal
2025-08-20T23:00:08.8610133Z [00:02:31.122]➜  cp $WORK/b843/_pkg_.a /root/.cache/go-build/fe/fe4abc0d3ae89a67749512d46819588141a1ccde1fd94479272c0ecacfbfcf94-d # internal
2025-08-20T23:00:08.8610946Z [00:02:31.122]➜  github.com/klauspost/compress/gzip
2025-08-20T23:00:08.8611267Z [00:02:31.122]➜  mkdir -p $WORK/b864/
2025-08-20T23:00:08.8613403Z [00:02:31.122]➜  cat >/tmp/go-build2180205415/b864/importcfg << 'EOF' # internal
2025-08-20T23:00:08.8613834Z [00:02:31.122]➜  # import config
2025-08-20T23:00:08.8614336Z [00:02:31.122]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:08.8614842Z [00:02:31.122]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:08.8615350Z [00:02:31.122]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:08.8615879Z [00:02:31.122]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.8616355Z [00:02:31.122]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.8616879Z [00:02:31.122]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build2180205415/b790/_pkg_.a
2025-08-20T23:00:08.8617409Z [00:02:31.122]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:08.8617836Z [00:02:31.122]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.8618245Z [00:02:31.122]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:08.8618557Z [00:02:31.122]➜  EOF
2025-08-20T23:00:08.8620884Z [00:02:31.122]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b864/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/gzip=>github.com/klauspost/compress@v1.18.0/gzip;$WORK/b864=>" -p github.com/klauspost/compress/gzip -lang=go1.22 -complete -installsuffix shared -buildid yWna78M8_UcT8mxlwXn8/yWna78M8_UcT8mxlwXn8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b864/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:00:08.8701378Z [00:02:31.131]➜  go tool buildid -w $WORK/b850/_pkg_.a # internal
2025-08-20T23:00:08.8762318Z [00:02:31.137]➜  cp $WORK/b850/_pkg_.a /root/.cache/go-build/99/9969ed15b67fdfc2515bb99cdf8f146d0720127ef3bee6a2b529c7a827c95090-d # internal
2025-08-20T23:00:08.8768698Z [00:02:31.137]➜  github.com/bodgit/sevenzip/internal/lzma
2025-08-20T23:00:08.8769297Z [00:02:31.137]➜  mkdir -p $WORK/b849/
2025-08-20T23:00:08.8769685Z [00:02:31.137]➜  cat >/tmp/go-build2180205415/b849/importcfg << 'EOF' # internal
2025-08-20T23:00:08.8770035Z [00:02:31.137]➜  # import config
2025-08-20T23:00:08.8770378Z [00:02:31.137]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:08.8770834Z [00:02:31.137]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:08.8771287Z [00:02:31.137]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.8771703Z [00:02:31.137]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.8772200Z [00:02:31.137]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build2180205415/b850/_pkg_.a
2025-08-20T23:00:08.8772686Z [00:02:31.137]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.8772987Z [00:02:31.137]➜  EOF
2025-08-20T23:00:08.8774949Z [00:02:31.138]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b849/_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/b849=>" -p github.com/bodgit/sevenzip/internal/lzma -lang=go1.19 -complete -installsuffix shared -buildid 0oqR66-7Z1bNf8YucCSA/0oqR66-7Z1bNf8YucCSA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b849/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lzma/reader.go
2025-08-20T23:00:08.9035070Z [00:02:31.164]➜  go tool buildid -w $WORK/b849/_pkg_.a # internal
2025-08-20T23:00:08.9047263Z [00:02:31.165]➜  cp $WORK/b849/_pkg_.a /root/.cache/go-build/a6/a61d7d1ce30580a9bc8c442f5cff6d637e02ecd382255cf64388794d8d5215dd-d # internal
2025-08-20T23:00:08.9047901Z [00:02:31.165]➜  github.com/bodgit/sevenzip/internal/lzma2
2025-08-20T23:00:08.9048222Z [00:02:31.165]➜  mkdir -p $WORK/b853/
2025-08-20T23:00:08.9048593Z [00:02:31.165]➜  cat >/tmp/go-build2180205415/b853/importcfg << 'EOF' # internal
2025-08-20T23:00:08.9049199Z [00:02:31.165]➜  # import config
2025-08-20T23:00:08.9049626Z [00:02:31.165]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.9050046Z [00:02:31.165]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.9050554Z [00:02:31.165]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build2180205415/b850/_pkg_.a
2025-08-20T23:00:08.9051033Z [00:02:31.165]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.9051335Z [00:02:31.165]➜  EOF
2025-08-20T23:00:08.9053289Z [00:02:31.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b853/_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/b853=>" -p github.com/bodgit/sevenzip/internal/lzma2 -lang=go1.19 -complete -installsuffix shared -buildid _4QMH00o1CSynjc23i-M/_4QMH00o1CSynjc23i-M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b853/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lzma2/reader.go
2025-08-20T23:00:08.9066557Z [00:02:31.168]➜  go tool buildid -w $WORK/b864/_pkg_.a # internal
2025-08-20T23:00:08.9073845Z [00:02:31.168]➜  go tool buildid -w $WORK/b862/_pkg_.a # internal
2025-08-20T23:00:08.9081402Z [00:02:31.169]➜  cp $WORK/b864/_pkg_.a /root/.cache/go-build/2d/2d9e85f2bcef8b66f2f3420f6728be81086eeeb63ac80f84017448949dbe4ac3-d # internal
2025-08-20T23:00:08.9088548Z [00:02:31.170]➜  github.com/klauspost/compress/s2
2025-08-20T23:00:08.9088889Z [00:02:31.170]➜  mkdir -p $WORK/b865/
2025-08-20T23:00:08.9092487Z [00:02:31.170]➜  echo -n > $WORK/b865/go_asm.h # internal
2025-08-20T23:00:08.9093545Z [00:02:31.170]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T23:00:08.9095686Z [00:02:31.170]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/compress/s2 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b865=>" -I $WORK/b865/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b865/symabis ./decode_arm64.s
2025-08-20T23:00:08.9116695Z [00:02:31.172]➜  cp $WORK/b862/_pkg_.a /root/.cache/go-build/1b/1b87ab954ce233de62acf6ab75a34dc0bef488b2202a00f45d1678ecf9e5af48-d # internal
2025-08-20T23:00:08.9118514Z [00:02:31.172]➜  github.com/dsnet/compress/bzip2
2025-08-20T23:00:08.9118885Z [00:02:31.172]➜  mkdir -p $WORK/b858/
2025-08-20T23:00:08.9119262Z [00:02:31.172]➜  cat >/tmp/go-build2180205415/b858/importcfg << 'EOF' # internal
2025-08-20T23:00:08.9119606Z [00:02:31.172]➜  # import config
2025-08-20T23:00:08.9119939Z [00:02:31.172]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.9120506Z [00:02:31.172]➜  packagefile github.com/dsnet/compress/bzip2/internal/sais=/tmp/go-build2180205415/b859/_pkg_.a
2025-08-20T23:00:08.9121170Z [00:02:31.172]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build2180205415/b860/_pkg_.a
2025-08-20T23:00:08.9121833Z [00:02:31.172]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build2180205415/b861/_pkg_.a
2025-08-20T23:00:08.9122516Z [00:02:31.172]➜  packagefile github.com/dsnet/compress/internal/prefix=/tmp/go-build2180205415/b862/_pkg_.a
2025-08-20T23:00:08.9123069Z [00:02:31.173]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:08.9123497Z [00:02:31.173]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.9123802Z [00:02:31.173]➜  EOF
2025-08-20T23:00:08.9124048Z [00:02:31.173]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:08.9129078Z [00:02:31.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b858/_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/b858=>" -p github.com/dsnet/compress/bzip2 -lang=go1.9 -complete -installsuffix shared -buildid kor1f_imcde622Z3JTtf/kor1f_imcde622Z3JTtf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b858/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:00:08.9145690Z [00:02:31.175]➜  cat >/tmp/go-build2180205415/b865/importcfg << 'EOF' # internal
2025-08-20T23:00:08.9157554Z [00:02:31.175]➜  # import config
2025-08-20T23:00:08.9157993Z [00:02:31.175]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:08.9158695Z [00:02:31.175]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:08.9159241Z [00:02:31.175]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:08.9159870Z [00:02:31.175]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:08.9160317Z [00:02:31.175]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.9160730Z [00:02:31.175]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.9161283Z [00:02:31.175]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build2180205415/b766/_pkg_.a
2025-08-20T23:00:08.9161967Z [00:02:31.175]➜  packagefile github.com/klauspost/compress/internal/race=/tmp/go-build2180205415/b866/_pkg_.a
2025-08-20T23:00:08.9162526Z [00:02:31.175]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:08.9162954Z [00:02:31.175]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.9163544Z [00:02:31.175]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:08.9163974Z [00:02:31.175]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:08.9164401Z [00:02:31.175]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:08.9164838Z [00:02:31.175]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:08.9165257Z [00:02:31.175]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:08.9165677Z [00:02:31.175]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:08.9167842Z [00:02:31.175]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:08.9168157Z [00:02:31.175]➜  EOF
2025-08-20T23:00:08.9175390Z [00:02:31.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b865/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b865=>" -p github.com/klauspost/compress/s2 -lang=go1.22 -installsuffix shared -buildid 0baNfMamq_gZZqJw2NMI/0baNfMamq_gZZqJw2NMI -goversion go1.25.0 -symabis $WORK/b865/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b865/importcfg -pack -asmhdr $WORK/b865/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/decode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/decode_asm.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/dict.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_all.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_best.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_better.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_go.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/index.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/lz4convert.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/lz4sconvert.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/reader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/s2.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/writer.go
2025-08-20T23:00:08.9232577Z [00:02:31.184]➜  go tool buildid -w $WORK/b853/_pkg_.a # internal
2025-08-20T23:00:08.9243741Z [00:02:31.185]➜  cp $WORK/b853/_pkg_.a /root/.cache/go-build/0a/0a143b1ab8727aa904424de25ae343098df9feb9c131f4aab63ad3d74556333f-d # internal
2025-08-20T23:00:08.9244482Z [00:02:31.185]➜  github.com/klauspost/compress/internal/godebug
2025-08-20T23:00:08.9244815Z [00:02:31.185]➜  mkdir -p $WORK/b868/
2025-08-20T23:00:08.9245185Z [00:02:31.185]➜  cat >/tmp/go-build2180205415/b868/importcfg << 'EOF' # internal
2025-08-20T23:00:08.9245530Z [00:02:31.185]➜  # import config
2025-08-20T23:00:08.9245996Z [00:02:31.185]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:08.9246378Z [00:02:31.185]➜  EOF
2025-08-20T23:00:08.9248718Z [00:02:31.185]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b868/_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/b868=>" -p github.com/klauspost/compress/internal/godebug -lang=go1.22 -complete -installsuffix shared -buildid JMzDyHdJw5nuUjPzxHcl/JMzDyHdJw5nuUjPzxHcl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b868/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/godebug/godebug.go
2025-08-20T23:00:08.9370608Z [00:02:31.198]➜  go tool buildid -w $WORK/b868/_pkg_.a # internal
2025-08-20T23:00:08.9378191Z [00:02:31.198]➜  cp $WORK/b868/_pkg_.a /root/.cache/go-build/b3/b3d7e7c9b8418172a752924617267f52e89460c35935dd70dab6d53b781d47c4-d # internal
2025-08-20T23:00:08.9378810Z [00:02:31.198]➜  github.com/klauspost/compress/zip
2025-08-20T23:00:08.9379119Z [00:02:31.199]➜  mkdir -p $WORK/b867/
2025-08-20T23:00:08.9379514Z [00:02:31.199]➜  cat >/tmp/go-build2180205415/b867/importcfg << 'EOF' # internal
2025-08-20T23:00:08.9380111Z [00:02:31.199]➜  # import config
2025-08-20T23:00:08.9380469Z [00:02:31.199]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:08.9380931Z [00:02:31.199]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:08.9381396Z [00:02:31.199]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:08.9381934Z [00:02:31.199]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build2180205415/b790/_pkg_.a
2025-08-20T23:00:08.9382613Z [00:02:31.199]➜  packagefile github.com/klauspost/compress/internal/godebug=/tmp/go-build2180205415/b868/_pkg_.a
2025-08-20T23:00:08.9383170Z [00:02:31.199]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:08.9383598Z [00:02:31.199]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:08.9384026Z [00:02:31.199]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.9384439Z [00:02:31.199]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:08.9384854Z [00:02:31.199]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:08.9385263Z [00:02:31.199]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:08.9385710Z [00:02:31.199]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:08.9386451Z [00:02:31.199]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:08.9386877Z [00:02:31.199]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:08.9387295Z [00:02:31.199]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:08.9387702Z [00:02:31.199]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:08.9388136Z [00:02:31.199]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:08.9388466Z [00:02:31.199]➜  EOF
2025-08-20T23:00:08.9408752Z [00:02:31.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b867/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip=>github.com/klauspost/compress@v1.18.0/zip;$WORK/b867=>" -p github.com/klauspost/compress/zip -lang=go1.22 -complete -installsuffix shared -buildid 6RkItlTgU5F_Xh9WtXup/6RkItlTgU5F_Xh9WtXup -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b867/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:00:08.9834373Z [00:02:31.244]➜  go tool buildid -w $WORK/b858/_pkg_.a # internal
2025-08-20T23:00:08.9848045Z [00:02:31.246]➜  cp $WORK/b858/_pkg_.a /root/.cache/go-build/84/84a0bb790028bc479d78a3c0a603ddc58f99f416ec9730e69c4e6843f6af797c-d # internal
2025-08-20T23:00:08.9855327Z [00:02:31.246]➜  github.com/klauspost/compress/zlib
2025-08-20T23:00:08.9859838Z [00:02:31.246]➜  mkdir -p $WORK/b869/
2025-08-20T23:00:08.9860252Z [00:02:31.246]➜  cat >/tmp/go-build2180205415/b869/importcfg << 'EOF' # internal
2025-08-20T23:00:08.9860811Z [00:02:31.246]➜  # import config
2025-08-20T23:00:08.9861259Z [00:02:31.246]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:08.9861897Z [00:02:31.246]➜  packagefile compress/zlib=/tmp/go-build2180205415/b813/_pkg_.a
2025-08-20T23:00:08.9862379Z [00:02:31.246]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:08.9862822Z [00:02:31.246]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:08.9863348Z [00:02:31.246]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build2180205415/b790/_pkg_.a
2025-08-20T23:00:08.9863860Z [00:02:31.246]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:08.9864299Z [00:02:31.246]➜  packagefile hash/adler32=/tmp/go-build2180205415/b814/_pkg_.a
2025-08-20T23:00:08.9864735Z [00:02:31.246]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:08.9865216Z [00:02:31.246]➜  EOF
2025-08-20T23:00:08.9867518Z [00:02:31.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b869/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zlib=>github.com/klauspost/compress@v1.18.0/zlib;$WORK/b869=>" -p github.com/klauspost/compress/zlib -lang=go1.22 -complete -installsuffix shared -buildid pNGjjNyBcJ1sRBndnuva/pNGjjNyBcJ1sRBndnuva -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b869/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:00:09.0078050Z [00:02:31.269]➜  go tool buildid -w $WORK/b869/_pkg_.a # internal
2025-08-20T23:00:09.0101545Z [00:02:31.271]➜  cp $WORK/b869/_pkg_.a /root/.cache/go-build/b8/b849a8a14ee1cb45cec182850ca6d36b38ecaeddfe8f941b56f64fe47ae5015c-d # internal
2025-08-20T23:00:09.0107350Z [00:02:31.271]➜  github.com/nwaples/rardecode/v2
2025-08-20T23:00:09.0107717Z [00:02:31.271]➜  mkdir -p $WORK/b870/
2025-08-20T23:00:09.0108119Z [00:02:31.271]➜  cat >/tmp/go-build2180205415/b870/importcfg << 'EOF' # internal
2025-08-20T23:00:09.0108471Z [00:02:31.271]➜  # import config
2025-08-20T23:00:09.0108817Z [00:02:31.271]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:09.0109246Z [00:02:31.271]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:09.0109681Z [00:02:31.271]➜  packagefile crypto/aes=/tmp/go-build2180205415/b138/_pkg_.a
2025-08-20T23:00:09.0110142Z [00:02:31.271]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T23:00:09.0110608Z [00:02:31.271]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:09.0111070Z [00:02:31.271]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:09.0111537Z [00:02:31.271]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:09.0112232Z [00:02:31.271]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:09.0112807Z [00:02:31.271]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.0113230Z [00:02:31.271]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:09.0113645Z [00:02:31.271]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:09.0114077Z [00:02:31.271]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:09.0114497Z [00:02:31.271]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:09.0114907Z [00:02:31.271]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:09.0115334Z [00:02:31.271]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:09.0115749Z [00:02:31.271]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:09.0116402Z [00:02:31.271]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:09.0116861Z [00:02:31.271]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:09.0117448Z [00:02:31.271]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:09.0117934Z [00:02:31.271]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:09.0118374Z [00:02:31.271]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T23:00:09.0118863Z [00:02:31.271]➜  EOF
2025-08-20T23:00:09.0129539Z [00:02:31.272]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b870/_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/b870=>" -p github.com/nwaples/rardecode/v2 -lang=go1.16 -complete -installsuffix shared -buildid G7pEbALwK7MGOTv3KTkL/G7pEbALwK7MGOTv3KTkL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b870/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:00:09.2163483Z [00:02:31.477]➜  go tool buildid -w $WORK/b867/_pkg_.a # internal
2025-08-20T23:00:09.2303178Z [00:02:31.491]➜  cp $WORK/b867/_pkg_.a /root/.cache/go-build/02/02ed1d8534f91b031b9760da3e0fcedf01ba0fa1f84fbe99713c18be8628de43-d # internal
2025-08-20T23:00:09.2309176Z [00:02:31.491]➜  github.com/sorairolake/lzip-go
2025-08-20T23:00:09.2341948Z [00:02:31.492]➜  mkdir -p $WORK/b871/
2025-08-20T23:00:09.2342436Z [00:02:31.493]➜  cat >/tmp/go-build2180205415/b871/importcfg << 'EOF' # internal
2025-08-20T23:00:09.2342795Z [00:02:31.493]➜  # import config
2025-08-20T23:00:09.2343408Z [00:02:31.493]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:09.2344019Z [00:02:31.493]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:09.2344575Z [00:02:31.493]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.2345182Z [00:02:31.493]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build2180205415/b850/_pkg_.a
2025-08-20T23:00:09.2346739Z [00:02:31.493]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:09.2347199Z [00:02:31.493]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:09.2347942Z [00:02:31.493]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:09.2348484Z [00:02:31.493]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:09.2349007Z [00:02:31.493]➜  EOF
2025-08-20T23:00:09.2351511Z [00:02:31.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b871/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5=>github.com/sorairolake/lzip-go@v0.3.5;$WORK/b871=>" -p github.com/sorairolake/lzip-go -lang=go1.22 -complete -installsuffix shared -buildid WRR6PfrpmCkAxOgc1CJi/WRR6PfrpmCkAxOgc1CJi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b871/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:00:09.2816083Z [00:02:31.542]➜  go tool buildid -w $WORK/b871/_pkg_.a # internal
2025-08-20T23:00:09.2826323Z [00:02:31.544]➜  cp $WORK/b871/_pkg_.a /root/.cache/go-build/b9/b94e8e278c32b87ae7b201580ae3910332e09f53b7326cddd1408820f9c01ef4-d # internal
2025-08-20T23:00:09.2830304Z [00:02:31.544]➜  github.com/therootcompany/xz
2025-08-20T23:00:09.2830654Z [00:02:31.544]➜  mkdir -p $WORK/b872/
2025-08-20T23:00:09.2834346Z [00:02:31.545]➜  cat >/tmp/go-build2180205415/b872/importcfg << 'EOF' # internal
2025-08-20T23:00:09.2835136Z [00:02:31.545]➜  # import config
2025-08-20T23:00:09.2836189Z [00:02:31.545]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:09.2836736Z [00:02:31.545]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:09.2837193Z [00:02:31.545]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.2837613Z [00:02:31.545]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:09.2838061Z [00:02:31.545]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:09.2838530Z [00:02:31.545]➜  packagefile hash/crc64=/tmp/go-build2180205415/b612/_pkg_.a
2025-08-20T23:00:09.2838956Z [00:02:31.545]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:09.2839268Z [00:02:31.545]➜  EOF
2025-08-20T23:00:09.2843011Z [00:02:31.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b872/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1=>github.com/therootcompany/xz@v1.0.1;$WORK/b872=>" -p github.com/therootcompany/xz -lang=go1.15 -complete -installsuffix shared -buildid 7sqdm1ELKTDNEFHAX_DY/7sqdm1ELKTDNEFHAX_DY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b872/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:00:09.3768355Z [00:02:31.638]➜  go tool buildid -w $WORK/b872/_pkg_.a # internal
2025-08-20T23:00:09.3780905Z [00:02:31.639]➜  cp $WORK/b872/_pkg_.a /root/.cache/go-build/b0/b0b63d9324e5635db1100feeebbd4a0304d215350fa0288f77eb4d591f8ded64-d # internal
2025-08-20T23:00:09.3783771Z [00:02:31.640]➜  github.com/ulikunitz/xz
2025-08-20T23:00:09.3784945Z [00:02:31.640]➜  mkdir -p $WORK/b873/
2025-08-20T23:00:09.3790334Z [00:02:31.640]➜  cat >/tmp/go-build2180205415/b873/importcfg << 'EOF' # internal
2025-08-20T23:00:09.3790769Z [00:02:31.640]➜  # import config
2025-08-20T23:00:09.3791120Z [00:02:31.640]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:09.3791600Z [00:02:31.640]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:09.3792062Z [00:02:31.640]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.3792487Z [00:02:31.640]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:09.3793026Z [00:02:31.640]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build2180205415/b852/_pkg_.a
2025-08-20T23:00:09.3794014Z [00:02:31.640]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build2180205415/b850/_pkg_.a
2025-08-20T23:00:09.3794505Z [00:02:31.640]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:09.3794936Z [00:02:31.640]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:09.3795436Z [00:02:31.640]➜  packagefile hash/crc64=/tmp/go-build2180205415/b612/_pkg_.a
2025-08-20T23:00:09.3796029Z [00:02:31.640]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:09.3796393Z [00:02:31.640]➜  EOF
2025-08-20T23:00:09.3799385Z [00:02:31.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b873/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12=>github.com/ulikunitz/xz@v0.5.12;$WORK/b873=>" -p github.com/ulikunitz/xz -lang=go1.12 -complete -installsuffix shared -buildid ZNl0Kl1bJHa4FtfFH1qU/ZNl0Kl1bJHa4FtfFH1qU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b873/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:00:09.4393028Z [00:02:31.700]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T23:00:09.4394635Z [00:02:31.700]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/compress/s2 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b865=>" -I $WORK/b865/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b865/decode_arm64.o ./decode_arm64.s
2025-08-20T23:00:09.4488352Z [00:02:31.708]➜  go tool pack r $WORK/b865/_pkg_.a $WORK/b865/decode_arm64.o # internal
2025-08-20T23:00:09.4489551Z [00:02:31.710]➜  go tool buildid -w $WORK/b865/_pkg_.a # internal
2025-08-20T23:00:09.4561243Z [00:02:31.717]➜  cp $WORK/b865/_pkg_.a /root/.cache/go-build/11/11b78ad426c243add78a96f4fec2fdc35147d46d80ff840c73d866c51732a874-d # internal
2025-08-20T23:00:09.4659695Z [00:02:31.727]➜  github.com/DataDog/zstd
2025-08-20T23:00:09.4689019Z [00:02:31.730]➜  mkdir -p $WORK/b875/
2025-08-20T23:00:09.4697388Z [00:02:31.731]➜  echo -n > $WORK/b875/preferlinkext # internal
2025-08-20T23:00:09.4697821Z [00:02:31.731]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:09.4699475Z [00:02:31.731]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b875/ -importpath github.com/DataDog/zstd "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b875/ -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:00:09.4792124Z [00:02:31.740]➜  go tool buildid -w $WORK/b873/_pkg_.a # internal
2025-08-20T23:00:09.4838663Z [00:02:31.744]➜  cp $WORK/b873/_pkg_.a /root/.cache/go-build/58/58137c50506ae8faae1568115e038b714a7d118f0f740091ba16292c98ef735b-d # internal
2025-08-20T23:00:09.4848494Z [00:02:31.746]➜  go tool buildid -w $WORK/b870/_pkg_.a # internal
2025-08-20T23:00:09.4879162Z [00:02:31.749]➜  github.com/ProtonMail/go-crypto/openpgp/errors
2025-08-20T23:00:09.4889938Z [00:02:31.749]➜  mkdir -p $WORK/b878/
2025-08-20T23:00:09.4890428Z [00:02:31.749]➜  cat >/tmp/go-build2180205415/b878/importcfg << 'EOF' # internal
2025-08-20T23:00:09.4890959Z [00:02:31.749]➜  # import config
2025-08-20T23:00:09.4891482Z [00:02:31.749]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:09.4891951Z [00:02:31.749]➜  EOF
2025-08-20T23:00:09.4892239Z [00:02:31.750]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:09.4894801Z [00:02:31.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b878/_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/b878=>" -p github.com/ProtonMail/go-crypto/openpgp/errors -lang=go1.17 -complete -installsuffix shared -buildid hB8EaciYvGT-zPwnYTj-/hB8EaciYvGT-zPwnYTj- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b878/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/errors/errors.go
2025-08-20T23:00:09.5001857Z [00:02:31.761]➜  cp $WORK/b870/_pkg_.a /root/.cache/go-build/70/70b72cf680f0066600bfe29fb8e4e3106b3fb30d04a8e41b046ce27979e0028f-d # internal
2025-08-20T23:00:09.5002553Z [00:02:31.761]➜  github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
2025-08-20T23:00:09.5006161Z [00:02:31.761]➜  mkdir -p $WORK/b880/
2025-08-20T23:00:09.5041776Z [00:02:31.765]➜  cat >/tmp/go-build2180205415/b880/importcfg << 'EOF' # internal
2025-08-20T23:00:09.5042192Z [00:02:31.765]➜  # import config
2025-08-20T23:00:09.5042558Z [00:02:31.765]➜  packagefile crypto/aes=/tmp/go-build2180205415/b138/_pkg_.a
2025-08-20T23:00:09.5043054Z [00:02:31.765]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:09.5047339Z [00:02:31.765]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.5047667Z [00:02:31.765]➜  EOF
2025-08-20T23:00:09.5049856Z [00:02:31.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b880/_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/b880=>" -p github.com/ProtonMail/go-crypto/openpgp/aes/keywrap -lang=go1.17 -complete -installsuffix shared -buildid 9TKppP-rGj44oNrQuGlw/9TKppP-rGj44oNrQuGlw -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/aes/keywrap/keywrap.go
2025-08-20T23:00:09.5252244Z [00:02:31.786]➜  go tool buildid -w $WORK/b878/_pkg_.a # internal
2025-08-20T23:00:09.5258827Z [00:02:31.787]➜  cp $WORK/b878/_pkg_.a /root/.cache/go-build/00/00ea23751c25b7bfce961a9c59fd08dceba3145fc939cb06dbabbf3df0c75e72-d # internal
2025-08-20T23:00:09.5259505Z [00:02:31.787]➜  github.com/ProtonMail/go-crypto/openpgp/armor
2025-08-20T23:00:09.5259835Z [00:02:31.787]➜  mkdir -p $WORK/b877/
2025-08-20T23:00:09.5266608Z [00:02:31.788]➜  cat >/tmp/go-build2180205415/b877/importcfg << 'EOF' # internal
2025-08-20T23:00:09.5267007Z [00:02:31.788]➜  # import config
2025-08-20T23:00:09.5267444Z [00:02:31.788]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:09.5267869Z [00:02:31.788]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:09.5268575Z [00:02:31.788]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:09.5269552Z [00:02:31.788]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2180205415/b878/_pkg_.a
2025-08-20T23:00:09.5270276Z [00:02:31.788]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:09.5270821Z [00:02:31.788]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:09.5271261Z [00:02:31.788]➜  EOF
2025-08-20T23:00:09.5273645Z [00:02:31.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b877/_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/b877=>" -p github.com/ProtonMail/go-crypto/openpgp/armor -lang=go1.17 -complete -installsuffix shared -buildid DBeNz3C5ORmL9pYHWTBj/DBeNz3C5ORmL9pYHWTBj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b877/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:00:09.5290343Z [00:02:31.790]➜  go tool buildid -w $WORK/b880/_pkg_.a # internal
2025-08-20T23:00:09.5294299Z [00:02:31.790]➜  cp $WORK/b880/_pkg_.a /root/.cache/go-build/ea/ea26ae0c3e57ea7d304d9bb0e8ad736ea4aa5a113a877756b80996ca72b367c8-d # internal
2025-08-20T23:00:09.5299081Z [00:02:31.791]➜  github.com/ProtonMail/go-crypto/eax
2025-08-20T23:00:09.5303270Z [00:02:31.791]➜  mkdir -p $WORK/b882/
2025-08-20T23:00:09.5308641Z [00:02:31.792]➜  cat >/tmp/go-build2180205415/b882/importcfg << 'EOF' # internal
2025-08-20T23:00:09.5309451Z [00:02:31.792]➜  # import config
2025-08-20T23:00:09.5309871Z [00:02:31.792]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T23:00:09.5310362Z [00:02:31.792]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:09.5310817Z [00:02:31.792]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.5311428Z [00:02:31.792]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build2180205415/b883/_pkg_.a
2025-08-20T23:00:09.5312164Z [00:02:31.792]➜  EOF
2025-08-20T23:00:09.5321918Z [00:02:31.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b882/_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/b882=>" -p github.com/ProtonMail/go-crypto/eax -lang=go1.17 -complete -installsuffix shared -buildid r2JVeOrhlvdBHzQ0Dkwt/r2JVeOrhlvdBHzQ0Dkwt -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/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:00:09.5729061Z [00:02:31.834]➜  go tool buildid -w $WORK/b877/_pkg_.a # internal
2025-08-20T23:00:09.5739188Z [00:02:31.835]➜  cp $WORK/b877/_pkg_.a /root/.cache/go-build/95/95b2ca60105017f74444a63403bf1103d0cdaaab5434ff15b33217f751690e52-d # internal
2025-08-20T23:00:09.5743923Z [00:02:31.835]➜  github.com/ProtonMail/go-crypto/ocb
2025-08-20T23:00:09.5747752Z [00:02:31.836]➜  mkdir -p $WORK/b884/
2025-08-20T23:00:09.5754896Z [00:02:31.837]➜  cat >/tmp/go-build2180205415/b884/importcfg << 'EOF' # internal
2025-08-20T23:00:09.5755323Z [00:02:31.837]➜  # import config
2025-08-20T23:00:09.5755660Z [00:02:31.837]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:09.5756301Z [00:02:31.837]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T23:00:09.5756778Z [00:02:31.837]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:09.5757245Z [00:02:31.837]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:09.5757687Z [00:02:31.837]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.5758537Z [00:02:31.837]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build2180205415/b883/_pkg_.a
2025-08-20T23:00:09.5759300Z [00:02:31.837]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:09.5759682Z [00:02:31.837]➜  EOF
2025-08-20T23:00:09.5762497Z [00:02:31.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b884/_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/b884=>" -p github.com/ProtonMail/go-crypto/ocb -lang=go1.17 -complete -installsuffix shared -buildid 4NyRv2cqhyturJEDNNdX/4NyRv2cqhyturJEDNNdX -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/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:00:09.5860267Z [00:02:31.847]➜  go tool buildid -w $WORK/b882/_pkg_.a # internal
2025-08-20T23:00:09.5867478Z [00:02:31.848]➜  cp $WORK/b882/_pkg_.a /root/.cache/go-build/93/938c256745d008c0cf25bc2b664058c2005e55ff21199cb8fe5265c387552ee1-d # internal
2025-08-20T23:00:09.5880933Z [00:02:31.849]➜  golang.org/x/crypto/cast5
2025-08-20T23:00:09.5882080Z [00:02:31.849]➜  mkdir -p $WORK/b885/
2025-08-20T23:00:09.5886051Z [00:02:31.850]➜  cat >/tmp/go-build2180205415/b885/importcfg << 'EOF' # internal
2025-08-20T23:00:09.5886480Z [00:02:31.850]➜  # import config
2025-08-20T23:00:09.5886824Z [00:02:31.850]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.5887269Z [00:02:31.850]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:09.5887593Z [00:02:31.850]➜  EOF
2025-08-20T23:00:09.5889738Z [00:02:31.850]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b885/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cast5=>golang.org/x/crypto@v0.40.0/cast5;$WORK/b885=>" -p golang.org/x/crypto/cast5 -lang=go1.23 -complete -installsuffix shared -buildid 2aU8NblgLIDfqo23VXa3/2aU8NblgLIDfqo23VXa3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b885/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cast5/cast5.go
2025-08-20T23:00:09.6124774Z [00:02:31.873]➜  go tool buildid -w $WORK/b884/_pkg_.a # internal
2025-08-20T23:00:09.6136060Z [00:02:31.875]➜  cp $WORK/b884/_pkg_.a /root/.cache/go-build/8e/8eff5ff569fe4e17b3699c30f459e7c8fe4de419e62944495f0e13f0c3e3f357-d # internal
2025-08-20T23:00:09.6136758Z [00:02:31.875]➜  github.com/ProtonMail/go-crypto/bitcurves
2025-08-20T23:00:09.6137085Z [00:02:31.875]➜  mkdir -p $WORK/b887/
2025-08-20T23:00:09.6144586Z [00:02:31.876]➜  cat >/tmp/go-build2180205415/b887/importcfg << 'EOF' # internal
2025-08-20T23:00:09.6144996Z [00:02:31.876]➜  # import config
2025-08-20T23:00:09.6145379Z [00:02:31.876]➜  packagefile crypto/elliptic=/tmp/go-build2180205415/b146/_pkg_.a
2025-08-20T23:00:09.6146026Z [00:02:31.876]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:09.6146526Z [00:02:31.876]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:09.6146955Z [00:02:31.876]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:09.6147276Z [00:02:31.876]➜  EOF
2025-08-20T23:00:09.6149256Z [00:02:31.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b887/_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/b887=>" -p github.com/ProtonMail/go-crypto/bitcurves -lang=go1.17 -complete -installsuffix shared -buildid 83cpt-NUhT6SqFMWj1V0/83cpt-NUhT6SqFMWj1V0 -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/bitcurves/bitcurve.go
2025-08-20T23:00:09.6437896Z [00:02:31.905]➜  go tool buildid -w $WORK/b887/_pkg_.a # internal
2025-08-20T23:00:09.6457637Z [00:02:31.906]➜  cp $WORK/b887/_pkg_.a /root/.cache/go-build/3b/3b0357fc92de534d4a26f9f8a68bf2e301d5f0400da0fd69f0378cc213472c79-d # internal
2025-08-20T23:00:09.6458601Z [00:02:31.906]➜  github.com/ProtonMail/go-crypto/brainpool
2025-08-20T23:00:09.6458994Z [00:02:31.906]➜  mkdir -p $WORK/b888/
2025-08-20T23:00:09.6459384Z [00:02:31.906]➜  cat >/tmp/go-build2180205415/b888/importcfg << 'EOF' # internal
2025-08-20T23:00:09.6459731Z [00:02:31.906]➜  # import config
2025-08-20T23:00:09.6460107Z [00:02:31.906]➜  packagefile crypto/elliptic=/tmp/go-build2180205415/b146/_pkg_.a
2025-08-20T23:00:09.6460573Z [00:02:31.906]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:09.6460997Z [00:02:31.906]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:09.6461304Z [00:02:31.906]➜  EOF
2025-08-20T23:00:09.6463571Z [00:02:31.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b888/_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/b888=>" -p github.com/ProtonMail/go-crypto/brainpool -lang=go1.17 -complete -installsuffix shared -buildid h__hcqNE4cXAWIrqF1sz/h__hcqNE4cXAWIrqF1sz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b888/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:00:09.6513467Z [00:02:31.912]➜  go tool buildid -w $WORK/b885/_pkg_.a # internal
2025-08-20T23:00:09.6526741Z [00:02:31.914]➜  cp $WORK/b885/_pkg_.a /root/.cache/go-build/c6/c69c612904f217cb75119e51387857e77735c99e6ce617dd8eb72ce1266e2f03-d # internal
2025-08-20T23:00:09.6527596Z [00:02:31.914]➜  github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
2025-08-20T23:00:09.6528128Z [00:02:31.914]➜  mkdir -p $WORK/b881/
2025-08-20T23:00:09.6528659Z [00:02:31.914]➜  cat >/tmp/go-build2180205415/b881/importcfg << 'EOF' # internal
2025-08-20T23:00:09.6529106Z [00:02:31.914]➜  # import config
2025-08-20T23:00:09.6529576Z [00:02:31.914]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:09.6530160Z [00:02:31.914]➜  packagefile crypto/aes=/tmp/go-build2180205415/b138/_pkg_.a
2025-08-20T23:00:09.6530743Z [00:02:31.914]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T23:00:09.6531347Z [00:02:31.914]➜  packagefile crypto/des=/tmp/go-build2180205415/b139/_pkg_.a
2025-08-20T23:00:09.6531875Z [00:02:31.914]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:09.6532497Z [00:02:31.914]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build2180205415/b882/_pkg_.a
2025-08-20T23:00:09.6533221Z [00:02:31.914]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build2180205415/b884/_pkg_.a
2025-08-20T23:00:09.6533922Z [00:02:31.914]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build2180205415/b885/_pkg_.a
2025-08-20T23:00:09.6534539Z [00:02:31.914]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:09.6534878Z [00:02:31.914]➜  EOF
2025-08-20T23:00:09.6538617Z [00:02:31.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b881/_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/b881=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/algorithm -lang=go1.17 -complete -installsuffix shared -buildid l3DeMP22lGuMo7nDsKR5/l3DeMP22lGuMo7nDsKR5 -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/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:00:09.6798227Z [00:02:31.941]➜  go tool buildid -w $WORK/b881/_pkg_.a # internal
2025-08-20T23:00:09.6810616Z [00:02:31.941]➜  cp $WORK/b881/_pkg_.a /root/.cache/go-build/f1/f1d130841a668d9a2930567fa289b4781d5af0b9bb4b09de0113ab42144ecc42-d # internal
2025-08-20T23:00:09.6811574Z [00:02:31.942]➜  github.com/ProtonMail/go-crypto/openpgp/internal/encoding
2025-08-20T23:00:09.6814151Z [00:02:31.942]➜  mkdir -p $WORK/b889/
2025-08-20T23:00:09.6814547Z [00:02:31.942]➜  cat >/tmp/go-build2180205415/b889/importcfg << 'EOF' # internal
2025-08-20T23:00:09.6814938Z [00:02:31.942]➜  # import config
2025-08-20T23:00:09.6815430Z [00:02:31.942]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2180205415/b878/_pkg_.a
2025-08-20T23:00:09.6816069Z [00:02:31.942]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:09.6816498Z [00:02:31.942]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:09.6816936Z [00:02:31.942]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:09.6817258Z [00:02:31.942]➜  EOF
2025-08-20T23:00:09.6820192Z [00:02:31.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b889/_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/b889=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/encoding -lang=go1.17 -complete -installsuffix shared -buildid ysD__XQJ3PPrWg27Pn6u/ysD__XQJ3PPrWg27Pn6u -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/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:00:09.6901730Z [00:02:31.951]➜  go tool buildid -w $WORK/b888/_pkg_.a # internal
2025-08-20T23:00:09.6926240Z [00:02:31.952]➜  cp $WORK/b888/_pkg_.a /root/.cache/go-build/51/5124704752bd8536f3e080287ba7ef5f0edd0a58aa76b7ac6a33264dde78944a-d # internal
2025-08-20T23:00:09.6927176Z [00:02:31.952]➜  github.com/cloudflare/circl/internal/conv
2025-08-20T23:00:09.6927518Z [00:02:31.953]➜  mkdir -p $WORK/b892/
2025-08-20T23:00:09.6927906Z [00:02:31.953]➜  cat >/tmp/go-build2180205415/b892/importcfg << 'EOF' # internal
2025-08-20T23:00:09.6928272Z [00:02:31.953]➜  # import config
2025-08-20T23:00:09.6928654Z [00:02:31.953]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:09.6929100Z [00:02:31.953]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:09.6929613Z [00:02:31.953]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build2180205415/b496/_pkg_.a
2025-08-20T23:00:09.6930126Z [00:02:31.953]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:09.6930562Z [00:02:31.953]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:09.6930881Z [00:02:31.953]➜  EOF
2025-08-20T23:00:09.6933131Z [00:02:31.953]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b892/_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/b892=>" -p github.com/cloudflare/circl/internal/conv -lang=go1.22 -complete -installsuffix shared -buildid x4iOFkquRRMuWUR_dEiV/x4iOFkquRRMuWUR_dEiV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b892/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/conv/conv.go
2025-08-20T23:00:09.7003996Z [00:02:31.961]➜  go tool buildid -w $WORK/b889/_pkg_.a # internal
2025-08-20T23:00:09.7010006Z [00:02:31.962]➜  cp $WORK/b889/_pkg_.a /root/.cache/go-build/f0/f0de72e2e961e1165321848857518835f6f126238c477b76d65c988895865868-d # internal
2025-08-20T23:00:09.7011117Z [00:02:31.962]➜  github.com/cloudflare/circl/math
2025-08-20T23:00:09.7011426Z [00:02:31.962]➜  mkdir -p $WORK/b896/
2025-08-20T23:00:09.7016961Z [00:02:31.963]➜  cat >/tmp/go-build2180205415/b896/importcfg << 'EOF' # internal
2025-08-20T23:00:09.7017421Z [00:02:31.963]➜  # import config
2025-08-20T23:00:09.7017816Z [00:02:31.963]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:09.7018531Z [00:02:31.963]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:09.7019038Z [00:02:31.963]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:09.7019700Z [00:02:31.963]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:09.7020032Z [00:02:31.963]➜  EOF
2025-08-20T23:00:09.7022383Z [00:02:31.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b896/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math=>github.com/cloudflare/circl@v1.6.1/math;$WORK/b896=>" -p github.com/cloudflare/circl/math -lang=go1.22 -complete -installsuffix shared -buildid pYpSevrOOCLyjM2q05de/pYpSevrOOCLyjM2q05de -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b896/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:00:09.7188969Z [00:02:31.980]➜  go tool buildid -w $WORK/b896/_pkg_.a # internal
2025-08-20T23:00:09.7190398Z [00:02:31.980]➜  cp $WORK/b896/_pkg_.a /root/.cache/go-build/bd/bd0ca4e3ccc69e2901d090d1a847158959d6b7b455551cedbd740ec879298b50-d # internal
2025-08-20T23:00:09.7193281Z [00:02:31.980]➜  github.com/cloudflare/circl/sign
2025-08-20T23:00:09.7193635Z [00:02:31.980]➜  mkdir -p $WORK/b897/
2025-08-20T23:00:09.7196644Z [00:02:31.981]➜  cat >/tmp/go-build2180205415/b897/importcfg << 'EOF' # internal
2025-08-20T23:00:09.7197058Z [00:02:31.981]➜  # import config
2025-08-20T23:00:09.7197422Z [00:02:31.981]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:09.7197860Z [00:02:31.981]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T23:00:09.7198289Z [00:02:31.981]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.7198602Z [00:02:31.981]➜  EOF
2025-08-20T23:00:09.7200436Z [00:02:31.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b897/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign=>github.com/cloudflare/circl@v1.6.1/sign;$WORK/b897=>" -p github.com/cloudflare/circl/sign -lang=go1.22 -complete -installsuffix shared -buildid Jb66PIspvP7xEs7CUweZ/Jb66PIspvP7xEs7CUweZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b897/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/sign.go
2025-08-20T23:00:09.7330798Z [00:02:31.994]➜  go tool buildid -w $WORK/b897/_pkg_.a # internal
2025-08-20T23:00:09.7331229Z [00:02:31.994]➜  go tool buildid -w $WORK/b892/_pkg_.a # internal
2025-08-20T23:00:09.7342907Z [00:02:31.995]➜  cp $WORK/b897/_pkg_.a /root/.cache/go-build/4e/4e0a7886f5146d291cb7c80f4e748960a7398a63ed18faeb13b37ba61ad5f0c3-d # internal
2025-08-20T23:00:09.7343680Z [00:02:31.995]➜  github.com/cloudflare/circl/internal/sha3
2025-08-20T23:00:09.7344017Z [00:02:31.995]➜  mkdir -p $WORK/b901/
2025-08-20T23:00:09.7344724Z [00:02:31.995]➜  cat >/tmp/go-build2180205415/b901/importcfg << 'EOF' # internal
2025-08-20T23:00:09.7345149Z [00:02:31.995]➜  # import config
2025-08-20T23:00:09.7345536Z [00:02:31.995]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:09.7346164Z [00:02:31.995]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:09.7346489Z [00:02:31.995]➜  EOF
2025-08-20T23:00:09.7350569Z [00:02:31.995]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b901/_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/b901=>" -p github.com/cloudflare/circl/internal/sha3 -lang=go1.22 -complete -installsuffix shared -buildid HqP4ovjOVa_X-b29WNvT/HqP4ovjOVa_X-b29WNvT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b901/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.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/xor_generic.go
2025-08-20T23:00:09.7354611Z [00:02:31.995]➜  cp $WORK/b892/_pkg_.a /root/.cache/go-build/16/167b55b5fd17d526263395f877cf2b49ea858510c8ea364df72fde84d1ed55b7-d # internal
2025-08-20T23:00:09.7361523Z [00:02:31.997]➜  github.com/cloudflare/circl/math/fp25519
2025-08-20T23:00:09.7362129Z [00:02:31.997]➜  mkdir -p $WORK/b891/
2025-08-20T23:00:09.7367040Z [00:02:31.997]➜  cat >/tmp/go-build2180205415/b891/importcfg << 'EOF' # internal
2025-08-20T23:00:09.7367873Z [00:02:31.997]➜  # import config
2025-08-20T23:00:09.7368331Z [00:02:31.997]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:09.7369108Z [00:02:31.997]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.7369692Z [00:02:31.997]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build2180205415/b892/_pkg_.a
2025-08-20T23:00:09.7370262Z [00:02:31.997]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:09.7370593Z [00:02:31.997]➜  EOF
2025-08-20T23:00:09.7373135Z [00:02:31.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b891/_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/b891=>" -p github.com/cloudflare/circl/math/fp25519 -lang=go1.22 -complete -installsuffix shared -buildid GxTl3z1WfyMy3kuMAEhD/GxTl3z1WfyMy3kuMAEhD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b891/importcfg -pack /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_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_noasm.go
2025-08-20T23:00:09.7684966Z [00:02:32.029]➜  go tool buildid -w $WORK/b901/_pkg_.a # internal
2025-08-20T23:00:09.7691656Z [00:02:32.030]➜  cp $WORK/b901/_pkg_.a /root/.cache/go-build/25/257c025a6d332c48efd51c5f191a2ba788db0dbd8e74d4a26045e7f060533f97-d # internal
2025-08-20T23:00:09.7693406Z [00:02:32.030]➜  github.com/cloudflare/circl/math/fp448
2025-08-20T23:00:09.7695371Z [00:02:32.030]➜  mkdir -p $WORK/b894/
2025-08-20T23:00:09.7697253Z [00:02:32.031]➜  cat >/tmp/go-build2180205415/b894/importcfg << 'EOF' # internal
2025-08-20T23:00:09.7697612Z [00:02:32.031]➜  # import config
2025-08-20T23:00:09.7697991Z [00:02:32.031]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:09.7698446Z [00:02:32.031]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.7699300Z [00:02:32.031]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build2180205415/b892/_pkg_.a
2025-08-20T23:00:09.7699931Z [00:02:32.031]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:09.7700264Z [00:02:32.031]➜  EOF
2025-08-20T23:00:09.7702976Z [00:02:32.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b894/_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/b894=>" -p github.com/cloudflare/circl/math/fp448 -lang=go1.22 -complete -installsuffix shared -buildid x4JkEezvaSjsuvvWULb0/x4JkEezvaSjsuvvWULb0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b894/importcfg -pack /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_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_noasm.go
2025-08-20T23:00:09.7827604Z [00:02:32.044]➜  go tool buildid -w $WORK/b891/_pkg_.a # internal
2025-08-20T23:00:09.7834848Z [00:02:32.044]➜  cp $WORK/b891/_pkg_.a /root/.cache/go-build/1e/1e0ec0432dd21477ade403c2526fd75387b680a75c62b039a54b55ec1e267ddf-d # internal
2025-08-20T23:00:09.7836995Z [00:02:32.044]➜  github.com/cloudflare/circl/dh/x25519
2025-08-20T23:00:09.7841853Z [00:02:32.044]➜  mkdir -p $WORK/b890/
2025-08-20T23:00:09.7845748Z [00:02:32.045]➜  cat >/tmp/go-build2180205415/b890/importcfg << 'EOF' # internal
2025-08-20T23:00:09.7846267Z [00:02:32.045]➜  # import config
2025-08-20T23:00:09.7846647Z [00:02:32.045]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:09.7847133Z [00:02:32.045]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:09.7847723Z [00:02:32.045]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build2180205415/b891/_pkg_.a
2025-08-20T23:00:09.7848270Z [00:02:32.045]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:09.7848595Z [00:02:32.045]➜  EOF
2025-08-20T23:00:09.7866074Z [00:02:32.047]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b890/_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/b890=>" -p github.com/cloudflare/circl/dh/x25519 -lang=go1.22 -complete -installsuffix shared -buildid pwNIcs-XHDV2Te3vgFS2/pwNIcs-XHDV2Te3vgFS2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b890/importcfg -pack /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_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve_noasm.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:00:09.7907044Z [00:02:32.051]➜  go tool buildid -w $WORK/b818/_pkg_.a # internal
2025-08-20T23:00:09.8048525Z [00:02:32.066]➜  cp $WORK/b818/_pkg_.a /root/.cache/go-build/b3/b3820f41b2425436b311aed1e85d01fe2f369647568b49ae03a550165aed4c70-d # internal
2025-08-20T23:00:09.8049408Z [00:02:32.066]➜  github.com/bodgit/sevenzip/internal/brotli
2025-08-20T23:00:09.8050108Z [00:02:32.066]➜  mkdir -p $WORK/b838/
2025-08-20T23:00:09.8053029Z [00:02:32.066]➜  cat >/tmp/go-build2180205415/b838/importcfg << 'EOF' # internal
2025-08-20T23:00:09.8053625Z [00:02:32.066]➜  # import config
2025-08-20T23:00:09.8054187Z [00:02:32.066]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:09.8055012Z [00:02:32.066]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:09.8056153Z [00:02:32.066]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.8056678Z [00:02:32.066]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:09.8057192Z [00:02:32.066]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build2180205415/b818/_pkg_.a
2025-08-20T23:00:09.8058041Z [00:02:32.066]➜  packagefile github.com/bodgit/plumbing=/tmp/go-build2180205415/b821/_pkg_.a
2025-08-20T23:00:09.8058603Z [00:02:32.066]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:09.8059020Z [00:02:32.066]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:09.8059329Z [00:02:32.066]➜  EOF
2025-08-20T23:00:09.8061352Z [00:02:32.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b838/_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/b838=>" -p github.com/bodgit/sevenzip/internal/brotli -lang=go1.19 -complete -installsuffix shared -buildid W3UKLZTeEu6kM1BwfYMg/W3UKLZTeEu6kM1BwfYMg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b838/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/brotli/reader.go
2025-08-20T23:00:09.8181253Z [00:02:32.078]➜  go tool buildid -w $WORK/b890/_pkg_.a # internal
2025-08-20T23:00:09.8184344Z [00:02:32.079]➜  cp $WORK/b890/_pkg_.a /root/.cache/go-build/02/025f7eb21d6f53d40c573881c465675e324e84392e5741b984ef2a1f95fb4c65-d # internal
2025-08-20T23:00:09.8185592Z [00:02:32.079]➜  github.com/cloudflare/circl/sign/ed25519
2025-08-20T23:00:09.8186688Z [00:02:32.079]➜  mkdir -p $WORK/b895/
2025-08-20T23:00:09.8189727Z [00:02:32.079]➜  cat >/tmp/go-build2180205415/b895/importcfg << 'EOF' # internal
2025-08-20T23:00:09.8190380Z [00:02:32.079]➜  # import config
2025-08-20T23:00:09.8190727Z [00:02:32.079]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:09.8191157Z [00:02:32.079]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:09.8191610Z [00:02:32.079]➜  packagefile crypto/ed25519=/tmp/go-build2180205415/b157/_pkg_.a
2025-08-20T23:00:09.8192078Z [00:02:32.079]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:09.8192544Z [00:02:32.079]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:09.8193013Z [00:02:32.079]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:09.8193491Z [00:02:32.079]➜  packagefile encoding/asn1=/tmp/go-build2180205415/b155/_pkg_.a
2025-08-20T23:00:09.8194189Z [00:02:32.079]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:09.8194649Z [00:02:32.079]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.8195069Z [00:02:32.079]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:09.8195623Z [00:02:32.079]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build2180205415/b892/_pkg_.a
2025-08-20T23:00:09.8202754Z [00:02:32.079]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build2180205415/b896/_pkg_.a
2025-08-20T23:00:09.8203402Z [00:02:32.079]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build2180205415/b891/_pkg_.a
2025-08-20T23:00:09.8204038Z [00:02:32.079]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build2180205415/b897/_pkg_.a
2025-08-20T23:00:09.8204542Z [00:02:32.079]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:09.8205000Z [00:02:32.079]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:09.8205446Z [00:02:32.079]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:09.8205858Z [00:02:32.079]➜  EOF
2025-08-20T23:00:09.8209761Z [00:02:32.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b895/_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/b895=>" -p github.com/cloudflare/circl/sign/ed25519 -lang=go1.22 -complete -installsuffix shared -buildid oOdZZZVL0lgi86VHamsq/oOdZZZVL0lgi86VHamsq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b895/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:00:09.8218316Z [00:02:32.083]➜  go tool buildid -w $WORK/b894/_pkg_.a # internal
2025-08-20T23:00:09.8224376Z [00:02:32.083]➜  cp $WORK/b894/_pkg_.a /root/.cache/go-build/8a/8acc18a5dd0bfc39c0fe01a78edf98bdb45976a677090f473a9184fe7d09c919-d # internal
2025-08-20T23:00:09.8228476Z [00:02:32.084]➜  github.com/cloudflare/circl/dh/x448
2025-08-20T23:00:09.8229199Z [00:02:32.084]➜  mkdir -p $WORK/b893/
2025-08-20T23:00:09.8230705Z [00:02:32.084]➜  cat >/tmp/go-build2180205415/b893/importcfg << 'EOF' # internal
2025-08-20T23:00:09.8231460Z [00:02:32.084]➜  # import config
2025-08-20T23:00:09.8232153Z [00:02:32.084]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:09.8233819Z [00:02:32.084]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:09.8235420Z [00:02:32.084]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build2180205415/b894/_pkg_.a
2025-08-20T23:00:09.8237006Z [00:02:32.084]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:09.8237716Z [00:02:32.084]➜  EOF
2025-08-20T23:00:09.8242063Z [00:02:32.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b893/_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/b893=>" -p github.com/cloudflare/circl/dh/x448 -lang=go1.22 -complete -installsuffix shared -buildid 6bZ6772cqBD6oZQf_ywD/6bZ6772cqBD6oZQf_ywD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b893/importcfg -pack /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_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve_noasm.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:00:09.8349014Z [00:02:32.096]➜  go tool buildid -w $WORK/b838/_pkg_.a # internal
2025-08-20T23:00:09.8355988Z [00:02:32.096]➜  cp $WORK/b838/_pkg_.a /root/.cache/go-build/8c/8cfed9ecb6808305e367163bc89b4b220b0f34799ec387efab4b8f58b14e8850-d # internal
2025-08-20T23:00:09.8356644Z [00:02:32.097]➜  github.com/bodgit/sevenzip
2025-08-20T23:00:09.8356938Z [00:02:32.097]➜  mkdir -p $WORK/b820/
2025-08-20T23:00:09.8357319Z [00:02:32.097]➜  cat >/tmp/go-build2180205415/b820/importcfg << 'EOF' # internal
2025-08-20T23:00:09.8357669Z [00:02:32.097]➜  # import config
2025-08-20T23:00:09.8358010Z [00:02:32.097]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:09.8358431Z [00:02:32.097]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:09.8358899Z [00:02:32.097]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:09.8359365Z [00:02:32.097]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.8359779Z [00:02:32.097]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:09.8360278Z [00:02:32.097]➜  packagefile github.com/bodgit/plumbing=/tmp/go-build2180205415/b821/_pkg_.a
2025-08-20T23:00:09.8360906Z [00:02:32.097]➜  packagefile github.com/bodgit/sevenzip/internal/aes7z=/tmp/go-build2180205415/b822/_pkg_.a
2025-08-20T23:00:09.8361572Z [00:02:32.097]➜  packagefile github.com/bodgit/sevenzip/internal/bcj2=/tmp/go-build2180205415/b833/_pkg_.a
2025-08-20T23:00:09.8362257Z [00:02:32.097]➜  packagefile github.com/bodgit/sevenzip/internal/bra=/tmp/go-build2180205415/b837/_pkg_.a
2025-08-20T23:00:09.8362927Z [00:02:32.097]➜  packagefile github.com/bodgit/sevenzip/internal/brotli=/tmp/go-build2180205415/b838/_pkg_.a
2025-08-20T23:00:09.8363850Z [00:02:32.097]➜  packagefile github.com/bodgit/sevenzip/internal/bzip2=/tmp/go-build2180205415/b839/_pkg_.a
2025-08-20T23:00:09.8364659Z [00:02:32.097]➜  packagefile github.com/bodgit/sevenzip/internal/deflate=/tmp/go-build2180205415/b841/_pkg_.a
2025-08-20T23:00:09.8365350Z [00:02:32.097]➜  packagefile github.com/bodgit/sevenzip/internal/delta=/tmp/go-build2180205415/b842/_pkg_.a
2025-08-20T23:00:09.8366179Z [00:02:32.097]➜  packagefile github.com/bodgit/sevenzip/internal/lz4=/tmp/go-build2180205415/b843/_pkg_.a
2025-08-20T23:00:09.8366855Z [00:02:32.097]➜  packagefile github.com/bodgit/sevenzip/internal/lzma=/tmp/go-build2180205415/b849/_pkg_.a
2025-08-20T23:00:09.8367517Z [00:02:32.097]➜  packagefile github.com/bodgit/sevenzip/internal/lzma2=/tmp/go-build2180205415/b853/_pkg_.a
2025-08-20T23:00:09.8368180Z [00:02:32.097]➜  packagefile github.com/bodgit/sevenzip/internal/pool=/tmp/go-build2180205415/b854/_pkg_.a
2025-08-20T23:00:09.8368835Z [00:02:32.097]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build2180205415/b834/_pkg_.a
2025-08-20T23:00:09.8369496Z [00:02:32.097]➜  packagefile github.com/bodgit/sevenzip/internal/zstd=/tmp/go-build2180205415/b855/_pkg_.a
2025-08-20T23:00:09.8370244Z [00:02:32.097]➜  packagefile github.com/bodgit/windows=/tmp/go-build2180205415/b856/_pkg_.a
2025-08-20T23:00:09.8370896Z [00:02:32.097]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build2180205415/b835/_pkg_.a
2025-08-20T23:00:09.8371608Z [00:02:32.097]➜  packagefile go4.org/readerutil=/tmp/go-build2180205415/b857/_pkg_.a
2025-08-20T23:00:09.8372176Z [00:02:32.097]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build2180205415/b827/_pkg_.a
2025-08-20T23:00:09.8372765Z [00:02:32.097]➜  packagefile golang.org/x/text/transform=/tmp/go-build2180205415/b220/_pkg_.a
2025-08-20T23:00:09.8373247Z [00:02:32.097]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:09.8373676Z [00:02:32.097]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:09.8374100Z [00:02:32.097]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:09.8374508Z [00:02:32.097]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:09.8375120Z [00:02:32.097]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:09.8375540Z [00:02:32.097]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:09.8376176Z [00:02:32.097]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:09.8376624Z [00:02:32.097]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:09.8377064Z [00:02:32.097]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:09.8377483Z [00:02:32.097]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:09.8377902Z [00:02:32.097]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:09.8378307Z [00:02:32.097]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:09.8378614Z [00:02:32.097]➜  EOF
2025-08-20T23:00:09.8381035Z [00:02:32.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b820/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0=>github.com/bodgit/sevenzip@v1.6.0;$WORK/b820=>" -p github.com/bodgit/sevenzip -lang=go1.19 -complete -installsuffix shared -buildid ybqpvZK0rLYnqhc6n97F/ybqpvZK0rLYnqhc6n97F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b820/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:00:09.8809228Z [00:02:32.141]➜  go tool buildid -w $WORK/b893/_pkg_.a # internal
2025-08-20T23:00:09.8839055Z [00:02:32.142]➜  cp $WORK/b893/_pkg_.a /root/.cache/go-build/19/1975913379fd894982c514a2836be06026ed5e031442b4e0303f3f3a11ff7c4e-d # internal
2025-08-20T23:00:09.8859802Z [00:02:32.143]➜  github.com/cloudflare/circl/math/mlsbset
2025-08-20T23:00:09.8860407Z [00:02:32.143]➜  mkdir -p $WORK/b900/
2025-08-20T23:00:09.8860896Z [00:02:32.143]➜  cat >/tmp/go-build2180205415/b900/importcfg << 'EOF' # internal
2025-08-20T23:00:09.8861256Z [00:02:32.143]➜  # import config
2025-08-20T23:00:09.8861600Z [00:02:32.143]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.8862028Z [00:02:32.143]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:09.8862586Z [00:02:32.143]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build2180205415/b892/_pkg_.a
2025-08-20T23:00:09.8863133Z [00:02:32.143]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:09.8863454Z [00:02:32.143]➜  EOF
2025-08-20T23:00:09.8865948Z [00:02:32.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b900/_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/b900=>" -p github.com/cloudflare/circl/math/mlsbset -lang=go1.22 -complete -installsuffix shared -buildid mneaY2m3-tIp6n-fWsLf/mneaY2m3-tIp6n-fWsLf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b900/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:00:09.9042431Z [00:02:32.165]➜  go tool buildid -w $WORK/b900/_pkg_.a # internal
2025-08-20T23:00:09.9049794Z [00:02:32.166]➜  cp $WORK/b900/_pkg_.a /root/.cache/go-build/0e/0e0f43945c5f6ad3950b9cb5fc2cb8e753993d38420538aadf0466db8ea2b6b9-d # internal
2025-08-20T23:00:09.9053608Z [00:02:32.166]➜  github.com/cloudflare/circl/ecc/goldilocks
2025-08-20T23:00:09.9054002Z [00:02:32.166]➜  mkdir -p $WORK/b899/
2025-08-20T23:00:09.9054393Z [00:02:32.166]➜  cat >/tmp/go-build2180205415/b899/importcfg << 'EOF' # internal
2025-08-20T23:00:09.9054744Z [00:02:32.166]➜  # import config
2025-08-20T23:00:09.9055128Z [00:02:32.166]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:09.9055629Z [00:02:32.166]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:09.9058940Z [00:02:32.166]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.9059435Z [00:02:32.166]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:09.9060000Z [00:02:32.166]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build2180205415/b892/_pkg_.a
2025-08-20T23:00:09.9060634Z [00:02:32.166]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build2180205415/b896/_pkg_.a
2025-08-20T23:00:09.9061256Z [00:02:32.166]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build2180205415/b894/_pkg_.a
2025-08-20T23:00:09.9061907Z [00:02:32.166]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build2180205415/b900/_pkg_.a
2025-08-20T23:00:09.9062450Z [00:02:32.166]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:09.9062772Z [00:02:32.166]➜  EOF
2025-08-20T23:00:09.9067529Z [00:02:32.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b899/_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/b899=>" -p github.com/cloudflare/circl/ecc/goldilocks -lang=go1.22 -complete -installsuffix shared -buildid HD61MniBmcv54-25KUAZ/HD61MniBmcv54-25KUAZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b899/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:00:09.9071607Z [00:02:32.167]➜  go tool buildid -w $WORK/b895/_pkg_.a # internal
2025-08-20T23:00:09.9081152Z [00:02:32.169]➜  cp $WORK/b895/_pkg_.a /root/.cache/go-build/45/456c33f7fc4658142cd75f4879c509afcefe9d23fec64c1f93cfae705a0f2320-d # internal
2025-08-20T23:00:09.9081864Z [00:02:32.169]➜  github.com/ProtonMail/go-crypto/openpgp/ed25519
2025-08-20T23:00:09.9082197Z [00:02:32.169]➜  mkdir -p $WORK/b903/
2025-08-20T23:00:09.9092655Z [00:02:32.170]➜  cat >/tmp/go-build2180205415/b903/importcfg << 'EOF' # internal
2025-08-20T23:00:09.9093476Z [00:02:32.170]➜  # import config
2025-08-20T23:00:09.9094141Z [00:02:32.170]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:09.9099814Z [00:02:32.170]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2180205415/b878/_pkg_.a
2025-08-20T23:00:09.9100643Z [00:02:32.170]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build2180205415/b895/_pkg_.a
2025-08-20T23:00:09.9101382Z [00:02:32.170]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:09.9101765Z [00:02:32.170]➜  EOF
2025-08-20T23:00:09.9103831Z [00:02:32.170]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b903/_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/b903=>" -p github.com/ProtonMail/go-crypto/openpgp/ed25519 -lang=go1.17 -complete -installsuffix shared -buildid xmNhlo5Vuy6TeCGRs8R-/xmNhlo5Vuy6TeCGRs8R- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b903/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/ed25519/ed25519.go
2025-08-20T23:00:09.9240555Z [00:02:32.184]➜  go tool buildid -w $WORK/b903/_pkg_.a # internal
2025-08-20T23:00:09.9248797Z [00:02:32.186]➜  cp $WORK/b903/_pkg_.a /root/.cache/go-build/48/481fad9fb855a1dcf27a5b5c2308e267390679abe8376515fbfc66087817f062-d # internal
2025-08-20T23:00:09.9250702Z [00:02:32.186]➜  github.com/ProtonMail/go-crypto/openpgp/elgamal
2025-08-20T23:00:09.9253430Z [00:02:32.186]➜  mkdir -p $WORK/b907/
2025-08-20T23:00:09.9254141Z [00:02:32.186]➜  cat >/tmp/go-build2180205415/b907/importcfg << 'EOF' # internal
2025-08-20T23:00:09.9258680Z [00:02:32.186]➜  # import config
2025-08-20T23:00:09.9259120Z [00:02:32.186]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:09.9259761Z [00:02:32.186]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:09.9261173Z [00:02:32.186]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.9261609Z [00:02:32.186]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:09.9262034Z [00:02:32.186]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:09.9262355Z [00:02:32.186]➜  EOF
2025-08-20T23:00:09.9267636Z [00:02:32.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b907/_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/b907=>" -p github.com/ProtonMail/go-crypto/openpgp/elgamal -lang=go1.17 -complete -installsuffix shared -buildid LFX6O6l2zH9mWFS1flc_/LFX6O6l2zH9mWFS1flc_ -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/elgamal/elgamal.go
2025-08-20T23:00:09.9564840Z [00:02:32.217]➜  go tool buildid -w $WORK/b907/_pkg_.a # internal
2025-08-20T23:00:09.9567265Z [00:02:32.218]➜  cp $WORK/b907/_pkg_.a /root/.cache/go-build/99/990e8a87949a5ed730c252b8fad02af6a2a383f81acdc1967ba8a0d25f223186-d # internal
2025-08-20T23:00:09.9569865Z [00:02:32.218]➜  golang.org/x/crypto/blake2b
2025-08-20T23:00:09.9570178Z [00:02:32.218]➜  mkdir -p $WORK/b910/
2025-08-20T23:00:09.9572424Z [00:02:32.218]➜  cat >/tmp/go-build2180205415/b910/importcfg << 'EOF' # internal
2025-08-20T23:00:09.9575279Z [00:02:32.218]➜  # import config
2025-08-20T23:00:09.9576237Z [00:02:32.218]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:09.9577275Z [00:02:32.218]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:09.9594007Z [00:02:32.218]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:09.9595156Z [00:02:32.218]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:09.9595982Z [00:02:32.218]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:09.9597366Z [00:02:32.218]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:09.9597710Z [00:02:32.218]➜  EOF
2025-08-20T23:00:09.9600949Z [00:02:32.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b910/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b=>golang.org/x/crypto@v0.40.0/blake2b;$WORK/b910=>" -p golang.org/x/crypto/blake2b -lang=go1.23 -complete -installsuffix shared -buildid OKAUi3pajZbASeas7vgv/OKAUi3pajZbASeas7vgv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b910/importcfg -pack /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/blake2b_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b/blake2b_ref.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:00:10.0244435Z [00:02:32.285]➜  go tool buildid -w $WORK/b910/_pkg_.a # internal
2025-08-20T23:00:10.0249484Z [00:02:32.286]➜  cp $WORK/b910/_pkg_.a /root/.cache/go-build/52/522f00b69c9e0955942e7f8378a66b1b262be1be405360544c5abe616ce49791-d # internal
2025-08-20T23:00:10.0258679Z [00:02:32.287]➜  golang.org/x/crypto/argon2
2025-08-20T23:00:10.0260757Z [00:02:32.287]➜  mkdir -p $WORK/b909/
2025-08-20T23:00:10.0268913Z [00:02:32.288]➜  cat >/tmp/go-build2180205415/b909/importcfg << 'EOF' # internal
2025-08-20T23:00:10.0269774Z [00:02:32.288]➜  # import config
2025-08-20T23:00:10.0270909Z [00:02:32.288]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:10.0271804Z [00:02:32.288]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build2180205415/b910/_pkg_.a
2025-08-20T23:00:10.0272859Z [00:02:32.288]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:10.0273520Z [00:02:32.288]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:10.0274141Z [00:02:32.288]➜  EOF
2025-08-20T23:00:10.0277264Z [00:02:32.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b909/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2=>golang.org/x/crypto@v0.40.0/argon2;$WORK/b909=>" -p golang.org/x/crypto/argon2 -lang=go1.23 -complete -installsuffix shared -buildid bIa7WSCRpCjh2IaUxHT0/bIa7WSCRpCjh2IaUxHT0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b909/importcfg -pack /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_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2/blamka_ref.go
2025-08-20T23:00:10.0346407Z [00:02:32.296]➜  go tool buildid -w $WORK/b899/_pkg_.a # internal
2025-08-20T23:00:10.0359167Z [00:02:32.297]➜  cp $WORK/b899/_pkg_.a /root/.cache/go-build/67/67268618162389e5ec3db4a40db989a100ae73dc9dfd19d6f168daa950085faa-d # internal
2025-08-20T23:00:10.0360257Z [00:02:32.297]➜  github.com/cloudflare/circl/sign/ed448
2025-08-20T23:00:10.0361352Z [00:02:32.297]➜  mkdir -p $WORK/b898/
2025-08-20T23:00:10.0362660Z [00:02:32.297]➜  cat >/tmp/go-build2180205415/b898/importcfg << 'EOF' # internal
2025-08-20T23:00:10.0363022Z [00:02:32.297]➜  # import config
2025-08-20T23:00:10.0363367Z [00:02:32.297]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:10.0363792Z [00:02:32.297]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:10.0364471Z [00:02:32.297]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:10.0365016Z [00:02:32.297]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:10.0365492Z [00:02:32.297]➜  packagefile encoding/asn1=/tmp/go-build2180205415/b155/_pkg_.a
2025-08-20T23:00:10.0366132Z [00:02:32.297]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:10.0366554Z [00:02:32.297]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.0367116Z [00:02:32.297]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build2180205415/b899/_pkg_.a
2025-08-20T23:00:10.0367793Z [00:02:32.297]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build2180205415/b901/_pkg_.a
2025-08-20T23:00:10.0368433Z [00:02:32.297]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build2180205415/b897/_pkg_.a
2025-08-20T23:00:10.0368930Z [00:02:32.297]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.0369352Z [00:02:32.297]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:10.0369812Z [00:02:32.297]➜  EOF
2025-08-20T23:00:10.0372108Z [00:02:32.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b898/_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/b898=>" -p github.com/cloudflare/circl/sign/ed448 -lang=go1.22 -complete -installsuffix shared -buildid Yp9jvuOMGlq2SlUdox82/Yp9jvuOMGlq2SlUdox82 -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/ed448/ed448.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed448/signapi.go
2025-08-20T23:00:10.0515386Z [00:02:32.313]➜  go tool buildid -w $WORK/b820/_pkg_.a # internal
2025-08-20T23:00:10.0516631Z [00:02:32.313]➜  go tool buildid -w $WORK/b909/_pkg_.a # internal
2025-08-20T23:00:10.0519962Z [00:02:32.313]➜  cp $WORK/b909/_pkg_.a /root/.cache/go-build/78/78e10760b7fc0879ab687cf3968fb6573ede48531a6ece328633f6f05dd4c764-d # internal
2025-08-20T23:00:10.0523644Z [00:02:32.313]➜  github.com/ProtonMail/go-crypto/openpgp/s2k
2025-08-20T23:00:10.0524328Z [00:02:32.314]➜  mkdir -p $WORK/b908/
2025-08-20T23:00:10.0524722Z [00:02:32.314]➜  cat >/tmp/go-build2180205415/b908/importcfg << 'EOF' # internal
2025-08-20T23:00:10.0525075Z [00:02:32.314]➜  # import config
2025-08-20T23:00:10.0525415Z [00:02:32.314]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:10.0526082Z [00:02:32.314]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2180205415/b878/_pkg_.a
2025-08-20T23:00:10.0526900Z [00:02:32.314]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build2180205415/b881/_pkg_.a
2025-08-20T23:00:10.0527579Z [00:02:32.314]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build2180205415/b909/_pkg_.a
2025-08-20T23:00:10.0528071Z [00:02:32.314]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:10.0528483Z [00:02:32.314]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.0528902Z [00:02:32.314]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:10.0529339Z [00:02:32.314]➜  EOF
2025-08-20T23:00:10.0531953Z [00:02:32.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b908/_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/b908=>" -p github.com/ProtonMail/go-crypto/openpgp/s2k -lang=go1.17 -complete -installsuffix shared -buildid d5YoEWZILuL8kZi0Ve9q/d5YoEWZILuL8kZi0Ve9q -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/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:00:10.0558890Z [00:02:32.317]➜  cp $WORK/b820/_pkg_.a /root/.cache/go-build/c1/c1700eb5b091521d51e5298110455b87cb8860c3f521bb68874cd03f827369e5-d # internal
2025-08-20T23:00:10.0569536Z [00:02:32.318]➜  github.com/mholt/archives
2025-08-20T23:00:10.0569956Z [00:02:32.318]➜  mkdir -p $WORK/b816/
2025-08-20T23:00:10.0582115Z [00:02:32.319]➜  cat >/tmp/go-build2180205415/b816/importcfg << 'EOF' # internal
2025-08-20T23:00:10.0583008Z [00:02:32.319]➜  # import config
2025-08-20T23:00:10.0584465Z [00:02:32.319]➜  packagefile archive/tar=/tmp/go-build2180205415/b708/_pkg_.a
2025-08-20T23:00:10.0584946Z [00:02:32.319]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:10.0585372Z [00:02:32.319]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.0585896Z [00:02:32.319]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:10.0586365Z [00:02:32.319]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.0586856Z [00:02:32.319]➜  packagefile github.com/STARRY-S/zip=/tmp/go-build2180205415/b817/_pkg_.a
2025-08-20T23:00:10.0587611Z [00:02:32.319]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build2180205415/b818/_pkg_.a
2025-08-20T23:00:10.0588287Z [00:02:32.319]➜  packagefile github.com/bodgit/sevenzip=/tmp/go-build2180205415/b820/_pkg_.a
2025-08-20T23:00:10.0589061Z [00:02:32.319]➜  packagefile github.com/dsnet/compress/bzip2=/tmp/go-build2180205415/b858/_pkg_.a
2025-08-20T23:00:10.0589671Z [00:02:32.319]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build2180205415/b864/_pkg_.a
2025-08-20T23:00:10.0590280Z [00:02:32.319]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build2180205415/b865/_pkg_.a
2025-08-20T23:00:10.0590887Z [00:02:32.319]➜  packagefile github.com/klauspost/compress/zip=/tmp/go-build2180205415/b867/_pkg_.a
2025-08-20T23:00:10.0591501Z [00:02:32.319]➜  packagefile github.com/klauspost/compress/zlib=/tmp/go-build2180205415/b869/_pkg_.a
2025-08-20T23:00:10.0592121Z [00:02:32.319]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build2180205415/b762/_pkg_.a
2025-08-20T23:00:10.0592887Z [00:02:32.319]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build2180205415/b789/_pkg_.a
2025-08-20T23:00:10.0593466Z [00:02:32.319]➜  packagefile github.com/nwaples/rardecode/v2=/tmp/go-build2180205415/b870/_pkg_.a
2025-08-20T23:00:10.0594042Z [00:02:32.319]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build2180205415/b844/_pkg_.a
2025-08-20T23:00:10.0594641Z [00:02:32.319]➜  packagefile github.com/sorairolake/lzip-go=/tmp/go-build2180205415/b871/_pkg_.a
2025-08-20T23:00:10.0595222Z [00:02:32.319]➜  packagefile github.com/therootcompany/xz=/tmp/go-build2180205415/b872/_pkg_.a
2025-08-20T23:00:10.0595961Z [00:02:32.319]➜  packagefile github.com/ulikunitz/xz=/tmp/go-build2180205415/b873/_pkg_.a
2025-08-20T23:00:10.0596588Z [00:02:32.319]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2180205415/b828/_pkg_.a
2025-08-20T23:00:10.0597065Z [00:02:32.319]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.0597478Z [00:02:32.319]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:10.0597895Z [00:02:32.319]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:10.0598292Z [00:02:32.319]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:10.0598696Z [00:02:32.319]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:10.0599139Z [00:02:32.319]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:10.0599587Z [00:02:32.319]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:10.0600010Z [00:02:32.319]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:10.0600433Z [00:02:32.319]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.0600849Z [00:02:32.319]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:10.0601264Z [00:02:32.319]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:10.0601757Z [00:02:32.319]➜  EOF
2025-08-20T23:00:10.0611219Z [00:02:32.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b816/_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/b816=>" -p github.com/mholt/archives -lang=go1.22 -complete -installsuffix shared -buildid O2VOHziMTeBTCC0xbgF7/O2VOHziMTeBTCC0xbgF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b816/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:00:10.0782098Z [00:02:32.339]➜  go tool buildid -w $WORK/b898/_pkg_.a # internal
2025-08-20T23:00:10.0798049Z [00:02:32.339]➜  cp $WORK/b898/_pkg_.a /root/.cache/go-build/0c/0c814497763787f170342e94b956853e0e5e8d16269c2f09467e1b2365a81d6d-d # internal
2025-08-20T23:00:10.0798717Z [00:02:32.340]➜  github.com/ProtonMail/go-crypto/openpgp/internal/ecc
2025-08-20T23:00:10.0799077Z [00:02:32.340]➜  mkdir -p $WORK/b886/
2025-08-20T23:00:10.0799445Z [00:02:32.340]➜  cat >/tmp/go-build2180205415/b886/importcfg << 'EOF' # internal
2025-08-20T23:00:10.0799798Z [00:02:32.340]➜  # import config
2025-08-20T23:00:10.0800134Z [00:02:32.340]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:10.0800578Z [00:02:32.340]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T23:00:10.0801056Z [00:02:32.340]➜  packagefile crypto/elliptic=/tmp/go-build2180205415/b146/_pkg_.a
2025-08-20T23:00:10.0801535Z [00:02:32.340]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:10.0801975Z [00:02:32.340]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.0802535Z [00:02:32.340]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build2180205415/b887/_pkg_.a
2025-08-20T23:00:10.0803197Z [00:02:32.340]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build2180205415/b888/_pkg_.a
2025-08-20T23:00:10.0803882Z [00:02:32.340]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2180205415/b878/_pkg_.a
2025-08-20T23:00:10.0806251Z [00:02:32.340]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build2180205415/b889/_pkg_.a
2025-08-20T23:00:10.0807040Z [00:02:32.340]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build2180205415/b890/_pkg_.a
2025-08-20T23:00:10.0807665Z [00:02:32.340]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build2180205415/b893/_pkg_.a
2025-08-20T23:00:10.0808307Z [00:02:32.340]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build2180205415/b895/_pkg_.a
2025-08-20T23:00:10.0809183Z [00:02:32.340]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build2180205415/b898/_pkg_.a
2025-08-20T23:00:10.0809899Z [00:02:32.340]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.0810389Z [00:02:32.340]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:10.0810720Z [00:02:32.340]➜  EOF
2025-08-20T23:00:10.0814867Z [00:02:32.340]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b886/_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/b886=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/ecc -lang=go1.17 -complete -installsuffix shared -buildid gLprULLaWYTI7DkP0v0p/gLprULLaWYTI7DkP0v0p -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/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:00:10.0871763Z [00:02:32.348]➜  go tool buildid -w $WORK/b908/_pkg_.a # internal
2025-08-20T23:00:10.0879343Z [00:02:32.349]➜  cp $WORK/b908/_pkg_.a /root/.cache/go-build/4f/4f98aff11a7633e73df14584ec5936955264f9273f771876609b4b1e3a9f0e2e-d # internal
2025-08-20T23:00:10.0880948Z [00:02:32.349]➜  github.com/ProtonMail/go-crypto/openpgp/ed448
2025-08-20T23:00:10.0882210Z [00:02:32.349]➜  mkdir -p $WORK/b904/
2025-08-20T23:00:10.0883470Z [00:02:32.349]➜  cat >/tmp/go-build2180205415/b904/importcfg << 'EOF' # internal
2025-08-20T23:00:10.0884614Z [00:02:32.349]➜  # import config
2025-08-20T23:00:10.0885018Z [00:02:32.349]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:10.0886089Z [00:02:32.349]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2180205415/b878/_pkg_.a
2025-08-20T23:00:10.0886986Z [00:02:32.349]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build2180205415/b898/_pkg_.a
2025-08-20T23:00:10.0887780Z [00:02:32.349]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.0888095Z [00:02:32.349]➜  EOF
2025-08-20T23:00:10.0890766Z [00:02:32.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b904/_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/b904=>" -p github.com/ProtonMail/go-crypto/openpgp/ed448 -lang=go1.17 -complete -installsuffix shared -buildid 3AAQClP0OC-rdRwCbUme/3AAQClP0OC-rdRwCbUme -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b904/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/ed448/ed448.go
2025-08-20T23:00:10.1054931Z [00:02:32.367]➜  go tool buildid -w $WORK/b904/_pkg_.a # internal
2025-08-20T23:00:10.1060197Z [00:02:32.367]➜  cp $WORK/b904/_pkg_.a /root/.cache/go-build/53/53a4edb8969d286394f4855a156647ec10eef64262634b2a70204285e11dfbae-d # internal
2025-08-20T23:00:10.1060964Z [00:02:32.367]➜  github.com/ProtonMail/go-crypto/openpgp/x25519
2025-08-20T23:00:10.1061310Z [00:02:32.367]➜  mkdir -p $WORK/b911/
2025-08-20T23:00:10.1061701Z [00:02:32.367]➜  cat >/tmp/go-build2180205415/b911/importcfg << 'EOF' # internal
2025-08-20T23:00:10.1062049Z [00:02:32.367]➜  # import config
2025-08-20T23:00:10.1062412Z [00:02:32.367]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:10.1062884Z [00:02:32.367]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:10.1063729Z [00:02:32.367]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build2180205415/b880/_pkg_.a
2025-08-20T23:00:10.1064608Z [00:02:32.367]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2180205415/b878/_pkg_.a
2025-08-20T23:00:10.1065338Z [00:02:32.367]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build2180205415/b890/_pkg_.a
2025-08-20T23:00:10.1066095Z [00:02:32.367]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build2180205415/b498/_pkg_.a
2025-08-20T23:00:10.1066623Z [00:02:32.367]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.1066929Z [00:02:32.367]➜  EOF
2025-08-20T23:00:10.1068981Z [00:02:32.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b911/_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/b911=>" -p github.com/ProtonMail/go-crypto/openpgp/x25519 -lang=go1.17 -complete -installsuffix shared -buildid tp4jV7Y6dtq3CfxeP00D/tp4jV7Y6dtq3CfxeP00D -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/x25519/x25519.go
2025-08-20T23:00:10.1344963Z [00:02:32.395]➜  go tool buildid -w $WORK/b911/_pkg_.a # internal
2025-08-20T23:00:10.1371235Z [00:02:32.398]➜  cp $WORK/b911/_pkg_.a /root/.cache/go-build/08/080795754b6bbf96efa1040194366600167dec3068a95d6fc05543be0e6b5ddd-d # internal
2025-08-20T23:00:10.1381682Z [00:02:32.398]➜  github.com/ProtonMail/go-crypto/openpgp/x448
2025-08-20T23:00:10.1382058Z [00:02:32.398]➜  mkdir -p $WORK/b912/
2025-08-20T23:00:10.1382432Z [00:02:32.398]➜  cat >/tmp/go-build2180205415/b912/importcfg << 'EOF' # internal
2025-08-20T23:00:10.1382779Z [00:02:32.398]➜  # import config
2025-08-20T23:00:10.1383144Z [00:02:32.398]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:10.1383614Z [00:02:32.398]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:10.1384247Z [00:02:32.398]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build2180205415/b880/_pkg_.a
2025-08-20T23:00:10.1385304Z [00:02:32.398]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2180205415/b878/_pkg_.a
2025-08-20T23:00:10.1386158Z [00:02:32.398]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build2180205415/b893/_pkg_.a
2025-08-20T23:00:10.1386765Z [00:02:32.398]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build2180205415/b498/_pkg_.a
2025-08-20T23:00:10.1387237Z [00:02:32.398]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.1387541Z [00:02:32.398]➜  EOF
2025-08-20T23:00:10.1389545Z [00:02:32.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b912/_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/b912=>" -p github.com/ProtonMail/go-crypto/openpgp/x448 -lang=go1.17 -complete -installsuffix shared -buildid bDEihkGhZWHZv25BP-LO/bDEihkGhZWHZv25BP-LO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b912/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/x448/x448.go
2025-08-20T23:00:10.1446262Z [00:02:32.406]➜  go tool buildid -w $WORK/b886/_pkg_.a # internal
2025-08-20T23:00:10.1516251Z [00:02:32.413]➜  cp $WORK/b886/_pkg_.a /root/.cache/go-build/4c/4cb27d3ce6ef5f0a40394d64cdbdb58989436f2d8607e5e4666eb6d30ccaf3f4-d # internal
2025-08-20T23:00:10.1516949Z [00:02:32.413]➜  github.com/ProtonMail/go-crypto/openpgp/ecdh
2025-08-20T23:00:10.1517280Z [00:02:32.413]➜  mkdir -p $WORK/b879/
2025-08-20T23:00:10.1523843Z [00:02:32.413]➜  cat >/tmp/go-build2180205415/b879/importcfg << 'EOF' # internal
2025-08-20T23:00:10.1524283Z [00:02:32.413]➜  # import config
2025-08-20T23:00:10.1524626Z [00:02:32.413]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:10.1525048Z [00:02:32.413]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:10.1525940Z [00:02:32.413]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build2180205415/b880/_pkg_.a
2025-08-20T23:00:10.1526932Z [00:02:32.413]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build2180205415/b881/_pkg_.a
2025-08-20T23:00:10.1527785Z [00:02:32.413]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build2180205415/b886/_pkg_.a
2025-08-20T23:00:10.1528348Z [00:02:32.413]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.1528650Z [00:02:32.413]➜  EOF
2025-08-20T23:00:10.1530639Z [00:02:32.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b879/_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/b879=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdh -lang=go1.17 -complete -installsuffix shared -buildid Z7lSx003z9_O6OS_UFhB/Z7lSx003z9_O6OS_UFhB -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/ecdh/ecdh.go
2025-08-20T23:00:10.1569158Z [00:02:32.416]➜  go tool buildid -w $WORK/b912/_pkg_.a # internal
2025-08-20T23:00:10.1569929Z [00:02:32.417]➜  cp $WORK/b912/_pkg_.a /root/.cache/go-build/05/054b02646847ad1d6d920bcbac1f554474b6a8b4532e8fba4d9d867c137a2228-d # internal
2025-08-20T23:00:10.1570876Z [00:02:32.417]➜  github.com/ProtonMail/go-crypto/openpgp/ecdsa
2025-08-20T23:00:10.1571215Z [00:02:32.417]➜  mkdir -p $WORK/b902/
2025-08-20T23:00:10.1571586Z [00:02:32.418]➜  cat >/tmp/go-build2180205415/b902/importcfg << 'EOF' # internal
2025-08-20T23:00:10.1571928Z [00:02:32.418]➜  # import config
2025-08-20T23:00:10.1572263Z [00:02:32.418]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:10.1572867Z [00:02:32.418]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build2180205415/b886/_pkg_.a
2025-08-20T23:00:10.1573435Z [00:02:32.418]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.1574043Z [00:02:32.418]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:10.1574367Z [00:02:32.418]➜  EOF
2025-08-20T23:00:10.1576515Z [00:02:32.418]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b902/_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/b902=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdsa -lang=go1.17 -complete -installsuffix shared -buildid wCPLQfvxS3oIjmRIQTVW/wCPLQfvxS3oIjmRIQTVW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b902/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/ecdsa/ecdsa.go
2025-08-20T23:00:10.1751703Z [00:02:32.436]➜  go tool buildid -w $WORK/b902/_pkg_.a # internal
2025-08-20T23:00:10.1754966Z [00:02:32.436]➜  cp $WORK/b902/_pkg_.a /root/.cache/go-build/c6/c6f4493614b5a60083b1210894c4ab2d1305153b52c8bcf9b8b158b49dcd6ca3-d # internal
2025-08-20T23:00:10.1755650Z [00:02:32.436]➜  github.com/ProtonMail/go-crypto/openpgp/eddsa
2025-08-20T23:00:10.1757284Z [00:02:32.436]➜  mkdir -p $WORK/b905/
2025-08-20T23:00:10.1757663Z [00:02:32.437]➜  cat >/tmp/go-build2180205415/b905/importcfg << 'EOF' # internal
2025-08-20T23:00:10.1758019Z [00:02:32.437]➜  # import config
2025-08-20T23:00:10.1758356Z [00:02:32.437]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:10.1758959Z [00:02:32.437]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build2180205415/b886/_pkg_.a
2025-08-20T23:00:10.1759524Z [00:02:32.437]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.1759823Z [00:02:32.437]➜  EOF
2025-08-20T23:00:10.1763996Z [00:02:32.437]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b905/_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/b905=>" -p github.com/ProtonMail/go-crypto/openpgp/eddsa -lang=go1.17 -complete -installsuffix shared -buildid wXIZAqxsHg2eiRW-YwWd/wXIZAqxsHg2eiRW-YwWd -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/eddsa/eddsa.go
2025-08-20T23:00:10.1766190Z [00:02:32.438]➜  go tool buildid -w $WORK/b879/_pkg_.a # internal
2025-08-20T23:00:10.1774845Z [00:02:32.439]➜  cp $WORK/b879/_pkg_.a /root/.cache/go-build/ff/ffdb86963d2dc23dc1b66ee5f7df8e67324be406e8d9b4e029ef8b87a5e1f07c-d # internal
2025-08-20T23:00:10.1791356Z [00:02:32.440]➜  image
2025-08-20T23:00:10.1791949Z [00:02:32.440]➜  mkdir -p $WORK/b913/
2025-08-20T23:00:10.1796146Z [00:02:32.441]➜  cat >/tmp/go-build2180205415/b913/importcfg << 'EOF' # internal
2025-08-20T23:00:10.1796516Z [00:02:32.441]➜  # import config
2025-08-20T23:00:10.1796861Z [00:02:32.441]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:10.1797299Z [00:02:32.441]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:10.1798022Z [00:02:32.441]➜  packagefile image/color=/tmp/go-build2180205415/b914/_pkg_.a
2025-08-20T23:00:10.1798469Z [00:02:32.441]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.1798895Z [00:02:32.441]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:10.1799530Z [00:02:32.441]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:10.1799950Z [00:02:32.441]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:10.1800386Z [00:02:32.441]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:10.1800715Z [00:02:32.441]➜  EOF
2025-08-20T23:00:10.1802462Z [00:02:32.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b913/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b913=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid 5atW7hS7FvXrIRy7S1Sm/5atW7hS7FvXrIRy7S1Sm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b913/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:00:10.2030181Z [00:02:32.464]➜  go tool buildid -w $WORK/b905/_pkg_.a # internal
2025-08-20T23:00:10.2038448Z [00:02:32.464]➜  cp $WORK/b905/_pkg_.a /root/.cache/go-build/96/96e3dd5ef30e6fa7cffd2c67cc632be753d55c3df27b8faf46f607303294d701-d # internal
2025-08-20T23:00:10.2048969Z [00:02:32.466]➜  golang.org/x/sys/cpu
2025-08-20T23:00:10.2049296Z [00:02:32.466]➜  mkdir -p $WORK/b918/
2025-08-20T23:00:10.2052112Z [00:02:32.466]➜  echo -n > $WORK/b918/go_asm.h # internal
2025-08-20T23:00:10.2053574Z [00:02:32.467]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu
2025-08-20T23:00:10.2055354Z [00:02:32.467]➜  /root/.go/pkg/tool/linux_arm64/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/b918=>" -I $WORK/b918/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b918/symabis ./cpu_arm64.s
2025-08-20T23:00:10.2106732Z [00:02:32.471]➜  cat >/tmp/go-build2180205415/b918/importcfg << 'EOF' # internal
2025-08-20T23:00:10.2107800Z [00:02:32.471]➜  # import config
2025-08-20T23:00:10.2108212Z [00:02:32.471]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:10.2108664Z [00:02:32.471]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.2109077Z [00:02:32.471]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:10.2109495Z [00:02:32.471]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:10.2109922Z [00:02:32.471]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:10.2110350Z [00:02:32.471]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.2110777Z [00:02:32.471]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:10.2111095Z [00:02:32.471]➜  EOF
2025-08-20T23:00:10.2111613Z [00:02:32.471]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:10.2115939Z [00:02:32.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b918/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu=>golang.org/x/sys@v0.34.0/cpu;$WORK/b918=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid TZlr3gDhbPbdhBEdHMGN/TZlr3gDhbPbdhBEdHMGN -goversion go1.25.0 -symabis $WORK/b918/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b918/importcfg -pack -asmhdr $WORK/b918/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_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_gc_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_linux_arm64.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/proc_cpuinfo_linux.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:00:10.2717317Z [00:02:32.533]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu
2025-08-20T23:00:10.2718887Z [00:02:32.533]➜  /root/.go/pkg/tool/linux_arm64/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/b918=>" -I $WORK/b918/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b918/cpu_arm64.o ./cpu_arm64.s
2025-08-20T23:00:10.2786861Z [00:02:32.540]➜  go tool pack r $WORK/b918/_pkg_.a $WORK/b918/cpu_arm64.o # internal
2025-08-20T23:00:10.2787358Z [00:02:32.540]➜  go tool buildid -w $WORK/b918/_pkg_.a # internal
2025-08-20T23:00:10.2794222Z [00:02:32.540]➜  cp $WORK/b918/_pkg_.a /root/.cache/go-build/71/71e34b809fe99867f88353ac27f3b72540245553f268ee9fc9e849b0efa5e192-d # internal
2025-08-20T23:00:10.2816570Z [00:02:32.543]➜  golang.org/x/crypto/sha3
2025-08-20T23:00:10.2817412Z [00:02:32.543]➜  mkdir -p $WORK/b917/
2025-08-20T23:00:10.2834460Z [00:02:32.544]➜  cat >/tmp/go-build2180205415/b917/importcfg << 'EOF' # internal
2025-08-20T23:00:10.2835528Z [00:02:32.545]➜  # import config
2025-08-20T23:00:10.2836223Z [00:02:32.545]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:10.2836840Z [00:02:32.545]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:10.2837347Z [00:02:32.545]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:10.2838029Z [00:02:32.545]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:10.2843790Z [00:02:32.545]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:10.2844336Z [00:02:32.545]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build2180205415/b918/_pkg_.a
2025-08-20T23:00:10.2844806Z [00:02:32.545]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:10.2845226Z [00:02:32.545]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.2845655Z [00:02:32.545]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:10.2846197Z [00:02:32.545]➜  EOF
2025-08-20T23:00:10.2846463Z [00:02:32.545]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:10.2849798Z [00:02:32.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b917/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3=>golang.org/x/crypto@v0.40.0/sha3;$WORK/b917=>" -p golang.org/x/crypto/sha3 -lang=go1.23 -complete -installsuffix shared -buildid DvcHprPh097FAl-B7ggb/DvcHprPh097FAl-B7ggb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b917/importcfg -pack /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.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:00:10.3177141Z [00:02:32.579]➜  go tool buildid -w $WORK/b913/_pkg_.a # internal
2025-08-20T23:00:10.3256782Z [00:02:32.587]➜  cp $WORK/b913/_pkg_.a /root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d # internal
2025-08-20T23:00:10.3260478Z [00:02:32.587]➜  image/internal/imageutil
2025-08-20T23:00:10.3274336Z [00:02:32.589]➜  mkdir -p $WORK/b916/
2025-08-20T23:00:10.3283446Z [00:02:32.589]➜  cat >/tmp/go-build2180205415/b916/importcfg << 'EOF' # internal
2025-08-20T23:00:10.3297393Z [00:02:32.589]➜  # import config
2025-08-20T23:00:10.3298237Z [00:02:32.589]➜  packagefile image=/tmp/go-build2180205415/b913/_pkg_.a
2025-08-20T23:00:10.3298601Z [00:02:32.589]➜  EOF
2025-08-20T23:00:10.3300472Z [00:02:32.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b916/_pkg_.a -trimpath "/root/.go/src/image/internal/imageutil=>image/internal/imageutil;$WORK/b916=>" -p image/internal/imageutil -lang=go1.25 -std -complete -installsuffix shared -buildid dD2uzJyr78_eNthmncD2/dD2uzJyr78_eNthmncD2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b916/importcfg -pack /root/.go/src/image/internal/imageutil/imageutil.go /root/.go/src/image/internal/imageutil/impl.go
2025-08-20T23:00:10.3366873Z [00:02:32.598]➜  go tool buildid -w $WORK/b917/_pkg_.a # internal
2025-08-20T23:00:10.3387237Z [00:02:32.599]➜  cp $WORK/b917/_pkg_.a /root/.cache/go-build/75/759be49f515b6f931ee8a37ae20d1cb3f363816a8acd7fe12514534017659b14-d # internal
2025-08-20T23:00:10.3388154Z [00:02:32.599]➜  github.com/sassoftware/go-rpmutils/fileutil
2025-08-20T23:00:10.3388581Z [00:02:32.599]➜  mkdir -p $WORK/b920/
2025-08-20T23:00:10.3389932Z [00:02:32.599]➜  cat >/tmp/go-build2180205415/b920/importcfg << 'EOF' # internal
2025-08-20T23:00:10.3390298Z [00:02:32.599]➜  # import config
2025-08-20T23:00:10.3390716Z [00:02:32.599]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T23:00:10.3391186Z [00:02:32.599]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:10.3391495Z [00:02:32.599]➜  EOF
2025-08-20T23:00:10.3393528Z [00:02:32.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b920/_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/b920=>" -p github.com/sassoftware/go-rpmutils/fileutil -lang=go1.21 -complete -installsuffix shared -buildid NuH-1cdve03ZlUz49RUq/NuH-1cdve03ZlUz49RUq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b920/importcfg -pack /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/fileutil/fileutil_unix.go
2025-08-20T23:00:10.3451977Z [00:02:32.606]➜  go tool buildid -w $WORK/b916/_pkg_.a # internal
2025-08-20T23:00:10.3454554Z [00:02:32.607]➜  cp $WORK/b916/_pkg_.a /root/.cache/go-build/73/73699e292ac1a89c59e08a0c47cd491743701e6075ac72089ca2940e29c9f0c7-d # internal
2025-08-20T23:00:10.3456198Z [00:02:32.607]➜  image/jpeg
2025-08-20T23:00:10.3456478Z [00:02:32.607]➜  mkdir -p $WORK/b915/
2025-08-20T23:00:10.3467816Z [00:02:32.607]➜  cat >/tmp/go-build2180205415/b915/importcfg << 'EOF' # internal
2025-08-20T23:00:10.3468217Z [00:02:32.607]➜  # import config
2025-08-20T23:00:10.3468568Z [00:02:32.607]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:10.3468998Z [00:02:32.607]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:10.3469414Z [00:02:32.607]➜  packagefile image=/tmp/go-build2180205415/b913/_pkg_.a
2025-08-20T23:00:10.3469849Z [00:02:32.607]➜  packagefile image/color=/tmp/go-build2180205415/b914/_pkg_.a
2025-08-20T23:00:10.3470359Z [00:02:32.607]➜  packagefile image/internal/imageutil=/tmp/go-build2180205415/b916/_pkg_.a
2025-08-20T23:00:10.3470828Z [00:02:32.607]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.3471131Z [00:02:32.607]➜  EOF
2025-08-20T23:00:10.3473561Z [00:02:32.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b915/_pkg_.a -trimpath "/root/.go/src/image/jpeg=>image/jpeg;$WORK/b915=>" -p image/jpeg -lang=go1.25 -std -complete -installsuffix shared -buildid qiqcMJ0n6aAaek-5WkvE/qiqcMJ0n6aAaek-5WkvE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b915/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:00:10.3527700Z [00:02:32.613]➜  go tool buildid -w $WORK/b816/_pkg_.a # internal
2025-08-20T23:00:10.3577948Z [00:02:32.619]➜  cp $WORK/b816/_pkg_.a /root/.cache/go-build/3e/3ec0b2f80cd46449e9b7dbda20725bfb58d01a368412a4d7b41a0332723d4791-d # internal
2025-08-20T23:00:10.3582366Z [00:02:32.619]➜  github.com/xi2/xz
2025-08-20T23:00:10.3582706Z [00:02:32.619]➜  mkdir -p $WORK/b921/
2025-08-20T23:00:10.3589233Z [00:02:32.620]➜  cat >/tmp/go-build2180205415/b921/importcfg << 'EOF' # internal
2025-08-20T23:00:10.3589765Z [00:02:32.620]➜  # import config
2025-08-20T23:00:10.3590467Z [00:02:32.620]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:10.3590921Z [00:02:32.620]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:10.3591382Z [00:02:32.620]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:10.3591801Z [00:02:32.620]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:10.3592232Z [00:02:32.620]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:10.3592681Z [00:02:32.620]➜  packagefile hash/crc64=/tmp/go-build2180205415/b612/_pkg_.a
2025-08-20T23:00:10.3593104Z [00:02:32.620]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.3593404Z [00:02:32.620]➜  EOF
2025-08-20T23:00:10.3597518Z [00:02:32.620]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b921/_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/b921=>" -p github.com/xi2/xz -lang=go1.16 -complete -installsuffix shared -buildid IiY4DahE1COGnuNUVrEV/IiY4DahE1COGnuNUVrEV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b921/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:00:10.3601060Z [00:02:32.621]➜  go tool buildid -w $WORK/b920/_pkg_.a # internal
2025-08-20T23:00:10.3601904Z [00:02:32.621]➜  cp $WORK/b920/_pkg_.a /root/.cache/go-build/57/570223cbc20e79ec6902882ab004f514571466428e9a84f28e36e9b951f3b03f-d # internal
2025-08-20T23:00:10.3617047Z [00:02:32.622]➜  github.com/sassoftware/go-rpmutils/cpio
2025-08-20T23:00:10.3617477Z [00:02:32.622]➜  mkdir -p $WORK/b919/
2025-08-20T23:00:10.3618140Z [00:02:32.623]➜  cat >/tmp/go-build2180205415/b919/importcfg << 'EOF' # internal
2025-08-20T23:00:10.3618495Z [00:02:32.623]➜  # import config
2025-08-20T23:00:10.3618833Z [00:02:32.623]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:10.3619245Z [00:02:32.623]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.3619798Z [00:02:32.623]➜  packagefile github.com/sassoftware/go-rpmutils/fileutil=/tmp/go-build2180205415/b920/_pkg_.a
2025-08-20T23:00:10.3620329Z [00:02:32.623]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.3620726Z [00:02:32.623]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:10.3621139Z [00:02:32.623]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:10.3621853Z [00:02:32.623]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:10.3622373Z [00:02:32.623]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:10.3622980Z [00:02:32.623]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.3623303Z [00:02:32.623]➜  EOF
2025-08-20T23:00:10.3648449Z [00:02:32.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b919/_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/b919=>" -p github.com/sassoftware/go-rpmutils/cpio -lang=go1.21 -complete -installsuffix shared -buildid gzobj9KBle9MVSDBdtm0/gzobj9KBle9MVSDBdtm0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b919/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:00:10.3942224Z [00:02:32.655]➜  cd $WORK/b875
2025-08-20T23:00:10.3944080Z [00:02:32.655]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x001.o -c _cgo_export.c
2025-08-20T23:00:10.4074599Z [00:02:32.668]➜  go tool buildid -w $WORK/b919/_pkg_.a # internal
2025-08-20T23:00:10.4083294Z [00:02:32.669]➜  cp $WORK/b919/_pkg_.a /root/.cache/go-build/85/85a2350d554b8e1a7b855147b6151946d110c7246fdee81570fc40447c5f90b9-d # internal
2025-08-20T23:00:10.4084039Z [00:02:32.669]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abuseipdb
2025-08-20T23:00:10.4087811Z [00:02:32.670]➜  mkdir -p $WORK/b923/
2025-08-20T23:00:10.4096402Z [00:02:32.670]➜  cat >/tmp/go-build2180205415/b923/importcfg << 'EOF' # internal
2025-08-20T23:00:10.4096838Z [00:02:32.670]➜  # import config
2025-08-20T23:00:10.4097183Z [00:02:32.670]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:10.4097611Z [00:02:32.670]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.4098030Z [00:02:32.670]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.4098628Z [00:02:32.670]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.4099648Z [00:02:32.670]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.4100546Z [00:02:32.670]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.4101235Z [00:02:32.670]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.4101713Z [00:02:32.670]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.4102137Z [00:02:32.670]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.4102568Z [00:02:32.670]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.4102886Z [00:02:32.670]➜  EOF
2025-08-20T23:00:10.4103151Z [00:02:32.671]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:10.4105399Z [00:02:32.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b923/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abuseipdb=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abuseipdb;$WORK/b923=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abuseipdb -lang=go1.24 -complete -installsuffix shared -buildid cSyhN4sRaEyKDUwD9jso/cSyhN4sRaEyKDUwD9jso -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b923/importcfg -pack ./pkg/detectors/abuseipdb/abuseipdb.go
2025-08-20T23:00:10.4291890Z [00:02:32.690]➜  cd $WORK/b875
2025-08-20T23:00:10.4294038Z [00:02:32.690]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x002.o -c errors.cgo2.c
2025-08-20T23:00:10.4321600Z [00:02:32.693]➜  go tool buildid -w $WORK/b921/_pkg_.a # internal
2025-08-20T23:00:10.4347126Z [00:02:32.696]➜  cp $WORK/b921/_pkg_.a /root/.cache/go-build/48/48bebeb47cb57fb99246df2b9b3b1322d41e686d7846526f37fbba651592ba8b-d # internal
2025-08-20T23:00:10.4371242Z [00:02:32.698]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abyssale
2025-08-20T23:00:10.4371707Z [00:02:32.698]➜  mkdir -p $WORK/b924/
2025-08-20T23:00:10.4372620Z [00:02:32.698]➜  cat >/tmp/go-build2180205415/b924/importcfg << 'EOF' # internal
2025-08-20T23:00:10.4372984Z [00:02:32.698]➜  # import config
2025-08-20T23:00:10.4373329Z [00:02:32.698]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.4373753Z [00:02:32.698]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.4374525Z [00:02:32.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.4375424Z [00:02:32.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.4382139Z [00:02:32.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.4382850Z [00:02:32.698]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.4383346Z [00:02:32.698]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.4383786Z [00:02:32.698]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.4384103Z [00:02:32.698]➜  EOF
2025-08-20T23:00:10.4384349Z [00:02:32.698]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:10.4386721Z [00:02:32.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b924/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abyssale=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abyssale;$WORK/b924=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abyssale -lang=go1.24 -complete -installsuffix shared -buildid 1iCJnpCPmqLfeOIfyd5x/1iCJnpCPmqLfeOIfyd5x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b924/importcfg -pack ./pkg/detectors/abyssale/abyssale.go
2025-08-20T23:00:10.4452307Z [00:02:32.706]➜  go tool buildid -w $WORK/b915/_pkg_.a # internal
2025-08-20T23:00:10.4466058Z [00:02:32.708]➜  cp $WORK/b915/_pkg_.a /root/.cache/go-build/f3/f31e48d16aaf146e45b2dfe20ffaced478f23c5add4e46ff919ca47bdd4f0f61-d # internal
2025-08-20T23:00:10.4523903Z [00:02:32.713]➜  github.com/ProtonMail/go-crypto/openpgp/packet
2025-08-20T23:00:10.4524564Z [00:02:32.713]➜  mkdir -p $WORK/b906/
2025-08-20T23:00:10.4531515Z [00:02:32.714]➜  cat >/tmp/go-build2180205415/b906/importcfg << 'EOF' # internal
2025-08-20T23:00:10.4531948Z [00:02:32.714]➜  # import config
2025-08-20T23:00:10.4532296Z [00:02:32.714]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:10.4532751Z [00:02:32.714]➜  packagefile compress/bzip2=/tmp/go-build2180205415/b840/_pkg_.a
2025-08-20T23:00:10.4533226Z [00:02:32.714]➜  packagefile compress/flate=/tmp/go-build2180205415/b104/_pkg_.a
2025-08-20T23:00:10.4533713Z [00:02:32.714]➜  packagefile compress/zlib=/tmp/go-build2180205415/b813/_pkg_.a
2025-08-20T23:00:10.4534166Z [00:02:32.714]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:10.4534909Z [00:02:32.714]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T23:00:10.4535440Z [00:02:32.714]➜  packagefile crypto/dsa=/tmp/go-build2180205415/b180/_pkg_.a
2025-08-20T23:00:10.4536262Z [00:02:32.714]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:10.4536728Z [00:02:32.714]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:00:10.4537183Z [00:02:32.714]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:10.4537648Z [00:02:32.714]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:10.4538113Z [00:02:32.714]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:10.4538577Z [00:02:32.714]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:10.4539053Z [00:02:32.714]➜  packagefile encoding/asn1=/tmp/go-build2180205415/b155/_pkg_.a
2025-08-20T23:00:10.4539806Z [00:02:32.714]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:10.4540289Z [00:02:32.714]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:10.4540731Z [00:02:32.714]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.4541296Z [00:02:32.714]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build2180205415/b879/_pkg_.a
2025-08-20T23:00:10.4541988Z [00:02:32.714]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build2180205415/b902/_pkg_.a
2025-08-20T23:00:10.4542690Z [00:02:32.714]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build2180205415/b903/_pkg_.a
2025-08-20T23:00:10.4545022Z [00:02:32.714]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build2180205415/b904/_pkg_.a
2025-08-20T23:00:10.4546261Z [00:02:32.714]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build2180205415/b905/_pkg_.a
2025-08-20T23:00:10.4547030Z [00:02:32.714]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build2180205415/b907/_pkg_.a
2025-08-20T23:00:10.4547736Z [00:02:32.714]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2180205415/b878/_pkg_.a
2025-08-20T23:00:10.4548497Z [00:02:32.714]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build2180205415/b881/_pkg_.a
2025-08-20T23:00:10.4549271Z [00:02:32.714]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build2180205415/b886/_pkg_.a
2025-08-20T23:00:10.4550036Z [00:02:32.714]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build2180205415/b889/_pkg_.a
2025-08-20T23:00:10.4552668Z [00:02:32.714]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build2180205415/b908/_pkg_.a
2025-08-20T23:00:10.4553635Z [00:02:32.714]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build2180205415/b911/_pkg_.a
2025-08-20T23:00:10.4554405Z [00:02:32.714]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build2180205415/b912/_pkg_.a
2025-08-20T23:00:10.4555022Z [00:02:32.714]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build2180205415/b498/_pkg_.a
2025-08-20T23:00:10.4555508Z [00:02:32.714]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:10.4556170Z [00:02:32.714]➜  packagefile image=/tmp/go-build2180205415/b913/_pkg_.a
2025-08-20T23:00:10.4556654Z [00:02:32.714]➜  packagefile image/jpeg=/tmp/go-build2180205415/b915/_pkg_.a
2025-08-20T23:00:10.4557080Z [00:02:32.714]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.4557497Z [00:02:32.714]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:10.4557931Z [00:02:32.714]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:10.4558367Z [00:02:32.714]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:10.4558801Z [00:02:32.714]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.4559366Z [00:02:32.714]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:10.4559744Z [00:02:32.714]➜  EOF
2025-08-20T23:00:10.4571634Z [00:02:32.714]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b906/_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/b906=>" -p github.com/ProtonMail/go-crypto/openpgp/packet -lang=go1.17 -complete -installsuffix shared -buildid itdHcSVRdKOR3MUkV10b/itdHcSVRdKOR3MUkV10b -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/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:00:10.4602383Z [00:02:32.716]➜  cd $WORK/b875
2025-08-20T23:00:10.4604150Z [00:02:32.716]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x003.o -c zstd.cgo2.c
2025-08-20T23:00:10.4605900Z [00:02:32.721]➜  go tool buildid -w $WORK/b923/_pkg_.a # internal
2025-08-20T23:00:10.4616050Z [00:02:32.723]➜  cp $WORK/b923/_pkg_.a /root/.cache/go-build/d3/d3ead52e698305b6f8e01db6688b2ae9a602a2dcbc01f296b58832b8797238a8-d # internal
2025-08-20T23:00:10.4617312Z [00:02:32.723]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v1
2025-08-20T23:00:10.4619887Z [00:02:32.723]➜  mkdir -p $WORK/b925/
2025-08-20T23:00:10.4621182Z [00:02:32.723]➜  cat >/tmp/go-build2180205415/b925/importcfg << 'EOF' # internal
2025-08-20T23:00:10.4621605Z [00:02:32.723]➜  # import config
2025-08-20T23:00:10.4621964Z [00:02:32.723]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.4622394Z [00:02:32.723]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.4622988Z [00:02:32.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.4623768Z [00:02:32.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.4625962Z [00:02:32.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.4627515Z [00:02:32.724]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.4628333Z [00:02:32.724]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.4628809Z [00:02:32.724]➜  EOF
2025-08-20T23:00:10.4629168Z [00:02:32.724]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:10.4631456Z [00:02:32.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b925/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v1;$WORK/b925=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v1 -lang=go1.24 -complete -installsuffix shared -buildid 8Gn94jOXC6eqPtbFtItX/8Gn94jOXC6eqPtbFtItX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b925/importcfg -pack ./pkg/detectors/accuweather/v1/accuweather.go
2025-08-20T23:00:10.4806989Z [00:02:32.742]➜  cd $WORK/b875
2025-08-20T23:00:10.4811953Z [00:02:32.742]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x004.o -c zstd_bulk.cgo2.c
2025-08-20T23:00:10.4885006Z [00:02:32.750]➜  go tool buildid -w $WORK/b924/_pkg_.a # internal
2025-08-20T23:00:10.4907639Z [00:02:32.751]➜  cp $WORK/b924/_pkg_.a /root/.cache/go-build/0a/0af80385963c26e1117d21528faf69e7d9b289fb2425aa091c728164081a66c9-d # internal
2025-08-20T23:00:10.4908380Z [00:02:32.751]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adafruitio
2025-08-20T23:00:10.4909035Z [00:02:32.751]➜  mkdir -p $WORK/b927/
2025-08-20T23:00:10.4909478Z [00:02:32.751]➜  cat >/tmp/go-build2180205415/b927/importcfg << 'EOF' # internal
2025-08-20T23:00:10.4909823Z [00:02:32.751]➜  # import config
2025-08-20T23:00:10.4910176Z [00:02:32.751]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.4910607Z [00:02:32.751]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.4911202Z [00:02:32.751]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.4911980Z [00:02:32.751]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.4912779Z [00:02:32.751]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.4913462Z [00:02:32.751]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.4913959Z [00:02:32.751]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.4914516Z [00:02:32.751]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.4914906Z [00:02:32.751]➜  EOF
2025-08-20T23:00:10.4915339Z [00:02:32.751]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:10.4917702Z [00:02:32.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b927/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adafruitio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adafruitio;$WORK/b927=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adafruitio -lang=go1.24 -complete -installsuffix shared -buildid T_fOfs1LpgI-cn_CBatp/T_fOfs1LpgI-cn_CBatp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b927/importcfg -pack ./pkg/detectors/adafruitio/adafruitio.go
2025-08-20T23:00:10.5017244Z [00:02:32.763]➜  go tool buildid -w $WORK/b925/_pkg_.a # internal
2025-08-20T23:00:10.5032000Z [00:02:32.764]➜  cp $WORK/b925/_pkg_.a /root/.cache/go-build/50/5065eb29a0a3e1e07d0a3ce9aba23da206135b45f8c47cfebc9b09d00ae59486-d # internal
2025-08-20T23:00:10.5037243Z [00:02:32.764]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v2
2025-08-20T23:00:10.5037664Z [00:02:32.764]➜  mkdir -p $WORK/b926/
2025-08-20T23:00:10.5038045Z [00:02:32.764]➜  cat >/tmp/go-build2180205415/b926/importcfg << 'EOF' # internal
2025-08-20T23:00:10.5038394Z [00:02:32.764]➜  # import config
2025-08-20T23:00:10.5038740Z [00:02:32.764]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.5039362Z [00:02:32.764]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.5040214Z [00:02:32.764]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v1=/tmp/go-build2180205415/b925/_pkg_.a
2025-08-20T23:00:10.5040933Z [00:02:32.764]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.5041315Z [00:02:32.764]➜  EOF
2025-08-20T23:00:10.5043404Z [00:02:32.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b926/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v2;$WORK/b926=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v2 -lang=go1.24 -complete -installsuffix shared -buildid AbjwhM1gGVnymSB-y9eD/AbjwhM1gGVnymSB-y9eD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b926/importcfg -pack ./pkg/detectors/accuweather/v2/accuweather.go
2025-08-20T23:00:10.5160442Z [00:02:32.777]➜  cd $WORK/b875
2025-08-20T23:00:10.5162547Z [00:02:32.777]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x005.o -c zstd_ctx.cgo2.c
2025-08-20T23:00:10.5353315Z [00:02:32.796]➜  go tool buildid -w $WORK/b926/_pkg_.a # internal
2025-08-20T23:00:10.5364127Z [00:02:32.797]➜  cp $WORK/b926/_pkg_.a /root/.cache/go-build/08/08cddf9547620b28a61b32d5dc9271bfae166106342430f2f3927bad960dda2b-d # internal
2025-08-20T23:00:10.5366000Z [00:02:32.798]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adzuna
2025-08-20T23:00:10.5366461Z [00:02:32.798]➜  mkdir -p $WORK/b928/
2025-08-20T23:00:10.5371499Z [00:02:32.798]➜  cat >/tmp/go-build2180205415/b928/importcfg << 'EOF' # internal
2025-08-20T23:00:10.5372079Z [00:02:32.798]➜  # import config
2025-08-20T23:00:10.5372501Z [00:02:32.798]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.5372928Z [00:02:32.798]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.5373543Z [00:02:32.798]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.5374529Z [00:02:32.798]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.5375432Z [00:02:32.798]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.5376385Z [00:02:32.798]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.5376883Z [00:02:32.798]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.5377330Z [00:02:32.798]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.5377646Z [00:02:32.798]➜  EOF
2025-08-20T23:00:10.5377892Z [00:02:32.798]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:10.5381521Z [00:02:32.798]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b928/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adzuna=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adzuna;$WORK/b928=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adzuna -lang=go1.24 -complete -installsuffix shared -buildid eIcLtyg_xOYSch7jQXah/eIcLtyg_xOYSch7jQXah -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b928/importcfg -pack ./pkg/detectors/adzuna/adzuna.go
2025-08-20T23:00:10.5384947Z [00:02:32.800]➜  go tool buildid -w $WORK/b927/_pkg_.a # internal
2025-08-20T23:00:10.5399506Z [00:02:32.801]➜  cp $WORK/b927/_pkg_.a /root/.cache/go-build/4f/4f838dc1b32e1ab66175f7b5aeaababc8487d8f974cee44d69da6fe5ec3c6a7a-d # internal
2025-08-20T23:00:10.5410906Z [00:02:32.802]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aeroworkflow
2025-08-20T23:00:10.5413396Z [00:02:32.802]➜  mkdir -p $WORK/b929/
2025-08-20T23:00:10.5413830Z [00:02:32.802]➜  cat >/tmp/go-build2180205415/b929/importcfg << 'EOF' # internal
2025-08-20T23:00:10.5414174Z [00:02:32.802]➜  # import config
2025-08-20T23:00:10.5414530Z [00:02:32.802]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.5414961Z [00:02:32.802]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.5415551Z [00:02:32.802]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.5416516Z [00:02:32.802]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.5417321Z [00:02:32.802]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.5417996Z [00:02:32.802]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.5418487Z [00:02:32.802]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.5418918Z [00:02:32.802]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.5419235Z [00:02:32.802]➜  EOF
2025-08-20T23:00:10.5421494Z [00:02:32.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b929/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aeroworkflow=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aeroworkflow;$WORK/b929=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aeroworkflow -lang=go1.24 -complete -installsuffix shared -buildid lmo5qay4K-QYZ-8QOeTs/lmo5qay4K-QYZ-8QOeTs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b929/importcfg -pack ./pkg/detectors/aeroworkflow/aeroworkflow.go
2025-08-20T23:00:10.5502129Z [00:02:32.811]➜  cd $WORK/b875
2025-08-20T23:00:10.5504543Z [00:02:32.811]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x006.o -c zstd_stream.cgo2.c
2025-08-20T23:00:10.5765159Z [00:02:32.837]➜  go tool buildid -w $WORK/b928/_pkg_.a # internal
2025-08-20T23:00:10.5779019Z [00:02:32.839]➜  cp $WORK/b928/_pkg_.a /root/.cache/go-build/cd/cd3df92e66febd98c7b75cce7d8937f2675cd3a858abfa6fec862ec8645205d6-d # internal
2025-08-20T23:00:10.5780044Z [00:02:32.839]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/agora
2025-08-20T23:00:10.5780432Z [00:02:32.839]➜  mkdir -p $WORK/b930/
2025-08-20T23:00:10.5785456Z [00:02:32.840]➜  cat >/tmp/go-build2180205415/b930/importcfg << 'EOF' # internal
2025-08-20T23:00:10.5786017Z [00:02:32.840]➜  # import config
2025-08-20T23:00:10.5786375Z [00:02:32.840]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.5786803Z [00:02:32.840]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.5787418Z [00:02:32.840]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.5788561Z [00:02:32.840]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.5789368Z [00:02:32.840]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.5790071Z [00:02:32.840]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.5790564Z [00:02:32.840]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.5790995Z [00:02:32.840]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.5792203Z [00:02:32.840]➜  EOF
2025-08-20T23:00:10.5792478Z [00:02:32.840]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:10.5794478Z [00:02:32.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b930/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/agora=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/agora;$WORK/b930=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/agora -lang=go1.24 -complete -installsuffix shared -buildid -i1SyACn9um6RwZExKpL/-i1SyACn9um6RwZExKpL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b930/importcfg -pack ./pkg/detectors/agora/agora.go
2025-08-20T23:00:10.5808998Z [00:02:32.842]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:10.5811368Z [00:02:32.842]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x007.o -c cover.c
2025-08-20T23:00:10.5918859Z [00:02:32.853]➜  go tool buildid -w $WORK/b929/_pkg_.a # internal
2025-08-20T23:00:10.5936691Z [00:02:32.855]➜  cp $WORK/b929/_pkg_.a /root/.cache/go-build/08/08b95cf19be0a2bd90919e176c66b476591476354511f7dd89ebdb12375656ad-d # internal
2025-08-20T23:00:10.5937804Z [00:02:32.855]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aha
2025-08-20T23:00:10.5938308Z [00:02:32.855]➜  mkdir -p $WORK/b931/
2025-08-20T23:00:10.5945953Z [00:02:32.856]➜  cat >/tmp/go-build2180205415/b931/importcfg << 'EOF' # internal
2025-08-20T23:00:10.5946621Z [00:02:32.856]➜  # import config
2025-08-20T23:00:10.5947078Z [00:02:32.856]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.5948186Z [00:02:32.856]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.5949060Z [00:02:32.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.5950364Z [00:02:32.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.5951323Z [00:02:32.856]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.5952629Z [00:02:32.856]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.5953334Z [00:02:32.856]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.5953715Z [00:02:32.856]➜  EOF
2025-08-20T23:00:10.5954158Z [00:02:32.856]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:10.5961432Z [00:02:32.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b931/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aha=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aha;$WORK/b931=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aha -lang=go1.24 -complete -installsuffix shared -buildid xRCg58dC73nqyTWN8XgJ/xRCg58dC73nqyTWN8XgJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b931/importcfg -pack ./pkg/detectors/aha/aha.go
2025-08-20T23:00:10.6248435Z [00:02:32.884]➜  go tool buildid -w $WORK/b930/_pkg_.a # internal
2025-08-20T23:00:10.6249975Z [00:02:32.886]➜  cp $WORK/b930/_pkg_.a /root/.cache/go-build/9b/9b0d1530c6846227159a5e23d952a0ac14b8d87e935f49bd276fda36df3295a1-d # internal
2025-08-20T23:00:10.6251725Z [00:02:32.886]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeprojectkey
2025-08-20T23:00:10.6252438Z [00:02:32.886]➜  mkdir -p $WORK/b932/
2025-08-20T23:00:10.6253423Z [00:02:32.886]➜  cat >/tmp/go-build2180205415/b932/importcfg << 'EOF' # internal
2025-08-20T23:00:10.6254004Z [00:02:32.886]➜  # import config
2025-08-20T23:00:10.6255390Z [00:02:32.886]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.6257678Z [00:02:32.886]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.6258336Z [00:02:32.887]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.6259114Z [00:02:32.887]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.6259934Z [00:02:32.887]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.6260631Z [00:02:32.887]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.6261104Z [00:02:32.887]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.6261533Z [00:02:32.887]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.6261969Z [00:02:32.887]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.6262288Z [00:02:32.887]➜  EOF
2025-08-20T23:00:10.6264733Z [00:02:32.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b932/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeprojectkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeprojectkey;$WORK/b932=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeprojectkey -lang=go1.24 -complete -installsuffix shared -buildid KJ8Rajlx5GIONMttDyEE/KJ8Rajlx5GIONMttDyEE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b932/importcfg -pack ./pkg/detectors/airbrakeprojectkey/airbrakeprojectkey.go
2025-08-20T23:00:10.6332445Z [00:02:32.894]➜  go tool buildid -w $WORK/b931/_pkg_.a # internal
2025-08-20T23:00:10.6360149Z [00:02:32.897]➜  cp $WORK/b931/_pkg_.a /root/.cache/go-build/4d/4d23220348829d26717a8ca53c4c63ec4843a1e2788970fb63e05c17288f7389-d # internal
2025-08-20T23:00:10.6369284Z [00:02:32.897]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeuserkey
2025-08-20T23:00:10.6369720Z [00:02:32.897]➜  mkdir -p $WORK/b933/
2025-08-20T23:00:10.6370097Z [00:02:32.897]➜  cat >/tmp/go-build2180205415/b933/importcfg << 'EOF' # internal
2025-08-20T23:00:10.6370442Z [00:02:32.897]➜  # import config
2025-08-20T23:00:10.6370787Z [00:02:32.898]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.6371206Z [00:02:32.898]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.6371810Z [00:02:32.898]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.6372821Z [00:02:32.898]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.6373731Z [00:02:32.898]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.6374648Z [00:02:32.898]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.6375125Z [00:02:32.898]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.6375549Z [00:02:32.898]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.6379394Z [00:02:32.898]➜  EOF
2025-08-20T23:00:10.6381903Z [00:02:32.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b933/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeuserkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeuserkey;$WORK/b933=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeuserkey -lang=go1.24 -complete -installsuffix shared -buildid a41TW7eSqkXV_P8AROVE/a41TW7eSqkXV_P8AROVE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b933/importcfg -pack ./pkg/detectors/airbrakeuserkey/airbrakeuserkey.go
2025-08-20T23:00:10.6669119Z [00:02:32.927]➜  go tool buildid -w $WORK/b932/_pkg_.a # internal
2025-08-20T23:00:10.6677509Z [00:02:32.929]➜  cp $WORK/b932/_pkg_.a /root/.cache/go-build/44/44f2524a54935f51abbc682722b1b3b9055cd595f099e55010eadf9fde1f9148-d # internal
2025-08-20T23:00:10.6681418Z [00:02:32.929]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airship
2025-08-20T23:00:10.6681857Z [00:02:32.929]➜  mkdir -p $WORK/b934/
2025-08-20T23:00:10.6683270Z [00:02:32.929]➜  cat >/tmp/go-build2180205415/b934/importcfg << 'EOF' # internal
2025-08-20T23:00:10.6683910Z [00:02:32.929]➜  # import config
2025-08-20T23:00:10.6706953Z [00:02:32.929]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.6707960Z [00:02:32.929]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.6709188Z [00:02:32.929]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.6710155Z [00:02:32.929]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.6711924Z [00:02:32.929]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.6712622Z [00:02:32.929]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.6713098Z [00:02:32.929]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.6713527Z [00:02:32.929]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.6713847Z [00:02:32.929]➜  EOF
2025-08-20T23:00:10.6716162Z [00:02:32.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b934/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airship=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airship;$WORK/b934=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airship -lang=go1.24 -complete -installsuffix shared -buildid 4WC1mHcyJVRXjnTvPwBy/4WC1mHcyJVRXjnTvPwBy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b934/importcfg -pack ./pkg/detectors/airship/airship.go
2025-08-20T23:00:10.6749244Z [00:02:32.936]➜  go tool buildid -w $WORK/b933/_pkg_.a # internal
2025-08-20T23:00:10.6765733Z [00:02:32.937]➜  cp $WORK/b933/_pkg_.a /root/.cache/go-build/69/691ccde7e286ec872542fb090a2f8d99f4bb95792d2c41a019886eec8d1d85b7-d # internal
2025-08-20T23:00:10.6768733Z [00:02:32.938]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtableoauth
2025-08-20T23:00:10.6769149Z [00:02:32.938]➜  mkdir -p $WORK/b935/
2025-08-20T23:00:10.6778428Z [00:02:32.939]➜  cat >/tmp/go-build2180205415/b935/importcfg << 'EOF' # internal
2025-08-20T23:00:10.6779042Z [00:02:32.939]➜  # import config
2025-08-20T23:00:10.6779720Z [00:02:32.939]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.6781036Z [00:02:32.939]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.6781652Z [00:02:32.939]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.6782633Z [00:02:32.939]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.6783429Z [00:02:32.939]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.6784109Z [00:02:32.939]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.6784580Z [00:02:32.939]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.6785000Z [00:02:32.939]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.6785325Z [00:02:32.939]➜  EOF
2025-08-20T23:00:10.6787782Z [00:02:32.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b935/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtableoauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtableoauth;$WORK/b935=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtableoauth -lang=go1.24 -complete -installsuffix shared -buildid bN9ZbILzKQ8-a2muekvL/bN9ZbILzKQ8-a2muekvL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b935/importcfg -pack ./pkg/detectors/airtableoauth/airtableoauth.go
2025-08-20T23:00:10.7149933Z [00:02:32.976]➜  go tool buildid -w $WORK/b934/_pkg_.a # internal
2025-08-20T23:00:10.7166895Z [00:02:32.978]➜  cp $WORK/b934/_pkg_.a /root/.cache/go-build/d9/d9c593d277997c5dc64c2108e9f6a43f63f0637fe2a9e8658c5007abfa0605ea-d # internal
2025-08-20T23:00:10.7200996Z [00:02:32.981]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtablepersonalaccesstoken
2025-08-20T23:00:10.7202219Z [00:02:32.981]➜  mkdir -p $WORK/b936/
2025-08-20T23:00:10.7212019Z [00:02:32.982]➜  cat >/tmp/go-build2180205415/b936/importcfg << 'EOF' # internal
2025-08-20T23:00:10.7212682Z [00:02:32.982]➜  # import config
2025-08-20T23:00:10.7213193Z [00:02:32.982]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.7214184Z [00:02:32.982]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.7217299Z [00:02:32.982]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.7218735Z [00:02:32.982]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.7219697Z [00:02:32.982]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.7220884Z [00:02:32.982]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.7222241Z [00:02:32.982]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.7223126Z [00:02:32.982]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.7223849Z [00:02:32.982]➜  EOF
2025-08-20T23:00:10.7232641Z [00:02:32.984]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b936/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtablepersonalaccesstoken;$WORK/b936=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtablepersonalaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid zZkNofiWN_5XxJKdTJod/zZkNofiWN_5XxJKdTJod -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b936/importcfg -pack ./pkg/detectors/airtablepersonalaccesstoken/airtablepersonalaccesstoken.go
2025-08-20T23:00:10.7579827Z [00:02:33.019]➜  go tool buildid -w $WORK/b935/_pkg_.a # internal
2025-08-20T23:00:10.7580890Z [00:02:33.019]➜  cp $WORK/b935/_pkg_.a /root/.cache/go-build/f1/f1bb9969289d7cf19900badadcf0556ecf74d1242e5b02f5e6bfb78aa5076d86-d # internal
2025-08-20T23:00:10.7582675Z [00:02:33.019]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airvisual
2025-08-20T23:00:10.7583435Z [00:02:33.019]➜  mkdir -p $WORK/b937/
2025-08-20T23:00:10.7584618Z [00:02:33.019]➜  cat >/tmp/go-build2180205415/b937/importcfg << 'EOF' # internal
2025-08-20T23:00:10.7585260Z [00:02:33.019]➜  # import config
2025-08-20T23:00:10.7586814Z [00:02:33.019]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.7587264Z [00:02:33.019]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.7587870Z [00:02:33.019]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.7588647Z [00:02:33.019]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.7589463Z [00:02:33.019]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.7590397Z [00:02:33.019]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.7590873Z [00:02:33.019]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.7591298Z [00:02:33.019]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.7591615Z [00:02:33.019]➜  EOF
2025-08-20T23:00:10.7593618Z [00:02:33.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b937/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airvisual=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airvisual;$WORK/b937=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airvisual -lang=go1.24 -complete -installsuffix shared -buildid sJiYj091-kDhjaPFFwJW/sJiYj091-kDhjaPFFwJW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b937/importcfg -pack ./pkg/detectors/airvisual/airvisual.go
2025-08-20T23:00:10.7915371Z [00:02:33.052]➜  go tool buildid -w $WORK/b936/_pkg_.a # internal
2025-08-20T23:00:10.7971869Z [00:02:33.058]➜  cp $WORK/b936/_pkg_.a /root/.cache/go-build/e7/e71152e97bd66d450f83449356f762f02546063af8ee718821e2f58ef9f4f620-d # internal
2025-08-20T23:00:10.7974005Z [00:02:33.058]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aiven
2025-08-20T23:00:10.7974420Z [00:02:33.058]➜  mkdir -p $WORK/b938/
2025-08-20T23:00:10.7987015Z [00:02:33.060]➜  cat >/tmp/go-build2180205415/b938/importcfg << 'EOF' # internal
2025-08-20T23:00:10.7987443Z [00:02:33.060]➜  # import config
2025-08-20T23:00:10.7987793Z [00:02:33.060]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.7988218Z [00:02:33.060]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.7988812Z [00:02:33.060]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.7989785Z [00:02:33.060]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.7990750Z [00:02:33.060]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.7991496Z [00:02:33.060]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.7991976Z [00:02:33.060]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.7992396Z [00:02:33.060]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.7992714Z [00:02:33.060]➜  EOF
2025-08-20T23:00:10.7996071Z [00:02:33.061]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b938/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aiven=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aiven;$WORK/b938=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aiven -lang=go1.24 -complete -installsuffix shared -buildid A5Ofq8EK9E9yzKe_bSe4/A5Ofq8EK9E9yzKe_bSe4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b938/importcfg -pack ./pkg/detectors/aiven/aiven.go
2025-08-20T23:00:10.8073521Z [00:02:33.068]➜  go tool buildid -w $WORK/b937/_pkg_.a # internal
2025-08-20T23:00:10.8085349Z [00:02:33.070]➜  cp $WORK/b937/_pkg_.a /root/.cache/go-build/65/651753fe3972e958841f88e62580c7500bf83dc41be46ae0b325ed20d5009d5c-d # internal
2025-08-20T23:00:10.8087287Z [00:02:33.070]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alchemy
2025-08-20T23:00:10.8089521Z [00:02:33.070]➜  mkdir -p $WORK/b939/
2025-08-20T23:00:10.8093344Z [00:02:33.070]➜  cat >/tmp/go-build2180205415/b939/importcfg << 'EOF' # internal
2025-08-20T23:00:10.8102759Z [00:02:33.071]➜  # import config
2025-08-20T23:00:10.8103474Z [00:02:33.071]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.8104154Z [00:02:33.071]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.8104964Z [00:02:33.071]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.8106469Z [00:02:33.071]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.8107523Z [00:02:33.071]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.8108932Z [00:02:33.071]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.8109422Z [00:02:33.071]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.8109852Z [00:02:33.071]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.8110172Z [00:02:33.071]➜  EOF
2025-08-20T23:00:10.8112141Z [00:02:33.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b939/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alchemy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alchemy;$WORK/b939=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alchemy -lang=go1.24 -complete -installsuffix shared -buildid SQyVKQKPzyiUxetK5Apg/SQyVKQKPzyiUxetK5Apg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b939/importcfg -pack ./pkg/detectors/alchemy/alchemy.go
2025-08-20T23:00:10.8191456Z [00:02:33.080]➜  go tool buildid -w $WORK/b906/_pkg_.a # internal
2025-08-20T23:00:10.8307516Z [00:02:33.091]➜  cp $WORK/b906/_pkg_.a /root/.cache/go-build/21/219a7543c008f93b7e3f528438126eb7ca8fe519ab0ffe639bff4ca7dbfe2aca-d # internal
2025-08-20T23:00:10.8317630Z [00:02:33.093]➜  github.com/ProtonMail/go-crypto/openpgp
2025-08-20T23:00:10.8324101Z [00:02:33.093]➜  mkdir -p $WORK/b876/
2025-08-20T23:00:10.8334987Z [00:02:33.094]➜  cat >/tmp/go-build2180205415/b876/importcfg << 'EOF' # internal
2025-08-20T23:00:10.8339087Z [00:02:33.094]➜  # import config
2025-08-20T23:00:10.8339455Z [00:02:33.094]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:10.8339907Z [00:02:33.094]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:10.8340638Z [00:02:33.094]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:00:10.8341321Z [00:02:33.094]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:10.8341853Z [00:02:33.094]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:10.8342307Z [00:02:33.094]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:10.8342725Z [00:02:33.094]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.8343301Z [00:02:33.094]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build2180205415/b877/_pkg_.a
2025-08-20T23:00:10.8343991Z [00:02:33.094]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build2180205415/b879/_pkg_.a
2025-08-20T23:00:10.8344681Z [00:02:33.094]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build2180205415/b902/_pkg_.a
2025-08-20T23:00:10.8345385Z [00:02:33.094]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build2180205415/b903/_pkg_.a
2025-08-20T23:00:10.8346403Z [00:02:33.094]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build2180205415/b904/_pkg_.a
2025-08-20T23:00:10.8347112Z [00:02:33.094]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build2180205415/b905/_pkg_.a
2025-08-20T23:00:10.8348072Z [00:02:33.094]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2180205415/b878/_pkg_.a
2025-08-20T23:00:10.8348844Z [00:02:33.094]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build2180205415/b881/_pkg_.a
2025-08-20T23:00:10.8349623Z [00:02:33.094]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build2180205415/b886/_pkg_.a
2025-08-20T23:00:10.8350343Z [00:02:33.094]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build2180205415/b906/_pkg_.a
2025-08-20T23:00:10.8351045Z [00:02:33.094]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build2180205415/b911/_pkg_.a
2025-08-20T23:00:10.8351948Z [00:02:33.094]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build2180205415/b912/_pkg_.a
2025-08-20T23:00:10.8352558Z [00:02:33.094]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build2180205415/b917/_pkg_.a
2025-08-20T23:00:10.8353038Z [00:02:33.094]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:10.8353444Z [00:02:33.094]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.8353861Z [00:02:33.094]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:10.8354292Z [00:02:33.094]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:10.8354709Z [00:02:33.094]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:10.8355017Z [00:02:33.094]➜  EOF
2025-08-20T23:00:10.8367687Z [00:02:33.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b876/_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/b876=>" -p github.com/ProtonMail/go-crypto/openpgp -lang=go1.17 -complete -installsuffix shared -buildid z5Uyl9pOyMxRIGJ6VpmX/z5Uyl9pOyMxRIGJ6VpmX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b876/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:00:10.8400665Z [00:02:33.101]➜  go tool buildid -w $WORK/b938/_pkg_.a # internal
2025-08-20T23:00:10.8415314Z [00:02:33.102]➜  cp $WORK/b938/_pkg_.a /root/.cache/go-build/70/707d300ae41626a887d267c80de07b909e41aa4137a32724593235a41d1b4bd2-d # internal
2025-08-20T23:00:10.8426850Z [00:02:33.103]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alegra
2025-08-20T23:00:10.8427393Z [00:02:33.103]➜  mkdir -p $WORK/b940/
2025-08-20T23:00:10.8427779Z [00:02:33.103]➜  cat >/tmp/go-build2180205415/b940/importcfg << 'EOF' # internal
2025-08-20T23:00:10.8428132Z [00:02:33.103]➜  # import config
2025-08-20T23:00:10.8428481Z [00:02:33.103]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.8428904Z [00:02:33.103]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.8429499Z [00:02:33.103]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.8430273Z [00:02:33.103]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.8431081Z [00:02:33.103]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.8431770Z [00:02:33.103]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.8432563Z [00:02:33.103]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.8432986Z [00:02:33.103]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.8433417Z [00:02:33.103]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.8433730Z [00:02:33.103]➜  EOF
2025-08-20T23:00:10.8435674Z [00:02:33.103]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b940/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alegra=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alegra;$WORK/b940=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alegra -lang=go1.24 -complete -installsuffix shared -buildid Z56E2FKy4lYiM7wiwHKI/Z56E2FKy4lYiM7wiwHKI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b940/importcfg -pack ./pkg/detectors/alegra/alegra.go
2025-08-20T23:00:10.8526718Z [00:02:33.114]➜  go tool buildid -w $WORK/b939/_pkg_.a # internal
2025-08-20T23:00:10.8549587Z [00:02:33.116]➜  cp $WORK/b939/_pkg_.a /root/.cache/go-build/dc/dca2afce494326812af0afac0f0878476e9d327ec40ccca8f93b40cce7bcf3f5-d # internal
2025-08-20T23:00:10.8551082Z [00:02:33.116]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aletheiaapi
2025-08-20T23:00:10.8551968Z [00:02:33.116]➜  mkdir -p $WORK/b941/
2025-08-20T23:00:10.8552408Z [00:02:33.116]➜  cat >/tmp/go-build2180205415/b941/importcfg << 'EOF' # internal
2025-08-20T23:00:10.8552769Z [00:02:33.116]➜  # import config
2025-08-20T23:00:10.8553119Z [00:02:33.116]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.8553552Z [00:02:33.116]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.8554163Z [00:02:33.116]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.8554944Z [00:02:33.116]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.8555971Z [00:02:33.116]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.8556727Z [00:02:33.116]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.8557203Z [00:02:33.116]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.8557618Z [00:02:33.116]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.8558041Z [00:02:33.116]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:10.8558353Z [00:02:33.116]➜  EOF
2025-08-20T23:00:10.8560706Z [00:02:33.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b941/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aletheiaapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aletheiaapi;$WORK/b941=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aletheiaapi -lang=go1.24 -complete -installsuffix shared -buildid SatOvkt7Tptq-z6EcxT7/SatOvkt7Tptq-z6EcxT7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b941/importcfg -pack ./pkg/detectors/aletheiaapi/aletheiaapi.go
2025-08-20T23:00:10.8861975Z [00:02:33.147]➜  go tool buildid -w $WORK/b940/_pkg_.a # internal
2025-08-20T23:00:10.8866499Z [00:02:33.148]➜  cp $WORK/b940/_pkg_.a /root/.cache/go-build/20/201dc17986cd056a1a7a3f41453269765b49e2d9c92db048c9d326717d07d529-d # internal
2025-08-20T23:00:10.8868170Z [00:02:33.148]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/algoliaadminkey
2025-08-20T23:00:10.8868706Z [00:02:33.148]➜  mkdir -p $WORK/b942/
2025-08-20T23:00:10.8884916Z [00:02:33.148]➜  cat >/tmp/go-build2180205415/b942/importcfg << 'EOF' # internal
2025-08-20T23:00:10.8885643Z [00:02:33.150]➜  # import config
2025-08-20T23:00:10.8886176Z [00:02:33.150]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.8886960Z [00:02:33.150]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:10.8887414Z [00:02:33.150]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:10.8888009Z [00:02:33.150]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.8888643Z [00:02:33.150]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:10.8889416Z [00:02:33.150]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.8890171Z [00:02:33.150]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:10.8890942Z [00:02:33.150]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.8891741Z [00:02:33.150]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.8892449Z [00:02:33.150]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.8892919Z [00:02:33.150]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.8893343Z [00:02:33.150]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.8893766Z [00:02:33.150]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:10.8894189Z [00:02:33.150]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.8894520Z [00:02:33.150]➜  EOF
2025-08-20T23:00:10.8896857Z [00:02:33.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b942/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/algoliaadminkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/algoliaadminkey;$WORK/b942=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/algoliaadminkey -lang=go1.24 -complete -installsuffix shared -buildid ixrKgYXvpIU5-vlb-W5h/ixrKgYXvpIU5-vlb-W5h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b942/importcfg -pack ./pkg/detectors/algoliaadminkey/algoliaadminkey.go
2025-08-20T23:00:10.8962090Z [00:02:33.157]➜  go tool buildid -w $WORK/b941/_pkg_.a # internal
2025-08-20T23:00:10.8974392Z [00:02:33.158]➜  cp $WORK/b941/_pkg_.a /root/.cache/go-build/ce/ce590ab172417b633b7160fe6c2b678a249bbe044697eb05093f4ed21d98c4b6-d # internal
2025-08-20T23:00:10.8975379Z [00:02:33.159]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alibaba
2025-08-20T23:00:10.8975867Z [00:02:33.159]➜  mkdir -p $WORK/b943/
2025-08-20T23:00:10.8983673Z [00:02:33.159]➜  cat >/tmp/go-build2180205415/b943/importcfg << 'EOF' # internal
2025-08-20T23:00:10.8984439Z [00:02:33.159]➜  # import config
2025-08-20T23:00:10.8985236Z [00:02:33.159]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.8986051Z [00:02:33.159]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:10.8986727Z [00:02:33.159]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:10.8987266Z [00:02:33.159]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:10.8987754Z [00:02:33.159]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:10.8988235Z [00:02:33.159]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:10.8988678Z [00:02:33.159]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.8989281Z [00:02:33.159]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.8990050Z [00:02:33.159]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.8990847Z [00:02:33.159]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.8991531Z [00:02:33.159]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.8992191Z [00:02:33.159]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.8992624Z [00:02:33.159]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:10.8993220Z [00:02:33.159]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:10.8993647Z [00:02:33.159]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.8994065Z [00:02:33.159]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:10.8994373Z [00:02:33.159]➜  EOF
2025-08-20T23:00:10.8996456Z [00:02:33.159]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b943/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alibaba=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alibaba;$WORK/b943=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alibaba -lang=go1.24 -complete -installsuffix shared -buildid Hy6uEg_3LWLd-qxf4IdM/Hy6uEg_3LWLd-qxf4IdM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b943/importcfg -pack ./pkg/detectors/alibaba/alibaba.go
2025-08-20T23:00:10.9473492Z [00:02:33.208]➜  go tool buildid -w $WORK/b943/_pkg_.a # internal
2025-08-20T23:00:10.9499438Z [00:02:33.211]➜  cp $WORK/b943/_pkg_.a /root/.cache/go-build/8d/8d53f12159d95bc529b8a9d855421ba58671eab0adc0b62ef6ddc2eda79c88b5-d # internal
2025-08-20T23:00:10.9500753Z [00:02:33.211]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alienvault
2025-08-20T23:00:10.9501202Z [00:02:33.211]➜  mkdir -p $WORK/b944/
2025-08-20T23:00:10.9501580Z [00:02:33.211]➜  cat >/tmp/go-build2180205415/b944/importcfg << 'EOF' # internal
2025-08-20T23:00:10.9501926Z [00:02:33.211]➜  # import config
2025-08-20T23:00:10.9502268Z [00:02:33.211]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.9502692Z [00:02:33.211]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.9503310Z [00:02:33.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.9504086Z [00:02:33.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.9504892Z [00:02:33.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.9505572Z [00:02:33.211]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.9506225Z [00:02:33.211]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.9506653Z [00:02:33.211]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.9506977Z [00:02:33.211]➜  EOF
2025-08-20T23:00:10.9509311Z [00:02:33.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b944/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alienvault=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alienvault;$WORK/b944=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alienvault -lang=go1.24 -complete -installsuffix shared -buildid BPEKQ_kwYh2XghmfNDtU/BPEKQ_kwYh2XghmfNDtU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b944/importcfg -pack ./pkg/detectors/alienvault/alienvault.go
2025-08-20T23:00:10.9698488Z [00:02:33.231]➜  go tool buildid -w $WORK/b942/_pkg_.a # internal
2025-08-20T23:00:10.9716951Z [00:02:33.232]➜  cp $WORK/b942/_pkg_.a /root/.cache/go-build/56/562ee89a040628f6b42fe05ff454a925f91ec215b95189cffaa2d5fd35c1c90b-d # internal
2025-08-20T23:00:10.9717729Z [00:02:33.233]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/allsports
2025-08-20T23:00:10.9721317Z [00:02:33.233]➜  mkdir -p $WORK/b945/
2025-08-20T23:00:10.9736483Z [00:02:33.233]➜  cat >/tmp/go-build2180205415/b945/importcfg << 'EOF' # internal
2025-08-20T23:00:10.9737067Z [00:02:33.233]➜  # import config
2025-08-20T23:00:10.9737454Z [00:02:33.233]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.9738254Z [00:02:33.233]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.9738870Z [00:02:33.233]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.9739828Z [00:02:33.233]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.9740632Z [00:02:33.233]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.9741312Z [00:02:33.233]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.9741785Z [00:02:33.233]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.9742205Z [00:02:33.233]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.9742636Z [00:02:33.233]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.9742956Z [00:02:33.233]➜  EOF
2025-08-20T23:00:10.9744999Z [00:02:33.233]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b945/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/allsports=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/allsports;$WORK/b945=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/allsports -lang=go1.24 -complete -installsuffix shared -buildid t7sTpgOeiWTNaronUu_Q/t7sTpgOeiWTNaronUu_Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b945/importcfg -pack ./pkg/detectors/allsports/allsports.go
2025-08-20T23:00:10.9797945Z [00:02:33.241]➜  go tool buildid -w $WORK/b876/_pkg_.a # internal
2025-08-20T23:00:10.9875028Z [00:02:33.249]➜  go tool buildid -w $WORK/b944/_pkg_.a # internal
2025-08-20T23:00:10.9898818Z [00:02:33.251]➜  cp $WORK/b944/_pkg_.a /root/.cache/go-build/76/7643867647610b5ae9cfa8e09804c62b7ecb4956bf9a8fcb3cfa459b61e4936b-d # internal
2025-08-20T23:00:10.9899849Z [00:02:33.251]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amadeus
2025-08-20T23:00:10.9900297Z [00:02:33.251]➜  mkdir -p $WORK/b946/
2025-08-20T23:00:10.9900677Z [00:02:33.251]➜  cat >/tmp/go-build2180205415/b946/importcfg << 'EOF' # internal
2025-08-20T23:00:10.9901024Z [00:02:33.251]➜  # import config
2025-08-20T23:00:10.9901373Z [00:02:33.251]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.9901795Z [00:02:33.251]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.9902390Z [00:02:33.251]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.9903155Z [00:02:33.251]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.9903951Z [00:02:33.251]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.9904636Z [00:02:33.251]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.9905116Z [00:02:33.251]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.9905677Z [00:02:33.251]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.9907034Z [00:02:33.251]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:10.9907798Z [00:02:33.251]➜  EOF
2025-08-20T23:00:10.9909959Z [00:02:33.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b946/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amadeus=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amadeus;$WORK/b946=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amadeus -lang=go1.24 -complete -installsuffix shared -buildid pHSi_v5wW7Q67tHyXzjH/pHSi_v5wW7Q67tHyXzjH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b946/importcfg -pack ./pkg/detectors/amadeus/amadeus.go
2025-08-20T23:00:10.9912108Z [00:02:33.252]➜  cp $WORK/b876/_pkg_.a /root/.cache/go-build/65/6503edea1bb815713aeb35c78cd5cf6c95a17b68ea95d3723c5cc92414053690-d # internal
2025-08-20T23:00:10.9914426Z [00:02:33.252]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ambee
2025-08-20T23:00:10.9916180Z [00:02:33.252]➜  mkdir -p $WORK/b947/
2025-08-20T23:00:10.9949571Z [00:02:33.256]➜  cat >/tmp/go-build2180205415/b947/importcfg << 'EOF' # internal
2025-08-20T23:00:10.9951749Z [00:02:33.256]➜  # import config
2025-08-20T23:00:10.9952792Z [00:02:33.256]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:10.9953250Z [00:02:33.256]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:10.9953860Z [00:02:33.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:10.9954630Z [00:02:33.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:10.9955439Z [00:02:33.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:10.9958297Z [00:02:33.256]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:10.9958829Z [00:02:33.256]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:10.9959250Z [00:02:33.256]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:10.9959579Z [00:02:33.256]➜  EOF
2025-08-20T23:00:10.9961497Z [00:02:33.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b947/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ambee=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ambee;$WORK/b947=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ambee -lang=go1.24 -complete -installsuffix shared -buildid HVOic4rfGc6iwGsjH4yB/HVOic4rfGc6iwGsjH4yB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b947/importcfg -pack ./pkg/detectors/ambee/ambee.go
2025-08-20T23:00:11.0231216Z [00:02:33.284]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:11.0233827Z [00:02:33.284]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x008.o -c debug.c
2025-08-20T23:00:11.0324952Z [00:02:33.293]➜  go tool buildid -w $WORK/b945/_pkg_.a # internal
2025-08-20T23:00:11.0343386Z [00:02:33.295]➜  cp $WORK/b945/_pkg_.a /root/.cache/go-build/5b/5b292f8e1b67fd8456ad40cc7970595f3c80408c32e4e220a95c38ccc5be3d87-d # internal
2025-08-20T23:00:11.0344969Z [00:02:33.296]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amplitudeapikey
2025-08-20T23:00:11.0352242Z [00:02:33.296]➜  mkdir -p $WORK/b948/
2025-08-20T23:00:11.0361537Z [00:02:33.297]➜  cat >/tmp/go-build2180205415/b948/importcfg << 'EOF' # internal
2025-08-20T23:00:11.0363705Z [00:02:33.297]➜  # import config
2025-08-20T23:00:11.0364312Z [00:02:33.297]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.0364819Z [00:02:33.297]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.0365657Z [00:02:33.297]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.0370977Z [00:02:33.297]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.0371806Z [00:02:33.297]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.0372494Z [00:02:33.297]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.0372976Z [00:02:33.297]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.0373416Z [00:02:33.297]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.0374050Z [00:02:33.297]➜  EOF
2025-08-20T23:00:11.0378181Z [00:02:33.299]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:11.0380412Z [00:02:33.299]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b948/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amplitudeapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amplitudeapikey;$WORK/b948=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amplitudeapikey -lang=go1.24 -complete -installsuffix shared -buildid Dv4h-T_vWPdXGXZiaRk0/Dv4h-T_vWPdXGXZiaRk0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b948/importcfg -pack ./pkg/detectors/amplitudeapikey/amplitudeapikey.go
2025-08-20T23:00:11.0394744Z [00:02:33.300]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:11.0397270Z [00:02:33.300]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x009.o -c divsufsort.c
2025-08-20T23:00:11.0405047Z [00:02:33.302]➜  go tool buildid -w $WORK/b946/_pkg_.a # internal
2025-08-20T23:00:11.0416209Z [00:02:33.303]➜  cp $WORK/b946/_pkg_.a /root/.cache/go-build/9e/9e91d796eebee8aff977d771ffe2bfbf21e5e343febf506d21ecdb2937caae27-d # internal
2025-08-20T23:00:11.0416996Z [00:02:33.303]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anthropic
2025-08-20T23:00:11.0417391Z [00:02:33.303]➜  mkdir -p $WORK/b949/
2025-08-20T23:00:11.0431552Z [00:02:33.304]➜  cat >/tmp/go-build2180205415/b949/importcfg << 'EOF' # internal
2025-08-20T23:00:11.0433002Z [00:02:33.304]➜  # import config
2025-08-20T23:00:11.0434951Z [00:02:33.304]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.0437090Z [00:02:33.304]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:11.0437648Z [00:02:33.304]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.0438256Z [00:02:33.304]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.0439038Z [00:02:33.304]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.0439838Z [00:02:33.304]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.0440513Z [00:02:33.304]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.0441007Z [00:02:33.304]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.0441439Z [00:02:33.304]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.0441751Z [00:02:33.304]➜  EOF
2025-08-20T23:00:11.0442022Z [00:02:33.304]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:11.0460275Z [00:02:33.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b949/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anthropic=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anthropic;$WORK/b949=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anthropic -lang=go1.24 -complete -installsuffix shared -buildid lolDF37VUzvybRxU1OIH/lolDF37VUzvybRxU1OIH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b949/importcfg -pack ./pkg/detectors/anthropic/anthropic.go
2025-08-20T23:00:11.0462652Z [00:02:33.305]➜  go tool buildid -w $WORK/b947/_pkg_.a # internal
2025-08-20T23:00:11.0463369Z [00:02:33.306]➜  cp $WORK/b947/_pkg_.a /root/.cache/go-build/46/46bb4363d45e7ea1749fe5c4f17cd1f3967cbbb4460a476f3ad374b00133a6b0-d # internal
2025-08-20T23:00:11.0464051Z [00:02:33.306]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anypoint
2025-08-20T23:00:11.0464432Z [00:02:33.306]➜  mkdir -p $WORK/b950/
2025-08-20T23:00:11.0464808Z [00:02:33.307]➜  cat >/tmp/go-build2180205415/b950/importcfg << 'EOF' # internal
2025-08-20T23:00:11.0465390Z [00:02:33.307]➜  # import config
2025-08-20T23:00:11.0465740Z [00:02:33.307]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.0466307Z [00:02:33.307]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.0466902Z [00:02:33.307]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.0467674Z [00:02:33.307]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.0468470Z [00:02:33.307]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.0469181Z [00:02:33.307]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.0469660Z [00:02:33.307]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.0470083Z [00:02:33.307]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.0470405Z [00:02:33.307]➜  EOF
2025-08-20T23:00:11.0472381Z [00:02:33.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b950/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anypoint=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anypoint;$WORK/b950=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anypoint -lang=go1.24 -complete -installsuffix shared -buildid nKanq0WSodkMBLr0SEWY/nKanq0WSodkMBLr0SEWY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b950/importcfg -pack ./pkg/detectors/anypoint/anypoint.go
2025-08-20T23:00:11.0836476Z [00:02:33.345]➜  go tool buildid -w $WORK/b948/_pkg_.a # internal
2025-08-20T23:00:11.0867882Z [00:02:33.346]➜  cp $WORK/b948/_pkg_.a /root/.cache/go-build/99/99e77839c7e25fcb9b17797d49bb4d996dfec849a6f43e60de8d0c9c63e7d361-d # internal
2025-08-20T23:00:11.0868839Z [00:02:33.347]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apacta
2025-08-20T23:00:11.0869325Z [00:02:33.347]➜  mkdir -p $WORK/b951/
2025-08-20T23:00:11.0869710Z [00:02:33.347]➜  cat >/tmp/go-build2180205415/b951/importcfg << 'EOF' # internal
2025-08-20T23:00:11.0870056Z [00:02:33.347]➜  # import config
2025-08-20T23:00:11.0870411Z [00:02:33.347]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.0870832Z [00:02:33.347]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.0871423Z [00:02:33.347]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.0872190Z [00:02:33.347]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.0872981Z [00:02:33.347]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.0873666Z [00:02:33.347]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.0874284Z [00:02:33.347]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.0874767Z [00:02:33.347]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.0875239Z [00:02:33.347]➜  EOF
2025-08-20T23:00:11.0877413Z [00:02:33.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b951/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apacta=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apacta;$WORK/b951=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apacta -lang=go1.24 -complete -installsuffix shared -buildid Z0yrxh6INb74RM1aNL75/Z0yrxh6INb74RM1aNL75 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b951/importcfg -pack ./pkg/detectors/apacta/apacta.go
2025-08-20T23:00:11.0887467Z [00:02:33.350]➜  go tool buildid -w $WORK/b949/_pkg_.a # internal
2025-08-20T23:00:11.0896658Z [00:02:33.350]➜  cp $WORK/b949/_pkg_.a /root/.cache/go-build/5a/5a418389ee871c31a30b5d6fe661b89dd00432c36f796a8297187ea9ef19b706-d # internal
2025-08-20T23:00:11.0897655Z [00:02:33.350]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/api2cart
2025-08-20T23:00:11.0898043Z [00:02:33.350]➜  mkdir -p $WORK/b952/
2025-08-20T23:00:11.0898412Z [00:02:33.350]➜  cat >/tmp/go-build2180205415/b952/importcfg << 'EOF' # internal
2025-08-20T23:00:11.0898761Z [00:02:33.350]➜  # import config
2025-08-20T23:00:11.0899099Z [00:02:33.350]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.0899553Z [00:02:33.350]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:11.0899989Z [00:02:33.350]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.0900579Z [00:02:33.350]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.0902926Z [00:02:33.350]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.0903816Z [00:02:33.350]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.0904507Z [00:02:33.350]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.0904989Z [00:02:33.350]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.0905409Z [00:02:33.350]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.0905727Z [00:02:33.350]➜  EOF
2025-08-20T23:00:11.0913439Z [00:02:33.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b952/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/api2cart=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/api2cart;$WORK/b952=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/api2cart -lang=go1.24 -complete -installsuffix shared -buildid IEJkpCECl239sZWB8-S9/IEJkpCECl239sZWB8-S9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b952/importcfg -pack ./pkg/detectors/api2cart/api2cart.go
2025-08-20T23:00:11.0915357Z [00:02:33.352]➜  go tool buildid -w $WORK/b950/_pkg_.a # internal
2025-08-20T23:00:11.0921188Z [00:02:33.353]➜  cp $WORK/b950/_pkg_.a /root/.cache/go-build/cc/cc02925360329c2c136bc84c76804c4dbb3659fe450213f8bd6ef25e4df5647c-d # internal
2025-08-20T23:00:11.0922030Z [00:02:33.353]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apideck
2025-08-20T23:00:11.0922548Z [00:02:33.353]➜  mkdir -p $WORK/b953/
2025-08-20T23:00:11.0929780Z [00:02:33.354]➜  cat >/tmp/go-build2180205415/b953/importcfg << 'EOF' # internal
2025-08-20T23:00:11.0930283Z [00:02:33.354]➜  # import config
2025-08-20T23:00:11.0930744Z [00:02:33.354]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.0931282Z [00:02:33.354]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.0931981Z [00:02:33.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.0933897Z [00:02:33.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.0934855Z [00:02:33.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.0935670Z [00:02:33.354]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.0936348Z [00:02:33.354]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.0936773Z [00:02:33.354]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.0937092Z [00:02:33.354]➜  EOF
2025-08-20T23:00:11.0939033Z [00:02:33.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b953/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apideck=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apideck;$WORK/b953=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apideck -lang=go1.24 -complete -installsuffix shared -buildid X_NYzqjjbLea0x28Z84D/X_NYzqjjbLea0x28Z84D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b953/importcfg -pack ./pkg/detectors/apideck/apideck.go
2025-08-20T23:00:11.1249642Z [00:02:33.386]➜  go tool buildid -w $WORK/b951/_pkg_.a # internal
2025-08-20T23:00:11.1282769Z [00:02:33.389]➜  cp $WORK/b951/_pkg_.a /root/.cache/go-build/79/794aaffe79cbe672490276ac158f6434c97e42cd506ed9f72d6f2191d9c9ca4f-d # internal
2025-08-20T23:00:11.1284530Z [00:02:33.389]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apiflash
2025-08-20T23:00:11.1285592Z [00:02:33.389]➜  mkdir -p $WORK/b954/
2025-08-20T23:00:11.1286824Z [00:02:33.389]➜  cat >/tmp/go-build2180205415/b954/importcfg << 'EOF' # internal
2025-08-20T23:00:11.1287182Z [00:02:33.389]➜  # import config
2025-08-20T23:00:11.1287531Z [00:02:33.389]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.1287989Z [00:02:33.389]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.1288669Z [00:02:33.389]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.1289485Z [00:02:33.389]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.1290176Z [00:02:33.389]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.1290649Z [00:02:33.389]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.1291068Z [00:02:33.389]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.1291500Z [00:02:33.389]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.1291816Z [00:02:33.389]➜  EOF
2025-08-20T23:00:11.1294012Z [00:02:33.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b954/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apiflash=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apiflash;$WORK/b954=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apiflash -lang=go1.24 -complete -installsuffix shared -buildid 3R-gNY76YHn06Nd7AV51/3R-gNY76YHn06Nd7AV51 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b954/importcfg -pack ./pkg/detectors/apiflash/apiflash.go
2025-08-20T23:00:11.1316951Z [00:02:33.393]➜  go tool buildid -w $WORK/b952/_pkg_.a # internal
2025-08-20T23:00:11.1328102Z [00:02:33.394]➜  cp $WORK/b952/_pkg_.a /root/.cache/go-build/c6/c6a07f9c0edcf459961697132ecde28f23065ea714c535c7ba37a6102963fddb-d # internal
2025-08-20T23:00:11.1334793Z [00:02:33.395]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apifonica
2025-08-20T23:00:11.1341914Z [00:02:33.395]➜  mkdir -p $WORK/b955/
2025-08-20T23:00:11.1343958Z [00:02:33.395]➜  cat >/tmp/go-build2180205415/b955/importcfg << 'EOF' # internal
2025-08-20T23:00:11.1344855Z [00:02:33.395]➜  # import config
2025-08-20T23:00:11.1345260Z [00:02:33.395]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.1345860Z [00:02:33.395]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:11.1346718Z [00:02:33.395]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.1347388Z [00:02:33.395]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.1348449Z [00:02:33.395]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.1349249Z [00:02:33.395]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.1349929Z [00:02:33.395]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.1350399Z [00:02:33.395]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.1350819Z [00:02:33.395]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.1351136Z [00:02:33.395]➜  EOF
2025-08-20T23:00:11.1353157Z [00:02:33.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b955/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apifonica=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apifonica;$WORK/b955=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apifonica -lang=go1.24 -complete -installsuffix shared -buildid jt8jtDFX5s5lXWhDq2P9/jt8jtDFX5s5lXWhDq2P9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b955/importcfg -pack ./pkg/detectors/apifonica/apifonica.go
2025-08-20T23:00:11.1459432Z [00:02:33.407]➜  go tool buildid -w $WORK/b953/_pkg_.a # internal
2025-08-20T23:00:11.1470329Z [00:02:33.408]➜  cp $WORK/b953/_pkg_.a /root/.cache/go-build/91/911008231fe8b6c3c5e7a8ad27d6d649b1f7135c4027e44a94ebbf918a291c8d-d # internal
2025-08-20T23:00:11.1477703Z [00:02:33.409]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apify
2025-08-20T23:00:11.1478368Z [00:02:33.409]➜  mkdir -p $WORK/b956/
2025-08-20T23:00:11.1478977Z [00:02:33.409]➜  cat >/tmp/go-build2180205415/b956/importcfg << 'EOF' # internal
2025-08-20T23:00:11.1480142Z [00:02:33.409]➜  # import config
2025-08-20T23:00:11.1480515Z [00:02:33.409]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.1480939Z [00:02:33.409]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.1481555Z [00:02:33.409]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.1482320Z [00:02:33.409]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.1483115Z [00:02:33.409]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.1483795Z [00:02:33.409]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.1484264Z [00:02:33.409]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.1484859Z [00:02:33.409]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.1485244Z [00:02:33.409]➜  EOF
2025-08-20T23:00:11.1487266Z [00:02:33.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b956/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apify;$WORK/b956=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apify -lang=go1.24 -complete -installsuffix shared -buildid rkslsdwRX38_JK9DfNQc/rkslsdwRX38_JK9DfNQc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b956/importcfg -pack ./pkg/detectors/apify/apify.go
2025-08-20T23:00:11.1651844Z [00:02:33.426]➜  go tool buildid -w $WORK/b954/_pkg_.a # internal
2025-08-20T23:00:11.1658623Z [00:02:33.426]➜  cp $WORK/b954/_pkg_.a /root/.cache/go-build/66/666915ba5678c7d6bf0e92a8c409692aadddeee73f716cf45a11b3152717d161-d # internal
2025-08-20T23:00:11.1659320Z [00:02:33.426]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apilayer
2025-08-20T23:00:11.1659729Z [00:02:33.426]➜  mkdir -p $WORK/b957/
2025-08-20T23:00:11.2130675Z [00:02:33.474]➜  cat >/tmp/go-build2180205415/b957/importcfg << 'EOF' # internal
2025-08-20T23:00:11.2131677Z [00:02:33.474]➜  # import config
2025-08-20T23:00:11.2132433Z [00:02:33.474]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.2133271Z [00:02:33.474]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.2133980Z [00:02:33.474]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.2134861Z [00:02:33.474]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.2136151Z [00:02:33.474]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.2137034Z [00:02:33.474]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.2138152Z [00:02:33.474]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.2138848Z [00:02:33.474]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.2139173Z [00:02:33.474]➜  EOF
2025-08-20T23:00:11.2141430Z [00:02:33.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b957/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apilayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apilayer;$WORK/b957=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apilayer -lang=go1.24 -complete -installsuffix shared -buildid _ch7L9sjaqoPUv_dlJro/_ch7L9sjaqoPUv_dlJro -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b957/importcfg -pack ./pkg/detectors/apilayer/apilayer.go
2025-08-20T23:00:11.2240814Z [00:02:33.485]➜  go tool buildid -w $WORK/b956/_pkg_.a # internal
2025-08-20T23:00:11.2241560Z [00:02:33.485]➜  cp $WORK/b956/_pkg_.a /root/.cache/go-build/03/03be4bae07c5476f45819fb2ef441aefdea25e224186f98c032b2c25b6a32650-d # internal
2025-08-20T23:00:11.2242269Z [00:02:33.485]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimatic
2025-08-20T23:00:11.2242669Z [00:02:33.485]➜  mkdir -p $WORK/b958/
2025-08-20T23:00:11.2243042Z [00:02:33.485]➜  cat >/tmp/go-build2180205415/b958/importcfg << 'EOF' # internal
2025-08-20T23:00:11.2243393Z [00:02:33.485]➜  # import config
2025-08-20T23:00:11.2243740Z [00:02:33.485]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.2244158Z [00:02:33.485]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.2244797Z [00:02:33.485]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.2245570Z [00:02:33.485]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.2246581Z [00:02:33.485]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.2247518Z [00:02:33.485]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.2248749Z [00:02:33.485]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.2249273Z [00:02:33.485]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.2249710Z [00:02:33.485]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:11.2250018Z [00:02:33.485]➜  EOF
2025-08-20T23:00:11.2252149Z [00:02:33.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b958/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimatic=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimatic;$WORK/b958=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimatic -lang=go1.24 -complete -installsuffix shared -buildid DDSikKRjEc49l9GrccFT/DDSikKRjEc49l9GrccFT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b958/importcfg -pack ./pkg/detectors/apimatic/apimatic.go
2025-08-20T23:00:11.2261061Z [00:02:33.487]➜  go tool buildid -w $WORK/b955/_pkg_.a # internal
2025-08-20T23:00:11.2284712Z [00:02:33.489]➜  cp $WORK/b955/_pkg_.a /root/.cache/go-build/e4/e4e425dccf1f81e7d99b5e36627cb1861694dfb9b1025d505e45fa82009f594a-d # internal
2025-08-20T23:00:11.2286064Z [00:02:33.490]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimetrics
2025-08-20T23:00:11.2287032Z [00:02:33.490]➜  mkdir -p $WORK/b959/
2025-08-20T23:00:11.2287468Z [00:02:33.490]➜  cat >/tmp/go-build2180205415/b959/importcfg << 'EOF' # internal
2025-08-20T23:00:11.2287832Z [00:02:33.490]➜  # import config
2025-08-20T23:00:11.2288179Z [00:02:33.490]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.2288602Z [00:02:33.490]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.2289200Z [00:02:33.490]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.2289986Z [00:02:33.490]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.2291081Z [00:02:33.490]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.2291766Z [00:02:33.490]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.2292246Z [00:02:33.490]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.2292665Z [00:02:33.490]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.2292982Z [00:02:33.490]➜  EOF
2025-08-20T23:00:11.2295018Z [00:02:33.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b959/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimetrics=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimetrics;$WORK/b959=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimetrics -lang=go1.24 -complete -installsuffix shared -buildid QCyErMQfPwtqslFVD4r8/QCyErMQfPwtqslFVD4r8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b959/importcfg -pack ./pkg/detectors/apimetrics/apimetrics.go
2025-08-20T23:00:11.2567193Z [00:02:33.517]➜  go tool buildid -w $WORK/b957/_pkg_.a # internal
2025-08-20T23:00:11.2568737Z [00:02:33.518]➜  cp $WORK/b957/_pkg_.a /root/.cache/go-build/2d/2dc007a50f6c2ed74bd18ea735a904612f6fa993395d19143f1bcc30118d678f-d # internal
2025-08-20T23:00:11.2569470Z [00:02:33.518]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apitemplate
2025-08-20T23:00:11.2570673Z [00:02:33.518]➜  mkdir -p $WORK/b960/
2025-08-20T23:00:11.2571346Z [00:02:33.518]➜  cat >/tmp/go-build2180205415/b960/importcfg << 'EOF' # internal
2025-08-20T23:00:11.2571712Z [00:02:33.518]➜  # import config
2025-08-20T23:00:11.2572058Z [00:02:33.518]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.2572479Z [00:02:33.518]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.2573244Z [00:02:33.518]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.2574097Z [00:02:33.518]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.2574898Z [00:02:33.518]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.2575586Z [00:02:33.518]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.2576199Z [00:02:33.518]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.2576618Z [00:02:33.518]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.2576939Z [00:02:33.518]➜  EOF
2025-08-20T23:00:11.2579140Z [00:02:33.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b960/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apitemplate=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apitemplate;$WORK/b960=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apitemplate -lang=go1.24 -complete -installsuffix shared -buildid Y5IRs-eWVbpLEUFIGQ6Y/Y5IRs-eWVbpLEUFIGQ6Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b960/importcfg -pack ./pkg/detectors/apitemplate/apitemplate.go
2025-08-20T23:00:11.2699575Z [00:02:33.531]➜  go tool buildid -w $WORK/b958/_pkg_.a # internal
2025-08-20T23:00:11.2728840Z [00:02:33.534]➜  cp $WORK/b958/_pkg_.a /root/.cache/go-build/f1/f178a06e0f0253f7b5dc8ad1cca06c72d86cef7c9d680091e2217f6d52d62fd2-d # internal
2025-08-20T23:00:11.2729793Z [00:02:33.534]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appcues
2025-08-20T23:00:11.2730186Z [00:02:33.534]➜  mkdir -p $WORK/b961/
2025-08-20T23:00:11.2730909Z [00:02:33.534]➜  go tool buildid -w $WORK/b959/_pkg_.a # internal
2025-08-20T23:00:11.2736750Z [00:02:33.535]➜  cat >/tmp/go-build2180205415/b961/importcfg << 'EOF' # internal
2025-08-20T23:00:11.2737177Z [00:02:33.535]➜  # import config
2025-08-20T23:00:11.2737572Z [00:02:33.535]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.2738340Z [00:02:33.535]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.2738958Z [00:02:33.535]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.2739740Z [00:02:33.535]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.2740538Z [00:02:33.535]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.2741221Z [00:02:33.535]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.2741692Z [00:02:33.535]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.2742124Z [00:02:33.535]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.2742557Z [00:02:33.535]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.2742877Z [00:02:33.535]➜  EOF
2025-08-20T23:00:11.2745605Z [00:02:33.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b961/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appcues=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appcues;$WORK/b961=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appcues -lang=go1.24 -complete -installsuffix shared -buildid 5ioJdSXpFroz4QtvhgfI/5ioJdSXpFroz4QtvhgfI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b961/importcfg -pack ./pkg/detectors/appcues/appcues.go
2025-08-20T23:00:11.2759968Z [00:02:33.537]➜  cp $WORK/b959/_pkg_.a /root/.cache/go-build/bd/bdb23f95b7c12eb9698229e07dfc3d38d9b46cf47dbc0d106c3e841e56ae4183-d # internal
2025-08-20T23:00:11.2767781Z [00:02:33.538]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appfollow
2025-08-20T23:00:11.2768202Z [00:02:33.538]➜  mkdir -p $WORK/b962/
2025-08-20T23:00:11.2771036Z [00:02:33.538]➜  cat >/tmp/go-build2180205415/b962/importcfg << 'EOF' # internal
2025-08-20T23:00:11.2772535Z [00:02:33.538]➜  # import config
2025-08-20T23:00:11.2773009Z [00:02:33.538]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.2773434Z [00:02:33.538]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.2774035Z [00:02:33.538]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.2778685Z [00:02:33.538]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.2779521Z [00:02:33.538]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.2780206Z [00:02:33.538]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.2780682Z [00:02:33.538]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.2781116Z [00:02:33.538]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.2781552Z [00:02:33.538]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.2782039Z [00:02:33.538]➜  EOF
2025-08-20T23:00:11.2784111Z [00:02:33.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b962/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appfollow=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appfollow;$WORK/b962=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appfollow -lang=go1.24 -complete -installsuffix shared -buildid ApVUIf4_I3udwTq2jmkb/ApVUIf4_I3udwTq2jmkb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b962/importcfg -pack ./pkg/detectors/appfollow/appfollow.go
2025-08-20T23:00:11.2880196Z [00:02:33.549]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:11.2882952Z [00:02:33.549]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x010.o -c entropy_common.c
2025-08-20T23:00:11.3000996Z [00:02:33.561]➜  go tool buildid -w $WORK/b960/_pkg_.a # internal
2025-08-20T23:00:11.3001746Z [00:02:33.561]➜  cp $WORK/b960/_pkg_.a /root/.cache/go-build/ac/ac3fb7a0724bb71ddd0f38992754ea468edb8c9fe32882e8beba18de84543f5c-d # internal
2025-08-20T23:00:11.3002445Z [00:02:33.561]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appointedd
2025-08-20T23:00:11.3002831Z [00:02:33.561]➜  mkdir -p $WORK/b963/
2025-08-20T23:00:11.3003206Z [00:02:33.561]➜  cat >/tmp/go-build2180205415/b963/importcfg << 'EOF' # internal
2025-08-20T23:00:11.3003549Z [00:02:33.561]➜  # import config
2025-08-20T23:00:11.3003891Z [00:02:33.561]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.3004329Z [00:02:33.561]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.3004936Z [00:02:33.561]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.3012130Z [00:02:33.561]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.3013621Z [00:02:33.561]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.3014377Z [00:02:33.561]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.3014854Z [00:02:33.561]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.3015275Z [00:02:33.561]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.3015709Z [00:02:33.561]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.3016202Z [00:02:33.561]➜  EOF
2025-08-20T23:00:11.3016687Z [00:02:33.561]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:11.3020113Z [00:02:33.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b963/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appointedd=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appointedd;$WORK/b963=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appointedd -lang=go1.24 -complete -installsuffix shared -buildid 4FWYqmsk9aWXhZJbmK4-/4FWYqmsk9aWXhZJbmK4- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b963/importcfg -pack ./pkg/detectors/appointedd/appointedd.go
2025-08-20T23:00:11.3195073Z [00:02:33.581]➜  go tool buildid -w $WORK/b961/_pkg_.a # internal
2025-08-20T23:00:11.3208847Z [00:02:33.582]➜  cp $WORK/b961/_pkg_.a /root/.cache/go-build/47/47b1649148dbef5279c101e7f78659c4a63dbcd8cb5b838e914222fe031519f6-d # internal
2025-08-20T23:00:11.3210195Z [00:02:33.582]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appoptics
2025-08-20T23:00:11.3210609Z [00:02:33.582]➜  mkdir -p $WORK/b964/
2025-08-20T23:00:11.3214560Z [00:02:33.582]➜  cat >/tmp/go-build2180205415/b964/importcfg << 'EOF' # internal
2025-08-20T23:00:11.3215930Z [00:02:33.582]➜  # import config
2025-08-20T23:00:11.3217032Z [00:02:33.582]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.3217973Z [00:02:33.582]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:11.3219224Z [00:02:33.582]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.3219845Z [00:02:33.582]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.3220615Z [00:02:33.582]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.3221412Z [00:02:33.582]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.3222100Z [00:02:33.582]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.3222839Z [00:02:33.582]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.3223276Z [00:02:33.582]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.3223593Z [00:02:33.582]➜  EOF
2025-08-20T23:00:11.3225616Z [00:02:33.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b964/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appoptics=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appoptics;$WORK/b964=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appoptics -lang=go1.24 -complete -installsuffix shared -buildid bNXuGuU6tBXbBlJxXYd4/bNXuGuU6tBXbBlJxXYd4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b964/importcfg -pack ./pkg/detectors/appoptics/appoptics.go
2025-08-20T23:00:11.3380766Z [00:02:33.597]➜  go tool buildid -w $WORK/b962/_pkg_.a # internal
2025-08-20T23:00:11.3383570Z [00:02:33.599]➜  cp $WORK/b962/_pkg_.a /root/.cache/go-build/19/196ea75203932979f158a4e150608e1693b5d6bd43dc7df51eda6361cc1b0172-d # internal
2025-08-20T23:00:11.3384292Z [00:02:33.599]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appsynergy
2025-08-20T23:00:11.3384684Z [00:02:33.599]➜  mkdir -p $WORK/b965/
2025-08-20T23:00:11.3385063Z [00:02:33.599]➜  cat >/tmp/go-build2180205415/b965/importcfg << 'EOF' # internal
2025-08-20T23:00:11.3385406Z [00:02:33.599]➜  # import config
2025-08-20T23:00:11.3385853Z [00:02:33.599]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.3386339Z [00:02:33.599]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.3386939Z [00:02:33.599]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.3387708Z [00:02:33.599]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.3388782Z [00:02:33.599]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.3389621Z [00:02:33.599]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.3390159Z [00:02:33.599]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.3390586Z [00:02:33.599]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.3391024Z [00:02:33.599]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.3391340Z [00:02:33.599]➜  EOF
2025-08-20T23:00:11.3393384Z [00:02:33.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b965/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appsynergy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appsynergy;$WORK/b965=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appsynergy -lang=go1.24 -complete -installsuffix shared -buildid O2Uk3yJ7EQDah9f5KKdG/O2Uk3yJ7EQDah9f5KKdG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b965/importcfg -pack ./pkg/detectors/appsynergy/appsynergy.go
2025-08-20T23:00:11.3433199Z [00:02:33.603]➜  go tool buildid -w $WORK/b963/_pkg_.a # internal
2025-08-20T23:00:11.3440585Z [00:02:33.604]➜  cp $WORK/b963/_pkg_.a /root/.cache/go-build/4a/4a9556a4d16c61ac782a74bd8792f96d8ba267d66b474e7d58b163bf2871afbe-d # internal
2025-08-20T23:00:11.3441598Z [00:02:33.605]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apptivo
2025-08-20T23:00:11.3442687Z [00:02:33.605]➜  mkdir -p $WORK/b966/
2025-08-20T23:00:11.3444170Z [00:02:33.605]➜  cat >/tmp/go-build2180205415/b966/importcfg << 'EOF' # internal
2025-08-20T23:00:11.3444742Z [00:02:33.605]➜  # import config
2025-08-20T23:00:11.3445293Z [00:02:33.605]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.3446268Z [00:02:33.605]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.3447121Z [00:02:33.605]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.3448363Z [00:02:33.605]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.3449656Z [00:02:33.605]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.3450886Z [00:02:33.605]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.3451595Z [00:02:33.605]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.3452409Z [00:02:33.605]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.3453214Z [00:02:33.605]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.3454077Z [00:02:33.605]➜  EOF
2025-08-20T23:00:11.3461743Z [00:02:33.605]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b966/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apptivo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apptivo;$WORK/b966=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apptivo -lang=go1.24 -complete -installsuffix shared -buildid NqTV23OE_8fzKBV9iIlG/NqTV23OE_8fzKBV9iIlG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b966/importcfg -pack ./pkg/detectors/apptivo/apptivo.go
2025-08-20T23:00:11.3674404Z [00:02:33.628]➜  go tool buildid -w $WORK/b964/_pkg_.a # internal
2025-08-20T23:00:11.3685549Z [00:02:33.629]➜  cp $WORK/b964/_pkg_.a /root/.cache/go-build/2f/2fe0626e9222341b8950852b7a79c5a52197802bd315094a8d4174b07d251e77-d # internal
2025-08-20T23:00:11.3687625Z [00:02:33.630]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artifactory
2025-08-20T23:00:11.3696437Z [00:02:33.630]➜  mkdir -p $WORK/b967/
2025-08-20T23:00:11.3704940Z [00:02:33.632]➜  cat >/tmp/go-build2180205415/b967/importcfg << 'EOF' # internal
2025-08-20T23:00:11.3705648Z [00:02:33.632]➜  # import config
2025-08-20T23:00:11.3706876Z [00:02:33.632]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.3707616Z [00:02:33.632]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:11.3708219Z [00:02:33.632]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.3708905Z [00:02:33.632]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:11.3709710Z [00:02:33.632]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.3710506Z [00:02:33.632]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.3711181Z [00:02:33.632]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.3711655Z [00:02:33.632]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.3712072Z [00:02:33.632]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.3712507Z [00:02:33.632]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.3712826Z [00:02:33.632]➜  EOF
2025-08-20T23:00:11.3714883Z [00:02:33.632]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b967/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artifactory=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artifactory;$WORK/b967=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artifactory -lang=go1.24 -complete -installsuffix shared -buildid ZegYS0RMS8x_nIGP6p0p/ZegYS0RMS8x_nIGP6p0p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b967/importcfg -pack ./pkg/detectors/artifactory/artifactory.go
2025-08-20T23:00:11.3835977Z [00:02:33.644]➜  go tool buildid -w $WORK/b965/_pkg_.a # internal
2025-08-20T23:00:11.3851045Z [00:02:33.646]➜  cp $WORK/b965/_pkg_.a /root/.cache/go-build/45/45bd7b56d7c4a983ddf3e954f3359dd443c080ac4a0912cca7665e467f4d82f4-d # internal
2025-08-20T23:00:11.3859635Z [00:02:33.647]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artsy
2025-08-20T23:00:11.3862799Z [00:02:33.647]➜  mkdir -p $WORK/b968/
2025-08-20T23:00:11.3871115Z [00:02:33.648]➜  cat >/tmp/go-build2180205415/b968/importcfg << 'EOF' # internal
2025-08-20T23:00:11.3872032Z [00:02:33.648]➜  # import config
2025-08-20T23:00:11.3873004Z [00:02:33.648]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.3873509Z [00:02:33.648]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.3874117Z [00:02:33.648]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.3874893Z [00:02:33.648]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.3875690Z [00:02:33.648]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.3876601Z [00:02:33.648]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.3877086Z [00:02:33.648]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.3877520Z [00:02:33.648]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.3877955Z [00:02:33.648]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.3878279Z [00:02:33.648]➜  EOF
2025-08-20T23:00:11.3891497Z [00:02:33.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b968/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artsy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artsy;$WORK/b968=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artsy -lang=go1.24 -complete -installsuffix shared -buildid FULstbScS0EncQk3txj_/FULstbScS0EncQk3txj_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b968/importcfg -pack ./pkg/detectors/artsy/artsy.go
2025-08-20T23:00:11.3893993Z [00:02:33.651]➜  go tool buildid -w $WORK/b966/_pkg_.a # internal
2025-08-20T23:00:11.3937078Z [00:02:33.654]➜  cp $WORK/b966/_pkg_.a /root/.cache/go-build/e9/e9236bf879fe9fc5418f6f48ff6d730196b5217e90033ee0ca4a3107995521a6-d # internal
2025-08-20T23:00:11.3938649Z [00:02:33.654]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanaoauth
2025-08-20T23:00:11.3939927Z [00:02:33.654]➜  mkdir -p $WORK/b969/
2025-08-20T23:00:11.3940387Z [00:02:33.654]➜  cat >/tmp/go-build2180205415/b969/importcfg << 'EOF' # internal
2025-08-20T23:00:11.3940740Z [00:02:33.654]➜  # import config
2025-08-20T23:00:11.3941084Z [00:02:33.654]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.3941504Z [00:02:33.654]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.3942098Z [00:02:33.654]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.3942865Z [00:02:33.654]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.3943669Z [00:02:33.654]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.3944365Z [00:02:33.654]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.3944877Z [00:02:33.654]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.3945659Z [00:02:33.654]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.3946366Z [00:02:33.654]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.3946695Z [00:02:33.654]➜  EOF
2025-08-20T23:00:11.3948720Z [00:02:33.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b969/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanaoauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanaoauth;$WORK/b969=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanaoauth -lang=go1.24 -complete -installsuffix shared -buildid rSZa96frtwP6jWc9z_yp/rSZa96frtwP6jWc9z_yp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b969/importcfg -pack ./pkg/detectors/asanaoauth/asanaoauth.go
2025-08-20T23:00:11.4302324Z [00:02:33.691]➜  go tool buildid -w $WORK/b967/_pkg_.a # internal
2025-08-20T23:00:11.4317637Z [00:02:33.693]➜  cp $WORK/b967/_pkg_.a /root/.cache/go-build/5a/5a455a7d352e8dae363cc3b56a04279ed1b02bd809ab2d90904df278ab36d00e-d # internal
2025-08-20T23:00:11.4323436Z [00:02:33.693]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanapersonalaccesstoken
2025-08-20T23:00:11.4323910Z [00:02:33.693]➜  mkdir -p $WORK/b970/
2025-08-20T23:00:11.4329187Z [00:02:33.694]➜  cat >/tmp/go-build2180205415/b970/importcfg << 'EOF' # internal
2025-08-20T23:00:11.4329786Z [00:02:33.694]➜  # import config
2025-08-20T23:00:11.4330327Z [00:02:33.694]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.4331386Z [00:02:33.694]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.4332005Z [00:02:33.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.4332790Z [00:02:33.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.4333589Z [00:02:33.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.4334282Z [00:02:33.694]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.4334754Z [00:02:33.694]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.4335176Z [00:02:33.694]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.4335607Z [00:02:33.694]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.4336096Z [00:02:33.694]➜  EOF
2025-08-20T23:00:11.4342366Z [00:02:33.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b970/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanapersonalaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanapersonalaccesstoken;$WORK/b970=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanapersonalaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid lwhrCIIjVJIrPBPG9cmE/lwhrCIIjVJIrPBPG9cmE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b970/importcfg -pack ./pkg/detectors/asanapersonalaccesstoken/asanapersonalaccesstoken.go
2025-08-20T23:00:11.4347430Z [00:02:33.696]➜  go tool buildid -w $WORK/b969/_pkg_.a # internal
2025-08-20T23:00:11.4358297Z [00:02:33.697]➜  cp $WORK/b969/_pkg_.a /root/.cache/go-build/af/afc8590373bd61685582ac74c474f57d4fa8a14fb523b1ceeea1801e408aa014-d # internal
2025-08-20T23:00:11.4359290Z [00:02:33.697]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/assemblyai
2025-08-20T23:00:11.4360443Z [00:02:33.697]➜  mkdir -p $WORK/b971/
2025-08-20T23:00:11.4368719Z [00:02:33.698]➜  cat >/tmp/go-build2180205415/b971/importcfg << 'EOF' # internal
2025-08-20T23:00:11.4369131Z [00:02:33.698]➜  # import config
2025-08-20T23:00:11.4369671Z [00:02:33.698]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.4371022Z [00:02:33.698]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.4372144Z [00:02:33.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.4373689Z [00:02:33.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.4375429Z [00:02:33.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.4376643Z [00:02:33.698]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.4378052Z [00:02:33.698]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.4378487Z [00:02:33.698]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.4378937Z [00:02:33.698]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.4379259Z [00:02:33.698]➜  EOF
2025-08-20T23:00:11.4381287Z [00:02:33.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b971/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/assemblyai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/assemblyai;$WORK/b971=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/assemblyai -lang=go1.24 -complete -installsuffix shared -buildid lt1CjPP7nnYQpGvl1vTG/lt1CjPP7nnYQpGvl1vTG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b971/importcfg -pack ./pkg/detectors/assemblyai/assemblyai.go
2025-08-20T23:00:11.4421401Z [00:02:33.703]➜  go tool buildid -w $WORK/b968/_pkg_.a # internal
2025-08-20T23:00:11.4436335Z [00:02:33.705]➜  cp $WORK/b968/_pkg_.a /root/.cache/go-build/89/897c69002495f309cbcd1a74de215da1fd6a9a699d769c84bef19b3775a93690-d # internal
2025-08-20T23:00:11.4437682Z [00:02:33.705]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atera
2025-08-20T23:00:11.4447917Z [00:02:33.706]➜  mkdir -p $WORK/b972/
2025-08-20T23:00:11.4457315Z [00:02:33.707]➜  cat >/tmp/go-build2180205415/b972/importcfg << 'EOF' # internal
2025-08-20T23:00:11.4457901Z [00:02:33.707]➜  # import config
2025-08-20T23:00:11.4458399Z [00:02:33.707]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.4459812Z [00:02:33.707]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.4460423Z [00:02:33.707]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.4461188Z [00:02:33.707]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.4461981Z [00:02:33.707]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.4462653Z [00:02:33.707]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.4463382Z [00:02:33.707]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.4463969Z [00:02:33.707]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.4464460Z [00:02:33.707]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.4464780Z [00:02:33.707]➜  EOF
2025-08-20T23:00:11.4468900Z [00:02:33.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b972/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atera=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atera;$WORK/b972=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atera -lang=go1.24 -complete -installsuffix shared -buildid 2cSKFHvLQcP_8dWQPmzD/2cSKFHvLQcP_8dWQPmzD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b972/importcfg -pack ./pkg/detectors/atera/atera.go
2025-08-20T23:00:11.4763636Z [00:02:33.735]➜  go tool buildid -w $WORK/b970/_pkg_.a # internal
2025-08-20T23:00:11.4776537Z [00:02:33.736]➜  cp $WORK/b970/_pkg_.a /root/.cache/go-build/f8/f8390c15b2e6eb5a3a82168cfc5dfc13b6db5f41406509a032e193a463ed89ea-d # internal
2025-08-20T23:00:11.4779592Z [00:02:33.736]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v1
2025-08-20T23:00:11.4780027Z [00:02:33.737]➜  mkdir -p $WORK/b973/
2025-08-20T23:00:11.4780669Z [00:02:33.737]➜  cat >/tmp/go-build2180205415/b973/importcfg << 'EOF' # internal
2025-08-20T23:00:11.4781021Z [00:02:33.737]➜  # import config
2025-08-20T23:00:11.4781367Z [00:02:33.737]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.4781825Z [00:02:33.737]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:11.4782262Z [00:02:33.737]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.4782858Z [00:02:33.737]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.4783629Z [00:02:33.737]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.4784434Z [00:02:33.737]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.4785115Z [00:02:33.737]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.4785593Z [00:02:33.737]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.4786273Z [00:02:33.737]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.4786600Z [00:02:33.737]➜  EOF
2025-08-20T23:00:11.4788661Z [00:02:33.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b973/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v1;$WORK/b973=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v1 -lang=go1.24 -complete -installsuffix shared -buildid zpnpvHP6f6h5HP33IL32/zpnpvHP6f6h5HP33IL32 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b973/importcfg -pack ./pkg/detectors/atlassian/v1/atlassian.go
2025-08-20T23:00:11.4851645Z [00:02:33.746]➜  go tool buildid -w $WORK/b971/_pkg_.a # internal
2025-08-20T23:00:11.4869802Z [00:02:33.748]➜  cp $WORK/b971/_pkg_.a /root/.cache/go-build/61/61d77705888335f32a1b5908d078593d257eb2fdd6c24378d4d9169d5af748ca-d # internal
2025-08-20T23:00:11.4874879Z [00:02:33.748]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v2
2025-08-20T23:00:11.4875298Z [00:02:33.748]➜  mkdir -p $WORK/b974/
2025-08-20T23:00:11.4881538Z [00:02:33.749]➜  cat >/tmp/go-build2180205415/b974/importcfg << 'EOF' # internal
2025-08-20T23:00:11.4882399Z [00:02:33.749]➜  # import config
2025-08-20T23:00:11.4883428Z [00:02:33.749]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.4883940Z [00:02:33.749]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:11.4884632Z [00:02:33.749]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.4885401Z [00:02:33.749]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.4886386Z [00:02:33.749]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.4887200Z [00:02:33.749]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.4887885Z [00:02:33.749]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.4888360Z [00:02:33.749]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.4888782Z [00:02:33.749]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.4889101Z [00:02:33.749]➜  EOF
2025-08-20T23:00:11.4893704Z [00:02:33.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b974/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v2;$WORK/b974=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v2 -lang=go1.24 -complete -installsuffix shared -buildid WeUzxYauedhn4PkinX6r/WeUzxYauedhn4PkinX6r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b974/importcfg -pack ./pkg/detectors/atlassian/v2/atlassian.go
2025-08-20T23:00:11.4955285Z [00:02:33.756]➜  go tool buildid -w $WORK/b972/_pkg_.a # internal
2025-08-20T23:00:11.4967266Z [00:02:33.758]➜  cp $WORK/b972/_pkg_.a /root/.cache/go-build/7e/7eebb5e35f2be3df7f40571a621aa5d9eb742e23062a8061ef80e7e8c9ae3f46-d # internal
2025-08-20T23:00:11.4969652Z [00:02:33.758]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/audd
2025-08-20T23:00:11.4970768Z [00:02:33.758]➜  mkdir -p $WORK/b975/
2025-08-20T23:00:11.4972647Z [00:02:33.758]➜  cat >/tmp/go-build2180205415/b975/importcfg << 'EOF' # internal
2025-08-20T23:00:11.4973040Z [00:02:33.758]➜  # import config
2025-08-20T23:00:11.4973415Z [00:02:33.758]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.4973856Z [00:02:33.758]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.4974455Z [00:02:33.758]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.4975229Z [00:02:33.758]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.4976153Z [00:02:33.758]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.4976897Z [00:02:33.758]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.4977377Z [00:02:33.758]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.4977802Z [00:02:33.758]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.4978472Z [00:02:33.758]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.4978896Z [00:02:33.758]➜  EOF
2025-08-20T23:00:11.4980798Z [00:02:33.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b975/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/audd=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/audd;$WORK/b975=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/audd -lang=go1.24 -complete -installsuffix shared -buildid 85HAKgwxyMTgocIaCFYQ/85HAKgwxyMTgocIaCFYQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b975/importcfg -pack ./pkg/detectors/audd/audd.go
2025-08-20T23:00:11.5253783Z [00:02:33.786]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:11.5257532Z [00:02:33.786]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x011.o -c error_private.c
2025-08-20T23:00:11.5274523Z [00:02:33.787]➜  go tool buildid -w $WORK/b973/_pkg_.a # internal
2025-08-20T23:00:11.5276731Z [00:02:33.789]➜  cp $WORK/b973/_pkg_.a /root/.cache/go-build/a1/a1255e4cba5e738593efbf31f2b4625890109f40cc0c48eae981aba311970fa6-d # internal
2025-08-20T23:00:11.5296855Z [00:02:33.791]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0managementapitoken
2025-08-20T23:00:11.5297818Z [00:02:33.791]➜  mkdir -p $WORK/b976/
2025-08-20T23:00:11.5301104Z [00:02:33.791]➜  cat >/tmp/go-build2180205415/b976/importcfg << 'EOF' # internal
2025-08-20T23:00:11.5304558Z [00:02:33.791]➜  # import config
2025-08-20T23:00:11.5304934Z [00:02:33.791]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.5305360Z [00:02:33.791]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.5309435Z [00:02:33.791]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.5310657Z [00:02:33.791]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.5311359Z [00:02:33.791]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.5311845Z [00:02:33.791]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.5312267Z [00:02:33.791]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.5312699Z [00:02:33.791]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.5313015Z [00:02:33.791]➜  EOF
2025-08-20T23:00:11.5313266Z [00:02:33.791]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:11.5315677Z [00:02:33.791]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b976/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0managementapitoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0managementapitoken;$WORK/b976=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0managementapitoken -lang=go1.24 -complete -installsuffix shared -buildid F6BerBP0RBG1B5POJF2R/F6BerBP0RBG1B5POJF2R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b976/importcfg -pack ./pkg/detectors/auth0managementapitoken/auth0managementapitoken.go
2025-08-20T23:00:11.5379165Z [00:02:33.799]➜  go tool buildid -w $WORK/b975/_pkg_.a # internal
2025-08-20T23:00:11.5388619Z [00:02:33.800]➜  cp $WORK/b975/_pkg_.a /root/.cache/go-build/af/afa8c88186b95e03e37ac364fbd9f3941ca10feca7cd9463038418ae9ea61679-d # internal
2025-08-20T23:00:11.5399534Z [00:02:33.801]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0oauth
2025-08-20T23:00:11.5400409Z [00:02:33.801]➜  mkdir -p $WORK/b977/
2025-08-20T23:00:11.5412623Z [00:02:33.802]➜  cat >/tmp/go-build2180205415/b977/importcfg << 'EOF' # internal
2025-08-20T23:00:11.5413240Z [00:02:33.802]➜  # import config
2025-08-20T23:00:11.5413956Z [00:02:33.802]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.5416368Z [00:02:33.802]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.5417574Z [00:02:33.802]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.5418398Z [00:02:33.802]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.5419086Z [00:02:33.802]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.5419561Z [00:02:33.802]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.5419978Z [00:02:33.802]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.5420407Z [00:02:33.802]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:11.5420833Z [00:02:33.802]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.5421154Z [00:02:33.802]➜  EOF
2025-08-20T23:00:11.5423419Z [00:02:33.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b977/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0oauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0oauth;$WORK/b977=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0oauth -lang=go1.24 -complete -installsuffix shared -buildid Vb044fPembOEJtJSJxaz/Vb044fPembOEJtJSJxaz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b977/importcfg -pack ./pkg/detectors/auth0oauth/auth0oauth.go
2025-08-20T23:00:11.5425411Z [00:02:33.803]➜  go tool buildid -w $WORK/b974/_pkg_.a # internal
2025-08-20T23:00:11.5462480Z [00:02:33.807]➜  cp $WORK/b974/_pkg_.a /root/.cache/go-build/fd/fd9be4c26393a09249725a173e357a480fcfe4c2de8f1e0eb1d5414a93ef2e16-d # internal
2025-08-20T23:00:11.5471456Z [00:02:33.807]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autodesk
2025-08-20T23:00:11.5471893Z [00:02:33.807]➜  mkdir -p $WORK/b978/
2025-08-20T23:00:11.5472314Z [00:02:33.807]➜  cat >/tmp/go-build2180205415/b978/importcfg << 'EOF' # internal
2025-08-20T23:00:11.5472950Z [00:02:33.807]➜  # import config
2025-08-20T23:00:11.5473300Z [00:02:33.807]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.5473729Z [00:02:33.807]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.5474329Z [00:02:33.807]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.5475090Z [00:02:33.807]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.5476037Z [00:02:33.807]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.5476788Z [00:02:33.807]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.5477289Z [00:02:33.807]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.5477733Z [00:02:33.807]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.5478051Z [00:02:33.807]➜  EOF
2025-08-20T23:00:11.5480028Z [00:02:33.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b978/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autodesk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autodesk;$WORK/b978=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autodesk -lang=go1.24 -complete -installsuffix shared -buildid udDX8BHPbVgDEZtWILQT/udDX8BHPbVgDEZtWILQT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b978/importcfg -pack ./pkg/detectors/autodesk/autodesk.go
2025-08-20T23:00:11.5669305Z [00:02:33.828]➜  go tool buildid -w $WORK/b976/_pkg_.a # internal
2025-08-20T23:00:11.5680479Z [00:02:33.829]➜  cp $WORK/b976/_pkg_.a /root/.cache/go-build/92/92865c8ff9437929b0ecdcc676742a5d5c1e9cdf53f2ee076f80844325417182-d # internal
2025-08-20T23:00:11.5688811Z [00:02:33.829]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autoklose
2025-08-20T23:00:11.5689323Z [00:02:33.829]➜  mkdir -p $WORK/b979/
2025-08-20T23:00:11.5689708Z [00:02:33.829]➜  cat >/tmp/go-build2180205415/b979/importcfg << 'EOF' # internal
2025-08-20T23:00:11.5690068Z [00:02:33.829]➜  # import config
2025-08-20T23:00:11.5690412Z [00:02:33.829]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.5690864Z [00:02:33.829]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:11.5691299Z [00:02:33.829]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.5691929Z [00:02:33.829]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.5692691Z [00:02:33.829]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.5693496Z [00:02:33.829]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.5694301Z [00:02:33.829]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.5694886Z [00:02:33.829]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.5695474Z [00:02:33.829]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.5696103Z [00:02:33.829]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.5696458Z [00:02:33.829]➜  EOF
2025-08-20T23:00:11.5698499Z [00:02:33.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b979/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autoklose=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autoklose;$WORK/b979=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autoklose -lang=go1.24 -complete -installsuffix shared -buildid 4Q9fdBmjapBkvc93EHwi/4Q9fdBmjapBkvc93EHwi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b979/importcfg -pack ./pkg/detectors/autoklose/autoklose.go
2025-08-20T23:00:11.5848182Z [00:02:33.845]➜  go tool buildid -w $WORK/b977/_pkg_.a # internal
2025-08-20T23:00:11.5851628Z [00:02:33.846]➜  cp $WORK/b977/_pkg_.a /root/.cache/go-build/8d/8d787426e061ae357d5462e06910e7da4cac28f7fef380eda3cf9eab25fa970a-d # internal
2025-08-20T23:00:11.5852606Z [00:02:33.846]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autopilot
2025-08-20T23:00:11.5853003Z [00:02:33.846]➜  mkdir -p $WORK/b980/
2025-08-20T23:00:11.5853334Z [00:02:33.846]➜  go tool buildid -w $WORK/b978/_pkg_.a # internal
2025-08-20T23:00:11.5862815Z [00:02:33.847]➜  cp $WORK/b978/_pkg_.a /root/.cache/go-build/17/1744e03f25a5ebc846b90d917efaf361e7137beb4730f6fab13bf8e3f51a17e1-d # internal
2025-08-20T23:00:11.5867834Z [00:02:33.848]➜  cat >/tmp/go-build2180205415/b980/importcfg << 'EOF' # internal
2025-08-20T23:00:11.5868306Z [00:02:33.848]➜  # import config
2025-08-20T23:00:11.5868706Z [00:02:33.848]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.5869341Z [00:02:33.848]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.5870113Z [00:02:33.848]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.5870920Z [00:02:33.848]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.5871603Z [00:02:33.848]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.5872097Z [00:02:33.848]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.5872530Z [00:02:33.848]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.5872846Z [00:02:33.848]➜  EOF
2025-08-20T23:00:11.5876424Z [00:02:33.848]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b980/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autopilot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autopilot;$WORK/b980=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autopilot -lang=go1.24 -complete -installsuffix shared -buildid z5Ti9bl5O_Z6vh7VHsDX/z5Ti9bl5O_Z6vh7VHsDX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b980/importcfg -pack ./pkg/detectors/autopilot/autopilot.go
2025-08-20T23:00:11.5880207Z [00:02:33.849]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/avazapersonalaccesstoken
2025-08-20T23:00:11.5891823Z [00:02:33.849]➜  mkdir -p $WORK/b981/
2025-08-20T23:00:11.5892219Z [00:02:33.849]➜  cat >/tmp/go-build2180205415/b981/importcfg << 'EOF' # internal
2025-08-20T23:00:11.5892567Z [00:02:33.849]➜  # import config
2025-08-20T23:00:11.5892909Z [00:02:33.849]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.5893329Z [00:02:33.849]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.5893936Z [00:02:33.849]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.5894914Z [00:02:33.849]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.5897826Z [00:02:33.849]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.5898744Z [00:02:33.849]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.5899225Z [00:02:33.849]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.5899646Z [00:02:33.849]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.5900080Z [00:02:33.849]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.5900394Z [00:02:33.849]➜  EOF
2025-08-20T23:00:11.5902736Z [00:02:33.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b981/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/avazapersonalaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/avazapersonalaccesstoken;$WORK/b981=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/avazapersonalaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid inkQv3NC_HqZXo1qQ47W/inkQv3NC_HqZXo1qQ47W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b981/importcfg -pack ./pkg/detectors/avazapersonalaccesstoken/avazapersonalaccesstoken.go
2025-08-20T23:00:11.6238207Z [00:02:33.885]➜  go tool buildid -w $WORK/b980/_pkg_.a # internal
2025-08-20T23:00:11.6248429Z [00:02:33.886]➜  cp $WORK/b980/_pkg_.a /root/.cache/go-build/a9/a97c5f403d7403acb983dfbd5f52c4f2bc429f97d9c98c99eb66dc2b8d14375b-d # internal
2025-08-20T23:00:11.6249875Z [00:02:33.886]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aviationstack
2025-08-20T23:00:11.6250314Z [00:02:33.886]➜  mkdir -p $WORK/b982/
2025-08-20T23:00:11.6252363Z [00:02:33.886]➜  go tool buildid -w $WORK/b981/_pkg_.a # internal
2025-08-20T23:00:11.6254053Z [00:02:33.886]➜  go tool buildid -w $WORK/b979/_pkg_.a # internal
2025-08-20T23:00:11.6255555Z [00:02:33.886]➜  cat >/tmp/go-build2180205415/b982/importcfg << 'EOF' # internal
2025-08-20T23:00:11.6256134Z [00:02:33.886]➜  # import config
2025-08-20T23:00:11.6256490Z [00:02:33.886]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.6256926Z [00:02:33.886]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.6257522Z [00:02:33.886]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:11.6258287Z [00:02:33.886]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:11.6259087Z [00:02:33.886]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:11.6259765Z [00:02:33.886]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:11.6260467Z [00:02:33.886]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.6260934Z [00:02:33.886]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.6261363Z [00:02:33.886]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.6261793Z [00:02:33.886]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:11.6262101Z [00:02:33.886]➜  EOF
2025-08-20T23:00:11.6264208Z [00:02:33.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b982/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aviationstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aviationstack;$WORK/b982=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aviationstack -lang=go1.24 -complete -installsuffix shared -buildid l5Ysn8qzzPHWktq1XBNP/l5Ysn8qzzPHWktq1XBNP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b982/importcfg -pack ./pkg/detectors/aviationstack/aviationstack.go
2025-08-20T23:00:11.6281403Z [00:02:33.888]➜  cp $WORK/b979/_pkg_.a /root/.cache/go-build/28/284de7293a1a4a4771c0dfb8859dab447f216ba184db96598f13bf2f167a2dc6-d # internal
2025-08-20T23:00:11.6282261Z [00:02:33.888]➜  github.com/aws/aws-sdk-go-v2/internal/rand
2025-08-20T23:00:11.6282685Z [00:02:33.888]➜  mkdir -p $WORK/b985/
2025-08-20T23:00:11.6283246Z [00:02:33.889]➜  cat >/tmp/go-build2180205415/b985/importcfg << 'EOF' # internal
2025-08-20T23:00:11.6283592Z [00:02:33.889]➜  # import config
2025-08-20T23:00:11.6283954Z [00:02:33.889]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:11.6284389Z [00:02:33.889]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.6284789Z [00:02:33.889]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.6285207Z [00:02:33.889]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:11.6285526Z [00:02:33.889]➜  EOF
2025-08-20T23:00:11.6287651Z [00:02:33.889]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b985/_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/b985=>" -p github.com/aws/aws-sdk-go-v2/internal/rand -lang=go1.22 -complete -installsuffix shared -buildid -gW56k9TDDonSH2Bx_QX/-gW56k9TDDonSH2Bx_QX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b985/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/rand/rand.go
2025-08-20T23:00:11.6289884Z [00:02:33.889]➜  cp $WORK/b981/_pkg_.a /root/.cache/go-build/b0/b0fcaa1fc2a9744488abcb7e8de4c95d0b069ba97116034bc585a8cfce8728b0-d # internal
2025-08-20T23:00:11.6290488Z [00:02:33.889]➜  github.com/aws/aws-sdk-go-v2/internal/sdk
2025-08-20T23:00:11.6290795Z [00:02:33.889]➜  mkdir -p $WORK/b986/
2025-08-20T23:00:11.6291159Z [00:02:33.889]➜  cat >/tmp/go-build2180205415/b986/importcfg << 'EOF' # internal
2025-08-20T23:00:11.6291500Z [00:02:33.889]➜  # import config
2025-08-20T23:00:11.6291842Z [00:02:33.889]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.6292267Z [00:02:33.889]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:11.6292575Z [00:02:33.889]➜  EOF
2025-08-20T23:00:11.6294797Z [00:02:33.889]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b986/_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/b986=>" -p github.com/aws/aws-sdk-go-v2/internal/sdk -lang=go1.22 -complete -installsuffix shared -buildid I5cIZHBWD21ublWnqrUn/I5cIZHBWD21ublWnqrUn -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/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:00:11.6402304Z [00:02:33.901]➜  go tool buildid -w $WORK/b985/_pkg_.a # internal
2025-08-20T23:00:11.6407225Z [00:02:33.901]➜  cp $WORK/b985/_pkg_.a /root/.cache/go-build/ff/ff22953744f99d13b3b713a549b540ff385e0941de38271e7456bc5ff00ef28c-d # internal
2025-08-20T23:00:11.6408906Z [00:02:33.901]➜  github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
2025-08-20T23:00:11.6409277Z [00:02:33.902]➜  mkdir -p $WORK/b987/
2025-08-20T23:00:11.6409653Z [00:02:33.902]➜  cat >/tmp/go-build2180205415/b987/importcfg << 'EOF' # internal
2025-08-20T23:00:11.6410009Z [00:02:33.902]➜  # import config
2025-08-20T23:00:11.6410348Z [00:02:33.902]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:11.6410768Z [00:02:33.902]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:11.6411181Z [00:02:33.902]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.6411599Z [00:02:33.902]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:11.6412049Z [00:02:33.902]➜  packagefile runtime/debug=/tmp/go-build2180205415/b249/_pkg_.a
2025-08-20T23:00:11.6412484Z [00:02:33.902]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:11.6412795Z [00:02:33.902]➜  EOF
2025-08-20T23:00:11.6415467Z [00:02:33.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b987/_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/b987=>" -p github.com/aws/aws-sdk-go-v2/internal/sync/singleflight -lang=go1.22 -complete -installsuffix shared -buildid yTeQctwbSFnR0L-YFI_r/yTeQctwbSFnR0L-YFI_r -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/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:00:11.6438646Z [00:02:33.904]➜  go tool buildid -w $WORK/b986/_pkg_.a # internal
2025-08-20T23:00:11.6443731Z [00:02:33.905]➜  cp $WORK/b986/_pkg_.a /root/.cache/go-build/5a/5ac0978c88a64832d2fe8d71bdaa2ec8859f54e6e7576fc6007c0cc029cf0e8e-d # internal
2025-08-20T23:00:11.6444460Z [00:02:33.905]➜  github.com/aws/smithy-go/context
2025-08-20T23:00:11.6445052Z [00:02:33.905]➜  mkdir -p $WORK/b989/
2025-08-20T23:00:11.6445429Z [00:02:33.905]➜  cat >/tmp/go-build2180205415/b989/importcfg << 'EOF' # internal
2025-08-20T23:00:11.6445895Z [00:02:33.905]➜  # import config
2025-08-20T23:00:11.6446331Z [00:02:33.905]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.6446649Z [00:02:33.905]➜  EOF
2025-08-20T23:00:11.6448484Z [00:02:33.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b989/_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/b989=>" -p github.com/aws/smithy-go/context -lang=go1.22 -complete -installsuffix shared -buildid vXUPJHtH058h4hbdeJhk/vXUPJHtH058h4hbdeJhk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b989/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/context/suppress_expired.go
2025-08-20T23:00:11.6623638Z [00:02:33.923]➜  go tool buildid -w $WORK/b982/_pkg_.a # internal
2025-08-20T23:00:11.6643269Z [00:02:33.925]➜  go tool buildid -w $WORK/b989/_pkg_.a # internal
2025-08-20T23:00:11.6644135Z [00:02:33.925]➜  cp $WORK/b989/_pkg_.a /root/.cache/go-build/ce/ce0693f0ab6f7b934a583133c825e6e3e0ccaea9ae43f720b5f860f6d90b868c-d # internal
2025-08-20T23:00:11.6644783Z [00:02:33.925]➜  github.com/aws/smithy-go/internal/sync/singleflight
2025-08-20T23:00:11.6645129Z [00:02:33.925]➜  mkdir -p $WORK/b990/
2025-08-20T23:00:11.6645505Z [00:02:33.925]➜  cat >/tmp/go-build2180205415/b990/importcfg << 'EOF' # internal
2025-08-20T23:00:11.6645966Z [00:02:33.925]➜  # import config
2025-08-20T23:00:11.6646336Z [00:02:33.925]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:11.6646760Z [00:02:33.925]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:11.6647171Z [00:02:33.925]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.6647819Z [00:02:33.925]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:11.6648345Z [00:02:33.925]➜  packagefile runtime/debug=/tmp/go-build2180205415/b249/_pkg_.a
2025-08-20T23:00:11.6648786Z [00:02:33.925]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:11.6649091Z [00:02:33.925]➜  EOF
2025-08-20T23:00:11.6651598Z [00:02:33.925]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b990/_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/b990=>" -p github.com/aws/smithy-go/internal/sync/singleflight -lang=go1.22 -complete -installsuffix shared -buildid Emi5sv5sYX5lKcYgOShd/Emi5sv5sYX5lKcYgOShd -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/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:00:11.6657311Z [00:02:33.927]➜  cp $WORK/b982/_pkg_.a /root/.cache/go-build/51/5131fe87734130b1f79219263d982d7befbb646ac371c94425990e542fa20dcc-d # internal
2025-08-20T23:00:11.6666705Z [00:02:33.927]➜  github.com/aws/smithy-go/logging
2025-08-20T23:00:11.6667114Z [00:02:33.927]➜  mkdir -p $WORK/b992/
2025-08-20T23:00:11.6668142Z [00:02:33.927]➜  cat >/tmp/go-build2180205415/b992/importcfg << 'EOF' # internal
2025-08-20T23:00:11.6668554Z [00:02:33.927]➜  # import config
2025-08-20T23:00:11.6668909Z [00:02:33.927]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.6669335Z [00:02:33.927]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.6669742Z [00:02:33.927]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:11.6670048Z [00:02:33.927]➜  EOF
2025-08-20T23:00:11.6671879Z [00:02:33.927]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b992/_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/b992=>" -p github.com/aws/smithy-go/logging -lang=go1.22 -complete -installsuffix shared -buildid f3tz-R9tHP1FlKz4AhQW/f3tz-R9tHP1FlKz4AhQW -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/logging/logger.go
2025-08-20T23:00:11.6694041Z [00:02:33.930]➜  go tool buildid -w $WORK/b987/_pkg_.a # internal
2025-08-20T23:00:11.6703617Z [00:02:33.931]➜  cp $WORK/b987/_pkg_.a /root/.cache/go-build/7f/7f989f0c87ad8b65123fb373bbb440c25d70fb1d844512a4b3695172e7c3184a-d # internal
2025-08-20T23:00:11.6704250Z [00:02:33.931]➜  github.com/aws/smithy-go
2025-08-20T23:00:11.6707697Z [00:02:33.931]➜  mkdir -p $WORK/b994/
2025-08-20T23:00:11.6708594Z [00:02:33.932]➜  cat >/tmp/go-build2180205415/b994/importcfg << 'EOF' # internal
2025-08-20T23:00:11.6709452Z [00:02:33.932]➜  # import config
2025-08-20T23:00:11.6711795Z [00:02:33.932]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:11.6712995Z [00:02:33.932]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.6713682Z [00:02:33.932]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T23:00:11.6714292Z [00:02:33.932]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.6714996Z [00:02:33.932]➜  EOF
2025-08-20T23:00:11.6718462Z [00:02:33.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b994/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5=>github.com/aws/smithy-go@v1.22.5;$WORK/b994=>" -p github.com/aws/smithy-go -lang=go1.22 -complete -installsuffix shared -buildid nxd4VNiDR_UMLKUsh0Xl/nxd4VNiDR_UMLKUsh0Xl -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/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:00:11.6857835Z [00:02:33.947]➜  go tool buildid -w $WORK/b990/_pkg_.a # internal
2025-08-20T23:00:11.6865438Z [00:02:33.947]➜  cp $WORK/b990/_pkg_.a /root/.cache/go-build/50/50f8278d0a773c38936648cc80b078c9e7a07a824b31cfcd2bb6d0b6a5a80853-d # internal
2025-08-20T23:00:11.6866840Z [00:02:33.947]➜  github.com/aws/smithy-go/time
2025-08-20T23:00:11.6867144Z [00:02:33.947]➜  mkdir -p $WORK/b997/
2025-08-20T23:00:11.6867533Z [00:02:33.948]➜  cat >/tmp/go-build2180205415/b997/importcfg << 'EOF' # internal
2025-08-20T23:00:11.6867874Z [00:02:33.948]➜  # import config
2025-08-20T23:00:11.6868218Z [00:02:33.948]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.6868636Z [00:02:33.948]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.6869055Z [00:02:33.948]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:11.6869494Z [00:02:33.948]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.6870132Z [00:02:33.948]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:11.6870558Z [00:02:33.948]➜  EOF
2025-08-20T23:00:11.6872297Z [00:02:33.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b997/_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/b997=>" -p github.com/aws/smithy-go/time -lang=go1.22 -complete -installsuffix shared -buildid 52Uz7NUwH6mPlW_Y_Znj/52Uz7NUwH6mPlW_Y_Znj -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/time/time.go
2025-08-20T23:00:11.6964359Z [00:02:33.957]➜  go tool buildid -w $WORK/b992/_pkg_.a # internal
2025-08-20T23:00:11.6970693Z [00:02:33.958]➜  cp $WORK/b992/_pkg_.a /root/.cache/go-build/0b/0b2d6d0d4547e3d334216ab6f18762128ea53f50e018bfbc632af7b2956aefb7-d # internal
2025-08-20T23:00:11.6973223Z [00:02:33.958]➜  github.com/aws/smithy-go/middleware
2025-08-20T23:00:11.6974456Z [00:02:33.958]➜  mkdir -p $WORK/b991/
2025-08-20T23:00:11.7010609Z [00:02:33.962]➜  cat >/tmp/go-build2180205415/b991/importcfg << 'EOF' # internal
2025-08-20T23:00:11.7011085Z [00:02:33.962]➜  # import config
2025-08-20T23:00:11.7011451Z [00:02:33.962]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.7011874Z [00:02:33.962]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.7012384Z [00:02:33.962]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:11.7012877Z [00:02:33.962]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.7013292Z [00:02:33.962]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:11.7013722Z [00:02:33.962]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.7014036Z [00:02:33.962]➜  EOF
2025-08-20T23:00:11.7019504Z [00:02:33.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b991/_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/b991=>" -p github.com/aws/smithy-go/middleware -lang=go1.22 -complete -installsuffix shared -buildid Sep0cZ6JkyIAngebWfOt/Sep0cZ6JkyIAngebWfOt -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/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:00:11.7054519Z [00:02:33.966]➜  go tool buildid -w $WORK/b994/_pkg_.a # internal
2025-08-20T23:00:11.7084113Z [00:02:33.967]➜  cp $WORK/b994/_pkg_.a /root/.cache/go-build/35/35db795308dcdaed802bd873247cdbb0288a9e1465e1f72d6ddeae592f65f989-d # internal
2025-08-20T23:00:11.7085653Z [00:02:33.967]➜  github.com/aws/smithy-go/auth
2025-08-20T23:00:11.7086525Z [00:02:33.967]➜  mkdir -p $WORK/b995/
2025-08-20T23:00:11.7087404Z [00:02:33.968]➜  cat >/tmp/go-build2180205415/b995/importcfg << 'EOF' # internal
2025-08-20T23:00:11.7087803Z [00:02:33.968]➜  # import config
2025-08-20T23:00:11.7088320Z [00:02:33.968]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.7089054Z [00:02:33.968]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:11.7090011Z [00:02:33.968]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:11.7090574Z [00:02:33.968]➜  EOF
2025-08-20T23:00:11.7095322Z [00:02:33.968]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b995/_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/b995=>" -p github.com/aws/smithy-go/auth -lang=go1.22 -complete -installsuffix shared -buildid 7J_kCb7p5Vhu7QVJ88Xy/7J_kCb7p5Vhu7QVJ88Xy -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/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:00:11.7102002Z [00:02:33.970]➜  go tool buildid -w $WORK/b997/_pkg_.a # internal
2025-08-20T23:00:11.7103095Z [00:02:33.971]➜  cp $WORK/b997/_pkg_.a /root/.cache/go-build/ed/ed818702a240a7548bd02357ac17781185063cfa0a3eedb5db86067416e42bec-d # internal
2025-08-20T23:00:11.7107372Z [00:02:33.972]➜  github.com/aws/smithy-go/metrics
2025-08-20T23:00:11.7108108Z [00:02:33.972]➜  mkdir -p $WORK/b996/
2025-08-20T23:00:11.7109119Z [00:02:33.972]➜  cat >/tmp/go-build2180205415/b996/importcfg << 'EOF' # internal
2025-08-20T23:00:11.7110029Z [00:02:33.972]➜  # import config
2025-08-20T23:00:11.7110382Z [00:02:33.972]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.7111647Z [00:02:33.972]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:11.7112025Z [00:02:33.972]➜  EOF
2025-08-20T23:00:11.7114205Z [00:02:33.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b996/_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/b996=>" -p github.com/aws/smithy-go/metrics -lang=go1.22 -complete -installsuffix shared -buildid 66NYMpqCZXIVBYRHEpiV/66NYMpqCZXIVBYRHEpiV -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/metrics/metrics.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/metrics/nop.go
2025-08-20T23:00:11.7236811Z [00:02:33.985]➜  go tool buildid -w $WORK/b995/_pkg_.a # internal
2025-08-20T23:00:11.7241727Z [00:02:33.985]➜  cp $WORK/b995/_pkg_.a /root/.cache/go-build/ff/ff96c69a7756164f75c0363466d7feb50d13dfb3dfd5129dc57e3a19f1ad69da-d # internal
2025-08-20T23:00:11.7258595Z [00:02:33.987]➜  github.com/aws/smithy-go/tracing
2025-08-20T23:00:11.7259136Z [00:02:33.987]➜  mkdir -p $WORK/b998/
2025-08-20T23:00:11.7263623Z [00:02:33.987]➜  cat >/tmp/go-build2180205415/b998/importcfg << 'EOF' # internal
2025-08-20T23:00:11.7264634Z [00:02:33.987]➜  # import config
2025-08-20T23:00:11.7265660Z [00:02:33.987]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.7269694Z [00:02:33.987]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:11.7270085Z [00:02:33.987]➜  EOF
2025-08-20T23:00:11.7272383Z [00:02:33.987]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b998/_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/b998=>" -p github.com/aws/smithy-go/tracing -lang=go1.22 -complete -installsuffix shared -buildid mC4EYDIB0JewJTE0mALh/mC4EYDIB0JewJTE0mALh -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/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:00:11.7532315Z [00:02:34.014]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:11.7534599Z [00:02:34.014]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x012.o -c fastcover.c
2025-08-20T23:00:11.7560509Z [00:02:34.017]➜  go tool buildid -w $WORK/b998/_pkg_.a # internal
2025-08-20T23:00:11.7567690Z [00:02:34.018]➜  go tool buildid -w $WORK/b996/_pkg_.a # internal
2025-08-20T23:00:11.7572146Z [00:02:34.018]➜  cp $WORK/b998/_pkg_.a /root/.cache/go-build/55/5561727cb119c83ffba118d834446e16eabdb8a76d231d5809779e7a2a9dccdd-d # internal
2025-08-20T23:00:11.7574239Z [00:02:34.018]➜  github.com/aws/smithy-go/transport/http/internal/io
2025-08-20T23:00:11.7574657Z [00:02:34.018]➜  mkdir -p $WORK/b999/
2025-08-20T23:00:11.7578613Z [00:02:34.019]➜  cat >/tmp/go-build2180205415/b999/importcfg << 'EOF' # internal
2025-08-20T23:00:11.7580074Z [00:02:34.019]➜  # import config
2025-08-20T23:00:11.7581526Z [00:02:34.019]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.7581957Z [00:02:34.019]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:11.7582279Z [00:02:34.019]➜  EOF
2025-08-20T23:00:11.7582529Z [00:02:34.019]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:11.7584743Z [00:02:34.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b999/_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/b999=>" -p github.com/aws/smithy-go/transport/http/internal/io -lang=go1.22 -complete -installsuffix shared -buildid EO5yCa14fZQhwpDiYQML/EO5yCa14fZQhwpDiYQML -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/transport/http/internal/io/safe.go
2025-08-20T23:00:11.7603920Z [00:02:34.021]➜  cp $WORK/b996/_pkg_.a /root/.cache/go-build/72/72293ab94ca67defd012b2d30403a0f4149a72895d1387ee0b851df58984f111-d # internal
2025-08-20T23:00:11.7621636Z [00:02:34.023]➜  github.com/aws/smithy-go/ptr
2025-08-20T23:00:11.7622615Z [00:02:34.023]➜  mkdir -p $WORK/b1000/
2025-08-20T23:00:11.7633113Z [00:02:34.024]➜  cat >/tmp/go-build2180205415/b1000/importcfg << 'EOF' # internal
2025-08-20T23:00:11.7633746Z [00:02:34.024]➜  # import config
2025-08-20T23:00:11.7634295Z [00:02:34.024]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:11.7635209Z [00:02:34.024]➜  EOF
2025-08-20T23:00:11.7647848Z [00:02:34.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1000/_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/b1000=>" -p github.com/aws/smithy-go/ptr -lang=go1.22 -complete -installsuffix shared -buildid pTwhTIazb37W7xAxUys8/pTwhTIazb37W7xAxUys8 -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/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:00:11.7768819Z [00:02:34.038]➜  go tool buildid -w $WORK/b999/_pkg_.a # internal
2025-08-20T23:00:11.7783885Z [00:02:34.039]➜  cp $WORK/b999/_pkg_.a /root/.cache/go-build/a6/a6b2ae3bcf5483997b2daf8950b7d1f7b077047d51ebe598f790ae44c74bbfed-d # internal
2025-08-20T23:00:11.7788714Z [00:02:34.040]➜  github.com/aws/smithy-go/rand
2025-08-20T23:00:11.7789615Z [00:02:34.040]➜  mkdir -p $WORK/b1003/
2025-08-20T23:00:11.7798607Z [00:02:34.041]➜  cat >/tmp/go-build2180205415/b1003/importcfg << 'EOF' # internal
2025-08-20T23:00:11.7799414Z [00:02:34.041]➜  # import config
2025-08-20T23:00:11.7800507Z [00:02:34.041]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:11.7801364Z [00:02:34.041]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:11.7802045Z [00:02:34.041]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.7803670Z [00:02:34.041]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.7804172Z [00:02:34.041]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:11.7804725Z [00:02:34.041]➜  EOF
2025-08-20T23:00:11.7807087Z [00:02:34.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1003/_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/b1003=>" -p github.com/aws/smithy-go/rand -lang=go1.22 -complete -installsuffix shared -buildid G58VOsCffkWelT-fStRp/G58VOsCffkWelT-fStRp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1003/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:00:11.8036074Z [00:02:34.064]➜  go tool buildid -w $WORK/b991/_pkg_.a # internal
2025-08-20T23:00:11.8050748Z [00:02:34.066]➜  go tool buildid -w $WORK/b1003/_pkg_.a # internal
2025-08-20T23:00:11.8055931Z [00:02:34.066]➜  cp $WORK/b1003/_pkg_.a /root/.cache/go-build/36/3605c021db02659b1717bc918c546f74f088926602677aee4082ef77ae04cdb0-d # internal
2025-08-20T23:00:11.8056659Z [00:02:34.067]➜  github.com/aws/aws-sdk-go-v2/aws/ratelimit
2025-08-20T23:00:11.8058961Z [00:02:34.067]➜  mkdir -p $WORK/b1009/
2025-08-20T23:00:11.8059844Z [00:02:34.067]➜  cat >/tmp/go-build2180205415/b1009/importcfg << 'EOF' # internal
2025-08-20T23:00:11.8060201Z [00:02:34.067]➜  # import config
2025-08-20T23:00:11.8060544Z [00:02:34.067]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.8060964Z [00:02:34.067]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.8061376Z [00:02:34.067]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:11.8061686Z [00:02:34.067]➜  EOF
2025-08-20T23:00:11.8064927Z [00:02:34.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1009/_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/b1009=>" -p github.com/aws/aws-sdk-go-v2/aws/ratelimit -lang=go1.22 -complete -installsuffix shared -buildid l2XI1amEZ0Cmi8GNQbpm/l2XI1amEZ0Cmi8GNQbpm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1009/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:00:11.8072276Z [00:02:34.068]➜  cp $WORK/b991/_pkg_.a /root/.cache/go-build/61/61f642761c82e7512c19c44b40b3b5f5a80278b4512e415cbb542e4c04226b55-d # internal
2025-08-20T23:00:11.8085707Z [00:02:34.069]➜  github.com/aws/smithy-go/transport/http
2025-08-20T23:00:11.8089083Z [00:02:34.069]➜  mkdir -p $WORK/b993/
2025-08-20T23:00:11.8090004Z [00:02:34.070]➜  cat >/tmp/go-build2180205415/b993/importcfg << 'EOF' # internal
2025-08-20T23:00:11.8090893Z [00:02:34.070]➜  # import config
2025-08-20T23:00:11.8091565Z [00:02:34.070]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.8092335Z [00:02:34.070]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T23:00:11.8093285Z [00:02:34.070]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:11.8094171Z [00:02:34.070]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:11.8094898Z [00:02:34.070]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:11.8095966Z [00:02:34.070]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.8096754Z [00:02:34.070]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:11.8097591Z [00:02:34.070]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2180205415/b995/_pkg_.a
2025-08-20T23:00:11.8098867Z [00:02:34.070]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:11.8100101Z [00:02:34.070]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2180205415/b996/_pkg_.a
2025-08-20T23:00:11.8101106Z [00:02:34.070]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:11.8102231Z [00:02:34.070]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2180205415/b997/_pkg_.a
2025-08-20T23:00:11.8103556Z [00:02:34.070]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2180205415/b998/_pkg_.a
2025-08-20T23:00:11.8104595Z [00:02:34.070]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build2180205415/b999/_pkg_.a
2025-08-20T23:00:11.8105587Z [00:02:34.070]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.8106491Z [00:02:34.070]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:11.8107262Z [00:02:34.070]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.8108414Z [00:02:34.070]➜  packagefile net/http/httptrace=/tmp/go-build2180205415/b197/_pkg_.a
2025-08-20T23:00:11.8109428Z [00:02:34.070]➜  packagefile net/http/httputil=/tmp/go-build2180205415/b229/_pkg_.a
2025-08-20T23:00:11.8110296Z [00:02:34.070]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:11.8111140Z [00:02:34.070]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:11.8112090Z [00:02:34.070]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.8112778Z [00:02:34.070]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:11.8113490Z [00:02:34.070]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:11.8114405Z [00:02:34.070]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:11.8115207Z [00:02:34.070]➜  EOF
2025-08-20T23:00:11.8124733Z [00:02:34.070]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b993/_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/b993=>" -p github.com/aws/smithy-go/transport/http -lang=go1.22 -complete -installsuffix shared -buildid sDT9tLxBYpK6fWQUq2_x/sDT9tLxBYpK6fWQUq2_x -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/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:00:11.8248791Z [00:02:34.085]➜  go tool buildid -w $WORK/b1000/_pkg_.a # internal
2025-08-20T23:00:11.8260884Z [00:02:34.086]➜  cp $WORK/b1000/_pkg_.a /root/.cache/go-build/ec/ec5de1cb70c1fa6ec1bcc31ee5e56fb051b2465eba148cff575fd30e1aa202a5-d # internal
2025-08-20T23:00:11.8261559Z [00:02:34.087]➜  github.com/aws/aws-sdk-go-v2/internal/context
2025-08-20T23:00:11.8262009Z [00:02:34.087]➜  mkdir -p $WORK/b1010/
2025-08-20T23:00:11.8266804Z [00:02:34.087]➜  cat >/tmp/go-build2180205415/b1010/importcfg << 'EOF' # internal
2025-08-20T23:00:11.8267184Z [00:02:34.087]➜  # import config
2025-08-20T23:00:11.8267548Z [00:02:34.087]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.8268422Z [00:02:34.087]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:11.8268941Z [00:02:34.087]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:11.8269259Z [00:02:34.087]➜  EOF
2025-08-20T23:00:11.8271529Z [00:02:34.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1010/_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/b1010=>" -p github.com/aws/aws-sdk-go-v2/internal/context -lang=go1.22 -complete -installsuffix shared -buildid 8ssDms7pdWjkrJC4VhXK/8ssDms7pdWjkrJC4VhXK -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/internal/context/context.go
2025-08-20T23:00:11.8312202Z [00:02:34.092]➜  go tool buildid -w $WORK/b1009/_pkg_.a # internal
2025-08-20T23:00:11.8327191Z [00:02:34.093]➜  cp $WORK/b1009/_pkg_.a /root/.cache/go-build/06/06e54f6069a14cb6c3aa147c2a4ad5fd1a87210301812c5283de454d4ed3da36-d # internal
2025-08-20T23:00:11.8327883Z [00:02:34.093]➜  github.com/aws/aws-sdk-go-v2/internal/timeconv
2025-08-20T23:00:11.8347415Z [00:02:34.093]➜  mkdir -p $WORK/b1011/
2025-08-20T23:00:11.8347875Z [00:02:34.093]➜  cat >/tmp/go-build2180205415/b1011/importcfg << 'EOF' # internal
2025-08-20T23:00:11.8348232Z [00:02:34.093]➜  # import config
2025-08-20T23:00:11.8348570Z [00:02:34.093]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:11.8348885Z [00:02:34.093]➜  EOF
2025-08-20T23:00:11.8351279Z [00:02:34.093]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1011/_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/b1011=>" -p github.com/aws/aws-sdk-go-v2/internal/timeconv -lang=go1.22 -complete -installsuffix shared -buildid 8l_5A7lnZ-LKCFyAzrgH/8l_5A7lnZ-LKCFyAzrgH -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/internal/timeconv/duration.go
2025-08-20T23:00:11.8382455Z [00:02:34.099]➜  go tool buildid -w $WORK/b1010/_pkg_.a # internal
2025-08-20T23:00:11.8387459Z [00:02:34.100]➜  cp $WORK/b1010/_pkg_.a /root/.cache/go-build/d6/d64cabb8bd1621d37e3de9fd4876fb427f3b2a71ab6cb3430ea4e6aef1ff394c-d # internal
2025-08-20T23:00:11.8389161Z [00:02:34.100]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config
2025-08-20T23:00:11.8390887Z [00:02:34.100]➜  mkdir -p $WORK/b1012/
2025-08-20T23:00:11.8393553Z [00:02:34.101]➜  cat >/tmp/go-build2180205415/b1012/importcfg << 'EOF' # internal
2025-08-20T23:00:11.8393949Z [00:02:34.101]➜  # import config
2025-08-20T23:00:11.8394565Z [00:02:34.101]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.8395249Z [00:02:34.101]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.8395720Z [00:02:34.101]➜  EOF
2025-08-20T23:00:11.8398302Z [00:02:34.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1012/_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/b1012=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config -lang=go1.22 -complete -installsuffix shared -buildid PCxRjLIoyOQ7XUFwmmTl/PCxRjLIoyOQ7XUFwmmTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1012/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:00:11.8403000Z [00:02:34.101]➜  go tool buildid -w $WORK/b1011/_pkg_.a # internal
2025-08-20T23:00:11.8404833Z [00:02:34.102]➜  cp $WORK/b1011/_pkg_.a /root/.cache/go-build/29/291ac2852a36721643a9dbec3f29f910e0a5a8a700f0bfa3ac369833212bf21b-d # internal
2025-08-20T23:00:11.8405819Z [00:02:34.102]➜  github.com/aws/smithy-go/io
2025-08-20T23:00:11.8406200Z [00:02:34.102]➜  mkdir -p $WORK/b1013/
2025-08-20T23:00:11.8408888Z [00:02:34.102]➜  cat >/tmp/go-build2180205415/b1013/importcfg << 'EOF' # internal
2025-08-20T23:00:11.8409263Z [00:02:34.102]➜  # import config
2025-08-20T23:00:11.8409603Z [00:02:34.102]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:11.8410022Z [00:02:34.102]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.8410326Z [00:02:34.102]➜  EOF
2025-08-20T23:00:11.8412721Z [00:02:34.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1013/_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/b1013=>" -p github.com/aws/smithy-go/io -lang=go1.22 -complete -installsuffix shared -buildid dqf2FGTUi6JTcRPRz40L/dqf2FGTUi6JTcRPRz40L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1013/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:00:11.8592323Z [00:02:34.120]➜  go tool buildid -w $WORK/b1013/_pkg_.a # internal
2025-08-20T23:00:11.8598274Z [00:02:34.121]➜  cp $WORK/b1013/_pkg_.a /root/.cache/go-build/2b/2b9dc78db5aad046a7c89ed2842676540dcccea0b363b6dbac7948390fa93857-d # internal
2025-08-20T23:00:11.8598997Z [00:02:34.121]➜  github.com/aws/aws-sdk-go-v2/internal/shareddefaults
2025-08-20T23:00:11.8599537Z [00:02:34.121]➜  mkdir -p $WORK/b1019/
2025-08-20T23:00:11.8600134Z [00:02:34.121]➜  cat >/tmp/go-build2180205415/b1019/importcfg << 'EOF' # internal
2025-08-20T23:00:11.8602266Z [00:02:34.121]➜  # import config
2025-08-20T23:00:11.8602609Z [00:02:34.121]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:11.8603033Z [00:02:34.121]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T23:00:11.8603729Z [00:02:34.121]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:11.8604172Z [00:02:34.121]➜  EOF
2025-08-20T23:00:11.8606629Z [00:02:34.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1019/_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/b1019=>" -p github.com/aws/aws-sdk-go-v2/internal/shareddefaults -lang=go1.22 -complete -installsuffix shared -buildid pCmuBEfbZuky0ZZEozAb/pCmuBEfbZuky0ZZEozAb -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/shareddefaults/shared_config.go
2025-08-20T23:00:11.8610964Z [00:02:34.122]➜  go tool buildid -w $WORK/b1012/_pkg_.a # internal
2025-08-20T23:00:11.8627020Z [00:02:34.124]➜  cp $WORK/b1012/_pkg_.a /root/.cache/go-build/69/6964fb383ea2d507321edc7fc0bcf3c75abe2fafc5bc4e296532c8a534c15210-d # internal
2025-08-20T23:00:11.8630449Z [00:02:34.124]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/restjson
2025-08-20T23:00:11.8631412Z [00:02:34.124]➜  mkdir -p $WORK/b1022/
2025-08-20T23:00:11.8640554Z [00:02:34.125]➜  cat >/tmp/go-build2180205415/b1022/importcfg << 'EOF' # internal
2025-08-20T23:00:11.8641000Z [00:02:34.125]➜  # import config
2025-08-20T23:00:11.8641711Z [00:02:34.125]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:11.8642406Z [00:02:34.125]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:11.8642895Z [00:02:34.125]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.8643315Z [00:02:34.125]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.8643635Z [00:02:34.125]➜  EOF
2025-08-20T23:00:11.8645926Z [00:02:34.125]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1022/_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/b1022=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/restjson -lang=go1.22 -complete -installsuffix shared -buildid y93PvxHIxUm_FqPQHPSn/y93PvxHIxUm_FqPQHPSn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1022/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:00:11.8727802Z [00:02:34.134]➜  go tool buildid -w $WORK/b1019/_pkg_.a # internal
2025-08-20T23:00:11.8733889Z [00:02:34.134]➜  cp $WORK/b1019/_pkg_.a /root/.cache/go-build/25/2586db560a7322dfee51730a413bbdc722cb94bb3f3bcb2d4a9a9e2217905764-d # internal
2025-08-20T23:00:11.8734574Z [00:02:34.134]➜  github.com/aws/aws-sdk-go-v2/internal/strings
2025-08-20T23:00:11.8734906Z [00:02:34.134]➜  mkdir -p $WORK/b1025/
2025-08-20T23:00:11.8737979Z [00:02:34.135]➜  cat >/tmp/go-build2180205415/b1025/importcfg << 'EOF' # internal
2025-08-20T23:00:11.8742416Z [00:02:34.135]➜  # import config
2025-08-20T23:00:11.8743297Z [00:02:34.135]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.8743746Z [00:02:34.135]➜  EOF
2025-08-20T23:00:11.8747499Z [00:02:34.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1025/_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/b1025=>" -p github.com/aws/aws-sdk-go-v2/internal/strings -lang=go1.22 -complete -installsuffix shared -buildid rEOLVFK2McAIirhkAKMr/rEOLVFK2McAIirhkAKMr -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/internal/strings/strings.go
2025-08-20T23:00:11.8816903Z [00:02:34.143]➜  go tool buildid -w $WORK/b1022/_pkg_.a # internal
2025-08-20T23:00:11.8834384Z [00:02:34.145]➜  cp $WORK/b1022/_pkg_.a /root/.cache/go-build/e4/e4ce4faf338f4286bb5b8a3c061a5b5128662981a6c0e309804c0a7a4f39870b-d # internal
2025-08-20T23:00:11.8845628Z [00:02:34.146]➜  github.com/aws/smithy-go/encoding/httpbinding
2025-08-20T23:00:11.8847408Z [00:02:34.146]➜  mkdir -p $WORK/b1027/
2025-08-20T23:00:11.8847866Z [00:02:34.146]➜  cat >/tmp/go-build2180205415/b1027/importcfg << 'EOF' # internal
2025-08-20T23:00:11.8848342Z [00:02:34.146]➜  # import config
2025-08-20T23:00:11.8848739Z [00:02:34.146]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:11.8849206Z [00:02:34.146]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:11.8849651Z [00:02:34.146]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.8850060Z [00:02:34.146]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:11.8850481Z [00:02:34.146]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:11.8850913Z [00:02:34.146]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.8851341Z [00:02:34.146]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:11.8851768Z [00:02:34.146]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:11.8852199Z [00:02:34.146]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:11.8852704Z [00:02:34.146]➜  EOF
2025-08-20T23:00:11.8856695Z [00:02:34.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1027/_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/b1027=>" -p github.com/aws/smithy-go/encoding/httpbinding -lang=go1.22 -complete -installsuffix shared -buildid ngvwHpCVRY39wFuVGUvb/ngvwHpCVRY39wFuVGUvb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1027/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:00:11.8865089Z [00:02:34.148]➜  go tool buildid -w $WORK/b1025/_pkg_.a # internal
2025-08-20T23:00:11.8873007Z [00:02:34.148]➜  cp $WORK/b1025/_pkg_.a /root/.cache/go-build/ed/edded065a37402239e508ee768dc14710d41e04510ffdf7f3202d79868e88e5e-d # internal
2025-08-20T23:00:11.8878646Z [00:02:34.149]➜  github.com/aws/aws-sdk-go-v2/internal/middleware
2025-08-20T23:00:11.8879517Z [00:02:34.149]➜  mkdir -p $WORK/b1032/
2025-08-20T23:00:11.8887081Z [00:02:34.150]➜  cat >/tmp/go-build2180205415/b1032/importcfg << 'EOF' # internal
2025-08-20T23:00:11.8887494Z [00:02:34.150]➜  # import config
2025-08-20T23:00:11.8887850Z [00:02:34.150]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:11.8888426Z [00:02:34.150]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2180205415/b1010/_pkg_.a
2025-08-20T23:00:11.8889077Z [00:02:34.150]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:11.8889623Z [00:02:34.150]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:11.8890069Z [00:02:34.150]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:11.8890378Z [00:02:34.150]➜  EOF
2025-08-20T23:00:11.8892736Z [00:02:34.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1032/_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/b1032=>" -p github.com/aws/aws-sdk-go-v2/internal/middleware -lang=go1.22 -complete -installsuffix shared -buildid NcBIFinz6qBMa-F5XsUc/NcBIFinz6qBMa-F5XsUc -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/middleware/middleware.go
2025-08-20T23:00:11.9086553Z [00:02:34.170]➜  go tool buildid -w $WORK/b1032/_pkg_.a # internal
2025-08-20T23:00:11.9099966Z [00:02:34.171]➜  cp $WORK/b1032/_pkg_.a /root/.cache/go-build/fb/fb9e6926191581470b23036a7395b6eed55d0b30769b3ccc2d9ccf93b852bd45-d # internal
2025-08-20T23:00:11.9101540Z [00:02:34.171]➜  github.com/aws/smithy-go/document
2025-08-20T23:00:11.9101979Z [00:02:34.171]➜  mkdir -p $WORK/b1036/
2025-08-20T23:00:11.9102379Z [00:02:34.171]➜  cat >/tmp/go-build2180205415/b1036/importcfg << 'EOF' # internal
2025-08-20T23:00:11.9102748Z [00:02:34.171]➜  # import config
2025-08-20T23:00:11.9103091Z [00:02:34.171]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.9103518Z [00:02:34.171]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:11.9103953Z [00:02:34.171]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:11.9104379Z [00:02:34.171]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:11.9104698Z [00:02:34.171]➜  EOF
2025-08-20T23:00:11.9107301Z [00:02:34.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1036/_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/b1036=>" -p github.com/aws/smithy-go/document -lang=go1.22 -complete -installsuffix shared -buildid IAIuN2ViXy1tCsBxpcpI/IAIuN2ViXy1tCsBxpcpI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1036/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:00:11.9416239Z [00:02:34.203]➜  go tool buildid -w $WORK/b1036/_pkg_.a # internal
2025-08-20T23:00:11.9426415Z [00:02:34.204]➜  cp $WORK/b1036/_pkg_.a /root/.cache/go-build/0c/0cf7bc79e448c9824800297268bddc5357e7318d64a1ecf6b2134f238e7c76be-d # internal
2025-08-20T23:00:11.9427812Z [00:02:34.204]➜  github.com/aws/aws-sdk-go-v2/service/sso/types
2025-08-20T23:00:11.9428927Z [00:02:34.204]➜  mkdir -p $WORK/b1035/
2025-08-20T23:00:11.9457158Z [00:02:34.204]➜  cat >/tmp/go-build2180205415/b1035/importcfg << 'EOF' # internal
2025-08-20T23:00:11.9458182Z [00:02:34.204]➜  # import config
2025-08-20T23:00:11.9458598Z [00:02:34.204]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.9459098Z [00:02:34.204]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:11.9459703Z [00:02:34.204]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2180205415/b1036/_pkg_.a
2025-08-20T23:00:11.9460105Z [00:02:34.205]➜  EOF
2025-08-20T23:00:11.9462447Z [00:02:34.205]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1035/_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/b1035=>" -p github.com/aws/aws-sdk-go-v2/service/sso/types -lang=go1.22 -complete -installsuffix shared -buildid OyetloKwLIBbZHt7wMWg/OyetloKwLIBbZHt7wMWg -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/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:00:11.9633797Z [00:02:34.224]➜  go tool buildid -w $WORK/b1035/_pkg_.a # internal
2025-08-20T23:00:11.9641626Z [00:02:34.225]➜  cp $WORK/b1035/_pkg_.a /root/.cache/go-build/7e/7ec7a45527483b5733d4f3c5a784ad253b5876933b750e2561eab6b0fe1a55ca-d # internal
2025-08-20T23:00:11.9642798Z [00:02:34.225]➜  github.com/aws/smithy-go/endpoints
2025-08-20T23:00:11.9643133Z [00:02:34.225]➜  mkdir -p $WORK/b1037/
2025-08-20T23:00:11.9648408Z [00:02:34.226]➜  cat >/tmp/go-build2180205415/b1037/importcfg << 'EOF' # internal
2025-08-20T23:00:11.9648790Z [00:02:34.226]➜  # import config
2025-08-20T23:00:11.9649202Z [00:02:34.226]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:11.9650964Z [00:02:34.226]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:11.9651427Z [00:02:34.226]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:11.9651933Z [00:02:34.226]➜  EOF
2025-08-20T23:00:11.9654043Z [00:02:34.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1037/_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/b1037=>" -p github.com/aws/smithy-go/endpoints -lang=go1.22 -complete -installsuffix shared -buildid OH8NrXOPpBg6yq94OBZM/OH8NrXOPpBg6yq94OBZM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1037/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/endpoints/endpoint.go
2025-08-20T23:00:11.9750385Z [00:02:34.236]➜  go tool buildid -w $WORK/b1027/_pkg_.a # internal
2025-08-20T23:00:11.9810000Z [00:02:34.242]➜  cp $WORK/b1027/_pkg_.a /root/.cache/go-build/81/818a28ec258872acc5c3f0dacd42de49aa9d9a9926fd1e5ba01f96da58d5da1a-d # internal
2025-08-20T23:00:11.9811030Z [00:02:34.242]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/types
2025-08-20T23:00:11.9811509Z [00:02:34.242]➜  mkdir -p $WORK/b1040/
2025-08-20T23:00:11.9812816Z [00:02:34.242]➜  cat >/tmp/go-build2180205415/b1040/importcfg << 'EOF' # internal
2025-08-20T23:00:11.9813505Z [00:02:34.242]➜  # import config
2025-08-20T23:00:11.9813844Z [00:02:34.242]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.9814504Z [00:02:34.242]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:11.9815142Z [00:02:34.242]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2180205415/b1036/_pkg_.a
2025-08-20T23:00:11.9815553Z [00:02:34.242]➜  EOF
2025-08-20T23:00:11.9818274Z [00:02:34.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1040/_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/b1040=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/types -lang=go1.22 -complete -installsuffix shared -buildid b3gre7tptQP7S5v8naE7/b3gre7tptQP7S5v8naE7 -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/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:00:11.9820457Z [00:02:34.242]➜  go tool buildid -w $WORK/b1037/_pkg_.a # internal
2025-08-20T23:00:11.9821133Z [00:02:34.242]➜  cp $WORK/b1037/_pkg_.a /root/.cache/go-build/ef/efa325bcf99faf4e9d2a4e9f295549aa01256dd66cb35aa8efb82d8c9bc79d7b-d # internal
2025-08-20T23:00:11.9821718Z [00:02:34.242]➜  github.com/aws/smithy-go/encoding
2025-08-20T23:00:11.9822013Z [00:02:34.242]➜  mkdir -p $WORK/b1042/
2025-08-20T23:00:11.9822386Z [00:02:34.242]➜  cat >/tmp/go-build2180205415/b1042/importcfg << 'EOF' # internal
2025-08-20T23:00:11.9822735Z [00:02:34.242]➜  # import config
2025-08-20T23:00:11.9823058Z [00:02:34.242]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.9823472Z [00:02:34.242]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:11.9823899Z [00:02:34.242]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:11.9824220Z [00:02:34.242]➜  EOF
2025-08-20T23:00:11.9826373Z [00:02:34.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1042/_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/b1042=>" -p github.com/aws/smithy-go/encoding -lang=go1.22 -complete -installsuffix shared -buildid 5vs_UIGnjB4YrRu01sth/5vs_UIGnjB4YrRu01sth -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1042/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:00:11.9911185Z [00:02:34.252]➜  go tool buildid -w $WORK/b1042/_pkg_.a # internal
2025-08-20T23:00:11.9915650Z [00:02:34.252]➜  cp $WORK/b1042/_pkg_.a /root/.cache/go-build/40/404b844206c19ef085d322d61320c8adc9b2b98c69faaa5a160fea6323f9582a-d # internal
2025-08-20T23:00:11.9922785Z [00:02:34.253]➜  github.com/aws/smithy-go/encoding/json
2025-08-20T23:00:11.9923180Z [00:02:34.253]➜  mkdir -p $WORK/b1041/
2025-08-20T23:00:11.9923673Z [00:02:34.253]➜  cat >/tmp/go-build2180205415/b1041/importcfg << 'EOF' # internal
2025-08-20T23:00:11.9924085Z [00:02:34.253]➜  # import config
2025-08-20T23:00:11.9924586Z [00:02:34.253]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:11.9925047Z [00:02:34.253]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:11.9925521Z [00:02:34.253]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:11.9926210Z [00:02:34.253]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:11.9926737Z [00:02:34.253]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build2180205415/b1042/_pkg_.a
2025-08-20T23:00:11.9927236Z [00:02:34.253]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:11.9927665Z [00:02:34.253]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:11.9928329Z [00:02:34.253]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:11.9928787Z [00:02:34.253]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:11.9929122Z [00:02:34.253]➜  EOF
2025-08-20T23:00:11.9932698Z [00:02:34.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1041/_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/b1041=>" -p github.com/aws/smithy-go/encoding/json -lang=go1.22 -complete -installsuffix shared -buildid zB7i0k2VKpH2bYKVxfU8/zB7i0k2VKpH2bYKVxfU8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1041/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:00:12.0048390Z [00:02:34.266]➜  go tool buildid -w $WORK/b993/_pkg_.a # internal
2025-08-20T23:00:12.0089161Z [00:02:34.270]➜  cp $WORK/b993/_pkg_.a /root/.cache/go-build/a3/a3fae6ef0877715df28c01d2fdae292f979bc75063483e826fe34cb0c570f60a-d # internal
2025-08-20T23:00:12.0109174Z [00:02:34.270]➜  github.com/aws/smithy-go/auth/bearer
2025-08-20T23:00:12.0109543Z [00:02:34.270]➜  mkdir -p $WORK/b988/
2025-08-20T23:00:12.0109929Z [00:02:34.270]➜  cat >/tmp/go-build2180205415/b988/importcfg << 'EOF' # internal
2025-08-20T23:00:12.0110283Z [00:02:34.270]➜  # import config
2025-08-20T23:00:12.0110631Z [00:02:34.270]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.0111335Z [00:02:34.270]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.0111957Z [00:02:34.270]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build2180205415/b989/_pkg_.a
2025-08-20T23:00:12.0112644Z [00:02:34.270]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build2180205415/b990/_pkg_.a
2025-08-20T23:00:12.0113326Z [00:02:34.270]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.0113960Z [00:02:34.270]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.0114503Z [00:02:34.270]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:12.0114938Z [00:02:34.270]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.0115250Z [00:02:34.270]➜  EOF
2025-08-20T23:00:12.0118231Z [00:02:34.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b988/_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/b988=>" -p github.com/aws/smithy-go/auth/bearer -lang=go1.22 -complete -installsuffix shared -buildid _X_Kojm0emD1sOVGrm5j/_X_Kojm0emD1sOVGrm5j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b988/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:00:12.0169371Z [00:02:34.278]➜  go tool buildid -w $WORK/b1040/_pkg_.a # internal
2025-08-20T23:00:12.0191352Z [00:02:34.280]➜  cp $WORK/b1040/_pkg_.a /root/.cache/go-build/6b/6bee8a02c68a147e0d6b17d81c79a5cd1d367dbb14833245aa787559cf4680a6-d # internal
2025-08-20T23:00:12.0192382Z [00:02:34.280]➜  github.com/aws/aws-sdk-go-v2/internal/auth
2025-08-20T23:00:12.0193300Z [00:02:34.280]➜  mkdir -p $WORK/b1026/
2025-08-20T23:00:12.0194252Z [00:02:34.280]➜  cat >/tmp/go-build2180205415/b1026/importcfg << 'EOF' # internal
2025-08-20T23:00:12.0194850Z [00:02:34.280]➜  # import config
2025-08-20T23:00:12.0195213Z [00:02:34.280]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.0195640Z [00:02:34.280]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.0196435Z [00:02:34.280]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:12.0197002Z [00:02:34.280]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2180205415/b995/_pkg_.a
2025-08-20T23:00:12.0197598Z [00:02:34.280]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.0198228Z [00:02:34.280]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.0198643Z [00:02:34.280]➜  EOF
2025-08-20T23:00:12.0200880Z [00:02:34.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1026/_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/b1026=>" -p github.com/aws/aws-sdk-go-v2/internal/auth -lang=go1.22 -complete -installsuffix shared -buildid Q_ZwI6LTxJfXHx0tN8jZ/Q_ZwI6LTxJfXHx0tN8jZ -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/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:00:12.0465880Z [00:02:34.308]➜  go tool buildid -w $WORK/b1041/_pkg_.a # internal
2025-08-20T23:00:12.0478485Z [00:02:34.309]➜  cp $WORK/b1041/_pkg_.a /root/.cache/go-build/d8/d8e3eba7b79f09036e0bcae3a7b20981371716d2cf7dabe564fe71a523a8e062-d # internal
2025-08-20T23:00:12.0481554Z [00:02:34.309]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn
2025-08-20T23:00:12.0481941Z [00:02:34.309]➜  mkdir -p $WORK/b1031/
2025-08-20T23:00:12.0484283Z [00:02:34.310]➜  cat >/tmp/go-build2180205415/b1031/importcfg << 'EOF' # internal
2025-08-20T23:00:12.0485240Z [00:02:34.310]➜  # import config
2025-08-20T23:00:12.0486389Z [00:02:34.310]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.0486982Z [00:02:34.310]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:12.0487424Z [00:02:34.310]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:12.0487854Z [00:02:34.310]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.0488170Z [00:02:34.310]➜  EOF
2025-08-20T23:00:12.0492088Z [00:02:34.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1031/_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/b1031=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn -lang=go1.22 -complete -installsuffix shared -buildid qjVs3LSDVAavfi3JfnF3/qjVs3LSDVAavfi3JfnF3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1031/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:00:12.0500336Z [00:02:34.311]➜  go tool buildid -w $WORK/b988/_pkg_.a # internal
2025-08-20T23:00:12.0521662Z [00:02:34.312]➜  cp $WORK/b988/_pkg_.a /root/.cache/go-build/e9/e9c4460c7688a91d4024144c69c61b83a1f9461733e279509d9e6f880fb563d0-d # internal
2025-08-20T23:00:12.0529639Z [00:02:34.314]➜  github.com/aws/aws-sdk-go-v2/aws
2025-08-20T23:00:12.0530544Z [00:02:34.314]➜  mkdir -p $WORK/b984/
2025-08-20T23:00:12.0531001Z [00:02:34.314]➜  cat >/tmp/go-build2180205415/b984/importcfg << 'EOF' # internal
2025-08-20T23:00:12.0531702Z [00:02:34.314]➜  # import config
2025-08-20T23:00:12.0532059Z [00:02:34.314]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.0532494Z [00:02:34.314]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.0533050Z [00:02:34.314]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build2180205415/b985/_pkg_.a
2025-08-20T23:00:12.0533702Z [00:02:34.314]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2180205415/b986/_pkg_.a
2025-08-20T23:00:12.0534417Z [00:02:34.314]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build2180205415/b987/_pkg_.a
2025-08-20T23:00:12.0535104Z [00:02:34.314]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build2180205415/b988/_pkg_.a
2025-08-20T23:00:12.0535707Z [00:02:34.314]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:12.0536526Z [00:02:34.314]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.0537140Z [00:02:34.314]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2180205415/b1000/_pkg_.a
2025-08-20T23:00:12.0537637Z [00:02:34.314]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:12.0538075Z [00:02:34.314]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:12.0538504Z [00:02:34.314]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.0538944Z [00:02:34.314]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:12.0539373Z [00:02:34.314]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.0539679Z [00:02:34.314]➜  EOF
2025-08-20T23:00:12.0546182Z [00:02:34.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b984/_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/b984=>" -p github.com/aws/aws-sdk-go-v2/aws -lang=go1.22 -complete -installsuffix shared -buildid q40YgWA8ELY1IW9PCRZN/q40YgWA8ELY1IW9PCRZN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b984/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:00:12.0595569Z [00:02:34.321]➜  go tool buildid -w $WORK/b1026/_pkg_.a # internal
2025-08-20T23:00:12.0615129Z [00:02:34.322]➜  cp $WORK/b1026/_pkg_.a /root/.cache/go-build/cf/cf8d6044c9a9fc560615653b5ffc80f7e400f49075a63d5ba27ab341028bdd72-d # internal
2025-08-20T23:00:12.0615882Z [00:02:34.322]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/query
2025-08-20T23:00:12.0616280Z [00:02:34.322]➜  mkdir -p $WORK/b1045/
2025-08-20T23:00:12.0616685Z [00:02:34.322]➜  cat >/tmp/go-build2180205415/b1045/importcfg << 'EOF' # internal
2025-08-20T23:00:12.0617347Z [00:02:34.322]➜  # import config
2025-08-20T23:00:12.0617690Z [00:02:34.322]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.0618113Z [00:02:34.322]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.0618689Z [00:02:34.322]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2180205415/b1027/_pkg_.a
2025-08-20T23:00:12.0619503Z [00:02:34.322]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.0620144Z [00:02:34.322]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.0620654Z [00:02:34.322]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:12.0621073Z [00:02:34.322]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:12.0621511Z [00:02:34.322]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:12.0621951Z [00:02:34.322]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:12.0622369Z [00:02:34.322]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:12.0622785Z [00:02:34.322]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:12.0623104Z [00:02:34.322]➜  EOF
2025-08-20T23:00:12.0627021Z [00:02:34.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1045/_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/b1045=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/query -lang=go1.22 -complete -installsuffix shared -buildid t2I2jxxGGQgwMhPL0edZ/t2I2jxxGGQgwMhPL0edZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1045/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:00:12.0810784Z [00:02:34.342]➜  go tool buildid -w $WORK/b1031/_pkg_.a # internal
2025-08-20T23:00:12.0817286Z [00:02:34.343]➜  cp $WORK/b1031/_pkg_.a /root/.cache/go-build/97/97c68e36b63d6e75807726bdfa9741cdbb6154d7057af8fceae3b5e316d0c741-d # internal
2025-08-20T23:00:12.0817988Z [00:02:34.343]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/xml
2025-08-20T23:00:12.0818326Z [00:02:34.343]➜  mkdir -p $WORK/b1046/
2025-08-20T23:00:12.0828011Z [00:02:34.343]➜  cat >/tmp/go-build2180205415/b1046/importcfg << 'EOF' # internal
2025-08-20T23:00:12.0828932Z [00:02:34.343]➜  # import config
2025-08-20T23:00:12.0829900Z [00:02:34.343]➜  packagefile encoding/xml=/tmp/go-build2180205415/b804/_pkg_.a
2025-08-20T23:00:12.0830672Z [00:02:34.343]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.0831145Z [00:02:34.343]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:12.0831456Z [00:02:34.343]➜  EOF
2025-08-20T23:00:12.0833727Z [00:02:34.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1046/_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/b1046=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/xml -lang=go1.22 -complete -installsuffix shared -buildid 6rEzJ9RBpmx_gAxzhZfw/6rEzJ9RBpmx_gAxzhZfw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1046/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:00:12.0988673Z [00:02:34.360]➜  go tool buildid -w $WORK/b1046/_pkg_.a # internal
2025-08-20T23:00:12.0989428Z [00:02:34.360]➜  cp $WORK/b1046/_pkg_.a /root/.cache/go-build/be/be950c5eb151ec4dd55f9f5b696daed932f4bf77e15bf91382431717efb7dfa7-d # internal
2025-08-20T23:00:12.0990438Z [00:02:34.360]➜  github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
2025-08-20T23:00:12.0990813Z [00:02:34.360]➜  mkdir -p $WORK/b1047/
2025-08-20T23:00:12.0991194Z [00:02:34.360]➜  cat >/tmp/go-build2180205415/b1047/importcfg << 'EOF' # internal
2025-08-20T23:00:12.0991545Z [00:02:34.360]➜  # import config
2025-08-20T23:00:12.1006887Z [00:02:34.360]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:12.1007590Z [00:02:34.360]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.1008026Z [00:02:34.360]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.1008510Z [00:02:34.360]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:12.1009126Z [00:02:34.360]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.1009781Z [00:02:34.360]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.1010297Z [00:02:34.360]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:12.1010602Z [00:02:34.360]➜  EOF
2025-08-20T23:00:12.1013977Z [00:02:34.360]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1047/_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/b1047=>" -p github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding -lang=go1.22 -complete -installsuffix shared -buildid NJVS07A97Ci7gy0FVKAe/NJVS07A97Ci7gy0FVKAe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1047/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:00:12.1209066Z [00:02:34.382]➜  go tool buildid -w $WORK/b1045/_pkg_.a # internal
2025-08-20T23:00:12.1217796Z [00:02:34.383]➜  go tool buildid -w $WORK/b1047/_pkg_.a # internal
2025-08-20T23:00:12.1225578Z [00:02:34.384]➜  cp $WORK/b1047/_pkg_.a /root/.cache/go-build/09/09287924a22577fd23065b0c0dc30bea1e30b45baa07281f57a1fdc2ce89e654-d # internal
2025-08-20T23:00:12.1226548Z [00:02:34.384]➜  github.com/aws/aws-sdk-go-v2/service/sts/types
2025-08-20T23:00:12.1226895Z [00:02:34.384]➜  mkdir -p $WORK/b1050/
2025-08-20T23:00:12.1231761Z [00:02:34.384]➜  cat >/tmp/go-build2180205415/b1050/importcfg << 'EOF' # internal
2025-08-20T23:00:12.1232283Z [00:02:34.384]➜  # import config
2025-08-20T23:00:12.1232631Z [00:02:34.384]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.1233151Z [00:02:34.384]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:12.1234026Z [00:02:34.384]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2180205415/b1036/_pkg_.a
2025-08-20T23:00:12.1234643Z [00:02:34.384]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.1234957Z [00:02:34.384]➜  EOF
2025-08-20T23:00:12.1245404Z [00:02:34.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1050/_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/b1050=>" -p github.com/aws/aws-sdk-go-v2/service/sts/types -lang=go1.22 -complete -installsuffix shared -buildid _GFYUiUA1t0mBNU0GGnE/_GFYUiUA1t0mBNU0GGnE -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/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:00:12.1250224Z [00:02:34.384]➜  cp $WORK/b1045/_pkg_.a /root/.cache/go-build/58/588c950d53a2a9ccfd4997e0239e80c1d39be27457c1b251280a332302f21535-d # internal
2025-08-20T23:00:12.1251193Z [00:02:34.385]➜  github.com/aws/smithy-go/encoding/xml
2025-08-20T23:00:12.1251516Z [00:02:34.385]➜  mkdir -p $WORK/b1051/
2025-08-20T23:00:12.1251907Z [00:02:34.385]➜  cat >/tmp/go-build2180205415/b1051/importcfg << 'EOF' # internal
2025-08-20T23:00:12.1252253Z [00:02:34.385]➜  # import config
2025-08-20T23:00:12.1252623Z [00:02:34.385]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:12.1253096Z [00:02:34.385]➜  packagefile encoding/xml=/tmp/go-build2180205415/b804/_pkg_.a
2025-08-20T23:00:12.1253533Z [00:02:34.385]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.1254049Z [00:02:34.385]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build2180205415/b1042/_pkg_.a
2025-08-20T23:00:12.1254543Z [00:02:34.385]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:12.1254965Z [00:02:34.385]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:12.1255410Z [00:02:34.385]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:12.1267253Z [00:02:34.385]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.1267920Z [00:02:34.385]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:12.1268265Z [00:02:34.385]➜  EOF
2025-08-20T23:00:12.1272860Z [00:02:34.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1051/_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/b1051=>" -p github.com/aws/smithy-go/encoding/xml -lang=go1.22 -complete -installsuffix shared -buildid r3GVwZ6Yr1whj21hOFJy/r3GVwZ6Yr1whj21hOFJy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1051/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:00:12.1499301Z [00:02:34.411]➜  go tool buildid -w $WORK/b1050/_pkg_.a # internal
2025-08-20T23:00:12.1509013Z [00:02:34.412]➜  cp $WORK/b1050/_pkg_.a /root/.cache/go-build/0c/0cb288f4e96383f61776e76cfd5b3846acb5497a61f37b7c3b4f903452cc68ae-d # internal
2025-08-20T23:00:12.1516205Z [00:02:34.412]➜  github.com/aws/aws-sdk-go-v2/internal/ini
2025-08-20T23:00:12.1517611Z [00:02:34.412]➜  mkdir -p $WORK/b1052/
2025-08-20T23:00:12.1518033Z [00:02:34.412]➜  cat >/tmp/go-build2180205415/b1052/importcfg << 'EOF' # internal
2025-08-20T23:00:12.1518657Z [00:02:34.412]➜  # import config
2025-08-20T23:00:12.1519051Z [00:02:34.412]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.1519631Z [00:02:34.412]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:12.1520032Z [00:02:34.413]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:12.1520437Z [00:02:34.413]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:12.1520860Z [00:02:34.413]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:12.1521287Z [00:02:34.413]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.1521603Z [00:02:34.413]➜  EOF
2025-08-20T23:00:12.1525736Z [00:02:34.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1052/_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/b1052=>" -p github.com/aws/aws-sdk-go-v2/internal/ini -lang=go1.22 -complete -installsuffix shared -buildid L_j4kxURlcD4HrokvjT7/L_j4kxURlcD4HrokvjT7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1052/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:00:12.1659543Z [00:02:34.427]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:12.1680580Z [00:02:34.427]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x013.o -c fse_compress.c
2025-08-20T23:00:12.1904595Z [00:02:34.451]➜  go tool buildid -w $WORK/b984/_pkg_.a # internal
2025-08-20T23:00:12.1950187Z [00:02:34.456]➜  cp $WORK/b984/_pkg_.a /root/.cache/go-build/a5/a5d184f26b048e38c8d85ee21ba4f5937a1bda40473f866079a3e33bf58d77f3-d # internal
2025-08-20T23:00:12.1950935Z [00:02:34.456]➜  github.com/aws/aws-sdk-go-v2/aws/middleware
2025-08-20T23:00:12.1951266Z [00:02:34.456]➜  mkdir -p $WORK/b1002/
2025-08-20T23:00:12.1959409Z [00:02:34.457]➜  cat >/tmp/go-build2180205415/b1002/importcfg << 'EOF' # internal
2025-08-20T23:00:12.1961141Z [00:02:34.457]➜  # import config
2025-08-20T23:00:12.1961774Z [00:02:34.457]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.1962474Z [00:02:34.457]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.1964970Z [00:02:34.457]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.1965625Z [00:02:34.457]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build2180205415/b985/_pkg_.a
2025-08-20T23:00:12.1967517Z [00:02:34.457]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2180205415/b986/_pkg_.a
2025-08-20T23:00:12.1969076Z [00:02:34.457]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:12.1970300Z [00:02:34.457]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.1970974Z [00:02:34.457]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build2180205415/b1003/_pkg_.a
2025-08-20T23:00:12.1971874Z [00:02:34.457]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2180205415/b998/_pkg_.a
2025-08-20T23:00:12.1972572Z [00:02:34.457]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.1973265Z [00:02:34.457]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:12.1973689Z [00:02:34.457]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:12.1974113Z [00:02:34.457]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:12.1974531Z [00:02:34.457]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.1974963Z [00:02:34.457]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.1975268Z [00:02:34.457]➜  EOF
2025-08-20T23:00:12.1975512Z [00:02:34.457]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:12.1982441Z [00:02:34.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1002/_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/b1002=>" -p github.com/aws/aws-sdk-go-v2/aws/middleware -lang=go1.22 -complete -installsuffix shared -buildid VmZX0Z4J1N2ALRbp1uSP/VmZX0Z4J1N2ALRbp1uSP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1002/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:00:12.1994206Z [00:02:34.460]➜  go tool buildid -w $WORK/b1051/_pkg_.a # internal
2025-08-20T23:00:12.2004795Z [00:02:34.462]➜  cp $WORK/b1051/_pkg_.a /root/.cache/go-build/f5/f5f121529fb08f02e3a549079fa37f784fd4d4648802ff356ceef999f1158063-d # internal
2025-08-20T23:00:12.2030895Z [00:02:34.464]➜  github.com/aws/aws-sdk-go-v2/credentials
2025-08-20T23:00:12.2032088Z [00:02:34.464]➜  mkdir -p $WORK/b1005/
2025-08-20T23:00:12.2032961Z [00:02:34.464]➜  cat >/tmp/go-build2180205415/b1005/importcfg << 'EOF' # internal
2025-08-20T23:00:12.2033329Z [00:02:34.464]➜  # import config
2025-08-20T23:00:12.2033686Z [00:02:34.464]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.2034206Z [00:02:34.464]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.2034596Z [00:02:34.465]➜  EOF
2025-08-20T23:00:12.2044272Z [00:02:34.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1005/_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/b1005=>" -p github.com/aws/aws-sdk-go-v2/credentials -lang=go1.22 -complete -installsuffix shared -buildid k4Qkdu7T9PIBaN8AJW6Z/k4Qkdu7T9PIBaN8AJW6Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1005/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:00:12.2208887Z [00:02:34.482]➜  go tool buildid -w $WORK/b1005/_pkg_.a # internal
2025-08-20T23:00:12.2222621Z [00:02:34.483]➜  cp $WORK/b1005/_pkg_.a /root/.cache/go-build/26/26c29d92f50a91de2a51ef8140b4238ebde492d10d76d7bf3ba58bed344c3c36-d # internal
2025-08-20T23:00:12.2223330Z [00:02:34.483]➜  github.com/aws/aws-sdk-go-v2/credentials/processcreds
2025-08-20T23:00:12.2223684Z [00:02:34.483]➜  mkdir -p $WORK/b1016/
2025-08-20T23:00:12.2224086Z [00:02:34.483]➜  cat >/tmp/go-build2180205415/b1016/importcfg << 'EOF' # internal
2025-08-20T23:00:12.2224635Z [00:02:34.483]➜  # import config
2025-08-20T23:00:12.2225042Z [00:02:34.483]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:12.2225671Z [00:02:34.483]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.2226298Z [00:02:34.483]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:12.2226739Z [00:02:34.483]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.2235064Z [00:02:34.483]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.2236472Z [00:02:34.483]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build2180205415/b1017/_pkg_.a
2025-08-20T23:00:12.2237222Z [00:02:34.483]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:12.2237775Z [00:02:34.483]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:12.2238254Z [00:02:34.483]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:00:12.2247404Z [00:02:34.483]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:12.2247906Z [00:02:34.483]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.2248234Z [00:02:34.483]➜  EOF
2025-08-20T23:00:12.2250718Z [00:02:34.483]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1016/_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/b1016=>" -p github.com/aws/aws-sdk-go-v2/credentials/processcreds -lang=go1.22 -complete -installsuffix shared -buildid Ko_V7sBqYMd6wSt83XKG/Ko_V7sBqYMd6wSt83XKG -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/processcreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/processcreds/provider.go
2025-08-20T23:00:12.2258773Z [00:02:34.487]➜  go tool buildid -w $WORK/b1052/_pkg_.a # internal
2025-08-20T23:00:12.2270478Z [00:02:34.488]➜  cp $WORK/b1052/_pkg_.a /root/.cache/go-build/2f/2f6e779d8a036c3f30b95a4fb6424097a1d04da9e3ef232bd679a944306680c2-d # internal
2025-08-20T23:00:12.2272540Z [00:02:34.488]➜  github.com/aws/aws-sdk-go-v2/aws/defaults
2025-08-20T23:00:12.2272944Z [00:02:34.488]➜  mkdir -p $WORK/b1021/
2025-08-20T23:00:12.2274629Z [00:02:34.489]➜  cat >/tmp/go-build2180205415/b1021/importcfg << 'EOF' # internal
2025-08-20T23:00:12.2275004Z [00:02:34.489]➜  # import config
2025-08-20T23:00:12.2275345Z [00:02:34.489]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.2275988Z [00:02:34.489]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.2276549Z [00:02:34.489]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:12.2277170Z [00:02:34.489]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.2277681Z [00:02:34.489]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.2277993Z [00:02:34.489]➜  EOF
2025-08-20T23:00:12.2280792Z [00:02:34.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1021/_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/b1021=>" -p github.com/aws/aws-sdk-go-v2/aws/defaults -lang=go1.22 -complete -installsuffix shared -buildid ucU6qVL1VmiBNk9j5Gem/ucU6qVL1VmiBNk9j5Gem -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/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:00:12.2587742Z [00:02:34.520]➜  go tool buildid -w $WORK/b1021/_pkg_.a # internal
2025-08-20T23:00:12.2599428Z [00:02:34.521]➜  cp $WORK/b1021/_pkg_.a /root/.cache/go-build/0b/0b3a9841346b50d4bbd67055038237a9cd6231974657e666a3fc3dd59b7a2e00-d # internal
2025-08-20T23:00:12.2606187Z [00:02:34.522]➜  go tool buildid -w $WORK/b1016/_pkg_.a # internal
2025-08-20T23:00:12.2613467Z [00:02:34.522]➜  cp $WORK/b1016/_pkg_.a /root/.cache/go-build/f5/f5940dfd2bdd36c5fde033c9cd8c1627384c82ed6981ed4ea1c40aa5a2fc5891-d # internal
2025-08-20T23:00:12.2614945Z [00:02:34.522]➜  github.com/aws/aws-sdk-go-v2/internal/configsources
2025-08-20T23:00:12.2616840Z [00:02:34.522]➜  mkdir -p $WORK/b1029/
2025-08-20T23:00:12.2618009Z [00:02:34.523]➜  cat >/tmp/go-build2180205415/b1029/importcfg << 'EOF' # internal
2025-08-20T23:00:12.2618954Z [00:02:34.523]➜  # import config
2025-08-20T23:00:12.2619833Z [00:02:34.523]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.2620427Z [00:02:34.523]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.2621092Z [00:02:34.523]➜  EOF
2025-08-20T23:00:12.2623957Z [00:02:34.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1029/_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/b1029=>" -p github.com/aws/aws-sdk-go-v2/internal/configsources -lang=go1.22 -complete -installsuffix shared -buildid OX3G6edgxDEbOGuEG-Ce/OX3G6edgxDEbOGuEG-Ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1029/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:00:12.2635405Z [00:02:34.524]➜  github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4
2025-08-20T23:00:12.2636165Z [00:02:34.524]➜  mkdir -p $WORK/b1024/
2025-08-20T23:00:12.2636637Z [00:02:34.524]➜  cat >/tmp/go-build2180205415/b1024/importcfg << 'EOF' # internal
2025-08-20T23:00:12.2637003Z [00:02:34.524]➜  # import config
2025-08-20T23:00:12.2637360Z [00:02:34.524]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:12.2637833Z [00:02:34.524]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:12.2638362Z [00:02:34.524]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.2639001Z [00:02:34.524]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build2180205415/b1025/_pkg_.a
2025-08-20T23:00:12.2639546Z [00:02:34.524]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:12.2639977Z [00:02:34.524]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:12.2640406Z [00:02:34.524]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.2641058Z [00:02:34.524]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:12.2641585Z [00:02:34.524]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.2641894Z [00:02:34.524]➜  EOF
2025-08-20T23:00:12.2646764Z [00:02:34.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1024/_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/b1024=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4 -lang=go1.22 -complete -installsuffix shared -buildid _6a60VUmU72GtL96-p__/_6a60VUmU72GtL96-p__ -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/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:00:12.2652012Z [00:02:34.526]➜  go tool buildid -w $WORK/b1002/_pkg_.a # internal
2025-08-20T23:00:12.2669497Z [00:02:34.528]➜  cp $WORK/b1002/_pkg_.a /root/.cache/go-build/cf/cf28e604c5bf1e704eb0c87227efe6d01e986c614083bd339c310ad0f80617a3-d # internal
2025-08-20T23:00:12.2670205Z [00:02:34.528]➜  github.com/aws/aws-sdk-go-v2/aws/transport/http
2025-08-20T23:00:12.2671862Z [00:02:34.528]➜  mkdir -p $WORK/b1001/
2025-08-20T23:00:12.2675734Z [00:02:34.529]➜  cat >/tmp/go-build2180205415/b1001/importcfg << 'EOF' # internal
2025-08-20T23:00:12.2676551Z [00:02:34.529]➜  # import config
2025-08-20T23:00:12.2677776Z [00:02:34.529]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.2680195Z [00:02:34.529]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:12.2680665Z [00:02:34.529]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:12.2681077Z [00:02:34.529]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.2681610Z [00:02:34.529]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.2682239Z [00:02:34.529]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:12.2682840Z [00:02:34.529]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:12.2683418Z [00:02:34.529]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.2684020Z [00:02:34.529]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2180205415/b998/_pkg_.a
2025-08-20T23:00:12.2684647Z [00:02:34.529]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.2685156Z [00:02:34.529]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:12.2685563Z [00:02:34.529]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:12.2686105Z [00:02:34.529]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:12.2686538Z [00:02:34.529]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:12.2686955Z [00:02:34.529]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:12.2687364Z [00:02:34.529]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.2687668Z [00:02:34.529]➜  EOF
2025-08-20T23:00:12.2691267Z [00:02:34.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1001/_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/b1001=>" -p github.com/aws/aws-sdk-go-v2/aws/transport/http -lang=go1.22 -complete -installsuffix shared -buildid UdHmFdgUJb1srSGS-1qy/UdHmFdgUJb1srSGS-1qy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1001/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:00:12.2900198Z [00:02:34.551]➜  go tool buildid -w $WORK/b1029/_pkg_.a # internal
2025-08-20T23:00:12.2907170Z [00:02:34.552]➜  cp $WORK/b1029/_pkg_.a /root/.cache/go-build/df/df432bcda7f35a59704b149e262924ee83b2270c0f4b83856de42b080ff4fdb8-d # internal
2025-08-20T23:00:12.2909941Z [00:02:34.552]➜  github.com/aws/aws-sdk-go-v2/aws/retry
2025-08-20T23:00:12.2910380Z [00:02:34.552]➜  mkdir -p $WORK/b1008/
2025-08-20T23:00:12.2924129Z [00:02:34.553]➜  cat >/tmp/go-build2180205415/b1008/importcfg << 'EOF' # internal
2025-08-20T23:00:12.2924726Z [00:02:34.553]➜  # import config
2025-08-20T23:00:12.2925081Z [00:02:34.553]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.2925511Z [00:02:34.553]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:12.2926137Z [00:02:34.553]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.2926656Z [00:02:34.553]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.2927289Z [00:02:34.553]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:12.2927962Z [00:02:34.553]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build2180205415/b1009/_pkg_.a
2025-08-20T23:00:12.2928832Z [00:02:34.553]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2180205415/b1010/_pkg_.a
2025-08-20T23:00:12.2929508Z [00:02:34.553]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build2180205415/b985/_pkg_.a
2025-08-20T23:00:12.2930163Z [00:02:34.553]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2180205415/b986/_pkg_.a
2025-08-20T23:00:12.2930830Z [00:02:34.553]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build2180205415/b1011/_pkg_.a
2025-08-20T23:00:12.2931444Z [00:02:34.553]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:12.2932016Z [00:02:34.553]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:12.2932605Z [00:02:34.553]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2180205415/b996/_pkg_.a
2025-08-20T23:00:12.2933215Z [00:02:34.553]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.2933825Z [00:02:34.553]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2180205415/b998/_pkg_.a
2025-08-20T23:00:12.2934439Z [00:02:34.553]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.2934964Z [00:02:34.553]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:12.2935372Z [00:02:34.553]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:12.2936497Z [00:02:34.553]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:12.2937011Z [00:02:34.553]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:12.2937440Z [00:02:34.553]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.2937858Z [00:02:34.553]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:12.2938472Z [00:02:34.553]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.2938876Z [00:02:34.553]➜  EOF
2025-08-20T23:00:12.2944527Z [00:02:34.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1008/_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/b1008=>" -p github.com/aws/aws-sdk-go-v2/aws/retry -lang=go1.22 -complete -installsuffix shared -buildid uJGyv3qpPHbspdYzSsMR/uJGyv3qpPHbspdYzSsMR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1008/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:00:12.3376867Z [00:02:34.599]➜  go tool buildid -w $WORK/b1001/_pkg_.a # internal
2025-08-20T23:00:12.3407385Z [00:02:34.600]➜  cp $WORK/b1001/_pkg_.a /root/.cache/go-build/01/013e17558d68fca2cd0786a6ee2a01258b722e05284206910fcadd4f9b5aeb7f-d # internal
2025-08-20T23:00:12.3408237Z [00:02:34.601]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints
2025-08-20T23:00:12.3409026Z [00:02:34.601]➜  mkdir -p $WORK/b1030/
2025-08-20T23:00:12.3409504Z [00:02:34.601]➜  go tool buildid -w $WORK/b1024/_pkg_.a # internal
2025-08-20T23:00:12.3410042Z [00:02:34.601]➜  cat >/tmp/go-build2180205415/b1030/importcfg << 'EOF' # internal
2025-08-20T23:00:12.3410526Z [00:02:34.601]➜  # import config
2025-08-20T23:00:12.3410973Z [00:02:34.601]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.3411610Z [00:02:34.601]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.3412230Z [00:02:34.601]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:12.3412769Z [00:02:34.601]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.3413184Z [00:02:34.601]➜  EOF
2025-08-20T23:00:12.3415374Z [00:02:34.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1030/_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/b1030=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid SusJXxuG8S4oazzTYQwh/SusJXxuG8S4oazzTYQwh -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/endpoints/endpoints.go
2025-08-20T23:00:12.3422467Z [00:02:34.603]➜  cp $WORK/b1024/_pkg_.a /root/.cache/go-build/37/3751e3e208e5e917d2ebb1f2ff7d420af28e4c1a589b8b70e104a8613c4f8370-d # internal
2025-08-20T23:00:12.3433831Z [00:02:34.604]➜  github.com/aws/aws-sdk-go-v2/aws/signer/v4
2025-08-20T23:00:12.3434241Z [00:02:34.604]➜  mkdir -p $WORK/b1023/
2025-08-20T23:00:12.3439726Z [00:02:34.605]➜  cat >/tmp/go-build2180205415/b1023/importcfg << 'EOF' # internal
2025-08-20T23:00:12.3442739Z [00:02:34.605]➜  # import config
2025-08-20T23:00:12.3443664Z [00:02:34.605]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.3444492Z [00:02:34.605]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:12.3445145Z [00:02:34.605]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:12.3445609Z [00:02:34.605]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.3446446Z [00:02:34.605]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.3447110Z [00:02:34.605]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:12.3447938Z [00:02:34.605]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build2180205415/b1024/_pkg_.a
2025-08-20T23:00:12.3448752Z [00:02:34.605]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2180205415/b1026/_pkg_.a
2025-08-20T23:00:12.3449419Z [00:02:34.605]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2180205415/b986/_pkg_.a
2025-08-20T23:00:12.3450239Z [00:02:34.605]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2180205415/b1027/_pkg_.a
2025-08-20T23:00:12.3451173Z [00:02:34.605]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:12.3451993Z [00:02:34.605]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.3452908Z [00:02:34.605]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2180205415/b998/_pkg_.a
2025-08-20T23:00:12.3453660Z [00:02:34.605]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.3454294Z [00:02:34.605]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:12.3454721Z [00:02:34.605]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:12.3455155Z [00:02:34.605]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:12.3455741Z [00:02:34.605]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T23:00:12.3456436Z [00:02:34.605]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:12.3457206Z [00:02:34.605]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:12.3457746Z [00:02:34.605]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:12.3458273Z [00:02:34.605]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.3458980Z [00:02:34.605]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.3459333Z [00:02:34.605]➜  EOF
2025-08-20T23:00:12.3462172Z [00:02:34.605]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1023/_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/b1023=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/v4 -lang=go1.22 -complete -installsuffix shared -buildid _DoG6gGnwJy-iKK2sIRC/_DoG6gGnwJy-iKK2sIRC -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/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:00:12.3701278Z [00:02:34.631]➜  go tool buildid -w $WORK/b1030/_pkg_.a # internal
2025-08-20T23:00:12.3702042Z [00:02:34.631]➜  cp $WORK/b1030/_pkg_.a /root/.cache/go-build/35/35275a2619cc4661bc15b69556c561c7b541be11577a3317ecd2ae059accb4e2-d # internal
2025-08-20T23:00:12.3703181Z [00:02:34.631]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
2025-08-20T23:00:12.3704865Z [00:02:34.631]➜  mkdir -p $WORK/b1034/
2025-08-20T23:00:12.3707354Z [00:02:34.631]➜  cat >/tmp/go-build2180205415/b1034/importcfg << 'EOF' # internal
2025-08-20T23:00:12.3707761Z [00:02:34.631]➜  # import config
2025-08-20T23:00:12.3716112Z [00:02:34.631]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.3717364Z [00:02:34.631]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.3718064Z [00:02:34.631]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:12.3718587Z [00:02:34.631]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:12.3719017Z [00:02:34.631]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.3719335Z [00:02:34.631]➜  EOF
2025-08-20T23:00:12.3723906Z [00:02:34.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1034/_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/b1034=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 -lang=go1.22 -complete -installsuffix shared -buildid pEs5Qe3AAnCPArLFK5ct/pEs5Qe3AAnCPArLFK5ct -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1034/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:00:12.4162850Z [00:02:34.677]➜  go tool buildid -w $WORK/b1008/_pkg_.a # internal
2025-08-20T23:00:12.4191867Z [00:02:34.680]➜  cp $WORK/b1008/_pkg_.a /root/.cache/go-build/68/680521d2b8270096354ee9ab4667d608f698e07ebb463918c8e8dde34fcf17aa-d # internal
2025-08-20T23:00:12.4212128Z [00:02:34.682]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds
2025-08-20T23:00:12.4212579Z [00:02:34.682]➜  mkdir -p $WORK/b1007/
2025-08-20T23:00:12.4214116Z [00:02:34.682]➜  cat >/tmp/go-build2180205415/b1007/importcfg << 'EOF' # internal
2025-08-20T23:00:12.4214805Z [00:02:34.682]➜  # import config
2025-08-20T23:00:12.4215159Z [00:02:34.682]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:12.4215591Z [00:02:34.682]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.4216215Z [00:02:34.682]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:12.4217170Z [00:02:34.682]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:12.4217824Z [00:02:34.682]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.4218483Z [00:02:34.682]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.4219286Z [00:02:34.682]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:12.4220630Z [00:02:34.682]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2180205415/b1008/_pkg_.a
2025-08-20T23:00:12.4221351Z [00:02:34.682]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2180205415/b1001/_pkg_.a
2025-08-20T23:00:12.4222116Z [00:02:34.682]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build2180205415/b1012/_pkg_.a
2025-08-20T23:00:12.4222796Z [00:02:34.682]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:12.4223362Z [00:02:34.682]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2180205415/b1013/_pkg_.a
2025-08-20T23:00:12.4223941Z [00:02:34.682]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:12.4224554Z [00:02:34.682]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.4225187Z [00:02:34.682]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.4225699Z [00:02:34.683]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:12.4226571Z [00:02:34.683]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:12.4226999Z [00:02:34.683]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:12.4227420Z [00:02:34.683]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:12.4228079Z [00:02:34.683]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:12.4228641Z [00:02:34.683]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:12.4229111Z [00:02:34.683]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:12.4229536Z [00:02:34.683]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:12.4229963Z [00:02:34.683]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.4230380Z [00:02:34.683]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:12.4230812Z [00:02:34.683]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:12.4231243Z [00:02:34.683]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.4231547Z [00:02:34.683]➜  EOF
2025-08-20T23:00:12.4237936Z [00:02:34.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1007/_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/b1007=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds -lang=go1.22 -complete -installsuffix shared -buildid e3dJWvmmU-ZBOioxYJX5/e3dJWvmmU-ZBOioxYJX5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1007/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:00:12.4248899Z [00:02:34.686]➜  go tool buildid -w $WORK/b1034/_pkg_.a # internal
2025-08-20T23:00:12.4258567Z [00:02:34.687]➜  cp $WORK/b1034/_pkg_.a /root/.cache/go-build/9c/9ce1867c78d443fd129422c9cc8a5cfd7d0107f6fe7a85aeb5a71122a513f34f-d # internal
2025-08-20T23:00:12.4265141Z [00:02:34.688]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client
2025-08-20T23:00:12.4265632Z [00:02:34.688]➜  mkdir -p $WORK/b1015/
2025-08-20T23:00:12.4274551Z [00:02:34.688]➜  cat >/tmp/go-build2180205415/b1015/importcfg << 'EOF' # internal
2025-08-20T23:00:12.4275427Z [00:02:34.688]➜  # import config
2025-08-20T23:00:12.4276065Z [00:02:34.688]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.4276603Z [00:02:34.688]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:12.4277055Z [00:02:34.688]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.4277565Z [00:02:34.688]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.4278207Z [00:02:34.688]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:12.4278859Z [00:02:34.688]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2180205415/b1008/_pkg_.a
2025-08-20T23:00:12.4279756Z [00:02:34.688]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2180205415/b1001/_pkg_.a
2025-08-20T23:00:12.4280565Z [00:02:34.688]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:12.4281217Z [00:02:34.688]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.4281860Z [00:02:34.688]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.4282373Z [00:02:34.688]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:12.4282791Z [00:02:34.688]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:12.4283225Z [00:02:34.688]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:12.4283643Z [00:02:34.688]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.4283947Z [00:02:34.688]➜  EOF
2025-08-20T23:00:12.4288240Z [00:02:34.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1015/_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/b1015=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client -lang=go1.22 -complete -installsuffix shared -buildid 4mt5jQ0WhoGwlzXZf87K/4mt5jQ0WhoGwlzXZf87K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1015/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:00:12.4308301Z [00:02:34.692]➜  go tool buildid -w $WORK/b1023/_pkg_.a # internal
2025-08-20T23:00:12.4330007Z [00:02:34.694]➜  cp $WORK/b1023/_pkg_.a /root/.cache/go-build/ed/ed660d3ebd64c141036ae72613a5715511f54691670a0e29fc5a730886062d0c-d # internal
2025-08-20T23:00:12.4331379Z [00:02:34.694]➜  github.com/aws/aws-sdk-go-v2/internal/auth/smithy
2025-08-20T23:00:12.4334185Z [00:02:34.695]➜  mkdir -p $WORK/b1028/
2025-08-20T23:00:12.4343928Z [00:02:34.695]➜  cat >/tmp/go-build2180205415/b1028/importcfg << 'EOF' # internal
2025-08-20T23:00:12.4344331Z [00:02:34.695]➜  # import config
2025-08-20T23:00:12.4344692Z [00:02:34.695]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.4345119Z [00:02:34.695]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.4345628Z [00:02:34.695]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.4346392Z [00:02:34.695]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2180205415/b1023/_pkg_.a
2025-08-20T23:00:12.4347087Z [00:02:34.695]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2180205415/b1010/_pkg_.a
2025-08-20T23:00:12.4347764Z [00:02:34.695]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2180205415/b986/_pkg_.a
2025-08-20T23:00:12.4348356Z [00:02:34.695]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:12.4348920Z [00:02:34.695]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2180205415/b995/_pkg_.a
2025-08-20T23:00:12.4349514Z [00:02:34.695]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build2180205415/b988/_pkg_.a
2025-08-20T23:00:12.4350120Z [00:02:34.695]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:12.4350734Z [00:02:34.695]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.4351250Z [00:02:34.695]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.4351556Z [00:02:34.695]➜  EOF
2025-08-20T23:00:12.4355420Z [00:02:34.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1028/_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/b1028=>" -p github.com/aws/aws-sdk-go-v2/internal/auth/smithy -lang=go1.22 -complete -installsuffix shared -buildid XNRD8_W0kuUbwnwKwEaM/XNRD8_W0kuUbwnwKwEaM -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/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:00:12.4522207Z [00:02:34.712]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:12.4523985Z [00:02:34.712]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x014.o -c fse_decompress.c
2025-08-20T23:00:12.4695315Z [00:02:34.731]➜  go tool buildid -w $WORK/b1028/_pkg_.a # internal
2025-08-20T23:00:12.4699824Z [00:02:34.731]➜  cp $WORK/b1028/_pkg_.a /root/.cache/go-build/89/899394d618942e13d40fed85f2bc104f9e59a366edcd905478b3c8c3004ed3a6-d # internal
2025-08-20T23:00:12.4700544Z [00:02:34.731]➜  github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints
2025-08-20T23:00:12.4700920Z [00:02:34.731]➜  mkdir -p $WORK/b1033/
2025-08-20T23:00:12.4704548Z [00:02:34.732]➜  cat >/tmp/go-build2180205415/b1033/importcfg << 'EOF' # internal
2025-08-20T23:00:12.4704951Z [00:02:34.732]➜  # import config
2025-08-20T23:00:12.4705407Z [00:02:34.732]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.4706188Z [00:02:34.732]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2180205415/b1034/_pkg_.a
2025-08-20T23:00:12.4706861Z [00:02:34.732]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:12.4707369Z [00:02:34.732]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:12.4707686Z [00:02:34.732]➜  EOF
2025-08-20T23:00:12.4707930Z [00:02:34.732]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:12.4710284Z [00:02:34.732]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1033/_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/b1033=>" -p github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid jNNdiAjznYfx1bqYQ7mL/jNNdiAjznYfx1bqYQ7mL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1033/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:00:12.4908830Z [00:02:34.752]➜  go tool buildid -w $WORK/b1015/_pkg_.a # internal
2025-08-20T23:00:12.4939959Z [00:02:34.755]➜  cp $WORK/b1015/_pkg_.a /root/.cache/go-build/f8/f882e8d28e84404f6b452699981aa743b625776907cb959f84a605360810b320-d # internal
2025-08-20T23:00:12.4950747Z [00:02:34.756]➜  go tool buildid -w $WORK/b1033/_pkg_.a # internal
2025-08-20T23:00:12.4951273Z [00:02:34.756]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds
2025-08-20T23:00:12.4951633Z [00:02:34.756]➜  mkdir -p $WORK/b1014/
2025-08-20T23:00:12.4955460Z [00:02:34.757]➜  cat >/tmp/go-build2180205415/b1014/importcfg << 'EOF' # internal
2025-08-20T23:00:12.4955945Z [00:02:34.757]➜  # import config
2025-08-20T23:00:12.4956605Z [00:02:34.757]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.4957219Z [00:02:34.757]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.4957809Z [00:02:34.757]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.4958580Z [00:02:34.757]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build2180205415/b1015/_pkg_.a
2025-08-20T23:00:12.4959324Z [00:02:34.757]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.4959844Z [00:02:34.757]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:12.4960277Z [00:02:34.757]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.4960592Z [00:02:34.757]➜  EOF
2025-08-20T23:00:12.4967514Z [00:02:34.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1014/_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/b1014=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds -lang=go1.22 -complete -installsuffix shared -buildid qjotTArDoEW1fd76RX1g/qjotTArDoEW1fd76RX1g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1014/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/endpointcreds/provider.go
2025-08-20T23:00:12.4970214Z [00:02:34.758]➜  cp $WORK/b1033/_pkg_.a /root/.cache/go-build/1c/1cb455326e9f25c5ef8e263da4b5d2f57dc80dfc61014cd2fd31b297067c201f-d # internal
2025-08-20T23:00:12.4970860Z [00:02:34.758]➜  github.com/aws/aws-sdk-go-v2/service/sso
2025-08-20T23:00:12.4971176Z [00:02:34.758]➜  mkdir -p $WORK/b1020/
2025-08-20T23:00:12.4971548Z [00:02:34.758]➜  cat >/tmp/go-build2180205415/b1020/importcfg << 'EOF' # internal
2025-08-20T23:00:12.4971900Z [00:02:34.758]➜  # import config
2025-08-20T23:00:12.4972241Z [00:02:34.758]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:12.4972672Z [00:02:34.758]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.4973125Z [00:02:34.758]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:12.4973564Z [00:02:34.758]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:12.4973980Z [00:02:34.758]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.4974482Z [00:02:34.758]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.4975103Z [00:02:34.758]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2180205415/b1021/_pkg_.a
2025-08-20T23:00:12.4986816Z [00:02:34.758]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:12.4987750Z [00:02:34.758]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build2180205415/b1022/_pkg_.a
2025-08-20T23:00:12.4988449Z [00:02:34.758]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2180205415/b1008/_pkg_.a
2025-08-20T23:00:12.4989102Z [00:02:34.758]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2180205415/b1023/_pkg_.a
2025-08-20T23:00:12.4989779Z [00:02:34.758]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2180205415/b1001/_pkg_.a
2025-08-20T23:00:12.4990460Z [00:02:34.758]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2180205415/b1026/_pkg_.a
2025-08-20T23:00:12.4991143Z [00:02:34.758]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2180205415/b1028/_pkg_.a
2025-08-20T23:00:12.4991865Z [00:02:34.758]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2180205415/b1029/_pkg_.a
2025-08-20T23:00:12.4992574Z [00:02:34.758]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2180205415/b1030/_pkg_.a
2025-08-20T23:00:12.4993577Z [00:02:34.758]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2180205415/b1031/_pkg_.a
2025-08-20T23:00:12.4994530Z [00:02:34.758]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2180205415/b1032/_pkg_.a
2025-08-20T23:00:12.4995398Z [00:02:34.758]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build2180205415/b1033/_pkg_.a
2025-08-20T23:00:12.4996364Z [00:02:34.758]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build2180205415/b1035/_pkg_.a
2025-08-20T23:00:12.4996984Z [00:02:34.758]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:12.4997545Z [00:02:34.758]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2180205415/b995/_pkg_.a
2025-08-20T23:00:12.4998133Z [00:02:34.758]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2180205415/b1036/_pkg_.a
2025-08-20T23:00:12.4998797Z [00:02:34.758]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2180205415/b1027/_pkg_.a
2025-08-20T23:00:12.4999658Z [00:02:34.758]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2180205415/b1037/_pkg_.a
2025-08-20T23:00:12.5000246Z [00:02:34.758]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2180205415/b1013/_pkg_.a
2025-08-20T23:00:12.5001008Z [00:02:34.758]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:12.5001602Z [00:02:34.758]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2180205415/b996/_pkg_.a
2025-08-20T23:00:12.5002203Z [00:02:34.758]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.5002788Z [00:02:34.758]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2180205415/b1000/_pkg_.a
2025-08-20T23:00:12.5003356Z [00:02:34.758]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2180205415/b997/_pkg_.a
2025-08-20T23:00:12.5003942Z [00:02:34.758]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2180205415/b998/_pkg_.a
2025-08-20T23:00:12.5004610Z [00:02:34.758]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.5005124Z [00:02:34.758]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:12.5005548Z [00:02:34.758]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:12.5006294Z [00:02:34.758]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:12.5006720Z [00:02:34.758]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:12.5007146Z [00:02:34.758]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:12.5007555Z [00:02:34.758]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:12.5007996Z [00:02:34.758]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.5008443Z [00:02:34.758]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:12.5009033Z [00:02:34.758]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.5009431Z [00:02:34.758]➜  EOF
2025-08-20T23:00:12.5023028Z [00:02:34.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1020/_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/b1020=>" -p github.com/aws/aws-sdk-go-v2/service/sso -lang=go1.22 -complete -installsuffix shared -buildid HQCvUy5CxdYSfksOO0Nw/HQCvUy5CxdYSfksOO0Nw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1020/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:00:12.5131823Z [00:02:34.774]➜  go tool buildid -w $WORK/b1007/_pkg_.a # internal
2025-08-20T23:00:12.5153839Z [00:02:34.776]➜  cp $WORK/b1007/_pkg_.a /root/.cache/go-build/3c/3ca9cd3b1a1d982b904e2951b460f7419310dda6dee9ff2bca773e4ed3a9003d-d # internal
2025-08-20T23:00:12.5154612Z [00:02:34.776]➜  github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds
2025-08-20T23:00:12.5154984Z [00:02:34.777]➜  mkdir -p $WORK/b1006/
2025-08-20T23:00:12.5158658Z [00:02:34.777]➜  cat >/tmp/go-build2180205415/b1006/importcfg << 'EOF' # internal
2025-08-20T23:00:12.5159055Z [00:02:34.777]➜  # import config
2025-08-20T23:00:12.5159394Z [00:02:34.777]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:12.5159828Z [00:02:34.777]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.5160286Z [00:02:34.777]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:12.5160720Z [00:02:34.777]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.5161221Z [00:02:34.777]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.5161862Z [00:02:34.777]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build2180205415/b1007/_pkg_.a
2025-08-20T23:00:12.5162537Z [00:02:34.777]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build2180205415/b985/_pkg_.a
2025-08-20T23:00:12.5163193Z [00:02:34.777]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2180205415/b986/_pkg_.a
2025-08-20T23:00:12.5163783Z [00:02:34.777]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:12.5164362Z [00:02:34.777]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:12.5164971Z [00:02:34.777]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.5165475Z [00:02:34.777]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:12.5166090Z [00:02:34.777]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:12.5166576Z [00:02:34.777]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.5166997Z [00:02:34.777]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.5167300Z [00:02:34.777]➜  EOF
2025-08-20T23:00:12.5170049Z [00:02:34.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1006/_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/b1006=>" -p github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds -lang=go1.22 -complete -installsuffix shared -buildid W5SqNthnIjOrbsEeKVoW/W5SqNthnIjOrbsEeKVoW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1006/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:00:12.5260175Z [00:02:34.787]➜  go tool buildid -w $WORK/b1014/_pkg_.a # internal
2025-08-20T23:00:12.5276108Z [00:02:34.789]➜  cp $WORK/b1014/_pkg_.a /root/.cache/go-build/bd/bdae2664847220e77cf37e713bbadd42d1bf28a1d112f6c558a4adc65f227370-d # internal
2025-08-20T23:00:12.5276913Z [00:02:34.789]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints
2025-08-20T23:00:12.5277307Z [00:02:34.789]➜  mkdir -p $WORK/b1039/
2025-08-20T23:00:12.5277910Z [00:02:34.789]➜  cat >/tmp/go-build2180205415/b1039/importcfg << 'EOF' # internal
2025-08-20T23:00:12.5278320Z [00:02:34.789]➜  # import config
2025-08-20T23:00:12.5278951Z [00:02:34.789]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.5279632Z [00:02:34.789]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2180205415/b1034/_pkg_.a
2025-08-20T23:00:12.5280288Z [00:02:34.789]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:12.5280791Z [00:02:34.789]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:12.5281107Z [00:02:34.789]➜  EOF
2025-08-20T23:00:12.5283501Z [00:02:34.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1039/_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/b1039=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid v7hmX89PN6mCMyoawdgr/v7hmX89PN6mCMyoawdgr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1039/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:00:12.5515988Z [00:02:34.813]➜  go tool buildid -w $WORK/b1039/_pkg_.a # internal
2025-08-20T23:00:12.5520803Z [00:02:34.813]➜  cp $WORK/b1039/_pkg_.a /root/.cache/go-build/e0/e0074e934d08b2ccb5607d5385664d20d940cb159f3ea7b93a6408f16e5168ab-d # internal
2025-08-20T23:00:12.5523771Z [00:02:34.813]➜  go tool buildid -w $WORK/b1006/_pkg_.a # internal
2025-08-20T23:00:12.5529107Z [00:02:34.814]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc
2025-08-20T23:00:12.5529446Z [00:02:34.814]➜  mkdir -p $WORK/b1038/
2025-08-20T23:00:12.5535600Z [00:02:34.815]➜  cp $WORK/b1006/_pkg_.a /root/.cache/go-build/4a/4ab39c009d1a020b3b5cb2979ddece836f02b46e7461263d6ec12b95567f7c96-d # internal
2025-08-20T23:00:12.5537648Z [00:02:34.815]➜  github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
2025-08-20T23:00:12.5538079Z [00:02:34.815]➜  mkdir -p $WORK/b1048/
2025-08-20T23:00:12.5542790Z [00:02:34.815]➜  cat >/tmp/go-build2180205415/b1038/importcfg << 'EOF' # internal
2025-08-20T23:00:12.5544591Z [00:02:34.815]➜  # import config
2025-08-20T23:00:12.5544975Z [00:02:34.815]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:12.5547488Z [00:02:34.815]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.5549463Z [00:02:34.815]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:12.5549996Z [00:02:34.815]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:12.5550424Z [00:02:34.815]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.5551169Z [00:02:34.815]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.5551890Z [00:02:34.815]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2180205415/b1021/_pkg_.a
2025-08-20T23:00:12.5552563Z [00:02:34.815]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:12.5553273Z [00:02:34.815]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build2180205415/b1022/_pkg_.a
2025-08-20T23:00:12.5553947Z [00:02:34.815]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2180205415/b1008/_pkg_.a
2025-08-20T23:00:12.5554585Z [00:02:34.815]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2180205415/b1023/_pkg_.a
2025-08-20T23:00:12.5555267Z [00:02:34.815]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2180205415/b1001/_pkg_.a
2025-08-20T23:00:12.5556077Z [00:02:34.815]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2180205415/b1026/_pkg_.a
2025-08-20T23:00:12.5556951Z [00:02:34.815]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2180205415/b1028/_pkg_.a
2025-08-20T23:00:12.5557747Z [00:02:34.815]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2180205415/b1029/_pkg_.a
2025-08-20T23:00:12.5558604Z [00:02:34.815]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2180205415/b1030/_pkg_.a
2025-08-20T23:00:12.5559352Z [00:02:34.815]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2180205415/b1031/_pkg_.a
2025-08-20T23:00:12.5560099Z [00:02:34.815]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2180205415/b1032/_pkg_.a
2025-08-20T23:00:12.5560876Z [00:02:34.815]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build2180205415/b1039/_pkg_.a
2025-08-20T23:00:12.5561647Z [00:02:34.815]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build2180205415/b1040/_pkg_.a
2025-08-20T23:00:12.5562484Z [00:02:34.815]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:12.5563050Z [00:02:34.815]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2180205415/b995/_pkg_.a
2025-08-20T23:00:12.5563647Z [00:02:34.815]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2180205415/b1036/_pkg_.a
2025-08-20T23:00:12.5564302Z [00:02:34.815]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2180205415/b1027/_pkg_.a
2025-08-20T23:00:12.5564964Z [00:02:34.815]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build2180205415/b1041/_pkg_.a
2025-08-20T23:00:12.5565583Z [00:02:34.815]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2180205415/b1037/_pkg_.a
2025-08-20T23:00:12.5568112Z [00:02:34.815]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2180205415/b1013/_pkg_.a
2025-08-20T23:00:12.5568713Z [00:02:34.815]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:12.5569320Z [00:02:34.815]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2180205415/b996/_pkg_.a
2025-08-20T23:00:12.5569924Z [00:02:34.815]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.5570520Z [00:02:34.815]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2180205415/b1000/_pkg_.a
2025-08-20T23:00:12.5571091Z [00:02:34.815]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2180205415/b997/_pkg_.a
2025-08-20T23:00:12.5571673Z [00:02:34.815]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2180205415/b998/_pkg_.a
2025-08-20T23:00:12.5572293Z [00:02:34.815]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.5572807Z [00:02:34.815]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:12.5573208Z [00:02:34.815]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:12.5573824Z [00:02:34.815]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:12.5574328Z [00:02:34.815]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:12.5574742Z [00:02:34.815]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:12.5575160Z [00:02:34.815]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.5575603Z [00:02:34.815]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:12.5576266Z [00:02:34.815]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.5576575Z [00:02:34.815]➜  EOF
2025-08-20T23:00:12.5582517Z [00:02:34.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1038/_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/b1038=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc -lang=go1.22 -complete -installsuffix shared -buildid X303Ft8vztmaNBGmNyUW/X303Ft8vztmaNBGmNyUW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1038/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:00:12.5589704Z [00:02:34.816]➜  cat >/tmp/go-build2180205415/b1048/importcfg << 'EOF' # internal
2025-08-20T23:00:12.5590070Z [00:02:34.816]➜  # import config
2025-08-20T23:00:12.5590415Z [00:02:34.816]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.5590835Z [00:02:34.816]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.5591383Z [00:02:34.816]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:12.5592046Z [00:02:34.816]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2180205415/b1023/_pkg_.a
2025-08-20T23:00:12.5592690Z [00:02:34.816]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.5593097Z [00:02:34.816]➜  EOF
2025-08-20T23:00:12.5596662Z [00:02:34.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1048/_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/b1048=>" -p github.com/aws/aws-sdk-go-v2/service/internal/presigned-url -lang=go1.22 -complete -installsuffix shared -buildid JVG1nH_9ljPe4vG7Zxiz/JVG1nH_9ljPe4vG7Zxiz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1048/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:00:12.5823722Z [00:02:34.841]➜  go tool buildid -w $WORK/b1048/_pkg_.a # internal
2025-08-20T23:00:12.5824570Z [00:02:34.842]➜  cp $WORK/b1048/_pkg_.a /root/.cache/go-build/a3/a3dd0d3f92bdea897e7b6dfc4ea5748feb010b12eee93ba8a8eac3cd6b80153b-d # internal
2025-08-20T23:00:12.5825252Z [00:02:34.842]➜  github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
2025-08-20T23:00:12.5825629Z [00:02:34.842]➜  mkdir -p $WORK/b1049/
2025-08-20T23:00:12.5826179Z [00:02:34.842]➜  cat >/tmp/go-build2180205415/b1049/importcfg << 'EOF' # internal
2025-08-20T23:00:12.5826533Z [00:02:34.842]➜  # import config
2025-08-20T23:00:12.5826963Z [00:02:34.842]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.5827632Z [00:02:34.842]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2180205415/b1034/_pkg_.a
2025-08-20T23:00:12.5828287Z [00:02:34.842]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:12.5828797Z [00:02:34.842]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:12.5829117Z [00:02:34.842]➜  EOF
2025-08-20T23:00:12.5831582Z [00:02:34.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1049/_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/b1049=>" -p github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid v8IlqxOGkWrDFPoTPRCV/v8IlqxOGkWrDFPoTPRCV -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/sts@v1.34.1/internal/endpoints/endpoints.go
2025-08-20T23:00:12.6083735Z [00:02:34.869]➜  go tool buildid -w $WORK/b1049/_pkg_.a # internal
2025-08-20T23:00:12.6092102Z [00:02:34.870]➜  cp $WORK/b1049/_pkg_.a /root/.cache/go-build/6e/6e7d3f6aae9c3413a0078fa95629ae7ffda2a9d970fef5fc61fd5399635ec153-d # internal
2025-08-20T23:00:12.6099161Z [00:02:34.871]➜  github.com/aws/aws-sdk-go-v2/service/sts
2025-08-20T23:00:12.6099854Z [00:02:34.871]➜  mkdir -p $WORK/b1044/
2025-08-20T23:00:12.6110550Z [00:02:34.871]➜  cat >/tmp/go-build2180205415/b1044/importcfg << 'EOF' # internal
2025-08-20T23:00:12.6111041Z [00:02:34.871]➜  # import config
2025-08-20T23:00:12.6111390Z [00:02:34.871]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:12.6111822Z [00:02:34.871]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.6112276Z [00:02:34.871]➜  packagefile encoding/xml=/tmp/go-build2180205415/b804/_pkg_.a
2025-08-20T23:00:12.6112721Z [00:02:34.871]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:12.6113133Z [00:02:34.871]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.6113637Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.6114273Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2180205415/b1021/_pkg_.a
2025-08-20T23:00:12.6114952Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:12.6115635Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build2180205415/b1045/_pkg_.a
2025-08-20T23:00:12.6116492Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build2180205415/b1046/_pkg_.a
2025-08-20T23:00:12.6117148Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2180205415/b1008/_pkg_.a
2025-08-20T23:00:12.6117789Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2180205415/b1023/_pkg_.a
2025-08-20T23:00:12.6118471Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2180205415/b1001/_pkg_.a
2025-08-20T23:00:12.6119402Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2180205415/b1026/_pkg_.a
2025-08-20T23:00:12.6120167Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2180205415/b1028/_pkg_.a
2025-08-20T23:00:12.6120894Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2180205415/b1029/_pkg_.a
2025-08-20T23:00:12.6121614Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2180205415/b1030/_pkg_.a
2025-08-20T23:00:12.6122357Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2180205415/b1031/_pkg_.a
2025-08-20T23:00:12.6123098Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2180205415/b1032/_pkg_.a
2025-08-20T23:00:12.6123862Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build2180205415/b1047/_pkg_.a
2025-08-20T23:00:12.6124667Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build2180205415/b1048/_pkg_.a
2025-08-20T23:00:12.6125578Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build2180205415/b1049/_pkg_.a
2025-08-20T23:00:12.6146981Z [00:02:34.871]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build2180205415/b1050/_pkg_.a
2025-08-20T23:00:12.6147988Z [00:02:34.871]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:12.6148565Z [00:02:34.871]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2180205415/b995/_pkg_.a
2025-08-20T23:00:12.6149156Z [00:02:34.871]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2180205415/b1036/_pkg_.a
2025-08-20T23:00:12.6149812Z [00:02:34.871]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2180205415/b1027/_pkg_.a
2025-08-20T23:00:12.6150474Z [00:02:34.871]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build2180205415/b1051/_pkg_.a
2025-08-20T23:00:12.6151106Z [00:02:34.871]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2180205415/b1037/_pkg_.a
2025-08-20T23:00:12.6151903Z [00:02:34.871]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2180205415/b1013/_pkg_.a
2025-08-20T23:00:12.6152492Z [00:02:34.871]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:12.6153079Z [00:02:34.871]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2180205415/b996/_pkg_.a
2025-08-20T23:00:12.6153680Z [00:02:34.871]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.6154269Z [00:02:34.871]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2180205415/b1000/_pkg_.a
2025-08-20T23:00:12.6154837Z [00:02:34.871]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2180205415/b997/_pkg_.a
2025-08-20T23:00:12.6155418Z [00:02:34.871]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2180205415/b998/_pkg_.a
2025-08-20T23:00:12.6156313Z [00:02:34.871]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.6156845Z [00:02:34.871]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:12.6157246Z [00:02:34.871]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:12.6157676Z [00:02:34.871]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:12.6158108Z [00:02:34.871]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:12.6158518Z [00:02:34.871]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:12.6158920Z [00:02:34.871]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:12.6159336Z [00:02:34.871]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:12.6159765Z [00:02:34.871]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:12.6160367Z [00:02:34.871]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:12.6160940Z [00:02:34.871]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:12.6161258Z [00:02:34.871]➜  EOF
2025-08-20T23:00:12.6168678Z [00:02:34.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1044/_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/b1044=>" -p github.com/aws/aws-sdk-go-v2/service/sts -lang=go1.22 -complete -installsuffix shared -buildid 5DhioiTezxtJWU8RKsrb/5DhioiTezxtJWU8RKsrb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1044/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:00:12.6947156Z [00:02:34.955]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:12.6948930Z [00:02:34.956]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x015.o -c hist.c
2025-08-20T23:00:12.9222051Z [00:02:35.183]➜  go tool buildid -w $WORK/b1020/_pkg_.a # internal
2025-08-20T23:00:12.9316034Z [00:02:35.193]➜  cp $WORK/b1020/_pkg_.a /root/.cache/go-build/81/81149f11abbec83ec17c2c12e2555682eea7c61eccd42dd659d15b0cdf7e671e-d # internal
2025-08-20T23:00:12.9335354Z [00:02:35.195]➜  github.com/aws/smithy-go/private/requestcompression
2025-08-20T23:00:12.9335884Z [00:02:35.195]➜  mkdir -p $WORK/b1053/
2025-08-20T23:00:12.9336401Z [00:02:35.195]➜  cat >/tmp/go-build2180205415/b1053/importcfg << 'EOF' # internal
2025-08-20T23:00:12.9339529Z [00:02:35.195]➜  # import config
2025-08-20T23:00:12.9339908Z [00:02:35.195]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:12.9340368Z [00:02:35.195]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:12.9340821Z [00:02:35.195]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:12.9341241Z [00:02:35.195]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:12.9341762Z [00:02:35.195]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:12.9342401Z [00:02:35.195]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:12.9343220Z [00:02:35.195]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:12.9343731Z [00:02:35.195]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:12.9344057Z [00:02:35.195]➜  EOF
2025-08-20T23:00:12.9344300Z [00:02:35.195]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:12.9347543Z [00:02:35.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1053/_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/b1053=>" -p github.com/aws/smithy-go/private/requestcompression -lang=go1.22 -complete -installsuffix shared -buildid t1WfMger427T0JcN0QxD/t1WfMger427T0JcN0QxD -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/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:00:12.9858839Z [00:02:35.247]➜  go tool buildid -w $WORK/b1053/_pkg_.a # internal
2025-08-20T23:00:12.9881101Z [00:02:35.249]➜  cp $WORK/b1053/_pkg_.a /root/.cache/go-build/c2/c265b5c2db81b466216eaf9b693b8b3d63ac005a989168e390525ac363829daa-d # internal
2025-08-20T23:00:12.9886497Z [00:02:35.250]➜  github.com/aws/aws-sdk-go-v2/service/sns/internal/endpoints
2025-08-20T23:00:12.9886887Z [00:02:35.250]➜  mkdir -p $WORK/b1055/
2025-08-20T23:00:12.9897149Z [00:02:35.251]➜  cat >/tmp/go-build2180205415/b1055/importcfg << 'EOF' # internal
2025-08-20T23:00:12.9897848Z [00:02:35.251]➜  # import config
2025-08-20T23:00:12.9898813Z [00:02:35.251]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:12.9899780Z [00:02:35.251]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2180205415/b1034/_pkg_.a
2025-08-20T23:00:12.9900822Z [00:02:35.251]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:12.9916941Z [00:02:35.251]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:12.9918084Z [00:02:35.251]➜  EOF
2025-08-20T23:00:12.9920781Z [00:02:35.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1055/_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/b1055=>" -p github.com/aws/aws-sdk-go-v2/service/sns/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid 1FCA4kv17CNQdnfrzrF9/1FCA4kv17CNQdnfrzrF9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1055/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:00:12.9933588Z [00:02:35.254]➜  go tool buildid -w $WORK/b1038/_pkg_.a # internal
2025-08-20T23:00:13.0047174Z [00:02:35.266]➜  cp $WORK/b1038/_pkg_.a /root/.cache/go-build/f7/f71c50067880717bf37aa33728251237034e43e860bc81958d3442828be8d69f-d # internal
2025-08-20T23:00:13.0048139Z [00:02:35.266]➜  github.com/aws/aws-sdk-go-v2/credentials/ssocreds
2025-08-20T23:00:13.0048640Z [00:02:35.266]➜  mkdir -p $WORK/b1018/
2025-08-20T23:00:13.0079722Z [00:02:35.269]➜  cat >/tmp/go-build2180205415/b1018/importcfg << 'EOF' # internal
2025-08-20T23:00:13.0080392Z [00:02:35.269]➜  # import config
2025-08-20T23:00:13.0080919Z [00:02:35.269]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.0082276Z [00:02:35.269]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:13.0082757Z [00:02:35.269]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:13.0083227Z [00:02:35.269]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:13.0083670Z [00:02:35.269]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.0084417Z [00:02:35.269]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:13.0085169Z [00:02:35.269]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2180205415/b986/_pkg_.a
2025-08-20T23:00:13.0086017Z [00:02:35.269]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build2180205415/b1019/_pkg_.a
2025-08-20T23:00:13.0086787Z [00:02:35.269]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build2180205415/b1020/_pkg_.a
2025-08-20T23:00:13.0087450Z [00:02:35.269]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build2180205415/b1038/_pkg_.a
2025-08-20T23:00:13.0088093Z [00:02:35.269]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build2180205415/b988/_pkg_.a
2025-08-20T23:00:13.0088614Z [00:02:35.269]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:13.0089034Z [00:02:35.269]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:13.0089477Z [00:02:35.269]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:13.0090067Z [00:02:35.269]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:13.0090577Z [00:02:35.269]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.0091146Z [00:02:35.269]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:13.0091456Z [00:02:35.269]➜  EOF
2025-08-20T23:00:13.0094647Z [00:02:35.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1018/_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/b1018=>" -p github.com/aws/aws-sdk-go-v2/credentials/ssocreds -lang=go1.22 -complete -installsuffix shared -buildid wAjdg8Bug3ekcuAjcrMQ/wAjdg8Bug3ekcuAjcrMQ -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/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:00:13.0434440Z [00:02:35.304]➜  go tool buildid -w $WORK/b1055/_pkg_.a # internal
2025-08-20T23:00:13.0441802Z [00:02:35.305]➜  cp $WORK/b1055/_pkg_.a /root/.cache/go-build/f9/f91e6d2d6df477ef0331caace20570da65744c859a031f34ba26815ad90b9811-d # internal
2025-08-20T23:00:13.0450152Z [00:02:35.305]➜  github.com/aws/aws-sdk-go-v2/service/sns/types
2025-08-20T23:00:13.0450516Z [00:02:35.305]➜  mkdir -p $WORK/b1056/
2025-08-20T23:00:13.0450898Z [00:02:35.306]➜  cat >/tmp/go-build2180205415/b1056/importcfg << 'EOF' # internal
2025-08-20T23:00:13.0451252Z [00:02:35.306]➜  # import config
2025-08-20T23:00:13.0451582Z [00:02:35.306]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.0452092Z [00:02:35.306]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:13.0452694Z [00:02:35.306]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2180205415/b1036/_pkg_.a
2025-08-20T23:00:13.0453195Z [00:02:35.306]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:13.0453515Z [00:02:35.306]➜  EOF
2025-08-20T23:00:13.0456479Z [00:02:35.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1056/_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/b1056=>" -p github.com/aws/aws-sdk-go-v2/service/sns/types -lang=go1.22 -complete -installsuffix shared -buildid i-nV-rDe2G9_M5QSJ707/i-nV-rDe2G9_M5QSJ707 -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/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:00:13.0591433Z [00:02:35.320]➜  go tool buildid -w $WORK/b1018/_pkg_.a # internal
2025-08-20T23:00:13.0603514Z [00:02:35.321]➜  cp $WORK/b1018/_pkg_.a /root/.cache/go-build/45/4577cf88a7e574a07230a4d5a0e01067797b8c6f6077f8613abce0d68e6d3dd2-d # internal
2025-08-20T23:00:13.0620811Z [00:02:35.321]➜  encoding/base32
2025-08-20T23:00:13.0621125Z [00:02:35.321]➜  mkdir -p $WORK/b1058/
2025-08-20T23:00:13.0621527Z [00:02:35.322]➜  cat >/tmp/go-build2180205415/b1058/importcfg << 'EOF' # internal
2025-08-20T23:00:13.0621884Z [00:02:35.322]➜  # import config
2025-08-20T23:00:13.0622213Z [00:02:35.322]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:13.0622634Z [00:02:35.322]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:13.0623055Z [00:02:35.322]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:13.0623372Z [00:02:35.322]➜  EOF
2025-08-20T23:00:13.0625124Z [00:02:35.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1058/_pkg_.a -trimpath "/root/.go/src/encoding/base32=>encoding/base32;$WORK/b1058=>" -p encoding/base32 -lang=go1.25 -std -complete -installsuffix shared -buildid wSxZ1fJ2dzB_s8K_sYly/wSxZ1fJ2dzB_s8K_sYly -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1058/importcfg -pack /root/.go/src/encoding/base32/base32.go
2025-08-20T23:00:13.0684978Z [00:02:35.329]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:13.0689755Z [00:02:35.329]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x016.o -c huf_compress.c
2025-08-20T23:00:13.1181210Z [00:02:35.378]➜  go tool buildid -w $WORK/b1058/_pkg_.a # internal
2025-08-20T23:00:13.1182964Z [00:02:35.379]➜  cp $WORK/b1058/_pkg_.a /root/.cache/go-build/ee/ee2f14d17c6627802ff1800b76b3a5f966e421b5b10a7472725b22a8ade8a02d-d # internal
2025-08-20T23:00:13.1185671Z [00:02:35.380]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws
2025-08-20T23:00:13.1186223Z [00:02:35.380]➜  mkdir -p $WORK/b1057/
2025-08-20T23:00:13.1194332Z [00:02:35.380]➜  cat >/tmp/go-build2180205415/b1057/importcfg << 'EOF' # internal
2025-08-20T23:00:13.1195015Z [00:02:35.381]➜  # import config
2025-08-20T23:00:13.1195711Z [00:02:35.381]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:13.1197485Z [00:02:35.381]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:13.1197989Z [00:02:35.381]➜  packagefile encoding/base32=/tmp/go-build2180205415/b1058/_pkg_.a
2025-08-20T23:00:13.1198481Z [00:02:35.381]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:13.1198970Z [00:02:35.381]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:13.1199424Z [00:02:35.381]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.1200033Z [00:02:35.381]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.1200703Z [00:02:35.381]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:13.1201194Z [00:02:35.381]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.1201512Z [00:02:35.381]➜  EOF
2025-08-20T23:00:13.1201761Z [00:02:35.381]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:13.1204107Z [00:02:35.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1057/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws;$WORK/b1057=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws -lang=go1.24 -complete -installsuffix shared -buildid KomtrnqohqOGbqgBuYFK/KomtrnqohqOGbqgBuYFK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1057/importcfg -pack ./pkg/detectors/aws/common.go ./pkg/detectors/aws/utils.go
2025-08-20T23:00:13.1557044Z [00:02:35.417]➜  go tool buildid -w $WORK/b1056/_pkg_.a # internal
2025-08-20T23:00:13.1582567Z [00:02:35.419]➜  cp $WORK/b1056/_pkg_.a /root/.cache/go-build/4f/4f3bb5fe93c56a7aa3af46687d92a5dbd68c15427acd95ad21a2bf1bd211e25d-d # internal
2025-08-20T23:00:13.1595836Z [00:02:35.421]➜  github.com/aws/aws-sdk-go-v2/service/sns
2025-08-20T23:00:13.1596861Z [00:02:35.421]➜  mkdir -p $WORK/b1054/
2025-08-20T23:00:13.1599908Z [00:02:35.421]➜  cat >/tmp/go-build2180205415/b1054/importcfg << 'EOF' # internal
2025-08-20T23:00:13.1600552Z [00:02:35.421]➜  # import config
2025-08-20T23:00:13.1601375Z [00:02:35.421]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:13.1602319Z [00:02:35.421]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.1603082Z [00:02:35.421]➜  packagefile encoding/xml=/tmp/go-build2180205415/b804/_pkg_.a
2025-08-20T23:00:13.1604023Z [00:02:35.421]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:13.1604931Z [00:02:35.421]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.1606365Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:13.1607300Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2180205415/b1021/_pkg_.a
2025-08-20T23:00:13.1608537Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:13.1609513Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build2180205415/b1045/_pkg_.a
2025-08-20T23:00:13.1610499Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build2180205415/b1046/_pkg_.a
2025-08-20T23:00:13.1611728Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2180205415/b1008/_pkg_.a
2025-08-20T23:00:13.1612897Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2180205415/b1023/_pkg_.a
2025-08-20T23:00:13.1627420Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2180205415/b1001/_pkg_.a
2025-08-20T23:00:13.1628801Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2180205415/b1026/_pkg_.a
2025-08-20T23:00:13.1629775Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2180205415/b1028/_pkg_.a
2025-08-20T23:00:13.1630675Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2180205415/b1029/_pkg_.a
2025-08-20T23:00:13.1631823Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2180205415/b1030/_pkg_.a
2025-08-20T23:00:13.1633649Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2180205415/b1031/_pkg_.a
2025-08-20T23:00:13.1634426Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2180205415/b1032/_pkg_.a
2025-08-20T23:00:13.1635184Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sns/internal/endpoints=/tmp/go-build2180205415/b1055/_pkg_.a
2025-08-20T23:00:13.1636082Z [00:02:35.421]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sns/types=/tmp/go-build2180205415/b1056/_pkg_.a
2025-08-20T23:00:13.1636756Z [00:02:35.421]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:13.1637315Z [00:02:35.421]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2180205415/b995/_pkg_.a
2025-08-20T23:00:13.1637907Z [00:02:35.421]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2180205415/b1036/_pkg_.a
2025-08-20T23:00:13.1638800Z [00:02:35.421]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2180205415/b1027/_pkg_.a
2025-08-20T23:00:13.1639554Z [00:02:35.421]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build2180205415/b1051/_pkg_.a
2025-08-20T23:00:13.1640178Z [00:02:35.421]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2180205415/b1037/_pkg_.a
2025-08-20T23:00:13.1640766Z [00:02:35.421]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2180205415/b1013/_pkg_.a
2025-08-20T23:00:13.1641338Z [00:02:35.421]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:13.1641926Z [00:02:35.421]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2180205415/b996/_pkg_.a
2025-08-20T23:00:13.1642525Z [00:02:35.421]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:13.1643111Z [00:02:35.421]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2180205415/b1000/_pkg_.a
2025-08-20T23:00:13.1643683Z [00:02:35.421]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2180205415/b997/_pkg_.a
2025-08-20T23:00:13.1644376Z [00:02:35.421]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2180205415/b998/_pkg_.a
2025-08-20T23:00:13.1645079Z [00:02:35.421]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:13.1645880Z [00:02:35.421]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:13.1646367Z [00:02:35.421]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:13.1646826Z [00:02:35.421]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:13.1647250Z [00:02:35.421]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.1647679Z [00:02:35.421]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:13.1648088Z [00:02:35.421]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:13.1648490Z [00:02:35.421]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:13.1648905Z [00:02:35.421]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:13.1649524Z [00:02:35.421]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:13.1649955Z [00:02:35.421]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.1650426Z [00:02:35.421]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:13.1650858Z [00:02:35.421]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:13.1651163Z [00:02:35.421]➜  EOF
2025-08-20T23:00:13.1673939Z [00:02:35.421]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1054/_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/b1054=>" -p github.com/aws/aws-sdk-go-v2/service/sns -lang=go1.22 -complete -installsuffix shared -buildid YDftFsbylJKdp57yG8MC/YDftFsbylJKdp57yG8MC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1054/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:00:13.1994395Z [00:02:35.460]➜  go tool buildid -w $WORK/b1057/_pkg_.a # internal
2025-08-20T23:00:13.2016063Z [00:02:35.462]➜  cp $WORK/b1057/_pkg_.a /root/.cache/go-build/de/de2bd807cabda8924f6fca95d06e83a0bea73e55eedfe3e02903f2cfe6101642-d # internal
2025-08-20T23:00:13.2038953Z [00:02:35.462]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/session_keys
2025-08-20T23:00:13.2039489Z [00:02:35.462]➜  mkdir -p $WORK/b1059/
2025-08-20T23:00:13.2039891Z [00:02:35.462]➜  cat >/tmp/go-build2180205415/b1059/importcfg << 'EOF' # internal
2025-08-20T23:00:13.2040250Z [00:02:35.462]➜  # import config
2025-08-20T23:00:13.2040612Z [00:02:35.462]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.2041064Z [00:02:35.462]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:13.2041534Z [00:02:35.462]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:13.2041973Z [00:02:35.462]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.2042567Z [00:02:35.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:13.2043326Z [00:02:35.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:13.2044100Z [00:02:35.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.2045066Z [00:02:35.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws=/tmp/go-build2180205415/b1057/_pkg_.a
2025-08-20T23:00:13.2046888Z [00:02:35.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:13.2047639Z [00:02:35.462]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:13.2048121Z [00:02:35.462]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:13.2048546Z [00:02:35.462]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.2048981Z [00:02:35.462]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.2049404Z [00:02:35.462]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:13.2049711Z [00:02:35.462]➜  EOF
2025-08-20T23:00:13.2051860Z [00:02:35.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1059/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/session_keys=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/session_keys;$WORK/b1059=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/session_keys -lang=go1.24 -complete -installsuffix shared -buildid sraQGWsrjLI1FKprbOAz/sraQGWsrjLI1FKprbOAz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1059/importcfg -pack ./pkg/detectors/aws/session_keys/sessionkey.go
2025-08-20T23:00:13.2950663Z [00:02:35.556]➜  go tool buildid -w $WORK/b1059/_pkg_.a # internal
2025-08-20T23:00:13.2967677Z [00:02:35.558]➜  cp $WORK/b1059/_pkg_.a /root/.cache/go-build/71/71a16fac09c23ca809b7ce32a4411caf5211dbefc7095a5025474940c55894fe-d # internal
2025-08-20T23:00:13.2969847Z [00:02:35.558]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/axonaut
2025-08-20T23:00:13.2970248Z [00:02:35.558]➜  mkdir -p $WORK/b1060/
2025-08-20T23:00:13.2970662Z [00:02:35.558]➜  cat >/tmp/go-build2180205415/b1060/importcfg << 'EOF' # internal
2025-08-20T23:00:13.2971030Z [00:02:35.558]➜  # import config
2025-08-20T23:00:13.2971383Z [00:02:35.558]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.2971815Z [00:02:35.558]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.2972415Z [00:02:35.558]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:13.2973183Z [00:02:35.558]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.2973982Z [00:02:35.558]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:13.2974665Z [00:02:35.558]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:13.2975139Z [00:02:35.558]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:13.2976021Z [00:02:35.558]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.2976735Z [00:02:35.558]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.2977151Z [00:02:35.558]➜  EOF
2025-08-20T23:00:13.2979119Z [00:02:35.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1060/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/axonaut=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/axonaut;$WORK/b1060=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/axonaut -lang=go1.24 -complete -installsuffix shared -buildid qbp_rTdohaXk68BQKo2e/qbp_rTdohaXk68BQKo2e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1060/importcfg -pack ./pkg/detectors/axonaut/axonaut.go
2025-08-20T23:00:13.3428587Z [00:02:35.604]➜  go tool buildid -w $WORK/b1060/_pkg_.a # internal
2025-08-20T23:00:13.3449095Z [00:02:35.605]➜  cp $WORK/b1060/_pkg_.a /root/.cache/go-build/54/5446b628819e6cb9a694d4e352317ed4b9faa8c220509171a44745aeb55d957a-d # internal
2025-08-20T23:00:13.3463616Z [00:02:35.605]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aylien
2025-08-20T23:00:13.3464043Z [00:02:35.605]➜  mkdir -p $WORK/b1061/
2025-08-20T23:00:13.3464423Z [00:02:35.605]➜  cat >/tmp/go-build2180205415/b1061/importcfg << 'EOF' # internal
2025-08-20T23:00:13.3465166Z [00:02:35.605]➜  # import config
2025-08-20T23:00:13.3465517Z [00:02:35.605]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.3466079Z [00:02:35.605]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.3466683Z [00:02:35.605]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:13.3467452Z [00:02:35.605]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.3468257Z [00:02:35.605]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:13.3469155Z [00:02:35.605]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:13.3469634Z [00:02:35.605]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:13.3470050Z [00:02:35.605]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.3470489Z [00:02:35.605]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.3470804Z [00:02:35.605]➜  EOF
2025-08-20T23:00:13.3472737Z [00:02:35.605]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1061/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aylien=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aylien;$WORK/b1061=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aylien -lang=go1.24 -complete -installsuffix shared -buildid 8ubGvFgBH-o08gl5FRJ_/8ubGvFgBH-o08gl5FRJ_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1061/importcfg -pack ./pkg/detectors/aylien/aylien.go
2025-08-20T23:00:13.3632077Z [00:02:35.624]➜  go tool buildid -w $WORK/b1044/_pkg_.a # internal
2025-08-20T23:00:13.3744080Z [00:02:35.635]➜  cp $WORK/b1044/_pkg_.a /root/.cache/go-build/96/9670adbbb353a3617604ed014c1946da1146cb35dc76ca66330d03f4ffb54755-d # internal
2025-08-20T23:00:13.3787756Z [00:02:35.639]➜  github.com/aws/aws-sdk-go-v2/credentials/stscreds
2025-08-20T23:00:13.3789741Z [00:02:35.639]➜  mkdir -p $WORK/b1043/
2025-08-20T23:00:13.3792869Z [00:02:35.640]➜  cat >/tmp/go-build2180205415/b1043/importcfg << 'EOF' # internal
2025-08-20T23:00:13.3793257Z [00:02:35.640]➜  # import config
2025-08-20T23:00:13.3793612Z [00:02:35.640]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.3794038Z [00:02:35.640]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.3794545Z [00:02:35.640]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:13.3795462Z [00:02:35.640]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2180205415/b1008/_pkg_.a
2025-08-20T23:00:13.3796533Z [00:02:35.640]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2180205415/b986/_pkg_.a
2025-08-20T23:00:13.3797262Z [00:02:35.640]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build2180205415/b1044/_pkg_.a
2025-08-20T23:00:13.3797951Z [00:02:35.640]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build2180205415/b1050/_pkg_.a
2025-08-20T23:00:13.3798507Z [00:02:35.640]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:13.3798942Z [00:02:35.640]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:13.3799372Z [00:02:35.640]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.3799790Z [00:02:35.640]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:13.3800097Z [00:02:35.640]➜  EOF
2025-08-20T23:00:13.3802641Z [00:02:35.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1043/_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/b1043=>" -p github.com/aws/aws-sdk-go-v2/credentials/stscreds -lang=go1.22 -complete -installsuffix shared -buildid eTNEXJgrpJJzdZmF5I64/eTNEXJgrpJJzdZmF5I64 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1043/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:00:13.3897664Z [00:02:35.651]➜  go tool buildid -w $WORK/b1061/_pkg_.a # internal
2025-08-20T23:00:13.3912522Z [00:02:35.652]➜  cp $WORK/b1061/_pkg_.a /root/.cache/go-build/5a/5ab8f0d33290451e85105ff04adf7cb62eee3845107bc41857f0bbc1a0a85d7a-d # internal
2025-08-20T23:00:13.3919847Z [00:02:35.653]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ayrshare
2025-08-20T23:00:13.3920286Z [00:02:35.653]➜  mkdir -p $WORK/b1062/
2025-08-20T23:00:13.3929674Z [00:02:35.654]➜  cat >/tmp/go-build2180205415/b1062/importcfg << 'EOF' # internal
2025-08-20T23:00:13.3930119Z [00:02:35.654]➜  # import config
2025-08-20T23:00:13.3930469Z [00:02:35.654]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.3930935Z [00:02:35.654]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:13.3931372Z [00:02:35.654]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.3931967Z [00:02:35.654]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:13.3932737Z [00:02:35.654]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.3933568Z [00:02:35.654]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:13.3934254Z [00:02:35.654]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:13.3934738Z [00:02:35.654]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:13.3935154Z [00:02:35.654]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.3935591Z [00:02:35.654]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.3938544Z [00:02:35.654]➜  EOF
2025-08-20T23:00:13.3940553Z [00:02:35.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1062/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ayrshare=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ayrshare;$WORK/b1062=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ayrshare -lang=go1.24 -complete -installsuffix shared -buildid SI3l9qvI758QJa9v7-VO/SI3l9qvI758QJa9v7-VO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1062/importcfg -pack ./pkg/detectors/ayrshare/ayrshare.go
2025-08-20T23:00:13.4178053Z [00:02:35.679]➜  go tool buildid -w $WORK/b1043/_pkg_.a # internal
2025-08-20T23:00:13.4197280Z [00:02:35.680]➜  cp $WORK/b1043/_pkg_.a /root/.cache/go-build/a9/a9273408a783439a907a178efbdf0657e4f799c174f7abef6733c41b4b53498f-d # internal
2025-08-20T23:00:13.4198371Z [00:02:35.680]➜  github.com/aws/aws-sdk-go-v2/config
2025-08-20T23:00:13.4199217Z [00:02:35.680]➜  mkdir -p $WORK/b1004/
2025-08-20T23:00:13.4200250Z [00:02:35.681]➜  cat >/tmp/go-build2180205415/b1004/importcfg << 'EOF' # internal
2025-08-20T23:00:13.4200651Z [00:02:35.681]➜  # import config
2025-08-20T23:00:13.4201003Z [00:02:35.681]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:13.4201434Z [00:02:35.681]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.4201882Z [00:02:35.681]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:13.4202338Z [00:02:35.681]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:13.4202794Z [00:02:35.681]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:13.4203541Z [00:02:35.681]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.4204057Z [00:02:35.681]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:13.4204711Z [00:02:35.681]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2180205415/b1001/_pkg_.a
2025-08-20T23:00:13.4205556Z [00:02:35.681]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build2180205415/b1005/_pkg_.a
2025-08-20T23:00:13.4206654Z [00:02:35.681]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build2180205415/b1006/_pkg_.a
2025-08-20T23:00:13.4207420Z [00:02:35.681]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build2180205415/b1014/_pkg_.a
2025-08-20T23:00:13.4208172Z [00:02:35.681]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build2180205415/b1016/_pkg_.a
2025-08-20T23:00:13.4210854Z [00:02:35.681]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build2180205415/b1018/_pkg_.a
2025-08-20T23:00:13.4211713Z [00:02:35.681]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build2180205415/b1043/_pkg_.a
2025-08-20T23:00:13.4212415Z [00:02:35.681]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build2180205415/b1007/_pkg_.a
2025-08-20T23:00:13.4213092Z [00:02:35.681]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build2180205415/b1052/_pkg_.a
2025-08-20T23:00:13.4213789Z [00:02:35.681]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build2180205415/b1019/_pkg_.a
2025-08-20T23:00:13.4214478Z [00:02:35.681]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build2180205415/b1020/_pkg_.a
2025-08-20T23:00:13.4215136Z [00:02:35.681]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build2180205415/b1038/_pkg_.a
2025-08-20T23:00:13.4215945Z [00:02:35.681]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build2180205415/b1044/_pkg_.a
2025-08-20T23:00:13.4216654Z [00:02:35.681]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build2180205415/b988/_pkg_.a
2025-08-20T23:00:13.4217266Z [00:02:35.681]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:13.4217876Z [00:02:35.681]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:13.4218566Z [00:02:35.681]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build2180205415/b1053/_pkg_.a
2025-08-20T23:00:13.4219122Z [00:02:35.681]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:13.4219580Z [00:02:35.681]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:13.4219996Z [00:02:35.681]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:13.4220413Z [00:02:35.681]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.4221093Z [00:02:35.681]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:13.4221720Z [00:02:35.681]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:13.4222210Z [00:02:35.681]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:13.4222669Z [00:02:35.681]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:13.4223095Z [00:02:35.681]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.4223513Z [00:02:35.681]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:13.4223816Z [00:02:35.681]➜  EOF
2025-08-20T23:00:13.4239693Z [00:02:35.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1004/_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/b1004=>" -p github.com/aws/aws-sdk-go-v2/config -lang=go1.22 -complete -installsuffix shared -buildid plVtkyXwM2ecpNkEGDsp/plVtkyXwM2ecpNkEGDsp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1004/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:00:13.4354901Z [00:02:35.696]➜  go tool buildid -w $WORK/b1062/_pkg_.a # internal
2025-08-20T23:00:13.4366270Z [00:02:35.698]➜  cp $WORK/b1062/_pkg_.a /root/.cache/go-build/b1/b1495a03f20884f37b0785b37b27431fad2792f410e590c351ba9ca2d5743e04-d # internal
2025-08-20T23:00:13.4368686Z [00:02:35.698]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_batch
2025-08-20T23:00:13.4374948Z [00:02:35.698]➜  mkdir -p $WORK/b1063/
2025-08-20T23:00:13.4375370Z [00:02:35.699]➜  cat >/tmp/go-build2180205415/b1063/importcfg << 'EOF' # internal
2025-08-20T23:00:13.4375724Z [00:02:35.699]➜  # import config
2025-08-20T23:00:13.4376253Z [00:02:35.699]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.4376708Z [00:02:35.699]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:13.4377171Z [00:02:35.699]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:13.4377660Z [00:02:35.699]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:13.4378114Z [00:02:35.699]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.4378726Z [00:02:35.699]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.4379531Z [00:02:35.699]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:13.4380217Z [00:02:35.699]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:13.4380706Z [00:02:35.699]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.4381136Z [00:02:35.699]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.4381555Z [00:02:35.699]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:13.4381861Z [00:02:35.699]➜  EOF
2025-08-20T23:00:13.4409367Z [00:02:35.699]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1063/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_batch=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_batch;$WORK/b1063=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_batch -lang=go1.24 -complete -installsuffix shared -buildid 2mQbWg88dPKSYyRMPZzi/2mQbWg88dPKSYyRMPZzi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1063/importcfg -pack ./pkg/detectors/azure_batch/azurebatch.go
2025-08-20T23:00:13.4862128Z [00:02:35.747]➜  go tool buildid -w $WORK/b1063/_pkg_.a # internal
2025-08-20T23:00:13.4870954Z [00:02:35.748]➜  cp $WORK/b1063/_pkg_.a /root/.cache/go-build/c2/c20660099fe7c62d038fc32e0ca7fe07cce313ec4b60d888f61841fc3388d0de-d # internal
2025-08-20T23:00:13.4887203Z [00:02:35.750]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_cosmosdb
2025-08-20T23:00:13.4888215Z [00:02:35.750]➜  mkdir -p $WORK/b1064/
2025-08-20T23:00:13.4889858Z [00:02:35.750]➜  cat >/tmp/go-build2180205415/b1064/importcfg << 'EOF' # internal
2025-08-20T23:00:13.4890607Z [00:02:35.750]➜  # import config
2025-08-20T23:00:13.4890977Z [00:02:35.750]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.4891435Z [00:02:35.750]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:13.4892094Z [00:02:35.750]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:13.4892572Z [00:02:35.750]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:13.4893019Z [00:02:35.750]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:13.4893437Z [00:02:35.750]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.4894056Z [00:02:35.750]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:13.4894875Z [00:02:35.750]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:13.4895651Z [00:02:35.750]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.4896653Z [00:02:35.750]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:13.4897257Z [00:02:35.750]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:13.4897675Z [00:02:35.750]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.4898104Z [00:02:35.750]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:13.4898525Z [00:02:35.750]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:13.4898948Z [00:02:35.750]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.4899367Z [00:02:35.750]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:13.4899674Z [00:02:35.750]➜  EOF
2025-08-20T23:00:13.4901944Z [00:02:35.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1064/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_cosmosdb=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_cosmosdb;$WORK/b1064=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_cosmosdb -lang=go1.24 -complete -installsuffix shared -buildid 5n0GwsRMTvZfvP50JgKk/5n0GwsRMTvZfvP50JgKk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1064/importcfg -pack ./pkg/detectors/azure_cosmosdb/azure_cosmosdb.go ./pkg/detectors/azure_cosmosdb/table.go
2025-08-20T23:00:13.5042631Z [00:02:35.765]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:13.5044662Z [00:02:35.765]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x017.o -c huf_decompress.c
2025-08-20T23:00:13.5564354Z [00:02:35.817]➜  go tool buildid -w $WORK/b1064/_pkg_.a # internal
2025-08-20T23:00:13.5580233Z [00:02:35.819]➜  cp $WORK/b1064/_pkg_.a /root/.cache/go-build/41/41376e4a487874129d241f9aba51818ae5d1aa2b88e1be90985f7b3a96177214-d # internal
2025-08-20T23:00:13.5599634Z [00:02:35.821]➜  golang.org/x/sync/singleflight
2025-08-20T23:00:13.5606265Z [00:02:35.822]➜  mkdir -p $WORK/b1067/
2025-08-20T23:00:13.5617245Z [00:02:35.823]➜  cat >/tmp/go-build2180205415/b1067/importcfg << 'EOF' # internal
2025-08-20T23:00:13.5618427Z [00:02:35.823]➜  # import config
2025-08-20T23:00:13.5619608Z [00:02:35.823]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:13.5620089Z [00:02:35.823]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:13.5620518Z [00:02:35.823]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.5620959Z [00:02:35.823]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:13.5621760Z [00:02:35.823]➜  packagefile runtime/debug=/tmp/go-build2180205415/b249/_pkg_.a
2025-08-20T23:00:13.5622206Z [00:02:35.823]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:13.5622522Z [00:02:35.823]➜  EOF
2025-08-20T23:00:13.5622772Z [00:02:35.823]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:13.5628202Z [00:02:35.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1067/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/singleflight=>golang.org/x/sync@v0.16.0/singleflight;$WORK/b1067=>" -p golang.org/x/sync/singleflight -lang=go1.23 -complete -installsuffix shared -buildid eO-O0pFfF5uK_W5_KPWl/eO-O0pFfF5uK_W5_KPWl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1067/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/singleflight/singleflight.go
2025-08-20T23:00:13.5948397Z [00:02:35.856]➜  go tool buildid -w $WORK/b1067/_pkg_.a # internal
2025-08-20T23:00:13.5958778Z [00:02:35.857]➜  cp $WORK/b1067/_pkg_.a /root/.cache/go-build/26/26092a34b109ab06b4543ac74773b489b9334ffc43fedd57ee5588e6d54b5c5a-d # internal
2025-08-20T23:00:13.5959561Z [00:02:35.857]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra
2025-08-20T23:00:13.5959981Z [00:02:35.857]➜  mkdir -p $WORK/b1066/
2025-08-20T23:00:13.5960358Z [00:02:35.857]➜  cat >/tmp/go-build2180205415/b1066/importcfg << 'EOF' # internal
2025-08-20T23:00:13.5960710Z [00:02:35.857]➜  # import config
2025-08-20T23:00:13.5961040Z [00:02:35.857]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.5961661Z [00:02:35.857]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:13.5962433Z [00:02:35.857]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:13.5963470Z [00:02:35.857]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.5964254Z [00:02:35.857]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:13.5964836Z [00:02:35.857]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build2180205415/b1067/_pkg_.a
2025-08-20T23:00:13.5965332Z [00:02:35.857]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:13.5965908Z [00:02:35.857]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.5966406Z [00:02:35.857]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.5966725Z [00:02:35.857]➜  EOF
2025-08-20T23:00:13.5968888Z [00:02:35.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1066/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra;$WORK/b1066=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra -lang=go1.24 -complete -installsuffix shared -buildid YDfYOfH1Vd1alMfiZ0xZ/YDfYOfH1Vd1alMfiZ0xZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1066/importcfg -pack ./pkg/detectors/azure_entra/common.go
2025-08-20T23:00:13.6606131Z [00:02:35.922]➜  go tool buildid -w $WORK/b1066/_pkg_.a # internal
2025-08-20T23:00:13.6615070Z [00:02:35.923]➜  cp $WORK/b1066/_pkg_.a /root/.cache/go-build/3e/3e2239763c60e42dbacb14591013336cfda8d5ab9e1c6b5aed8e9ae685253e99-d # internal
2025-08-20T23:00:13.6638578Z [00:02:35.925]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/refreshtoken
2025-08-20T23:00:13.6639120Z [00:02:35.925]➜  mkdir -p $WORK/b1065/
2025-08-20T23:00:13.6641035Z [00:02:35.925]➜  cat >/tmp/go-build2180205415/b1065/importcfg << 'EOF' # internal
2025-08-20T23:00:13.6642086Z [00:02:35.925]➜  # import config
2025-08-20T23:00:13.6643344Z [00:02:35.925]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:13.6643799Z [00:02:35.925]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.6644280Z [00:02:35.925]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:13.6645076Z [00:02:35.925]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:13.6645499Z [00:02:35.925]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.6646170Z [00:02:35.925]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build2180205415/b274/_pkg_.a
2025-08-20T23:00:13.6646853Z [00:02:35.925]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:13.6647617Z [00:02:35.925]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:13.6648378Z [00:02:35.925]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.6649215Z [00:02:35.925]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra=/tmp/go-build2180205415/b1066/_pkg_.a
2025-08-20T23:00:13.6650065Z [00:02:35.925]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:13.6650746Z [00:02:35.925]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:13.6651225Z [00:02:35.925]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:13.6651645Z [00:02:35.925]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.6652078Z [00:02:35.925]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:13.6652501Z [00:02:35.925]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.6652818Z [00:02:35.925]➜  EOF
2025-08-20T23:00:13.6655265Z [00:02:35.925]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1065/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/refreshtoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/refreshtoken;$WORK/b1065=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/refreshtoken -lang=go1.24 -complete -installsuffix shared -buildid dwtmbZujH9nBZFGV8XfJ/dwtmbZujH9nBZFGV8XfJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1065/importcfg -pack ./pkg/detectors/azure_entra/refreshtoken/refreshtoken.go
2025-08-20T23:00:13.7300880Z [00:02:35.991]➜  go tool buildid -w $WORK/b1065/_pkg_.a # internal
2025-08-20T23:00:13.7490791Z [00:02:36.010]➜  cp $WORK/b1065/_pkg_.a /root/.cache/go-build/e1/e126e0daf1fb6258a516a7211e427ccb88896620888b082fba49934efda9e2de-d # internal
2025-08-20T23:00:13.7491612Z [00:02:36.010]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal
2025-08-20T23:00:13.7492076Z [00:02:36.010]➜  mkdir -p $WORK/b1069/
2025-08-20T23:00:13.7492989Z [00:02:36.010]➜  cat >/tmp/go-build2180205415/b1069/importcfg << 'EOF' # internal
2025-08-20T23:00:13.7493914Z [00:02:36.010]➜  # import config
2025-08-20T23:00:13.7494393Z [00:02:36.010]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.7495149Z [00:02:36.010]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:13.7495678Z [00:02:36.010]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:13.7496425Z [00:02:36.010]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.7496923Z [00:02:36.010]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build2180205415/b274/_pkg_.a
2025-08-20T23:00:13.7497407Z [00:02:36.010]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:13.7497829Z [00:02:36.010]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.7498265Z [00:02:36.010]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:13.7498692Z [00:02:36.010]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:13.7499121Z [00:02:36.010]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.7499452Z [00:02:36.010]➜  EOF
2025-08-20T23:00:13.7501959Z [00:02:36.010]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1069/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal;$WORK/b1069=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal -lang=go1.24 -complete -installsuffix shared -buildid 8qJS8VmYaNcLr2AnmBhE/8qJS8VmYaNcLr2AnmBhE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1069/importcfg -pack ./pkg/detectors/azure_entra/serviceprincipal/sp.go
2025-08-20T23:00:13.7620804Z [00:02:36.023]➜  go tool buildid -w $WORK/b1004/_pkg_.a # internal
2025-08-20T23:00:13.7702356Z [00:02:36.031]➜  cp $WORK/b1004/_pkg_.a /root/.cache/go-build/8f/8f054bc6690cd59dad5d712fe682609aab4c2034da645461852c2ba0334584d7-d # internal
2025-08-20T23:00:13.7704293Z [00:02:36.032]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_openai
2025-08-20T23:00:13.7705669Z [00:02:36.032]➜  mkdir -p $WORK/b1071/
2025-08-20T23:00:13.7711123Z [00:02:36.032]➜  cat >/tmp/go-build2180205415/b1071/importcfg << 'EOF' # internal
2025-08-20T23:00:13.7711933Z [00:02:36.032]➜  # import config
2025-08-20T23:00:13.7712326Z [00:02:36.032]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.7713126Z [00:02:36.032]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:13.7713780Z [00:02:36.032]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.7714410Z [00:02:36.032]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:13.7715191Z [00:02:36.032]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:13.7716198Z [00:02:36.032]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:13.7717340Z [00:02:36.032]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.7718222Z [00:02:36.032]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:13.7718911Z [00:02:36.032]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:13.7719384Z [00:02:36.032]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:13.7719806Z [00:02:36.032]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.7720235Z [00:02:36.032]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.7720548Z [00:02:36.032]➜  EOF
2025-08-20T23:00:13.7722748Z [00:02:36.032]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1071/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_openai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_openai;$WORK/b1071=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_openai -lang=go1.24 -complete -installsuffix shared -buildid s5Q64KOLooc5XQzWO2OS/s5Q64KOLooc5XQzWO2OS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1071/importcfg -pack ./pkg/detectors/azure_openai/azure_openai.go
2025-08-20T23:00:13.7959289Z [00:02:36.057]➜  go tool buildid -w $WORK/b1069/_pkg_.a # internal
2025-08-20T23:00:13.7986332Z [00:02:36.060]➜  cp $WORK/b1069/_pkg_.a /root/.cache/go-build/b2/b20fbab72de62f7b20293849ed05d25c6cab22bf9a258f5b6abd7d9df16a4701-d # internal
2025-08-20T23:00:13.7987212Z [00:02:36.060]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v2
2025-08-20T23:00:13.7987691Z [00:02:36.060]➜  mkdir -p $WORK/b1070/
2025-08-20T23:00:13.7988075Z [00:02:36.060]➜  cat >/tmp/go-build2180205415/b1070/importcfg << 'EOF' # internal
2025-08-20T23:00:13.7988433Z [00:02:36.060]➜  # import config
2025-08-20T23:00:13.7988814Z [00:02:36.060]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.7989582Z [00:02:36.060]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:13.7990200Z [00:02:36.060]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:13.7990970Z [00:02:36.060]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:13.7991737Z [00:02:36.060]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.7992565Z [00:02:36.060]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra=/tmp/go-build2180205415/b1066/_pkg_.a
2025-08-20T23:00:13.7993514Z [00:02:36.060]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal=/tmp/go-build2180205415/b1069/_pkg_.a
2025-08-20T23:00:13.7994424Z [00:02:36.060]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:13.7995043Z [00:02:36.060]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.7995472Z [00:02:36.060]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:13.7996206Z [00:02:36.060]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.7996589Z [00:02:36.060]➜  EOF
2025-08-20T23:00:13.7998941Z [00:02:36.060]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1070/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v2;$WORK/b1070=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v2 -lang=go1.24 -complete -installsuffix shared -buildid tojvbLSTdnCu1xKkD5mL/tojvbLSTdnCu1xKkD5mL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1070/importcfg -pack ./pkg/detectors/azure_entra/serviceprincipal/v2/spv2.go
2025-08-20T23:00:13.8418308Z [00:02:36.101]➜  go tool buildid -w $WORK/b1071/_pkg_.a # internal
2025-08-20T23:00:13.8419152Z [00:02:36.103]➜  cp $WORK/b1071/_pkg_.a /root/.cache/go-build/c1/c1aeeaaf8ad956fb6dfeaf0d6e4351cce12b8a2e6be30700ce973edb4ed52101-d # internal
2025-08-20T23:00:13.8421527Z [00:02:36.103]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_storage
2025-08-20T23:00:13.8425660Z [00:02:36.104]➜  mkdir -p $WORK/b1072/
2025-08-20T23:00:13.8437427Z [00:02:36.105]➜  cat >/tmp/go-build2180205415/b1072/importcfg << 'EOF' # internal
2025-08-20T23:00:13.8437988Z [00:02:36.105]➜  # import config
2025-08-20T23:00:13.8438383Z [00:02:36.105]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.8438987Z [00:02:36.105]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:13.8439585Z [00:02:36.105]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:13.8440164Z [00:02:36.105]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:13.8440759Z [00:02:36.105]➜  packagefile encoding/xml=/tmp/go-build2180205415/b804/_pkg_.a
2025-08-20T23:00:13.8441546Z [00:02:36.105]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.8442312Z [00:02:36.105]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.8443378Z [00:02:36.105]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:13.8444177Z [00:02:36.105]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:13.8444745Z [00:02:36.105]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:13.8445262Z [00:02:36.105]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.8445903Z [00:02:36.105]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.8446477Z [00:02:36.105]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:13.8447096Z [00:02:36.105]➜  EOF
2025-08-20T23:00:13.8453666Z [00:02:36.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1072/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_storage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_storage;$WORK/b1072=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_storage -lang=go1.24 -complete -installsuffix shared -buildid Eub5Z7UzZomY4LE1mP5Z/Eub5Z7UzZomY4LE1mP5Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1072/importcfg -pack ./pkg/detectors/azure_storage/storage.go
2025-08-20T23:00:13.8517400Z [00:02:36.113]➜  go tool buildid -w $WORK/b1070/_pkg_.a # internal
2025-08-20T23:00:13.8540036Z [00:02:36.115]➜  cp $WORK/b1070/_pkg_.a /root/.cache/go-build/79/799a6034a765a6de3ec640d5ed2b85b67e7a3ebd88a527099b6ebe2df85cbfd8-d # internal
2025-08-20T23:00:13.8542209Z [00:02:36.115]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v1
2025-08-20T23:00:13.8542867Z [00:02:36.115]➜  mkdir -p $WORK/b1068/
2025-08-20T23:00:13.8544174Z [00:02:36.115]➜  cat >/tmp/go-build2180205415/b1068/importcfg << 'EOF' # internal
2025-08-20T23:00:13.8544552Z [00:02:36.115]➜  # import config
2025-08-20T23:00:13.8544909Z [00:02:36.115]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.8545526Z [00:02:36.115]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:13.8546480Z [00:02:36.115]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.8547316Z [00:02:36.115]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra=/tmp/go-build2180205415/b1066/_pkg_.a
2025-08-20T23:00:13.8548268Z [00:02:36.115]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal=/tmp/go-build2180205415/b1069/_pkg_.a
2025-08-20T23:00:13.8549493Z [00:02:36.115]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v2=/tmp/go-build2180205415/b1070/_pkg_.a
2025-08-20T23:00:13.8550534Z [00:02:36.115]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:13.8551227Z [00:02:36.115]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:13.8551719Z [00:02:36.115]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.8552040Z [00:02:36.115]➜  EOF
2025-08-20T23:00:13.8554502Z [00:02:36.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1068/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v1;$WORK/b1068=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v1 -lang=go1.24 -complete -installsuffix shared -buildid Udye6qGCjKZXvcEl1y3r/Udye6qGCjKZXvcEl1y3r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1068/importcfg -pack ./pkg/detectors/azure_entra/serviceprincipal/v1/spv1.go
2025-08-20T23:00:13.9000974Z [00:02:36.161]➜  go tool buildid -w $WORK/b1072/_pkg_.a # internal
2025-08-20T23:00:13.9010297Z [00:02:36.161]➜  cp $WORK/b1072/_pkg_.a /root/.cache/go-build/67/67f30fd41db60a23beda363bddb61c16d03ed1ad7982fbe8740b542a1894b2a5-d # internal
2025-08-20T23:00:13.9011126Z [00:02:36.161]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagement/repositorykey
2025-08-20T23:00:13.9011610Z [00:02:36.161]➜  mkdir -p $WORK/b1073/
2025-08-20T23:00:13.9011992Z [00:02:36.161]➜  cat >/tmp/go-build2180205415/b1073/importcfg << 'EOF' # internal
2025-08-20T23:00:13.9012350Z [00:02:36.161]➜  # import config
2025-08-20T23:00:13.9012698Z [00:02:36.161]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.9013140Z [00:02:36.161]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:13.9013852Z [00:02:36.161]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.9014485Z [00:02:36.161]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:13.9015272Z [00:02:36.161]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:13.9016206Z [00:02:36.161]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.9017065Z [00:02:36.161]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:13.9017744Z [00:02:36.161]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:13.9018234Z [00:02:36.161]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:13.9018664Z [00:02:36.161]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:00:13.9019098Z [00:02:36.161]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:13.9019522Z [00:02:36.161]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.9019837Z [00:02:36.161]➜  EOF
2025-08-20T23:00:13.9022293Z [00:02:36.161]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1073/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagement/repositorykey;$WORK/b1073=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagement/repositorykey -lang=go1.24 -complete -installsuffix shared -buildid FKONORb1EC5_SSLTyY88/FKONORb1EC5_SSLTyY88 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1073/importcfg -pack ./pkg/detectors/azureapimanagement/repositorykey/repositorykey.go
2025-08-20T23:00:13.9240198Z [00:02:36.185]➜  go tool buildid -w $WORK/b1068/_pkg_.a # internal
2025-08-20T23:00:13.9285332Z [00:02:36.189]➜  cp $WORK/b1068/_pkg_.a /root/.cache/go-build/33/331ceb31e3285a8659b012d5a5a78f42ad3446235efc5f0a399bf13e67436614-d # internal
2025-08-20T23:00:13.9295391Z [00:02:36.189]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagementsubscriptionkey
2025-08-20T23:00:13.9296409Z [00:02:36.190]➜  mkdir -p $WORK/b1074/
2025-08-20T23:00:13.9296806Z [00:02:36.190]➜  cat >/tmp/go-build2180205415/b1074/importcfg << 'EOF' # internal
2025-08-20T23:00:13.9297163Z [00:02:36.190]➜  # import config
2025-08-20T23:00:13.9297510Z [00:02:36.190]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.9297934Z [00:02:36.190]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:13.9298351Z [00:02:36.190]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.9298967Z [00:02:36.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:13.9299747Z [00:02:36.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:13.9300710Z [00:02:36.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:13.9301671Z [00:02:36.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.9302471Z [00:02:36.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:13.9303153Z [00:02:36.190]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:13.9303641Z [00:02:36.190]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.9304070Z [00:02:36.190]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.9304386Z [00:02:36.190]➜  EOF
2025-08-20T23:00:13.9307149Z [00:02:36.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1074/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagementsubscriptionkey;$WORK/b1074=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagementsubscriptionkey -lang=go1.24 -complete -installsuffix shared -buildid 9A7QxuAeQdox07P4xTmO/9A7QxuAeQdox07P4xTmO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1074/importcfg -pack ./pkg/detectors/azureapimanagementsubscriptionkey/azureapimanagementsubscriptionkey.go
2025-08-20T23:00:13.9729504Z [00:02:36.233]➜  go tool buildid -w $WORK/b1073/_pkg_.a # internal
2025-08-20T23:00:13.9731223Z [00:02:36.234]➜  cp $WORK/b1073/_pkg_.a /root/.cache/go-build/1b/1bee3d606aa0975401bd8f7bdcc42853b57ae8428c0648ffa9e2bf0335598213-d # internal
2025-08-20T23:00:13.9732820Z [00:02:36.234]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureappconfigconnectionstring
2025-08-20T23:00:13.9733549Z [00:02:36.234]➜  mkdir -p $WORK/b1075/
2025-08-20T23:00:13.9736784Z [00:02:36.235]➜  cat >/tmp/go-build2180205415/b1075/importcfg << 'EOF' # internal
2025-08-20T23:00:13.9738380Z [00:02:36.235]➜  # import config
2025-08-20T23:00:13.9739223Z [00:02:36.235]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:13.9740244Z [00:02:36.235]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:13.9740756Z [00:02:36.235]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:13.9741240Z [00:02:36.235]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:13.9741687Z [00:02:36.235]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:13.9742283Z [00:02:36.235]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:13.9743320Z [00:02:36.235]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:13.9744248Z [00:02:36.235]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:13.9744943Z [00:02:36.235]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:13.9745439Z [00:02:36.235]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:13.9746498Z [00:02:36.235]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:13.9746990Z [00:02:36.235]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:13.9747304Z [00:02:36.235]➜  EOF
2025-08-20T23:00:13.9750000Z [00:02:36.235]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1075/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureappconfigconnectionstring=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureappconfigconnectionstring;$WORK/b1075=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureappconfigconnectionstring -lang=go1.24 -complete -installsuffix shared -buildid MwKhH8DYZkuQPZB636x-/MwKhH8DYZkuQPZB636x- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1075/importcfg -pack ./pkg/detectors/azureappconfigconnectionstring/azureappconfigconnectionstring.go
2025-08-20T23:00:13.9966715Z [00:02:36.258]➜  go tool buildid -w $WORK/b1074/_pkg_.a # internal
2025-08-20T23:00:14.0011541Z [00:02:36.262]➜  cp $WORK/b1074/_pkg_.a /root/.cache/go-build/8e/8e7ec421479ead2101e79e8630d533eea51c3ad85b7acefe87f4df728b7cc2db-d # internal
2025-08-20T23:00:14.0013003Z [00:02:36.262]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azurecontainerregistry
2025-08-20T23:00:14.0015354Z [00:02:36.262]➜  mkdir -p $WORK/b1076/
2025-08-20T23:00:14.0015870Z [00:02:36.263]➜  cat >/tmp/go-build2180205415/b1076/importcfg << 'EOF' # internal
2025-08-20T23:00:14.0016280Z [00:02:36.263]➜  # import config
2025-08-20T23:00:14.0016629Z [00:02:36.263]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.0017082Z [00:02:36.263]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:14.0017821Z [00:02:36.263]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.0018445Z [00:02:36.263]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:14.0019232Z [00:02:36.263]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.0019989Z [00:02:36.263]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:14.0020754Z [00:02:36.263]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.0021545Z [00:02:36.263]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.0022228Z [00:02:36.263]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.0022713Z [00:02:36.263]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.0023143Z [00:02:36.263]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.0023582Z [00:02:36.263]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.0023897Z [00:02:36.263]➜  EOF
2025-08-20T23:00:14.0028523Z [00:02:36.263]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1076/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azurecontainerregistry=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azurecontainerregistry;$WORK/b1076=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azurecontainerregistry -lang=go1.24 -complete -installsuffix shared -buildid 4EntvhwNHc59Y73rmRLq/4EntvhwNHc59Y73rmRLq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1076/importcfg -pack ./pkg/detectors/azurecontainerregistry/azurecontainerregistry.go
2025-08-20T23:00:14.0115314Z [00:02:36.272]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:14.0138929Z [00:02:36.272]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x018.o -c pool.c
2025-08-20T23:00:14.0258659Z [00:02:36.287]➜  go tool buildid -w $WORK/b1075/_pkg_.a # internal
2025-08-20T23:00:14.0271319Z [00:02:36.288]➜  cp $WORK/b1075/_pkg_.a /root/.cache/go-build/3a/3a02c1f848c68e5c9c33520785e9def92b4651e1de181deb6cc7eba7a90e2633-d # internal
2025-08-20T23:00:14.0287283Z [00:02:36.288]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredevopspersonalaccesstoken
2025-08-20T23:00:14.0287967Z [00:02:36.288]➜  mkdir -p $WORK/b1077/
2025-08-20T23:00:14.0288535Z [00:02:36.289]➜  cat >/tmp/go-build2180205415/b1077/importcfg << 'EOF' # internal
2025-08-20T23:00:14.0289790Z [00:02:36.289]➜  # import config
2025-08-20T23:00:14.0290351Z [00:02:36.289]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.0291038Z [00:02:36.289]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.0291715Z [00:02:36.289]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.0292578Z [00:02:36.289]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.0293632Z [00:02:36.289]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.0295147Z [00:02:36.289]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.0295658Z [00:02:36.289]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.0296466Z [00:02:36.289]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.0296792Z [00:02:36.289]➜  EOF
2025-08-20T23:00:14.0297035Z [00:02:36.289]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:14.0299666Z [00:02:36.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1077/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredevopspersonalaccesstoken;$WORK/b1077=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredevopspersonalaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid mSzD_KCEiyRQ7W0R2O-x/mSzD_KCEiyRQ7W0R2O-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1077/importcfg -pack ./pkg/detectors/azuredevopspersonalaccesstoken/azuredevopspersonalaccesstoken.go
2025-08-20T23:00:14.0649454Z [00:02:36.326]➜  go tool buildid -w $WORK/b1077/_pkg_.a # internal
2025-08-20T23:00:14.0671459Z [00:02:36.328]➜  cp $WORK/b1077/_pkg_.a /root/.cache/go-build/b6/b6fcdc4a7da0a3ab972752c7f6cd1abb9f3f761e80908a93a4ad6966b023a9f8-d # internal
2025-08-20T23:00:14.0673725Z [00:02:36.328]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredirectmanagementkey
2025-08-20T23:00:14.0675996Z [00:02:36.329]➜  mkdir -p $WORK/b1078/
2025-08-20T23:00:14.0683781Z [00:02:36.329]➜  cat >/tmp/go-build2180205415/b1078/importcfg << 'EOF' # internal
2025-08-20T23:00:14.0684444Z [00:02:36.329]➜  # import config
2025-08-20T23:00:14.0685038Z [00:02:36.329]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.0686251Z [00:02:36.329]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:14.0706833Z [00:02:36.329]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:14.0707628Z [00:02:36.329]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:14.0709012Z [00:02:36.329]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:14.0709684Z [00:02:36.329]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.0710561Z [00:02:36.329]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:14.0711822Z [00:02:36.329]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.0712831Z [00:02:36.329]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:14.0714368Z [00:02:36.330]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.0715172Z [00:02:36.330]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.0716014Z [00:02:36.330]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.0716587Z [00:02:36.330]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.0717204Z [00:02:36.330]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.0717660Z [00:02:36.330]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:14.0718136Z [00:02:36.330]➜  EOF
2025-08-20T23:00:14.0720526Z [00:02:36.330]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1078/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredirectmanagementkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredirectmanagementkey;$WORK/b1078=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredirectmanagementkey -lang=go1.24 -complete -installsuffix shared -buildid YphRvtgWwzlCe3YGeNzG/YphRvtgWwzlCe3YGeNzG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1078/importcfg -pack ./pkg/detectors/azuredirectmanagementkey/azuredirectmanagementkey.go
2025-08-20T23:00:14.0999945Z [00:02:36.361]➜  go tool buildid -w $WORK/b1076/_pkg_.a # internal
2025-08-20T23:00:14.1020491Z [00:02:36.363]➜  cp $WORK/b1076/_pkg_.a /root/.cache/go-build/48/480b3e95d10e81f28c18181c7a9ba9c2812f2dc9e5f441e9e99085ee9d9341ad-d # internal
2025-08-20T23:00:14.1023740Z [00:02:36.363]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresastoken
2025-08-20T23:00:14.1024174Z [00:02:36.363]➜  mkdir -p $WORK/b1079/
2025-08-20T23:00:14.1061434Z [00:02:36.367]➜  cat >/tmp/go-build2180205415/b1079/importcfg << 'EOF' # internal
2025-08-20T23:00:14.1062073Z [00:02:36.367]➜  # import config
2025-08-20T23:00:14.1062609Z [00:02:36.367]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.1063682Z [00:02:36.367]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:14.1064284Z [00:02:36.367]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.1065131Z [00:02:36.367]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:14.1066583Z [00:02:36.367]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.1067539Z [00:02:36.367]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:14.1068512Z [00:02:36.367]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.1069776Z [00:02:36.367]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.1070684Z [00:02:36.367]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.1071841Z [00:02:36.367]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.1072270Z [00:02:36.367]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.1072708Z [00:02:36.367]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.1073238Z [00:02:36.367]➜  EOF
2025-08-20T23:00:14.1075418Z [00:02:36.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1079/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresastoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresastoken;$WORK/b1079=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresastoken -lang=go1.24 -complete -installsuffix shared -buildid I4qbCSfjNcnfZm0yO3vn/I4qbCSfjNcnfZm0yO3vn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1079/importcfg -pack ./pkg/detectors/azuresastoken/azuresastoken.go
2025-08-20T23:00:14.1565840Z [00:02:36.417]➜  go tool buildid -w $WORK/b1078/_pkg_.a # internal
2025-08-20T23:00:14.1580132Z [00:02:36.419]➜  cp $WORK/b1078/_pkg_.a /root/.cache/go-build/e9/e95f5d1e94996e61f7164061627b160cd1af5317183a89b2026edd1935a9f26f-d # internal
2025-08-20T23:00:14.1604761Z [00:02:36.419]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchadminkey
2025-08-20T23:00:14.1605246Z [00:02:36.421]➜  mkdir -p $WORK/b1080/
2025-08-20T23:00:14.1606005Z [00:02:36.421]➜  cat >/tmp/go-build2180205415/b1080/importcfg << 'EOF' # internal
2025-08-20T23:00:14.1606446Z [00:02:36.421]➜  # import config
2025-08-20T23:00:14.1606796Z [00:02:36.421]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.1607426Z [00:02:36.421]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.1608022Z [00:02:36.421]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.1608825Z [00:02:36.421]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.1609625Z [00:02:36.421]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.1610300Z [00:02:36.421]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.1610799Z [00:02:36.421]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.1611407Z [00:02:36.421]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.1611723Z [00:02:36.421]➜  EOF
2025-08-20T23:00:14.1613980Z [00:02:36.421]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1080/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchadminkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchadminkey;$WORK/b1080=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchadminkey -lang=go1.24 -complete -installsuffix shared -buildid JOeS2Q2AFtXurRiZLf7r/JOeS2Q2AFtXurRiZLf7r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1080/importcfg -pack ./pkg/detectors/azuresearchadminkey/azuresearchadminkey.go
2025-08-20T23:00:14.2059945Z [00:02:36.467]➜  go tool buildid -w $WORK/b1080/_pkg_.a # internal
2025-08-20T23:00:14.2086601Z [00:02:36.469]➜  cp $WORK/b1080/_pkg_.a /root/.cache/go-build/0c/0c815674501436832630f874ae48068a7ba95b59f2f8f2484681a9c28b75565f-d # internal
2025-08-20T23:00:14.2087517Z [00:02:36.469]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchquerykey
2025-08-20T23:00:14.2087961Z [00:02:36.469]➜  mkdir -p $WORK/b1081/
2025-08-20T23:00:14.2091567Z [00:02:36.470]➜  cat >/tmp/go-build2180205415/b1081/importcfg << 'EOF' # internal
2025-08-20T23:00:14.2092137Z [00:02:36.470]➜  # import config
2025-08-20T23:00:14.2092608Z [00:02:36.470]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.2094081Z [00:02:36.470]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.2094894Z [00:02:36.470]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.2095916Z [00:02:36.470]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.2096962Z [00:02:36.470]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.2097676Z [00:02:36.470]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.2098201Z [00:02:36.470]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.2099310Z [00:02:36.470]➜  EOF
2025-08-20T23:00:14.2101601Z [00:02:36.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1081/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchquerykey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchquerykey;$WORK/b1081=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchquerykey -lang=go1.24 -complete -installsuffix shared -buildid 7GEkn949HOAQgZ5S9NEp/7GEkn949HOAQgZ5S9NEp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1081/importcfg -pack ./pkg/detectors/azuresearchquerykey/azuresearchquerykey.go
2025-08-20T23:00:14.2180680Z [00:02:36.479]➜  go tool buildid -w $WORK/b1079/_pkg_.a # internal
2025-08-20T23:00:14.2194316Z [00:02:36.480]➜  cp $WORK/b1079/_pkg_.a /root/.cache/go-build/d5/d5761e7d03232a160c8ae610bae34ca2d306eb7e35912c544e2c35c2283f53db-d # internal
2025-08-20T23:00:14.2195658Z [00:02:36.481]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v1
2025-08-20T23:00:14.2196840Z [00:02:36.481]➜  mkdir -p $WORK/b1082/
2025-08-20T23:00:14.2198189Z [00:02:36.481]➜  cat >/tmp/go-build2180205415/b1082/importcfg << 'EOF' # internal
2025-08-20T23:00:14.2198850Z [00:02:36.481]➜  # import config
2025-08-20T23:00:14.2199849Z [00:02:36.481]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.2226717Z [00:02:36.481]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.2228279Z [00:02:36.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.2229396Z [00:02:36.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.2230392Z [00:02:36.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.2232288Z [00:02:36.481]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.2233863Z [00:02:36.481]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.2234309Z [00:02:36.481]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.2234749Z [00:02:36.481]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.2235066Z [00:02:36.481]➜  EOF
2025-08-20T23:00:14.2237326Z [00:02:36.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1082/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v1;$WORK/b1082=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v1 -lang=go1.24 -complete -installsuffix shared -buildid ob5uSR2kNNg4RFCg-kzq/ob5uSR2kNNg4RFCg-kzq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1082/importcfg -pack ./pkg/detectors/bannerbear/v1/bannerbear.go
2025-08-20T23:00:14.2642904Z [00:02:36.525]➜  go tool buildid -w $WORK/b1082/_pkg_.a # internal
2025-08-20T23:00:14.2654153Z [00:02:36.526]➜  cp $WORK/b1082/_pkg_.a /root/.cache/go-build/a0/a01b8413b556756ae171d0cd1eda1a4f7ffca7b0cd16b61bda5bf69223888470-d # internal
2025-08-20T23:00:14.2656117Z [00:02:36.527]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v2
2025-08-20T23:00:14.2657211Z [00:02:36.527]➜  mkdir -p $WORK/b1083/
2025-08-20T23:00:14.2660184Z [00:02:36.527]➜  cat >/tmp/go-build2180205415/b1083/importcfg << 'EOF' # internal
2025-08-20T23:00:14.2661169Z [00:02:36.527]➜  # import config
2025-08-20T23:00:14.2661824Z [00:02:36.527]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:14.2662521Z [00:02:36.527]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.2663873Z [00:02:36.527]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.2664869Z [00:02:36.527]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.2666994Z [00:02:36.527]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.2667937Z [00:02:36.527]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.2668626Z [00:02:36.527]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.2669104Z [00:02:36.527]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.2669518Z [00:02:36.527]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.2669838Z [00:02:36.527]➜  EOF
2025-08-20T23:00:14.2671938Z [00:02:36.527]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1083/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v2;$WORK/b1083=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v2 -lang=go1.24 -complete -installsuffix shared -buildid WVKDJ89lgGc4vqSluBbi/WVKDJ89lgGc4vqSluBbi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1083/importcfg -pack ./pkg/detectors/bannerbear/v2/bannerbear.go
2025-08-20T23:00:14.2811820Z [00:02:36.542]➜  go tool buildid -w $WORK/b1081/_pkg_.a # internal
2025-08-20T23:00:14.2851150Z [00:02:36.546]➜  cp $WORK/b1081/_pkg_.a /root/.cache/go-build/59/5936431876c353134830d547b039fbb093ab190b90cfd9a5c3d739720a3c7f16-d # internal
2025-08-20T23:00:14.2853263Z [00:02:36.546]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/baremetrics
2025-08-20T23:00:14.2854305Z [00:02:36.546]➜  mkdir -p $WORK/b1084/
2025-08-20T23:00:14.2855087Z [00:02:36.546]➜  cat >/tmp/go-build2180205415/b1084/importcfg << 'EOF' # internal
2025-08-20T23:00:14.2855704Z [00:02:36.546]➜  # import config
2025-08-20T23:00:14.2856453Z [00:02:36.546]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.2858075Z [00:02:36.546]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.2858689Z [00:02:36.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.2859584Z [00:02:36.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.2860389Z [00:02:36.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.2861073Z [00:02:36.546]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.2861548Z [00:02:36.546]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.2861971Z [00:02:36.546]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.2862405Z [00:02:36.546]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.2862725Z [00:02:36.546]➜  EOF
2025-08-20T23:00:14.2864795Z [00:02:36.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1084/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/baremetrics=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/baremetrics;$WORK/b1084=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/baremetrics -lang=go1.24 -complete -installsuffix shared -buildid 7BE0vuHUHlWu-rFHdKvi/7BE0vuHUHlWu-rFHdKvi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1084/importcfg -pack ./pkg/detectors/baremetrics/baremetrics.go
2025-08-20T23:00:14.3128930Z [00:02:36.574]➜  go tool buildid -w $WORK/b1083/_pkg_.a # internal
2025-08-20T23:00:14.3142872Z [00:02:36.575]➜  cp $WORK/b1083/_pkg_.a /root/.cache/go-build/61/619f41c973acd20bb4e23d8e3dd4b020482a73563233d6ef6effba70a107cc80-d # internal
2025-08-20T23:00:14.3146092Z [00:02:36.575]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beamer
2025-08-20T23:00:14.3146765Z [00:02:36.575]➜  mkdir -p $WORK/b1085/
2025-08-20T23:00:14.3149207Z [00:02:36.576]➜  cat >/tmp/go-build2180205415/b1085/importcfg << 'EOF' # internal
2025-08-20T23:00:14.3150279Z [00:02:36.576]➜  # import config
2025-08-20T23:00:14.3150901Z [00:02:36.576]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.3151569Z [00:02:36.576]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.3152499Z [00:02:36.576]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.3153545Z [00:02:36.576]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.3155122Z [00:02:36.576]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.3155937Z [00:02:36.576]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.3156481Z [00:02:36.576]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.3156918Z [00:02:36.576]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.3157353Z [00:02:36.576]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.3157912Z [00:02:36.576]➜  EOF
2025-08-20T23:00:14.3159842Z [00:02:36.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1085/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beamer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beamer;$WORK/b1085=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beamer -lang=go1.24 -complete -installsuffix shared -buildid Xa1xwR9jce_AJoX8l_Lu/Xa1xwR9jce_AJoX8l_Lu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1085/importcfg -pack ./pkg/detectors/beamer/beamer.go
2025-08-20T23:00:14.3473581Z [00:02:36.608]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:14.3478572Z [00:02:36.608]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x019.o -c threading.c
2025-08-20T23:00:14.3524588Z [00:02:36.613]➜  go tool buildid -w $WORK/b1084/_pkg_.a # internal
2025-08-20T23:00:14.3526417Z [00:02:36.613]➜  cp $WORK/b1084/_pkg_.a /root/.cache/go-build/74/7469f0913691d04de527fb62abf1c5444c6203ae1c21d6b36d95a46bc72bf6b5-d # internal
2025-08-20T23:00:14.3527497Z [00:02:36.613]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beebole
2025-08-20T23:00:14.3528039Z [00:02:36.613]➜  mkdir -p $WORK/b1086/
2025-08-20T23:00:14.3528966Z [00:02:36.613]➜  cat >/tmp/go-build2180205415/b1086/importcfg << 'EOF' # internal
2025-08-20T23:00:14.3529631Z [00:02:36.613]➜  # import config
2025-08-20T23:00:14.3530120Z [00:02:36.613]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.3530693Z [00:02:36.613]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.3531386Z [00:02:36.613]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.3532280Z [00:02:36.613]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.3533179Z [00:02:36.613]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.3534009Z [00:02:36.613]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.3534645Z [00:02:36.613]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.3535208Z [00:02:36.613]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.3536170Z [00:02:36.613]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.3536800Z [00:02:36.613]➜  EOF
2025-08-20T23:00:14.3537358Z [00:02:36.613]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:14.3540409Z [00:02:36.613]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1086/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beebole=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beebole;$WORK/b1086=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beebole -lang=go1.24 -complete -installsuffix shared -buildid qjebEu_BpsPGKwVaWB2q/qjebEu_BpsPGKwVaWB2q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1086/importcfg -pack ./pkg/detectors/beebole/beebole.go
2025-08-20T23:00:14.3591230Z [00:02:36.620]➜  go tool buildid -w $WORK/b1085/_pkg_.a # internal
2025-08-20T23:00:14.3611277Z [00:02:36.622]➜  cp $WORK/b1085/_pkg_.a /root/.cache/go-build/3c/3c5186409babf7f835109fc29eeecd88b5a1985d2f9d5085c8be9b03d3244676-d # internal
2025-08-20T23:00:14.3617687Z [00:02:36.623]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/besttime
2025-08-20T23:00:14.3618362Z [00:02:36.623]➜  mkdir -p $WORK/b1087/
2025-08-20T23:00:14.3627084Z [00:02:36.624]➜  cat >/tmp/go-build2180205415/b1087/importcfg << 'EOF' # internal
2025-08-20T23:00:14.3627728Z [00:02:36.624]➜  # import config
2025-08-20T23:00:14.3628084Z [00:02:36.624]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.3628508Z [00:02:36.624]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.3629113Z [00:02:36.624]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.3629886Z [00:02:36.624]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.3630684Z [00:02:36.624]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.3631373Z [00:02:36.624]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.3632057Z [00:02:36.624]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.3632483Z [00:02:36.624]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.3632920Z [00:02:36.624]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.3633236Z [00:02:36.624]➜  EOF
2025-08-20T23:00:14.3635230Z [00:02:36.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1087/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/besttime=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/besttime;$WORK/b1087=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/besttime -lang=go1.24 -complete -installsuffix shared -buildid dL6JdnCLcJ8jO0eUDQiT/dL6JdnCLcJ8jO0eUDQiT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1087/importcfg -pack ./pkg/detectors/besttime/besttime.go
2025-08-20T23:00:14.3750591Z [00:02:36.636]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:14.3755428Z [00:02:36.636]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x020.o -c xxhash.c
2025-08-20T23:00:14.4235653Z [00:02:36.684]➜  go tool buildid -w $WORK/b1086/_pkg_.a # internal
2025-08-20T23:00:14.4243271Z [00:02:36.685]➜  cp $WORK/b1086/_pkg_.a /root/.cache/go-build/eb/eb28c8c5302a6baed5e6cd8327c7fc62f80c47075267d7c6fe0414fe83256bee-d # internal
2025-08-20T23:00:14.4244714Z [00:02:36.686]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/betterstack
2025-08-20T23:00:14.4246190Z [00:02:36.686]➜  mkdir -p $WORK/b1088/
2025-08-20T23:00:14.4259600Z [00:02:36.687]➜  cat >/tmp/go-build2180205415/b1088/importcfg << 'EOF' # internal
2025-08-20T23:00:14.4260205Z [00:02:36.687]➜  # import config
2025-08-20T23:00:14.4260735Z [00:02:36.687]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.4261386Z [00:02:36.687]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.4262131Z [00:02:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.4263011Z [00:02:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.4263910Z [00:02:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.4264691Z [00:02:36.687]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.4265296Z [00:02:36.687]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.4274360Z [00:02:36.687]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.4275207Z [00:02:36.687]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.4275553Z [00:02:36.687]➜  EOF
2025-08-20T23:00:14.4275972Z [00:02:36.687]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:14.4278322Z [00:02:36.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1088/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/betterstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/betterstack;$WORK/b1088=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/betterstack -lang=go1.24 -complete -installsuffix shared -buildid 1kZgBZgnavRKgAdVjBwY/1kZgBZgnavRKgAdVjBwY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1088/importcfg -pack ./pkg/detectors/betterstack/betterstack.go
2025-08-20T23:00:14.4388283Z [00:02:36.699]➜  go tool buildid -w $WORK/b1087/_pkg_.a # internal
2025-08-20T23:00:14.4397686Z [00:02:36.701]➜  cp $WORK/b1087/_pkg_.a /root/.cache/go-build/6a/6a342ad1e51a9d0ee7395db6c1ab7cec9ff9a76039cb736ddf834d90c79cdf2f-d # internal
2025-08-20T23:00:14.4405138Z [00:02:36.701]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/billomat
2025-08-20T23:00:14.4408430Z [00:02:36.702]➜  mkdir -p $WORK/b1089/
2025-08-20T23:00:14.4417462Z [00:02:36.703]➜  cat >/tmp/go-build2180205415/b1089/importcfg << 'EOF' # internal
2025-08-20T23:00:14.4418001Z [00:02:36.703]➜  # import config
2025-08-20T23:00:14.4418392Z [00:02:36.703]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.4418941Z [00:02:36.703]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:14.4419496Z [00:02:36.703]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.4420218Z [00:02:36.703]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.4421162Z [00:02:36.703]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.4422073Z [00:02:36.703]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.4422877Z [00:02:36.703]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.4423479Z [00:02:36.703]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.4423994Z [00:02:36.703]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.4424527Z [00:02:36.703]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.4424954Z [00:02:36.703]➜  EOF
2025-08-20T23:00:14.4432452Z [00:02:36.704]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1089/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/billomat=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/billomat;$WORK/b1089=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/billomat -lang=go1.24 -complete -installsuffix shared -buildid YQWzwxnuL7kjMYpMjQzG/YQWzwxnuL7kjMYpMjQzG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1089/importcfg -pack ./pkg/detectors/billomat/billomat.go
2025-08-20T23:00:14.4575728Z [00:02:36.718]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:14.4577644Z [00:02:36.718]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x021.o -c zbuff_common.c
2025-08-20T23:00:14.5034420Z [00:02:36.764]➜  go tool buildid -w $WORK/b1088/_pkg_.a # internal
2025-08-20T23:00:14.5041741Z [00:02:36.765]➜  cp $WORK/b1088/_pkg_.a /root/.cache/go-build/96/964e59270c25dd0fea405d91f8f83ea583b4aeb11ad6aa369e44f0f795e58f4c-d # internal
2025-08-20T23:00:14.5067287Z [00:02:36.768]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bingsubscriptionkey
2025-08-20T23:00:14.5068471Z [00:02:36.768]➜  mkdir -p $WORK/b1090/
2025-08-20T23:00:14.5069278Z [00:02:36.768]➜  cat >/tmp/go-build2180205415/b1090/importcfg << 'EOF' # internal
2025-08-20T23:00:14.5071826Z [00:02:36.768]➜  # import config
2025-08-20T23:00:14.5072198Z [00:02:36.768]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.5072630Z [00:02:36.768]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.5073233Z [00:02:36.768]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.5074004Z [00:02:36.768]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.5074800Z [00:02:36.768]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.5075497Z [00:02:36.768]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.5076128Z [00:02:36.768]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.5076548Z [00:02:36.768]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.5076878Z [00:02:36.768]➜  EOF
2025-08-20T23:00:14.5080732Z [00:02:36.769]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:14.5083790Z [00:02:36.769]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1090/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bingsubscriptionkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bingsubscriptionkey;$WORK/b1090=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bingsubscriptionkey -lang=go1.24 -complete -installsuffix shared -buildid P7r8QGJZ-tr4oRp6hmve/P7r8QGJZ-tr4oRp6hmve -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1090/importcfg -pack ./pkg/detectors/bingsubscriptionkey/bingsubscriptionkey.go
2025-08-20T23:00:14.5197502Z [00:02:36.781]➜  go tool buildid -w $WORK/b1089/_pkg_.a # internal
2025-08-20T23:00:14.5207730Z [00:02:36.782]➜  cp $WORK/b1089/_pkg_.a /root/.cache/go-build/2c/2caf0d3afa83b677c09ccf435edeaf434b622ff60417b24aee43d6faa4a4e93b-d # internal
2025-08-20T23:00:14.5208452Z [00:02:36.782]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbar
2025-08-20T23:00:14.5208829Z [00:02:36.782]➜  mkdir -p $WORK/b1091/
2025-08-20T23:00:14.5221312Z [00:02:36.783]➜  cat >/tmp/go-build2180205415/b1091/importcfg << 'EOF' # internal
2025-08-20T23:00:14.5222109Z [00:02:36.783]➜  # import config
2025-08-20T23:00:14.5222617Z [00:02:36.783]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.5223789Z [00:02:36.783]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.5224400Z [00:02:36.783]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.5225423Z [00:02:36.783]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.5226579Z [00:02:36.783]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.5227375Z [00:02:36.783]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.5227864Z [00:02:36.783]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.5228288Z [00:02:36.783]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.5228721Z [00:02:36.783]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.5229037Z [00:02:36.783]➜  EOF
2025-08-20T23:00:14.5231005Z [00:02:36.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1091/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbar=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbar;$WORK/b1091=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbar -lang=go1.24 -complete -installsuffix shared -buildid WqntPh6sSPjwmyOZfMLt/WqntPh6sSPjwmyOZfMLt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1091/importcfg -pack ./pkg/detectors/bitbar/bitbar.go
2025-08-20T23:00:14.5767049Z [00:02:36.838]➜  go tool buildid -w $WORK/b1090/_pkg_.a # internal
2025-08-20T23:00:14.5775219Z [00:02:36.839]➜  go tool buildid -w $WORK/b1091/_pkg_.a # internal
2025-08-20T23:00:14.5780946Z [00:02:36.839]➜  cp $WORK/b1090/_pkg_.a /root/.cache/go-build/e8/e815e5ec2ef0b9655d8dd77841fd280ed584ec0eb7c10c7453948fdfc5fc46a3-d # internal
2025-08-20T23:00:14.5782743Z [00:02:36.839]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbucketapppassword
2025-08-20T23:00:14.5783772Z [00:02:36.840]➜  mkdir -p $WORK/b1092/
2025-08-20T23:00:14.5788475Z [00:02:36.840]➜  cat >/tmp/go-build2180205415/b1092/importcfg << 'EOF' # internal
2025-08-20T23:00:14.5789031Z [00:02:36.840]➜  # import config
2025-08-20T23:00:14.5789408Z [00:02:36.840]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.5803054Z [00:02:36.840]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:14.5804258Z [00:02:36.840]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.5805646Z [00:02:36.840]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.5807028Z [00:02:36.840]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.5807880Z [00:02:36.840]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.5808484Z [00:02:36.840]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.5808910Z [00:02:36.840]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.5809341Z [00:02:36.840]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:14.5809956Z [00:02:36.840]➜  EOF
2025-08-20T23:00:14.5812352Z [00:02:36.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1092/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbucketapppassword=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbucketapppassword;$WORK/b1092=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbucketapppassword -lang=go1.24 -complete -installsuffix shared -buildid lle2qi1cGnbZ6QGsMgI_/lle2qi1cGnbZ6QGsMgI_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1092/importcfg -pack ./pkg/detectors/bitbucketapppassword/bitbucketapppassword.go
2025-08-20T23:00:14.5814717Z [00:02:36.841]➜  cp $WORK/b1091/_pkg_.a /root/.cache/go-build/50/50ff54a5e5595f34016f6cbbd7ba6963d0123c9afbc3623f77c76c09a5c6b967-d # internal
2025-08-20T23:00:14.5815413Z [00:02:36.842]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitcoinaverage
2025-08-20T23:00:14.5816083Z [00:02:36.842]➜  mkdir -p $WORK/b1093/
2025-08-20T23:00:14.5831708Z [00:02:36.844]➜  cat >/tmp/go-build2180205415/b1093/importcfg << 'EOF' # internal
2025-08-20T23:00:14.5832147Z [00:02:36.844]➜  # import config
2025-08-20T23:00:14.5832870Z [00:02:36.844]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.5833409Z [00:02:36.844]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:14.5834020Z [00:02:36.844]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.5834623Z [00:02:36.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.5835395Z [00:02:36.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.5836484Z [00:02:36.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.5837166Z [00:02:36.844]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.5837650Z [00:02:36.844]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.5838314Z [00:02:36.844]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.5838751Z [00:02:36.844]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.5839073Z [00:02:36.844]➜  EOF
2025-08-20T23:00:14.5841189Z [00:02:36.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1093/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitcoinaverage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitcoinaverage;$WORK/b1093=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitcoinaverage -lang=go1.24 -complete -installsuffix shared -buildid kB_CPTlPhQkScLiWYd6G/kB_CPTlPhQkScLiWYd6G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1093/importcfg -pack ./pkg/detectors/bitcoinaverage/bitcoinaverage.go
2025-08-20T23:00:14.6270244Z [00:02:36.888]➜  go tool buildid -w $WORK/b1092/_pkg_.a # internal
2025-08-20T23:00:14.6288287Z [00:02:36.890]➜  cp $WORK/b1092/_pkg_.a /root/.cache/go-build/0f/0fc3052a4fdbf1d070e9c21e779cd017dd9d6b566647de6c12c9fab6b9d1df0c-d # internal
2025-08-20T23:00:14.6295279Z [00:02:36.891]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitfinex
2025-08-20T23:00:14.6301949Z [00:02:36.891]➜  mkdir -p $WORK/b1094/
2025-08-20T23:00:14.6312406Z [00:02:36.892]➜  cat >/tmp/go-build2180205415/b1094/importcfg << 'EOF' # internal
2025-08-20T23:00:14.6313026Z [00:02:36.892]➜  # import config
2025-08-20T23:00:14.6313493Z [00:02:36.892]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:14.6315107Z [00:02:36.892]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.6315598Z [00:02:36.892]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:14.6316294Z [00:02:36.892]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:14.6316769Z [00:02:36.892]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:14.6317479Z [00:02:36.892]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.6318203Z [00:02:36.892]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.6318978Z [00:02:36.892]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.6319780Z [00:02:36.892]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.6320461Z [00:02:36.892]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.6320935Z [00:02:36.892]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.6321355Z [00:02:36.892]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.6321787Z [00:02:36.892]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.6322208Z [00:02:36.892]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:14.6322522Z [00:02:36.892]➜  EOF
2025-08-20T23:00:14.6365169Z [00:02:36.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1094/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitfinex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitfinex;$WORK/b1094=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitfinex -lang=go1.24 -complete -installsuffix shared -buildid 9X6lIWAt2njTDlW0fuL-/9X6lIWAt2njTDlW0fuL- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1094/importcfg -pack ./pkg/detectors/bitfinex/bitfinex.go
2025-08-20T23:00:14.6377301Z [00:02:36.897]➜  go tool buildid -w $WORK/b1093/_pkg_.a # internal
2025-08-20T23:00:14.6378014Z [00:02:36.898]➜  cp $WORK/b1093/_pkg_.a /root/.cache/go-build/20/20ffbb8338c6eaafece940660c85b7183253d4ce5606fadc2bbbf3dbe748110c-d # internal
2025-08-20T23:00:14.6378735Z [00:02:36.898]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitlyaccesstoken
2025-08-20T23:00:14.6379162Z [00:02:36.898]➜  mkdir -p $WORK/b1095/
2025-08-20T23:00:14.6379837Z [00:02:36.899]➜  cat >/tmp/go-build2180205415/b1095/importcfg << 'EOF' # internal
2025-08-20T23:00:14.6380189Z [00:02:36.899]➜  # import config
2025-08-20T23:00:14.6380532Z [00:02:36.899]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.6380958Z [00:02:36.899]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.6381549Z [00:02:36.899]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.6382314Z [00:02:36.899]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.6383104Z [00:02:36.899]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.6383779Z [00:02:36.899]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.6384256Z [00:02:36.899]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.6384685Z [00:02:36.899]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.6385001Z [00:02:36.899]➜  EOF
2025-08-20T23:00:14.6387327Z [00:02:36.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1095/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitlyaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitlyaccesstoken;$WORK/b1095=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitlyaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid KnxByQuacNnizFDU8nww/KnxByQuacNnizFDU8nww -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1095/importcfg -pack ./pkg/detectors/bitlyaccesstoken/bitlyaccesstoken.go
2025-08-20T23:00:14.6770777Z [00:02:36.938]➜  go tool buildid -w $WORK/b1095/_pkg_.a # internal
2025-08-20T23:00:14.6782695Z [00:02:36.939]➜  cp $WORK/b1095/_pkg_.a /root/.cache/go-build/76/7624969a471a24ff1ab263b632b9208c2c4cc7f70ffaa9670e1ef191ad27b88a-d # internal
2025-08-20T23:00:14.6783520Z [00:02:36.939]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitmex
2025-08-20T23:00:14.6784813Z [00:02:36.939]➜  mkdir -p $WORK/b1096/
2025-08-20T23:00:14.6798032Z [00:02:36.941]➜  cat >/tmp/go-build2180205415/b1096/importcfg << 'EOF' # internal
2025-08-20T23:00:14.6798714Z [00:02:36.941]➜  # import config
2025-08-20T23:00:14.6799306Z [00:02:36.941]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.6800574Z [00:02:36.941]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:14.6801286Z [00:02:36.941]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:14.6801878Z [00:02:36.941]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:14.6803087Z [00:02:36.941]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.6803730Z [00:02:36.941]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.6804747Z [00:02:36.941]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.6805609Z [00:02:36.941]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.6806584Z [00:02:36.941]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.6807065Z [00:02:36.941]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.6807482Z [00:02:36.941]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.6807917Z [00:02:36.941]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:14.6808340Z [00:02:36.941]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:14.6808769Z [00:02:36.941]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.6809193Z [00:02:36.941]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:14.6809699Z [00:02:36.941]➜  EOF
2025-08-20T23:00:14.6811653Z [00:02:36.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1096/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitmex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitmex;$WORK/b1096=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitmex -lang=go1.24 -complete -installsuffix shared -buildid nmIY1thFRMup3p9QWAAk/nmIY1thFRMup3p9QWAAk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1096/importcfg -pack ./pkg/detectors/bitmex/bitmex.go
2025-08-20T23:00:14.7258509Z [00:02:36.987]➜  go tool buildid -w $WORK/b1096/_pkg_.a # internal
2025-08-20T23:00:14.7271023Z [00:02:36.988]➜  cp $WORK/b1096/_pkg_.a /root/.cache/go-build/ff/ffc8614ccc6167101d093c19902510800b5c08373d9e90cdf656a83f463e19bf-d # internal
2025-08-20T23:00:14.7280426Z [00:02:36.988]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blazemeter
2025-08-20T23:00:14.7280982Z [00:02:36.988]➜  mkdir -p $WORK/b1097/
2025-08-20T23:00:14.7281399Z [00:02:36.989]➜  cat >/tmp/go-build2180205415/b1097/importcfg << 'EOF' # internal
2025-08-20T23:00:14.7281747Z [00:02:36.989]➜  # import config
2025-08-20T23:00:14.7282106Z [00:02:36.989]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.7282532Z [00:02:36.989]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.7283131Z [00:02:36.989]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.7283909Z [00:02:36.989]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.7284708Z [00:02:36.989]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.7285638Z [00:02:36.989]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.7286364Z [00:02:36.989]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.7286792Z [00:02:36.989]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.7287224Z [00:02:36.989]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.7287549Z [00:02:36.989]➜  EOF
2025-08-20T23:00:14.7289598Z [00:02:36.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1097/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blazemeter=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blazemeter;$WORK/b1097=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blazemeter -lang=go1.24 -complete -installsuffix shared -buildid 6a8zO7GDuUX-gE2AAxFZ/6a8zO7GDuUX-gE2AAxFZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1097/importcfg -pack ./pkg/detectors/blazemeter/blazemeter.go
2025-08-20T23:00:14.7401909Z [00:02:37.001]➜  go tool buildid -w $WORK/b1094/_pkg_.a # internal
2025-08-20T23:00:14.7424306Z [00:02:37.002]➜  cp $WORK/b1094/_pkg_.a /root/.cache/go-build/4d/4d1c6e15534032a612c16c534a11ead344b71c0bedea28fc7ccebf250d88bd85-d # internal
2025-08-20T23:00:14.7425128Z [00:02:37.002]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blitapp
2025-08-20T23:00:14.7425683Z [00:02:37.002]➜  mkdir -p $WORK/b1098/
2025-08-20T23:00:14.7426233Z [00:02:37.003]➜  cat >/tmp/go-build2180205415/b1098/importcfg << 'EOF' # internal
2025-08-20T23:00:14.7426590Z [00:02:37.003]➜  # import config
2025-08-20T23:00:14.7426935Z [00:02:37.003]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.7427354Z [00:02:37.003]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.7427949Z [00:02:37.003]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.7428744Z [00:02:37.003]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.7429551Z [00:02:37.003]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.7430485Z [00:02:37.003]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.7430971Z [00:02:37.003]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.7431392Z [00:02:37.003]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.7431822Z [00:02:37.003]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.7432138Z [00:02:37.003]➜  EOF
2025-08-20T23:00:14.7434080Z [00:02:37.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1098/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blitapp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blitapp;$WORK/b1098=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blitapp -lang=go1.24 -complete -installsuffix shared -buildid sXYUu_gMUHFB-t_9luw2/sXYUu_gMUHFB-t_9luw2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1098/importcfg -pack ./pkg/detectors/blitapp/blitapp.go
2025-08-20T23:00:14.7683625Z [00:02:37.029]➜  go tool buildid -w $WORK/b1097/_pkg_.a # internal
2025-08-20T23:00:14.7720669Z [00:02:37.030]➜  cp $WORK/b1097/_pkg_.a /root/.cache/go-build/31/3121568025ad5ee6de2f16f8741dabe9f80bada908147590f49f17de6af59ff3-d # internal
2025-08-20T23:00:14.7721605Z [00:02:37.030]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blogger
2025-08-20T23:00:14.7722002Z [00:02:37.030]➜  mkdir -p $WORK/b1099/
2025-08-20T23:00:14.7722380Z [00:02:37.031]➜  cat >/tmp/go-build2180205415/b1099/importcfg << 'EOF' # internal
2025-08-20T23:00:14.7722730Z [00:02:37.031]➜  # import config
2025-08-20T23:00:14.7723075Z [00:02:37.031]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.7723496Z [00:02:37.031]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.7724384Z [00:02:37.031]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.7725241Z [00:02:37.031]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.7726174Z [00:02:37.031]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.7726924Z [00:02:37.031]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.7727403Z [00:02:37.031]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.7727824Z [00:02:37.031]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.7728256Z [00:02:37.031]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.7728570Z [00:02:37.031]➜  EOF
2025-08-20T23:00:14.7730679Z [00:02:37.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1099/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blogger=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blogger;$WORK/b1099=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blogger -lang=go1.24 -complete -installsuffix shared -buildid XTK3g5m5voOE75OH2hNW/XTK3g5m5voOE75OH2hNW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1099/importcfg -pack ./pkg/detectors/blogger/blogger.go
2025-08-20T23:00:14.8053932Z [00:02:37.066]➜  go tool buildid -w $WORK/b1099/_pkg_.a # internal
2025-08-20T23:00:14.8075867Z [00:02:37.067]➜  cp $WORK/b1099/_pkg_.a /root/.cache/go-build/5c/5ca342da6e1e6d03923db72185c0eb254ed830f4564ce64a525ab6255ec05271-d # internal
2025-08-20T23:00:14.8076671Z [00:02:37.067]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bombbomb
2025-08-20T23:00:14.8077081Z [00:02:37.067]➜  mkdir -p $WORK/b1100/
2025-08-20T23:00:14.8077455Z [00:02:37.067]➜  cat >/tmp/go-build2180205415/b1100/importcfg << 'EOF' # internal
2025-08-20T23:00:14.8077803Z [00:02:37.067]➜  # import config
2025-08-20T23:00:14.8078164Z [00:02:37.067]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.8078918Z [00:02:37.067]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.8079517Z [00:02:37.067]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.8080287Z [00:02:37.067]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.8081081Z [00:02:37.067]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.8081758Z [00:02:37.067]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.8082229Z [00:02:37.067]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.8082649Z [00:02:37.067]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.8083088Z [00:02:37.067]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.8083411Z [00:02:37.067]➜  EOF
2025-08-20T23:00:14.8085398Z [00:02:37.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1100/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bombbomb=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bombbomb;$WORK/b1100=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bombbomb -lang=go1.24 -complete -installsuffix shared -buildid eQRNTAAz7XRzMUKg8Hg_/eQRNTAAz7XRzMUKg8Hg_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1100/importcfg -pack ./pkg/detectors/bombbomb/bombbomb.go
2025-08-20T23:00:14.8096431Z [00:02:37.070]➜  go tool buildid -w $WORK/b1098/_pkg_.a # internal
2025-08-20T23:00:14.8096843Z [00:02:37.070]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:14.8098733Z [00:02:37.070]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x022.o -c zbuff_compress.c
2025-08-20T23:00:14.8108007Z [00:02:37.072]➜  cp $WORK/b1098/_pkg_.a /root/.cache/go-build/ce/ce8d805eeedb99c246b77c8654ff53d508c5b10675bf431332bc9191cb656a60-d # internal
2025-08-20T23:00:14.8119269Z [00:02:37.072]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boostnote
2025-08-20T23:00:14.8119676Z [00:02:37.072]➜  mkdir -p $WORK/b1101/
2025-08-20T23:00:14.8120047Z [00:02:37.072]➜  cat >/tmp/go-build2180205415/b1101/importcfg << 'EOF' # internal
2025-08-20T23:00:14.8120395Z [00:02:37.072]➜  # import config
2025-08-20T23:00:14.8120737Z [00:02:37.072]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.8121157Z [00:02:37.072]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.8121766Z [00:02:37.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.8122831Z [00:02:37.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.8123791Z [00:02:37.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.8124472Z [00:02:37.072]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.8124946Z [00:02:37.072]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.8125361Z [00:02:37.072]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.8125923Z [00:02:37.072]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.8126295Z [00:02:37.072]➜  EOF
2025-08-20T23:00:14.8126557Z [00:02:37.072]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:14.8128653Z [00:02:37.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1101/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boostnote=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boostnote;$WORK/b1101=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boostnote -lang=go1.24 -complete -installsuffix shared -buildid OWf6Tveg0FOZCqkDVUtC/OWf6Tveg0FOZCqkDVUtC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1101/importcfg -pack ./pkg/detectors/boostnote/boostnote.go
2025-08-20T23:00:14.8744032Z [00:02:37.135]➜  go tool buildid -w $WORK/b1100/_pkg_.a # internal
2025-08-20T23:00:14.8764790Z [00:02:37.136]➜  cp $WORK/b1100/_pkg_.a /root/.cache/go-build/66/66f704fe22809980baaf6d36f95b00f2f0bbeae1a20a586c11f5ca0c2662195d-d # internal
2025-08-20T23:00:14.8765538Z [00:02:37.136]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/borgbase
2025-08-20T23:00:14.8766096Z [00:02:37.136]➜  mkdir -p $WORK/b1102/
2025-08-20T23:00:14.8766506Z [00:02:37.137]➜  cat >/tmp/go-build2180205415/b1102/importcfg << 'EOF' # internal
2025-08-20T23:00:14.8766870Z [00:02:37.137]➜  # import config
2025-08-20T23:00:14.8767228Z [00:02:37.137]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.8767691Z [00:02:37.137]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.8768298Z [00:02:37.137]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.8769074Z [00:02:37.137]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.8769870Z [00:02:37.137]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.8770555Z [00:02:37.137]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.8771032Z [00:02:37.137]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.8771709Z [00:02:37.137]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.8772246Z [00:02:37.137]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.8772678Z [00:02:37.137]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:14.8772988Z [00:02:37.137]➜  EOF
2025-08-20T23:00:14.8774955Z [00:02:37.137]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1102/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/borgbase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/borgbase;$WORK/b1102=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/borgbase -lang=go1.24 -complete -installsuffix shared -buildid 4oFir_-Uw2kkTzU-QfiD/4oFir_-Uw2kkTzU-QfiD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1102/importcfg -pack ./pkg/detectors/borgbase/borgbase.go
2025-08-20T23:00:14.8800911Z [00:02:37.141]➜  go tool buildid -w $WORK/b1101/_pkg_.a # internal
2025-08-20T23:00:14.8842322Z [00:02:37.142]➜  cp $WORK/b1101/_pkg_.a /root/.cache/go-build/47/47743eaafcc24c0448749de0237ded1f12659ae2c2ab90cc896bde10c21d5ba3-d # internal
2025-08-20T23:00:14.8843411Z [00:02:37.142]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/box
2025-08-20T23:00:14.8843878Z [00:02:37.142]➜  mkdir -p $WORK/b1103/
2025-08-20T23:00:14.8844266Z [00:02:37.143]➜  cat >/tmp/go-build2180205415/b1103/importcfg << 'EOF' # internal
2025-08-20T23:00:14.8844796Z [00:02:37.143]➜  # import config
2025-08-20T23:00:14.8845146Z [00:02:37.143]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.8845604Z [00:02:37.143]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:14.8848309Z [00:02:37.143]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.8848918Z [00:02:37.143]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.8849689Z [00:02:37.143]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.8850508Z [00:02:37.143]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.8851408Z [00:02:37.143]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.8851894Z [00:02:37.143]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.8852314Z [00:02:37.143]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.8852634Z [00:02:37.143]➜  EOF
2025-08-20T23:00:14.8854519Z [00:02:37.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1103/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/box=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/box;$WORK/b1103=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/box -lang=go1.24 -complete -installsuffix shared -buildid 18dW9rRR4u70Dq0vbeCf/18dW9rRR4u70Dq0vbeCf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1103/importcfg -pack ./pkg/detectors/box/box.go
2025-08-20T23:00:14.9317317Z [00:02:37.193]➜  go tool buildid -w $WORK/b1102/_pkg_.a # internal
2025-08-20T23:00:14.9331839Z [00:02:37.194]➜  cp $WORK/b1102/_pkg_.a /root/.cache/go-build/f8/f85410496dace92957d38da54f38399643639829b834269a04009da6c80cde4b-d # internal
2025-08-20T23:00:14.9335266Z [00:02:37.194]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boxoauth
2025-08-20T23:00:14.9337072Z [00:02:37.194]➜  mkdir -p $WORK/b1104/
2025-08-20T23:00:14.9337486Z [00:02:37.195]➜  cat >/tmp/go-build2180205415/b1104/importcfg << 'EOF' # internal
2025-08-20T23:00:14.9337839Z [00:02:37.195]➜  # import config
2025-08-20T23:00:14.9338187Z [00:02:37.195]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.9338607Z [00:02:37.195]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.9339204Z [00:02:37.195]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.9340225Z [00:02:37.195]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.9341113Z [00:02:37.195]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.9341806Z [00:02:37.195]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.9342281Z [00:02:37.195]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.9342698Z [00:02:37.195]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.9343132Z [00:02:37.195]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.9343451Z [00:02:37.195]➜  EOF
2025-08-20T23:00:14.9352369Z [00:02:37.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1104/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boxoauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boxoauth;$WORK/b1104=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boxoauth -lang=go1.24 -complete -installsuffix shared -buildid DM3AHz73pfjYO58d4pxE/DM3AHz73pfjYO58d4pxE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1104/importcfg -pack ./pkg/detectors/boxoauth/boxoauth.go
2025-08-20T23:00:14.9516377Z [00:02:37.213]➜  go tool buildid -w $WORK/b1103/_pkg_.a # internal
2025-08-20T23:00:14.9538656Z [00:02:37.215]➜  cp $WORK/b1103/_pkg_.a /root/.cache/go-build/dc/dcd220985fbe4752c30964e5c8978f5a402f011a710fdbd02691813439a46e46-d # internal
2025-08-20T23:00:14.9542321Z [00:02:37.215]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/braintreepayments
2025-08-20T23:00:14.9542831Z [00:02:37.215]➜  mkdir -p $WORK/b1105/
2025-08-20T23:00:14.9543217Z [00:02:37.215]➜  cat >/tmp/go-build2180205415/b1105/importcfg << 'EOF' # internal
2025-08-20T23:00:14.9543568Z [00:02:37.215]➜  # import config
2025-08-20T23:00:14.9543907Z [00:02:37.215]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.9544348Z [00:02:37.215]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.9545250Z [00:02:37.215]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.9546119Z [00:02:37.215]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.9546989Z [00:02:37.215]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.9553659Z [00:02:37.215]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.9554145Z [00:02:37.215]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:14.9554574Z [00:02:37.215]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.9555007Z [00:02:37.215]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.9555324Z [00:02:37.215]➜  EOF
2025-08-20T23:00:14.9557698Z [00:02:37.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1105/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/braintreepayments=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/braintreepayments;$WORK/b1105=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/braintreepayments -lang=go1.24 -complete -installsuffix shared -buildid lvlL3SfLB5VS7ba4bSMR/lvlL3SfLB5VS7ba4bSMR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1105/importcfg -pack ./pkg/detectors/braintreepayments/braintreepayments.go
2025-08-20T23:00:14.9801129Z [00:02:37.241]➜  go tool buildid -w $WORK/b1104/_pkg_.a # internal
2025-08-20T23:00:14.9814340Z [00:02:37.242]➜  cp $WORK/b1104/_pkg_.a /root/.cache/go-build/fe/fe1c002a9491dc05b3c192a2dcd12f57a72abc68a2809168a274876cd5791b90-d # internal
2025-08-20T23:00:14.9817066Z [00:02:37.243]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v2
2025-08-20T23:00:14.9818321Z [00:02:37.243]➜  mkdir -p $WORK/b1107/
2025-08-20T23:00:14.9821273Z [00:02:37.243]➜  cat >/tmp/go-build2180205415/b1107/importcfg << 'EOF' # internal
2025-08-20T23:00:14.9823169Z [00:02:37.243]➜  # import config
2025-08-20T23:00:14.9823541Z [00:02:37.243]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:14.9823979Z [00:02:37.243]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:14.9824579Z [00:02:37.243]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:14.9825350Z [00:02:37.243]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:14.9826283Z [00:02:37.243]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:14.9826978Z [00:02:37.243]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:14.9827474Z [00:02:37.243]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:14.9827920Z [00:02:37.243]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:14.9828543Z [00:02:37.243]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:14.9828933Z [00:02:37.243]➜  EOF
2025-08-20T23:00:14.9841853Z [00:02:37.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1107/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v2;$WORK/b1107=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v2 -lang=go1.24 -complete -installsuffix shared -buildid 81WL-DaJGnQUZst8Dis8/81WL-DaJGnQUZst8Dis8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1107/importcfg -pack ./pkg/detectors/brandfetch/v2/brandfetch.go
2025-08-20T23:00:15.0111946Z [00:02:37.272]➜  go tool buildid -w $WORK/b1105/_pkg_.a # internal
2025-08-20T23:00:15.0127017Z [00:02:37.274]➜  cp $WORK/b1105/_pkg_.a /root/.cache/go-build/de/dec47af0db25ad7151cd8b1356301ad0920679ec141c64a639d7e0fb36f0f8af-d # internal
2025-08-20T23:00:15.0128478Z [00:02:37.274]➜  net/http/cookiejar
2025-08-20T23:00:15.0129098Z [00:02:37.274]➜  mkdir -p $WORK/b1110/
2025-08-20T23:00:15.0129612Z [00:02:37.274]➜  cat >/tmp/go-build2180205415/b1110/importcfg << 'EOF' # internal
2025-08-20T23:00:15.0130060Z [00:02:37.274]➜  # import config
2025-08-20T23:00:15.0130477Z [00:02:37.274]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T23:00:15.0131500Z [00:02:37.274]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:15.0132246Z [00:02:37.274]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.0133028Z [00:02:37.274]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:15.0133704Z [00:02:37.274]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.0134372Z [00:02:37.274]➜  packagefile net/http/internal/ascii=/tmp/go-build2180205415/b199/_pkg_.a
2025-08-20T23:00:15.0135249Z [00:02:37.274]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:15.0136003Z [00:02:37.274]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:15.0136895Z [00:02:37.274]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.0138011Z [00:02:37.274]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:15.0138522Z [00:02:37.274]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:15.0138972Z [00:02:37.274]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:15.0139309Z [00:02:37.274]➜  EOF
2025-08-20T23:00:15.0141260Z [00:02:37.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1110/_pkg_.a -trimpath "/root/.go/src/net/http/cookiejar=>net/http/cookiejar;$WORK/b1110=>" -p net/http/cookiejar -lang=go1.25 -std -complete -installsuffix shared -buildid k113rKDMBZFyD8LddDvA/k113rKDMBZFyD8LddDvA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1110/importcfg -pack /root/.go/src/net/http/cookiejar/jar.go /root/.go/src/net/http/cookiejar/punycode.go
2025-08-20T23:00:15.0183046Z [00:02:37.279]➜  go tool buildid -w $WORK/b1107/_pkg_.a # internal
2025-08-20T23:00:15.0194515Z [00:02:37.281]➜  cp $WORK/b1107/_pkg_.a /root/.cache/go-build/d2/d274a8f0f4ad63ff7afdbfa2107d394618ae2da3566d965fb81e1fdd9d470151-d # internal
2025-08-20T23:00:15.0219380Z [00:02:37.283]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v1
2025-08-20T23:00:15.0219808Z [00:02:37.283]➜  mkdir -p $WORK/b1106/
2025-08-20T23:00:15.0222125Z [00:02:37.283]➜  cat >/tmp/go-build2180205415/b1106/importcfg << 'EOF' # internal
2025-08-20T23:00:15.0223470Z [00:02:37.283]➜  # import config
2025-08-20T23:00:15.0224362Z [00:02:37.283]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.0224992Z [00:02:37.283]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.0225978Z [00:02:37.283]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.0227117Z [00:02:37.283]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v2=/tmp/go-build2180205415/b1107/_pkg_.a
2025-08-20T23:00:15.0228114Z [00:02:37.283]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.0228797Z [00:02:37.283]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.0229291Z [00:02:37.283]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.0229724Z [00:02:37.283]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:15.0230037Z [00:02:37.283]➜  EOF
2025-08-20T23:00:15.0233464Z [00:02:37.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1106/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v1;$WORK/b1106=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v1 -lang=go1.24 -complete -installsuffix shared -buildid tGORqI2XaU525qVS5ERj/tGORqI2XaU525qVS5ERj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1106/importcfg -pack ./pkg/detectors/brandfetch/v1/brandfetch.go
2025-08-20T23:00:15.0622154Z [00:02:37.323]➜  go tool buildid -w $WORK/b1110/_pkg_.a # internal
2025-08-20T23:00:15.0640982Z [00:02:37.325]➜  cp $WORK/b1110/_pkg_.a /root/.cache/go-build/9c/9c158e4cece206f113bc99c1ef31f427a43e0bf41662908c25d794e26653575d-d # internal
2025-08-20T23:00:15.0642642Z [00:02:37.325]➜  golang.org/x/net/publicsuffix
2025-08-20T23:00:15.0643023Z [00:02:37.325]➜  mkdir -p $WORK/b1109/
2025-08-20T23:00:15.0643413Z [00:02:37.325]➜  cat >/tmp/go-build2180205415/b1109/importcfg << 'EOF' # internal
2025-08-20T23:00:15.0643768Z [00:02:37.325]➜  # import config
2025-08-20T23:00:15.0644107Z [00:02:37.325]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T23:00:15.0644546Z [00:02:37.325]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.0645023Z [00:02:37.325]➜  packagefile net/http/cookiejar=/tmp/go-build2180205415/b1110/_pkg_.a
2025-08-20T23:00:15.0645494Z [00:02:37.325]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.0645999Z [00:02:37.325]➜  EOF
2025-08-20T23:00:15.0646390Z [00:02:37.325]➜  cat >/tmp/go-build2180205415/b1109/embedcfg << 'EOF' # internal
2025-08-20T23:00:15.0646709Z [00:02:37.325]➜  {
2025-08-20T23:00:15.0646913Z [00:02:37.325]➜  	"Patterns": {
2025-08-20T23:00:15.0647159Z [00:02:37.325]➜  		"data/children": [
2025-08-20T23:00:15.0647414Z [00:02:37.325]➜  			"data/children"
2025-08-20T23:00:15.0647643Z [00:02:37.325]➜  		],
2025-08-20T23:00:15.0647854Z [00:02:37.325]➜  		"data/nodes": [
2025-08-20T23:00:15.0648094Z [00:02:37.325]➜  			"data/nodes"
2025-08-20T23:00:15.0648310Z [00:02:37.325]➜  		],
2025-08-20T23:00:15.0648520Z [00:02:37.325]➜  		"data/text": [
2025-08-20T23:00:15.0648994Z [00:02:37.325]➜  			"data/text"
2025-08-20T23:00:15.0649279Z [00:02:37.325]➜  		]
2025-08-20T23:00:15.0649480Z [00:02:37.325]➜  	},
2025-08-20T23:00:15.0649688Z [00:02:37.325]➜  	"Files": {
2025-08-20T23:00:15.0650134Z [00:02:37.325]➜  		"data/children": "/root/go/pkg/mod/golang.org/x/net@v0.42.0/publicsuffix/data/children",
2025-08-20T23:00:15.0650756Z [00:02:37.325]➜  		"data/nodes": "/root/go/pkg/mod/golang.org/x/net@v0.42.0/publicsuffix/data/nodes",
2025-08-20T23:00:15.0651324Z [00:02:37.325]➜  		"data/text": "/root/go/pkg/mod/golang.org/x/net@v0.42.0/publicsuffix/data/text"
2025-08-20T23:00:15.0651696Z [00:02:37.325]➜  	}
2025-08-20T23:00:15.0651884Z [00:02:37.325]➜  }EOF
2025-08-20T23:00:15.0654129Z [00:02:37.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1109/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/publicsuffix=>golang.org/x/net@v0.42.0/publicsuffix;$WORK/b1109=>" -p golang.org/x/net/publicsuffix -lang=go1.23 -complete -installsuffix shared -buildid vNj3N-rzqH4f9Y0ogHYp/vNj3N-rzqH4f9Y0ogHYp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1109/importcfg -embedcfg $WORK/b1109/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:00:15.0671219Z [00:02:37.328]➜  go tool buildid -w $WORK/b1054/_pkg_.a # internal
2025-08-20T23:00:15.0727216Z [00:02:37.334]➜  go tool buildid -w $WORK/b1106/_pkg_.a # internal
2025-08-20T23:00:15.0742654Z [00:02:37.335]➜  cp $WORK/b1106/_pkg_.a /root/.cache/go-build/51/518a02c2bc4638039a0768c7eb1411738092c9053ab1fad478d7f7678aabc66d-d # internal
2025-08-20T23:00:15.0750102Z [00:02:37.336]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browshot
2025-08-20T23:00:15.0756680Z [00:02:37.337]➜  mkdir -p $WORK/b1111/
2025-08-20T23:00:15.0766697Z [00:02:37.338]➜  cat >/tmp/go-build2180205415/b1111/importcfg << 'EOF' # internal
2025-08-20T23:00:15.0767374Z [00:02:37.338]➜  # import config
2025-08-20T23:00:15.0767866Z [00:02:37.338]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.0769432Z [00:02:37.338]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.0770066Z [00:02:37.338]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.0770851Z [00:02:37.338]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.0771651Z [00:02:37.338]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.0772335Z [00:02:37.338]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.0772809Z [00:02:37.338]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.0773232Z [00:02:37.338]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.0773670Z [00:02:37.338]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.0773991Z [00:02:37.338]➜  EOF
2025-08-20T23:00:15.0784769Z [00:02:37.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1111/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browshot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browshot;$WORK/b1111=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browshot -lang=go1.24 -complete -installsuffix shared -buildid -ZBRw3qxEX5rPx_qWh1V/-ZBRw3qxEX5rPx_qWh1V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1111/importcfg -pack ./pkg/detectors/browshot/browshot.go
2025-08-20T23:00:15.0850988Z [00:02:37.346]➜  go tool buildid -w $WORK/b1109/_pkg_.a # internal
2025-08-20T23:00:15.0858960Z [00:02:37.347]➜  cp $WORK/b1109/_pkg_.a /root/.cache/go-build/84/842c61b11f0bde83bd43781993b77681b3d32e4746360ca573fd41b070232396-d # internal
2025-08-20T23:00:15.0860951Z [00:02:37.347]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browserstack
2025-08-20T23:00:15.0862687Z [00:02:37.347]➜  mkdir -p $WORK/b1108/
2025-08-20T23:00:15.0866334Z [00:02:37.348]➜  cat >/tmp/go-build2180205415/b1108/importcfg << 'EOF' # internal
2025-08-20T23:00:15.0866795Z [00:02:37.348]➜  # import config
2025-08-20T23:00:15.0867151Z [00:02:37.348]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.0867588Z [00:02:37.348]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.0868203Z [00:02:37.348]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.0869002Z [00:02:37.348]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.0869682Z [00:02:37.348]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.0870262Z [00:02:37.348]➜  packagefile golang.org/x/net/publicsuffix=/tmp/go-build2180205415/b1109/_pkg_.a
2025-08-20T23:00:15.0870757Z [00:02:37.348]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.0871187Z [00:02:37.348]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.0871666Z [00:02:37.348]➜  packagefile net/http/cookiejar=/tmp/go-build2180205415/b1110/_pkg_.a
2025-08-20T23:00:15.0872330Z [00:02:37.348]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.0872645Z [00:02:37.348]➜  EOF
2025-08-20T23:00:15.0888529Z [00:02:37.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1108/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browserstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browserstack;$WORK/b1108=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browserstack -lang=go1.24 -complete -installsuffix shared -buildid Jp7XuFtou-XGpaYWVhOw/Jp7XuFtou-XGpaYWVhOw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1108/importcfg -pack ./pkg/detectors/browserstack/browserstack.go
2025-08-20T23:00:15.0919139Z [00:02:37.353]➜  cp $WORK/b1054/_pkg_.a /root/.cache/go-build/4c/4cb9135280034d2b49cc87432a7492605d0ab0adde9d80c2dd7e0a1c94895604-d # internal
2025-08-20T23:00:15.0920596Z [00:02:37.353]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/access_keys
2025-08-20T23:00:15.0921036Z [00:02:37.353]➜  mkdir -p $WORK/b983/
2025-08-20T23:00:15.0928125Z [00:02:37.354]➜  cat >/tmp/go-build2180205415/b983/importcfg << 'EOF' # internal
2025-08-20T23:00:15.0928666Z [00:02:37.354]➜  # import config
2025-08-20T23:00:15.0929021Z [00:02:37.354]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.0929449Z [00:02:37.354]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.0929957Z [00:02:37.354]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:15.0930613Z [00:02:37.354]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2180205415/b1001/_pkg_.a
2025-08-20T23:00:15.0931673Z [00:02:37.354]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build2180205415/b1004/_pkg_.a
2025-08-20T23:00:15.0932403Z [00:02:37.354]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build2180205415/b1005/_pkg_.a
2025-08-20T23:00:15.0933053Z [00:02:37.354]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sns=/tmp/go-build2180205415/b1054/_pkg_.a
2025-08-20T23:00:15.0933701Z [00:02:37.354]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build2180205415/b1044/_pkg_.a
2025-08-20T23:00:15.0934326Z [00:02:37.354]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:15.0934953Z [00:02:37.354]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:15.0935655Z [00:02:37.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.0937062Z [00:02:37.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:15.0938939Z [00:02:37.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.0940219Z [00:02:37.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws=/tmp/go-build2180205415/b1057/_pkg_.a
2025-08-20T23:00:15.0941232Z [00:02:37.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.0942091Z [00:02:37.354]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.0942738Z [00:02:37.354]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:15.0943211Z [00:02:37.354]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.0943648Z [00:02:37.354]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.0944064Z [00:02:37.354]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:15.0944374Z [00:02:37.354]➜  EOF
2025-08-20T23:00:15.0956439Z [00:02:37.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b983/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/access_keys=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/access_keys;$WORK/b983=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/access_keys -lang=go1.24 -complete -installsuffix shared -buildid FhK_09Wm3EKoHT7odM-M/FhK_09Wm3EKoHT7odM-M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b983/importcfg -pack ./pkg/detectors/aws/access_keys/accesskey.go ./pkg/detectors/aws/access_keys/canary.go
2025-08-20T23:00:15.0986975Z [00:02:37.360]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:15.0988747Z [00:02:37.360]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x023.o -c zbuff_decompress.c
2025-08-20T23:00:15.1207973Z [00:02:37.381]➜  go tool buildid -w $WORK/b1111/_pkg_.a # internal
2025-08-20T23:00:15.1208816Z [00:02:37.382]➜  cp $WORK/b1111/_pkg_.a /root/.cache/go-build/49/4963584951821fbaec11fd78f42cb3b7eede227adab0bae98b05f55b2d555ac6-d # internal
2025-08-20T23:00:15.1209495Z [00:02:37.382]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bscscan
2025-08-20T23:00:15.1209877Z [00:02:37.382]➜  mkdir -p $WORK/b1112/
2025-08-20T23:00:15.1210253Z [00:02:37.382]➜  cat >/tmp/go-build2180205415/b1112/importcfg << 'EOF' # internal
2025-08-20T23:00:15.1210602Z [00:02:37.382]➜  # import config
2025-08-20T23:00:15.1210944Z [00:02:37.382]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.1211366Z [00:02:37.382]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.1211962Z [00:02:37.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.1212742Z [00:02:37.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.1213543Z [00:02:37.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.1214225Z [00:02:37.382]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.1214697Z [00:02:37.382]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.1215111Z [00:02:37.382]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.1215541Z [00:02:37.382]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.1216000Z [00:02:37.382]➜  EOF
2025-08-20T23:00:15.1216253Z [00:02:37.382]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:15.1218649Z [00:02:37.382]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1112/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bscscan=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bscscan;$WORK/b1112=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bscscan -lang=go1.24 -complete -installsuffix shared -buildid CuIRU3g3a0MHtWba9A06/CuIRU3g3a0MHtWba9A06 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1112/importcfg -pack ./pkg/detectors/bscscan/bscscan.go
2025-08-20T23:00:15.1297750Z [00:02:37.389]➜  go tool buildid -w $WORK/b1108/_pkg_.a # internal
2025-08-20T23:00:15.1304663Z [00:02:37.391]➜  cp $WORK/b1108/_pkg_.a /root/.cache/go-build/24/245dc5c36dfca98f055be9d7488891182e15222d14af5320507e0869f05fd8e1-d # internal
2025-08-20T23:00:15.1305350Z [00:02:37.391]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buddyns
2025-08-20T23:00:15.1305732Z [00:02:37.391]➜  mkdir -p $WORK/b1113/
2025-08-20T23:00:15.1309057Z [00:02:37.392]➜  cat >/tmp/go-build2180205415/b1113/importcfg << 'EOF' # internal
2025-08-20T23:00:15.1309423Z [00:02:37.392]➜  # import config
2025-08-20T23:00:15.1309775Z [00:02:37.392]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.1310199Z [00:02:37.392]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.1311112Z [00:02:37.392]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.1311884Z [00:02:37.392]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.1312680Z [00:02:37.392]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.1313357Z [00:02:37.392]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.1313828Z [00:02:37.392]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.1314257Z [00:02:37.392]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.1314885Z [00:02:37.392]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.1315202Z [00:02:37.392]➜  EOF
2025-08-20T23:00:15.1317338Z [00:02:37.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1113/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buddyns=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buddyns;$WORK/b1113=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buddyns -lang=go1.24 -complete -installsuffix shared -buildid kWlcxLkiNIzz192pQQpu/kWlcxLkiNIzz192pQQpu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1113/importcfg -pack ./pkg/detectors/buddyns/buddyns.go
2025-08-20T23:00:15.1352018Z [00:02:37.396]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:15.1356430Z [00:02:37.396]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x024.o -c zdict.c
2025-08-20T23:00:15.1733244Z [00:02:37.434]➜  go tool buildid -w $WORK/b1113/_pkg_.a # internal
2025-08-20T23:00:15.1750083Z [00:02:37.436]➜  cp $WORK/b1113/_pkg_.a /root/.cache/go-build/d1/d19d8bcb79157912c4db73639cecd5fb8535b1e329e3c324553fa6c6cfad9c2b-d # internal
2025-08-20T23:00:15.1768279Z [00:02:37.436]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/budibase
2025-08-20T23:00:15.1768716Z [00:02:37.436]➜  mkdir -p $WORK/b1114/
2025-08-20T23:00:15.1769098Z [00:02:37.436]➜  cat >/tmp/go-build2180205415/b1114/importcfg << 'EOF' # internal
2025-08-20T23:00:15.1769447Z [00:02:37.436]➜  # import config
2025-08-20T23:00:15.1769794Z [00:02:37.436]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.1772818Z [00:02:37.436]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.1773636Z [00:02:37.436]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.1774472Z [00:02:37.436]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.1775316Z [00:02:37.436]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.1776190Z [00:02:37.436]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.1776677Z [00:02:37.436]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.1777097Z [00:02:37.436]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.1777526Z [00:02:37.436]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.1777845Z [00:02:37.436]➜  EOF
2025-08-20T23:00:15.1778096Z [00:02:37.436]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:15.1780346Z [00:02:37.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1114/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/budibase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/budibase;$WORK/b1114=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/budibase -lang=go1.24 -complete -installsuffix shared -buildid Fh898NAVd8riOMCaiO2Y/Fh898NAVd8riOMCaiO2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1114/importcfg -pack ./pkg/detectors/budibase/budibase.go
2025-08-20T23:00:15.1782338Z [00:02:37.438]➜  go tool buildid -w $WORK/b1112/_pkg_.a # internal
2025-08-20T23:00:15.1784522Z [00:02:37.439]➜  go tool buildid -w $WORK/b983/_pkg_.a # internal
2025-08-20T23:00:15.1798112Z [00:02:37.441]➜  cp $WORK/b983/_pkg_.a /root/.cache/go-build/3c/3c4a3b95dd4df65544d12f8d12b400787e91befe61edc79599671af0e73d635a-d # internal
2025-08-20T23:00:15.1808728Z [00:02:37.441]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugherd
2025-08-20T23:00:15.1809138Z [00:02:37.441]➜  mkdir -p $WORK/b1115/
2025-08-20T23:00:15.1809865Z [00:02:37.442]➜  cp $WORK/b1112/_pkg_.a /root/.cache/go-build/c2/c2783ba31f180b48eb5acf7cfa5b4083a0190e193633f9da19d54691a4a86f7a-d # internal
2025-08-20T23:00:15.1810585Z [00:02:37.442]➜  cat >/tmp/go-build2180205415/b1115/importcfg << 'EOF' # internal
2025-08-20T23:00:15.1810933Z [00:02:37.442]➜  # import config
2025-08-20T23:00:15.1811276Z [00:02:37.442]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.1811698Z [00:02:37.442]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.1812288Z [00:02:37.442]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.1817984Z [00:02:37.442]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.1818814Z [00:02:37.442]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.1819507Z [00:02:37.442]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.1819983Z [00:02:37.442]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.1820413Z [00:02:37.442]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.1820842Z [00:02:37.442]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.1821156Z [00:02:37.442]➜  EOF
2025-08-20T23:00:15.1823301Z [00:02:37.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1115/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugherd=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugherd;$WORK/b1115=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugherd -lang=go1.24 -complete -installsuffix shared -buildid 2n3WPR7JlMSlL2c1HupT/2n3WPR7JlMSlL2c1HupT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1115/importcfg -pack ./pkg/detectors/bugherd/bugherd.go
2025-08-20T23:00:15.1825692Z [00:02:37.442]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugsnag
2025-08-20T23:00:15.1826302Z [00:02:37.442]➜  mkdir -p $WORK/b1116/
2025-08-20T23:00:15.1826682Z [00:02:37.443]➜  cat >/tmp/go-build2180205415/b1116/importcfg << 'EOF' # internal
2025-08-20T23:00:15.1827044Z [00:02:37.443]➜  # import config
2025-08-20T23:00:15.1827383Z [00:02:37.443]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.1827797Z [00:02:37.443]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.1828784Z [00:02:37.443]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.1829845Z [00:02:37.443]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.1830947Z [00:02:37.443]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.1832245Z [00:02:37.443]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.1832954Z [00:02:37.443]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.1833665Z [00:02:37.443]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.1834139Z [00:02:37.443]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.1834461Z [00:02:37.443]➜  EOF
2025-08-20T23:00:15.1836927Z [00:02:37.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1116/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugsnag=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugsnag;$WORK/b1116=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugsnag -lang=go1.24 -complete -installsuffix shared -buildid 9Gk_oJ22PKB8csVhaTCG/9Gk_oJ22PKB8csVhaTCG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1116/importcfg -pack ./pkg/detectors/bugsnag/bugsnag.go
2025-08-20T23:00:15.2189016Z [00:02:37.480]➜  go tool buildid -w $WORK/b1115/_pkg_.a # internal
2025-08-20T23:00:15.2200625Z [00:02:37.481]➜  cp $WORK/b1115/_pkg_.a /root/.cache/go-build/d6/d6a424147a7378bb1964ea4236a99f5151fde48be35b0b47e84be0d64d5f8f4d-d # internal
2025-08-20T23:00:15.2208064Z [00:02:37.481]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v1
2025-08-20T23:00:15.2208519Z [00:02:37.481]➜  mkdir -p $WORK/b1117/
2025-08-20T23:00:15.2208901Z [00:02:37.482]➜  cat >/tmp/go-build2180205415/b1117/importcfg << 'EOF' # internal
2025-08-20T23:00:15.2209255Z [00:02:37.482]➜  # import config
2025-08-20T23:00:15.2209604Z [00:02:37.482]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.2210061Z [00:02:37.482]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:15.2210500Z [00:02:37.482]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.2211112Z [00:02:37.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.2211895Z [00:02:37.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.2212696Z [00:02:37.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.2213379Z [00:02:37.482]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.2213848Z [00:02:37.482]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.2214263Z [00:02:37.482]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.2214692Z [00:02:37.482]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.2215008Z [00:02:37.482]➜  EOF
2025-08-20T23:00:15.2217464Z [00:02:37.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1117/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v1;$WORK/b1117=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v1 -lang=go1.24 -complete -installsuffix shared -buildid AMRmIlyn7L_lzgLjJbHw/AMRmIlyn7L_lzgLjJbHw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1117/importcfg -pack ./pkg/detectors/buildkite/v1/buildkite.go
2025-08-20T23:00:15.2267508Z [00:02:37.488]➜  go tool buildid -w $WORK/b1114/_pkg_.a # internal
2025-08-20T23:00:15.2273994Z [00:02:37.489]➜  go tool buildid -w $WORK/b1116/_pkg_.a # internal
2025-08-20T23:00:15.2282224Z [00:02:37.489]➜  cp $WORK/b1114/_pkg_.a /root/.cache/go-build/38/387c3c382e738a03916f30666059ba6620042054d874b0e9bc921c481ab84380-d # internal
2025-08-20T23:00:15.2290368Z [00:02:37.490]➜  cp $WORK/b1116/_pkg_.a /root/.cache/go-build/64/6409821767944c175c6f58c082679c65abd8a992191f9fa7c1e329d724be5951-d # internal
2025-08-20T23:00:15.2292696Z [00:02:37.490]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulksms
2025-08-20T23:00:15.2293382Z [00:02:37.490]➜  mkdir -p $WORK/b1120/
2025-08-20T23:00:15.2295861Z [00:02:37.490]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulbul
2025-08-20T23:00:15.2297079Z [00:02:37.490]➜  mkdir -p $WORK/b1119/
2025-08-20T23:00:15.2298997Z [00:02:37.491]➜  cat >/tmp/go-build2180205415/b1120/importcfg << 'EOF' # internal
2025-08-20T23:00:15.2299436Z [00:02:37.491]➜  # import config
2025-08-20T23:00:15.2299784Z [00:02:37.491]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.2301998Z [00:02:37.491]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.2302634Z [00:02:37.491]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.2304841Z [00:02:37.491]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.2305661Z [00:02:37.491]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.2306478Z [00:02:37.491]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.2306956Z [00:02:37.491]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.2307381Z [00:02:37.491]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.2307701Z [00:02:37.491]➜  EOF
2025-08-20T23:00:15.2309667Z [00:02:37.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1120/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulksms=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulksms;$WORK/b1120=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulksms -lang=go1.24 -complete -installsuffix shared -buildid KR-J8Adnh3DePU3px3_T/KR-J8Adnh3DePU3px3_T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1120/importcfg -pack ./pkg/detectors/bulksms/bulksms.go
2025-08-20T23:00:15.2311813Z [00:02:37.491]➜  cat >/tmp/go-build2180205415/b1119/importcfg << 'EOF' # internal
2025-08-20T23:00:15.2312249Z [00:02:37.491]➜  # import config
2025-08-20T23:00:15.2312601Z [00:02:37.491]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.2313061Z [00:02:37.491]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.2316571Z [00:02:37.491]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.2317356Z [00:02:37.491]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.2318152Z [00:02:37.491]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.2318833Z [00:02:37.491]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.2319300Z [00:02:37.491]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.2319732Z [00:02:37.491]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.2320414Z [00:02:37.491]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.2320809Z [00:02:37.491]➜  EOF
2025-08-20T23:00:15.2322752Z [00:02:37.492]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1119/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulbul=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulbul;$WORK/b1119=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulbul -lang=go1.24 -complete -installsuffix shared -buildid 1KWpQaTXcj46y5UDChQ9/1KWpQaTXcj46y5UDChQ9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1119/importcfg -pack ./pkg/detectors/bulbul/bulbul.go
2025-08-20T23:00:15.2644592Z [00:02:37.525]➜  go tool buildid -w $WORK/b1117/_pkg_.a # internal
2025-08-20T23:00:15.2667042Z [00:02:37.528]➜  cp $WORK/b1117/_pkg_.a /root/.cache/go-build/06/06fbe24a35c67a6f6ff393d339ed5da7ea1d85f24ba141a57efb282b07af9f3d-d # internal
2025-08-20T23:00:15.2669701Z [00:02:37.528]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v2
2025-08-20T23:00:15.2670442Z [00:02:37.528]➜  mkdir -p $WORK/b1118/
2025-08-20T23:00:15.2670835Z [00:02:37.528]➜  cat >/tmp/go-build2180205415/b1118/importcfg << 'EOF' # internal
2025-08-20T23:00:15.2671192Z [00:02:37.528]➜  # import config
2025-08-20T23:00:15.2671540Z [00:02:37.528]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.2672147Z [00:02:37.528]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.2672914Z [00:02:37.528]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.2673751Z [00:02:37.528]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v1=/tmp/go-build2180205415/b1117/_pkg_.a
2025-08-20T23:00:15.2674610Z [00:02:37.528]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.2675302Z [00:02:37.528]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.2675946Z [00:02:37.528]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.2676338Z [00:02:37.528]➜  EOF
2025-08-20T23:00:15.2678410Z [00:02:37.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1118/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v2;$WORK/b1118=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v2 -lang=go1.24 -complete -installsuffix shared -buildid Nqr0ZCvCRVMYqm6-Uxu4/Nqr0ZCvCRVMYqm6-Uxu4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1118/importcfg -pack ./pkg/detectors/buildkite/v2/buildkite.go
2025-08-20T23:00:15.2687582Z [00:02:37.530]➜  go tool buildid -w $WORK/b1119/_pkg_.a # internal
2025-08-20T23:00:15.2691200Z [00:02:37.530]➜  go tool buildid -w $WORK/b1120/_pkg_.a # internal
2025-08-20T23:00:15.2700367Z [00:02:37.531]➜  cp $WORK/b1120/_pkg_.a /root/.cache/go-build/e6/e6db6b9e964b6aaa86791b4f32683ed752651fdad910445e848c8405b159342b-d # internal
2025-08-20T23:00:15.2704437Z [00:02:37.531]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buttercms
2025-08-20T23:00:15.2705656Z [00:02:37.531]➜  mkdir -p $WORK/b1121/
2025-08-20T23:00:15.2707318Z [00:02:37.532]➜  cat >/tmp/go-build2180205415/b1121/importcfg << 'EOF' # internal
2025-08-20T23:00:15.2707752Z [00:02:37.532]➜  # import config
2025-08-20T23:00:15.2708097Z [00:02:37.532]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.2708520Z [00:02:37.532]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.2709121Z [00:02:37.532]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.2709899Z [00:02:37.532]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.2710912Z [00:02:37.532]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.2711649Z [00:02:37.532]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.2712324Z [00:02:37.532]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.2712748Z [00:02:37.532]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.2713180Z [00:02:37.532]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.2713496Z [00:02:37.532]➜  EOF
2025-08-20T23:00:15.2715580Z [00:02:37.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1121/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buttercms=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buttercms;$WORK/b1121=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buttercms -lang=go1.24 -complete -installsuffix shared -buildid ta074JzUOIynN9mUq5fY/ta074JzUOIynN9mUq5fY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1121/importcfg -pack ./pkg/detectors/buttercms/buttercms.go
2025-08-20T23:00:15.2722427Z [00:02:37.533]➜  cp $WORK/b1119/_pkg_.a /root/.cache/go-build/01/01724126a71dc01a7f07760b7fffb68e3b687187d8a04f34f45c6d7045b8dd2c-d # internal
2025-08-20T23:00:15.2750304Z [00:02:37.536]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caflou
2025-08-20T23:00:15.2755021Z [00:02:37.536]➜  mkdir -p $WORK/b1122/
2025-08-20T23:00:15.2755418Z [00:02:37.536]➜  cat >/tmp/go-build2180205415/b1122/importcfg << 'EOF' # internal
2025-08-20T23:00:15.2755843Z [00:02:37.536]➜  # import config
2025-08-20T23:00:15.2756247Z [00:02:37.536]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.2756664Z [00:02:37.536]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.2757271Z [00:02:37.536]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.2758044Z [00:02:37.536]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.2758837Z [00:02:37.536]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.2759520Z [00:02:37.536]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.2759993Z [00:02:37.536]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.2760410Z [00:02:37.536]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.2760841Z [00:02:37.537]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.2761259Z [00:02:37.537]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:15.2761565Z [00:02:37.537]➜  EOF
2025-08-20T23:00:15.2767308Z [00:02:37.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1122/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caflou=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caflou;$WORK/b1122=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caflou -lang=go1.24 -complete -installsuffix shared -buildid 7DyQuU4POnmb9lLkoxjW/7DyQuU4POnmb9lLkoxjW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1122/importcfg -pack ./pkg/detectors/caflou/caflou.go
2025-08-20T23:00:15.2982524Z [00:02:37.559]➜  go tool buildid -w $WORK/b1118/_pkg_.a # internal
2025-08-20T23:00:15.2990874Z [00:02:37.560]➜  cp $WORK/b1118/_pkg_.a /root/.cache/go-build/81/81cf6c06f590c493d1538d4df7e25239110767d205a5632854db77ca90688d7a-d # internal
2025-08-20T23:00:15.2991852Z [00:02:37.560]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendarific
2025-08-20T23:00:15.2994077Z [00:02:37.560]➜  mkdir -p $WORK/b1123/
2025-08-20T23:00:15.2995190Z [00:02:37.560]➜  cat >/tmp/go-build2180205415/b1123/importcfg << 'EOF' # internal
2025-08-20T23:00:15.2995607Z [00:02:37.560]➜  # import config
2025-08-20T23:00:15.2996268Z [00:02:37.560]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.2997157Z [00:02:37.560]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.2998099Z [00:02:37.560]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.2998909Z [00:02:37.560]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.2999595Z [00:02:37.560]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.3000093Z [00:02:37.560]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.3000524Z [00:02:37.560]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.3000840Z [00:02:37.560]➜  EOF
2025-08-20T23:00:15.3002965Z [00:02:37.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1123/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendarific=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendarific;$WORK/b1123=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendarific -lang=go1.24 -complete -installsuffix shared -buildid g8QBMt5jDsDGCEZnaLpN/g8QBMt5jDsDGCEZnaLpN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1123/importcfg -pack ./pkg/detectors/calendarific/calendarific.go
2025-08-20T23:00:15.3088939Z [00:02:37.570]➜  go tool buildid -w $WORK/b1121/_pkg_.a # internal
2025-08-20T23:00:15.3129168Z [00:02:37.574]➜  cp $WORK/b1121/_pkg_.a /root/.cache/go-build/a0/a033f278170fcb6472f9ae3f3dc5d5fdba2c5f3f1b9abfa94c49aa2099e39070-d # internal
2025-08-20T23:00:15.3138240Z [00:02:37.575]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendlyapikey
2025-08-20T23:00:15.3138701Z [00:02:37.575]➜  mkdir -p $WORK/b1124/
2025-08-20T23:00:15.3139101Z [00:02:37.575]➜  cat >/tmp/go-build2180205415/b1124/importcfg << 'EOF' # internal
2025-08-20T23:00:15.3139462Z [00:02:37.575]➜  # import config
2025-08-20T23:00:15.3139815Z [00:02:37.575]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.3140241Z [00:02:37.575]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.3140837Z [00:02:37.575]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.3141601Z [00:02:37.575]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.3142430Z [00:02:37.575]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.3143107Z [00:02:37.575]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.3143598Z [00:02:37.575]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.3144322Z [00:02:37.575]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.3144719Z [00:02:37.575]➜  EOF
2025-08-20T23:00:15.3147258Z [00:02:37.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1124/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendlyapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendlyapikey;$WORK/b1124=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendlyapikey -lang=go1.24 -complete -installsuffix shared -buildid P1cRaAStVQQWIiKDJL25/P1cRaAStVQQWIiKDJL25 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1124/importcfg -pack ./pkg/detectors/calendlyapikey/calendlyapikey.go
2025-08-20T23:00:15.3227143Z [00:02:37.584]➜  go tool buildid -w $WORK/b1122/_pkg_.a # internal
2025-08-20T23:00:15.3242996Z [00:02:37.585]➜  cp $WORK/b1122/_pkg_.a /root/.cache/go-build/c3/c36e588b6e81b6d06c30bfecf40d85c4f29f383b1b48a589edf3f97de13760d3-d # internal
2025-08-20T23:00:15.3246158Z [00:02:37.586]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calorieninja
2025-08-20T23:00:15.3246683Z [00:02:37.586]➜  mkdir -p $WORK/b1125/
2025-08-20T23:00:15.3257456Z [00:02:37.587]➜  cat >/tmp/go-build2180205415/b1125/importcfg << 'EOF' # internal
2025-08-20T23:00:15.3257987Z [00:02:37.587]➜  # import config
2025-08-20T23:00:15.3258556Z [00:02:37.587]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.3259173Z [00:02:37.587]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.3259938Z [00:02:37.587]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.3260732Z [00:02:37.587]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.3261410Z [00:02:37.587]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.3261912Z [00:02:37.587]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.3262532Z [00:02:37.587]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.3262850Z [00:02:37.587]➜  EOF
2025-08-20T23:00:15.3264937Z [00:02:37.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1125/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calorieninja=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calorieninja;$WORK/b1125=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calorieninja -lang=go1.24 -complete -installsuffix shared -buildid Jd9hRwie6KgOex0IW-UH/Jd9hRwie6KgOex0IW-UH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1125/importcfg -pack ./pkg/detectors/calorieninja/calorieninja.go
2025-08-20T23:00:15.3451433Z [00:02:37.606]➜  go tool buildid -w $WORK/b1123/_pkg_.a # internal
2025-08-20T23:00:15.3490042Z [00:02:37.610]➜  cp $WORK/b1123/_pkg_.a /root/.cache/go-build/a1/a1cddbc33614a97bcea75d00572e7a3b34b0f0faafd8e2264f078c07e806feb6-d # internal
2025-08-20T23:00:15.3491252Z [00:02:37.610]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/campayn
2025-08-20T23:00:15.3491676Z [00:02:37.610]➜  mkdir -p $WORK/b1126/
2025-08-20T23:00:15.3492374Z [00:02:37.610]➜  cat >/tmp/go-build2180205415/b1126/importcfg << 'EOF' # internal
2025-08-20T23:00:15.3492755Z [00:02:37.610]➜  # import config
2025-08-20T23:00:15.3493104Z [00:02:37.610]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.3493715Z [00:02:37.610]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.3494483Z [00:02:37.610]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.3495280Z [00:02:37.610]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.3496109Z [00:02:37.610]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.3496903Z [00:02:37.610]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.3497445Z [00:02:37.610]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.3497776Z [00:02:37.610]➜  EOF
2025-08-20T23:00:15.3528536Z [00:02:37.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1126/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/campayn=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/campayn;$WORK/b1126=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/campayn -lang=go1.24 -complete -installsuffix shared -buildid 5SAb9HeoKg4Z7bdirH3s/5SAb9HeoKg4Z7bdirH3s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1126/importcfg -pack ./pkg/detectors/campayn/campayn.go
2025-08-20T23:00:15.3530413Z [00:02:37.614]➜  go tool buildid -w $WORK/b1124/_pkg_.a # internal
2025-08-20T23:00:15.3540647Z [00:02:37.615]➜  cp $WORK/b1124/_pkg_.a /root/.cache/go-build/3f/3f7282928c28e8370e864a55fff57270d9d765b1c51ed11866542b9fc6ae7452-d # internal
2025-08-20T23:00:15.3545992Z [00:02:37.616]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cannyio
2025-08-20T23:00:15.3546494Z [00:02:37.616]➜  mkdir -p $WORK/b1127/
2025-08-20T23:00:15.3546883Z [00:02:37.616]➜  cat >/tmp/go-build2180205415/b1127/importcfg << 'EOF' # internal
2025-08-20T23:00:15.3547427Z [00:02:37.616]➜  # import config
2025-08-20T23:00:15.3547781Z [00:02:37.616]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.3548393Z [00:02:37.616]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.3549162Z [00:02:37.616]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.3549964Z [00:02:37.616]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.3550652Z [00:02:37.616]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.3551314Z [00:02:37.616]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.3551748Z [00:02:37.616]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.3552065Z [00:02:37.616]➜  EOF
2025-08-20T23:00:15.3554027Z [00:02:37.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1127/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cannyio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cannyio;$WORK/b1127=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cannyio -lang=go1.24 -complete -installsuffix shared -buildid le95CrjJA3xN22J1ZgRO/le95CrjJA3xN22J1ZgRO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1127/importcfg -pack ./pkg/detectors/cannyio/cannyio.go
2025-08-20T23:00:15.3671444Z [00:02:37.628]➜  go tool buildid -w $WORK/b1125/_pkg_.a # internal
2025-08-20T23:00:15.3685862Z [00:02:37.630]➜  cp $WORK/b1125/_pkg_.a /root/.cache/go-build/7c/7cb1a7c9e56ca173af18044169c011bf7abd21e4187d295df48cd455ae2046f8-d # internal
2025-08-20T23:00:15.3692849Z [00:02:37.630]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/capsulecrm
2025-08-20T23:00:15.3699347Z [00:02:37.631]➜  mkdir -p $WORK/b1128/
2025-08-20T23:00:15.3709146Z [00:02:37.632]➜  cat >/tmp/go-build2180205415/b1128/importcfg << 'EOF' # internal
2025-08-20T23:00:15.3709869Z [00:02:37.632]➜  # import config
2025-08-20T23:00:15.3710644Z [00:02:37.632]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.3711749Z [00:02:37.632]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.3712605Z [00:02:37.632]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.3713824Z [00:02:37.632]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.3715167Z [00:02:37.632]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.3717448Z [00:02:37.632]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.3717984Z [00:02:37.632]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.3718433Z [00:02:37.632]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.3718751Z [00:02:37.632]➜  EOF
2025-08-20T23:00:15.3730677Z [00:02:37.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1128/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/capsulecrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/capsulecrm;$WORK/b1128=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/capsulecrm -lang=go1.24 -complete -installsuffix shared -buildid 6kL6qV72EPkBuoiw24kW/6kL6qV72EPkBuoiw24kW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1128/importcfg -pack ./pkg/detectors/capsulecrm/capsulecrm.go
2025-08-20T23:00:15.3921263Z [00:02:37.653]➜  go tool buildid -w $WORK/b1127/_pkg_.a # internal
2025-08-20T23:00:15.3930855Z [00:02:37.654]➜  cp $WORK/b1127/_pkg_.a /root/.cache/go-build/24/2499ca9c578e546eb62f1ddfb3f0947806ef082ebfdd0028e4ba77688a8000ce-d # internal
2025-08-20T23:00:15.3938506Z [00:02:37.655]➜  go tool buildid -w $WORK/b1126/_pkg_.a # internal
2025-08-20T23:00:15.3947683Z [00:02:37.656]➜  cp $WORK/b1126/_pkg_.a /root/.cache/go-build/c5/c59ab833559b9fb17e22b4ac3d634890c7078e85983ce79843a9b1fc49d97d03-d # internal
2025-08-20T23:00:15.3950188Z [00:02:37.656]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v2
2025-08-20T23:00:15.3952954Z [00:02:37.656]➜  mkdir -p $WORK/b1130/
2025-08-20T23:00:15.3953397Z [00:02:37.656]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v1
2025-08-20T23:00:15.3953804Z [00:02:37.656]➜  mkdir -p $WORK/b1129/
2025-08-20T23:00:15.3954186Z [00:02:37.656]➜  cat >/tmp/go-build2180205415/b1130/importcfg << 'EOF' # internal
2025-08-20T23:00:15.3954535Z [00:02:37.656]➜  # import config
2025-08-20T23:00:15.3954893Z [00:02:37.656]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.3955622Z [00:02:37.656]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.3956406Z [00:02:37.656]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.3957187Z [00:02:37.656]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.3957985Z [00:02:37.656]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.3958668Z [00:02:37.656]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.3959141Z [00:02:37.656]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.3959560Z [00:02:37.656]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.3959887Z [00:02:37.656]➜  EOF
2025-08-20T23:00:15.3961987Z [00:02:37.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1130/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v2;$WORK/b1130=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v2 -lang=go1.24 -complete -installsuffix shared -buildid M6p_J8QlU5SjF9R_kn3Q/M6p_J8QlU5SjF9R_kn3Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1130/importcfg -pack ./pkg/detectors/captaindata/v2/captaindata.go
2025-08-20T23:00:15.3963921Z [00:02:37.656]➜  cat >/tmp/go-build2180205415/b1129/importcfg << 'EOF' # internal
2025-08-20T23:00:15.3964270Z [00:02:37.656]➜  # import config
2025-08-20T23:00:15.3964610Z [00:02:37.656]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.3965212Z [00:02:37.656]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.3966453Z [00:02:37.656]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.3967342Z [00:02:37.656]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.3968030Z [00:02:37.656]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.3968527Z [00:02:37.656]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.3968963Z [00:02:37.656]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.3969275Z [00:02:37.656]➜  EOF
2025-08-20T23:00:15.3971452Z [00:02:37.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1129/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v1;$WORK/b1129=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v1 -lang=go1.24 -complete -installsuffix shared -buildid GrM8eWsvo4pCG-ROQnHa/GrM8eWsvo4pCG-ROQnHa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1129/importcfg -pack ./pkg/detectors/captaindata/v1/captaindata.go
2025-08-20T23:00:15.4153171Z [00:02:37.676]➜  go tool buildid -w $WORK/b1128/_pkg_.a # internal
2025-08-20T23:00:15.4158938Z [00:02:37.677]➜  cp $WORK/b1128/_pkg_.a /root/.cache/go-build/70/704805436dcfe3b35486877577761b0ce3c5ac491a34c3d91e7e869e800d8bc4-d # internal
2025-08-20T23:00:15.4160634Z [00:02:37.677]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/carboninterface
2025-08-20T23:00:15.4161898Z [00:02:37.677]➜  mkdir -p $WORK/b1131/
2025-08-20T23:00:15.4166168Z [00:02:37.678]➜  cat >/tmp/go-build2180205415/b1131/importcfg << 'EOF' # internal
2025-08-20T23:00:15.4167121Z [00:02:37.678]➜  # import config
2025-08-20T23:00:15.4167979Z [00:02:37.678]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.4168939Z [00:02:37.678]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.4170072Z [00:02:37.678]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.4187509Z [00:02:37.678]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.4189043Z [00:02:37.678]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.4190261Z [00:02:37.678]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.4191266Z [00:02:37.678]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.4192178Z [00:02:37.678]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.4192960Z [00:02:37.678]➜  EOF
2025-08-20T23:00:15.4195648Z [00:02:37.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1131/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/carboninterface=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/carboninterface;$WORK/b1131=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/carboninterface -lang=go1.24 -complete -installsuffix shared -buildid gEm3EVv-Qp_cFsRJfP4f/gEm3EVv-Qp_cFsRJfP4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1131/importcfg -pack ./pkg/detectors/carboninterface/carboninterface.go
2025-08-20T23:00:15.4360034Z [00:02:37.697]➜  go tool buildid -w $WORK/b1130/_pkg_.a # internal
2025-08-20T23:00:15.4376159Z [00:02:37.698]➜  cp $WORK/b1130/_pkg_.a /root/.cache/go-build/29/29be5ebfd5ac660da459b876e54cec6b2f6af1a16fbf03379043bc4bec0e696f-d # internal
2025-08-20T23:00:15.4377685Z [00:02:37.699]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cashboard
2025-08-20T23:00:15.4378640Z [00:02:37.699]➜  mkdir -p $WORK/b1132/
2025-08-20T23:00:15.4389036Z [00:02:37.700]➜  cat >/tmp/go-build2180205415/b1132/importcfg << 'EOF' # internal
2025-08-20T23:00:15.4389640Z [00:02:37.700]➜  # import config
2025-08-20T23:00:15.4390327Z [00:02:37.700]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.4391405Z [00:02:37.700]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:15.4393948Z [00:02:37.700]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.4394763Z [00:02:37.700]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.4399054Z [00:02:37.700]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.4399989Z [00:02:37.700]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.4400681Z [00:02:37.700]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.4401182Z [00:02:37.700]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.4401625Z [00:02:37.700]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.4401950Z [00:02:37.700]➜  EOF
2025-08-20T23:00:15.4404222Z [00:02:37.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1132/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cashboard=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cashboard;$WORK/b1132=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cashboard -lang=go1.24 -complete -installsuffix shared -buildid _oqvgm33jZi6CgFYjNZM/_oqvgm33jZi6CgFYjNZM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1132/importcfg -pack ./pkg/detectors/cashboard/cashboard.go
2025-08-20T23:00:15.4470704Z [00:02:37.708]➜  go tool buildid -w $WORK/b1129/_pkg_.a # internal
2025-08-20T23:00:15.4482718Z [00:02:37.709]➜  cp $WORK/b1129/_pkg_.a /root/.cache/go-build/b3/b3a90d026801030287a2adfe38bfc32f7af6035c29937e5fc1078e2b9d52010d-d # internal
2025-08-20T23:00:15.4485402Z [00:02:37.709]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caspio
2025-08-20T23:00:15.4485938Z [00:02:37.709]➜  mkdir -p $WORK/b1133/
2025-08-20T23:00:15.4487912Z [00:02:37.710]➜  cat >/tmp/go-build2180205415/b1133/importcfg << 'EOF' # internal
2025-08-20T23:00:15.4488273Z [00:02:37.710]➜  # import config
2025-08-20T23:00:15.4488619Z [00:02:37.710]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.4489049Z [00:02:37.710]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.4489658Z [00:02:37.710]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.4490461Z [00:02:37.710]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.4491143Z [00:02:37.710]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.4491635Z [00:02:37.710]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.4492072Z [00:02:37.710]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.4492394Z [00:02:37.710]➜  EOF
2025-08-20T23:00:15.4495065Z [00:02:37.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1133/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caspio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caspio;$WORK/b1133=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caspio -lang=go1.24 -complete -installsuffix shared -buildid AAclvQhpdHm01kRNEYUF/AAclvQhpdHm01kRNEYUF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1133/importcfg -pack ./pkg/detectors/caspio/caspio.go
2025-08-20T23:00:15.4517890Z [00:02:37.713]➜  go tool buildid -w $WORK/b1131/_pkg_.a # internal
2025-08-20T23:00:15.4524849Z [00:02:37.714]➜  cp $WORK/b1131/_pkg_.a /root/.cache/go-build/2e/2e08c9b03469f3fcda1b6805bd5207d1a197adaa2ec514597ab79a36f8e2fddf-d # internal
2025-08-20T23:00:15.4526661Z [00:02:37.714]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/censys
2025-08-20T23:00:15.4529499Z [00:02:37.714]➜  mkdir -p $WORK/b1134/
2025-08-20T23:00:15.4531776Z [00:02:37.714]➜  cat >/tmp/go-build2180205415/b1134/importcfg << 'EOF' # internal
2025-08-20T23:00:15.4532828Z [00:02:37.714]➜  # import config
2025-08-20T23:00:15.4533360Z [00:02:37.714]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.4543491Z [00:02:37.714]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.4544939Z [00:02:37.714]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.4546138Z [00:02:37.714]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.4547015Z [00:02:37.714]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.4547610Z [00:02:37.714]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.4548184Z [00:02:37.714]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.4548596Z [00:02:37.714]➜  EOF
2025-08-20T23:00:15.4550946Z [00:02:37.714]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1134/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/censys=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/censys;$WORK/b1134=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/censys -lang=go1.24 -complete -installsuffix shared -buildid 1_OaOKMrfD9-bX_1wb3G/1_OaOKMrfD9-bX_1wb3G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1134/importcfg -pack ./pkg/detectors/censys/censys.go
2025-08-20T23:00:15.4848337Z [00:02:37.745]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:15.4850127Z [00:02:37.745]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x025.o -c zstd_common.c
2025-08-20T23:00:15.4881032Z [00:02:37.747]➜  go tool buildid -w $WORK/b1133/_pkg_.a # internal
2025-08-20T23:00:15.4884230Z [00:02:37.750]➜  go tool buildid -w $WORK/b1134/_pkg_.a # internal
2025-08-20T23:00:15.4891500Z [00:02:37.750]➜  cp $WORK/b1133/_pkg_.a /root/.cache/go-build/33/33b77111b3b3096ef4892095c9dcd2446068a66beccf71167a4d6a416cd370a6-d # internal
2025-08-20T23:00:15.4892801Z [00:02:37.750]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/centralstationcrm
2025-08-20T23:00:15.4893282Z [00:02:37.750]➜  mkdir -p $WORK/b1135/
2025-08-20T23:00:15.4895149Z [00:02:37.750]➜  go tool buildid -w $WORK/b1132/_pkg_.a # internal
2025-08-20T23:00:15.4895596Z [00:02:37.750]➜  cat >/tmp/go-build2180205415/b1135/importcfg << 'EOF' # internal
2025-08-20T23:00:15.4896079Z [00:02:37.750]➜  # import config
2025-08-20T23:00:15.4896445Z [00:02:37.750]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.4897076Z [00:02:37.750]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.4897857Z [00:02:37.750]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.4898654Z [00:02:37.751]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.4899332Z [00:02:37.751]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.4899827Z [00:02:37.751]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.4900257Z [00:02:37.751]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.4900573Z [00:02:37.751]➜  EOF
2025-08-20T23:00:15.4901925Z [00:02:37.751]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:15.4905138Z [00:02:37.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1135/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/centralstationcrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/centralstationcrm;$WORK/b1135=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/centralstationcrm -lang=go1.24 -complete -installsuffix shared -buildid -G2QzMilC-OFuCoi6jNo/-G2QzMilC-OFuCoi6jNo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1135/importcfg -pack ./pkg/detectors/centralstationcrm/centralstationcrm.go
2025-08-20T23:00:15.4910090Z [00:02:37.751]➜  cp $WORK/b1132/_pkg_.a /root/.cache/go-build/10/10dffe2e47f75a706a94c74fd7db903a8ab53914d9aac8c78dc38fc0bd903f80-d # internal
2025-08-20T23:00:15.4912550Z [00:02:37.751]➜  cp $WORK/b1134/_pkg_.a /root/.cache/go-build/e6/e66cecef944b0b9adf86cac52982ba4652659ca194d609020acac2158efe7530-d # internal
2025-08-20T23:00:15.4914657Z [00:02:37.752]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cexio
2025-08-20T23:00:15.4915676Z [00:02:37.752]➜  mkdir -p $WORK/b1136/
2025-08-20T23:00:15.4917400Z [00:02:37.752]➜  cat >/tmp/go-build2180205415/b1136/importcfg << 'EOF' # internal
2025-08-20T23:00:15.4917882Z [00:02:37.752]➜  # import config
2025-08-20T23:00:15.4918362Z [00:02:37.752]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.4919281Z [00:02:37.752]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:15.4919795Z [00:02:37.752]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:15.4920363Z [00:02:37.752]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:15.4920862Z [00:02:37.752]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:15.4921484Z [00:02:37.752]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.4922260Z [00:02:37.752]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.4923630Z [00:02:37.752]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.4924394Z [00:02:37.752]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.4925131Z [00:02:37.752]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.4925558Z [00:02:37.752]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.4926522Z [00:02:37.752]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:15.4927162Z [00:02:37.752]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:15.4927597Z [00:02:37.752]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.4928015Z [00:02:37.752]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:15.4929681Z [00:02:37.752]➜  EOF
2025-08-20T23:00:15.4931870Z [00:02:37.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1136/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cexio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cexio;$WORK/b1136=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cexio -lang=go1.24 -complete -installsuffix shared -buildid oXsvjP6rVhm7aRtJ_ZHj/oXsvjP6rVhm7aRtJ_ZHj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1136/importcfg -pack ./pkg/detectors/cexio/cexio.go
2025-08-20T23:00:15.4934307Z [00:02:37.752]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chartmogul
2025-08-20T23:00:15.4934700Z [00:02:37.752]➜  mkdir -p $WORK/b1137/
2025-08-20T23:00:15.4935070Z [00:02:37.752]➜  cat >/tmp/go-build2180205415/b1137/importcfg << 'EOF' # internal
2025-08-20T23:00:15.4935417Z [00:02:37.752]➜  # import config
2025-08-20T23:00:15.4935831Z [00:02:37.752]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.4936593Z [00:02:37.752]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:15.4937109Z [00:02:37.752]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.4937707Z [00:02:37.752]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.4938478Z [00:02:37.752]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.4939550Z [00:02:37.752]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.4940314Z [00:02:37.752]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.4940809Z [00:02:37.752]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.4941245Z [00:02:37.752]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.4941562Z [00:02:37.752]➜  EOF
2025-08-20T23:00:15.4943938Z [00:02:37.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1137/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chartmogul=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chartmogul;$WORK/b1137=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chartmogul -lang=go1.24 -complete -installsuffix shared -buildid DrQwF9lhRUTEQ0IGnmXk/DrQwF9lhRUTEQ0IGnmXk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1137/importcfg -pack ./pkg/detectors/chartmogul/chartmogul.go
2025-08-20T23:00:15.5309424Z [00:02:37.792]➜  go tool buildid -w $WORK/b1135/_pkg_.a # internal
2025-08-20T23:00:15.5317428Z [00:02:37.792]➜  go tool buildid -w $WORK/b1137/_pkg_.a # internal
2025-08-20T23:00:15.5318168Z [00:02:37.792]➜  cp $WORK/b1135/_pkg_.a /root/.cache/go-build/16/1648e65857a74561ab3b0abf0cdecf24eb9775041f9fb15e671f72bfcc4f7cdc-d # internal
2025-08-20T23:00:15.5318843Z [00:02:37.792]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatbot
2025-08-20T23:00:15.5319217Z [00:02:37.792]➜  mkdir -p $WORK/b1138/
2025-08-20T23:00:15.5319620Z [00:02:37.793]➜  cat >/tmp/go-build2180205415/b1138/importcfg << 'EOF' # internal
2025-08-20T23:00:15.5320308Z [00:02:37.793]➜  # import config
2025-08-20T23:00:15.5320654Z [00:02:37.793]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.5321084Z [00:02:37.793]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.5321686Z [00:02:37.793]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.5322449Z [00:02:37.793]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.5323241Z [00:02:37.793]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.5323917Z [00:02:37.793]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.5324412Z [00:02:37.793]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.5324852Z [00:02:37.793]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.5325167Z [00:02:37.793]➜  EOF
2025-08-20T23:00:15.5327352Z [00:02:37.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1138/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatbot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatbot;$WORK/b1138=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatbot -lang=go1.24 -complete -installsuffix shared -buildid CqzS5_fG5LbfJDeVI9OK/CqzS5_fG5LbfJDeVI9OK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1138/importcfg -pack ./pkg/detectors/chatbot/chatbot.go
2025-08-20T23:00:15.5329500Z [00:02:37.794]➜  cp $WORK/b1137/_pkg_.a /root/.cache/go-build/34/345ba0191afe6468ab1e7103fb90cdfb04ad68163905ddf39315165b0ce11d9e-d # internal
2025-08-20T23:00:15.5330171Z [00:02:37.794]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatfule
2025-08-20T23:00:15.5330731Z [00:02:37.794]➜  mkdir -p $WORK/b1139/
2025-08-20T23:00:15.5337201Z [00:02:37.795]➜  cat >/tmp/go-build2180205415/b1139/importcfg << 'EOF' # internal
2025-08-20T23:00:15.5337611Z [00:02:37.795]➜  # import config
2025-08-20T23:00:15.5337959Z [00:02:37.795]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.5338391Z [00:02:37.795]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.5338984Z [00:02:37.795]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.5339746Z [00:02:37.795]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.5340541Z [00:02:37.795]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.5341217Z [00:02:37.795]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.5341713Z [00:02:37.795]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.5342417Z [00:02:37.795]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.5342836Z [00:02:37.795]➜  EOF
2025-08-20T23:00:15.5344832Z [00:02:37.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1139/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatfule=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatfule;$WORK/b1139=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatfule -lang=go1.24 -complete -installsuffix shared -buildid eLuCHXwIYhyPM7zpnT9g/eLuCHXwIYhyPM7zpnT9g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1139/importcfg -pack ./pkg/detectors/chatfule/chatfule.go
2025-08-20T23:00:15.5406191Z [00:02:37.801]➜  go tool buildid -w $WORK/b1136/_pkg_.a # internal
2025-08-20T23:00:15.5408595Z [00:02:37.801]➜  cp $WORK/b1136/_pkg_.a /root/.cache/go-build/fa/fad4a570e508069b27a9d4e9b898c387483093113e9a8c805c84f4aa07402ec5-d # internal
2025-08-20T23:00:15.5409753Z [00:02:37.801]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checio
2025-08-20T23:00:15.5410347Z [00:02:37.801]➜  mkdir -p $WORK/b1140/
2025-08-20T23:00:15.5410893Z [00:02:37.801]➜  cat >/tmp/go-build2180205415/b1140/importcfg << 'EOF' # internal
2025-08-20T23:00:15.5411267Z [00:02:37.801]➜  # import config
2025-08-20T23:00:15.5411855Z [00:02:37.801]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.5412679Z [00:02:37.801]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.5413514Z [00:02:37.801]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.5414316Z [00:02:37.801]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.5415002Z [00:02:37.801]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.5415498Z [00:02:37.801]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.5416032Z [00:02:37.801]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.5416357Z [00:02:37.801]➜  EOF
2025-08-20T23:00:15.5418310Z [00:02:37.801]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1140/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checio;$WORK/b1140=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checio -lang=go1.24 -complete -installsuffix shared -buildid ZRKYVJwvrJHdKyQfFGxC/ZRKYVJwvrJHdKyQfFGxC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1140/importcfg -pack ./pkg/detectors/checio/checio.go
2025-08-20T23:00:15.5681448Z [00:02:37.829]➜  go tool buildid -w $WORK/b1139/_pkg_.a # internal
2025-08-20T23:00:15.5708541Z [00:02:37.830]➜  cp $WORK/b1139/_pkg_.a /root/.cache/go-build/72/72d296c8570540d565cec53b1397261f4857287ee31e3e5f18db87244cd9a997-d # internal
2025-08-20T23:00:15.5709751Z [00:02:37.830]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checklyhq
2025-08-20T23:00:15.5710448Z [00:02:37.831]➜  mkdir -p $WORK/b1141/
2025-08-20T23:00:15.5711985Z [00:02:37.831]➜  cat >/tmp/go-build2180205415/b1141/importcfg << 'EOF' # internal
2025-08-20T23:00:15.5712368Z [00:02:37.831]➜  # import config
2025-08-20T23:00:15.5712721Z [00:02:37.831]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.5713148Z [00:02:37.831]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.5713752Z [00:02:37.831]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.5714516Z [00:02:37.831]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.5715386Z [00:02:37.831]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.5716298Z [00:02:37.831]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.5716802Z [00:02:37.831]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.5717513Z [00:02:37.831]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.5717835Z [00:02:37.831]➜  EOF
2025-08-20T23:00:15.5719881Z [00:02:37.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1141/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checklyhq=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checklyhq;$WORK/b1141=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checklyhq -lang=go1.24 -complete -installsuffix shared -buildid tCmDxdttibKerLPZPOwt/tCmDxdttibKerLPZPOwt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1141/importcfg -pack ./pkg/detectors/checklyhq/checklyhq.go
2025-08-20T23:00:15.5778726Z [00:02:37.839]➜  go tool buildid -w $WORK/b1138/_pkg_.a # internal
2025-08-20T23:00:15.5794148Z [00:02:37.840]➜  cp $WORK/b1138/_pkg_.a /root/.cache/go-build/fe/feeeb75d59dc56727b4ad365b99361b38ad561d1d17d949400084140bc7c375b-d # internal
2025-08-20T23:00:15.5797550Z [00:02:37.840]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkout
2025-08-20T23:00:15.5818726Z [00:02:37.843]➜  mkdir -p $WORK/b1142/
2025-08-20T23:00:15.5819226Z [00:02:37.843]➜  cat >/tmp/go-build2180205415/b1142/importcfg << 'EOF' # internal
2025-08-20T23:00:15.5819582Z [00:02:37.843]➜  # import config
2025-08-20T23:00:15.5819931Z [00:02:37.843]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.5820545Z [00:02:37.843]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.5821314Z [00:02:37.843]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.5822124Z [00:02:37.843]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.5822813Z [00:02:37.843]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.5823305Z [00:02:37.843]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.5823744Z [00:02:37.843]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.5824060Z [00:02:37.843]➜  EOF
2025-08-20T23:00:15.5828497Z [00:02:37.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1142/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkout=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkout;$WORK/b1142=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkout -lang=go1.24 -complete -installsuffix shared -buildid p6ItrH4SlML2SYQdkpCH/p6ItrH4SlML2SYQdkpCH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1142/importcfg -pack ./pkg/detectors/checkout/checkout.go
2025-08-20T23:00:15.5838404Z [00:02:37.845]➜  go tool buildid -w $WORK/b1140/_pkg_.a # internal
2025-08-20T23:00:15.5853474Z [00:02:37.846]➜  cp $WORK/b1140/_pkg_.a /root/.cache/go-build/f9/f9aeecdecd13a477b7161658a2117bd2e3b9777c7a695964b86384d4187cb09a-d # internal
2025-08-20T23:00:15.5861344Z [00:02:37.847]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkvist
2025-08-20T23:00:15.5871827Z [00:02:37.848]➜  mkdir -p $WORK/b1143/
2025-08-20T23:00:15.5872628Z [00:02:37.848]➜  cat >/tmp/go-build2180205415/b1143/importcfg << 'EOF' # internal
2025-08-20T23:00:15.5873505Z [00:02:37.848]➜  # import config
2025-08-20T23:00:15.5874471Z [00:02:37.848]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.5875349Z [00:02:37.848]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.5876883Z [00:02:37.848]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.5879196Z [00:02:37.848]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.5880440Z [00:02:37.848]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.5881641Z [00:02:37.848]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.5883317Z [00:02:37.848]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:15.5883779Z [00:02:37.848]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.5884097Z [00:02:37.848]➜  EOF
2025-08-20T23:00:15.5886262Z [00:02:37.848]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1143/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkvist=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkvist;$WORK/b1143=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkvist -lang=go1.24 -complete -installsuffix shared -buildid ZvoQQ_ssnwSOUQfKRe0S/ZvoQQ_ssnwSOUQfKRe0S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1143/importcfg -pack ./pkg/detectors/checkvist/checkvist.go
2025-08-20T23:00:15.6038990Z [00:02:37.864]➜  go tool buildid -w $WORK/b1141/_pkg_.a # internal
2025-08-20T23:00:15.6076578Z [00:02:37.869]➜  cp $WORK/b1141/_pkg_.a /root/.cache/go-build/3a/3a813c88deeb3f4a7e2a4f6a1c57fa5c378bba4292384522448a1a20b70804f0-d # internal
2025-08-20T23:00:15.6086380Z [00:02:37.870]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cicero
2025-08-20T23:00:15.6088411Z [00:02:37.870]➜  mkdir -p $WORK/b1144/
2025-08-20T23:00:15.6100170Z [00:02:37.871]➜  cat >/tmp/go-build2180205415/b1144/importcfg << 'EOF' # internal
2025-08-20T23:00:15.6101088Z [00:02:37.871]➜  # import config
2025-08-20T23:00:15.6101821Z [00:02:37.871]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.6102774Z [00:02:37.871]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.6103555Z [00:02:37.871]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.6104421Z [00:02:37.871]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.6105956Z [00:02:37.871]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.6107626Z [00:02:37.871]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.6108132Z [00:02:37.871]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.6108571Z [00:02:37.871]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.6108888Z [00:02:37.871]➜  EOF
2025-08-20T23:00:15.6111163Z [00:02:37.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1144/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cicero=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cicero;$WORK/b1144=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cicero -lang=go1.24 -complete -installsuffix shared -buildid If3vbE0oyTQ-hBfAKgvh/If3vbE0oyTQ-hBfAKgvh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1144/importcfg -pack ./pkg/detectors/cicero/cicero.go
2025-08-20T23:00:15.6187079Z [00:02:37.880]➜  go tool buildid -w $WORK/b1142/_pkg_.a # internal
2025-08-20T23:00:15.6197697Z [00:02:37.881]➜  cp $WORK/b1142/_pkg_.a /root/.cache/go-build/47/4732184078b61c0996765103913f1e43e8b1c7f5d829974c91f1d9216dec3f8e-d # internal
2025-08-20T23:00:15.6198534Z [00:02:37.881]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v1
2025-08-20T23:00:15.6198938Z [00:02:37.881]➜  mkdir -p $WORK/b1145/
2025-08-20T23:00:15.6199973Z [00:02:37.881]➜  cat >/tmp/go-build2180205415/b1145/importcfg << 'EOF' # internal
2025-08-20T23:00:15.6200950Z [00:02:37.881]➜  # import config
2025-08-20T23:00:15.6201687Z [00:02:37.881]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.6202424Z [00:02:37.881]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.6203631Z [00:02:37.881]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.6204559Z [00:02:37.881]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.6206330Z [00:02:37.881]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.6207761Z [00:02:37.881]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.6208821Z [00:02:37.881]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.6209706Z [00:02:37.881]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.6210592Z [00:02:37.881]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:15.6211377Z [00:02:37.881]➜  EOF
2025-08-20T23:00:15.6217206Z [00:02:37.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1145/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v1;$WORK/b1145=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v1 -lang=go1.24 -complete -installsuffix shared -buildid -7i4BwZ9ha0ZmWMIPncO/-7i4BwZ9ha0ZmWMIPncO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1145/importcfg -pack ./pkg/detectors/circleci/v1/circleci.go
2025-08-20T23:00:15.6359066Z [00:02:37.897]➜  go tool buildid -w $WORK/b1143/_pkg_.a # internal
2025-08-20T23:00:15.6386863Z [00:02:37.900]➜  cp $WORK/b1143/_pkg_.a /root/.cache/go-build/b0/b02d7b2a53b6e9eb85f39f9290dd69da184bce18b8cbe58131aa53a4fdd7ae07-d # internal
2025-08-20T23:00:15.6388465Z [00:02:37.900]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clarifai
2025-08-20T23:00:15.6389669Z [00:02:37.900]➜  mkdir -p $WORK/b1147/
2025-08-20T23:00:15.6391781Z [00:02:37.900]➜  cat >/tmp/go-build2180205415/b1147/importcfg << 'EOF' # internal
2025-08-20T23:00:15.6392337Z [00:02:37.900]➜  # import config
2025-08-20T23:00:15.6392743Z [00:02:37.900]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.6393169Z [00:02:37.900]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.6393774Z [00:02:37.900]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.6394539Z [00:02:37.900]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.6395337Z [00:02:37.900]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.6396134Z [00:02:37.900]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.6396637Z [00:02:37.900]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.6397364Z [00:02:37.900]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.6397771Z [00:02:37.900]➜  EOF
2025-08-20T23:00:15.6399891Z [00:02:37.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1147/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clarifai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clarifai;$WORK/b1147=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clarifai -lang=go1.24 -complete -installsuffix shared -buildid IQIEjFPCKZct5gH8xEBs/IQIEjFPCKZct5gH8xEBs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1147/importcfg -pack ./pkg/detectors/clarifai/clarifai.go
2025-08-20T23:00:15.6555882Z [00:02:37.916]➜  go tool buildid -w $WORK/b1144/_pkg_.a # internal
2025-08-20T23:00:15.6566008Z [00:02:37.917]➜  cp $WORK/b1144/_pkg_.a /root/.cache/go-build/f3/f3c9d5fd77f8d0b51e3a7bc2ff4beed4e6d471bcb0812bfbcb26b94932da7d56-d # internal
2025-08-20T23:00:15.6580673Z [00:02:37.919]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clearbit
2025-08-20T23:00:15.6583093Z [00:02:37.919]➜  mkdir -p $WORK/b1148/
2025-08-20T23:00:15.6583831Z [00:02:37.919]➜  cat >/tmp/go-build2180205415/b1148/importcfg << 'EOF' # internal
2025-08-20T23:00:15.6584198Z [00:02:37.919]➜  # import config
2025-08-20T23:00:15.6584544Z [00:02:37.919]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.6585162Z [00:02:37.919]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.6585899Z [00:02:37.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.6586738Z [00:02:37.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.6587540Z [00:02:37.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.6588221Z [00:02:37.919]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.6588722Z [00:02:37.919]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.6589168Z [00:02:37.919]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.6589492Z [00:02:37.919]➜  EOF
2025-08-20T23:00:15.6591466Z [00:02:37.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1148/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clearbit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clearbit;$WORK/b1148=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clearbit -lang=go1.24 -complete -installsuffix shared -buildid sHO-Ubkq9hYve_GL9Oxw/sHO-Ubkq9hYve_GL9Oxw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1148/importcfg -pack ./pkg/detectors/clearbit/clearbit.go
2025-08-20T23:00:15.6686956Z [00:02:37.929]➜  go tool buildid -w $WORK/b1145/_pkg_.a # internal
2025-08-20T23:00:15.6693680Z [00:02:37.930]➜  cp $WORK/b1145/_pkg_.a /root/.cache/go-build/50/50d02da7470a2337532b3b41969ed24397929d61d4a255f0efccc264bfc2b1b6-d # internal
2025-08-20T23:00:15.6694416Z [00:02:37.930]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v2
2025-08-20T23:00:15.6694811Z [00:02:37.930]➜  mkdir -p $WORK/b1146/
2025-08-20T23:00:15.6695898Z [00:02:37.931]➜  cat >/tmp/go-build2180205415/b1146/importcfg << 'EOF' # internal
2025-08-20T23:00:15.6696949Z [00:02:37.931]➜  # import config
2025-08-20T23:00:15.6697492Z [00:02:37.931]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.6698208Z [00:02:37.931]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.6699080Z [00:02:37.931]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.6700016Z [00:02:37.931]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v1=/tmp/go-build2180205415/b1145/_pkg_.a
2025-08-20T23:00:15.6701682Z [00:02:37.931]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.6703643Z [00:02:37.931]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.6704221Z [00:02:37.931]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.6704667Z [00:02:37.931]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:15.6704985Z [00:02:37.931]➜  EOF
2025-08-20T23:00:15.6707159Z [00:02:37.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1146/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v2;$WORK/b1146=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v2 -lang=go1.24 -complete -installsuffix shared -buildid fdzN2CYvHPboYIFjN5Ew/fdzN2CYvHPboYIFjN5Ew -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1146/importcfg -pack ./pkg/detectors/circleci/v2/circleci.go
2025-08-20T23:00:15.6781358Z [00:02:37.939]➜  go tool buildid -w $WORK/b1147/_pkg_.a # internal
2025-08-20T23:00:15.6790170Z [00:02:37.940]➜  cp $WORK/b1147/_pkg_.a /root/.cache/go-build/07/07337a5597ead67d5e152f01a915cef24d58854bba6e57da73ec91416884c83f-d # internal
2025-08-20T23:00:15.6792806Z [00:02:37.940]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickhelp
2025-08-20T23:00:15.6795077Z [00:02:37.940]➜  mkdir -p $WORK/b1149/
2025-08-20T23:00:15.6795947Z [00:02:37.940]➜  cat >/tmp/go-build2180205415/b1149/importcfg << 'EOF' # internal
2025-08-20T23:00:15.6796676Z [00:02:37.940]➜  # import config
2025-08-20T23:00:15.6798518Z [00:02:37.940]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.6799231Z [00:02:37.940]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.6799973Z [00:02:37.940]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.6802249Z [00:02:37.940]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.6803326Z [00:02:37.940]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.6804223Z [00:02:37.940]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.6806550Z [00:02:37.940]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.6806996Z [00:02:37.940]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.6807321Z [00:02:37.940]➜  EOF
2025-08-20T23:00:15.6809354Z [00:02:37.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1149/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickhelp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickhelp;$WORK/b1149=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickhelp -lang=go1.24 -complete -installsuffix shared -buildid HvRlfubfi8-y5EbDNQya/HvRlfubfi8-y5EbDNQya -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1149/importcfg -pack ./pkg/detectors/clickhelp/clickhelp.go
2025-08-20T23:00:15.7017034Z [00:02:37.962]➜  go tool buildid -w $WORK/b1148/_pkg_.a # internal
2025-08-20T23:00:15.7019111Z [00:02:37.962]➜  cp $WORK/b1148/_pkg_.a /root/.cache/go-build/68/6844310eb44f9304116a80c482e570b58bfe61f7e21cbb2e25a5dcbdd38be024-d # internal
2025-08-20T23:00:15.7019857Z [00:02:37.962]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clicksendsms
2025-08-20T23:00:15.7020261Z [00:02:37.962]➜  mkdir -p $WORK/b1150/
2025-08-20T23:00:15.7020643Z [00:02:37.962]➜  cat >/tmp/go-build2180205415/b1150/importcfg << 'EOF' # internal
2025-08-20T23:00:15.7020989Z [00:02:37.962]➜  # import config
2025-08-20T23:00:15.7021331Z [00:02:37.962]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.7021793Z [00:02:37.962]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:15.7022517Z [00:02:37.962]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.7023301Z [00:02:37.962]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.7024133Z [00:02:37.962]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.7025093Z [00:02:37.962]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.7025932Z [00:02:37.962]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.7026484Z [00:02:37.962]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.7026917Z [00:02:37.962]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.7027233Z [00:02:37.962]➜  EOF
2025-08-20T23:00:15.7029329Z [00:02:37.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1150/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clicksendsms=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clicksendsms;$WORK/b1150=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clicksendsms -lang=go1.24 -complete -installsuffix shared -buildid A9DIO60-cl6Zi-LRh1xT/A9DIO60-cl6Zi-LRh1xT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1150/importcfg -pack ./pkg/detectors/clicksendsms/clicksendsms.go
2025-08-20T23:00:15.7056432Z [00:02:37.967]➜  go tool buildid -w $WORK/b1146/_pkg_.a # internal
2025-08-20T23:00:15.7069826Z [00:02:37.968]➜  cp $WORK/b1146/_pkg_.a /root/.cache/go-build/d4/d445a20ccc1f6ee7d34c1e604c5e88a28326330b0b10c9bee80edb41c880b3e5-d # internal
2025-08-20T23:00:15.7077019Z [00:02:37.968]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickuppersonaltoken
2025-08-20T23:00:15.7077465Z [00:02:37.968]➜  mkdir -p $WORK/b1151/
2025-08-20T23:00:15.7077843Z [00:02:37.969]➜  cat >/tmp/go-build2180205415/b1151/importcfg << 'EOF' # internal
2025-08-20T23:00:15.7078210Z [00:02:37.969]➜  # import config
2025-08-20T23:00:15.7078565Z [00:02:37.969]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.7078994Z [00:02:37.969]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.7079591Z [00:02:37.969]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.7080367Z [00:02:37.969]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.7081165Z [00:02:37.969]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.7081854Z [00:02:37.969]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.7082330Z [00:02:37.969]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.7082750Z [00:02:37.969]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.7083441Z [00:02:37.969]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.7083858Z [00:02:37.969]➜  EOF
2025-08-20T23:00:15.7086294Z [00:02:37.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1151/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickuppersonaltoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickuppersonaltoken;$WORK/b1151=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickuppersonaltoken -lang=go1.24 -complete -installsuffix shared -buildid amiJeiWGyD-W-eV2o0LT/amiJeiWGyD-W-eV2o0LT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1151/importcfg -pack ./pkg/detectors/clickuppersonaltoken/clickuppersonaltoken.go
2025-08-20T23:00:15.7205953Z [00:02:37.979]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:15.7210804Z [00:02:37.979]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x026.o -c zstd_compress.c
2025-08-20T23:00:15.7260231Z [00:02:37.987]➜  go tool buildid -w $WORK/b1149/_pkg_.a # internal
2025-08-20T23:00:15.7263623Z [00:02:37.987]➜  cp $WORK/b1149/_pkg_.a /root/.cache/go-build/74/742aacbd95e9c79fd359119af7c5c4342a8d0f398a20d0d388966b6ae8bd62ac-d # internal
2025-08-20T23:00:15.7267505Z [00:02:37.987]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cliengo
2025-08-20T23:00:15.7267914Z [00:02:37.987]➜  mkdir -p $WORK/b1152/
2025-08-20T23:00:15.7268299Z [00:02:37.988]➜  cat >/tmp/go-build2180205415/b1152/importcfg << 'EOF' # internal
2025-08-20T23:00:15.7268651Z [00:02:37.988]➜  # import config
2025-08-20T23:00:15.7268996Z [00:02:37.988]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.7269620Z [00:02:37.988]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.7270720Z [00:02:37.988]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.7271539Z [00:02:37.988]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.7272218Z [00:02:37.988]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.7272716Z [00:02:37.988]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.7273150Z [00:02:37.988]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.7273465Z [00:02:37.988]➜  EOF
2025-08-20T23:00:15.7273712Z [00:02:37.988]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:15.7275882Z [00:02:37.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1152/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cliengo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cliengo;$WORK/b1152=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cliengo -lang=go1.24 -complete -installsuffix shared -buildid fpK8o96irSdzzohVY6i5/fpK8o96irSdzzohVY6i5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1152/importcfg -pack ./pkg/detectors/cliengo/cliengo.go
2025-08-20T23:00:15.7480771Z [00:02:38.009]➜  go tool buildid -w $WORK/b1150/_pkg_.a # internal
2025-08-20T23:00:15.7491691Z [00:02:38.010]➜  cp $WORK/b1150/_pkg_.a /root/.cache/go-build/7a/7afba437e57d7a76a6f53fcdbb333c60db9a41f3ad97f9607282f57661917923-d # internal
2025-08-20T23:00:15.7495993Z [00:02:38.010]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clientary
2025-08-20T23:00:15.7496455Z [00:02:38.010]➜  mkdir -p $WORK/b1153/
2025-08-20T23:00:15.7496838Z [00:02:38.011]➜  cat >/tmp/go-build2180205415/b1153/importcfg << 'EOF' # internal
2025-08-20T23:00:15.7498971Z [00:02:38.011]➜  # import config
2025-08-20T23:00:15.7499602Z [00:02:38.011]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.7500122Z [00:02:38.011]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:15.7500543Z [00:02:38.011]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.7501147Z [00:02:38.011]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.7501916Z [00:02:38.011]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.7502715Z [00:02:38.011]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.7503392Z [00:02:38.011]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.7503865Z [00:02:38.011]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.7504288Z [00:02:38.011]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.7504615Z [00:02:38.011]➜  EOF
2025-08-20T23:00:15.7506980Z [00:02:38.011]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1153/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clientary=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clientary;$WORK/b1153=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clientary -lang=go1.24 -complete -installsuffix shared -buildid GcAPaw0v0-mTqSsOAVDl/GcAPaw0v0-mTqSsOAVDl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1153/importcfg -pack ./pkg/detectors/clientary/clientary.go
2025-08-20T23:00:15.7508987Z [00:02:38.011]➜  go tool buildid -w $WORK/b1151/_pkg_.a # internal
2025-08-20T23:00:15.7512380Z [00:02:38.012]➜  cp $WORK/b1151/_pkg_.a /root/.cache/go-build/a6/a63491b0a3e9ea3272942b6b12430954ecaddfab049f4a742319bd3eaebf1b0f-d # internal
2025-08-20T23:00:15.7521348Z [00:02:38.013]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clinchpad
2025-08-20T23:00:15.7524413Z [00:02:38.013]➜  mkdir -p $WORK/b1154/
2025-08-20T23:00:15.7525117Z [00:02:38.013]➜  cat >/tmp/go-build2180205415/b1154/importcfg << 'EOF' # internal
2025-08-20T23:00:15.7527977Z [00:02:38.013]➜  # import config
2025-08-20T23:00:15.7528912Z [00:02:38.013]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.7529736Z [00:02:38.013]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:15.7530429Z [00:02:38.013]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.7531568Z [00:02:38.013]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.7533335Z [00:02:38.013]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.7534146Z [00:02:38.013]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.7534841Z [00:02:38.013]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.7535347Z [00:02:38.013]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.7535975Z [00:02:38.013]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.7536368Z [00:02:38.013]➜  EOF
2025-08-20T23:00:15.7538393Z [00:02:38.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1154/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clinchpad=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clinchpad;$WORK/b1154=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clinchpad -lang=go1.24 -complete -installsuffix shared -buildid d-ucPQe5HCgrxhZUmlWl/d-ucPQe5HCgrxhZUmlWl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1154/importcfg -pack ./pkg/detectors/clinchpad/clinchpad.go
2025-08-20T23:00:15.7658798Z [00:02:38.026]➜  go tool buildid -w $WORK/b1152/_pkg_.a # internal
2025-08-20T23:00:15.7667980Z [00:02:38.028]➜  cp $WORK/b1152/_pkg_.a /root/.cache/go-build/75/75e7471b1461c1433ad683dd233cbee74c109edff16afe43dbc8c9b57b29332f-d # internal
2025-08-20T23:00:15.7670341Z [00:02:38.028]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockify
2025-08-20T23:00:15.7670768Z [00:02:38.028]➜  mkdir -p $WORK/b1155/
2025-08-20T23:00:15.7690986Z [00:02:38.030]➜  cat >/tmp/go-build2180205415/b1155/importcfg << 'EOF' # internal
2025-08-20T23:00:15.7691610Z [00:02:38.030]➜  # import config
2025-08-20T23:00:15.7692116Z [00:02:38.030]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.7693346Z [00:02:38.030]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.7694365Z [00:02:38.030]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.7695356Z [00:02:38.030]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.7696968Z [00:02:38.030]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.7697854Z [00:02:38.030]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.7699077Z [00:02:38.030]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.7699661Z [00:02:38.030]➜  EOF
2025-08-20T23:00:15.7702552Z [00:02:38.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1155/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockify;$WORK/b1155=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockify -lang=go1.24 -complete -installsuffix shared -buildid xOMNF4gZxGGeJ26L1HOS/xOMNF4gZxGGeJ26L1HOS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1155/importcfg -pack ./pkg/detectors/clockify/clockify.go
2025-08-20T23:00:15.7881016Z [00:02:38.049]➜  go tool buildid -w $WORK/b1153/_pkg_.a # internal
2025-08-20T23:00:15.7891365Z [00:02:38.050]➜  cp $WORK/b1153/_pkg_.a /root/.cache/go-build/6f/6f8677baafe306ba02c3f0bd9f06b2112390e3f207d6fdb4da8b9d3c0015ed17-d # internal
2025-08-20T23:00:15.7892904Z [00:02:38.050]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockworksms
2025-08-20T23:00:15.7893630Z [00:02:38.050]➜  mkdir -p $WORK/b1156/
2025-08-20T23:00:15.7896647Z [00:02:38.051]➜  cat >/tmp/go-build2180205415/b1156/importcfg << 'EOF' # internal
2025-08-20T23:00:15.7897082Z [00:02:38.051]➜  # import config
2025-08-20T23:00:15.7897437Z [00:02:38.051]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.7898053Z [00:02:38.051]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.7898827Z [00:02:38.051]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.7899637Z [00:02:38.051]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.7900332Z [00:02:38.051]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.7900826Z [00:02:38.051]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.7901265Z [00:02:38.051]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.7901582Z [00:02:38.051]➜  EOF
2025-08-20T23:00:15.7904334Z [00:02:38.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1156/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockworksms=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockworksms;$WORK/b1156=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockworksms -lang=go1.24 -complete -installsuffix shared -buildid eVth7FxSRxh4ezxR0CVB/eVth7FxSRxh4ezxR0CVB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1156/importcfg -pack ./pkg/detectors/clockworksms/clockworksms.go
2025-08-20T23:00:15.8040485Z [00:02:38.065]➜  go tool buildid -w $WORK/b1154/_pkg_.a # internal
2025-08-20T23:00:15.8041532Z [00:02:38.065]➜  cp $WORK/b1154/_pkg_.a /root/.cache/go-build/8b/8bb34efd57a68f71ae61e1fed56f1580614ce63744482659dc0387a455267074-d # internal
2025-08-20T23:00:15.8043198Z [00:02:38.065]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/closecrm
2025-08-20T23:00:15.8043599Z [00:02:38.065]➜  mkdir -p $WORK/b1157/
2025-08-20T23:00:15.8043979Z [00:02:38.065]➜  cat >/tmp/go-build2180205415/b1157/importcfg << 'EOF' # internal
2025-08-20T23:00:15.8044328Z [00:02:38.065]➜  # import config
2025-08-20T23:00:15.8044672Z [00:02:38.065]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.8045132Z [00:02:38.065]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:15.8045581Z [00:02:38.065]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.8046440Z [00:02:38.065]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.8047466Z [00:02:38.065]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.8048335Z [00:02:38.065]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.8049203Z [00:02:38.065]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.8049705Z [00:02:38.065]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.8050140Z [00:02:38.065]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.8050459Z [00:02:38.065]➜  EOF
2025-08-20T23:00:15.8052436Z [00:02:38.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1157/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/closecrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/closecrm;$WORK/b1157=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/closecrm -lang=go1.24 -complete -installsuffix shared -buildid LzGBOXoYUHs_jfuFZ-4l/LzGBOXoYUHs_jfuFZ-4l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1157/importcfg -pack ./pkg/detectors/closecrm/close.go
2025-08-20T23:00:15.8094047Z [00:02:38.070]➜  go tool buildid -w $WORK/b1155/_pkg_.a # internal
2025-08-20T23:00:15.8097630Z [00:02:38.070]➜  cp $WORK/b1155/_pkg_.a /root/.cache/go-build/1f/1f325b287cb03d118b71c65de900560f3ad0c830e60a4b422c8ced67fcc12733-d # internal
2025-08-20T23:00:15.8105505Z [00:02:38.071]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudconvert
2025-08-20T23:00:15.8108723Z [00:02:38.071]➜  mkdir -p $WORK/b1158/
2025-08-20T23:00:15.8116782Z [00:02:38.073]➜  cat >/tmp/go-build2180205415/b1158/importcfg << 'EOF' # internal
2025-08-20T23:00:15.8117799Z [00:02:38.073]➜  # import config
2025-08-20T23:00:15.8118678Z [00:02:38.073]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.8121164Z [00:02:38.073]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.8122013Z [00:02:38.073]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.8123195Z [00:02:38.073]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.8124150Z [00:02:38.073]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.8124945Z [00:02:38.073]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.8125979Z [00:02:38.073]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.8127194Z [00:02:38.073]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.8127523Z [00:02:38.073]➜  EOF
2025-08-20T23:00:15.8129877Z [00:02:38.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1158/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudconvert=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudconvert;$WORK/b1158=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudconvert -lang=go1.24 -complete -installsuffix shared -buildid CfjPVS81-VAGWUagfNMi/CfjPVS81-VAGWUagfNMi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1158/importcfg -pack ./pkg/detectors/cloudconvert/cloudconvert.go
2025-08-20T23:00:15.8264842Z [00:02:38.088]➜  go tool buildid -w $WORK/b1156/_pkg_.a # internal
2025-08-20T23:00:15.8276832Z [00:02:38.089]➜  cp $WORK/b1156/_pkg_.a /root/.cache/go-build/e9/e9601a2cb4dad211bfe84f054b8924236fb6b60199dcb9d540631b1b5a3125b0-d # internal
2025-08-20T23:00:15.8278827Z [00:02:38.089]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudelements
2025-08-20T23:00:15.8287028Z [00:02:38.089]➜  mkdir -p $WORK/b1159/
2025-08-20T23:00:15.8289356Z [00:02:38.090]➜  cat >/tmp/go-build2180205415/b1159/importcfg << 'EOF' # internal
2025-08-20T23:00:15.8290186Z [00:02:38.090]➜  # import config
2025-08-20T23:00:15.8290843Z [00:02:38.090]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.8291815Z [00:02:38.090]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.8292671Z [00:02:38.090]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.8294129Z [00:02:38.090]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.8295470Z [00:02:38.090]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.8296997Z [00:02:38.090]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.8297964Z [00:02:38.090]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.8298807Z [00:02:38.090]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.8299552Z [00:02:38.090]➜  EOF
2025-08-20T23:00:15.8302334Z [00:02:38.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1159/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudelements=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudelements;$WORK/b1159=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudelements -lang=go1.24 -complete -installsuffix shared -buildid QGVQywnuhEkxPJ0ANI6A/QGVQywnuhEkxPJ0ANI6A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1159/importcfg -pack ./pkg/detectors/cloudelements/cloudelements.go
2025-08-20T23:00:15.8398518Z [00:02:38.101]➜  go tool buildid -w $WORK/b1157/_pkg_.a # internal
2025-08-20T23:00:15.8436792Z [00:02:38.104]➜  cp $WORK/b1157/_pkg_.a /root/.cache/go-build/bc/bc958247c57a833697f0b79e1d12b63529f8b740e82d52710a634f480d63ef8a-d # internal
2025-08-20T23:00:15.8447895Z [00:02:38.104]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareapitoken
2025-08-20T23:00:15.8448353Z [00:02:38.104]➜  mkdir -p $WORK/b1160/
2025-08-20T23:00:15.8448739Z [00:02:38.104]➜  cat >/tmp/go-build2180205415/b1160/importcfg << 'EOF' # internal
2025-08-20T23:00:15.8449104Z [00:02:38.104]➜  # import config
2025-08-20T23:00:15.8449455Z [00:02:38.104]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.8449886Z [00:02:38.104]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.8450481Z [00:02:38.104]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.8451248Z [00:02:38.105]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.8452050Z [00:02:38.105]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.8452736Z [00:02:38.105]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.8453489Z [00:02:38.105]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.8454013Z [00:02:38.105]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.8454332Z [00:02:38.105]➜  EOF
2025-08-20T23:00:15.8456690Z [00:02:38.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1160/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareapitoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareapitoken;$WORK/b1160=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareapitoken -lang=go1.24 -complete -installsuffix shared -buildid IaGzJ9mF7mHb-au7Eqj_/IaGzJ9mF7mHb-au7Eqj_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1160/importcfg -pack ./pkg/detectors/cloudflareapitoken/cloudflareapitoken.go
2025-08-20T23:00:15.8591393Z [00:02:38.120]➜  go tool buildid -w $WORK/b1158/_pkg_.a # internal
2025-08-20T23:00:15.8594655Z [00:02:38.120]➜  cp $WORK/b1158/_pkg_.a /root/.cache/go-build/bb/bb218eecd0ccc059b33d9db5cf61a17290a30f23de61fd92354aa024e3cfaf38-d # internal
2025-08-20T23:00:15.8600078Z [00:02:38.120]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflarecakey
2025-08-20T23:00:15.8600581Z [00:02:38.120]➜  mkdir -p $WORK/b1161/
2025-08-20T23:00:15.8600968Z [00:02:38.120]➜  cat >/tmp/go-build2180205415/b1161/importcfg << 'EOF' # internal
2025-08-20T23:00:15.8601522Z [00:02:38.120]➜  # import config
2025-08-20T23:00:15.8601876Z [00:02:38.120]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.8602300Z [00:02:38.120]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.8602895Z [00:02:38.120]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.8603665Z [00:02:38.120]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.8604470Z [00:02:38.120]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.8605324Z [00:02:38.120]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.8605989Z [00:02:38.120]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:15.8606486Z [00:02:38.120]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.8606818Z [00:02:38.120]➜  EOF
2025-08-20T23:00:15.8608960Z [00:02:38.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1161/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflarecakey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflarecakey;$WORK/b1161=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflarecakey -lang=go1.24 -complete -installsuffix shared -buildid wv-MbLHbs2zmbGqujQRS/wv-MbLHbs2zmbGqujQRS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1161/importcfg -pack ./pkg/detectors/cloudflarecakey/cloudflarecakey.go
2025-08-20T23:00:15.8638012Z [00:02:38.125]➜  go tool buildid -w $WORK/b1159/_pkg_.a # internal
2025-08-20T23:00:15.8653293Z [00:02:38.126]➜  cp $WORK/b1159/_pkg_.a /root/.cache/go-build/b4/b4d5d57685440f3eddd6465bed2df7f754304a2f2b8c48f5a70417d709fecd25-d # internal
2025-08-20T23:00:15.8655200Z [00:02:38.126]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareglobalapikey
2025-08-20T23:00:15.8655660Z [00:02:38.126]➜  mkdir -p $WORK/b1162/
2025-08-20T23:00:15.8656180Z [00:02:38.126]➜  cat >/tmp/go-build2180205415/b1162/importcfg << 'EOF' # internal
2025-08-20T23:00:15.8656540Z [00:02:38.126]➜  # import config
2025-08-20T23:00:15.8656894Z [00:02:38.126]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.8657507Z [00:02:38.126]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.8658278Z [00:02:38.126]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.8659328Z [00:02:38.126]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.8660112Z [00:02:38.126]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.8660611Z [00:02:38.126]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.8661057Z [00:02:38.126]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.8661376Z [00:02:38.126]➜  EOF
2025-08-20T23:00:15.8663710Z [00:02:38.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1162/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareglobalapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareglobalapikey;$WORK/b1162=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareglobalapikey -lang=go1.24 -complete -installsuffix shared -buildid CfkSSBc8vt0ldOIzD3tR/CfkSSBc8vt0ldOIzD3tR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1162/importcfg -pack ./pkg/detectors/cloudflareglobalapikey/cloudflareglobalapikey.go
2025-08-20T23:00:15.8910950Z [00:02:38.152]➜  go tool buildid -w $WORK/b1160/_pkg_.a # internal
2025-08-20T23:00:15.8931321Z [00:02:38.154]➜  cp $WORK/b1160/_pkg_.a /root/.cache/go-build/dd/ddce9267c98f0a2327c44a83c9e8600f3adaa33775c1b7326781a9e9219746aa-d # internal
2025-08-20T23:00:15.8937868Z [00:02:38.154]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudimage
2025-08-20T23:00:15.8938285Z [00:02:38.154]➜  mkdir -p $WORK/b1163/
2025-08-20T23:00:15.8938669Z [00:02:38.154]➜  cat >/tmp/go-build2180205415/b1163/importcfg << 'EOF' # internal
2025-08-20T23:00:15.8939020Z [00:02:38.154]➜  # import config
2025-08-20T23:00:15.8939369Z [00:02:38.154]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.8939979Z [00:02:38.154]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.8940761Z [00:02:38.154]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.8941827Z [00:02:38.154]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.8942514Z [00:02:38.154]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.8943015Z [00:02:38.154]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.8943446Z [00:02:38.154]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.8943869Z [00:02:38.154]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:15.8944175Z [00:02:38.154]➜  EOF
2025-08-20T23:00:15.8946348Z [00:02:38.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1163/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudimage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudimage;$WORK/b1163=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudimage -lang=go1.24 -complete -installsuffix shared -buildid evHCxkf-4mn6MvX4zEoI/evHCxkf-4mn6MvX4zEoI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1163/importcfg -pack ./pkg/detectors/cloudimage/cloudimage.go
2025-08-20T23:00:15.8979088Z [00:02:38.159]➜  go tool buildid -w $WORK/b1161/_pkg_.a # internal
2025-08-20T23:00:15.8987952Z [00:02:38.160]➜  cp $WORK/b1161/_pkg_.a /root/.cache/go-build/93/93acffa2c0e355220a1cb816becce77222a05512cd857a3656bee3224613338d-d # internal
2025-08-20T23:00:15.8993183Z [00:02:38.160]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudmersive
2025-08-20T23:00:15.8993617Z [00:02:38.160]➜  mkdir -p $WORK/b1164/
2025-08-20T23:00:15.8994001Z [00:02:38.160]➜  cat >/tmp/go-build2180205415/b1164/importcfg << 'EOF' # internal
2025-08-20T23:00:15.8994349Z [00:02:38.160]➜  # import config
2025-08-20T23:00:15.8994701Z [00:02:38.160]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.8995561Z [00:02:38.160]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.8996615Z [00:02:38.160]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.8997422Z [00:02:38.160]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.8998115Z [00:02:38.160]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.8998614Z [00:02:38.160]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.8999050Z [00:02:38.160]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.8999368Z [00:02:38.160]➜  EOF
2025-08-20T23:00:15.9001589Z [00:02:38.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1164/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudmersive=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudmersive;$WORK/b1164=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudmersive -lang=go1.24 -complete -installsuffix shared -buildid av927HdxXX4i58BJXNAs/av927HdxXX4i58BJXNAs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1164/importcfg -pack ./pkg/detectors/cloudmersive/cloudmersive.go
2025-08-20T23:00:15.9048011Z [00:02:38.166]➜  go tool buildid -w $WORK/b1162/_pkg_.a # internal
2025-08-20T23:00:15.9059065Z [00:02:38.167]➜  cp $WORK/b1162/_pkg_.a /root/.cache/go-build/83/839bcf06494e913b5c995271332119531a75abd4dd0beea00cd1ab85197b5f74-d # internal
2025-08-20T23:00:15.9064901Z [00:02:38.167]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudplan
2025-08-20T23:00:15.9065319Z [00:02:38.167]➜  mkdir -p $WORK/b1165/
2025-08-20T23:00:15.9065706Z [00:02:38.167]➜  cat >/tmp/go-build2180205415/b1165/importcfg << 'EOF' # internal
2025-08-20T23:00:15.9066261Z [00:02:38.167]➜  # import config
2025-08-20T23:00:15.9066608Z [00:02:38.167]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.9067234Z [00:02:38.167]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.9068349Z [00:02:38.167]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.9069162Z [00:02:38.167]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.9069845Z [00:02:38.167]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.9070332Z [00:02:38.167]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.9070765Z [00:02:38.167]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.9071080Z [00:02:38.167]➜  EOF
2025-08-20T23:00:15.9073070Z [00:02:38.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1165/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudplan=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudplan;$WORK/b1165=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudplan -lang=go1.24 -complete -installsuffix shared -buildid _2M5LYIk-pq9n_XZOJSN/_2M5LYIk-pq9n_XZOJSN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1165/importcfg -pack ./pkg/detectors/cloudplan/cloudplan.go
2025-08-20T23:00:15.9321756Z [00:02:38.193]➜  go tool buildid -w $WORK/b1163/_pkg_.a # internal
2025-08-20T23:00:15.9364862Z [00:02:38.197]➜  cp $WORK/b1163/_pkg_.a /root/.cache/go-build/01/01a667273c1292beeb7fd9fefb4dee3d50d87c0a68f740d31a25e1f2a05c336a-d # internal
2025-08-20T23:00:15.9365700Z [00:02:38.197]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudsmith
2025-08-20T23:00:15.9366230Z [00:02:38.197]➜  mkdir -p $WORK/b1166/
2025-08-20T23:00:15.9366609Z [00:02:38.197]➜  cat >/tmp/go-build2180205415/b1166/importcfg << 'EOF' # internal
2025-08-20T23:00:15.9366959Z [00:02:38.197]➜  # import config
2025-08-20T23:00:15.9367533Z [00:02:38.197]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.9368131Z [00:02:38.197]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:15.9368766Z [00:02:38.197]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.9369541Z [00:02:38.197]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.9370340Z [00:02:38.197]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.9371021Z [00:02:38.197]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.9371515Z [00:02:38.197]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.9371947Z [00:02:38.197]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.9377654Z [00:02:38.197]➜  EOF
2025-08-20T23:00:15.9379916Z [00:02:38.197]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1166/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudsmith=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudsmith;$WORK/b1166=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudsmith -lang=go1.24 -complete -installsuffix shared -buildid ue_2rD47vxkvX2dfvrem/ue_2rD47vxkvX2dfvrem -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1166/importcfg -pack ./pkg/detectors/cloudsmith/cloudsmith.go
2025-08-20T23:00:15.9381912Z [00:02:38.198]➜  go tool buildid -w $WORK/b1164/_pkg_.a # internal
2025-08-20T23:00:15.9382608Z [00:02:38.199]➜  cp $WORK/b1164/_pkg_.a /root/.cache/go-build/23/23a75d9e629ff79bb26efc9d9e4abe55f4589cade91462cdbd0e6dc8b4762660-d # internal
2025-08-20T23:00:15.9383293Z [00:02:38.199]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloverly
2025-08-20T23:00:15.9383675Z [00:02:38.199]➜  mkdir -p $WORK/b1167/
2025-08-20T23:00:15.9384053Z [00:02:38.199]➜  cat >/tmp/go-build2180205415/b1167/importcfg << 'EOF' # internal
2025-08-20T23:00:15.9385622Z [00:02:38.199]➜  # import config
2025-08-20T23:00:15.9386135Z [00:02:38.199]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.9386565Z [00:02:38.199]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.9387170Z [00:02:38.199]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.9387934Z [00:02:38.199]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.9388729Z [00:02:38.199]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.9389404Z [00:02:38.199]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.9389898Z [00:02:38.199]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.9390338Z [00:02:38.199]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.9390657Z [00:02:38.199]➜  EOF
2025-08-20T23:00:15.9392645Z [00:02:38.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1167/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloverly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloverly;$WORK/b1167=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloverly -lang=go1.24 -complete -installsuffix shared -buildid LtohWuLeCq9MeLIrCsxI/LtohWuLeCq9MeLIrCsxI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1167/importcfg -pack ./pkg/detectors/cloverly/cloverly.go
2025-08-20T23:00:15.9415324Z [00:02:38.202]➜  go tool buildid -w $WORK/b1165/_pkg_.a # internal
2025-08-20T23:00:15.9431027Z [00:02:38.203]➜  cp $WORK/b1165/_pkg_.a /root/.cache/go-build/73/7363560b46e11b7bdec40d4c85814cb6f9895b3c7fd65d057143864b460ffd6c-d # internal
2025-08-20T23:00:15.9431813Z [00:02:38.204]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloze
2025-08-20T23:00:15.9432429Z [00:02:38.204]➜  mkdir -p $WORK/b1168/
2025-08-20T23:00:15.9432883Z [00:02:38.204]➜  cat >/tmp/go-build2180205415/b1168/importcfg << 'EOF' # internal
2025-08-20T23:00:15.9433234Z [00:02:38.204]➜  # import config
2025-08-20T23:00:15.9433578Z [00:02:38.204]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.9434194Z [00:02:38.204]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.9434961Z [00:02:38.204]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.9435896Z [00:02:38.204]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.9436654Z [00:02:38.204]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.9437158Z [00:02:38.204]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.9437597Z [00:02:38.204]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:15.9438201Z [00:02:38.204]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.9438583Z [00:02:38.204]➜  EOF
2025-08-20T23:00:15.9442370Z [00:02:38.204]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1168/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloze=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloze;$WORK/b1168=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloze -lang=go1.24 -complete -installsuffix shared -buildid sxgOJhdXHSn0hx9AaO4y/sxgOJhdXHSn0hx9AaO4y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1168/importcfg -pack ./pkg/detectors/cloze/cloze.go
2025-08-20T23:00:15.9723645Z [00:02:38.233]➜  go tool buildid -w $WORK/b1167/_pkg_.a # internal
2025-08-20T23:00:15.9732287Z [00:02:38.234]➜  cp $WORK/b1167/_pkg_.a /root/.cache/go-build/01/01c308a4b371756aec458267945b82ddccc9914ec0502e1a2a52ffb49551031d-d # internal
2025-08-20T23:00:15.9734577Z [00:02:38.234]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clustdoc
2025-08-20T23:00:15.9735439Z [00:02:38.234]➜  mkdir -p $WORK/b1169/
2025-08-20T23:00:15.9737054Z [00:02:38.235]➜  cat >/tmp/go-build2180205415/b1169/importcfg << 'EOF' # internal
2025-08-20T23:00:15.9737494Z [00:02:38.235]➜  # import config
2025-08-20T23:00:15.9737845Z [00:02:38.235]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.9738309Z [00:02:38.235]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.9739162Z [00:02:38.235]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.9741622Z [00:02:38.235]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.9742536Z [00:02:38.235]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.9743236Z [00:02:38.235]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.9743742Z [00:02:38.235]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.9744178Z [00:02:38.235]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.9744502Z [00:02:38.235]➜  EOF
2025-08-20T23:00:15.9746749Z [00:02:38.235]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1169/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clustdoc=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clustdoc;$WORK/b1169=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clustdoc -lang=go1.24 -complete -installsuffix shared -buildid Cj3rc1eWwH4iMqzswxYc/Cj3rc1eWwH4iMqzswxYc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1169/importcfg -pack ./pkg/detectors/clustdoc/clustdoc.go
2025-08-20T23:00:15.9749098Z [00:02:38.235]➜  go tool buildid -w $WORK/b1166/_pkg_.a # internal
2025-08-20T23:00:15.9750497Z [00:02:38.236]➜  cp $WORK/b1166/_pkg_.a /root/.cache/go-build/dc/dc736c978e59494acb4dea6db66bc4a231d6f98bb9e8fa38fc610db583b06462-d # internal
2025-08-20T23:00:15.9758279Z [00:02:38.237]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coda
2025-08-20T23:00:15.9759069Z [00:02:38.237]➜  mkdir -p $WORK/b1170/
2025-08-20T23:00:15.9765510Z [00:02:38.238]➜  cat >/tmp/go-build2180205415/b1170/importcfg << 'EOF' # internal
2025-08-20T23:00:15.9766071Z [00:02:38.238]➜  # import config
2025-08-20T23:00:15.9766430Z [00:02:38.238]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.9766852Z [00:02:38.238]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:15.9767448Z [00:02:38.238]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.9768214Z [00:02:38.238]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.9769233Z [00:02:38.238]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.9770002Z [00:02:38.238]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.9770672Z [00:02:38.238]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.9771109Z [00:02:38.238]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.9771424Z [00:02:38.238]➜  EOF
2025-08-20T23:00:15.9773320Z [00:02:38.238]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1170/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coda=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coda;$WORK/b1170=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coda -lang=go1.24 -complete -installsuffix shared -buildid xzi8V58aBqoMb6vYTwzk/xzi8V58aBqoMb6vYTwzk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1170/importcfg -pack ./pkg/detectors/coda/coda.go
2025-08-20T23:00:15.9803258Z [00:02:38.241]➜  go tool buildid -w $WORK/b1168/_pkg_.a # internal
2025-08-20T23:00:15.9814766Z [00:02:38.242]➜  cp $WORK/b1168/_pkg_.a /root/.cache/go-build/06/0653a8e9e4990f63c27f123b16f88fb2071f4b24f87afc9e13b7792b0daeadbe-d # internal
2025-08-20T23:00:15.9829050Z [00:02:38.244]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codacy
2025-08-20T23:00:15.9831221Z [00:02:38.244]➜  mkdir -p $WORK/b1171/
2025-08-20T23:00:15.9831615Z [00:02:38.244]➜  cat >/tmp/go-build2180205415/b1171/importcfg << 'EOF' # internal
2025-08-20T23:00:15.9831967Z [00:02:38.244]➜  # import config
2025-08-20T23:00:15.9832312Z [00:02:38.244]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:15.9832923Z [00:02:38.244]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:15.9833693Z [00:02:38.244]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:15.9834508Z [00:02:38.244]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:15.9835194Z [00:02:38.244]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:15.9835693Z [00:02:38.244]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:15.9836329Z [00:02:38.244]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:15.9836647Z [00:02:38.244]➜  EOF
2025-08-20T23:00:15.9838874Z [00:02:38.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1171/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codacy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codacy;$WORK/b1171=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codacy -lang=go1.24 -complete -installsuffix shared -buildid 1AKNd55ubtjsUox6AwMq/1AKNd55ubtjsUox6AwMq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1171/importcfg -pack ./pkg/detectors/codacy/codacy.go
2025-08-20T23:00:16.0142745Z [00:02:38.275]➜  go tool buildid -w $WORK/b1169/_pkg_.a # internal
2025-08-20T23:00:16.0150689Z [00:02:38.276]➜  cp $WORK/b1169/_pkg_.a /root/.cache/go-build/b9/b99d742cc0001061d1db7d7f519c680db972fd01a3d9b01363fbceb4f13b9b6c-d # internal
2025-08-20T23:00:16.0153462Z [00:02:38.276]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codeclimate
2025-08-20T23:00:16.0153892Z [00:02:38.276]➜  mkdir -p $WORK/b1172/
2025-08-20T23:00:16.0154278Z [00:02:38.276]➜  cat >/tmp/go-build2180205415/b1172/importcfg << 'EOF' # internal
2025-08-20T23:00:16.0154637Z [00:02:38.276]➜  # import config
2025-08-20T23:00:16.0154985Z [00:02:38.276]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.0155438Z [00:02:38.276]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:16.0155979Z [00:02:38.276]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.0156654Z [00:02:38.276]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.0157438Z [00:02:38.276]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.0158546Z [00:02:38.276]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.0159229Z [00:02:38.276]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.0159724Z [00:02:38.276]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.0160155Z [00:02:38.276]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.0160472Z [00:02:38.276]➜  EOF
2025-08-20T23:00:16.0162560Z [00:02:38.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1172/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codeclimate=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codeclimate;$WORK/b1172=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codeclimate -lang=go1.24 -complete -installsuffix shared -buildid KRmNmZlPlm-Lj5QCRPXQ/KRmNmZlPlm-Lj5QCRPXQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1172/importcfg -pack ./pkg/detectors/codeclimate/codeclimate.go
2025-08-20T23:00:16.0180393Z [00:02:38.279]➜  go tool buildid -w $WORK/b1171/_pkg_.a # internal
2025-08-20T23:00:16.0190044Z [00:02:38.280]➜  cp $WORK/b1171/_pkg_.a /root/.cache/go-build/76/7663c8af258437f58881d5f35f08d1a14844c3913ca15b916db425f102aa7dc0-d # internal
2025-08-20T23:00:16.0211157Z [00:02:38.282]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codemagic
2025-08-20T23:00:16.0215555Z [00:02:38.282]➜  mkdir -p $WORK/b1173/
2025-08-20T23:00:16.0216680Z [00:02:38.282]➜  cat >/tmp/go-build2180205415/b1173/importcfg << 'EOF' # internal
2025-08-20T23:00:16.0217919Z [00:02:38.282]➜  # import config
2025-08-20T23:00:16.0218937Z [00:02:38.282]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.0219612Z [00:02:38.282]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.0220387Z [00:02:38.282]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.0221194Z [00:02:38.282]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.0221881Z [00:02:38.282]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.0222374Z [00:02:38.282]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.0222807Z [00:02:38.282]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.0223123Z [00:02:38.282]➜  EOF
2025-08-20T23:00:16.0225458Z [00:02:38.283]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1173/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codemagic=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codemagic;$WORK/b1173=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codemagic -lang=go1.24 -complete -installsuffix shared -buildid PlCg7shvWH2fws3QJXPO/PlCg7shvWH2fws3QJXPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1173/importcfg -pack ./pkg/detectors/codemagic/codemagic.go
2025-08-20T23:00:16.0245860Z [00:02:38.286]➜  go tool buildid -w $WORK/b1170/_pkg_.a # internal
2025-08-20T23:00:16.0252028Z [00:02:38.286]➜  cp $WORK/b1170/_pkg_.a /root/.cache/go-build/86/86e984324a1ff19ab68dba82f17106896c1bfbde7aa9d4a636e47f0fc95c9f1d-d # internal
2025-08-20T23:00:16.0252739Z [00:02:38.286]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codequiry
2025-08-20T23:00:16.0253131Z [00:02:38.286]➜  mkdir -p $WORK/b1174/
2025-08-20T23:00:16.0253503Z [00:02:38.286]➜  cat >/tmp/go-build2180205415/b1174/importcfg << 'EOF' # internal
2025-08-20T23:00:16.0253846Z [00:02:38.286]➜  # import config
2025-08-20T23:00:16.0254203Z [00:02:38.286]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.0254834Z [00:02:38.286]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.0255601Z [00:02:38.286]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.0256838Z [00:02:38.286]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.0257523Z [00:02:38.286]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.0258016Z [00:02:38.286]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.0258448Z [00:02:38.286]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.0258789Z [00:02:38.286]➜  EOF
2025-08-20T23:00:16.0260808Z [00:02:38.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1174/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codequiry=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codequiry;$WORK/b1174=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codequiry -lang=go1.24 -complete -installsuffix shared -buildid tcfM3sVAyzKtX4RF5VRB/tcfM3sVAyzKtX4RF5VRB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1174/importcfg -pack ./pkg/detectors/codequiry/codequiry.go
2025-08-20T23:00:16.0544339Z [00:02:38.315]➜  go tool buildid -w $WORK/b1172/_pkg_.a # internal
2025-08-20T23:00:16.0554535Z [00:02:38.316]➜  cp $WORK/b1172/_pkg_.a /root/.cache/go-build/b9/b9c36943d06ea967d9d6ae2fcc412f092b4d16f5287dab7406b265d1971625ae-d # internal
2025-08-20T23:00:16.0555261Z [00:02:38.316]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinapi
2025-08-20T23:00:16.0558560Z [00:02:38.316]➜  mkdir -p $WORK/b1175/
2025-08-20T23:00:16.0566421Z [00:02:38.316]➜  cat >/tmp/go-build2180205415/b1175/importcfg << 'EOF' # internal
2025-08-20T23:00:16.0567470Z [00:02:38.316]➜  # import config
2025-08-20T23:00:16.0567862Z [00:02:38.316]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.0568505Z [00:02:38.316]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.0569290Z [00:02:38.316]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.0570087Z [00:02:38.316]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.0570768Z [00:02:38.316]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.0571261Z [00:02:38.316]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.0571693Z [00:02:38.316]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.0572009Z [00:02:38.316]➜  EOF
2025-08-20T23:00:16.0574381Z [00:02:38.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1175/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinapi;$WORK/b1175=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinapi -lang=go1.24 -complete -installsuffix shared -buildid GhTuV32JDc5tiT-w8JP8/GhTuV32JDc5tiT-w8JP8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1175/importcfg -pack ./pkg/detectors/coinapi/coinapi.go
2025-08-20T23:00:16.0624602Z [00:02:38.323]➜  go tool buildid -w $WORK/b1173/_pkg_.a # internal
2025-08-20T23:00:16.0636174Z [00:02:38.324]➜  cp $WORK/b1173/_pkg_.a /root/.cache/go-build/ff/ff421c223ad6caff8f7c24024f04b741f8400edf60a2dd417c09464e66004db3-d # internal
2025-08-20T23:00:16.0637352Z [00:02:38.325]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinbase
2025-08-20T23:00:16.0637792Z [00:02:38.325]➜  mkdir -p $WORK/b1176/
2025-08-20T23:00:16.0641975Z [00:02:38.325]➜  cat >/tmp/go-build2180205415/b1176/importcfg << 'EOF' # internal
2025-08-20T23:00:16.0642387Z [00:02:38.325]➜  # import config
2025-08-20T23:00:16.0642756Z [00:02:38.325]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.0643212Z [00:02:38.325]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T23:00:16.0643938Z [00:02:38.325]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:16.0644402Z [00:02:38.325]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:16.0644864Z [00:02:38.325]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T23:00:16.0645297Z [00:02:38.325]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.0645970Z [00:02:38.325]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build2180205415/b274/_pkg_.a
2025-08-20T23:00:16.0646720Z [00:02:38.325]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.0647502Z [00:02:38.325]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.0648515Z [00:02:38.325]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.0649200Z [00:02:38.325]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.0649677Z [00:02:38.325]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:16.0650095Z [00:02:38.325]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.0650525Z [00:02:38.325]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.0650942Z [00:02:38.325]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:16.0651250Z [00:02:38.325]➜  EOF
2025-08-20T23:00:16.0653248Z [00:02:38.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1176/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinbase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinbase;$WORK/b1176=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinbase -lang=go1.24 -complete -installsuffix shared -buildid QG-8bqFfQbo8mkwruXFv/QG-8bqFfQbo8mkwruXFv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1176/importcfg -pack ./pkg/detectors/coinbase/coinbase.go
2025-08-20T23:00:16.0682201Z [00:02:38.329]➜  go tool buildid -w $WORK/b1174/_pkg_.a # internal
2025-08-20T23:00:16.0698851Z [00:02:38.331]➜  cp $WORK/b1174/_pkg_.a /root/.cache/go-build/8d/8db2dd85acdbb089f42203bc00b6ba7ebda605b3c9478706e0557894274def1d-d # internal
2025-08-20T23:00:16.0701707Z [00:02:38.331]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlayer
2025-08-20T23:00:16.0702125Z [00:02:38.331]➜  mkdir -p $WORK/b1177/
2025-08-20T23:00:16.0711076Z [00:02:38.332]➜  cat >/tmp/go-build2180205415/b1177/importcfg << 'EOF' # internal
2025-08-20T23:00:16.0714770Z [00:02:38.332]➜  # import config
2025-08-20T23:00:16.0715400Z [00:02:38.332]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.0716619Z [00:02:38.332]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.0717398Z [00:02:38.332]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.0718233Z [00:02:38.332]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.0719033Z [00:02:38.332]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.0719709Z [00:02:38.332]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.0720180Z [00:02:38.332]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:16.0720600Z [00:02:38.332]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.0721032Z [00:02:38.332]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.0721354Z [00:02:38.332]➜  EOF
2025-08-20T23:00:16.0723526Z [00:02:38.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1177/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlayer;$WORK/b1177=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlayer -lang=go1.24 -complete -installsuffix shared -buildid IGhW7oVM6yXVpW8MdGeK/IGhW7oVM6yXVpW8MdGeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1177/importcfg -pack ./pkg/detectors/coinlayer/coinlayer.go
2025-08-20T23:00:16.0918727Z [00:02:38.353]➜  go tool buildid -w $WORK/b1175/_pkg_.a # internal
2025-08-20T23:00:16.0927418Z [00:02:38.354]➜  cp $WORK/b1175/_pkg_.a /root/.cache/go-build/23/2358dd524772e1e938c5a9789c09dbadc193f8666d3cd218ead015577c600ab5-d # internal
2025-08-20T23:00:16.0930501Z [00:02:38.354]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlib
2025-08-20T23:00:16.0930907Z [00:02:38.354]➜  mkdir -p $WORK/b1178/
2025-08-20T23:00:16.0931311Z [00:02:38.354]➜  cat >/tmp/go-build2180205415/b1178/importcfg << 'EOF' # internal
2025-08-20T23:00:16.0931671Z [00:02:38.354]➜  # import config
2025-08-20T23:00:16.0932020Z [00:02:38.354]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.0932447Z [00:02:38.354]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.0933043Z [00:02:38.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.0933810Z [00:02:38.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.0934608Z [00:02:38.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.0935287Z [00:02:38.354]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.0935967Z [00:02:38.354]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.0936480Z [00:02:38.354]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.0936806Z [00:02:38.354]➜  EOF
2025-08-20T23:00:16.0938778Z [00:02:38.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1178/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlib=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlib;$WORK/b1178=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlib -lang=go1.24 -complete -installsuffix shared -buildid Dig8VU0aaZkIWElgxqyY/Dig8VU0aaZkIWElgxqyY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1178/importcfg -pack ./pkg/detectors/coinlib/coinlib.go
2025-08-20T23:00:16.1133263Z [00:02:38.374]➜  go tool buildid -w $WORK/b1177/_pkg_.a # internal
2025-08-20T23:00:16.1140594Z [00:02:38.375]➜  cp $WORK/b1177/_pkg_.a /root/.cache/go-build/cd/cddfe154ac9e59b1cb12926fc75b6747697cdfa3764f43a03ffde5f20ffc0594-d # internal
2025-08-20T23:00:16.1141711Z [00:02:38.375]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/collect2
2025-08-20T23:00:16.1143218Z [00:02:38.375]➜  mkdir -p $WORK/b1179/
2025-08-20T23:00:16.1143784Z [00:02:38.375]➜  cat >/tmp/go-build2180205415/b1179/importcfg << 'EOF' # internal
2025-08-20T23:00:16.1146420Z [00:02:38.375]➜  # import config
2025-08-20T23:00:16.1146810Z [00:02:38.375]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.1147231Z [00:02:38.375]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.1147831Z [00:02:38.375]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.1148599Z [00:02:38.375]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.1149398Z [00:02:38.375]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.1150081Z [00:02:38.375]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.1150822Z [00:02:38.375]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.1151260Z [00:02:38.375]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.1151733Z [00:02:38.375]➜  EOF
2025-08-20T23:00:16.1153730Z [00:02:38.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1179/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/collect2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/collect2;$WORK/b1179=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/collect2 -lang=go1.24 -complete -installsuffix shared -buildid XqMnkWFu_EGKFpZXyy6y/XqMnkWFu_EGKFpZXyy6y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1179/importcfg -pack ./pkg/detectors/collect2/collect2.go
2025-08-20T23:00:16.1157467Z [00:02:38.377]➜  go tool buildid -w $WORK/b1176/_pkg_.a # internal
2025-08-20T23:00:16.1174203Z [00:02:38.378]➜  cp $WORK/b1176/_pkg_.a /root/.cache/go-build/79/797b25c55053ec650ffb93ba5d56fe9d879b0a2b784db1ee948fc715513fb083-d # internal
2025-08-20T23:00:16.1176032Z [00:02:38.378]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/column
2025-08-20T23:00:16.1176484Z [00:02:38.378]➜  mkdir -p $WORK/b1180/
2025-08-20T23:00:16.1176880Z [00:02:38.378]➜  cat >/tmp/go-build2180205415/b1180/importcfg << 'EOF' # internal
2025-08-20T23:00:16.1177232Z [00:02:38.378]➜  # import config
2025-08-20T23:00:16.1177579Z [00:02:38.378]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.1178043Z [00:02:38.378]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:16.1178488Z [00:02:38.378]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.1179080Z [00:02:38.378]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.1179852Z [00:02:38.378]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.1182781Z [00:02:38.378]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.1183590Z [00:02:38.378]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.1184101Z [00:02:38.378]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.1184536Z [00:02:38.378]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.1184856Z [00:02:38.378]➜  EOF
2025-08-20T23:00:16.1187265Z [00:02:38.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1180/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/column=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/column;$WORK/b1180=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/column -lang=go1.24 -complete -installsuffix shared -buildid 5vvPrLZj0YZQuPESbi7P/5vvPrLZj0YZQuPESbi7P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1180/importcfg -pack ./pkg/detectors/column/column.go
2025-08-20T23:00:16.1416150Z [00:02:38.403]➜  go tool buildid -w $WORK/b1178/_pkg_.a # internal
2025-08-20T23:00:16.1431443Z [00:02:38.404]➜  cp $WORK/b1178/_pkg_.a /root/.cache/go-build/dd/dd0fe1ede3a389da6e0d56d651a36858692c83924ec466f5f07fd6d180c457d1-d # internal
2025-08-20T23:00:16.1433962Z [00:02:38.404]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commercejs
2025-08-20T23:00:16.1434580Z [00:02:38.404]➜  mkdir -p $WORK/b1181/
2025-08-20T23:00:16.1444119Z [00:02:38.405]➜  cat >/tmp/go-build2180205415/b1181/importcfg << 'EOF' # internal
2025-08-20T23:00:16.1444748Z [00:02:38.406]➜  # import config
2025-08-20T23:00:16.1445106Z [00:02:38.406]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.1447703Z [00:02:38.406]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.1449584Z [00:02:38.406]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.1451709Z [00:02:38.406]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.1453523Z [00:02:38.406]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.1455520Z [00:02:38.406]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.1456171Z [00:02:38.406]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.1456923Z [00:02:38.406]➜  EOF
2025-08-20T23:00:16.1461101Z [00:02:38.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1181/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commercejs=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commercejs;$WORK/b1181=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commercejs -lang=go1.24 -complete -installsuffix shared -buildid BgIrVpz4d1MvnAeBIYAu/BgIrVpz4d1MvnAeBIYAu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1181/importcfg -pack ./pkg/detectors/commercejs/commercejs.go
2025-08-20T23:00:16.1530673Z [00:02:38.414]➜  go tool buildid -w $WORK/b1179/_pkg_.a # internal
2025-08-20T23:00:16.1541836Z [00:02:38.415]➜  cp $WORK/b1179/_pkg_.a /root/.cache/go-build/dc/dc4e692a88752b68255e8293aff0661b6d725f90f5ff57d2617e1a97d91e391f-d # internal
2025-08-20T23:00:16.1543425Z [00:02:38.415]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commodities
2025-08-20T23:00:16.1543904Z [00:02:38.415]➜  mkdir -p $WORK/b1182/
2025-08-20T23:00:16.1544284Z [00:02:38.415]➜  cat >/tmp/go-build2180205415/b1182/importcfg << 'EOF' # internal
2025-08-20T23:00:16.1544637Z [00:02:38.415]➜  # import config
2025-08-20T23:00:16.1544980Z [00:02:38.415]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.1545594Z [00:02:38.415]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.1546817Z [00:02:38.415]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.1547697Z [00:02:38.415]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.1548386Z [00:02:38.415]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.1548866Z [00:02:38.415]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:16.1549287Z [00:02:38.415]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.1549718Z [00:02:38.415]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.1550134Z [00:02:38.415]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:16.1550439Z [00:02:38.415]➜  EOF
2025-08-20T23:00:16.1552608Z [00:02:38.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1182/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commodities=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commodities;$WORK/b1182=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commodities -lang=go1.24 -complete -installsuffix shared -buildid 4pd_QXkhnrHpmyXVDRru/4pd_QXkhnrHpmyXVDRru -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1182/importcfg -pack ./pkg/detectors/commodities/commodities.go
2025-08-20T23:00:16.1570031Z [00:02:38.418]➜  go tool buildid -w $WORK/b1180/_pkg_.a # internal
2025-08-20T23:00:16.1571489Z [00:02:38.418]➜  cp $WORK/b1180/_pkg_.a /root/.cache/go-build/4e/4e3ed92a69ff7032e88722d7e3197ba865c7b33246f81242b0f193f5f26d7f22-d # internal
2025-08-20T23:00:16.1574059Z [00:02:38.418]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/companyhub
2025-08-20T23:00:16.1574464Z [00:02:38.418]➜  mkdir -p $WORK/b1183/
2025-08-20T23:00:16.1574838Z [00:02:38.418]➜  cat >/tmp/go-build2180205415/b1183/importcfg << 'EOF' # internal
2025-08-20T23:00:16.1575183Z [00:02:38.418]➜  # import config
2025-08-20T23:00:16.1575538Z [00:02:38.418]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.1576395Z [00:02:38.418]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.1576990Z [00:02:38.418]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.1577764Z [00:02:38.418]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.1578560Z [00:02:38.418]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.1579242Z [00:02:38.418]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.1579736Z [00:02:38.418]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.1580168Z [00:02:38.418]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.1580482Z [00:02:38.418]➜  EOF
2025-08-20T23:00:16.1582555Z [00:02:38.418]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1183/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/companyhub=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/companyhub;$WORK/b1183=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/companyhub -lang=go1.24 -complete -installsuffix shared -buildid azfNxymxzX31We5FaT_l/azfNxymxzX31We5FaT_l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1183/importcfg -pack ./pkg/detectors/companyhub/companyhub.go
2025-08-20T23:00:16.1820134Z [00:02:38.443]➜  go tool buildid -w $WORK/b1181/_pkg_.a # internal
2025-08-20T23:00:16.1834161Z [00:02:38.444]➜  cp $WORK/b1181/_pkg_.a /root/.cache/go-build/92/924ea4830c019b1a7a3883b8f97c8219cf759e5f06472d3efdf1184bf3aa5031-d # internal
2025-08-20T23:00:16.1834893Z [00:02:38.444]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/confluent
2025-08-20T23:00:16.1837961Z [00:02:38.444]➜  mkdir -p $WORK/b1184/
2025-08-20T23:00:16.1840547Z [00:02:38.444]➜  cat >/tmp/go-build2180205415/b1184/importcfg << 'EOF' # internal
2025-08-20T23:00:16.1841284Z [00:02:38.444]➜  # import config
2025-08-20T23:00:16.1841731Z [00:02:38.444]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.1842201Z [00:02:38.444]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:16.1842664Z [00:02:38.444]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.1843262Z [00:02:38.444]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.1844034Z [00:02:38.444]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.1844835Z [00:02:38.444]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.1845520Z [00:02:38.444]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.1846221Z [00:02:38.444]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.1846863Z [00:02:38.444]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.1847245Z [00:02:38.444]➜  EOF
2025-08-20T23:00:16.1849401Z [00:02:38.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1184/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/confluent=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/confluent;$WORK/b1184=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/confluent -lang=go1.24 -complete -installsuffix shared -buildid xaClCUWAL_mN6C95T-Da/xaClCUWAL_mN6C95T-Da -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1184/importcfg -pack ./pkg/detectors/confluent/confluent.go
2025-08-20T23:00:16.2029911Z [00:02:38.464]➜  go tool buildid -w $WORK/b1182/_pkg_.a # internal
2025-08-20T23:00:16.2040807Z [00:02:38.465]➜  cp $WORK/b1182/_pkg_.a /root/.cache/go-build/a4/a456b4bff6f9bf4e00b11fafddab1c6d73642893099ae6d275c91ba090e80ee2-d # internal
2025-08-20T23:00:16.2051837Z [00:02:38.465]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/contentfulpersonalaccesstoken
2025-08-20T23:00:16.2052368Z [00:02:38.465]➜  mkdir -p $WORK/b1185/
2025-08-20T23:00:16.2052759Z [00:02:38.465]➜  cat >/tmp/go-build2180205415/b1185/importcfg << 'EOF' # internal
2025-08-20T23:00:16.2053117Z [00:02:38.465]➜  # import config
2025-08-20T23:00:16.2053463Z [00:02:38.465]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.2053883Z [00:02:38.465]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.2054476Z [00:02:38.465]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.2055245Z [00:02:38.465]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.2056188Z [00:02:38.465]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.2056944Z [00:02:38.465]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.2057439Z [00:02:38.465]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.2057877Z [00:02:38.465]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.2058190Z [00:02:38.465]➜  EOF
2025-08-20T23:00:16.2060928Z [00:02:38.466]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1185/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/contentfulpersonalaccesstoken;$WORK/b1185=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/contentfulpersonalaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid KUISxn2HSnjUcS6MEDBP/KUISxn2HSnjUcS6MEDBP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1185/importcfg -pack ./pkg/detectors/contentfulpersonalaccesstoken/contentfulpersonalaccesstoken.go
2025-08-20T23:00:16.2151467Z [00:02:38.476]➜  go tool buildid -w $WORK/b1183/_pkg_.a # internal
2025-08-20T23:00:16.2152203Z [00:02:38.476]➜  cp $WORK/b1183/_pkg_.a /root/.cache/go-build/d5/d56e5729f1912aee18f50d42b562952931bc0b2b153d2a7b1d222f4dfeac5297-d # internal
2025-08-20T23:00:16.2152927Z [00:02:38.476]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/conversiontools
2025-08-20T23:00:16.2153339Z [00:02:38.476]➜  mkdir -p $WORK/b1186/
2025-08-20T23:00:16.2153715Z [00:02:38.476]➜  cat >/tmp/go-build2180205415/b1186/importcfg << 'EOF' # internal
2025-08-20T23:00:16.2154059Z [00:02:38.476]➜  # import config
2025-08-20T23:00:16.2154403Z [00:02:38.476]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.2154825Z [00:02:38.476]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.2155419Z [00:02:38.476]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.2156598Z [00:02:38.476]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.2157482Z [00:02:38.476]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.2158330Z [00:02:38.476]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.2158828Z [00:02:38.476]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.2159254Z [00:02:38.476]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.2159572Z [00:02:38.476]➜  EOF
2025-08-20T23:00:16.2161737Z [00:02:38.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1186/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/conversiontools=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/conversiontools;$WORK/b1186=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/conversiontools -lang=go1.24 -complete -installsuffix shared -buildid 4YiqsJasnhRADtwwkPVE/4YiqsJasnhRADtwwkPVE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1186/importcfg -pack ./pkg/detectors/conversiontools/conversiontools.go
2025-08-20T23:00:16.2231490Z [00:02:38.484]➜  go tool buildid -w $WORK/b1184/_pkg_.a # internal
2025-08-20T23:00:16.2247623Z [00:02:38.485]➜  cp $WORK/b1184/_pkg_.a /root/.cache/go-build/81/817c87f93a8a7f0b2f71d28fb0e5616d14833fbc87e2d881f267e82e5bdcc088-d # internal
2025-08-20T23:00:16.2248385Z [00:02:38.485]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertapi
2025-08-20T23:00:16.2248793Z [00:02:38.485]➜  mkdir -p $WORK/b1187/
2025-08-20T23:00:16.2249171Z [00:02:38.485]➜  cat >/tmp/go-build2180205415/b1187/importcfg << 'EOF' # internal
2025-08-20T23:00:16.2249523Z [00:02:38.485]➜  # import config
2025-08-20T23:00:16.2249862Z [00:02:38.485]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.2250299Z [00:02:38.485]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.2250903Z [00:02:38.485]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.2251670Z [00:02:38.485]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.2252474Z [00:02:38.485]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.2253157Z [00:02:38.485]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.2253655Z [00:02:38.485]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.2254090Z [00:02:38.485]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.2254405Z [00:02:38.485]➜  EOF
2025-08-20T23:00:16.2256817Z [00:02:38.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1187/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertapi;$WORK/b1187=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertapi -lang=go1.24 -complete -installsuffix shared -buildid eA1hn5dymLCBST_DzNzx/eA1hn5dymLCBST_DzNzx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1187/importcfg -pack ./pkg/detectors/convertapi/convertapi.go
2025-08-20T23:00:16.2464592Z [00:02:38.507]➜  go tool buildid -w $WORK/b1185/_pkg_.a # internal
2025-08-20T23:00:16.2480981Z [00:02:38.509]➜  cp $WORK/b1185/_pkg_.a /root/.cache/go-build/af/affc252ea48dc3ddeae39ec32c0b8e1eab0d6ed1d4ef489703330bc647873c09-d # internal
2025-08-20T23:00:16.2488715Z [00:02:38.510]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertkit
2025-08-20T23:00:16.2497752Z [00:02:38.510]➜  mkdir -p $WORK/b1188/
2025-08-20T23:00:16.2499785Z [00:02:38.511]➜  cat >/tmp/go-build2180205415/b1188/importcfg << 'EOF' # internal
2025-08-20T23:00:16.2500626Z [00:02:38.511]➜  # import config
2025-08-20T23:00:16.2501018Z [00:02:38.511]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.2501856Z [00:02:38.511]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.2502707Z [00:02:38.511]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.2503679Z [00:02:38.511]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.2504367Z [00:02:38.511]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.2504863Z [00:02:38.511]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.2505299Z [00:02:38.511]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.2505616Z [00:02:38.511]➜  EOF
2025-08-20T23:00:16.2516227Z [00:02:38.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1188/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertkit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertkit;$WORK/b1188=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertkit -lang=go1.24 -complete -installsuffix shared -buildid HcMT3iHuVF73G6Y2gqFI/HcMT3iHuVF73G6Y2gqFI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1188/importcfg -pack ./pkg/detectors/convertkit/convertkit.go
2025-08-20T23:00:16.2529856Z [00:02:38.514]➜  go tool buildid -w $WORK/b1186/_pkg_.a # internal
2025-08-20T23:00:16.2541565Z [00:02:38.515]➜  cp $WORK/b1186/_pkg_.a /root/.cache/go-build/2a/2aa96e21c66e5a01b437684b93fccc55a193fc474dea19f0a087a9cdf24d34b1-d # internal
2025-08-20T23:00:16.2546947Z [00:02:38.515]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convier
2025-08-20T23:00:16.2547346Z [00:02:38.515]➜  mkdir -p $WORK/b1189/
2025-08-20T23:00:16.2547723Z [00:02:38.516]➜  cat >/tmp/go-build2180205415/b1189/importcfg << 'EOF' # internal
2025-08-20T23:00:16.2548087Z [00:02:38.516]➜  # import config
2025-08-20T23:00:16.2548442Z [00:02:38.516]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.2548856Z [00:02:38.516]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.2549450Z [00:02:38.516]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.2550224Z [00:02:38.516]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.2551021Z [00:02:38.516]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.2551697Z [00:02:38.516]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.2552167Z [00:02:38.516]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:16.2552583Z [00:02:38.516]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.2553258Z [00:02:38.516]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.2553825Z [00:02:38.516]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:16.2554136Z [00:02:38.516]➜  EOF
2025-08-20T23:00:16.2556229Z [00:02:38.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1189/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convier=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convier;$WORK/b1189=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convier -lang=go1.24 -complete -installsuffix shared -buildid Q_4ToZSQDisyWP7vqMjA/Q_4ToZSQDisyWP7vqMjA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1189/importcfg -pack ./pkg/detectors/convier/convier.go
2025-08-20T23:00:16.2632126Z [00:02:38.524]➜  go tool buildid -w $WORK/b1187/_pkg_.a # internal
2025-08-20T23:00:16.2642572Z [00:02:38.525]➜  cp $WORK/b1187/_pkg_.a /root/.cache/go-build/8d/8d95e106fc36bd6599946f046ed945b5773db04041bbecba51b709195f41e1dd-d # internal
2025-08-20T23:00:16.2651284Z [00:02:38.525]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/copper
2025-08-20T23:00:16.2651870Z [00:02:38.525]➜  mkdir -p $WORK/b1190/
2025-08-20T23:00:16.2652319Z [00:02:38.526]➜  cat >/tmp/go-build2180205415/b1190/importcfg << 'EOF' # internal
2025-08-20T23:00:16.2652818Z [00:02:38.526]➜  # import config
2025-08-20T23:00:16.2653169Z [00:02:38.526]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.2653590Z [00:02:38.526]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.2654187Z [00:02:38.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:16.2654953Z [00:02:38.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:16.2655988Z [00:02:38.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:16.2656750Z [00:02:38.526]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:16.2657406Z [00:02:38.526]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:16.2657826Z [00:02:38.526]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.2658154Z [00:02:38.526]➜  EOF
2025-08-20T23:00:16.2660098Z [00:02:38.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1190/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/copper=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/copper;$WORK/b1190=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/copper -lang=go1.24 -complete -installsuffix shared -buildid FOyn0PVU1q_FwP9Wew7C/FOyn0PVU1q_FwP9Wew7C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1190/importcfg -pack ./pkg/detectors/copper/copper.go
2025-08-20T23:00:16.2930147Z [00:02:38.554]➜  go tool buildid -w $WORK/b1189/_pkg_.a # internal
2025-08-20T23:00:16.2940159Z [00:02:38.555]➜  cp $WORK/b1189/_pkg_.a /root/.cache/go-build/e5/e55409ec4291fead5c2d6f051b59fb60cf5ae868cfec6c45aa43a366a88302fd-d # internal
2025-08-20T23:00:16.2945472Z [00:02:38.555]➜  github.com/couchbase/goprotostellar/genproto/search_v1
2025-08-20T23:00:16.2945981Z [00:02:38.555]➜  mkdir -p $WORK/b1194/
2025-08-20T23:00:16.2946430Z [00:02:38.555]➜  cat >/tmp/go-build2180205415/b1194/importcfg << 'EOF' # internal
2025-08-20T23:00:16.2946781Z [00:02:38.555]➜  # import config
2025-08-20T23:00:16.2947129Z [00:02:38.555]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.2947612Z [00:02:38.555]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:16.2948168Z [00:02:38.555]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:16.2948739Z [00:02:38.555]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:16.2949624Z [00:02:38.555]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:16.2950411Z [00:02:38.555]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:16.2951125Z [00:02:38.555]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:16.2951871Z [00:02:38.555]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:16.2952445Z [00:02:38.555]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:16.2952865Z [00:02:38.555]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:16.2953187Z [00:02:38.555]➜  EOF
2025-08-20T23:00:16.2956055Z [00:02:38.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1194/_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/b1194=>" -p github.com/couchbase/goprotostellar/genproto/search_v1 -lang=go1.18 -complete -installsuffix shared -buildid I2ibCAhntc1UpP5P0xtX/I2ibCAhntc1UpP5P0xtX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1194/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:00:16.2972717Z [00:02:38.558]➜  go tool buildid -w $WORK/b1188/_pkg_.a # internal
2025-08-20T23:00:16.2983964Z [00:02:38.559]➜  cp $WORK/b1188/_pkg_.a /root/.cache/go-build/2e/2eb8a5d288e8c44a7d98d8fabd2d9290ad86897f9b1d5807c82c6a674eaa0313-d # internal
2025-08-20T23:00:16.2993841Z [00:02:38.560]➜  github.com/couchbase/gocb/v2/vector
2025-08-20T23:00:16.2994198Z [00:02:38.560]➜  mkdir -p $WORK/b1195/
2025-08-20T23:00:16.2994587Z [00:02:38.560]➜  cat >/tmp/go-build2180205415/b1195/importcfg << 'EOF' # internal
2025-08-20T23:00:16.2994953Z [00:02:38.560]➜  # import config
2025-08-20T23:00:16.2995317Z [00:02:38.560]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:16.2996177Z [00:02:38.560]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:16.2996499Z [00:02:38.560]➜  EOF
2025-08-20T23:00:16.2998642Z [00:02:38.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1195/_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/b1195=>" -p github.com/couchbase/gocb/v2/vector -lang=go1.21 -complete -installsuffix shared -buildid KqfvsTIv1Wcf31faen0K/KqfvsTIv1Wcf31faen0K -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/vector/query.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/vector/search.go
2025-08-20T23:00:16.3106343Z [00:02:38.571]➜  go tool buildid -w $WORK/b1190/_pkg_.a # internal
2025-08-20T23:00:16.3119285Z [00:02:38.573]➜  cp $WORK/b1190/_pkg_.a /root/.cache/go-build/58/58b46e97592e1cbc65e28ce42abb16644aaf267cad5e2a95f65d0d5afbc7e7ba-d # internal
2025-08-20T23:00:16.3127761Z [00:02:38.573]➜  github.com/couchbase/gocbcore/v10/connstr
2025-08-20T23:00:16.3128213Z [00:02:38.573]➜  mkdir -p $WORK/b1197/
2025-08-20T23:00:16.3128623Z [00:02:38.573]➜  cat >/tmp/go-build2180205415/b1197/importcfg << 'EOF' # internal
2025-08-20T23:00:16.3128977Z [00:02:38.573]➜  # import config
2025-08-20T23:00:16.3129315Z [00:02:38.573]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:16.3129731Z [00:02:38.573]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.3130135Z [00:02:38.573]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:16.3130549Z [00:02:38.573]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:16.3130973Z [00:02:38.573]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:16.3131652Z [00:02:38.573]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:16.3132175Z [00:02:38.573]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.3132494Z [00:02:38.573]➜  EOF
2025-08-20T23:00:16.3140429Z [00:02:38.574]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1197/_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/b1197=>" -p github.com/couchbase/gocbcore/v10/connstr -lang=go1.21 -complete -installsuffix shared -buildid O-mFKHOb2R_A_npy7nP1/O-mFKHOb2R_A_npy7nP1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1197/importcfg -pack /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/connstr/connstr.go
2025-08-20T23:00:16.3142665Z [00:02:38.575]➜  go tool buildid -w $WORK/b1195/_pkg_.a # internal
2025-08-20T23:00:16.3149958Z [00:02:38.576]➜  cp $WORK/b1195/_pkg_.a /root/.cache/go-build/38/38c9cb8c3342fcae76257b9c1dfbbc70bf47d8cd5d91155abb544c7174ae2bc1-d # internal
2025-08-20T23:00:16.3151995Z [00:02:38.576]➜  github.com/couchbase/gocbcore/v10/memd
2025-08-20T23:00:16.3152560Z [00:02:38.576]➜  mkdir -p $WORK/b1198/
2025-08-20T23:00:16.3153005Z [00:02:38.576]➜  cat >/tmp/go-build2180205415/b1198/importcfg << 'EOF' # internal
2025-08-20T23:00:16.3153504Z [00:02:38.576]➜  # import config
2025-08-20T23:00:16.3153846Z [00:02:38.576]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:16.3154300Z [00:02:38.576]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:16.3154773Z [00:02:38.576]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:16.3155213Z [00:02:38.576]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:16.3155622Z [00:02:38.576]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.3156266Z [00:02:38.576]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:16.3156681Z [00:02:38.576]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:16.3157091Z [00:02:38.576]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:16.3157692Z [00:02:38.576]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:16.3158129Z [00:02:38.576]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:16.3158442Z [00:02:38.576]➜  EOF
2025-08-20T23:00:16.3162373Z [00:02:38.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1198/_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/b1198=>" -p github.com/couchbase/gocbcore/v10/memd -lang=go1.21 -complete -installsuffix shared -buildid MgUX-gMq4q2FtO6KR2Yq/MgUX-gMq4q2FtO6KR2Yq -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/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:00:16.3421853Z [00:02:38.603]➜  go tool buildid -w $WORK/b1197/_pkg_.a # internal
2025-08-20T23:00:16.3427746Z [00:02:38.604]➜  cp $WORK/b1197/_pkg_.a /root/.cache/go-build/6f/6f957b7953975522dba7250f57d17216750294c3f0a5dafb370e37e57fbb5885-d # internal
2025-08-20T23:00:16.3431426Z [00:02:38.604]➜  github.com/couchbase/gocbcore/v10/scram
2025-08-20T23:00:16.3431852Z [00:02:38.604]➜  mkdir -p $WORK/b1199/
2025-08-20T23:00:16.3434968Z [00:02:38.605]➜  cat >/tmp/go-build2180205415/b1199/importcfg << 'EOF' # internal
2025-08-20T23:00:16.3437283Z [00:02:38.605]➜  # import config
2025-08-20T23:00:16.3437878Z [00:02:38.605]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:16.3438449Z [00:02:38.605]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:16.3438920Z [00:02:38.605]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:16.3439401Z [00:02:38.605]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:16.3439844Z [00:02:38.605]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.3440249Z [00:02:38.605]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:16.3440671Z [00:02:38.605]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:16.3441100Z [00:02:38.605]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.3441415Z [00:02:38.605]➜  EOF
2025-08-20T23:00:16.3443522Z [00:02:38.605]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1199/_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/b1199=>" -p github.com/couchbase/gocbcore/v10/scram -lang=go1.21 -complete -installsuffix shared -buildid WBtdYK-MfpRAetvpj3Dd/WBtdYK-MfpRAetvpj3Dd -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/scram/scramclient.go
2025-08-20T23:00:16.3709760Z [00:02:38.632]➜  go tool buildid -w $WORK/b1199/_pkg_.a # internal
2025-08-20T23:00:16.3722788Z [00:02:38.633]➜  cp $WORK/b1199/_pkg_.a /root/.cache/go-build/bf/bf89f4755d5b3d2f26054ee27d45756adde3d87fe5afa7cf900437c204cca07b-d # internal
2025-08-20T23:00:16.3725174Z [00:02:38.633]➜  github.com/golang/snappy
2025-08-20T23:00:16.3725484Z [00:02:38.633]➜  mkdir -p $WORK/b1200/
2025-08-20T23:00:16.3725895Z [00:02:38.633]➜  echo -n > $WORK/b1200/go_asm.h # internal
2025-08-20T23:00:16.3726345Z [00:02:38.633]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.4
2025-08-20T23:00:16.3727691Z [00:02:38.633]➜  /root/.go/pkg/tool/linux_arm64/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/b1200=>" -I $WORK/b1200/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1200/symabis ./decode_arm64.s ./encode_arm64.s
2025-08-20T23:00:16.3729171Z [00:02:38.633]➜  go tool buildid -w $WORK/b1198/_pkg_.a # internal
2025-08-20T23:00:16.3740827Z [00:02:38.635]➜  cp $WORK/b1198/_pkg_.a /root/.cache/go-build/70/70f1392cb8f952b06fc708fa42e60d2c37e77b98863c0c350ae5639c7101fffc-d # internal
2025-08-20T23:00:16.3743010Z [00:02:38.635]➜  github.com/gorilla/websocket
2025-08-20T23:00:16.3748526Z [00:02:38.636]➜  mkdir -p $WORK/b1201/
2025-08-20T23:00:16.3758296Z [00:02:38.636]➜  cat >/tmp/go-build2180205415/b1201/importcfg << 'EOF' # internal
2025-08-20T23:00:16.3758880Z [00:02:38.637]➜  # import config
2025-08-20T23:00:16.3761151Z [00:02:38.637]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:16.3762501Z [00:02:38.637]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:16.3764348Z [00:02:38.637]➜  packagefile compress/flate=/tmp/go-build2180205415/b104/_pkg_.a
2025-08-20T23:00:16.3765580Z [00:02:38.637]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.3767071Z [00:02:38.637]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:16.3767630Z [00:02:38.637]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:16.3768095Z [00:02:38.637]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:16.3768572Z [00:02:38.637]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:16.3769055Z [00:02:38.637]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:16.3769531Z [00:02:38.637]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:16.3770266Z [00:02:38.637]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:16.3770758Z [00:02:38.637]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.3771162Z [00:02:38.637]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:16.3771585Z [00:02:38.637]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:16.3772034Z [00:02:38.637]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:16.3777313Z [00:02:38.637]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:16.3777777Z [00:02:38.637]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.3778260Z [00:02:38.637]➜  packagefile net/http/httptrace=/tmp/go-build2180205415/b197/_pkg_.a
2025-08-20T23:00:16.3778728Z [00:02:38.637]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:16.3779137Z [00:02:38.637]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:16.3779566Z [00:02:38.637]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:16.3780227Z [00:02:38.637]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.3780728Z [00:02:38.637]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:16.3781296Z [00:02:38.637]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:16.3781740Z [00:02:38.637]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:16.3782075Z [00:02:38.637]➜  EOF
2025-08-20T23:00:16.3782324Z [00:02:38.637]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:16.3787161Z [00:02:38.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3=>github.com/gorilla/websocket@v1.5.3;$WORK/b1201=>" -p github.com/gorilla/websocket -lang=go1.12 -complete -installsuffix shared -buildid VXDDQ3etWdqBjmZZqpDW/VXDDQ3etWdqBjmZZqpDW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1201/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:00:16.3791521Z [00:02:38.638]➜  cat >/tmp/go-build2180205415/b1200/importcfg << 'EOF' # internal
2025-08-20T23:00:16.3791876Z [00:02:38.638]➜  # import config
2025-08-20T23:00:16.3792254Z [00:02:38.638]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:16.3792714Z [00:02:38.638]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:16.3793149Z [00:02:38.638]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:16.3793575Z [00:02:38.638]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:16.3793877Z [00:02:38.638]➜  EOF
2025-08-20T23:00:16.3800967Z [00:02:38.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1200/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b1200=>" -p github.com/golang/snappy -lang=go1.16 -installsuffix shared -buildid A32lF1MAbmn4tW92YIrM/A32lF1MAbmn4tW92YIrM -goversion go1.25.0 -symabis $WORK/b1200/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1200/importcfg -pack -asmhdr $WORK/b1200/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:00:16.4072026Z [00:02:38.668]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.4
2025-08-20T23:00:16.4077233Z [00:02:38.669]➜  /root/.go/pkg/tool/linux_arm64/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/b1200=>" -I $WORK/b1200/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1200/decode_arm64.o ./decode_arm64.s
2025-08-20T23:00:16.4128166Z [00:02:38.673]➜  /root/.go/pkg/tool/linux_arm64/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/b1200=>" -I $WORK/b1200/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1200/encode_arm64.o ./encode_arm64.s
2025-08-20T23:00:16.4178366Z [00:02:38.679]➜  go tool pack r $WORK/b1200/_pkg_.a $WORK/b1200/decode_arm64.o $WORK/b1200/encode_arm64.o # internal
2025-08-20T23:00:16.4179152Z [00:02:38.679]➜  go tool buildid -w $WORK/b1200/_pkg_.a # internal
2025-08-20T23:00:16.4193288Z [00:02:38.680]➜  cp $WORK/b1200/_pkg_.a /root/.cache/go-build/93/9387d86ad2d6cbeacd11c3b05549806f456609a1cc5883242724bc43db227382-d # internal
2025-08-20T23:00:16.4194202Z [00:02:38.680]➜  github.com/couchbase/goprotostellar/genproto/kv_v1
2025-08-20T23:00:16.4194552Z [00:02:38.680]➜  mkdir -p $WORK/b1204/
2025-08-20T23:00:16.4194935Z [00:02:38.680]➜  cat >/tmp/go-build2180205415/b1204/importcfg << 'EOF' # internal
2025-08-20T23:00:16.4195287Z [00:02:38.680]➜  # import config
2025-08-20T23:00:16.4195642Z [00:02:38.680]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.4196540Z [00:02:38.680]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2180205415/b402/_pkg_.a
2025-08-20T23:00:16.4197179Z [00:02:38.680]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:16.4197944Z [00:02:38.680]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:16.4198518Z [00:02:38.680]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:16.4199178Z [00:02:38.680]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:16.4199890Z [00:02:38.680]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:16.4200608Z [00:02:38.680]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:16.4201203Z [00:02:38.680]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:16.4201625Z [00:02:38.680]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:16.4201936Z [00:02:38.680]➜  EOF
2025-08-20T23:00:16.4202192Z [00:02:38.680]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:16.4204754Z [00:02:38.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1204/_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/b1204=>" -p github.com/couchbase/goprotostellar/genproto/kv_v1 -lang=go1.18 -complete -installsuffix shared -buildid huPH1h6OaQyjOQTKkMuM/huPH1h6OaQyjOQTKkMuM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1204/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:00:16.4465871Z [00:02:38.707]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:16.4467956Z [00:02:38.707]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x027.o -c zstd_compress_literals.c
2025-08-20T23:00:16.5538220Z [00:02:38.813]➜  go tool buildid -w $WORK/b1194/_pkg_.a # internal
2025-08-20T23:00:16.5583399Z [00:02:38.819]➜  cp $WORK/b1194/_pkg_.a /root/.cache/go-build/29/29fff99b85f05cbefeccd4cf76d73bb4ba16303090130408627260bae5ed5fe6-d # internal
2025-08-20T23:00:16.5590823Z [00:02:38.820]➜  github.com/couchbase/gocb/v2/search
2025-08-20T23:00:16.5601055Z [00:02:38.820]➜  mkdir -p $WORK/b1193/
2025-08-20T23:00:16.5601539Z [00:02:38.820]➜  cat >/tmp/go-build2180205415/b1193/importcfg << 'EOF' # internal
2025-08-20T23:00:16.5601894Z [00:02:38.820]➜  # import config
2025-08-20T23:00:16.5602258Z [00:02:38.820]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:16.5602735Z [00:02:38.820]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.5603636Z [00:02:38.820]➜  packagefile github.com/couchbase/goprotostellar/genproto/search_v1=/tmp/go-build2180205415/b1194/_pkg_.a
2025-08-20T23:00:16.5604294Z [00:02:38.820]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:16.5604778Z [00:02:38.820]➜  EOF
2025-08-20T23:00:16.5605022Z [00:02:38.820]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:16.5608049Z [00:02:38.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1193/_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/b1193=>" -p github.com/couchbase/gocb/v2/search -lang=go1.21 -complete -installsuffix shared -buildid t0uhyrtKHT3cTHxvTyz-/t0uhyrtKHT3cTHxvTyz- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1193/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:00:16.5610638Z [00:02:38.820]➜  go tool buildid -w $WORK/b1201/_pkg_.a # internal
2025-08-20T23:00:16.5639799Z [00:02:38.825]➜  cp $WORK/b1201/_pkg_.a /root/.cache/go-build/1f/1f5fc729a349711ed0cf7d24292f003f643852466e27ebe90c4f63d039e7599e-d # internal
2025-08-20T23:00:16.5646100Z [00:02:38.825]➜  github.com/couchbase/gocbcore/v10
2025-08-20T23:00:16.5646453Z [00:02:38.825]➜  mkdir -p $WORK/b1196/
2025-08-20T23:00:16.5646875Z [00:02:38.825]➜  cat >/tmp/go-build2180205415/b1196/importcfg << 'EOF' # internal
2025-08-20T23:00:16.5652179Z [00:02:38.825]➜  # import config
2025-08-20T23:00:16.5652539Z [00:02:38.825]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:16.5652961Z [00:02:38.825]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:16.5653440Z [00:02:38.825]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T23:00:16.5653897Z [00:02:38.825]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.5654349Z [00:02:38.825]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T23:00:16.5654807Z [00:02:38.825]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:16.5655279Z [00:02:38.825]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:16.5655743Z [00:02:38.825]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:16.5656433Z [00:02:38.825]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:16.5656897Z [00:02:38.825]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:16.5657351Z [00:02:38.825]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:16.5657820Z [00:02:38.825]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:16.5658613Z [00:02:38.825]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:16.5659164Z [00:02:38.825]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:16.5659607Z [00:02:38.825]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:16.5660026Z [00:02:38.825]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:16.5660582Z [00:02:38.825]➜  packagefile github.com/couchbase/gocbcore/v10/connstr=/tmp/go-build2180205415/b1197/_pkg_.a
2025-08-20T23:00:16.5661243Z [00:02:38.825]➜  packagefile github.com/couchbase/gocbcore/v10/memd=/tmp/go-build2180205415/b1198/_pkg_.a
2025-08-20T23:00:16.5661894Z [00:02:38.825]➜  packagefile github.com/couchbase/gocbcore/v10/scram=/tmp/go-build2180205415/b1199/_pkg_.a
2025-08-20T23:00:16.5662494Z [00:02:38.825]➜  packagefile github.com/golang/snappy=/tmp/go-build2180205415/b1200/_pkg_.a
2025-08-20T23:00:16.5663034Z [00:02:38.825]➜  packagefile github.com/google/uuid=/tmp/go-build2180205415/b277/_pkg_.a
2025-08-20T23:00:16.5663710Z [00:02:38.825]➜  packagefile github.com/gorilla/websocket=/tmp/go-build2180205415/b1201/_pkg_.a
2025-08-20T23:00:16.5664264Z [00:02:38.825]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:16.5664669Z [00:02:38.825]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:16.5665229Z [00:02:38.825]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:16.5665634Z [00:02:38.825]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:16.5698230Z [00:02:38.825]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:16.5698700Z [00:02:38.825]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:16.5699136Z [00:02:38.825]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:16.5699567Z [00:02:38.825]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:16.5699994Z [00:02:38.825]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:16.5700767Z [00:02:38.825]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:16.5701225Z [00:02:38.825]➜  packagefile runtime/debug=/tmp/go-build2180205415/b249/_pkg_.a
2025-08-20T23:00:16.5701671Z [00:02:38.825]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:16.5702095Z [00:02:38.825]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:16.5702511Z [00:02:38.825]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:16.5702935Z [00:02:38.825]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:16.5703353Z [00:02:38.825]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:16.5703787Z [00:02:38.825]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:16.5704218Z [00:02:38.825]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:16.5704525Z [00:02:38.825]➜  EOF
2025-08-20T23:00:16.5744513Z [00:02:38.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1=>github.com/couchbase/gocbcore/v10@v10.7.1;$WORK/b1196=>" -p github.com/couchbase/gocbcore/v10 -lang=go1.21 -complete -installsuffix shared -buildid tjvAv2Avfno3kGCRJj0-/tjvAv2Avfno3kGCRJj0- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1196/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:00:16.6832489Z [00:02:38.944]➜  go tool buildid -w $WORK/b1193/_pkg_.a # internal
2025-08-20T23:00:16.6860698Z [00:02:38.947]➜  cp $WORK/b1193/_pkg_.a /root/.cache/go-build/38/382d8920066156cab465e4c6f20380f1a99ff6a12959f4852bf1238b448214e6-d # internal
2025-08-20T23:00:16.6902875Z [00:02:38.950]➜  github.com/couchbase/goprotostellar/genproto/admin_collection_v1
2025-08-20T23:00:16.6903370Z [00:02:38.950]➜  mkdir -p $WORK/b1205/
2025-08-20T23:00:16.6903758Z [00:02:38.950]➜  cat >/tmp/go-build2180205415/b1205/importcfg << 'EOF' # internal
2025-08-20T23:00:16.6904112Z [00:02:38.950]➜  # import config
2025-08-20T23:00:16.6904460Z [00:02:38.950]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.6904972Z [00:02:38.950]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:16.6906006Z [00:02:38.950]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:16.6906647Z [00:02:38.950]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:16.6907309Z [00:02:38.950]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:16.6908014Z [00:02:38.950]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:16.6908565Z [00:02:38.950]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:16.6908983Z [00:02:38.950]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:16.6909292Z [00:02:38.950]➜  EOF
2025-08-20T23:00:16.6912091Z [00:02:38.950]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1205/_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/b1205=>" -p github.com/couchbase/goprotostellar/genproto/admin_collection_v1 -lang=go1.18 -complete -installsuffix shared -buildid 816ZSWTb3jFOv97_pO9w/816ZSWTb3jFOv97_pO9w -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_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:00:16.7124455Z [00:02:38.973]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:16.7129109Z [00:02:38.973]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x028.o -c zstd_compress_sequences.c
2025-08-20T23:00:16.7693346Z [00:02:39.030]➜  go tool buildid -w $WORK/b1204/_pkg_.a # internal
2025-08-20T23:00:16.7849834Z [00:02:39.045]➜  cp $WORK/b1204/_pkg_.a /root/.cache/go-build/d5/d5aec8e7cd9dea8b19f05e4a93fd27c07005ce4a24160e2a064d601c3cd9d3c1-d # internal
2025-08-20T23:00:16.7850769Z [00:02:39.046]➜  github.com/couchbase/goprotostellar/genproto/admin_bucket_v1
2025-08-20T23:00:16.7851161Z [00:02:39.046]➜  mkdir -p $WORK/b1203/
2025-08-20T23:00:16.7851557Z [00:02:39.046]➜  cat >/tmp/go-build2180205415/b1203/importcfg << 'EOF' # internal
2025-08-20T23:00:16.7851912Z [00:02:39.046]➜  # import config
2025-08-20T23:00:16.7852257Z [00:02:39.046]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.7852867Z [00:02:39.046]➜  packagefile github.com/couchbase/goprotostellar/genproto/kv_v1=/tmp/go-build2180205415/b1204/_pkg_.a
2025-08-20T23:00:16.7853522Z [00:02:39.046]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:16.7854095Z [00:02:39.046]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:16.7854669Z [00:02:39.046]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:16.7855714Z [00:02:39.046]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:16.7856577Z [00:02:39.046]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:16.7857128Z [00:02:39.046]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:16.7857549Z [00:02:39.046]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:16.7857852Z [00:02:39.046]➜  EOF
2025-08-20T23:00:16.7858102Z [00:02:39.046]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:16.7860906Z [00:02:39.046]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1203/_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/b1203=>" -p github.com/couchbase/goprotostellar/genproto/admin_bucket_v1 -lang=go1.18 -complete -installsuffix shared -buildid 9digbFG_oRYEVx5Q9E0-/9digbFG_oRYEVx5Q9E0- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1203/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:00:16.8145448Z [00:02:39.075]➜  go tool buildid -w $WORK/b1205/_pkg_.a # internal
2025-08-20T23:00:16.8173503Z [00:02:39.078]➜  cp $WORK/b1205/_pkg_.a /root/.cache/go-build/6c/6c022e140827d41b4a2be9319ab90f4d6b7fcc0ece787f4ecf8c27036db37ce0-d # internal
2025-08-20T23:00:16.8188267Z [00:02:39.078]➜  github.com/couchbase/goprotostellar/genproto/admin_query_v1
2025-08-20T23:00:16.8188702Z [00:02:39.078]➜  mkdir -p $WORK/b1206/
2025-08-20T23:00:16.8189121Z [00:02:39.079]➜  cat >/tmp/go-build2180205415/b1206/importcfg << 'EOF' # internal
2025-08-20T23:00:16.8189475Z [00:02:39.079]➜  # import config
2025-08-20T23:00:16.8189819Z [00:02:39.079]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.8190324Z [00:02:39.079]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:16.8190885Z [00:02:39.079]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:16.8191454Z [00:02:39.079]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:16.8192107Z [00:02:39.079]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:16.8192812Z [00:02:39.079]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:16.8193638Z [00:02:39.079]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:16.8194248Z [00:02:39.079]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:16.8194629Z [00:02:39.079]➜  EOF
2025-08-20T23:00:16.8197856Z [00:02:39.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1206/_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/b1206=>" -p github.com/couchbase/goprotostellar/genproto/admin_query_v1 -lang=go1.18 -complete -installsuffix shared -buildid GzjJSJlslula7ls-Z1Mw/GzjJSJlslula7ls-Z1Mw -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/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:00:16.9241716Z [00:02:39.185]➜  go tool buildid -w $WORK/b1203/_pkg_.a # internal
2025-08-20T23:00:16.9276851Z [00:02:39.188]➜  cp $WORK/b1203/_pkg_.a /root/.cache/go-build/3e/3ee176199831558d6bb370733da8ce766e57e7935e851715dac5257c160f450b-d # internal
2025-08-20T23:00:16.9278101Z [00:02:39.189]➜  github.com/couchbase/goprotostellar/genproto/admin_search_v1
2025-08-20T23:00:16.9279404Z [00:02:39.189]➜  mkdir -p $WORK/b1207/
2025-08-20T23:00:16.9289482Z [00:02:39.190]➜  cat >/tmp/go-build2180205415/b1207/importcfg << 'EOF' # internal
2025-08-20T23:00:16.9289921Z [00:02:39.190]➜  # import config
2025-08-20T23:00:16.9290278Z [00:02:39.190]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.9290770Z [00:02:39.190]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:16.9291324Z [00:02:39.190]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:16.9291899Z [00:02:39.190]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:16.9292569Z [00:02:39.190]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:16.9293592Z [00:02:39.190]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:16.9294156Z [00:02:39.190]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:16.9294576Z [00:02:39.190]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:16.9294886Z [00:02:39.190]➜  EOF
2025-08-20T23:00:16.9303004Z [00:02:39.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1207/_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/b1207=>" -p github.com/couchbase/goprotostellar/genproto/admin_search_v1 -lang=go1.18 -complete -installsuffix shared -buildid jeVbBeqctipLmQvfSGZh/jeVbBeqctipLmQvfSGZh -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_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:00:16.9512634Z [00:02:39.212]➜  go tool buildid -w $WORK/b1206/_pkg_.a # internal
2025-08-20T23:00:16.9543345Z [00:02:39.215]➜  cp $WORK/b1206/_pkg_.a /root/.cache/go-build/85/85a6f9a65174045c4e98f09ee4f39cd73776f6b0447c5c64ba6ef2ffcffb5876-d # internal
2025-08-20T23:00:16.9558377Z [00:02:39.217]➜  github.com/couchbase/goprotostellar/genproto/analytics_v1
2025-08-20T23:00:16.9567559Z [00:02:39.217]➜  mkdir -p $WORK/b1208/
2025-08-20T23:00:16.9567970Z [00:02:39.217]➜  cat >/tmp/go-build2180205415/b1208/importcfg << 'EOF' # internal
2025-08-20T23:00:16.9568329Z [00:02:39.217]➜  # import config
2025-08-20T23:00:16.9568670Z [00:02:39.217]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:16.9569431Z [00:02:39.217]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:16.9570159Z [00:02:39.217]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:16.9570800Z [00:02:39.217]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:16.9571469Z [00:02:39.217]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:16.9572174Z [00:02:39.217]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:16.9572886Z [00:02:39.217]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:16.9573454Z [00:02:39.217]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:16.9573874Z [00:02:39.217]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:16.9574184Z [00:02:39.217]➜  EOF
2025-08-20T23:00:16.9577010Z [00:02:39.217]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1208/_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/b1208=>" -p github.com/couchbase/goprotostellar/genproto/analytics_v1 -lang=go1.18 -complete -installsuffix shared -buildid yTK7V5cjbwITAr64zqY6/yTK7V5cjbwITAr64zqY6 -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/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:00:16.9612697Z [00:02:39.221]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:16.9617678Z [00:02:39.221]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x029.o -c zstd_compress_superblock.c
2025-08-20T23:00:17.0586411Z [00:02:39.319]➜  go tool buildid -w $WORK/b1208/_pkg_.a # internal
2025-08-20T23:00:17.0619213Z [00:02:39.323]➜  cp $WORK/b1208/_pkg_.a /root/.cache/go-build/dc/dc0b07bac02277a1601346a719b94d487ad97dcb28d4a67437e7555979638764-d # internal
2025-08-20T23:00:17.0625652Z [00:02:39.324]➜  github.com/couchbase/goprotostellar/genproto/query_v1
2025-08-20T23:00:17.0627754Z [00:02:39.324]➜  mkdir -p $WORK/b1209/
2025-08-20T23:00:17.0802150Z [00:02:39.341]➜  cat >/tmp/go-build2180205415/b1209/importcfg << 'EOF' # internal
2025-08-20T23:00:17.0802791Z [00:02:39.341]➜  # import config
2025-08-20T23:00:17.0803282Z [00:02:39.341]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.0806842Z [00:02:39.341]➜  packagefile github.com/couchbase/goprotostellar/genproto/kv_v1=/tmp/go-build2180205415/b1204/_pkg_.a
2025-08-20T23:00:17.0809127Z [00:02:39.341]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:17.0811305Z [00:02:39.341]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:17.0812228Z [00:02:39.341]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:17.0813256Z [00:02:39.341]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:17.0814237Z [00:02:39.341]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:17.0815339Z [00:02:39.341]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:17.0816747Z [00:02:39.341]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:17.0817791Z [00:02:39.341]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:17.0818557Z [00:02:39.341]➜  EOF
2025-08-20T23:00:17.0819169Z [00:02:39.341]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:17.0822149Z [00:02:39.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1209/_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/b1209=>" -p github.com/couchbase/goprotostellar/genproto/query_v1 -lang=go1.18 -complete -installsuffix shared -buildid 9MrmDO7TutynHiYjXo7d/9MrmDO7TutynHiYjXo7d -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/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:00:17.0971177Z [00:02:39.358]➜  go tool buildid -w $WORK/b1207/_pkg_.a # internal
2025-08-20T23:00:17.1036139Z [00:02:39.365]➜  cp $WORK/b1207/_pkg_.a /root/.cache/go-build/5e/5e14ac2bf503758e7f04f9440d67fd3555ed3710b845d92bdefe85594c928de0-d # internal
2025-08-20T23:00:17.1044579Z [00:02:39.366]➜  github.com/couchbase/goprotostellar/genproto/routing_v1
2025-08-20T23:00:17.1065100Z [00:02:39.368]➜  mkdir -p $WORK/b1210/
2025-08-20T23:00:17.1075661Z [00:02:39.369]➜  cat >/tmp/go-build2180205415/b1210/importcfg << 'EOF' # internal
2025-08-20T23:00:17.1076426Z [00:02:39.369]➜  # import config
2025-08-20T23:00:17.1076914Z [00:02:39.369]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.1079071Z [00:02:39.369]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:17.1079639Z [00:02:39.369]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:17.1080217Z [00:02:39.369]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:17.1080887Z [00:02:39.369]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:17.1081604Z [00:02:39.369]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:17.1082158Z [00:02:39.369]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:17.1082586Z [00:02:39.369]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:17.1082892Z [00:02:39.369]➜  EOF
2025-08-20T23:00:17.1085534Z [00:02:39.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1210/_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/b1210=>" -p github.com/couchbase/goprotostellar/genproto/routing_v1 -lang=go1.18 -complete -installsuffix shared -buildid KSq7tMRS7Zk0c7Ij7RfW/KSq7tMRS7Zk0c7Ij7RfW -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/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:00:17.1907234Z [00:02:39.452]➜  go tool buildid -w $WORK/b1209/_pkg_.a # internal
2025-08-20T23:00:17.1973034Z [00:02:39.458]➜  cp $WORK/b1209/_pkg_.a /root/.cache/go-build/ae/ae97c568a9dc1b286ca78d3b1bb7715b788680206aadfa06b228f1450c7689a5-d # internal
2025-08-20T23:00:17.1977742Z [00:02:39.458]➜  github.com/couchbase/goprotostellar/genproto/view_v1
2025-08-20T23:00:17.1978123Z [00:02:39.458]➜  mkdir -p $WORK/b1211/
2025-08-20T23:00:17.1978509Z [00:02:39.458]➜  cat >/tmp/go-build2180205415/b1211/importcfg << 'EOF' # internal
2025-08-20T23:00:17.1978866Z [00:02:39.458]➜  # import config
2025-08-20T23:00:17.1979213Z [00:02:39.458]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.1979706Z [00:02:39.458]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:17.1980528Z [00:02:39.458]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:17.1981305Z [00:02:39.458]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:17.1982028Z [00:02:39.458]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:17.1982749Z [00:02:39.458]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:17.1983303Z [00:02:39.458]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:17.1983726Z [00:02:39.458]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:17.1984035Z [00:02:39.458]➜  EOF
2025-08-20T23:00:17.1986720Z [00:02:39.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1211/_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/b1211=>" -p github.com/couchbase/goprotostellar/genproto/view_v1 -lang=go1.18 -complete -installsuffix shared -buildid 1FkZr_xcZx31sxr72Vll/1FkZr_xcZx31sxr72Vll -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/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:00:17.2135125Z [00:02:39.474]➜  go tool buildid -w $WORK/b1210/_pkg_.a # internal
2025-08-20T23:00:17.2168093Z [00:02:39.478]➜  cp $WORK/b1210/_pkg_.a /root/.cache/go-build/98/9809f518018991486a745d78c83d652ab0b177b39f324a86259d8257d1f32bed-d # internal
2025-08-20T23:00:17.2171523Z [00:02:39.478]➜  github.com/grpc-ecosystem/go-grpc-middleware/logging/settable
2025-08-20T23:00:17.2178264Z [00:02:39.479]➜  mkdir -p $WORK/b1212/
2025-08-20T23:00:17.2186100Z [00:02:39.480]➜  cat >/tmp/go-build2180205415/b1212/importcfg << 'EOF' # internal
2025-08-20T23:00:17.2188983Z [00:02:39.480]➜  # import config
2025-08-20T23:00:17.2189536Z [00:02:39.480]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:17.2192590Z [00:02:39.480]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:17.2193035Z [00:02:39.480]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:17.2193358Z [00:02:39.480]➜  EOF
2025-08-20T23:00:17.2203196Z [00:02:39.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1212/_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/b1212=>" -p github.com/grpc-ecosystem/go-grpc-middleware/logging/settable -lang=go1.14 -complete -installsuffix shared -buildid 16emSeyPSuSE6WRzqfYZ/16emSeyPSuSE6WRzqfYZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1212/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:00:17.2411260Z [00:02:39.502]➜  go tool buildid -w $WORK/b1212/_pkg_.a # internal
2025-08-20T23:00:17.2421969Z [00:02:39.503]➜  cp $WORK/b1212/_pkg_.a /root/.cache/go-build/f6/f6e99513cabccb78a4be4922192c66dd7125d118146029415317aff3c5b78903-d # internal
2025-08-20T23:00:17.2432346Z [00:02:39.504]➜  go.uber.org/zap/zapgrpc
2025-08-20T23:00:17.2438748Z [00:02:39.505]➜  mkdir -p $WORK/b1213/
2025-08-20T23:00:17.2450122Z [00:02:39.506]➜  cat >/tmp/go-build2180205415/b1213/importcfg << 'EOF' # internal
2025-08-20T23:00:17.2450546Z [00:02:39.506]➜  # import config
2025-08-20T23:00:17.2450883Z [00:02:39.506]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:17.2451334Z [00:02:39.506]➜  packagefile go.uber.org/zap=/tmp/go-build2180205415/b250/_pkg_.a
2025-08-20T23:00:17.2451869Z [00:02:39.506]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build2180205415/b254/_pkg_.a
2025-08-20T23:00:17.2452523Z [00:02:39.506]➜  EOF
2025-08-20T23:00:17.2454415Z [00:02:39.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1213/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapgrpc=>go.uber.org/zap@v1.27.0/zapgrpc;$WORK/b1213=>" -p go.uber.org/zap/zapgrpc -lang=go1.19 -complete -installsuffix shared -buildid ynpu-F9x4Y2xliJFqZE-/ynpu-F9x4Y2xliJFqZE- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1213/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapgrpc/zapgrpc.go
2025-08-20T23:00:17.2494290Z [00:02:39.510]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:17.2499007Z [00:02:39.510]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x030.o -c zstd_ddict.c
2025-08-20T23:00:17.2840628Z [00:02:39.545]➜  go tool buildid -w $WORK/b1213/_pkg_.a # internal
2025-08-20T23:00:17.2841820Z [00:02:39.545]➜  cp $WORK/b1213/_pkg_.a /root/.cache/go-build/4e/4eea782ca0126bc2b09f31c8961d3ba4b516b2989631cb64be1f1a3b882e9cc8-d # internal
2025-08-20T23:00:17.2866595Z [00:02:39.545]➜  github.com/couchbaselabs/gocbconnstr/v2
2025-08-20T23:00:17.2867093Z [00:02:39.545]➜  mkdir -p $WORK/b1214/
2025-08-20T23:00:17.2867488Z [00:02:39.546]➜  cat >/tmp/go-build2180205415/b1214/importcfg << 'EOF' # internal
2025-08-20T23:00:17.2867847Z [00:02:39.546]➜  # import config
2025-08-20T23:00:17.2868193Z [00:02:39.546]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:17.2868613Z [00:02:39.546]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:17.2869019Z [00:02:39.546]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:17.2869449Z [00:02:39.546]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:17.2869881Z [00:02:39.546]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:17.2870308Z [00:02:39.546]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:17.2870733Z [00:02:39.546]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.2871058Z [00:02:39.546]➜  EOF
2025-08-20T23:00:17.2871324Z [00:02:39.546]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:17.2874014Z [00:02:39.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1214/_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/b1214=>" -p github.com/couchbaselabs/gocbconnstr/v2 -lang=go1.13 -complete -installsuffix shared -buildid uta96fnqnXsPwcVlP9qc/uta96fnqnXsPwcVlP9qc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1214/importcfg -pack /root/go/pkg/mod/github.com/couchbaselabs/gocbconnstr/v2@v2.0.0-20240607131231-fb385523de28/connstr.go
2025-08-20T23:00:17.2940791Z [00:02:39.555]➜  go tool buildid -w $WORK/b1211/_pkg_.a # internal
2025-08-20T23:00:17.2966492Z [00:02:39.558]➜  cp $WORK/b1211/_pkg_.a /root/.cache/go-build/af/af963f9c7e90813230a8af13c529e74930533ede36c60ecf583e0d6dc8ef7a77-d # internal
2025-08-20T23:00:17.2974292Z [00:02:39.558]➜  github.com/couchbase/gocbcoreps
2025-08-20T23:00:17.2976679Z [00:02:39.558]➜  mkdir -p $WORK/b1202/
2025-08-20T23:00:17.2977092Z [00:02:39.558]➜  cat >/tmp/go-build2180205415/b1202/importcfg << 'EOF' # internal
2025-08-20T23:00:17.2977449Z [00:02:39.558]➜  # import config
2025-08-20T23:00:17.2977798Z [00:02:39.558]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.2978243Z [00:02:39.558]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:17.2978703Z [00:02:39.558]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:17.2979184Z [00:02:39.558]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:17.2980110Z [00:02:39.558]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_bucket_v1=/tmp/go-build2180205415/b1203/_pkg_.a
2025-08-20T23:00:17.2981021Z [00:02:39.558]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_collection_v1=/tmp/go-build2180205415/b1205/_pkg_.a
2025-08-20T23:00:17.2982037Z [00:02:39.558]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_query_v1=/tmp/go-build2180205415/b1206/_pkg_.a
2025-08-20T23:00:17.2982855Z [00:02:39.558]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_search_v1=/tmp/go-build2180205415/b1207/_pkg_.a
2025-08-20T23:00:17.2983670Z [00:02:39.558]➜  packagefile github.com/couchbase/goprotostellar/genproto/analytics_v1=/tmp/go-build2180205415/b1208/_pkg_.a
2025-08-20T23:00:17.2984446Z [00:02:39.558]➜  packagefile github.com/couchbase/goprotostellar/genproto/kv_v1=/tmp/go-build2180205415/b1204/_pkg_.a
2025-08-20T23:00:17.2985213Z [00:02:39.558]➜  packagefile github.com/couchbase/goprotostellar/genproto/query_v1=/tmp/go-build2180205415/b1209/_pkg_.a
2025-08-20T23:00:17.2986436Z [00:02:39.558]➜  packagefile github.com/couchbase/goprotostellar/genproto/routing_v1=/tmp/go-build2180205415/b1210/_pkg_.a
2025-08-20T23:00:17.2987251Z [00:02:39.558]➜  packagefile github.com/couchbase/goprotostellar/genproto/search_v1=/tmp/go-build2180205415/b1194/_pkg_.a
2025-08-20T23:00:17.2988024Z [00:02:39.558]➜  packagefile github.com/couchbase/goprotostellar/genproto/view_v1=/tmp/go-build2180205415/b1211/_pkg_.a
2025-08-20T23:00:17.2988818Z [00:02:39.558]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/logging/settable=/tmp/go-build2180205415/b1212/_pkg_.a
2025-08-20T23:00:17.2989698Z [00:02:39.558]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build2180205415/b516/_pkg_.a
2025-08-20T23:00:17.2990441Z [00:02:39.558]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2180205415/b533/_pkg_.a
2025-08-20T23:00:17.2991054Z [00:02:39.558]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build2180205415/b535/_pkg_.a
2025-08-20T23:00:17.2991663Z [00:02:39.558]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T23:00:17.2992194Z [00:02:39.558]➜  packagefile go.uber.org/zap=/tmp/go-build2180205415/b250/_pkg_.a
2025-08-20T23:00:17.2992704Z [00:02:39.558]➜  packagefile go.uber.org/zap/zapgrpc=/tmp/go-build2180205415/b1213/_pkg_.a
2025-08-20T23:00:17.2993230Z [00:02:39.558]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:17.2993803Z [00:02:39.558]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:17.2994421Z [00:02:39.558]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T23:00:17.2995067Z [00:02:39.558]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2180205415/b390/_pkg_.a
2025-08-20T23:00:17.3000193Z [00:02:39.558]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:17.3000736Z [00:02:39.558]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:17.3001155Z [00:02:39.558]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:17.3001597Z [00:02:39.558]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:17.3002031Z [00:02:39.558]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:17.3002336Z [00:02:39.558]➜  EOF
2025-08-20T23:00:17.3010117Z [00:02:39.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1202/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3=>github.com/couchbase/gocbcoreps@v0.1.3;$WORK/b1202=>" -p github.com/couchbase/gocbcoreps -lang=go1.19 -complete -installsuffix shared -buildid fh-oRsdLKYHD-foDbc3y/fh-oRsdLKYHD-foDbc3y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1202/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:00:17.3167622Z [00:02:39.578]➜  go tool buildid -w $WORK/b1214/_pkg_.a # internal
2025-08-20T23:00:17.3174253Z [00:02:39.578]➜  cp $WORK/b1214/_pkg_.a /root/.cache/go-build/8e/8ee35ef12a68419c49deecab01e6b2c9cf24e4ad0a56787ca5fcca1e3fc48fb8-d # internal
2025-08-20T23:00:17.3185683Z [00:02:39.578]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/countrylayer
2025-08-20T23:00:17.3186258Z [00:02:39.578]➜  mkdir -p $WORK/b1215/
2025-08-20T23:00:17.3186683Z [00:02:39.579]➜  cat >/tmp/go-build2180205415/b1215/importcfg << 'EOF' # internal
2025-08-20T23:00:17.3187046Z [00:02:39.579]➜  # import config
2025-08-20T23:00:17.3187398Z [00:02:39.579]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.3187820Z [00:02:39.579]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:17.3188427Z [00:02:39.579]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.3189199Z [00:02:39.579]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.3189999Z [00:02:39.579]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.3190679Z [00:02:39.579]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.3191179Z [00:02:39.579]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.3191850Z [00:02:39.579]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.3192247Z [00:02:39.579]➜  EOF
2025-08-20T23:00:17.3194353Z [00:02:39.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1215/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/countrylayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/countrylayer;$WORK/b1215=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/countrylayer -lang=go1.24 -complete -installsuffix shared -buildid THIRlFIwfm-Z0CVtG2Fd/THIRlFIwfm-Z0CVtG2Fd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1215/importcfg -pack ./pkg/detectors/countrylayer/countrylayer.go
2025-08-20T23:00:17.3588614Z [00:02:39.620]➜  go tool buildid -w $WORK/b1215/_pkg_.a # internal
2025-08-20T23:00:17.3599019Z [00:02:39.621]➜  cp $WORK/b1215/_pkg_.a /root/.cache/go-build/ab/ab14cd65fde48c740b629f6837574ecce4c8c6504a21f407ed8233f730eb8648-d # internal
2025-08-20T23:00:17.3621948Z [00:02:39.623]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/courier
2025-08-20T23:00:17.3624696Z [00:02:39.623]➜  mkdir -p $WORK/b1216/
2025-08-20T23:00:17.3626447Z [00:02:39.624]➜  cat >/tmp/go-build2180205415/b1216/importcfg << 'EOF' # internal
2025-08-20T23:00:17.3626952Z [00:02:39.624]➜  # import config
2025-08-20T23:00:17.3627314Z [00:02:39.624]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.3627939Z [00:02:39.624]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:17.3628538Z [00:02:39.624]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.3629311Z [00:02:39.624]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.3630112Z [00:02:39.624]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.3630799Z [00:02:39.624]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.3631303Z [00:02:39.624]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.3631931Z [00:02:39.624]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.3632249Z [00:02:39.624]➜  EOF
2025-08-20T23:00:17.3634237Z [00:02:39.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1216/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/courier=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/courier;$WORK/b1216=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/courier -lang=go1.24 -complete -installsuffix shared -buildid i0hb_ovcC570mMeRkbmU/i0hb_ovcC570mMeRkbmU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1216/importcfg -pack ./pkg/detectors/courier/courier.go
2025-08-20T23:00:17.4080093Z [00:02:39.669]➜  go tool buildid -w $WORK/b1216/_pkg_.a # internal
2025-08-20T23:00:17.4089595Z [00:02:39.670]➜  cp $WORK/b1216/_pkg_.a /root/.cache/go-build/d6/d69727a39873b655047061c38c2694b227298b98b91e7ce94e3aa15e0d264206-d # internal
2025-08-20T23:00:17.4103859Z [00:02:39.670]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coveralls
2025-08-20T23:00:17.4106490Z [00:02:39.670]➜  mkdir -p $WORK/b1217/
2025-08-20T23:00:17.4107133Z [00:02:39.671]➜  cat >/tmp/go-build2180205415/b1217/importcfg << 'EOF' # internal
2025-08-20T23:00:17.4107625Z [00:02:39.671]➜  # import config
2025-08-20T23:00:17.4108160Z [00:02:39.671]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.4110977Z [00:02:39.671]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:17.4111907Z [00:02:39.671]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.4112848Z [00:02:39.671]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.4116336Z [00:02:39.671]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.4117470Z [00:02:39.671]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.4118204Z [00:02:39.671]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.4119342Z [00:02:39.671]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.4119684Z [00:02:39.671]➜  EOF
2025-08-20T23:00:17.4121724Z [00:02:39.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1217/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coveralls=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coveralls;$WORK/b1217=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coveralls -lang=go1.24 -complete -installsuffix shared -buildid 6kj4RdUAlQ1m-lnSz9g9/6kj4RdUAlQ1m-lnSz9g9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1217/importcfg -pack ./pkg/detectors/coveralls/coveralls.go
2025-08-20T23:00:17.4735032Z [00:02:39.734]➜  go tool buildid -w $WORK/b1202/_pkg_.a # internal
2025-08-20T23:00:17.4756759Z [00:02:39.737]➜  go tool buildid -w $WORK/b1217/_pkg_.a # internal
2025-08-20T23:00:17.4765744Z [00:02:39.738]➜  cp $WORK/b1217/_pkg_.a /root/.cache/go-build/ed/ed94c5b13b9541f0e74fcb36e3026a95bde770a946d0b27fd46082e771eb47a7-d # internal
2025-08-20T23:00:17.4769554Z [00:02:39.738]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/craftmypdf
2025-08-20T23:00:17.4769964Z [00:02:39.738]➜  mkdir -p $WORK/b1218/
2025-08-20T23:00:17.4773908Z [00:02:39.738]➜  cat >/tmp/go-build2180205415/b1218/importcfg << 'EOF' # internal
2025-08-20T23:00:17.4775090Z [00:02:39.738]➜  # import config
2025-08-20T23:00:17.4775444Z [00:02:39.738]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.4776153Z [00:02:39.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.4776970Z [00:02:39.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.4777794Z [00:02:39.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.4778733Z [00:02:39.738]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.4779240Z [00:02:39.738]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.4779676Z [00:02:39.738]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.4779996Z [00:02:39.738]➜  EOF
2025-08-20T23:00:17.4782047Z [00:02:39.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1218/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/craftmypdf=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/craftmypdf;$WORK/b1218=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/craftmypdf -lang=go1.24 -complete -installsuffix shared -buildid RCt57meNsm5xb_96rdxO/RCt57meNsm5xb_96rdxO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1218/importcfg -pack ./pkg/detectors/craftmypdf/craftmypdf.go
2025-08-20T23:00:17.4843045Z [00:02:39.745]➜  cp $WORK/b1202/_pkg_.a /root/.cache/go-build/36/36d323c4971338e33e63fd104d0799b5f61208bbf4b83b1ea6485f75f86d6ed5-d # internal
2025-08-20T23:00:17.4853780Z [00:02:39.745]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/crowdin
2025-08-20T23:00:17.4854213Z [00:02:39.745]➜  mkdir -p $WORK/b1219/
2025-08-20T23:00:17.4854596Z [00:02:39.746]➜  cat >/tmp/go-build2180205415/b1219/importcfg << 'EOF' # internal
2025-08-20T23:00:17.4854956Z [00:02:39.746]➜  # import config
2025-08-20T23:00:17.4855300Z [00:02:39.746]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.4855724Z [00:02:39.746]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:17.4856491Z [00:02:39.746]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.4857532Z [00:02:39.746]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.4858416Z [00:02:39.746]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.4859097Z [00:02:39.746]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.4859603Z [00:02:39.746]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.4860041Z [00:02:39.746]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.4860359Z [00:02:39.746]➜  EOF
2025-08-20T23:00:17.4862337Z [00:02:39.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1219/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/crowdin=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/crowdin;$WORK/b1219=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/crowdin -lang=go1.24 -complete -installsuffix shared -buildid CVmhVsFAxA1P0AdfGuap/CVmhVsFAxA1P0AdfGuap -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1219/importcfg -pack ./pkg/detectors/crowdin/crowdin.go
2025-08-20T23:00:17.5184519Z [00:02:39.778]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:17.5191093Z [00:02:39.778]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x031.o -c zstd_decompress.c
2025-08-20T23:00:17.5195950Z [00:02:39.779]➜  go tool buildid -w $WORK/b1218/_pkg_.a # internal
2025-08-20T23:00:17.5196723Z [00:02:39.780]➜  cp $WORK/b1218/_pkg_.a /root/.cache/go-build/a9/a94cd9fd57250afdc373c0a93f861731879b0f68c98a78819ff2cd89d62ca0b9-d # internal
2025-08-20T23:00:17.5197442Z [00:02:39.781]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cryptocompare
2025-08-20T23:00:17.5198061Z [00:02:39.781]➜  mkdir -p $WORK/b1220/
2025-08-20T23:00:17.5199274Z [00:02:39.781]➜  cat >/tmp/go-build2180205415/b1220/importcfg << 'EOF' # internal
2025-08-20T23:00:17.5203394Z [00:02:39.781]➜  # import config
2025-08-20T23:00:17.5204014Z [00:02:39.781]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.5204784Z [00:02:39.781]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.5206019Z [00:02:39.781]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.5207279Z [00:02:39.781]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.5208181Z [00:02:39.781]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.5208833Z [00:02:39.781]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:17.5209967Z [00:02:39.781]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.5210817Z [00:02:39.781]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.5211343Z [00:02:39.781]➜  EOF
2025-08-20T23:00:17.5212277Z [00:02:39.781]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:17.5214456Z [00:02:39.781]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1220/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cryptocompare=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cryptocompare;$WORK/b1220=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cryptocompare -lang=go1.24 -complete -installsuffix shared -buildid l0w3_gN41_Kp3jQ2tGLA/l0w3_gN41_Kp3jQ2tGLA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1220/importcfg -pack ./pkg/detectors/cryptocompare/cryptocompare.go
2025-08-20T23:00:17.5616109Z [00:02:39.822]➜  go tool buildid -w $WORK/b1219/_pkg_.a # internal
2025-08-20T23:00:17.5638503Z [00:02:39.824]➜  cp $WORK/b1219/_pkg_.a /root/.cache/go-build/8d/8dea8b62f3355000097904140b6add995d5e90d48a0e54423c2414ebc1f7d0cb-d # internal
2025-08-20T23:00:17.5661117Z [00:02:39.827]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencycloud
2025-08-20T23:00:17.5662281Z [00:02:39.827]➜  mkdir -p $WORK/b1221/
2025-08-20T23:00:17.5675535Z [00:02:39.829]➜  cat >/tmp/go-build2180205415/b1221/importcfg << 'EOF' # internal
2025-08-20T23:00:17.5676699Z [00:02:39.829]➜  # import config
2025-08-20T23:00:17.5677144Z [00:02:39.829]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.5677578Z [00:02:39.829]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:17.5678188Z [00:02:39.829]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.5678963Z [00:02:39.829]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.5680033Z [00:02:39.829]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.5680786Z [00:02:39.829]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.5681473Z [00:02:39.829]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:17.5681901Z [00:02:39.829]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.5682333Z [00:02:39.829]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.5682648Z [00:02:39.829]➜  EOF
2025-08-20T23:00:17.5684753Z [00:02:39.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1221/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencycloud=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencycloud;$WORK/b1221=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencycloud -lang=go1.24 -complete -installsuffix shared -buildid e-vDSKMIW_hFBaGBoaEz/e-vDSKMIW_hFBaGBoaEz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1221/importcfg -pack ./pkg/detectors/currencycloud/currencycloud.go
2025-08-20T23:00:17.5979127Z [00:02:39.859]➜  go tool buildid -w $WORK/b1220/_pkg_.a # internal
2025-08-20T23:00:17.5993583Z [00:02:39.860]➜  cp $WORK/b1220/_pkg_.a /root/.cache/go-build/07/07e9807a78e46e59737c7c288691b654e6d7a158c47233a4adb3a113b4dd1642-d # internal
2025-08-20T23:00:17.5996602Z [00:02:39.861]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyfreaks
2025-08-20T23:00:17.5998499Z [00:02:39.861]➜  mkdir -p $WORK/b1222/
2025-08-20T23:00:17.6017041Z [00:02:39.863]➜  cat >/tmp/go-build2180205415/b1222/importcfg << 'EOF' # internal
2025-08-20T23:00:17.6017444Z [00:02:39.863]➜  # import config
2025-08-20T23:00:17.6017799Z [00:02:39.863]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.6018436Z [00:02:39.863]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.6019242Z [00:02:39.863]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.6020044Z [00:02:39.863]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.6020728Z [00:02:39.863]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.6021222Z [00:02:39.863]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.6021651Z [00:02:39.863]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.6021964Z [00:02:39.863]➜  EOF
2025-08-20T23:00:17.6025388Z [00:02:39.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1222/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyfreaks=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyfreaks;$WORK/b1222=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyfreaks -lang=go1.24 -complete -installsuffix shared -buildid 4bUvQ22u7ep92P1MJTgw/4bUvQ22u7ep92P1MJTgw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1222/importcfg -pack ./pkg/detectors/currencyfreaks/currencyfreaks.go
2025-08-20T23:00:17.6193411Z [00:02:39.880]➜  go tool buildid -w $WORK/b1221/_pkg_.a # internal
2025-08-20T23:00:17.6211546Z [00:02:39.882]➜  cp $WORK/b1221/_pkg_.a /root/.cache/go-build/0d/0d32161104a3a29186b9d94b2781f8a258d7a74f2c37cf145b6393daae9cce67-d # internal
2025-08-20T23:00:17.6230182Z [00:02:39.884]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencylayer
2025-08-20T23:00:17.6236850Z [00:02:39.884]➜  mkdir -p $WORK/b1223/
2025-08-20T23:00:17.6240073Z [00:02:39.885]➜  cat >/tmp/go-build2180205415/b1223/importcfg << 'EOF' # internal
2025-08-20T23:00:17.6240478Z [00:02:39.885]➜  # import config
2025-08-20T23:00:17.6240851Z [00:02:39.885]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.6241301Z [00:02:39.885]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:17.6242153Z [00:02:39.885]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.6242994Z [00:02:39.885]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.6243967Z [00:02:39.885]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.6244648Z [00:02:39.885]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.6245119Z [00:02:39.885]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:17.6245539Z [00:02:39.885]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.6246188Z [00:02:39.885]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.6246508Z [00:02:39.885]➜  EOF
2025-08-20T23:00:17.6248630Z [00:02:39.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1223/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencylayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencylayer;$WORK/b1223=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencylayer -lang=go1.24 -complete -installsuffix shared -buildid _EwFnITvXjDeOYA2fmv2/_EwFnITvXjDeOYA2fmv2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1223/importcfg -pack ./pkg/detectors/currencylayer/currencylayer.go
2025-08-20T23:00:17.6466651Z [00:02:39.908]➜  go tool buildid -w $WORK/b1222/_pkg_.a # internal
2025-08-20T23:00:17.6483164Z [00:02:39.908]➜  cp $WORK/b1222/_pkg_.a /root/.cache/go-build/96/963ce84da99108cfa745f7129f70263f26be2b23014d9409c4fad9c892347942-d # internal
2025-08-20T23:00:17.6483995Z [00:02:39.909]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyscoop
2025-08-20T23:00:17.6484412Z [00:02:39.909]➜  mkdir -p $WORK/b1224/
2025-08-20T23:00:17.6484823Z [00:02:39.909]➜  cat >/tmp/go-build2180205415/b1224/importcfg << 'EOF' # internal
2025-08-20T23:00:17.6485181Z [00:02:39.909]➜  # import config
2025-08-20T23:00:17.6485539Z [00:02:39.909]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.6486087Z [00:02:39.909]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:17.6486702Z [00:02:39.909]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.6487471Z [00:02:39.909]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.6488274Z [00:02:39.909]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.6488957Z [00:02:39.909]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.6489452Z [00:02:39.909]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.6490159Z [00:02:39.909]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.6490557Z [00:02:39.909]➜  EOF
2025-08-20T23:00:17.6492699Z [00:02:39.909]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1224/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyscoop=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyscoop;$WORK/b1224=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyscoop -lang=go1.24 -complete -installsuffix shared -buildid n2B8fr39u4vswpbBi9IN/n2B8fr39u4vswpbBi9IN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1224/importcfg -pack ./pkg/detectors/currencyscoop/currencyscoop.go
2025-08-20T23:00:17.6834465Z [00:02:39.944]➜  go tool buildid -w $WORK/b1224/_pkg_.a # internal
2025-08-20T23:00:17.6845551Z [00:02:39.945]➜  cp $WORK/b1224/_pkg_.a /root/.cache/go-build/30/30d67ba03384df05d1dc30d701c2c2537a5460548513aa9462a6aa85f9c0d634-d # internal
2025-08-20T23:00:17.6846544Z [00:02:39.946]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currentsapi
2025-08-20T23:00:17.6847671Z [00:02:39.946]➜  mkdir -p $WORK/b1225/
2025-08-20T23:00:17.6850380Z [00:02:39.946]➜  cat >/tmp/go-build2180205415/b1225/importcfg << 'EOF' # internal
2025-08-20T23:00:17.6851757Z [00:02:39.946]➜  # import config
2025-08-20T23:00:17.6852331Z [00:02:39.946]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.6852771Z [00:02:39.946]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:17.6853370Z [00:02:39.946]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.6854136Z [00:02:39.946]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.6854933Z [00:02:39.946]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.6855620Z [00:02:39.946]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.6856418Z [00:02:39.946]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:17.6856845Z [00:02:39.946]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.6857166Z [00:02:39.946]➜  EOF
2025-08-20T23:00:17.6859248Z [00:02:39.946]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1225/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currentsapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currentsapi;$WORK/b1225=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currentsapi -lang=go1.24 -complete -installsuffix shared -buildid 2lmzQg1NR9XMSFTnu0Qv/2lmzQg1NR9XMSFTnu0Qv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1225/importcfg -pack ./pkg/detectors/currentsapi/currentsapi.go
2025-08-20T23:00:17.7037860Z [00:02:39.963]➜  go tool buildid -w $WORK/b1223/_pkg_.a # internal
2025-08-20T23:00:17.7038631Z [00:02:39.965]➜  cp $WORK/b1223/_pkg_.a /root/.cache/go-build/f9/f9e7a57be8ba4f568dde63c98d6c183fe13c4e02c034dc90a45470cbc8cad7ae-d # internal
2025-08-20T23:00:17.7040415Z [00:02:39.965]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerguru
2025-08-20T23:00:17.7040858Z [00:02:39.965]➜  mkdir -p $WORK/b1226/
2025-08-20T23:00:17.7041252Z [00:02:39.965]➜  cat >/tmp/go-build2180205415/b1226/importcfg << 'EOF' # internal
2025-08-20T23:00:17.7041603Z [00:02:39.965]➜  # import config
2025-08-20T23:00:17.7041947Z [00:02:39.965]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.7042552Z [00:02:39.965]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.7043323Z [00:02:39.965]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.7044125Z [00:02:39.965]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.7045039Z [00:02:39.965]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.7045626Z [00:02:39.965]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.7046286Z [00:02:39.965]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.7046625Z [00:02:39.965]➜  EOF
2025-08-20T23:00:17.7048722Z [00:02:39.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1226/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerguru=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerguru;$WORK/b1226=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerguru -lang=go1.24 -complete -installsuffix shared -buildid RPAmgO900vHPNjiYgN4o/RPAmgO900vHPNjiYgN4o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1226/importcfg -pack ./pkg/detectors/customerguru/customerguru.go
2025-08-20T23:00:17.7269672Z [00:02:39.988]➜  go tool buildid -w $WORK/b1225/_pkg_.a # internal
2025-08-20T23:00:17.7279908Z [00:02:39.989]➜  cp $WORK/b1225/_pkg_.a /root/.cache/go-build/47/47ee55592e8da2fe0f8643a2ed0536798956482fd62d6ae310baa103ade6de26-d # internal
2025-08-20T23:00:17.7281350Z [00:02:39.989]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerio
2025-08-20T23:00:17.7282410Z [00:02:39.989]➜  mkdir -p $WORK/b1227/
2025-08-20T23:00:17.7285866Z [00:02:39.990]➜  cat >/tmp/go-build2180205415/b1227/importcfg << 'EOF' # internal
2025-08-20T23:00:17.7287120Z [00:02:39.990]➜  # import config
2025-08-20T23:00:17.7287521Z [00:02:39.990]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.7287995Z [00:02:39.990]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:17.7288442Z [00:02:39.990]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:17.7289037Z [00:02:39.990]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.7289816Z [00:02:39.990]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.7290916Z [00:02:39.990]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.7291613Z [00:02:39.990]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.7292109Z [00:02:39.990]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.7292543Z [00:02:39.990]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.7292876Z [00:02:39.990]➜  EOF
2025-08-20T23:00:17.7295885Z [00:02:39.991]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1227/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerio;$WORK/b1227=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerio -lang=go1.24 -complete -installsuffix shared -buildid aZAk-zFxhMZcz7NtUmuH/aZAk-zFxhMZcz7NtUmuH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1227/importcfg -pack ./pkg/detectors/customerio/customerio.go
2025-08-20T23:00:17.7648595Z [00:02:40.026]➜  go tool buildid -w $WORK/b1226/_pkg_.a # internal
2025-08-20T23:00:17.7658995Z [00:02:40.027]➜  cp $WORK/b1226/_pkg_.a /root/.cache/go-build/00/007f5e14bfb5d21afe99c6a7c2782b8338753ee8ca6e16bee4fe79b08823080b-d # internal
2025-08-20T23:00:17.7705315Z [00:02:40.032]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/d7network
2025-08-20T23:00:17.7705869Z [00:02:40.032]➜  mkdir -p $WORK/b1228/
2025-08-20T23:00:17.7707275Z [00:02:40.032]➜  cat >/tmp/go-build2180205415/b1228/importcfg << 'EOF' # internal
2025-08-20T23:00:17.7707652Z [00:02:40.032]➜  # import config
2025-08-20T23:00:17.7707998Z [00:02:40.032]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.7708871Z [00:02:40.032]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.7709747Z [00:02:40.032]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.7710446Z [00:02:40.032]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.7710955Z [00:02:40.032]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.7711389Z [00:02:40.032]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.7711706Z [00:02:40.032]➜  EOF
2025-08-20T23:00:17.7713728Z [00:02:40.032]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1228/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/d7network=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/d7network;$WORK/b1228=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/d7network -lang=go1.24 -complete -installsuffix shared -buildid kMCIGEoIu7x7gNj5szF-/kMCIGEoIu7x7gNj5szF- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1228/importcfg -pack ./pkg/detectors/d7network/d7network.go
2025-08-20T23:00:17.7818982Z [00:02:40.043]➜  go tool buildid -w $WORK/b1227/_pkg_.a # internal
2025-08-20T23:00:17.7829405Z [00:02:40.044]➜  cp $WORK/b1227/_pkg_.a /root/.cache/go-build/e3/e3526bc12254a210d85a498a07087a06924c042bb7d6dc046626d0d20248b286-d # internal
2025-08-20T23:00:17.7838233Z [00:02:40.045]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dandelion
2025-08-20T23:00:17.7838835Z [00:02:40.045]➜  mkdir -p $WORK/b1229/
2025-08-20T23:00:17.7841693Z [00:02:40.045]➜  cat >/tmp/go-build2180205415/b1229/importcfg << 'EOF' # internal
2025-08-20T23:00:17.7842103Z [00:02:40.045]➜  # import config
2025-08-20T23:00:17.7842454Z [00:02:40.045]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.7842881Z [00:02:40.045]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:17.7843501Z [00:02:40.045]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.7844277Z [00:02:40.045]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.7845429Z [00:02:40.045]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.7846353Z [00:02:40.045]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.7846855Z [00:02:40.045]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.7847287Z [00:02:40.045]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.7847602Z [00:02:40.045]➜  EOF
2025-08-20T23:00:17.7861114Z [00:02:40.047]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1229/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dandelion=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dandelion;$WORK/b1229=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dandelion -lang=go1.24 -complete -installsuffix shared -buildid 4P5KDOWeww2Axr5QNfB7/4P5KDOWeww2Axr5QNfB7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1229/importcfg -pack ./pkg/detectors/dandelion/dandelion.go
2025-08-20T23:00:17.8346163Z [00:02:40.096]➜  go tool buildid -w $WORK/b1228/_pkg_.a # internal
2025-08-20T23:00:17.8356475Z [00:02:40.097]➜  cp $WORK/b1228/_pkg_.a /root/.cache/go-build/3e/3ecebfd7b1b1883c2dddf4a428107a14adf3f1325b8618354f2d80b54fa84078-d # internal
2025-08-20T23:00:17.8380610Z [00:02:40.099]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dareboost
2025-08-20T23:00:17.8381663Z [00:02:40.099]➜  mkdir -p $WORK/b1230/
2025-08-20T23:00:17.8398589Z [00:02:40.101]➜  cat >/tmp/go-build2180205415/b1230/importcfg << 'EOF' # internal
2025-08-20T23:00:17.8399446Z [00:02:40.101]➜  # import config
2025-08-20T23:00:17.8399840Z [00:02:40.101]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.8400652Z [00:02:40.101]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.8401522Z [00:02:40.101]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.8402330Z [00:02:40.101]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.8403022Z [00:02:40.101]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.8403504Z [00:02:40.101]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:17.8403918Z [00:02:40.101]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.8404348Z [00:02:40.101]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.8404666Z [00:02:40.101]➜  EOF
2025-08-20T23:00:17.8407086Z [00:02:40.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1230/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dareboost=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dareboost;$WORK/b1230=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dareboost -lang=go1.24 -complete -installsuffix shared -buildid IUTyvYeH_Jim9b0AOoZd/IUTyvYeH_Jim9b0AOoZd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1230/importcfg -pack ./pkg/detectors/dareboost/dareboost.go
2025-08-20T23:00:17.8480622Z [00:02:40.109]➜  go tool buildid -w $WORK/b1229/_pkg_.a # internal
2025-08-20T23:00:17.8490531Z [00:02:40.110]➜  cp $WORK/b1229/_pkg_.a /root/.cache/go-build/94/942c2f1f1bacef19b646b4afc41237e88933c3f7af52d79745d770ae3cc0d8a6-d # internal
2025-08-20T23:00:17.8491885Z [00:02:40.110]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databox
2025-08-20T23:00:17.8507232Z [00:02:40.112]➜  mkdir -p $WORK/b1231/
2025-08-20T23:00:17.8507676Z [00:02:40.112]➜  cat >/tmp/go-build2180205415/b1231/importcfg << 'EOF' # internal
2025-08-20T23:00:17.8508033Z [00:02:40.112]➜  # import config
2025-08-20T23:00:17.8508395Z [00:02:40.112]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.8509168Z [00:02:40.112]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:17.8509615Z [00:02:40.112]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:17.8510219Z [00:02:40.112]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.8510985Z [00:02:40.112]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.8511780Z [00:02:40.112]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.8512459Z [00:02:40.112]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.8512950Z [00:02:40.112]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.8513388Z [00:02:40.112]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.8513707Z [00:02:40.112]➜  EOF
2025-08-20T23:00:17.8515672Z [00:02:40.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1231/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databox=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databox;$WORK/b1231=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databox -lang=go1.24 -complete -installsuffix shared -buildid FlBpq4IL0iBlmbUX2yBp/FlBpq4IL0iBlmbUX2yBp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1231/importcfg -pack ./pkg/detectors/databox/databox.go
2025-08-20T23:00:17.9013208Z [00:02:40.162]➜  go tool buildid -w $WORK/b1231/_pkg_.a # internal
2025-08-20T23:00:17.9022677Z [00:02:40.163]➜  cp $WORK/b1231/_pkg_.a /root/.cache/go-build/db/db12142c136dba911310bc865a61d9005f5269b1e3c81ac05d41ac56390582e8-d # internal
2025-08-20T23:00:17.9024151Z [00:02:40.164]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databrickstoken
2025-08-20T23:00:17.9025474Z [00:02:40.164]➜  mkdir -p $WORK/b1232/
2025-08-20T23:00:17.9029270Z [00:02:40.164]➜  cat >/tmp/go-build2180205415/b1232/importcfg << 'EOF' # internal
2025-08-20T23:00:17.9029915Z [00:02:40.164]➜  # import config
2025-08-20T23:00:17.9031197Z [00:02:40.164]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.9031819Z [00:02:40.164]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:17.9032566Z [00:02:40.164]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.9033529Z [00:02:40.164]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.9035049Z [00:02:40.165]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.9035548Z [00:02:40.165]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:17.9036712Z [00:02:40.165]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.9037165Z [00:02:40.165]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.9037491Z [00:02:40.165]➜  EOF
2025-08-20T23:00:17.9039630Z [00:02:40.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1232/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databrickstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databrickstoken;$WORK/b1232=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databrickstoken -lang=go1.24 -complete -installsuffix shared -buildid 4ClmY8Bc_DllMb0bK-BV/4ClmY8Bc_DllMb0bK-BV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1232/importcfg -pack ./pkg/detectors/databrickstoken/databrickstoken.go
2025-08-20T23:00:17.9109838Z [00:02:40.172]➜  go tool buildid -w $WORK/b1230/_pkg_.a # internal
2025-08-20T23:00:17.9123115Z [00:02:40.173]➜  cp $WORK/b1230/_pkg_.a /root/.cache/go-build/e2/e2cf0fc46516f4fd44cf06923b496e016a0f0cb6327d44cb6c5c4a41fd414790-d # internal
2025-08-20T23:00:17.9127203Z [00:02:40.174]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datadogtoken
2025-08-20T23:00:17.9128614Z [00:02:40.174]➜  mkdir -p $WORK/b1233/
2025-08-20T23:00:17.9138500Z [00:02:40.175]➜  cat >/tmp/go-build2180205415/b1233/importcfg << 'EOF' # internal
2025-08-20T23:00:17.9139074Z [00:02:40.175]➜  # import config
2025-08-20T23:00:17.9139441Z [00:02:40.175]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.9139903Z [00:02:40.175]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:17.9140532Z [00:02:40.175]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.9141298Z [00:02:40.175]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.9142092Z [00:02:40.175]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.9142779Z [00:02:40.175]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.9143284Z [00:02:40.175]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.9143718Z [00:02:40.175]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.9144039Z [00:02:40.175]➜  EOF
2025-08-20T23:00:17.9157219Z [00:02:40.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1233/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datadogtoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datadogtoken;$WORK/b1233=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datadogtoken -lang=go1.24 -complete -installsuffix shared -buildid WC5wg2v9IoSlWs1HqbUK/WC5wg2v9IoSlWs1HqbUK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1233/importcfg -pack ./pkg/detectors/datadogtoken/datadogtoken.go
2025-08-20T23:00:17.9550563Z [00:02:40.216]➜  go tool buildid -w $WORK/b1232/_pkg_.a # internal
2025-08-20T23:00:17.9562715Z [00:02:40.217]➜  cp $WORK/b1232/_pkg_.a /root/.cache/go-build/29/2904161d8f78710af8f598b5ee74bc3702f0d8aac76270ca3e566bb82266c994-d # internal
2025-08-20T23:00:17.9574827Z [00:02:40.218]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datagov
2025-08-20T23:00:17.9575274Z [00:02:40.218]➜  mkdir -p $WORK/b1234/
2025-08-20T23:00:17.9575661Z [00:02:40.218]➜  cat >/tmp/go-build2180205415/b1234/importcfg << 'EOF' # internal
2025-08-20T23:00:17.9576233Z [00:02:40.218]➜  # import config
2025-08-20T23:00:17.9578314Z [00:02:40.218]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.9578749Z [00:02:40.218]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:17.9579344Z [00:02:40.218]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.9580116Z [00:02:40.218]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.9580933Z [00:02:40.218]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.9581626Z [00:02:40.218]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.9582376Z [00:02:40.218]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.9582812Z [00:02:40.218]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.9583128Z [00:02:40.218]➜  EOF
2025-08-20T23:00:17.9585222Z [00:02:40.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1234/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datagov=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datagov;$WORK/b1234=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datagov -lang=go1.24 -complete -installsuffix shared -buildid -pMgb5QkMJz6iir5kR61/-pMgb5QkMJz6iir5kR61 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1234/importcfg -pack ./pkg/detectors/datagov/datagov.go
2025-08-20T23:00:17.9948212Z [00:02:40.256]➜  go tool buildid -w $WORK/b1233/_pkg_.a # internal
2025-08-20T23:00:17.9954440Z [00:02:40.256]➜  cp $WORK/b1233/_pkg_.a /root/.cache/go-build/8c/8c580281123805f1182518aa3ee5f035c42d9beee74035c501b23e671354e43a-d # internal
2025-08-20T23:00:17.9955270Z [00:02:40.256]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepai
2025-08-20T23:00:17.9955651Z [00:02:40.256]➜  mkdir -p $WORK/b1235/
2025-08-20T23:00:17.9956233Z [00:02:40.257]➜  cat >/tmp/go-build2180205415/b1235/importcfg << 'EOF' # internal
2025-08-20T23:00:17.9956612Z [00:02:40.257]➜  # import config
2025-08-20T23:00:17.9956953Z [00:02:40.257]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:17.9957380Z [00:02:40.257]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:17.9957986Z [00:02:40.257]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:17.9958758Z [00:02:40.257]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:17.9959565Z [00:02:40.257]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:17.9960247Z [00:02:40.257]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:17.9960718Z [00:02:40.257]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:17.9961159Z [00:02:40.257]➜  packagefile mime/multipart=/tmp/go-build2180205415/b195/_pkg_.a
2025-08-20T23:00:17.9961611Z [00:02:40.257]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:17.9962040Z [00:02:40.257]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:17.9962353Z [00:02:40.257]➜  EOF
2025-08-20T23:00:17.9964591Z [00:02:40.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1235/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepai;$WORK/b1235=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepai -lang=go1.24 -complete -installsuffix shared -buildid sFvBH63bNI0JVJWk50jY/sFvBH63bNI0JVJWk50jY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1235/importcfg -pack ./pkg/detectors/deepai/deepai.go
2025-08-20T23:00:18.0026985Z [00:02:40.264]➜  go tool buildid -w $WORK/b1234/_pkg_.a # internal
2025-08-20T23:00:18.0042955Z [00:02:40.265]➜  cp $WORK/b1234/_pkg_.a /root/.cache/go-build/4d/4d3c7f61b9712a4084897fc8824b040b68a3d3db83360fc8937aa94f54288b5d-d # internal
2025-08-20T23:00:18.0043734Z [00:02:40.265]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepgram
2025-08-20T23:00:18.0048647Z [00:02:40.265]➜  mkdir -p $WORK/b1236/
2025-08-20T23:00:18.0049876Z [00:02:40.266]➜  cat >/tmp/go-build2180205415/b1236/importcfg << 'EOF' # internal
2025-08-20T23:00:18.0050454Z [00:02:40.266]➜  # import config
2025-08-20T23:00:18.0050824Z [00:02:40.266]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.0051261Z [00:02:40.266]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.0051854Z [00:02:40.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.0052920Z [00:02:40.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.0053722Z [00:02:40.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.0054395Z [00:02:40.266]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.0054886Z [00:02:40.266]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.0055317Z [00:02:40.266]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.0055632Z [00:02:40.266]➜  EOF
2025-08-20T23:00:18.0069404Z [00:02:40.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1236/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepgram=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepgram;$WORK/b1236=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepgram -lang=go1.24 -complete -installsuffix shared -buildid c0n-QZBsQ9zCx5z9fd32/c0n-QZBsQ9zCx5z9fd32 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1236/importcfg -pack ./pkg/detectors/deepgram/deepgram.go
2025-08-20T23:00:18.0520975Z [00:02:40.313]➜  go tool buildid -w $WORK/b1236/_pkg_.a # internal
2025-08-20T23:00:18.0528534Z [00:02:40.314]➜  cp $WORK/b1236/_pkg_.a /root/.cache/go-build/dc/dcb6d5dffcf2128027d94320b64e7dd903ec991a06b824d58034a828e808b46d-d # internal
2025-08-20T23:00:18.0529595Z [00:02:40.314]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepseek
2025-08-20T23:00:18.0530208Z [00:02:40.314]➜  mkdir -p $WORK/b1237/
2025-08-20T23:00:18.0549682Z [00:02:40.316]➜  cat >/tmp/go-build2180205415/b1237/importcfg << 'EOF' # internal
2025-08-20T23:00:18.0550271Z [00:02:40.316]➜  # import config
2025-08-20T23:00:18.0550765Z [00:02:40.316]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.0551350Z [00:02:40.316]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:18.0551911Z [00:02:40.316]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.0552613Z [00:02:40.316]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.0553480Z [00:02:40.316]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.0554386Z [00:02:40.316]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.0555178Z [00:02:40.316]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.0558252Z [00:02:40.316]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:18.0558920Z [00:02:40.316]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.0559310Z [00:02:40.316]➜  EOF
2025-08-20T23:00:18.0561315Z [00:02:40.316]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1237/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepseek=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepseek;$WORK/b1237=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepseek -lang=go1.24 -complete -installsuffix shared -buildid wzqE9dMUwQDZn9YrSSjI/wzqE9dMUwQDZn9YrSSjI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1237/importcfg -pack ./pkg/detectors/deepseek/deepseek.go
2025-08-20T23:00:18.0722042Z [00:02:40.333]➜  go tool buildid -w $WORK/b1235/_pkg_.a # internal
2025-08-20T23:00:18.0731740Z [00:02:40.334]➜  cp $WORK/b1235/_pkg_.a /root/.cache/go-build/a9/a93a04ffd6eac9f4de3b810223ec8c0852b908b94b04f71ee355667ba1504c74-d # internal
2025-08-20T23:00:18.0738722Z [00:02:40.335]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/delighted
2025-08-20T23:00:18.0740211Z [00:02:40.335]➜  mkdir -p $WORK/b1238/
2025-08-20T23:00:18.0741073Z [00:02:40.335]➜  cat >/tmp/go-build2180205415/b1238/importcfg << 'EOF' # internal
2025-08-20T23:00:18.0742236Z [00:02:40.335]➜  # import config
2025-08-20T23:00:18.0742690Z [00:02:40.335]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.0743317Z [00:02:40.335]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:18.0743992Z [00:02:40.335]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.0744776Z [00:02:40.335]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.0745930Z [00:02:40.335]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.0746950Z [00:02:40.335]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.0747829Z [00:02:40.335]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.0748518Z [00:02:40.335]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.0749141Z [00:02:40.335]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.0749517Z [00:02:40.335]➜  EOF
2025-08-20T23:00:18.0751557Z [00:02:40.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1238/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/delighted=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/delighted;$WORK/b1238=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/delighted -lang=go1.24 -complete -installsuffix shared -buildid cj9eFJlSXGU82HELxytS/cj9eFJlSXGU82HELxytS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1238/importcfg -pack ./pkg/detectors/delighted/delighted.go
2025-08-20T23:00:18.1109474Z [00:02:40.372]➜  go tool buildid -w $WORK/b1237/_pkg_.a # internal
2025-08-20T23:00:18.1120550Z [00:02:40.373]➜  cp $WORK/b1237/_pkg_.a /root/.cache/go-build/fd/fdb753284753d1c00e80ecf1781b048061b4bd5304ae4dab292e0aa320db7de6-d # internal
2025-08-20T23:00:18.1126260Z [00:02:40.374]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/demio
2025-08-20T23:00:18.1127198Z [00:02:40.374]➜  mkdir -p $WORK/b1239/
2025-08-20T23:00:18.1127857Z [00:02:40.374]➜  cat >/tmp/go-build2180205415/b1239/importcfg << 'EOF' # internal
2025-08-20T23:00:18.1128376Z [00:02:40.374]➜  # import config
2025-08-20T23:00:18.1128738Z [00:02:40.374]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.1129376Z [00:02:40.374]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.1130175Z [00:02:40.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.1131531Z [00:02:40.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.1132706Z [00:02:40.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.1133596Z [00:02:40.374]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.1134100Z [00:02:40.374]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.1134532Z [00:02:40.374]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.1134847Z [00:02:40.374]➜  EOF
2025-08-20T23:00:18.1136861Z [00:02:40.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1239/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/demio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/demio;$WORK/b1239=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/demio -lang=go1.24 -complete -installsuffix shared -buildid wVePmBGGlyqd1RTNtV5d/wVePmBGGlyqd1RTNtV5d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1239/importcfg -pack ./pkg/detectors/demio/demio.go
2025-08-20T23:00:18.1196949Z [00:02:40.381]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:18.1199896Z [00:02:40.381]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x032.o -c zstd_decompress_block.c
2025-08-20T23:00:18.1301609Z [00:02:40.391]➜  go tool buildid -w $WORK/b1238/_pkg_.a # internal
2025-08-20T23:00:18.1309439Z [00:02:40.392]➜  cp $WORK/b1238/_pkg_.a /root/.cache/go-build/60/607b205bd64a8f1bf22c6701e35454228c1f5cffcafd733b798be461201bacce-d # internal
2025-08-20T23:00:18.1379527Z [00:02:40.399]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deno
2025-08-20T23:00:18.1380361Z [00:02:40.399]➜  mkdir -p $WORK/b1240/
2025-08-20T23:00:18.1382791Z [00:02:40.399]➜  cat >/tmp/go-build2180205415/b1240/importcfg << 'EOF' # internal
2025-08-20T23:00:18.1385972Z [00:02:40.400]➜  # import config
2025-08-20T23:00:18.1386428Z [00:02:40.400]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.1386890Z [00:02:40.400]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:18.1387330Z [00:02:40.400]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.1387927Z [00:02:40.400]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.1388696Z [00:02:40.400]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.1389500Z [00:02:40.400]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.1390188Z [00:02:40.400]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.1390658Z [00:02:40.400]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:18.1391081Z [00:02:40.400]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.1391398Z [00:02:40.400]➜  EOF
2025-08-20T23:00:18.1391640Z [00:02:40.400]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:18.1397844Z [00:02:40.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1240/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deno=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deno;$WORK/b1240=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deno -lang=go1.24 -complete -installsuffix shared -buildid YhwobiKBkwdkX0YxRRF_/YhwobiKBkwdkX0YxRRF_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1240/importcfg -pack ./pkg/detectors/deno/denodeploy.go
2025-08-20T23:00:18.1570094Z [00:02:40.418]➜  go tool buildid -w $WORK/b1239/_pkg_.a # internal
2025-08-20T23:00:18.1580363Z [00:02:40.419]➜  cp $WORK/b1239/_pkg_.a /root/.cache/go-build/27/276d7f1208a0f153dc84db5df6b1e9dd1a39b475f831728dd8d18fb2247e4e23-d # internal
2025-08-20T23:00:18.1589681Z [00:02:40.420]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deputy
2025-08-20T23:00:18.1598590Z [00:02:40.421]➜  mkdir -p $WORK/b1241/
2025-08-20T23:00:18.1617999Z [00:02:40.423]➜  cat >/tmp/go-build2180205415/b1241/importcfg << 'EOF' # internal
2025-08-20T23:00:18.1619004Z [00:02:40.423]➜  # import config
2025-08-20T23:00:18.1619404Z [00:02:40.423]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.1619838Z [00:02:40.423]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.1620458Z [00:02:40.423]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.1621280Z [00:02:40.423]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.1622268Z [00:02:40.423]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.1622764Z [00:02:40.423]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.1623397Z [00:02:40.423]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.1623715Z [00:02:40.423]➜  EOF
2025-08-20T23:00:18.1625654Z [00:02:40.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1241/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deputy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deputy;$WORK/b1241=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deputy -lang=go1.24 -complete -installsuffix shared -buildid t4yh-Av4N_j4jQfHeoZR/t4yh-Av4N_j4jQfHeoZR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1241/importcfg -pack ./pkg/detectors/deputy/deputy.go
2025-08-20T23:00:18.1986979Z [00:02:40.460]➜  go tool buildid -w $WORK/b1240/_pkg_.a # internal
2025-08-20T23:00:18.2004931Z [00:02:40.462]➜  cp $WORK/b1240/_pkg_.a /root/.cache/go-build/6a/6acf289109e1652c64399caf9687c15aa53ad99578de6c93d68b4d8ef9e8f73c-d # internal
2025-08-20T23:00:18.2006696Z [00:02:40.462]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectify
2025-08-20T23:00:18.2007327Z [00:02:40.462]➜  mkdir -p $WORK/b1242/
2025-08-20T23:00:18.2015398Z [00:02:40.463]➜  cat >/tmp/go-build2180205415/b1242/importcfg << 'EOF' # internal
2025-08-20T23:00:18.2015971Z [00:02:40.463]➜  # import config
2025-08-20T23:00:18.2016412Z [00:02:40.463]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.2017031Z [00:02:40.463]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.2017801Z [00:02:40.463]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.2018858Z [00:02:40.463]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.2019614Z [00:02:40.463]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.2020106Z [00:02:40.463]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.2020543Z [00:02:40.463]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.2020853Z [00:02:40.463]➜  EOF
2025-08-20T23:00:18.2022893Z [00:02:40.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1242/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectify;$WORK/b1242=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectify -lang=go1.24 -complete -installsuffix shared -buildid 2dgo2QnFkkJkDVS6cdTT/2dgo2QnFkkJkDVS6cdTT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1242/importcfg -pack ./pkg/detectors/detectify/detectify.go
2025-08-20T23:00:18.2229952Z [00:02:40.484]➜  go tool buildid -w $WORK/b1241/_pkg_.a # internal
2025-08-20T23:00:18.2240804Z [00:02:40.485]➜  cp $WORK/b1241/_pkg_.a /root/.cache/go-build/80/80a8896745d27de8fb6488fd77b570317e9fcc49984b6699a41221bc0dd64885-d # internal
2025-08-20T23:00:18.2241695Z [00:02:40.485]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectlanguage
2025-08-20T23:00:18.2242281Z [00:02:40.485]➜  mkdir -p $WORK/b1243/
2025-08-20T23:00:18.2244407Z [00:02:40.486]➜  cat >/tmp/go-build2180205415/b1243/importcfg << 'EOF' # internal
2025-08-20T23:00:18.2244769Z [00:02:40.486]➜  # import config
2025-08-20T23:00:18.2245109Z [00:02:40.486]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.2245531Z [00:02:40.486]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.2246795Z [00:02:40.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.2247601Z [00:02:40.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.2248682Z [00:02:40.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.2249374Z [00:02:40.486]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.2249867Z [00:02:40.486]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.2250300Z [00:02:40.486]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.2250633Z [00:02:40.486]➜  EOF
2025-08-20T23:00:18.2252771Z [00:02:40.486]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1243/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectlanguage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectlanguage;$WORK/b1243=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectlanguage -lang=go1.24 -complete -installsuffix shared -buildid GA9Ajj8X9UxTOX6-Y8dz/GA9Ajj8X9UxTOX6-Y8dz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1243/importcfg -pack ./pkg/detectors/detectlanguage/detectlanguage.go
2025-08-20T23:00:18.2786020Z [00:02:40.540]➜  go tool buildid -w $WORK/b1242/_pkg_.a # internal
2025-08-20T23:00:18.2795537Z [00:02:40.541]➜  cp $WORK/b1242/_pkg_.a /root/.cache/go-build/fc/fc51040fac5224e6870d8b2f5195878be54ce603bc8d87a232753a8ad5669b5d-d # internal
2025-08-20T23:00:18.2819255Z [00:02:40.543]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dfuse
2025-08-20T23:00:18.2820034Z [00:02:40.543]➜  mkdir -p $WORK/b1244/
2025-08-20T23:00:18.2820760Z [00:02:40.543]➜  cat >/tmp/go-build2180205415/b1244/importcfg << 'EOF' # internal
2025-08-20T23:00:18.2821401Z [00:02:40.543]➜  # import config
2025-08-20T23:00:18.2823131Z [00:02:40.543]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.2823997Z [00:02:40.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.2824869Z [00:02:40.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.2825675Z [00:02:40.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.2826560Z [00:02:40.543]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.2827061Z [00:02:40.543]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.2827493Z [00:02:40.543]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.2827810Z [00:02:40.543]➜  EOF
2025-08-20T23:00:18.2829862Z [00:02:40.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1244/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dfuse=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dfuse;$WORK/b1244=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dfuse -lang=go1.24 -complete -installsuffix shared -buildid ymqQi_E0zOazlCCuXz3Y/ymqQi_E0zOazlCCuXz3Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1244/importcfg -pack ./pkg/detectors/dfuse/dfuse.go
2025-08-20T23:00:18.2869074Z [00:02:40.548]➜  go tool buildid -w $WORK/b1243/_pkg_.a # internal
2025-08-20T23:00:18.2880554Z [00:02:40.549]➜  cp $WORK/b1243/_pkg_.a /root/.cache/go-build/16/16ce0ab2f3ac102013f0cfc72dd555bfd4a0b9545115f6e08745f64608ef3736-d # internal
2025-08-20T23:00:18.2912659Z [00:02:40.552]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diffbot
2025-08-20T23:00:18.2915649Z [00:02:40.553]➜  mkdir -p $WORK/b1245/
2025-08-20T23:00:18.2920747Z [00:02:40.553]➜  cat >/tmp/go-build2180205415/b1245/importcfg << 'EOF' # internal
2025-08-20T23:00:18.2921127Z [00:02:40.553]➜  # import config
2025-08-20T23:00:18.2921475Z [00:02:40.553]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.2921916Z [00:02:40.553]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.2922820Z [00:02:40.553]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.2923595Z [00:02:40.553]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.2924401Z [00:02:40.553]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.2925079Z [00:02:40.553]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.2925552Z [00:02:40.553]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:18.2926201Z [00:02:40.553]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.2926637Z [00:02:40.553]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.2927058Z [00:02:40.553]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:18.2927364Z [00:02:40.553]➜  EOF
2025-08-20T23:00:18.2929326Z [00:02:40.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1245/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diffbot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diffbot;$WORK/b1245=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diffbot -lang=go1.24 -complete -installsuffix shared -buildid y_DNqdgOQ8U-6PiwIp6i/y_DNqdgOQ8U-6PiwIp6i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1245/importcfg -pack ./pkg/detectors/diffbot/diffbot.go
2025-08-20T23:00:18.3332196Z [00:02:40.594]➜  go tool buildid -w $WORK/b1244/_pkg_.a # internal
2025-08-20T23:00:18.3346124Z [00:02:40.596]➜  cp $WORK/b1244/_pkg_.a /root/.cache/go-build/2b/2b65248a03121761812826263826e348359fd52336c16d7d004fff8e23b1e060-d # internal
2025-08-20T23:00:18.3347695Z [00:02:40.596]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diggernaut
2025-08-20T23:00:18.3350404Z [00:02:40.596]➜  mkdir -p $WORK/b1246/
2025-08-20T23:00:18.3372044Z [00:02:40.598]➜  cat >/tmp/go-build2180205415/b1246/importcfg << 'EOF' # internal
2025-08-20T23:00:18.3372990Z [00:02:40.598]➜  # import config
2025-08-20T23:00:18.3376502Z [00:02:40.598]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.3378045Z [00:02:40.598]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.3378668Z [00:02:40.598]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.3379441Z [00:02:40.598]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.3380250Z [00:02:40.598]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.3380933Z [00:02:40.598]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.3381438Z [00:02:40.598]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.3381880Z [00:02:40.598]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.3382460Z [00:02:40.598]➜  EOF
2025-08-20T23:00:18.3384567Z [00:02:40.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1246/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diggernaut=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diggernaut;$WORK/b1246=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diggernaut -lang=go1.24 -complete -installsuffix shared -buildid 62iEIknsb8slOnGoFMOe/62iEIknsb8slOnGoFMOe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1246/importcfg -pack ./pkg/detectors/diggernaut/diggernaut.go
2025-08-20T23:00:18.3495707Z [00:02:40.610]➜  go tool buildid -w $WORK/b1245/_pkg_.a # internal
2025-08-20T23:00:18.3510248Z [00:02:40.612]➜  cp $WORK/b1245/_pkg_.a /root/.cache/go-build/bb/bbb777b7ad3b20b1980381dbccbea77d8a66f64fe1cc93e9b04e5af3893cbcb8-d # internal
2025-08-20T23:00:18.3538179Z [00:02:40.612]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceantoken
2025-08-20T23:00:18.3539093Z [00:02:40.612]➜  mkdir -p $WORK/b1247/
2025-08-20T23:00:18.3544332Z [00:02:40.612]➜  cat >/tmp/go-build2180205415/b1247/importcfg << 'EOF' # internal
2025-08-20T23:00:18.3545396Z [00:02:40.612]➜  # import config
2025-08-20T23:00:18.3546198Z [00:02:40.612]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.3547131Z [00:02:40.612]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.3548000Z [00:02:40.612]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.3549187Z [00:02:40.612]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.3550213Z [00:02:40.612]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.3551378Z [00:02:40.612]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.3552727Z [00:02:40.612]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.3553060Z [00:02:40.612]➜  EOF
2025-08-20T23:00:18.3555283Z [00:02:40.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1247/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceantoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceantoken;$WORK/b1247=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceantoken -lang=go1.24 -complete -installsuffix shared -buildid pqE6jektfTdh9yqN0Adh/pqE6jektfTdh9yqN0Adh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1247/importcfg -pack ./pkg/detectors/digitaloceantoken/digitaloceantoken.go
2025-08-20T23:00:18.3982305Z [00:02:40.659]➜  go tool buildid -w $WORK/b1246/_pkg_.a # internal
2025-08-20T23:00:18.3990735Z [00:02:40.660]➜  go tool buildid -w $WORK/b1247/_pkg_.a # internal
2025-08-20T23:00:18.4004361Z [00:02:40.661]➜  cp $WORK/b1247/_pkg_.a /root/.cache/go-build/83/8341335d7ac191bf00d6cc148930fcd6b7194b2cafc3cd0d3c0d842f21dbf55a-d # internal
2025-08-20T23:00:18.4013669Z [00:02:40.662]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceanv2
2025-08-20T23:00:18.4014661Z [00:02:40.662]➜  mkdir -p $WORK/b1248/
2025-08-20T23:00:18.4016141Z [00:02:40.662]➜  cat >/tmp/go-build2180205415/b1248/importcfg << 'EOF' # internal
2025-08-20T23:00:18.4016867Z [00:02:40.662]➜  # import config
2025-08-20T23:00:18.4017389Z [00:02:40.662]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.4017960Z [00:02:40.662]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:18.4019120Z [00:02:40.662]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.4019737Z [00:02:40.662]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.4020521Z [00:02:40.662]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.4021535Z [00:02:40.662]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.4022275Z [00:02:40.662]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.4022914Z [00:02:40.662]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:18.4023340Z [00:02:40.662]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.4023774Z [00:02:40.662]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.4024092Z [00:02:40.662]➜  EOF
2025-08-20T23:00:18.4028804Z [00:02:40.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1248/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceanv2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceanv2;$WORK/b1248=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceanv2 -lang=go1.24 -complete -installsuffix shared -buildid s3ZlRzoXpSQuiNIuQXw8/s3ZlRzoXpSQuiNIuQXw8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1248/importcfg -pack ./pkg/detectors/digitaloceanv2/digitaloceanv2.go
2025-08-20T23:00:18.4031290Z [00:02:40.662]➜  cp $WORK/b1246/_pkg_.a /root/.cache/go-build/c9/c993fd2238d947985d7b504c92f7f476a6347d96af1722f1fac74c70dbb823a6-d # internal
2025-08-20T23:00:18.4031990Z [00:02:40.663]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordbottoken
2025-08-20T23:00:18.4032396Z [00:02:40.663]➜  mkdir -p $WORK/b1249/
2025-08-20T23:00:18.4040856Z [00:02:40.665]➜  cat >/tmp/go-build2180205415/b1249/importcfg << 'EOF' # internal
2025-08-20T23:00:18.4041236Z [00:02:40.665]➜  # import config
2025-08-20T23:00:18.4041582Z [00:02:40.665]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.4042004Z [00:02:40.665]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.4042609Z [00:02:40.665]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.4043383Z [00:02:40.665]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.4044181Z [00:02:40.665]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.4044858Z [00:02:40.665]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.4045349Z [00:02:40.665]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.4045987Z [00:02:40.665]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.4046382Z [00:02:40.665]➜  EOF
2025-08-20T23:00:18.4057928Z [00:02:40.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1249/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordbottoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordbottoken;$WORK/b1249=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordbottoken -lang=go1.24 -complete -installsuffix shared -buildid h9tjYWIQ6X9-uZ1Cp28T/h9tjYWIQ6X9-uZ1Cp28T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1249/importcfg -pack ./pkg/detectors/discordbottoken/discordbottoken.go
2025-08-20T23:00:18.4527602Z [00:02:40.711]➜  go tool buildid -w $WORK/b1248/_pkg_.a # internal
2025-08-20T23:00:18.4535448Z [00:02:40.715]➜  cp $WORK/b1248/_pkg_.a /root/.cache/go-build/87/87817df3f5fda1561847e8b86d978b3b455739ea8582a2d13abd143b22fe2632-d # internal
2025-08-20T23:00:18.4537769Z [00:02:40.715]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordwebhook
2025-08-20T23:00:18.4540960Z [00:02:40.715]➜  mkdir -p $WORK/b1250/
2025-08-20T23:00:18.4541403Z [00:02:40.715]➜  cat >/tmp/go-build2180205415/b1250/importcfg << 'EOF' # internal
2025-08-20T23:00:18.4542265Z [00:02:40.715]➜  # import config
2025-08-20T23:00:18.4542864Z [00:02:40.715]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.4544157Z [00:02:40.715]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.4545244Z [00:02:40.715]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.4546671Z [00:02:40.715]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.4547660Z [00:02:40.715]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.4548623Z [00:02:40.715]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.4549407Z [00:02:40.715]➜  EOF
2025-08-20T23:00:18.4551803Z [00:02:40.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1250/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordwebhook=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordwebhook;$WORK/b1250=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordwebhook -lang=go1.24 -complete -installsuffix shared -buildid bHAsG03O9Xshh5PZa92B/bHAsG03O9Xshh5PZa92B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1250/importcfg -pack ./pkg/detectors/discordwebhook/discordwebhook.go
2025-08-20T23:00:18.4662959Z [00:02:40.727]➜  go tool buildid -w $WORK/b1249/_pkg_.a # internal
2025-08-20T23:00:18.4673194Z [00:02:40.728]➜  cp $WORK/b1249/_pkg_.a /root/.cache/go-build/d5/d5da2ed21e46832ebb11bba7e4d1cc7088d12d4f7a82ad481272682f8195db5e-d # internal
2025-08-20T23:00:18.4678300Z [00:02:40.729]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/disqus
2025-08-20T23:00:18.4679255Z [00:02:40.729]➜  mkdir -p $WORK/b1251/
2025-08-20T23:00:18.4684556Z [00:02:40.729]➜  cat >/tmp/go-build2180205415/b1251/importcfg << 'EOF' # internal
2025-08-20T23:00:18.4684933Z [00:02:40.729]➜  # import config
2025-08-20T23:00:18.4685281Z [00:02:40.729]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.4686002Z [00:02:40.729]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.4686855Z [00:02:40.729]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.4687665Z [00:02:40.729]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.4688351Z [00:02:40.729]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.4688846Z [00:02:40.729]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.4689278Z [00:02:40.729]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.4689596Z [00:02:40.729]➜  EOF
2025-08-20T23:00:18.4699403Z [00:02:40.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1251/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/disqus=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/disqus;$WORK/b1251=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/disqus -lang=go1.24 -complete -installsuffix shared -buildid iPRe2FjLBslIuoahOBst/iPRe2FjLBslIuoahOBst -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1251/importcfg -pack ./pkg/detectors/disqus/disqus.go
2025-08-20T23:00:18.4856121Z [00:02:40.747]➜  go tool buildid -w $WORK/b1250/_pkg_.a # internal
2025-08-20T23:00:18.4864331Z [00:02:40.748]➜  cp $WORK/b1250/_pkg_.a /root/.cache/go-build/8b/8b5b48411265e8188e243c7603dc72253d2958be34b95a14f294b31d43ccab07-d # internal
2025-08-20T23:00:18.4865750Z [00:02:40.748]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ditto
2025-08-20T23:00:18.4867471Z [00:02:40.748]➜  mkdir -p $WORK/b1252/
2025-08-20T23:00:18.4868177Z [00:02:40.748]➜  cat >/tmp/go-build2180205415/b1252/importcfg << 'EOF' # internal
2025-08-20T23:00:18.4869348Z [00:02:40.748]➜  # import config
2025-08-20T23:00:18.4870283Z [00:02:40.748]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.4871841Z [00:02:40.748]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.4873565Z [00:02:40.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.4874509Z [00:02:40.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.4875313Z [00:02:40.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.4876142Z [00:02:40.748]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.4876646Z [00:02:40.748]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.4877082Z [00:02:40.748]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.4877401Z [00:02:40.748]➜  EOF
2025-08-20T23:00:18.4879338Z [00:02:40.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1252/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ditto=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ditto;$WORK/b1252=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ditto -lang=go1.24 -complete -installsuffix shared -buildid -xydmi9sUsGcDi7wvvBM/-xydmi9sUsGcDi7wvvBM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1252/importcfg -pack ./pkg/detectors/ditto/ditto.go
2025-08-20T23:00:18.5230265Z [00:02:40.784]➜  go tool buildid -w $WORK/b1252/_pkg_.a # internal
2025-08-20T23:00:18.5232361Z [00:02:40.784]➜  cp $WORK/b1252/_pkg_.a /root/.cache/go-build/7b/7bf169e8ad2b9b377599fb3d707929bd7af082fd84b7f11c819e52185776bb44-d # internal
2025-08-20T23:00:18.5233977Z [00:02:40.784]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dnscheck
2025-08-20T23:00:18.5234666Z [00:02:40.784]➜  mkdir -p $WORK/b1253/
2025-08-20T23:00:18.5235256Z [00:02:40.784]➜  cat >/tmp/go-build2180205415/b1253/importcfg << 'EOF' # internal
2025-08-20T23:00:18.5235866Z [00:02:40.784]➜  # import config
2025-08-20T23:00:18.5236426Z [00:02:40.784]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.5237184Z [00:02:40.784]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.5238103Z [00:02:40.784]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.5239084Z [00:02:40.784]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.5240960Z [00:02:40.784]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.5241539Z [00:02:40.784]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.5241976Z [00:02:40.784]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.5242295Z [00:02:40.784]➜  EOF
2025-08-20T23:00:18.5244521Z [00:02:40.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1253/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dnscheck=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dnscheck;$WORK/b1253=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dnscheck -lang=go1.24 -complete -installsuffix shared -buildid tT2BqXkipZSFhQRDzQwn/tT2BqXkipZSFhQRDzQwn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1253/importcfg -pack ./pkg/detectors/dnscheck/dnscheck.go
2025-08-20T23:00:18.5247711Z [00:02:40.786]➜  go tool buildid -w $WORK/b1251/_pkg_.a # internal
2025-08-20T23:00:18.5275335Z [00:02:40.789]➜  cp $WORK/b1251/_pkg_.a /root/.cache/go-build/d9/d92a0941b3179a89d773f3a69c8028594e2c6c092b9fdb113b720c500cbefc34-d # internal
2025-08-20T23:00:18.5278214Z [00:02:40.789]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docker
2025-08-20T23:00:18.5278996Z [00:02:40.789]➜  mkdir -p $WORK/b1254/
2025-08-20T23:00:18.5279726Z [00:02:40.789]➜  cat >/tmp/go-build2180205415/b1254/importcfg << 'EOF' # internal
2025-08-20T23:00:18.5280150Z [00:02:40.789]➜  # import config
2025-08-20T23:00:18.5281374Z [00:02:40.789]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.5282052Z [00:02:40.789]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:18.5282732Z [00:02:40.789]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:18.5283173Z [00:02:40.789]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.5283646Z [00:02:40.789]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T23:00:18.5284302Z [00:02:40.789]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.5285061Z [00:02:40.789]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:18.5285932Z [00:02:40.789]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.5286936Z [00:02:40.789]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.5287615Z [00:02:40.789]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.5288092Z [00:02:40.789]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:18.5288511Z [00:02:40.789]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.5288939Z [00:02:40.789]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:18.5289364Z [00:02:40.789]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.5289676Z [00:02:40.789]➜  EOF
2025-08-20T23:00:18.5291686Z [00:02:40.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1254/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docker=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docker;$WORK/b1254=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docker -lang=go1.24 -complete -installsuffix shared -buildid dzBTHUQqGhIuSlSLl57q/dzBTHUQqGhIuSlSLl57q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1254/importcfg -pack ./pkg/detectors/docker/docker_auth_config.go
2025-08-20T23:00:18.5687195Z [00:02:40.830]➜  go tool buildid -w $WORK/b1253/_pkg_.a # internal
2025-08-20T23:00:18.5697088Z [00:02:40.831]➜  cp $WORK/b1253/_pkg_.a /root/.cache/go-build/95/95f3b8aa96bb2f42a7d11f63d3629ebd9be9532871993a0370c1a652ca8bcfc4-d # internal
2025-08-20T23:00:18.5700298Z [00:02:40.831]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v1
2025-08-20T23:00:18.5700960Z [00:02:40.831]➜  mkdir -p $WORK/b1255/
2025-08-20T23:00:18.5705484Z [00:02:40.832]➜  cat >/tmp/go-build2180205415/b1255/importcfg << 'EOF' # internal
2025-08-20T23:00:18.5706480Z [00:02:40.832]➜  # import config
2025-08-20T23:00:18.5706845Z [00:02:40.832]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.5707567Z [00:02:40.832]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:18.5708091Z [00:02:40.832]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.5708590Z [00:02:40.832]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build2180205415/b274/_pkg_.a
2025-08-20T23:00:18.5709275Z [00:02:40.832]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.5710039Z [00:02:40.832]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.5710837Z [00:02:40.832]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.5711520Z [00:02:40.832]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.5711987Z [00:02:40.832]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:18.5712410Z [00:02:40.832]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.5712963Z [00:02:40.832]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.5713389Z [00:02:40.832]➜  EOF
2025-08-20T23:00:18.5715515Z [00:02:40.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1255/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v1;$WORK/b1255=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v1 -lang=go1.24 -complete -installsuffix shared -buildid rrbkG-EOSlISd81iaOxT/rrbkG-EOSlISd81iaOxT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1255/importcfg -pack ./pkg/detectors/dockerhub/v1/dockerhub.go
2025-08-20T23:00:18.5846203Z [00:02:40.846]➜  go tool buildid -w $WORK/b1254/_pkg_.a # internal
2025-08-20T23:00:18.5862883Z [00:02:40.847]➜  cp $WORK/b1254/_pkg_.a /root/.cache/go-build/8b/8b92627aaae68ef978c99e6a7e3c8741e3c2820aa870964b8ee1302e8494b9b3-d # internal
2025-08-20T23:00:18.5863987Z [00:02:40.847]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v2
2025-08-20T23:00:18.5864413Z [00:02:40.847]➜  mkdir -p $WORK/b1256/
2025-08-20T23:00:18.5870043Z [00:02:40.848]➜  cat >/tmp/go-build2180205415/b1256/importcfg << 'EOF' # internal
2025-08-20T23:00:18.5870463Z [00:02:40.848]➜  # import config
2025-08-20T23:00:18.5870812Z [00:02:40.848]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.5871262Z [00:02:40.848]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:18.5871702Z [00:02:40.848]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.5872200Z [00:02:40.848]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build2180205415/b274/_pkg_.a
2025-08-20T23:00:18.5872875Z [00:02:40.848]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.5873650Z [00:02:40.848]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.5874460Z [00:02:40.848]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.5875151Z [00:02:40.848]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.5875624Z [00:02:40.848]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:18.5876235Z [00:02:40.848]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.5876675Z [00:02:40.848]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.5876991Z [00:02:40.848]➜  EOF
2025-08-20T23:00:18.5879374Z [00:02:40.848]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1256/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v2;$WORK/b1256=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v2 -lang=go1.24 -complete -installsuffix shared -buildid EV77R42-KL5v5aRgXtcC/EV77R42-KL5v5aRgXtcC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1256/importcfg -pack ./pkg/detectors/dockerhub/v2/dockerhub.go
2025-08-20T23:00:18.6246616Z [00:02:40.886]➜  go tool buildid -w $WORK/b1255/_pkg_.a # internal
2025-08-20T23:00:18.6263371Z [00:02:40.887]➜  cp $WORK/b1255/_pkg_.a /root/.cache/go-build/97/9766011fd7b7134d6482e38748d09e2a46725ed20ec85471e1482fc7e8867ff2-d # internal
2025-08-20T23:00:18.6264863Z [00:02:40.887]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docparser
2025-08-20T23:00:18.6265734Z [00:02:40.888]➜  mkdir -p $WORK/b1257/
2025-08-20T23:00:18.6268422Z [00:02:40.888]➜  cat >/tmp/go-build2180205415/b1257/importcfg << 'EOF' # internal
2025-08-20T23:00:18.6268831Z [00:02:40.888]➜  # import config
2025-08-20T23:00:18.6269186Z [00:02:40.888]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.6269643Z [00:02:40.888]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.6270523Z [00:02:40.888]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.6271362Z [00:02:40.888]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.6272353Z [00:02:40.888]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.6273039Z [00:02:40.888]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.6273532Z [00:02:40.888]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.6273965Z [00:02:40.888]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.6274278Z [00:02:40.888]➜  EOF
2025-08-20T23:00:18.6276528Z [00:02:40.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1257/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docparser=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docparser;$WORK/b1257=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docparser -lang=go1.24 -complete -installsuffix shared -buildid 6cxglfypSdQ5Yr85l1R6/6cxglfypSdQ5Yr85l1R6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1257/importcfg -pack ./pkg/detectors/docparser/docparser.go
2025-08-20T23:00:18.6470739Z [00:02:40.908]➜  go tool buildid -w $WORK/b1256/_pkg_.a # internal
2025-08-20T23:00:18.6484100Z [00:02:40.909]➜  cp $WORK/b1256/_pkg_.a /root/.cache/go-build/a8/a868e8eb41f2b0ec93ea9217d873ca7e7d177347e8aa16a8ee9f002c1c955c15-d # internal
2025-08-20T23:00:18.6484823Z [00:02:40.910]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/documo
2025-08-20T23:00:18.6485212Z [00:02:40.910]➜  mkdir -p $WORK/b1258/
2025-08-20T23:00:18.6488442Z [00:02:40.910]➜  cat >/tmp/go-build2180205415/b1258/importcfg << 'EOF' # internal
2025-08-20T23:00:18.6488912Z [00:02:40.910]➜  # import config
2025-08-20T23:00:18.6489473Z [00:02:40.910]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.6489933Z [00:02:40.910]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.6490531Z [00:02:40.910]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.6491308Z [00:02:40.910]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.6492104Z [00:02:40.910]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.6492786Z [00:02:40.910]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.6493282Z [00:02:40.910]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.6493716Z [00:02:40.910]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.6494327Z [00:02:40.910]➜  EOF
2025-08-20T23:00:18.6496444Z [00:02:40.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1258/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/documo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/documo;$WORK/b1258=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/documo -lang=go1.24 -complete -installsuffix shared -buildid O45gjDax6Gyp-V7K1Pp1/O45gjDax6Gyp-V7K1Pp1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1258/importcfg -pack ./pkg/detectors/documo/documo.go
2025-08-20T23:00:18.6631906Z [00:02:40.924]➜  go tool buildid -w $WORK/b1257/_pkg_.a # internal
2025-08-20T23:00:18.6641724Z [00:02:40.925]➜  cp $WORK/b1257/_pkg_.a /root/.cache/go-build/bf/bf257705388b67c7556861de1866d5db523c55f74bdd96a426074c424edea231-d # internal
2025-08-20T23:00:18.6642789Z [00:02:40.925]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docusign
2025-08-20T23:00:18.6657104Z [00:02:40.926]➜  mkdir -p $WORK/b1259/
2025-08-20T23:00:18.6657575Z [00:02:40.926]➜  cat >/tmp/go-build2180205415/b1259/importcfg << 'EOF' # internal
2025-08-20T23:00:18.6658206Z [00:02:40.926]➜  # import config
2025-08-20T23:00:18.6658629Z [00:02:40.926]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.6659095Z [00:02:40.926]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:18.6659746Z [00:02:40.926]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.6660242Z [00:02:40.926]➜  packagefile github.com/go-errors/errors=/tmp/go-build2180205415/b801/_pkg_.a
2025-08-20T23:00:18.6660909Z [00:02:40.926]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.6661672Z [00:02:40.926]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.6662465Z [00:02:40.926]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.6663149Z [00:02:40.926]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.6663830Z [00:02:40.926]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.6664267Z [00:02:40.926]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.6664587Z [00:02:40.926]➜  EOF
2025-08-20T23:00:18.6666715Z [00:02:40.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1259/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docusign=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docusign;$WORK/b1259=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docusign -lang=go1.24 -complete -installsuffix shared -buildid fNuhbDZkbL1IJe1jdkq6/fNuhbDZkbL1IJe1jdkq6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1259/importcfg -pack ./pkg/detectors/docusign/docusign.go
2025-08-20T23:00:18.7051577Z [00:02:40.966]➜  go tool buildid -w $WORK/b1259/_pkg_.a # internal
2025-08-20T23:00:18.7052389Z [00:02:40.966]➜  cp $WORK/b1259/_pkg_.a /root/.cache/go-build/68/68ef81e7dbb09dab7b6801bcf5886a4145136a60ded81e19d6d3c8156c203b81-d # internal
2025-08-20T23:00:18.7053086Z [00:02:40.966]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/doppler
2025-08-20T23:00:18.7053492Z [00:02:40.966]➜  mkdir -p $WORK/b1260/
2025-08-20T23:00:18.7053868Z [00:02:40.966]➜  cat >/tmp/go-build2180205415/b1260/importcfg << 'EOF' # internal
2025-08-20T23:00:18.7054215Z [00:02:40.966]➜  # import config
2025-08-20T23:00:18.7054557Z [00:02:40.966]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.7055013Z [00:02:40.966]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:18.7055447Z [00:02:40.966]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.7056183Z [00:02:40.966]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.7057286Z [00:02:40.966]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.7058209Z [00:02:40.966]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.7058914Z [00:02:40.966]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.7059412Z [00:02:40.966]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.7059843Z [00:02:40.966]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.7060185Z [00:02:40.966]➜  EOF
2025-08-20T23:00:18.7062283Z [00:02:40.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1260/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/doppler=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/doppler;$WORK/b1260=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/doppler -lang=go1.24 -complete -installsuffix shared -buildid 2kB-kOQd4CBXZ2iS3nKL/2kB-kOQd4CBXZ2iS3nKL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1260/importcfg -pack ./pkg/detectors/doppler/doppler.go
2025-08-20T23:00:18.7092365Z [00:02:40.970]➜  go tool buildid -w $WORK/b1258/_pkg_.a # internal
2025-08-20T23:00:18.7101430Z [00:02:40.971]➜  cp $WORK/b1258/_pkg_.a /root/.cache/go-build/78/78f79c9cbb3eabae25a5a00e0f54871e7600580a9ab7f2306047fa73b27f1a2d-d # internal
2025-08-20T23:00:18.7126406Z [00:02:40.973]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dotdigital
2025-08-20T23:00:18.7127542Z [00:02:40.973]➜  mkdir -p $WORK/b1261/
2025-08-20T23:00:18.7128579Z [00:02:40.974]➜  cat >/tmp/go-build2180205415/b1261/importcfg << 'EOF' # internal
2025-08-20T23:00:18.7128982Z [00:02:40.974]➜  # import config
2025-08-20T23:00:18.7129336Z [00:02:40.974]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.7129767Z [00:02:40.974]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.7130392Z [00:02:40.974]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.7131503Z [00:02:40.974]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.7132308Z [00:02:40.974]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.7133000Z [00:02:40.974]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.7133472Z [00:02:40.974]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:18.7133891Z [00:02:40.974]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.7134315Z [00:02:40.974]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:18.7134622Z [00:02:40.974]➜  EOF
2025-08-20T23:00:18.7136848Z [00:02:40.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1261/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dotdigital=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dotdigital;$WORK/b1261=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dotdigital -lang=go1.24 -complete -installsuffix shared -buildid piAC6-5H3t3JhrCjuD6E/piAC6-5H3t3JhrCjuD6E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1261/importcfg -pack ./pkg/detectors/dotdigital/dotdigital.go
2025-08-20T23:00:18.7174711Z [00:02:40.978]➜  go tool buildid -w $WORK/b1196/_pkg_.a # internal
2025-08-20T23:00:18.7417315Z [00:02:41.002]➜  go tool buildid -w $WORK/b1260/_pkg_.a # internal
2025-08-20T23:00:18.7419009Z [00:02:41.003]➜  cp $WORK/b1260/_pkg_.a /root/.cache/go-build/7f/7f4423ed26aff2ec867add6b8e12956013b847796f99521064fa8ba929489086-d # internal
2025-08-20T23:00:18.7421327Z [00:02:41.003]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dovico
2025-08-20T23:00:18.7421724Z [00:02:41.003]➜  mkdir -p $WORK/b1262/
2025-08-20T23:00:18.7425332Z [00:02:41.004]➜  cat >/tmp/go-build2180205415/b1262/importcfg << 'EOF' # internal
2025-08-20T23:00:18.7426584Z [00:02:41.004]➜  # import config
2025-08-20T23:00:18.7426962Z [00:02:41.004]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.7427389Z [00:02:41.004]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.7427999Z [00:02:41.004]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.7428776Z [00:02:41.004]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.7429577Z [00:02:41.004]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.7430263Z [00:02:41.004]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.7430740Z [00:02:41.004]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:18.7431166Z [00:02:41.004]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.7431495Z [00:02:41.004]➜  EOF
2025-08-20T23:00:18.7433639Z [00:02:41.004]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1262/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dovico=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dovico;$WORK/b1262=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dovico -lang=go1.24 -complete -installsuffix shared -buildid ylnil4yVREJglmaS7fi-/ylnil4yVREJglmaS7fi- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1262/importcfg -pack ./pkg/detectors/dovico/dovico.go
2025-08-20T23:00:18.7621413Z [00:02:41.023]➜  go tool buildid -w $WORK/b1261/_pkg_.a # internal
2025-08-20T23:00:18.7635414Z [00:02:41.024]➜  cp $WORK/b1261/_pkg_.a /root/.cache/go-build/c7/c7bd99d75934070569bd7a6473a392b0220aba041f85b16f3ade7e58d73bb787-d # internal
2025-08-20T23:00:18.7636295Z [00:02:41.024]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dronahq
2025-08-20T23:00:18.7636714Z [00:02:41.024]➜  mkdir -p $WORK/b1263/
2025-08-20T23:00:18.7637457Z [00:02:41.025]➜  cat >/tmp/go-build2180205415/b1263/importcfg << 'EOF' # internal
2025-08-20T23:00:18.7637859Z [00:02:41.025]➜  # import config
2025-08-20T23:00:18.7638208Z [00:02:41.025]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.7638642Z [00:02:41.025]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.7639263Z [00:02:41.025]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.7640041Z [00:02:41.025]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.7640838Z [00:02:41.025]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.7641537Z [00:02:41.025]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.7642034Z [00:02:41.025]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.7642482Z [00:02:41.025]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.7642801Z [00:02:41.025]➜  EOF
2025-08-20T23:00:18.7644748Z [00:02:41.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1263/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dronahq=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dronahq;$WORK/b1263=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dronahq -lang=go1.24 -complete -installsuffix shared -buildid LC-3OZmdJLa-V_ejxMv2/LC-3OZmdJLa-V_ejxMv2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1263/importcfg -pack ./pkg/detectors/dronahq/dronahq.go
2025-08-20T23:00:18.7708423Z [00:02:41.030]➜  cp $WORK/b1196/_pkg_.a /root/.cache/go-build/3e/3edb80c968824ce273752480b4a805930fea009cdb459576e822a10cfa990a07-d # internal
2025-08-20T23:00:18.7717909Z [00:02:41.033]➜  github.com/couchbase/gocb/v2
2025-08-20T23:00:18.7721241Z [00:02:41.033]➜  mkdir -p $WORK/b1192/
2025-08-20T23:00:18.7732428Z [00:02:41.034]➜  cat >/tmp/go-build2180205415/b1192/importcfg << 'EOF' # internal
2025-08-20T23:00:18.7734992Z [00:02:41.034]➜  # import config
2025-08-20T23:00:18.7735349Z [00:02:41.034]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:18.7735996Z [00:02:41.034]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.7736510Z [00:02:41.034]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:18.7736971Z [00:02:41.034]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:18.7737424Z [00:02:41.034]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:18.7737929Z [00:02:41.034]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:18.7738370Z [00:02:41.034]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:18.7738792Z [00:02:41.034]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.7739330Z [00:02:41.034]➜  packagefile github.com/couchbase/gocb/v2/search=/tmp/go-build2180205415/b1193/_pkg_.a
2025-08-20T23:00:18.7739956Z [00:02:41.034]➜  packagefile github.com/couchbase/gocb/v2/vector=/tmp/go-build2180205415/b1195/_pkg_.a
2025-08-20T23:00:18.7740929Z [00:02:41.034]➜  packagefile github.com/couchbase/gocbcore/v10=/tmp/go-build2180205415/b1196/_pkg_.a
2025-08-20T23:00:18.7741567Z [00:02:41.034]➜  packagefile github.com/couchbase/gocbcore/v10/memd=/tmp/go-build2180205415/b1198/_pkg_.a
2025-08-20T23:00:18.7742191Z [00:02:41.034]➜  packagefile github.com/couchbase/gocbcoreps=/tmp/go-build2180205415/b1202/_pkg_.a
2025-08-20T23:00:18.7742915Z [00:02:41.034]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_bucket_v1=/tmp/go-build2180205415/b1203/_pkg_.a
2025-08-20T23:00:18.7743754Z [00:02:41.034]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_collection_v1=/tmp/go-build2180205415/b1205/_pkg_.a
2025-08-20T23:00:18.7744593Z [00:02:41.034]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_query_v1=/tmp/go-build2180205415/b1206/_pkg_.a
2025-08-20T23:00:18.7745599Z [00:02:41.034]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_search_v1=/tmp/go-build2180205415/b1207/_pkg_.a
2025-08-20T23:00:18.7746584Z [00:02:41.034]➜  packagefile github.com/couchbase/goprotostellar/genproto/kv_v1=/tmp/go-build2180205415/b1204/_pkg_.a
2025-08-20T23:00:18.7747352Z [00:02:41.034]➜  packagefile github.com/couchbase/goprotostellar/genproto/query_v1=/tmp/go-build2180205415/b1209/_pkg_.a
2025-08-20T23:00:18.7748127Z [00:02:41.034]➜  packagefile github.com/couchbase/goprotostellar/genproto/search_v1=/tmp/go-build2180205415/b1194/_pkg_.a
2025-08-20T23:00:18.7748841Z [00:02:41.034]➜  packagefile github.com/couchbaselabs/gocbconnstr/v2=/tmp/go-build2180205415/b1214/_pkg_.a
2025-08-20T23:00:18.7749443Z [00:02:41.034]➜  packagefile github.com/golang/snappy=/tmp/go-build2180205415/b1200/_pkg_.a
2025-08-20T23:00:18.7749986Z [00:02:41.034]➜  packagefile github.com/google/uuid=/tmp/go-build2180205415/b277/_pkg_.a
2025-08-20T23:00:18.7750555Z [00:02:41.034]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2180205415/b533/_pkg_.a
2025-08-20T23:00:18.7751135Z [00:02:41.034]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T23:00:18.7751660Z [00:02:41.034]➜  packagefile go.uber.org/zap=/tmp/go-build2180205415/b250/_pkg_.a
2025-08-20T23:00:18.7752161Z [00:02:41.034]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build2180205415/b254/_pkg_.a
2025-08-20T23:00:18.7752807Z [00:02:41.034]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build2180205415/b440/_pkg_.a
2025-08-20T23:00:18.7753440Z [00:02:41.034]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:18.7753990Z [00:02:41.034]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:18.7754716Z [00:02:41.034]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:18.7755505Z [00:02:41.034]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:18.7758092Z [00:02:41.034]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:18.7758512Z [00:02:41.034]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:18.7758915Z [00:02:41.034]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:18.7759341Z [00:02:41.034]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:18.7759772Z [00:02:41.034]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:18.7760185Z [00:02:41.034]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:18.7760600Z [00:02:41.034]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:18.7761024Z [00:02:41.034]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.7761445Z [00:02:41.034]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:18.7761888Z [00:02:41.034]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:18.7762316Z [00:02:41.034]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:18.7762853Z [00:02:41.034]➜  EOF
2025-08-20T23:00:18.7803064Z [00:02:41.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1192/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1=>github.com/couchbase/gocb/v2@v2.10.1;$WORK/b1192=>" -p github.com/couchbase/gocb/v2 -lang=go1.21 -complete -installsuffix shared -buildid oz2hglNY3-dd47JePMW2/oz2hglNY3-dd47JePMW2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1192/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:00:18.7884056Z [00:02:41.048]➜  go tool buildid -w $WORK/b1262/_pkg_.a # internal
2025-08-20T23:00:18.7888168Z [00:02:41.050]➜  cp $WORK/b1262/_pkg_.a /root/.cache/go-build/9b/9b54986cac4b5d2b84f30124bafcbfc00aed9be37259e56a4bbe80ca2a455ca6-d # internal
2025-08-20T23:00:18.7924486Z [00:02:41.053]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/droneci
2025-08-20T23:00:18.7932670Z [00:02:41.053]➜  mkdir -p $WORK/b1264/
2025-08-20T23:00:18.7933069Z [00:02:41.054]➜  cat >/tmp/go-build2180205415/b1264/importcfg << 'EOF' # internal
2025-08-20T23:00:18.7933427Z [00:02:41.054]➜  # import config
2025-08-20T23:00:18.7933775Z [00:02:41.054]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.7934201Z [00:02:41.054]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.7934797Z [00:02:41.054]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.7935581Z [00:02:41.054]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.7936578Z [00:02:41.054]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.7937602Z [00:02:41.054]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.7938096Z [00:02:41.054]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.7938525Z [00:02:41.054]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.7938844Z [00:02:41.054]➜  EOF
2025-08-20T23:00:18.7940824Z [00:02:41.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1264/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/droneci=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/droneci;$WORK/b1264=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/droneci -lang=go1.24 -complete -installsuffix shared -buildid Ux0AOFnbHmEkmofRSV8w/Ux0AOFnbHmEkmofRSV8w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1264/importcfg -pack ./pkg/detectors/droneci/droneci.go
2025-08-20T23:00:18.8021399Z [00:02:41.063]➜  go tool buildid -w $WORK/b1263/_pkg_.a # internal
2025-08-20T23:00:18.8029589Z [00:02:41.064]➜  cp $WORK/b1263/_pkg_.a /root/.cache/go-build/5c/5c7351af78ca18949f31442ebd76082c7a2be9bd22c64f5f94abfca82059bc2d-d # internal
2025-08-20T23:00:18.8034770Z [00:02:41.064]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dropbox
2025-08-20T23:00:18.8035171Z [00:02:41.064]➜  mkdir -p $WORK/b1265/
2025-08-20T23:00:18.8051500Z [00:02:41.066]➜  cat >/tmp/go-build2180205415/b1265/importcfg << 'EOF' # internal
2025-08-20T23:00:18.8052214Z [00:02:41.066]➜  # import config
2025-08-20T23:00:18.8053227Z [00:02:41.066]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.8053974Z [00:02:41.066]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.8054697Z [00:02:41.066]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.8055492Z [00:02:41.066]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.8058956Z [00:02:41.066]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.8060007Z [00:02:41.066]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.8061472Z [00:02:41.066]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:18.8061959Z [00:02:41.066]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.8062397Z [00:02:41.066]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.8062711Z [00:02:41.066]➜  EOF
2025-08-20T23:00:18.8064952Z [00:02:41.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1265/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dropbox=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dropbox;$WORK/b1265=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dropbox -lang=go1.24 -complete -installsuffix shared -buildid HkiUOkjK6WKXgkskWHOj/HkiUOkjK6WKXgkskWHOj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1265/importcfg -pack ./pkg/detectors/dropbox/dropbox.go
2025-08-20T23:00:18.8122052Z [00:02:41.073]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:18.8124384Z [00:02:41.073]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x033.o -c zstd_double_fast.c
2025-08-20T23:00:18.8357852Z [00:02:41.097]➜  go tool buildid -w $WORK/b1264/_pkg_.a # internal
2025-08-20T23:00:18.8368051Z [00:02:41.098]➜  cp $WORK/b1264/_pkg_.a /root/.cache/go-build/6e/6e444e632b996777967fce00a36abac4f1a932996aa4669d5d833b8bf5526a5f-d # internal
2025-08-20T23:00:18.8370324Z [00:02:41.098]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/duply
2025-08-20T23:00:18.8397452Z [00:02:41.098]➜  mkdir -p $WORK/b1266/
2025-08-20T23:00:18.8398275Z [00:02:41.098]➜  cat >/tmp/go-build2180205415/b1266/importcfg << 'EOF' # internal
2025-08-20T23:00:18.8399103Z [00:02:41.098]➜  # import config
2025-08-20T23:00:18.8399507Z [00:02:41.098]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.8400141Z [00:02:41.098]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.8400917Z [00:02:41.098]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.8401737Z [00:02:41.098]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.8402430Z [00:02:41.098]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.8402922Z [00:02:41.098]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.8403365Z [00:02:41.098]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.8403787Z [00:02:41.098]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:18.8404092Z [00:02:41.098]➜  EOF
2025-08-20T23:00:18.8404338Z [00:02:41.098]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:18.8406469Z [00:02:41.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1266/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/duply=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/duply;$WORK/b1266=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/duply -lang=go1.24 -complete -installsuffix shared -buildid IV2Jgc9KfbpfJVl2hfid/IV2Jgc9KfbpfJVl2hfid -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1266/importcfg -pack ./pkg/detectors/duply/duply.go
2025-08-20T23:00:18.8517010Z [00:02:41.113]➜  go tool buildid -w $WORK/b1265/_pkg_.a # internal
2025-08-20T23:00:18.8523658Z [00:02:41.113]➜  cp $WORK/b1265/_pkg_.a /root/.cache/go-build/33/33f5377872823ac46dac9527f58afdd723f198db7a99763de846cbaa0d9a4e92-d # internal
2025-08-20T23:00:18.8534169Z [00:02:41.114]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dwolla
2025-08-20T23:00:18.8537937Z [00:02:41.114]➜  mkdir -p $WORK/b1267/
2025-08-20T23:00:18.8538356Z [00:02:41.114]➜  cat >/tmp/go-build2180205415/b1267/importcfg << 'EOF' # internal
2025-08-20T23:00:18.8538715Z [00:02:41.114]➜  # import config
2025-08-20T23:00:18.8539064Z [00:02:41.114]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.8539529Z [00:02:41.114]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:18.8540221Z [00:02:41.114]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.8541003Z [00:02:41.114]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.8541850Z [00:02:41.114]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.8557262Z [00:02:41.114]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.8558130Z [00:02:41.114]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.8558620Z [00:02:41.114]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:18.8559040Z [00:02:41.114]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.8559468Z [00:02:41.114]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.8559784Z [00:02:41.114]➜  EOF
2025-08-20T23:00:18.8561750Z [00:02:41.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1267/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dwolla=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dwolla;$WORK/b1267=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dwolla -lang=go1.24 -complete -installsuffix shared -buildid 6NKsrv0ul3sGxMso5gv1/6NKsrv0ul3sGxMso5gv1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1267/importcfg -pack ./pkg/detectors/dwolla/dwolla.go
2025-08-20T23:00:18.8763156Z [00:02:41.137]➜  go tool buildid -w $WORK/b1266/_pkg_.a # internal
2025-08-20T23:00:18.8775247Z [00:02:41.138]➜  cp $WORK/b1266/_pkg_.a /root/.cache/go-build/38/381e4c841e33d9af53a73ca486bf929520c45d27590ff2c8a852868577aa3158-d # internal
2025-08-20T23:00:18.8776223Z [00:02:41.138]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dynalist
2025-08-20T23:00:18.8776628Z [00:02:41.138]➜  mkdir -p $WORK/b1268/
2025-08-20T23:00:18.8777030Z [00:02:41.138]➜  cat >/tmp/go-build2180205415/b1268/importcfg << 'EOF' # internal
2025-08-20T23:00:18.8777389Z [00:02:41.138]➜  # import config
2025-08-20T23:00:18.8777738Z [00:02:41.138]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.8778157Z [00:02:41.138]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.8778761Z [00:02:41.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.8779523Z [00:02:41.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.8780322Z [00:02:41.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.8781001Z [00:02:41.138]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.8781479Z [00:02:41.138]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:18.8781906Z [00:02:41.138]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.8782347Z [00:02:41.138]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.8782670Z [00:02:41.138]➜  EOF
2025-08-20T23:00:18.8784665Z [00:02:41.138]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1268/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dynalist=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dynalist;$WORK/b1268=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dynalist -lang=go1.24 -complete -installsuffix shared -buildid mgrNbnueeSQuduoMaysS/mgrNbnueeSQuduoMaysS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1268/importcfg -pack ./pkg/detectors/dynalist/dynalist.go
2025-08-20T23:00:18.8925958Z [00:02:41.153]➜  go tool buildid -w $WORK/b1267/_pkg_.a # internal
2025-08-20T23:00:18.8947919Z [00:02:41.155]➜  cp $WORK/b1267/_pkg_.a /root/.cache/go-build/23/237f4de1938d4bf409550f03ce88994a6e9b7e3fb8ac563cc0921440fe4f880b-d # internal
2025-08-20T23:00:18.8948999Z [00:02:41.155]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dyspatch
2025-08-20T23:00:18.8949629Z [00:02:41.155]➜  mkdir -p $WORK/b1269/
2025-08-20T23:00:18.8950126Z [00:02:41.155]➜  cat >/tmp/go-build2180205415/b1269/importcfg << 'EOF' # internal
2025-08-20T23:00:18.8950489Z [00:02:41.155]➜  # import config
2025-08-20T23:00:18.8950835Z [00:02:41.155]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.8951257Z [00:02:41.155]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.8957264Z [00:02:41.155]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.8958153Z [00:02:41.155]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.8958960Z [00:02:41.155]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.8959656Z [00:02:41.155]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.8960439Z [00:02:41.155]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:18.8960860Z [00:02:41.155]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.8961560Z [00:02:41.155]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.8961885Z [00:02:41.155]➜  EOF
2025-08-20T23:00:18.8963884Z [00:02:41.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1269/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dyspatch=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dyspatch;$WORK/b1269=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dyspatch -lang=go1.24 -complete -installsuffix shared -buildid 1VFRyB2K6qySTavf2Zbg/1VFRyB2K6qySTavf2Zbg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1269/importcfg -pack ./pkg/detectors/dyspatch/dyspatch.go
2025-08-20T23:00:18.9140187Z [00:02:41.175]➜  go tool buildid -w $WORK/b1268/_pkg_.a # internal
2025-08-20T23:00:18.9149605Z [00:02:41.176]➜  cp $WORK/b1268/_pkg_.a /root/.cache/go-build/a3/a344cf1d623fa36490348d16fd10878a735e4d3da2c3ec47b2056ad80350d057-d # internal
2025-08-20T23:00:18.9154094Z [00:02:41.176]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eagleeyenetworks
2025-08-20T23:00:18.9154574Z [00:02:41.176]➜  mkdir -p $WORK/b1270/
2025-08-20T23:00:18.9154965Z [00:02:41.176]➜  cat >/tmp/go-build2180205415/b1270/importcfg << 'EOF' # internal
2025-08-20T23:00:18.9155321Z [00:02:41.176]➜  # import config
2025-08-20T23:00:18.9155670Z [00:02:41.176]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.9156287Z [00:02:41.176]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.9156895Z [00:02:41.176]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.9157918Z [00:02:41.176]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.9158778Z [00:02:41.176]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.9159463Z [00:02:41.176]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.9159965Z [00:02:41.176]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.9160401Z [00:02:41.176]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.9160718Z [00:02:41.176]➜  EOF
2025-08-20T23:00:18.9163005Z [00:02:41.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1270/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eagleeyenetworks=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eagleeyenetworks;$WORK/b1270=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eagleeyenetworks -lang=go1.24 -complete -installsuffix shared -buildid rfsEe5nSXjCcf-q5bFP-/rfsEe5nSXjCcf-q5bFP- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1270/importcfg -pack ./pkg/detectors/eagleeyenetworks/eagleeyenetworks.go
2025-08-20T23:00:18.9289829Z [00:02:41.190]➜  go tool buildid -w $WORK/b1269/_pkg_.a # internal
2025-08-20T23:00:18.9310234Z [00:02:41.191]➜  cp $WORK/b1269/_pkg_.a /root/.cache/go-build/26/26031ac6984ab56a01b09e73eb3112a97d83d2caa858a67b66955d72b5ef2185-d # internal
2025-08-20T23:00:18.9311055Z [00:02:41.191]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/easyinsight
2025-08-20T23:00:18.9311469Z [00:02:41.191]➜  mkdir -p $WORK/b1271/
2025-08-20T23:00:18.9311855Z [00:02:41.192]➜  cat >/tmp/go-build2180205415/b1271/importcfg << 'EOF' # internal
2025-08-20T23:00:18.9312206Z [00:02:41.192]➜  # import config
2025-08-20T23:00:18.9312551Z [00:02:41.192]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.9312969Z [00:02:41.192]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.9313577Z [00:02:41.192]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.9314691Z [00:02:41.192]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.9315504Z [00:02:41.192]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.9316415Z [00:02:41.192]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.9316899Z [00:02:41.192]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:18.9317316Z [00:02:41.192]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.9317639Z [00:02:41.192]➜  EOF
2025-08-20T23:00:18.9319723Z [00:02:41.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1271/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/easyinsight=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/easyinsight;$WORK/b1271=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/easyinsight -lang=go1.24 -complete -installsuffix shared -buildid k1Ckii3QDjyKGldv22EG/k1Ckii3QDjyKGldv22EG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1271/importcfg -pack ./pkg/detectors/easyinsight/easyinsight.go
2025-08-20T23:00:18.9667024Z [00:02:41.228]➜  go tool buildid -w $WORK/b1270/_pkg_.a # internal
2025-08-20T23:00:18.9701517Z [00:02:41.231]➜  cp $WORK/b1270/_pkg_.a /root/.cache/go-build/14/142cb82559f8dc8dc829a1e2f2dda629016e20a2defddc718e5d85031bc008aa-d # internal
2025-08-20T23:00:18.9711883Z [00:02:41.231]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ecostruxureit
2025-08-20T23:00:18.9712315Z [00:02:41.231]➜  mkdir -p $WORK/b1272/
2025-08-20T23:00:18.9712698Z [00:02:41.231]➜  cat >/tmp/go-build2180205415/b1272/importcfg << 'EOF' # internal
2025-08-20T23:00:18.9713050Z [00:02:41.231]➜  # import config
2025-08-20T23:00:18.9713604Z [00:02:41.231]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.9714112Z [00:02:41.231]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.9714716Z [00:02:41.231]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.9715495Z [00:02:41.231]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.9716469Z [00:02:41.231]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.9717156Z [00:02:41.231]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.9717653Z [00:02:41.231]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.9718090Z [00:02:41.231]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.9718410Z [00:02:41.231]➜  EOF
2025-08-20T23:00:18.9720660Z [00:02:41.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1272/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ecostruxureit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ecostruxureit;$WORK/b1272=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ecostruxureit -lang=go1.24 -complete -installsuffix shared -buildid y86gP8KDS8OT7ToO75g8/y86gP8KDS8OT7ToO75g8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1272/importcfg -pack ./pkg/detectors/ecostruxureit/ecostruxureit.go
2025-08-20T23:00:18.9759080Z [00:02:41.237]➜  go tool buildid -w $WORK/b1271/_pkg_.a # internal
2025-08-20T23:00:18.9768664Z [00:02:41.238]➜  cp $WORK/b1271/_pkg_.a /root/.cache/go-build/4a/4a2e140d69f8f454728d0a12cde6e7630cff71158389f5851ec03d5c8cf4a45c-d # internal
2025-08-20T23:00:18.9775528Z [00:02:41.239]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edamam
2025-08-20T23:00:18.9781590Z [00:02:41.239]➜  mkdir -p $WORK/b1273/
2025-08-20T23:00:18.9784342Z [00:02:41.239]➜  cat >/tmp/go-build2180205415/b1273/importcfg << 'EOF' # internal
2025-08-20T23:00:18.9785005Z [00:02:41.239]➜  # import config
2025-08-20T23:00:18.9785371Z [00:02:41.239]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:18.9790274Z [00:02:41.239]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:18.9791031Z [00:02:41.239]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:18.9791806Z [00:02:41.239]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:18.9794168Z [00:02:41.239]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:18.9794952Z [00:02:41.239]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:18.9795451Z [00:02:41.239]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:18.9796017Z [00:02:41.239]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:18.9796397Z [00:02:41.239]➜  EOF
2025-08-20T23:00:18.9798361Z [00:02:41.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1273/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edamam=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edamam;$WORK/b1273=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edamam -lang=go1.24 -complete -installsuffix shared -buildid XdVLolNZK0YnTf8JgpP7/XdVLolNZK0YnTf8JgpP7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1273/importcfg -pack ./pkg/detectors/edamam/edamam.go
2025-08-20T23:00:19.0029637Z [00:02:41.264]➜  go tool buildid -w $WORK/b1272/_pkg_.a # internal
2025-08-20T23:00:19.0058945Z [00:02:41.267]➜  cp $WORK/b1272/_pkg_.a /root/.cache/go-build/07/0716db4f38bc1d3133d230b5fdfba1d494c00f82bae1de7ca59e5b6f253c6482-d # internal
2025-08-20T23:00:19.0061569Z [00:02:41.267]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edenai
2025-08-20T23:00:19.0062228Z [00:02:41.267]➜  mkdir -p $WORK/b1274/
2025-08-20T23:00:19.0062679Z [00:02:41.267]➜  cat >/tmp/go-build2180205415/b1274/importcfg << 'EOF' # internal
2025-08-20T23:00:19.0063052Z [00:02:41.267]➜  # import config
2025-08-20T23:00:19.0063405Z [00:02:41.267]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.0063846Z [00:02:41.267]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.0064443Z [00:02:41.267]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.0065219Z [00:02:41.267]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.0066199Z [00:02:41.267]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.0066922Z [00:02:41.267]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.0067424Z [00:02:41.267]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.0068011Z [00:02:41.267]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.0068390Z [00:02:41.267]➜  EOF
2025-08-20T23:00:19.0070345Z [00:02:41.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1274/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edenai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edenai;$WORK/b1274=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edenai -lang=go1.24 -complete -installsuffix shared -buildid Too47QUlJTokObDmZvUz/Too47QUlJTokObDmZvUz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1274/importcfg -pack ./pkg/detectors/edenai/edenai.go
2025-08-20T23:00:19.0289366Z [00:02:41.290]➜  go tool buildid -w $WORK/b1273/_pkg_.a # internal
2025-08-20T23:00:19.0298867Z [00:02:41.291]➜  cp $WORK/b1273/_pkg_.a /root/.cache/go-build/62/622c1a2ca9c4a91cf965e7398c92cc03b2c14b7414c8129565bdf21fea94da08-d # internal
2025-08-20T23:00:19.0328903Z [00:02:41.291]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eightxeight
2025-08-20T23:00:19.0329619Z [00:02:41.291]➜  mkdir -p $WORK/b1275/
2025-08-20T23:00:19.0330023Z [00:02:41.292]➜  cat >/tmp/go-build2180205415/b1275/importcfg << 'EOF' # internal
2025-08-20T23:00:19.0330389Z [00:02:41.294]➜  # import config
2025-08-20T23:00:19.0332014Z [00:02:41.294]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.0332947Z [00:02:41.294]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.0333601Z [00:02:41.294]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.0334382Z [00:02:41.294]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.0335181Z [00:02:41.294]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.0335993Z [00:02:41.294]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.0336566Z [00:02:41.294]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.0337007Z [00:02:41.294]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.0337437Z [00:02:41.294]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:19.0337748Z [00:02:41.294]➜  EOF
2025-08-20T23:00:19.0339839Z [00:02:41.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1275/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eightxeight=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eightxeight;$WORK/b1275=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eightxeight -lang=go1.24 -complete -installsuffix shared -buildid SnGirJpwpABWNqxz-Um2/SnGirJpwpABWNqxz-Um2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1275/importcfg -pack ./pkg/detectors/eightxeight/eightxeight.go
2025-08-20T23:00:19.0411430Z [00:02:41.302]➜  go tool buildid -w $WORK/b1274/_pkg_.a # internal
2025-08-20T23:00:19.0421079Z [00:02:41.303]➜  cp $WORK/b1274/_pkg_.a /root/.cache/go-build/a1/a1c2a775af25e3285a98f427344ee05e651f5c306b3a6e997a82141da283183f-d # internal
2025-08-20T23:00:19.0422166Z [00:02:41.303]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elasticemail
2025-08-20T23:00:19.0423096Z [00:02:41.303]➜  mkdir -p $WORK/b1276/
2025-08-20T23:00:19.0428517Z [00:02:41.304]➜  cat >/tmp/go-build2180205415/b1276/importcfg << 'EOF' # internal
2025-08-20T23:00:19.0429104Z [00:02:41.304]➜  # import config
2025-08-20T23:00:19.0429625Z [00:02:41.304]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.0430155Z [00:02:41.304]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:19.0430785Z [00:02:41.304]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.0431571Z [00:02:41.304]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.0432621Z [00:02:41.304]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.0433399Z [00:02:41.304]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.0434053Z [00:02:41.304]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.0434477Z [00:02:41.304]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.0434911Z [00:02:41.304]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.0435229Z [00:02:41.304]➜  EOF
2025-08-20T23:00:19.0437462Z [00:02:41.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1276/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elasticemail=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elasticemail;$WORK/b1276=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elasticemail -lang=go1.24 -complete -installsuffix shared -buildid SjneNJVbmsGtupcVbzOI/SjneNJVbmsGtupcVbzOI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1276/importcfg -pack ./pkg/detectors/elasticemail/elasticemail.go
2025-08-20T23:00:19.0697034Z [00:02:41.330]➜  go tool buildid -w $WORK/b1275/_pkg_.a # internal
2025-08-20T23:00:19.0698449Z [00:02:41.331]➜  cp $WORK/b1275/_pkg_.a /root/.cache/go-build/b4/b456497b376c3e2556f5113f21249e7a11dfcc0cc6c83d61f730943ef5027ca3-d # internal
2025-08-20T23:00:19.0703157Z [00:02:41.331]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v1
2025-08-20T23:00:19.0703662Z [00:02:41.331]➜  mkdir -p $WORK/b1277/
2025-08-20T23:00:19.0712940Z [00:02:41.332]➜  cat >/tmp/go-build2180205415/b1277/importcfg << 'EOF' # internal
2025-08-20T23:00:19.0713688Z [00:02:41.332]➜  # import config
2025-08-20T23:00:19.0714616Z [00:02:41.332]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.0715978Z [00:02:41.332]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:19.0716546Z [00:02:41.332]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.0717157Z [00:02:41.332]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.0717936Z [00:02:41.332]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.0719706Z [00:02:41.332]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.0720454Z [00:02:41.332]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.0720932Z [00:02:41.332]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.0721358Z [00:02:41.332]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.0721681Z [00:02:41.332]➜  EOF
2025-08-20T23:00:19.0724004Z [00:02:41.332]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1277/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v1;$WORK/b1277=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v1 -lang=go1.24 -complete -installsuffix shared -buildid OLTtUhcKjLR7TjdvLn4f/OLTtUhcKjLR7TjdvLn4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1277/importcfg -pack ./pkg/detectors/elevenlabs/v1/elevenlabs.go
2025-08-20T23:00:19.0899977Z [00:02:41.351]➜  go tool buildid -w $WORK/b1276/_pkg_.a # internal
2025-08-20T23:00:19.0916821Z [00:02:41.353]➜  cp $WORK/b1276/_pkg_.a /root/.cache/go-build/08/0891de910649bda853620adf0d9adc3e1888692c7f059500b946ace5052475d5-d # internal
2025-08-20T23:00:19.0917581Z [00:02:41.353]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v2
2025-08-20T23:00:19.0918000Z [00:02:41.353]➜  mkdir -p $WORK/b1278/
2025-08-20T23:00:19.0928311Z [00:02:41.354]➜  cat >/tmp/go-build2180205415/b1278/importcfg << 'EOF' # internal
2025-08-20T23:00:19.0928797Z [00:02:41.354]➜  # import config
2025-08-20T23:00:19.0929344Z [00:02:41.354]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.0929887Z [00:02:41.354]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:19.0930483Z [00:02:41.354]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.0931086Z [00:02:41.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.0931849Z [00:02:41.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.0932644Z [00:02:41.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.0933324Z [00:02:41.354]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.0933804Z [00:02:41.354]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.0934398Z [00:02:41.354]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.0934720Z [00:02:41.354]➜  EOF
2025-08-20T23:00:19.0936933Z [00:02:41.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1278/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v2;$WORK/b1278=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v2 -lang=go1.24 -complete -installsuffix shared -buildid kqpUpPm_mqTXz61rNYMQ/kqpUpPm_mqTXz61rNYMQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1278/importcfg -pack ./pkg/detectors/elevenlabs/v2/elevenlabs.go
2025-08-20T23:00:19.1113497Z [00:02:41.372]➜  go tool buildid -w $WORK/b1277/_pkg_.a # internal
2025-08-20T23:00:19.1123333Z [00:02:41.373]➜  cp $WORK/b1277/_pkg_.a /root/.cache/go-build/e3/e3c80db633830af5ac4d80996aba2a5a730fc8f7b46e269950e91ea9df304d99-d # internal
2025-08-20T23:00:19.1133778Z [00:02:41.374]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enablex
2025-08-20T23:00:19.1134192Z [00:02:41.374]➜  mkdir -p $WORK/b1279/
2025-08-20T23:00:19.1134574Z [00:02:41.374]➜  cat >/tmp/go-build2180205415/b1279/importcfg << 'EOF' # internal
2025-08-20T23:00:19.1134936Z [00:02:41.374]➜  # import config
2025-08-20T23:00:19.1135281Z [00:02:41.374]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.1135997Z [00:02:41.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.1136823Z [00:02:41.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.1137624Z [00:02:41.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.1138579Z [00:02:41.374]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.1139153Z [00:02:41.374]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.1139587Z [00:02:41.374]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.1139911Z [00:02:41.374]➜  EOF
2025-08-20T23:00:19.1141861Z [00:02:41.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1279/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enablex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enablex;$WORK/b1279=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enablex -lang=go1.24 -complete -installsuffix shared -buildid OEvy4ILZewqDk-0lr_yU/OEvy4ILZewqDk-0lr_yU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1279/importcfg -pack ./pkg/detectors/enablex/enablex.go
2025-08-20T23:00:19.1500550Z [00:02:41.411]➜  go tool buildid -w $WORK/b1278/_pkg_.a # internal
2025-08-20T23:00:19.1516327Z [00:02:41.413]➜  cp $WORK/b1278/_pkg_.a /root/.cache/go-build/e0/e0afe489198d77b58c92050cca7b1bb1fbcdf7738d6542f3447d6360867a6216-d # internal
2025-08-20T23:00:19.1517385Z [00:02:41.413]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/endorlabs
2025-08-20T23:00:19.1517847Z [00:02:41.413]➜  mkdir -p $WORK/b1280/
2025-08-20T23:00:19.1518375Z [00:02:41.413]➜  cat >/tmp/go-build2180205415/b1280/importcfg << 'EOF' # internal
2025-08-20T23:00:19.1518727Z [00:02:41.413]➜  # import config
2025-08-20T23:00:19.1519073Z [00:02:41.413]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.1519492Z [00:02:41.413]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.1520089Z [00:02:41.413]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.1520858Z [00:02:41.413]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.1521661Z [00:02:41.413]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.1522508Z [00:02:41.413]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.1522982Z [00:02:41.413]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.1523407Z [00:02:41.413]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.1523885Z [00:02:41.413]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.1524201Z [00:02:41.413]➜  EOF
2025-08-20T23:00:19.1526350Z [00:02:41.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1280/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/endorlabs=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/endorlabs;$WORK/b1280=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/endorlabs -lang=go1.24 -complete -installsuffix shared -buildid i40mKne-gUjYmleULmlZ/i40mKne-gUjYmleULmlZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1280/importcfg -pack ./pkg/detectors/endorlabs/endorlabs.go
2025-08-20T23:00:19.1546989Z [00:02:41.416]➜  go tool buildid -w $WORK/b1279/_pkg_.a # internal
2025-08-20T23:00:19.1556001Z [00:02:41.417]➜  cp $WORK/b1279/_pkg_.a /root/.cache/go-build/75/75ab607f2450592d3002f851337d9c8bee4909f302bb1f4c6b431170fad2da8e-d # internal
2025-08-20T23:00:19.1557706Z [00:02:41.417]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enigma
2025-08-20T23:00:19.1558579Z [00:02:41.417]➜  mkdir -p $WORK/b1281/
2025-08-20T23:00:19.1561994Z [00:02:41.417]➜  cat >/tmp/go-build2180205415/b1281/importcfg << 'EOF' # internal
2025-08-20T23:00:19.1562370Z [00:02:41.417]➜  # import config
2025-08-20T23:00:19.1562721Z [00:02:41.417]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.1563331Z [00:02:41.417]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.1564322Z [00:02:41.417]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.1565237Z [00:02:41.417]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.1566118Z [00:02:41.417]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.1566702Z [00:02:41.417]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.1567136Z [00:02:41.417]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.1567452Z [00:02:41.417]➜  EOF
2025-08-20T23:00:19.1570796Z [00:02:41.418]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1281/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enigma=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enigma;$WORK/b1281=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enigma -lang=go1.24 -complete -installsuffix shared -buildid WLVQaZ1Pv4smpvYq9fIi/WLVQaZ1Pv4smpvYq9fIi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1281/importcfg -pack ./pkg/detectors/enigma/enigma.go
2025-08-20T23:00:19.2028290Z [00:02:41.462]➜  go tool buildid -w $WORK/b1281/_pkg_.a # internal
2025-08-20T23:00:19.2031011Z [00:02:41.464]➜  cp $WORK/b1281/_pkg_.a /root/.cache/go-build/83/839d40974d370e7a2e8c3a3dc631e0403b9f694fba56080a758ecfd5a739c84e-d # internal
2025-08-20T23:00:19.2032686Z [00:02:41.464]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/envoyapikey
2025-08-20T23:00:19.2034785Z [00:02:41.465]➜  mkdir -p $WORK/b1282/
2025-08-20T23:00:19.2035184Z [00:02:41.465]➜  cat >/tmp/go-build2180205415/b1282/importcfg << 'EOF' # internal
2025-08-20T23:00:19.2035542Z [00:02:41.465]➜  # import config
2025-08-20T23:00:19.2036026Z [00:02:41.465]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.2036704Z [00:02:41.465]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.2037493Z [00:02:41.465]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.2038540Z [00:02:41.465]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.2039229Z [00:02:41.465]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.2039705Z [00:02:41.465]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.2040127Z [00:02:41.465]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.2040559Z [00:02:41.465]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.2040878Z [00:02:41.465]➜  EOF
2025-08-20T23:00:19.2042975Z [00:02:41.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1282/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/envoyapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/envoyapikey;$WORK/b1282=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/envoyapikey -lang=go1.24 -complete -installsuffix shared -buildid fJYmlPcpeQr6tq2vFMJe/fJYmlPcpeQr6tq2vFMJe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1282/importcfg -pack ./pkg/detectors/envoyapikey/envoyapikey.go
2025-08-20T23:00:19.2078850Z [00:02:41.468]➜  go tool buildid -w $WORK/b1280/_pkg_.a # internal
2025-08-20T23:00:19.2087400Z [00:02:41.470]➜  cp $WORK/b1280/_pkg_.a /root/.cache/go-build/27/27425c4cd77397e6792e3fac043d3d1557f2372044d7ad64ddda3b6f1fca9414-d # internal
2025-08-20T23:00:19.2093607Z [00:02:41.470]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eraser
2025-08-20T23:00:19.2094009Z [00:02:41.470]➜  mkdir -p $WORK/b1283/
2025-08-20T23:00:19.2101219Z [00:02:41.471]➜  cat >/tmp/go-build2180205415/b1283/importcfg << 'EOF' # internal
2025-08-20T23:00:19.2102417Z [00:02:41.471]➜  # import config
2025-08-20T23:00:19.2106634Z [00:02:41.471]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.2107341Z [00:02:41.471]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.2108008Z [00:02:41.471]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.2108776Z [00:02:41.472]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.2109575Z [00:02:41.472]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.2110252Z [00:02:41.472]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.2110721Z [00:02:41.472]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.2111139Z [00:02:41.472]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.2111568Z [00:02:41.472]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.2111884Z [00:02:41.472]➜  EOF
2025-08-20T23:00:19.2113924Z [00:02:41.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1283/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eraser=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eraser;$WORK/b1283=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eraser -lang=go1.24 -complete -installsuffix shared -buildid a3t4T_olq5MbfS6tlJoD/a3t4T_olq5MbfS6tlJoD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1283/importcfg -pack ./pkg/detectors/eraser/eraser.go
2025-08-20T23:00:19.2431729Z [00:02:41.504]➜  go tool buildid -w $WORK/b1282/_pkg_.a # internal
2025-08-20T23:00:19.2442584Z [00:02:41.505]➜  cp $WORK/b1282/_pkg_.a /root/.cache/go-build/da/da45394e8de6b749beb69e2bef6b99300ca8f8437e8b1ee68d6cea6d7a92eae8-d # internal
2025-08-20T23:00:19.2444154Z [00:02:41.506]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/etherscan
2025-08-20T23:00:19.2445345Z [00:02:41.506]➜  mkdir -p $WORK/b1284/
2025-08-20T23:00:19.2447837Z [00:02:41.506]➜  cat >/tmp/go-build2180205415/b1284/importcfg << 'EOF' # internal
2025-08-20T23:00:19.2461133Z [00:02:41.506]➜  # import config
2025-08-20T23:00:19.2461526Z [00:02:41.506]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.2462154Z [00:02:41.506]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.2462941Z [00:02:41.506]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.2463740Z [00:02:41.506]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.2464421Z [00:02:41.506]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.2464895Z [00:02:41.506]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.2465315Z [00:02:41.506]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.2465751Z [00:02:41.506]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.2466328Z [00:02:41.506]➜  EOF
2025-08-20T23:00:19.2468348Z [00:02:41.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1284/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/etherscan=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/etherscan;$WORK/b1284=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/etherscan -lang=go1.24 -complete -installsuffix shared -buildid i_uZZGpoEez4cV3V1L2t/i_uZZGpoEez4cV3V1L2t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1284/importcfg -pack ./pkg/detectors/etherscan/etherscan.go
2025-08-20T23:00:19.2533515Z [00:02:41.514]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:19.2536003Z [00:02:41.514]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x034.o -c zstd_fast.c
2025-08-20T23:00:19.2760025Z [00:02:41.537]➜  go tool buildid -w $WORK/b1283/_pkg_.a # internal
2025-08-20T23:00:19.2772737Z [00:02:41.538]➜  cp $WORK/b1283/_pkg_.a /root/.cache/go-build/63/63e8a1350af110b63e67e65eb481491ba5fb92ed748eacf66cc7214b84dabcd6-d # internal
2025-08-20T23:00:19.2775074Z [00:02:41.538]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ethplorer
2025-08-20T23:00:19.2775638Z [00:02:41.538]➜  mkdir -p $WORK/b1285/
2025-08-20T23:00:19.2776174Z [00:02:41.539]➜  cat >/tmp/go-build2180205415/b1285/importcfg << 'EOF' # internal
2025-08-20T23:00:19.2778595Z [00:02:41.539]➜  # import config
2025-08-20T23:00:19.2779000Z [00:02:41.539]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.2779647Z [00:02:41.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.2780665Z [00:02:41.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.2781540Z [00:02:41.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.2782397Z [00:02:41.539]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.2782898Z [00:02:41.539]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.2783331Z [00:02:41.539]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.2783650Z [00:02:41.539]➜  EOF
2025-08-20T23:00:19.2783896Z [00:02:41.539]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:19.2786163Z [00:02:41.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1285/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ethplorer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ethplorer;$WORK/b1285=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ethplorer -lang=go1.24 -complete -installsuffix shared -buildid -O9tVfGgYKYrgNCct6VQ/-O9tVfGgYKYrgNCct6VQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1285/importcfg -pack ./pkg/detectors/ethplorer/ethplorer.go
2025-08-20T23:00:19.2854247Z [00:02:41.546]➜  go tool buildid -w $WORK/b1284/_pkg_.a # internal
2025-08-20T23:00:19.2855433Z [00:02:41.546]➜  cp $WORK/b1284/_pkg_.a /root/.cache/go-build/ba/bae90607a654e635cb75ca6f3900bbed80157f91c2b4bb88d3c786f80a096f25-d # internal
2025-08-20T23:00:19.2856406Z [00:02:41.547]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eventbrite
2025-08-20T23:00:19.2856810Z [00:02:41.547]➜  mkdir -p $WORK/b1286/
2025-08-20T23:00:19.2861510Z [00:02:41.547]➜  cat >/tmp/go-build2180205415/b1286/importcfg << 'EOF' # internal
2025-08-20T23:00:19.2862069Z [00:02:41.547]➜  # import config
2025-08-20T23:00:19.2862465Z [00:02:41.547]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.2862942Z [00:02:41.547]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:19.2863392Z [00:02:41.547]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.2864003Z [00:02:41.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.2864778Z [00:02:41.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.2865575Z [00:02:41.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.2866398Z [00:02:41.547]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.2866873Z [00:02:41.547]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.2867292Z [00:02:41.547]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.2867852Z [00:02:41.547]➜  EOF
2025-08-20T23:00:19.2869975Z [00:02:41.547]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1286/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eventbrite=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eventbrite;$WORK/b1286=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eventbrite -lang=go1.24 -complete -installsuffix shared -buildid GXS31L7ZQk-5Uz07BzLB/GXS31L7ZQk-5Uz07BzLB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1286/importcfg -pack ./pkg/detectors/eventbrite/eventbrite.go
2025-08-20T23:00:19.3141961Z [00:02:41.575]➜  go tool buildid -w $WORK/b1285/_pkg_.a # internal
2025-08-20T23:00:19.3157486Z [00:02:41.577]➜  cp $WORK/b1285/_pkg_.a /root/.cache/go-build/b0/b0487894c0b16178d05ffc2cf8ce1b75c0c1c5285decc410434b8ffd311c2ec7-d # internal
2025-08-20T23:00:19.3170560Z [00:02:41.578]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/everhour
2025-08-20T23:00:19.3180976Z [00:02:41.578]➜  mkdir -p $WORK/b1287/
2025-08-20T23:00:19.3181565Z [00:02:41.578]➜  cat >/tmp/go-build2180205415/b1287/importcfg << 'EOF' # internal
2025-08-20T23:00:19.3182243Z [00:02:41.578]➜  # import config
2025-08-20T23:00:19.3182652Z [00:02:41.578]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.3183442Z [00:02:41.578]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.3184221Z [00:02:41.578]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.3185018Z [00:02:41.578]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.3185696Z [00:02:41.578]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.3186434Z [00:02:41.578]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.3186877Z [00:02:41.578]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.3187383Z [00:02:41.578]➜  EOF
2025-08-20T23:00:19.3189397Z [00:02:41.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1287/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/everhour=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/everhour;$WORK/b1287=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/everhour -lang=go1.24 -complete -installsuffix shared -buildid UnveinsRvhSdpCSQS11C/UnveinsRvhSdpCSQS11C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1287/importcfg -pack ./pkg/detectors/everhour/everhour.go
2025-08-20T23:00:19.3268865Z [00:02:41.588]➜  go tool buildid -w $WORK/b1286/_pkg_.a # internal
2025-08-20T23:00:19.3278476Z [00:02:41.589]➜  cp $WORK/b1286/_pkg_.a /root/.cache/go-build/75/753d7a5b0316082ded640315e26fbd8cc5431f2f560d7e137497078c15929ef3-d # internal
2025-08-20T23:00:19.3285966Z [00:02:41.589]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangerateapi
2025-08-20T23:00:19.3287218Z [00:02:41.589]➜  mkdir -p $WORK/b1288/
2025-08-20T23:00:19.3288245Z [00:02:41.590]➜  cat >/tmp/go-build2180205415/b1288/importcfg << 'EOF' # internal
2025-08-20T23:00:19.3288643Z [00:02:41.590]➜  # import config
2025-08-20T23:00:19.3288997Z [00:02:41.590]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.3289436Z [00:02:41.590]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.3290039Z [00:02:41.590]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.3290810Z [00:02:41.590]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.3291608Z [00:02:41.590]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.3292289Z [00:02:41.590]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.3292999Z [00:02:41.590]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.3293516Z [00:02:41.590]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.3293954Z [00:02:41.590]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.3294276Z [00:02:41.590]➜  EOF
2025-08-20T23:00:19.3296542Z [00:02:41.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1288/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangerateapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangerateapi;$WORK/b1288=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangerateapi -lang=go1.24 -complete -installsuffix shared -buildid hJ17vyV9mcl_EUu2Z_bU/hJ17vyV9mcl_EUu2Z_bU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1288/importcfg -pack ./pkg/detectors/exchangerateapi/exchangerateapi.go
2025-08-20T23:00:19.3616814Z [00:02:41.623]➜  go tool buildid -w $WORK/b1287/_pkg_.a # internal
2025-08-20T23:00:19.3625648Z [00:02:41.623]➜  go tool buildid -w $WORK/b1288/_pkg_.a # internal
2025-08-20T23:00:19.3635079Z [00:02:41.624]➜  cp $WORK/b1288/_pkg_.a /root/.cache/go-build/cd/cd17dc3779e1a3294e733a2889843c0bb59bd786193ad062b02cc0b75b895872-d # internal
2025-08-20T23:00:19.3638639Z [00:02:41.624]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangeratesapi
2025-08-20T23:00:19.3639285Z [00:02:41.624]➜  mkdir -p $WORK/b1289/
2025-08-20T23:00:19.3639911Z [00:02:41.624]➜  cp $WORK/b1287/_pkg_.a /root/.cache/go-build/93/93f3edb2d0b23bdd71b4274fbd26a009bd848f143005acf45f5c70b1852a401d-d # internal
2025-08-20T23:00:19.3647755Z [00:02:41.626]➜  cat >/tmp/go-build2180205415/b1289/importcfg << 'EOF' # internal
2025-08-20T23:00:19.3648139Z [00:02:41.626]➜  # import config
2025-08-20T23:00:19.3648493Z [00:02:41.626]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.3648916Z [00:02:41.626]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.3649574Z [00:02:41.626]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.3650694Z [00:02:41.626]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.3651498Z [00:02:41.626]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.3652185Z [00:02:41.626]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.3652683Z [00:02:41.626]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.3653114Z [00:02:41.626]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.3653431Z [00:02:41.626]➜  EOF
2025-08-20T23:00:19.3655628Z [00:02:41.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1289/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangeratesapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangeratesapi;$WORK/b1289=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangeratesapi -lang=go1.24 -complete -installsuffix shared -buildid O5aYR5po2h5rzVb4m6hq/O5aYR5po2h5rzVb4m6hq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1289/importcfg -pack ./pkg/detectors/exchangeratesapi/exchangeratesapi.go
2025-08-20T23:00:19.3657879Z [00:02:41.626]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exportsdk
2025-08-20T23:00:19.3658269Z [00:02:41.626]➜  mkdir -p $WORK/b1290/
2025-08-20T23:00:19.3658641Z [00:02:41.626]➜  cat >/tmp/go-build2180205415/b1290/importcfg << 'EOF' # internal
2025-08-20T23:00:19.3658985Z [00:02:41.626]➜  # import config
2025-08-20T23:00:19.3659326Z [00:02:41.626]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.3659929Z [00:02:41.626]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.3660932Z [00:02:41.626]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.3661856Z [00:02:41.626]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.3662537Z [00:02:41.626]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.3663026Z [00:02:41.626]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.3663454Z [00:02:41.626]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.3663771Z [00:02:41.626]➜  EOF
2025-08-20T23:00:19.3665889Z [00:02:41.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1290/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exportsdk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exportsdk;$WORK/b1290=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exportsdk -lang=go1.24 -complete -installsuffix shared -buildid 9sH3q1Lh-T5xDDASaKJh/9sH3q1Lh-T5xDDASaKJh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1290/importcfg -pack ./pkg/detectors/exportsdk/exportsdk.go
2025-08-20T23:00:19.3998071Z [00:02:41.660]➜  go tool buildid -w $WORK/b1289/_pkg_.a # internal
2025-08-20T23:00:19.3998892Z [00:02:41.660]➜  cp $WORK/b1289/_pkg_.a /root/.cache/go-build/9c/9ce36eb87203acd8da5153fe18207fb0e74c3834c936742a36538a2bfc471861-d # internal
2025-08-20T23:00:19.3999806Z [00:02:41.660]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/extractorapi
2025-08-20T23:00:19.4000214Z [00:02:41.660]➜  mkdir -p $WORK/b1291/
2025-08-20T23:00:19.4000589Z [00:02:41.660]➜  cat >/tmp/go-build2180205415/b1291/importcfg << 'EOF' # internal
2025-08-20T23:00:19.4000938Z [00:02:41.660]➜  # import config
2025-08-20T23:00:19.4001283Z [00:02:41.660]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.4001896Z [00:02:41.660]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.4002677Z [00:02:41.660]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.4003678Z [00:02:41.660]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.4004374Z [00:02:41.660]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.4004867Z [00:02:41.660]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.4005300Z [00:02:41.660]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.4005615Z [00:02:41.660]➜  EOF
2025-08-20T23:00:19.4007910Z [00:02:41.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1291/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/extractorapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/extractorapi;$WORK/b1291=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/extractorapi -lang=go1.24 -complete -installsuffix shared -buildid IMeCImN8Zj9ZXV4_4jOZ/IMeCImN8Zj9ZXV4_4jOZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1291/importcfg -pack ./pkg/detectors/extractorapi/extractorapi.go
2025-08-20T23:00:19.4076933Z [00:02:41.669]➜  go tool buildid -w $WORK/b1290/_pkg_.a # internal
2025-08-20T23:00:19.4086346Z [00:02:41.670]➜  cp $WORK/b1290/_pkg_.a /root/.cache/go-build/a0/a005706c2157a43527d0a051efada7a67a88b97da0a8ba17b4b1ba5e0c0563df-d # internal
2025-08-20T23:00:19.4088661Z [00:02:41.670]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/facebookoauth
2025-08-20T23:00:19.4089555Z [00:02:41.670]➜  mkdir -p $WORK/b1292/
2025-08-20T23:00:19.4089957Z [00:02:41.670]➜  cat >/tmp/go-build2180205415/b1292/importcfg << 'EOF' # internal
2025-08-20T23:00:19.4090311Z [00:02:41.670]➜  # import config
2025-08-20T23:00:19.4090655Z [00:02:41.670]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.4091076Z [00:02:41.670]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.4091890Z [00:02:41.670]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.4092812Z [00:02:41.670]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.4093699Z [00:02:41.670]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.4094380Z [00:02:41.670]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.4094876Z [00:02:41.670]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.4095310Z [00:02:41.670]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.4095626Z [00:02:41.670]➜  EOF
2025-08-20T23:00:19.4097877Z [00:02:41.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1292/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/facebookoauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/facebookoauth;$WORK/b1292=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/facebookoauth -lang=go1.24 -complete -installsuffix shared -buildid 9y4GpJcbgGNpPfEIYjsd/9y4GpJcbgGNpPfEIYjsd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1292/importcfg -pack ./pkg/detectors/facebookoauth/facebookoauth.go
2025-08-20T23:00:19.4358338Z [00:02:41.697]➜  go tool buildid -w $WORK/b1291/_pkg_.a # internal
2025-08-20T23:00:19.4372073Z [00:02:41.698]➜  cp $WORK/b1291/_pkg_.a /root/.cache/go-build/74/74a323753f1ec533282fc0aadcb27e8ca41cdff18c9947dd23ca97efed534b6a-d # internal
2025-08-20T23:00:19.4374773Z [00:02:41.698]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/faceplusplus
2025-08-20T23:00:19.4375256Z [00:02:41.698]➜  mkdir -p $WORK/b1293/
2025-08-20T23:00:19.4375653Z [00:02:41.698]➜  cat >/tmp/go-build2180205415/b1293/importcfg << 'EOF' # internal
2025-08-20T23:00:19.4376203Z [00:02:41.698]➜  # import config
2025-08-20T23:00:19.4376581Z [00:02:41.698]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.4377291Z [00:02:41.698]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.4377890Z [00:02:41.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.4378663Z [00:02:41.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.4379460Z [00:02:41.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.4380138Z [00:02:41.698]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.4380625Z [00:02:41.698]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.4381054Z [00:02:41.698]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.4381367Z [00:02:41.698]➜  EOF
2025-08-20T23:00:19.4383465Z [00:02:41.699]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1293/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/faceplusplus=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/faceplusplus;$WORK/b1293=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/faceplusplus -lang=go1.24 -complete -installsuffix shared -buildid nBNdB-0AnXVgLkIjJPu7/nBNdB-0AnXVgLkIjJPu7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1293/importcfg -pack ./pkg/detectors/faceplusplus/faceplusplus.go
2025-08-20T23:00:19.4454435Z [00:02:41.705]➜  go tool buildid -w $WORK/b1292/_pkg_.a # internal
2025-08-20T23:00:19.4455539Z [00:02:41.706]➜  cp $WORK/b1292/_pkg_.a /root/.cache/go-build/1e/1eeecf0a9a6bfde092c3d6a8533cb7e1d71cfc41d3fcaf205fce2a06169f1e05-d # internal
2025-08-20T23:00:19.4461144Z [00:02:41.706]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastforex
2025-08-20T23:00:19.4461610Z [00:02:41.706]➜  mkdir -p $WORK/b1294/
2025-08-20T23:00:19.4462225Z [00:02:41.707]➜  cat >/tmp/go-build2180205415/b1294/importcfg << 'EOF' # internal
2025-08-20T23:00:19.4462652Z [00:02:41.707]➜  # import config
2025-08-20T23:00:19.4463099Z [00:02:41.707]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.4463584Z [00:02:41.707]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.4464183Z [00:02:41.707]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.4464950Z [00:02:41.707]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.4465747Z [00:02:41.707]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.4466616Z [00:02:41.707]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.4467112Z [00:02:41.707]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.4467551Z [00:02:41.707]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.4467872Z [00:02:41.707]➜  EOF
2025-08-20T23:00:19.4469888Z [00:02:41.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1294/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastforex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastforex;$WORK/b1294=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastforex -lang=go1.24 -complete -installsuffix shared -buildid 7Cn0OTohQBqv7nZvdqN9/7Cn0OTohQBqv7nZvdqN9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1294/importcfg -pack ./pkg/detectors/fastforex/fastforex.go
2025-08-20T23:00:19.4766687Z [00:02:41.738]➜  go tool buildid -w $WORK/b1293/_pkg_.a # internal
2025-08-20T23:00:19.4797478Z [00:02:41.739]➜  cp $WORK/b1293/_pkg_.a /root/.cache/go-build/ca/ca7407a2ed7edf91065c6a6ca2533c2517b45d0fe29eb2a86fe9e64b795eb395-d # internal
2025-08-20T23:00:19.4798687Z [00:02:41.739]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastlypersonaltoken
2025-08-20T23:00:19.4800385Z [00:02:41.739]➜  mkdir -p $WORK/b1295/
2025-08-20T23:00:19.4800802Z [00:02:41.739]➜  cat >/tmp/go-build2180205415/b1295/importcfg << 'EOF' # internal
2025-08-20T23:00:19.4801156Z [00:02:41.739]➜  # import config
2025-08-20T23:00:19.4801511Z [00:02:41.739]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.4801967Z [00:02:41.739]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:19.4802404Z [00:02:41.739]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.4803003Z [00:02:41.739]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.4803771Z [00:02:41.739]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.4804575Z [00:02:41.739]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.4805260Z [00:02:41.739]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.4805737Z [00:02:41.739]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.4806327Z [00:02:41.739]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.4806661Z [00:02:41.739]➜  EOF
2025-08-20T23:00:19.4808911Z [00:02:41.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1295/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastlypersonaltoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastlypersonaltoken;$WORK/b1295=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastlypersonaltoken -lang=go1.24 -complete -installsuffix shared -buildid yzm57eDEALh34i6IcHaj/yzm57eDEALh34i6IcHaj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1295/importcfg -pack ./pkg/detectors/fastlypersonaltoken/fastlypersonaltoken.go
2025-08-20T23:00:19.4823107Z [00:02:41.743]➜  go tool buildid -w $WORK/b1294/_pkg_.a # internal
2025-08-20T23:00:19.4835976Z [00:02:41.744]➜  cp $WORK/b1294/_pkg_.a /root/.cache/go-build/70/7009e01712fd2ab88b057100a6cd13e91887b0e6a4a319441868f73595fe1c41-d # internal
2025-08-20T23:00:19.4836785Z [00:02:41.744]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/feedier
2025-08-20T23:00:19.4837183Z [00:02:41.744]➜  mkdir -p $WORK/b1296/
2025-08-20T23:00:19.4837561Z [00:02:41.744]➜  cat >/tmp/go-build2180205415/b1296/importcfg << 'EOF' # internal
2025-08-20T23:00:19.4837911Z [00:02:41.744]➜  # import config
2025-08-20T23:00:19.4838253Z [00:02:41.744]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.4838670Z [00:02:41.744]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.4839262Z [00:02:41.744]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.4840029Z [00:02:41.744]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.4841047Z [00:02:41.744]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.4841735Z [00:02:41.744]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.4842429Z [00:02:41.744]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.4842869Z [00:02:41.744]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.4843186Z [00:02:41.744]➜  EOF
2025-08-20T23:00:19.4845202Z [00:02:41.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1296/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/feedier=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/feedier;$WORK/b1296=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/feedier -lang=go1.24 -complete -installsuffix shared -buildid v7G1yMLOqTJjQAvg9Li1/v7G1yMLOqTJjQAvg9Li1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1296/importcfg -pack ./pkg/detectors/feedier/feedier.go
2025-08-20T23:00:19.5178688Z [00:02:41.779]➜  go tool buildid -w $WORK/b1295/_pkg_.a # internal
2025-08-20T23:00:19.5191589Z [00:02:41.780]➜  go tool buildid -w $WORK/b1296/_pkg_.a # internal
2025-08-20T23:00:19.5197615Z [00:02:41.781]➜  cp $WORK/b1295/_pkg_.a /root/.cache/go-build/dd/dd0ee2274855337600b196560c9cbe3b1402d21e761b6dfd43f13fd2dc31455e-d # internal
2025-08-20T23:00:19.5202958Z [00:02:41.781]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fetchrss
2025-08-20T23:00:19.5203367Z [00:02:41.781]➜  mkdir -p $WORK/b1297/
2025-08-20T23:00:19.5208739Z [00:02:41.782]➜  cat >/tmp/go-build2180205415/b1297/importcfg << 'EOF' # internal
2025-08-20T23:00:19.5209118Z [00:02:41.782]➜  # import config
2025-08-20T23:00:19.5209470Z [00:02:41.782]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.5209938Z [00:02:41.782]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:19.5210384Z [00:02:41.782]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.5210998Z [00:02:41.782]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.5211764Z [00:02:41.782]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.5212569Z [00:02:41.782]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.5213245Z [00:02:41.782]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.5213716Z [00:02:41.782]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.5214135Z [00:02:41.782]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.5214455Z [00:02:41.782]➜  EOF
2025-08-20T23:00:19.5216903Z [00:02:41.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1297/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fetchrss=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fetchrss;$WORK/b1297=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fetchrss -lang=go1.24 -complete -installsuffix shared -buildid hxaao2hPMKoAbzv3m718/hxaao2hPMKoAbzv3m718 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1297/importcfg -pack ./pkg/detectors/fetchrss/fetchrss.go
2025-08-20T23:00:19.5220031Z [00:02:41.783]➜  cp $WORK/b1296/_pkg_.a /root/.cache/go-build/9d/9dd641f8fc44deb39a6d432bd559e6b4e0e0d334491c73b4d325f6269003b9c3-d # internal
2025-08-20T23:00:19.5222890Z [00:02:41.783]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fibery
2025-08-20T23:00:19.5223530Z [00:02:41.783]➜  mkdir -p $WORK/b1298/
2025-08-20T23:00:19.5229781Z [00:02:41.784]➜  cat >/tmp/go-build2180205415/b1298/importcfg << 'EOF' # internal
2025-08-20T23:00:19.5230747Z [00:02:41.784]➜  # import config
2025-08-20T23:00:19.5231864Z [00:02:41.784]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.5233366Z [00:02:41.784]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.5234262Z [00:02:41.785]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.5236494Z [00:02:41.785]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.5238659Z [00:02:41.785]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.5239949Z [00:02:41.785]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.5240601Z [00:02:41.785]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.5241451Z [00:02:41.785]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:19.5242077Z [00:02:41.785]➜  EOF
2025-08-20T23:00:19.5244534Z [00:02:41.785]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1298/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fibery=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fibery;$WORK/b1298=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fibery -lang=go1.24 -complete -installsuffix shared -buildid yGFflq3E9CwwgElrFfSs/yGFflq3E9CwwgElrFfSs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1298/importcfg -pack ./pkg/detectors/fibery/fibery.go
2025-08-20T23:00:19.5617674Z [00:02:41.823]➜  go tool buildid -w $WORK/b1298/_pkg_.a # internal
2025-08-20T23:00:19.5620233Z [00:02:41.823]➜  go tool buildid -w $WORK/b1297/_pkg_.a # internal
2025-08-20T23:00:19.5626021Z [00:02:41.824]➜  cp $WORK/b1298/_pkg_.a /root/.cache/go-build/c1/c1f39a7830594552c0038c9768e5e6906c75f85d9c03beb154aaac5122aeea98-d # internal
2025-08-20T23:00:19.5627649Z [00:02:41.824]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v1
2025-08-20T23:00:19.5629034Z [00:02:41.824]➜  mkdir -p $WORK/b1299/
2025-08-20T23:00:19.5629798Z [00:02:41.824]➜  cat >/tmp/go-build2180205415/b1299/importcfg << 'EOF' # internal
2025-08-20T23:00:19.5630649Z [00:02:41.824]➜  # import config
2025-08-20T23:00:19.5631635Z [00:02:41.824]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.5632392Z [00:02:41.824]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.5633252Z [00:02:41.824]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.5634334Z [00:02:41.824]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.5635379Z [00:02:41.824]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.5636753Z [00:02:41.824]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.5637502Z [00:02:41.824]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.5639186Z [00:02:41.824]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.5639675Z [00:02:41.824]➜  EOF
2025-08-20T23:00:19.5642167Z [00:02:41.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1299/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v1;$WORK/b1299=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v1 -lang=go1.24 -complete -installsuffix shared -buildid nQziBHF0G7pkfMrkMqpz/nQziBHF0G7pkfMrkMqpz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1299/importcfg -pack ./pkg/detectors/figmapersonalaccesstoken/v1/figmapersonalaccesstoken.go
2025-08-20T23:00:19.5653771Z [00:02:41.826]➜  cp $WORK/b1297/_pkg_.a /root/.cache/go-build/af/af2bba96a402180b287323f1e9abe43060ee5b8861f52692a5d80fc8b46a9f19-d # internal
2025-08-20T23:00:19.5655381Z [00:02:41.827]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v2
2025-08-20T23:00:19.5657076Z [00:02:41.827]➜  mkdir -p $WORK/b1300/
2025-08-20T23:00:19.5663533Z [00:02:41.827]➜  cat >/tmp/go-build2180205415/b1300/importcfg << 'EOF' # internal
2025-08-20T23:00:19.5663912Z [00:02:41.827]➜  # import config
2025-08-20T23:00:19.5664465Z [00:02:41.827]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.5664883Z [00:02:41.827]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.5665482Z [00:02:41.827]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.5678757Z [00:02:41.827]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.5679592Z [00:02:41.827]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.5680288Z [00:02:41.827]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.5680796Z [00:02:41.827]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.5681228Z [00:02:41.827]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.5681546Z [00:02:41.827]➜  EOF
2025-08-20T23:00:19.5683990Z [00:02:41.828]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1300/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v2;$WORK/b1300=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v2 -lang=go1.24 -complete -installsuffix shared -buildid CeR64-ykSAHm93xUpVaZ/CeR64-ykSAHm93xUpVaZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1300/importcfg -pack ./pkg/detectors/figmapersonalaccesstoken/v2/figmapersonalaccesstoken_v2.go
2025-08-20T23:00:19.6022674Z [00:02:41.863]➜  go tool buildid -w $WORK/b1299/_pkg_.a # internal
2025-08-20T23:00:19.6034434Z [00:02:41.864]➜  cp $WORK/b1299/_pkg_.a /root/.cache/go-build/c7/c7642100812dfd8ac871fc26629bde25a5c771e901258c24fdd9f5774c320954-d # internal
2025-08-20T23:00:19.6040850Z [00:02:41.865]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fileio
2025-08-20T23:00:19.6042068Z [00:02:41.865]➜  mkdir -p $WORK/b1301/
2025-08-20T23:00:19.6049503Z [00:02:41.866]➜  cat >/tmp/go-build2180205415/b1301/importcfg << 'EOF' # internal
2025-08-20T23:00:19.6050514Z [00:02:41.866]➜  # import config
2025-08-20T23:00:19.6051201Z [00:02:41.866]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.6051954Z [00:02:41.866]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:19.6068120Z [00:02:41.866]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.6069027Z [00:02:41.866]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.6070399Z [00:02:41.866]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.6071659Z [00:02:41.866]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.6073399Z [00:02:41.866]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.6074091Z [00:02:41.866]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.6074827Z [00:02:41.866]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.6075477Z [00:02:41.866]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.6077416Z [00:02:41.866]➜  EOF
2025-08-20T23:00:19.6079602Z [00:02:41.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1301/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fileio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fileio;$WORK/b1301=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fileio -lang=go1.24 -complete -installsuffix shared -buildid 3hfHH2bKyPN3ODw2L5Bu/3hfHH2bKyPN3ODw2L5Bu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1301/importcfg -pack ./pkg/detectors/fileio/fileio.go
2025-08-20T23:00:19.6121804Z [00:02:41.873]➜  go tool buildid -w $WORK/b1300/_pkg_.a # internal
2025-08-20T23:00:19.6137323Z [00:02:41.875]➜  cp $WORK/b1300/_pkg_.a /root/.cache/go-build/6a/6a19a053da4f5c972d1feda9373ac8b3fcfddd444b334004406b89094f361236-d # internal
2025-08-20T23:00:19.6144909Z [00:02:41.876]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finage
2025-08-20T23:00:19.6146538Z [00:02:41.876]➜  mkdir -p $WORK/b1302/
2025-08-20T23:00:19.6146939Z [00:02:41.876]➜  cat >/tmp/go-build2180205415/b1302/importcfg << 'EOF' # internal
2025-08-20T23:00:19.6147294Z [00:02:41.876]➜  # import config
2025-08-20T23:00:19.6147644Z [00:02:41.876]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.6148081Z [00:02:41.876]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.6148684Z [00:02:41.876]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.6149454Z [00:02:41.876]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.6150257Z [00:02:41.876]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.6150934Z [00:02:41.876]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.6151428Z [00:02:41.876]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.6151861Z [00:02:41.876]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.6152175Z [00:02:41.876]➜  EOF
2025-08-20T23:00:19.6154325Z [00:02:41.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1302/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finage;$WORK/b1302=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finage -lang=go1.24 -complete -installsuffix shared -buildid NBOuIP_7kRVFtAUVgQj4/NBOuIP_7kRVFtAUVgQj4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1302/importcfg -pack ./pkg/detectors/finage/finage.go
2025-08-20T23:00:19.6598773Z [00:02:41.920]➜  go tool buildid -w $WORK/b1301/_pkg_.a # internal
2025-08-20T23:00:19.6613245Z [00:02:41.922]➜  cp $WORK/b1301/_pkg_.a /root/.cache/go-build/f8/f83b49147ef14aa7d11df85dfd913a8cffc38787618884d64b1726e28375cdce-d # internal
2025-08-20T23:00:19.6625524Z [00:02:41.923]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/financialmodelingprep
2025-08-20T23:00:19.6626140Z [00:02:41.923]➜  mkdir -p $WORK/b1303/
2025-08-20T23:00:19.6626528Z [00:02:41.923]➜  cat >/tmp/go-build2180205415/b1303/importcfg << 'EOF' # internal
2025-08-20T23:00:19.6626883Z [00:02:41.923]➜  # import config
2025-08-20T23:00:19.6627260Z [00:02:41.923]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.6627932Z [00:02:41.923]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.6628608Z [00:02:41.923]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.6629569Z [00:02:41.923]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.6630373Z [00:02:41.923]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.6631053Z [00:02:41.923]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.6631525Z [00:02:41.923]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.6631944Z [00:02:41.923]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.6632383Z [00:02:41.923]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.6632867Z [00:02:41.923]➜  EOF
2025-08-20T23:00:19.6648841Z [00:02:41.923]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1303/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/financialmodelingprep=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/financialmodelingprep;$WORK/b1303=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/financialmodelingprep -lang=go1.24 -complete -installsuffix shared -buildid uLWVP3nEcHZpXGfjSynw/uLWVP3nEcHZpXGfjSynw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1303/importcfg -pack ./pkg/detectors/financialmodelingprep/financialmodelingprep.go
2025-08-20T23:00:19.6735565Z [00:02:41.934]➜  go tool buildid -w $WORK/b1302/_pkg_.a # internal
2025-08-20T23:00:19.6760318Z [00:02:41.937]➜  cp $WORK/b1302/_pkg_.a /root/.cache/go-build/6c/6c80766ff9affb4cd349bf10f4a4b7e7c7f28b3332a77ecffbcc3526b944ff29-d # internal
2025-08-20T23:00:19.6781457Z [00:02:41.939]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/findl
2025-08-20T23:00:19.6787653Z [00:02:41.940]➜  mkdir -p $WORK/b1304/
2025-08-20T23:00:19.6795448Z [00:02:41.941]➜  cat >/tmp/go-build2180205415/b1304/importcfg << 'EOF' # internal
2025-08-20T23:00:19.6798579Z [00:02:41.941]➜  # import config
2025-08-20T23:00:19.6803722Z [00:02:41.941]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.6804370Z [00:02:41.941]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.6805147Z [00:02:41.941]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.6806067Z [00:02:41.941]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.6806804Z [00:02:41.941]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.6807521Z [00:02:41.941]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.6808034Z [00:02:41.941]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.6808453Z [00:02:41.941]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:19.6808758Z [00:02:41.941]➜  EOF
2025-08-20T23:00:19.6810685Z [00:02:41.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1304/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/findl=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/findl;$WORK/b1304=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/findl -lang=go1.24 -complete -installsuffix shared -buildid 6f8YZb8RDYMKI6P0sno_/6f8YZb8RDYMKI6P0sno_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1304/importcfg -pack ./pkg/detectors/findl/findl.go
2025-08-20T23:00:19.7072814Z [00:02:41.968]➜  go tool buildid -w $WORK/b1303/_pkg_.a # internal
2025-08-20T23:00:19.7082258Z [00:02:41.969]➜  cp $WORK/b1303/_pkg_.a /root/.cache/go-build/55/550e98313a10744e0cc215743c0f74e2529cebfc7115dc49fd74824bf296a4ea-d # internal
2025-08-20T23:00:19.7083199Z [00:02:41.969]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finnhub
2025-08-20T23:00:19.7083663Z [00:02:41.969]➜  mkdir -p $WORK/b1305/
2025-08-20T23:00:19.7084044Z [00:02:41.969]➜  cat >/tmp/go-build2180205415/b1305/importcfg << 'EOF' # internal
2025-08-20T23:00:19.7084580Z [00:02:41.969]➜  # import config
2025-08-20T23:00:19.7084931Z [00:02:41.969]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.7085351Z [00:02:41.969]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.7086080Z [00:02:41.969]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.7086905Z [00:02:41.969]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.7087713Z [00:02:41.969]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.7088583Z [00:02:41.969]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.7089080Z [00:02:41.969]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.7089517Z [00:02:41.969]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.7089833Z [00:02:41.969]➜  EOF
2025-08-20T23:00:19.7091813Z [00:02:41.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1305/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finnhub=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finnhub;$WORK/b1305=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finnhub -lang=go1.24 -complete -installsuffix shared -buildid UyOBaJSfFqNrvFnDL2Fk/UyOBaJSfFqNrvFnDL2Fk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1305/importcfg -pack ./pkg/detectors/finnhub/finnhub.go
2025-08-20T23:00:19.7427517Z [00:02:42.004]➜  go tool buildid -w $WORK/b1305/_pkg_.a # internal
2025-08-20T23:00:19.7435344Z [00:02:42.004]➜  cp $WORK/b1305/_pkg_.a /root/.cache/go-build/50/503e12d4986287534e72b377ee3d3fbd29d8a6281fac62e0e0ef44ed58fb53c9-d # internal
2025-08-20T23:00:19.7448329Z [00:02:42.005]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fixerio
2025-08-20T23:00:19.7448768Z [00:02:42.005]➜  mkdir -p $WORK/b1306/
2025-08-20T23:00:19.7449152Z [00:02:42.006]➜  cat >/tmp/go-build2180205415/b1306/importcfg << 'EOF' # internal
2025-08-20T23:00:19.7449504Z [00:02:42.006]➜  # import config
2025-08-20T23:00:19.7449842Z [00:02:42.006]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.7450451Z [00:02:42.006]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.7451225Z [00:02:42.006]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.7452243Z [00:02:42.006]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.7453005Z [00:02:42.006]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.7453481Z [00:02:42.006]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.7453908Z [00:02:42.006]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.7454339Z [00:02:42.006]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.7454652Z [00:02:42.006]➜  EOF
2025-08-20T23:00:19.7458361Z [00:02:42.006]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1306/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fixerio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fixerio;$WORK/b1306=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fixerio -lang=go1.24 -complete -installsuffix shared -buildid WlBC559oUbMZhmThHNST/WlBC559oUbMZhmThHNST -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1306/importcfg -pack ./pkg/detectors/fixerio/fixerio.go
2025-08-20T23:00:19.7581185Z [00:02:42.019]➜  go tool buildid -w $WORK/b1304/_pkg_.a # internal
2025-08-20T23:00:19.7593093Z [00:02:42.020]➜  cp $WORK/b1304/_pkg_.a /root/.cache/go-build/27/27c4f1ff40c527ace8aaf17fa0f258c0978e047b5693c4719fe8bbe2b00d1981-d # internal
2025-08-20T23:00:19.7596987Z [00:02:42.021]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flatio
2025-08-20T23:00:19.7597393Z [00:02:42.021]➜  mkdir -p $WORK/b1307/
2025-08-20T23:00:19.7607809Z [00:02:42.022]➜  cat >/tmp/go-build2180205415/b1307/importcfg << 'EOF' # internal
2025-08-20T23:00:19.7608664Z [00:02:42.022]➜  # import config
2025-08-20T23:00:19.7611457Z [00:02:42.022]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.7612198Z [00:02:42.022]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.7613052Z [00:02:42.022]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.7615025Z [00:02:42.022]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.7616761Z [00:02:42.022]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.7617484Z [00:02:42.022]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.7617984Z [00:02:42.022]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.7618417Z [00:02:42.022]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.7628506Z [00:02:42.022]➜  EOF
2025-08-20T23:00:19.7630591Z [00:02:42.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1307/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flatio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flatio;$WORK/b1307=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flatio -lang=go1.24 -complete -installsuffix shared -buildid XKqoSxYdrhRyQiV44T4G/XKqoSxYdrhRyQiV44T4G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1307/importcfg -pack ./pkg/detectors/flatio/flatio.go
2025-08-20T23:00:19.7648968Z [00:02:42.026]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:19.7651202Z [00:02:42.026]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x035.o -c zstd_lazy.c
2025-08-20T23:00:19.7823830Z [00:02:42.043]➜  go tool buildid -w $WORK/b1306/_pkg_.a # internal
2025-08-20T23:00:19.7832737Z [00:02:42.044]➜  cp $WORK/b1306/_pkg_.a /root/.cache/go-build/45/453c24deb4c047444b3e220ed49a31312a55be35aaf6a341d6d9fa900cf94b68-d # internal
2025-08-20T23:00:19.7840240Z [00:02:42.045]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fleetbase
2025-08-20T23:00:19.7840916Z [00:02:42.045]➜  mkdir -p $WORK/b1308/
2025-08-20T23:00:19.7842307Z [00:02:42.045]➜  cat >/tmp/go-build2180205415/b1308/importcfg << 'EOF' # internal
2025-08-20T23:00:19.7842680Z [00:02:42.045]➜  # import config
2025-08-20T23:00:19.7843025Z [00:02:42.045]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.7843447Z [00:02:42.045]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.7844041Z [00:02:42.045]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.7844805Z [00:02:42.045]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.7845607Z [00:02:42.045]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.7846449Z [00:02:42.045]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.7847148Z [00:02:42.045]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.7847659Z [00:02:42.045]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.7848122Z [00:02:42.045]➜  EOF
2025-08-20T23:00:19.7848372Z [00:02:42.045]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:19.7850453Z [00:02:42.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1308/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fleetbase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fleetbase;$WORK/b1308=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fleetbase -lang=go1.24 -complete -installsuffix shared -buildid S1gx6K6f9b_cds2G73bX/S1gx6K6f9b_cds2G73bX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1308/importcfg -pack ./pkg/detectors/fleetbase/fleetbase.go
2025-08-20T23:00:19.8201421Z [00:02:42.081]➜  go tool buildid -w $WORK/b1308/_pkg_.a # internal
2025-08-20T23:00:19.8209030Z [00:02:42.082]➜  cp $WORK/b1308/_pkg_.a /root/.cache/go-build/1b/1b2a6cb59001318b7ad43bb34f91281911f477fa90f37905c708e6b71f874e0b-d # internal
2025-08-20T23:00:19.8215915Z [00:02:42.082]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flexport
2025-08-20T23:00:19.8219953Z [00:02:42.083]➜  mkdir -p $WORK/b1309/
2025-08-20T23:00:19.8223276Z [00:02:42.083]➜  cat >/tmp/go-build2180205415/b1309/importcfg << 'EOF' # internal
2025-08-20T23:00:19.8223657Z [00:02:42.083]➜  # import config
2025-08-20T23:00:19.8224013Z [00:02:42.083]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.8224438Z [00:02:42.083]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.8225038Z [00:02:42.083]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.8225984Z [00:02:42.083]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.8226864Z [00:02:42.083]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.8227548Z [00:02:42.083]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.8229529Z [00:02:42.084]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.8230610Z [00:02:42.084]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.8231001Z [00:02:42.084]➜  EOF
2025-08-20T23:00:19.8233321Z [00:02:42.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1309/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flexport=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flexport;$WORK/b1309=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flexport -lang=go1.24 -complete -installsuffix shared -buildid J4Iv-Bd9AU-WK2NXdpG_/J4Iv-Bd9AU-WK2NXdpG_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1309/importcfg -pack ./pkg/detectors/flexport/flexport.go
2025-08-20T23:00:19.8352922Z [00:02:42.096]➜  go tool buildid -w $WORK/b1307/_pkg_.a # internal
2025-08-20T23:00:19.8373437Z [00:02:42.098]➜  cp $WORK/b1307/_pkg_.a /root/.cache/go-build/9f/9f71d7fbdebc02e59b7f827e2a18e0ab63f17f5dfc67aeace6cd4a0221403b74-d # internal
2025-08-20T23:00:19.8374198Z [00:02:42.098]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flickr
2025-08-20T23:00:19.8382547Z [00:02:42.099]➜  mkdir -p $WORK/b1310/
2025-08-20T23:00:19.8383038Z [00:02:42.099]➜  cat >/tmp/go-build2180205415/b1310/importcfg << 'EOF' # internal
2025-08-20T23:00:19.8383391Z [00:02:42.099]➜  # import config
2025-08-20T23:00:19.8383738Z [00:02:42.099]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.8384155Z [00:02:42.099]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.8384775Z [00:02:42.099]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.8385922Z [00:02:42.099]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.8386836Z [00:02:42.099]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.8387756Z [00:02:42.099]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.8388233Z [00:02:42.099]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.8388654Z [00:02:42.099]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.8389081Z [00:02:42.099]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.8389397Z [00:02:42.099]➜  EOF
2025-08-20T23:00:19.8391394Z [00:02:42.099]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1310/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flickr=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flickr;$WORK/b1310=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flickr -lang=go1.24 -complete -installsuffix shared -buildid VdD1tK8C9mF8nsX7Dtn_/VdD1tK8C9mF8nsX7Dtn_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1310/importcfg -pack ./pkg/detectors/flickr/flickr.go
2025-08-20T23:00:19.8782360Z [00:02:42.139]➜  go tool buildid -w $WORK/b1309/_pkg_.a # internal
2025-08-20T23:00:19.8808354Z [00:02:42.140]➜  cp $WORK/b1309/_pkg_.a /root/.cache/go-build/72/724865e39f324b67197cdf86a6184283ba65aaf45ab4880d2d4cd9d5ca1378af-d # internal
2025-08-20T23:00:19.8814253Z [00:02:42.140]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightapi
2025-08-20T23:00:19.8814675Z [00:02:42.140]➜  mkdir -p $WORK/b1311/
2025-08-20T23:00:19.8815056Z [00:02:42.140]➜  cat >/tmp/go-build2180205415/b1311/importcfg << 'EOF' # internal
2025-08-20T23:00:19.8815409Z [00:02:42.140]➜  # import config
2025-08-20T23:00:19.8815880Z [00:02:42.140]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.8816394Z [00:02:42.140]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.8816994Z [00:02:42.140]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.8817771Z [00:02:42.140]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.8818568Z [00:02:42.140]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.8819249Z [00:02:42.140]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.8819740Z [00:02:42.140]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.8820171Z [00:02:42.140]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.8820486Z [00:02:42.140]➜  EOF
2025-08-20T23:00:19.8822781Z [00:02:42.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1311/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightapi;$WORK/b1311=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightapi -lang=go1.24 -complete -installsuffix shared -buildid mcYcaEEeRSxAc5CaEFLQ/mcYcaEEeRSxAc5CaEFLQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1311/importcfg -pack ./pkg/detectors/flightapi/flightapi.go
2025-08-20T23:00:19.9251292Z [00:02:42.186]➜  go tool buildid -w $WORK/b1310/_pkg_.a # internal
2025-08-20T23:00:19.9260652Z [00:02:42.187]➜  cp $WORK/b1310/_pkg_.a /root/.cache/go-build/b2/b2f8dd0a7f452e9a83dbbaa88dc7565849c0f011e21c5b5e4ee0d585c6c20219-d # internal
2025-08-20T23:00:19.9266033Z [00:02:42.187]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightlabs
2025-08-20T23:00:19.9266504Z [00:02:42.187]➜  mkdir -p $WORK/b1312/
2025-08-20T23:00:19.9290450Z [00:02:42.190]➜  go tool buildid -w $WORK/b1311/_pkg_.a # internal
2025-08-20T23:00:19.9292236Z [00:02:42.190]➜  cat >/tmp/go-build2180205415/b1312/importcfg << 'EOF' # internal
2025-08-20T23:00:19.9293515Z [00:02:42.190]➜  # import config
2025-08-20T23:00:19.9294005Z [00:02:42.190]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.9294633Z [00:02:42.190]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.9295364Z [00:02:42.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.9296259Z [00:02:42.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.9297072Z [00:02:42.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.9297755Z [00:02:42.190]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.9298240Z [00:02:42.190]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.9298886Z [00:02:42.190]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.9299332Z [00:02:42.190]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.9299651Z [00:02:42.190]➜  EOF
2025-08-20T23:00:19.9301695Z [00:02:42.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1312/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightlabs=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightlabs;$WORK/b1312=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightlabs -lang=go1.24 -complete -installsuffix shared -buildid I7zKBwQ0ABtr7_sd6Pb1/I7zKBwQ0ABtr7_sd6Pb1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1312/importcfg -pack ./pkg/detectors/flightlabs/flightlabs.go
2025-08-20T23:00:19.9303854Z [00:02:42.191]➜  cp $WORK/b1311/_pkg_.a /root/.cache/go-build/3d/3de1cc5844cd98b65a3e2a8d87881ebd43371cc0b23c176e5440edea091e5db4-d # internal
2025-08-20T23:00:19.9329789Z [00:02:42.194]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightstats
2025-08-20T23:00:19.9330313Z [00:02:42.194]➜  mkdir -p $WORK/b1313/
2025-08-20T23:00:19.9334039Z [00:02:42.194]➜  cat >/tmp/go-build2180205415/b1313/importcfg << 'EOF' # internal
2025-08-20T23:00:19.9334633Z [00:02:42.194]➜  # import config
2025-08-20T23:00:19.9335057Z [00:02:42.194]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.9335487Z [00:02:42.194]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.9336259Z [00:02:42.194]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.9337077Z [00:02:42.194]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.9337877Z [00:02:42.195]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.9338852Z [00:02:42.195]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.9339405Z [00:02:42.195]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:19.9339825Z [00:02:42.195]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.9340264Z [00:02:42.195]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.9340585Z [00:02:42.195]➜  EOF
2025-08-20T23:00:19.9342660Z [00:02:42.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1313/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightstats=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightstats;$WORK/b1313=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightstats -lang=go1.24 -complete -installsuffix shared -buildid yBARKlhprQ9JnoguaUCC/yBARKlhprQ9JnoguaUCC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1313/importcfg -pack ./pkg/detectors/flightstats/flightstats.go
2025-08-20T23:00:19.9932512Z [00:02:42.254]➜  go tool buildid -w $WORK/b1312/_pkg_.a # internal
2025-08-20T23:00:19.9945498Z [00:02:42.256]➜  cp $WORK/b1312/_pkg_.a /root/.cache/go-build/ed/ed32b2f42127cc8373cd34f6d76a70c4fa5e1d733a3f04f4cc831f16a8879014-d # internal
2025-08-20T23:00:19.9946683Z [00:02:42.256]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/float
2025-08-20T23:00:19.9947388Z [00:02:42.256]➜  mkdir -p $WORK/b1314/
2025-08-20T23:00:19.9967412Z [00:02:42.256]➜  cat >/tmp/go-build2180205415/b1314/importcfg << 'EOF' # internal
2025-08-20T23:00:19.9967820Z [00:02:42.256]➜  # import config
2025-08-20T23:00:19.9968176Z [00:02:42.256]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:19.9968600Z [00:02:42.256]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:19.9969199Z [00:02:42.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:19.9969985Z [00:02:42.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:19.9971074Z [00:02:42.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:19.9971760Z [00:02:42.256]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:19.9972259Z [00:02:42.256]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:19.9972690Z [00:02:42.256]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:19.9973007Z [00:02:42.256]➜  EOF
2025-08-20T23:00:19.9974933Z [00:02:42.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1314/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/float=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/float;$WORK/b1314=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/float -lang=go1.24 -complete -installsuffix shared -buildid uDEYtHi2iXDd-cRui8wu/uDEYtHi2iXDd-cRui8wu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1314/importcfg -pack ./pkg/detectors/float/float.go
2025-08-20T23:00:20.0095851Z [00:02:42.271]➜  go tool buildid -w $WORK/b1313/_pkg_.a # internal
2025-08-20T23:00:20.0152699Z [00:02:42.276]➜  cp $WORK/b1313/_pkg_.a /root/.cache/go-build/4b/4b236f3fa97849f7d8fbf4817bfa0a1738b77465bf04f34d50e821a85be42792-d # internal
2025-08-20T23:00:20.0153489Z [00:02:42.276]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flowflu
2025-08-20T23:00:20.0153884Z [00:02:42.276]➜  mkdir -p $WORK/b1315/
2025-08-20T23:00:20.0161180Z [00:02:42.277]➜  cat >/tmp/go-build2180205415/b1315/importcfg << 'EOF' # internal
2025-08-20T23:00:20.0161586Z [00:02:42.277]➜  # import config
2025-08-20T23:00:20.0161938Z [00:02:42.277]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.0162366Z [00:02:42.277]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.0163216Z [00:02:42.277]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.0164079Z [00:02:42.277]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.0164880Z [00:02:42.277]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.0165575Z [00:02:42.277]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.0166225Z [00:02:42.277]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:20.0166646Z [00:02:42.277]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.0167078Z [00:02:42.277]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.0167391Z [00:02:42.277]➜  EOF
2025-08-20T23:00:20.0169504Z [00:02:42.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1315/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flowflu=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flowflu;$WORK/b1315=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flowflu -lang=go1.24 -complete -installsuffix shared -buildid UORnsN7atCxvRyAOQEJQ/UORnsN7atCxvRyAOQEJQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1315/importcfg -pack ./pkg/detectors/flowflu/flowflu.go
2025-08-20T23:00:20.0622514Z [00:02:42.323]➜  go tool buildid -w $WORK/b1314/_pkg_.a # internal
2025-08-20T23:00:20.0632551Z [00:02:42.324]➜  cp $WORK/b1314/_pkg_.a /root/.cache/go-build/8f/8ff0c88dc7e00cfb7b68e5e12406c0b677846c8f24a1e6ab9ab6322f8474401e-d # internal
2025-08-20T23:00:20.0649599Z [00:02:42.326]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flutterwave
2025-08-20T23:00:20.0650056Z [00:02:42.326]➜  mkdir -p $WORK/b1316/
2025-08-20T23:00:20.0652373Z [00:02:42.326]➜  cat >/tmp/go-build2180205415/b1316/importcfg << 'EOF' # internal
2025-08-20T23:00:20.0652803Z [00:02:42.326]➜  # import config
2025-08-20T23:00:20.0653180Z [00:02:42.326]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.0653943Z [00:02:42.326]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.0654580Z [00:02:42.326]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.0655380Z [00:02:42.326]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.0656361Z [00:02:42.326]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.0657305Z [00:02:42.326]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.0658255Z [00:02:42.326]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.0658907Z [00:02:42.326]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.0659233Z [00:02:42.326]➜  EOF
2025-08-20T23:00:20.0661334Z [00:02:42.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1316/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flutterwave=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flutterwave;$WORK/b1316=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flutterwave -lang=go1.24 -complete -installsuffix shared -buildid H874gxSCJQjwL43Poijq/H874gxSCJQjwL43Poijq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1316/importcfg -pack ./pkg/detectors/flutterwave/flutterwave.go
2025-08-20T23:00:20.0789510Z [00:02:42.340]➜  go tool buildid -w $WORK/b1315/_pkg_.a # internal
2025-08-20T23:00:20.0799407Z [00:02:42.341]➜  cp $WORK/b1315/_pkg_.a /root/.cache/go-build/99/99036510ab6318c2937100f1040949782798599ab76ec0b67b50ae7f7f55528f-d # internal
2025-08-20T23:00:20.0800392Z [00:02:42.341]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fmfw
2025-08-20T23:00:20.0801277Z [00:02:42.341]➜  mkdir -p $WORK/b1317/
2025-08-20T23:00:20.0806532Z [00:02:42.342]➜  cat >/tmp/go-build2180205415/b1317/importcfg << 'EOF' # internal
2025-08-20T23:00:20.0807339Z [00:02:42.342]➜  # import config
2025-08-20T23:00:20.0808299Z [00:02:42.342]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.0810076Z [00:02:42.342]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.0810884Z [00:02:42.342]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.0811686Z [00:02:42.342]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.0812371Z [00:02:42.342]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.0812868Z [00:02:42.342]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.0813301Z [00:02:42.342]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.0813725Z [00:02:42.342]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:20.0814039Z [00:02:42.342]➜  EOF
2025-08-20T23:00:20.0816328Z [00:02:42.342]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1317/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fmfw=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fmfw;$WORK/b1317=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fmfw -lang=go1.24 -complete -installsuffix shared -buildid jXsS0J3KX01Bin9JQRUo/jXsS0J3KX01Bin9JQRUo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1317/importcfg -pack ./pkg/detectors/fmfw/fmfw.go
2025-08-20T23:00:20.1241784Z [00:02:42.385]➜  go tool buildid -w $WORK/b1316/_pkg_.a # internal
2025-08-20T23:00:20.1245215Z [00:02:42.385]➜  go tool buildid -w $WORK/b1317/_pkg_.a # internal
2025-08-20T23:00:20.1251744Z [00:02:42.386]➜  cp $WORK/b1317/_pkg_.a /root/.cache/go-build/2d/2d598f38d31c4b383df6b9e19bf9652510b3a1b04b9512760badddbaad8d761c-d # internal
2025-08-20T23:00:20.1253827Z [00:02:42.386]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formbucket
2025-08-20T23:00:20.1255360Z [00:02:42.386]➜  mkdir -p $WORK/b1318/
2025-08-20T23:00:20.1256132Z [00:02:42.386]➜  cat >/tmp/go-build2180205415/b1318/importcfg << 'EOF' # internal
2025-08-20T23:00:20.1256658Z [00:02:42.386]➜  # import config
2025-08-20T23:00:20.1257117Z [00:02:42.387]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.1257758Z [00:02:42.387]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.1258819Z [00:02:42.387]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.1260197Z [00:02:42.387]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.1261395Z [00:02:42.387]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.1263006Z [00:02:42.387]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.1263507Z [00:02:42.387]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:20.1263932Z [00:02:42.387]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.1264371Z [00:02:42.387]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.1264689Z [00:02:42.387]➜  EOF
2025-08-20T23:00:20.1267019Z [00:02:42.387]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1318/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formbucket=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formbucket;$WORK/b1318=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formbucket -lang=go1.24 -complete -installsuffix shared -buildid gEXC8EQH2GLxcr43H31R/gEXC8EQH2GLxcr43H31R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1318/importcfg -pack ./pkg/detectors/formbucket/formbucket.go
2025-08-20T23:00:20.1271449Z [00:02:42.388]➜  cp $WORK/b1316/_pkg_.a /root/.cache/go-build/c3/c31b5b67bf312d5041339e0e8322fb69ccb42a223c4ca26b3cf2a6e6fbee5b87-d # internal
2025-08-20T23:00:20.1275625Z [00:02:42.389]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formcraft
2025-08-20T23:00:20.1280358Z [00:02:42.389]➜  mkdir -p $WORK/b1319/
2025-08-20T23:00:20.1280816Z [00:02:42.389]➜  cat >/tmp/go-build2180205415/b1319/importcfg << 'EOF' # internal
2025-08-20T23:00:20.1281190Z [00:02:42.389]➜  # import config
2025-08-20T23:00:20.1281536Z [00:02:42.389]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.1281999Z [00:02:42.389]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:20.1282441Z [00:02:42.389]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.1283041Z [00:02:42.389]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.1283817Z [00:02:42.389]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.1284860Z [00:02:42.389]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.1285619Z [00:02:42.389]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.1286424Z [00:02:42.389]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.1286864Z [00:02:42.389]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.1287182Z [00:02:42.389]➜  EOF
2025-08-20T23:00:20.1289255Z [00:02:42.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1319/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formcraft=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formcraft;$WORK/b1319=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formcraft -lang=go1.24 -complete -installsuffix shared -buildid WlfbahYUBwxGJHuvuWjm/WlfbahYUBwxGJHuvuWjm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1319/importcfg -pack ./pkg/detectors/formcraft/formcraft.go
2025-08-20T23:00:20.1644322Z [00:02:42.425]➜  go tool buildid -w $WORK/b1319/_pkg_.a # internal
2025-08-20T23:00:20.1652819Z [00:02:42.426]➜  cp $WORK/b1319/_pkg_.a /root/.cache/go-build/a1/a100ac1ad8803eb0a1aea492fd53a8d21b3748be1440b85d9a4a31afc638608d-d # internal
2025-08-20T23:00:20.1653618Z [00:02:42.426]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formio
2025-08-20T23:00:20.1654706Z [00:02:42.426]➜  mkdir -p $WORK/b1320/
2025-08-20T23:00:20.1656037Z [00:02:42.427]➜  cat >/tmp/go-build2180205415/b1320/importcfg << 'EOF' # internal
2025-08-20T23:00:20.1656427Z [00:02:42.427]➜  # import config
2025-08-20T23:00:20.1656788Z [00:02:42.427]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.1657401Z [00:02:42.427]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.1658187Z [00:02:42.427]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.1659000Z [00:02:42.427]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.1659691Z [00:02:42.427]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.1660188Z [00:02:42.427]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.1660621Z [00:02:42.427]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.1660939Z [00:02:42.427]➜  EOF
2025-08-20T23:00:20.1663172Z [00:02:42.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1320/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formio;$WORK/b1320=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formio -lang=go1.24 -complete -installsuffix shared -buildid AT2gFztj0wN-fmd4CzIH/AT2gFztj0wN-fmd4CzIH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1320/importcfg -pack ./pkg/detectors/formio/formio.go
2025-08-20T23:00:20.1757671Z [00:02:42.437]➜  go tool buildid -w $WORK/b1318/_pkg_.a # internal
2025-08-20T23:00:20.1770546Z [00:02:42.438]➜  cp $WORK/b1318/_pkg_.a /root/.cache/go-build/b3/b34c5b8e344549ad0c9279c1f1a7f29c447585853686297f54ca85b8b149b572-d # internal
2025-08-20T23:00:20.1771292Z [00:02:42.438]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formsite
2025-08-20T23:00:20.1771683Z [00:02:42.438]➜  mkdir -p $WORK/b1321/
2025-08-20T23:00:20.1777236Z [00:02:42.439]➜  cat >/tmp/go-build2180205415/b1321/importcfg << 'EOF' # internal
2025-08-20T23:00:20.1777657Z [00:02:42.439]➜  # import config
2025-08-20T23:00:20.1778006Z [00:02:42.439]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.1778431Z [00:02:42.439]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.1779050Z [00:02:42.439]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.1780084Z [00:02:42.439]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.1780968Z [00:02:42.439]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.1781815Z [00:02:42.439]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.1782313Z [00:02:42.439]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.1782746Z [00:02:42.439]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.1783062Z [00:02:42.439]➜  EOF
2025-08-20T23:00:20.1785049Z [00:02:42.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1321/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formsite=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formsite;$WORK/b1321=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formsite -lang=go1.24 -complete -installsuffix shared -buildid V9E7IgMuDISrQH8-JQRA/V9E7IgMuDISrQH8-JQRA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1321/importcfg -pack ./pkg/detectors/formsite/formsite.go
2025-08-20T23:00:20.1998117Z [00:02:42.461]➜  go tool buildid -w $WORK/b1320/_pkg_.a # internal
2025-08-20T23:00:20.2007563Z [00:02:42.462]➜  cp $WORK/b1320/_pkg_.a /root/.cache/go-build/3a/3a1d6a604e39c950424ac657f174f4daf9a6bcf966d2c0013ee4f998b0b72575-d # internal
2025-08-20T23:00:20.2008907Z [00:02:42.462]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/foursquare
2025-08-20T23:00:20.2009675Z [00:02:42.462]➜  mkdir -p $WORK/b1322/
2025-08-20T23:00:20.2014724Z [00:02:42.462]➜  cat >/tmp/go-build2180205415/b1322/importcfg << 'EOF' # internal
2025-08-20T23:00:20.2015175Z [00:02:42.462]➜  # import config
2025-08-20T23:00:20.2015523Z [00:02:42.462]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.2016102Z [00:02:42.462]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.2016724Z [00:02:42.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.2017493Z [00:02:42.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.2018301Z [00:02:42.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.2018979Z [00:02:42.462]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.2019472Z [00:02:42.462]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.2019906Z [00:02:42.462]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.2020239Z [00:02:42.462]➜  EOF
2025-08-20T23:00:20.2022649Z [00:02:42.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1322/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/foursquare=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/foursquare;$WORK/b1322=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/foursquare -lang=go1.24 -complete -installsuffix shared -buildid hyNwRza0NO_9tOnQkpis/hyNwRza0NO_9tOnQkpis -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1322/importcfg -pack ./pkg/detectors/foursquare/foursquare.go
2025-08-20T23:00:20.2388278Z [00:02:42.500]➜  go tool buildid -w $WORK/b1322/_pkg_.a # internal
2025-08-20T23:00:20.2405892Z [00:02:42.501]➜  cp $WORK/b1322/_pkg_.a /root/.cache/go-build/97/979bd363ac98d309bd48a6bbad735918898a139ca44c70490b8e28ca00cdd44e-d # internal
2025-08-20T23:00:20.2406752Z [00:02:42.501]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/frameio
2025-08-20T23:00:20.2407141Z [00:02:42.501]➜  mkdir -p $WORK/b1323/
2025-08-20T23:00:20.2407519Z [00:02:42.501]➜  cat >/tmp/go-build2180205415/b1323/importcfg << 'EOF' # internal
2025-08-20T23:00:20.2407898Z [00:02:42.501]➜  # import config
2025-08-20T23:00:20.2408257Z [00:02:42.501]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.2408687Z [00:02:42.501]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.2409282Z [00:02:42.501]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.2410450Z [00:02:42.501]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.2411248Z [00:02:42.501]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.2411929Z [00:02:42.501]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.2412420Z [00:02:42.501]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.2412851Z [00:02:42.501]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.2413169Z [00:02:42.501]➜  EOF
2025-08-20T23:00:20.2415359Z [00:02:42.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1323/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/frameio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/frameio;$WORK/b1323=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/frameio -lang=go1.24 -complete -installsuffix shared -buildid 6PGTuzTBRb5M7AovIS3v/6PGTuzTBRb5M7AovIS3v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1323/importcfg -pack ./pkg/detectors/frameio/frameio.go
2025-08-20T23:00:20.2770184Z [00:02:42.537]➜  go tool buildid -w $WORK/b1323/_pkg_.a # internal
2025-08-20T23:00:20.2777291Z [00:02:42.538]➜  go tool buildid -w $WORK/b1321/_pkg_.a # internal
2025-08-20T23:00:20.2779085Z [00:02:42.539]➜  cp $WORK/b1323/_pkg_.a /root/.cache/go-build/e4/e4d35181e5a216fb611935b7f728d72c077d43b78c5a45fa1d81bbb937e52480-d # internal
2025-08-20T23:00:20.2779830Z [00:02:42.539]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshbooks
2025-08-20T23:00:20.2780754Z [00:02:42.539]➜  mkdir -p $WORK/b1324/
2025-08-20T23:00:20.2783254Z [00:02:42.539]➜  cat >/tmp/go-build2180205415/b1324/importcfg << 'EOF' # internal
2025-08-20T23:00:20.2783728Z [00:02:42.539]➜  # import config
2025-08-20T23:00:20.2784097Z [00:02:42.539]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.2784519Z [00:02:42.539]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.2785125Z [00:02:42.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.2786093Z [00:02:42.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.2786861Z [00:02:42.539]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.2787331Z [00:02:42.539]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:20.2788012Z [00:02:42.539]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.2792420Z [00:02:42.540]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.2792872Z [00:02:42.540]➜  EOF
2025-08-20T23:00:20.2794931Z [00:02:42.540]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1324/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshbooks=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshbooks;$WORK/b1324=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshbooks -lang=go1.24 -complete -installsuffix shared -buildid 9IRYGHc-8XgUIQrv2MNl/9IRYGHc-8XgUIQrv2MNl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1324/importcfg -pack ./pkg/detectors/freshbooks/freshbooks.go
2025-08-20T23:00:20.2797263Z [00:02:42.540]➜  cp $WORK/b1321/_pkg_.a /root/.cache/go-build/e9/e919af1aa202c42105f82f3c2f1a5f563491ecfc395910b2368891f63d57d958-d # internal
2025-08-20T23:00:20.2797950Z [00:02:42.540]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshdesk
2025-08-20T23:00:20.2798343Z [00:02:42.540]➜  mkdir -p $WORK/b1325/
2025-08-20T23:00:20.2821858Z [00:02:42.543]➜  cat >/tmp/go-build2180205415/b1325/importcfg << 'EOF' # internal
2025-08-20T23:00:20.2822290Z [00:02:42.543]➜  # import config
2025-08-20T23:00:20.2822949Z [00:02:42.543]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.2823420Z [00:02:42.543]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:20.2823870Z [00:02:42.543]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.2824472Z [00:02:42.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.2825242Z [00:02:42.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.2826241Z [00:02:42.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.2827137Z [00:02:42.543]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.2827637Z [00:02:42.543]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.2828070Z [00:02:42.543]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.2828393Z [00:02:42.543]➜  EOF
2025-08-20T23:00:20.2830410Z [00:02:42.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1325/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshdesk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshdesk;$WORK/b1325=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshdesk -lang=go1.24 -complete -installsuffix shared -buildid _85umY27tEIePMnnQhp4/_85umY27tEIePMnnQhp4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1325/importcfg -pack ./pkg/detectors/freshdesk/freshdesk.go
2025-08-20T23:00:20.3241387Z [00:02:42.585]➜  go tool buildid -w $WORK/b1324/_pkg_.a # internal
2025-08-20T23:00:20.3250892Z [00:02:42.586]➜  cp $WORK/b1324/_pkg_.a /root/.cache/go-build/11/11bba628bcd101f19139c2783cfcc365500fed0189111cf835b424461de707cb-d # internal
2025-08-20T23:00:20.3280022Z [00:02:42.589]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/front
2025-08-20T23:00:20.3281075Z [00:02:42.589]➜  mkdir -p $WORK/b1326/
2025-08-20T23:00:20.3284555Z [00:02:42.590]➜  cat >/tmp/go-build2180205415/b1326/importcfg << 'EOF' # internal
2025-08-20T23:00:20.3285010Z [00:02:42.590]➜  # import config
2025-08-20T23:00:20.3285597Z [00:02:42.590]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.3287191Z [00:02:42.590]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.3288097Z [00:02:42.590]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.3288924Z [00:02:42.590]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.3290071Z [00:02:42.590]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.3290878Z [00:02:42.590]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.3291391Z [00:02:42.590]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.3291826Z [00:02:42.590]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.3292165Z [00:02:42.590]➜  EOF
2025-08-20T23:00:20.3294158Z [00:02:42.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1326/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/front=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/front;$WORK/b1326=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/front -lang=go1.24 -complete -installsuffix shared -buildid -hbIAwZj7hOW9wt6hszp/-hbIAwZj7hOW9wt6hszp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1326/importcfg -pack ./pkg/detectors/front/front.go
2025-08-20T23:00:20.3415279Z [00:02:42.603]➜  go tool buildid -w $WORK/b1325/_pkg_.a # internal
2025-08-20T23:00:20.3424287Z [00:02:42.603]➜  cp $WORK/b1325/_pkg_.a /root/.cache/go-build/02/02fe97106b7c0963db9616f3e9c74c8e9f61560f449e73c2a10ffb9cfe2e4fdd-d # internal
2025-08-20T23:00:20.3456724Z [00:02:42.606]➜  github.com/jlaffaye/ftp
2025-08-20T23:00:20.3457520Z [00:02:42.606]➜  mkdir -p $WORK/b1328/
2025-08-20T23:00:20.3458400Z [00:02:42.606]➜  cat >/tmp/go-build2180205415/b1328/importcfg << 'EOF' # internal
2025-08-20T23:00:20.3458800Z [00:02:42.606]➜  # import config
2025-08-20T23:00:20.3459152Z [00:02:42.606]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:20.3459582Z [00:02:42.606]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.3460026Z [00:02:42.606]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:20.3460463Z [00:02:42.606]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:20.3460897Z [00:02:42.606]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.3461768Z [00:02:42.606]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build2180205415/b835/_pkg_.a
2025-08-20T23:00:20.3462273Z [00:02:42.606]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:20.3462679Z [00:02:42.606]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:20.3463121Z [00:02:42.606]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T23:00:20.3463561Z [00:02:42.606]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:20.3463977Z [00:02:42.606]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:20.3464400Z [00:02:42.606]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.3464816Z [00:02:42.606]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:20.3465125Z [00:02:42.606]➜  EOF
2025-08-20T23:00:20.3468068Z [00:02:42.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1328/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jlaffaye/ftp@v0.2.0=>github.com/jlaffaye/ftp@v0.2.0;$WORK/b1328=>" -p github.com/jlaffaye/ftp -lang=go1.17 -complete -installsuffix shared -buildid qMrLfx1EfZJxRRPQHOmr/qMrLfx1EfZJxRRPQHOmr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1328/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:00:20.3771650Z [00:02:42.638]➜  go tool buildid -w $WORK/b1326/_pkg_.a # internal
2025-08-20T23:00:20.3780699Z [00:02:42.639]➜  cp $WORK/b1326/_pkg_.a /root/.cache/go-build/41/413123de606adbbeaa9426abed4f2d512a389deef5b01c0543d2ed05504b3c45-d # internal
2025-08-20T23:00:20.3784650Z [00:02:42.639]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fulcrum
2025-08-20T23:00:20.3785388Z [00:02:42.639]➜  mkdir -p $WORK/b1329/
2025-08-20T23:00:20.3787188Z [00:02:42.640]➜  cat >/tmp/go-build2180205415/b1329/importcfg << 'EOF' # internal
2025-08-20T23:00:20.3788239Z [00:02:42.640]➜  # import config
2025-08-20T23:00:20.3788645Z [00:02:42.640]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.3789270Z [00:02:42.640]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.3790047Z [00:02:42.640]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.3790848Z [00:02:42.640]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.3791529Z [00:02:42.640]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.3792039Z [00:02:42.640]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.3792899Z [00:02:42.640]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.3793232Z [00:02:42.640]➜  EOF
2025-08-20T23:00:20.3795200Z [00:02:42.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1329/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fulcrum=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fulcrum;$WORK/b1329=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fulcrum -lang=go1.24 -complete -installsuffix shared -buildid Eap7eIz147mH4jllL8Kt/Eap7eIz147mH4jllL8Kt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1329/importcfg -pack ./pkg/detectors/fulcrum/fulcrum.go
2025-08-20T23:00:20.4186702Z [00:02:42.680]➜  go tool buildid -w $WORK/b1329/_pkg_.a # internal
2025-08-20T23:00:20.4211231Z [00:02:42.682]➜  cp $WORK/b1329/_pkg_.a /root/.cache/go-build/53/53afa89cd2b909a5d24146c45d8b6807a2ef23f8bb55b0828b461800f46fb69b-d # internal
2025-08-20T23:00:20.4212042Z [00:02:42.682]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v1
2025-08-20T23:00:20.4212454Z [00:02:42.682]➜  mkdir -p $WORK/b1330/
2025-08-20T23:00:20.4212833Z [00:02:42.682]➜  cat >/tmp/go-build2180205415/b1330/importcfg << 'EOF' # internal
2025-08-20T23:00:20.4213196Z [00:02:42.682]➜  # import config
2025-08-20T23:00:20.4213541Z [00:02:42.682]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.4213964Z [00:02:42.682]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.4214559Z [00:02:42.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.4215328Z [00:02:42.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.4216270Z [00:02:42.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.4216965Z [00:02:42.682]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.4217473Z [00:02:42.682]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.4217907Z [00:02:42.682]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.4218228Z [00:02:42.682]➜  EOF
2025-08-20T23:00:20.4220549Z [00:02:42.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1330/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v1;$WORK/b1330=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v1 -lang=go1.24 -complete -installsuffix shared -buildid GYh3U8Pjg5w52no5n7oa/GYh3U8Pjg5w52no5n7oa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1330/importcfg -pack ./pkg/detectors/fullstory/v1/fullstory.go
2025-08-20T23:00:20.4824741Z [00:02:42.743]➜  go tool buildid -w $WORK/b1328/_pkg_.a # internal
2025-08-20T23:00:20.4842308Z [00:02:42.745]➜  cp $WORK/b1328/_pkg_.a /root/.cache/go-build/1a/1aea9f7baaf67c6200f0cdda29c94b0c1f3c464be5921cf1c85fbf820650217b-d # internal
2025-08-20T23:00:20.4843282Z [00:02:42.745]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ftp
2025-08-20T23:00:20.4846356Z [00:02:42.745]➜  mkdir -p $WORK/b1327/
2025-08-20T23:00:20.4848122Z [00:02:42.746]➜  cat >/tmp/go-build2180205415/b1327/importcfg << 'EOF' # internal
2025-08-20T23:00:20.4848544Z [00:02:42.746]➜  # import config
2025-08-20T23:00:20.4849122Z [00:02:42.746]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.4849729Z [00:02:42.746]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:20.4850418Z [00:02:42.746]➜  packagefile github.com/jlaffaye/ftp=/tmp/go-build2180205415/b1328/_pkg_.a
2025-08-20T23:00:20.4852152Z [00:02:42.746]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.4853075Z [00:02:42.746]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.4854101Z [00:02:42.746]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.4854834Z [00:02:42.746]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T23:00:20.4855289Z [00:02:42.746]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:20.4855721Z [00:02:42.746]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.4861065Z [00:02:42.746]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:20.4861497Z [00:02:42.746]➜  EOF
2025-08-20T23:00:20.4863429Z [00:02:42.747]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1327/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ftp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ftp;$WORK/b1327=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ftp -lang=go1.24 -complete -installsuffix shared -buildid RJ-oxFMMPju5vnSzRraZ/RJ-oxFMMPju5vnSzRraZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1327/importcfg -pack ./pkg/detectors/ftp/ftp.go
2025-08-20T23:00:20.4865164Z [00:02:42.747]➜  go tool buildid -w $WORK/b1330/_pkg_.a # internal
2025-08-20T23:00:20.4875113Z [00:02:42.749]➜  cp $WORK/b1330/_pkg_.a /root/.cache/go-build/21/214a448a29e2941c89a2d5d9480c12404c6589c0fbb92e6c95c6cdb05de13ca2-d # internal
2025-08-20T23:00:20.4875986Z [00:02:42.749]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v2
2025-08-20T23:00:20.4876449Z [00:02:42.749]➜  mkdir -p $WORK/b1331/
2025-08-20T23:00:20.4880315Z [00:02:42.749]➜  cat >/tmp/go-build2180205415/b1331/importcfg << 'EOF' # internal
2025-08-20T23:00:20.4881788Z [00:02:42.749]➜  # import config
2025-08-20T23:00:20.4882206Z [00:02:42.749]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.4882657Z [00:02:42.749]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.4883271Z [00:02:42.749]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.4884039Z [00:02:42.749]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.4884844Z [00:02:42.749]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.4885520Z [00:02:42.749]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.4886177Z [00:02:42.749]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.4886612Z [00:02:42.749]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.4886934Z [00:02:42.749]➜  EOF
2025-08-20T23:00:20.4898242Z [00:02:42.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1331/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v2;$WORK/b1331=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v2 -lang=go1.24 -complete -installsuffix shared -buildid Frx63Wx7HR7Um_Nj8ov2/Frx63Wx7HR7Um_Nj8ov2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1331/importcfg -pack ./pkg/detectors/fullstory/v2/fullstory_v2.go
2025-08-20T23:00:20.5267444Z [00:02:42.788]➜  go tool buildid -w $WORK/b1327/_pkg_.a # internal
2025-08-20T23:00:20.5277094Z [00:02:42.789]➜  cp $WORK/b1327/_pkg_.a /root/.cache/go-build/d8/d890032ed516cf969aaa2fd7d12f7c8cfb431d9dc297632ffccd7cd4b865dfe3-d # internal
2025-08-20T23:00:20.5278399Z [00:02:42.789]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fxmarket
2025-08-20T23:00:20.5279193Z [00:02:42.789]➜  mkdir -p $WORK/b1332/
2025-08-20T23:00:20.5283724Z [00:02:42.789]➜  cat >/tmp/go-build2180205415/b1332/importcfg << 'EOF' # internal
2025-08-20T23:00:20.5284303Z [00:02:42.789]➜  # import config
2025-08-20T23:00:20.5284695Z [00:02:42.789]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.5285448Z [00:02:42.789]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.5286179Z [00:02:42.789]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.5287138Z [00:02:42.789]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.5287936Z [00:02:42.789]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.5288616Z [00:02:42.789]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.5289113Z [00:02:42.789]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.5289544Z [00:02:42.789]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.5289865Z [00:02:42.789]➜  EOF
2025-08-20T23:00:20.5291884Z [00:02:42.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1332/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fxmarket=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fxmarket;$WORK/b1332=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fxmarket -lang=go1.24 -complete -installsuffix shared -buildid QeQlXWbAeJRGjrCGk1RI/QeQlXWbAeJRGjrCGk1RI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1332/importcfg -pack ./pkg/detectors/fxmarket/fxmarket.go
2025-08-20T23:00:20.5552384Z [00:02:42.816]➜  go tool buildid -w $WORK/b1331/_pkg_.a # internal
2025-08-20T23:00:20.5567640Z [00:02:42.818]➜  cp $WORK/b1331/_pkg_.a /root/.cache/go-build/74/74b77116d52134ca64d056cc3837afdf09fec5f3dc5066907cd87320b4fd3645-d # internal
2025-08-20T23:00:20.5589883Z [00:02:42.820]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcp
2025-08-20T23:00:20.5590992Z [00:02:42.820]➜  mkdir -p $WORK/b1333/
2025-08-20T23:00:20.5595954Z [00:02:42.821]➜  cat >/tmp/go-build2180205415/b1333/importcfg << 'EOF' # internal
2025-08-20T23:00:20.5597549Z [00:02:42.821]➜  # import config
2025-08-20T23:00:20.5598659Z [00:02:42.821]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:20.5599472Z [00:02:42.821]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.5600316Z [00:02:42.821]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:00:20.5603603Z [00:02:42.821]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:20.5605009Z [00:02:42.821]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:20.5606099Z [00:02:42.821]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T23:00:20.5607230Z [00:02:42.821]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.5608525Z [00:02:42.821]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.5610064Z [00:02:42.821]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.5611870Z [00:02:42.821]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2180205415/b458/_pkg_.a
2025-08-20T23:00:20.5613199Z [00:02:42.821]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.5617023Z [00:02:42.821]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:20.5618054Z [00:02:42.821]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:20.5618789Z [00:02:42.821]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.5619555Z [00:02:42.821]➜  EOF
2025-08-20T23:00:20.5621728Z [00:02:42.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1333/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcp;$WORK/b1333=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcp -lang=go1.24 -complete -installsuffix shared -buildid 1BsTXEWTboyuA4PZ82Gp/1BsTXEWTboyuA4PZ82Gp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1333/importcfg -pack ./pkg/detectors/gcp/gcp.go
2025-08-20T23:00:20.5691592Z [00:02:42.830]➜  go tool buildid -w $WORK/b1332/_pkg_.a # internal
2025-08-20T23:00:20.5702008Z [00:02:42.831]➜  cp $WORK/b1332/_pkg_.a /root/.cache/go-build/9f/9fd2693603d5248f37f02c52edd2f68b9385f1aedddf682b4f9c071dcf43885e-d # internal
2025-08-20T23:00:20.5730396Z [00:02:42.834]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcpapplicationdefaultcredentials
2025-08-20T23:00:20.5732944Z [00:02:42.834]➜  mkdir -p $WORK/b1334/
2025-08-20T23:00:20.5735620Z [00:02:42.835]➜  cat >/tmp/go-build2180205415/b1334/importcfg << 'EOF' # internal
2025-08-20T23:00:20.5739224Z [00:02:42.835]➜  # import config
2025-08-20T23:00:20.5739602Z [00:02:42.835]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.5740078Z [00:02:42.835]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:20.5740546Z [00:02:42.835]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:20.5740964Z [00:02:42.835]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.5741566Z [00:02:42.835]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.5742337Z [00:02:42.835]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.5743139Z [00:02:42.835]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.5743819Z [00:02:42.835]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.5744353Z [00:02:42.835]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T23:00:20.5745077Z [00:02:42.835]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2180205415/b458/_pkg_.a
2025-08-20T23:00:20.5745640Z [00:02:42.835]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:20.5746278Z [00:02:42.835]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.5746729Z [00:02:42.835]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.5747048Z [00:02:42.835]➜  EOF
2025-08-20T23:00:20.5749640Z [00:02:42.835]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1334/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcpapplicationdefaultcredentials;$WORK/b1334=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcpapplicationdefaultcredentials -lang=go1.24 -complete -installsuffix shared -buildid pmRQ2c4ywBOKzPsJdRGR/pmRQ2c4ywBOKzPsJdRGR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1334/importcfg -pack ./pkg/detectors/gcpapplicationdefaultcredentials/gcpapplicationdefaultcredentials.go
2025-08-20T23:00:20.6171966Z [00:02:42.878]➜  go tool buildid -w $WORK/b1333/_pkg_.a # internal
2025-08-20T23:00:20.6183755Z [00:02:42.879]➜  cp $WORK/b1333/_pkg_.a /root/.cache/go-build/88/885acd8556be184d08317017269c508cec8f7f3caa268ecb3314916e658dc541-d # internal
2025-08-20T23:00:20.6191244Z [00:02:42.880]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geckoboard
2025-08-20T23:00:20.6191676Z [00:02:42.880]➜  mkdir -p $WORK/b1335/
2025-08-20T23:00:20.6192061Z [00:02:42.880]➜  cat >/tmp/go-build2180205415/b1335/importcfg << 'EOF' # internal
2025-08-20T23:00:20.6192411Z [00:02:42.880]➜  # import config
2025-08-20T23:00:20.6192757Z [00:02:42.880]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.6193181Z [00:02:42.880]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.6193778Z [00:02:42.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.6194568Z [00:02:42.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.6204427Z [00:02:42.882]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.6205973Z [00:02:42.882]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.6207112Z [00:02:42.882]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.6207829Z [00:02:42.882]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.6208656Z [00:02:42.882]➜  EOF
2025-08-20T23:00:20.6211049Z [00:02:42.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1335/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geckoboard=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geckoboard;$WORK/b1335=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geckoboard -lang=go1.24 -complete -installsuffix shared -buildid MT3WtJnzKSKlWoFc_dA3/MT3WtJnzKSKlWoFc_dA3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1335/importcfg -pack ./pkg/detectors/geckoboard/geckoboard.go
2025-08-20T23:00:20.6543558Z [00:02:42.915]➜  go tool buildid -w $WORK/b1335/_pkg_.a # internal
2025-08-20T23:00:20.6552924Z [00:02:42.916]➜  cp $WORK/b1335/_pkg_.a /root/.cache/go-build/99/9949535863a496080d96bdaeac82a829092c2e27ea92724eb9f62a4e2544841c-d # internal
2025-08-20T23:00:20.6554334Z [00:02:42.917]➜  go tool buildid -w $WORK/b1334/_pkg_.a # internal
2025-08-20T23:00:20.6568681Z [00:02:42.918]➜  cp $WORK/b1334/_pkg_.a /root/.cache/go-build/9f/9fa518378f11c060aab2068a844e0ba7d2fd0c1cf12d9024f6aa4f3753fd549d-d # internal
2025-08-20T23:00:20.6570170Z [00:02:42.918]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gemini
2025-08-20T23:00:20.6571035Z [00:02:42.918]➜  mkdir -p $WORK/b1336/
2025-08-20T23:00:20.6574969Z [00:02:42.919]➜  cat >/tmp/go-build2180205415/b1336/importcfg << 'EOF' # internal
2025-08-20T23:00:20.6577502Z [00:02:42.919]➜  # import config
2025-08-20T23:00:20.6577970Z [00:02:42.919]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:20.6578405Z [00:02:42.919]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.6578865Z [00:02:42.919]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:20.6579329Z [00:02:42.919]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:20.6579805Z [00:02:42.919]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:20.6580278Z [00:02:42.919]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:20.6580743Z [00:02:42.919]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:20.6581367Z [00:02:42.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.6582142Z [00:02:42.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.6583071Z [00:02:42.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.6583831Z [00:02:42.919]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.6584484Z [00:02:42.919]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.6584921Z [00:02:42.919]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.6585342Z [00:02:42.919]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:20.6585644Z [00:02:42.919]➜  EOF
2025-08-20T23:00:20.6600236Z [00:02:42.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1336/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gemini=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gemini;$WORK/b1336=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gemini -lang=go1.24 -complete -installsuffix shared -buildid yRVKuERl8HCc39dcWk6h/yRVKuERl8HCc39dcWk6h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1336/importcfg -pack ./pkg/detectors/gemini/gemini.go
2025-08-20T23:00:20.6602335Z [00:02:42.920]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gengo
2025-08-20T23:00:20.6602717Z [00:02:42.920]➜  mkdir -p $WORK/b1337/
2025-08-20T23:00:20.6603095Z [00:02:42.920]➜  cat >/tmp/go-build2180205415/b1337/importcfg << 'EOF' # internal
2025-08-20T23:00:20.6603440Z [00:02:42.920]➜  # import config
2025-08-20T23:00:20.6603782Z [00:02:42.920]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.6604221Z [00:02:42.920]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:20.6604725Z [00:02:42.920]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:20.6605184Z [00:02:42.920]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:20.6605656Z [00:02:42.920]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:20.6606274Z [00:02:42.920]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.6606872Z [00:02:42.920]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.6607638Z [00:02:42.920]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.6608432Z [00:02:42.920]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.6609107Z [00:02:42.920]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.6609576Z [00:02:42.920]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:20.6609993Z [00:02:42.920]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.6610599Z [00:02:42.920]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:20.6611097Z [00:02:42.920]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.6611522Z [00:02:42.920]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:20.6611831Z [00:02:42.920]➜  EOF
2025-08-20T23:00:20.6613744Z [00:02:42.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1337/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gengo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gengo;$WORK/b1337=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gengo -lang=go1.24 -complete -installsuffix shared -buildid aXFqWywsryH9oo9Gggld/aXFqWywsryH9oo9Gggld -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1337/importcfg -pack ./pkg/detectors/gengo/gengo.go
2025-08-20T23:00:20.7052432Z [00:02:42.966]➜  go tool buildid -w $WORK/b1337/_pkg_.a # internal
2025-08-20T23:00:20.7074701Z [00:02:42.968]➜  cp $WORK/b1337/_pkg_.a /root/.cache/go-build/eb/ebab954d48013704ff6c0bb165847d0c50bf69d55752d1e13e01a105f1d3d18c-d # internal
2025-08-20T23:00:20.7076619Z [00:02:42.969]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoapify
2025-08-20T23:00:20.7084117Z [00:02:42.969]➜  mkdir -p $WORK/b1338/
2025-08-20T23:00:20.7088341Z [00:02:42.970]➜  cat >/tmp/go-build2180205415/b1338/importcfg << 'EOF' # internal
2025-08-20T23:00:20.7089387Z [00:02:42.970]➜  # import config
2025-08-20T23:00:20.7090524Z [00:02:42.970]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.7093442Z [00:02:42.970]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.7108494Z [00:02:42.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.7110324Z [00:02:42.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.7111747Z [00:02:42.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.7113370Z [00:02:42.970]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.7114457Z [00:02:42.970]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.7115340Z [00:02:42.970]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.7116185Z [00:02:42.970]➜  EOF
2025-08-20T23:00:20.7118406Z [00:02:42.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1338/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoapify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoapify;$WORK/b1338=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoapify -lang=go1.24 -complete -installsuffix shared -buildid AByPhOyzz2_twBn3Y1nt/AByPhOyzz2_twBn3Y1nt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1338/importcfg -pack ./pkg/detectors/geoapify/geoapify.go
2025-08-20T23:00:20.7161985Z [00:02:42.977]➜  go tool buildid -w $WORK/b1336/_pkg_.a # internal
2025-08-20T23:00:20.7173756Z [00:02:42.978]➜  cp $WORK/b1336/_pkg_.a /root/.cache/go-build/53/5387edb6c1dd436c78579390239adf810aea700c491b527e47c0b3279bb161e8-d # internal
2025-08-20T23:00:20.7175496Z [00:02:42.979]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocode
2025-08-20T23:00:20.7177588Z [00:02:42.979]➜  mkdir -p $WORK/b1339/
2025-08-20T23:00:20.7180719Z [00:02:42.979]➜  cat >/tmp/go-build2180205415/b1339/importcfg << 'EOF' # internal
2025-08-20T23:00:20.7181445Z [00:02:42.979]➜  # import config
2025-08-20T23:00:20.7182428Z [00:02:42.979]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.7184157Z [00:02:42.979]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.7185550Z [00:02:42.979]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.7187572Z [00:02:42.979]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.7188982Z [00:02:42.979]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.7190219Z [00:02:42.979]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.7191316Z [00:02:42.979]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:20.7192046Z [00:02:42.979]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.7192910Z [00:02:42.979]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.7193570Z [00:02:42.979]➜  EOF
2025-08-20T23:00:20.7199760Z [00:02:42.979]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1339/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocode=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocode;$WORK/b1339=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocode -lang=go1.24 -complete -installsuffix shared -buildid zk5GSeHYDT_r4molss3u/zk5GSeHYDT_r4molss3u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1339/importcfg -pack ./pkg/detectors/geocode/geocode.go
2025-08-20T23:00:20.7567803Z [00:02:43.018]➜  go tool buildid -w $WORK/b1339/_pkg_.a # internal
2025-08-20T23:00:20.7578268Z [00:02:43.019]➜  cp $WORK/b1339/_pkg_.a /root/.cache/go-build/28/28b1c46269d5d01d2f5495a6ec8f5f9b40c8dd73d6eb8900a7184d73e435c3e0-d # internal
2025-08-20T23:00:20.7580146Z [00:02:43.019]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodify
2025-08-20T23:00:20.7598293Z [00:02:43.021]➜  mkdir -p $WORK/b1340/
2025-08-20T23:00:20.7600018Z [00:02:43.021]➜  cat >/tmp/go-build2180205415/b1340/importcfg << 'EOF' # internal
2025-08-20T23:00:20.7600396Z [00:02:43.021]➜  # import config
2025-08-20T23:00:20.7600747Z [00:02:43.021]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.7601363Z [00:02:43.021]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.7602159Z [00:02:43.021]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.7603232Z [00:02:43.021]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.7603931Z [00:02:43.021]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.7604427Z [00:02:43.021]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.7604860Z [00:02:43.021]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.7605176Z [00:02:43.021]➜  EOF
2025-08-20T23:00:20.7607377Z [00:02:43.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1340/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodify;$WORK/b1340=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodify -lang=go1.24 -complete -installsuffix shared -buildid a17-epUWgRLwYNjRXNoy/a17-epUWgRLwYNjRXNoy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1340/importcfg -pack ./pkg/detectors/geocodify/geocodify.go
2025-08-20T23:00:20.7855069Z [00:02:43.046]➜  go tool buildid -w $WORK/b1338/_pkg_.a # internal
2025-08-20T23:00:20.7862693Z [00:02:43.047]➜  cp $WORK/b1338/_pkg_.a /root/.cache/go-build/cc/cca2b2385573d19a822f6218d91e5a827fb84195f7f70920affafa65b6491b13-d # internal
2025-08-20T23:00:20.7866783Z [00:02:43.048]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodio
2025-08-20T23:00:20.7867197Z [00:02:43.048]➜  mkdir -p $WORK/b1341/
2025-08-20T23:00:20.7867574Z [00:02:43.048]➜  cat >/tmp/go-build2180205415/b1341/importcfg << 'EOF' # internal
2025-08-20T23:00:20.7867924Z [00:02:43.048]➜  # import config
2025-08-20T23:00:20.7868266Z [00:02:43.048]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.7868687Z [00:02:43.048]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.7869518Z [00:02:43.048]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.7870374Z [00:02:43.048]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.7871179Z [00:02:43.048]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.7871863Z [00:02:43.048]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.7872354Z [00:02:43.048]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.7872783Z [00:02:43.048]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.7873099Z [00:02:43.048]➜  EOF
2025-08-20T23:00:20.7875209Z [00:02:43.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1341/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodio;$WORK/b1341=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodio -lang=go1.24 -complete -installsuffix shared -buildid Lnw956JPXpeffJ6SS4he/Lnw956JPXpeffJ6SS4he -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1341/importcfg -pack ./pkg/detectors/geocodio/geocodio.go
2025-08-20T23:00:20.7959079Z [00:02:43.057]➜  go tool buildid -w $WORK/b1340/_pkg_.a # internal
2025-08-20T23:00:20.7969660Z [00:02:43.058]➜  cp $WORK/b1340/_pkg_.a /root/.cache/go-build/04/049006c60b2e787cd2c431073534616e7a59e0c5421a1f68d87a9b9b1b5df96c-d # internal
2025-08-20T23:00:20.7979644Z [00:02:43.058]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoipifi
2025-08-20T23:00:20.7980064Z [00:02:43.058]➜  mkdir -p $WORK/b1342/
2025-08-20T23:00:20.7980446Z [00:02:43.059]➜  cat >/tmp/go-build2180205415/b1342/importcfg << 'EOF' # internal
2025-08-20T23:00:20.7980791Z [00:02:43.059]➜  # import config
2025-08-20T23:00:20.7981152Z [00:02:43.059]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.7981995Z [00:02:43.059]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.7982764Z [00:02:43.059]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.7983570Z [00:02:43.059]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.7984247Z [00:02:43.059]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.7984739Z [00:02:43.059]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.7985171Z [00:02:43.059]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.7985486Z [00:02:43.059]➜  EOF
2025-08-20T23:00:20.7987657Z [00:02:43.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1342/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoipifi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoipifi;$WORK/b1342=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoipifi -lang=go1.24 -complete -installsuffix shared -buildid wYtWA2ukhdj9uax3BRk1/wYtWA2ukhdj9uax3BRk1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1342/importcfg -pack ./pkg/detectors/geoipifi/geoipifi.go
2025-08-20T23:00:20.8427411Z [00:02:43.104]➜  go tool buildid -w $WORK/b1342/_pkg_.a # internal
2025-08-20T23:00:20.8437445Z [00:02:43.105]➜  cp $WORK/b1342/_pkg_.a /root/.cache/go-build/18/18b4186628d6abeb0915097df832ce50f9d420a6851478f6f32e78a17411addb-d # internal
2025-08-20T23:00:20.8462236Z [00:02:43.107]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgeoapi
2025-08-20T23:00:20.8464795Z [00:02:43.107]➜  mkdir -p $WORK/b1343/
2025-08-20T23:00:20.8465214Z [00:02:43.108]➜  cat >/tmp/go-build2180205415/b1343/importcfg << 'EOF' # internal
2025-08-20T23:00:20.8474258Z [00:02:43.108]➜  # import config
2025-08-20T23:00:20.8474920Z [00:02:43.108]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.8475430Z [00:02:43.108]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.8476213Z [00:02:43.108]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.8477057Z [00:02:43.108]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.8477858Z [00:02:43.108]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.8478537Z [00:02:43.108]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.8479026Z [00:02:43.108]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.8479457Z [00:02:43.108]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.8479774Z [00:02:43.108]➜  EOF
2025-08-20T23:00:20.8481946Z [00:02:43.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1343/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgeoapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgeoapi;$WORK/b1343=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgeoapi -lang=go1.24 -complete -installsuffix shared -buildid v2fiDG5y-zAICb11DBye/v2fiDG5y-zAICb11DBye -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1343/importcfg -pack ./pkg/detectors/getgeoapi/getgeoapi.go
2025-08-20T23:00:20.8777668Z [00:02:43.139]➜  go tool buildid -w $WORK/b1341/_pkg_.a # internal
2025-08-20T23:00:20.8786651Z [00:02:43.139]➜  cp $WORK/b1341/_pkg_.a /root/.cache/go-build/31/31df677569ef1a0b94aea79f94a2ffacc7354edc34b18db7adcd6094a3861f06-d # internal
2025-08-20T23:00:20.8789291Z [00:02:43.140]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgist
2025-08-20T23:00:20.8789698Z [00:02:43.140]➜  mkdir -p $WORK/b1344/
2025-08-20T23:00:20.8801277Z [00:02:43.141]➜  cat >/tmp/go-build2180205415/b1344/importcfg << 'EOF' # internal
2025-08-20T23:00:20.8803086Z [00:02:43.141]➜  # import config
2025-08-20T23:00:20.8806080Z [00:02:43.141]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.8806721Z [00:02:43.141]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.8809284Z [00:02:43.141]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.8810073Z [00:02:43.141]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.8810875Z [00:02:43.141]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.8811560Z [00:02:43.141]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.8812052Z [00:02:43.141]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.8812517Z [00:02:43.141]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.8812886Z [00:02:43.141]➜  EOF
2025-08-20T23:00:20.8814856Z [00:02:43.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1344/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgist=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgist;$WORK/b1344=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgist -lang=go1.24 -complete -installsuffix shared -buildid m0vJND7lrrwTc595HuGo/m0vJND7lrrwTc595HuGo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1344/importcfg -pack ./pkg/detectors/getgist/getgist.go
2025-08-20T23:00:20.9208546Z [00:02:43.182]➜  go tool buildid -w $WORK/b1343/_pkg_.a # internal
2025-08-20T23:00:20.9217597Z [00:02:43.183]➜  cp $WORK/b1343/_pkg_.a /root/.cache/go-build/e1/e1f394ba95da8cf00a5d2ce862ed79a9cc464a0e2fdec26c7f9132a4df37b805-d # internal
2025-08-20T23:00:20.9219423Z [00:02:43.183]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getresponse
2025-08-20T23:00:20.9221301Z [00:02:43.183]➜  mkdir -p $WORK/b1345/
2025-08-20T23:00:20.9238396Z [00:02:43.183]➜  cat >/tmp/go-build2180205415/b1345/importcfg << 'EOF' # internal
2025-08-20T23:00:20.9239077Z [00:02:43.183]➜  # import config
2025-08-20T23:00:20.9239751Z [00:02:43.183]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.9240473Z [00:02:43.183]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.9241512Z [00:02:43.183]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.9242556Z [00:02:43.183]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.9243569Z [00:02:43.183]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.9244576Z [00:02:43.183]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.9245735Z [00:02:43.183]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.9250595Z [00:02:43.183]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.9250968Z [00:02:43.183]➜  EOF
2025-08-20T23:00:20.9253207Z [00:02:43.183]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1345/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getresponse=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getresponse;$WORK/b1345=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getresponse -lang=go1.24 -complete -installsuffix shared -buildid YO82AzlJkncwZUfY8WLH/YO82AzlJkncwZUfY8WLH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1345/importcfg -pack ./pkg/detectors/getresponse/getresponse.go
2025-08-20T23:00:20.9590524Z [00:02:43.220]➜  go tool buildid -w $WORK/b1344/_pkg_.a # internal
2025-08-20T23:00:20.9595550Z [00:02:43.220]➜  cp $WORK/b1344/_pkg_.a /root/.cache/go-build/2b/2b8d93e2cda2b43b93d423678c178e996cff01bac7c4eebf2adc129a5ac663ca-d # internal
2025-08-20T23:00:20.9596749Z [00:02:43.220]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getsandbox
2025-08-20T23:00:20.9597156Z [00:02:43.220]➜  mkdir -p $WORK/b1346/
2025-08-20T23:00:20.9597543Z [00:02:43.220]➜  cat >/tmp/go-build2180205415/b1346/importcfg << 'EOF' # internal
2025-08-20T23:00:20.9597889Z [00:02:43.220]➜  # import config
2025-08-20T23:00:20.9598235Z [00:02:43.220]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.9598652Z [00:02:43.220]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.9599253Z [00:02:43.220]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.9600019Z [00:02:43.220]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.9600827Z [00:02:43.220]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.9601515Z [00:02:43.220]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.9602006Z [00:02:43.220]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.9602441Z [00:02:43.220]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.9602799Z [00:02:43.220]➜  EOF
2025-08-20T23:00:20.9604842Z [00:02:43.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1346/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getsandbox=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getsandbox;$WORK/b1346=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getsandbox -lang=go1.24 -complete -installsuffix shared -buildid bhJVp3BNTmonYP6q2yQM/bhJVp3BNTmonYP6q2yQM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1346/importcfg -pack ./pkg/detectors/getsandbox/getsandbox.go
2025-08-20T23:00:20.9925841Z [00:02:43.253]➜  go tool buildid -w $WORK/b1345/_pkg_.a # internal
2025-08-20T23:00:20.9937008Z [00:02:43.255]➜  cp $WORK/b1345/_pkg_.a /root/.cache/go-build/fd/fd492ed8a20c86fbc7925dc936ec2059a2acf8eda7d0a37229292bc5ceb2718d-d # internal
2025-08-20T23:00:20.9970464Z [00:02:43.255]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v1
2025-08-20T23:00:20.9970927Z [00:02:43.255]➜  mkdir -p $WORK/b1347/
2025-08-20T23:00:20.9971316Z [00:02:43.255]➜  cat >/tmp/go-build2180205415/b1347/importcfg << 'EOF' # internal
2025-08-20T23:00:20.9971669Z [00:02:43.255]➜  # import config
2025-08-20T23:00:20.9972014Z [00:02:43.255]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:20.9972472Z [00:02:43.255]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:20.9972908Z [00:02:43.255]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:20.9973507Z [00:02:43.255]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:20.9974514Z [00:02:43.255]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:20.9975428Z [00:02:43.255]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:20.9977762Z [00:02:43.255]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:20.9978265Z [00:02:43.255]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:20.9983846Z [00:02:43.255]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:20.9984169Z [00:02:43.255]➜  EOF
2025-08-20T23:00:20.9986326Z [00:02:43.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1347/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v1;$WORK/b1347=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v1 -lang=go1.24 -complete -installsuffix shared -buildid xTKi7WU9avQC8kc7Pcxl/xTKi7WU9avQC8kc7Pcxl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1347/importcfg -pack ./pkg/detectors/github/v1/github_old.go
2025-08-20T23:00:20.9995880Z [00:02:43.260]➜  go tool buildid -w $WORK/b1346/_pkg_.a # internal
2025-08-20T23:00:21.0003679Z [00:02:43.261]➜  cp $WORK/b1346/_pkg_.a /root/.cache/go-build/19/19dcd1bb271ccf338435df2998ac9f66f0bff8f0c638c601aa421f3e644dac4d-d # internal
2025-08-20T23:00:21.0005326Z [00:02:43.262]➜  golang.org/x/oauth2/clientcredentials
2025-08-20T23:00:21.0007491Z [00:02:43.262]➜  mkdir -p $WORK/b1350/
2025-08-20T23:00:21.0022368Z [00:02:43.263]➜  cat >/tmp/go-build2180205415/b1350/importcfg << 'EOF' # internal
2025-08-20T23:00:21.0023250Z [00:02:43.263]➜  # import config
2025-08-20T23:00:21.0026558Z [00:02:43.263]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.0026999Z [00:02:43.263]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.0027489Z [00:02:43.263]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T23:00:21.0028057Z [00:02:43.263]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build2180205415/b457/_pkg_.a
2025-08-20T23:00:21.0028558Z [00:02:43.263]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.0028997Z [00:02:43.263]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:21.0029423Z [00:02:43.263]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.0029734Z [00:02:43.263]➜  EOF
2025-08-20T23:00:21.0031932Z [00:02:43.263]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1350/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/clientcredentials=>golang.org/x/oauth2@v0.30.0/clientcredentials;$WORK/b1350=>" -p golang.org/x/oauth2/clientcredentials -lang=go1.23 -complete -installsuffix shared -buildid w2pJF29HqR62S2HA694X/w2pJF29HqR62S2HA694X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1350/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/clientcredentials/clientcredentials.go
2025-08-20T23:00:21.0199056Z [00:02:43.281]➜  go tool buildid -w $WORK/b1350/_pkg_.a # internal
2025-08-20T23:00:21.0206127Z [00:02:43.282]➜  cp $WORK/b1350/_pkg_.a /root/.cache/go-build/68/68eec200a592cf9a32cde743399a49315fc0f1aef8f6adfa6eaef39150d791b8-d # internal
2025-08-20T23:00:21.0210044Z [00:02:43.282]➜  golang.org/x/oauth2/endpoints
2025-08-20T23:00:21.0251582Z [00:02:43.286]➜  mkdir -p $WORK/b1352/
2025-08-20T23:00:21.0256514Z [00:02:43.287]➜  cat >/tmp/go-build2180205415/b1352/importcfg << 'EOF' # internal
2025-08-20T23:00:21.0257588Z [00:02:43.287]➜  # import config
2025-08-20T23:00:21.0258964Z [00:02:43.287]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T23:00:21.0259676Z [00:02:43.287]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:21.0260622Z [00:02:43.287]➜  EOF
2025-08-20T23:00:21.0262938Z [00:02:43.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1352/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/endpoints=>golang.org/x/oauth2@v0.30.0/endpoints;$WORK/b1352=>" -p golang.org/x/oauth2/endpoints -lang=go1.23 -complete -installsuffix shared -buildid 42PD25DX_S1QTjkyRi8R/42PD25DX_S1QTjkyRi8R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1352/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/endpoints/endpoints.go
2025-08-20T23:00:21.0412682Z [00:02:43.302]➜  go tool buildid -w $WORK/b1347/_pkg_.a # internal
2025-08-20T23:00:21.0425949Z [00:02:43.304]➜  cp $WORK/b1347/_pkg_.a /root/.cache/go-build/fa/faa7539e4908a206c3320d443a3bae6d41049d338ea28fe0d975e3fb8feb61f4-d # internal
2025-08-20T23:00:21.0427567Z [00:02:43.304]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v2
2025-08-20T23:00:21.0428538Z [00:02:43.304]➜  mkdir -p $WORK/b1348/
2025-08-20T23:00:21.0434263Z [00:02:43.304]➜  cat >/tmp/go-build2180205415/b1348/importcfg << 'EOF' # internal
2025-08-20T23:00:21.0434737Z [00:02:43.304]➜  # import config
2025-08-20T23:00:21.0435353Z [00:02:43.304]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.0435925Z [00:02:43.304]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.0436632Z [00:02:43.304]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.0437402Z [00:02:43.304]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.0438232Z [00:02:43.304]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v1=/tmp/go-build2180205415/b1347/_pkg_.a
2025-08-20T23:00:21.0439093Z [00:02:43.305]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.0439774Z [00:02:43.305]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.0440157Z [00:02:43.305]➜  EOF
2025-08-20T23:00:21.0442156Z [00:02:43.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1348/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v2;$WORK/b1348=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v2 -lang=go1.24 -complete -installsuffix shared -buildid 2oZOfGMg6OhYgCEqrWoZ/2oZOfGMg6OhYgCEqrWoZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1348/importcfg -pack ./pkg/detectors/github/v2/github.go
2025-08-20T23:00:21.0471369Z [00:02:43.308]➜  go tool buildid -w $WORK/b1352/_pkg_.a # internal
2025-08-20T23:00:21.0489965Z [00:02:43.309]➜  cp $WORK/b1352/_pkg_.a /root/.cache/go-build/35/35aef082726173d9630d95d0b3725e7ec6a162ba97868af4966cd368ca2ce6a7-d # internal
2025-08-20T23:00:21.0494491Z [00:02:43.310]➜  golang.org/x/oauth2/github
2025-08-20T23:00:21.0494808Z [00:02:43.310]➜  mkdir -p $WORK/b1351/
2025-08-20T23:00:21.0495383Z [00:02:43.310]➜  cat >/tmp/go-build2180205415/b1351/importcfg << 'EOF' # internal
2025-08-20T23:00:21.0495931Z [00:02:43.310]➜  # import config
2025-08-20T23:00:21.0496424Z [00:02:43.310]➜  packagefile golang.org/x/oauth2/endpoints=/tmp/go-build2180205415/b1352/_pkg_.a
2025-08-20T23:00:21.0496824Z [00:02:43.310]➜  EOF
2025-08-20T23:00:21.0500116Z [00:02:43.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1351/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/github=>golang.org/x/oauth2@v0.30.0/github;$WORK/b1351=>" -p golang.org/x/oauth2/github -lang=go1.23 -complete -installsuffix shared -buildid 2TemRpvczoDGWR_XgZxX/2TemRpvczoDGWR_XgZxX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1351/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/github/github.go
2025-08-20T23:00:21.0641823Z [00:02:43.325]➜  go tool buildid -w $WORK/b1351/_pkg_.a # internal
2025-08-20T23:00:21.0647324Z [00:02:43.326]➜  cp $WORK/b1351/_pkg_.a /root/.cache/go-build/0b/0b2909e7df46f56185bfab2bc3f50cae537abb64f4e0eab4cded704ebdf922fc-d # internal
2025-08-20T23:00:21.0650061Z [00:02:43.326]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github_oauth2
2025-08-20T23:00:21.0650553Z [00:02:43.326]➜  mkdir -p $WORK/b1349/
2025-08-20T23:00:21.0652296Z [00:02:43.326]➜  cat >/tmp/go-build2180205415/b1349/importcfg << 'EOF' # internal
2025-08-20T23:00:21.0653855Z [00:02:43.326]➜  # import config
2025-08-20T23:00:21.0654834Z [00:02:43.326]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.0687427Z [00:02:43.326]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.0688962Z [00:02:43.326]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.0690244Z [00:02:43.326]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.0691352Z [00:02:43.326]➜  packagefile golang.org/x/oauth2/clientcredentials=/tmp/go-build2180205415/b1350/_pkg_.a
2025-08-20T23:00:21.0692752Z [00:02:43.326]➜  packagefile golang.org/x/oauth2/github=/tmp/go-build2180205415/b1351/_pkg_.a
2025-08-20T23:00:21.0693772Z [00:02:43.326]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.0694395Z [00:02:43.326]➜  EOF
2025-08-20T23:00:21.0696953Z [00:02:43.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1349/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github_oauth2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github_oauth2;$WORK/b1349=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github_oauth2 -lang=go1.24 -complete -installsuffix shared -buildid UNT97zHASNvz6cmWrXcT/UNT97zHASNvz6cmWrXcT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1349/importcfg -pack ./pkg/detectors/github_oauth2/github_oauth2.go
2025-08-20T23:00:21.0895884Z [00:02:43.351]➜  go tool buildid -w $WORK/b1348/_pkg_.a # internal
2025-08-20T23:00:21.0923951Z [00:02:43.352]➜  cp $WORK/b1348/_pkg_.a /root/.cache/go-build/40/40fe01e25e3aafabb9dedd4b5b078f8a4de1898e682129584ae0d4232ef2f781-d # internal
2025-08-20T23:00:21.0927662Z [00:02:43.354]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/githubapp
2025-08-20T23:00:21.0928308Z [00:02:43.354]➜  mkdir -p $WORK/b1353/
2025-08-20T23:00:21.0928717Z [00:02:43.354]➜  cat >/tmp/go-build2180205415/b1353/importcfg << 'EOF' # internal
2025-08-20T23:00:21.0929068Z [00:02:43.354]➜  # import config
2025-08-20T23:00:21.0929412Z [00:02:43.354]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.0929829Z [00:02:43.354]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.0930324Z [00:02:43.354]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build2180205415/b274/_pkg_.a
2025-08-20T23:00:21.0930995Z [00:02:43.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.0931983Z [00:02:43.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.0932966Z [00:02:43.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.0933713Z [00:02:43.354]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.0934217Z [00:02:43.354]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.0934649Z [00:02:43.354]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.0935064Z [00:02:43.354]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:21.0935369Z [00:02:43.354]➜  EOF
2025-08-20T23:00:21.0937607Z [00:02:43.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1353/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/githubapp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/githubapp;$WORK/b1353=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/githubapp -lang=go1.24 -complete -installsuffix shared -buildid LH5tnYjq93MC4NH4UQxD/LH5tnYjq93MC4NH4UQxD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1353/importcfg -pack ./pkg/detectors/githubapp/githubapp.go
2025-08-20T23:00:21.0957269Z [00:02:43.357]➜  go tool buildid -w $WORK/b1349/_pkg_.a # internal
2025-08-20T23:00:21.0966711Z [00:02:43.358]➜  cp $WORK/b1349/_pkg_.a /root/.cache/go-build/46/460afaca573d4ed32c43bb0734989b2e7db2911dff6f7a15ffc86a3d8424a9d8-d # internal
2025-08-20T23:00:21.0973511Z [00:02:43.358]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v1
2025-08-20T23:00:21.0974696Z [00:02:43.359]➜  mkdir -p $WORK/b1354/
2025-08-20T23:00:21.0980429Z [00:02:43.359]➜  cat >/tmp/go-build2180205415/b1354/importcfg << 'EOF' # internal
2025-08-20T23:00:21.0981387Z [00:02:43.359]➜  # import config
2025-08-20T23:00:21.0982252Z [00:02:43.359]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.0982741Z [00:02:43.359]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:21.0983486Z [00:02:43.359]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.0984093Z [00:02:43.359]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.0984872Z [00:02:43.359]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.0985669Z [00:02:43.359]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.0986530Z [00:02:43.359]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.0987010Z [00:02:43.359]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.0987417Z [00:02:43.359]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T23:00:21.0987853Z [00:02:43.359]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.0988290Z [00:02:43.359]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.0988643Z [00:02:43.359]➜  EOF
2025-08-20T23:00:21.0990656Z [00:02:43.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1354/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v1;$WORK/b1354=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v1 -lang=go1.24 -complete -installsuffix shared -buildid asBF4NqxdtmKXUpQupUD/asBF4NqxdtmKXUpQupUD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1354/importcfg -pack ./pkg/detectors/gitlab/v1/gitlab.go
2025-08-20T23:00:21.1462057Z [00:02:43.407]➜  go tool buildid -w $WORK/b1353/_pkg_.a # internal
2025-08-20T23:00:21.1469272Z [00:02:43.407]➜  cp $WORK/b1353/_pkg_.a /root/.cache/go-build/b1/b168870f0f2c7bcf231fc20daa360c1c5e30ec0183c1d97686d0831b1ace4897-d # internal
2025-08-20T23:00:21.1470275Z [00:02:43.407]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitter
2025-08-20T23:00:21.1470728Z [00:02:43.408]➜  mkdir -p $WORK/b1356/
2025-08-20T23:00:21.1472905Z [00:02:43.408]➜  cat >/tmp/go-build2180205415/b1356/importcfg << 'EOF' # internal
2025-08-20T23:00:21.1473329Z [00:02:43.408]➜  # import config
2025-08-20T23:00:21.1473693Z [00:02:43.408]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.1474115Z [00:02:43.408]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.1474716Z [00:02:43.408]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.1475485Z [00:02:43.408]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.1476501Z [00:02:43.408]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.1477291Z [00:02:43.408]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.1477856Z [00:02:43.408]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.1478295Z [00:02:43.408]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.1478613Z [00:02:43.408]➜  EOF
2025-08-20T23:00:21.1480845Z [00:02:43.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1356/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitter=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitter;$WORK/b1356=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitter -lang=go1.24 -complete -installsuffix shared -buildid BKb9xlfTZtcr7dJgC7eO/BKb9xlfTZtcr7dJgC7eO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1356/importcfg -pack ./pkg/detectors/gitter/gitter.go
2025-08-20T23:00:21.1522944Z [00:02:43.413]➜  go tool buildid -w $WORK/b1354/_pkg_.a # internal
2025-08-20T23:00:21.1544579Z [00:02:43.415]➜  cp $WORK/b1354/_pkg_.a /root/.cache/go-build/7d/7da61a2a4cf1dd6b4a1492e7f2e3911d69f5602b97fefc47e90c906fd53a0e78-d # internal
2025-08-20T23:00:21.1545631Z [00:02:43.415]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v2
2025-08-20T23:00:21.1546187Z [00:02:43.415]➜  mkdir -p $WORK/b1355/
2025-08-20T23:00:21.1546565Z [00:02:43.415]➜  cat >/tmp/go-build2180205415/b1355/importcfg << 'EOF' # internal
2025-08-20T23:00:21.1546921Z [00:02:43.415]➜  # import config
2025-08-20T23:00:21.1547260Z [00:02:43.415]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.1547680Z [00:02:43.415]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.1548276Z [00:02:43.415]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.1549040Z [00:02:43.415]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.1549868Z [00:02:43.415]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v1=/tmp/go-build2180205415/b1354/_pkg_.a
2025-08-20T23:00:21.1550719Z [00:02:43.415]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.1551406Z [00:02:43.415]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.1551900Z [00:02:43.415]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T23:00:21.1552323Z [00:02:43.415]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.1552754Z [00:02:43.415]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.1553072Z [00:02:43.415]➜  EOF
2025-08-20T23:00:21.1555311Z [00:02:43.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1355/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v2;$WORK/b1355=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v2 -lang=go1.24 -complete -installsuffix shared -buildid Vsy-krScf9H8OCLa7EaZ/Vsy-krScf9H8OCLa7EaZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1355/importcfg -pack ./pkg/detectors/gitlab/v2/gitlab_v2.go
2025-08-20T23:00:21.1869457Z [00:02:43.447]➜  go tool buildid -w $WORK/b1356/_pkg_.a # internal
2025-08-20T23:00:21.1873359Z [00:02:43.448]➜  cp $WORK/b1356/_pkg_.a /root/.cache/go-build/95/951b4cdd306a87de08bca1dcbb581a8dc4d82f80ce495867c25450d8b86f7648-d # internal
2025-08-20T23:00:21.1876841Z [00:02:43.448]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/glassnode
2025-08-20T23:00:21.1881703Z [00:02:43.448]➜  mkdir -p $WORK/b1357/
2025-08-20T23:00:21.1882144Z [00:02:43.449]➜  cat >/tmp/go-build2180205415/b1357/importcfg << 'EOF' # internal
2025-08-20T23:00:21.1882494Z [00:02:43.449]➜  # import config
2025-08-20T23:00:21.1882840Z [00:02:43.449]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.1883465Z [00:02:43.449]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.1884249Z [00:02:43.449]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.1885108Z [00:02:43.449]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.1886277Z [00:02:43.449]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.1886782Z [00:02:43.449]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.1887217Z [00:02:43.449]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.1887533Z [00:02:43.449]➜  EOF
2025-08-20T23:00:21.1889553Z [00:02:43.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1357/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/glassnode=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/glassnode;$WORK/b1357=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/glassnode -lang=go1.24 -complete -installsuffix shared -buildid sViX8AXJ-X0hGrVgiBTl/sViX8AXJ-X0hGrVgiBTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1357/importcfg -pack ./pkg/detectors/glassnode/glassnode.go
2025-08-20T23:00:21.1909967Z [00:02:43.452]➜  go tool buildid -w $WORK/b1192/_pkg_.a # internal
2025-08-20T23:00:21.1967218Z [00:02:43.457]➜  go tool buildid -w $WORK/b1355/_pkg_.a # internal
2025-08-20T23:00:21.1985658Z [00:02:43.459]➜  cp $WORK/b1355/_pkg_.a /root/.cache/go-build/4d/4d4ae99a5d1748b5aaf0d1ff78205ddce9b0936c737f36a3fa165d419c3ceb1b-d # internal
2025-08-20T23:00:21.1988354Z [00:02:43.459]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocanvas
2025-08-20T23:00:21.1988757Z [00:02:43.459]➜  mkdir -p $WORK/b1358/
2025-08-20T23:00:21.1989141Z [00:02:43.459]➜  cat >/tmp/go-build2180205415/b1358/importcfg << 'EOF' # internal
2025-08-20T23:00:21.1989488Z [00:02:43.459]➜  # import config
2025-08-20T23:00:21.1989849Z [00:02:43.459]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.1990314Z [00:02:43.459]➜  packagefile encoding/xml=/tmp/go-build2180205415/b804/_pkg_.a
2025-08-20T23:00:21.1990751Z [00:02:43.459]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.1991346Z [00:02:43.459]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.1992111Z [00:02:43.459]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.1992905Z [00:02:43.459]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.1993582Z [00:02:43.459]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.1994056Z [00:02:43.459]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.1994475Z [00:02:43.459]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.1995152Z [00:02:43.459]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:21.1995979Z [00:02:43.459]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.1996406Z [00:02:43.459]➜  EOF
2025-08-20T23:00:21.1998423Z [00:02:43.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1358/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocanvas=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocanvas;$WORK/b1358=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocanvas -lang=go1.24 -complete -installsuffix shared -buildid 3EYdngnHl9sN4JDJXexc/3EYdngnHl9sN4JDJXexc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1358/importcfg -pack ./pkg/detectors/gocanvas/gocanvas.go
2025-08-20T23:00:21.2235398Z [00:02:43.484]➜  go tool buildid -w $WORK/b1357/_pkg_.a # internal
2025-08-20T23:00:21.2251495Z [00:02:43.485]➜  cp $WORK/b1357/_pkg_.a /root/.cache/go-build/f3/f337afd9cb40cba3802eb7eb9e0d2c7cd1cd8c20fdfb77aa09f3758b41b08e09-d # internal
2025-08-20T23:00:21.2253406Z [00:02:43.486]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocardless
2025-08-20T23:00:21.2253884Z [00:02:43.486]➜  mkdir -p $WORK/b1359/
2025-08-20T23:00:21.2254264Z [00:02:43.486]➜  cat >/tmp/go-build2180205415/b1359/importcfg << 'EOF' # internal
2025-08-20T23:00:21.2254859Z [00:02:43.486]➜  # import config
2025-08-20T23:00:21.2255214Z [00:02:43.486]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.2255638Z [00:02:43.486]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.2256370Z [00:02:43.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.2257138Z [00:02:43.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.2257940Z [00:02:43.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.2258629Z [00:02:43.486]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.2259118Z [00:02:43.486]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.2259556Z [00:02:43.486]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.2259869Z [00:02:43.486]➜  EOF
2025-08-20T23:00:21.2261915Z [00:02:43.486]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1359/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocardless=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocardless;$WORK/b1359=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocardless -lang=go1.24 -complete -installsuffix shared -buildid hAL9up6EcOkwy0V2bucp/hAL9up6EcOkwy0V2bucp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1359/importcfg -pack ./pkg/detectors/gocardless/gocardless.go
2025-08-20T23:00:21.2349942Z [00:02:43.495]➜  cp $WORK/b1192/_pkg_.a /root/.cache/go-build/65/65c095ea30b730b9d516655e2fbe514b6663a84f6ebff285a1139ca165ba5125-d # internal
2025-08-20T23:00:21.2350751Z [00:02:43.495]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/couchbase
2025-08-20T23:00:21.2351148Z [00:02:43.495]➜  mkdir -p $WORK/b1191/
2025-08-20T23:00:21.2351534Z [00:02:43.496]➜  cat >/tmp/go-build2180205415/b1191/importcfg << 'EOF' # internal
2025-08-20T23:00:21.2351883Z [00:02:43.496]➜  # import config
2025-08-20T23:00:21.2352554Z [00:02:43.496]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.2353089Z [00:02:43.496]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.2353688Z [00:02:43.496]➜  packagefile github.com/couchbase/gocb/v2=/tmp/go-build2180205415/b1192/_pkg_.a
2025-08-20T23:00:21.2355098Z [00:02:43.496]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.2356880Z [00:02:43.496]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.2357943Z [00:02:43.496]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.2358702Z [00:02:43.496]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.2359201Z [00:02:43.496]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:21.2359639Z [00:02:43.496]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:21.2359958Z [00:02:43.496]➜  EOF
2025-08-20T23:00:21.2362357Z [00:02:43.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1191/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/couchbase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/couchbase;$WORK/b1191=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/couchbase -lang=go1.24 -complete -installsuffix shared -buildid uRu16zyGC0ac56FWpj8y/uRu16zyGC0ac56FWpj8y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1191/importcfg -pack ./pkg/detectors/couchbase/couchbase.go
2025-08-20T23:00:21.2365396Z [00:02:43.498]➜  go tool buildid -w $WORK/b1358/_pkg_.a # internal
2025-08-20T23:00:21.2373280Z [00:02:43.498]➜  cp $WORK/b1358/_pkg_.a /root/.cache/go-build/fa/fa73cdeef288330255c8463d5754eb4686f22175e4260e83e8a2085b7781f2bc-d # internal
2025-08-20T23:00:21.2374278Z [00:02:43.498]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v1
2025-08-20T23:00:21.2374680Z [00:02:43.498]➜  mkdir -p $WORK/b1360/
2025-08-20T23:00:21.2376640Z [00:02:43.499]➜  cat >/tmp/go-build2180205415/b1360/importcfg << 'EOF' # internal
2025-08-20T23:00:21.2377017Z [00:02:43.499]➜  # import config
2025-08-20T23:00:21.2377366Z [00:02:43.499]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.2377789Z [00:02:43.499]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.2378398Z [00:02:43.499]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.2379175Z [00:02:43.499]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.2379973Z [00:02:43.499]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.2380655Z [00:02:43.499]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.2381128Z [00:02:43.499]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.2381545Z [00:02:43.499]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.2381863Z [00:02:43.499]➜  EOF
2025-08-20T23:00:21.2383869Z [00:02:43.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1360/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v1;$WORK/b1360=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v1 -lang=go1.24 -complete -installsuffix shared -buildid LMgx-FWNZkGALTJ1NtDU/LMgx-FWNZkGALTJ1NtDU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1360/importcfg -pack ./pkg/detectors/godaddy/v1/godaddy.go
2025-08-20T23:00:21.2606322Z [00:02:43.522]➜  go tool buildid -w $WORK/b1359/_pkg_.a # internal
2025-08-20T23:00:21.2616492Z [00:02:43.523]➜  cp $WORK/b1359/_pkg_.a /root/.cache/go-build/20/203dacb31fef7f7c9cc7a063fd64a508742682ece72e9b8a24737e2cf0db4c24-d # internal
2025-08-20T23:00:21.2618579Z [00:02:43.523]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/goodday
2025-08-20T23:00:21.2618998Z [00:02:43.523]➜  mkdir -p $WORK/b1362/
2025-08-20T23:00:21.2629453Z [00:02:43.524]➜  cat >/tmp/go-build2180205415/b1362/importcfg << 'EOF' # internal
2025-08-20T23:00:21.2630261Z [00:02:43.524]➜  # import config
2025-08-20T23:00:21.2631165Z [00:02:43.524]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.2632059Z [00:02:43.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.2633034Z [00:02:43.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.2633904Z [00:02:43.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.2634596Z [00:02:43.524]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.2635087Z [00:02:43.524]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.2635521Z [00:02:43.524]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.2636077Z [00:02:43.524]➜  EOF
2025-08-20T23:00:21.2638092Z [00:02:43.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1362/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/goodday=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/goodday;$WORK/b1362=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/goodday -lang=go1.24 -complete -installsuffix shared -buildid EXj0ZRdsyRBGT33m3CcH/EXj0ZRdsyRBGT33m3CcH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1362/importcfg -pack ./pkg/detectors/goodday/goodday.go
2025-08-20T23:00:21.2758243Z [00:02:43.537]➜  go tool buildid -w $WORK/b1360/_pkg_.a # internal
2025-08-20T23:00:21.2768605Z [00:02:43.538]➜  cp $WORK/b1360/_pkg_.a /root/.cache/go-build/79/79f120b92669d17bfb0177cbd2003276ded113bcc8924954790c2872b6cde6fd-d # internal
2025-08-20T23:00:21.2770091Z [00:02:43.538]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v2
2025-08-20T23:00:21.2770542Z [00:02:43.538]➜  mkdir -p $WORK/b1361/
2025-08-20T23:00:21.2770931Z [00:02:43.538]➜  cat >/tmp/go-build2180205415/b1361/importcfg << 'EOF' # internal
2025-08-20T23:00:21.2771284Z [00:02:43.538]➜  # import config
2025-08-20T23:00:21.2772093Z [00:02:43.538]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.2772744Z [00:02:43.538]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.2773528Z [00:02:43.538]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.2774367Z [00:02:43.538]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v1=/tmp/go-build2180205415/b1360/_pkg_.a
2025-08-20T23:00:21.2775209Z [00:02:43.538]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.2776149Z [00:02:43.538]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.2776706Z [00:02:43.538]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.2777026Z [00:02:43.538]➜  EOF
2025-08-20T23:00:21.2791954Z [00:02:43.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1361/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v2;$WORK/b1361=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v2 -lang=go1.24 -complete -installsuffix shared -buildid tGavX4qlV430R-G88ubP/tGavX4qlV430R-G88ubP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1361/importcfg -pack ./pkg/detectors/godaddy/v2/godaddy.go
2025-08-20T23:00:21.2969424Z [00:02:43.558]➜  go tool buildid -w $WORK/b1362/_pkg_.a # internal
2025-08-20T23:00:21.2981331Z [00:02:43.559]➜  cp $WORK/b1362/_pkg_.a /root/.cache/go-build/92/920cb0460b4c7fa9139f7a07920ccbc006d74a62363d80d235b74cc5f6008dc9-d # internal
2025-08-20T23:00:21.2982113Z [00:02:43.559]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/googleoauth2
2025-08-20T23:00:21.2982523Z [00:02:43.559]➜  mkdir -p $WORK/b1363/
2025-08-20T23:00:21.2982904Z [00:02:43.559]➜  cat >/tmp/go-build2180205415/b1363/importcfg << 'EOF' # internal
2025-08-20T23:00:21.2983257Z [00:02:43.559]➜  # import config
2025-08-20T23:00:21.2983624Z [00:02:43.559]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.2984266Z [00:02:43.559]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:21.2984787Z [00:02:43.559]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.2985539Z [00:02:43.559]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.2986487Z [00:02:43.559]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.2987290Z [00:02:43.559]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.2987968Z [00:02:43.559]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.2988436Z [00:02:43.559]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.2988862Z [00:02:43.559]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.2989506Z [00:02:43.559]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:21.2992172Z [00:02:43.559]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:21.2992496Z [00:02:43.559]➜  EOF
2025-08-20T23:00:21.2994651Z [00:02:43.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1363/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/googleoauth2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/googleoauth2;$WORK/b1363=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/googleoauth2 -lang=go1.24 -complete -installsuffix shared -buildid 3biGtXhyMAcGA6dMgLNR/3biGtXhyMAcGA6dMgLNR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1363/importcfg -pack ./pkg/detectors/googleoauth2/googleoauth2_access_token.go
2025-08-20T23:00:21.3184603Z [00:02:43.579]➜  go tool buildid -w $WORK/b1361/_pkg_.a # internal
2025-08-20T23:00:21.3196318Z [00:02:43.581]➜  cp $WORK/b1361/_pkg_.a /root/.cache/go-build/d6/d69f50c6e0177274c5c7cdaa7923d107cda3e24e5067eece6e9102fe3803203a-d # internal
2025-08-20T23:00:21.3198464Z [00:02:43.581]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafana
2025-08-20T23:00:21.3200304Z [00:02:43.581]➜  mkdir -p $WORK/b1364/
2025-08-20T23:00:21.3202947Z [00:02:43.581]➜  cat >/tmp/go-build2180205415/b1364/importcfg << 'EOF' # internal
2025-08-20T23:00:21.3203334Z [00:02:43.581]➜  # import config
2025-08-20T23:00:21.3203688Z [00:02:43.581]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.3204117Z [00:02:43.581]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.3204927Z [00:02:43.581]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.3205938Z [00:02:43.581]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.3207157Z [00:02:43.581]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.3208068Z [00:02:43.581]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.3208679Z [00:02:43.581]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.3209261Z [00:02:43.581]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.3209821Z [00:02:43.581]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.3210277Z [00:02:43.582]➜  EOF
2025-08-20T23:00:21.3212387Z [00:02:43.582]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1364/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafana=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafana;$WORK/b1364=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafana -lang=go1.24 -complete -installsuffix shared -buildid JJYHCQlST5r4C56Wx3jm/JJYHCQlST5r4C56Wx3jm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1364/importcfg -pack ./pkg/detectors/grafana/grafana.go
2025-08-20T23:00:21.3568711Z [00:02:43.617]➜  go tool buildid -w $WORK/b1363/_pkg_.a # internal
2025-08-20T23:00:21.3594448Z [00:02:43.620]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:21.3596892Z [00:02:43.621]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x036.o -c zstd_ldm.c
2025-08-20T23:00:21.3617255Z [00:02:43.623]➜  cp $WORK/b1363/_pkg_.a /root/.cache/go-build/b7/b770e93cc707640ac1ea43149aa23c24814f4dc2fee18542590fd44d555f4d43-d # internal
2025-08-20T23:00:21.3618235Z [00:02:43.623]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafanaserviceaccount
2025-08-20T23:00:21.3624588Z [00:02:43.623]➜  mkdir -p $WORK/b1365/
2025-08-20T23:00:21.3628919Z [00:02:43.624]➜  cat >/tmp/go-build2180205415/b1365/importcfg << 'EOF' # internal
2025-08-20T23:00:21.3629342Z [00:02:43.624]➜  # import config
2025-08-20T23:00:21.3629709Z [00:02:43.624]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.3630131Z [00:02:43.624]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.3630745Z [00:02:43.624]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.3636406Z [00:02:43.624]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.3637285Z [00:02:43.624]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.3637809Z [00:02:43.624]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.3638267Z [00:02:43.624]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.3638603Z [00:02:43.624]➜  EOF
2025-08-20T23:00:21.3638889Z [00:02:43.624]➜  go tool buildid -w $WORK/b1364/_pkg_.a # internal
2025-08-20T23:00:21.3639234Z [00:02:43.624]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:21.3641724Z [00:02:43.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1365/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafanaserviceaccount=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafanaserviceaccount;$WORK/b1365=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafanaserviceaccount -lang=go1.24 -complete -installsuffix shared -buildid fZIg8NrfrPtYmDcPkpop/fZIg8NrfrPtYmDcPkpop -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1365/importcfg -pack ./pkg/detectors/grafanaserviceaccount/grafanaserviceaccount.go
2025-08-20T23:00:21.3656355Z [00:02:43.627]➜  cp $WORK/b1364/_pkg_.a /root/.cache/go-build/27/270c7451f47ae171e5eaf61cf7d94bfb9559898b2e7b08a6fbdc6cdafc44c173-d # internal
2025-08-20T23:00:21.3658812Z [00:02:43.627]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphcms
2025-08-20T23:00:21.3659887Z [00:02:43.627]➜  mkdir -p $WORK/b1366/
2025-08-20T23:00:21.3666578Z [00:02:43.628]➜  cat >/tmp/go-build2180205415/b1366/importcfg << 'EOF' # internal
2025-08-20T23:00:21.3667510Z [00:02:43.628]➜  # import config
2025-08-20T23:00:21.3667938Z [00:02:43.628]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.3668371Z [00:02:43.628]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.3668971Z [00:02:43.628]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.3669741Z [00:02:43.628]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.3670715Z [00:02:43.628]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.3671641Z [00:02:43.628]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.3672227Z [00:02:43.628]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.3672864Z [00:02:43.628]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.3673182Z [00:02:43.628]➜  EOF
2025-08-20T23:00:21.3682738Z [00:02:43.629]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1366/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphcms=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphcms;$WORK/b1366=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphcms -lang=go1.24 -complete -installsuffix shared -buildid VjBG2Lm7qsdhgpkHd9Pl/VjBG2Lm7qsdhgpkHd9Pl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1366/importcfg -pack ./pkg/detectors/graphcms/graphcms.go
2025-08-20T23:00:21.3915084Z [00:02:43.653]➜  go tool buildid -w $WORK/b1191/_pkg_.a # internal
2025-08-20T23:00:21.3953031Z [00:02:43.656]➜  cp $WORK/b1191/_pkg_.a /root/.cache/go-build/bd/bdbd09a9416fc8ebff39ce6ca081a7a97b611ffd27f37911ddef739f7e26334b-d # internal
2025-08-20T23:00:21.3953967Z [00:02:43.656]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphhopper
2025-08-20T23:00:21.3954759Z [00:02:43.656]➜  mkdir -p $WORK/b1367/
2025-08-20T23:00:21.3969055Z [00:02:43.658]➜  cat >/tmp/go-build2180205415/b1367/importcfg << 'EOF' # internal
2025-08-20T23:00:21.3970633Z [00:02:43.658]➜  # import config
2025-08-20T23:00:21.3971030Z [00:02:43.658]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.3971457Z [00:02:43.658]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.3972060Z [00:02:43.658]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.3972840Z [00:02:43.658]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.3973653Z [00:02:43.658]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.3974335Z [00:02:43.658]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.3974833Z [00:02:43.658]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.3975264Z [00:02:43.658]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.3975583Z [00:02:43.658]➜  EOF
2025-08-20T23:00:21.3978055Z [00:02:43.658]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1367/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphhopper=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphhopper;$WORK/b1367=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphhopper -lang=go1.24 -complete -installsuffix shared -buildid UX-QRzpRSlzgtaYIaCXZ/UX-QRzpRSlzgtaYIaCXZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1367/importcfg -pack ./pkg/detectors/graphhopper/graphhopper.go
2025-08-20T23:00:21.4027089Z [00:02:43.664]➜  go tool buildid -w $WORK/b1365/_pkg_.a # internal
2025-08-20T23:00:21.4037338Z [00:02:43.665]➜  cp $WORK/b1365/_pkg_.a /root/.cache/go-build/ad/ad6163f6f63ed851734315900797e29aaa69f4aa37156695eec5169c726c8ba3-d # internal
2025-08-20T23:00:21.4040599Z [00:02:43.665]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groovehq
2025-08-20T23:00:21.4041009Z [00:02:43.665]➜  mkdir -p $WORK/b1368/
2025-08-20T23:00:21.4068907Z [00:02:43.667]➜  cat >/tmp/go-build2180205415/b1368/importcfg << 'EOF' # internal
2025-08-20T23:00:21.4069678Z [00:02:43.667]➜  # import config
2025-08-20T23:00:21.4070520Z [00:02:43.667]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.4070996Z [00:02:43.667]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.4071621Z [00:02:43.667]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.4072606Z [00:02:43.667]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.4073493Z [00:02:43.667]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.4074369Z [00:02:43.667]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.4074869Z [00:02:43.667]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.4075307Z [00:02:43.667]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.4075630Z [00:02:43.667]➜  EOF
2025-08-20T23:00:21.4077960Z [00:02:43.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1368/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groovehq=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groovehq;$WORK/b1368=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groovehq -lang=go1.24 -complete -installsuffix shared -buildid lzPUjKtz1OIiLoNv5mz9/lzPUjKtz1OIiLoNv5mz9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1368/importcfg -pack ./pkg/detectors/groovehq/groovehq.go
2025-08-20T23:00:21.4112177Z [00:02:43.672]➜  go tool buildid -w $WORK/b1366/_pkg_.a # internal
2025-08-20T23:00:21.4126499Z [00:02:43.673]➜  cp $WORK/b1366/_pkg_.a /root/.cache/go-build/46/462959017d40ae3527a011166e64038416dd15d4f5b4e2caf87a5f2b66cf148b-d # internal
2025-08-20T23:00:21.4127253Z [00:02:43.674]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groq
2025-08-20T23:00:21.4130616Z [00:02:43.674]➜  mkdir -p $WORK/b1369/
2025-08-20T23:00:21.4154907Z [00:02:43.677]➜  cat >/tmp/go-build2180205415/b1369/importcfg << 'EOF' # internal
2025-08-20T23:00:21.4158237Z [00:02:43.677]➜  # import config
2025-08-20T23:00:21.4158615Z [00:02:43.677]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.4159057Z [00:02:43.677]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.4159673Z [00:02:43.677]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.4160444Z [00:02:43.677]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.4161248Z [00:02:43.677]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.4161931Z [00:02:43.677]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.4162402Z [00:02:43.677]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.4162820Z [00:02:43.677]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.4163142Z [00:02:43.677]➜  EOF
2025-08-20T23:00:21.4165337Z [00:02:43.677]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1369/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groq=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groq;$WORK/b1369=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groq -lang=go1.24 -complete -installsuffix shared -buildid c0CzWQvwXXMkFhXdYDT1/c0CzWQvwXXMkFhXdYDT1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1369/importcfg -pack ./pkg/detectors/groq/groq.go
2025-08-20T23:00:21.4357119Z [00:02:43.697]➜  go tool buildid -w $WORK/b1367/_pkg_.a # internal
2025-08-20T23:00:21.4366333Z [00:02:43.698]➜  cp $WORK/b1367/_pkg_.a /root/.cache/go-build/6a/6a34dbad0db928a3296ba4f42f0d2ff7598a2c6d03fd3b9449810f965359fb99-d # internal
2025-08-20T23:00:21.4377554Z [00:02:43.698]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gtmetrix
2025-08-20T23:00:21.4377995Z [00:02:43.698]➜  mkdir -p $WORK/b1370/
2025-08-20T23:00:21.4378385Z [00:02:43.698]➜  cat >/tmp/go-build2180205415/b1370/importcfg << 'EOF' # internal
2025-08-20T23:00:21.4378739Z [00:02:43.698]➜  # import config
2025-08-20T23:00:21.4379104Z [00:02:43.698]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.4379981Z [00:02:43.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.4380813Z [00:02:43.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.4381776Z [00:02:43.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.4382460Z [00:02:43.698]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.4382953Z [00:02:43.698]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.4383388Z [00:02:43.698]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.4383702Z [00:02:43.698]➜  EOF
2025-08-20T23:00:21.4385688Z [00:02:43.699]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1370/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gtmetrix=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gtmetrix;$WORK/b1370=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gtmetrix -lang=go1.24 -complete -installsuffix shared -buildid gum5N_Gk2ga6xnVd-TLn/gum5N_Gk2ga6xnVd-TLn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1370/importcfg -pack ./pkg/detectors/gtmetrix/gtmetrix.go
2025-08-20T23:00:21.4486358Z [00:02:43.710]➜  go tool buildid -w $WORK/b1368/_pkg_.a # internal
2025-08-20T23:00:21.4496297Z [00:02:43.711]➜  cp $WORK/b1368/_pkg_.a /root/.cache/go-build/41/41ef68075060ae4e5daf830c80b75fc3c8d4efd3e696e930ebc72df9389b72f4-d # internal
2025-08-20T23:00:21.4497374Z [00:02:43.711]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/guardianapi
2025-08-20T23:00:21.4498354Z [00:02:43.711]➜  mkdir -p $WORK/b1371/
2025-08-20T23:00:21.4500995Z [00:02:43.711]➜  cat >/tmp/go-build2180205415/b1371/importcfg << 'EOF' # internal
2025-08-20T23:00:21.4501375Z [00:02:43.711]➜  # import config
2025-08-20T23:00:21.4501759Z [00:02:43.711]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.4502384Z [00:02:43.711]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.4513598Z [00:02:43.711]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.4514444Z [00:02:43.711]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.4515132Z [00:02:43.711]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.4515628Z [00:02:43.711]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.4516482Z [00:02:43.711]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.4516811Z [00:02:43.711]➜  EOF
2025-08-20T23:00:21.4519168Z [00:02:43.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1371/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/guardianapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/guardianapi;$WORK/b1371=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/guardianapi -lang=go1.24 -complete -installsuffix shared -buildid RtTe1Y4PIU1elWFYrC8V/RtTe1Y4PIU1elWFYrC8V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1371/importcfg -pack ./pkg/detectors/guardianapi/guardianapi.go
2025-08-20T23:00:21.4594093Z [00:02:43.720]➜  go tool buildid -w $WORK/b1369/_pkg_.a # internal
2025-08-20T23:00:21.4609438Z [00:02:43.722]➜  cp $WORK/b1369/_pkg_.a /root/.cache/go-build/9b/9b9fb5482d0d71f6d07dedee09ec25623bbfd1d567711028d03cc4bd1bd3094c-d # internal
2025-08-20T23:00:21.4610381Z [00:02:43.722]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gumroad
2025-08-20T23:00:21.4610860Z [00:02:43.722]➜  mkdir -p $WORK/b1372/
2025-08-20T23:00:21.4615722Z [00:02:43.722]➜  cat >/tmp/go-build2180205415/b1372/importcfg << 'EOF' # internal
2025-08-20T23:00:21.4616238Z [00:02:43.722]➜  # import config
2025-08-20T23:00:21.4616806Z [00:02:43.722]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.4617530Z [00:02:43.722]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.4618458Z [00:02:43.722]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.4619258Z [00:02:43.722]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.4619941Z [00:02:43.722]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.4620482Z [00:02:43.722]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.4620926Z [00:02:43.722]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.4621243Z [00:02:43.722]➜  EOF
2025-08-20T23:00:21.4640307Z [00:02:43.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1372/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gumroad=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gumroad;$WORK/b1372=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gumroad -lang=go1.24 -complete -installsuffix shared -buildid swHNATF1u5zRDY6ImCGe/swHNATF1u5zRDY6ImCGe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1372/importcfg -pack ./pkg/detectors/gumroad/gumroad.go
2025-08-20T23:00:21.4745933Z [00:02:43.735]➜  go tool buildid -w $WORK/b1370/_pkg_.a # internal
2025-08-20T23:00:21.4754820Z [00:02:43.736]➜  cp $WORK/b1370/_pkg_.a /root/.cache/go-build/28/28ba07d381e11b862b15d79f9f2cea3b7abef1884140a2d3c9a2366f77c2db14-d # internal
2025-08-20T23:00:21.4756148Z [00:02:43.737]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gyazo
2025-08-20T23:00:21.4756541Z [00:02:43.737]➜  mkdir -p $WORK/b1373/
2025-08-20T23:00:21.4761073Z [00:02:43.737]➜  cat >/tmp/go-build2180205415/b1373/importcfg << 'EOF' # internal
2025-08-20T23:00:21.4761558Z [00:02:43.737]➜  # import config
2025-08-20T23:00:21.4761932Z [00:02:43.737]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.4762551Z [00:02:43.737]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.4763333Z [00:02:43.737]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.4764132Z [00:02:43.737]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.4764815Z [00:02:43.737]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.4765310Z [00:02:43.737]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.4765743Z [00:02:43.737]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.4766214Z [00:02:43.737]➜  EOF
2025-08-20T23:00:21.4775442Z [00:02:43.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1373/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gyazo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gyazo;$WORK/b1373=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gyazo -lang=go1.24 -complete -installsuffix shared -buildid vzbgtbJFHkMkKcMJD2YJ/vzbgtbJFHkMkKcMJD2YJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1373/importcfg -pack ./pkg/detectors/gyazo/gyazo.go
2025-08-20T23:00:21.4883029Z [00:02:43.749]➜  go tool buildid -w $WORK/b1371/_pkg_.a # internal
2025-08-20T23:00:21.4893505Z [00:02:43.750]➜  cp $WORK/b1371/_pkg_.a /root/.cache/go-build/f0/f0dd99b98c822802cad2c6e713ea562e70c1bc94aa0197fb7eee300f23ce1b7e-d # internal
2025-08-20T23:00:21.4897267Z [00:02:43.751]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/happyscribe
2025-08-20T23:00:21.4897977Z [00:02:43.751]➜  mkdir -p $WORK/b1374/
2025-08-20T23:00:21.4904136Z [00:02:43.751]➜  cat >/tmp/go-build2180205415/b1374/importcfg << 'EOF' # internal
2025-08-20T23:00:21.4905169Z [00:02:43.751]➜  # import config
2025-08-20T23:00:21.4905741Z [00:02:43.751]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.4906335Z [00:02:43.751]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.4907139Z [00:02:43.751]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.4907916Z [00:02:43.751]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.4908711Z [00:02:43.751]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.4909391Z [00:02:43.751]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.4909880Z [00:02:43.751]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.4910316Z [00:02:43.751]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.4910810Z [00:02:43.751]➜  EOF
2025-08-20T23:00:21.4912910Z [00:02:43.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1374/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/happyscribe=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/happyscribe;$WORK/b1374=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/happyscribe -lang=go1.24 -complete -installsuffix shared -buildid UaMQwD7f86sqT36Zjxyz/UaMQwD7f86sqT36Zjxyz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1374/importcfg -pack ./pkg/detectors/happyscribe/happyscribe.go
2025-08-20T23:00:21.5025251Z [00:02:43.764]➜  go tool buildid -w $WORK/b1372/_pkg_.a # internal
2025-08-20T23:00:21.5039710Z [00:02:43.765]➜  cp $WORK/b1372/_pkg_.a /root/.cache/go-build/8e/8e28ca2db5e2850d82e61bb77ee0f633d1f1c3c04d8af898ae5c4b812c067cc4-d # internal
2025-08-20T23:00:21.5043817Z [00:02:43.765]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harness
2025-08-20T23:00:21.5045981Z [00:02:43.766]➜  mkdir -p $WORK/b1375/
2025-08-20T23:00:21.5057896Z [00:02:43.767]➜  cat >/tmp/go-build2180205415/b1375/importcfg << 'EOF' # internal
2025-08-20T23:00:21.5058565Z [00:02:43.767]➜  # import config
2025-08-20T23:00:21.5058929Z [00:02:43.767]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.5059392Z [00:02:43.767]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:21.5059834Z [00:02:43.767]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.5060429Z [00:02:43.767]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.5061198Z [00:02:43.767]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.5062201Z [00:02:43.767]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.5063029Z [00:02:43.767]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.5063505Z [00:02:43.767]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.5063929Z [00:02:43.767]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.5064367Z [00:02:43.767]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:21.5064686Z [00:02:43.767]➜  EOF
2025-08-20T23:00:21.5071936Z [00:02:43.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1375/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harness=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harness;$WORK/b1375=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harness -lang=go1.24 -complete -installsuffix shared -buildid Svo8JU4g7U3eflEaCfTS/Svo8JU4g7U3eflEaCfTS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1375/importcfg -pack ./pkg/detectors/harness/harness.go
2025-08-20T23:00:21.5188581Z [00:02:43.780]➜  go tool buildid -w $WORK/b1373/_pkg_.a # internal
2025-08-20T23:00:21.5199424Z [00:02:43.781]➜  cp $WORK/b1373/_pkg_.a /root/.cache/go-build/57/5798d5511faf3dcccca02d24fd76d4001e5cfd86037093a7a00b3300562cc6f1-d # internal
2025-08-20T23:00:21.5201572Z [00:02:43.781]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harvest
2025-08-20T23:00:21.5201987Z [00:02:43.781]➜  mkdir -p $WORK/b1376/
2025-08-20T23:00:21.5205135Z [00:02:43.782]➜  cat >/tmp/go-build2180205415/b1376/importcfg << 'EOF' # internal
2025-08-20T23:00:21.5205511Z [00:02:43.782]➜  # import config
2025-08-20T23:00:21.5206023Z [00:02:43.782]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.5206698Z [00:02:43.782]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.5207473Z [00:02:43.782]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.5208392Z [00:02:43.782]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.5209317Z [00:02:43.782]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.5209823Z [00:02:43.782]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.5210254Z [00:02:43.782]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.5210568Z [00:02:43.782]➜  EOF
2025-08-20T23:00:21.5221435Z [00:02:43.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1376/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harvest=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harvest;$WORK/b1376=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harvest -lang=go1.24 -complete -installsuffix shared -buildid Kz2R1190EaohU_fESVfo/Kz2R1190EaohU_fESVfo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1376/importcfg -pack ./pkg/detectors/harvest/harvest.go
2025-08-20T23:00:21.5324024Z [00:02:43.793]➜  go tool buildid -w $WORK/b1374/_pkg_.a # internal
2025-08-20T23:00:21.5334094Z [00:02:43.794]➜  cp $WORK/b1374/_pkg_.a /root/.cache/go-build/95/9541f2f694a4e2f65f4c7dd096c41b4d5208213310ae88fa8c7584f2b404d402-d # internal
2025-08-20T23:00:21.5339497Z [00:02:43.795]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hashicorpvaultauth
2025-08-20T23:00:21.5339950Z [00:02:43.795]➜  mkdir -p $WORK/b1377/
2025-08-20T23:00:21.5372628Z [00:02:43.798]➜  cat >/tmp/go-build2180205415/b1377/importcfg << 'EOF' # internal
2025-08-20T23:00:21.5373227Z [00:02:43.798]➜  # import config
2025-08-20T23:00:21.5373753Z [00:02:43.798]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:21.5374807Z [00:02:43.798]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.5376393Z [00:02:43.798]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:21.5377083Z [00:02:43.798]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.5377739Z [00:02:43.798]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.5378515Z [00:02:43.798]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.5379325Z [00:02:43.798]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.5380010Z [00:02:43.798]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.5380483Z [00:02:43.798]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.5380904Z [00:02:43.798]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.5381336Z [00:02:43.798]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.5381651Z [00:02:43.798]➜  EOF
2025-08-20T23:00:21.5383974Z [00:02:43.798]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1377/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hashicorpvaultauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hashicorpvaultauth;$WORK/b1377=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hashicorpvaultauth -lang=go1.24 -complete -installsuffix shared -buildid XzU9x776UEu_obOns-30/XzU9x776UEu_obOns-30 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1377/importcfg -pack ./pkg/detectors/hashicorpvaultauth/hashicorpvaultauth.go
2025-08-20T23:00:21.5508882Z [00:02:43.812]➜  go tool buildid -w $WORK/b1375/_pkg_.a # internal
2025-08-20T23:00:21.5522182Z [00:02:43.813]➜  cp $WORK/b1375/_pkg_.a /root/.cache/go-build/d3/d3534c0b6c7006779db0f5f3b01a28cb1167f5fba63680dfca0a41ba955dfddb-d # internal
2025-08-20T23:00:21.5523354Z [00:02:43.813]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hasura
2025-08-20T23:00:21.5523747Z [00:02:43.813]➜  mkdir -p $WORK/b1378/
2025-08-20T23:00:21.5528057Z [00:02:43.814]➜  cat >/tmp/go-build2180205415/b1378/importcfg << 'EOF' # internal
2025-08-20T23:00:21.5529305Z [00:02:43.814]➜  # import config
2025-08-20T23:00:21.5529657Z [00:02:43.814]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:21.5530093Z [00:02:43.814]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.5530548Z [00:02:43.814]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:21.5530985Z [00:02:43.814]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.5531582Z [00:02:43.814]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.5532351Z [00:02:43.814]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.5533149Z [00:02:43.814]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.5533831Z [00:02:43.814]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.5534317Z [00:02:43.814]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.5534735Z [00:02:43.814]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.5535171Z [00:02:43.814]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.5535485Z [00:02:43.814]➜  EOF
2025-08-20T23:00:21.5537535Z [00:02:43.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1378/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hasura=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hasura;$WORK/b1378=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hasura -lang=go1.24 -complete -installsuffix shared -buildid D-LkawrQHOhEs5FDCSae/D-LkawrQHOhEs5FDCSae -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1378/importcfg -pack ./pkg/detectors/hasura/hasura.go
2025-08-20T23:00:21.5703647Z [00:02:43.831]➜  go tool buildid -w $WORK/b1376/_pkg_.a # internal
2025-08-20T23:00:21.5719485Z [00:02:43.833]➜  cp $WORK/b1376/_pkg_.a /root/.cache/go-build/5f/5f93f6c384c46a9b676ba25deb34b7a47a546d72c7a47c15f4319a86c2e8ebc2-d # internal
2025-08-20T23:00:21.5721330Z [00:02:43.833]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hellosign
2025-08-20T23:00:21.5722430Z [00:02:43.833]➜  mkdir -p $WORK/b1379/
2025-08-20T23:00:21.5724048Z [00:02:43.833]➜  cat >/tmp/go-build2180205415/b1379/importcfg << 'EOF' # internal
2025-08-20T23:00:21.5724625Z [00:02:43.833]➜  # import config
2025-08-20T23:00:21.5725162Z [00:02:43.833]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.5726000Z [00:02:43.833]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.5727898Z [00:02:43.833]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.5728958Z [00:02:43.833]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.5730101Z [00:02:43.833]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.5731803Z [00:02:43.833]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.5732572Z [00:02:43.833]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.5732996Z [00:02:43.833]➜  EOF
2025-08-20T23:00:21.5735120Z [00:02:43.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1379/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hellosign=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hellosign;$WORK/b1379=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hellosign -lang=go1.24 -complete -installsuffix shared -buildid oJNlwW4O_TzcFdv_Px0n/oJNlwW4O_TzcFdv_Px0n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1379/importcfg -pack ./pkg/detectors/hellosign/hellosign.go
2025-08-20T23:00:21.5904487Z [00:02:43.851]➜  go tool buildid -w $WORK/b1377/_pkg_.a # internal
2025-08-20T23:00:21.5918561Z [00:02:43.853]➜  cp $WORK/b1377/_pkg_.a /root/.cache/go-build/07/076685720db00b356bc9afb61c7d0c793ed7b84e8b774e821c923717e45bc800-d # internal
2025-08-20T23:00:21.5919383Z [00:02:43.853]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpcrunch
2025-08-20T23:00:21.5919792Z [00:02:43.853]➜  mkdir -p $WORK/b1380/
2025-08-20T23:00:21.5924115Z [00:02:43.853]➜  cat >/tmp/go-build2180205415/b1380/importcfg << 'EOF' # internal
2025-08-20T23:00:21.5924490Z [00:02:43.853]➜  # import config
2025-08-20T23:00:21.5924843Z [00:02:43.853]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.5925267Z [00:02:43.853]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.5926023Z [00:02:43.853]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.5926865Z [00:02:43.853]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.5927677Z [00:02:43.853]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.5928366Z [00:02:43.853]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.5928863Z [00:02:43.853]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.5929298Z [00:02:43.853]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.5929623Z [00:02:43.853]➜  EOF
2025-08-20T23:00:21.5931965Z [00:02:43.853]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1380/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpcrunch=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpcrunch;$WORK/b1380=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpcrunch -lang=go1.24 -complete -installsuffix shared -buildid vAF8IOsdV8nirEXUkvoq/vAF8IOsdV8nirEXUkvoq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1380/importcfg -pack ./pkg/detectors/helpcrunch/helpcrunch.go
2025-08-20T23:00:21.6003553Z [00:02:43.861]➜  go tool buildid -w $WORK/b1378/_pkg_.a # internal
2025-08-20T23:00:21.6014693Z [00:02:43.862]➜  cp $WORK/b1378/_pkg_.a /root/.cache/go-build/a3/a3a26769b28e59d26d3ef7225a0b800ee7e95ad3e64b3dae4fa096e816537ad5-d # internal
2025-08-20T23:00:21.6016166Z [00:02:43.862]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpscout
2025-08-20T23:00:21.6016572Z [00:02:43.862]➜  mkdir -p $WORK/b1381/
2025-08-20T23:00:21.6016952Z [00:02:43.863]➜  cat >/tmp/go-build2180205415/b1381/importcfg << 'EOF' # internal
2025-08-20T23:00:21.6017297Z [00:02:43.863]➜  # import config
2025-08-20T23:00:21.6017643Z [00:02:43.863]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.6018258Z [00:02:43.863]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.6019345Z [00:02:43.863]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.6020222Z [00:02:43.863]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.6021103Z [00:02:43.863]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.6021598Z [00:02:43.863]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.6022031Z [00:02:43.863]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.6022342Z [00:02:43.863]➜  EOF
2025-08-20T23:00:21.6025254Z [00:02:43.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1381/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpscout=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpscout;$WORK/b1381=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpscout -lang=go1.24 -complete -installsuffix shared -buildid 949kKteynutWVnVpbMbX/949kKteynutWVnVpbMbX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1381/importcfg -pack ./pkg/detectors/helpscout/helpscout.go
2025-08-20T23:00:21.6111364Z [00:02:43.872]➜  go tool buildid -w $WORK/b1379/_pkg_.a # internal
2025-08-20T23:00:21.6123119Z [00:02:43.873]➜  cp $WORK/b1379/_pkg_.a /root/.cache/go-build/10/105742e710dfebb2d1ddf731842a92cd6c10f84c421c13087ef31e5cea60a2ae-d # internal
2025-08-20T23:00:21.6127332Z [00:02:43.873]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hereapi
2025-08-20T23:00:21.6128814Z [00:02:43.874]➜  mkdir -p $WORK/b1382/
2025-08-20T23:00:21.6130141Z [00:02:43.874]➜  cat >/tmp/go-build2180205415/b1382/importcfg << 'EOF' # internal
2025-08-20T23:00:21.6130546Z [00:02:43.874]➜  # import config
2025-08-20T23:00:21.6130900Z [00:02:43.874]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.6131335Z [00:02:43.874]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.6131942Z [00:02:43.874]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.6132715Z [00:02:43.874]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.6133521Z [00:02:43.874]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.6134195Z [00:02:43.874]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.6134691Z [00:02:43.874]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.6135119Z [00:02:43.874]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.6135432Z [00:02:43.874]➜  EOF
2025-08-20T23:00:21.6137795Z [00:02:43.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1382/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hereapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hereapi;$WORK/b1382=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hereapi -lang=go1.24 -complete -installsuffix shared -buildid vfsWtrWv3m1scpC99Kfh/vfsWtrWv3m1scpC99Kfh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1382/importcfg -pack ./pkg/detectors/hereapi/hereapi.go
2025-08-20T23:00:21.6438537Z [00:02:43.905]➜  go tool buildid -w $WORK/b1381/_pkg_.a # internal
2025-08-20T23:00:21.6445252Z [00:02:43.905]➜  cp $WORK/b1381/_pkg_.a /root/.cache/go-build/61/6161be382a9ea9c59e6cd74724a4af12ce299471ced8c2b15f4e2e659b9477e7-d # internal
2025-08-20T23:00:21.6447792Z [00:02:43.906]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v1
2025-08-20T23:00:21.6449329Z [00:02:43.906]➜  mkdir -p $WORK/b1383/
2025-08-20T23:00:21.6449979Z [00:02:43.906]➜  cat >/tmp/go-build2180205415/b1383/importcfg << 'EOF' # internal
2025-08-20T23:00:21.6450344Z [00:02:43.906]➜  # import config
2025-08-20T23:00:21.6450720Z [00:02:43.906]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.6451334Z [00:02:43.906]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.6452039Z [00:02:43.906]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.6452975Z [00:02:43.906]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.6453776Z [00:02:43.906]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.6454459Z [00:02:43.906]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.6455228Z [00:02:43.906]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.6456203Z [00:02:43.906]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.6456726Z [00:02:43.906]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.6457224Z [00:02:43.906]➜  EOF
2025-08-20T23:00:21.6460447Z [00:02:43.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1383/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v1;$WORK/b1383=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v1 -lang=go1.24 -complete -installsuffix shared -buildid yDejdEZxd_jBD8XrNh7i/yDejdEZxd_jBD8XrNh7i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1383/importcfg -pack ./pkg/detectors/heroku/v1/heroku.go
2025-08-20T23:00:21.6462385Z [00:02:43.906]➜  go tool buildid -w $WORK/b1380/_pkg_.a # internal
2025-08-20T23:00:21.6463062Z [00:02:43.907]➜  cp $WORK/b1380/_pkg_.a /root/.cache/go-build/a6/a6aa1ca92333936ce0b9703caabe1eecb8aa24dd479e47a7e7559df1945794b7-d # internal
2025-08-20T23:00:21.6463730Z [00:02:43.907]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hiveage
2025-08-20T23:00:21.6464111Z [00:02:43.907]➜  mkdir -p $WORK/b1385/
2025-08-20T23:00:21.6464489Z [00:02:43.907]➜  cat >/tmp/go-build2180205415/b1385/importcfg << 'EOF' # internal
2025-08-20T23:00:21.6464833Z [00:02:43.907]➜  # import config
2025-08-20T23:00:21.6465174Z [00:02:43.907]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.6465640Z [00:02:43.907]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:21.6466254Z [00:02:43.907]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.6466849Z [00:02:43.907]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.6467615Z [00:02:43.907]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.6468406Z [00:02:43.907]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.6469284Z [00:02:43.907]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.6469950Z [00:02:43.907]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.6470470Z [00:02:43.907]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.6470795Z [00:02:43.907]➜  EOF
2025-08-20T23:00:21.6472784Z [00:02:43.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1385/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hiveage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hiveage;$WORK/b1385=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hiveage -lang=go1.24 -complete -installsuffix shared -buildid 4m1KFSbts01vRNDfxRnA/4m1KFSbts01vRNDfxRnA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1385/importcfg -pack ./pkg/detectors/hiveage/hiveage.go
2025-08-20T23:00:21.6481404Z [00:02:43.909]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:21.6483172Z [00:02:43.909]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x037.o -c zstd_opt.c
2025-08-20T23:00:21.6500426Z [00:02:43.911]➜  go tool buildid -w $WORK/b1382/_pkg_.a # internal
2025-08-20T23:00:21.6517259Z [00:02:43.913]➜  cp $WORK/b1382/_pkg_.a /root/.cache/go-build/8c/8ccfff09d35023fd13ab4ca52a527f4ff5b6abd6b9cdf5e5072aa90460de3de9-d # internal
2025-08-20T23:00:21.6532106Z [00:02:43.914]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holidayapi
2025-08-20T23:00:21.6538161Z [00:02:43.915]➜  mkdir -p $WORK/b1386/
2025-08-20T23:00:21.6539577Z [00:02:43.915]➜  cat >/tmp/go-build2180205415/b1386/importcfg << 'EOF' # internal
2025-08-20T23:00:21.6540222Z [00:02:43.915]➜  # import config
2025-08-20T23:00:21.6541329Z [00:02:43.915]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.6542688Z [00:02:43.915]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.6543605Z [00:02:43.915]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.6544789Z [00:02:43.915]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.6546316Z [00:02:43.915]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.6547328Z [00:02:43.915]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.6548322Z [00:02:43.915]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.6549042Z [00:02:43.915]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.6549735Z [00:02:43.915]➜  EOF
2025-08-20T23:00:21.6550377Z [00:02:43.915]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:21.6553209Z [00:02:43.915]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1386/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holidayapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holidayapi;$WORK/b1386=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holidayapi -lang=go1.24 -complete -installsuffix shared -buildid SGjIbaJzcIZHoA9ZiTY5/SGjIbaJzcIZHoA9ZiTY5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1386/importcfg -pack ./pkg/detectors/holidayapi/holidayapi.go
2025-08-20T23:00:21.6889276Z [00:02:43.947]➜  go tool buildid -w $WORK/b1385/_pkg_.a # internal
2025-08-20T23:00:21.6890820Z [00:02:43.948]➜  cp $WORK/b1385/_pkg_.a /root/.cache/go-build/33/337b4e9b29096f1f52fc870a72611283013bcdcf6c8a62707f2724826fab79fb-d # internal
2025-08-20T23:00:21.6892080Z [00:02:43.948]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holistic
2025-08-20T23:00:21.6893801Z [00:02:43.948]➜  mkdir -p $WORK/b1387/
2025-08-20T23:00:21.6894348Z [00:02:43.949]➜  cat >/tmp/go-build2180205415/b1387/importcfg << 'EOF' # internal
2025-08-20T23:00:21.6894771Z [00:02:43.949]➜  # import config
2025-08-20T23:00:21.6895122Z [00:02:43.949]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.6895748Z [00:02:43.949]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.6896731Z [00:02:43.949]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.6897540Z [00:02:43.949]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.6898229Z [00:02:43.949]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.6898708Z [00:02:43.949]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.6899136Z [00:02:43.949]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.6899584Z [00:02:43.949]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.6899900Z [00:02:43.949]➜  EOF
2025-08-20T23:00:21.6901894Z [00:02:43.949]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1387/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holistic=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holistic;$WORK/b1387=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holistic -lang=go1.24 -complete -installsuffix shared -buildid qA8JHwTY4ksX-l8QSwvG/qA8JHwTY4ksX-l8QSwvG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1387/importcfg -pack ./pkg/detectors/holistic/holistic.go
2025-08-20T23:00:21.6938634Z [00:02:43.954]➜  go tool buildid -w $WORK/b1386/_pkg_.a # internal
2025-08-20T23:00:21.6945623Z [00:02:43.954]➜  go tool buildid -w $WORK/b1383/_pkg_.a # internal
2025-08-20T23:00:21.6946560Z [00:02:43.955]➜  cp $WORK/b1386/_pkg_.a /root/.cache/go-build/ad/ad13568e50d8b54749211ae8bead8c97dabd14aa541f53db8d86c4aecaa7707e-d # internal
2025-08-20T23:00:21.6947595Z [00:02:43.955]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/honeycomb
2025-08-20T23:00:21.6947987Z [00:02:43.955]➜  mkdir -p $WORK/b1388/
2025-08-20T23:00:21.6948605Z [00:02:43.955]➜  cp $WORK/b1383/_pkg_.a /root/.cache/go-build/ae/ae8b9f31e2243d03110b20d95f9f9974124e807953d8482a29f07d1667cdfca0-d # internal
2025-08-20T23:00:21.6949278Z [00:02:43.955]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v2
2025-08-20T23:00:21.6949661Z [00:02:43.955]➜  mkdir -p $WORK/b1384/
2025-08-20T23:00:21.6950037Z [00:02:43.955]➜  cat >/tmp/go-build2180205415/b1384/importcfg << 'EOF' # internal
2025-08-20T23:00:21.6950380Z [00:02:43.955]➜  # import config
2025-08-20T23:00:21.6950722Z [00:02:43.955]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.6951376Z [00:02:43.955]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.6952153Z [00:02:43.955]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.6952979Z [00:02:43.955]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v1=/tmp/go-build2180205415/b1383/_pkg_.a
2025-08-20T23:00:21.6953819Z [00:02:43.955]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.6954491Z [00:02:43.955]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.6954980Z [00:02:43.955]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.6955292Z [00:02:43.955]➜  EOF
2025-08-20T23:00:21.6955619Z [00:02:43.955]➜  cat >/tmp/go-build2180205415/b1388/importcfg << 'EOF' # internal
2025-08-20T23:00:21.6956176Z [00:02:43.955]➜  # import config
2025-08-20T23:00:21.6956702Z [00:02:43.955]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.6957469Z [00:02:43.956]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.6958281Z [00:02:43.956]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.6959085Z [00:02:43.956]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.6959759Z [00:02:43.956]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.6960253Z [00:02:43.956]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.6960683Z [00:02:43.956]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.6960996Z [00:02:43.956]➜  EOF
2025-08-20T23:00:21.6962989Z [00:02:43.956]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1384/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v2;$WORK/b1384=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v2 -lang=go1.24 -complete -installsuffix shared -buildid -4FURgKyqVUYEytiQg3T/-4FURgKyqVUYEytiQg3T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1384/importcfg -pack ./pkg/detectors/heroku/v2/heroku.go
2025-08-20T23:00:21.6966884Z [00:02:43.956]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1388/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/honeycomb=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/honeycomb;$WORK/b1388=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/honeycomb -lang=go1.24 -complete -installsuffix shared -buildid QTMDZtwbK0uX3kpCyWvf/QTMDZtwbK0uX3kpCyWvf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1388/importcfg -pack ./pkg/detectors/honeycomb/honeycomb.go
2025-08-20T23:00:21.7286410Z [00:02:43.990]➜  go tool buildid -w $WORK/b1387/_pkg_.a # internal
2025-08-20T23:00:21.7297720Z [00:02:43.991]➜  cp $WORK/b1387/_pkg_.a /root/.cache/go-build/7b/7b5c0311a33d6c92bd9ae0ae37f6f7bfc0498424ae1d22ce635ee8481881c791-d # internal
2025-08-20T23:00:21.7301104Z [00:02:43.991]➜  go tool buildid -w $WORK/b1388/_pkg_.a # internal
2025-08-20T23:00:21.7308385Z [00:02:43.992]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/host
2025-08-20T23:00:21.7308944Z [00:02:43.992]➜  mkdir -p $WORK/b1389/
2025-08-20T23:00:21.7309431Z [00:02:43.992]➜  cat >/tmp/go-build2180205415/b1389/importcfg << 'EOF' # internal
2025-08-20T23:00:21.7309887Z [00:02:43.992]➜  # import config
2025-08-20T23:00:21.7310327Z [00:02:43.992]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.7310844Z [00:02:43.992]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.7311540Z [00:02:43.992]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.7312409Z [00:02:43.992]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.7314101Z [00:02:43.992]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.7315403Z [00:02:43.992]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.7316868Z [00:02:43.992]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.7318116Z [00:02:43.992]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.7318491Z [00:02:43.992]➜  EOF
2025-08-20T23:00:21.7319076Z [00:02:43.992]➜  cp $WORK/b1388/_pkg_.a /root/.cache/go-build/b5/b56a8c8096ecd70af1aee2ea742e8ccb5337b369f5a441433bee40cd3822b2e0-d # internal
2025-08-20T23:00:21.7321675Z [00:02:43.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1389/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/host=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/host;$WORK/b1389=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/host -lang=go1.24 -complete -installsuffix shared -buildid 4RSsP8U3IIMmKPi0tLx0/4RSsP8U3IIMmKPi0tLx0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1389/importcfg -pack ./pkg/detectors/host/host.go
2025-08-20T23:00:21.7323575Z [00:02:43.992]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/html2pdf
2025-08-20T23:00:21.7323962Z [00:02:43.992]➜  mkdir -p $WORK/b1390/
2025-08-20T23:00:21.7324293Z [00:02:43.992]➜  go tool buildid -w $WORK/b1384/_pkg_.a # internal
2025-08-20T23:00:21.7330186Z [00:02:43.994]➜  cat >/tmp/go-build2180205415/b1390/importcfg << 'EOF' # internal
2025-08-20T23:00:21.7332038Z [00:02:43.994]➜  # import config
2025-08-20T23:00:21.7332404Z [00:02:43.994]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:21.7332838Z [00:02:43.994]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.7333306Z [00:02:43.994]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:21.7334199Z [00:02:43.994]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.7335006Z [00:02:43.994]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.7336186Z [00:02:43.994]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.7336747Z [00:02:43.994]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.7337185Z [00:02:43.994]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.7337499Z [00:02:43.994]➜  EOF
2025-08-20T23:00:21.7339491Z [00:02:43.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1390/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/html2pdf=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/html2pdf;$WORK/b1390=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/html2pdf -lang=go1.24 -complete -installsuffix shared -buildid be0nikTJgcNYKxfsWxeY/be0nikTJgcNYKxfsWxeY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1390/importcfg -pack ./pkg/detectors/html2pdf/html2pdf.go
2025-08-20T23:00:21.7341591Z [00:02:43.994]➜  cp $WORK/b1384/_pkg_.a /root/.cache/go-build/77/7733cc3772126603a452596f7adde6475fe763fd89f635715467533d576b57cf-d # internal
2025-08-20T23:00:21.7342294Z [00:02:43.994]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v1
2025-08-20T23:00:21.7342706Z [00:02:43.994]➜  mkdir -p $WORK/b1391/
2025-08-20T23:00:21.7343076Z [00:02:43.994]➜  cat >/tmp/go-build2180205415/b1391/importcfg << 'EOF' # internal
2025-08-20T23:00:21.7343419Z [00:02:43.994]➜  # import config
2025-08-20T23:00:21.7343772Z [00:02:43.994]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.7344187Z [00:02:43.994]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.7344778Z [00:02:43.994]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.7347070Z [00:02:43.996]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.7347893Z [00:02:43.996]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.7348575Z [00:02:43.996]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.7349050Z [00:02:43.996]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.7349463Z [00:02:43.996]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.7349779Z [00:02:43.996]➜  EOF
2025-08-20T23:00:21.7352095Z [00:02:43.996]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1391/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v1;$WORK/b1391=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v1 -lang=go1.24 -complete -installsuffix shared -buildid kXq80JOZqxOoQoP8Ctrm/kXq80JOZqxOoQoP8Ctrm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1391/importcfg -pack ./pkg/detectors/hubspot_apikey/v1/apikey.go
2025-08-20T23:00:21.7657407Z [00:02:44.027]➜  go tool buildid -w $WORK/b1389/_pkg_.a # internal
2025-08-20T23:00:21.7667101Z [00:02:44.028]➜  cp $WORK/b1389/_pkg_.a /root/.cache/go-build/dc/dc1e3425edbf2ecd333ea5f0e191aac45799b21660d79b16216eacfc279ddd6c-d # internal
2025-08-20T23:00:21.7669297Z [00:02:44.028]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v2
2025-08-20T23:00:21.7669822Z [00:02:44.028]➜  mkdir -p $WORK/b1392/
2025-08-20T23:00:21.7670205Z [00:02:44.028]➜  cat >/tmp/go-build2180205415/b1392/importcfg << 'EOF' # internal
2025-08-20T23:00:21.7670554Z [00:02:44.028]➜  # import config
2025-08-20T23:00:21.7670926Z [00:02:44.028]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.7671676Z [00:02:44.028]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.7672283Z [00:02:44.028]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.7673285Z [00:02:44.028]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.7674092Z [00:02:44.028]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.7674774Z [00:02:44.028]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.7675244Z [00:02:44.028]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.7675663Z [00:02:44.028]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.7681205Z [00:02:44.028]➜  EOF
2025-08-20T23:00:21.7683361Z [00:02:44.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1392/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v2;$WORK/b1392=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v2 -lang=go1.24 -complete -installsuffix shared -buildid i7AVg4wSOSB2a8QmV2ld/i7AVg4wSOSB2a8QmV2ld -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1392/importcfg -pack ./pkg/detectors/hubspot_apikey/v2/apikey.go
2025-08-20T23:00:21.7704946Z [00:02:44.031]➜  go tool buildid -w $WORK/b1390/_pkg_.a # internal
2025-08-20T23:00:21.7721107Z [00:02:44.032]➜  cp $WORK/b1390/_pkg_.a /root/.cache/go-build/f3/f3bef88ed831b9f16f2a6edade94133b42f752f880fb62c05919ccd45586e80e-d # internal
2025-08-20T23:00:21.7721864Z [00:02:44.032]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/huggingface
2025-08-20T23:00:21.7722260Z [00:02:44.032]➜  mkdir -p $WORK/b1393/
2025-08-20T23:00:21.7722667Z [00:02:44.032]➜  cat >/tmp/go-build2180205415/b1393/importcfg << 'EOF' # internal
2025-08-20T23:00:21.7723021Z [00:02:44.032]➜  # import config
2025-08-20T23:00:21.7723368Z [00:02:44.032]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.7723820Z [00:02:44.032]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:21.7724264Z [00:02:44.033]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.7724859Z [00:02:44.033]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.7725621Z [00:02:44.033]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.7727550Z [00:02:44.033]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.7728236Z [00:02:44.033]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.7728982Z [00:02:44.033]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.7729595Z [00:02:44.033]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.7729979Z [00:02:44.033]➜  EOF
2025-08-20T23:00:21.7732017Z [00:02:44.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1393/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/huggingface=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/huggingface;$WORK/b1393=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/huggingface -lang=go1.24 -complete -installsuffix shared -buildid 1lRvZ_Ky-Fh_bjeRP0ax/1lRvZ_Ky-Fh_bjeRP0ax -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1393/importcfg -pack ./pkg/detectors/huggingface/huggingface.go
2025-08-20T23:00:21.7818687Z [00:02:44.042]➜  go tool buildid -w $WORK/b1391/_pkg_.a # internal
2025-08-20T23:00:21.7819482Z [00:02:44.042]➜  cp $WORK/b1391/_pkg_.a /root/.cache/go-build/fd/fd65c37076191191ec0be2299d3624d7eb29da7f2448d6de5964c86cef24cd37-d # internal
2025-08-20T23:00:21.7820180Z [00:02:44.042]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/humanity
2025-08-20T23:00:21.7820836Z [00:02:44.042]➜  mkdir -p $WORK/b1394/
2025-08-20T23:00:21.7821214Z [00:02:44.043]➜  cat >/tmp/go-build2180205415/b1394/importcfg << 'EOF' # internal
2025-08-20T23:00:21.7821568Z [00:02:44.043]➜  # import config
2025-08-20T23:00:21.7821912Z [00:02:44.043]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.7822519Z [00:02:44.043]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.7823284Z [00:02:44.043]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.7824079Z [00:02:44.043]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.7824759Z [00:02:44.043]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.7825233Z [00:02:44.043]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.7825658Z [00:02:44.043]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.7827529Z [00:02:44.043]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.7827868Z [00:02:44.043]➜  EOF
2025-08-20T23:00:21.7829858Z [00:02:44.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1394/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/humanity=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/humanity;$WORK/b1394=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/humanity -lang=go1.24 -complete -installsuffix shared -buildid ZahNDWrvXcpfu-W00EpE/ZahNDWrvXcpfu-W00EpE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1394/importcfg -pack ./pkg/detectors/humanity/humanity.go
2025-08-20T23:00:21.8130142Z [00:02:44.074]➜  go tool buildid -w $WORK/b1392/_pkg_.a # internal
2025-08-20T23:00:21.8149599Z [00:02:44.076]➜  cp $WORK/b1392/_pkg_.a /root/.cache/go-build/f5/f5c11539bf19df4cc00ee9e9529fddd4fce72b3f4a0d4e65ce8443a2944d2fdb-d # internal
2025-08-20T23:00:21.8157198Z [00:02:44.077]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hunter
2025-08-20T23:00:21.8161794Z [00:02:44.077]➜  mkdir -p $WORK/b1395/
2025-08-20T23:00:21.8167143Z [00:02:44.078]➜  go tool buildid -w $WORK/b1393/_pkg_.a # internal
2025-08-20T23:00:21.8178591Z [00:02:44.079]➜  cat >/tmp/go-build2180205415/b1395/importcfg << 'EOF' # internal
2025-08-20T23:00:21.8180137Z [00:02:44.079]➜  # import config
2025-08-20T23:00:21.8182109Z [00:02:44.079]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.8185276Z [00:02:44.079]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.8187097Z [00:02:44.079]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.8189525Z [00:02:44.079]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.8190457Z [00:02:44.079]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.8191051Z [00:02:44.079]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.8191682Z [00:02:44.079]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.8192004Z [00:02:44.079]➜  EOF
2025-08-20T23:00:21.8203367Z [00:02:44.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1395/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hunter=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hunter;$WORK/b1395=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hunter -lang=go1.24 -complete -installsuffix shared -buildid zXRuhRA-QdYh4l4Cfvic/zXRuhRA-QdYh4l4Cfvic -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1395/importcfg -pack ./pkg/detectors/hunter/hunter.go
2025-08-20T23:00:21.8205587Z [00:02:44.080]➜  cp $WORK/b1393/_pkg_.a /root/.cache/go-build/b3/b34b43e51961bc84dc54313b1f4ac2c141948f7bae1da098c9be00dac105992c-d # internal
2025-08-20T23:00:21.8209121Z [00:02:44.080]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hybiscus
2025-08-20T23:00:21.8209537Z [00:02:44.080]➜  mkdir -p $WORK/b1396/
2025-08-20T23:00:21.8209910Z [00:02:44.080]➜  cat >/tmp/go-build2180205415/b1396/importcfg << 'EOF' # internal
2025-08-20T23:00:21.8210258Z [00:02:44.080]➜  # import config
2025-08-20T23:00:21.8210599Z [00:02:44.080]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.8211220Z [00:02:44.080]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.8211983Z [00:02:44.080]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.8212783Z [00:02:44.080]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.8213469Z [00:02:44.080]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.8213962Z [00:02:44.080]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.8214398Z [00:02:44.080]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.8214712Z [00:02:44.080]➜  EOF
2025-08-20T23:00:21.8219826Z [00:02:44.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1396/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hybiscus=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hybiscus;$WORK/b1396=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hybiscus -lang=go1.24 -complete -installsuffix shared -buildid vQ4zKk33FPNvdga6qwqF/vQ4zKk33FPNvdga6qwqF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1396/importcfg -pack ./pkg/detectors/hybiscus/hybiscus.go
2025-08-20T23:00:21.8222204Z [00:02:44.081]➜  go tool buildid -w $WORK/b1394/_pkg_.a # internal
2025-08-20T23:00:21.8222972Z [00:02:44.083]➜  cp $WORK/b1394/_pkg_.a /root/.cache/go-build/99/99d9dffef3161a23722e5fec145992e67260f7d39ff565cf61bc8930925e1e8e-d # internal
2025-08-20T23:00:21.8224900Z [00:02:44.083]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hypertrack
2025-08-20T23:00:21.8225476Z [00:02:44.083]➜  mkdir -p $WORK/b1397/
2025-08-20T23:00:21.8227004Z [00:02:44.083]➜  cat >/tmp/go-build2180205415/b1397/importcfg << 'EOF' # internal
2025-08-20T23:00:21.8227367Z [00:02:44.083]➜  # import config
2025-08-20T23:00:21.8227711Z [00:02:44.083]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.8228324Z [00:02:44.083]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.8229087Z [00:02:44.083]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.8229888Z [00:02:44.083]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.8230778Z [00:02:44.083]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.8231382Z [00:02:44.083]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.8231972Z [00:02:44.083]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.8232291Z [00:02:44.083]➜  EOF
2025-08-20T23:00:21.8234330Z [00:02:44.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1397/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hypertrack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hypertrack;$WORK/b1397=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hypertrack -lang=go1.24 -complete -installsuffix shared -buildid r6vSR9SHzL3FijRK-Z6t/r6vSR9SHzL3FijRK-Z6t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1397/importcfg -pack ./pkg/detectors/hypertrack/hypertrack.go
2025-08-20T23:00:21.8579197Z [00:02:44.119]➜  go tool buildid -w $WORK/b1397/_pkg_.a # internal
2025-08-20T23:00:21.8605286Z [00:02:44.121]➜  go tool buildid -w $WORK/b1396/_pkg_.a # internal
2025-08-20T23:00:21.8606143Z [00:02:44.121]➜  cp $WORK/b1397/_pkg_.a /root/.cache/go-build/90/90f7e8cd3f047aaaccb9088e85429e83630fad9d0aa03578e093d2c4f816257c-d # internal
2025-08-20T23:00:21.8606906Z [00:02:44.121]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iconfinder
2025-08-20T23:00:21.8607296Z [00:02:44.121]➜  mkdir -p $WORK/b1398/
2025-08-20T23:00:21.8607670Z [00:02:44.121]➜  cat >/tmp/go-build2180205415/b1398/importcfg << 'EOF' # internal
2025-08-20T23:00:21.8608016Z [00:02:44.121]➜  # import config
2025-08-20T23:00:21.8608360Z [00:02:44.121]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.8608780Z [00:02:44.121]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.8610523Z [00:02:44.121]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.8613255Z [00:02:44.121]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.8614326Z [00:02:44.121]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.8615023Z [00:02:44.121]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.8615518Z [00:02:44.121]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.8616037Z [00:02:44.121]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.8616358Z [00:02:44.121]➜  EOF
2025-08-20T23:00:21.8618604Z [00:02:44.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1398/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iconfinder=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iconfinder;$WORK/b1398=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iconfinder -lang=go1.24 -complete -installsuffix shared -buildid 9S_U8bkEhDNas2a_W4Va/9S_U8bkEhDNas2a_W4Va -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1398/importcfg -pack ./pkg/detectors/iconfinder/iconfinder.go
2025-08-20T23:00:21.8620857Z [00:02:44.121]➜  cp $WORK/b1396/_pkg_.a /root/.cache/go-build/43/43f60a1bada4117cf186775e4837161c88acd493e4ecbb588ac7c9fdaf440438-d # internal
2025-08-20T23:00:21.8621465Z [00:02:44.121]➜  go tool buildid -w $WORK/b1395/_pkg_.a # internal
2025-08-20T23:00:21.8621905Z [00:02:44.121]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexapis
2025-08-20T23:00:21.8622277Z [00:02:44.121]➜  mkdir -p $WORK/b1399/
2025-08-20T23:00:21.8622645Z [00:02:44.121]➜  cat >/tmp/go-build2180205415/b1399/importcfg << 'EOF' # internal
2025-08-20T23:00:21.8622991Z [00:02:44.121]➜  # import config
2025-08-20T23:00:21.8623326Z [00:02:44.121]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.8623935Z [00:02:44.121]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.8624823Z [00:02:44.121]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.8627986Z [00:02:44.121]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.8628768Z [00:02:44.121]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.8629261Z [00:02:44.121]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.8629694Z [00:02:44.121]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.8630008Z [00:02:44.121]➜  EOF
2025-08-20T23:00:21.8632014Z [00:02:44.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1399/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexapis=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexapis;$WORK/b1399=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexapis -lang=go1.24 -complete -installsuffix shared -buildid sDQO3oLUGw7UCSu-RMZ8/sDQO3oLUGw7UCSu-RMZ8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1399/importcfg -pack ./pkg/detectors/iexapis/iexapis.go
2025-08-20T23:00:21.8634280Z [00:02:44.121]➜  cp $WORK/b1395/_pkg_.a /root/.cache/go-build/db/db2364d69f09a924d199add0930d3a3df14f7943db87140fdd0ac1e949a87c5d-d # internal
2025-08-20T23:00:21.8634949Z [00:02:44.121]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexcloud
2025-08-20T23:00:21.8635324Z [00:02:44.121]➜  mkdir -p $WORK/b1400/
2025-08-20T23:00:21.8635691Z [00:02:44.122]➜  cat >/tmp/go-build2180205415/b1400/importcfg << 'EOF' # internal
2025-08-20T23:00:21.8636161Z [00:02:44.122]➜  # import config
2025-08-20T23:00:21.8636504Z [00:02:44.122]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.8636920Z [00:02:44.122]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.8637525Z [00:02:44.122]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.8638292Z [00:02:44.122]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.8639091Z [00:02:44.122]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.8639761Z [00:02:44.122]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.8640251Z [00:02:44.122]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.8640682Z [00:02:44.122]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.8640996Z [00:02:44.122]➜  EOF
2025-08-20T23:00:21.8643101Z [00:02:44.122]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1400/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexcloud=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexcloud;$WORK/b1400=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexcloud -lang=go1.24 -complete -installsuffix shared -buildid netBAtlozFigvTQ-YoeW/netBAtlozFigvTQ-YoeW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1400/importcfg -pack ./pkg/detectors/iexcloud/iexcloud.go
2025-08-20T23:00:21.8949011Z [00:02:44.156]➜  go tool buildid -w $WORK/b1400/_pkg_.a # internal
2025-08-20T23:00:21.8958170Z [00:02:44.157]➜  cp $WORK/b1400/_pkg_.a /root/.cache/go-build/12/1261bdd932ccb1671ef01e6831d4bb265a965f014b4410feec826ca1c7587c64-d # internal
2025-08-20T23:00:21.8966515Z [00:02:44.158]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagekit
2025-08-20T23:00:21.8968763Z [00:02:44.158]➜  mkdir -p $WORK/b1401/
2025-08-20T23:00:21.8969617Z [00:02:44.158]➜  cat >/tmp/go-build2180205415/b1401/importcfg << 'EOF' # internal
2025-08-20T23:00:21.8970805Z [00:02:44.158]➜  # import config
2025-08-20T23:00:21.8971475Z [00:02:44.158]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.8972860Z [00:02:44.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.8974193Z [00:02:44.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.8975363Z [00:02:44.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.8976577Z [00:02:44.158]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.8977581Z [00:02:44.158]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.8978534Z [00:02:44.158]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.8978944Z [00:02:44.158]➜  EOF
2025-08-20T23:00:21.8980968Z [00:02:44.158]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1401/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagekit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagekit;$WORK/b1401=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagekit -lang=go1.24 -complete -installsuffix shared -buildid ViuXWbndPg7z-GSTMXiq/ViuXWbndPg7z-GSTMXiq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1401/importcfg -pack ./pkg/detectors/imagekit/imagekit.go
2025-08-20T23:00:21.9035022Z [00:02:44.165]➜  go tool buildid -w $WORK/b1398/_pkg_.a # internal
2025-08-20T23:00:21.9040337Z [00:02:44.165]➜  go tool buildid -w $WORK/b1399/_pkg_.a # internal
2025-08-20T23:00:21.9041032Z [00:02:44.165]➜  cp $WORK/b1398/_pkg_.a /root/.cache/go-build/60/60680df5f134e3830693384778aaed56ac76512d600ae4e0e878f01fa6a98d45-d # internal
2025-08-20T23:00:21.9041697Z [00:02:44.165]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagga
2025-08-20T23:00:21.9042068Z [00:02:44.165]➜  mkdir -p $WORK/b1402/
2025-08-20T23:00:21.9042455Z [00:02:44.165]➜  cat >/tmp/go-build2180205415/b1402/importcfg << 'EOF' # internal
2025-08-20T23:00:21.9042807Z [00:02:44.165]➜  # import config
2025-08-20T23:00:21.9043152Z [00:02:44.165]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.9043573Z [00:02:44.165]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.9044178Z [00:02:44.165]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.9044944Z [00:02:44.165]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.9045735Z [00:02:44.165]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.9046629Z [00:02:44.165]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.9047130Z [00:02:44.165]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.9047774Z [00:02:44.165]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.9048168Z [00:02:44.165]➜  EOF
2025-08-20T23:00:21.9050159Z [00:02:44.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1402/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagga=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagga;$WORK/b1402=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagga -lang=go1.24 -complete -installsuffix shared -buildid A7YkRVtiXBaem-43hemf/A7YkRVtiXBaem-43hemf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1402/importcfg -pack ./pkg/detectors/imagga/imagga.go
2025-08-20T23:00:21.9052231Z [00:02:44.165]➜  cp $WORK/b1399/_pkg_.a /root/.cache/go-build/a1/a1131861ad443eabb01efa308990e517326a025e2674f52d5eaeeab1d9084209-d # internal
2025-08-20T23:00:21.9052892Z [00:02:44.165]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/impala
2025-08-20T23:00:21.9053260Z [00:02:44.165]➜  mkdir -p $WORK/b1403/
2025-08-20T23:00:21.9053632Z [00:02:44.165]➜  cat >/tmp/go-build2180205415/b1403/importcfg << 'EOF' # internal
2025-08-20T23:00:21.9053977Z [00:02:44.165]➜  # import config
2025-08-20T23:00:21.9054423Z [00:02:44.165]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.9055097Z [00:02:44.165]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.9056087Z [00:02:44.165]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.9056946Z [00:02:44.165]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.9057621Z [00:02:44.165]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.9058114Z [00:02:44.165]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.9058546Z [00:02:44.165]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.9058869Z [00:02:44.165]➜  EOF
2025-08-20T23:00:21.9060972Z [00:02:44.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1403/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/impala=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/impala;$WORK/b1403=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/impala -lang=go1.24 -complete -installsuffix shared -buildid mlOeGli-kvfU2Yj6fK2u/mlOeGli-kvfU2Yj6fK2u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1403/importcfg -pack ./pkg/detectors/impala/impala.go
2025-08-20T23:00:21.9387900Z [00:02:44.200]➜  go tool buildid -w $WORK/b1401/_pkg_.a # internal
2025-08-20T23:00:21.9398061Z [00:02:44.201]➜  cp $WORK/b1401/_pkg_.a /root/.cache/go-build/d3/d3cc9f5585c42fc9ab4e6d93c2e748343fc0d6f19577203dde7b94119f7dddfe-d # internal
2025-08-20T23:00:21.9406268Z [00:02:44.201]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/infura
2025-08-20T23:00:21.9409129Z [00:02:44.202]➜  mkdir -p $WORK/b1404/
2025-08-20T23:00:21.9417713Z [00:02:44.203]➜  cat >/tmp/go-build2180205415/b1404/importcfg << 'EOF' # internal
2025-08-20T23:00:21.9422485Z [00:02:44.203]➜  # import config
2025-08-20T23:00:21.9422847Z [00:02:44.203]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.9423481Z [00:02:44.203]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.9424248Z [00:02:44.203]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.9425049Z [00:02:44.203]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.9425727Z [00:02:44.203]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.9437088Z [00:02:44.203]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.9437535Z [00:02:44.203]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.9438223Z [00:02:44.203]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.9438615Z [00:02:44.203]➜  EOF
2025-08-20T23:00:21.9440586Z [00:02:44.204]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1404/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/infura=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/infura;$WORK/b1404=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/infura -lang=go1.24 -complete -installsuffix shared -buildid T13G35b9K5AzyBNCQruk/T13G35b9K5AzyBNCQruk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1404/importcfg -pack ./pkg/detectors/infura/infura.go
2025-08-20T23:00:21.9461579Z [00:02:44.207]➜  go tool buildid -w $WORK/b1402/_pkg_.a # internal
2025-08-20T23:00:21.9471647Z [00:02:44.208]➜  cp $WORK/b1402/_pkg_.a /root/.cache/go-build/c6/c6e73b5a9da32e81408b8636388f8fd75e31dcb6b9650928cf50461b7df99cc6-d # internal
2025-08-20T23:00:21.9480270Z [00:02:44.209]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/insightly
2025-08-20T23:00:21.9480755Z [00:02:44.209]➜  mkdir -p $WORK/b1405/
2025-08-20T23:00:21.9481317Z [00:02:44.209]➜  go tool buildid -w $WORK/b1403/_pkg_.a # internal
2025-08-20T23:00:21.9483627Z [00:02:44.209]➜  cat >/tmp/go-build2180205415/b1405/importcfg << 'EOF' # internal
2025-08-20T23:00:21.9484200Z [00:02:44.210]➜  # import config
2025-08-20T23:00:21.9484555Z [00:02:44.210]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.9485177Z [00:02:44.210]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.9486225Z [00:02:44.210]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.9487098Z [00:02:44.210]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.9487788Z [00:02:44.210]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.9488534Z [00:02:44.210]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.9488985Z [00:02:44.210]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.9489300Z [00:02:44.210]➜  EOF
2025-08-20T23:00:21.9495296Z [00:02:44.210]➜  cp $WORK/b1403/_pkg_.a /root/.cache/go-build/8d/8de6885fde64026035e57ff3181c191cee2605bb15853802ab561d9f1e29184e-d # internal
2025-08-20T23:00:21.9501199Z [00:02:44.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1405/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/insightly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/insightly;$WORK/b1405=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/insightly -lang=go1.24 -complete -installsuffix shared -buildid LANxs5h-M7nxM1b-MkDB/LANxs5h-M7nxM1b-MkDB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1405/importcfg -pack ./pkg/detectors/insightly/insightly.go
2025-08-20T23:00:21.9507010Z [00:02:44.212]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instabot
2025-08-20T23:00:21.9507423Z [00:02:44.212]➜  mkdir -p $WORK/b1406/
2025-08-20T23:00:21.9507801Z [00:02:44.212]➜  cat >/tmp/go-build2180205415/b1406/importcfg << 'EOF' # internal
2025-08-20T23:00:21.9508155Z [00:02:44.212]➜  # import config
2025-08-20T23:00:21.9508498Z [00:02:44.212]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.9509109Z [00:02:44.212]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.9509875Z [00:02:44.212]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.9510673Z [00:02:44.212]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.9511350Z [00:02:44.212]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.9512051Z [00:02:44.212]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.9512579Z [00:02:44.212]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.9512897Z [00:02:44.212]➜  EOF
2025-08-20T23:00:21.9514863Z [00:02:44.212]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1406/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instabot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instabot;$WORK/b1406=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instabot -lang=go1.24 -complete -installsuffix shared -buildid YrGn4z20shNaC_WYREmt/YrGn4z20shNaC_WYREmt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1406/importcfg -pack ./pkg/detectors/instabot/instabot.go
2025-08-20T23:00:21.9854454Z [00:02:44.246]➜  go tool buildid -w $WORK/b1404/_pkg_.a # internal
2025-08-20T23:00:21.9864702Z [00:02:44.247]➜  cp $WORK/b1404/_pkg_.a /root/.cache/go-build/75/75cf6a9b511a393ce2bb665e1003e752e14209c4dc3b9c648fef1dc7260fa7ff-d # internal
2025-08-20T23:00:21.9877812Z [00:02:44.248]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instamojo
2025-08-20T23:00:21.9881489Z [00:02:44.248]➜  mkdir -p $WORK/b1407/
2025-08-20T23:00:21.9881959Z [00:02:44.248]➜  cat >/tmp/go-build2180205415/b1407/importcfg << 'EOF' # internal
2025-08-20T23:00:21.9882478Z [00:02:44.248]➜  # import config
2025-08-20T23:00:21.9882824Z [00:02:44.248]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.9883249Z [00:02:44.248]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:21.9883857Z [00:02:44.248]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.9884624Z [00:02:44.248]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.9885423Z [00:02:44.248]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.9886294Z [00:02:44.248]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.9886993Z [00:02:44.248]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:21.9887416Z [00:02:44.248]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.9887857Z [00:02:44.248]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.9888172Z [00:02:44.248]➜  EOF
2025-08-20T23:00:21.9890196Z [00:02:44.248]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1407/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instamojo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instamojo;$WORK/b1407=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instamojo -lang=go1.24 -complete -installsuffix shared -buildid hlPqwhfBE3nD21ckHWUv/hlPqwhfBE3nD21ckHWUv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1407/importcfg -pack ./pkg/detectors/instamojo/instamojo.go
2025-08-20T23:00:21.9915571Z [00:02:44.252]➜  go tool buildid -w $WORK/b1406/_pkg_.a # internal
2025-08-20T23:00:21.9922902Z [00:02:44.253]➜  go tool buildid -w $WORK/b1405/_pkg_.a # internal
2025-08-20T23:00:21.9931093Z [00:02:44.254]➜  cp $WORK/b1406/_pkg_.a /root/.cache/go-build/2a/2a17b2a6a68e980eba607c502c60d4a376881b6afe052f30499a2e5059340e8a-d # internal
2025-08-20T23:00:21.9931889Z [00:02:44.254]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intercom
2025-08-20T23:00:21.9934254Z [00:02:44.255]➜  mkdir -p $WORK/b1408/
2025-08-20T23:00:21.9934827Z [00:02:44.255]➜  cat >/tmp/go-build2180205415/b1408/importcfg << 'EOF' # internal
2025-08-20T23:00:21.9936292Z [00:02:44.255]➜  # import config
2025-08-20T23:00:21.9936992Z [00:02:44.255]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.9937893Z [00:02:44.255]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:21.9939031Z [00:02:44.255]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.9940077Z [00:02:44.255]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.9943717Z [00:02:44.255]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.9945258Z [00:02:44.255]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.9947582Z [00:02:44.255]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.9948101Z [00:02:44.255]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.9948422Z [00:02:44.255]➜  EOF
2025-08-20T23:00:21.9950601Z [00:02:44.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1408/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intercom=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intercom;$WORK/b1408=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intercom -lang=go1.24 -complete -installsuffix shared -buildid 93SsCq-SYRKjavVSmPzN/93SsCq-SYRKjavVSmPzN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1408/importcfg -pack ./pkg/detectors/intercom/intercom.go
2025-08-20T23:00:21.9968420Z [00:02:44.257]➜  cp $WORK/b1405/_pkg_.a /root/.cache/go-build/dc/dcbda21d3524d08fc871a37cb2af780a90d56ef515aed7d5e4fee1ac65e003fc-d # internal
2025-08-20T23:00:21.9969193Z [00:02:44.257]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/interseller
2025-08-20T23:00:21.9969600Z [00:02:44.257]➜  mkdir -p $WORK/b1409/
2025-08-20T23:00:21.9969975Z [00:02:44.258]➜  cat >/tmp/go-build2180205415/b1409/importcfg << 'EOF' # internal
2025-08-20T23:00:21.9970324Z [00:02:44.258]➜  # import config
2025-08-20T23:00:21.9970663Z [00:02:44.258]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:21.9971266Z [00:02:44.258]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:21.9972044Z [00:02:44.258]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:21.9973139Z [00:02:44.258]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:21.9973825Z [00:02:44.258]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:21.9974320Z [00:02:44.258]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:21.9974748Z [00:02:44.258]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:21.9975065Z [00:02:44.258]➜  EOF
2025-08-20T23:00:21.9980337Z [00:02:44.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1409/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/interseller=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/interseller;$WORK/b1409=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/interseller -lang=go1.24 -complete -installsuffix shared -buildid T5iak-O99d0vFpR-uKle/T5iak-O99d0vFpR-uKle -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1409/importcfg -pack ./pkg/detectors/interseller/interseller.go
2025-08-20T23:00:22.0277400Z [00:02:44.289]➜  go tool buildid -w $WORK/b1407/_pkg_.a # internal
2025-08-20T23:00:22.0299563Z [00:02:44.291]➜  cp $WORK/b1407/_pkg_.a /root/.cache/go-build/2b/2b31217a62a51f3f0a4274412459987735497e2ac65f424c07a46f8a5bd1c085-d # internal
2025-08-20T23:00:22.0300516Z [00:02:44.291]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intra42
2025-08-20T23:00:22.0301313Z [00:02:44.291]➜  mkdir -p $WORK/b1410/
2025-08-20T23:00:22.0302642Z [00:02:44.291]➜  cat >/tmp/go-build2180205415/b1410/importcfg << 'EOF' # internal
2025-08-20T23:00:22.0303011Z [00:02:44.291]➜  # import config
2025-08-20T23:00:22.0303356Z [00:02:44.291]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.0304036Z [00:02:44.291]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.0304733Z [00:02:44.291]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.0305509Z [00:02:44.291]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.0306512Z [00:02:44.291]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.0307205Z [00:02:44.291]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.0307692Z [00:02:44.291]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.0308124Z [00:02:44.291]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:22.0308546Z [00:02:44.291]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:22.0308970Z [00:02:44.291]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.0309291Z [00:02:44.291]➜  EOF
2025-08-20T23:00:22.0311407Z [00:02:44.291]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1410/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intra42=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intra42;$WORK/b1410=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intra42 -lang=go1.24 -complete -installsuffix shared -buildid La5yV3K0ol8_CtISp0is/La5yV3K0ol8_CtISp0is -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1410/importcfg -pack ./pkg/detectors/intra42/intra42.go
2025-08-20T23:00:22.0317148Z [00:02:44.293]➜  go tool buildid -w $WORK/b1408/_pkg_.a # internal
2025-08-20T23:00:22.0329500Z [00:02:44.294]➜  cp $WORK/b1408/_pkg_.a /root/.cache/go-build/33/33ae34f494e4e597fdb08d7753ae25457d31ce37ec875e5c19478265b3c3bd54-d # internal
2025-08-20T23:00:22.0330461Z [00:02:44.294]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intrinio
2025-08-20T23:00:22.0331428Z [00:02:44.294]➜  mkdir -p $WORK/b1411/
2025-08-20T23:00:22.0332174Z [00:02:44.294]➜  cat >/tmp/go-build2180205415/b1411/importcfg << 'EOF' # internal
2025-08-20T23:00:22.0333007Z [00:02:44.294]➜  # import config
2025-08-20T23:00:22.0333498Z [00:02:44.294]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.0334057Z [00:02:44.294]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.0334778Z [00:02:44.294]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.0335666Z [00:02:44.294]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.0336791Z [00:02:44.294]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.0337573Z [00:02:44.294]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.0338447Z [00:02:44.294]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.0339249Z [00:02:44.294]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.0340339Z [00:02:44.294]➜  EOF
2025-08-20T23:00:22.0342539Z [00:02:44.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1411/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intrinio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intrinio;$WORK/b1411=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intrinio -lang=go1.24 -complete -installsuffix shared -buildid 42CX71mJ0DQTsOfOWuli/42CX71mJ0DQTsOfOWuli -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1411/importcfg -pack ./pkg/detectors/intrinio/intrinio.go
2025-08-20T23:00:22.0369745Z [00:02:44.298]➜  go tool buildid -w $WORK/b1409/_pkg_.a # internal
2025-08-20T23:00:22.0385235Z [00:02:44.300]➜  cp $WORK/b1409/_pkg_.a /root/.cache/go-build/60/60ff3717c5b599947968e7d6d4e81cdd2ab63693943b438c67cd5ab908a426a7-d # internal
2025-08-20T23:00:22.0393149Z [00:02:44.300]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/invoiceocean
2025-08-20T23:00:22.0399957Z [00:02:44.301]➜  mkdir -p $WORK/b1412/
2025-08-20T23:00:22.0409686Z [00:02:44.302]➜  cat >/tmp/go-build2180205415/b1412/importcfg << 'EOF' # internal
2025-08-20T23:00:22.0410256Z [00:02:44.302]➜  # import config
2025-08-20T23:00:22.0410738Z [00:02:44.302]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.0411716Z [00:02:44.302]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.0413523Z [00:02:44.302]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.0415071Z [00:02:44.302]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.0416293Z [00:02:44.302]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.0417252Z [00:02:44.302]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.0418176Z [00:02:44.302]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.0418971Z [00:02:44.302]➜  EOF
2025-08-20T23:00:22.0430775Z [00:02:44.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1412/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/invoiceocean=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/invoiceocean;$WORK/b1412=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/invoiceocean -lang=go1.24 -complete -installsuffix shared -buildid l_BWrREH_z31CDZzlFKk/l_BWrREH_z31CDZzlFKk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1412/importcfg -pack ./pkg/detectors/invoiceocean/invoiceocean.go
2025-08-20T23:00:22.0728372Z [00:02:44.332]➜  go tool buildid -w $WORK/b1411/_pkg_.a # internal
2025-08-20T23:00:22.0738194Z [00:02:44.334]➜  cp $WORK/b1411/_pkg_.a /root/.cache/go-build/8b/8b6a25aba0dcb6c7934b53373821c9bac0f3eff987ed564f405d748c1338c50a-d # internal
2025-08-20T23:00:22.0739649Z [00:02:44.334]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ip2location
2025-08-20T23:00:22.0745108Z [00:02:44.334]➜  mkdir -p $WORK/b1413/
2025-08-20T23:00:22.0745580Z [00:02:44.334]➜  cat >/tmp/go-build2180205415/b1413/importcfg << 'EOF' # internal
2025-08-20T23:00:22.0746183Z [00:02:44.334]➜  # import config
2025-08-20T23:00:22.0746540Z [00:02:44.334]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.0746969Z [00:02:44.334]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.0747571Z [00:02:44.334]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.0748347Z [00:02:44.334]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.0749143Z [00:02:44.334]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.0749832Z [00:02:44.334]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.0750333Z [00:02:44.335]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.0750764Z [00:02:44.335]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.0751085Z [00:02:44.335]➜  EOF
2025-08-20T23:00:22.0753186Z [00:02:44.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1413/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ip2location=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ip2location;$WORK/b1413=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ip2location -lang=go1.24 -complete -installsuffix shared -buildid QbD4qXcOWu0x2e9uXG1I/QbD4qXcOWu0x2e9uXG1I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1413/importcfg -pack ./pkg/detectors/ip2location/ip2location.go
2025-08-20T23:00:22.0761144Z [00:02:44.335]➜  go tool buildid -w $WORK/b1410/_pkg_.a # internal
2025-08-20T23:00:22.0762070Z [00:02:44.336]➜  cp $WORK/b1410/_pkg_.a /root/.cache/go-build/d5/d5e1ea89c4b2a96b032865a80f621b3cd6c16414746439fe42145dda2558f922-d # internal
2025-08-20T23:00:22.0762804Z [00:02:44.336]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipapi
2025-08-20T23:00:22.0763176Z [00:02:44.336]➜  mkdir -p $WORK/b1414/
2025-08-20T23:00:22.0763552Z [00:02:44.336]➜  cat >/tmp/go-build2180205415/b1414/importcfg << 'EOF' # internal
2025-08-20T23:00:22.0763898Z [00:02:44.336]➜  # import config
2025-08-20T23:00:22.0764237Z [00:02:44.336]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.0764653Z [00:02:44.336]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.0765243Z [00:02:44.336]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.0766188Z [00:02:44.336]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.0767049Z [00:02:44.336]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.0767860Z [00:02:44.336]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.0768434Z [00:02:44.336]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.0769069Z [00:02:44.336]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.0769500Z [00:02:44.336]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.0769812Z [00:02:44.336]➜  EOF
2025-08-20T23:00:22.0771719Z [00:02:44.336]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1414/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipapi;$WORK/b1414=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipapi -lang=go1.24 -complete -installsuffix shared -buildid n65aNEN_OH20W7hl6pYi/n65aNEN_OH20W7hl6pYi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1414/importcfg -pack ./pkg/detectors/ipapi/ipapi.go
2025-08-20T23:00:22.0773650Z [00:02:44.337]➜  go tool buildid -w $WORK/b1412/_pkg_.a # internal
2025-08-20T23:00:22.0784607Z [00:02:44.339]➜  cp $WORK/b1412/_pkg_.a /root/.cache/go-build/42/42aec0c7cdf81403222421250aa56a32b14a01063d151dd9527d2feeb4da5bf3-d # internal
2025-08-20T23:00:22.0789248Z [00:02:44.339]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipgeolocation
2025-08-20T23:00:22.0792340Z [00:02:44.339]➜  mkdir -p $WORK/b1415/
2025-08-20T23:00:22.0802295Z [00:02:44.341]➜  cat >/tmp/go-build2180205415/b1415/importcfg << 'EOF' # internal
2025-08-20T23:00:22.0803973Z [00:02:44.341]➜  # import config
2025-08-20T23:00:22.0804451Z [00:02:44.341]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.0805119Z [00:02:44.341]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.0806469Z [00:02:44.341]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.0807778Z [00:02:44.341]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.0809156Z [00:02:44.341]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.0810122Z [00:02:44.341]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.0810827Z [00:02:44.341]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.0811845Z [00:02:44.341]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.0812791Z [00:02:44.341]➜  EOF
2025-08-20T23:00:22.0815971Z [00:02:44.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1415/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipgeolocation=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipgeolocation;$WORK/b1415=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipgeolocation -lang=go1.24 -complete -installsuffix shared -buildid 3Gg3upqvyKjhdz2zwihA/3Gg3upqvyKjhdz2zwihA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1415/importcfg -pack ./pkg/detectors/ipgeolocation/ipgeolocation.go
2025-08-20T23:00:22.1121352Z [00:02:44.373]➜  go tool buildid -w $WORK/b1413/_pkg_.a # internal
2025-08-20T23:00:22.1129985Z [00:02:44.374]➜  cp $WORK/b1413/_pkg_.a /root/.cache/go-build/ad/ad9b061f6f844025cdf73df0a403a8bfc7ca16bd3a182ab80eb02ec4d7961b44-d # internal
2025-08-20T23:00:22.1133922Z [00:02:44.374]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipinfodb
2025-08-20T23:00:22.1134998Z [00:02:44.374]➜  mkdir -p $WORK/b1416/
2025-08-20T23:00:22.1136557Z [00:02:44.374]➜  cat >/tmp/go-build2180205415/b1416/importcfg << 'EOF' # internal
2025-08-20T23:00:22.1137789Z [00:02:44.374]➜  # import config
2025-08-20T23:00:22.1139389Z [00:02:44.374]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.1140308Z [00:02:44.374]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.1141165Z [00:02:44.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.1145011Z [00:02:44.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.1146229Z [00:02:44.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.1146963Z [00:02:44.374]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.1147442Z [00:02:44.374]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.1147864Z [00:02:44.374]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.1148296Z [00:02:44.374]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.1148611Z [00:02:44.374]➜  EOF
2025-08-20T23:00:22.1150624Z [00:02:44.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1416/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipinfodb=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipinfodb;$WORK/b1416=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipinfodb -lang=go1.24 -complete -installsuffix shared -buildid tuLuMuphgIBr4GYAkUfb/tuLuMuphgIBr4GYAkUfb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1416/importcfg -pack ./pkg/detectors/ipinfodb/ipinfodb.go
2025-08-20T23:00:22.1160796Z [00:02:44.377]➜  go tool buildid -w $WORK/b1414/_pkg_.a # internal
2025-08-20T23:00:22.1168141Z [00:02:44.377]➜  go tool buildid -w $WORK/b1415/_pkg_.a # internal
2025-08-20T23:00:22.1174714Z [00:02:44.378]➜  cp $WORK/b1415/_pkg_.a /root/.cache/go-build/82/82dd4e337501c691f05f3523dac9e44dbf008a667e2905aa15d719376ac77160-d # internal
2025-08-20T23:00:22.1175692Z [00:02:44.378]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipquality
2025-08-20T23:00:22.1177430Z [00:02:44.378]➜  mkdir -p $WORK/b1417/
2025-08-20T23:00:22.1177834Z [00:02:44.379]➜  cat >/tmp/go-build2180205415/b1417/importcfg << 'EOF' # internal
2025-08-20T23:00:22.1178194Z [00:02:44.379]➜  # import config
2025-08-20T23:00:22.1178539Z [00:02:44.379]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.1179001Z [00:02:44.379]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:22.1179446Z [00:02:44.379]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:22.1179857Z [00:02:44.379]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.1180443Z [00:02:44.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.1181214Z [00:02:44.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.1182234Z [00:02:44.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.1187159Z [00:02:44.379]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.1187745Z [00:02:44.379]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.1188181Z [00:02:44.379]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.1188616Z [00:02:44.379]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.1188933Z [00:02:44.379]➜  EOF
2025-08-20T23:00:22.1190964Z [00:02:44.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1417/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipquality=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipquality;$WORK/b1417=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipquality -lang=go1.24 -complete -installsuffix shared -buildid dcCu5OZMzA2zBRn7uBj2/dcCu5OZMzA2zBRn7uBj2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1417/importcfg -pack ./pkg/detectors/ipquality/ipquality.go
2025-08-20T23:00:22.1193103Z [00:02:44.379]➜  cp $WORK/b1414/_pkg_.a /root/.cache/go-build/96/96388c8fdeb736aab7d0b48324eb00ff2ed77f9e5d75ae5a01bdbb37727d5ae8-d # internal
2025-08-20T23:00:22.1193772Z [00:02:44.379]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipstack
2025-08-20T23:00:22.1194350Z [00:02:44.379]➜  mkdir -p $WORK/b1418/
2025-08-20T23:00:22.1194742Z [00:02:44.379]➜  cat >/tmp/go-build2180205415/b1418/importcfg << 'EOF' # internal
2025-08-20T23:00:22.1195091Z [00:02:44.379]➜  # import config
2025-08-20T23:00:22.1195432Z [00:02:44.379]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.1196651Z [00:02:44.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.1197494Z [00:02:44.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.1198302Z [00:02:44.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.1199270Z [00:02:44.379]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.1199746Z [00:02:44.379]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.1200173Z [00:02:44.379]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.1200604Z [00:02:44.379]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.1200919Z [00:02:44.380]➜  EOF
2025-08-20T23:00:22.1202882Z [00:02:44.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1418/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipstack;$WORK/b1418=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipstack -lang=go1.24 -complete -installsuffix shared -buildid Pw7gu96egiHLsS34gHwe/Pw7gu96egiHLsS34gHwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1418/importcfg -pack ./pkg/detectors/ipstack/ipstack.go
2025-08-20T23:00:22.1279227Z [00:02:44.389]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:22.1282554Z [00:02:44.389]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x038.o -c zstd_v01.c
2025-08-20T23:00:22.1539719Z [00:02:44.415]➜  go tool buildid -w $WORK/b1416/_pkg_.a # internal
2025-08-20T23:00:22.1558450Z [00:02:44.417]➜  cp $WORK/b1416/_pkg_.a /root/.cache/go-build/39/399f45f5daa81213068b5a61334b463bb5a87c8547038dbb466595a44f93a31e-d # internal
2025-08-20T23:00:22.1559330Z [00:02:44.417]➜  github.com/golang-sql/civil
2025-08-20T23:00:22.1561176Z [00:02:44.417]➜  mkdir -p $WORK/b1421/
2025-08-20T23:00:22.1561694Z [00:02:44.417]➜  cat >/tmp/go-build2180205415/b1421/importcfg << 'EOF' # internal
2025-08-20T23:00:22.1562200Z [00:02:44.417]➜  # import config
2025-08-20T23:00:22.1562581Z [00:02:44.417]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.1563008Z [00:02:44.417]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:22.1563312Z [00:02:44.417]➜  EOF
2025-08-20T23:00:22.1563563Z [00:02:44.417]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:22.1565681Z [00:02:44.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1421/_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/b1421=>" -p github.com/golang-sql/civil -lang=go1.16 -complete -installsuffix shared -buildid O-vsGH0QtK4D-sXjdP1P/O-vsGH0QtK4D-sXjdP1P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1421/importcfg -pack /root/go/pkg/mod/github.com/golang-sql/civil@v0.0.0-20220223132316-b832511892a9/civil.go
2025-08-20T23:00:22.1598777Z [00:02:44.421]➜  go tool buildid -w $WORK/b1418/_pkg_.a # internal
2025-08-20T23:00:22.1600067Z [00:02:44.421]➜  go tool buildid -w $WORK/b1417/_pkg_.a # internal
2025-08-20T23:00:22.1601043Z [00:02:44.421]➜  cp $WORK/b1418/_pkg_.a /root/.cache/go-build/91/91853bb288745de0785972b30c0c8296dd757e2eeb537205b71045143589918d-d # internal
2025-08-20T23:00:22.1608527Z [00:02:44.422]➜  github.com/golang-sql/sqlexp
2025-08-20T23:00:22.1609263Z [00:02:44.422]➜  mkdir -p $WORK/b1422/
2025-08-20T23:00:22.1609682Z [00:02:44.422]➜  cat >/tmp/go-build2180205415/b1422/importcfg << 'EOF' # internal
2025-08-20T23:00:22.1610039Z [00:02:44.422]➜  # import config
2025-08-20T23:00:22.1610387Z [00:02:44.422]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.1610838Z [00:02:44.422]➜  packagefile database/sql=/tmp/go-build2180205415/b297/_pkg_.a
2025-08-20T23:00:22.1611348Z [00:02:44.422]➜  packagefile database/sql/driver=/tmp/go-build2180205415/b278/_pkg_.a
2025-08-20T23:00:22.1612121Z [00:02:44.422]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:22.1612545Z [00:02:44.422]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.1612974Z [00:02:44.422]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:22.1613404Z [00:02:44.422]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.1613721Z [00:02:44.422]➜  EOF
2025-08-20T23:00:22.1617430Z [00:02:44.422]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1422/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0=>github.com/golang-sql/sqlexp@v0.1.0;$WORK/b1422=>" -p github.com/golang-sql/sqlexp -lang=go1.16 -complete -installsuffix shared -buildid my1XIudHo4Egc4YKwITb/my1XIudHo4Egc4YKwITb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1422/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:00:22.1627439Z [00:02:44.424]➜  cp $WORK/b1417/_pkg_.a /root/.cache/go-build/96/962dc8a3b139a0c0fd009079a98197799aff9c7b20c6f1736b4e75b029f372af-d # internal
2025-08-20T23:00:22.1633537Z [00:02:44.424]➜  github.com/microsoft/go-mssqldb/aecmk
2025-08-20T23:00:22.1633882Z [00:02:44.424]➜  mkdir -p $WORK/b1423/
2025-08-20T23:00:22.1642819Z [00:02:44.425]➜  cat >/tmp/go-build2180205415/b1423/importcfg << 'EOF' # internal
2025-08-20T23:00:22.1643218Z [00:02:44.425]➜  # import config
2025-08-20T23:00:22.1643811Z [00:02:44.425]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.1644405Z [00:02:44.425]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.1644887Z [00:02:44.425]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:22.1645314Z [00:02:44.425]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:22.1645618Z [00:02:44.425]➜  EOF
2025-08-20T23:00:22.1648012Z [00:02:44.425]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1423/_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/b1423=>" -p github.com/microsoft/go-mssqldb/aecmk -lang=go1.18 -complete -installsuffix shared -buildid 48RHVDDmw75PBaCW9MAO/48RHVDDmw75PBaCW9MAO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1423/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:00:22.1849926Z [00:02:44.446]➜  go tool buildid -w $WORK/b1423/_pkg_.a # internal
2025-08-20T23:00:22.1854735Z [00:02:44.446]➜  cp $WORK/b1423/_pkg_.a /root/.cache/go-build/8d/8d484004ed90d404b3a59feb5c46e0f462afb549521beb8dd68bcbc74086c168-d # internal
2025-08-20T23:00:22.1856131Z [00:02:44.447]➜  github.com/microsoft/go-mssqldb/msdsn
2025-08-20T23:00:22.1866702Z [00:02:44.447]➜  mkdir -p $WORK/b1425/
2025-08-20T23:00:22.1867863Z [00:02:44.447]➜  cat >/tmp/go-build2180205415/b1425/importcfg << 'EOF' # internal
2025-08-20T23:00:22.1868259Z [00:02:44.447]➜  # import config
2025-08-20T23:00:22.1868618Z [00:02:44.447]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.1869068Z [00:02:44.447]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:22.1869519Z [00:02:44.447]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:22.1869982Z [00:02:44.447]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T23:00:22.1870439Z [00:02:44.447]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:22.1870865Z [00:02:44.447]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.1871339Z [00:02:44.447]➜  packagefile github.com/google/uuid=/tmp/go-build2180205415/b277/_pkg_.a
2025-08-20T23:00:22.1871806Z [00:02:44.447]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:22.1872219Z [00:02:44.447]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:22.1872628Z [00:02:44.447]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:22.1873063Z [00:02:44.447]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:22.1873511Z [00:02:44.447]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:22.1873938Z [00:02:44.447]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.1874361Z [00:02:44.447]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:22.1874787Z [00:02:44.447]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:22.1875109Z [00:02:44.447]➜  EOF
2025-08-20T23:00:22.1878794Z [00:02:44.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1425/_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/b1425=>" -p github.com/microsoft/go-mssqldb/msdsn -lang=go1.18 -complete -installsuffix shared -buildid xhkEyCRKjoY2xsy2YNhf/xhkEyCRKjoY2xsy2YNhf -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/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:00:22.1899054Z [00:02:44.451]➜  go tool buildid -w $WORK/b1421/_pkg_.a # internal
2025-08-20T23:00:22.1906189Z [00:02:44.452]➜  cp $WORK/b1421/_pkg_.a /root/.cache/go-build/23/23460168d4ea30f639671aeee6d78c3c4962fbb0f1a483050db208e89b2edf16-d # internal
2025-08-20T23:00:22.1907449Z [00:02:44.452]➜  golang.org/x/crypto/md4
2025-08-20T23:00:22.1908579Z [00:02:44.452]➜  mkdir -p $WORK/b1427/
2025-08-20T23:00:22.1920837Z [00:02:44.453]➜  cat >/tmp/go-build2180205415/b1427/importcfg << 'EOF' # internal
2025-08-20T23:00:22.1921309Z [00:02:44.453]➜  # import config
2025-08-20T23:00:22.1921657Z [00:02:44.453]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:22.1922078Z [00:02:44.453]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:22.1922508Z [00:02:44.453]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:22.1922832Z [00:02:44.453]➜  EOF
2025-08-20T23:00:22.1924752Z [00:02:44.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1427/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/md4=>golang.org/x/crypto@v0.40.0/md4;$WORK/b1427=>" -p golang.org/x/crypto/md4 -lang=go1.23 -complete -installsuffix shared -buildid rcqbyZJ7laQj72lKcZo9/rcqbyZJ7laQj72lKcZo9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1427/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:00:22.2030853Z [00:02:44.464]➜  go tool buildid -w $WORK/b1422/_pkg_.a # internal
2025-08-20T23:00:22.2043451Z [00:02:44.465]➜  cp $WORK/b1422/_pkg_.a /root/.cache/go-build/a1/a14b7fb8274e421f4a84e58ef53ce78a81af51d03b50441b723aa4d84fb88f56-d # internal
2025-08-20T23:00:22.2087613Z [00:02:44.470]➜  github.com/microsoft/go-mssqldb/internal/cp
2025-08-20T23:00:22.2091966Z [00:02:44.470]➜  mkdir -p $WORK/b1428/
2025-08-20T23:00:22.2093593Z [00:02:44.470]➜  cat >/tmp/go-build2180205415/b1428/importcfg << 'EOF' # internal
2025-08-20T23:00:22.2094010Z [00:02:44.470]➜  # import config
2025-08-20T23:00:22.2094381Z [00:02:44.470]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.2094818Z [00:02:44.470]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:22.2095131Z [00:02:44.470]➜  EOF
2025-08-20T23:00:22.2103500Z [00:02:44.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1428/_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/b1428=>" -p github.com/microsoft/go-mssqldb/internal/cp -lang=go1.18 -complete -installsuffix shared -buildid GiqRfyRm3V8HQ8-ahbSv/GiqRfyRm3V8HQ8-ahbSv -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/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:00:22.2111269Z [00:02:44.472]➜  go tool buildid -w $WORK/b1427/_pkg_.a # internal
2025-08-20T23:00:22.2117498Z [00:02:44.473]➜  cp $WORK/b1427/_pkg_.a /root/.cache/go-build/a2/a2c8d6717527210098649e98ac82729661c7aea6f423e1eb3cd1a7ac4f7f718d-d # internal
2025-08-20T23:00:22.2118286Z [00:02:44.473]➜  github.com/microsoft/go-mssqldb/internal/decimal
2025-08-20T23:00:22.2118630Z [00:02:44.473]➜  mkdir -p $WORK/b1429/
2025-08-20T23:00:22.2119006Z [00:02:44.473]➜  cat >/tmp/go-build2180205415/b1429/importcfg << 'EOF' # internal
2025-08-20T23:00:22.2119355Z [00:02:44.473]➜  # import config
2025-08-20T23:00:22.2119725Z [00:02:44.473]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:22.2120177Z [00:02:44.473]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:22.2120596Z [00:02:44.473]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.2121258Z [00:02:44.473]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:22.2121688Z [00:02:44.473]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:22.2122118Z [00:02:44.473]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.2122604Z [00:02:44.473]➜  EOF
2025-08-20T23:00:22.2127005Z [00:02:44.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1429/_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/b1429=>" -p github.com/microsoft/go-mssqldb/internal/decimal -lang=go1.18 -complete -installsuffix shared -buildid UMDzytQunjFREPOmHYV8/UMDzytQunjFREPOmHYV8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1429/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/decimal/decimal.go
2025-08-20T23:00:22.2550188Z [00:02:44.516]➜  go tool buildid -w $WORK/b1429/_pkg_.a # internal
2025-08-20T23:00:22.2559818Z [00:02:44.517]➜  cp $WORK/b1429/_pkg_.a /root/.cache/go-build/2d/2d6486e2ed663a17e0836e5a51d7ace9db546db8a80997ce10fcaf6d9aefabbb-d # internal
2025-08-20T23:00:22.2560676Z [00:02:44.517]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto
2025-08-20T23:00:22.2561179Z [00:02:44.517]➜  mkdir -p $WORK/b1431/
2025-08-20T23:00:22.2561559Z [00:02:44.517]➜  cat >/tmp/go-build2180205415/b1431/importcfg << 'EOF' # internal
2025-08-20T23:00:22.2561923Z [00:02:44.517]➜  # import config
2025-08-20T23:00:22.2562261Z [00:02:44.517]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:22.2562697Z [00:02:44.517]➜  packagefile crypto/aes=/tmp/go-build2180205415/b138/_pkg_.a
2025-08-20T23:00:22.2563159Z [00:02:44.517]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T23:00:22.2563621Z [00:02:44.517]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
﻿2025-08-20T23:00:22.2582028Z [00:02:44.517]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:22.2582491Z [00:02:44.517]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.2582802Z [00:02:44.517]➜  EOF
2025-08-20T23:00:22.2600956Z [00:02:44.517]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1431/_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/b1431=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto -lang=go1.18 -complete -installsuffix shared -buildid DpWxxqKWrhuTWPndwWoW/DpWxxqKWrhuTWPndwWoW -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/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:00:22.2604386Z [00:02:44.518]➜  go tool buildid -w $WORK/b1425/_pkg_.a # internal
2025-08-20T23:00:22.2605128Z [00:02:44.518]➜  cp $WORK/b1425/_pkg_.a /root/.cache/go-build/65/656c33b1f6cd373f2a50b5e0f3ff4e75d6f7a4cf8ecd997e890073538496e835-d # internal
2025-08-20T23:00:22.2608900Z [00:02:44.522]➜  github.com/microsoft/go-mssqldb/integratedauth
2025-08-20T23:00:22.2609891Z [00:02:44.522]➜  mkdir -p $WORK/b1424/
2025-08-20T23:00:22.2610826Z [00:02:44.522]➜  cat >/tmp/go-build2180205415/b1424/importcfg << 'EOF' # internal
2025-08-20T23:00:22.2611425Z [00:02:44.522]➜  # import config
2025-08-20T23:00:22.2611988Z [00:02:44.522]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:22.2612740Z [00:02:44.522]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.2613511Z [00:02:44.522]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build2180205415/b1425/_pkg_.a
2025-08-20T23:00:22.2614516Z [00:02:44.522]➜  EOF
2025-08-20T23:00:22.2618006Z [00:02:44.522]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1424/_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/b1424=>" -p github.com/microsoft/go-mssqldb/integratedauth -lang=go1.18 -complete -installsuffix shared -buildid 2u8dZZPQ_Y277_X90qRz/2u8dZZPQ_Y277_X90qRz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1424/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:00:22.2738478Z [00:02:44.535]➜  go tool buildid -w $WORK/b1431/_pkg_.a # internal
2025-08-20T23:00:22.2750036Z [00:02:44.536]➜  cp $WORK/b1431/_pkg_.a /root/.cache/go-build/77/7744e009d8a2078679e85ee51dcff51869c2f7bbc5f1ef191e764a7bb7e2874c-d # internal
2025-08-20T23:00:22.2758182Z [00:02:44.537]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils
2025-08-20T23:00:22.2759052Z [00:02:44.537]➜  mkdir -p $WORK/b1434/
2025-08-20T23:00:22.2769514Z [00:02:44.538]➜  cat >/tmp/go-build2180205415/b1434/importcfg << 'EOF' # internal
2025-08-20T23:00:22.2778009Z [00:02:44.539]➜  # import config
2025-08-20T23:00:22.2780466Z [00:02:44.539]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:22.2782923Z [00:02:44.539]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T23:00:22.2784209Z [00:02:44.539]➜  EOF
2025-08-20T23:00:22.2787445Z [00:02:44.539]➜  /root/.go/pkg/tool/linux_arm64/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/utils=>github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils;$WORK/b1434=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils -lang=go1.18 -complete -installsuffix shared -buildid xzclz6jlE1_4gpXOn-9t/xzclz6jlE1_4gpXOn-9t -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/utils/utf16.go
2025-08-20T23:00:22.2838499Z [00:02:44.545]➜  go tool buildid -w $WORK/b1424/_pkg_.a # internal
2025-08-20T23:00:22.2842971Z [00:02:44.545]➜  cp $WORK/b1424/_pkg_.a /root/.cache/go-build/de/de0c261b73ccd2889f0ca145d16f3ccbfdc4c2a6bd3aa5de2288e1dbf1b9bbea-d # internal
2025-08-20T23:00:22.2870296Z [00:02:44.548]➜  github.com/microsoft/go-mssqldb/integratedauth/ntlm
2025-08-20T23:00:22.2874446Z [00:02:44.548]➜  mkdir -p $WORK/b1426/
2025-08-20T23:00:22.2877158Z [00:02:44.549]➜  cat >/tmp/go-build2180205415/b1426/importcfg << 'EOF' # internal
2025-08-20T23:00:22.2877644Z [00:02:44.549]➜  # import config
2025-08-20T23:00:22.2878031Z [00:02:44.549]➜  packagefile crypto/des=/tmp/go-build2180205415/b139/_pkg_.a
2025-08-20T23:00:22.2878655Z [00:02:44.549]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:22.2879190Z [00:02:44.549]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T23:00:22.2879817Z [00:02:44.549]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:22.2880292Z [00:02:44.549]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:22.2880743Z [00:02:44.549]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:22.2881152Z [00:02:44.549]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.2881725Z [00:02:44.549]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build2180205415/b1424/_pkg_.a
2025-08-20T23:00:22.2882393Z [00:02:44.549]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build2180205415/b1425/_pkg_.a
2025-08-20T23:00:22.2882984Z [00:02:44.549]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build2180205415/b1427/_pkg_.a
2025-08-20T23:00:22.2883486Z [00:02:44.549]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.2883909Z [00:02:44.549]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:22.2884354Z [00:02:44.549]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T23:00:22.2884689Z [00:02:44.549]➜  EOF
2025-08-20T23:00:22.2889280Z [00:02:44.549]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1426/_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/b1426=>" -p github.com/microsoft/go-mssqldb/integratedauth/ntlm -lang=go1.18 -complete -installsuffix shared -buildid QnidhVHLel_-OmbP1ycz/QnidhVHLel_-OmbP1ycz -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/ntlm/ntlm.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/integratedauth/ntlm/provider.go
2025-08-20T23:00:22.2970126Z [00:02:44.558]➜  go tool buildid -w $WORK/b1434/_pkg_.a # internal
2025-08-20T23:00:22.2990555Z [00:02:44.558]➜  cp $WORK/b1434/_pkg_.a /root/.cache/go-build/a9/a98aeac53eb2feab01035ec23f99fb8a39d15cee0eba4c3d5b2e870b13499330-d # internal
2025-08-20T23:00:22.2991424Z [00:02:44.560]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys
2025-08-20T23:00:22.2991903Z [00:02:44.560]➜  mkdir -p $WORK/b1433/
2025-08-20T23:00:22.2992279Z [00:02:44.560]➜  cat >/tmp/go-build2180205415/b1433/importcfg << 'EOF' # internal
2025-08-20T23:00:22.2992627Z [00:02:44.560]➜  # import config
2025-08-20T23:00:22.2992954Z [00:02:44.560]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.2993951Z [00:02:44.560]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=/tmp/go-build2180205415/b1431/_pkg_.a
2025-08-20T23:00:22.2995190Z [00:02:44.560]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils=/tmp/go-build2180205415/b1434/_pkg_.a
2025-08-20T23:00:22.2995965Z [00:02:44.560]➜  EOF
2025-08-20T23:00:22.3001216Z [00:02:44.561]➜  /root/.go/pkg/tool/linux_arm64/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/keys=>github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys;$WORK/b1433=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys -lang=go1.18 -complete -installsuffix shared -buildid dkIseejK51ehQvPXQkqt/dkIseejK51ehQvPXQkqt -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/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:00:22.3108392Z [00:02:44.572]➜  go tool buildid -w $WORK/b1433/_pkg_.a # internal
2025-08-20T23:00:22.3119491Z [00:02:44.573]➜  cp $WORK/b1433/_pkg_.a /root/.cache/go-build/c1/c1d7235ba4c671594dd5b5a7823e445c01a55584d369dde30be6274201b6e8f7-d # internal
2025-08-20T23:00:22.3120793Z [00:02:44.573]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms
2025-08-20T23:00:22.3122377Z [00:02:44.573]➜  mkdir -p $WORK/b1430/
2025-08-20T23:00:22.3122969Z [00:02:44.573]➜  cat >/tmp/go-build2180205415/b1430/importcfg << 'EOF' # internal
2025-08-20T23:00:22.3123352Z [00:02:44.573]➜  # import config
2025-08-20T23:00:22.3123718Z [00:02:44.573]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:22.3124188Z [00:02:44.573]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:22.3124645Z [00:02:44.573]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.3125433Z [00:02:44.573]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=/tmp/go-build2180205415/b1431/_pkg_.a
2025-08-20T23:00:22.3126702Z [00:02:44.573]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=/tmp/go-build2180205415/b1432/_pkg_.a
2025-08-20T23:00:22.3127780Z [00:02:44.573]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=/tmp/go-build2180205415/b1433/_pkg_.a
2025-08-20T23:00:22.3128382Z [00:02:44.573]➜  EOF
2025-08-20T23:00:22.3131881Z [00:02:44.573]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1430/_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/b1430=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms -lang=go1.18 -complete -installsuffix shared -buildid cPFjNO-iBvRO66yVmKHd/cPFjNO-iBvRO66yVmKHd -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/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:00:22.3285553Z [00:02:44.590]➜  go tool buildid -w $WORK/b1430/_pkg_.a # internal
2025-08-20T23:00:22.3292532Z [00:02:44.590]➜  cp $WORK/b1430/_pkg_.a /root/.cache/go-build/3f/3f07025e8abb1b11ea2d4449781e59e11bdd9c176e671c461c14cba7fe9a2a27-d # internal
2025-08-20T23:00:22.3293245Z [00:02:44.590]➜  github.com/microsoft/go-mssqldb/internal/querytext
2025-08-20T23:00:22.3293788Z [00:02:44.590]➜  mkdir -p $WORK/b1435/
2025-08-20T23:00:22.3294337Z [00:02:44.590]➜  cat >/tmp/go-build2180205415/b1435/importcfg << 'EOF' # internal
2025-08-20T23:00:22.3294695Z [00:02:44.590]➜  # import config
2025-08-20T23:00:22.3295039Z [00:02:44.590]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:22.3295459Z [00:02:44.590]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.3296031Z [00:02:44.590]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:22.3296402Z [00:02:44.590]➜  EOF
2025-08-20T23:00:22.3310316Z [00:02:44.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1435/_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/b1435=>" -p github.com/microsoft/go-mssqldb/internal/querytext -lang=go1.18 -complete -installsuffix shared -buildid gU_8TRKkBCbnwNaG-ycG/gU_8TRKkBCbnwNaG-ycG -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/querytext/parser.go
2025-08-20T23:00:22.3371928Z [00:02:44.598]➜  go tool buildid -w $WORK/b1426/_pkg_.a # internal
2025-08-20T23:00:22.3387171Z [00:02:44.600]➜  cp $WORK/b1426/_pkg_.a /root/.cache/go-build/3f/3f08bd127cc938c1a11b05f5327ac11313424b56a81883c5550282463244ee6e-d # internal
2025-08-20T23:00:22.3395696Z [00:02:44.601]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v1
2025-08-20T23:00:22.3397123Z [00:02:44.601]➜  mkdir -p $WORK/b1436/
2025-08-20T23:00:22.3405012Z [00:02:44.602]➜  cat >/tmp/go-build2180205415/b1436/importcfg << 'EOF' # internal
2025-08-20T23:00:22.3406616Z [00:02:44.602]➜  # import config
2025-08-20T23:00:22.3407275Z [00:02:44.602]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:22.3407963Z [00:02:44.602]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.3408883Z [00:02:44.602]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:22.3409604Z [00:02:44.602]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:22.3410321Z [00:02:44.602]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.3411347Z [00:02:44.602]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:22.3427187Z [00:02:44.602]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.3428264Z [00:02:44.602]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.3429711Z [00:02:44.602]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.3430874Z [00:02:44.602]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.3431803Z [00:02:44.602]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.3432685Z [00:02:44.602]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.3433370Z [00:02:44.602]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.3434119Z [00:02:44.602]➜  EOF
2025-08-20T23:00:22.3436753Z [00:02:44.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1436/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v1;$WORK/b1436=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v1 -lang=go1.24 -complete -installsuffix shared -buildid gaf7ah3FNEjCE5etiud4/gaf7ah3FNEjCE5etiud4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1436/importcfg -pack ./pkg/detectors/jiratoken/v1/jiratoken.go
2025-08-20T23:00:22.3478482Z [00:02:44.609]➜  go tool buildid -w $WORK/b1435/_pkg_.a # internal
2025-08-20T23:00:22.3488776Z [00:02:44.610]➜  cp $WORK/b1435/_pkg_.a /root/.cache/go-build/6e/6e5a9b0b6d9e9a63ebfdad9ec22505ec974b15c330b20723dfa68941196467d1-d # internal
2025-08-20T23:00:22.3490010Z [00:02:44.610]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jotform
2025-08-20T23:00:22.3490563Z [00:02:44.610]➜  mkdir -p $WORK/b1438/
2025-08-20T23:00:22.3500090Z [00:02:44.611]➜  cat >/tmp/go-build2180205415/b1438/importcfg << 'EOF' # internal
2025-08-20T23:00:22.3503031Z [00:02:44.611]➜  # import config
2025-08-20T23:00:22.3503401Z [00:02:44.611]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.3504015Z [00:02:44.611]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.3504783Z [00:02:44.611]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.3505581Z [00:02:44.611]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.3506489Z [00:02:44.611]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.3507174Z [00:02:44.611]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.3507669Z [00:02:44.611]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.3508164Z [00:02:44.611]➜  EOF
2025-08-20T23:00:22.3510131Z [00:02:44.611]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1438/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jotform=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jotform;$WORK/b1438=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jotform -lang=go1.24 -complete -installsuffix shared -buildid iXyFXyTmoBnKfI_7n994/iXyFXyTmoBnKfI_7n994 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1438/importcfg -pack ./pkg/detectors/jotform/jotform.go
2025-08-20T23:00:22.3905743Z [00:02:44.652]➜  go tool buildid -w $WORK/b1438/_pkg_.a # internal
2025-08-20T23:00:22.3926946Z [00:02:44.654]➜  cp $WORK/b1438/_pkg_.a /root/.cache/go-build/ab/ab1c1d554042cdc9bc315c5e35f74e4969a3eefce8b2d5be65b099a2f661553e-d # internal
2025-08-20T23:00:22.3941067Z [00:02:44.655]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jumpcloud
2025-08-20T23:00:22.3950974Z [00:02:44.655]➜  mkdir -p $WORK/b1439/
2025-08-20T23:00:22.3951918Z [00:02:44.655]➜  cat >/tmp/go-build2180205415/b1439/importcfg << 'EOF' # internal
2025-08-20T23:00:22.3952331Z [00:02:44.655]➜  # import config
2025-08-20T23:00:22.3952686Z [00:02:44.655]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.3953301Z [00:02:44.655]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.3954070Z [00:02:44.655]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.3954881Z [00:02:44.655]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.3955568Z [00:02:44.655]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.3956765Z [00:02:44.655]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.3957210Z [00:02:44.655]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.3957533Z [00:02:44.655]➜  EOF
2025-08-20T23:00:22.3959574Z [00:02:44.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1439/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jumpcloud=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jumpcloud;$WORK/b1439=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jumpcloud -lang=go1.24 -complete -installsuffix shared -buildid LInIBMBLoQr-y3AlKNb5/LInIBMBLoQr-y3AlKNb5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1439/importcfg -pack ./pkg/detectors/jumpcloud/jumpcloud.go
2025-08-20T23:00:22.4058809Z [00:02:44.665]➜  go tool buildid -w $WORK/b1436/_pkg_.a # internal
2025-08-20T23:00:22.4060043Z [00:02:44.667]➜  cp $WORK/b1436/_pkg_.a /root/.cache/go-build/0e/0e257740e735be8b70160f17a4189e783159428b3e4e5283cec20bcc55488944-d # internal
2025-08-20T23:00:22.4060793Z [00:02:44.667]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v2
2025-08-20T23:00:22.4061201Z [00:02:44.667]➜  mkdir -p $WORK/b1437/
2025-08-20T23:00:22.4061574Z [00:02:44.667]➜  cat >/tmp/go-build2180205415/b1437/importcfg << 'EOF' # internal
2025-08-20T23:00:22.4061921Z [00:02:44.667]➜  # import config
2025-08-20T23:00:22.4062263Z [00:02:44.667]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.4062682Z [00:02:44.667]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.4063279Z [00:02:44.667]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.4064049Z [00:02:44.667]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.4065020Z [00:02:44.667]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v1=/tmp/go-build2180205415/b1436/_pkg_.a
2025-08-20T23:00:22.4066607Z [00:02:44.667]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.4067525Z [00:02:44.667]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.4068021Z [00:02:44.667]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.4068455Z [00:02:44.667]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.4068770Z [00:02:44.667]➜  EOF
2025-08-20T23:00:22.4070838Z [00:02:44.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1437/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v2;$WORK/b1437=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v2 -lang=go1.24 -complete -installsuffix shared -buildid Ucw_ESmIUotbRxKNKpgc/Ucw_ESmIUotbRxKNKpgc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1437/importcfg -pack ./pkg/detectors/jiratoken/v2/jiratoken_v2.go
2025-08-20T23:00:22.4419203Z [00:02:44.703]➜  go tool buildid -w $WORK/b1439/_pkg_.a # internal
2025-08-20T23:00:22.4432775Z [00:02:44.704]➜  cp $WORK/b1439/_pkg_.a /root/.cache/go-build/02/02613a654818a04844aca1ab27e619918a1298824d9c39bca2b6dbaa6d97d44d-d # internal
2025-08-20T23:00:22.4435267Z [00:02:44.704]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jupiterone
2025-08-20T23:00:22.4435739Z [00:02:44.704]➜  mkdir -p $WORK/b1440/
2025-08-20T23:00:22.4436244Z [00:02:44.704]➜  cat >/tmp/go-build2180205415/b1440/importcfg << 'EOF' # internal
2025-08-20T23:00:22.4436594Z [00:02:44.704]➜  # import config
2025-08-20T23:00:22.4436937Z [00:02:44.704]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.4437371Z [00:02:44.704]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.4437994Z [00:02:44.704]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.4438768Z [00:02:44.704]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.4439574Z [00:02:44.704]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.4440254Z [00:02:44.704]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.4440746Z [00:02:44.704]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.4441178Z [00:02:44.704]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.4441493Z [00:02:44.704]➜  EOF
2025-08-20T23:00:22.4443848Z [00:02:44.704]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1440/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jupiterone=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jupiterone;$WORK/b1440=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jupiterone -lang=go1.24 -complete -installsuffix shared -buildid wuuoVoUSDc-C9-AfHUZm/wuuoVoUSDc-C9-AfHUZm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1440/importcfg -pack ./pkg/detectors/jupiterone/jupiterone.go
2025-08-20T23:00:22.4473833Z [00:02:44.708]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:22.4478261Z [00:02:44.708]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x039.o -c zstd_v02.c
2025-08-20T23:00:22.4522097Z [00:02:44.713]➜  go tool buildid -w $WORK/b1437/_pkg_.a # internal
2025-08-20T23:00:22.4533727Z [00:02:44.714]➜  cp $WORK/b1437/_pkg_.a /root/.cache/go-build/f0/f0ec440f002815cd893dbc6bf62122b5fab6bde42b5dcc5d46266924ea798fb3-d # internal
2025-08-20T23:00:22.4540391Z [00:02:44.715]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/juro
2025-08-20T23:00:22.4542339Z [00:02:44.715]➜  mkdir -p $WORK/b1441/
2025-08-20T23:00:22.4543592Z [00:02:44.715]➜  cat >/tmp/go-build2180205415/b1441/importcfg << 'EOF' # internal
2025-08-20T23:00:22.4544003Z [00:02:44.716]➜  # import config
2025-08-20T23:00:22.4544397Z [00:02:44.716]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.4545034Z [00:02:44.716]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.4545980Z [00:02:44.716]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.4546855Z [00:02:44.716]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.4547559Z [00:02:44.716]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.4548058Z [00:02:44.716]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.4548508Z [00:02:44.716]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.4548823Z [00:02:44.716]➜  EOF
2025-08-20T23:00:22.4549072Z [00:02:44.716]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:22.4551030Z [00:02:44.716]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1441/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/juro=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/juro;$WORK/b1441=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/juro -lang=go1.24 -complete -installsuffix shared -buildid RmC_BOooe3NPRmkM6amn/RmC_BOooe3NPRmkM6amn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1441/importcfg -pack ./pkg/detectors/juro/juro.go
2025-08-20T23:00:22.4891344Z [00:02:44.750]➜  go tool buildid -w $WORK/b1440/_pkg_.a # internal
2025-08-20T23:00:22.4915945Z [00:02:44.753]➜  cp $WORK/b1440/_pkg_.a /root/.cache/go-build/76/76aa4042ac61ab3af40112826ac090527ecbdeb510b3859fe365b81f35cfd8a8-d # internal
2025-08-20T23:00:22.4917468Z [00:02:44.753]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanban
2025-08-20T23:00:22.4918038Z [00:02:44.753]➜  mkdir -p $WORK/b1442/
2025-08-20T23:00:22.4918510Z [00:02:44.753]➜  cat >/tmp/go-build2180205415/b1442/importcfg << 'EOF' # internal
2025-08-20T23:00:22.4919926Z [00:02:44.753]➜  # import config
2025-08-20T23:00:22.4920301Z [00:02:44.753]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.4920730Z [00:02:44.753]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.4921344Z [00:02:44.753]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.4922362Z [00:02:44.753]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.4923205Z [00:02:44.753]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.4923715Z [00:02:44.753]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.4924152Z [00:02:44.753]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.4924470Z [00:02:44.753]➜  EOF
2025-08-20T23:00:22.4926596Z [00:02:44.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1442/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanban=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanban;$WORK/b1442=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanban -lang=go1.24 -complete -installsuffix shared -buildid gF2VwcZTqynWIKMEZOjC/gF2VwcZTqynWIKMEZOjC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1442/importcfg -pack ./pkg/detectors/kanban/kanban.go
2025-08-20T23:00:22.4954748Z [00:02:44.756]➜  go tool buildid -w $WORK/b1441/_pkg_.a # internal
2025-08-20T23:00:22.4967642Z [00:02:44.757]➜  cp $WORK/b1441/_pkg_.a /root/.cache/go-build/e6/e62498e06c4e8b5df25e35159708181baf1fb23dbb3687bbc13231ee24c25f9e-d # internal
2025-08-20T23:00:22.4968516Z [00:02:44.758]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanbantool
2025-08-20T23:00:22.4971179Z [00:02:44.758]➜  mkdir -p $WORK/b1443/
2025-08-20T23:00:22.4972484Z [00:02:44.758]➜  cat >/tmp/go-build2180205415/b1443/importcfg << 'EOF' # internal
2025-08-20T23:00:22.4972917Z [00:02:44.758]➜  # import config
2025-08-20T23:00:22.4974209Z [00:02:44.758]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.4974639Z [00:02:44.758]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.4975249Z [00:02:44.758]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.4976183Z [00:02:44.758]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.4976936Z [00:02:44.758]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.4977435Z [00:02:44.758]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.4977875Z [00:02:44.758]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.4978188Z [00:02:44.758]➜  EOF
2025-08-20T23:00:22.4980242Z [00:02:44.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1443/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanbantool=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanbantool;$WORK/b1443=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanbantool -lang=go1.24 -complete -installsuffix shared -buildid brqU7dyBBE8w1p03JfJs/brqU7dyBBE8w1p03JfJs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1443/importcfg -pack ./pkg/detectors/kanbantool/kanbantool.go
2025-08-20T23:00:22.5256198Z [00:02:44.786]➜  go tool buildid -w $WORK/b1442/_pkg_.a # internal
2025-08-20T23:00:22.5265468Z [00:02:44.787]➜  cp $WORK/b1442/_pkg_.a /root/.cache/go-build/12/126e90f60ff331108400b382b80fe5bbd64e1b25ade6f097f5c7ed5b71d668d4-d # internal
2025-08-20T23:00:22.5269655Z [00:02:44.788]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/karmacrm
2025-08-20T23:00:22.5270057Z [00:02:44.788]➜  mkdir -p $WORK/b1444/
2025-08-20T23:00:22.5270438Z [00:02:44.788]➜  cat >/tmp/go-build2180205415/b1444/importcfg << 'EOF' # internal
2025-08-20T23:00:22.5270788Z [00:02:44.788]➜  # import config
2025-08-20T23:00:22.5271132Z [00:02:44.788]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.5271550Z [00:02:44.788]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.5272141Z [00:02:44.788]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.5273231Z [00:02:44.788]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.5274252Z [00:02:44.788]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.5274943Z [00:02:44.788]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.5275438Z [00:02:44.788]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.5276030Z [00:02:44.788]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.5276407Z [00:02:44.788]➜  EOF
2025-08-20T23:00:22.5278504Z [00:02:44.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1444/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/karmacrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/karmacrm;$WORK/b1444=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/karmacrm -lang=go1.24 -complete -installsuffix shared -buildid 2uaSlYzbO9B5D9g_Le0t/2uaSlYzbO9B5D9g_Le0t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1444/importcfg -pack ./pkg/detectors/karmacrm/karmacrm.go
2025-08-20T23:00:22.5329645Z [00:02:44.794]➜  go tool buildid -w $WORK/b1443/_pkg_.a # internal
2025-08-20T23:00:22.5340703Z [00:02:44.795]➜  cp $WORK/b1443/_pkg_.a /root/.cache/go-build/77/776cf0aed91068e3f8d9a47e15734dd7e070734b34c8b8eddecc7bc2fad2acc5-d # internal
2025-08-20T23:00:22.5350945Z [00:02:44.795]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/keenio
2025-08-20T23:00:22.5351362Z [00:02:44.795]➜  mkdir -p $WORK/b1445/
2025-08-20T23:00:22.5351766Z [00:02:44.796]➜  cat >/tmp/go-build2180205415/b1445/importcfg << 'EOF' # internal
2025-08-20T23:00:22.5352116Z [00:02:44.796]➜  # import config
2025-08-20T23:00:22.5352460Z [00:02:44.796]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.5353077Z [00:02:44.796]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.5353856Z [00:02:44.796]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.5354654Z [00:02:44.796]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.5355334Z [00:02:44.796]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.5355962Z [00:02:44.796]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.5356466Z [00:02:44.796]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.5356785Z [00:02:44.796]➜  EOF
2025-08-20T23:00:22.5358712Z [00:02:44.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1445/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/keenio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/keenio;$WORK/b1445=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/keenio -lang=go1.24 -complete -installsuffix shared -buildid l-i44-GPEHAwymbpAG8j/l-i44-GPEHAwymbpAG8j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1445/importcfg -pack ./pkg/detectors/keenio/keenio.go
2025-08-20T23:00:22.5674642Z [00:02:44.828]➜  go tool buildid -w $WORK/b1444/_pkg_.a # internal
2025-08-20T23:00:22.5707278Z [00:02:44.828]➜  cp $WORK/b1444/_pkg_.a /root/.cache/go-build/c1/c191eaec28e84e75e1472ffcfd1f08c7fa0c021b71029f7d9a208d72f0772009-d # internal
2025-08-20T23:00:22.5708394Z [00:02:44.828]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kickbox
2025-08-20T23:00:22.5708943Z [00:02:44.828]➜  mkdir -p $WORK/b1446/
2025-08-20T23:00:22.5709592Z [00:02:44.828]➜  cat >/tmp/go-build2180205415/b1446/importcfg << 'EOF' # internal
2025-08-20T23:00:22.5710101Z [00:02:44.828]➜  # import config
2025-08-20T23:00:22.5710598Z [00:02:44.828]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.5712051Z [00:02:44.828]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.5713749Z [00:02:44.828]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.5714622Z [00:02:44.828]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.5715315Z [00:02:44.828]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.5715958Z [00:02:44.828]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.5716469Z [00:02:44.828]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.5716790Z [00:02:44.828]➜  EOF
2025-08-20T23:00:22.5718914Z [00:02:44.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1446/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kickbox=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kickbox;$WORK/b1446=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kickbox -lang=go1.24 -complete -installsuffix shared -buildid xRgkYg2J5eeIvRrh1-k4/xRgkYg2J5eeIvRrh1-k4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1446/importcfg -pack ./pkg/detectors/kickbox/kickbox.go
2025-08-20T23:00:22.5720836Z [00:02:44.832]➜  go tool buildid -w $WORK/b1445/_pkg_.a # internal
2025-08-20T23:00:22.5733655Z [00:02:44.834]➜  cp $WORK/b1445/_pkg_.a /root/.cache/go-build/97/97602dd7f13b29cea9bbc938a9ff81ea3c894e0ff0dbdf6183c08c2cc4358d21-d # internal
2025-08-20T23:00:22.5735896Z [00:02:44.834]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klaviyo
2025-08-20T23:00:22.5736375Z [00:02:44.835]➜  mkdir -p $WORK/b1447/
2025-08-20T23:00:22.5742788Z [00:02:44.835]➜  cat >/tmp/go-build2180205415/b1447/importcfg << 'EOF' # internal
2025-08-20T23:00:22.5746493Z [00:02:44.835]➜  # import config
2025-08-20T23:00:22.5748153Z [00:02:44.835]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.5748643Z [00:02:44.835]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:22.5749107Z [00:02:44.835]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.5749717Z [00:02:44.835]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.5750490Z [00:02:44.835]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.5751284Z [00:02:44.835]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.5751961Z [00:02:44.835]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.5752454Z [00:02:44.835]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.5752885Z [00:02:44.835]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.5753201Z [00:02:44.835]➜  EOF
2025-08-20T23:00:22.5755172Z [00:02:44.836]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1447/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klaviyo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klaviyo;$WORK/b1447=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klaviyo -lang=go1.24 -complete -installsuffix shared -buildid _PoH-jwocLmh1a1Dt3uZ/_PoH-jwocLmh1a1Dt3uZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1447/importcfg -pack ./pkg/detectors/klaviyo/klaviyo.go
2025-08-20T23:00:22.6095855Z [00:02:44.871]➜  go tool buildid -w $WORK/b1446/_pkg_.a # internal
2025-08-20T23:00:22.6108176Z [00:02:44.872]➜  cp $WORK/b1446/_pkg_.a /root/.cache/go-build/ba/bab940a330e8333625d60c1f8cba59c8f9187bd01c3d1d71d8b73891b01c895e-d # internal
2025-08-20T23:00:22.6126924Z [00:02:44.873]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klipfolio
2025-08-20T23:00:22.6127434Z [00:02:44.873]➜  mkdir -p $WORK/b1448/
2025-08-20T23:00:22.6128119Z [00:02:44.873]➜  cat >/tmp/go-build2180205415/b1448/importcfg << 'EOF' # internal
2025-08-20T23:00:22.6128689Z [00:02:44.873]➜  # import config
2025-08-20T23:00:22.6129075Z [00:02:44.873]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.6129696Z [00:02:44.873]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.6130482Z [00:02:44.873]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.6131283Z [00:02:44.873]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.6131959Z [00:02:44.873]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.6132454Z [00:02:44.873]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.6132887Z [00:02:44.873]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.6133201Z [00:02:44.873]➜  EOF
2025-08-20T23:00:22.6135389Z [00:02:44.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1448/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klipfolio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klipfolio;$WORK/b1448=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klipfolio -lang=go1.24 -complete -installsuffix shared -buildid 1-eJiNoALCxgHGXSOxrX/1-eJiNoALCxgHGXSOxrX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1448/importcfg -pack ./pkg/detectors/klipfolio/klipfolio.go
2025-08-20T23:00:22.6173161Z [00:02:44.878]➜  go tool buildid -w $WORK/b1447/_pkg_.a # internal
2025-08-20T23:00:22.6192254Z [00:02:44.880]➜  cp $WORK/b1447/_pkg_.a /root/.cache/go-build/c4/c44c7696d2bef7643db365a1fe4e0b31c0b2055eb76144c63cb4515901191c83-d # internal
2025-08-20T23:00:22.6193475Z [00:02:44.880]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/knapsackpro
2025-08-20T23:00:22.6193929Z [00:02:44.880]➜  mkdir -p $WORK/b1449/
2025-08-20T23:00:22.6194339Z [00:02:44.880]➜  cat >/tmp/go-build2180205415/b1449/importcfg << 'EOF' # internal
2025-08-20T23:00:22.6194701Z [00:02:44.880]➜  # import config
2025-08-20T23:00:22.6195055Z [00:02:44.880]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.6195668Z [00:02:44.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.6196640Z [00:02:44.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.6197440Z [00:02:44.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.6198119Z [00:02:44.880]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.6198611Z [00:02:44.880]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.6199081Z [00:02:44.880]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.6210828Z [00:02:44.880]➜  EOF
2025-08-20T23:00:22.6212914Z [00:02:44.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1449/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/knapsackpro=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/knapsackpro;$WORK/b1449=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/knapsackpro -lang=go1.24 -complete -installsuffix shared -buildid B0oOvihzUAVNG8_G1LdN/B0oOvihzUAVNG8_G1LdN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1449/importcfg -pack ./pkg/detectors/knapsackpro/knapsackpro.go
2025-08-20T23:00:22.6369384Z [00:02:44.898]➜  go tool buildid -w $WORK/b1428/_pkg_.a # internal
2025-08-20T23:00:22.6395246Z [00:02:44.901]➜  cp $WORK/b1428/_pkg_.a /root/.cache/go-build/9c/9c1eedd3931d1280c983982ec2f3ef35ce46518aa506c85cf8f5ff7ff1c1de54-d # internal
2025-08-20T23:00:22.6405693Z [00:02:44.902]➜  github.com/microsoft/go-mssqldb
2025-08-20T23:00:22.6406182Z [00:02:44.902]➜  mkdir -p $WORK/b1420/
2025-08-20T23:00:22.6415303Z [00:02:44.902]➜  cat >/tmp/go-build2180205415/b1420/importcfg << 'EOF' # internal
2025-08-20T23:00:22.6416460Z [00:02:44.902]➜  # import config
2025-08-20T23:00:22.6416910Z [00:02:44.902]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:22.6417361Z [00:02:44.902]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.6417808Z [00:02:44.902]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:22.6418271Z [00:02:44.902]➜  packagefile database/sql=/tmp/go-build2180205415/b297/_pkg_.a
2025-08-20T23:00:22.6418759Z [00:02:44.902]➜  packagefile database/sql/driver=/tmp/go-build2180205415/b278/_pkg_.a
2025-08-20T23:00:22.6419255Z [00:02:44.902]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:22.6419729Z [00:02:44.902]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:22.6420194Z [00:02:44.902]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:22.6420650Z [00:02:44.902]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:22.6421281Z [00:02:44.902]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.6421851Z [00:02:44.902]➜  packagefile github.com/golang-sql/civil=/tmp/go-build2180205415/b1421/_pkg_.a
2025-08-20T23:00:22.6422594Z [00:02:44.902]➜  packagefile github.com/golang-sql/sqlexp=/tmp/go-build2180205415/b1422/_pkg_.a
2025-08-20T23:00:22.6423141Z [00:02:44.902]➜  packagefile github.com/google/uuid=/tmp/go-build2180205415/b277/_pkg_.a
2025-08-20T23:00:22.6423726Z [00:02:44.902]➜  packagefile github.com/microsoft/go-mssqldb/aecmk=/tmp/go-build2180205415/b1423/_pkg_.a
2025-08-20T23:00:22.6424403Z [00:02:44.902]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build2180205415/b1424/_pkg_.a
2025-08-20T23:00:22.6425131Z [00:02:44.902]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth/ntlm=/tmp/go-build2180205415/b1426/_pkg_.a
2025-08-20T23:00:22.6426041Z [00:02:44.902]➜  packagefile github.com/microsoft/go-mssqldb/internal/cp=/tmp/go-build2180205415/b1428/_pkg_.a
2025-08-20T23:00:22.6426842Z [00:02:44.902]➜  packagefile github.com/microsoft/go-mssqldb/internal/decimal=/tmp/go-build2180205415/b1429/_pkg_.a
2025-08-20T23:00:22.6427778Z [00:02:44.902]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms=/tmp/go-build2180205415/b1430/_pkg_.a
2025-08-20T23:00:22.6428879Z [00:02:44.902]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=/tmp/go-build2180205415/b1432/_pkg_.a
2025-08-20T23:00:22.6429954Z [00:02:44.902]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=/tmp/go-build2180205415/b1433/_pkg_.a
2025-08-20T23:00:22.6430833Z [00:02:44.902]➜  packagefile github.com/microsoft/go-mssqldb/internal/querytext=/tmp/go-build2180205415/b1435/_pkg_.a
2025-08-20T23:00:22.6431516Z [00:02:44.902]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build2180205415/b1425/_pkg_.a
2025-08-20T23:00:22.6432149Z [00:02:44.902]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build2180205415/b827/_pkg_.a
2025-08-20T23:00:22.6432650Z [00:02:44.902]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.6433058Z [00:02:44.903]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:22.6433482Z [00:02:44.903]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:22.6433904Z [00:02:44.903]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:22.6434303Z [00:02:44.903]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:22.6434718Z [00:02:44.903]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:22.6435134Z [00:02:44.903]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:22.6435550Z [00:02:44.903]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:22.6436498Z [00:02:44.903]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.6437112Z [00:02:44.903]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:22.6437620Z [00:02:44.903]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:22.6438049Z [00:02:44.903]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:22.6438500Z [00:02:44.903]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T23:00:22.6438962Z [00:02:44.903]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:22.6439293Z [00:02:44.903]➜  EOF
2025-08-20T23:00:22.6448855Z [00:02:44.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2=>github.com/microsoft/go-mssqldb@v1.8.2;$WORK/b1420=>" -p github.com/microsoft/go-mssqldb -lang=go1.18 -complete -installsuffix shared -buildid QwwFDJmelk9dG-_JdNYf/QwwFDJmelk9dG-_JdNYf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1420/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:00:22.6600308Z [00:02:44.921]➜  go tool buildid -w $WORK/b1448/_pkg_.a # internal
2025-08-20T23:00:22.6601451Z [00:02:44.921]➜  cp $WORK/b1448/_pkg_.a /root/.cache/go-build/69/694b866414d062221d8e79258c4e36b53c8be2f5b379f22f71ec412c665e8446-d # internal
2025-08-20T23:00:22.6602235Z [00:02:44.921]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kontent
2025-08-20T23:00:22.6602619Z [00:02:44.921]➜  mkdir -p $WORK/b1450/
2025-08-20T23:00:22.6603010Z [00:02:44.921]➜  cat >/tmp/go-build2180205415/b1450/importcfg << 'EOF' # internal
2025-08-20T23:00:22.6603360Z [00:02:44.921]➜  # import config
2025-08-20T23:00:22.6603707Z [00:02:44.921]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.6604564Z [00:02:44.921]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.6605612Z [00:02:44.921]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.6606531Z [00:02:44.921]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.6607344Z [00:02:44.921]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.6608024Z [00:02:44.921]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.6608501Z [00:02:44.922]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.6608924Z [00:02:44.922]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.6609359Z [00:02:44.922]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.6609672Z [00:02:44.922]➜  EOF
2025-08-20T23:00:22.6611652Z [00:02:44.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1450/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kontent=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kontent;$WORK/b1450=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kontent -lang=go1.24 -complete -installsuffix shared -buildid VehY55wXtXpnbK-hKJo-/VehY55wXtXpnbK-hKJo- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1450/importcfg -pack ./pkg/detectors/kontent/kontent.go
2025-08-20T23:00:22.6663602Z [00:02:44.927]➜  go tool buildid -w $WORK/b1449/_pkg_.a # internal
2025-08-20T23:00:22.6675287Z [00:02:44.929]➜  cp $WORK/b1449/_pkg_.a /root/.cache/go-build/0c/0c2b53c1ace49906d9df960aede8216cf8fdfeabfa19cee23fe2601bd3d3bf7f-d # internal
2025-08-20T23:00:22.6676135Z [00:02:44.929]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kraken
2025-08-20T23:00:22.6676522Z [00:02:44.929]➜  mkdir -p $WORK/b1451/
2025-08-20T23:00:22.6682609Z [00:02:44.929]➜  cat >/tmp/go-build2180205415/b1451/importcfg << 'EOF' # internal
2025-08-20T23:00:22.6683069Z [00:02:44.929]➜  # import config
2025-08-20T23:00:22.6683432Z [00:02:44.929]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.6683884Z [00:02:44.929]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:22.6684362Z [00:02:44.929]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:22.6684823Z [00:02:44.929]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:22.6685294Z [00:02:44.929]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:22.6686042Z [00:02:44.929]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.6686869Z [00:02:44.929]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.6687672Z [00:02:44.929]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.6688357Z [00:02:44.929]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.6688832Z [00:02:44.929]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.6689259Z [00:02:44.929]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.6689692Z [00:02:44.929]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:22.6690119Z [00:02:44.929]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:22.6690552Z [00:02:44.929]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.6690972Z [00:02:44.929]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:22.6691282Z [00:02:44.929]➜  EOF
2025-08-20T23:00:22.6693584Z [00:02:44.929]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1451/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kraken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kraken;$WORK/b1451=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kraken -lang=go1.24 -complete -installsuffix shared -buildid 6DpiR0Bdct1xx0zGmGJC/6DpiR0Bdct1xx0zGmGJC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1451/importcfg -pack ./pkg/detectors/kraken/kraken.go
2025-08-20T23:00:22.7043343Z [00:02:44.965]➜  go tool buildid -w $WORK/b1450/_pkg_.a # internal
2025-08-20T23:00:22.7054605Z [00:02:44.966]➜  cp $WORK/b1450/_pkg_.a /root/.cache/go-build/c3/c3c6f953c09b23dd53b20af598202cb12216af3c0db0dbf0c87897244ea6a6bd-d # internal
2025-08-20T23:00:22.7056309Z [00:02:44.967]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kucoin
2025-08-20T23:00:22.7056704Z [00:02:44.967]➜  mkdir -p $WORK/b1452/
2025-08-20T23:00:22.7061210Z [00:02:44.967]➜  cat >/tmp/go-build2180205415/b1452/importcfg << 'EOF' # internal
2025-08-20T23:00:22.7061809Z [00:02:44.967]➜  # import config
2025-08-20T23:00:22.7062192Z [00:02:44.967]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.7062648Z [00:02:44.967]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:22.7063123Z [00:02:44.967]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:22.7063602Z [00:02:44.967]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:22.7064590Z [00:02:44.967]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.7065364Z [00:02:44.967]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.7066305Z [00:02:44.967]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.7067049Z [00:02:44.967]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.7067543Z [00:02:44.967]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.7070141Z [00:02:44.967]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:22.7070694Z [00:02:44.967]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.7071117Z [00:02:44.967]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:22.7071439Z [00:02:44.967]➜  EOF
2025-08-20T23:00:22.7073394Z [00:02:44.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1452/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kucoin=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kucoin;$WORK/b1452=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kucoin -lang=go1.24 -complete -installsuffix shared -buildid DlNkednt_mfj4YIxy8rq/DlNkednt_mfj4YIxy8rq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1452/importcfg -pack ./pkg/detectors/kucoin/kucoin.go
2025-08-20T23:00:22.7196930Z [00:02:44.980]➜  go tool buildid -w $WORK/b1451/_pkg_.a # internal
2025-08-20T23:00:22.7197741Z [00:02:44.980]➜  cp $WORK/b1451/_pkg_.a /root/.cache/go-build/85/851381e534591e24fb3a40371ca018048e3294c82c61672c502013f31601ae1c-d # internal
2025-08-20T23:00:22.7198407Z [00:02:44.980]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kylas
2025-08-20T23:00:22.7198778Z [00:02:44.980]➜  mkdir -p $WORK/b1453/
2025-08-20T23:00:22.7199165Z [00:02:44.980]➜  cat >/tmp/go-build2180205415/b1453/importcfg << 'EOF' # internal
2025-08-20T23:00:22.7199514Z [00:02:44.980]➜  # import config
2025-08-20T23:00:22.7199850Z [00:02:44.980]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.7200459Z [00:02:44.980]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.7201220Z [00:02:44.980]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.7202269Z [00:02:44.980]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.7203104Z [00:02:44.980]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.7203601Z [00:02:44.980]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.7204030Z [00:02:44.980]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.7204351Z [00:02:44.980]➜  EOF
2025-08-20T23:00:22.7206499Z [00:02:44.980]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1453/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kylas=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kylas;$WORK/b1453=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kylas -lang=go1.24 -complete -installsuffix shared -buildid dWR8xbdnNVI9SHdCIKhQ/dWR8xbdnNVI9SHdCIKhQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1453/importcfg -pack ./pkg/detectors/kylas/kylas.go
2025-08-20T23:00:22.7506449Z [00:02:45.012]➜  go tool buildid -w $WORK/b1453/_pkg_.a # internal
2025-08-20T23:00:22.7517468Z [00:02:45.013]➜  cp $WORK/b1453/_pkg_.a /root/.cache/go-build/69/693d4121cd79c98f4143afb2babdd25a20f69dae0529efbb2ae79e4341dc1fe8-d # internal
2025-08-20T23:00:22.7518219Z [00:02:45.013]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langfuse
2025-08-20T23:00:22.7518928Z [00:02:45.013]➜  mkdir -p $WORK/b1454/
2025-08-20T23:00:22.7523575Z [00:02:45.013]➜  cat >/tmp/go-build2180205415/b1454/importcfg << 'EOF' # internal
2025-08-20T23:00:22.7524273Z [00:02:45.013]➜  # import config
2025-08-20T23:00:22.7525985Z [00:02:45.013]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.7526464Z [00:02:45.013]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.7527072Z [00:02:45.013]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.7527845Z [00:02:45.013]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.7528890Z [00:02:45.013]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.7529705Z [00:02:45.013]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.7530204Z [00:02:45.013]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.7530631Z [00:02:45.013]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.7530951Z [00:02:45.013]➜  EOF
2025-08-20T23:00:22.7532957Z [00:02:45.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1454/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langfuse=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langfuse;$WORK/b1454=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langfuse -lang=go1.24 -complete -installsuffix shared -buildid 9W8BeuVOFxQTLqiXd6lw/9W8BeuVOFxQTLqiXd6lw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1454/importcfg -pack ./pkg/detectors/langfuse/langfuse.go
2025-08-20T23:00:22.7545988Z [00:02:45.015]➜  go tool buildid -w $WORK/b1452/_pkg_.a # internal
2025-08-20T23:00:22.7563727Z [00:02:45.017]➜  cp $WORK/b1452/_pkg_.a /root/.cache/go-build/b5/b54d10fee859da8ba1852c114f826303d9fcce3ce2df4eb0fb995f76563c80bf-d # internal
2025-08-20T23:00:22.7564521Z [00:02:45.017]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langsmith
2025-08-20T23:00:22.7564911Z [00:02:45.017]➜  mkdir -p $WORK/b1455/
2025-08-20T23:00:22.7574770Z [00:02:45.018]➜  cat >/tmp/go-build2180205415/b1455/importcfg << 'EOF' # internal
2025-08-20T23:00:22.7575154Z [00:02:45.018]➜  # import config
2025-08-20T23:00:22.7586989Z [00:02:45.018]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.7587921Z [00:02:45.018]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.7588567Z [00:02:45.018]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.7589655Z [00:02:45.018]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.7590666Z [00:02:45.018]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.7591358Z [00:02:45.018]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.7591829Z [00:02:45.018]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.7592250Z [00:02:45.018]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.7592570Z [00:02:45.018]➜  EOF
2025-08-20T23:00:22.7594598Z [00:02:45.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1455/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langsmith=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langsmith;$WORK/b1455=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langsmith -lang=go1.24 -complete -installsuffix shared -buildid wRFYKWMsELobR_Wk6R6b/wRFYKWMsELobR_Wk6R6b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1455/importcfg -pack ./pkg/detectors/langsmith/langsmith.go
2025-08-20T23:00:22.7966640Z [00:02:45.058]➜  go tool buildid -w $WORK/b1454/_pkg_.a # internal
2025-08-20T23:00:22.7968189Z [00:02:45.058]➜  cp $WORK/b1454/_pkg_.a /root/.cache/go-build/99/99a04499dd56ff4b2f803b2de28e5020928fbbce82ee34a77a935c2dffb95058-d # internal
2025-08-20T23:00:22.7969865Z [00:02:45.058]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/languagelayer
2025-08-20T23:00:22.7970292Z [00:02:45.058]➜  mkdir -p $WORK/b1456/
2025-08-20T23:00:22.7970679Z [00:02:45.058]➜  cat >/tmp/go-build2180205415/b1456/importcfg << 'EOF' # internal
2025-08-20T23:00:22.7971031Z [00:02:45.058]➜  # import config
2025-08-20T23:00:22.7971432Z [00:02:45.058]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.7971857Z [00:02:45.058]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.7972721Z [00:02:45.058]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.7973586Z [00:02:45.058]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.7974399Z [00:02:45.058]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.7975079Z [00:02:45.058]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.7975552Z [00:02:45.058]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.7976150Z [00:02:45.058]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.7976583Z [00:02:45.058]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.7976899Z [00:02:45.058]➜  EOF
2025-08-20T23:00:22.7978995Z [00:02:45.058]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1456/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/languagelayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/languagelayer;$WORK/b1456=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/languagelayer -lang=go1.24 -complete -installsuffix shared -buildid Wn_-bh_BUNYrP81buQ2E/Wn_-bh_BUNYrP81buQ2E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1456/importcfg -pack ./pkg/detectors/languagelayer/languagelayer.go
2025-08-20T23:00:22.8031549Z [00:02:45.064]➜  go tool buildid -w $WORK/b1455/_pkg_.a # internal
2025-08-20T23:00:22.8045612Z [00:02:45.065]➜  cp $WORK/b1455/_pkg_.a /root/.cache/go-build/c2/c20d2275f14a4d8639811d7f4c9e6517bdf16199ef3000971a29abe6f5b70673-d # internal
2025-08-20T23:00:22.8055692Z [00:02:45.065]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuite
2025-08-20T23:00:22.8056242Z [00:02:45.066]➜  mkdir -p $WORK/b1457/
2025-08-20T23:00:22.8056624Z [00:02:45.066]➜  cat >/tmp/go-build2180205415/b1457/importcfg << 'EOF' # internal
2025-08-20T23:00:22.8057242Z [00:02:45.066]➜  # import config
2025-08-20T23:00:22.8057737Z [00:02:45.066]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.8058194Z [00:02:45.066]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:22.8058642Z [00:02:45.066]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.8059236Z [00:02:45.066]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.8060007Z [00:02:45.066]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.8060812Z [00:02:45.066]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.8061492Z [00:02:45.066]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.8061967Z [00:02:45.066]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.8062400Z [00:02:45.066]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.8062829Z [00:02:45.066]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:22.8063250Z [00:02:45.066]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.8063796Z [00:02:45.066]➜  EOF
2025-08-20T23:00:22.8065974Z [00:02:45.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1457/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuite=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuite;$WORK/b1457=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuite -lang=go1.24 -complete -installsuffix shared -buildid z8K6mNc3mJ1quq4DTXMa/z8K6mNc3mJ1quq4DTXMa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1457/importcfg -pack ./pkg/detectors/larksuite/larksuite.go
2025-08-20T23:00:22.8160700Z [00:02:45.077]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:22.8165310Z [00:02:45.077]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x040.o -c zstd_v03.c
2025-08-20T23:00:22.8569511Z [00:02:45.117]➜  go tool buildid -w $WORK/b1456/_pkg_.a # internal
2025-08-20T23:00:22.8572016Z [00:02:45.118]➜  cp $WORK/b1456/_pkg_.a /root/.cache/go-build/ce/ce6453ac76e5306b14da479af7187b5b737dcd337e36c6772c3f1dc38bc379bc-d # internal
2025-08-20T23:00:22.8574414Z [00:02:45.119]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuiteapikey
2025-08-20T23:00:22.8576144Z [00:02:45.119]➜  mkdir -p $WORK/b1458/
2025-08-20T23:00:22.8580828Z [00:02:45.119]➜  cat >/tmp/go-build2180205415/b1458/importcfg << 'EOF' # internal
2025-08-20T23:00:22.8581240Z [00:02:45.119]➜  # import config
2025-08-20T23:00:22.8581620Z [00:02:45.119]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.8582078Z [00:02:45.119]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:22.8582532Z [00:02:45.119]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.8583133Z [00:02:45.119]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.8583901Z [00:02:45.119]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.8584699Z [00:02:45.119]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.8585382Z [00:02:45.119]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.8585964Z [00:02:45.119]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.8586839Z [00:02:45.119]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.8587352Z [00:02:45.119]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.8587676Z [00:02:45.119]➜  EOF
2025-08-20T23:00:22.8588300Z [00:02:45.119]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:22.8590554Z [00:02:45.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1458/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuiteapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuiteapikey;$WORK/b1458=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuiteapikey -lang=go1.24 -complete -installsuffix shared -buildid c08oSh8KF_BwzEbNi2ps/c08oSh8KF_BwzEbNi2ps -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1458/importcfg -pack ./pkg/detectors/larksuiteapikey/larksuiteapikey.go
2025-08-20T23:00:22.8619231Z [00:02:45.123]➜  go tool buildid -w $WORK/b1457/_pkg_.a # internal
2025-08-20T23:00:22.8640106Z [00:02:45.125]➜  cp $WORK/b1457/_pkg_.a /root/.cache/go-build/6e/6e84785b00555a9c26c2c38e3bdd72f9c3ced1fc85a660169442f5cf6e236ba2-d # internal
2025-08-20T23:00:22.8645664Z [00:02:45.125]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/launchdarkly
2025-08-20T23:00:22.8646237Z [00:02:45.125]➜  mkdir -p $WORK/b1459/
2025-08-20T23:00:22.8656783Z [00:02:45.126]➜  cat >/tmp/go-build2180205415/b1459/importcfg << 'EOF' # internal
2025-08-20T23:00:22.8657244Z [00:02:45.126]➜  # import config
2025-08-20T23:00:22.8657599Z [00:02:45.126]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:22.8658062Z [00:02:45.126]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:22.8658498Z [00:02:45.126]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.8659094Z [00:02:45.126]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:22.8659873Z [00:02:45.126]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:22.8660896Z [00:02:45.126]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:22.8661659Z [00:02:45.126]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:22.8662141Z [00:02:45.126]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.8662557Z [00:02:45.126]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.8662988Z [00:02:45.126]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.8663306Z [00:02:45.126]➜  EOF
2025-08-20T23:00:22.8665517Z [00:02:45.126]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1459/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/launchdarkly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/launchdarkly;$WORK/b1459=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/launchdarkly -lang=go1.24 -complete -installsuffix shared -buildid CiuKKSqF62pUSw9K6qbY/CiuKKSqF62pUSw9K6qbY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1459/importcfg -pack ./pkg/detectors/launchdarkly/launchdarkly.go
2025-08-20T23:00:22.9252362Z [00:02:45.186]➜  go tool buildid -w $WORK/b1458/_pkg_.a # internal
2025-08-20T23:00:22.9270206Z [00:02:45.188]➜  cp $WORK/b1458/_pkg_.a /root/.cache/go-build/2a/2a45dbb02252362b2abe37c8ba566a877121eb9ae253a40c55b941c165cb8116-d # internal
2025-08-20T23:00:22.9307431Z [00:02:45.192]➜  github.com/Azure/go-ntlmssp
2025-08-20T23:00:22.9307803Z [00:02:45.192]➜  mkdir -p $WORK/b1462/
2025-08-20T23:00:22.9309920Z [00:02:45.192]➜  cat >/tmp/go-build2180205415/b1462/importcfg << 'EOF' # internal
2025-08-20T23:00:22.9310414Z [00:02:45.192]➜  # import config
2025-08-20T23:00:22.9310889Z [00:02:45.192]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:22.9311482Z [00:02:45.192]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:22.9312090Z [00:02:45.192]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T23:00:22.9312673Z [00:02:45.192]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:22.9313261Z [00:02:45.192]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:22.9314216Z [00:02:45.192]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:22.9314806Z [00:02:45.192]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:22.9315344Z [00:02:45.192]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:22.9315974Z [00:02:45.192]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.9316628Z [00:02:45.192]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build2180205415/b1427/_pkg_.a
2025-08-20T23:00:22.9317191Z [00:02:45.192]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.9317746Z [00:02:45.192]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:22.9318325Z [00:02:45.192]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:22.9318876Z [00:02:45.192]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.9319414Z [00:02:45.192]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:22.9319945Z [00:02:45.192]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T23:00:22.9320367Z [00:02:45.192]➜  EOF
2025-08-20T23:00:22.9326663Z [00:02:45.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1462/_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/b1462=>" -p github.com/Azure/go-ntlmssp -lang=go1.16 -complete -installsuffix shared -buildid 1TG2JQiLwS82vFsn6ApM/1TG2JQiLwS82vFsn6ApM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1462/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:00:22.9679669Z [00:02:45.229]➜  go tool buildid -w $WORK/b1459/_pkg_.a # internal
2025-08-20T23:00:22.9721240Z [00:02:45.233]➜  cp $WORK/b1459/_pkg_.a /root/.cache/go-build/cc/ccf352ba692613dc9de5f9f3f9e7c3bc534eb366d3816f54c2684b80be47c8fa-d # internal
2025-08-20T23:00:22.9750451Z [00:02:45.233]➜  github.com/go-asn1-ber/asn1-ber
2025-08-20T23:00:22.9750797Z [00:02:45.233]➜  mkdir -p $WORK/b1463/
2025-08-20T23:00:22.9751181Z [00:02:45.234]➜  cat >/tmp/go-build2180205415/b1463/importcfg << 'EOF' # internal
2025-08-20T23:00:22.9751535Z [00:02:45.234]➜  # import config
2025-08-20T23:00:22.9751874Z [00:02:45.234]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:22.9752295Z [00:02:45.234]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:22.9752707Z [00:02:45.234]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:22.9753131Z [00:02:45.234]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:22.9753561Z [00:02:45.234]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:22.9753985Z [00:02:45.234]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:22.9754730Z [00:02:45.234]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:22.9755148Z [00:02:45.234]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:22.9755576Z [00:02:45.234]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:22.9756229Z [00:02:45.234]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:22.9756655Z [00:02:45.234]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:22.9757093Z [00:02:45.234]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:22.9757423Z [00:02:45.234]➜  EOF
2025-08-20T23:00:22.9762123Z [00:02:45.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1463/_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/b1463=>" -p github.com/go-asn1-ber/asn1-ber -lang=go1.13 -complete -installsuffix shared -buildid W6dAqcCAwTMn-0w2fgAg/W6dAqcCAwTMn-0w2fgAg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1463/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:00:23.0461575Z [00:02:45.307]➜  go tool buildid -w $WORK/b1462/_pkg_.a # internal
2025-08-20T23:00:23.0484475Z [00:02:45.310]➜  cp $WORK/b1462/_pkg_.a /root/.cache/go-build/1a/1a1f84384111091214725e1678ee6dfe3f18262effc6b335f46eb84b47bd8b0f-d # internal
2025-08-20T23:00:23.0500113Z [00:02:45.311]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/leadfeeder
2025-08-20T23:00:23.0503862Z [00:02:45.311]➜  mkdir -p $WORK/b1464/
2025-08-20T23:00:23.0517765Z [00:02:45.313]➜  cat >/tmp/go-build2180205415/b1464/importcfg << 'EOF' # internal
2025-08-20T23:00:23.0518677Z [00:02:45.313]➜  # import config
2025-08-20T23:00:23.0519699Z [00:02:45.313]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.0520398Z [00:02:45.313]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.0521839Z [00:02:45.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.0523474Z [00:02:45.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.0524358Z [00:02:45.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.0525056Z [00:02:45.313]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.0525559Z [00:02:45.313]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.0526160Z [00:02:45.313]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.0526517Z [00:02:45.313]➜  EOF
2025-08-20T23:00:23.0528601Z [00:02:45.313]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1464/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/leadfeeder=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/leadfeeder;$WORK/b1464=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/leadfeeder -lang=go1.24 -complete -installsuffix shared -buildid hvDWUzNXOBPZDNfsZPPs/hvDWUzNXOBPZDNfsZPPs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1464/importcfg -pack ./pkg/detectors/leadfeeder/leadfeeder.go
2025-08-20T23:00:23.1006975Z [00:02:45.362]➜  go tool buildid -w $WORK/b1464/_pkg_.a # internal
2025-08-20T23:00:23.1017083Z [00:02:45.363]➜  cp $WORK/b1464/_pkg_.a /root/.cache/go-build/e4/e487c1d3c5c468d76a125d8c0cd2b39cadecaf0f0191cb81f50b809637ebaf76-d # internal
2025-08-20T23:00:23.1018728Z [00:02:45.363]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemlist
2025-08-20T23:00:23.1019937Z [00:02:45.363]➜  mkdir -p $WORK/b1465/
2025-08-20T23:00:23.1024993Z [00:02:45.363]➜  cat >/tmp/go-build2180205415/b1465/importcfg << 'EOF' # internal
2025-08-20T23:00:23.1046611Z [00:02:45.363]➜  # import config
2025-08-20T23:00:23.1047022Z [00:02:45.363]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.1047509Z [00:02:45.363]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:23.1047957Z [00:02:45.363]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.1048565Z [00:02:45.363]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.1049331Z [00:02:45.363]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.1050127Z [00:02:45.364]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.1050807Z [00:02:45.364]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.1051298Z [00:02:45.364]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.1051736Z [00:02:45.364]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.1052057Z [00:02:45.364]➜  EOF
2025-08-20T23:00:23.1055170Z [00:02:45.364]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1465/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemlist=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemlist;$WORK/b1465=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemlist -lang=go1.24 -complete -installsuffix shared -buildid JMxMC78hd85taX48Kvfr/JMxMC78hd85taX48Kvfr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1465/importcfg -pack ./pkg/detectors/lemlist/lemlist.go
2025-08-20T23:00:23.1104162Z [00:02:45.371]➜  go tool buildid -w $WORK/b1463/_pkg_.a # internal
2025-08-20T23:00:23.1123538Z [00:02:45.373]➜  cp $WORK/b1463/_pkg_.a /root/.cache/go-build/d9/d938c700b6dd98a05d7d59ee5fd95940d70806c29c141f3aa313117eb62b7c00-d # internal
2025-08-20T23:00:23.1135397Z [00:02:45.375]➜  github.com/go-ldap/ldap/v3
2025-08-20T23:00:23.1143482Z [00:02:45.375]➜  mkdir -p $WORK/b1461/
2025-08-20T23:00:23.1156907Z [00:02:45.377]➜  cat >/tmp/go-build2180205415/b1461/importcfg << 'EOF' # internal
2025-08-20T23:00:23.1163460Z [00:02:45.377]➜  # import config
2025-08-20T23:00:23.1163854Z [00:02:45.377]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:23.1164297Z [00:02:45.377]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:23.1164723Z [00:02:45.377]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.1165165Z [00:02:45.377]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T23:00:23.1165615Z [00:02:45.377]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:23.1166358Z [00:02:45.377]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:23.1166835Z [00:02:45.377]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:23.1167276Z [00:02:45.377]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:23.1167696Z [00:02:45.377]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.1168202Z [00:02:45.377]➜  packagefile github.com/Azure/go-ntlmssp=/tmp/go-build2180205415/b1462/_pkg_.a
2025-08-20T23:00:23.1168780Z [00:02:45.377]➜  packagefile github.com/go-asn1-ber/asn1-ber=/tmp/go-build2180205415/b1463/_pkg_.a
2025-08-20T23:00:23.1169678Z [00:02:45.377]➜  packagefile github.com/google/uuid=/tmp/go-build2180205415/b277/_pkg_.a
2025-08-20T23:00:23.1170221Z [00:02:45.377]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build2180205415/b1427/_pkg_.a
2025-08-20T23:00:23.1170688Z [00:02:45.377]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:23.1171108Z [00:02:45.377]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:23.1171527Z [00:02:45.377]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:23.1171951Z [00:02:45.377]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:23.1172375Z [00:02:45.377]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:23.1172801Z [00:02:45.377]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:23.1173210Z [00:02:45.377]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:23.1173623Z [00:02:45.377]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:23.1174034Z [00:02:45.377]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:23.1174447Z [00:02:45.377]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:23.1174871Z [00:02:45.377]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.1175287Z [00:02:45.377]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:23.1175720Z [00:02:45.377]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:23.1176358Z [00:02:45.377]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:23.1176787Z [00:02:45.377]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:23.1177396Z [00:02:45.377]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T23:00:23.1177930Z [00:02:45.377]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:23.1178266Z [00:02:45.377]➜  EOF
2025-08-20T23:00:23.1187364Z [00:02:45.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1461/_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/b1461=>" -p github.com/go-ldap/ldap/v3 -lang=go1.23 -complete -installsuffix shared -buildid QckuDorep6-jjSPMP_aM/QckuDorep6-jjSPMP_aM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1461/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:00:23.1376482Z [00:02:45.399]➜  go tool buildid -w $WORK/b1420/_pkg_.a # internal
2025-08-20T23:00:23.1430439Z [00:02:45.404]➜  go tool buildid -w $WORK/b1465/_pkg_.a # internal
2025-08-20T23:00:23.1440902Z [00:02:45.405]➜  cp $WORK/b1465/_pkg_.a /root/.cache/go-build/37/37bdda7c30284ba338770f86a5b167afe4eaa0cace83934cd4d57d05bb20bdc8-d # internal
2025-08-20T23:00:23.1442166Z [00:02:45.405]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemonsqueezy
2025-08-20T23:00:23.1443044Z [00:02:45.405]➜  mkdir -p $WORK/b1466/
2025-08-20T23:00:23.1447577Z [00:02:45.406]➜  cat >/tmp/go-build2180205415/b1466/importcfg << 'EOF' # internal
2025-08-20T23:00:23.1447945Z [00:02:45.406]➜  # import config
2025-08-20T23:00:23.1448298Z [00:02:45.406]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.1449883Z [00:02:45.406]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.1450540Z [00:02:45.406]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.1451331Z [00:02:45.406]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.1452137Z [00:02:45.406]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.1452820Z [00:02:45.406]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.1453313Z [00:02:45.406]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.1453745Z [00:02:45.406]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.1454061Z [00:02:45.406]➜  EOF
2025-08-20T23:00:23.1456493Z [00:02:45.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1466/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemonsqueezy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemonsqueezy;$WORK/b1466=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemonsqueezy -lang=go1.24 -complete -installsuffix shared -buildid s2BZMrviLm671fwVGOV8/s2BZMrviLm671fwVGOV8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1466/importcfg -pack ./pkg/detectors/lemonsqueezy/lemonsqueezy.go
2025-08-20T23:00:23.1478687Z [00:02:45.409]➜  cp $WORK/b1420/_pkg_.a /root/.cache/go-build/c6/c67f52d020683a9a2c29292aad3e2f94c1da669108e0a05d04d4a7df055df8fa-d # internal
2025-08-20T23:00:23.1479395Z [00:02:45.409]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jdbc
2025-08-20T23:00:23.1479764Z [00:02:45.409]➜  mkdir -p $WORK/b1419/
2025-08-20T23:00:23.1487328Z [00:02:45.410]➜  cat >/tmp/go-build2180205415/b1419/importcfg << 'EOF' # internal
2025-08-20T23:00:23.1488346Z [00:02:45.410]➜  # import config
2025-08-20T23:00:23.1488759Z [00:02:45.410]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.1489461Z [00:02:45.410]➜  packagefile database/sql=/tmp/go-build2180205415/b297/_pkg_.a
2025-08-20T23:00:23.1490078Z [00:02:45.410]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:23.1490508Z [00:02:45.410]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.1491009Z [00:02:45.410]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build2180205415/b299/_pkg_.a
2025-08-20T23:00:23.1491547Z [00:02:45.410]➜  packagefile github.com/lib/pq=/tmp/go-build2180205415/b311/_pkg_.a
2025-08-20T23:00:23.1492098Z [00:02:45.410]➜  packagefile github.com/microsoft/go-mssqldb=/tmp/go-build2180205415/b1420/_pkg_.a
2025-08-20T23:00:23.1492787Z [00:02:45.410]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:23.1493559Z [00:02:45.410]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.1494363Z [00:02:45.410]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.1494979Z [00:02:45.410]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:23.1495403Z [00:02:45.410]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:23.1496026Z [00:02:45.410]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.1496664Z [00:02:45.410]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:23.1496977Z [00:02:45.410]➜  EOF
2025-08-20T23:00:23.1499279Z [00:02:45.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1419/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jdbc;$WORK/b1419=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jdbc -lang=go1.24 -complete -installsuffix shared -buildid 9q0O6_5QagnB1xlmXVw4/9q0O6_5QagnB1xlmXVw4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1419/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:00:23.1615935Z [00:02:45.423]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:23.1618253Z [00:02:45.423]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x041.o -c zstd_v04.c
2025-08-20T23:00:23.1941438Z [00:02:45.455]➜  go tool buildid -w $WORK/b1466/_pkg_.a # internal
2025-08-20T23:00:23.1953590Z [00:02:45.456]➜  cp $WORK/b1466/_pkg_.a /root/.cache/go-build/91/91fa90c1fd0234cf90cf8b174eda8d941c283629b72a9e4ffa4c432519603776-d # internal
2025-08-20T23:00:23.1955113Z [00:02:45.457]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lendflow
2025-08-20T23:00:23.1956486Z [00:02:45.457]➜  mkdir -p $WORK/b1467/
2025-08-20T23:00:23.1961175Z [00:02:45.457]➜  cat >/tmp/go-build2180205415/b1467/importcfg << 'EOF' # internal
2025-08-20T23:00:23.1961603Z [00:02:45.457]➜  # import config
2025-08-20T23:00:23.1961951Z [00:02:45.457]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.1962387Z [00:02:45.457]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.1962984Z [00:02:45.457]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.1963751Z [00:02:45.457]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.1964542Z [00:02:45.457]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.1965230Z [00:02:45.457]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.1966119Z [00:02:45.457]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.1966626Z [00:02:45.457]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.1967048Z [00:02:45.457]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:23.1967360Z [00:02:45.457]➜  EOF
2025-08-20T23:00:23.1977380Z [00:02:45.459]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:23.1979489Z [00:02:45.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1467/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lendflow=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lendflow;$WORK/b1467=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lendflow -lang=go1.24 -complete -installsuffix shared -buildid 6WJ6WNrjhAcnIjcSacSe/6WJ6WNrjhAcnIjcSacSe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1467/importcfg -pack ./pkg/detectors/lendflow/lendflow.go
2025-08-20T23:00:23.2189179Z [00:02:45.480]➜  go tool buildid -w $WORK/b1419/_pkg_.a # internal
2025-08-20T23:00:23.2204000Z [00:02:45.481]➜  cp $WORK/b1419/_pkg_.a /root/.cache/go-build/23/23a9e1cec466d1272e432459c397bc8479c61563b7af075d41969929a8e30bef-d # internal
2025-08-20T23:00:23.2205577Z [00:02:45.482]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lessannoyingcrm
2025-08-20T23:00:23.2206381Z [00:02:45.482]➜  mkdir -p $WORK/b1468/
2025-08-20T23:00:23.2212152Z [00:02:45.482]➜  cat >/tmp/go-build2180205415/b1468/importcfg << 'EOF' # internal
2025-08-20T23:00:23.2212558Z [00:02:45.482]➜  # import config
2025-08-20T23:00:23.2212910Z [00:02:45.482]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.2213341Z [00:02:45.482]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.2214687Z [00:02:45.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.2215534Z [00:02:45.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.2217956Z [00:02:45.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.2218668Z [00:02:45.482]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.2219186Z [00:02:45.482]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.2219620Z [00:02:45.482]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.2219936Z [00:02:45.482]➜  EOF
2025-08-20T23:00:23.2222332Z [00:02:45.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1468/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lessannoyingcrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lessannoyingcrm;$WORK/b1468=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lessannoyingcrm -lang=go1.24 -complete -installsuffix shared -buildid 0Ewfq4eHqwE9RPR4HsMu/0Ewfq4eHqwE9RPR4HsMu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1468/importcfg -pack ./pkg/detectors/lessannoyingcrm/lessannoyingcrm.go
2025-08-20T23:00:23.2481084Z [00:02:45.509]➜  go tool buildid -w $WORK/b1467/_pkg_.a # internal
2025-08-20T23:00:23.2490310Z [00:02:45.510]➜  cp $WORK/b1467/_pkg_.a /root/.cache/go-build/f9/f9099c0b247b4956644f2c59ea744e361c2f17b755544c4d70247cb3169b4c64-d # internal
2025-08-20T23:00:23.2497041Z [00:02:45.510]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lexigram
2025-08-20T23:00:23.2498735Z [00:02:45.511]➜  mkdir -p $WORK/b1469/
2025-08-20T23:00:23.2499161Z [00:02:45.511]➜  cat >/tmp/go-build2180205415/b1469/importcfg << 'EOF' # internal
2025-08-20T23:00:23.2499515Z [00:02:45.511]➜  # import config
2025-08-20T23:00:23.2500810Z [00:02:45.511]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.2501246Z [00:02:45.511]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.2502090Z [00:02:45.511]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.2503032Z [00:02:45.511]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.2503834Z [00:02:45.511]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.2504521Z [00:02:45.511]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.2505014Z [00:02:45.511]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.2505445Z [00:02:45.511]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.2505898Z [00:02:45.511]➜  EOF
2025-08-20T23:00:23.2507949Z [00:02:45.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1469/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lexigram=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lexigram;$WORK/b1469=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lexigram -lang=go1.24 -complete -installsuffix shared -buildid g4ps3JaMI03m-eUkLOGI/g4ps3JaMI03m-eUkLOGI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1469/importcfg -pack ./pkg/detectors/lexigram/lexigram.go
2025-08-20T23:00:23.2610270Z [00:02:45.522]➜  go tool buildid -w $WORK/b1468/_pkg_.a # internal
2025-08-20T23:00:23.2619054Z [00:02:45.523]➜  cp $WORK/b1468/_pkg_.a /root/.cache/go-build/13/137ff1f3780ac93148ea688f6bf9fc98d565fb8883108a887bf1c9b4cd22ec4c-d # internal
2025-08-20T23:00:23.2619798Z [00:02:45.523]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linearapi
2025-08-20T23:00:23.2620199Z [00:02:45.523]➜  mkdir -p $WORK/b1470/
2025-08-20T23:00:23.2645071Z [00:02:45.523]➜  cat >/tmp/go-build2180205415/b1470/importcfg << 'EOF' # internal
2025-08-20T23:00:23.2645646Z [00:02:45.524]➜  # import config
2025-08-20T23:00:23.2646729Z [00:02:45.524]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.2647430Z [00:02:45.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.2648216Z [00:02:45.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.2649026Z [00:02:45.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.2649707Z [00:02:45.524]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.2650186Z [00:02:45.524]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:23.2650608Z [00:02:45.524]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.2651040Z [00:02:45.524]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.2651355Z [00:02:45.524]➜  EOF
2025-08-20T23:00:23.2659872Z [00:02:45.527]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1470/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linearapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linearapi;$WORK/b1470=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linearapi -lang=go1.24 -complete -installsuffix shared -buildid 2TCcSqOLG8POmY1gfpgd/2TCcSqOLG8POmY1gfpgd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1470/importcfg -pack ./pkg/detectors/linearapi/linearapi.go
2025-08-20T23:00:23.2948803Z [00:02:45.556]➜  go tool buildid -w $WORK/b1469/_pkg_.a # internal
2025-08-20T23:00:23.2958195Z [00:02:45.557]➜  cp $WORK/b1469/_pkg_.a /root/.cache/go-build/dd/dd26295b03bebe2b721337a4fe350837df5419b038ccc5b9df50eb38e2ba2b9f-d # internal
2025-08-20T23:00:23.2958951Z [00:02:45.557]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linenotify
2025-08-20T23:00:23.2959357Z [00:02:45.557]➜  mkdir -p $WORK/b1471/
2025-08-20T23:00:23.2961415Z [00:02:45.557]➜  cat >/tmp/go-build2180205415/b1471/importcfg << 'EOF' # internal
2025-08-20T23:00:23.2962039Z [00:02:45.557]➜  # import config
2025-08-20T23:00:23.2962555Z [00:02:45.557]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.2962991Z [00:02:45.557]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.2963593Z [00:02:45.557]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.2964378Z [00:02:45.557]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.2965195Z [00:02:45.557]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.2966000Z [00:02:45.557]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.2966557Z [00:02:45.557]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.2966998Z [00:02:45.557]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.2967323Z [00:02:45.557]➜  EOF
2025-08-20T23:00:23.2969379Z [00:02:45.557]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1471/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linenotify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linenotify;$WORK/b1471=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linenotify -lang=go1.24 -complete -installsuffix shared -buildid vIzIC_roa1aJcGUNmCrw/vIzIC_roa1aJcGUNmCrw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1471/importcfg -pack ./pkg/detectors/linenotify/linenotify.go
2025-08-20T23:00:23.3180504Z [00:02:45.579]➜  go tool buildid -w $WORK/b1470/_pkg_.a # internal
2025-08-20T23:00:23.3191189Z [00:02:45.580]➜  cp $WORK/b1470/_pkg_.a /root/.cache/go-build/9a/9a3fbb76551b03682445f02938ef4d3df4f79e0982413692bea6daf845703982-d # internal
2025-08-20T23:00:23.3192471Z [00:02:45.580]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linkpreview
2025-08-20T23:00:23.3193407Z [00:02:45.581]➜  mkdir -p $WORK/b1472/
2025-08-20T23:00:23.3201591Z [00:02:45.581]➜  cat >/tmp/go-build2180205415/b1472/importcfg << 'EOF' # internal
2025-08-20T23:00:23.3201998Z [00:02:45.581]➜  # import config
2025-08-20T23:00:23.3202368Z [00:02:45.581]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.3202803Z [00:02:45.581]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.3203399Z [00:02:45.581]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.3204172Z [00:02:45.581]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.3204970Z [00:02:45.581]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.3205650Z [00:02:45.581]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.3206346Z [00:02:45.581]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.3207060Z [00:02:45.581]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.3207468Z [00:02:45.581]➜  EOF
2025-08-20T23:00:23.3243039Z [00:02:45.585]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1472/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linkpreview=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linkpreview;$WORK/b1472=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linkpreview -lang=go1.24 -complete -installsuffix shared -buildid 1AUnXWnSYDyWhpsd5OwW/1AUnXWnSYDyWhpsd5OwW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1472/importcfg -pack ./pkg/detectors/linkpreview/linkpreview.go
2025-08-20T23:00:23.3333437Z [00:02:45.594]➜  go tool buildid -w $WORK/b1471/_pkg_.a # internal
2025-08-20T23:00:23.3341120Z [00:02:45.595]➜  cp $WORK/b1471/_pkg_.a /root/.cache/go-build/48/48352fe205eac9a2ba2027712e26d69bac0a71b62c9e97e080722329d7125489-d # internal
2025-08-20T23:00:23.3345953Z [00:02:45.596]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/liveagent
2025-08-20T23:00:23.3346559Z [00:02:45.596]➜  mkdir -p $WORK/b1473/
2025-08-20T23:00:23.3346952Z [00:02:45.596]➜  cat >/tmp/go-build2180205415/b1473/importcfg << 'EOF' # internal
2025-08-20T23:00:23.3347309Z [00:02:45.596]➜  # import config
2025-08-20T23:00:23.3347655Z [00:02:45.596]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.3348110Z [00:02:45.596]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:23.3348752Z [00:02:45.596]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.3349547Z [00:02:45.596]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.3350226Z [00:02:45.596]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.3350725Z [00:02:45.596]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.3351166Z [00:02:45.596]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.3351483Z [00:02:45.596]➜  EOF
2025-08-20T23:00:23.3353492Z [00:02:45.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1473/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/liveagent=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/liveagent;$WORK/b1473=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/liveagent -lang=go1.24 -complete -installsuffix shared -buildid SeDJ3PQO5N-DUjDkucxC/SeDJ3PQO5N-DUjDkucxC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1473/importcfg -pack ./pkg/detectors/liveagent/liveagent.go
2025-08-20T23:00:23.3772936Z [00:02:45.638]➜  go tool buildid -w $WORK/b1473/_pkg_.a # internal
2025-08-20T23:00:23.3784743Z [00:02:45.639]➜  cp $WORK/b1473/_pkg_.a /root/.cache/go-build/02/0299c60893f23dab0a0d53ad791d2eed8c3453666e4dde236b76d8be32c3e22f-d # internal
2025-08-20T23:00:23.3785515Z [00:02:45.639]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/livestorm
2025-08-20T23:00:23.3786752Z [00:02:45.639]➜  mkdir -p $WORK/b1474/
2025-08-20T23:00:23.3793148Z [00:02:45.640]➜  cat >/tmp/go-build2180205415/b1474/importcfg << 'EOF' # internal
2025-08-20T23:00:23.3793582Z [00:02:45.640]➜  # import config
2025-08-20T23:00:23.3793931Z [00:02:45.640]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.3794543Z [00:02:45.640]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.3795311Z [00:02:45.640]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.3796302Z [00:02:45.640]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.3797020Z [00:02:45.640]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.3797530Z [00:02:45.640]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.3798177Z [00:02:45.640]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.3798569Z [00:02:45.640]➜  EOF
2025-08-20T23:00:23.3800617Z [00:02:45.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1474/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/livestorm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/livestorm;$WORK/b1474=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/livestorm -lang=go1.24 -complete -installsuffix shared -buildid BqNkP6FUjKIjpB57qVZv/BqNkP6FUjKIjpB57qVZv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1474/importcfg -pack ./pkg/detectors/livestorm/livestorm.go
2025-08-20T23:00:23.3880352Z [00:02:45.649]➜  go tool buildid -w $WORK/b1472/_pkg_.a # internal
2025-08-20T23:00:23.3900756Z [00:02:45.651]➜  cp $WORK/b1472/_pkg_.a /root/.cache/go-build/76/76a48ec877ce0fe77ff65655b8c069bf4810e0556c6650e3f63c10693aed0839-d # internal
2025-08-20T23:00:23.3902354Z [00:02:45.651]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loadmill
2025-08-20T23:00:23.3903381Z [00:02:45.651]➜  mkdir -p $WORK/b1475/
2025-08-20T23:00:23.3907225Z [00:02:45.652]➜  cat >/tmp/go-build2180205415/b1475/importcfg << 'EOF' # internal
2025-08-20T23:00:23.3908409Z [00:02:45.652]➜  # import config
2025-08-20T23:00:23.3908809Z [00:02:45.652]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.3909236Z [00:02:45.652]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.3909839Z [00:02:45.652]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.3910608Z [00:02:45.652]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.3911418Z [00:02:45.652]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.3912115Z [00:02:45.652]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.3912608Z [00:02:45.652]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.3913041Z [00:02:45.652]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.3913636Z [00:02:45.652]➜  EOF
2025-08-20T23:00:23.3915660Z [00:02:45.652]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1475/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loadmill=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loadmill;$WORK/b1475=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loadmill -lang=go1.24 -complete -installsuffix shared -buildid DQecPiNg7fugWzRipzpP/DQecPiNg7fugWzRipzpP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1475/importcfg -pack ./pkg/detectors/loadmill/loadmill.go
2025-08-20T23:00:23.4188780Z [00:02:45.680]➜  go tool buildid -w $WORK/b1474/_pkg_.a # internal
2025-08-20T23:00:23.4197732Z [00:02:45.681]➜  cp $WORK/b1474/_pkg_.a /root/.cache/go-build/47/47af96b33e3ddcb6f71831b865ee9fe537284f3918c5aba3b5f0175365f88c79-d # internal
2025-08-20T23:00:23.4199113Z [00:02:45.681]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/locationiq
2025-08-20T23:00:23.4200575Z [00:02:45.681]➜  mkdir -p $WORK/b1476/
2025-08-20T23:00:23.4205358Z [00:02:45.682]➜  cat >/tmp/go-build2180205415/b1476/importcfg << 'EOF' # internal
2025-08-20T23:00:23.4206625Z [00:02:45.682]➜  # import config
2025-08-20T23:00:23.4207049Z [00:02:45.682]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.4207665Z [00:02:45.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.4208437Z [00:02:45.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.4209249Z [00:02:45.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.4210176Z [00:02:45.682]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.4210737Z [00:02:45.682]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.4211178Z [00:02:45.682]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.4211497Z [00:02:45.682]➜  EOF
2025-08-20T23:00:23.4213541Z [00:02:45.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1476/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/locationiq=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/locationiq;$WORK/b1476=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/locationiq -lang=go1.24 -complete -installsuffix shared -buildid 0SiH6KxIDKj-00IstkhD/0SiH6KxIDKj-00IstkhD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1476/importcfg -pack ./pkg/detectors/locationiq/locationiq.go
2025-08-20T23:00:23.4406118Z [00:02:45.702]➜  go tool buildid -w $WORK/b1475/_pkg_.a # internal
2025-08-20T23:00:23.4434676Z [00:02:45.705]➜  cp $WORK/b1475/_pkg_.a /root/.cache/go-build/55/555df8901ed037ae892947aad7b82012d0d558d6d9e4245148f6ed1dbae9934c-d # internal
2025-08-20T23:00:23.4437804Z [00:02:45.705]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loggly
2025-08-20T23:00:23.4438223Z [00:02:45.705]➜  mkdir -p $WORK/b1477/
2025-08-20T23:00:23.4449034Z [00:02:45.706]➜  cat >/tmp/go-build2180205415/b1477/importcfg << 'EOF' # internal
2025-08-20T23:00:23.4449527Z [00:02:45.706]➜  # import config
2025-08-20T23:00:23.4449884Z [00:02:45.706]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.4450311Z [00:02:45.706]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.4450919Z [00:02:45.706]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.4451750Z [00:02:45.706]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.4452447Z [00:02:45.706]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.4452941Z [00:02:45.706]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.4453679Z [00:02:45.706]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.4453996Z [00:02:45.706]➜  EOF
2025-08-20T23:00:23.4460283Z [00:02:45.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1477/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loggly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loggly;$WORK/b1477=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loggly -lang=go1.24 -complete -installsuffix shared -buildid KNppCKamBD5EjroyQpre/KNppCKamBD5EjroyQpre -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1477/importcfg -pack ./pkg/detectors/loggly/loggly.go
2025-08-20T23:00:23.4545441Z [00:02:45.716]➜  go tool buildid -w $WORK/b1476/_pkg_.a # internal
2025-08-20T23:00:23.4559985Z [00:02:45.717]➜  cp $WORK/b1476/_pkg_.a /root/.cache/go-build/eb/eb0f42438d0af94b5ee88bae21e4422ab803e00a145c79fc1c597f1b950452e8-d # internal
2025-08-20T23:00:23.4566776Z [00:02:45.718]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loginradius
2025-08-20T23:00:23.4571379Z [00:02:45.718]➜  mkdir -p $WORK/b1478/
2025-08-20T23:00:23.4576508Z [00:02:45.719]➜  go tool buildid -w $WORK/b1461/_pkg_.a # internal
2025-08-20T23:00:23.4586601Z [00:02:45.720]➜  cat >/tmp/go-build2180205415/b1478/importcfg << 'EOF' # internal
2025-08-20T23:00:23.4587015Z [00:02:45.720]➜  # import config
2025-08-20T23:00:23.4587372Z [00:02:45.720]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.4587988Z [00:02:45.720]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.4588777Z [00:02:45.720]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.4589793Z [00:02:45.720]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.4590588Z [00:02:45.720]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.4591094Z [00:02:45.720]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.4591531Z [00:02:45.720]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.4591846Z [00:02:45.720]➜  EOF
2025-08-20T23:00:23.4594045Z [00:02:45.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1478/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loginradius=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loginradius;$WORK/b1478=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loginradius -lang=go1.24 -complete -installsuffix shared -buildid aBUsS2T0yWi377Bg1P2H/aBUsS2T0yWi377Bg1P2H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1478/importcfg -pack ./pkg/detectors/loginradius/loginradius.go
2025-08-20T23:00:23.4634277Z [00:02:45.724]➜  cp $WORK/b1461/_pkg_.a /root/.cache/go-build/b8/b871178cfa38df64f6cb67bd1839fa4991cff9f0674f2974e1c4ae614c855dfe-d # internal
2025-08-20T23:00:23.4646963Z [00:02:45.725]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ldap
2025-08-20T23:00:23.4648414Z [00:02:45.725]➜  mkdir -p $WORK/b1460/
2025-08-20T23:00:23.4649572Z [00:02:45.725]➜  cat >/tmp/go-build2180205415/b1460/importcfg << 'EOF' # internal
2025-08-20T23:00:23.4650263Z [00:02:45.725]➜  # import config
2025-08-20T23:00:23.4651010Z [00:02:45.725]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.4651658Z [00:02:45.726]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:23.4652267Z [00:02:45.726]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.4652952Z [00:02:45.726]➜  packagefile github.com/go-ldap/ldap/v3=/tmp/go-build2180205415/b1461/_pkg_.a
2025-08-20T23:00:23.4653827Z [00:02:45.726]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.4654798Z [00:02:45.726]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.4656082Z [00:02:45.726]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.4656631Z [00:02:45.726]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:23.4657274Z [00:02:45.726]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:23.4657709Z [00:02:45.726]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.4658129Z [00:02:45.726]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:23.4658614Z [00:02:45.726]➜  EOF
2025-08-20T23:00:23.4660647Z [00:02:45.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1460/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ldap=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ldap;$WORK/b1460=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ldap -lang=go1.24 -complete -installsuffix shared -buildid 7-B_kmlDMM6eMFPntuda/7-B_kmlDMM6eMFPntuda -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1460/importcfg -pack ./pkg/detectors/ldap/ldap.go
2025-08-20T23:00:23.4829419Z [00:02:45.744]➜  go tool buildid -w $WORK/b1477/_pkg_.a # internal
2025-08-20T23:00:23.4874869Z [00:02:45.748]➜  cp $WORK/b1477/_pkg_.a /root/.cache/go-build/dc/dc0ae6378d598f1eb554bec471950f2f76fa8a12519b8ae06c00aa82fdd4de52-d # internal
2025-08-20T23:00:23.4876799Z [00:02:45.749]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/logzio
2025-08-20T23:00:23.4878678Z [00:02:45.749]➜  mkdir -p $WORK/b1479/
2025-08-20T23:00:23.4879440Z [00:02:45.749]➜  cat >/tmp/go-build2180205415/b1479/importcfg << 'EOF' # internal
2025-08-20T23:00:23.4880029Z [00:02:45.749]➜  # import config
2025-08-20T23:00:23.4880871Z [00:02:45.749]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.4881398Z [00:02:45.749]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.4882013Z [00:02:45.749]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.4882846Z [00:02:45.749]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.4883644Z [00:02:45.749]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.4884328Z [00:02:45.749]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.4884820Z [00:02:45.749]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.4885254Z [00:02:45.749]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.4885697Z [00:02:45.749]➜  EOF
2025-08-20T23:00:23.4887908Z [00:02:45.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1479/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/logzio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/logzio;$WORK/b1479=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/logzio -lang=go1.24 -complete -installsuffix shared -buildid zf4yl_vgTrM9C1WFnEOG/zf4yl_vgTrM9C1WFnEOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1479/importcfg -pack ./pkg/detectors/logzio/logzio.go
2025-08-20T23:00:23.5019710Z [00:02:45.763]➜  go tool buildid -w $WORK/b1478/_pkg_.a # internal
2025-08-20T23:00:23.5032739Z [00:02:45.764]➜  cp $WORK/b1478/_pkg_.a /root/.cache/go-build/c4/c4641d53fa4fdb71730523bdb48610403461e78e40f9cc2126474bf831d92a70-d # internal
2025-08-20T23:00:23.5037601Z [00:02:45.764]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lokalisetoken
2025-08-20T23:00:23.5038058Z [00:02:45.764]➜  mkdir -p $WORK/b1480/
2025-08-20T23:00:23.5045341Z [00:02:45.766]➜  cat >/tmp/go-build2180205415/b1480/importcfg << 'EOF' # internal
2025-08-20T23:00:23.5045880Z [00:02:45.766]➜  # import config
2025-08-20T23:00:23.5048291Z [00:02:45.766]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.5049101Z [00:02:45.766]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:23.5050356Z [00:02:45.766]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.5050995Z [00:02:45.766]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.5052708Z [00:02:45.766]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.5053575Z [00:02:45.766]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.5054261Z [00:02:45.766]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.5054762Z [00:02:45.766]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:23.5055432Z [00:02:45.766]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.5056079Z [00:02:45.766]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.5056421Z [00:02:45.766]➜  EOF
2025-08-20T23:00:23.5058532Z [00:02:45.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1480/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lokalisetoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lokalisetoken;$WORK/b1480=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lokalisetoken -lang=go1.24 -complete -installsuffix shared -buildid 7gew-560fu6BLWCx-boG/7gew-560fu6BLWCx-boG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1480/importcfg -pack ./pkg/detectors/lokalisetoken/lokalisetoken.go
2025-08-20T23:00:23.5142054Z [00:02:45.775]➜  go tool buildid -w $WORK/b1460/_pkg_.a # internal
2025-08-20T23:00:23.5161259Z [00:02:45.777]➜  cp $WORK/b1460/_pkg_.a /root/.cache/go-build/27/2711f6491b3d84f36d37797c8acf32c8651d6c5406a3d8f72694e6a6fb3ab19e-d # internal
2025-08-20T23:00:23.5179961Z [00:02:45.779]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loyverse
2025-08-20T23:00:23.5187363Z [00:02:45.779]➜  mkdir -p $WORK/b1481/
2025-08-20T23:00:23.5191497Z [00:02:45.780]➜  cat >/tmp/go-build2180205415/b1481/importcfg << 'EOF' # internal
2025-08-20T23:00:23.5191902Z [00:02:45.780]➜  # import config
2025-08-20T23:00:23.5192256Z [00:02:45.780]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.5192688Z [00:02:45.780]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.5193288Z [00:02:45.780]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.5194066Z [00:02:45.780]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.5195330Z [00:02:45.780]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.5196216Z [00:02:45.780]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.5197755Z [00:02:45.781]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.5198209Z [00:02:45.781]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.5198539Z [00:02:45.781]➜  EOF
2025-08-20T23:00:23.5200541Z [00:02:45.781]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1481/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loyverse=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loyverse;$WORK/b1481=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loyverse -lang=go1.24 -complete -installsuffix shared -buildid 9Dm8k1PVLBLj_UBJCqGQ/9Dm8k1PVLBLj_UBJCqGQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1481/importcfg -pack ./pkg/detectors/loyverse/loyverse.go
2025-08-20T23:00:23.5311061Z [00:02:45.792]➜  go tool buildid -w $WORK/b1479/_pkg_.a # internal
2025-08-20T23:00:23.5323261Z [00:02:45.793]➜  cp $WORK/b1479/_pkg_.a /root/.cache/go-build/e1/e10ef040a4eaba8ea51468341d8f1cae0fa26442039deac82a10be25ae87a631-d # internal
2025-08-20T23:00:23.5324281Z [00:02:45.793]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lunchmoney
2025-08-20T23:00:23.5329017Z [00:02:45.794]➜  mkdir -p $WORK/b1482/
2025-08-20T23:00:23.5329439Z [00:02:45.794]➜  cat >/tmp/go-build2180205415/b1482/importcfg << 'EOF' # internal
2025-08-20T23:00:23.5331485Z [00:02:45.794]➜  # import config
2025-08-20T23:00:23.5332282Z [00:02:45.794]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.5332736Z [00:02:45.794]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.5333341Z [00:02:45.794]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.5334320Z [00:02:45.794]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.5335200Z [00:02:45.794]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.5336023Z [00:02:45.794]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.5336577Z [00:02:45.794]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.5337014Z [00:02:45.794]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.5337330Z [00:02:45.794]➜  EOF
2025-08-20T23:00:23.5339383Z [00:02:45.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1482/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lunchmoney=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lunchmoney;$WORK/b1482=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lunchmoney -lang=go1.24 -complete -installsuffix shared -buildid zy2CgBB_KlTXBi5xj5x1/zy2CgBB_KlTXBi5xj5x1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1482/importcfg -pack ./pkg/detectors/lunchmoney/lunchmoney.go
2025-08-20T23:00:23.5518257Z [00:02:45.813]➜  go tool buildid -w $WORK/b1480/_pkg_.a # internal
2025-08-20T23:00:23.5530608Z [00:02:45.814]➜  cp $WORK/b1480/_pkg_.a /root/.cache/go-build/c9/c9a6d4122d730431ede50a187d507c3f2593fbddee8510911ccd596e1f4e62a1-d # internal
2025-08-20T23:00:23.5538117Z [00:02:45.814]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/luno
2025-08-20T23:00:23.5538531Z [00:02:45.814]➜  mkdir -p $WORK/b1483/
2025-08-20T23:00:23.5538924Z [00:02:45.815]➜  cat >/tmp/go-build2180205415/b1483/importcfg << 'EOF' # internal
2025-08-20T23:00:23.5539276Z [00:02:45.815]➜  # import config
2025-08-20T23:00:23.5539627Z [00:02:45.815]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.5540435Z [00:02:45.815]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.5541397Z [00:02:45.815]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.5542208Z [00:02:45.815]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.5542900Z [00:02:45.815]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.5543394Z [00:02:45.815]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.5543825Z [00:02:45.815]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.5544141Z [00:02:45.815]➜  EOF
2025-08-20T23:00:23.5569008Z [00:02:45.818]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1483/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/luno=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/luno;$WORK/b1483=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/luno -lang=go1.24 -complete -installsuffix shared -buildid VbkpeVH0TCSA709JBVU6/VbkpeVH0TCSA709JBVU6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1483/importcfg -pack ./pkg/detectors/luno/luno.go
2025-08-20T23:00:23.5590665Z [00:02:45.820]➜  go tool buildid -w $WORK/b1481/_pkg_.a # internal
2025-08-20T23:00:23.5606812Z [00:02:45.822]➜  cp $WORK/b1481/_pkg_.a /root/.cache/go-build/9d/9d526d69ce5568df48e109c5d931eb87b784c3680a56de67683217eb1028076a-d # internal
2025-08-20T23:00:23.5615696Z [00:02:45.823]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/madkudu
2025-08-20T23:00:23.5622461Z [00:02:45.823]➜  mkdir -p $WORK/b1484/
2025-08-20T23:00:23.5632487Z [00:02:45.824]➜  cat >/tmp/go-build2180205415/b1484/importcfg << 'EOF' # internal
2025-08-20T23:00:23.5633109Z [00:02:45.824]➜  # import config
2025-08-20T23:00:23.5636564Z [00:02:45.824]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.5637218Z [00:02:45.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.5638199Z [00:02:45.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.5639072Z [00:02:45.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.5639759Z [00:02:45.825]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.5640254Z [00:02:45.825]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.5640687Z [00:02:45.825]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.5641002Z [00:02:45.825]➜  EOF
2025-08-20T23:00:23.5649387Z [00:02:45.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1484/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/madkudu=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/madkudu;$WORK/b1484=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/madkudu -lang=go1.24 -complete -installsuffix shared -buildid Vs7OAu2gju9saEfFnScu/Vs7OAu2gju9saEfFnScu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1484/importcfg -pack ./pkg/detectors/madkudu/madkudu.go
2025-08-20T23:00:23.5739864Z [00:02:45.835]➜  go tool buildid -w $WORK/b1482/_pkg_.a # internal
2025-08-20T23:00:23.5749183Z [00:02:45.836]➜  cp $WORK/b1482/_pkg_.a /root/.cache/go-build/b2/b228c5dadb3c5181e91815c441d34728de53b1b78d1890856805f2af74676ada-d # internal
2025-08-20T23:00:23.5756043Z [00:02:45.836]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/magicbell
2025-08-20T23:00:23.5756507Z [00:02:45.836]➜  mkdir -p $WORK/b1485/
2025-08-20T23:00:23.5756884Z [00:02:45.836]➜  cat >/tmp/go-build2180205415/b1485/importcfg << 'EOF' # internal
2025-08-20T23:00:23.5757235Z [00:02:45.836]➜  # import config
2025-08-20T23:00:23.5757580Z [00:02:45.836]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.5758404Z [00:02:45.836]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.5759370Z [00:02:45.836]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.5760179Z [00:02:45.836]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.5760859Z [00:02:45.836]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.5761349Z [00:02:45.836]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.5761779Z [00:02:45.836]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.5762097Z [00:02:45.836]➜  EOF
2025-08-20T23:00:23.5764126Z [00:02:45.836]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1485/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/magicbell=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/magicbell;$WORK/b1485=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/magicbell -lang=go1.24 -complete -installsuffix shared -buildid ysu1O1rYgaI-oYHaZwSt/ysu1O1rYgaI-oYHaZwSt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1485/importcfg -pack ./pkg/detectors/magicbell/magicbell.go
2025-08-20T23:00:23.5920055Z [00:02:45.853]➜  go tool buildid -w $WORK/b1483/_pkg_.a # internal
2025-08-20T23:00:23.5936159Z [00:02:45.854]➜  cp $WORK/b1483/_pkg_.a /root/.cache/go-build/17/1767d6ec9fe9528c323a4b292fc603557b4879bfa0da7210a2db9df1471571b3-d # internal
2025-08-20T23:00:23.5937065Z [00:02:45.854]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailboxlayer
2025-08-20T23:00:23.5937476Z [00:02:45.854]➜  mkdir -p $WORK/b1486/
2025-08-20T23:00:23.5937858Z [00:02:45.855]➜  cat >/tmp/go-build2180205415/b1486/importcfg << 'EOF' # internal
2025-08-20T23:00:23.5938207Z [00:02:45.855]➜  # import config
2025-08-20T23:00:23.5938552Z [00:02:45.855]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.5939405Z [00:02:45.855]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.5940267Z [00:02:45.855]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.5941080Z [00:02:45.855]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.5941762Z [00:02:45.855]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.5942235Z [00:02:45.855]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:23.5942651Z [00:02:45.855]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.5943081Z [00:02:45.855]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.5943395Z [00:02:45.855]➜  EOF
2025-08-20T23:00:23.5945498Z [00:02:45.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1486/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailboxlayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailboxlayer;$WORK/b1486=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailboxlayer -lang=go1.24 -complete -installsuffix shared -buildid RuPW8jGlWekWJlKSx4uW/RuPW8jGlWekWJlKSx4uW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1486/importcfg -pack ./pkg/detectors/mailboxlayer/mailboxlayer.go
2025-08-20T23:00:23.6037651Z [00:02:45.864]➜  go tool buildid -w $WORK/b1484/_pkg_.a # internal
2025-08-20T23:00:23.6041218Z [00:02:45.865]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:23.6050479Z [00:02:45.865]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x042.o -c zstd_v05.c
2025-08-20T23:00:23.6052313Z [00:02:45.865]➜  cp $WORK/b1484/_pkg_.a /root/.cache/go-build/d5/d5b0a5bf92088a3e130010a6e0eb6b1150cfdf23c460d556c3967f420e40a926-d # internal
2025-08-20T23:00:23.6053202Z [00:02:45.865]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailchimp
2025-08-20T23:00:23.6053594Z [00:02:45.865]➜  mkdir -p $WORK/b1487/
2025-08-20T23:00:23.6053969Z [00:02:45.865]➜  cat >/tmp/go-build2180205415/b1487/importcfg << 'EOF' # internal
2025-08-20T23:00:23.6054315Z [00:02:45.865]➜  # import config
2025-08-20T23:00:23.6054658Z [00:02:45.865]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.6055085Z [00:02:45.865]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.6055679Z [00:02:45.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.6056675Z [00:02:45.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.6057488Z [00:02:45.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.6058176Z [00:02:45.865]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.6058667Z [00:02:45.865]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.6059100Z [00:02:45.865]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.6059415Z [00:02:45.865]➜  EOF
2025-08-20T23:00:23.6059658Z [00:02:45.865]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:23.6061891Z [00:02:45.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1487/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailchimp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailchimp;$WORK/b1487=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailchimp -lang=go1.24 -complete -installsuffix shared -buildid -WYAQi0FvKM3P4GcxnWh/-WYAQi0FvKM3P4GcxnWh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1487/importcfg -pack ./pkg/detectors/mailchimp/mailchimp.go
2025-08-20T23:00:23.6259623Z [00:02:45.887]➜  go tool buildid -w $WORK/b1485/_pkg_.a # internal
2025-08-20T23:00:23.6272456Z [00:02:45.888]➜  cp $WORK/b1485/_pkg_.a /root/.cache/go-build/d2/d2f2aad3688c015fc95ed8537568bff1f5a4f238bf188e3beea8ae0ff2b6de7b-d # internal
2025-08-20T23:00:23.6310687Z [00:02:45.889]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailerlite
2025-08-20T23:00:23.6311143Z [00:02:45.889]➜  mkdir -p $WORK/b1488/
2025-08-20T23:00:23.6311530Z [00:02:45.889]➜  cat >/tmp/go-build2180205415/b1488/importcfg << 'EOF' # internal
2025-08-20T23:00:23.6311881Z [00:02:45.889]➜  # import config
2025-08-20T23:00:23.6312226Z [00:02:45.889]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.6313113Z [00:02:45.889]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.6314082Z [00:02:45.889]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.6314881Z [00:02:45.889]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.6315570Z [00:02:45.889]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.6316249Z [00:02:45.889]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.6316686Z [00:02:45.889]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.6317003Z [00:02:45.889]➜  EOF
2025-08-20T23:00:23.6319056Z [00:02:45.889]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1488/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailerlite=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailerlite;$WORK/b1488=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailerlite -lang=go1.24 -complete -installsuffix shared -buildid unqHUQ7cgVKeQXwZdmG9/unqHUQ7cgVKeQXwZdmG9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1488/importcfg -pack ./pkg/detectors/mailerlite/mailerlite.go
2025-08-20T23:00:23.6349492Z [00:02:45.896]➜  go tool buildid -w $WORK/b1486/_pkg_.a # internal
2025-08-20T23:00:23.6364243Z [00:02:45.897]➜  cp $WORK/b1486/_pkg_.a /root/.cache/go-build/03/03eac5ef67f376b0d0790b0c5ee6ae56922018ec7176d8ab1da076fdadac0a6d-d # internal
2025-08-20T23:00:23.6372868Z [00:02:45.898]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailgun
2025-08-20T23:00:23.6373285Z [00:02:45.898]➜  mkdir -p $WORK/b1489/
2025-08-20T23:00:23.6373665Z [00:02:45.898]➜  cat >/tmp/go-build2180205415/b1489/importcfg << 'EOF' # internal
2025-08-20T23:00:23.6374017Z [00:02:45.898]➜  # import config
2025-08-20T23:00:23.6374364Z [00:02:45.898]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.6374838Z [00:02:45.898]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:23.6375301Z [00:02:45.898]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.6376038Z [00:02:45.898]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.6376882Z [00:02:45.898]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.6377683Z [00:02:45.898]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.6378360Z [00:02:45.898]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.6378831Z [00:02:45.898]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:23.6379562Z [00:02:45.898]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.6380012Z [00:02:45.898]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.6380569Z [00:02:45.898]➜  EOF
2025-08-20T23:00:23.6382632Z [00:02:45.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1489/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailgun=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailgun;$WORK/b1489=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailgun -lang=go1.24 -complete -installsuffix shared -buildid rwBXUT_J8S2MCbuAB27Q/rwBXUT_J8S2MCbuAB27Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1489/importcfg -pack ./pkg/detectors/mailgun/mailgun.go
2025-08-20T23:00:23.6455949Z [00:02:45.907]➜  go tool buildid -w $WORK/b1487/_pkg_.a # internal
2025-08-20T23:00:23.6470356Z [00:02:45.908]➜  cp $WORK/b1487/_pkg_.a /root/.cache/go-build/8a/8aed1b682ce56162d894c1a434955feb5c62c3f3c9aae38d9ae0c01db0e75738-d # internal
2025-08-20T23:00:23.6475738Z [00:02:45.908]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetbasicauth
2025-08-20T23:00:23.6479574Z [00:02:45.909]➜  mkdir -p $WORK/b1490/
2025-08-20T23:00:23.6480051Z [00:02:45.909]➜  cat >/tmp/go-build2180205415/b1490/importcfg << 'EOF' # internal
2025-08-20T23:00:23.6480408Z [00:02:45.909]➜  # import config
2025-08-20T23:00:23.6480753Z [00:02:45.909]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.6481183Z [00:02:45.909]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.6481781Z [00:02:45.909]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.6482550Z [00:02:45.909]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.6483346Z [00:02:45.909]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.6484021Z [00:02:45.909]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.6484926Z [00:02:45.909]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.6485440Z [00:02:45.909]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.6486108Z [00:02:45.909]➜  EOF
2025-08-20T23:00:23.6488561Z [00:02:45.909]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1490/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetbasicauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetbasicauth;$WORK/b1490=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetbasicauth -lang=go1.24 -complete -installsuffix shared -buildid Itmh2Il8zdfoVMvifSPw/Itmh2Il8zdfoVMvifSPw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1490/importcfg -pack ./pkg/detectors/mailjetbasicauth/mailjetbasicauth.go
2025-08-20T23:00:23.6686158Z [00:02:45.929]➜  go tool buildid -w $WORK/b1488/_pkg_.a # internal
2025-08-20T23:00:23.6715837Z [00:02:45.932]➜  cp $WORK/b1488/_pkg_.a /root/.cache/go-build/c7/c7fa7d86d7038b1ae37b9404b5ccbe744af679adbc35c5734c5dbe231d3c7842-d # internal
2025-08-20T23:00:23.6716704Z [00:02:45.933]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetsms
2025-08-20T23:00:23.6717101Z [00:02:45.933]➜  mkdir -p $WORK/b1491/
2025-08-20T23:00:23.6731693Z [00:02:45.934]➜  cat >/tmp/go-build2180205415/b1491/importcfg << 'EOF' # internal
2025-08-20T23:00:23.6732091Z [00:02:45.934]➜  # import config
2025-08-20T23:00:23.6732452Z [00:02:45.934]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.6732877Z [00:02:45.934]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.6733474Z [00:02:45.934]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.6734241Z [00:02:45.934]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.6735053Z [00:02:45.934]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.6736614Z [00:02:45.934]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.6737253Z [00:02:45.934]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.6737707Z [00:02:45.934]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.6738027Z [00:02:45.934]➜  EOF
2025-08-20T23:00:23.6847576Z [00:02:45.934]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1491/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetsms=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetsms;$WORK/b1491=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetsms -lang=go1.24 -complete -installsuffix shared -buildid 0GNPUUh9pkDZ0reDpStT/0GNPUUh9pkDZ0reDpStT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1491/importcfg -pack ./pkg/detectors/mailjetsms/mailjetsms.go
2025-08-20T23:00:23.6849801Z [00:02:45.946]➜  go tool buildid -w $WORK/b1490/_pkg_.a # internal
2025-08-20T23:00:23.6857662Z [00:02:45.947]➜  cp $WORK/b1490/_pkg_.a /root/.cache/go-build/8d/8d9ed45a432df94d7d7b89635d0b2e7c0329b801fb9b7b1504e813d4d879fab9-d # internal
2025-08-20T23:00:23.6870001Z [00:02:45.948]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailmodo
2025-08-20T23:00:23.6870477Z [00:02:45.948]➜  mkdir -p $WORK/b1492/
2025-08-20T23:00:23.6878770Z [00:02:45.949]➜  cat >/tmp/go-build2180205415/b1492/importcfg << 'EOF' # internal
2025-08-20T23:00:23.6880891Z [00:02:45.949]➜  # import config
2025-08-20T23:00:23.6881751Z [00:02:45.949]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.6882533Z [00:02:45.949]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.6883448Z [00:02:45.949]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.6884400Z [00:02:45.949]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.6885193Z [00:02:45.949]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.6894964Z [00:02:45.949]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.6896017Z [00:02:45.949]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.6896427Z [00:02:45.949]➜  EOF
2025-08-20T23:00:23.6898425Z [00:02:45.949]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1492/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailmodo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailmodo;$WORK/b1492=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailmodo -lang=go1.24 -complete -installsuffix shared -buildid jlSlFhDb3Vxh5cXvTGr7/jlSlFhDb3Vxh5cXvTGr7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1492/importcfg -pack ./pkg/detectors/mailmodo/mailmodo.go
2025-08-20T23:00:23.6941006Z [00:02:45.955]➜  go tool buildid -w $WORK/b1489/_pkg_.a # internal
2025-08-20T23:00:23.6957446Z [00:02:45.957]➜  cp $WORK/b1489/_pkg_.a /root/.cache/go-build/9c/9c78f5eeb8fbafdd2aadd103a201e835470455f291dd8cd95ac05db995489748-d # internal
2025-08-20T23:00:23.6960995Z [00:02:45.957]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailsac
2025-08-20T23:00:23.6962728Z [00:02:45.957]➜  mkdir -p $WORK/b1493/
2025-08-20T23:00:23.6976849Z [00:02:45.958]➜  cat >/tmp/go-build2180205415/b1493/importcfg << 'EOF' # internal
2025-08-20T23:00:23.6978303Z [00:02:45.958]➜  # import config
2025-08-20T23:00:23.6978699Z [00:02:45.958]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.6979322Z [00:02:45.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.6980093Z [00:02:45.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.6981101Z [00:02:45.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.6981863Z [00:02:45.958]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.6982370Z [00:02:45.958]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.6982804Z [00:02:45.958]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.6983119Z [00:02:45.958]➜  EOF
2025-08-20T23:00:23.6985206Z [00:02:45.959]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1493/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailsac=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailsac;$WORK/b1493=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailsac -lang=go1.24 -complete -installsuffix shared -buildid xV413ysniVNqvJUDmEsD/xV413ysniVNqvJUDmEsD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1493/importcfg -pack ./pkg/detectors/mailsac/mailsac.go
2025-08-20T23:00:23.7144768Z [00:02:45.975]➜  go tool buildid -w $WORK/b1491/_pkg_.a # internal
2025-08-20T23:00:23.7179940Z [00:02:45.979]➜  cp $WORK/b1491/_pkg_.a /root/.cache/go-build/fa/fa6131845028bad1effb5fc9dad4b013752a81780d02d218059a9a8aa6c0e548-d # internal
2025-08-20T23:00:23.7183776Z [00:02:45.979]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mandrill
2025-08-20T23:00:23.7184187Z [00:02:45.979]➜  mkdir -p $WORK/b1494/
2025-08-20T23:00:23.7184573Z [00:02:45.979]➜  cat >/tmp/go-build2180205415/b1494/importcfg << 'EOF' # internal
2025-08-20T23:00:23.7184922Z [00:02:45.979]➜  # import config
2025-08-20T23:00:23.7185267Z [00:02:45.979]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.7185690Z [00:02:45.979]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.7186457Z [00:02:45.979]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.7187266Z [00:02:45.979]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.7188074Z [00:02:45.979]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.7189018Z [00:02:45.979]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.7189512Z [00:02:45.979]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.7189946Z [00:02:45.979]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.7190261Z [00:02:45.979]➜  EOF
2025-08-20T23:00:23.7192267Z [00:02:45.979]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1494/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mandrill=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mandrill;$WORK/b1494=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mandrill -lang=go1.24 -complete -installsuffix shared -buildid yPerBgAiCzzJ379piBpg/yPerBgAiCzzJ379piBpg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1494/importcfg -pack ./pkg/detectors/mandrill/mandrill.go
2025-08-20T23:00:23.7358275Z [00:02:45.996]➜  go tool buildid -w $WORK/b1492/_pkg_.a # internal
2025-08-20T23:00:23.7358845Z [00:02:45.996]➜  go tool buildid -w $WORK/b1493/_pkg_.a # internal
2025-08-20T23:00:23.7359550Z [00:02:45.997]➜  cp $WORK/b1492/_pkg_.a /root/.cache/go-build/bc/bca8fb9b2decbf9825d83d6cfbcdbd5fd8db1cb07d1bc4bdffff7beb8afabe19-d # internal
2025-08-20T23:00:23.7360247Z [00:02:45.997]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapbox
2025-08-20T23:00:23.7360624Z [00:02:45.997]➜  mkdir -p $WORK/b1495/
2025-08-20T23:00:23.7367085Z [00:02:45.997]➜  cat >/tmp/go-build2180205415/b1495/importcfg << 'EOF' # internal
2025-08-20T23:00:23.7369970Z [00:02:45.997]➜  # import config
2025-08-20T23:00:23.7372121Z [00:02:45.997]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.7373054Z [00:02:45.997]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.7373929Z [00:02:45.997]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.7374748Z [00:02:45.997]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.7375432Z [00:02:45.997]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.7376152Z [00:02:45.997]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.7376608Z [00:02:45.997]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.7376924Z [00:02:45.997]➜  EOF
2025-08-20T23:00:23.7379033Z [00:02:45.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1495/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapbox=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapbox;$WORK/b1495=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapbox -lang=go1.24 -complete -installsuffix shared -buildid Af51FJX1_2PkwQ6GrmQX/Af51FJX1_2PkwQ6GrmQX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1495/importcfg -pack ./pkg/detectors/mapbox/mapbox.go
2025-08-20T23:00:23.7381272Z [00:02:45.998]➜  cp $WORK/b1493/_pkg_.a /root/.cache/go-build/b6/b65264bbbcaac4a8da034386d32f9336d756110496bc0e33284309d3c29cd26c-d # internal
2025-08-20T23:00:23.7381948Z [00:02:45.998]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapquest
2025-08-20T23:00:23.7382333Z [00:02:45.998]➜  mkdir -p $WORK/b1496/
2025-08-20T23:00:23.7382703Z [00:02:45.998]➜  cat >/tmp/go-build2180205415/b1496/importcfg << 'EOF' # internal
2025-08-20T23:00:23.7383047Z [00:02:45.998]➜  # import config
2025-08-20T23:00:23.7383390Z [00:02:45.998]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.7383998Z [00:02:45.998]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.7384773Z [00:02:45.998]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.7385567Z [00:02:45.998]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.7386831Z [00:02:45.998]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.7387327Z [00:02:45.998]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.7387760Z [00:02:45.998]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.7388074Z [00:02:45.998]➜  EOF
2025-08-20T23:00:23.7390059Z [00:02:45.999]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1496/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapquest=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapquest;$WORK/b1496=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapquest -lang=go1.24 -complete -installsuffix shared -buildid 1gt6MJF81rcu3iRZ2wEO/1gt6MJF81rcu3iRZ2wEO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1496/importcfg -pack ./pkg/detectors/mapquest/mapquest.go
2025-08-20T23:00:23.7550980Z [00:02:46.016]➜  go tool buildid -w $WORK/b1494/_pkg_.a # internal
2025-08-20T23:00:23.7561074Z [00:02:46.017]➜  cp $WORK/b1494/_pkg_.a /root/.cache/go-build/92/92523e7ba0bf11aa9eaf20d7b247e7579b0e358cd37c8a9c9ccc1622a960df4f-d # internal
2025-08-20T23:00:23.7562491Z [00:02:46.017]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/marketstack
2025-08-20T23:00:23.7562938Z [00:02:46.017]➜  mkdir -p $WORK/b1497/
2025-08-20T23:00:23.7565746Z [00:02:46.018]➜  cat >/tmp/go-build2180205415/b1497/importcfg << 'EOF' # internal
2025-08-20T23:00:23.7566344Z [00:02:46.018]➜  # import config
2025-08-20T23:00:23.7567201Z [00:02:46.018]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.7567658Z [00:02:46.018]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.7568578Z [00:02:46.018]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.7569464Z [00:02:46.018]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.7570287Z [00:02:46.018]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.7570972Z [00:02:46.018]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.7571465Z [00:02:46.018]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.7571897Z [00:02:46.018]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.7572216Z [00:02:46.018]➜  EOF
2025-08-20T23:00:23.7574414Z [00:02:46.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1497/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/marketstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/marketstack;$WORK/b1497=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/marketstack -lang=go1.24 -complete -installsuffix shared -buildid fX22wLCHVKG1z6knIdW7/fX22wLCHVKG1z6knIdW7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1497/importcfg -pack ./pkg/detectors/marketstack/marketstack.go
2025-08-20T23:00:23.7744745Z [00:02:46.035]➜  go tool buildid -w $WORK/b1496/_pkg_.a # internal
2025-08-20T23:00:23.7750826Z [00:02:46.035]➜  go tool buildid -w $WORK/b1495/_pkg_.a # internal
2025-08-20T23:00:23.7751518Z [00:02:46.035]➜  cp $WORK/b1496/_pkg_.a /root/.cache/go-build/c0/c078cd516da202b5b2e9c0fc56c75b54fe4bf9578c7715e9249175e451b4c4e0-d # internal
2025-08-20T23:00:23.7752410Z [00:02:46.035]➜  cp $WORK/b1495/_pkg_.a /root/.cache/go-build/0c/0c4c9021e2120bc4e15745c91a9b3d259ee8e4bd634a3bf905d1479d5a3d8412-d # internal
2025-08-20T23:00:23.7753110Z [00:02:46.035]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mavenlink
2025-08-20T23:00:23.7753698Z [00:02:46.035]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mattermostpersonaltoken
2025-08-20T23:00:23.7754138Z [00:02:46.035]➜  mkdir -p $WORK/b1499/
2025-08-20T23:00:23.7754407Z [00:02:46.035]➜  mkdir -p $WORK/b1498/
2025-08-20T23:00:23.7755118Z [00:02:46.035]➜  cat >/tmp/go-build2180205415/b1499/importcfg << 'EOF' # internal
2025-08-20T23:00:23.7755514Z [00:02:46.035]➜  # import config
2025-08-20T23:00:23.7757558Z [00:02:46.035]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.7758054Z [00:02:46.035]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.7758653Z [00:02:46.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.7759423Z [00:02:46.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.7760237Z [00:02:46.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.7760928Z [00:02:46.035]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.7761418Z [00:02:46.035]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.7761862Z [00:02:46.036]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.7762180Z [00:02:46.036]➜  EOF
2025-08-20T23:00:23.7764194Z [00:02:46.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1499/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mavenlink=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mavenlink;$WORK/b1499=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mavenlink -lang=go1.24 -complete -installsuffix shared -buildid yofXeO4WIhY5kLCkz_Yo/yofXeO4WIhY5kLCkz_Yo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1499/importcfg -pack ./pkg/detectors/mavenlink/mavenlink.go
2025-08-20T23:00:23.7774841Z [00:02:46.038]➜  cat >/tmp/go-build2180205415/b1498/importcfg << 'EOF' # internal
2025-08-20T23:00:23.7776508Z [00:02:46.038]➜  # import config
2025-08-20T23:00:23.7778128Z [00:02:46.038]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.7778824Z [00:02:46.038]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.7779670Z [00:02:46.038]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.7780677Z [00:02:46.038]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.7781858Z [00:02:46.038]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.7782743Z [00:02:46.038]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.7783639Z [00:02:46.038]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.7784455Z [00:02:46.038]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.7785014Z [00:02:46.038]➜  EOF
2025-08-20T23:00:23.7788484Z [00:02:46.038]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1498/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mattermostpersonaltoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mattermostpersonaltoken;$WORK/b1498=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mattermostpersonaltoken -lang=go1.24 -complete -installsuffix shared -buildid bxWfdfyMi0xsRByiet4e/bxWfdfyMi0xsRByiet4e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1498/importcfg -pack ./pkg/detectors/mattermostpersonaltoken/mattermostpersonaltoken.go
2025-08-20T23:00:23.7966134Z [00:02:46.057]➜  go tool buildid -w $WORK/b1497/_pkg_.a # internal
2025-08-20T23:00:23.7974227Z [00:02:46.058]➜  cp $WORK/b1497/_pkg_.a /root/.cache/go-build/4c/4c1e4a546912ef5570227ab96cdc17f2726692fbe50282738cef1fc10fd1b738-d # internal
2025-08-20T23:00:23.7978709Z [00:02:46.059]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v1
2025-08-20T23:00:23.7981160Z [00:02:46.059]➜  mkdir -p $WORK/b1500/
2025-08-20T23:00:23.7981582Z [00:02:46.059]➜  cat >/tmp/go-build2180205415/b1500/importcfg << 'EOF' # internal
2025-08-20T23:00:23.7982245Z [00:02:46.059]➜  # import config
2025-08-20T23:00:23.7982598Z [00:02:46.059]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.7983020Z [00:02:46.059]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.7983621Z [00:02:46.059]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.7984390Z [00:02:46.059]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.7985198Z [00:02:46.059]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.7986033Z [00:02:46.059]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.7986572Z [00:02:46.059]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.7987017Z [00:02:46.059]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.7987334Z [00:02:46.059]➜  EOF
2025-08-20T23:00:23.7989513Z [00:02:46.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1500/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v1;$WORK/b1500=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v1 -lang=go1.24 -complete -installsuffix shared -buildid eDgSWsjOqHfIeXP85co1/eDgSWsjOqHfIeXP85co1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1500/importcfg -pack ./pkg/detectors/maxmindlicense/v1/maxmindlicense.go
2025-08-20T23:00:23.8120599Z [00:02:46.073]➜  go tool buildid -w $WORK/b1499/_pkg_.a # internal
2025-08-20T23:00:23.8134071Z [00:02:46.074]➜  cp $WORK/b1499/_pkg_.a /root/.cache/go-build/bd/bd02a17829d92d3dc6665b278af10cb164d357fdab1d5625fb07a1dea99578e0-d # internal
2025-08-20T23:00:23.8139872Z [00:02:46.074]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v2
2025-08-20T23:00:23.8140338Z [00:02:46.074]➜  mkdir -p $WORK/b1501/
2025-08-20T23:00:23.8140724Z [00:02:46.075]➜  cat >/tmp/go-build2180205415/b1501/importcfg << 'EOF' # internal
2025-08-20T23:00:23.8141071Z [00:02:46.075]➜  # import config
2025-08-20T23:00:23.8141416Z [00:02:46.075]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.8141836Z [00:02:46.075]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.8142429Z [00:02:46.075]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.8143414Z [00:02:46.075]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.8144377Z [00:02:46.075]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.8145056Z [00:02:46.075]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.8145535Z [00:02:46.075]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:23.8146170Z [00:02:46.075]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.8146621Z [00:02:46.075]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:23.8147055Z [00:02:46.075]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.8147371Z [00:02:46.075]➜  EOF
2025-08-20T23:00:23.8149535Z [00:02:46.075]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1501/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v2;$WORK/b1501=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v2 -lang=go1.24 -complete -installsuffix shared -buildid Z0x-L81C_e_SqPs_Wnq6/Z0x-L81C_e_SqPs_Wnq6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1501/importcfg -pack ./pkg/detectors/maxmindlicense/v2/maxmindlicense_v2.go
2025-08-20T23:00:23.8188525Z [00:02:46.080]➜  go tool buildid -w $WORK/b1498/_pkg_.a # internal
2025-08-20T23:00:23.8198413Z [00:02:46.081]➜  cp $WORK/b1498/_pkg_.a /root/.cache/go-build/e8/e8c5953d314dae8cfb8d6f22546fafebd5dd21a00d557f5935616947f0117fca-d # internal
2025-08-20T23:00:23.8199443Z [00:02:46.081]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meaningcloud
2025-08-20T23:00:23.8200383Z [00:02:46.081]➜  mkdir -p $WORK/b1502/
2025-08-20T23:00:23.8206419Z [00:02:46.082]➜  cat >/tmp/go-build2180205415/b1502/importcfg << 'EOF' # internal
2025-08-20T23:00:23.8206783Z [00:02:46.082]➜  # import config
2025-08-20T23:00:23.8207138Z [00:02:46.082]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:23.8207580Z [00:02:46.082]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.8208035Z [00:02:46.082]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:23.8208673Z [00:02:46.082]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.8209443Z [00:02:46.082]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.8210276Z [00:02:46.082]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.8210954Z [00:02:46.082]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.8211430Z [00:02:46.082]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:23.8211872Z [00:02:46.082]➜  packagefile mime/multipart=/tmp/go-build2180205415/b195/_pkg_.a
2025-08-20T23:00:23.8212587Z [00:02:46.082]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.8213100Z [00:02:46.082]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.8213428Z [00:02:46.082]➜  EOF
2025-08-20T23:00:23.8215563Z [00:02:46.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1502/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meaningcloud=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meaningcloud;$WORK/b1502=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meaningcloud -lang=go1.24 -complete -installsuffix shared -buildid JzxwEf6xQTFRXWPrgOYF/JzxwEf6xQTFRXWPrgOYF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1502/importcfg -pack ./pkg/detectors/meaningcloud/meaningcloud.go
2025-08-20T23:00:23.8496870Z [00:02:46.111]➜  go tool buildid -w $WORK/b1500/_pkg_.a # internal
2025-08-20T23:00:23.8508426Z [00:02:46.112]➜  cp $WORK/b1500/_pkg_.a /root/.cache/go-build/bb/bb97735d2419abb16b34f377a20e32762aff3812b0fb27055114868919d01c27-d # internal
2025-08-20T23:00:23.8524711Z [00:02:46.114]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mediastack
2025-08-20T23:00:23.8528727Z [00:02:46.114]➜  mkdir -p $WORK/b1503/
2025-08-20T23:00:23.8533756Z [00:02:46.114]➜  cat >/tmp/go-build2180205415/b1503/importcfg << 'EOF' # internal
2025-08-20T23:00:23.8534169Z [00:02:46.114]➜  # import config
2025-08-20T23:00:23.8534525Z [00:02:46.114]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.8534946Z [00:02:46.114]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.8535541Z [00:02:46.114]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.8536482Z [00:02:46.114]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.8537306Z [00:02:46.114]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.8538002Z [00:02:46.114]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.8538497Z [00:02:46.114]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.8539241Z [00:02:46.114]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.8539663Z [00:02:46.114]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:23.8539968Z [00:02:46.114]➜  EOF
2025-08-20T23:00:23.8542040Z [00:02:46.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1503/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mediastack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mediastack;$WORK/b1503=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mediastack -lang=go1.24 -complete -installsuffix shared -buildid vR783jIUtLymOZBbWy7U/vR783jIUtLymOZBbWy7U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1503/importcfg -pack ./pkg/detectors/mediastack/mediastack.go
2025-08-20T23:00:23.8626570Z [00:02:46.124]➜  go tool buildid -w $WORK/b1501/_pkg_.a # internal
2025-08-20T23:00:23.8729615Z [00:02:46.134]➜  cp $WORK/b1501/_pkg_.a /root/.cache/go-build/23/23dfe35b0d20daba219b7a0d11fe314aaeb8a831f8e2f8bbf0a4205807ea6764-d # internal
2025-08-20T23:00:23.8747903Z [00:02:46.136]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meistertask
2025-08-20T23:00:23.8748339Z [00:02:46.136]➜  mkdir -p $WORK/b1504/
2025-08-20T23:00:23.8750751Z [00:02:46.136]➜  cat >/tmp/go-build2180205415/b1504/importcfg << 'EOF' # internal
2025-08-20T23:00:23.8751158Z [00:02:46.136]➜  # import config
2025-08-20T23:00:23.8751564Z [00:02:46.136]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.8751988Z [00:02:46.136]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.8752604Z [00:02:46.136]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.8753601Z [00:02:46.136]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.8754483Z [00:02:46.136]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.8755174Z [00:02:46.136]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.8755666Z [00:02:46.136]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.8756307Z [00:02:46.136]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.8756628Z [00:02:46.136]➜  EOF
2025-08-20T23:00:23.8761893Z [00:02:46.137]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1504/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meistertask=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meistertask;$WORK/b1504=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meistertask -lang=go1.24 -complete -installsuffix shared -buildid YaiRIHn1xA2Z8adq3_YY/YaiRIHn1xA2Z8adq3_YY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1504/importcfg -pack ./pkg/detectors/meistertask/meistertask.go
2025-08-20T23:00:23.8872482Z [00:02:46.148]➜  go tool buildid -w $WORK/b1502/_pkg_.a # internal
2025-08-20T23:00:23.8891959Z [00:02:46.150]➜  cp $WORK/b1502/_pkg_.a /root/.cache/go-build/5e/5e047ee12b648fd71507c9051b11fe48563e17f2c446f6a48d9048f58b80ff65-d # internal
2025-08-20T23:00:23.8896820Z [00:02:46.151]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meraki
2025-08-20T23:00:23.8897685Z [00:02:46.151]➜  mkdir -p $WORK/b1505/
2025-08-20T23:00:23.8904515Z [00:02:46.151]➜  cat >/tmp/go-build2180205415/b1505/importcfg << 'EOF' # internal
2025-08-20T23:00:23.8906199Z [00:02:46.151]➜  # import config
2025-08-20T23:00:23.8906583Z [00:02:46.151]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.8907074Z [00:02:46.151]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:23.8907532Z [00:02:46.151]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.8908133Z [00:02:46.151]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.8909179Z [00:02:46.151]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.8909985Z [00:02:46.151]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.8910668Z [00:02:46.152]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.8911139Z [00:02:46.152]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:23.8911555Z [00:02:46.152]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.8911875Z [00:02:46.152]➜  EOF
2025-08-20T23:00:23.8913816Z [00:02:46.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1505/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meraki=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meraki;$WORK/b1505=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meraki -lang=go1.24 -complete -installsuffix shared -buildid 03ADNA1rN_HD-1Emflpq/03ADNA1rN_HD-1Emflpq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1505/importcfg -pack ./pkg/detectors/meraki/meraki.go
2025-08-20T23:00:23.9122792Z [00:02:46.173]➜  go tool buildid -w $WORK/b1503/_pkg_.a # internal
2025-08-20T23:00:23.9139495Z [00:02:46.175]➜  cp $WORK/b1503/_pkg_.a /root/.cache/go-build/49/490add8098655522cb875019aa00c7d781b72f0a1795ee1f72ded8e1b325c367-d # internal
2025-08-20T23:00:23.9152182Z [00:02:46.176]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mesibo
2025-08-20T23:00:23.9154912Z [00:02:46.176]➜  mkdir -p $WORK/b1506/
2025-08-20T23:00:23.9157234Z [00:02:46.176]➜  cat >/tmp/go-build2180205415/b1506/importcfg << 'EOF' # internal
2025-08-20T23:00:23.9158156Z [00:02:46.177]➜  # import config
2025-08-20T23:00:23.9159403Z [00:02:46.177]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.9160146Z [00:02:46.177]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.9160959Z [00:02:46.177]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.9161763Z [00:02:46.177]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.9162446Z [00:02:46.177]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.9162921Z [00:02:46.177]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:23.9163343Z [00:02:46.177]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.9163919Z [00:02:46.177]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.9164374Z [00:02:46.177]➜  EOF
2025-08-20T23:00:23.9166587Z [00:02:46.177]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1506/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mesibo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mesibo;$WORK/b1506=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mesibo -lang=go1.24 -complete -installsuffix shared -buildid Sa5kxoDYVc5zCydKz7Zi/Sa5kxoDYVc5zCydKz7Zi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1506/importcfg -pack ./pkg/detectors/mesibo/mesibo.go
2025-08-20T23:00:23.9248616Z [00:02:46.186]➜  go tool buildid -w $WORK/b1504/_pkg_.a # internal
2025-08-20T23:00:23.9306051Z [00:02:46.192]➜  cp $WORK/b1504/_pkg_.a /root/.cache/go-build/79/79acfdc802f8eae2a48684568719b945f92dabf316f4d183c12e658b3efe0d91-d # internal
2025-08-20T23:00:23.9307705Z [00:02:46.192]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/messagebird
2025-08-20T23:00:23.9309014Z [00:02:46.192]➜  mkdir -p $WORK/b1507/
2025-08-20T23:00:23.9310833Z [00:02:46.192]➜  cat >/tmp/go-build2180205415/b1507/importcfg << 'EOF' # internal
2025-08-20T23:00:23.9311244Z [00:02:46.192]➜  # import config
2025-08-20T23:00:23.9311598Z [00:02:46.192]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.9312369Z [00:02:46.192]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.9314163Z [00:02:46.192]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.9314969Z [00:02:46.192]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.9317959Z [00:02:46.192]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.9318732Z [00:02:46.192]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.9319253Z [00:02:46.192]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.9319708Z [00:02:46.192]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.9320023Z [00:02:46.192]➜  EOF
2025-08-20T23:00:23.9322124Z [00:02:46.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1507/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/messagebird=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/messagebird;$WORK/b1507=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/messagebird -lang=go1.24 -complete -installsuffix shared -buildid WqvQrlCticw4OYkF1Pi-/WqvQrlCticw4OYkF1Pi- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1507/importcfg -pack ./pkg/detectors/messagebird/messagebird.go
2025-08-20T23:00:23.9406191Z [00:02:46.202]➜  go tool buildid -w $WORK/b1505/_pkg_.a # internal
2025-08-20T23:00:23.9463439Z [00:02:46.207]➜  cp $WORK/b1505/_pkg_.a /root/.cache/go-build/2d/2d07849659f72907b96793fdc76bfa960896d9f72b8d9657cc41aa1329975c9a-d # internal
2025-08-20T23:00:23.9465640Z [00:02:46.207]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metaapi
2025-08-20T23:00:23.9466262Z [00:02:46.207]➜  mkdir -p $WORK/b1508/
2025-08-20T23:00:23.9466659Z [00:02:46.207]➜  cat >/tmp/go-build2180205415/b1508/importcfg << 'EOF' # internal
2025-08-20T23:00:23.9467024Z [00:02:46.207]➜  # import config
2025-08-20T23:00:23.9467387Z [00:02:46.207]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.9467807Z [00:02:46.207]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.9468396Z [00:02:46.207]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.9469165Z [00:02:46.207]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.9469964Z [00:02:46.207]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.9470944Z [00:02:46.207]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.9471488Z [00:02:46.207]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:23.9471910Z [00:02:46.207]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.9472352Z [00:02:46.207]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.9472670Z [00:02:46.207]➜  EOF
2025-08-20T23:00:23.9474680Z [00:02:46.207]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1508/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metaapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metaapi;$WORK/b1508=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metaapi -lang=go1.24 -complete -installsuffix shared -buildid 4PU3W3B_W6KwjPvcqxRJ/4PU3W3B_W6KwjPvcqxRJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1508/importcfg -pack ./pkg/detectors/metaapi/metaapi.go
2025-08-20T23:00:23.9581292Z [00:02:46.219]➜  go tool buildid -w $WORK/b1506/_pkg_.a # internal
2025-08-20T23:00:23.9603634Z [00:02:46.221]➜  cp $WORK/b1506/_pkg_.a /root/.cache/go-build/1b/1bf733b298b6f98eb2c43ea9fc7ba4545d2c1d86cecbdcd883f3cd99edf4f03e-d # internal
2025-08-20T23:00:23.9605889Z [00:02:46.222]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metabase
2025-08-20T23:00:23.9606405Z [00:02:46.222]➜  mkdir -p $WORK/b1509/
2025-08-20T23:00:23.9608823Z [00:02:46.222]➜  cat >/tmp/go-build2180205415/b1509/importcfg << 'EOF' # internal
2025-08-20T23:00:23.9609236Z [00:02:46.222]➜  # import config
2025-08-20T23:00:23.9609596Z [00:02:46.222]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.9610067Z [00:02:46.222]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:23.9610709Z [00:02:46.222]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.9611527Z [00:02:46.222]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.9612220Z [00:02:46.222]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.9612698Z [00:02:46.222]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:23.9613125Z [00:02:46.222]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.9613558Z [00:02:46.222]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.9613874Z [00:02:46.222]➜  EOF
2025-08-20T23:00:23.9643826Z [00:02:46.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1509/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metabase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metabase;$WORK/b1509=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metabase -lang=go1.24 -complete -installsuffix shared -buildid sk-XmRl5Zh1PAyPA5diM/sk-XmRl5Zh1PAyPA5diM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1509/importcfg -pack ./pkg/detectors/metabase/metabase.go
2025-08-20T23:00:23.9689256Z [00:02:46.229]➜  go tool buildid -w $WORK/b1507/_pkg_.a # internal
2025-08-20T23:00:23.9695082Z [00:02:46.230]➜  cp $WORK/b1507/_pkg_.a /root/.cache/go-build/a6/a69f53fba122c8a27addb9cf72d39a118a662a8308a3118b5731853ef597b6bb-d # internal
2025-08-20T23:00:23.9702491Z [00:02:46.231]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metrilo
2025-08-20T23:00:23.9703243Z [00:02:46.231]➜  mkdir -p $WORK/b1510/
2025-08-20T23:00:23.9717730Z [00:02:46.233]➜  cat >/tmp/go-build2180205415/b1510/importcfg << 'EOF' # internal
2025-08-20T23:00:23.9718429Z [00:02:46.233]➜  # import config
2025-08-20T23:00:23.9719088Z [00:02:46.233]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.9720218Z [00:02:46.233]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:23.9721283Z [00:02:46.233]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.9722286Z [00:02:46.233]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.9722982Z [00:02:46.233]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.9723487Z [00:02:46.233]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.9723921Z [00:02:46.233]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.9724237Z [00:02:46.233]➜  EOF
2025-08-20T23:00:23.9737405Z [00:02:46.233]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1510/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metrilo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metrilo;$WORK/b1510=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metrilo -lang=go1.24 -complete -installsuffix shared -buildid IHWpT3SA-OHz1emdKxQs/IHWpT3SA-OHz1emdKxQs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1510/importcfg -pack ./pkg/detectors/metrilo/metrilo.go
2025-08-20T23:00:23.9979220Z [00:02:46.259]➜  go tool buildid -w $WORK/b1508/_pkg_.a # internal
2025-08-20T23:00:23.9979982Z [00:02:46.259]➜  cp $WORK/b1508/_pkg_.a /root/.cache/go-build/d2/d286e410dde1f9bfd1affcc6ce26c9770e149a12155a7e7b39fa0e04cf3d56e8-d # internal
2025-08-20T23:00:23.9981049Z [00:02:46.259]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/microsoftteamswebhook
2025-08-20T23:00:23.9981490Z [00:02:46.259]➜  mkdir -p $WORK/b1511/
2025-08-20T23:00:23.9981880Z [00:02:46.259]➜  cat >/tmp/go-build2180205415/b1511/importcfg << 'EOF' # internal
2025-08-20T23:00:23.9982231Z [00:02:46.259]➜  # import config
2025-08-20T23:00:23.9982603Z [00:02:46.259]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:23.9983024Z [00:02:46.259]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:23.9983644Z [00:02:46.259]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:23.9984461Z [00:02:46.259]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:23.9985138Z [00:02:46.259]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:23.9985614Z [00:02:46.259]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:23.9988658Z [00:02:46.259]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:23.9989104Z [00:02:46.259]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:23.9989422Z [00:02:46.259]➜  EOF
2025-08-20T23:00:23.9991910Z [00:02:46.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1511/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/microsoftteamswebhook=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/microsoftteamswebhook;$WORK/b1511=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/microsoftteamswebhook -lang=go1.24 -complete -installsuffix shared -buildid yQnjIDLOHY8GBprzmwEr/yQnjIDLOHY8GBprzmwEr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1511/importcfg -pack ./pkg/detectors/microsoftteamswebhook/microsoftteamswebhook.go
2025-08-20T23:00:24.0030430Z [00:02:46.264]➜  go tool buildid -w $WORK/b1509/_pkg_.a # internal
2025-08-20T23:00:24.0040151Z [00:02:46.265]➜  cp $WORK/b1509/_pkg_.a /root/.cache/go-build/d0/d03dca5e4af231168330642b87e63a2119a08a5718dd7ad89f2d34c623b75ad0-d # internal
2025-08-20T23:00:24.0042644Z [00:02:46.265]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mindmeister
2025-08-20T23:00:24.0043319Z [00:02:46.265]➜  mkdir -p $WORK/b1512/
2025-08-20T23:00:24.0047257Z [00:02:46.266]➜  cat >/tmp/go-build2180205415/b1512/importcfg << 'EOF' # internal
2025-08-20T23:00:24.0048879Z [00:02:46.266]➜  # import config
2025-08-20T23:00:24.0049409Z [00:02:46.266]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.0050421Z [00:02:46.266]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.0051265Z [00:02:46.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:24.0052363Z [00:02:46.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:24.0053362Z [00:02:46.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:24.0054224Z [00:02:46.266]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:24.0054862Z [00:02:46.266]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:24.0055421Z [00:02:46.266]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.0056245Z [00:02:46.266]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.0056588Z [00:02:46.266]➜  EOF
2025-08-20T23:00:24.0059158Z [00:02:46.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1512/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mindmeister=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mindmeister;$WORK/b1512=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mindmeister -lang=go1.24 -complete -installsuffix shared -buildid kbJEVxzS4hL76_WtANa2/kbJEVxzS4hL76_WtANa2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1512/importcfg -pack ./pkg/detectors/mindmeister/mindmeister.go
2025-08-20T23:00:24.0088217Z [00:02:46.270]➜  go tool buildid -w $WORK/b1510/_pkg_.a # internal
2025-08-20T23:00:24.0100370Z [00:02:46.271]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:24.0102223Z [00:02:46.271]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x043.o -c zstd_v06.c
2025-08-20T23:00:24.0125068Z [00:02:46.273]➜  cp $WORK/b1510/_pkg_.a /root/.cache/go-build/00/00a2e5166a14aa1271c1a77df0fb86fdb5bd803b00134ea7fb348ec74592675b-d # internal
2025-08-20T23:00:24.0126382Z [00:02:46.273]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/miro
2025-08-20T23:00:24.0126818Z [00:02:46.273]➜  mkdir -p $WORK/b1513/
2025-08-20T23:00:24.0127198Z [00:02:46.273]➜  cat >/tmp/go-build2180205415/b1513/importcfg << 'EOF' # internal
2025-08-20T23:00:24.0127547Z [00:02:46.273]➜  # import config
2025-08-20T23:00:24.0127885Z [00:02:46.273]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.0128302Z [00:02:46.273]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.0128908Z [00:02:46.273]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:24.0129687Z [00:02:46.273]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:24.0130482Z [00:02:46.273]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:24.0131166Z [00:02:46.273]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:24.0131659Z [00:02:46.273]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.0132090Z [00:02:46.273]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.0132406Z [00:02:46.273]➜  EOF
2025-08-20T23:00:24.0132654Z [00:02:46.273]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:24.0134870Z [00:02:46.273]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1513/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/miro=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/miro;$WORK/b1513=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/miro -lang=go1.24 -complete -installsuffix shared -buildid LHn0yMz6dMybyCLjedlq/LHn0yMz6dMybyCLjedlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1513/importcfg -pack ./pkg/detectors/miro/miro.go
2025-08-20T23:00:24.0470980Z [00:02:46.308]➜  go tool buildid -w $WORK/b1511/_pkg_.a # internal
2025-08-20T23:00:24.0482308Z [00:02:46.309]➜  cp $WORK/b1511/_pkg_.a /root/.cache/go-build/b0/b09d5284fbadab77f4797ed63e8d8fde5122d635e8f06f1b8ccdf096a4ec5948-d # internal
2025-08-20T23:00:24.0487128Z [00:02:46.310]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mite
2025-08-20T23:00:24.0487568Z [00:02:46.310]➜  mkdir -p $WORK/b1514/
2025-08-20T23:00:24.0487949Z [00:02:46.310]➜  cat >/tmp/go-build2180205415/b1514/importcfg << 'EOF' # internal
2025-08-20T23:00:24.0488299Z [00:02:46.310]➜  # import config
2025-08-20T23:00:24.0488642Z [00:02:46.310]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.0489095Z [00:02:46.310]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.0489711Z [00:02:46.310]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:24.0490511Z [00:02:46.310]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:24.0491493Z [00:02:46.310]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:24.0491989Z [00:02:46.310]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.0492422Z [00:02:46.310]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.0492735Z [00:02:46.310]➜  EOF
2025-08-20T23:00:24.0493018Z [00:02:46.310]➜  go tool buildid -w $WORK/b1512/_pkg_.a # internal
2025-08-20T23:00:24.0496966Z [00:02:46.311]➜  cp $WORK/b1512/_pkg_.a /root/.cache/go-build/e9/e9097d488daaa651af0f25bfdf12b44983c902ff02d605e2b2956827675b1f41-d # internal
2025-08-20T23:00:24.0499802Z [00:02:46.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1514/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mite=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mite;$WORK/b1514=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mite -lang=go1.24 -complete -installsuffix shared -buildid A8suGL4_nimcb1oYCvur/A8suGL4_nimcb1oYCvur -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1514/importcfg -pack ./pkg/detectors/mite/mite.go
2025-08-20T23:00:24.0517233Z [00:02:46.312]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mixmax
2025-08-20T23:00:24.0517810Z [00:02:46.312]➜  mkdir -p $WORK/b1515/
2025-08-20T23:00:24.0518324Z [00:02:46.312]➜  cat >/tmp/go-build2180205415/b1515/importcfg << 'EOF' # internal
2025-08-20T23:00:24.0518784Z [00:02:46.312]➜  # import config
2025-08-20T23:00:24.0519257Z [00:02:46.312]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.0519982Z [00:02:46.312]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:24.0520875Z [00:02:46.312]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:24.0521772Z [00:02:46.312]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:24.0522567Z [00:02:46.312]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:24.0523171Z [00:02:46.312]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.0523734Z [00:02:46.312]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.0524174Z [00:02:46.312]➜  EOF
2025-08-20T23:00:24.0528000Z [00:02:46.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1515/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mixmax=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mixmax;$WORK/b1515=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mixmax -lang=go1.24 -complete -installsuffix shared -buildid SveF51v5qLZcDGTNeLmk/SveF51v5qLZcDGTNeLmk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1515/importcfg -pack ./pkg/detectors/mixmax/mixmax.go
2025-08-20T23:00:24.0539870Z [00:02:46.315]➜  go tool buildid -w $WORK/b1513/_pkg_.a # internal
2025-08-20T23:00:24.0576229Z [00:02:46.319]➜  cp $WORK/b1513/_pkg_.a /root/.cache/go-build/da/dac9c42e57c54923629a9ddfe77b4a8b97743eabe1db4303ce19b52e9220e55c-d # internal
2025-08-20T23:00:24.0578927Z [00:02:46.319]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mockaroo
2025-08-20T23:00:24.0579663Z [00:02:46.319]➜  mkdir -p $WORK/b1516/
2025-08-20T23:00:24.0581372Z [00:02:46.319]➜  cat >/tmp/go-build2180205415/b1516/importcfg << 'EOF' # internal
2025-08-20T23:00:24.0583375Z [00:02:46.319]➜  # import config
2025-08-20T23:00:24.0583759Z [00:02:46.319]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.0584255Z [00:02:46.319]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:24.0584694Z [00:02:46.319]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.0585355Z [00:02:46.319]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:24.0586503Z [00:02:46.319]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:24.0587301Z [00:02:46.319]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:24.0587978Z [00:02:46.319]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:24.0588468Z [00:02:46.319]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.0588897Z [00:02:46.319]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.0589218Z [00:02:46.319]➜  EOF
2025-08-20T23:00:24.0591322Z [00:02:46.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1516/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mockaroo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mockaroo;$WORK/b1516=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mockaroo -lang=go1.24 -complete -installsuffix shared -buildid ssD09nlE6QdG2Cvoy5Ym/ssD09nlE6QdG2Cvoy5Ym -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1516/importcfg -pack ./pkg/detectors/mockaroo/mockaroo.go
2025-08-20T23:00:24.0881533Z [00:02:46.349]➜  go tool buildid -w $WORK/b1514/_pkg_.a # internal
2025-08-20T23:00:24.0888240Z [00:02:46.349]➜  cp $WORK/b1514/_pkg_.a /root/.cache/go-build/e5/e519a68966e0ab52ac9299343faa9a7a7a18f3059ea0755e473752387fa3dcf3-d # internal
2025-08-20T23:00:24.0888957Z [00:02:46.349]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moderation
2025-08-20T23:00:24.0889351Z [00:02:46.349]➜  mkdir -p $WORK/b1517/
2025-08-20T23:00:24.0889735Z [00:02:46.349]➜  cat >/tmp/go-build2180205415/b1517/importcfg << 'EOF' # internal
2025-08-20T23:00:24.0890095Z [00:02:46.349]➜  # import config
2025-08-20T23:00:24.0890436Z [00:02:46.349]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.0890862Z [00:02:46.349]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.0891454Z [00:02:46.349]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:24.0892220Z [00:02:46.349]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:24.0893020Z [00:02:46.349]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:24.0893696Z [00:02:46.349]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:24.0894406Z [00:02:46.349]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.0894982Z [00:02:46.349]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.0895405Z [00:02:46.349]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:24.0895712Z [00:02:46.349]➜  EOF
2025-08-20T23:00:24.0897980Z [00:02:46.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1517/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moderation=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moderation;$WORK/b1517=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moderation -lang=go1.24 -complete -installsuffix shared -buildid Q5uvtm88nSmlcmRN5bOq/Q5uvtm88nSmlcmRN5bOq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1517/importcfg -pack ./pkg/detectors/moderation/moderation.go
2025-08-20T23:00:24.0900867Z [00:02:46.351]➜  go tool buildid -w $WORK/b1515/_pkg_.a # internal
2025-08-20T23:00:24.0918658Z [00:02:46.353]➜  cp $WORK/b1515/_pkg_.a /root/.cache/go-build/fd/fdeaaf424261dd28ac93a7234f053b770c0783989da6807acf2664acd0cb126c-d # internal
2025-08-20T23:00:24.0928478Z [00:02:46.353]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monday
2025-08-20T23:00:24.0928882Z [00:02:46.353]➜  mkdir -p $WORK/b1518/
2025-08-20T23:00:24.0929260Z [00:02:46.353]➜  cat >/tmp/go-build2180205415/b1518/importcfg << 'EOF' # internal
2025-08-20T23:00:24.0929869Z [00:02:46.353]➜  # import config
2025-08-20T23:00:24.0930212Z [00:02:46.353]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.0930633Z [00:02:46.353]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.0931226Z [00:02:46.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:24.0931986Z [00:02:46.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:24.0932786Z [00:02:46.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:24.0933589Z [00:02:46.353]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:24.0934137Z [00:02:46.353]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:24.0934559Z [00:02:46.353]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.0934992Z [00:02:46.354]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.0935308Z [00:02:46.354]➜  EOF
2025-08-20T23:00:24.0937467Z [00:02:46.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1518/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monday=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monday;$WORK/b1518=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monday -lang=go1.24 -complete -installsuffix shared -buildid _jHyWu-aD0CCF57JbQcH/_jHyWu-aD0CCF57JbQcH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1518/importcfg -pack ./pkg/detectors/monday/monday.go
2025-08-20T23:00:24.0981079Z [00:02:46.359]➜  go tool buildid -w $WORK/b1516/_pkg_.a # internal
2025-08-20T23:00:24.0993983Z [00:02:46.360]➜  cp $WORK/b1516/_pkg_.a /root/.cache/go-build/4d/4de0b49e4131036d3ada8db84666a98350e7bed55ed4e7d7e4eb5ff8d1d69fb4-d # internal
2025-08-20T23:00:24.1000990Z [00:02:46.361]➜  go.mongodb.org/mongo-driver/bson/primitive
2025-08-20T23:00:24.1001346Z [00:02:46.361]➜  mkdir -p $WORK/b1526/
2025-08-20T23:00:24.1001732Z [00:02:46.361]➜  cat >/tmp/go-build2180205415/b1526/importcfg << 'EOF' # internal
2025-08-20T23:00:24.1002083Z [00:02:46.361]➜  # import config
2025-08-20T23:00:24.1002419Z [00:02:46.361]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:24.1002862Z [00:02:46.361]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:24.1003311Z [00:02:46.361]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T23:00:24.1003782Z [00:02:46.361]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:24.1004270Z [00:02:46.361]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:24.1004739Z [00:02:46.361]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:24.1005184Z [00:02:46.361]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:24.1006058Z [00:02:46.361]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.1006499Z [00:02:46.361]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:24.1006924Z [00:02:46.361]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:24.1007351Z [00:02:46.361]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:24.1007774Z [00:02:46.361]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:24.1008200Z [00:02:46.361]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.1008649Z [00:02:46.361]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:24.1009093Z [00:02:46.361]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:24.1009402Z [00:02:46.361]➜  EOF
2025-08-20T23:00:24.1011985Z [00:02:46.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1526/_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/b1526=>" -p go.mongodb.org/mongo-driver/bson/primitive -lang=go1.18 -complete -installsuffix shared -buildid 2mTimkCCe-0zDmjztMP-/2mTimkCCe-0zDmjztMP- -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/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:00:24.1386376Z [00:02:46.398]➜  go tool buildid -w $WORK/b1517/_pkg_.a # internal
2025-08-20T23:00:24.1387460Z [00:02:46.400]➜  go tool buildid -w $WORK/b1518/_pkg_.a # internal
2025-08-20T23:00:24.1388793Z [00:02:46.400]➜  cp $WORK/b1518/_pkg_.a /root/.cache/go-build/4a/4a61b50c2d2dd5a6f06239f3cc04a600f438a2a709e7a33d0064c782ca443c19-d # internal
2025-08-20T23:00:24.1389955Z [00:02:46.400]➜  go.mongodb.org/mongo-driver/mongo/address
2025-08-20T23:00:24.1390376Z [00:02:46.400]➜  mkdir -p $WORK/b1529/
2025-08-20T23:00:24.1390768Z [00:02:46.400]➜  cat >/tmp/go-build2180205415/b1529/importcfg << 'EOF' # internal
2025-08-20T23:00:24.1391127Z [00:02:46.400]➜  # import config
2025-08-20T23:00:24.1391464Z [00:02:46.400]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:24.1391888Z [00:02:46.400]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.1392204Z [00:02:46.400]➜  EOF
2025-08-20T23:00:24.1394451Z [00:02:46.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1529/_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/b1529=>" -p go.mongodb.org/mongo-driver/mongo/address -lang=go1.18 -complete -installsuffix shared -buildid CsDaKO5uFy_3gqKx3eHl/CsDaKO5uFy_3gqKx3eHl -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/mongo/address/addr.go
2025-08-20T23:00:24.1404901Z [00:02:46.402]➜  cp $WORK/b1517/_pkg_.a /root/.cache/go-build/1b/1badcd0bfcb1dfe77c0d5fdcb22967c4f2dfa6b05b9435d105540b229d4825b9-d # internal
2025-08-20T23:00:24.1405568Z [00:02:46.402]➜  go.mongodb.org/mongo-driver/tag
2025-08-20T23:00:24.1405988Z [00:02:46.402]➜  mkdir -p $WORK/b1535/
2025-08-20T23:00:24.1409093Z [00:02:46.402]➜  cat >/tmp/go-build2180205415/b1535/importcfg << 'EOF' # internal
2025-08-20T23:00:24.1409471Z [00:02:46.402]➜  # import config
2025-08-20T23:00:24.1409813Z [00:02:46.402]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:24.1410248Z [00:02:46.402]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.1410592Z [00:02:46.402]➜  EOF
2025-08-20T23:00:24.1412371Z [00:02:46.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1535/_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/b1535=>" -p go.mongodb.org/mongo-driver/tag -lang=go1.18 -complete -installsuffix shared -buildid Q7wqyjzs1xV2t1oWhObN/Q7wqyjzs1xV2t1oWhObN -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/tag/tag.go
2025-08-20T23:00:24.1527351Z [00:02:46.413]➜  go tool buildid -w $WORK/b1526/_pkg_.a # internal
2025-08-20T23:00:24.1530078Z [00:02:46.414]➜  cp $WORK/b1526/_pkg_.a /root/.cache/go-build/e8/e8ba8d5b1adb1aa472043d7fea208ce4df1d903d2421d1313894534863f9a3e1-d # internal
2025-08-20T23:00:24.1533279Z [00:02:46.414]➜  go.mongodb.org/mongo-driver/x/bsonx/bsoncore
2025-08-20T23:00:24.1534272Z [00:02:46.415]➜  mkdir -p $WORK/b1527/
2025-08-20T23:00:24.1539392Z [00:02:46.415]➜  cat >/tmp/go-build2180205415/b1527/importcfg << 'EOF' # internal
2025-08-20T23:00:24.1540943Z [00:02:46.415]➜  # import config
2025-08-20T23:00:24.1541291Z [00:02:46.415]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:24.1541759Z [00:02:46.415]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:24.1542241Z [00:02:46.415]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:24.1542693Z [00:02:46.415]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:24.1547603Z [00:02:46.415]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.1548161Z [00:02:46.415]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2180205415/b1525/_pkg_.a
2025-08-20T23:00:24.1548853Z [00:02:46.415]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2180205415/b1526/_pkg_.a
2025-08-20T23:00:24.1549385Z [00:02:46.415]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:24.1550037Z [00:02:46.415]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:24.1550575Z [00:02:46.415]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:24.1552215Z [00:02:46.415]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:24.1552734Z [00:02:46.415]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.1553155Z [00:02:46.415]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:24.1553596Z [00:02:46.415]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:24.1553930Z [00:02:46.415]➜  EOF
2025-08-20T23:00:24.1560099Z [00:02:46.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1527/_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/b1527=>" -p go.mongodb.org/mongo-driver/x/bsonx/bsoncore -lang=go1.18 -complete -installsuffix shared -buildid 0kfhAQHTo9S9Q65rJZ3f/0kfhAQHTo9S9Q65rJZ3f -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/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:00:24.1565085Z [00:02:46.416]➜  go tool buildid -w $WORK/b1529/_pkg_.a # internal
2025-08-20T23:00:24.1565855Z [00:02:46.417]➜  cp $WORK/b1529/_pkg_.a /root/.cache/go-build/7f/7f6031a9466b6932844f398ea2a56069cf81bc46805b709e65f5eae17eaf969b-d # internal
2025-08-20T23:00:24.1566505Z [00:02:46.417]➜  go.mongodb.org/mongo-driver/internal/csot
2025-08-20T23:00:24.1567012Z [00:02:46.417]➜  mkdir -p $WORK/b1538/
2025-08-20T23:00:24.1570876Z [00:02:46.418]➜  cat >/tmp/go-build2180205415/b1538/importcfg << 'EOF' # internal
2025-08-20T23:00:24.1572001Z [00:02:46.418]➜  # import config
2025-08-20T23:00:24.1572402Z [00:02:46.418]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.1573022Z [00:02:46.418]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:24.1573335Z [00:02:46.418]➜  EOF
2025-08-20T23:00:24.1575923Z [00:02:46.418]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1538/_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/b1538=>" -p go.mongodb.org/mongo-driver/internal/csot -lang=go1.18 -complete -installsuffix shared -buildid OngN7HDN5X-87IE7AdPP/OngN7HDN5X-87IE7AdPP -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/csot/csot.go
2025-08-20T23:00:24.1613211Z [00:02:46.422]➜  go tool buildid -w $WORK/b1535/_pkg_.a # internal
2025-08-20T23:00:24.1621070Z [00:02:46.423]➜  cp $WORK/b1535/_pkg_.a /root/.cache/go-build/d4/d4bb275d2e2caad11c6e47617e083f61407268e7f2783431e1006cb9459bf3e3-d # internal
2025-08-20T23:00:24.1623625Z [00:02:46.423]➜  go.mongodb.org/mongo-driver/mongo/readpref
2025-08-20T23:00:24.1625504Z [00:02:46.424]➜  mkdir -p $WORK/b1534/
2025-08-20T23:00:24.1633076Z [00:02:46.424]➜  cat >/tmp/go-build2180205415/b1534/importcfg << 'EOF' # internal
2025-08-20T23:00:24.1633862Z [00:02:46.424]➜  # import config
2025-08-20T23:00:24.1634481Z [00:02:46.424]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:24.1635377Z [00:02:46.424]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:24.1638592Z [00:02:46.424]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.1639112Z [00:02:46.424]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build2180205415/b1535/_pkg_.a
2025-08-20T23:00:24.1639745Z [00:02:46.424]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.1640170Z [00:02:46.424]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:24.1640470Z [00:02:46.424]➜  EOF
2025-08-20T23:00:24.1643183Z [00:02:46.424]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1534/_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/b1534=>" -p go.mongodb.org/mongo-driver/mongo/readpref -lang=go1.18 -complete -installsuffix shared -buildid sRA-CcITCAPp_sbywEWs/sRA-CcITCAPp_sbywEWs -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/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:00:24.1736615Z [00:02:46.434]➜  go tool buildid -w $WORK/b1538/_pkg_.a # internal
2025-08-20T23:00:24.1744233Z [00:02:46.435]➜  cp $WORK/b1538/_pkg_.a /root/.cache/go-build/78/78070bcd5c7f80da148d36ca658b59e3330563778f1d82107581e03e59730049-d # internal
2025-08-20T23:00:24.1746072Z [00:02:46.436]➜  go.mongodb.org/mongo-driver/internal/httputil
2025-08-20T23:00:24.1747029Z [00:02:46.436]➜  mkdir -p $WORK/b1539/
2025-08-20T23:00:24.1747635Z [00:02:46.436]➜  cat >/tmp/go-build2180205415/b1539/importcfg << 'EOF' # internal
2025-08-20T23:00:24.1748110Z [00:02:46.436]➜  # import config
2025-08-20T23:00:24.1748786Z [00:02:46.436]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.1749376Z [00:02:46.436]➜  EOF
2025-08-20T23:00:24.1751967Z [00:02:46.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1539/_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/b1539=>" -p go.mongodb.org/mongo-driver/internal/httputil -lang=go1.18 -complete -installsuffix shared -buildid cSzLr0BK653e8F0v5oa1/cSzLr0BK653e8F0v5oa1 -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/httputil/httputil.go
2025-08-20T23:00:24.1909591Z [00:02:46.452]➜  go tool buildid -w $WORK/b1534/_pkg_.a # internal
2025-08-20T23:00:24.1914922Z [00:02:46.452]➜  cp $WORK/b1534/_pkg_.a /root/.cache/go-build/9b/9b869db15f51e576227fee948ae36c121fcfe718603eed1ad3ea51e28cc75402-d # internal
2025-08-20T23:00:24.1918210Z [00:02:46.453]➜  go.mongodb.org/mongo-driver/internal/logger
2025-08-20T23:00:24.1922071Z [00:02:46.453]➜  mkdir -p $WORK/b1540/
2025-08-20T23:00:24.1922536Z [00:02:46.453]➜  cat >/tmp/go-build2180205415/b1540/importcfg << 'EOF' # internal
2025-08-20T23:00:24.1922897Z [00:02:46.453]➜  # import config
2025-08-20T23:00:24.1923244Z [00:02:46.453]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.1923706Z [00:02:46.453]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:24.1924145Z [00:02:46.453]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.1924702Z [00:02:46.453]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2180205415/b1526/_pkg_.a
2025-08-20T23:00:24.1925223Z [00:02:46.453]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:24.1925629Z [00:02:46.453]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:24.1926210Z [00:02:46.453]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:24.1926643Z [00:02:46.453]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:24.1927292Z [00:02:46.453]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.1932006Z [00:02:46.453]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:24.1932566Z [00:02:46.453]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:24.1932918Z [00:02:46.454]➜  EOF
2025-08-20T23:00:24.1954339Z [00:02:46.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1540/_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/b1540=>" -p go.mongodb.org/mongo-driver/internal/logger -lang=go1.18 -complete -installsuffix shared -buildid tmiar93dAcJUtPRZ4ZRd/tmiar93dAcJUtPRZ4ZRd -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/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:00:24.1957567Z [00:02:46.456]➜  go tool buildid -w $WORK/b1539/_pkg_.a # internal
2025-08-20T23:00:24.1964522Z [00:02:46.458]➜  cp $WORK/b1539/_pkg_.a /root/.cache/go-build/81/81f22675c0be2a15a65611c76208664ce1c3932e931f602e28add0ad9395ec92-d # internal
2025-08-20T23:00:24.1969872Z [00:02:46.458]➜  go.mongodb.org/mongo-driver/internal/rand
2025-08-20T23:00:24.1970226Z [00:02:46.458]➜  mkdir -p $WORK/b1543/
2025-08-20T23:00:24.1971492Z [00:02:46.458]➜  cat >/tmp/go-build2180205415/b1543/importcfg << 'EOF' # internal
2025-08-20T23:00:24.1971969Z [00:02:46.458]➜  # import config
2025-08-20T23:00:24.1973413Z [00:02:46.458]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:24.1973902Z [00:02:46.458]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:24.1974329Z [00:02:46.458]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:24.1974759Z [00:02:46.458]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:24.1975184Z [00:02:46.458]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:24.1975899Z [00:02:46.458]➜  EOF
2025-08-20T23:00:24.1979034Z [00:02:46.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1543/_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/b1543=>" -p go.mongodb.org/mongo-driver/internal/rand -lang=go1.18 -complete -installsuffix shared -buildid Wyw7msGoBvDgvMCJ6ik8/Wyw7msGoBvDgvMCJ6ik8 -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/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:00:24.2415263Z [00:02:46.503]➜  go tool buildid -w $WORK/b1540/_pkg_.a # internal
2025-08-20T23:00:24.2427180Z [00:02:46.504]➜  cp $WORK/b1540/_pkg_.a /root/.cache/go-build/d0/d0ea75cf47bc0f5df34ea0aa7398a8c21ea37bd330273879cdb4fa35841d4e9b-d # internal
2025-08-20T23:00:24.2427887Z [00:02:46.504]➜  golang.org/x/crypto/pbkdf2
2025-08-20T23:00:24.2429204Z [00:02:46.504]➜  mkdir -p $WORK/b1546/
2025-08-20T23:00:24.2433341Z [00:02:46.504]➜  cat >/tmp/go-build2180205415/b1546/importcfg << 'EOF' # internal
2025-08-20T23:00:24.2433775Z [00:02:46.504]➜  # import config
2025-08-20T23:00:24.2434173Z [00:02:46.504]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:24.2434615Z [00:02:46.504]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:24.2434946Z [00:02:46.504]➜  EOF
2025-08-20T23:00:24.2437036Z [00:02:46.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1546/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/pbkdf2=>golang.org/x/crypto@v0.40.0/pbkdf2;$WORK/b1546=>" -p golang.org/x/crypto/pbkdf2 -lang=go1.23 -complete -installsuffix shared -buildid BpZglQxAzOhwBa9TLS6U/BpZglQxAzOhwBa9TLS6U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1546/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/pbkdf2/pbkdf2.go
2025-08-20T23:00:24.2496926Z [00:02:46.510]➜  go tool buildid -w $WORK/b1543/_pkg_.a # internal
2025-08-20T23:00:24.2501190Z [00:02:46.511]➜  cp $WORK/b1543/_pkg_.a /root/.cache/go-build/86/864930538da6938e5eebb02a64fa189190778d1820f28b88e9b70f042b3dca7e-d # internal
2025-08-20T23:00:24.2504806Z [00:02:46.511]➜  go.mongodb.org/mongo-driver/internal/randutil
2025-08-20T23:00:24.2505145Z [00:02:46.511]➜  mkdir -p $WORK/b1542/
2025-08-20T23:00:24.2519079Z [00:02:46.513]➜  cat >/tmp/go-build2180205415/b1542/importcfg << 'EOF' # internal
2025-08-20T23:00:24.2520526Z [00:02:46.513]➜  # import config
2025-08-20T23:00:24.2521283Z [00:02:46.513]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:24.2521767Z [00:02:46.513]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.2522331Z [00:02:46.513]➜  packagefile go.mongodb.org/mongo-driver/internal/rand=/tmp/go-build2180205415/b1543/_pkg_.a
2025-08-20T23:00:24.2522849Z [00:02:46.513]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:24.2523151Z [00:02:46.513]➜  EOF
2025-08-20T23:00:24.2525203Z [00:02:46.513]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1542/_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/b1542=>" -p go.mongodb.org/mongo-driver/internal/randutil -lang=go1.18 -complete -installsuffix shared -buildid UWbzzlvxWMDj2AMo-5Xf/UWbzzlvxWMDj2AMo-5Xf -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/randutil/randutil.go
2025-08-20T23:00:24.2554944Z [00:02:46.516]➜  go tool buildid -w $WORK/b1546/_pkg_.a # internal
2025-08-20T23:00:24.2559889Z [00:02:46.516]➜  cp $WORK/b1546/_pkg_.a /root/.cache/go-build/02/02ab6b53fe88370874aee143e00f242c0f37df0b6b4198ee233830391d300b38-d # internal
2025-08-20T23:00:24.2560756Z [00:02:46.517]➜  golang.org/x/crypto/scrypt
2025-08-20T23:00:24.2561050Z [00:02:46.517]➜  mkdir -p $WORK/b1547/
2025-08-20T23:00:24.2581020Z [00:02:46.519]➜  cat >/tmp/go-build2180205415/b1547/importcfg << 'EOF' # internal
2025-08-20T23:00:24.2581676Z [00:02:46.519]➜  # import config
2025-08-20T23:00:24.2582177Z [00:02:46.519]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:24.2583575Z [00:02:46.519]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:24.2584066Z [00:02:46.519]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:24.2584598Z [00:02:46.519]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build2180205415/b1546/_pkg_.a
2025-08-20T23:00:24.2585104Z [00:02:46.519]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:24.2585429Z [00:02:46.519]➜  EOF
2025-08-20T23:00:24.2587341Z [00:02:46.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1547/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/scrypt=>golang.org/x/crypto@v0.40.0/scrypt;$WORK/b1547=>" -p golang.org/x/crypto/scrypt -lang=go1.23 -complete -installsuffix shared -buildid nE8C6yoHgvU1ce2deSTa/nE8C6yoHgvU1ce2deSTa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1547/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/scrypt/scrypt.go
2025-08-20T23:00:24.2704644Z [00:02:46.531]➜  go tool buildid -w $WORK/b1542/_pkg_.a # internal
2025-08-20T23:00:24.2720396Z [00:02:46.533]➜  cp $WORK/b1542/_pkg_.a /root/.cache/go-build/17/179a16e5ca59388697e466f6cf0c06b55abacdd0401dd1e5e16bc2af0f563793-d # internal
2025-08-20T23:00:24.2721806Z [00:02:46.533]➜  go.mongodb.org/mongo-driver/internal/uuid
2025-08-20T23:00:24.2722538Z [00:02:46.533]➜  mkdir -p $WORK/b1541/
2025-08-20T23:00:24.2723367Z [00:02:46.533]➜  cat >/tmp/go-build2180205415/b1541/importcfg << 'EOF' # internal
2025-08-20T23:00:24.2724032Z [00:02:46.533]➜  # import config
2025-08-20T23:00:24.2724587Z [00:02:46.533]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:24.2726188Z [00:02:46.533]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build2180205415/b1542/_pkg_.a
2025-08-20T23:00:24.2727059Z [00:02:46.533]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:24.2727374Z [00:02:46.533]➜  EOF
2025-08-20T23:00:24.2729503Z [00:02:46.533]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1541/_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/b1541=>" -p go.mongodb.org/mongo-driver/internal/uuid -lang=go1.18 -complete -installsuffix shared -buildid _52DAtYRCqLTOZFhlym0/_52DAtYRCqLTOZFhlym0 -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/uuid/uuid.go
2025-08-20T23:00:24.2859479Z [00:02:46.547]➜  go tool buildid -w $WORK/b1547/_pkg_.a # internal
2025-08-20T23:00:24.2864246Z [00:02:46.547]➜  cp $WORK/b1547/_pkg_.a /root/.cache/go-build/fc/fc01ed53454daf30dbef925afcda98cd45606cfc5ad40e2833555925cde0c213-d # internal
2025-08-20T23:00:24.2866370Z [00:02:46.548]➜  github.com/youmark/pkcs8
2025-08-20T23:00:24.2867073Z [00:02:46.548]➜  mkdir -p $WORK/b1545/
2025-08-20T23:00:24.2872033Z [00:02:46.548]➜  cat >/tmp/go-build2180205415/b1545/importcfg << 'EOF' # internal
2025-08-20T23:00:24.2872392Z [00:02:46.548]➜  # import config
2025-08-20T23:00:24.2872732Z [00:02:46.548]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:24.2873191Z [00:02:46.548]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:24.2873644Z [00:02:46.548]➜  packagefile crypto/aes=/tmp/go-build2180205415/b138/_pkg_.a
2025-08-20T23:00:24.2874107Z [00:02:46.548]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T23:00:24.2874873Z [00:02:46.548]➜  packagefile crypto/des=/tmp/go-build2180205415/b139/_pkg_.a
2025-08-20T23:00:24.2875331Z [00:02:46.548]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T23:00:24.2875958Z [00:02:46.548]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:24.2876511Z [00:02:46.548]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:00:24.2876967Z [00:02:46.548]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:24.2877427Z [00:02:46.548]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:24.2877884Z [00:02:46.548]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:24.2878373Z [00:02:46.548]➜  packagefile crypto/x509/pkix=/tmp/go-build2180205415/b181/_pkg_.a
2025-08-20T23:00:24.2878852Z [00:02:46.548]➜  packagefile encoding/asn1=/tmp/go-build2180205415/b155/_pkg_.a
2025-08-20T23:00:24.2879298Z [00:02:46.548]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:24.2879721Z [00:02:46.548]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.2880214Z [00:02:46.548]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build2180205415/b1546/_pkg_.a
2025-08-20T23:00:24.2880778Z [00:02:46.548]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build2180205415/b1547/_pkg_.a
2025-08-20T23:00:24.2881262Z [00:02:46.548]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:24.2881566Z [00:02:46.548]➜  EOF
2025-08-20T23:00:24.2885391Z [00:02:46.549]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1545/_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/b1545=>" -p github.com/youmark/pkcs8 -lang=go1.17 -complete -installsuffix shared -buildid 0Mi3s0mtQ__Fk6k2WksZ/0Mi3s0mtQ__Fk6k2WksZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1545/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:00:24.2980695Z [00:02:46.558]➜  go tool buildid -w $WORK/b1541/_pkg_.a # internal
2025-08-20T23:00:24.2981747Z [00:02:46.558]➜  cp $WORK/b1541/_pkg_.a /root/.cache/go-build/2f/2f2c682531bb7a56e4c6035ee93ac46dec79e03f5f36377d82f7c2b70df6850f-d # internal
2025-08-20T23:00:24.2982525Z [00:02:46.558]➜  go.mongodb.org/mongo-driver/internal/driverutil
2025-08-20T23:00:24.2982860Z [00:02:46.558]➜  mkdir -p $WORK/b1551/
2025-08-20T23:00:24.2983241Z [00:02:46.558]➜  cat >/tmp/go-build2180205415/b1551/importcfg << 'EOF' # internal
2025-08-20T23:00:24.2983598Z [00:02:46.558]➜  # import config
2025-08-20T23:00:24.2983957Z [00:02:46.558]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:24.2984376Z [00:02:46.558]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.2984693Z [00:02:46.558]➜  EOF
2025-08-20T23:00:24.2987182Z [00:02:46.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1551/_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/b1551=>" -p go.mongodb.org/mongo-driver/internal/driverutil -lang=go1.18 -complete -installsuffix shared -buildid 5__EB37WTmhvVvxGnUnl/5__EB37WTmhvVvxGnUnl -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/internal/driverutil/hello.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/driverutil/operation.go
2025-08-20T23:00:24.3211971Z [00:02:46.582]➜  go tool buildid -w $WORK/b1551/_pkg_.a # internal
2025-08-20T23:00:24.3212796Z [00:02:46.582]➜  cp $WORK/b1551/_pkg_.a /root/.cache/go-build/6c/6cb9077e93dff99ea388b2b1522ae2d7027cbb1711ee78ddc5daddc844f34b33-d # internal
2025-08-20T23:00:24.3213365Z [00:02:46.582]➜  github.com/xdg-go/pbkdf2
2025-08-20T23:00:24.3213643Z [00:02:46.582]➜  mkdir -p $WORK/b1558/
2025-08-20T23:00:24.3214019Z [00:02:46.582]➜  cat >/tmp/go-build2180205415/b1558/importcfg << 'EOF' # internal
2025-08-20T23:00:24.3214371Z [00:02:46.582]➜  # import config
2025-08-20T23:00:24.3214729Z [00:02:46.582]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:24.3215223Z [00:02:46.582]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:24.3215683Z [00:02:46.582]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:24.3216139Z [00:02:46.582]➜  EOF
2025-08-20T23:00:24.3217834Z [00:02:46.582]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1558/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/pbkdf2@v1.0.0=>github.com/xdg-go/pbkdf2@v1.0.0;$WORK/b1558=>" -p github.com/xdg-go/pbkdf2 -lang=go1.9 -complete -installsuffix shared -buildid afmipf4_SOcGZrYSPndD/afmipf4_SOcGZrYSPndD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1558/importcfg -pack /root/go/pkg/mod/github.com/xdg-go/pbkdf2@v1.0.0/pbkdf2.go
2025-08-20T23:00:24.3444412Z [00:02:46.605]➜  go tool buildid -w $WORK/b1558/_pkg_.a # internal
2025-08-20T23:00:24.3445744Z [00:02:46.605]➜  cp $WORK/b1558/_pkg_.a /root/.cache/go-build/d8/d8d41f36ee26d4692ee33d120c25b35cbda3ad6e0ef93a6e880d95bfc2448f82-d # internal
2025-08-20T23:00:24.3448073Z [00:02:46.606]➜  github.com/xdg-go/stringprep
2025-08-20T23:00:24.3448384Z [00:02:46.606]➜  mkdir -p $WORK/b1559/
2025-08-20T23:00:24.3449022Z [00:02:46.606]➜  cat >/tmp/go-build2180205415/b1559/importcfg << 'EOF' # internal
2025-08-20T23:00:24.3449451Z [00:02:46.606]➜  # import config
2025-08-20T23:00:24.3449798Z [00:02:46.606]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.3450310Z [00:02:46.606]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build2180205415/b239/_pkg_.a
2025-08-20T23:00:24.3450802Z [00:02:46.606]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:24.3451104Z [00:02:46.606]➜  EOF
2025-08-20T23:00:24.3463570Z [00:02:46.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4=>github.com/xdg-go/stringprep@v1.0.4;$WORK/b1559=>" -p github.com/xdg-go/stringprep -lang=go1.11 -complete -installsuffix shared -buildid zFY08KXjIEf6QWVipHaH/zFY08KXjIEf6QWVipHaH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1559/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:00:24.3517636Z [00:02:46.613]➜  go tool buildid -w $WORK/b1545/_pkg_.a # internal
2025-08-20T23:00:24.3534336Z [00:02:46.614]➜  cp $WORK/b1545/_pkg_.a /root/.cache/go-build/f9/f945abe00ee0087a8ffc6e17cae7e854fc8f22949ece8adb400d048ada422404-d # internal
2025-08-20T23:00:24.3535060Z [00:02:46.614]➜  go.mongodb.org/mongo-driver/internal/aws/awserr
2025-08-20T23:00:24.3535406Z [00:02:46.614]➜  mkdir -p $WORK/b1561/
2025-08-20T23:00:24.3535893Z [00:02:46.614]➜  cat >/tmp/go-build2180205415/b1561/importcfg << 'EOF' # internal
2025-08-20T23:00:24.3536320Z [00:02:46.614]➜  # import config
2025-08-20T23:00:24.3536659Z [00:02:46.614]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.3536968Z [00:02:46.614]➜  EOF
2025-08-20T23:00:24.3539620Z [00:02:46.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1561/_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/b1561=>" -p go.mongodb.org/mongo-driver/internal/aws/awserr -lang=go1.18 -complete -installsuffix shared -buildid Yr4BaFb-vgt5_ZtaDWaU/Yr4BaFb-vgt5_ZtaDWaU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1561/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:00:24.3689997Z [00:02:46.630]➜  go tool buildid -w $WORK/b1527/_pkg_.a # internal
2025-08-20T23:00:24.3739429Z [00:02:46.635]➜  cp $WORK/b1527/_pkg_.a /root/.cache/go-build/5f/5f268eb419f8aadbf62293e6943d083f56e9dbeed8cdb339b1bb10cc2b506e00-d # internal
2025-08-20T23:00:24.3740123Z [00:02:46.635]➜  go.mongodb.org/mongo-driver/bson/bsonrw
2025-08-20T23:00:24.3777073Z [00:02:46.635]➜  mkdir -p $WORK/b1524/
2025-08-20T23:00:24.3777605Z [00:02:46.635]➜  cat >/tmp/go-build2180205415/b1524/importcfg << 'EOF' # internal
2025-08-20T23:00:24.3778125Z [00:02:46.635]➜  # import config
2025-08-20T23:00:24.3778495Z [00:02:46.635]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:24.3779085Z [00:02:46.635]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:24.3779680Z [00:02:46.635]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:24.3780279Z [00:02:46.635]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:24.3780873Z [00:02:46.635]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:24.3781645Z [00:02:46.635]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.3782426Z [00:02:46.635]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2180205415/b1525/_pkg_.a
2025-08-20T23:00:24.3783258Z [00:02:46.635]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2180205415/b1526/_pkg_.a
2025-08-20T23:00:24.3784090Z [00:02:46.635]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:24.3784749Z [00:02:46.635]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:24.3785262Z [00:02:46.635]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:24.3785704Z [00:02:46.635]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:24.3786371Z [00:02:46.635]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:24.3786894Z [00:02:46.635]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.3788651Z [00:02:46.635]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:24.3789416Z [00:02:46.635]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:24.3790024Z [00:02:46.635]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:24.3790602Z [00:02:46.635]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T23:00:24.3791200Z [00:02:46.635]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:24.3791616Z [00:02:46.635]➜  EOF
2025-08-20T23:00:24.3797161Z [00:02:46.635]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1524/_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/b1524=>" -p go.mongodb.org/mongo-driver/bson/bsonrw -lang=go1.18 -complete -installsuffix shared -buildid j5fD0LHXb4NrNh4QiXrI/j5fD0LHXb4NrNh4QiXrI -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/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:00:24.3803387Z [00:02:46.636]➜  go tool buildid -w $WORK/b1561/_pkg_.a # internal
2025-08-20T23:00:24.3804259Z [00:02:46.637]➜  cp $WORK/b1561/_pkg_.a /root/.cache/go-build/ea/ea2a90424e7332cb8362cced2fd5a1288625dd26ed6495c786c4633f66fbf6e1-d # internal
2025-08-20T23:00:24.3804902Z [00:02:46.637]➜  go.mongodb.org/mongo-driver/internal/csfle
2025-08-20T23:00:24.3805226Z [00:02:46.637]➜  mkdir -p $WORK/b1537/
2025-08-20T23:00:24.3805608Z [00:02:46.637]➜  cat >/tmp/go-build2180205415/b1537/importcfg << 'EOF' # internal
2025-08-20T23:00:24.3806296Z [00:02:46.638]➜  # import config
2025-08-20T23:00:24.3806645Z [00:02:46.638]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:24.3807063Z [00:02:46.638]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.3807630Z [00:02:46.638]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:24.3808070Z [00:02:46.638]➜  EOF
2025-08-20T23:00:24.3810340Z [00:02:46.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1537/_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/b1537=>" -p go.mongodb.org/mongo-driver/internal/csfle -lang=go1.18 -complete -installsuffix shared -buildid XHrKNUg3xpB7aE1iprle/XHrKNUg3xpB7aE1iprle -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/internal/csfle/csfle.go
2025-08-20T23:00:24.3930129Z [00:02:46.654]➜  go tool buildid -w $WORK/b1537/_pkg_.a # internal
2025-08-20T23:00:24.3936198Z [00:02:46.654]➜  cp $WORK/b1537/_pkg_.a /root/.cache/go-build/28/280fcf960be3c58d3ebae4621d4b8230ba9c5b75b7adb8014e5e110e9b61c1e1-d # internal
2025-08-20T23:00:24.3945590Z [00:02:46.655]➜  go.mongodb.org/mongo-driver/mongo/readconcern
2025-08-20T23:00:24.3946264Z [00:02:46.655]➜  mkdir -p $WORK/b1548/
2025-08-20T23:00:24.3946912Z [00:02:46.655]➜  cat >/tmp/go-build2180205415/b1548/importcfg << 'EOF' # internal
2025-08-20T23:00:24.3947407Z [00:02:46.655]➜  # import config
2025-08-20T23:00:24.3947755Z [00:02:46.655]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:24.3948316Z [00:02:46.655]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2180205415/b1525/_pkg_.a
2025-08-20T23:00:24.3949012Z [00:02:46.655]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:24.3949447Z [00:02:46.655]➜  EOF
2025-08-20T23:00:24.3972258Z [00:02:46.658]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1548/_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/b1548=>" -p go.mongodb.org/mongo-driver/mongo/readconcern -lang=go1.18 -complete -installsuffix shared -buildid 3sUwyPxLaFbG2CBAcqAR/3sUwyPxLaFbG2CBAcqAR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1548/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/readconcern/readconcern.go
2025-08-20T23:00:24.4140912Z [00:02:46.675]➜  go tool buildid -w $WORK/b1548/_pkg_.a # internal
2025-08-20T23:00:24.4145934Z [00:02:46.676]➜  cp $WORK/b1548/_pkg_.a /root/.cache/go-build/a5/a50722379febc98d2e97061c8e1ff0138d1a6ea9a040f6d28a29f3728d34c83b-d # internal
2025-08-20T23:00:24.4146944Z [00:02:46.676]➜  go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options
2025-08-20T23:00:24.4147325Z [00:02:46.676]➜  mkdir -p $WORK/b1553/
2025-08-20T23:00:24.4149467Z [00:02:46.676]➜  cat >/tmp/go-build2180205415/b1553/importcfg << 'EOF' # internal
2025-08-20T23:00:24.4149880Z [00:02:46.676]➜  # import config
2025-08-20T23:00:24.4150366Z [00:02:46.676]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2180205415/b1526/_pkg_.a
2025-08-20T23:00:24.4151059Z [00:02:46.676]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:24.4151637Z [00:02:46.676]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.4151973Z [00:02:46.676]➜  EOF
2025-08-20T23:00:24.4155162Z [00:02:46.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1553/_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/b1553=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options -lang=go1.18 -complete -installsuffix shared -buildid zMiiKCqhX7xDajlJuPOM/zMiiKCqhX7xDajlJuPOM -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/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:00:24.4408339Z [00:02:46.702]➜  go tool buildid -w $WORK/b1553/_pkg_.a # internal
2025-08-20T23:00:24.4418110Z [00:02:46.703]➜  cp $WORK/b1553/_pkg_.a /root/.cache/go-build/f4/f4f71a34183fe719592f42acb8c64489f5d1042efcb46d56971ca6a8e3e381d5-d # internal
2025-08-20T23:00:24.4419978Z [00:02:46.703]➜  go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt
2025-08-20T23:00:24.4421577Z [00:02:46.703]➜  mkdir -p $WORK/b1552/
2025-08-20T23:00:24.4425411Z [00:02:46.704]➜  cat >/tmp/go-build2180205415/b1552/importcfg << 'EOF' # internal
2025-08-20T23:00:24.4425866Z [00:02:46.704]➜  # import config
2025-08-20T23:00:24.4426274Z [00:02:46.704]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.4426859Z [00:02:46.704]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:24.4427629Z [00:02:46.704]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build2180205415/b1553/_pkg_.a
2025-08-20T23:00:24.4428366Z [00:02:46.704]➜  EOF
2025-08-20T23:00:24.4433184Z [00:02:46.704]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1552/_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/b1552=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt -lang=go1.18 -complete -installsuffix shared -buildid Fw74Gx7pXUOcvp4sD6QE/Fw74Gx7pXUOcvp4sD6QE -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/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:00:24.4559328Z [00:02:46.717]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:24.4561070Z [00:02:46.717]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x044.o -c zstd_v07.c
2025-08-20T23:00:24.4709237Z [00:02:46.732]➜  go tool buildid -w $WORK/b1552/_pkg_.a # internal
2025-08-20T23:00:24.4719225Z [00:02:46.733]➜  cp $WORK/b1552/_pkg_.a /root/.cache/go-build/4b/4be1507ef80bbde4daeef3719ccf16a7b13dcf6d52c76b4da9c9442599b633a6-d # internal
2025-08-20T23:00:24.4722893Z [00:02:46.733]➜  go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage
2025-08-20T23:00:24.4723293Z [00:02:46.733]➜  mkdir -p $WORK/b1555/
2025-08-20T23:00:24.4723702Z [00:02:46.733]➜  cat >/tmp/go-build2180205415/b1555/importcfg << 'EOF' # internal
2025-08-20T23:00:24.4724055Z [00:02:46.733]➜  # import config
2025-08-20T23:00:24.4724395Z [00:02:46.733]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:24.4724862Z [00:02:46.733]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:24.4725468Z [00:02:46.733]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:24.4726185Z [00:02:46.733]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.4726638Z [00:02:46.733]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:24.4726968Z [00:02:46.733]➜  EOF
2025-08-20T23:00:24.4727215Z [00:02:46.733]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:24.4729705Z [00:02:46.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1555/_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/b1555=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage -lang=go1.18 -complete -installsuffix shared -buildid 2cHwju8x4Q16KiReorLP/2cHwju8x4Q16KiReorLP -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/wiremessage/wiremessage.go
2025-08-20T23:00:24.5461608Z [00:02:46.807]➜  go tool buildid -w $WORK/b1555/_pkg_.a # internal
2025-08-20T23:00:24.5472421Z [00:02:46.808]➜  cp $WORK/b1555/_pkg_.a /root/.cache/go-build/9b/9b38fa00b5f4b048021af7c5cc1e78965c5ca6e4e1fd16d2bed74fdff7578461-d # internal
2025-08-20T23:00:24.5484680Z [00:02:46.810]➜  go.mongodb.org/mongo-driver/internal/aws/credentials
2025-08-20T23:00:24.5487586Z [00:02:46.810]➜  mkdir -p $WORK/b1560/
2025-08-20T23:00:24.5488032Z [00:02:46.810]➜  cat >/tmp/go-build2180205415/b1560/importcfg << 'EOF' # internal
2025-08-20T23:00:24.5488820Z [00:02:46.810]➜  # import config
2025-08-20T23:00:24.5489258Z [00:02:46.810]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.5489857Z [00:02:46.810]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/awserr=/tmp/go-build2180205415/b1561/_pkg_.a
2025-08-20T23:00:24.5490521Z [00:02:46.810]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build2180205415/b1067/_pkg_.a
2025-08-20T23:00:24.5491018Z [00:02:46.810]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:24.5491428Z [00:02:46.810]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:24.5491736Z [00:02:46.810]➜  EOF
2025-08-20T23:00:24.5494252Z [00:02:46.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1560/_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/b1560=>" -p go.mongodb.org/mongo-driver/internal/aws/credentials -lang=go1.18 -complete -installsuffix shared -buildid z4UE_Y2cDpdgjqtr-kio/z4UE_Y2cDpdgjqtr-kio -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1560/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:00:24.5958889Z [00:02:46.857]➜  go tool buildid -w $WORK/b1560/_pkg_.a # internal
2025-08-20T23:00:24.5963171Z [00:02:46.857]➜  cp $WORK/b1560/_pkg_.a /root/.cache/go-build/83/83173a91377320d1f37cf0bdcb728c8ece71c875df8589b828e06f9c5350fb2c-d # internal
2025-08-20T23:00:24.5964753Z [00:02:46.858]➜  go.mongodb.org/mongo-driver/internal/aws
2025-08-20T23:00:24.5968159Z [00:02:46.858]➜  mkdir -p $WORK/b1563/
2025-08-20T23:00:24.5972569Z [00:02:46.858]➜  cat >/tmp/go-build2180205415/b1563/importcfg << 'EOF' # internal
2025-08-20T23:00:24.5972949Z [00:02:46.858]➜  # import config
2025-08-20T23:00:24.5973315Z [00:02:46.858]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:24.5973634Z [00:02:46.858]➜  EOF
2025-08-20T23:00:24.6002008Z [00:02:46.861]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1563/_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/b1563=>" -p go.mongodb.org/mongo-driver/internal/aws -lang=go1.18 -complete -installsuffix shared -buildid BGSpPSpPTdMQsTXBYA9M/BGSpPSpPTdMQsTXBYA9M -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/types.go
2025-08-20T23:00:24.6440648Z [00:02:46.905]➜  go tool buildid -w $WORK/b1563/_pkg_.a # internal
2025-08-20T23:00:24.6442679Z [00:02:46.905]➜  cp $WORK/b1563/_pkg_.a /root/.cache/go-build/e7/e71db20df469fcb7742c5bee44e2ecd60463badb8e56faa47e66cce47505de54-d # internal
2025-08-20T23:00:24.6444700Z [00:02:46.906]➜  go.mongodb.org/mongo-driver/internal/aws/signer/v4
2025-08-20T23:00:24.6445632Z [00:02:46.906]➜  mkdir -p $WORK/b1562/
2025-08-20T23:00:24.6461121Z [00:02:46.907]➜  cat >/tmp/go-build2180205415/b1562/importcfg << 'EOF' # internal
2025-08-20T23:00:24.6461570Z [00:02:46.907]➜  # import config
2025-08-20T23:00:24.6461919Z [00:02:46.907]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:24.6462377Z [00:02:46.907]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:24.6462883Z [00:02:46.907]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:24.6463348Z [00:02:46.907]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:24.6463817Z [00:02:46.907]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.6464359Z [00:02:46.907]➜  packagefile go.mongodb.org/mongo-driver/internal/aws=/tmp/go-build2180205415/b1563/_pkg_.a
2025-08-20T23:00:24.6465064Z [00:02:46.907]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build2180205415/b1560/_pkg_.a
2025-08-20T23:00:24.6466051Z [00:02:46.907]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:24.6466555Z [00:02:46.907]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:24.6466994Z [00:02:46.907]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.6467431Z [00:02:46.907]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:24.6467848Z [00:02:46.907]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:24.6468263Z [00:02:46.907]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.6468682Z [00:02:46.907]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:24.6468986Z [00:02:46.907]➜  EOF
2025-08-20T23:00:24.6472109Z [00:02:46.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1562/_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/b1562=>" -p go.mongodb.org/mongo-driver/internal/aws/signer/v4 -lang=go1.18 -complete -installsuffix shared -buildid tWsljYPuivPntLXzCs8l/tWsljYPuivPntLXzCs8l -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/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:00:24.6918456Z [00:02:46.953]➜  go tool buildid -w $WORK/b1559/_pkg_.a # internal
2025-08-20T23:00:24.6937504Z [00:02:46.955]➜  cp $WORK/b1559/_pkg_.a /root/.cache/go-build/64/64471663d7feb7458af1b7573587e14afa23711a235cc64cf9e209fa26ab95ab-d # internal
2025-08-20T23:00:24.6939320Z [00:02:46.955]➜  github.com/xdg-go/scram
2025-08-20T23:00:24.6974742Z [00:02:46.959]➜  mkdir -p $WORK/b1557/
2025-08-20T23:00:24.6976762Z [00:02:46.959]➜  cat >/tmp/go-build2180205415/b1557/importcfg << 'EOF' # internal
2025-08-20T23:00:24.6978724Z [00:02:46.959]➜  # import config
2025-08-20T23:00:24.6979137Z [00:02:46.959]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:24.6979621Z [00:02:46.959]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:24.6980089Z [00:02:46.959]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:24.6980551Z [00:02:46.959]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:24.6981015Z [00:02:46.959]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:24.6981486Z [00:02:46.959]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:24.6981934Z [00:02:46.959]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:24.6982350Z [00:02:46.959]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.6982843Z [00:02:46.959]➜  packagefile github.com/xdg-go/pbkdf2=/tmp/go-build2180205415/b1558/_pkg_.a
2025-08-20T23:00:24.6983603Z [00:02:46.959]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build2180205415/b1559/_pkg_.a
2025-08-20T23:00:24.6984170Z [00:02:46.959]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:24.6984604Z [00:02:46.959]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:24.6985035Z [00:02:46.959]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.6985454Z [00:02:46.959]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:24.7016113Z [00:02:46.959]➜  EOF
2025-08-20T23:00:24.7019817Z [00:02:46.959]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1557/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2=>github.com/xdg-go/scram@v1.1.2;$WORK/b1557=>" -p github.com/xdg-go/scram -lang=go1.11 -complete -installsuffix shared -buildid d1svzkEOD0tlnPszbia1/d1svzkEOD0tlnPszbia1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1557/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:00:24.7139767Z [00:02:46.975]➜  go tool buildid -w $WORK/b1524/_pkg_.a # internal
2025-08-20T23:00:24.7182418Z [00:02:46.979]➜  cp $WORK/b1524/_pkg_.a /root/.cache/go-build/ee/ee1cf54fe2a6d0b5da12226661cd27bd2a362ae87f571aee65cd00289f4e4410-d # internal
2025-08-20T23:00:24.7185907Z [00:02:46.980]➜  go.mongodb.org/mongo-driver/bson/bsoncodec
2025-08-20T23:00:24.7188517Z [00:02:46.980]➜  mkdir -p $WORK/b1522/
2025-08-20T23:00:24.7190502Z [00:02:46.980]➜  cat >/tmp/go-build2180205415/b1522/importcfg << 'EOF' # internal
2025-08-20T23:00:24.7190901Z [00:02:46.980]➜  # import config
2025-08-20T23:00:24.7191260Z [00:02:46.980]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T23:00:24.7191717Z [00:02:46.980]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:24.7192459Z [00:02:46.980]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:24.7192879Z [00:02:46.980]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.7193446Z [00:02:46.980]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build2180205415/b1523/_pkg_.a
2025-08-20T23:00:24.7194116Z [00:02:46.980]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build2180205415/b1524/_pkg_.a
2025-08-20T23:00:24.7194771Z [00:02:46.980]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2180205415/b1525/_pkg_.a
2025-08-20T23:00:24.7195443Z [00:02:46.980]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2180205415/b1526/_pkg_.a
2025-08-20T23:00:24.7197685Z [00:02:46.980]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:24.7198311Z [00:02:46.980]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:24.7198749Z [00:02:46.980]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:24.7199179Z [00:02:46.980]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:24.7199602Z [00:02:46.980]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:24.7200469Z [00:02:46.980]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:24.7200972Z [00:02:46.980]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.7201392Z [00:02:46.980]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:24.7201843Z [00:02:46.980]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:24.7202312Z [00:02:46.980]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:24.7202619Z [00:02:46.980]➜  EOF
2025-08-20T23:00:24.7210966Z [00:02:46.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1522/_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/b1522=>" -p go.mongodb.org/mongo-driver/bson/bsoncodec -lang=go1.18 -complete -installsuffix shared -buildid 0muqTfijP_rFFN60pZzg/0muqTfijP_rFFN60pZzg -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/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:00:24.7219397Z [00:02:46.981]➜  go tool buildid -w $WORK/b1562/_pkg_.a # internal
2025-08-20T23:00:24.7221138Z [00:02:46.982]➜  cp $WORK/b1562/_pkg_.a /root/.cache/go-build/d2/d2be3465337b859ae343174f4fae754834582151d2000ff4bebd6751aa670611-d # internal
2025-08-20T23:00:24.7221762Z [00:02:46.983]➜  go.mongodb.org/mongo-driver/internal/credproviders
2025-08-20T23:00:24.7222100Z [00:02:46.983]➜  mkdir -p $WORK/b1564/
2025-08-20T23:00:24.7222475Z [00:02:46.983]➜  cat >/tmp/go-build2180205415/b1564/importcfg << 'EOF' # internal
2025-08-20T23:00:24.7222821Z [00:02:46.983]➜  # import config
2025-08-20T23:00:24.7223171Z [00:02:46.983]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.7223783Z [00:02:46.983]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:24.7224346Z [00:02:46.983]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:24.7224770Z [00:02:46.983]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.7225360Z [00:02:46.983]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build2180205415/b1560/_pkg_.a
2025-08-20T23:00:24.7228023Z [00:02:46.983]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build2180205415/b1541/_pkg_.a
2025-08-20T23:00:24.7228603Z [00:02:46.983]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:24.7229045Z [00:02:46.983]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.7229478Z [00:02:46.983]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:24.7229921Z [00:02:46.984]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:24.7230335Z [00:02:46.984]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:24.7230641Z [00:02:46.984]➜  EOF
2025-08-20T23:00:24.7234696Z [00:02:46.984]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1564/_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/b1564=>" -p go.mongodb.org/mongo-driver/internal/credproviders -lang=go1.18 -complete -installsuffix shared -buildid lN4ThDz5FXeBnkye7kzf/lN4ThDz5FXeBnkye7kzf -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/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:00:24.7657065Z [00:02:47.027]➜  go tool buildid -w $WORK/b1557/_pkg_.a # internal
2025-08-20T23:00:24.7667513Z [00:02:47.028]➜  cp $WORK/b1557/_pkg_.a /root/.cache/go-build/fa/fa0148f68a89e3501c939cb43710d2a4c48cd2c2c975cb84cf4e2c74a9ed51ca-d # internal
2025-08-20T23:00:24.7669361Z [00:02:47.028]➜  go.mongodb.org/mongo-driver/x/mongo/driver/dns
2025-08-20T23:00:24.7670194Z [00:02:47.028]➜  mkdir -p $WORK/b1569/
2025-08-20T23:00:24.7672586Z [00:02:47.028]➜  cat >/tmp/go-build2180205415/b1569/importcfg << 'EOF' # internal
2025-08-20T23:00:24.7674114Z [00:02:47.028]➜  # import config
2025-08-20T23:00:24.7674495Z [00:02:47.028]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:24.7674918Z [00:02:47.028]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.7675353Z [00:02:47.028]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:24.7675893Z [00:02:47.028]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:24.7676374Z [00:02:47.028]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.7676967Z [00:02:47.029]➜  EOF
2025-08-20T23:00:24.7679830Z [00:02:47.029]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1569/_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/b1569=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/dns -lang=go1.18 -complete -installsuffix shared -buildid SeJJUzLIGhoJmGRvU2a-/SeJJUzLIGhoJmGRvU2a- -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/x/mongo/driver/dns/dns.go
2025-08-20T23:00:24.7829409Z [00:02:47.044]➜  go tool buildid -w $WORK/b1564/_pkg_.a # internal
2025-08-20T23:00:24.7845641Z [00:02:47.046]➜  cp $WORK/b1564/_pkg_.a /root/.cache/go-build/2d/2d4f28b7ab5a7c7f11fd33694173bd541523155ee789576c49416f61b493756e-d # internal
2025-08-20T23:00:24.7853981Z [00:02:47.046]➜  go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds
2025-08-20T23:00:24.7855346Z [00:02:47.047]➜  mkdir -p $WORK/b1565/
2025-08-20T23:00:24.7855997Z [00:02:47.047]➜  cat >/tmp/go-build2180205415/b1565/importcfg << 'EOF' # internal
2025-08-20T23:00:24.7856435Z [00:02:47.047]➜  # import config
2025-08-20T23:00:24.7858836Z [00:02:47.047]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.7859332Z [00:02:47.047]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:24.7859781Z [00:02:47.047]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.7860385Z [00:02:47.047]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build2180205415/b1560/_pkg_.a
2025-08-20T23:00:24.7861143Z [00:02:47.047]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build2180205415/b1564/_pkg_.a
2025-08-20T23:00:24.7861867Z [00:02:47.047]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:24.7862422Z [00:02:47.047]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:24.7862867Z [00:02:47.047]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.7863284Z [00:02:47.047]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:24.7863691Z [00:02:47.047]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:24.7863997Z [00:02:47.047]➜  EOF
2025-08-20T23:00:24.7867600Z [00:02:47.047]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1565/_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/b1565=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds -lang=go1.18 -complete -installsuffix shared -buildid J50cbnWuRk93YWy_CK2I/J50cbnWuRk93YWy_CK2I -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/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:00:24.7957922Z [00:02:47.057]➜  go tool buildid -w $WORK/b1569/_pkg_.a # internal
2025-08-20T23:00:24.7965747Z [00:02:47.058]➜  cp $WORK/b1569/_pkg_.a /root/.cache/go-build/c4/c406162eec1a247b6f0a084b0fe8b38d795ef6cb62a553c95f371ea910888c49-d # internal
2025-08-20T23:00:24.7973700Z [00:02:47.058]➜  github.com/montanaflynn/stats
2025-08-20T23:00:24.7976737Z [00:02:47.059]➜  mkdir -p $WORK/b1571/
2025-08-20T23:00:24.7984808Z [00:02:47.060]➜  cat >/tmp/go-build2180205415/b1571/importcfg << 'EOF' # internal
2025-08-20T23:00:24.7989853Z [00:02:47.060]➜  # import config
2025-08-20T23:00:24.7990262Z [00:02:47.060]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:24.7990689Z [00:02:47.060]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.7991399Z [00:02:47.060]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:24.7991813Z [00:02:47.060]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:24.7992238Z [00:02:47.060]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:24.7992664Z [00:02:47.060]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:24.7993085Z [00:02:47.060]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:24.7993515Z [00:02:47.060]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.7993932Z [00:02:47.060]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:24.7994256Z [00:02:47.060]➜  EOF
2025-08-20T23:00:24.8003405Z [00:02:47.060]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1571/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1=>github.com/montanaflynn/stats@v0.7.1;$WORK/b1571=>" -p github.com/montanaflynn/stats -lang=go1.13 -complete -installsuffix shared -buildid ylE0TOWIsryPVJihBIUO/ylE0TOWIsryPVJihBIUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1571/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:00:24.8186338Z [00:02:47.080]➜  go tool buildid -w $WORK/b1565/_pkg_.a # internal
2025-08-20T23:00:24.8197527Z [00:02:47.081]➜  cp $WORK/b1565/_pkg_.a /root/.cache/go-build/9a/9a7eb466ba0cb2184af566804c5e99463840ce8898f67d67884afba23f338854-d # internal
2025-08-20T23:00:24.8203791Z [00:02:47.081]➜  golang.org/x/crypto/ocsp
2025-08-20T23:00:24.8207667Z [00:02:47.082]➜  mkdir -p $WORK/b1573/
2025-08-20T23:00:24.8215150Z [00:02:47.083]➜  cat >/tmp/go-build2180205415/b1573/importcfg << 'EOF' # internal
2025-08-20T23:00:24.8215569Z [00:02:47.083]➜  # import config
2025-08-20T23:00:24.8216149Z [00:02:47.083]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:24.8216686Z [00:02:47.083]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T23:00:24.8217162Z [00:02:47.083]➜  packagefile crypto/elliptic=/tmp/go-build2180205415/b146/_pkg_.a
2025-08-20T23:00:24.8217960Z [00:02:47.083]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:24.8218416Z [00:02:47.083]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:00:24.8218869Z [00:02:47.083]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:24.8219331Z [00:02:47.083]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:24.8219793Z [00:02:47.083]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:24.8220251Z [00:02:47.083]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:24.8220725Z [00:02:47.083]➜  packagefile crypto/x509/pkix=/tmp/go-build2180205415/b181/_pkg_.a
2025-08-20T23:00:24.8221333Z [00:02:47.083]➜  packagefile encoding/asn1=/tmp/go-build2180205415/b155/_pkg_.a
2025-08-20T23:00:24.8221849Z [00:02:47.083]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:24.8222267Z [00:02:47.083]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.8222694Z [00:02:47.083]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:24.8223124Z [00:02:47.083]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:24.8223542Z [00:02:47.083]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:24.8223847Z [00:02:47.083]➜  EOF
2025-08-20T23:00:24.8225678Z [00:02:47.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1573/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ocsp=>golang.org/x/crypto@v0.40.0/ocsp;$WORK/b1573=>" -p golang.org/x/crypto/ocsp -lang=go1.23 -complete -installsuffix shared -buildid yguABw4wOJksvqMaLwCz/yguABw4wOJksvqMaLwCz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1573/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ocsp/ocsp.go
2025-08-20T23:00:24.8726994Z [00:02:47.134]➜  go tool buildid -w $WORK/b1573/_pkg_.a # internal
2025-08-20T23:00:24.8757994Z [00:02:47.137]➜  cp $WORK/b1573/_pkg_.a /root/.cache/go-build/b1/b1cafcb00924d5f82c537f880a8fd8a05d1020184602367e60c046f1047d556c-d # internal
2025-08-20T23:00:24.8764406Z [00:02:47.138]➜  go.mongodb.org/mongo-driver/x/mongo/driver/ocsp
2025-08-20T23:00:24.8764803Z [00:02:47.138]➜  mkdir -p $WORK/b1572/
2025-08-20T23:00:24.8780663Z [00:02:47.139]➜  cat >/tmp/go-build2180205415/b1572/importcfg << 'EOF' # internal
2025-08-20T23:00:24.8781833Z [00:02:47.139]➜  # import config
2025-08-20T23:00:24.8782249Z [00:02:47.139]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:24.8782729Z [00:02:47.139]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.8783181Z [00:02:47.139]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:24.8783640Z [00:02:47.139]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:24.8784099Z [00:02:47.139]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:24.8784579Z [00:02:47.139]➜  packagefile crypto/x509/pkix=/tmp/go-build2180205415/b181/_pkg_.a
2025-08-20T23:00:24.8785385Z [00:02:47.139]➜  packagefile encoding/asn1=/tmp/go-build2180205415/b155/_pkg_.a
2025-08-20T23:00:24.8785979Z [00:02:47.139]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:24.8786451Z [00:02:47.139]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.8787018Z [00:02:47.139]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build2180205415/b1539/_pkg_.a
2025-08-20T23:00:24.8787638Z [00:02:47.139]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build2180205415/b1573/_pkg_.a
2025-08-20T23:00:24.8788199Z [00:02:47.139]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:24.8788705Z [00:02:47.139]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:24.8789143Z [00:02:47.139]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:24.8789573Z [00:02:47.139]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.8790000Z [00:02:47.139]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:24.8790414Z [00:02:47.139]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:24.8790720Z [00:02:47.139]➜  EOF
2025-08-20T23:00:24.8801344Z [00:02:47.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1572/_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/b1572=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/ocsp -lang=go1.18 -complete -installsuffix shared -buildid 4QrtSZHyYva1p1UTkREL/4QrtSZHyYva1p1UTkREL -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/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:00:24.9142872Z [00:02:47.175]➜  go tool buildid -w $WORK/b1571/_pkg_.a # internal
2025-08-20T23:00:24.9168455Z [00:02:47.178]➜  cp $WORK/b1571/_pkg_.a /root/.cache/go-build/a1/a12bfe30d51df4845a102b074110bbf8d36fec4e00b56add83574c3dd1b434ee-d # internal
2025-08-20T23:00:24.9179115Z [00:02:47.179]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monkeylearn
2025-08-20T23:00:24.9185029Z [00:02:47.179]➜  mkdir -p $WORK/b1574/
2025-08-20T23:00:24.9194408Z [00:02:47.180]➜  cat >/tmp/go-build2180205415/b1574/importcfg << 'EOF' # internal
2025-08-20T23:00:24.9199996Z [00:02:47.180]➜  # import config
2025-08-20T23:00:24.9200635Z [00:02:47.180]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.9201259Z [00:02:47.180]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:24.9201872Z [00:02:47.180]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:24.9202654Z [00:02:47.180]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:24.9203452Z [00:02:47.180]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:24.9204139Z [00:02:47.180]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:24.9204632Z [00:02:47.180]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.9205064Z [00:02:47.180]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.9205380Z [00:02:47.180]➜  EOF
2025-08-20T23:00:24.9211692Z [00:02:47.181]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1574/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monkeylearn=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monkeylearn;$WORK/b1574=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monkeylearn -lang=go1.24 -complete -installsuffix shared -buildid BVsBRmZnckuePQfyCp73/BVsBRmZnckuePQfyCp73 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1574/importcfg -pack ./pkg/detectors/monkeylearn/monkeylearn.go
2025-08-20T23:00:24.9249081Z [00:02:47.186]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:24.9253594Z [00:02:47.186]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_x045.o -c zstdmt_compress.c
2025-08-20T23:00:24.9259738Z [00:02:47.187]➜  go tool buildid -w $WORK/b1572/_pkg_.a # internal
2025-08-20T23:00:24.9275212Z [00:02:47.189]➜  cp $WORK/b1572/_pkg_.a /root/.cache/go-build/22/22885c15e9e1b5cb147af9fc057c5514c0c2456f1ed95911acbb19b6df2c2978-d # internal
2025-08-20T23:00:24.9289747Z [00:02:47.190]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moonclerk
2025-08-20T23:00:24.9290404Z [00:02:47.190]➜  mkdir -p $WORK/b1575/
2025-08-20T23:00:24.9294036Z [00:02:47.190]➜  cat >/tmp/go-build2180205415/b1575/importcfg << 'EOF' # internal
2025-08-20T23:00:24.9296160Z [00:02:47.190]➜  # import config
2025-08-20T23:00:24.9296808Z [00:02:47.190]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.9297698Z [00:02:47.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:24.9299040Z [00:02:47.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:24.9300615Z [00:02:47.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:24.9301865Z [00:02:47.190]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:24.9302597Z [00:02:47.190]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.9303461Z [00:02:47.190]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.9304392Z [00:02:47.190]➜  EOF
2025-08-20T23:00:24.9304997Z [00:02:47.190]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:24.9307558Z [00:02:47.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1575/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moonclerk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moonclerk;$WORK/b1575=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moonclerk -lang=go1.24 -complete -installsuffix shared -buildid pBz5UHOb6VwEBGi6JbKp/pBz5UHOb6VwEBGi6JbKp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1575/importcfg -pack ./pkg/detectors/moonclerk/moonclerk.go
2025-08-20T23:00:24.9658273Z [00:02:47.225]➜  go tool buildid -w $WORK/b1574/_pkg_.a # internal
2025-08-20T23:00:24.9660374Z [00:02:47.226]➜  cp $WORK/b1574/_pkg_.a /root/.cache/go-build/2c/2c0d5de40aa1dacc07e0efe4eb5120e575f0e7af1efb9297661f4f0f78028cf3-d # internal
2025-08-20T23:00:24.9661081Z [00:02:47.226]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moosend
2025-08-20T23:00:24.9661459Z [00:02:47.226]➜  mkdir -p $WORK/b1576/
2025-08-20T23:00:24.9661847Z [00:02:47.227]➜  cat >/tmp/go-build2180205415/b1576/importcfg << 'EOF' # internal
2025-08-20T23:00:24.9662200Z [00:02:47.227]➜  # import config
2025-08-20T23:00:24.9662546Z [00:02:47.227]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:24.9663175Z [00:02:47.227]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:24.9663964Z [00:02:47.227]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:24.9664768Z [00:02:47.227]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:24.9665975Z [00:02:47.227]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:24.9668425Z [00:02:47.227]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:24.9668854Z [00:02:47.227]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:24.9669289Z [00:02:47.227]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:24.9669606Z [00:02:47.227]➜  EOF
2025-08-20T23:00:24.9671581Z [00:02:47.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1576/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moosend=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moosend;$WORK/b1576=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moosend -lang=go1.24 -complete -installsuffix shared -buildid bMWueOLZFxFyZzkQUM_h/bMWueOLZFxFyZzkQUM_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1576/importcfg -pack ./pkg/detectors/moosend/moosend.go
2025-08-20T23:00:24.9997827Z [00:02:47.261]➜  go tool buildid -w $WORK/b1575/_pkg_.a # internal
2025-08-20T23:00:25.0005675Z [00:02:47.262]➜  cp $WORK/b1575/_pkg_.a /root/.cache/go-build/12/1235f5464228b381ef992061a8127908b3b3f33514ede376ac2090bfc935af62-d # internal
2025-08-20T23:00:25.0009643Z [00:02:47.262]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moralis
2025-08-20T23:00:25.0032029Z [00:02:47.264]➜  mkdir -p $WORK/b1577/
2025-08-20T23:00:25.0032881Z [00:02:47.264]➜  cat >/tmp/go-build2180205415/b1577/importcfg << 'EOF' # internal
2025-08-20T23:00:25.0034173Z [00:02:47.264]➜  # import config
2025-08-20T23:00:25.0034892Z [00:02:47.264]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.0036363Z [00:02:47.264]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.0037285Z [00:02:47.264]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.0038108Z [00:02:47.264]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.0038800Z [00:02:47.264]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.0039296Z [00:02:47.264]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.0039728Z [00:02:47.264]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.0040045Z [00:02:47.264]➜  EOF
2025-08-20T23:00:25.0040338Z [00:02:47.264]➜  go tool buildid -w $WORK/b1576/_pkg_.a # internal
2025-08-20T23:00:25.0042722Z [00:02:47.265]➜  cp $WORK/b1576/_pkg_.a /root/.cache/go-build/31/3173c75cd3ea6f034b097f4cff0247d9df0bbac9f7dfd04f6de398f51e35453c-d # internal
2025-08-20T23:00:25.0045901Z [00:02:47.266]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mrticktock
2025-08-20T23:00:25.0046873Z [00:02:47.266]➜  mkdir -p $WORK/b1578/
2025-08-20T23:00:25.0049296Z [00:02:47.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1577/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moralis=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moralis;$WORK/b1577=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moralis -lang=go1.24 -complete -installsuffix shared -buildid QS2yU2zlO9tNNxpWjvA6/QS2yU2zlO9tNNxpWjvA6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1577/importcfg -pack ./pkg/detectors/moralis/moralis.go
2025-08-20T23:00:25.0051609Z [00:02:47.266]➜  cat >/tmp/go-build2180205415/b1578/importcfg << 'EOF' # internal
2025-08-20T23:00:25.0052408Z [00:02:47.266]➜  # import config
2025-08-20T23:00:25.0053561Z [00:02:47.266]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.0054005Z [00:02:47.266]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.0054602Z [00:02:47.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.0055677Z [00:02:47.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.0087166Z [00:02:47.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.0087893Z [00:02:47.266]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.0088379Z [00:02:47.266]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:25.0088801Z [00:02:47.266]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.0089254Z [00:02:47.266]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.0089579Z [00:02:47.266]➜  EOF
2025-08-20T23:00:25.0091642Z [00:02:47.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1578/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mrticktock=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mrticktock;$WORK/b1578=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mrticktock -lang=go1.24 -complete -installsuffix shared -buildid 4cSHSqyyq06U4Rd9M5Xd/4cSHSqyyq06U4Rd9M5Xd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1578/importcfg -pack ./pkg/detectors/mrticktock/mrticktock.go
2025-08-20T23:00:25.0688156Z [00:02:47.330]➜  go tool buildid -w $WORK/b1577/_pkg_.a # internal
2025-08-20T23:00:25.0699638Z [00:02:47.331]➜  cp $WORK/b1577/_pkg_.a /root/.cache/go-build/a9/a9627f168b59300112b3154f446f9fd6acabe3de72ec5cfaddcc0bf56d8c778c-d # internal
2025-08-20T23:00:25.0701064Z [00:02:47.331]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mux
2025-08-20T23:00:25.0701547Z [00:02:47.331]➜  mkdir -p $WORK/b1579/
2025-08-20T23:00:25.0709285Z [00:02:47.332]➜  cat >/tmp/go-build2180205415/b1579/importcfg << 'EOF' # internal
2025-08-20T23:00:25.0709918Z [00:02:47.332]➜  # import config
2025-08-20T23:00:25.0710446Z [00:02:47.332]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.0711230Z [00:02:47.332]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.0712135Z [00:02:47.332]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.0713076Z [00:02:47.332]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.0713874Z [00:02:47.332]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.0714523Z [00:02:47.332]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.0715452Z [00:02:47.332]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.0724956Z [00:02:47.332]➜  EOF
2025-08-20T23:00:25.0728319Z [00:02:47.332]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1579/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mux=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mux;$WORK/b1579=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mux -lang=go1.24 -complete -installsuffix shared -buildid 2fdKzevSwYg0t3yF5Xzm/2fdKzevSwYg0t3yF5Xzm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1579/importcfg -pack ./pkg/detectors/mux/mux.go
2025-08-20T23:00:25.0745971Z [00:02:47.334]➜  go tool buildid -w $WORK/b1578/_pkg_.a # internal
2025-08-20T23:00:25.0746798Z [00:02:47.336]➜  cp $WORK/b1578/_pkg_.a /root/.cache/go-build/3b/3b78315123be1ad206046583dad86fd693e5591438ad75ca589752efa982c18d-d # internal
2025-08-20T23:00:25.0763713Z [00:02:47.337]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myfreshworks
2025-08-20T23:00:25.0764168Z [00:02:47.337]➜  mkdir -p $WORK/b1580/
2025-08-20T23:00:25.0764553Z [00:02:47.337]➜  cat >/tmp/go-build2180205415/b1580/importcfg << 'EOF' # internal
2025-08-20T23:00:25.0764906Z [00:02:47.337]➜  # import config
2025-08-20T23:00:25.0765543Z [00:02:47.337]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.0766202Z [00:02:47.337]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:25.0766643Z [00:02:47.337]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.0767237Z [00:02:47.337]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.0768003Z [00:02:47.337]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.0768802Z [00:02:47.337]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.0769499Z [00:02:47.337]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.0769973Z [00:02:47.337]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:25.0770397Z [00:02:47.337]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.0770834Z [00:02:47.337]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.0771152Z [00:02:47.337]➜  EOF
2025-08-20T23:00:25.0773220Z [00:02:47.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1580/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myfreshworks=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myfreshworks;$WORK/b1580=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myfreshworks -lang=go1.24 -complete -installsuffix shared -buildid _Ijnutfg2FYVCYFMDksm/_Ijnutfg2FYVCYFMDksm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1580/importcfg -pack ./pkg/detectors/myfreshworks/myfreshworks.go
2025-08-20T23:00:25.1304023Z [00:02:47.391]➜  go tool buildid -w $WORK/b1580/_pkg_.a # internal
2025-08-20T23:00:25.1329881Z [00:02:47.394]➜  cp $WORK/b1580/_pkg_.a /root/.cache/go-build/43/431f01b33bf7be6c67398e6f942ec49ed8d275c421049fa0387086789f167004-d # internal
2025-08-20T23:00:25.1331060Z [00:02:47.394]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myintervals
2025-08-20T23:00:25.1331618Z [00:02:47.394]➜  mkdir -p $WORK/b1581/
2025-08-20T23:00:25.1350926Z [00:02:47.396]➜  cat >/tmp/go-build2180205415/b1581/importcfg << 'EOF' # internal
2025-08-20T23:00:25.1351568Z [00:02:47.396]➜  # import config
2025-08-20T23:00:25.1352069Z [00:02:47.396]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.1353461Z [00:02:47.396]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:25.1353941Z [00:02:47.396]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.1354795Z [00:02:47.396]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.1355729Z [00:02:47.396]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.1356802Z [00:02:47.396]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.1357504Z [00:02:47.396]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.1358000Z [00:02:47.396]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.1358436Z [00:02:47.396]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.1358754Z [00:02:47.396]➜  EOF
2025-08-20T23:00:25.1360851Z [00:02:47.396]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1581/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myintervals=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myintervals;$WORK/b1581=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myintervals -lang=go1.24 -complete -installsuffix shared -buildid nppWHCRLDZ0i8oQr4v3W/nppWHCRLDZ0i8oQr4v3W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1581/importcfg -pack ./pkg/detectors/myintervals/myintervals.go
2025-08-20T23:00:25.1392579Z [00:02:47.400]➜  go tool buildid -w $WORK/b1579/_pkg_.a # internal
2025-08-20T23:00:25.1402071Z [00:02:47.401]➜  cp $WORK/b1579/_pkg_.a /root/.cache/go-build/6f/6f18f762d7d3e7ccb8a23def1732fe2d75bcfe84f7d11a6df313d568d9e6f4f4-d # internal
2025-08-20T23:00:25.1430954Z [00:02:47.404]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nethunt
2025-08-20T23:00:25.1433111Z [00:02:47.404]➜  mkdir -p $WORK/b1582/
2025-08-20T23:00:25.1433519Z [00:02:47.404]➜  cat >/tmp/go-build2180205415/b1582/importcfg << 'EOF' # internal
2025-08-20T23:00:25.1433874Z [00:02:47.404]➜  # import config
2025-08-20T23:00:25.1434220Z [00:02:47.404]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.1434890Z [00:02:47.404]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.1435673Z [00:02:47.404]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.1436677Z [00:02:47.404]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.1437364Z [00:02:47.404]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.1437856Z [00:02:47.404]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.1438289Z [00:02:47.404]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.1438608Z [00:02:47.404]➜  EOF
2025-08-20T23:00:25.1440803Z [00:02:47.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1582/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nethunt=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nethunt;$WORK/b1582=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nethunt -lang=go1.24 -complete -installsuffix shared -buildid qiBaEMTzRm31-dOJVkVM/qiBaEMTzRm31-dOJVkVM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1582/importcfg -pack ./pkg/detectors/nethunt/nethunt.go
2025-08-20T23:00:25.1846330Z [00:02:47.445]➜  go tool buildid -w $WORK/b1581/_pkg_.a # internal
2025-08-20T23:00:25.1889689Z [00:02:47.450]➜  cp $WORK/b1581/_pkg_.a /root/.cache/go-build/97/97825d2f93434697113a4f6bdbdffa260f86459480b1bd64acd15252b6184634-d # internal
2025-08-20T23:00:25.1892722Z [00:02:47.450]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v1
2025-08-20T23:00:25.1893139Z [00:02:47.450]➜  mkdir -p $WORK/b1583/
2025-08-20T23:00:25.1901937Z [00:02:47.451]➜  cat >/tmp/go-build2180205415/b1583/importcfg << 'EOF' # internal
2025-08-20T23:00:25.1902330Z [00:02:47.451]➜  # import config
2025-08-20T23:00:25.1902977Z [00:02:47.451]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.1903569Z [00:02:47.451]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.1904166Z [00:02:47.451]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.1904946Z [00:02:47.451]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.1905739Z [00:02:47.451]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.1910917Z [00:02:47.451]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.1911397Z [00:02:47.451]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:25.1911822Z [00:02:47.451]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.1912252Z [00:02:47.451]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:25.1912579Z [00:02:47.451]➜  EOF
2025-08-20T23:00:25.1914622Z [00:02:47.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1583/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v1;$WORK/b1583=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v1 -lang=go1.24 -complete -installsuffix shared -buildid aYdrkpqAAn4AvIj8duV_/aYdrkpqAAn4AvIj8duV_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1583/importcfg -pack ./pkg/detectors/netlify/v1/netlify_v1.go
2025-08-20T23:00:25.2158917Z [00:02:47.477]➜  go tool buildid -w $WORK/b1582/_pkg_.a # internal
2025-08-20T23:00:25.2167261Z [00:02:47.478]➜  cp $WORK/b1582/_pkg_.a /root/.cache/go-build/8c/8cec982a9fb85da9ca849542604cd6352cd71ab612b3288c3ec2e56df43e5f87-d # internal
2025-08-20T23:00:25.2168602Z [00:02:47.478]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v2
2025-08-20T23:00:25.2169192Z [00:02:47.478]➜  mkdir -p $WORK/b1584/
2025-08-20T23:00:25.2172039Z [00:02:47.478]➜  cat >/tmp/go-build2180205415/b1584/importcfg << 'EOF' # internal
2025-08-20T23:00:25.2172407Z [00:02:47.478]➜  # import config
2025-08-20T23:00:25.2172763Z [00:02:47.478]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.2173199Z [00:02:47.478]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.2173848Z [00:02:47.478]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.2174616Z [00:02:47.478]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.2175414Z [00:02:47.478]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.2180706Z [00:02:47.478]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.2181200Z [00:02:47.478]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:25.2181931Z [00:02:47.478]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.2182435Z [00:02:47.478]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:25.2182756Z [00:02:47.478]➜  EOF
2025-08-20T23:00:25.2184795Z [00:02:47.478]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1584/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v2;$WORK/b1584=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v2 -lang=go1.24 -complete -installsuffix shared -buildid U2d-eV4OuRP1Ah3PJgH1/U2d-eV4OuRP1Ah3PJgH1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1584/importcfg -pack ./pkg/detectors/netlify/v2/netlify_v2.go
2025-08-20T23:00:25.2367505Z [00:02:47.497]➜  go tool buildid -w $WORK/b1583/_pkg_.a # internal
2025-08-20T23:00:25.2384477Z [00:02:47.499]➜  cp $WORK/b1583/_pkg_.a /root/.cache/go-build/fc/fc15fb684d58832ee0e5bbc83ed1a2588508b8d506cc0883d62a9033e18b0154-d # internal
2025-08-20T23:00:25.2385635Z [00:02:47.499]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netsuite
2025-08-20T23:00:25.2386534Z [00:02:47.499]➜  mkdir -p $WORK/b1585/
2025-08-20T23:00:25.2387521Z [00:02:47.499]➜  cat >/tmp/go-build2180205415/b1585/importcfg << 'EOF' # internal
2025-08-20T23:00:25.2387946Z [00:02:47.499]➜  # import config
2025-08-20T23:00:25.2388293Z [00:02:47.499]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.2388742Z [00:02:47.499]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:25.2389201Z [00:02:47.499]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:25.2389662Z [00:02:47.499]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:25.2390135Z [00:02:47.499]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:25.2390629Z [00:02:47.499]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:25.2391087Z [00:02:47.499]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.2391687Z [00:02:47.499]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.2392828Z [00:02:47.499]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.2393633Z [00:02:47.500]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.2394313Z [00:02:47.500]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.2394803Z [00:02:47.500]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.2395235Z [00:02:47.500]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:25.2395661Z [00:02:47.500]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:25.2396347Z [00:02:47.500]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.2396777Z [00:02:47.500]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:25.2397085Z [00:02:47.500]➜  EOF
2025-08-20T23:00:25.2399084Z [00:02:47.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1585/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netsuite=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netsuite;$WORK/b1585=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netsuite -lang=go1.24 -complete -installsuffix shared -buildid 2x3dgMsBcwpHriAVrrol/2x3dgMsBcwpHriAVrrol -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1585/importcfg -pack ./pkg/detectors/netsuite/netsuite.go
2025-08-20T23:00:25.2546995Z [00:02:47.513]➜  go tool buildid -w $WORK/b1522/_pkg_.a # internal
2025-08-20T23:00:25.2595073Z [00:02:47.521]➜  cp $WORK/b1522/_pkg_.a /root/.cache/go-build/c1/c15b440842117712e5f6dc248fe23065724c488d90b7bd5fc14fc82ba03edf60-d # internal
2025-08-20T23:00:25.2644738Z [00:02:47.526]➜  go.mongodb.org/mongo-driver/bson
2025-08-20T23:00:25.2645149Z [00:02:47.526]➜  mkdir -p $WORK/b1521/
2025-08-20T23:00:25.2665073Z [00:02:47.526]➜  cat >/tmp/go-build2180205415/b1521/importcfg << 'EOF' # internal
2025-08-20T23:00:25.2666188Z [00:02:47.526]➜  # import config
2025-08-20T23:00:25.2666599Z [00:02:47.526]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:25.2667055Z [00:02:47.526]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:25.2667506Z [00:02:47.526]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:25.2667920Z [00:02:47.526]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.2668476Z [00:02:47.526]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build2180205415/b1522/_pkg_.a
2025-08-20T23:00:25.2669402Z [00:02:47.526]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build2180205415/b1524/_pkg_.a
2025-08-20T23:00:25.2670247Z [00:02:47.526]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2180205415/b1525/_pkg_.a
2025-08-20T23:00:25.2670917Z [00:02:47.526]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2180205415/b1526/_pkg_.a
2025-08-20T23:00:25.2671608Z [00:02:47.526]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:25.2672145Z [00:02:47.526]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:25.2672560Z [00:02:47.526]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:25.2672978Z [00:02:47.526]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:25.2673386Z [00:02:47.526]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:25.2673692Z [00:02:47.526]➜  EOF
2025-08-20T23:00:25.2678317Z [00:02:47.527]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1521/_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/b1521=>" -p go.mongodb.org/mongo-driver/bson -lang=go1.18 -complete -installsuffix shared -buildid rusoh29u8ErZi8kW7A8P/rusoh29u8ErZi8kW7A8P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1521/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:00:25.2779970Z [00:02:47.539]➜  go tool buildid -w $WORK/b1584/_pkg_.a # internal
2025-08-20T23:00:25.2789971Z [00:02:47.540]➜  cp $WORK/b1584/_pkg_.a /root/.cache/go-build/e9/e94479ee72b0152c3b11598ef7ee58a57b52379cf2d43ca5e5018523a56f62e0-d # internal
2025-08-20T23:00:25.2790723Z [00:02:47.540]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/neutrinoapi
2025-08-20T23:00:25.2791118Z [00:02:47.540]➜  mkdir -p $WORK/b1586/
2025-08-20T23:00:25.2794596Z [00:02:47.541]➜  cat >/tmp/go-build2180205415/b1586/importcfg << 'EOF' # internal
2025-08-20T23:00:25.2794994Z [00:02:47.541]➜  # import config
2025-08-20T23:00:25.2795337Z [00:02:47.541]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:25.2795857Z [00:02:47.541]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.2796363Z [00:02:47.541]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.2797187Z [00:02:47.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.2798018Z [00:02:47.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.2798825Z [00:02:47.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.2799506Z [00:02:47.541]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.2799975Z [00:02:47.541]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:25.2800415Z [00:02:47.541]➜  packagefile mime/multipart=/tmp/go-build2180205415/b195/_pkg_.a
2025-08-20T23:00:25.2800866Z [00:02:47.541]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.2801294Z [00:02:47.541]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.2801860Z [00:02:47.541]➜  EOF
2025-08-20T23:00:25.2803993Z [00:02:47.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1586/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/neutrinoapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/neutrinoapi;$WORK/b1586=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/neutrinoapi -lang=go1.24 -complete -installsuffix shared -buildid PoDqT4hC21wjPpkcjGgG/PoDqT4hC21wjPpkcjGgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1586/importcfg -pack ./pkg/detectors/neutrinoapi/neutrinoapi.go
2025-08-20T23:00:25.2988902Z [00:02:47.560]➜  go tool buildid -w $WORK/b1585/_pkg_.a # internal
2025-08-20T23:00:25.3021771Z [00:02:47.563]➜  cp $WORK/b1585/_pkg_.a /root/.cache/go-build/21/217fa8fad9fa2181c2e4481d7b589a55d3958b1e013a094c4aa4b0b19d2589f9-d # internal
2025-08-20T23:00:25.3023700Z [00:02:47.563]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newrelicpersonalapikey
2025-08-20T23:00:25.3026569Z [00:02:47.563]➜  mkdir -p $WORK/b1587/
2025-08-20T23:00:25.3027903Z [00:02:47.564]➜  cat >/tmp/go-build2180205415/b1587/importcfg << 'EOF' # internal
2025-08-20T23:00:25.3028282Z [00:02:47.564]➜  # import config
2025-08-20T23:00:25.3028633Z [00:02:47.564]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.3029600Z [00:02:47.564]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.3030378Z [00:02:47.564]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.3031175Z [00:02:47.564]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.3031858Z [00:02:47.564]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.3032351Z [00:02:47.564]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.3040777Z [00:02:47.564]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.3041267Z [00:02:47.564]➜  EOF
2025-08-20T23:00:25.3043612Z [00:02:47.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1587/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newrelicpersonalapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newrelicpersonalapikey;$WORK/b1587=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newrelicpersonalapikey -lang=go1.24 -complete -installsuffix shared -buildid JVMdbiBwkpfXD2tdtnNA/JVMdbiBwkpfXD2tdtnNA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1587/importcfg -pack ./pkg/detectors/newrelicpersonalapikey/newrelicpersonalapikey.go
2025-08-20T23:00:25.3174289Z [00:02:47.578]➜  cd $WORK/b875
2025-08-20T23:00:25.3178275Z [00:02:47.578]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -I $WORK/b875/ -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=5ON_T_yV9NdKXNPfzJuN -o $WORK/b875/_cgo_main.o -c _cgo_main.c
2025-08-20T23:00:25.3299136Z [00:02:47.591]➜  go tool buildid -w $WORK/b1586/_pkg_.a # internal
2025-08-20T23:00:25.3307620Z [00:02:47.592]➜  cp $WORK/b1586/_pkg_.a /root/.cache/go-build/1a/1a6af5b99fe5430f9af0266caf908f947e68903c74f7905baa9c8a73416e125f-d # internal
2025-08-20T23:00:25.3308731Z [00:02:47.592]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newsapi
2025-08-20T23:00:25.3310708Z [00:02:47.592]➜  mkdir -p $WORK/b1588/
2025-08-20T23:00:25.3311807Z [00:02:47.592]➜  cat >/tmp/go-build2180205415/b1588/importcfg << 'EOF' # internal
2025-08-20T23:00:25.3312297Z [00:02:47.592]➜  # import config
2025-08-20T23:00:25.3314070Z [00:02:47.592]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.3315200Z [00:02:47.592]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.3316686Z [00:02:47.592]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.3317906Z [00:02:47.592]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.3318979Z [00:02:47.592]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.3319941Z [00:02:47.592]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.3320423Z [00:02:47.592]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.3320745Z [00:02:47.592]➜  EOF
2025-08-20T23:00:25.3321000Z [00:02:47.592]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:25.3323080Z [00:02:47.592]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1588/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newsapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newsapi;$WORK/b1588=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newsapi -lang=go1.24 -complete -installsuffix shared -buildid 7VWjLhADUFAJU3ARUhL1/7VWjLhADUFAJU3ARUhL1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1588/importcfg -pack ./pkg/detectors/newsapi/newsapi.go
2025-08-20T23:00:25.3400058Z [00:02:47.601]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -o $WORK/b875/_cgo_.o $WORK/b875/_cgo_main.o $WORK/b875/preferlinkext $WORK/b875/_x001.o $WORK/b875/_x002.o $WORK/b875/_x003.o $WORK/b875/_x004.o $WORK/b875/_x005.o $WORK/b875/_x006.o $WORK/b875/_x007.o $WORK/b875/_x008.o $WORK/b875/_x009.o $WORK/b875/_x010.o $WORK/b875/_x011.o $WORK/b875/_x012.o $WORK/b875/_x013.o $WORK/b875/_x014.o $WORK/b875/_x015.o $WORK/b875/_x016.o $WORK/b875/_x017.o $WORK/b875/_x018.o $WORK/b875/_x019.o $WORK/b875/_x020.o $WORK/b875/_x021.o $WORK/b875/_x022.o $WORK/b875/_x023.o $WORK/b875/_x024.o $WORK/b875/_x025.o $WORK/b875/_x026.o $WORK/b875/_x027.o $WORK/b875/_x028.o $WORK/b875/_x029.o $WORK/b875/_x030.o $WORK/b875/_x031.o $WORK/b875/_x032.o $WORK/b875/_x033.o $WORK/b875/_x034.o $WORK/b875/_x035.o $WORK/b875/_x036.o $WORK/b875/_x037.o $WORK/b875/_x038.o $WORK/b875/_x039.o $WORK/b875/_x040.o $WORK/b875/_x041.o $WORK/b875/_x042.o $WORK/b875/_x043.o $WORK/b875/_x044.o $WORK/b875/_x045.o -O2 -g
2025-08-20T23:00:25.3502447Z [00:02:47.611]➜  go tool buildid -w $WORK/b1587/_pkg_.a # internal
2025-08-20T23:00:25.3517593Z [00:02:47.613]➜  cp $WORK/b1587/_pkg_.a /root/.cache/go-build/cc/cc4617f8cf5fad92ccf249ae50ccd2286fa127d7b41dccd07be5e9320b995a61-d # internal
2025-08-20T23:00:25.3519280Z [00:02:47.613]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newscatcher
2025-08-20T23:00:25.3519711Z [00:02:47.613]➜  mkdir -p $WORK/b1589/
2025-08-20T23:00:25.3532108Z [00:02:47.614]➜  cat >/tmp/go-build2180205415/b1589/importcfg << 'EOF' # internal
2025-08-20T23:00:25.3533071Z [00:02:47.614]➜  # import config
2025-08-20T23:00:25.3534419Z [00:02:47.614]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.3535460Z [00:02:47.614]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.3536926Z [00:02:47.614]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.3537772Z [00:02:47.614]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.3538458Z [00:02:47.615]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.3538954Z [00:02:47.615]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.3539388Z [00:02:47.615]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.3540145Z [00:02:47.615]➜  EOF
2025-08-20T23:00:25.3542265Z [00:02:47.615]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1589/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newscatcher=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newscatcher;$WORK/b1589=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newscatcher -lang=go1.24 -complete -installsuffix shared -buildid doRGNQ4WRthsU_ULIiXp/doRGNQ4WRthsU_ULIiXp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1589/importcfg -pack ./pkg/detectors/newscatcher/newscatcher.go
2025-08-20T23:00:25.3673314Z [00:02:47.628]➜  go tool buildid -w $WORK/b1588/_pkg_.a # internal
2025-08-20T23:00:25.3687479Z [00:02:47.630]➜  cp $WORK/b1588/_pkg_.a /root/.cache/go-build/42/426087a465bbcbfb6a72273265987b101bf5daab088f6671757c52a719d26c7c-d # internal
2025-08-20T23:00:25.3688691Z [00:02:47.630]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nexmoapikey
2025-08-20T23:00:25.3689122Z [00:02:47.630]➜  mkdir -p $WORK/b1590/
2025-08-20T23:00:25.3707189Z [00:02:47.632]➜  cat >/tmp/go-build2180205415/b1590/importcfg << 'EOF' # internal
2025-08-20T23:00:25.3707578Z [00:02:47.632]➜  # import config
2025-08-20T23:00:25.3707927Z [00:02:47.632]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.3708838Z [00:02:47.632]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.3709609Z [00:02:47.632]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.3710405Z [00:02:47.632]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.3711327Z [00:02:47.632]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.3711924Z [00:02:47.632]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.3712369Z [00:02:47.632]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.3712692Z [00:02:47.632]➜  EOF
2025-08-20T23:00:25.3729412Z [00:02:47.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1590/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nexmoapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nexmoapikey;$WORK/b1590=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nexmoapikey -lang=go1.24 -complete -installsuffix shared -buildid stXT9HESnGc5D1GW2V1z/stXT9HESnGc5D1GW2V1z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1590/importcfg -pack ./pkg/detectors/nexmoapikey/nexmoapikey.go
2025-08-20T23:00:25.4053683Z [00:02:47.666]➜  go tool buildid -w $WORK/b1589/_pkg_.a # internal
2025-08-20T23:00:25.4063175Z [00:02:47.667]➜  cp $WORK/b1589/_pkg_.a /root/.cache/go-build/7f/7f071a69fac039cf443dc8e0e718b10dccba67b870e265977df97e10cf3e2dbd-d # internal
2025-08-20T23:00:25.4064246Z [00:02:47.668]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nftport
2025-08-20T23:00:25.4065299Z [00:02:47.668]➜  mkdir -p $WORK/b1591/
2025-08-20T23:00:25.4069945Z [00:02:47.668]➜  cat >/tmp/go-build2180205415/b1591/importcfg << 'EOF' # internal
2025-08-20T23:00:25.4070375Z [00:02:47.668]➜  # import config
2025-08-20T23:00:25.4070944Z [00:02:47.668]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.4071586Z [00:02:47.668]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.4072357Z [00:02:47.668]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.4073315Z [00:02:47.668]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.4074110Z [00:02:47.668]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.4074867Z [00:02:47.668]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.4075570Z [00:02:47.668]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.4076137Z [00:02:47.668]➜  EOF
2025-08-20T23:00:25.4078139Z [00:02:47.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1591/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nftport=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nftport;$WORK/b1591=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nftport -lang=go1.24 -complete -installsuffix shared -buildid 80RaXRlbBUs4SoFPaksf/80RaXRlbBUs4SoFPaksf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1591/importcfg -pack ./pkg/detectors/nftport/nftport.go
2025-08-20T23:00:25.4106700Z [00:02:47.672]➜  go tool buildid -w $WORK/b1590/_pkg_.a # internal
2025-08-20T23:00:25.4120502Z [00:02:47.673]➜  cp $WORK/b1590/_pkg_.a /root/.cache/go-build/da/dadf63a7fccea05b6e1c3a17ee6e765083caedeed4fa42cda3390c5d260f409d-d # internal
2025-08-20T23:00:25.4128228Z [00:02:47.673]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngc
2025-08-20T23:00:25.4128648Z [00:02:47.673]➜  mkdir -p $WORK/b1592/
2025-08-20T23:00:25.4130461Z [00:02:47.674]➜  cat >/tmp/go-build2180205415/b1592/importcfg << 'EOF' # internal
2025-08-20T23:00:25.4130829Z [00:02:47.674]➜  # import config
2025-08-20T23:00:25.4131451Z [00:02:47.674]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.4131917Z [00:02:47.674]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:25.4132548Z [00:02:47.674]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.4133312Z [00:02:47.674]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.4134107Z [00:02:47.674]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.4134859Z [00:02:47.674]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.4135365Z [00:02:47.674]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.4135913Z [00:02:47.674]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.4136291Z [00:02:47.674]➜  EOF
2025-08-20T23:00:25.4138185Z [00:02:47.674]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1592/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngc=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngc;$WORK/b1592=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngc -lang=go1.24 -complete -installsuffix shared -buildid xHHf7TbPpidjOBKJzHXJ/xHHf7TbPpidjOBKJzHXJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1592/importcfg -pack ./pkg/detectors/ngc/ngc.go
2025-08-20T23:00:25.4415364Z [00:02:47.702]➜  go tool buildid -w $WORK/b1591/_pkg_.a # internal
2025-08-20T23:00:25.4432458Z [00:02:47.703]➜  cp $WORK/b1591/_pkg_.a /root/.cache/go-build/12/120df6533fa5651ff8ed32f584640d0939fa35766a4c7ab37eb7dc211a54cfdf-d # internal
2025-08-20T23:00:25.4433542Z [00:02:47.704]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngrok
2025-08-20T23:00:25.4433999Z [00:02:47.704]➜  mkdir -p $WORK/b1593/
2025-08-20T23:00:25.4434399Z [00:02:47.704]➜  cat >/tmp/go-build2180205415/b1593/importcfg << 'EOF' # internal
2025-08-20T23:00:25.4434791Z [00:02:47.704]➜  # import config
2025-08-20T23:00:25.4435139Z [00:02:47.704]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.4435559Z [00:02:47.704]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.4436264Z [00:02:47.704]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.4437033Z [00:02:47.704]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.4437970Z [00:02:47.704]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.4438883Z [00:02:47.704]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.4439361Z [00:02:47.704]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:25.4439785Z [00:02:47.704]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.4440220Z [00:02:47.704]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.4440540Z [00:02:47.704]➜  EOF
2025-08-20T23:00:25.4443091Z [00:02:47.704]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1593/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngrok=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngrok;$WORK/b1593=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngrok -lang=go1.24 -complete -installsuffix shared -buildid OKTFodi4sC63hb9m5IuY/OKTFodi4sC63hb9m5IuY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1593/importcfg -pack ./pkg/detectors/ngrok/ngrok.go
2025-08-20T23:00:25.4542358Z [00:02:47.715]➜  go tool buildid -w $WORK/b1521/_pkg_.a # internal
2025-08-20T23:00:25.4583430Z [00:02:47.719]➜  cp $WORK/b1521/_pkg_.a /root/.cache/go-build/b3/b385134c9f280b2ca7a2d32aefdc108577addce7800b81963e4b49ec02d79755-d # internal
2025-08-20T23:00:25.4584904Z [00:02:47.719]➜  go.mongodb.org/mongo-driver/internal/bsonutil
2025-08-20T23:00:25.4587575Z [00:02:47.719]➜  mkdir -p $WORK/b1531/
2025-08-20T23:00:25.4593916Z [00:02:47.720]➜  cat >/tmp/go-build2180205415/b1531/importcfg << 'EOF' # internal
2025-08-20T23:00:25.4596461Z [00:02:47.721]➜  # import config
2025-08-20T23:00:25.4598772Z [00:02:47.721]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.4599306Z [00:02:47.721]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2180205415/b1521/_pkg_.a
2025-08-20T23:00:25.4599702Z [00:02:47.721]➜  EOF
2025-08-20T23:00:25.4601754Z [00:02:47.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1531/_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/b1531=>" -p go.mongodb.org/mongo-driver/internal/bsonutil -lang=go1.18 -complete -installsuffix shared -buildid DdA-JT_2kJOgbUJHOGuI/DdA-JT_2kJOgbUJHOGuI -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/internal/bsonutil/bsonutil.go
2025-08-20T23:00:25.4627247Z [00:02:47.724]➜  go tool buildid -w $WORK/b1592/_pkg_.a # internal
2025-08-20T23:00:25.4639951Z [00:02:47.725]➜  cp $WORK/b1592/_pkg_.a /root/.cache/go-build/b7/b7aebed9a5fc0a1b032e971dfa19dd341aca27383522cd3dc901f6b4ebb3a44f-d # internal
2025-08-20T23:00:25.4641377Z [00:02:47.725]➜  go.mongodb.org/mongo-driver/internal/codecutil
2025-08-20T23:00:25.4642051Z [00:02:47.725]➜  mkdir -p $WORK/b1536/
2025-08-20T23:00:25.4647514Z [00:02:47.726]➜  cat >/tmp/go-build2180205415/b1536/importcfg << 'EOF' # internal
2025-08-20T23:00:25.4648538Z [00:02:47.726]➜  # import config
2025-08-20T23:00:25.4649391Z [00:02:47.726]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:25.4650180Z [00:02:47.726]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:25.4650829Z [00:02:47.726]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.4651823Z [00:02:47.726]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2180205415/b1521/_pkg_.a
2025-08-20T23:00:25.4652794Z [00:02:47.726]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:25.4653788Z [00:02:47.726]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:25.4654667Z [00:02:47.726]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:25.4655441Z [00:02:47.726]➜  EOF
2025-08-20T23:00:25.4658115Z [00:02:47.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1536/_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/b1536=>" -p go.mongodb.org/mongo-driver/internal/codecutil -lang=go1.18 -complete -installsuffix shared -buildid tDid5dNf0lKq0sc1iTfY/tDid5dNf0lKq0sc1iTfY -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/internal/codecutil/encoding.go
2025-08-20T23:00:25.4845239Z [00:02:47.745]➜  go tool buildid -w $WORK/b1593/_pkg_.a # internal
2025-08-20T23:00:25.4847571Z [00:02:47.745]➜  cp $WORK/b1593/_pkg_.a /root/.cache/go-build/af/aff23ef2434e3b6c082dd6ce4bad8753507b3e949cc95bb817795656ecbcb0c6-d # internal
2025-08-20T23:00:25.4849534Z [00:02:47.745]➜  go.mongodb.org/mongo-driver/mongo/writeconcern
2025-08-20T23:00:25.4850534Z [00:02:47.745]➜  mkdir -p $WORK/b1549/
2025-08-20T23:00:25.4850942Z [00:02:47.745]➜  cat >/tmp/go-build2180205415/b1549/importcfg << 'EOF' # internal
2025-08-20T23:00:25.4851298Z [00:02:47.745]➜  # import config
2025-08-20T23:00:25.4851665Z [00:02:47.745]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:25.4852091Z [00:02:47.745]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.4852606Z [00:02:47.745]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2180205415/b1521/_pkg_.a
2025-08-20T23:00:25.4853569Z [00:02:47.745]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2180205415/b1525/_pkg_.a
2025-08-20T23:00:25.4854255Z [00:02:47.745]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:25.4854800Z [00:02:47.745]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:25.4855109Z [00:02:47.745]➜  EOF
2025-08-20T23:00:25.4857495Z [00:02:47.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1549/_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/b1549=>" -p go.mongodb.org/mongo-driver/mongo/writeconcern -lang=go1.18 -complete -installsuffix shared -buildid atkYSf3vrnSMNUm194lx/atkYSf3vrnSMNUm194lx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1549/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/writeconcern/writeconcern.go
2025-08-20T23:00:25.5449030Z [00:02:47.804]➜  go tool buildid -w $WORK/b1531/_pkg_.a # internal
2025-08-20T23:00:25.5454940Z [00:02:47.806]➜  cp $WORK/b1531/_pkg_.a /root/.cache/go-build/2e/2ef594eb90eab2368aab3f15de43ab5aa8fce954759d612279216146effe7941-d # internal
2025-08-20T23:00:25.5455591Z [00:02:47.806]➜  go.mongodb.org/mongo-driver/mongo/description
2025-08-20T23:00:25.5456076Z [00:02:47.806]➜  mkdir -p $WORK/b1530/
2025-08-20T23:00:25.5456467Z [00:02:47.806]➜  cat >/tmp/go-build2180205415/b1530/importcfg << 'EOF' # internal
2025-08-20T23:00:25.5456816Z [00:02:47.806]➜  # import config
2025-08-20T23:00:25.5457180Z [00:02:47.806]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:25.5457669Z [00:02:47.806]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:25.5458096Z [00:02:47.806]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.5458603Z [00:02:47.806]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2180205415/b1521/_pkg_.a
2025-08-20T23:00:25.5459254Z [00:02:47.806]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2180205415/b1526/_pkg_.a
2025-08-20T23:00:25.5459937Z [00:02:47.806]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build2180205415/b1531/_pkg_.a
2025-08-20T23:00:25.5460634Z [00:02:47.806]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build2180205415/b1532/_pkg_.a
2025-08-20T23:00:25.5461326Z [00:02:47.806]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build2180205415/b1533/_pkg_.a
2025-08-20T23:00:25.5462267Z [00:02:47.806]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2180205415/b1529/_pkg_.a
2025-08-20T23:00:25.5463112Z [00:02:47.806]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build2180205415/b1534/_pkg_.a
2025-08-20T23:00:25.5463742Z [00:02:47.806]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build2180205415/b1535/_pkg_.a
2025-08-20T23:00:25.5464242Z [00:02:47.806]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:25.5464657Z [00:02:47.806]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:25.5464965Z [00:02:47.806]➜  EOF
2025-08-20T23:00:25.5469486Z [00:02:47.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1530/_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/b1530=>" -p go.mongodb.org/mongo-driver/mongo/description -lang=go1.18 -complete -installsuffix shared -buildid uyv2zavwd-pRq9PNuu1Q/uyv2zavwd-pRq9PNuu1Q -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/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:00:25.5607822Z [00:02:47.822]➜  go tool buildid -w $WORK/b1536/_pkg_.a # internal
2025-08-20T23:00:25.5630057Z [00:02:47.824]➜  cp $WORK/b1536/_pkg_.a /root/.cache/go-build/b5/b5d7407c7ebdb68d697ea9f82ce10f87f87920967b1fdd2e2b45c417ab3cfdc8-d # internal
2025-08-20T23:00:25.5638842Z [00:02:47.824]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nicereply
2025-08-20T23:00:25.5639472Z [00:02:47.824]➜  mkdir -p $WORK/b1594/
2025-08-20T23:00:25.5639918Z [00:02:47.825]➜  cat >/tmp/go-build2180205415/b1594/importcfg << 'EOF' # internal
2025-08-20T23:00:25.5640274Z [00:02:47.825]➜  # import config
2025-08-20T23:00:25.5640632Z [00:02:47.825]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.5641096Z [00:02:47.825]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:25.5641538Z [00:02:47.825]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.5642133Z [00:02:47.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.5642905Z [00:02:47.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.5643709Z [00:02:47.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.5644401Z [00:02:47.825]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.5644898Z [00:02:47.825]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.5645337Z [00:02:47.825]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.5645656Z [00:02:47.825]➜  EOF
2025-08-20T23:00:25.5648385Z [00:02:47.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1594/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nicereply=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nicereply;$WORK/b1594=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nicereply -lang=go1.24 -complete -installsuffix shared -buildid gwsNrGteL5RpDKXvVaM4/gwsNrGteL5RpDKXvVaM4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1594/importcfg -pack ./pkg/detectors/nicereply/nicereply.go
2025-08-20T23:00:25.5704211Z [00:02:47.831]➜  go tool buildid -w $WORK/b1549/_pkg_.a # internal
2025-08-20T23:00:25.5740210Z [00:02:47.834]➜  cp $WORK/b1549/_pkg_.a /root/.cache/go-build/f8/f85a2f909963e7eefe851ffdeda8ab8814a995fb69d8cf5888fa31e185d20ec6-d # internal
2025-08-20T23:00:25.5744965Z [00:02:47.835]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nightfall
2025-08-20T23:00:25.5745401Z [00:02:47.835]➜  mkdir -p $WORK/b1595/
2025-08-20T23:00:25.5745876Z [00:02:47.835]➜  cat >/tmp/go-build2180205415/b1595/importcfg << 'EOF' # internal
2025-08-20T23:00:25.5746282Z [00:02:47.835]➜  # import config
2025-08-20T23:00:25.5746632Z [00:02:47.835]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.5747050Z [00:02:47.835]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.5747645Z [00:02:47.835]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.5748423Z [00:02:47.835]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.5749233Z [00:02:47.835]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.5749914Z [00:02:47.835]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.5750745Z [00:02:47.835]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.5751182Z [00:02:47.835]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.5751497Z [00:02:47.835]➜  EOF
2025-08-20T23:00:25.5753518Z [00:02:47.835]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1595/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nightfall=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nightfall;$WORK/b1595=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nightfall -lang=go1.24 -complete -installsuffix shared -buildid UIhUKIkxAtyKLPk84w_x/UIhUKIkxAtyKLPk84w_x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1595/importcfg -pack ./pkg/detectors/nightfall/nightfall.go
2025-08-20T23:00:25.5886325Z [00:02:47.848]➜  gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b875=/tmp/go-build -gno-record-gcc-switches -o $WORK/b875/_cgo_.o $WORK/b875/_cgo_main.o $WORK/b875/preferlinkext $WORK/b875/_x001.o $WORK/b875/_x002.o $WORK/b875/_x003.o $WORK/b875/_x004.o $WORK/b875/_x005.o $WORK/b875/_x006.o $WORK/b875/_x007.o $WORK/b875/_x008.o $WORK/b875/_x009.o $WORK/b875/_x010.o $WORK/b875/_x011.o $WORK/b875/_x012.o $WORK/b875/_x013.o $WORK/b875/_x014.o $WORK/b875/_x015.o $WORK/b875/_x016.o $WORK/b875/_x017.o $WORK/b875/_x018.o $WORK/b875/_x019.o $WORK/b875/_x020.o $WORK/b875/_x021.o $WORK/b875/_x022.o $WORK/b875/_x023.o $WORK/b875/_x024.o $WORK/b875/_x025.o $WORK/b875/_x026.o $WORK/b875/_x027.o $WORK/b875/_x028.o $WORK/b875/_x029.o $WORK/b875/_x030.o $WORK/b875/_x031.o $WORK/b875/_x032.o $WORK/b875/_x033.o $WORK/b875/_x034.o $WORK/b875/_x035.o $WORK/b875/_x036.o $WORK/b875/_x037.o $WORK/b875/_x038.o $WORK/b875/_x039.o $WORK/b875/_x040.o $WORK/b875/_x041.o $WORK/b875/_x042.o $WORK/b875/_x043.o $WORK/b875/_x044.o $WORK/b875/_x045.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T23:00:25.5890000Z [00:02:47.848]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage zstd -dynimport $WORK/b875/_cgo_.o -dynout $WORK/b875/_cgo_import.go
2025-08-20T23:00:25.5921184Z [00:02:47.853]➜  cat >/tmp/go-build2180205415/b875/importcfg << 'EOF' # internal
2025-08-20T23:00:25.5921678Z [00:02:47.853]➜  # import config
2025-08-20T23:00:25.5922219Z [00:02:47.853]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:25.5922707Z [00:02:47.853]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:25.5923202Z [00:02:47.853]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.5923619Z [00:02:47.853]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:25.5924279Z [00:02:47.853]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:25.5924865Z [00:02:47.853]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:25.5925326Z [00:02:47.853]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:25.5925904Z [00:02:47.853]➜  packagefile runtime/cgo=/tmp/go-build2180205415/b091/_pkg_.a
2025-08-20T23:00:25.5926466Z [00:02:47.853]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:25.5926784Z [00:02:47.853]➜  EOF
2025-08-20T23:00:25.5928838Z [00:02:47.853]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b875/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=>github.com/DataDog/zstd@v1.5.5;$WORK/b875=>" -p github.com/DataDog/zstd -lang=go1.14 -installsuffix shared -buildid 5ON_T_yV9NdKXNPfzJuN/5ON_T_yV9NdKXNPfzJuN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b875/importcfg -pack $WORK/b875/_cgo_gotypes.go $WORK/b875/errors.cgo1.go $WORK/b875/zstd.cgo1.go $WORK/b875/zstd_bulk.cgo1.go $WORK/b875/zstd_ctx.cgo1.go $WORK/b875/zstd_stream.cgo1.go $WORK/b875/_cgo_import.go
2025-08-20T23:00:25.6108550Z [00:02:47.872]➜  go tool buildid -w $WORK/b1594/_pkg_.a # internal
2025-08-20T23:00:25.6117058Z [00:02:47.873]➜  cp $WORK/b1594/_pkg_.a /root/.cache/go-build/8c/8c51035819bd0bcae986e973a2f42e4dc35c4394316a8e080bd7c710ccd26f4e-d # internal
2025-08-20T23:00:25.6118923Z [00:02:47.873]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nimble
2025-08-20T23:00:25.6119854Z [00:02:47.873]➜  mkdir -p $WORK/b1596/
2025-08-20T23:00:25.6148274Z [00:02:47.876]➜  go tool buildid -w $WORK/b1595/_pkg_.a # internal
2025-08-20T23:00:25.6151492Z [00:02:47.876]➜  cat >/tmp/go-build2180205415/b1596/importcfg << 'EOF' # internal
2025-08-20T23:00:25.6152510Z [00:02:47.876]➜  # import config
2025-08-20T23:00:25.6152944Z [00:02:47.876]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.6153400Z [00:02:47.876]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.6154250Z [00:02:47.876]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.6155107Z [00:02:47.876]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.6156545Z [00:02:47.876]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.6157301Z [00:02:47.876]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.6157798Z [00:02:47.876]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.6158231Z [00:02:47.876]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.6158549Z [00:02:47.876]➜  EOF
2025-08-20T23:00:25.6160663Z [00:02:47.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1596/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nimble=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nimble;$WORK/b1596=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nimble -lang=go1.24 -complete -installsuffix shared -buildid n5Clz5T3Tp0sczO7tkx1/n5Clz5T3Tp0sczO7tkx1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1596/importcfg -pack ./pkg/detectors/nimble/nimble.go
2025-08-20T23:00:25.6171804Z [00:02:47.878]➜  cp $WORK/b1595/_pkg_.a /root/.cache/go-build/b0/b09ed5c413bac2d16d7c5d6ba1630190c72b5ad88c3454f6085f40f42e5a7600-d # internal
2025-08-20T23:00:25.6178059Z [00:02:47.879]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/noticeable
2025-08-20T23:00:25.6178485Z [00:02:47.879]➜  mkdir -p $WORK/b1597/
2025-08-20T23:00:25.6186837Z [00:02:47.880]➜  cat >/tmp/go-build2180205415/b1597/importcfg << 'EOF' # internal
2025-08-20T23:00:25.6187728Z [00:02:47.880]➜  # import config
2025-08-20T23:00:25.6188164Z [00:02:47.880]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.6188613Z [00:02:47.880]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.6189226Z [00:02:47.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.6190000Z [00:02:47.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.6191138Z [00:02:47.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.6191825Z [00:02:47.880]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.6192319Z [00:02:47.880]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.6192748Z [00:02:47.880]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.6193061Z [00:02:47.880]➜  EOF
2025-08-20T23:00:25.6195106Z [00:02:47.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1597/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/noticeable=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/noticeable;$WORK/b1597=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/noticeable -lang=go1.24 -complete -installsuffix shared -buildid nKdWHBKiRjIhx-mg_mQy/nKdWHBKiRjIhx-mg_mQy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1597/importcfg -pack ./pkg/detectors/noticeable/noticeable.go
2025-08-20T23:00:25.6581681Z [00:02:47.919]➜  go tool buildid -w $WORK/b1597/_pkg_.a # internal
2025-08-20T23:00:25.6594915Z [00:02:47.921]➜  cp $WORK/b1597/_pkg_.a /root/.cache/go-build/6c/6c265861d761171d0d8d9776d156ef32c552c076210989ce1cd86545f74ef7af-d # internal
2025-08-20T23:00:25.6620934Z [00:02:47.923]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/notion
2025-08-20T23:00:25.6621407Z [00:02:47.923]➜  mkdir -p $WORK/b1598/
2025-08-20T23:00:25.6629274Z [00:02:47.924]➜  cat >/tmp/go-build2180205415/b1598/importcfg << 'EOF' # internal
2025-08-20T23:00:25.6629840Z [00:02:47.924]➜  # import config
2025-08-20T23:00:25.6630635Z [00:02:47.924]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.6631306Z [00:02:47.924]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.6631914Z [00:02:47.924]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.6632698Z [00:02:47.924]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.6633500Z [00:02:47.924]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.6634179Z [00:02:47.924]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.6634673Z [00:02:47.924]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.6635104Z [00:02:47.924]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.6635567Z [00:02:47.924]➜  EOF
2025-08-20T23:00:25.6637782Z [00:02:47.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1598/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/notion=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/notion;$WORK/b1598=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/notion -lang=go1.24 -complete -installsuffix shared -buildid 5oMsyo6iJCCflLDxR5Ai/5oMsyo6iJCCflLDxR5Ai -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1598/importcfg -pack ./pkg/detectors/notion/notion.go
2025-08-20T23:00:25.6859901Z [00:02:47.947]➜  go tool buildid -w $WORK/b1596/_pkg_.a # internal
2025-08-20T23:00:25.6870385Z [00:02:47.948]➜  cp $WORK/b1596/_pkg_.a /root/.cache/go-build/0e/0ed1d41ae3ba5984effb5afc0bb364b7bf62cf3aecacc657ad1c779111d4a86b-d # internal
2025-08-20T23:00:25.6871165Z [00:02:47.948]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nozbeteams
2025-08-20T23:00:25.6871562Z [00:02:47.948]➜  mkdir -p $WORK/b1599/
2025-08-20T23:00:25.6897204Z [00:02:47.949]➜  cat >/tmp/go-build2180205415/b1599/importcfg << 'EOF' # internal
2025-08-20T23:00:25.6897897Z [00:02:47.949]➜  # import config
2025-08-20T23:00:25.6898399Z [00:02:47.949]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.6900038Z [00:02:47.949]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.6901136Z [00:02:47.949]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.6901943Z [00:02:47.949]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.6902627Z [00:02:47.949]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.6903124Z [00:02:47.949]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.6903558Z [00:02:47.949]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.6903888Z [00:02:47.949]➜  EOF
2025-08-20T23:00:25.6908055Z [00:02:47.949]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1599/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nozbeteams=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nozbeteams;$WORK/b1599=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nozbeteams -lang=go1.24 -complete -installsuffix shared -buildid GQGIaRcUI4VOjwqcE6Ef/GQGIaRcUI4VOjwqcE6Ef -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1599/importcfg -pack ./pkg/detectors/nozbeteams/nozbeteams.go
2025-08-20T23:00:25.6918287Z [00:02:47.953]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:00:25.6927782Z [00:02:47.953]➜  go tool pack r $WORK/b875/_pkg_.a $WORK/b875/preferlinkext $WORK/b875/_x001.o $WORK/b875/_x002.o $WORK/b875/_x003.o $WORK/b875/_x004.o $WORK/b875/_x005.o $WORK/b875/_x006.o $WORK/b875/_x007.o $WORK/b875/_x008.o $WORK/b875/_x009.o $WORK/b875/_x010.o $WORK/b875/_x011.o $WORK/b875/_x012.o $WORK/b875/_x013.o $WORK/b875/_x014.o $WORK/b875/_x015.o $WORK/b875/_x016.o $WORK/b875/_x017.o $WORK/b875/_x018.o $WORK/b875/_x019.o $WORK/b875/_x020.o $WORK/b875/_x021.o $WORK/b875/_x022.o $WORK/b875/_x023.o $WORK/b875/_x024.o $WORK/b875/_x025.o $WORK/b875/_x026.o $WORK/b875/_x027.o $WORK/b875/_x028.o $WORK/b875/_x029.o $WORK/b875/_x030.o $WORK/b875/_x031.o $WORK/b875/_x032.o $WORK/b875/_x033.o $WORK/b875/_x034.o $WORK/b875/_x035.o $WORK/b875/_x036.o $WORK/b875/_x037.o $WORK/b875/_x038.o $WORK/b875/_x039.o $WORK/b875/_x040.o $WORK/b875/_x041.o $WORK/b875/_x042.o $WORK/b875/_x043.o $WORK/b875/_x044.o $WORK/b875/_x045.o # internal
2025-08-20T23:00:25.6963292Z [00:02:47.957]➜  go tool buildid -w $WORK/b875/_pkg_.a # internal
2025-08-20T23:00:25.7070136Z [00:02:47.968]➜  cp $WORK/b875/_pkg_.a /root/.cache/go-build/ed/ed692c01143d41a4d38e67e9b7f01100e5d448a6bb5b54db8594740657c6aee6-d # internal
2025-08-20T23:00:25.7089600Z [00:02:47.970]➜  github.com/sassoftware/go-rpmutils
2025-08-20T23:00:25.7098015Z [00:02:47.971]➜  mkdir -p $WORK/b874/
2025-08-20T23:00:25.7109432Z [00:02:47.972]➜  cat >/tmp/go-build2180205415/b874/importcfg << 'EOF' # internal
2025-08-20T23:00:25.7110150Z [00:02:47.972]➜  # import config
2025-08-20T23:00:25.7111168Z [00:02:47.972]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:25.7116860Z [00:02:47.972]➜  packagefile compress/bzip2=/tmp/go-build2180205415/b840/_pkg_.a
2025-08-20T23:00:25.7118222Z [00:02:47.972]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:25.7118694Z [00:02:47.972]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:25.7119137Z [00:02:47.972]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T23:00:25.7119609Z [00:02:47.972]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:25.7120078Z [00:02:47.972]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:25.7120532Z [00:02:47.972]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:25.7120959Z [00:02:47.972]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.7121435Z [00:02:47.972]➜  packagefile github.com/DataDog/zstd=/tmp/go-build2180205415/b875/_pkg_.a
2025-08-20T23:00:25.7122328Z [00:02:47.972]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build2180205415/b876/_pkg_.a
2025-08-20T23:00:25.7123014Z [00:02:47.972]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build2180205415/b906/_pkg_.a
2025-08-20T23:00:25.7123685Z [00:02:47.972]➜  packagefile github.com/sassoftware/go-rpmutils/cpio=/tmp/go-build2180205415/b919/_pkg_.a
2025-08-20T23:00:25.7124348Z [00:02:47.972]➜  packagefile github.com/sassoftware/go-rpmutils/fileutil=/tmp/go-build2180205415/b920/_pkg_.a
2025-08-20T23:00:25.7124968Z [00:02:47.972]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build2180205415/b850/_pkg_.a
2025-08-20T23:00:25.7125494Z [00:02:47.972]➜  packagefile github.com/xi2/xz=/tmp/go-build2180205415/b921/_pkg_.a
2025-08-20T23:00:25.7126116Z [00:02:47.972]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:25.7126525Z [00:02:47.972]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:25.7126922Z [00:02:47.972]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:25.7127330Z [00:02:47.972]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:25.7127743Z [00:02:47.972]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:25.7128155Z [00:02:47.972]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:25.7128573Z [00:02:47.972]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:25.7128997Z [00:02:47.972]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.7129412Z [00:02:47.972]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:25.7129715Z [00:02:47.972]➜  EOF
2025-08-20T23:00:25.7129983Z [00:02:47.973]➜  cd /tmp/tmp.Ul5mljWa2N/TEMPREPO
2025-08-20T23:00:25.7138202Z [00:02:47.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b874/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0=>github.com/sassoftware/go-rpmutils@v0.4.0;$WORK/b874=>" -p github.com/sassoftware/go-rpmutils -lang=go1.21 -complete -installsuffix shared -buildid cnzA7t_-Ot8aFwDrjepT/cnzA7t_-Ot8aFwDrjepT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b874/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:00:25.7171940Z [00:02:47.978]➜  go tool buildid -w $WORK/b1598/_pkg_.a # internal
2025-08-20T23:00:25.7199686Z [00:02:47.981]➜  cp $WORK/b1598/_pkg_.a /root/.cache/go-build/c0/c0db363a9c5d367cc273dc85cd8b4384396573fc40b90f2a22615428f39d28c7-d # internal
2025-08-20T23:00:25.7222926Z [00:02:47.983]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtoken
2025-08-20T23:00:25.7223842Z [00:02:47.983]➜  mkdir -p $WORK/b1600/
2025-08-20T23:00:25.7224312Z [00:02:47.983]➜  cat >/tmp/go-build2180205415/b1600/importcfg << 'EOF' # internal
2025-08-20T23:00:25.7224674Z [00:02:47.983]➜  # import config
2025-08-20T23:00:25.7225293Z [00:02:47.983]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.7225725Z [00:02:47.983]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.7226532Z [00:02:47.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.7227307Z [00:02:47.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.7228154Z [00:02:47.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.7228849Z [00:02:47.983]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.7229353Z [00:02:47.983]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.7229788Z [00:02:47.983]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.7230107Z [00:02:47.983]➜  EOF
2025-08-20T23:00:25.7232087Z [00:02:47.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1600/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtoken;$WORK/b1600=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtoken -lang=go1.24 -complete -installsuffix shared -buildid 4667msqWjUGgxi-_cvev/4667msqWjUGgxi-_cvev -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1600/importcfg -pack ./pkg/detectors/npmtoken/npmtoken.go
2025-08-20T23:00:25.7337324Z [00:02:47.992]➜  go tool buildid -w $WORK/b1599/_pkg_.a # internal
2025-08-20T23:00:25.7338372Z [00:02:47.993]➜  cp $WORK/b1599/_pkg_.a /root/.cache/go-build/6e/6eac9a9e50c5f93485db03fe279f8287576b0b7345d12bc72b53d324514285ec-d # internal
2025-08-20T23:00:25.7340333Z [00:02:47.994]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtokenv2
2025-08-20T23:00:25.7340808Z [00:02:47.994]➜  mkdir -p $WORK/b1601/
2025-08-20T23:00:25.7341193Z [00:02:47.995]➜  cat >/tmp/go-build2180205415/b1601/importcfg << 'EOF' # internal
2025-08-20T23:00:25.7341556Z [00:02:47.995]➜  # import config
2025-08-20T23:00:25.7341907Z [00:02:47.995]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.7342343Z [00:02:47.995]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.7342944Z [00:02:47.995]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.7343708Z [00:02:47.995]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.7344644Z [00:02:47.995]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.7345478Z [00:02:47.995]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.7346132Z [00:02:47.995]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.7346462Z [00:02:47.995]➜  EOF
2025-08-20T23:00:25.7348511Z [00:02:47.995]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1601/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtokenv2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtokenv2;$WORK/b1601=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtokenv2 -lang=go1.24 -complete -installsuffix shared -buildid SjcpkVPrBZIHxZZKKGZs/SjcpkVPrBZIHxZZKKGZs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1601/importcfg -pack ./pkg/detectors/npmtokenv2/npmtokenv2.go
2025-08-20T23:00:25.7441248Z [00:02:48.005]➜  go tool buildid -w $WORK/b1530/_pkg_.a # internal
2025-08-20T23:00:25.7471742Z [00:02:48.008]➜  cp $WORK/b1530/_pkg_.a /root/.cache/go-build/1c/1cedd9abf3c0d3518955f5144586701b472f4d6a7cdef322fdc9f0416c00e91a-d # internal
2025-08-20T23:00:25.7478927Z [00:02:48.009]➜  go.mongodb.org/mongo-driver/event
2025-08-20T23:00:25.7480643Z [00:02:48.009]➜  mkdir -p $WORK/b1528/
2025-08-20T23:00:25.7481363Z [00:02:48.009]➜  cat >/tmp/go-build2180205415/b1528/importcfg << 'EOF' # internal
2025-08-20T23:00:25.7481718Z [00:02:48.009]➜  # import config
2025-08-20T23:00:25.7482065Z [00:02:48.009]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.7482593Z [00:02:48.009]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2180205415/b1521/_pkg_.a
2025-08-20T23:00:25.7483232Z [00:02:48.009]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2180205415/b1526/_pkg_.a
2025-08-20T23:00:25.7483899Z [00:02:48.009]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2180205415/b1529/_pkg_.a
2025-08-20T23:00:25.7484590Z [00:02:48.009]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2180205415/b1530/_pkg_.a
2025-08-20T23:00:25.7485140Z [00:02:48.009]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:25.7485450Z [00:02:48.009]➜  EOF
2025-08-20T23:00:25.7487768Z [00:02:48.009]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1528/_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/b1528=>" -p go.mongodb.org/mongo-driver/event -lang=go1.18 -complete -installsuffix shared -buildid Zm-FTEg7pqr6Gng5IATR/Zm-FTEg7pqr6Gng5IATR -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/event/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/event/monitoring.go
2025-08-20T23:00:25.7699769Z [00:02:48.031]➜  go tool buildid -w $WORK/b1601/_pkg_.a # internal
2025-08-20T23:00:25.7710808Z [00:02:48.032]➜  cp $WORK/b1601/_pkg_.a /root/.cache/go-build/91/910b5bdcd796486dc8ef9e4ac4a9f9a521d01049fee1ddf3a653fb3723448ca5-d # internal
2025-08-20T23:00:25.7715411Z [00:02:48.032]➜  go.mongodb.org/mongo-driver/x/mongo/driver/session
2025-08-20T23:00:25.7715987Z [00:02:48.032]➜  mkdir -p $WORK/b1554/
2025-08-20T23:00:25.7719078Z [00:02:48.033]➜  cat >/tmp/go-build2180205415/b1554/importcfg << 'EOF' # internal
2025-08-20T23:00:25.7719470Z [00:02:48.033]➜  # import config
2025-08-20T23:00:25.7719820Z [00:02:48.033]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.7720254Z [00:02:48.033]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:25.7720765Z [00:02:48.033]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2180205415/b1521/_pkg_.a
2025-08-20T23:00:25.7721406Z [00:02:48.033]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2180205415/b1526/_pkg_.a
2025-08-20T23:00:25.7722070Z [00:02:48.033]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build2180205415/b1541/_pkg_.a
2025-08-20T23:00:25.7722942Z [00:02:48.033]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2180205415/b1529/_pkg_.a
2025-08-20T23:00:25.7723758Z [00:02:48.033]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2180205415/b1530/_pkg_.a
2025-08-20T23:00:25.7724443Z [00:02:48.033]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build2180205415/b1548/_pkg_.a
2025-08-20T23:00:25.7725132Z [00:02:48.033]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build2180205415/b1534/_pkg_.a
2025-08-20T23:00:25.7725968Z [00:02:48.033]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build2180205415/b1549/_pkg_.a
2025-08-20T23:00:25.7726728Z [00:02:48.033]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:25.7727269Z [00:02:48.033]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:25.7727703Z [00:02:48.033]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:25.7728183Z [00:02:48.033]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:25.7728494Z [00:02:48.033]➜  EOF
2025-08-20T23:00:25.7733073Z [00:02:48.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1554/_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/b1554=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/session -lang=go1.18 -complete -installsuffix shared -buildid V4vbBp3n6ekvjUGnyHTX/V4vbBp3n6ekvjUGnyHTX -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/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:00:25.7771497Z [00:02:48.038]➜  go tool buildid -w $WORK/b1600/_pkg_.a # internal
2025-08-20T23:00:25.7786804Z [00:02:48.040]➜  cp $WORK/b1600/_pkg_.a /root/.cache/go-build/5f/5fe2e5e1de7333311fb63026a324150f3d44f1d02e4619c47a944f8f345bab7f-d # internal
2025-08-20T23:00:25.7821484Z [00:02:48.043]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nugetapikey
2025-08-20T23:00:25.7822161Z [00:02:48.043]➜  mkdir -p $WORK/b1602/
2025-08-20T23:00:25.7822641Z [00:02:48.043]➜  cat >/tmp/go-build2180205415/b1602/importcfg << 'EOF' # internal
2025-08-20T23:00:25.7823878Z [00:02:48.043]➜  # import config
2025-08-20T23:00:25.7824236Z [00:02:48.043]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.7824867Z [00:02:48.043]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.7826006Z [00:02:48.043]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.7826901Z [00:02:48.043]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.7827598Z [00:02:48.043]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.7828094Z [00:02:48.043]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.7828529Z [00:02:48.043]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.7828847Z [00:02:48.043]➜  EOF
2025-08-20T23:00:25.7831071Z [00:02:48.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1602/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nugetapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nugetapikey;$WORK/b1602=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nugetapikey -lang=go1.24 -complete -installsuffix shared -buildid nLf9fnCXL5CgOXb6fhwi/nLf9fnCXL5CgOXb6fhwi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1602/importcfg -pack ./pkg/detectors/nugetapikey/nugetapikey.go
2025-08-20T23:00:25.8334440Z [00:02:48.094]➜  go tool buildid -w $WORK/b1602/_pkg_.a # internal
2025-08-20T23:00:25.8343588Z [00:02:48.095]➜  cp $WORK/b1602/_pkg_.a /root/.cache/go-build/10/10da7aa5c62e51206530af5e091e12c0439111a3609835f40974dbc44730ac3f-d # internal
2025-08-20T23:00:25.8347529Z [00:02:48.095]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/numverify
2025-08-20T23:00:25.8347937Z [00:02:48.095]➜  mkdir -p $WORK/b1603/
2025-08-20T23:00:25.8348320Z [00:02:48.096]➜  cat >/tmp/go-build2180205415/b1603/importcfg << 'EOF' # internal
2025-08-20T23:00:25.8348671Z [00:02:48.096]➜  # import config
2025-08-20T23:00:25.8349018Z [00:02:48.096]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.8349456Z [00:02:48.096]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.8350077Z [00:02:48.096]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.8350845Z [00:02:48.096]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.8351992Z [00:02:48.096]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.8352672Z [00:02:48.096]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.8353142Z [00:02:48.096]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:25.8353562Z [00:02:48.096]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.8353993Z [00:02:48.096]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.8354303Z [00:02:48.096]➜  EOF
2025-08-20T23:00:25.8361286Z [00:02:48.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1603/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/numverify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/numverify;$WORK/b1603=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/numverify -lang=go1.24 -complete -installsuffix shared -buildid aL9sTjgEQJSq4J2_tRY9/aL9sTjgEQJSq4J2_tRY9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1603/importcfg -pack ./pkg/detectors/numverify/numverify.go
2025-08-20T23:00:25.8576145Z [00:02:48.119]➜  go tool buildid -w $WORK/b874/_pkg_.a # internal
2025-08-20T23:00:25.8600432Z [00:02:48.121]➜  cp $WORK/b874/_pkg_.a /root/.cache/go-build/b3/b32b018535121346a25ec943ef333d5e2b6ae5248edffe582bde2c9d9b319815-d # internal
2025-08-20T23:00:25.8601856Z [00:02:48.121]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nutritionix
2025-08-20T23:00:25.8617147Z [00:02:48.121]➜  mkdir -p $WORK/b1604/
2025-08-20T23:00:25.8617905Z [00:02:48.122]➜  cat >/tmp/go-build2180205415/b1604/importcfg << 'EOF' # internal
2025-08-20T23:00:25.8618725Z [00:02:48.122]➜  # import config
2025-08-20T23:00:25.8619917Z [00:02:48.122]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.8620632Z [00:02:48.122]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.8621418Z [00:02:48.122]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.8622218Z [00:02:48.122]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.8622898Z [00:02:48.122]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.8623389Z [00:02:48.122]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.8623818Z [00:02:48.122]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.8624134Z [00:02:48.122]➜  EOF
2025-08-20T23:00:25.8624712Z [00:02:48.122]➜  go tool buildid -w $WORK/b1528/_pkg_.a # internal
2025-08-20T23:00:25.8627127Z [00:02:48.122]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1604/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nutritionix=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nutritionix;$WORK/b1604=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nutritionix -lang=go1.24 -complete -installsuffix shared -buildid MKjQbyxH1XHK0KxG8ykR/MKjQbyxH1XHK0KxG8ykR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1604/importcfg -pack ./pkg/detectors/nutritionix/nutritionix.go
2025-08-20T23:00:25.8633993Z [00:02:48.124]➜  cp $WORK/b1528/_pkg_.a /root/.cache/go-build/57/57729960d26fcd485001c2521db40ff98bb5a9ceccbb3a7b932aac648109ff2e-d # internal
2025-08-20T23:00:25.8634733Z [00:02:48.124]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nvapi
2025-08-20T23:00:25.8635110Z [00:02:48.124]➜  mkdir -p $WORK/b1605/
2025-08-20T23:00:25.8635503Z [00:02:48.124]➜  cat >/tmp/go-build2180205415/b1605/importcfg << 'EOF' # internal
2025-08-20T23:00:25.8636005Z [00:02:48.124]➜  # import config
2025-08-20T23:00:25.8636363Z [00:02:48.124]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.8636787Z [00:02:48.124]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.8637686Z [00:02:48.124]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.8638453Z [00:02:48.124]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.8639249Z [00:02:48.124]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.8639927Z [00:02:48.124]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.8640397Z [00:02:48.124]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:25.8640824Z [00:02:48.124]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.8641255Z [00:02:48.124]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:25.8641676Z [00:02:48.124]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.8641994Z [00:02:48.124]➜  EOF
2025-08-20T23:00:25.8643907Z [00:02:48.125]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1605/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nvapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nvapi;$WORK/b1605=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nvapi -lang=go1.24 -complete -installsuffix shared -buildid MbZgs0NncVXTMY-UNag3/MbZgs0NncVXTMY-UNag3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1605/importcfg -pack ./pkg/detectors/nvapi/nvapi.go
2025-08-20T23:00:25.8987092Z [00:02:48.157]➜  go tool buildid -w $WORK/b1554/_pkg_.a # internal
2025-08-20T23:00:25.8989800Z [00:02:48.160]➜  go tool buildid -w $WORK/b1603/_pkg_.a # internal
2025-08-20T23:00:25.9010334Z [00:02:48.162]➜  cp $WORK/b1603/_pkg_.a /root/.cache/go-build/09/0963abcae7eba08e79344c00a4a0a44fa42f482afdf8e7cc3439a54182c5a6ad-d # internal
2025-08-20T23:00:25.9012654Z [00:02:48.162]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nylas
2025-08-20T23:00:25.9013235Z [00:02:48.162]➜  mkdir -p $WORK/b1606/
2025-08-20T23:00:25.9014638Z [00:02:48.162]➜  cat >/tmp/go-build2180205415/b1606/importcfg << 'EOF' # internal
2025-08-20T23:00:25.9015003Z [00:02:48.162]➜  # import config
2025-08-20T23:00:25.9015350Z [00:02:48.162]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.9015988Z [00:02:48.162]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.9016665Z [00:02:48.162]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.9017672Z [00:02:48.162]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.9018641Z [00:02:48.162]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.9019326Z [00:02:48.162]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.9019831Z [00:02:48.162]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.9020269Z [00:02:48.162]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.9020586Z [00:02:48.162]➜  EOF
2025-08-20T23:00:25.9022514Z [00:02:48.162]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1606/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nylas=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nylas;$WORK/b1606=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nylas -lang=go1.24 -complete -installsuffix shared -buildid YykLVQzBvp7ilzLZzfOA/YykLVQzBvp7ilzLZzfOA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1606/importcfg -pack ./pkg/detectors/nylas/nylas.go
2025-08-20T23:00:25.9035649Z [00:02:48.165]➜  cp $WORK/b1554/_pkg_.a /root/.cache/go-build/d4/d4b717a99258cd433e638aad74b0e07c2515c454a7ac32165c290b7fe6d068d8-d # internal
2025-08-20T23:00:25.9036985Z [00:02:48.165]➜  go.mongodb.org/mongo-driver/x/mongo/driver
2025-08-20T23:00:25.9037899Z [00:02:48.165]➜  mkdir -p $WORK/b1550/
2025-08-20T23:00:25.9038363Z [00:02:48.165]➜  cat >/tmp/go-build2180205415/b1550/importcfg << 'EOF' # internal
2025-08-20T23:00:25.9038721Z [00:02:48.165]➜  # import config
2025-08-20T23:00:25.9039065Z [00:02:48.165]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:25.9039520Z [00:02:48.165]➜  packagefile compress/zlib=/tmp/go-build2180205415/b813/_pkg_.a
2025-08-20T23:00:25.9039976Z [00:02:48.165]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.9040420Z [00:02:48.165]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:25.9040869Z [00:02:48.165]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:25.9041297Z [00:02:48.165]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.9041815Z [00:02:48.165]➜  packagefile github.com/golang/snappy=/tmp/go-build2180205415/b1200/_pkg_.a
2025-08-20T23:00:25.9042414Z [00:02:48.165]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build2180205415/b762/_pkg_.a
2025-08-20T23:00:25.9043022Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2180205415/b1521/_pkg_.a
2025-08-20T23:00:25.9043659Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2180205415/b1525/_pkg_.a
2025-08-20T23:00:25.9044328Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2180205415/b1526/_pkg_.a
2025-08-20T23:00:25.9044962Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build2180205415/b1528/_pkg_.a
2025-08-20T23:00:25.9045630Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build2180205415/b1536/_pkg_.a
2025-08-20T23:00:25.9046717Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build2180205415/b1538/_pkg_.a
2025-08-20T23:00:25.9047481Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build2180205415/b1551/_pkg_.a
2025-08-20T23:00:25.9048192Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build2180205415/b1532/_pkg_.a
2025-08-20T23:00:25.9048880Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build2180205415/b1540/_pkg_.a
2025-08-20T23:00:25.9049550Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2180205415/b1529/_pkg_.a
2025-08-20T23:00:25.9050224Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2180205415/b1530/_pkg_.a
2025-08-20T23:00:25.9051036Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build2180205415/b1548/_pkg_.a
2025-08-20T23:00:25.9051859Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build2180205415/b1534/_pkg_.a
2025-08-20T23:00:25.9052551Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build2180205415/b1549/_pkg_.a
2025-08-20T23:00:25.9053247Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:25.9053971Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build2180205415/b1552/_pkg_.a
2025-08-20T23:00:25.9054766Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build2180205415/b1553/_pkg_.a
2025-08-20T23:00:25.9055539Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build2180205415/b1554/_pkg_.a
2025-08-20T23:00:25.9056671Z [00:02:48.165]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build2180205415/b1555/_pkg_.a
2025-08-20T23:00:25.9057258Z [00:02:48.165]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:25.9057668Z [00:02:48.165]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:25.9058077Z [00:02:48.165]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:25.9058709Z [00:02:48.165]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:25.9059145Z [00:02:48.165]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.9059567Z [00:02:48.165]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:25.9059977Z [00:02:48.165]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:25.9060283Z [00:02:48.165]➜  EOF
2025-08-20T23:00:25.9064972Z [00:02:48.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1550/_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/b1550=>" -p go.mongodb.org/mongo-driver/x/mongo/driver -lang=go1.18 -complete -installsuffix shared -buildid STPSr61c8ADhwpBvVJ16/STPSr61c8ADhwpBvVJ16 -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/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:00:25.9070965Z [00:02:48.168]➜  go tool buildid -w $WORK/b1604/_pkg_.a # internal
2025-08-20T23:00:25.9072008Z [00:02:48.168]➜  cp $WORK/b1604/_pkg_.a /root/.cache/go-build/68/680ce0d8e34ae19c40273f3cb42eb59deb8b3ce0282b71f536916250bb4af5ea-d # internal
2025-08-20T23:00:25.9073043Z [00:02:48.168]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oanda
2025-08-20T23:00:25.9073485Z [00:02:48.168]➜  mkdir -p $WORK/b1607/
2025-08-20T23:00:25.9074049Z [00:02:48.168]➜  cat >/tmp/go-build2180205415/b1607/importcfg << 'EOF' # internal
2025-08-20T23:00:25.9074415Z [00:02:48.168]➜  # import config
2025-08-20T23:00:25.9074981Z [00:02:48.168]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.9075612Z [00:02:48.168]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.9076627Z [00:02:48.168]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.9077911Z [00:02:48.168]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.9079250Z [00:02:48.168]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.9080142Z [00:02:48.168]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.9080827Z [00:02:48.168]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.9081287Z [00:02:48.168]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.9081844Z [00:02:48.168]➜  EOF
2025-08-20T23:00:25.9084299Z [00:02:48.168]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1607/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oanda=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oanda;$WORK/b1607=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oanda -lang=go1.24 -complete -installsuffix shared -buildid t4MJoxfMtXPHy_vmZ9W5/t4MJoxfMtXPHy_vmZ9W5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1607/importcfg -pack ./pkg/detectors/oanda/oanda.go
2025-08-20T23:00:25.9144768Z [00:02:48.175]➜  go tool buildid -w $WORK/b1605/_pkg_.a # internal
2025-08-20T23:00:25.9151291Z [00:02:48.176]➜  cp $WORK/b1605/_pkg_.a /root/.cache/go-build/c3/c3e76d9c7dea41468fca9db1e816a149c29bd8f6beb4a51f9c387065b121232f-d # internal
2025-08-20T23:00:25.9152005Z [00:02:48.176]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/okta
2025-08-20T23:00:25.9152383Z [00:02:48.176]➜  mkdir -p $WORK/b1608/
2025-08-20T23:00:25.9161516Z [00:02:48.177]➜  cat >/tmp/go-build2180205415/b1608/importcfg << 'EOF' # internal
2025-08-20T23:00:25.9161941Z [00:02:48.177]➜  # import config
2025-08-20T23:00:25.9162311Z [00:02:48.177]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.9162739Z [00:02:48.177]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.9163375Z [00:02:48.177]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.9164182Z [00:02:48.177]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.9164869Z [00:02:48.177]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.9165342Z [00:02:48.177]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:25.9201460Z [00:02:48.177]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.9201933Z [00:02:48.177]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.9202263Z [00:02:48.177]➜  EOF
2025-08-20T23:00:25.9204432Z [00:02:48.177]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1608/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/okta=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/okta;$WORK/b1608=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/okta -lang=go1.24 -complete -installsuffix shared -buildid 4XenyJWmytTGO5jo-4bO/4XenyJWmytTGO5jo-4bO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1608/importcfg -pack ./pkg/detectors/okta/okta.go
2025-08-20T23:00:25.9443508Z [00:02:48.205]➜  go tool buildid -w $WORK/b1606/_pkg_.a # internal
2025-08-20T23:00:25.9454400Z [00:02:48.206]➜  cp $WORK/b1606/_pkg_.a /root/.cache/go-build/2f/2faf20ade9a7e96d3953585e0302c6f87445950d0a591e853a4f0911460c1a00-d # internal
2025-08-20T23:00:25.9455125Z [00:02:48.206]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/omnisend
2025-08-20T23:00:25.9456516Z [00:02:48.206]➜  mkdir -p $WORK/b1609/
2025-08-20T23:00:25.9461302Z [00:02:48.207]➜  go tool buildid -w $WORK/b1607/_pkg_.a # internal
2025-08-20T23:00:25.9477112Z [00:02:48.208]➜  cat >/tmp/go-build2180205415/b1609/importcfg << 'EOF' # internal
2025-08-20T23:00:25.9477538Z [00:02:48.208]➜  # import config
2025-08-20T23:00:25.9478147Z [00:02:48.208]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.9478919Z [00:02:48.208]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.9479690Z [00:02:48.208]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.9480494Z [00:02:48.208]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.9481169Z [00:02:48.208]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.9481661Z [00:02:48.208]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.9482095Z [00:02:48.208]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.9482407Z [00:02:48.208]➜  EOF
2025-08-20T23:00:25.9484405Z [00:02:48.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1609/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/omnisend=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/omnisend;$WORK/b1609=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/omnisend -lang=go1.24 -complete -installsuffix shared -buildid Qp6yVPuAJh4yuV5NMo1O/Qp6yVPuAJh4yuV5NMo1O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1609/importcfg -pack ./pkg/detectors/omnisend/omnisend.go
2025-08-20T23:00:25.9486808Z [00:02:48.209]➜  cp $WORK/b1607/_pkg_.a /root/.cache/go-build/53/53bce6c446d1df4853963fa6811e3275b0cc75a4e2b3744819006589bdea4fc9-d # internal
2025-08-20T23:00:25.9505038Z [00:02:48.212]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onedesk
2025-08-20T23:00:25.9505467Z [00:02:48.212]➜  mkdir -p $WORK/b1610/
2025-08-20T23:00:25.9516415Z [00:02:48.212]➜  cat >/tmp/go-build2180205415/b1610/importcfg << 'EOF' # internal
2025-08-20T23:00:25.9517236Z [00:02:48.212]➜  # import config
2025-08-20T23:00:25.9518365Z [00:02:48.212]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.9518872Z [00:02:48.212]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.9519493Z [00:02:48.212]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.9520267Z [00:02:48.212]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.9521075Z [00:02:48.212]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.9521767Z [00:02:48.212]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.9522268Z [00:02:48.212]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:25.9522685Z [00:02:48.212]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.9523117Z [00:02:48.212]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.9523434Z [00:02:48.212]➜  EOF
2025-08-20T23:00:25.9525618Z [00:02:48.212]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1610/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onedesk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onedesk;$WORK/b1610=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onedesk -lang=go1.24 -complete -installsuffix shared -buildid HcFHAyqUV0y8QVfcK5CY/HcFHAyqUV0y8QVfcK5CY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1610/importcfg -pack ./pkg/detectors/onedesk/onedesk.go
2025-08-20T23:00:25.9610488Z [00:02:48.222]➜  go tool buildid -w $WORK/b1608/_pkg_.a # internal
2025-08-20T23:00:25.9616113Z [00:02:48.223]➜  cp $WORK/b1608/_pkg_.a /root/.cache/go-build/74/742fc3a7eaef295e5849161de1051d95b60c7515c00061e23284112597499173-d # internal
2025-08-20T23:00:25.9616892Z [00:02:48.223]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onelogin
2025-08-20T23:00:25.9617287Z [00:02:48.223]➜  mkdir -p $WORK/b1611/
2025-08-20T23:00:25.9617889Z [00:02:48.223]➜  cat >/tmp/go-build2180205415/b1611/importcfg << 'EOF' # internal
2025-08-20T23:00:25.9618411Z [00:02:48.223]➜  # import config
2025-08-20T23:00:25.9618769Z [00:02:48.223]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.9619193Z [00:02:48.223]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.9619816Z [00:02:48.223]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.9620614Z [00:02:48.223]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.9621290Z [00:02:48.223]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.9621780Z [00:02:48.223]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.9622212Z [00:02:48.223]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.9622664Z [00:02:48.223]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:25.9622980Z [00:02:48.223]➜  EOF
2025-08-20T23:00:25.9629429Z [00:02:48.224]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1611/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onelogin=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onelogin;$WORK/b1611=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onelogin -lang=go1.24 -complete -installsuffix shared -buildid aegZI-8_3n8-ljbxQJII/aegZI-8_3n8-ljbxQJII -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1611/importcfg -pack ./pkg/detectors/onelogin/onelogin.go
2025-08-20T23:00:25.9868311Z [00:02:48.248]➜  go tool buildid -w $WORK/b1609/_pkg_.a # internal
2025-08-20T23:00:25.9876552Z [00:02:48.249]➜  cp $WORK/b1609/_pkg_.a /root/.cache/go-build/01/0129ce1a45c8959013e3d0502e3c2255e68e58ff4bc747dcd90cd518791d86b5-d # internal
2025-08-20T23:00:25.9910015Z [00:02:48.252]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onepagecrm
2025-08-20T23:00:25.9910486Z [00:02:48.252]➜  mkdir -p $WORK/b1612/
2025-08-20T23:00:25.9936407Z [00:02:48.252]➜  cat >/tmp/go-build2180205415/b1612/importcfg << 'EOF' # internal
2025-08-20T23:00:25.9936859Z [00:02:48.253]➜  # import config
2025-08-20T23:00:25.9937214Z [00:02:48.253]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.9937839Z [00:02:48.253]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.9938608Z [00:02:48.253]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.9939404Z [00:02:48.253]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.9940080Z [00:02:48.253]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.9940572Z [00:02:48.253]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.9941013Z [00:02:48.253]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.9941588Z [00:02:48.253]➜  EOF
2025-08-20T23:00:25.9943681Z [00:02:48.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1612/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onepagecrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onepagecrm;$WORK/b1612=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onepagecrm -lang=go1.24 -complete -installsuffix shared -buildid UGdGEN06BD__gkiE-d6Z/UGdGEN06BD__gkiE-d6Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1612/importcfg -pack ./pkg/detectors/onepagecrm/onepagecrm.go
2025-08-20T23:00:25.9966231Z [00:02:48.258]➜  go tool buildid -w $WORK/b1610/_pkg_.a # internal
2025-08-20T23:00:25.9974094Z [00:02:48.258]➜  cp $WORK/b1610/_pkg_.a /root/.cache/go-build/a5/a5d6ed3a504d7909c70f4a12250d1ce43d1b664647edddbde91a0460ea736570-d # internal
2025-08-20T23:00:25.9979164Z [00:02:48.258]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onesignal
2025-08-20T23:00:25.9979748Z [00:02:48.259]➜  mkdir -p $WORK/b1613/
2025-08-20T23:00:25.9980142Z [00:02:48.259]➜  cat >/tmp/go-build2180205415/b1613/importcfg << 'EOF' # internal
2025-08-20T23:00:25.9980492Z [00:02:48.259]➜  # import config
2025-08-20T23:00:25.9980848Z [00:02:48.259]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:25.9981308Z [00:02:48.259]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:25.9981749Z [00:02:48.259]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:25.9982340Z [00:02:48.259]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:25.9983104Z [00:02:48.259]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:25.9983899Z [00:02:48.259]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:25.9984597Z [00:02:48.259]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:25.9985093Z [00:02:48.259]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:25.9985526Z [00:02:48.259]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:25.9986239Z [00:02:48.259]➜  EOF
2025-08-20T23:00:25.9988246Z [00:02:48.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1613/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onesignal=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onesignal;$WORK/b1613=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onesignal -lang=go1.24 -complete -installsuffix shared -buildid wZgd_vgO5nx2os0qWYUu/wZgd_vgO5nx2os0qWYUu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1613/importcfg -pack ./pkg/detectors/onesignal/onesignal.go
2025-08-20T23:00:26.0030000Z [00:02:48.264]➜  go tool buildid -w $WORK/b1611/_pkg_.a # internal
2025-08-20T23:00:26.0047308Z [00:02:48.266]➜  cp $WORK/b1611/_pkg_.a /root/.cache/go-build/82/82d788cf38d028f97fbc0bd6a20ece1ff9ee5ecdedc6da4c25defc7ce1e9414a-d # internal
2025-08-20T23:00:26.0054549Z [00:02:48.267]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onfleet
2025-08-20T23:00:26.0055294Z [00:02:48.267]➜  mkdir -p $WORK/b1614/
2025-08-20T23:00:26.0071058Z [00:02:48.268]➜  cat >/tmp/go-build2180205415/b1614/importcfg << 'EOF' # internal
2025-08-20T23:00:26.0071725Z [00:02:48.268]➜  # import config
2025-08-20T23:00:26.0072345Z [00:02:48.268]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.0073079Z [00:02:48.268]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:26.0073805Z [00:02:48.268]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.0074972Z [00:02:48.268]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.0084840Z [00:02:48.268]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.0085977Z [00:02:48.268]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.0086741Z [00:02:48.268]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.0087221Z [00:02:48.268]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:26.0087645Z [00:02:48.268]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.0087963Z [00:02:48.268]➜  EOF
2025-08-20T23:00:26.0090126Z [00:02:48.268]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1614/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onfleet=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onfleet;$WORK/b1614=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onfleet -lang=go1.24 -complete -installsuffix shared -buildid REwEf3EhgToBaYxOpcSd/REwEf3EhgToBaYxOpcSd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1614/importcfg -pack ./pkg/detectors/onfleet/onfleet.go
2025-08-20T23:00:26.0298288Z [00:02:48.291]➜  go tool buildid -w $WORK/b1612/_pkg_.a # internal
2025-08-20T23:00:26.0310945Z [00:02:48.292]➜  cp $WORK/b1612/_pkg_.a /root/.cache/go-build/b7/b7a0316884546fb77c0d9604cf1f9614a9750441545bf640540d7f550a498588-d # internal
2025-08-20T23:00:26.0312064Z [00:02:48.292]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oopspam
2025-08-20T23:00:26.0313703Z [00:02:48.292]➜  mkdir -p $WORK/b1615/
2025-08-20T23:00:26.0314444Z [00:02:48.292]➜  cat >/tmp/go-build2180205415/b1615/importcfg << 'EOF' # internal
2025-08-20T23:00:26.0315047Z [00:02:48.292]➜  # import config
2025-08-20T23:00:26.0316436Z [00:02:48.292]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.0317734Z [00:02:48.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.0318585Z [00:02:48.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.0319393Z [00:02:48.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.0320445Z [00:02:48.292]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.0320948Z [00:02:48.292]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.0321384Z [00:02:48.292]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.0321701Z [00:02:48.292]➜  EOF
2025-08-20T23:00:26.0323793Z [00:02:48.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1615/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oopspam=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oopspam;$WORK/b1615=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oopspam -lang=go1.24 -complete -installsuffix shared -buildid fJfHwTBkkZRqiwXWeARm/fJfHwTBkkZRqiwXWeARm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1615/importcfg -pack ./pkg/detectors/oopspam/oopspam.go
2025-08-20T23:00:26.0363261Z [00:02:48.297]➜  go tool buildid -w $WORK/b1613/_pkg_.a # internal
2025-08-20T23:00:26.0372723Z [00:02:48.298]➜  cp $WORK/b1613/_pkg_.a /root/.cache/go-build/15/15ec459e89131aac40ca03dcb3c75cb6e5132d38b561e87c4a060608826d0686-d # internal
2025-08-20T23:00:26.0373853Z [00:02:48.298]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openai
2025-08-20T23:00:26.0374468Z [00:02:48.298]➜  mkdir -p $WORK/b1616/
2025-08-20T23:00:26.0376540Z [00:02:48.299]➜  cat >/tmp/go-build2180205415/b1616/importcfg << 'EOF' # internal
2025-08-20T23:00:26.0376905Z [00:02:48.299]➜  # import config
2025-08-20T23:00:26.0377250Z [00:02:48.299]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.0377702Z [00:02:48.299]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:26.0378162Z [00:02:48.299]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.0378765Z [00:02:48.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.0379535Z [00:02:48.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.0380340Z [00:02:48.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.0381020Z [00:02:48.299]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.0381491Z [00:02:48.299]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:26.0381910Z [00:02:48.299]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.0382345Z [00:02:48.299]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:26.0383067Z [00:02:48.299]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:26.0383520Z [00:02:48.299]➜  EOF
2025-08-20T23:00:26.0385471Z [00:02:48.299]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1616/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openai;$WORK/b1616=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openai -lang=go1.24 -complete -installsuffix shared -buildid kFOgx8ZH2fdrkA851E-C/kFOgx8ZH2fdrkA851E-C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1616/importcfg -pack ./pkg/detectors/openai/openai.go
2025-08-20T23:00:26.0621618Z [00:02:48.321]➜  go tool buildid -w $WORK/b1614/_pkg_.a # internal
2025-08-20T23:00:26.0648102Z [00:02:48.323]➜  cp $WORK/b1614/_pkg_.a /root/.cache/go-build/7e/7e22c4acfa8e6566db801d532e7822f07ba6de3fc55c001e0295bc6068497c73-d # internal
2025-08-20T23:00:26.0648871Z [00:02:48.324]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opencagedata
2025-08-20T23:00:26.0649306Z [00:02:48.324]➜  mkdir -p $WORK/b1617/
2025-08-20T23:00:26.0649703Z [00:02:48.324]➜  cat >/tmp/go-build2180205415/b1617/importcfg << 'EOF' # internal
2025-08-20T23:00:26.0650051Z [00:02:48.324]➜  # import config
2025-08-20T23:00:26.0650391Z [00:02:48.324]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.0651202Z [00:02:48.324]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.0651800Z [00:02:48.324]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.0652564Z [00:02:48.324]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.0653361Z [00:02:48.324]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.0654042Z [00:02:48.324]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.0654542Z [00:02:48.324]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.0655097Z [00:02:48.324]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.0655492Z [00:02:48.324]➜  EOF
2025-08-20T23:00:26.0658820Z [00:02:48.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1617/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opencagedata=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opencagedata;$WORK/b1617=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opencagedata -lang=go1.24 -complete -installsuffix shared -buildid ilhopVTNyYrgvgPdkNrt/ilhopVTNyYrgvgPdkNrt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1617/importcfg -pack ./pkg/detectors/opencagedata/opencagedata.go
2025-08-20T23:00:26.0719956Z [00:02:48.333]➜  go tool buildid -w $WORK/b1615/_pkg_.a # internal
2025-08-20T23:00:26.0731141Z [00:02:48.334]➜  cp $WORK/b1615/_pkg_.a /root/.cache/go-build/26/265ae7a84800b42dad7c2e0dd49bf5c4b9a500fcf2570ac0fc4202fcde951370-d # internal
2025-08-20T23:00:26.0736766Z [00:02:48.334]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openuv
2025-08-20T23:00:26.0737171Z [00:02:48.334]➜  mkdir -p $WORK/b1618/
2025-08-20T23:00:26.0737558Z [00:02:48.334]➜  cat >/tmp/go-build2180205415/b1618/importcfg << 'EOF' # internal
2025-08-20T23:00:26.0737921Z [00:02:48.334]➜  # import config
2025-08-20T23:00:26.0738266Z [00:02:48.334]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.0738874Z [00:02:48.334]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.0739640Z [00:02:48.334]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.0740434Z [00:02:48.334]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.0741394Z [00:02:48.334]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.0742047Z [00:02:48.334]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.0742484Z [00:02:48.334]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.0742801Z [00:02:48.334]➜  EOF
2025-08-20T23:00:26.0744746Z [00:02:48.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1618/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openuv=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openuv;$WORK/b1618=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openuv -lang=go1.24 -complete -installsuffix shared -buildid XMY-Fxy5oD7Z98asSDmp/XMY-Fxy5oD7Z98asSDmp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1618/importcfg -pack ./pkg/detectors/openuv/openuv.go
2025-08-20T23:00:26.1113832Z [00:02:48.372]➜  go tool buildid -w $WORK/b1616/_pkg_.a # internal
2025-08-20T23:00:26.1131529Z [00:02:48.374]➜  cp $WORK/b1616/_pkg_.a /root/.cache/go-build/c0/c02cb496d70f6c9f20146c9a40d2827b1c21b30c9ea36f24519a5e2296503ccd-d # internal
2025-08-20T23:00:26.1147324Z [00:02:48.374]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openvpn
2025-08-20T23:00:26.1148182Z [00:02:48.374]➜  mkdir -p $WORK/b1619/
2025-08-20T23:00:26.1148844Z [00:02:48.374]➜  cat >/tmp/go-build2180205415/b1619/importcfg << 'EOF' # internal
2025-08-20T23:00:26.1149861Z [00:02:48.374]➜  # import config
2025-08-20T23:00:26.1150351Z [00:02:48.374]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.1151000Z [00:02:48.374]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:26.1151504Z [00:02:48.374]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.1152312Z [00:02:48.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.1153212Z [00:02:48.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.1183224Z [00:02:48.374]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.1183922Z [00:02:48.374]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.1184381Z [00:02:48.374]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.1184715Z [00:02:48.374]➜  EOF
2025-08-20T23:00:26.1186850Z [00:02:48.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1619/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openvpn=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openvpn;$WORK/b1619=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openvpn -lang=go1.24 -complete -installsuffix shared -buildid him1J_U-QzazbWzptCPt/him1J_U-QzazbWzptCPt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1619/importcfg -pack ./pkg/detectors/openvpn/openvpn.go
2025-08-20T23:00:26.1242899Z [00:02:48.385]➜  go tool buildid -w $WORK/b1617/_pkg_.a # internal
2025-08-20T23:00:26.1252499Z [00:02:48.386]➜  cp $WORK/b1617/_pkg_.a /root/.cache/go-build/34/34175810a8bab92b614e14ade584e327d6561569ae5c59de476efe0d946bc21b-d # internal
2025-08-20T23:00:26.1253612Z [00:02:48.386]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openweather
2025-08-20T23:00:26.1254371Z [00:02:48.386]➜  mkdir -p $WORK/b1620/
2025-08-20T23:00:26.1256464Z [00:02:48.387]➜  cat >/tmp/go-build2180205415/b1620/importcfg << 'EOF' # internal
2025-08-20T23:00:26.1256835Z [00:02:48.387]➜  # import config
2025-08-20T23:00:26.1257187Z [00:02:48.387]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.1257796Z [00:02:48.387]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.1258566Z [00:02:48.387]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.1259590Z [00:02:48.387]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.1260438Z [00:02:48.387]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.1260939Z [00:02:48.387]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.1261378Z [00:02:48.387]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.1261696Z [00:02:48.387]➜  EOF
2025-08-20T23:00:26.1300390Z [00:02:48.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1620/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openweather=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openweather;$WORK/b1620=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openweather -lang=go1.24 -complete -installsuffix shared -buildid loo1F3fajyyu9zLLnHOj/loo1F3fajyyu9zLLnHOj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1620/importcfg -pack ./pkg/detectors/openweather/openweather.go
2025-08-20T23:00:26.1386994Z [00:02:48.400]➜  go tool buildid -w $WORK/b1618/_pkg_.a # internal
2025-08-20T23:00:26.1395120Z [00:02:48.400]➜  cp $WORK/b1618/_pkg_.a /root/.cache/go-build/fc/fc2a842c67df8c59a7d13f5b22e6db795f15889fb7e56db17d4e19feca34a0cb-d # internal
2025-08-20T23:00:26.1410234Z [00:02:48.402]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opsgenie
2025-08-20T23:00:26.1411163Z [00:02:48.402]➜  mkdir -p $WORK/b1621/
2025-08-20T23:00:26.1413855Z [00:02:48.402]➜  cat >/tmp/go-build2180205415/b1621/importcfg << 'EOF' # internal
2025-08-20T23:00:26.1414346Z [00:02:48.402]➜  # import config
2025-08-20T23:00:26.1414798Z [00:02:48.402]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.1415402Z [00:02:48.402]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:26.1416104Z [00:02:48.402]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.1416862Z [00:02:48.402]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.1417910Z [00:02:48.402]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.1418877Z [00:02:48.402]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.1419675Z [00:02:48.402]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.1420274Z [00:02:48.402]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:26.1420790Z [00:02:48.402]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.1421308Z [00:02:48.402]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.1421729Z [00:02:48.402]➜  EOF
2025-08-20T23:00:26.1424004Z [00:02:48.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1621/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opsgenie=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opsgenie;$WORK/b1621=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opsgenie -lang=go1.24 -complete -installsuffix shared -buildid iZRBIe7ZBdrNCSDqlHgt/iZRBIe7ZBdrNCSDqlHgt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1621/importcfg -pack ./pkg/detectors/opsgenie/opsgenie.go
2025-08-20T23:00:26.1792904Z [00:02:48.440]➜  go tool buildid -w $WORK/b1619/_pkg_.a # internal
2025-08-20T23:00:26.1804961Z [00:02:48.441]➜  cp $WORK/b1619/_pkg_.a /root/.cache/go-build/ff/ff03b39b5fc80268514f34d0426ed01d4e2ec7b205582f5154773be0ac304c31-d # internal
2025-08-20T23:00:26.1805726Z [00:02:48.441]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/optimizely
2025-08-20T23:00:26.1806578Z [00:02:48.441]➜  mkdir -p $WORK/b1622/
2025-08-20T23:00:26.1841885Z [00:02:48.445]➜  cat >/tmp/go-build2180205415/b1622/importcfg << 'EOF' # internal
2025-08-20T23:00:26.1843242Z [00:02:48.445]➜  # import config
2025-08-20T23:00:26.1849053Z [00:02:48.445]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.1849564Z [00:02:48.445]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.1850174Z [00:02:48.445]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.1851283Z [00:02:48.445]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.1852110Z [00:02:48.445]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.1852798Z [00:02:48.445]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.1853295Z [00:02:48.445]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.1853729Z [00:02:48.445]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.1854044Z [00:02:48.445]➜  EOF
2025-08-20T23:00:26.1858602Z [00:02:48.445]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1622/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/optimizely=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/optimizely;$WORK/b1622=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/optimizely -lang=go1.24 -complete -installsuffix shared -buildid DsJf3pLgHJ4Km2tK49V-/DsJf3pLgHJ4Km2tK49V- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1622/importcfg -pack ./pkg/detectors/optimizely/optimizely.go
2025-08-20T23:00:26.1914880Z [00:02:48.452]➜  go tool buildid -w $WORK/b1620/_pkg_.a # internal
2025-08-20T23:00:26.1924989Z [00:02:48.453]➜  cp $WORK/b1620/_pkg_.a /root/.cache/go-build/91/91bccb612af970b354804df62d2cec3fcd7673540d300f349dbdfb95aa25ecf8-d # internal
2025-08-20T23:00:26.1948495Z [00:02:48.454]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/overloop
2025-08-20T23:00:26.1949044Z [00:02:48.454]➜  mkdir -p $WORK/b1623/
2025-08-20T23:00:26.1949434Z [00:02:48.454]➜  cat >/tmp/go-build2180205415/b1623/importcfg << 'EOF' # internal
2025-08-20T23:00:26.1949813Z [00:02:48.454]➜  # import config
2025-08-20T23:00:26.1950429Z [00:02:48.454]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.1950912Z [00:02:48.454]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.1951522Z [00:02:48.454]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.1952293Z [00:02:48.454]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.1953096Z [00:02:48.454]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.1953778Z [00:02:48.454]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.1954271Z [00:02:48.454]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.1954835Z [00:02:48.454]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.1955286Z [00:02:48.454]➜  EOF
2025-08-20T23:00:26.1957441Z [00:02:48.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1623/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/overloop=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/overloop;$WORK/b1623=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/overloop -lang=go1.24 -complete -installsuffix shared -buildid gNlRtpEmPIm0t2Azb7S7/gNlRtpEmPIm0t2Azb7S7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1623/importcfg -pack ./pkg/detectors/overloop/overloop.go
2025-08-20T23:00:26.2101820Z [00:02:48.471]➜  go tool buildid -w $WORK/b1621/_pkg_.a # internal
2025-08-20T23:00:26.2114672Z [00:02:48.472]➜  cp $WORK/b1621/_pkg_.a /root/.cache/go-build/eb/ebc77bd00a8cb37b58654d8abceb19acd8c2423f940789f287a1f8935a3076dd-d # internal
2025-08-20T23:00:26.2126079Z [00:02:48.473]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/owlbot
2025-08-20T23:00:26.2126574Z [00:02:48.473]➜  mkdir -p $WORK/b1624/
2025-08-20T23:00:26.2142663Z [00:02:48.475]➜  cat >/tmp/go-build2180205415/b1624/importcfg << 'EOF' # internal
2025-08-20T23:00:26.2143185Z [00:02:48.475]➜  # import config
2025-08-20T23:00:26.2143561Z [00:02:48.475]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.2144475Z [00:02:48.475]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.2145209Z [00:02:48.475]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.2146226Z [00:02:48.475]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.2147165Z [00:02:48.475]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.2147970Z [00:02:48.475]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.2148574Z [00:02:48.475]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.2149149Z [00:02:48.475]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.2149580Z [00:02:48.475]➜  EOF
2025-08-20T23:00:26.2151546Z [00:02:48.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1624/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/owlbot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/owlbot;$WORK/b1624=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/owlbot -lang=go1.24 -complete -installsuffix shared -buildid 19KhTE_E0hawifZaWEBd/19KhTE_E0hawifZaWEBd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1624/importcfg -pack ./pkg/detectors/owlbot/owlbot.go
2025-08-20T23:00:26.2315092Z [00:02:48.492]➜  go tool buildid -w $WORK/b1622/_pkg_.a # internal
2025-08-20T23:00:26.2321918Z [00:02:48.493]➜  cp $WORK/b1622/_pkg_.a /root/.cache/go-build/e6/e62b7191eec632300405d0de0da3bcf708e2fdf82d6cacbc26e8dc61268f5ec7-d # internal
2025-08-20T23:00:26.2322737Z [00:02:48.493]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/packagecloud
2025-08-20T23:00:26.2323404Z [00:02:48.493]➜  mkdir -p $WORK/b1625/
2025-08-20T23:00:26.2334753Z [00:02:48.494]➜  cat >/tmp/go-build2180205415/b1625/importcfg << 'EOF' # internal
2025-08-20T23:00:26.2335317Z [00:02:48.494]➜  # import config
2025-08-20T23:00:26.2335674Z [00:02:48.494]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.2336540Z [00:02:48.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.2337314Z [00:02:48.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.2338116Z [00:02:48.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.2338793Z [00:02:48.494]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.2339699Z [00:02:48.494]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.2340204Z [00:02:48.494]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.2340565Z [00:02:48.494]➜  EOF
2025-08-20T23:00:26.2342640Z [00:02:48.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1625/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/packagecloud=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/packagecloud;$WORK/b1625=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/packagecloud -lang=go1.24 -complete -installsuffix shared -buildid 0IVPkxWgHnoMUw_Fp_oj/0IVPkxWgHnoMUw_Fp_oj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1625/importcfg -pack ./pkg/detectors/packagecloud/packagecloud.go
2025-08-20T23:00:26.2467080Z [00:02:48.507]➜  go tool buildid -w $WORK/b1623/_pkg_.a # internal
2025-08-20T23:00:26.2473630Z [00:02:48.508]➜  cp $WORK/b1623/_pkg_.a /root/.cache/go-build/1a/1ac3826364f34d3ed655112806517d2bdfa827d7a09d9b2bc5c103108096f8c1-d # internal
2025-08-20T23:00:26.2475168Z [00:02:48.509]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagarme
2025-08-20T23:00:26.2475640Z [00:02:48.509]➜  mkdir -p $WORK/b1626/
2025-08-20T23:00:26.2480412Z [00:02:48.509]➜  cat >/tmp/go-build2180205415/b1626/importcfg << 'EOF' # internal
2025-08-20T23:00:26.2481669Z [00:02:48.509]➜  # import config
2025-08-20T23:00:26.2482037Z [00:02:48.509]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.2482464Z [00:02:48.509]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.2483178Z [00:02:48.509]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.2483954Z [00:02:48.509]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.2484763Z [00:02:48.509]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.2485454Z [00:02:48.509]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.2486021Z [00:02:48.509]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:26.2486456Z [00:02:48.509]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.2486891Z [00:02:48.509]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.2487200Z [00:02:48.509]➜  EOF
2025-08-20T23:00:26.2489190Z [00:02:48.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1626/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagarme=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagarme;$WORK/b1626=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagarme -lang=go1.24 -complete -installsuffix shared -buildid Honh3WwWGDrGC3dcOIFn/Honh3WwWGDrGC3dcOIFn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1626/importcfg -pack ./pkg/detectors/pagarme/pagarme.go
2025-08-20T23:00:26.2563963Z [00:02:48.517]➜  go tool buildid -w $WORK/b1624/_pkg_.a # internal
2025-08-20T23:00:26.2574100Z [00:02:48.518]➜  cp $WORK/b1624/_pkg_.a /root/.cache/go-build/a8/a8b84532084592686453451fb9489781ccc6cfbd5929a623abe28cfa36fcf072-d # internal
2025-08-20T23:00:26.2574963Z [00:02:48.518]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagerdutyapikey
2025-08-20T23:00:26.2575386Z [00:02:48.519]➜  mkdir -p $WORK/b1627/
2025-08-20T23:00:26.2606914Z [00:02:48.519]➜  cat >/tmp/go-build2180205415/b1627/importcfg << 'EOF' # internal
2025-08-20T23:00:26.2608737Z [00:02:48.519]➜  # import config
2025-08-20T23:00:26.2609145Z [00:02:48.519]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.2609577Z [00:02:48.519]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.2610179Z [00:02:48.519]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.2611229Z [00:02:48.519]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.2612172Z [00:02:48.519]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.2612858Z [00:02:48.519]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.2613346Z [00:02:48.519]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.2613775Z [00:02:48.519]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.2614093Z [00:02:48.519]➜  EOF
2025-08-20T23:00:26.2616395Z [00:02:48.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1627/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagerdutyapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagerdutyapikey;$WORK/b1627=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagerdutyapikey -lang=go1.24 -complete -installsuffix shared -buildid H3SBxGFJ7ElUhHewFvPo/H3SBxGFJ7ElUhHewFvPo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1627/importcfg -pack ./pkg/detectors/pagerdutyapikey/pagerdutyapikey.go
2025-08-20T23:00:26.2817074Z [00:02:48.543]➜  go tool buildid -w $WORK/b1625/_pkg_.a # internal
2025-08-20T23:00:26.2857464Z [00:02:48.547]➜  cp $WORK/b1625/_pkg_.a /root/.cache/go-build/a4/a4caf7cfe397660dfb6a25b89d9ed4f8609ba8fefdba5d2ff651e3179c316ff5-d # internal
2025-08-20T23:00:26.2861504Z [00:02:48.547]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandadoc
2025-08-20T23:00:26.2861949Z [00:02:48.547]➜  mkdir -p $WORK/b1628/
2025-08-20T23:00:26.2862346Z [00:02:48.547]➜  cat >/tmp/go-build2180205415/b1628/importcfg << 'EOF' # internal
2025-08-20T23:00:26.2862695Z [00:02:48.547]➜  # import config
2025-08-20T23:00:26.2863041Z [00:02:48.547]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.2863459Z [00:02:48.547]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.2864088Z [00:02:48.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.2864852Z [00:02:48.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.2865653Z [00:02:48.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.2866520Z [00:02:48.547]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.2867019Z [00:02:48.547]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.2875311Z [00:02:48.547]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.2875975Z [00:02:48.547]➜  EOF
2025-08-20T23:00:26.2878272Z [00:02:48.547]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1628/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandadoc=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandadoc;$WORK/b1628=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandadoc -lang=go1.24 -complete -installsuffix shared -buildid defom1Rf_hxPBMgf00XI/defom1Rf_hxPBMgf00XI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1628/importcfg -pack ./pkg/detectors/pandadoc/pandadoc.go
2025-08-20T23:00:26.2881714Z [00:02:48.549]➜  go tool buildid -w $WORK/b1550/_pkg_.a # internal
2025-08-20T23:00:26.2910729Z [00:02:48.552]➜  go tool buildid -w $WORK/b1626/_pkg_.a # internal
2025-08-20T23:00:26.2948044Z [00:02:48.555]➜  cp $WORK/b1626/_pkg_.a /root/.cache/go-build/51/51f72f5ee6a04e19e2d90d8682a5d90968a1c941aff3feb6c384776195b5b14b-d # internal
2025-08-20T23:00:26.2948779Z [00:02:48.555]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandascore
2025-08-20T23:00:26.2949177Z [00:02:48.555]➜  mkdir -p $WORK/b1629/
2025-08-20T23:00:26.2949553Z [00:02:48.555]➜  cat >/tmp/go-build2180205415/b1629/importcfg << 'EOF' # internal
2025-08-20T23:00:26.2950163Z [00:02:48.555]➜  # import config
2025-08-20T23:00:26.2950665Z [00:02:48.555]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.2951089Z [00:02:48.555]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.2951690Z [00:02:48.555]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.2957568Z [00:02:48.555]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.2958476Z [00:02:48.555]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.2959156Z [00:02:48.555]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.2959650Z [00:02:48.555]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.2960081Z [00:02:48.555]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.2960412Z [00:02:48.555]➜  EOF
2025-08-20T23:00:26.2962469Z [00:02:48.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1629/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandascore=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandascore;$WORK/b1629=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandascore -lang=go1.24 -complete -installsuffix shared -buildid mXCSJgUWzi0o0fA3zEzF/mXCSJgUWzi0o0fA3zEzF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1629/importcfg -pack ./pkg/detectors/pandascore/pandascore.go
2025-08-20T23:00:26.2964855Z [00:02:48.555]➜  cp $WORK/b1550/_pkg_.a /root/.cache/go-build/b7/b70b8715331e110429276fb866e81e4e548129d1f11e1473821472e1cffa1d14-d # internal
2025-08-20T23:00:26.2965474Z [00:02:48.555]➜  go.mongodb.org/mongo-driver/x/mongo/driver/operation
2025-08-20T23:00:26.2966350Z [00:02:48.555]➜  mkdir -p $WORK/b1566/
2025-08-20T23:00:26.2966825Z [00:02:48.556]➜  cat >/tmp/go-build2180205415/b1566/importcfg << 'EOF' # internal
2025-08-20T23:00:26.2967175Z [00:02:48.556]➜  # import config
2025-08-20T23:00:26.2967519Z [00:02:48.556]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.2967945Z [00:02:48.556]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:26.2968363Z [00:02:48.556]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.2968865Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2180205415/b1521/_pkg_.a
2025-08-20T23:00:26.2969497Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2180205415/b1525/_pkg_.a
2025-08-20T23:00:26.2970121Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build2180205415/b1528/_pkg_.a
2025-08-20T23:00:26.2970772Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build2180205415/b1531/_pkg_.a
2025-08-20T23:00:26.2971473Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build2180205415/b1551/_pkg_.a
2025-08-20T23:00:26.2972373Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build2180205415/b1532/_pkg_.a
2025-08-20T23:00:26.2973143Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build2180205415/b1540/_pkg_.a
2025-08-20T23:00:26.2973820Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2180205415/b1529/_pkg_.a
2025-08-20T23:00:26.2974493Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2180205415/b1530/_pkg_.a
2025-08-20T23:00:26.2975174Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build2180205415/b1548/_pkg_.a
2025-08-20T23:00:26.2976094Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build2180205415/b1534/_pkg_.a
2025-08-20T23:00:26.2976984Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build2180205415/b1549/_pkg_.a
2025-08-20T23:00:26.2977814Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/version=/tmp/go-build2180205415/b1567/_pkg_.a
2025-08-20T23:00:26.2978469Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:26.2979147Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build2180205415/b1550/_pkg_.a
2025-08-20T23:00:26.2979847Z [00:02:48.556]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build2180205415/b1554/_pkg_.a
2025-08-20T23:00:26.2980394Z [00:02:48.556]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:26.2980801Z [00:02:48.556]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:26.2981225Z [00:02:48.556]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:26.2981649Z [00:02:48.556]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.2982066Z [00:02:48.556]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:26.2982379Z [00:02:48.556]➜  EOF
2025-08-20T23:00:26.2995177Z [00:02:48.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1566/_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/b1566=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/operation -lang=go1.18 -complete -installsuffix shared -buildid 9fXmMsStxyM93_JZI6rY/9fXmMsStxyM93_JZI6rY -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/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:00:26.3012184Z [00:02:48.560]➜  go tool buildid -w $WORK/b1627/_pkg_.a # internal
2025-08-20T23:00:26.3013035Z [00:02:48.562]➜  cp $WORK/b1627/_pkg_.a /root/.cache/go-build/17/1711fc18675f53651f12d4dd82ff448d7fb63faae00e89f777a25adf9e93636d-d # internal
2025-08-20T23:00:26.3013948Z [00:02:48.562]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paperform
2025-08-20T23:00:26.3014364Z [00:02:48.562]➜  mkdir -p $WORK/b1630/
2025-08-20T23:00:26.3014743Z [00:02:48.562]➜  cat >/tmp/go-build2180205415/b1630/importcfg << 'EOF' # internal
2025-08-20T23:00:26.3015090Z [00:02:48.562]➜  # import config
2025-08-20T23:00:26.3015434Z [00:02:48.562]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.3015995Z [00:02:48.562]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.3016656Z [00:02:48.562]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.3017431Z [00:02:48.562]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.3018236Z [00:02:48.562]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.3018918Z [00:02:48.562]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.3019654Z [00:02:48.562]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.3020088Z [00:02:48.562]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.3020406Z [00:02:48.562]➜  EOF
2025-08-20T23:00:26.3022435Z [00:02:48.562]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1630/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paperform=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paperform;$WORK/b1630=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paperform -lang=go1.24 -complete -installsuffix shared -buildid IutMR5GsOipUk-CcP-W0/IutMR5GsOipUk-CcP-W0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1630/importcfg -pack ./pkg/detectors/paperform/paperform.go
2025-08-20T23:00:26.3298773Z [00:02:48.591]➜  go tool buildid -w $WORK/b1628/_pkg_.a # internal
2025-08-20T23:00:26.3311391Z [00:02:48.592]➜  cp $WORK/b1628/_pkg_.a /root/.cache/go-build/e9/e9ca8e2389461d4eaf087f33d8c48d094b3ec1575be78a2d46da9a4a9f4168f5-d # internal
2025-08-20T23:00:26.3320967Z [00:02:48.593]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paralleldots
2025-08-20T23:00:26.3321427Z [00:02:48.593]➜  mkdir -p $WORK/b1631/
2025-08-20T23:00:26.3321813Z [00:02:48.593]➜  cat >/tmp/go-build2180205415/b1631/importcfg << 'EOF' # internal
2025-08-20T23:00:26.3322167Z [00:02:48.593]➜  # import config
2025-08-20T23:00:26.3322507Z [00:02:48.593]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:26.3322932Z [00:02:48.593]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.3323554Z [00:02:48.593]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.3324600Z [00:02:48.593]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.3325467Z [00:02:48.593]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.3326402Z [00:02:48.593]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.3326883Z [00:02:48.593]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:26.3327330Z [00:02:48.593]➜  packagefile mime/multipart=/tmp/go-build2180205415/b195/_pkg_.a
2025-08-20T23:00:26.3327785Z [00:02:48.593]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.3328298Z [00:02:48.593]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.3328672Z [00:02:48.593]➜  EOF
2025-08-20T23:00:26.3330962Z [00:02:48.593]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1631/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paralleldots=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paralleldots;$WORK/b1631=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paralleldots -lang=go1.24 -complete -installsuffix shared -buildid JtlL4EVMBYGDoHbWH0KO/JtlL4EVMBYGDoHbWH0KO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1631/importcfg -pack ./pkg/detectors/paralleldots/paralleldots.go
2025-08-20T23:00:26.3369824Z [00:02:48.598]➜  go tool buildid -w $WORK/b1629/_pkg_.a # internal
2025-08-20T23:00:26.3387090Z [00:02:48.599]➜  cp $WORK/b1629/_pkg_.a /root/.cache/go-build/d4/d4489c4665cecabed13217ed7dd730b159f5cf152e3fd5c937adbcb2a208a7fd-d # internal
2025-08-20T23:00:26.3388479Z [00:02:48.600]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsehub
2025-08-20T23:00:26.3388923Z [00:02:48.600]➜  mkdir -p $WORK/b1632/
2025-08-20T23:00:26.3397466Z [00:02:48.601]➜  cat >/tmp/go-build2180205415/b1632/importcfg << 'EOF' # internal
2025-08-20T23:00:26.3398818Z [00:02:48.601]➜  # import config
2025-08-20T23:00:26.3401095Z [00:02:48.601]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.3401547Z [00:02:48.601]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.3402455Z [00:02:48.601]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.3403229Z [00:02:48.601]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.3404026Z [00:02:48.601]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.3404708Z [00:02:48.601]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.3405246Z [00:02:48.601]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.3405687Z [00:02:48.601]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.3406169Z [00:02:48.601]➜  EOF
2025-08-20T23:00:26.3408183Z [00:02:48.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1632/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsehub=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsehub;$WORK/b1632=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsehub -lang=go1.24 -complete -installsuffix shared -buildid ytjTxwO6UoYW9Wk3jfMa/ytjTxwO6UoYW9Wk3jfMa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1632/importcfg -pack ./pkg/detectors/parsehub/parsehub.go
2025-08-20T23:00:26.3422577Z [00:02:48.602]➜  go tool buildid -w $WORK/b1630/_pkg_.a # internal
2025-08-20T23:00:26.3423439Z [00:02:48.603]➜  cp $WORK/b1630/_pkg_.a /root/.cache/go-build/ef/ef844f49a6a9f14d6f4519bdee6b88c1ade34dfac155738bc073b8d8ede9675a-d # internal
2025-08-20T23:00:26.3426367Z [00:02:48.603]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsers
2025-08-20T23:00:26.3427794Z [00:02:48.603]➜  mkdir -p $WORK/b1633/
2025-08-20T23:00:26.3428666Z [00:02:48.603]➜  cat >/tmp/go-build2180205415/b1633/importcfg << 'EOF' # internal
2025-08-20T23:00:26.3429547Z [00:02:48.603]➜  # import config
2025-08-20T23:00:26.3430425Z [00:02:48.603]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.3431115Z [00:02:48.603]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.3431896Z [00:02:48.603]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.3432698Z [00:02:48.603]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.3433378Z [00:02:48.603]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.3433872Z [00:02:48.603]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.3434540Z [00:02:48.603]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.3435001Z [00:02:48.603]➜  EOF
2025-08-20T23:00:26.3437152Z [00:02:48.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1633/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsers=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsers;$WORK/b1633=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsers -lang=go1.24 -complete -installsuffix shared -buildid XRGhb47dni6zht8WOdK1/XRGhb47dni6zht8WOdK1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1633/importcfg -pack ./pkg/detectors/parsers/parsers.go
2025-08-20T23:00:26.3732202Z [00:02:48.634]➜  go tool buildid -w $WORK/b1631/_pkg_.a # internal
2025-08-20T23:00:26.3742240Z [00:02:48.635]➜  cp $WORK/b1631/_pkg_.a /root/.cache/go-build/72/72357fe507aee70d12913ce8b992b150e38ce0134e17a94c1925f293c89fce4a-d # internal
2025-08-20T23:00:26.3743308Z [00:02:48.635]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parseur
2025-08-20T23:00:26.3743991Z [00:02:48.635]➜  mkdir -p $WORK/b1634/
2025-08-20T23:00:26.3746420Z [00:02:48.636]➜  cat >/tmp/go-build2180205415/b1634/importcfg << 'EOF' # internal
2025-08-20T23:00:26.3746794Z [00:02:48.636]➜  # import config
2025-08-20T23:00:26.3749434Z [00:02:48.636]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.3749875Z [00:02:48.636]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.3750480Z [00:02:48.636]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.3751251Z [00:02:48.636]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.3752051Z [00:02:48.636]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.3752742Z [00:02:48.636]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.3753246Z [00:02:48.636]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.3753683Z [00:02:48.636]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.3753998Z [00:02:48.636]➜  EOF
2025-08-20T23:00:26.3756164Z [00:02:48.636]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1634/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parseur=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parseur;$WORK/b1634=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parseur -lang=go1.24 -complete -installsuffix shared -buildid IvDaeyPHYVKNXHb5QzHt/IvDaeyPHYVKNXHb5QzHt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1634/importcfg -pack ./pkg/detectors/parseur/parseur.go
2025-08-20T23:00:26.3822933Z [00:02:48.643]➜  go tool buildid -w $WORK/b1633/_pkg_.a # internal
2025-08-20T23:00:26.3828160Z [00:02:48.644]➜  cp $WORK/b1633/_pkg_.a /root/.cache/go-build/86/86c3a1aa7169a71cc056fd4c616a92d95eeead51ef445b76968d3c8c7b2724b1-d # internal
2025-08-20T23:00:26.3832184Z [00:02:48.644]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/partnerstack
2025-08-20T23:00:26.3833060Z [00:02:48.644]➜  mkdir -p $WORK/b1635/
2025-08-20T23:00:26.3833449Z [00:02:48.644]➜  go tool buildid -w $WORK/b1632/_pkg_.a # internal
2025-08-20T23:00:26.3833910Z [00:02:48.644]➜  cat >/tmp/go-build2180205415/b1635/importcfg << 'EOF' # internal
2025-08-20T23:00:26.3834267Z [00:02:48.644]➜  # import config
2025-08-20T23:00:26.3834615Z [00:02:48.644]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.3835039Z [00:02:48.644]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.3835638Z [00:02:48.644]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.3836630Z [00:02:48.644]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.3837642Z [00:02:48.644]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.3838473Z [00:02:48.644]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.3838974Z [00:02:48.644]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.3839406Z [00:02:48.644]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.3839724Z [00:02:48.644]➜  EOF
2025-08-20T23:00:26.3841820Z [00:02:48.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1635/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/partnerstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/partnerstack;$WORK/b1635=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/partnerstack -lang=go1.24 -complete -installsuffix shared -buildid RghRJcoF-XdIQw-3HRNS/RghRJcoF-XdIQw-3HRNS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1635/importcfg -pack ./pkg/detectors/partnerstack/partnerstack.go
2025-08-20T23:00:26.3848269Z [00:02:48.646]➜  cp $WORK/b1632/_pkg_.a /root/.cache/go-build/64/6412e87e08bcbf352fbc209317a244502f187f220d4776fce7b377808cf02394-d # internal
2025-08-20T23:00:26.3849019Z [00:02:48.646]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pastebin
2025-08-20T23:00:26.3849694Z [00:02:48.646]➜  mkdir -p $WORK/b1636/
2025-08-20T23:00:26.3850073Z [00:02:48.646]➜  cat >/tmp/go-build2180205415/b1636/importcfg << 'EOF' # internal
2025-08-20T23:00:26.3850419Z [00:02:48.646]➜  # import config
2025-08-20T23:00:26.3850752Z [00:02:48.646]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:26.3851178Z [00:02:48.646]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.3851795Z [00:02:48.646]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.3852577Z [00:02:48.646]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.3853388Z [00:02:48.646]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.3854070Z [00:02:48.646]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.3854550Z [00:02:48.646]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:26.3854990Z [00:02:48.646]➜  packagefile mime/multipart=/tmp/go-build2180205415/b195/_pkg_.a
2025-08-20T23:00:26.3855448Z [00:02:48.646]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.3866555Z [00:02:48.646]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.3867056Z [00:02:48.646]➜  EOF
2025-08-20T23:00:26.3869311Z [00:02:48.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1636/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pastebin=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pastebin;$WORK/b1636=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pastebin -lang=go1.24 -complete -installsuffix shared -buildid kgTZr5CeJZM0T8ULzzRq/kgTZr5CeJZM0T8ULzzRq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1636/importcfg -pack ./pkg/detectors/pastebin/pastebin.go
2025-08-20T23:00:26.4204867Z [00:02:48.681]➜  go tool buildid -w $WORK/b1635/_pkg_.a # internal
2025-08-20T23:00:26.4217127Z [00:02:48.683]➜  cp $WORK/b1635/_pkg_.a /root/.cache/go-build/4e/4eb6254b9cf4b36b9a0d8f071ea63732e90ce9ef9d0a80236d47e71f782ecbc5-d # internal
2025-08-20T23:00:26.4221184Z [00:02:48.683]➜  go tool buildid -w $WORK/b1634/_pkg_.a # internal
2025-08-20T23:00:26.4224348Z [00:02:48.684]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paydirtapp
2025-08-20T23:00:26.4228106Z [00:02:48.684]➜  mkdir -p $WORK/b1637/
2025-08-20T23:00:26.4234154Z [00:02:48.684]➜  cat >/tmp/go-build2180205415/b1637/importcfg << 'EOF' # internal
2025-08-20T23:00:26.4235175Z [00:02:48.685]➜  # import config
2025-08-20T23:00:26.4236147Z [00:02:48.685]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.4236853Z [00:02:48.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.4237634Z [00:02:48.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.4238445Z [00:02:48.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.4239125Z [00:02:48.685]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.4239620Z [00:02:48.685]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.4240053Z [00:02:48.685]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.4240366Z [00:02:48.685]➜  EOF
2025-08-20T23:00:26.4245272Z [00:02:48.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1637/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paydirtapp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paydirtapp;$WORK/b1637=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paydirtapp -lang=go1.24 -complete -installsuffix shared -buildid Jhme54EJ3yhcbCDj2YcP/Jhme54EJ3yhcbCDj2YcP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1637/importcfg -pack ./pkg/detectors/paydirtapp/paydirtapp.go
2025-08-20T23:00:26.4252042Z [00:02:48.686]➜  cp $WORK/b1634/_pkg_.a /root/.cache/go-build/30/30f4537811a046a434c0489838edaa1f5cbb73de4e6854559e2a0a11685db8aa-d # internal
2025-08-20T23:00:26.4252730Z [00:02:48.686]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymoapp
2025-08-20T23:00:26.4256754Z [00:02:48.687]➜  mkdir -p $WORK/b1638/
2025-08-20T23:00:26.4257638Z [00:02:48.687]➜  cat >/tmp/go-build2180205415/b1638/importcfg << 'EOF' # internal
2025-08-20T23:00:26.4258766Z [00:02:48.687]➜  # import config
2025-08-20T23:00:26.4259173Z [00:02:48.687]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.4259609Z [00:02:48.687]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.4260208Z [00:02:48.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.4260983Z [00:02:48.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.4261778Z [00:02:48.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.4262458Z [00:02:48.687]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.4262950Z [00:02:48.687]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.4263383Z [00:02:48.687]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.4263699Z [00:02:48.687]➜  EOF
2025-08-20T23:00:26.4267758Z [00:02:48.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1638/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymoapp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymoapp;$WORK/b1638=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymoapp -lang=go1.24 -complete -installsuffix shared -buildid GUz89Sogh_i8KE5r8Cch/GUz89Sogh_i8KE5r8Cch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1638/importcfg -pack ./pkg/detectors/paymoapp/paymoapp.go
2025-08-20T23:00:26.4306129Z [00:02:48.690]➜  go tool buildid -w $WORK/b1636/_pkg_.a # internal
2025-08-20T23:00:26.4327636Z [00:02:48.693]➜  cp $WORK/b1636/_pkg_.a /root/.cache/go-build/44/44bf5a234931ff8296ef1d1ebeeab6195e3e1039ef6a64780dbbb4ce3cefc481-d # internal
2025-08-20T23:00:26.4328639Z [00:02:48.693]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymongo
2025-08-20T23:00:26.4329285Z [00:02:48.693]➜  mkdir -p $WORK/b1639/
2025-08-20T23:00:26.4330835Z [00:02:48.693]➜  cat >/tmp/go-build2180205415/b1639/importcfg << 'EOF' # internal
2025-08-20T23:00:26.4331349Z [00:02:48.693]➜  # import config
2025-08-20T23:00:26.4331704Z [00:02:48.693]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.4332314Z [00:02:48.693]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.4333088Z [00:02:48.693]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.4333885Z [00:02:48.693]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.4334559Z [00:02:48.693]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.4335048Z [00:02:48.693]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.4335480Z [00:02:48.693]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.4335953Z [00:02:48.693]➜  EOF
2025-08-20T23:00:26.4338041Z [00:02:48.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1639/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymongo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymongo;$WORK/b1639=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymongo -lang=go1.24 -complete -installsuffix shared -buildid hgOa91fUClFS0utw6XbJ/hgOa91fUClFS0utw6XbJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1639/importcfg -pack ./pkg/detectors/paymongo/paymongo.go
2025-08-20T23:00:26.4609717Z [00:02:48.722]➜  go tool buildid -w $WORK/b1637/_pkg_.a # internal
2025-08-20T23:00:26.4619081Z [00:02:48.723]➜  cp $WORK/b1637/_pkg_.a /root/.cache/go-build/84/840af6ded0ca085bb7d136655810f17892a6995ce2d0f254292a9d2acd636a5d-d # internal
2025-08-20T23:00:26.4629058Z [00:02:48.723]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paypaloauth
2025-08-20T23:00:26.4629514Z [00:02:48.723]➜  mkdir -p $WORK/b1640/
2025-08-20T23:00:26.4637741Z [00:02:48.725]➜  cat >/tmp/go-build2180205415/b1640/importcfg << 'EOF' # internal
2025-08-20T23:00:26.4638667Z [00:02:48.725]➜  # import config
2025-08-20T23:00:26.4639555Z [00:02:48.725]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.4640069Z [00:02:48.725]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:26.4640542Z [00:02:48.725]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.4641145Z [00:02:48.725]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.4641911Z [00:02:48.725]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.4642711Z [00:02:48.725]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.4643391Z [00:02:48.725]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.4644126Z [00:02:48.725]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.4644637Z [00:02:48.725]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.4644958Z [00:02:48.725]➜  EOF
2025-08-20T23:00:26.4647213Z [00:02:48.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1640/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paypaloauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paypaloauth;$WORK/b1640=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paypaloauth -lang=go1.24 -complete -installsuffix shared -buildid vqB0R9um5jUJMKVLADYe/vqB0R9um5jUJMKVLADYe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1640/importcfg -pack ./pkg/detectors/paypaloauth/paypaloauth.go
2025-08-20T23:00:26.4720227Z [00:02:48.733]➜  go tool buildid -w $WORK/b1638/_pkg_.a # internal
2025-08-20T23:00:26.4738484Z [00:02:48.735]➜  cp $WORK/b1638/_pkg_.a /root/.cache/go-build/da/dad31ad5581dd4a8f8a08016257eaf6328ff82c0a259889b4d63a01c3f99a65d-d # internal
2025-08-20T23:00:26.4739382Z [00:02:48.735]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paystack
2025-08-20T23:00:26.4739782Z [00:02:48.735]➜  mkdir -p $WORK/b1641/
2025-08-20T23:00:26.4740161Z [00:02:48.735]➜  cat >/tmp/go-build2180205415/b1641/importcfg << 'EOF' # internal
2025-08-20T23:00:26.4740518Z [00:02:48.735]➜  # import config
2025-08-20T23:00:26.4740858Z [00:02:48.735]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.4741277Z [00:02:48.735]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.4741871Z [00:02:48.735]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.4742638Z [00:02:48.735]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.4743443Z [00:02:48.735]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.4744132Z [00:02:48.735]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.4744623Z [00:02:48.735]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.4746850Z [00:02:48.735]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.4747282Z [00:02:48.735]➜  EOF
2025-08-20T23:00:26.4749306Z [00:02:48.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1641/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paystack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paystack;$WORK/b1641=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paystack -lang=go1.24 -complete -installsuffix shared -buildid WHJ8TskXNL7lzgTXYBjX/WHJ8TskXNL7lzgTXYBjX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1641/importcfg -pack ./pkg/detectors/paystack/paystack.go
2025-08-20T23:00:26.4752289Z [00:02:48.736]➜  go tool buildid -w $WORK/b1639/_pkg_.a # internal
2025-08-20T23:00:26.4757370Z [00:02:48.737]➜  cp $WORK/b1639/_pkg_.a /root/.cache/go-build/ea/ea959ad7ba310ed231da1bdfe0309f99432043c0b4d5aa770fa7ed0b14423066-d # internal
2025-08-20T23:00:26.4758079Z [00:02:48.737]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdflayer
2025-08-20T23:00:26.4758472Z [00:02:48.737]➜  mkdir -p $WORK/b1642/
2025-08-20T23:00:26.4777254Z [00:02:48.737]➜  cat >/tmp/go-build2180205415/b1642/importcfg << 'EOF' # internal
2025-08-20T23:00:26.4777983Z [00:02:48.737]➜  # import config
2025-08-20T23:00:26.4778561Z [00:02:48.737]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.4779731Z [00:02:48.737]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.4780413Z [00:02:48.737]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.4781212Z [00:02:48.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.4782252Z [00:02:48.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.4783009Z [00:02:48.738]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.4783493Z [00:02:48.738]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:26.4783915Z [00:02:48.738]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.4784350Z [00:02:48.738]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.4784663Z [00:02:48.738]➜  EOF
2025-08-20T23:00:26.4787013Z [00:02:48.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1642/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdflayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdflayer;$WORK/b1642=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdflayer -lang=go1.24 -complete -installsuffix shared -buildid D7SO1vlzZJ0n8E8U8MrN/D7SO1vlzZJ0n8E8U8MrN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1642/importcfg -pack ./pkg/detectors/pdflayer/pdflayer.go
2025-08-20T23:00:26.5150102Z [00:02:48.776]➜  go tool buildid -w $WORK/b1641/_pkg_.a # internal
2025-08-20T23:00:26.5179674Z [00:02:48.779]➜  cp $WORK/b1641/_pkg_.a /root/.cache/go-build/87/87053e70843b3b45fe120ffe18b0e40737c4b2d6c3ac2f35ca9c0535d35e9ab7-d # internal
2025-08-20T23:00:26.5180572Z [00:02:48.779]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdfshift
2025-08-20T23:00:26.5181088Z [00:02:48.779]➜  mkdir -p $WORK/b1643/
2025-08-20T23:00:26.5181586Z [00:02:48.779]➜  cat >/tmp/go-build2180205415/b1643/importcfg << 'EOF' # internal
2025-08-20T23:00:26.5182052Z [00:02:48.779]➜  # import config
2025-08-20T23:00:26.5182535Z [00:02:48.779]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.5183299Z [00:02:48.779]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.5184212Z [00:02:48.779]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.5185150Z [00:02:48.779]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.5186395Z [00:02:48.779]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.5187023Z [00:02:48.779]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.5187590Z [00:02:48.779]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.5188028Z [00:02:48.779]➜  EOF
2025-08-20T23:00:26.5190159Z [00:02:48.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1643/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdfshift=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdfshift;$WORK/b1643=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdfshift -lang=go1.24 -complete -installsuffix shared -buildid -yh0GdY1T1qeqQQrQSGB/-yh0GdY1T1qeqQQrQSGB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1643/importcfg -pack ./pkg/detectors/pdfshift/pdfshift.go
2025-08-20T23:00:26.5357957Z [00:02:48.797]➜  go tool buildid -w $WORK/b1642/_pkg_.a # internal
2025-08-20T23:00:26.5452048Z [00:02:48.806]➜  go tool buildid -w $WORK/b1640/_pkg_.a # internal
2025-08-20T23:00:26.5467255Z [00:02:48.808]➜  cp $WORK/b1642/_pkg_.a /root/.cache/go-build/13/133874313ebcefb557fbca29e25936ed5a985b55a3f10b76db5bc8f0eac91344-d # internal
2025-08-20T23:00:26.5468023Z [00:02:48.808]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/peopledatalabs
2025-08-20T23:00:26.5471458Z [00:02:48.808]➜  mkdir -p $WORK/b1644/
2025-08-20T23:00:26.5472231Z [00:02:48.808]➜  cat >/tmp/go-build2180205415/b1644/importcfg << 'EOF' # internal
2025-08-20T23:00:26.5472618Z [00:02:48.808]➜  # import config
2025-08-20T23:00:26.5472993Z [00:02:48.808]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.5473865Z [00:02:48.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.5475209Z [00:02:48.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.5476555Z [00:02:48.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.5477789Z [00:02:48.808]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.5478299Z [00:02:48.808]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.5478739Z [00:02:48.808]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.5480679Z [00:02:48.808]➜  EOF
2025-08-20T23:00:26.5485706Z [00:02:48.808]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1644/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/peopledatalabs=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/peopledatalabs;$WORK/b1644=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/peopledatalabs -lang=go1.24 -complete -installsuffix shared -buildid 8JUTQr6CVT7EigHhOwiJ/8JUTQr6CVT7EigHhOwiJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1644/importcfg -pack ./pkg/detectors/peopledatalabs/peopledatalabs.go
2025-08-20T23:00:26.5488218Z [00:02:48.809]➜  cp $WORK/b1640/_pkg_.a /root/.cache/go-build/11/1128c966dc2c4f2c842bb57c52012a7e4adab9ac9bc33871dbe443fb73faa36c-d # internal
2025-08-20T23:00:26.5488902Z [00:02:48.809]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pepipost
2025-08-20T23:00:26.5489286Z [00:02:48.809]➜  mkdir -p $WORK/b1645/
2025-08-20T23:00:26.5489664Z [00:02:48.809]➜  cat >/tmp/go-build2180205415/b1645/importcfg << 'EOF' # internal
2025-08-20T23:00:26.5490008Z [00:02:48.809]➜  # import config
2025-08-20T23:00:26.5490350Z [00:02:48.809]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.5490975Z [00:02:48.809]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.5491741Z [00:02:48.809]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.5492724Z [00:02:48.809]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.5493403Z [00:02:48.809]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.5493893Z [00:02:48.809]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.5494325Z [00:02:48.809]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.5494641Z [00:02:48.809]➜  EOF
2025-08-20T23:00:26.5497710Z [00:02:48.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1645/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pepipost=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pepipost;$WORK/b1645=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pepipost -lang=go1.24 -complete -installsuffix shared -buildid NWJN5FUA3oRvbAlWOFW8/NWJN5FUA3oRvbAlWOFW8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1645/importcfg -pack ./pkg/detectors/pepipost/pepipost.go
2025-08-20T23:00:26.5712822Z [00:02:48.832]➜  go tool buildid -w $WORK/b1643/_pkg_.a # internal
2025-08-20T23:00:26.5744164Z [00:02:48.833]➜  cp $WORK/b1643/_pkg_.a /root/.cache/go-build/c2/c26d74f0dd6ce9b2f5699aac68f80bdbb2022b5a7cbeed30b06a5574b59a6777-d # internal
2025-08-20T23:00:26.5744876Z [00:02:48.833]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/percy
2025-08-20T23:00:26.5745253Z [00:02:48.833]➜  mkdir -p $WORK/b1646/
2025-08-20T23:00:26.5745633Z [00:02:48.833]➜  cat >/tmp/go-build2180205415/b1646/importcfg << 'EOF' # internal
2025-08-20T23:00:26.5746128Z [00:02:48.833]➜  # import config
2025-08-20T23:00:26.5746500Z [00:02:48.833]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.5746936Z [00:02:48.833]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.5747529Z [00:02:48.833]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.5748302Z [00:02:48.833]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.5749097Z [00:02:48.833]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.5749776Z [00:02:48.833]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.5750266Z [00:02:48.833]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.5750697Z [00:02:48.833]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.5751011Z [00:02:48.833]➜  EOF
2025-08-20T23:00:26.5753228Z [00:02:48.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1646/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/percy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/percy;$WORK/b1646=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/percy -lang=go1.24 -complete -installsuffix shared -buildid a6sks2geNK1e7m02kerx/a6sks2geNK1e7m02kerx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1646/importcfg -pack ./pkg/detectors/percy/percy.go
2025-08-20T23:00:26.6093051Z [00:02:48.870]➜  go tool buildid -w $WORK/b1646/_pkg_.a # internal
2025-08-20T23:00:26.6101666Z [00:02:48.871]➜  cp $WORK/b1646/_pkg_.a /root/.cache/go-build/b7/b768c10477ab7e3247dbaa22d5c3c66e1ce98ec65028e77993404205a80651fc-d # internal
2025-08-20T23:00:26.6108305Z [00:02:48.871]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/phraseaccesstoken
2025-08-20T23:00:26.6108744Z [00:02:48.871]➜  mkdir -p $WORK/b1647/
2025-08-20T23:00:26.6109162Z [00:02:48.871]➜  cat >/tmp/go-build2180205415/b1647/importcfg << 'EOF' # internal
2025-08-20T23:00:26.6109525Z [00:02:48.871]➜  # import config
2025-08-20T23:00:26.6109877Z [00:02:48.871]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.6110298Z [00:02:48.871]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.6111287Z [00:02:48.871]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.6112100Z [00:02:48.871]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.6112902Z [00:02:48.871]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.6113581Z [00:02:48.871]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.6114056Z [00:02:48.871]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:26.6114482Z [00:02:48.871]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.6114809Z [00:02:48.871]➜  EOF
2025-08-20T23:00:26.6117308Z [00:02:48.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1647/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/phraseaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/phraseaccesstoken;$WORK/b1647=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/phraseaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid c8qEfSWfwl2qfd3apOXn/c8qEfSWfwl2qfd3apOXn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1647/importcfg -pack ./pkg/detectors/phraseaccesstoken/phraseaccesstoken.go
2025-08-20T23:00:26.6153333Z [00:02:48.876]➜  go tool buildid -w $WORK/b1645/_pkg_.a # internal
2025-08-20T23:00:26.6166982Z [00:02:48.878]➜  cp $WORK/b1645/_pkg_.a /root/.cache/go-build/5f/5f9096f02a61255859925c4d5ddd8b00a3a16228593839cdd172ee153b276bca-d # internal
2025-08-20T23:00:26.6173662Z [00:02:48.878]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pinata
2025-08-20T23:00:26.6174073Z [00:02:48.878]➜  mkdir -p $WORK/b1648/
2025-08-20T23:00:26.6186178Z [00:02:48.880]➜  cat >/tmp/go-build2180205415/b1648/importcfg << 'EOF' # internal
2025-08-20T23:00:26.6187101Z [00:02:48.880]➜  # import config
2025-08-20T23:00:26.6188877Z [00:02:48.880]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.6189512Z [00:02:48.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.6190280Z [00:02:48.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.6191076Z [00:02:48.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.6191753Z [00:02:48.880]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.6192484Z [00:02:48.880]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.6193120Z [00:02:48.880]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.6193544Z [00:02:48.880]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:26.6193848Z [00:02:48.880]➜  EOF
2025-08-20T23:00:26.6196201Z [00:02:48.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1648/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pinata=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pinata;$WORK/b1648=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pinata -lang=go1.24 -complete -installsuffix shared -buildid qQmtZiluVrBxnq7JFb1l/qQmtZiluVrBxnq7JFb1l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1648/importcfg -pack ./pkg/detectors/pinata/pinata.go
2025-08-20T23:00:26.6328111Z [00:02:48.894]➜  go tool buildid -w $WORK/b1644/_pkg_.a # internal
2025-08-20T23:00:26.6338425Z [00:02:48.895]➜  cp $WORK/b1644/_pkg_.a /root/.cache/go-build/56/56a25f64f6dbdc111c8c2d3aad3513bbf5466834b3bb1bf88448115866e558c8-d # internal
2025-08-20T23:00:26.6371929Z [00:02:48.898]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedream
2025-08-20T23:00:26.6373397Z [00:02:48.898]➜  mkdir -p $WORK/b1649/
2025-08-20T23:00:26.6379026Z [00:02:48.899]➜  cat >/tmp/go-build2180205415/b1649/importcfg << 'EOF' # internal
2025-08-20T23:00:26.6379772Z [00:02:48.899]➜  # import config
2025-08-20T23:00:26.6380124Z [00:02:48.899]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.6380555Z [00:02:48.899]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.6381157Z [00:02:48.899]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.6381929Z [00:02:48.899]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.6382739Z [00:02:48.899]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.6383543Z [00:02:48.899]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.6384142Z [00:02:48.899]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.6384573Z [00:02:48.899]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.6384998Z [00:02:48.899]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:26.6385304Z [00:02:48.899]➜  EOF
2025-08-20T23:00:26.6387526Z [00:02:48.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1649/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedream=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedream;$WORK/b1649=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedream -lang=go1.24 -complete -installsuffix shared -buildid g8GQ2AUDti7T_67S7eXl/g8GQ2AUDti7T_67S7eXl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1649/importcfg -pack ./pkg/detectors/pipedream/pipedream.go
2025-08-20T23:00:26.6589664Z [00:02:48.920]➜  go tool buildid -w $WORK/b1647/_pkg_.a # internal
2025-08-20T23:00:26.6619453Z [00:02:48.921]➜  cp $WORK/b1647/_pkg_.a /root/.cache/go-build/7f/7ff1e6dc0bffddf8350a8a9401aaafe060a180893ddd41c21aeedd7eaffaf63c-d # internal
2025-08-20T23:00:26.6620227Z [00:02:48.921]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedrive
2025-08-20T23:00:26.6620624Z [00:02:48.921]➜  mkdir -p $WORK/b1650/
2025-08-20T23:00:26.6620999Z [00:02:48.921]➜  cat >/tmp/go-build2180205415/b1650/importcfg << 'EOF' # internal
2025-08-20T23:00:26.6621349Z [00:02:48.921]➜  # import config
2025-08-20T23:00:26.6621695Z [00:02:48.921]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.6622112Z [00:02:48.921]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.6622708Z [00:02:48.921]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.6623762Z [00:02:48.921]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.6624770Z [00:02:48.921]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.6625469Z [00:02:48.921]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.6626127Z [00:02:48.921]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.6626562Z [00:02:48.921]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.6626881Z [00:02:48.921]➜  EOF
2025-08-20T23:00:26.6628924Z [00:02:48.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1650/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedrive=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedrive;$WORK/b1650=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedrive -lang=go1.24 -complete -installsuffix shared -buildid lUDqFqdTO32bnDPgBfbw/lUDqFqdTO32bnDPgBfbw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1650/importcfg -pack ./pkg/detectors/pipedrive/pipedrive.go
2025-08-20T23:00:26.6795047Z [00:02:48.940]➜  go tool buildid -w $WORK/b1648/_pkg_.a # internal
2025-08-20T23:00:26.6806554Z [00:02:48.942]➜  cp $WORK/b1648/_pkg_.a /root/.cache/go-build/6e/6e1dbf8f1ea26c6530af284f258368fa1be9359394b0308bbce8fb85400a3ad3-d # internal
2025-08-20T23:00:26.6819192Z [00:02:48.942]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pivotaltracker
2025-08-20T23:00:26.6819622Z [00:02:48.942]➜  mkdir -p $WORK/b1651/
2025-08-20T23:00:26.6820005Z [00:02:48.942]➜  cat >/tmp/go-build2180205415/b1651/importcfg << 'EOF' # internal
2025-08-20T23:00:26.6820363Z [00:02:48.942]➜  # import config
2025-08-20T23:00:26.6820709Z [00:02:48.942]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.6821332Z [00:02:48.942]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.6822342Z [00:02:48.942]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.6823214Z [00:02:48.942]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.6823900Z [00:02:48.942]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.6824391Z [00:02:48.942]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.6824708Z [00:02:48.942]➜  EOF
2025-08-20T23:00:26.6827092Z [00:02:48.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1651/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pivotaltracker=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pivotaltracker;$WORK/b1651=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pivotaltracker -lang=go1.24 -complete -installsuffix shared -buildid NhvVIX1kvkquaJu8DWaQ/NhvVIX1kvkquaJu8DWaQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1651/importcfg -pack ./pkg/detectors/pivotaltracker/pivotaltracker.go
2025-08-20T23:00:26.6908493Z [00:02:48.950]➜  go tool buildid -w $WORK/b1649/_pkg_.a # internal
2025-08-20T23:00:26.6913463Z [00:02:48.951]➜  cp $WORK/b1649/_pkg_.a /root/.cache/go-build/df/df0222661e59d531b44bbe3c2085c6bc43d54dafad25358a98351dd14ecc4d0c-d # internal
2025-08-20T23:00:26.6914168Z [00:02:48.951]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pixabay
2025-08-20T23:00:26.6914552Z [00:02:48.952]➜  mkdir -p $WORK/b1652/
2025-08-20T23:00:26.6914925Z [00:02:48.952]➜  cat >/tmp/go-build2180205415/b1652/importcfg << 'EOF' # internal
2025-08-20T23:00:26.6915274Z [00:02:48.952]➜  # import config
2025-08-20T23:00:26.6915616Z [00:02:48.952]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.6916263Z [00:02:48.952]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.6916878Z [00:02:48.952]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.6917660Z [00:02:48.952]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.6918459Z [00:02:48.952]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.6919516Z [00:02:48.952]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.6920012Z [00:02:48.952]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.6920446Z [00:02:48.952]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.6920762Z [00:02:48.952]➜  EOF
2025-08-20T23:00:26.6922757Z [00:02:48.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1652/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pixabay=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pixabay;$WORK/b1652=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pixabay -lang=go1.24 -complete -installsuffix shared -buildid mpucr1I64rupkPpG2pnt/mpucr1I64rupkPpG2pnt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1652/importcfg -pack ./pkg/detectors/pixabay/pixabay.go
2025-08-20T23:00:26.6946938Z [00:02:48.955]➜  go tool buildid -w $WORK/b1650/_pkg_.a # internal
2025-08-20T23:00:26.6951833Z [00:02:48.956]➜  cp $WORK/b1650/_pkg_.a /root/.cache/go-build/95/95aa73abb97acb5abd595bd2ac43f729980cd45aa355c4fb195c909c2811cefe-d # internal
2025-08-20T23:00:26.6953938Z [00:02:48.956]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plaidkey
2025-08-20T23:00:26.6954333Z [00:02:48.956]➜  mkdir -p $WORK/b1653/
2025-08-20T23:00:26.6955222Z [00:02:48.957]➜  cat >/tmp/go-build2180205415/b1653/importcfg << 'EOF' # internal
2025-08-20T23:00:26.6955895Z [00:02:48.957]➜  # import config
2025-08-20T23:00:26.6956578Z [00:02:48.957]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.6957557Z [00:02:48.957]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.6958437Z [00:02:48.957]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.6959302Z [00:02:48.957]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.6960118Z [00:02:48.957]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.6960803Z [00:02:48.957]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.6961299Z [00:02:48.957]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.6961780Z [00:02:48.957]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.6962098Z [00:02:48.957]➜  EOF
2025-08-20T23:00:26.6964235Z [00:02:48.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1653/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plaidkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plaidkey;$WORK/b1653=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plaidkey -lang=go1.24 -complete -installsuffix shared -buildid tOviqG8uRprNM5vTqu4r/tOviqG8uRprNM5vTqu4r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1653/importcfg -pack ./pkg/detectors/plaidkey/plaidkey.go
2025-08-20T23:00:26.7121165Z [00:02:48.973]➜  go tool buildid -w $WORK/b1566/_pkg_.a # internal
2025-08-20T23:00:26.7233846Z [00:02:48.984]➜  cp $WORK/b1566/_pkg_.a /root/.cache/go-build/11/11f121086800c3cce4365919018ecd566fe523c088aa0ae698acd8f9c3e06422-d # internal
2025-08-20T23:00:26.7249858Z [00:02:48.985]➜  go.mongodb.org/mongo-driver/x/mongo/driver/auth
2025-08-20T23:00:26.7250557Z [00:02:48.985]➜  mkdir -p $WORK/b1556/
2025-08-20T23:00:26.7251259Z [00:02:48.985]➜  cat >/tmp/go-build2180205415/b1556/importcfg << 'EOF' # internal
2025-08-20T23:00:26.7251941Z [00:02:48.985]➜  # import config
2025-08-20T23:00:26.7252638Z [00:02:48.985]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:26.7253634Z [00:02:48.985]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.7254136Z [00:02:48.985]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T23:00:26.7254943Z [00:02:48.985]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:26.7255426Z [00:02:48.985]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:26.7256031Z [00:02:48.985]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:26.7256536Z [00:02:48.985]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:26.7256951Z [00:02:48.985]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.7257429Z [00:02:48.985]➜  packagefile github.com/xdg-go/scram=/tmp/go-build2180205415/b1557/_pkg_.a
2025-08-20T23:00:26.7257999Z [00:02:48.985]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build2180205415/b1559/_pkg_.a
2025-08-20T23:00:26.7258596Z [00:02:48.985]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2180205415/b1521/_pkg_.a
2025-08-20T23:00:26.7259236Z [00:02:48.985]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2180205415/b1526/_pkg_.a
2025-08-20T23:00:26.7259955Z [00:02:48.985]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build2180205415/b1560/_pkg_.a
2025-08-20T23:00:26.7260692Z [00:02:48.985]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/signer/v4=/tmp/go-build2180205415/b1562/_pkg_.a
2025-08-20T23:00:26.7261423Z [00:02:48.985]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build2180205415/b1564/_pkg_.a
2025-08-20T23:00:26.7262115Z [00:02:48.985]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2180205415/b1529/_pkg_.a
2025-08-20T23:00:26.7262797Z [00:02:48.985]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2180205415/b1530/_pkg_.a
2025-08-20T23:00:26.7263644Z [00:02:48.985]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:26.7264405Z [00:02:48.985]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build2180205415/b1550/_pkg_.a
2025-08-20T23:00:26.7265130Z [00:02:48.985]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds=/tmp/go-build2180205415/b1565/_pkg_.a
2025-08-20T23:00:26.7266321Z [00:02:48.985]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build2180205415/b1566/_pkg_.a
2025-08-20T23:00:26.7267143Z [00:02:48.985]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build2180205415/b1554/_pkg_.a
2025-08-20T23:00:26.7267696Z [00:02:48.985]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:26.7268116Z [00:02:48.985]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.7268708Z [00:02:48.985]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:26.7269335Z [00:02:48.985]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:26.7269761Z [00:02:48.985]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.7270180Z [00:02:48.985]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:26.7270595Z [00:02:48.985]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:26.7270901Z [00:02:48.985]➜  EOF
2025-08-20T23:00:26.7277477Z [00:02:48.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1556/_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/b1556=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/auth -lang=go1.18 -complete -installsuffix shared -buildid lGKgKkT9LRnAgbcRE-Lx/lGKgKkT9LRnAgbcRE-Lx -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/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:00:26.7288909Z [00:02:48.990]➜  go tool buildid -w $WORK/b1651/_pkg_.a # internal
2025-08-20T23:00:26.7302394Z [00:02:48.991]➜  cp $WORK/b1651/_pkg_.a /root/.cache/go-build/3a/3a54cb6c109e9a90132c7e78191dd4a09679171b97f86b0a7c6bbae8edf68e61-d # internal
2025-08-20T23:00:26.7303318Z [00:02:48.991]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscale
2025-08-20T23:00:26.7303843Z [00:02:48.991]➜  mkdir -p $WORK/b1654/
2025-08-20T23:00:26.7315142Z [00:02:48.993]➜  cat >/tmp/go-build2180205415/b1654/importcfg << 'EOF' # internal
2025-08-20T23:00:26.7315658Z [00:02:48.993]➜  # import config
2025-08-20T23:00:26.7316262Z [00:02:48.993]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.7316823Z [00:02:48.993]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.7317766Z [00:02:48.993]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.7318694Z [00:02:48.993]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.7319644Z [00:02:48.993]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.7320452Z [00:02:48.993]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.7321076Z [00:02:48.993]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.7321520Z [00:02:48.993]➜  EOF
2025-08-20T23:00:26.7323846Z [00:02:48.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1654/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscale=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscale;$WORK/b1654=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscale -lang=go1.24 -complete -installsuffix shared -buildid kVKxuk1V4tsz4FEOHPDc/kVKxuk1V4tsz4FEOHPDc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1654/importcfg -pack ./pkg/detectors/planetscale/planetscale.go
2025-08-20T23:00:26.7390118Z [00:02:49.000]➜  go tool buildid -w $WORK/b1652/_pkg_.a # internal
2025-08-20T23:00:26.7403216Z [00:02:49.001]➜  cp $WORK/b1652/_pkg_.a /root/.cache/go-build/65/6516bd668a5d79fbaa0c4dd14b2ee4806076bba46efd0bc0e07c3a7e41e00c8b-d # internal
2025-08-20T23:00:26.7404031Z [00:02:49.001]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscaledb
2025-08-20T23:00:26.7404442Z [00:02:49.001]➜  mkdir -p $WORK/b1655/
2025-08-20T23:00:26.7404825Z [00:02:49.001]➜  cat >/tmp/go-build2180205415/b1655/importcfg << 'EOF' # internal
2025-08-20T23:00:26.7405173Z [00:02:49.001]➜  # import config
2025-08-20T23:00:26.7405516Z [00:02:49.001]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.7406083Z [00:02:49.001]➜  packagefile database/sql=/tmp/go-build2180205415/b297/_pkg_.a
2025-08-20T23:00:26.7406640Z [00:02:49.001]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build2180205415/b299/_pkg_.a
2025-08-20T23:00:26.7407332Z [00:02:49.001]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.7408442Z [00:02:49.001]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.7409122Z [00:02:49.001]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.7409613Z [00:02:49.001]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.7409929Z [00:02:49.001]➜  EOF
2025-08-20T23:00:26.7412068Z [00:02:49.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1655/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscaledb=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscaledb;$WORK/b1655=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscaledb -lang=go1.24 -complete -installsuffix shared -buildid Di5MaKAKQcR7ddaJsY0L/Di5MaKAKQcR7ddaJsY0L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1655/importcfg -pack ./pkg/detectors/planetscaledb/planetscaledb.go
2025-08-20T23:00:26.7501150Z [00:02:49.011]➜  go tool buildid -w $WORK/b1653/_pkg_.a # internal
2025-08-20T23:00:26.7519315Z [00:02:49.012]➜  cp $WORK/b1653/_pkg_.a /root/.cache/go-build/83/83a3bde76b281045181a08494914b41c3c59f87ad6e425358ec913d4c564dca2-d # internal
2025-08-20T23:00:26.7520300Z [00:02:49.012]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planviewleankit
2025-08-20T23:00:26.7520718Z [00:02:49.012]➜  mkdir -p $WORK/b1656/
2025-08-20T23:00:26.7521102Z [00:02:49.012]➜  cat >/tmp/go-build2180205415/b1656/importcfg << 'EOF' # internal
2025-08-20T23:00:26.7521455Z [00:02:49.013]➜  # import config
2025-08-20T23:00:26.7521823Z [00:02:49.013]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.7522468Z [00:02:49.013]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.7523149Z [00:02:49.013]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.7523965Z [00:02:49.013]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.7524641Z [00:02:49.013]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.7525135Z [00:02:49.013]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.7525565Z [00:02:49.013]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.7526573Z [00:02:49.013]➜  EOF
2025-08-20T23:00:26.7528922Z [00:02:49.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1656/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planviewleankit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planviewleankit;$WORK/b1656=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planviewleankit -lang=go1.24 -complete -installsuffix shared -buildid FfKqepEP2yepKx0VAuFp/FfKqepEP2yepKx0VAuFp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1656/importcfg -pack ./pkg/detectors/planviewleankit/planviewleankit.go
2025-08-20T23:00:26.7802807Z [00:02:49.041]➜  go tool buildid -w $WORK/b1655/_pkg_.a # internal
2025-08-20T23:00:26.7812338Z [00:02:49.042]➜  go tool buildid -w $WORK/b1654/_pkg_.a # internal
2025-08-20T23:00:26.7813931Z [00:02:49.042]➜  cp $WORK/b1655/_pkg_.a /root/.cache/go-build/e8/e894ec74e13a99d1aa603fbe67bd8a9cf37c26a39d99c702d0e1a77f47a6be0b-d # internal
2025-08-20T23:00:26.7815551Z [00:02:49.043]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planyo
2025-08-20T23:00:26.7816799Z [00:02:49.043]➜  mkdir -p $WORK/b1657/
2025-08-20T23:00:26.7827292Z [00:02:49.043]➜  cat >/tmp/go-build2180205415/b1657/importcfg << 'EOF' # internal
2025-08-20T23:00:26.7827837Z [00:02:49.043]➜  # import config
2025-08-20T23:00:26.7831388Z [00:02:49.044]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.7832009Z [00:02:49.044]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.7832763Z [00:02:49.044]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.7833978Z [00:02:49.044]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.7834917Z [00:02:49.044]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.7835726Z [00:02:49.044]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.7838629Z [00:02:49.045]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:26.7839142Z [00:02:49.045]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.7839603Z [00:02:49.045]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.7839934Z [00:02:49.045]➜  EOF
2025-08-20T23:00:26.7844924Z [00:02:49.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1657/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planyo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planyo;$WORK/b1657=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planyo -lang=go1.24 -complete -installsuffix shared -buildid KLGenqXcPTXlQ3OHDrGj/KLGenqXcPTXlQ3OHDrGj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1657/importcfg -pack ./pkg/detectors/planyo/planyo.go
2025-08-20T23:00:26.7847198Z [00:02:49.045]➜  cp $WORK/b1654/_pkg_.a /root/.cache/go-build/7e/7eb2eb0208dd3e55c8809bf7cd1066f27b599b9cf23e894983ded260cfdf8b14-d # internal
2025-08-20T23:00:26.7847894Z [00:02:49.045]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plivo
2025-08-20T23:00:26.7848266Z [00:02:49.045]➜  mkdir -p $WORK/b1658/
2025-08-20T23:00:26.7848824Z [00:02:49.045]➜  cat >/tmp/go-build2180205415/b1658/importcfg << 'EOF' # internal
2025-08-20T23:00:26.7849281Z [00:02:49.045]➜  # import config
2025-08-20T23:00:26.7849629Z [00:02:49.045]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.7850096Z [00:02:49.045]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:26.7850540Z [00:02:49.045]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.7851130Z [00:02:49.045]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.7851895Z [00:02:49.045]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.7852689Z [00:02:49.045]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.7853491Z [00:02:49.045]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.7854122Z [00:02:49.045]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.7854553Z [00:02:49.045]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.7854868Z [00:02:49.045]➜  EOF
2025-08-20T23:00:26.7856960Z [00:02:49.046]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1658/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plivo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plivo;$WORK/b1658=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plivo -lang=go1.24 -complete -installsuffix shared -buildid 5Fb2_UQcbkaHBgboQPE6/5Fb2_UQcbkaHBgboQPE6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1658/importcfg -pack ./pkg/detectors/plivo/plivo.go
2025-08-20T23:00:26.7942605Z [00:02:49.055]➜  go tool buildid -w $WORK/b1656/_pkg_.a # internal
2025-08-20T23:00:26.7965972Z [00:02:49.056]➜  cp $WORK/b1656/_pkg_.a /root/.cache/go-build/69/690fb7533b114a45dc6268c153f6710733705133ad306c821f5bfa9e4e5865b6-d # internal
2025-08-20T23:00:26.7966765Z [00:02:49.056]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/podio
2025-08-20T23:00:26.7967145Z [00:02:49.056]➜  mkdir -p $WORK/b1659/
2025-08-20T23:00:26.7967522Z [00:02:49.057]➜  cat >/tmp/go-build2180205415/b1659/importcfg << 'EOF' # internal
2025-08-20T23:00:26.7968140Z [00:02:49.057]➜  # import config
2025-08-20T23:00:26.7974060Z [00:02:49.057]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.7974538Z [00:02:49.057]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.7975139Z [00:02:49.057]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.7976019Z [00:02:49.057]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.7976897Z [00:02:49.057]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.7977592Z [00:02:49.057]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.7978089Z [00:02:49.057]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.7978536Z [00:02:49.057]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.7978853Z [00:02:49.057]➜  EOF
2025-08-20T23:00:26.7980783Z [00:02:49.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1659/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/podio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/podio;$WORK/b1659=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/podio -lang=go1.24 -complete -installsuffix shared -buildid 6XeP7GtkTawuoH9Bivuq/6XeP7GtkTawuoH9Bivuq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1659/importcfg -pack ./pkg/detectors/podio/podio.go
2025-08-20T23:00:26.8369427Z [00:02:49.096]➜  go tool buildid -w $WORK/b1658/_pkg_.a # internal
2025-08-20T23:00:26.8378095Z [00:02:49.098]➜  go tool buildid -w $WORK/b1659/_pkg_.a # internal
2025-08-20T23:00:26.8381480Z [00:02:49.098]➜  go tool buildid -w $WORK/b1657/_pkg_.a # internal
2025-08-20T23:00:26.8389058Z [00:02:49.098]➜  cp $WORK/b1659/_pkg_.a /root/.cache/go-build/89/89bbafbaf894a0d61aca91896e3b6d72efe04091d089f24b37afd4ede8bc1713-d # internal
2025-08-20T23:00:26.8390088Z [00:02:49.098]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pollsapi
2025-08-20T23:00:26.8390489Z [00:02:49.098]➜  mkdir -p $WORK/b1660/
2025-08-20T23:00:26.8403577Z [00:02:49.098]➜  cat >/tmp/go-build2180205415/b1660/importcfg << 'EOF' # internal
2025-08-20T23:00:26.8403956Z [00:02:49.098]➜  # import config
2025-08-20T23:00:26.8404308Z [00:02:49.098]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.8404922Z [00:02:49.098]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.8406111Z [00:02:49.098]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.8407096Z [00:02:49.098]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.8407805Z [00:02:49.098]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.8408298Z [00:02:49.098]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.8408729Z [00:02:49.098]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.8409043Z [00:02:49.098]➜  EOF
2025-08-20T23:00:26.8411044Z [00:02:49.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1660/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pollsapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pollsapi;$WORK/b1660=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pollsapi -lang=go1.24 -complete -installsuffix shared -buildid zhjfGUvDAeMA5-xsxp7u/zhjfGUvDAeMA5-xsxp7u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1660/importcfg -pack ./pkg/detectors/pollsapi/pollsapi.go
2025-08-20T23:00:26.8413156Z [00:02:49.098]➜  cp $WORK/b1658/_pkg_.a /root/.cache/go-build/01/0167a810af85e4f6b335e06a400f61562ef113ad8f3624772eab98b35a479dcf-d # internal
2025-08-20T23:00:26.8414005Z [00:02:49.098]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/poloniex
2025-08-20T23:00:26.8414420Z [00:02:49.099]➜  mkdir -p $WORK/b1661/
2025-08-20T23:00:26.8414789Z [00:02:49.099]➜  cat >/tmp/go-build2180205415/b1661/importcfg << 'EOF' # internal
2025-08-20T23:00:26.8415132Z [00:02:49.099]➜  # import config
2025-08-20T23:00:26.8415467Z [00:02:49.099]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.8416392Z [00:02:49.099]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:26.8416930Z [00:02:49.099]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:26.8417406Z [00:02:49.099]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:26.8418037Z [00:02:49.099]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.8418803Z [00:02:49.099]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.8419604Z [00:02:49.099]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.8420278Z [00:02:49.099]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.8420769Z [00:02:49.099]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.8421197Z [00:02:49.099]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:26.8421622Z [00:02:49.099]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:26.8422052Z [00:02:49.099]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.8422616Z [00:02:49.099]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:26.8423010Z [00:02:49.100]➜  EOF
2025-08-20T23:00:26.8424998Z [00:02:49.100]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1661/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/poloniex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/poloniex;$WORK/b1661=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/poloniex -lang=go1.24 -complete -installsuffix shared -buildid XcY4xHk4UeUdUh0QDf3q/XcY4xHk4UeUdUh0QDf3q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1661/importcfg -pack ./pkg/detectors/poloniex/poloniex.go
2025-08-20T23:00:26.8427463Z [00:02:49.100]➜  cp $WORK/b1657/_pkg_.a /root/.cache/go-build/0f/0f633ed5b677e95ea9cca7966d9aad399df47f9af5392fafc9f8ce67c2519319-d # internal
2025-08-20T23:00:26.8428140Z [00:02:49.100]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/polygon
2025-08-20T23:00:26.8428821Z [00:02:49.100]➜  mkdir -p $WORK/b1662/
2025-08-20T23:00:26.8429307Z [00:02:49.100]➜  cat >/tmp/go-build2180205415/b1662/importcfg << 'EOF' # internal
2025-08-20T23:00:26.8429655Z [00:02:49.100]➜  # import config
2025-08-20T23:00:26.8429999Z [00:02:49.100]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.8430611Z [00:02:49.100]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.8431377Z [00:02:49.100]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.8432173Z [00:02:49.100]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.8432852Z [00:02:49.100]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.8433344Z [00:02:49.100]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.8433781Z [00:02:49.100]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.8434099Z [00:02:49.100]➜  EOF
2025-08-20T23:00:26.8436197Z [00:02:49.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1662/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/polygon=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/polygon;$WORK/b1662=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/polygon -lang=go1.24 -complete -installsuffix shared -buildid LD7qDzi20j7Ul3h5gRU9/LD7qDzi20j7Ul3h5gRU9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1662/importcfg -pack ./pkg/detectors/polygon/polygon.go
2025-08-20T23:00:26.8801261Z [00:02:49.141]➜  go tool buildid -w $WORK/b1661/_pkg_.a # internal
2025-08-20T23:00:26.8814731Z [00:02:49.143]➜  cp $WORK/b1661/_pkg_.a /root/.cache/go-build/f8/f8d106dc762a2c3465a6cb396bf73f8f4579a9768ca45abb3c649bce8d8685a5-d # internal
2025-08-20T23:00:26.8827566Z [00:02:49.143]➜  go tool buildid -w $WORK/b1660/_pkg_.a # internal
2025-08-20T23:00:26.8828354Z [00:02:49.144]➜  cp $WORK/b1660/_pkg_.a /root/.cache/go-build/0f/0f89fa5d851745a3219c45e856a4c80110f67f247e8650f32d04849993fe2097-d # internal
2025-08-20T23:00:26.8834049Z [00:02:49.144]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainertoken
2025-08-20T23:00:26.8837071Z [00:02:49.145]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainer
2025-08-20T23:00:26.8840362Z [00:02:49.145]➜  mkdir -p $WORK/b1663/
2025-08-20T23:00:26.8846746Z [00:02:49.146]➜  cat >/tmp/go-build2180205415/b1663/importcfg << 'EOF' # internal
2025-08-20T23:00:26.8849711Z [00:02:49.146]➜  # import config
2025-08-20T23:00:26.8850086Z [00:02:49.146]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.8850513Z [00:02:49.146]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.8851126Z [00:02:49.146]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.8852482Z [00:02:49.146]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.8853274Z [00:02:49.146]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.8853796Z [00:02:49.146]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.8855285Z [00:02:49.146]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.8855613Z [00:02:49.147]➜  EOF
2025-08-20T23:00:26.8858556Z [00:02:49.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1663/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainer;$WORK/b1663=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainer -lang=go1.24 -complete -installsuffix shared -buildid Q8ppdjsi3Yn_ftGK4Mx7/Q8ppdjsi3Yn_ftGK4Mx7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1663/importcfg -pack ./pkg/detectors/portainer/portainer.go
2025-08-20T23:00:26.8870223Z [00:02:49.148]➜  mkdir -p $WORK/b1664/
2025-08-20T23:00:26.8872291Z [00:02:49.148]➜  cat >/tmp/go-build2180205415/b1664/importcfg << 'EOF' # internal
2025-08-20T23:00:26.8873110Z [00:02:49.148]➜  # import config
2025-08-20T23:00:26.8874007Z [00:02:49.148]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.8883292Z [00:02:49.148]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.8884060Z [00:02:49.148]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.8884962Z [00:02:49.148]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.8886672Z [00:02:49.148]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.8887188Z [00:02:49.148]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.8887645Z [00:02:49.148]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.8887968Z [00:02:49.148]➜  EOF
2025-08-20T23:00:26.8890107Z [00:02:49.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1664/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainertoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainertoken;$WORK/b1664=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainertoken -lang=go1.24 -complete -installsuffix shared -buildid JocTzw3r1Qq7EVTSpNw8/JocTzw3r1Qq7EVTSpNw8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1664/importcfg -pack ./pkg/detectors/portainertoken/portainertoken.go
2025-08-20T23:00:26.9020788Z [00:02:49.163]➜  go tool buildid -w $WORK/b1662/_pkg_.a # internal
2025-08-20T23:00:26.9038749Z [00:02:49.165]➜  cp $WORK/b1662/_pkg_.a /root/.cache/go-build/27/2768f7bfa888ab5bfd489d0c516b5f039f816d32d84b7fbda4ac5c0e608d8d79-d # internal
2025-08-20T23:00:26.9049519Z [00:02:49.166]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/positionstack
2025-08-20T23:00:26.9053655Z [00:02:49.166]➜  mkdir -p $WORK/b1665/
2025-08-20T23:00:26.9063610Z [00:02:49.167]➜  cat >/tmp/go-build2180205415/b1665/importcfg << 'EOF' # internal
2025-08-20T23:00:26.9065014Z [00:02:49.167]➜  # import config
2025-08-20T23:00:26.9065437Z [00:02:49.167]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.9065969Z [00:02:49.167]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.9066627Z [00:02:49.167]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.9067399Z [00:02:49.167]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.9068197Z [00:02:49.167]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.9068882Z [00:02:49.167]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.9069634Z [00:02:49.167]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.9070175Z [00:02:49.167]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.9070504Z [00:02:49.167]➜  EOF
2025-08-20T23:00:26.9072732Z [00:02:49.168]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1665/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/positionstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/positionstack;$WORK/b1665=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/positionstack -lang=go1.24 -complete -installsuffix shared -buildid -pDwe8fCRMBXfP5dJ5P3/-pDwe8fCRMBXfP5dJ5P3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1665/importcfg -pack ./pkg/detectors/positionstack/positionstack.go
2025-08-20T23:00:26.9261140Z [00:02:49.187]➜  go tool buildid -w $WORK/b1663/_pkg_.a # internal
2025-08-20T23:00:26.9278796Z [00:02:49.189]➜  cp $WORK/b1663/_pkg_.a /root/.cache/go-build/26/267b0ef09c6fa8da89ffe089980de0485665344c2155c96d2855ab4bbac95388-d # internal
2025-08-20T23:00:26.9299727Z [00:02:49.191]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postageapp
2025-08-20T23:00:26.9302550Z [00:02:49.191]➜  mkdir -p $WORK/b1666/
2025-08-20T23:00:26.9314651Z [00:02:49.192]➜  cat >/tmp/go-build2180205415/b1666/importcfg << 'EOF' # internal
2025-08-20T23:00:26.9315538Z [00:02:49.192]➜  # import config
2025-08-20T23:00:26.9316117Z [00:02:49.192]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.9316797Z [00:02:49.192]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.9317573Z [00:02:49.192]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.9318386Z [00:02:49.192]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.9319074Z [00:02:49.192]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.9319565Z [00:02:49.192]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.9319997Z [00:02:49.192]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.9320631Z [00:02:49.192]➜  EOF
2025-08-20T23:00:26.9322698Z [00:02:49.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1666/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postageapp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postageapp;$WORK/b1666=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postageapp -lang=go1.24 -complete -installsuffix shared -buildid xty9ofn8YBHdmLEWHuqH/xty9ofn8YBHdmLEWHuqH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1666/importcfg -pack ./pkg/detectors/postageapp/postageapp.go
2025-08-20T23:00:26.9337301Z [00:02:49.195]➜  go tool buildid -w $WORK/b1664/_pkg_.a # internal
2025-08-20T23:00:26.9352149Z [00:02:49.196]➜  cp $WORK/b1664/_pkg_.a /root/.cache/go-build/e3/e3224a4a5b15f0afff94834a1e6185cdf00579f3e269473e36e2936586617593-d # internal
2025-08-20T23:00:26.9353595Z [00:02:49.196]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postbacks
2025-08-20T23:00:26.9354036Z [00:02:49.196]➜  mkdir -p $WORK/b1667/
2025-08-20T23:00:26.9360082Z [00:02:49.197]➜  cat >/tmp/go-build2180205415/b1667/importcfg << 'EOF' # internal
2025-08-20T23:00:26.9360894Z [00:02:49.197]➜  # import config
2025-08-20T23:00:26.9361278Z [00:02:49.197]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.9361894Z [00:02:49.197]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.9362661Z [00:02:49.197]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.9363470Z [00:02:49.197]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.9366218Z [00:02:49.198]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.9366811Z [00:02:49.198]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.9367265Z [00:02:49.198]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.9367686Z [00:02:49.198]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:26.9367994Z [00:02:49.198]➜  EOF
2025-08-20T23:00:26.9370141Z [00:02:49.198]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1667/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postbacks=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postbacks;$WORK/b1667=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postbacks -lang=go1.24 -complete -installsuffix shared -buildid QHKLVzWCyWvvLBH2dtWW/QHKLVzWCyWvvLBH2dtWW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1667/importcfg -pack ./pkg/detectors/postbacks/postbacks.go
2025-08-20T23:00:26.9401014Z [00:02:49.201]➜  go tool buildid -w $WORK/b1556/_pkg_.a # internal
2025-08-20T23:00:26.9453777Z [00:02:49.206]➜  cp $WORK/b1556/_pkg_.a /root/.cache/go-build/fe/fe9d0302d54d24fd6820cea2f564aeb8eb476cf7f3c9e9602286f36616051e72-d # internal
2025-08-20T23:00:26.9466934Z [00:02:49.208]➜  go.mongodb.org/mongo-driver/x/mongo/driver/connstring
2025-08-20T23:00:26.9472490Z [00:02:49.208]➜  mkdir -p $WORK/b1568/
2025-08-20T23:00:26.9472911Z [00:02:49.208]➜  cat >/tmp/go-build2180205415/b1568/importcfg << 'EOF' # internal
2025-08-20T23:00:26.9473261Z [00:02:49.208]➜  # import config
2025-08-20T23:00:26.9473600Z [00:02:49.208]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:26.9474014Z [00:02:49.208]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.9474575Z [00:02:49.208]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build2180205415/b1542/_pkg_.a
2025-08-20T23:00:26.9475301Z [00:02:49.208]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build2180205415/b1549/_pkg_.a
2025-08-20T23:00:26.9477617Z [00:02:49.209]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build2180205415/b1556/_pkg_.a
2025-08-20T23:00:26.9478878Z [00:02:49.209]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build2180205415/b1569/_pkg_.a
2025-08-20T23:00:26.9479722Z [00:02:49.209]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build2180205415/b1555/_pkg_.a
2025-08-20T23:00:26.9480381Z [00:02:49.209]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:26.9481502Z [00:02:49.209]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:26.9481939Z [00:02:49.209]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:26.9482368Z [00:02:49.209]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.9482794Z [00:02:49.209]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:26.9483114Z [00:02:49.209]➜  EOF
2025-08-20T23:00:26.9485302Z [00:02:49.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1568/_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/b1568=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/connstring -lang=go1.18 -complete -installsuffix shared -buildid M0WS9zXPc45reMHFBaIL/M0WS9zXPc45reMHFBaIL -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/connstring/connstring.go
2025-08-20T23:00:26.9514413Z [00:02:49.212]➜  go tool buildid -w $WORK/b1665/_pkg_.a # internal
2025-08-20T23:00:26.9536443Z [00:02:49.214]➜  cp $WORK/b1665/_pkg_.a /root/.cache/go-build/0b/0b67e7d5f71a3fad66d8261988ef18687f1e91ee75864892ec40088924f09e2a-d # internal
2025-08-20T23:00:26.9548896Z [00:02:49.215]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postgres
2025-08-20T23:00:26.9553478Z [00:02:49.215]➜  mkdir -p $WORK/b1668/
2025-08-20T23:00:26.9554135Z [00:02:49.216]➜  cat >/tmp/go-build2180205415/b1668/importcfg << 'EOF' # internal
2025-08-20T23:00:26.9554521Z [00:02:49.216]➜  # import config
2025-08-20T23:00:26.9554869Z [00:02:49.216]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.9555319Z [00:02:49.216]➜  packagefile database/sql=/tmp/go-build2180205415/b297/_pkg_.a
2025-08-20T23:00:26.9556041Z [00:02:49.216]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:26.9556538Z [00:02:49.216]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.9556990Z [00:02:49.216]➜  packagefile github.com/lib/pq=/tmp/go-build2180205415/b311/_pkg_.a
2025-08-20T23:00:26.9557623Z [00:02:49.216]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.9558564Z [00:02:49.216]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.9559559Z [00:02:49.216]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.9560248Z [00:02:49.216]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.9560733Z [00:02:49.216]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:26.9561155Z [00:02:49.216]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:26.9561586Z [00:02:49.216]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.9562011Z [00:02:49.216]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:26.9562315Z [00:02:49.216]➜  EOF
2025-08-20T23:00:26.9564319Z [00:02:49.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1668/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postgres=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postgres;$WORK/b1668=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postgres -lang=go1.24 -complete -installsuffix shared -buildid s_ovXmbBMV8SavzGi9Iz/s_ovXmbBMV8SavzGi9Iz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1668/importcfg -pack ./pkg/detectors/postgres/postgres.go
2025-08-20T23:00:26.9679885Z [00:02:49.228]➜  go tool buildid -w $WORK/b1666/_pkg_.a # internal
2025-08-20T23:00:26.9686541Z [00:02:49.229]➜  cp $WORK/b1666/_pkg_.a /root/.cache/go-build/f3/f3430021330309d11d1ca0bb221a0aa7abe0da7699411fc35842f30f0b9c29af-d # internal
2025-08-20T23:00:26.9700869Z [00:02:49.230]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/posthog
2025-08-20T23:00:26.9701787Z [00:02:49.230]➜  mkdir -p $WORK/b1669/
2025-08-20T23:00:26.9703450Z [00:02:49.231]➜  cat >/tmp/go-build2180205415/b1669/importcfg << 'EOF' # internal
2025-08-20T23:00:26.9704069Z [00:02:49.232]➜  # import config
2025-08-20T23:00:26.9704783Z [00:02:49.232]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.9705417Z [00:02:49.232]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.9706506Z [00:02:49.232]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.9707376Z [00:02:49.232]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.9708057Z [00:02:49.232]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.9708549Z [00:02:49.232]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.9708979Z [00:02:49.232]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.9709295Z [00:02:49.232]➜  EOF
2025-08-20T23:00:26.9711570Z [00:02:49.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1669/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/posthog=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/posthog;$WORK/b1669=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/posthog -lang=go1.24 -complete -installsuffix shared -buildid cKX7HTBoXp8kBMMFON_i/cKX7HTBoXp8kBMMFON_i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1669/importcfg -pack ./pkg/detectors/posthog/posthog.go
2025-08-20T23:00:26.9791144Z [00:02:49.240]➜  go tool buildid -w $WORK/b1667/_pkg_.a # internal
2025-08-20T23:00:26.9803447Z [00:02:49.241]➜  cp $WORK/b1667/_pkg_.a /root/.cache/go-build/3d/3d02313aafe9d628e7bd4deabb72323228b16dc372a421c69898f72949e2ecaa-d # internal
2025-08-20T23:00:26.9804378Z [00:02:49.241]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postman
2025-08-20T23:00:26.9804821Z [00:02:49.241]➜  mkdir -p $WORK/b1670/
2025-08-20T23:00:26.9830753Z [00:02:49.244]➜  cat >/tmp/go-build2180205415/b1670/importcfg << 'EOF' # internal
2025-08-20T23:00:26.9831180Z [00:02:49.244]➜  # import config
2025-08-20T23:00:26.9831954Z [00:02:49.244]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:26.9832446Z [00:02:49.244]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:26.9833050Z [00:02:49.244]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:26.9833826Z [00:02:49.244]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:26.9834619Z [00:02:49.244]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:26.9835294Z [00:02:49.244]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:26.9835978Z [00:02:49.244]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:26.9836480Z [00:02:49.244]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:26.9836798Z [00:02:49.244]➜  EOF
2025-08-20T23:00:26.9838770Z [00:02:49.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1670/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postman=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postman;$WORK/b1670=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postman -lang=go1.24 -complete -installsuffix shared -buildid fXqzlxW2_sx5KHJFPZwR/fXqzlxW2_sx5KHJFPZwR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1670/importcfg -pack ./pkg/detectors/postman/postman.go
2025-08-20T23:00:27.0022204Z [00:02:49.263]➜  go tool buildid -w $WORK/b1668/_pkg_.a # internal
2025-08-20T23:00:27.0051633Z [00:02:49.266]➜  cp $WORK/b1668/_pkg_.a /root/.cache/go-build/07/07254dd6b139019039d914d6fe79b5d2ab1a9a0c385fa43211fbf399dbf05206-d # internal
2025-08-20T23:00:27.0055925Z [00:02:49.267]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postmark
2025-08-20T23:00:27.0056386Z [00:02:49.267]➜  mkdir -p $WORK/b1671/
2025-08-20T23:00:27.0084103Z [00:02:49.269]➜  cat >/tmp/go-build2180205415/b1671/importcfg << 'EOF' # internal
2025-08-20T23:00:27.0084763Z [00:02:49.269]➜  # import config
2025-08-20T23:00:27.0085320Z [00:02:49.269]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.0087235Z [00:02:49.269]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.0088585Z [00:02:49.270]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.0089444Z [00:02:49.270]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.0090143Z [00:02:49.270]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.0090645Z [00:02:49.270]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.0091083Z [00:02:49.270]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.0091426Z [00:02:49.270]➜  EOF
2025-08-20T23:00:27.0093640Z [00:02:49.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1671/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postmark=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postmark;$WORK/b1671=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postmark -lang=go1.24 -complete -installsuffix shared -buildid UJTFg_WE59axCjLzUowK/UJTFg_WE59axCjLzUowK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1671/importcfg -pack ./pkg/detectors/postmark/postmark.go
2025-08-20T23:00:27.0200131Z [00:02:49.281]➜  go tool buildid -w $WORK/b1669/_pkg_.a # internal
2025-08-20T23:00:27.0201892Z [00:02:49.281]➜  cp $WORK/b1669/_pkg_.a /root/.cache/go-build/db/db3e07bc3e5666c15c78a03e9e3212e26159b2fe5ef7ccf11a34d37db6637649-d # internal
2025-08-20T23:00:27.0202652Z [00:02:49.281]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/powrbot
2025-08-20T23:00:27.0203037Z [00:02:49.281]➜  mkdir -p $WORK/b1672/
2025-08-20T23:00:27.0203845Z [00:02:49.281]➜  cat >/tmp/go-build2180205415/b1672/importcfg << 'EOF' # internal
2025-08-20T23:00:27.0204285Z [00:02:49.281]➜  # import config
2025-08-20T23:00:27.0204637Z [00:02:49.281]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.0205072Z [00:02:49.281]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.0205672Z [00:02:49.281]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.0206588Z [00:02:49.281]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.0207396Z [00:02:49.281]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.0208079Z [00:02:49.281]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.0208582Z [00:02:49.281]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.0209028Z [00:02:49.281]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.0209344Z [00:02:49.281]➜  EOF
2025-08-20T23:00:27.0211305Z [00:02:49.281]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1672/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/powrbot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/powrbot;$WORK/b1672=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/powrbot -lang=go1.24 -complete -installsuffix shared -buildid KgdsZu6JSr41NL4m_xkT/KgdsZu6JSr41NL4m_xkT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1672/importcfg -pack ./pkg/detectors/powrbot/powrbot.go
2025-08-20T23:00:27.0300960Z [00:02:49.291]➜  go tool buildid -w $WORK/b1568/_pkg_.a # internal
2025-08-20T23:00:27.0312350Z [00:02:49.292]➜  cp $WORK/b1568/_pkg_.a /root/.cache/go-build/6d/6d6f5c770ac5b7ff103c3686c9e44e3050063b298c72b188215210833d264ce1-d # internal
2025-08-20T23:00:27.0322258Z [00:02:49.293]➜  go.mongodb.org/mongo-driver/mongo/options
2025-08-20T23:00:27.0323274Z [00:02:49.293]➜  mkdir -p $WORK/b1544/
2025-08-20T23:00:27.0329036Z [00:02:49.294]➜  cat >/tmp/go-build2180205415/b1544/importcfg << 'EOF' # internal
2025-08-20T23:00:27.0329483Z [00:02:49.294]➜  # import config
2025-08-20T23:00:27.0329841Z [00:02:49.294]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:27.0330276Z [00:02:49.294]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.0330720Z [00:02:49.294]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:27.0331178Z [00:02:49.294]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:27.0331638Z [00:02:49.294]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T23:00:27.0332077Z [00:02:49.294]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:27.0332486Z [00:02:49.294]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.0332983Z [00:02:49.294]➜  packagefile github.com/youmark/pkcs8=/tmp/go-build2180205415/b1545/_pkg_.a
2025-08-20T23:00:27.0333559Z [00:02:49.294]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2180205415/b1521/_pkg_.a
2025-08-20T23:00:27.0334200Z [00:02:49.294]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build2180205415/b1522/_pkg_.a
2025-08-20T23:00:27.0334877Z [00:02:49.294]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2180205415/b1526/_pkg_.a
2025-08-20T23:00:27.0335509Z [00:02:49.294]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build2180205415/b1528/_pkg_.a
2025-08-20T23:00:27.0336362Z [00:02:49.294]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build2180205415/b1539/_pkg_.a
2025-08-20T23:00:27.0340226Z [00:02:49.294]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build2180205415/b1540/_pkg_.a
2025-08-20T23:00:27.0341177Z [00:02:49.294]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build2180205415/b1548/_pkg_.a
2025-08-20T23:00:27.0342027Z [00:02:49.294]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build2180205415/b1534/_pkg_.a
2025-08-20T23:00:27.0342720Z [00:02:49.294]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build2180205415/b1549/_pkg_.a
2025-08-20T23:00:27.0343365Z [00:02:49.294]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build2180205415/b1535/_pkg_.a
2025-08-20T23:00:27.0344003Z [00:02:49.294]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:27.0344676Z [00:02:49.294]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build2180205415/b1550/_pkg_.a
2025-08-20T23:00:27.0345361Z [00:02:49.294]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build2180205415/b1556/_pkg_.a
2025-08-20T23:00:27.0348111Z [00:02:49.294]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build2180205415/b1568/_pkg_.a
2025-08-20T23:00:27.0354983Z [00:02:49.294]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build2180205415/b1555/_pkg_.a
2025-08-20T23:00:27.0355616Z [00:02:49.294]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:27.0356465Z [00:02:49.294]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:27.0356876Z [00:02:49.294]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:27.0357296Z [00:02:49.294]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.0357728Z [00:02:49.294]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:27.0358156Z [00:02:49.294]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:27.0358583Z [00:02:49.294]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.0359002Z [00:02:49.294]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:27.0359309Z [00:02:49.294]➜  EOF
2025-08-20T23:00:27.0372380Z [00:02:49.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1544/_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/b1544=>" -p go.mongodb.org/mongo-driver/mongo/options -lang=go1.18 -complete -installsuffix shared -buildid EVxmdVKs0qjixR0vzK61/EVxmdVKs0qjixR0vzK61 -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/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:00:27.0383398Z [00:02:49.295]➜  go tool buildid -w $WORK/b1670/_pkg_.a # internal
2025-08-20T23:00:27.0384236Z [00:02:49.296]➜  cp $WORK/b1670/_pkg_.a /root/.cache/go-build/a9/a9e3537562d262908c437a3631301abccdd5deb0d877603b414f6cc6ea177ab2-d # internal
2025-08-20T23:00:27.0384908Z [00:02:49.296]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prefect
2025-08-20T23:00:27.0385282Z [00:02:49.296]➜  mkdir -p $WORK/b1673/
2025-08-20T23:00:27.0385654Z [00:02:49.296]➜  cat >/tmp/go-build2180205415/b1673/importcfg << 'EOF' # internal
2025-08-20T23:00:27.0386167Z [00:02:49.296]➜  # import config
2025-08-20T23:00:27.0386513Z [00:02:49.296]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.0386932Z [00:02:49.296]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.0387637Z [00:02:49.296]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.0388472Z [00:02:49.296]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.0389274Z [00:02:49.296]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.0389951Z [00:02:49.296]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.0390441Z [00:02:49.296]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.0391178Z [00:02:49.296]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.0391563Z [00:02:49.296]➜  EOF
2025-08-20T23:00:27.0393970Z [00:02:49.296]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1673/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prefect=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prefect;$WORK/b1673=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prefect -lang=go1.24 -complete -installsuffix shared -buildid djfVJz-X4jJnw_0ZUdK1/djfVJz-X4jJnw_0ZUdK1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1673/importcfg -pack ./pkg/detectors/prefect/prefect.go
2025-08-20T23:00:27.0465007Z [00:02:49.308]➜  go tool buildid -w $WORK/b1671/_pkg_.a # internal
2025-08-20T23:00:27.0475422Z [00:02:49.309]➜  cp $WORK/b1671/_pkg_.a /root/.cache/go-build/53/5348aef9a8aafc8cf9d88b0fb25c0b736b934ed9d2b4b6b4851e543820407116-d # internal
2025-08-20T23:00:27.0478852Z [00:02:49.309]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privacy
2025-08-20T23:00:27.0479292Z [00:02:49.309]➜  mkdir -p $WORK/b1674/
2025-08-20T23:00:27.0481467Z [00:02:49.309]➜  cat >/tmp/go-build2180205415/b1674/importcfg << 'EOF' # internal
2025-08-20T23:00:27.0482304Z [00:02:49.309]➜  # import config
2025-08-20T23:00:27.0483368Z [00:02:49.309]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.0489075Z [00:02:49.309]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.0489880Z [00:02:49.309]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.0490670Z [00:02:49.309]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.0491468Z [00:02:49.309]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.0492146Z [00:02:49.309]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.0492637Z [00:02:49.309]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.0493071Z [00:02:49.309]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.0493384Z [00:02:49.309]➜  EOF
2025-08-20T23:00:27.0495366Z [00:02:49.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1674/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privacy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privacy;$WORK/b1674=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privacy -lang=go1.24 -complete -installsuffix shared -buildid kuFMv8wVQ3GEIq5BBgum/kuFMv8wVQ3GEIq5BBgum -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1674/importcfg -pack ./pkg/detectors/privacy/privacy.go
2025-08-20T23:00:27.0641520Z [00:02:49.325]➜  go tool buildid -w $WORK/b1672/_pkg_.a # internal
2025-08-20T23:00:27.0650091Z [00:02:49.326]➜  cp $WORK/b1672/_pkg_.a /root/.cache/go-build/0f/0f37ef981a7f4ac6d1fe25841cf8bdba2157de1410d46e21ec0fd0cea0d3b1aa-d # internal
2025-08-20T23:00:27.0661895Z [00:02:49.327]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prodpad
2025-08-20T23:00:27.0662405Z [00:02:49.327]➜  mkdir -p $WORK/b1675/
2025-08-20T23:00:27.0662794Z [00:02:49.327]➜  cat >/tmp/go-build2180205415/b1675/importcfg << 'EOF' # internal
2025-08-20T23:00:27.0663201Z [00:02:49.327]➜  # import config
2025-08-20T23:00:27.0663802Z [00:02:49.327]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.0664288Z [00:02:49.327]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.0664882Z [00:02:49.327]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.0665660Z [00:02:49.327]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.0666635Z [00:02:49.327]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.0667317Z [00:02:49.327]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.0667809Z [00:02:49.327]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.0668244Z [00:02:49.327]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.0668572Z [00:02:49.327]➜  EOF
2025-08-20T23:00:27.0670529Z [00:02:49.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1675/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prodpad=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prodpad;$WORK/b1675=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prodpad -lang=go1.24 -complete -installsuffix shared -buildid XKBm7WkqlB_q7QlvxUYi/XKBm7WkqlB_q7QlvxUYi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1675/importcfg -pack ./pkg/detectors/prodpad/prodpad.go
2025-08-20T23:00:27.0773726Z [00:02:49.337]➜  go tool buildid -w $WORK/b1673/_pkg_.a # internal
2025-08-20T23:00:27.0781291Z [00:02:49.339]➜  cp $WORK/b1673/_pkg_.a /root/.cache/go-build/40/4085cfccd6cbe8a2f688aa39839ae8030467c0a0a86db77772a8490b4440cab4-d # internal
2025-08-20T23:00:27.0782007Z [00:02:49.339]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prospectcrm
2025-08-20T23:00:27.0782405Z [00:02:49.339]➜  mkdir -p $WORK/b1676/
2025-08-20T23:00:27.0790270Z [00:02:49.340]➜  cat >/tmp/go-build2180205415/b1676/importcfg << 'EOF' # internal
2025-08-20T23:00:27.0791008Z [00:02:49.340]➜  # import config
2025-08-20T23:00:27.0791528Z [00:02:49.340]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.0792577Z [00:02:49.340]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.0795499Z [00:02:49.340]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.0798796Z [00:02:49.340]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.0799668Z [00:02:49.340]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.0800356Z [00:02:49.340]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.0800869Z [00:02:49.340]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.0801316Z [00:02:49.340]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.0801634Z [00:02:49.340]➜  EOF
2025-08-20T23:00:27.0805588Z [00:02:49.340]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1676/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prospectcrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prospectcrm;$WORK/b1676=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prospectcrm -lang=go1.24 -complete -installsuffix shared -buildid odjdimzf_AcY3jZeBAJP/odjdimzf_AcY3jZeBAJP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1676/importcfg -pack ./pkg/detectors/prospectcrm/prospectcrm.go
2025-08-20T23:00:27.0923257Z [00:02:49.353]➜  go tool buildid -w $WORK/b1674/_pkg_.a # internal
2025-08-20T23:00:27.0924106Z [00:02:49.353]➜  cp $WORK/b1674/_pkg_.a /root/.cache/go-build/27/2701a71dbc1e8cd46885e24f43e04ca73502ef46edac3d667f0d7d21ccc266e1-d # internal
2025-08-20T23:00:27.0924836Z [00:02:49.353]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/protocolsio
2025-08-20T23:00:27.0925516Z [00:02:49.353]➜  mkdir -p $WORK/b1677/
2025-08-20T23:00:27.0926169Z [00:02:49.353]➜  cat >/tmp/go-build2180205415/b1677/importcfg << 'EOF' # internal
2025-08-20T23:00:27.0926557Z [00:02:49.353]➜  # import config
2025-08-20T23:00:27.0926900Z [00:02:49.353]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.0927323Z [00:02:49.353]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.0927920Z [00:02:49.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.0928700Z [00:02:49.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.0929498Z [00:02:49.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.0930403Z [00:02:49.354]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.0931041Z [00:02:49.354]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.0931480Z [00:02:49.354]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.0931803Z [00:02:49.354]➜  EOF
2025-08-20T23:00:27.0933859Z [00:02:49.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1677/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/protocolsio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/protocolsio;$WORK/b1677=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/protocolsio -lang=go1.24 -complete -installsuffix shared -buildid 66WvB5SsrEVd_oUbr25g/66WvB5SsrEVd_oUbr25g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1677/importcfg -pack ./pkg/detectors/protocolsio/protocolsio.go
2025-08-20T23:00:27.1166546Z [00:02:49.378]➜  go tool buildid -w $WORK/b1676/_pkg_.a # internal
2025-08-20T23:00:27.1176255Z [00:02:49.379]➜  cp $WORK/b1676/_pkg_.a /root/.cache/go-build/c5/c58619f406c6bf02cac9a39d55561166ce52b2ee99f9dbd28a15dc90435867d8-d # internal
2025-08-20T23:00:27.1179113Z [00:02:49.379]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/proxycrawl
2025-08-20T23:00:27.1185326Z [00:02:49.379]➜  mkdir -p $WORK/b1678/
2025-08-20T23:00:27.1185824Z [00:02:49.379]➜  cat >/tmp/go-build2180205415/b1678/importcfg << 'EOF' # internal
2025-08-20T23:00:27.1186231Z [00:02:49.379]➜  # import config
2025-08-20T23:00:27.1186590Z [00:02:49.379]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.1187017Z [00:02:49.379]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.1187618Z [00:02:49.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.1188391Z [00:02:49.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.1189208Z [00:02:49.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.1189891Z [00:02:49.379]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.1190387Z [00:02:49.379]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.1190817Z [00:02:49.379]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.1191234Z [00:02:49.379]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:27.1191535Z [00:02:49.379]➜  EOF
2025-08-20T23:00:27.1200569Z [00:02:49.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1678/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/proxycrawl=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/proxycrawl;$WORK/b1678=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/proxycrawl -lang=go1.24 -complete -installsuffix shared -buildid MBFOpjAhFcO7Z16AtQ8x/MBFOpjAhFcO7Z16AtQ8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1678/importcfg -pack ./pkg/detectors/proxycrawl/proxycrawl.go
2025-08-20T23:00:27.1203009Z [00:02:49.380]➜  go tool buildid -w $WORK/b1675/_pkg_.a # internal
2025-08-20T23:00:27.1203844Z [00:02:49.381]➜  cp $WORK/b1675/_pkg_.a /root/.cache/go-build/00/000447d5f8eee5036b93cb5043f991de9528ab9747363fa4e3c58d51a62fe606-d # internal
2025-08-20T23:00:27.1204939Z [00:02:49.381]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubpublishkey
2025-08-20T23:00:27.1205441Z [00:02:49.381]➜  mkdir -p $WORK/b1679/
2025-08-20T23:00:27.1206189Z [00:02:49.381]➜  cat >/tmp/go-build2180205415/b1679/importcfg << 'EOF' # internal
2025-08-20T23:00:27.1206652Z [00:02:49.381]➜  # import config
2025-08-20T23:00:27.1207066Z [00:02:49.381]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.1207646Z [00:02:49.381]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.1208520Z [00:02:49.381]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.1209555Z [00:02:49.381]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.1210679Z [00:02:49.381]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.1211569Z [00:02:49.381]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.1212247Z [00:02:49.381]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.1212833Z [00:02:49.381]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.1213207Z [00:02:49.381]➜  EOF
2025-08-20T23:00:27.1218602Z [00:02:49.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1679/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubpublishkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubpublishkey;$WORK/b1679=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubpublishkey -lang=go1.24 -complete -installsuffix shared -buildid UKMRJ3b7EdSivL3su27c/UKMRJ3b7EdSivL3su27c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1679/importcfg -pack ./pkg/detectors/pubnubpublishkey/pubnubpublishkey.go
2025-08-20T23:00:27.1330757Z [00:02:49.394]➜  go tool buildid -w $WORK/b1677/_pkg_.a # internal
2025-08-20T23:00:27.1393909Z [00:02:49.400]➜  cp $WORK/b1677/_pkg_.a /root/.cache/go-build/84/843e64e7294567f124e7b24340eed0d3e92cabaf34eee94e33a08a5d485ab29a-d # internal
2025-08-20T23:00:27.1397755Z [00:02:49.401]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubsubscriptionkey
2025-08-20T23:00:27.1398372Z [00:02:49.401]➜  mkdir -p $WORK/b1680/
2025-08-20T23:00:27.1403418Z [00:02:49.401]➜  cat >/tmp/go-build2180205415/b1680/importcfg << 'EOF' # internal
2025-08-20T23:00:27.1403802Z [00:02:49.401]➜  # import config
2025-08-20T23:00:27.1404172Z [00:02:49.401]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.1404606Z [00:02:49.401]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.1405205Z [00:02:49.401]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.1406182Z [00:02:49.401]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.1407063Z [00:02:49.401]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.1407749Z [00:02:49.401]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.1408224Z [00:02:49.401]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.1408642Z [00:02:49.401]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.1409073Z [00:02:49.401]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.1409400Z [00:02:49.401]➜  EOF
2025-08-20T23:00:27.1411890Z [00:02:49.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1680/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubsubscriptionkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubsubscriptionkey;$WORK/b1680=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubsubscriptionkey -lang=go1.24 -complete -installsuffix shared -buildid oILQx4Hj4nJ3ZZ0JXTlp/oILQx4Hj4nJ3ZZ0JXTlp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1680/importcfg -pack ./pkg/detectors/pubnubsubscriptionkey/pubnubsubscriptionkey.go
2025-08-20T23:00:27.1599624Z [00:02:49.421]➜  go tool buildid -w $WORK/b1678/_pkg_.a # internal
2025-08-20T23:00:27.1613723Z [00:02:49.422]➜  cp $WORK/b1678/_pkg_.a /root/.cache/go-build/42/42b680bbdd90e7adcc179776f37362e5347793d9bed2989213abcfe00499e529-d # internal
2025-08-20T23:00:27.1614509Z [00:02:49.422]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pulumi
2025-08-20T23:00:27.1615308Z [00:02:49.422]➜  mkdir -p $WORK/b1681/
2025-08-20T23:00:27.1639823Z [00:02:49.423]➜  cat >/tmp/go-build2180205415/b1681/importcfg << 'EOF' # internal
2025-08-20T23:00:27.1641520Z [00:02:49.423]➜  # import config
2025-08-20T23:00:27.1641897Z [00:02:49.423]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.1642336Z [00:02:49.423]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.1642937Z [00:02:49.423]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.1643714Z [00:02:49.423]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.1644510Z [00:02:49.423]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.1645194Z [00:02:49.423]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.1645701Z [00:02:49.423]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.1646302Z [00:02:49.423]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.1646625Z [00:02:49.423]➜  EOF
2025-08-20T23:00:27.1648585Z [00:02:49.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1681/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pulumi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pulumi;$WORK/b1681=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pulumi -lang=go1.24 -complete -installsuffix shared -buildid oBCtv1cairEzErpjTlDU/oBCtv1cairEzErpjTlDU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1681/importcfg -pack ./pkg/detectors/pulumi/pulumi.go
2025-08-20T23:00:27.1658740Z [00:02:49.427]➜  go tool buildid -w $WORK/b1679/_pkg_.a # internal
2025-08-20T23:00:27.1661107Z [00:02:49.427]➜  cp $WORK/b1679/_pkg_.a /root/.cache/go-build/98/986d17ba6e5ef23c2a17e5c22cf95cfee7df786e6e47e7d9b8b8148dbd302f2a-d # internal
2025-08-20T23:00:27.1661922Z [00:02:49.427]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/purestake
2025-08-20T23:00:27.1662319Z [00:02:49.427]➜  mkdir -p $WORK/b1682/
2025-08-20T23:00:27.1662720Z [00:02:49.427]➜  cat >/tmp/go-build2180205415/b1682/importcfg << 'EOF' # internal
2025-08-20T23:00:27.1663073Z [00:02:49.427]➜  # import config
2025-08-20T23:00:27.1663413Z [00:02:49.427]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.1664016Z [00:02:49.427]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.1664829Z [00:02:49.427]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.1665627Z [00:02:49.427]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.1669288Z [00:02:49.427]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.1670014Z [00:02:49.427]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.1670559Z [00:02:49.427]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.1670877Z [00:02:49.427]➜  EOF
2025-08-20T23:00:27.1672885Z [00:02:49.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1682/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/purestake=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/purestake;$WORK/b1682=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/purestake -lang=go1.24 -complete -installsuffix shared -buildid OSZ4fjzQY0c0SXk-JA_Z/OSZ4fjzQY0c0SXk-JA_Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1682/importcfg -pack ./pkg/detectors/purestake/purestake.go
2025-08-20T23:00:27.1980470Z [00:02:49.459]➜  go tool buildid -w $WORK/b1680/_pkg_.a # internal
2025-08-20T23:00:27.1990053Z [00:02:49.460]➜  cp $WORK/b1680/_pkg_.a /root/.cache/go-build/c8/c827704a5058ff43afe79b02536972d43afa8f6aae781ebc537cc99fdf2539a7-d # internal
2025-08-20T23:00:27.2009757Z [00:02:49.462]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pushbulletapikey
2025-08-20T23:00:27.2011497Z [00:02:49.462]➜  mkdir -p $WORK/b1683/
2025-08-20T23:00:27.2012107Z [00:02:49.462]➜  cat >/tmp/go-build2180205415/b1683/importcfg << 'EOF' # internal
2025-08-20T23:00:27.2013182Z [00:02:49.462]➜  # import config
2025-08-20T23:00:27.2014620Z [00:02:49.462]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.2015453Z [00:02:49.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.2017208Z [00:02:49.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.2019872Z [00:02:49.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.2020590Z [00:02:49.462]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.2021102Z [00:02:49.462]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.2021536Z [00:02:49.462]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.2022143Z [00:02:49.462]➜  EOF
2025-08-20T23:00:27.2024349Z [00:02:49.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1683/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pushbulletapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pushbulletapikey;$WORK/b1683=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pushbulletapikey -lang=go1.24 -complete -installsuffix shared -buildid XuhXr86vRfIIYJqwRxY4/XuhXr86vRfIIYJqwRxY4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1683/importcfg -pack ./pkg/detectors/pushbulletapikey/pushbulletapikey.go
2025-08-20T23:00:27.2137187Z [00:02:49.475]➜  go tool buildid -w $WORK/b1682/_pkg_.a # internal
2025-08-20T23:00:27.2150229Z [00:02:49.476]➜  cp $WORK/b1682/_pkg_.a /root/.cache/go-build/93/93a16b8e2301cf38a39158e7023a1f957d3c7831e76a7096d5516e873de16685-d # internal
2025-08-20T23:00:27.2153040Z [00:02:49.476]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pusherchannelkey
2025-08-20T23:00:27.2153488Z [00:02:49.476]➜  mkdir -p $WORK/b1684/
2025-08-20T23:00:27.2157812Z [00:02:49.476]➜  go tool buildid -w $WORK/b1681/_pkg_.a # internal
2025-08-20T23:00:27.2159293Z [00:02:49.477]➜  cat >/tmp/go-build2180205415/b1684/importcfg << 'EOF' # internal
2025-08-20T23:00:27.2159717Z [00:02:49.477]➜  # import config
2025-08-20T23:00:27.2160070Z [00:02:49.477]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.2160526Z [00:02:49.477]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:27.2160984Z [00:02:49.477]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T23:00:27.2161463Z [00:02:49.477]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:27.2162132Z [00:02:49.477]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:27.2162639Z [00:02:49.477]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.2170692Z [00:02:49.477]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.2171499Z [00:02:49.477]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.2172305Z [00:02:49.477]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.2172988Z [00:02:49.477]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.2173462Z [00:02:49.477]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.2173881Z [00:02:49.477]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.2174540Z [00:02:49.477]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:27.2175113Z [00:02:49.477]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:27.2175547Z [00:02:49.477]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.2176129Z [00:02:49.477]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:27.2176444Z [00:02:49.477]➜  EOF
2025-08-20T23:00:27.2178661Z [00:02:49.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1684/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pusherchannelkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pusherchannelkey;$WORK/b1684=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pusherchannelkey -lang=go1.24 -complete -installsuffix shared -buildid 6DGuT3tLYLEOR0b6-aMw/6DGuT3tLYLEOR0b6-aMw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1684/importcfg -pack ./pkg/detectors/pusherchannelkey/pusherchannelkey.go
2025-08-20T23:00:27.2180931Z [00:02:49.478]➜  cp $WORK/b1681/_pkg_.a /root/.cache/go-build/e9/e9baa7fe6842475d22d550e9d9480cc1b749273fd88a9fa0b3f91fb97e7dae8d-d # internal
2025-08-20T23:00:27.2192035Z [00:02:49.480]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pypi
2025-08-20T23:00:27.2193073Z [00:02:49.480]➜  mkdir -p $WORK/b1685/
2025-08-20T23:00:27.2193464Z [00:02:49.480]➜  cat >/tmp/go-build2180205415/b1685/importcfg << 'EOF' # internal
2025-08-20T23:00:27.2193814Z [00:02:49.480]➜  # import config
2025-08-20T23:00:27.2194153Z [00:02:49.480]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:27.2194577Z [00:02:49.480]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.2194998Z [00:02:49.480]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.2195590Z [00:02:49.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.2196509Z [00:02:49.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.2197322Z [00:02:49.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.2198004Z [00:02:49.480]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.2198485Z [00:02:49.480]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.2198926Z [00:02:49.480]➜  packagefile mime/multipart=/tmp/go-build2180205415/b195/_pkg_.a
2025-08-20T23:00:27.2199382Z [00:02:49.480]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.2199701Z [00:02:49.480]➜  EOF
2025-08-20T23:00:27.2219148Z [00:02:49.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1685/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pypi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pypi;$WORK/b1685=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pypi -lang=go1.24 -complete -installsuffix shared -buildid xT0eRp1Q7R5QpQ0biveD/xT0eRp1Q7R5QpQ0biveD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1685/importcfg -pack ./pkg/detectors/pypi/pypi.go
2025-08-20T23:00:27.2622654Z [00:02:49.523]➜  go tool buildid -w $WORK/b1684/_pkg_.a # internal
2025-08-20T23:00:27.2634926Z [00:02:49.525]➜  cp $WORK/b1684/_pkg_.a /root/.cache/go-build/4d/4d811a5ef993064e0ff157c39d47d0139d81dd79510f604cc6bd4e39f3624f79-d # internal
2025-08-20T23:00:27.2637403Z [00:02:49.525]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qase
2025-08-20T23:00:27.2638602Z [00:02:49.525]➜  mkdir -p $WORK/b1686/
2025-08-20T23:00:27.2642648Z [00:02:49.525]➜  cat >/tmp/go-build2180205415/b1686/importcfg << 'EOF' # internal
2025-08-20T23:00:27.2643347Z [00:02:49.525]➜  # import config
2025-08-20T23:00:27.2644049Z [00:02:49.525]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.2645029Z [00:02:49.525]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.2646339Z [00:02:49.525]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.2647686Z [00:02:49.525]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.2649212Z [00:02:49.525]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.2650938Z [00:02:49.525]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.2651428Z [00:02:49.525]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.2651852Z [00:02:49.525]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.2652284Z [00:02:49.525]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.2652599Z [00:02:49.525]➜  EOF
2025-08-20T23:00:27.2654479Z [00:02:49.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1686/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qase;$WORK/b1686=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qase -lang=go1.24 -complete -installsuffix shared -buildid pPqEAXLxLJf7W_ma_GP_/pPqEAXLxLJf7W_ma_GP_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1686/importcfg -pack ./pkg/detectors/qase/qase.go
2025-08-20T23:00:27.2759643Z [00:02:49.537]➜  go tool buildid -w $WORK/b1683/_pkg_.a # internal
2025-08-20T23:00:27.2781467Z [00:02:49.539]➜  cp $WORK/b1683/_pkg_.a /root/.cache/go-build/4e/4e909f03a7ac7c7520860f832113cc63c62dbba1f4d099b5c2118708501ce637-d # internal
2025-08-20T23:00:27.2783484Z [00:02:49.539]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qualaroo
2025-08-20T23:00:27.2783921Z [00:02:49.539]➜  mkdir -p $WORK/b1687/
2025-08-20T23:00:27.2784305Z [00:02:49.539]➜  cat >/tmp/go-build2180205415/b1687/importcfg << 'EOF' # internal
2025-08-20T23:00:27.2784676Z [00:02:49.539]➜  # import config
2025-08-20T23:00:27.2785037Z [00:02:49.539]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.2785460Z [00:02:49.539]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.2786208Z [00:02:49.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.2786998Z [00:02:49.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.2787920Z [00:02:49.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.2788600Z [00:02:49.539]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.2789074Z [00:02:49.539]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.2789491Z [00:02:49.539]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.2789937Z [00:02:49.539]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.2790484Z [00:02:49.539]➜  EOF
2025-08-20T23:00:27.2792550Z [00:02:49.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1687/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qualaroo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qualaroo;$WORK/b1687=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qualaroo -lang=go1.24 -complete -installsuffix shared -buildid 5TpRt0vOkwGmZWJsYsty/5TpRt0vOkwGmZWJsYsty -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1687/importcfg -pack ./pkg/detectors/qualaroo/qualaroo.go
2025-08-20T23:00:27.2835596Z [00:02:49.544]➜  go tool buildid -w $WORK/b1685/_pkg_.a # internal
2025-08-20T23:00:27.2850460Z [00:02:49.546]➜  cp $WORK/b1685/_pkg_.a /root/.cache/go-build/41/416f854a6812d666cc4d826f7aa03665a25f7e52a8b42d9a10f7afd5b3e6161b-d # internal
2025-08-20T23:00:27.2851492Z [00:02:49.546]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qubole
2025-08-20T23:00:27.2852031Z [00:02:49.546]➜  mkdir -p $WORK/b1688/
2025-08-20T23:00:27.2852417Z [00:02:49.546]➜  cat >/tmp/go-build2180205415/b1688/importcfg << 'EOF' # internal
2025-08-20T23:00:27.2852765Z [00:02:49.546]➜  # import config
2025-08-20T23:00:27.2853117Z [00:02:49.546]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.2853535Z [00:02:49.546]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.2854134Z [00:02:49.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.2854903Z [00:02:49.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.2855698Z [00:02:49.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.2856560Z [00:02:49.546]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.2857046Z [00:02:49.546]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.2857465Z [00:02:49.546]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.2857896Z [00:02:49.546]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.2858453Z [00:02:49.546]➜  EOF
2025-08-20T23:00:27.2860408Z [00:02:49.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1688/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qubole=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qubole;$WORK/b1688=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qubole -lang=go1.24 -complete -installsuffix shared -buildid OVKU0BP8sPIxj7y-eOxu/OVKU0BP8sPIxj7y-eOxu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1688/importcfg -pack ./pkg/detectors/qubole/qubole.go
2025-08-20T23:00:27.3050922Z [00:02:49.566]➜  go tool buildid -w $WORK/b1686/_pkg_.a # internal
2025-08-20T23:00:27.3063090Z [00:02:49.567]➜  cp $WORK/b1686/_pkg_.a /root/.cache/go-build/5c/5c2e16174353b28e2df36d51a27c64c2be63ad7364d6becdd86eb6935cb51025-d # internal
2025-08-20T23:00:27.3069191Z [00:02:49.568]➜  github.com/rabbitmq/amqp091-go
2025-08-20T23:00:27.3073425Z [00:02:49.568]➜  mkdir -p $WORK/b1690/
2025-08-20T23:00:27.3073922Z [00:02:49.568]➜  cat >/tmp/go-build2180205415/b1690/importcfg << 'EOF' # internal
2025-08-20T23:00:27.3096592Z [00:02:49.568]➜  # import config
2025-08-20T23:00:27.3096955Z [00:02:49.568]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:27.3097460Z [00:02:49.568]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:27.3097949Z [00:02:49.568]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.3098395Z [00:02:49.568]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:27.3098846Z [00:02:49.568]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:27.3099331Z [00:02:49.568]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:27.3100000Z [00:02:49.568]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:27.3100482Z [00:02:49.568]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.3100891Z [00:02:49.568]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.3101296Z [00:02:49.568]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:27.3101718Z [00:02:49.568]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:27.3102134Z [00:02:49.568]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:27.3102552Z [00:02:49.568]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:27.3102964Z [00:02:49.568]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:27.3103374Z [00:02:49.568]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:27.3103926Z [00:02:49.568]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:27.3104518Z [00:02:49.568]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.3104946Z [00:02:49.569]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:27.3105386Z [00:02:49.569]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:27.3106042Z [00:02:49.569]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:27.3106411Z [00:02:49.569]➜  EOF
2025-08-20T23:00:27.3111528Z [00:02:49.569]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1690/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0=>github.com/rabbitmq/amqp091-go@v1.10.0;$WORK/b1690=>" -p github.com/rabbitmq/amqp091-go -lang=go1.20 -complete -installsuffix shared -buildid 8S_WBix2uPFZTwkIBO-y/8S_WBix2uPFZTwkIBO-y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1690/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:00:27.3168174Z [00:02:49.578]➜  go tool buildid -w $WORK/b1687/_pkg_.a # internal
2025-08-20T23:00:27.3176434Z [00:02:49.579]➜  cp $WORK/b1687/_pkg_.a /root/.cache/go-build/d3/d30739c407af3b8e36ac844c2db1427844015abfe6b96a36f9bc1c15d9777a00-d # internal
2025-08-20T23:00:27.3188353Z [00:02:49.579]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/railwayapp
2025-08-20T23:00:27.3188787Z [00:02:49.579]➜  mkdir -p $WORK/b1691/
2025-08-20T23:00:27.3189164Z [00:02:49.579]➜  cat >/tmp/go-build2180205415/b1691/importcfg << 'EOF' # internal
2025-08-20T23:00:27.3189512Z [00:02:49.579]➜  # import config
2025-08-20T23:00:27.3189849Z [00:02:49.579]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:27.3190275Z [00:02:49.579]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.3190727Z [00:02:49.579]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:27.3191168Z [00:02:49.579]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.3191768Z [00:02:49.579]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.3192770Z [00:02:49.579]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.3193677Z [00:02:49.579]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.3194365Z [00:02:49.579]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.3194836Z [00:02:49.579]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.3195254Z [00:02:49.579]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.3195683Z [00:02:49.579]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.3196288Z [00:02:49.579]➜  EOF
2025-08-20T23:00:27.3198461Z [00:02:49.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1691/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/railwayapp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/railwayapp;$WORK/b1691=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/railwayapp -lang=go1.24 -complete -installsuffix shared -buildid xHfB5_aEAtV_Rtaft24M/xHfB5_aEAtV_Rtaft24M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1691/importcfg -pack ./pkg/detectors/railwayapp/railwayapp.go
2025-08-20T23:00:27.3218183Z [00:02:49.583]➜  go tool buildid -w $WORK/b1544/_pkg_.a # internal
2025-08-20T23:00:27.3267153Z [00:02:49.588]➜  go tool buildid -w $WORK/b1688/_pkg_.a # internal
2025-08-20T23:00:27.3276274Z [00:02:49.588]➜  cp $WORK/b1688/_pkg_.a /root/.cache/go-build/bf/bff2d3718a16ddb2ff3b6c5962e09f619d50c51e26e66a9b459e6aa924761605-d # internal
2025-08-20T23:00:27.3284330Z [00:02:49.589]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ramp
2025-08-20T23:00:27.3284938Z [00:02:49.589]➜  mkdir -p $WORK/b1692/
2025-08-20T23:00:27.3291985Z [00:02:49.590]➜  cp $WORK/b1544/_pkg_.a /root/.cache/go-build/97/97da451cd90b00ea16d83a0d9e37b21041f0fcbaf02bba0e8fda5ab77871589f-d # internal
2025-08-20T23:00:27.3293689Z [00:02:49.590]➜  cat >/tmp/go-build2180205415/b1692/importcfg << 'EOF' # internal
2025-08-20T23:00:27.3294908Z [00:02:49.590]➜  # import config
2025-08-20T23:00:27.3295267Z [00:02:49.590]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.3297184Z [00:02:49.590]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.3298033Z [00:02:49.590]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.3299112Z [00:02:49.590]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.3299935Z [00:02:49.590]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.3300623Z [00:02:49.590]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.3301139Z [00:02:49.590]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.3301577Z [00:02:49.590]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:27.3303213Z [00:02:49.590]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.3304247Z [00:02:49.590]➜  EOF
2025-08-20T23:00:27.3315256Z [00:02:49.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1692/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ramp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ramp;$WORK/b1692=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ramp -lang=go1.24 -complete -installsuffix shared -buildid pxTkMuXobiF4rnHwlNC6/pxTkMuXobiF4rnHwlNC6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1692/importcfg -pack ./pkg/detectors/ramp/ramp.go
2025-08-20T23:00:27.3317264Z [00:02:49.592]➜  go.mongodb.org/mongo-driver/x/mongo/driver/topology
2025-08-20T23:00:27.3317622Z [00:02:49.592]➜  mkdir -p $WORK/b1570/
2025-08-20T23:00:27.3318186Z [00:02:49.592]➜  cat >/tmp/go-build2180205415/b1570/importcfg << 'EOF' # internal
2025-08-20T23:00:27.3318630Z [00:02:49.592]➜  # import config
2025-08-20T23:00:27.3318969Z [00:02:49.592]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:27.3319404Z [00:02:49.592]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.3319845Z [00:02:49.592]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:27.3320312Z [00:02:49.592]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:27.3320763Z [00:02:49.592]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:27.3321177Z [00:02:49.592]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.3321674Z [00:02:49.592]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build2180205415/b1571/_pkg_.a
2025-08-20T23:00:27.3322381Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2180205415/b1521/_pkg_.a
2025-08-20T23:00:27.3323220Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build2180205415/b1522/_pkg_.a
2025-08-20T23:00:27.3323895Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2180205415/b1526/_pkg_.a
2025-08-20T23:00:27.3324531Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build2180205415/b1528/_pkg_.a
2025-08-20T23:00:27.3325158Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build2180205415/b1538/_pkg_.a
2025-08-20T23:00:27.3325986Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build2180205415/b1551/_pkg_.a
2025-08-20T23:00:27.3326745Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build2180205415/b1539/_pkg_.a
2025-08-20T23:00:27.3327432Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build2180205415/b1540/_pkg_.a
2025-08-20T23:00:27.3328121Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build2180205415/b1533/_pkg_.a
2025-08-20T23:00:27.3328810Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build2180205415/b1542/_pkg_.a
2025-08-20T23:00:27.3329679Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2180205415/b1529/_pkg_.a
2025-08-20T23:00:27.3330356Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2180205415/b1530/_pkg_.a
2025-08-20T23:00:27.3331025Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build2180205415/b1544/_pkg_.a
2025-08-20T23:00:27.3331698Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:27.3332370Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build2180205415/b1550/_pkg_.a
2025-08-20T23:00:27.3333055Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build2180205415/b1556/_pkg_.a
2025-08-20T23:00:27.3333789Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build2180205415/b1568/_pkg_.a
2025-08-20T23:00:27.3334506Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build2180205415/b1569/_pkg_.a
2025-08-20T23:00:27.3335205Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/ocsp=/tmp/go-build2180205415/b1572/_pkg_.a
2025-08-20T23:00:27.3337726Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build2180205415/b1566/_pkg_.a
2025-08-20T23:00:27.3338678Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build2180205415/b1554/_pkg_.a
2025-08-20T23:00:27.3339677Z [00:02:49.592]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build2180205415/b1555/_pkg_.a
2025-08-20T23:00:27.3340382Z [00:02:49.592]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.3341170Z [00:02:49.592]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:27.3341801Z [00:02:49.592]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:27.3342413Z [00:02:49.592]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.3343032Z [00:02:49.592]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:27.3343516Z [00:02:49.592]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.3344134Z [00:02:49.592]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:27.3344782Z [00:02:49.592]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:27.3345383Z [00:02:49.592]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:27.3345875Z [00:02:49.592]➜  EOF
2025-08-20T23:00:27.3354086Z [00:02:49.592]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1570/_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/b1570=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/topology -lang=go1.18 -complete -installsuffix shared -buildid htAdZNdno9klwdPViO6J/htAdZNdno9klwdPViO6J -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/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:00:27.3702713Z [00:02:49.631]➜  go tool buildid -w $WORK/b1692/_pkg_.a # internal
2025-08-20T23:00:27.3704044Z [00:02:49.631]➜  go tool buildid -w $WORK/b1691/_pkg_.a # internal
2025-08-20T23:00:27.3713748Z [00:02:49.632]➜  cp $WORK/b1692/_pkg_.a /root/.cache/go-build/24/24caa5d16b82578ec2de9148649d6e6da001f1188e619b27c69427c23add1cf7-d # internal
2025-08-20T23:00:27.3714537Z [00:02:49.632]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rapidapi
2025-08-20T23:00:27.3717046Z [00:02:49.632]➜  mkdir -p $WORK/b1693/
2025-08-20T23:00:27.3718161Z [00:02:49.632]➜  cat >/tmp/go-build2180205415/b1693/importcfg << 'EOF' # internal
2025-08-20T23:00:27.3720939Z [00:02:49.632]➜  # import config
2025-08-20T23:00:27.3722004Z [00:02:49.632]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.3725198Z [00:02:49.632]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.3726778Z [00:02:49.632]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.3729706Z [00:02:49.632]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.3731257Z [00:02:49.632]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.3731828Z [00:02:49.632]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.3732263Z [00:02:49.632]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.3732587Z [00:02:49.632]➜  EOF
2025-08-20T23:00:27.3734584Z [00:02:49.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1693/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rapidapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rapidapi;$WORK/b1693=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rapidapi -lang=go1.24 -complete -installsuffix shared -buildid jVM5yJdwQ38ePsMiJ4oR/jVM5yJdwQ38ePsMiJ4oR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1693/importcfg -pack ./pkg/detectors/rapidapi/rapidapi.go
2025-08-20T23:00:27.3736951Z [00:02:49.633]➜  cp $WORK/b1691/_pkg_.a /root/.cache/go-build/ca/ca929f7df6b0357550636699228f337c347e60dbf8e2bf167bd9ac40335ca70c-d # internal
2025-08-20T23:00:27.3737746Z [00:02:49.633]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rawg
2025-08-20T23:00:27.3738111Z [00:02:49.633]➜  mkdir -p $WORK/b1694/
2025-08-20T23:00:27.3738484Z [00:02:49.633]➜  cat >/tmp/go-build2180205415/b1694/importcfg << 'EOF' # internal
2025-08-20T23:00:27.3738835Z [00:02:49.633]➜  # import config
2025-08-20T23:00:27.3739178Z [00:02:49.633]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.3739780Z [00:02:49.633]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.3740544Z [00:02:49.633]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.3741338Z [00:02:49.633]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.3742021Z [00:02:49.633]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.3742518Z [00:02:49.633]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.3742952Z [00:02:49.633]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.3743444Z [00:02:49.633]➜  EOF
2025-08-20T23:00:27.3754201Z [00:02:49.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1694/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rawg=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rawg;$WORK/b1694=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rawg -lang=go1.24 -complete -installsuffix shared -buildid qvRveIfFGvx6Q6db5t5w/qvRveIfFGvx6Q6db5t5w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1694/importcfg -pack ./pkg/detectors/rawg/rawg.go
2025-08-20T23:00:27.4074644Z [00:02:49.668]➜  go tool buildid -w $WORK/b1693/_pkg_.a # internal
2025-08-20T23:00:27.4097005Z [00:02:49.670]➜  cp $WORK/b1693/_pkg_.a /root/.cache/go-build/fc/fca36417e7358020d5049419957aafe87b2d0436386dc47cbcdbb559fbba17da-d # internal
2025-08-20T23:00:27.4097754Z [00:02:49.670]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/razorpay
2025-08-20T23:00:27.4100791Z [00:02:49.670]➜  mkdir -p $WORK/b1695/
2025-08-20T23:00:27.4101219Z [00:02:49.670]➜  cat >/tmp/go-build2180205415/b1695/importcfg << 'EOF' # internal
2025-08-20T23:00:27.4101575Z [00:02:49.670]➜  # import config
2025-08-20T23:00:27.4101923Z [00:02:49.670]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.4102377Z [00:02:49.670]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:27.4103002Z [00:02:49.670]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.4103770Z [00:02:49.670]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.4104573Z [00:02:49.670]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.4105456Z [00:02:49.670]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.4106140Z [00:02:49.670]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.4106578Z [00:02:49.670]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.4106897Z [00:02:49.670]➜  EOF
2025-08-20T23:00:27.4108896Z [00:02:49.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1695/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/razorpay=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/razorpay;$WORK/b1695=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/razorpay -lang=go1.24 -complete -installsuffix shared -buildid NkVYPmfzlPRJBLRvcsV2/NkVYPmfzlPRJBLRvcsV2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1695/importcfg -pack ./pkg/detectors/razorpay/razorpay.go
2025-08-20T23:00:27.4125951Z [00:02:49.673]➜  go tool buildid -w $WORK/b1694/_pkg_.a # internal
2025-08-20T23:00:27.4141586Z [00:02:49.675]➜  cp $WORK/b1694/_pkg_.a /root/.cache/go-build/06/06d06fefbcdbbf846fe019f37699b5d71e2bf10e652e3bf5684292f36278cc44-d # internal
2025-08-20T23:00:27.4148937Z [00:02:49.676]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reachmail
2025-08-20T23:00:27.4154884Z [00:02:49.677]➜  mkdir -p $WORK/b1696/
2025-08-20T23:00:27.4164409Z [00:02:49.678]➜  cat >/tmp/go-build2180205415/b1696/importcfg << 'EOF' # internal
2025-08-20T23:00:27.4165262Z [00:02:49.678]➜  # import config
2025-08-20T23:00:27.4168211Z [00:02:49.678]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.4171230Z [00:02:49.678]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.4171840Z [00:02:49.678]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.4172639Z [00:02:49.678]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.4173451Z [00:02:49.678]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.4174133Z [00:02:49.678]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.4174944Z [00:02:49.678]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.4175380Z [00:02:49.678]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.4175698Z [00:02:49.678]➜  EOF
2025-08-20T23:00:27.4190092Z [00:02:49.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1696/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reachmail=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reachmail;$WORK/b1696=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reachmail -lang=go1.24 -complete -installsuffix shared -buildid aukdywiGcub5g9R9Lgvd/aukdywiGcub5g9R9Lgvd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1696/importcfg -pack ./pkg/detectors/reachmail/reachmail.go
2025-08-20T23:00:27.4516217Z [00:02:49.713]➜  go tool buildid -w $WORK/b1695/_pkg_.a # internal
2025-08-20T23:00:27.4532727Z [00:02:49.714]➜  cp $WORK/b1695/_pkg_.a /root/.cache/go-build/c2/c286c2b15e68da28f418ebf07bc9fdbd3ba1de9227aad11a066441bb529ac454-d # internal
2025-08-20T23:00:27.4540921Z [00:02:49.715]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/readme
2025-08-20T23:00:27.4548141Z [00:02:49.716]➜  mkdir -p $WORK/b1697/
2025-08-20T23:00:27.4558339Z [00:02:49.717]➜  cat >/tmp/go-build2180205415/b1697/importcfg << 'EOF' # internal
2025-08-20T23:00:27.4560076Z [00:02:49.717]➜  # import config
2025-08-20T23:00:27.4560444Z [00:02:49.717]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.4561112Z [00:02:49.717]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.4562131Z [00:02:49.717]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.4562899Z [00:02:49.717]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.4563398Z [00:02:49.717]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.4563841Z [00:02:49.717]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.4564157Z [00:02:49.717]➜  EOF
2025-08-20T23:00:27.4577466Z [00:02:49.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1697/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/readme=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/readme;$WORK/b1697=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/readme -lang=go1.24 -complete -installsuffix shared -buildid vjTA_nxYx4dKPzf2QxFu/vjTA_nxYx4dKPzf2QxFu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1697/importcfg -pack ./pkg/detectors/readme/readme.go
2025-08-20T23:00:27.4587075Z [00:02:49.720]➜  go tool buildid -w $WORK/b1696/_pkg_.a # internal
2025-08-20T23:00:27.4597639Z [00:02:49.721]➜  cp $WORK/b1696/_pkg_.a /root/.cache/go-build/b9/b9e2a2b2e306cca119d993f54e633364a5e50b7263286254843910fe57be357f-d # internal
2025-08-20T23:00:27.4599203Z [00:02:49.721]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reallysimplesystems
2025-08-20T23:00:27.4601771Z [00:02:49.721]➜  mkdir -p $WORK/b1698/
2025-08-20T23:00:27.4609335Z [00:02:49.722]➜  cat >/tmp/go-build2180205415/b1698/importcfg << 'EOF' # internal
2025-08-20T23:00:27.4610884Z [00:02:49.722]➜  # import config
2025-08-20T23:00:27.4611544Z [00:02:49.722]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.4612675Z [00:02:49.722]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:27.4613635Z [00:02:49.722]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.4614338Z [00:02:49.722]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.4615135Z [00:02:49.722]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.4616057Z [00:02:49.722]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.4617080Z [00:02:49.722]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.4617582Z [00:02:49.722]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.4618012Z [00:02:49.722]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.4618445Z [00:02:49.722]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.4618774Z [00:02:49.722]➜  EOF
2025-08-20T23:00:27.4621026Z [00:02:49.722]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1698/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reallysimplesystems=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reallysimplesystems;$WORK/b1698=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reallysimplesystems -lang=go1.24 -complete -installsuffix shared -buildid rdQLgDO_fcEmmJpZnrjt/rdQLgDO_fcEmmJpZnrjt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1698/importcfg -pack ./pkg/detectors/reallysimplesystems/reallysimplesystems.go
2025-08-20T23:00:27.5083558Z [00:02:49.769]➜  go tool buildid -w $WORK/b1697/_pkg_.a # internal
2025-08-20T23:00:27.5104753Z [00:02:49.771]➜  cp $WORK/b1697/_pkg_.a /root/.cache/go-build/5b/5b546bc593a4d9ef7c54ff5997648697c836f7b9de7c9570c22dbe86ce3e1431-d # internal
2025-08-20T23:00:27.5106155Z [00:02:49.772]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rebrandly
2025-08-20T23:00:27.5106561Z [00:02:49.772]➜  mkdir -p $WORK/b1699/
2025-08-20T23:00:27.5149641Z [00:02:49.776]➜  cat >/tmp/go-build2180205415/b1699/importcfg << 'EOF' # internal
2025-08-20T23:00:27.5150038Z [00:02:49.776]➜  # import config
2025-08-20T23:00:27.5150683Z [00:02:49.776]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.5151402Z [00:02:49.776]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.5152187Z [00:02:49.776]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.5152985Z [00:02:49.776]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.5153662Z [00:02:49.776]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.5154154Z [00:02:49.776]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.5154588Z [00:02:49.776]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.5154904Z [00:02:49.776]➜  EOF
2025-08-20T23:00:27.5157226Z [00:02:49.776]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1699/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rebrandly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rebrandly;$WORK/b1699=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rebrandly -lang=go1.24 -complete -installsuffix shared -buildid qQVOhpigIubkht8_-Hfn/qQVOhpigIubkht8_-Hfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1699/importcfg -pack ./pkg/detectors/rebrandly/rebrandly.go
2025-08-20T23:00:27.5471784Z [00:02:49.808]➜  go tool buildid -w $WORK/b1698/_pkg_.a # internal
2025-08-20T23:00:27.5484024Z [00:02:49.809]➜  cp $WORK/b1698/_pkg_.a /root/.cache/go-build/13/13b11cf3f7649f408c9fd4506a4888e25449ebcee8be7284f43bfd095ef37905-d # internal
2025-08-20T23:00:27.5484834Z [00:02:49.809]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rechargepayments
2025-08-20T23:00:27.5485255Z [00:02:49.809]➜  mkdir -p $WORK/b1700/
2025-08-20T23:00:27.5485633Z [00:02:49.809]➜  cat >/tmp/go-build2180205415/b1700/importcfg << 'EOF' # internal
2025-08-20T23:00:27.5486220Z [00:02:49.809]➜  # import config
2025-08-20T23:00:27.5486579Z [00:02:49.809]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.5487190Z [00:02:49.809]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.5488294Z [00:02:49.809]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.5489090Z [00:02:49.809]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.5489764Z [00:02:49.809]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.5490258Z [00:02:49.809]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.5490577Z [00:02:49.809]➜  EOF
2025-08-20T23:00:27.5492865Z [00:02:49.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1700/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rechargepayments=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rechargepayments;$WORK/b1700=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rechargepayments -lang=go1.24 -complete -installsuffix shared -buildid mEt3EUnZecKDnfzpT166/mEt3EUnZecKDnfzpT166 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1700/importcfg -pack ./pkg/detectors/rechargepayments/rechargepayments.go
2025-08-20T23:00:27.5749964Z [00:02:49.835]➜  go tool buildid -w $WORK/b1699/_pkg_.a # internal
2025-08-20T23:00:27.5751697Z [00:02:49.836]➜  cp $WORK/b1699/_pkg_.a /root/.cache/go-build/0b/0bb46e522849e7052f14e91ea0983b29b24ec833343289b8d7ac1e27598564fc-d # internal
2025-08-20T23:00:27.5754070Z [00:02:49.836]➜  github.com/go-redis/redis/internal/util
2025-08-20T23:00:27.5754408Z [00:02:49.836]➜  mkdir -p $WORK/b1705/
2025-08-20T23:00:27.5756457Z [00:02:49.836]➜  cat >/tmp/go-build2180205415/b1705/importcfg << 'EOF' # internal
2025-08-20T23:00:27.5756847Z [00:02:49.837]➜  # import config
2025-08-20T23:00:27.5757210Z [00:02:49.837]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:27.5757530Z [00:02:49.837]➜  EOF
2025-08-20T23:00:27.5759963Z [00:02:49.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1705/_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/b1705=>" -p github.com/go-redis/redis/internal/util -lang=go1.16 -complete -installsuffix shared -buildid QiM_-g36KnddXfYqW9OW/QiM_-g36KnddXfYqW9OW -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/util/strconv.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/util/unsafe.go
2025-08-20T23:00:27.6001921Z [00:02:49.861]➜  go tool buildid -w $WORK/b1705/_pkg_.a # internal
2025-08-20T23:00:27.6009608Z [00:02:49.861]➜  cp $WORK/b1705/_pkg_.a /root/.cache/go-build/c1/c198804d77aa08047cd347e9d4fcd58f837146501f2a63851355606c91b21752-d # internal
2025-08-20T23:00:27.6010412Z [00:02:49.862]➜  github.com/go-redis/redis/internal/proto
2025-08-20T23:00:27.6010732Z [00:02:49.862]➜  mkdir -p $WORK/b1704/
2025-08-20T23:00:27.6011130Z [00:02:49.862]➜  cat >/tmp/go-build2180205415/b1704/importcfg << 'EOF' # internal
2025-08-20T23:00:27.6011490Z [00:02:49.862]➜  # import config
2025-08-20T23:00:27.6011826Z [00:02:49.862]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:27.6012256Z [00:02:49.862]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T23:00:27.6012678Z [00:02:49.862]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.6013216Z [00:02:49.862]➜  packagefile github.com/go-redis/redis/internal/util=/tmp/go-build2180205415/b1705/_pkg_.a
2025-08-20T23:00:27.6013731Z [00:02:49.862]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.6014153Z [00:02:49.862]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:27.6014590Z [00:02:49.862]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:27.6014906Z [00:02:49.862]➜  EOF
2025-08-20T23:00:27.6017834Z [00:02:49.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1704/_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/b1704=>" -p github.com/go-redis/redis/internal/proto -lang=go1.16 -complete -installsuffix shared -buildid KdSll4hsZI_zqmvrsU5F/KdSll4hsZI_zqmvrsU5F -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/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:00:27.6048289Z [00:02:49.866]➜  go tool buildid -w $WORK/b1690/_pkg_.a # internal
2025-08-20T23:00:27.6254684Z [00:02:49.885]➜  cp $WORK/b1690/_pkg_.a /root/.cache/go-build/04/04e5def8c6a3ac6037e652b09e7462f585258f55c6e6775228d0230db8b8d33f-d # internal
2025-08-20T23:00:27.6255494Z [00:02:49.885]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rabbitmq
2025-08-20T23:00:27.6256014Z [00:02:49.886]➜  mkdir -p $WORK/b1689/
2025-08-20T23:00:27.6256403Z [00:02:49.886]➜  cat >/tmp/go-build2180205415/b1689/importcfg << 'EOF' # internal
2025-08-20T23:00:27.6256756Z [00:02:49.886]➜  # import config
2025-08-20T23:00:27.6257105Z [00:02:49.886]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.6257631Z [00:02:49.886]➜  packagefile github.com/rabbitmq/amqp091-go=/tmp/go-build2180205415/b1690/_pkg_.a
2025-08-20T23:00:27.6258331Z [00:02:49.886]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.6259139Z [00:02:49.886]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.6259828Z [00:02:49.886]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.6260303Z [00:02:49.886]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:27.6260728Z [00:02:49.886]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:27.6261155Z [00:02:49.886]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.6261575Z [00:02:49.886]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:27.6261883Z [00:02:49.886]➜  EOF
2025-08-20T23:00:27.6264066Z [00:02:49.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1689/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rabbitmq=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rabbitmq;$WORK/b1689=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rabbitmq -lang=go1.24 -complete -installsuffix shared -buildid Jj9n98NgYZZzBozZ1vUJ/Jj9n98NgYZZzBozZ1vUJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1689/importcfg -pack ./pkg/detectors/rabbitmq/rabbitmq.go
2025-08-20T23:00:27.6310911Z [00:02:49.892]➜  go tool buildid -w $WORK/b1700/_pkg_.a # internal
2025-08-20T23:00:27.6319742Z [00:02:49.893]➜  cp $WORK/b1700/_pkg_.a /root/.cache/go-build/bf/bf88ef77f3d6c94b63d3eafd97eafc9cf1cb72766934d24cf3d7996863112239-d # internal
2025-08-20T23:00:27.6327724Z [00:02:49.893]➜  github.com/go-redis/redis/internal/consistenthash
2025-08-20T23:00:27.6348342Z [00:02:49.893]➜  mkdir -p $WORK/b1706/
2025-08-20T23:00:27.6348929Z [00:02:49.894]➜  cat >/tmp/go-build2180205415/b1706/importcfg << 'EOF' # internal
2025-08-20T23:00:27.6349296Z [00:02:49.894]➜  # import config
2025-08-20T23:00:27.6349653Z [00:02:49.894]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:27.6350087Z [00:02:49.894]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:27.6350524Z [00:02:49.894]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:27.6350848Z [00:02:49.894]➜  EOF
2025-08-20T23:00:27.6353183Z [00:02:49.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1706/_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/b1706=>" -p github.com/go-redis/redis/internal/consistenthash -lang=go1.16 -complete -installsuffix shared -buildid ocyH9xPrruC2zrkud7NT/ocyH9xPrruC2zrkud7NT -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/consistenthash/consistenthash.go
2025-08-20T23:00:27.6586714Z [00:02:49.919]➜  go tool buildid -w $WORK/b1706/_pkg_.a # internal
2025-08-20T23:00:27.6587528Z [00:02:49.919]➜  cp $WORK/b1706/_pkg_.a /root/.cache/go-build/8b/8bf6444d052a8ad3e4a0eaa85626d1ae0dc627fcde938a6b69358e53652c5645-d # internal
2025-08-20T23:00:27.6588160Z [00:02:49.919]➜  github.com/go-redis/redis/internal/hashtag
2025-08-20T23:00:27.6588721Z [00:02:49.919]➜  mkdir -p $WORK/b1707/
2025-08-20T23:00:27.6589176Z [00:02:49.919]➜  cat >/tmp/go-build2180205415/b1707/importcfg << 'EOF' # internal
2025-08-20T23:00:27.6589531Z [00:02:49.919]➜  # import config
2025-08-20T23:00:27.6589896Z [00:02:49.919]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:27.6590334Z [00:02:49.919]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.6590648Z [00:02:49.919]➜  EOF
2025-08-20T23:00:27.6592813Z [00:02:49.920]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1707/_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/b1707=>" -p github.com/go-redis/redis/internal/hashtag -lang=go1.16 -complete -installsuffix shared -buildid 6PWTgLVjSA-xvmpfKC2T/6PWTgLVjSA-xvmpfKC2T -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/hashtag/hashtag.go
2025-08-20T23:00:27.6659880Z [00:02:49.927]➜  go tool buildid -w $WORK/b1704/_pkg_.a # internal
2025-08-20T23:00:27.6674842Z [00:02:49.928]➜  cp $WORK/b1704/_pkg_.a /root/.cache/go-build/d2/d22d14c517773ee5bc5f11e9b2492e27557cdf83d3ffc0ccadbb4d7ac725d49f-d # internal
2025-08-20T23:00:27.6677842Z [00:02:49.928]➜  github.com/go-redis/redis/internal
2025-08-20T23:00:27.6678195Z [00:02:49.928]➜  mkdir -p $WORK/b1703/
2025-08-20T23:00:27.6678582Z [00:02:49.929]➜  cat >/tmp/go-build2180205415/b1703/importcfg << 'EOF' # internal
2025-08-20T23:00:27.6681373Z [00:02:49.929]➜  # import config
2025-08-20T23:00:27.6681714Z [00:02:49.929]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.6682267Z [00:02:49.929]➜  packagefile github.com/go-redis/redis/internal/proto=/tmp/go-build2180205415/b1704/_pkg_.a
2025-08-20T23:00:27.6683187Z [00:02:49.929]➜  packagefile github.com/go-redis/redis/internal/util=/tmp/go-build2180205415/b1705/_pkg_.a
2025-08-20T23:00:27.6683868Z [00:02:49.929]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.6684276Z [00:02:49.929]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:27.6684713Z [00:02:49.929]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:27.6685135Z [00:02:49.929]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:27.6685554Z [00:02:49.929]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.6686091Z [00:02:49.929]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:27.6686558Z [00:02:49.929]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:27.6686993Z [00:02:49.929]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:27.6687300Z [00:02:49.929]➜  EOF
2025-08-20T23:00:27.6690580Z [00:02:49.929]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1703/_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/b1703=>" -p github.com/go-redis/redis/internal -lang=go1.16 -complete -installsuffix shared -buildid uRwZrHo7I0K7tZN7mVjO/uRwZrHo7I0K7tZN7mVjO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1703/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:00:27.6760747Z [00:02:49.937]➜  go tool buildid -w $WORK/b1689/_pkg_.a # internal
2025-08-20T23:00:27.6782008Z [00:02:49.938]➜  cp $WORK/b1689/_pkg_.a /root/.cache/go-build/06/06617746d6da894633a5b162019d42dda67bbacf6726f5349debb1aad235d730-d # internal
2025-08-20T23:00:27.6783019Z [00:02:49.938]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/refiner
2025-08-20T23:00:27.6783510Z [00:02:49.938]➜  mkdir -p $WORK/b1709/
2025-08-20T23:00:27.6783889Z [00:02:49.938]➜  cat >/tmp/go-build2180205415/b1709/importcfg << 'EOF' # internal
2025-08-20T23:00:27.6784250Z [00:02:49.938]➜  # import config
2025-08-20T23:00:27.6784595Z [00:02:49.938]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.6785016Z [00:02:49.938]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.6785603Z [00:02:49.938]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.6786653Z [00:02:49.938]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.6787610Z [00:02:49.938]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.6788436Z [00:02:49.938]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.6788934Z [00:02:49.938]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.6789374Z [00:02:49.938]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.6789692Z [00:02:49.938]➜  EOF
2025-08-20T23:00:27.6791659Z [00:02:49.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1709/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/refiner=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/refiner;$WORK/b1709=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/refiner -lang=go1.24 -complete -installsuffix shared -buildid dOhf9Fz30J1LbbxQu3ml/dOhf9Fz30J1LbbxQu3ml -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1709/importcfg -pack ./pkg/detectors/refiner/refiner.go
2025-08-20T23:00:27.6793463Z [00:02:49.938]➜  go tool buildid -w $WORK/b1707/_pkg_.a # internal
2025-08-20T23:00:27.6794126Z [00:02:49.938]➜  cp $WORK/b1707/_pkg_.a /root/.cache/go-build/de/def30cc8c67181251f899f5fa0dcca450752f5cfb51d5e099b0338a608506c36-d # internal
2025-08-20T23:00:27.6794795Z [00:02:49.939]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rentman
2025-08-20T23:00:27.6795337Z [00:02:49.939]➜  mkdir -p $WORK/b1710/
2025-08-20T23:00:27.6795710Z [00:02:49.939]➜  cat >/tmp/go-build2180205415/b1710/importcfg << 'EOF' # internal
2025-08-20T23:00:27.6799758Z [00:02:49.939]➜  # import config
2025-08-20T23:00:27.6800110Z [00:02:49.939]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.6800529Z [00:02:49.939]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.6801122Z [00:02:49.939]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.6801897Z [00:02:49.939]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.6802702Z [00:02:49.939]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.6803376Z [00:02:49.939]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.6803870Z [00:02:49.939]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.6804300Z [00:02:49.939]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.6804613Z [00:02:49.939]➜  EOF
2025-08-20T23:00:27.6806695Z [00:02:49.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1710/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rentman=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rentman;$WORK/b1710=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rentman -lang=go1.24 -complete -installsuffix shared -buildid 4ha9ZWuRSZUwPjIVWVie/4ha9ZWuRSZUwPjIVWVie -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1710/importcfg -pack ./pkg/detectors/rentman/rentman.go
2025-08-20T23:00:27.6954972Z [00:02:49.956]➜  go tool buildid -w $WORK/b1703/_pkg_.a # internal
2025-08-20T23:00:27.6962834Z [00:02:49.957]➜  cp $WORK/b1703/_pkg_.a /root/.cache/go-build/cc/ccedc70a16331577feed3e718d9869e3df49df4ff153579acb03017f6fe370b6-d # internal
2025-08-20T23:00:27.6980021Z [00:02:49.957]➜  github.com/go-redis/redis/internal/pool
2025-08-20T23:00:27.6980365Z [00:02:49.958]➜  mkdir -p $WORK/b1708/
2025-08-20T23:00:27.6980752Z [00:02:49.958]➜  cat >/tmp/go-build2180205415/b1708/importcfg << 'EOF' # internal
2025-08-20T23:00:27.6981106Z [00:02:49.958]➜  # import config
2025-08-20T23:00:27.6981446Z [00:02:49.958]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:27.6981862Z [00:02:49.958]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.6982385Z [00:02:49.958]➜  packagefile github.com/go-redis/redis/internal=/tmp/go-build2180205415/b1703/_pkg_.a
2025-08-20T23:00:27.6983291Z [00:02:49.958]➜  packagefile github.com/go-redis/redis/internal/proto=/tmp/go-build2180205415/b1704/_pkg_.a
2025-08-20T23:00:27.6983964Z [00:02:49.958]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:27.6984377Z [00:02:49.958]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:27.6984818Z [00:02:49.958]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:27.6985249Z [00:02:49.958]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:27.6985555Z [00:02:49.958]➜  EOF
2025-08-20T23:00:27.6990301Z [00:02:49.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1708/_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/b1708=>" -p github.com/go-redis/redis/internal/pool -lang=go1.16 -complete -installsuffix shared -buildid auQbhWgjagNsEdVWwGwV/auQbhWgjagNsEdVWwGwV -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/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:00:27.7397000Z [00:02:50.001]➜  go tool buildid -w $WORK/b1710/_pkg_.a # internal
2025-08-20T23:00:27.7409955Z [00:02:50.002]➜  cp $WORK/b1710/_pkg_.a /root/.cache/go-build/37/37686b137f83de2b2e9594d8c80c817c15d2e274ec5398d9256fe1de22636302-d # internal
2025-08-20T23:00:27.7411849Z [00:02:50.002]➜  go tool buildid -w $WORK/b1709/_pkg_.a # internal
2025-08-20T23:00:27.7419799Z [00:02:50.003]➜  cp $WORK/b1709/_pkg_.a /root/.cache/go-build/49/49c67989acc82f6adeed3d2837b41510ed007c7acd31c269f5211abb31c52a14-d # internal
2025-08-20T23:00:27.7420614Z [00:02:50.003]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/repairshopr
2025-08-20T23:00:27.7423933Z [00:02:50.004]➜  mkdir -p $WORK/b1711/
2025-08-20T23:00:27.7424723Z [00:02:50.004]➜  cat >/tmp/go-build2180205415/b1711/importcfg << 'EOF' # internal
2025-08-20T23:00:27.7425861Z [00:02:50.004]➜  # import config
2025-08-20T23:00:27.7426826Z [00:02:50.004]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.7427293Z [00:02:50.004]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.7427914Z [00:02:50.004]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.7428764Z [00:02:50.004]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.7429450Z [00:02:50.004]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.7429945Z [00:02:50.004]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.7430399Z [00:02:50.004]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.7430991Z [00:02:50.004]➜  EOF
2025-08-20T23:00:27.7433160Z [00:02:50.004]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1711/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/repairshopr=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/repairshopr;$WORK/b1711=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/repairshopr -lang=go1.24 -complete -installsuffix shared -buildid yNkCrdnhkrJl1RaNpo8J/yNkCrdnhkrJl1RaNpo8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1711/importcfg -pack ./pkg/detectors/repairshopr/repairshopr.go
2025-08-20T23:00:27.7435131Z [00:02:50.004]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replicate
2025-08-20T23:00:27.7435514Z [00:02:50.004]➜  mkdir -p $WORK/b1712/
2025-08-20T23:00:27.7457867Z [00:02:50.007]➜  cat >/tmp/go-build2180205415/b1712/importcfg << 'EOF' # internal
2025-08-20T23:00:27.7458283Z [00:02:50.007]➜  # import config
2025-08-20T23:00:27.7459034Z [00:02:50.007]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.7459557Z [00:02:50.007]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.7460163Z [00:02:50.007]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.7460938Z [00:02:50.007]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.7461734Z [00:02:50.007]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.7462410Z [00:02:50.007]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.7462901Z [00:02:50.007]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.7463334Z [00:02:50.007]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.7463653Z [00:02:50.007]➜  EOF
2025-08-20T23:00:27.7465694Z [00:02:50.007]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1712/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replicate=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replicate;$WORK/b1712=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replicate -lang=go1.24 -complete -installsuffix shared -buildid o0g0Oq8IGCrtZd-kPCN6/o0g0Oq8IGCrtZd-kPCN6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1712/importcfg -pack ./pkg/detectors/replicate/replicate.go
2025-08-20T23:00:27.7641695Z [00:02:50.025]➜  go tool buildid -w $WORK/b1708/_pkg_.a # internal
2025-08-20T23:00:27.7679258Z [00:02:50.029]➜  cp $WORK/b1708/_pkg_.a /root/.cache/go-build/bd/bd6d58d68bbe1f2ee53fb6d8e79f2d1dd51fca2cf67ddaed4e503f2f72e1cd33-d # internal
2025-08-20T23:00:27.7714287Z [00:02:50.032]➜  github.com/go-redis/redis
2025-08-20T23:00:27.7714681Z [00:02:50.032]➜  mkdir -p $WORK/b1702/
2025-08-20T23:00:27.7717213Z [00:02:50.033]➜  cat >/tmp/go-build2180205415/b1702/importcfg << 'EOF' # internal
2025-08-20T23:00:27.7717623Z [00:02:50.033]➜  # import config
2025-08-20T23:00:27.7717976Z [00:02:50.033]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.7718428Z [00:02:50.033]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:27.7720524Z [00:02:50.033]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:27.7721014Z [00:02:50.033]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:27.7721462Z [00:02:50.033]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:27.7721880Z [00:02:50.033]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.7722402Z [00:02:50.033]➜  packagefile github.com/go-redis/redis/internal=/tmp/go-build2180205415/b1703/_pkg_.a
2025-08-20T23:00:27.7723089Z [00:02:50.033]➜  packagefile github.com/go-redis/redis/internal/consistenthash=/tmp/go-build2180205415/b1706/_pkg_.a
2025-08-20T23:00:27.7723969Z [00:02:50.033]➜  packagefile github.com/go-redis/redis/internal/hashtag=/tmp/go-build2180205415/b1707/_pkg_.a
2025-08-20T23:00:27.7724748Z [00:02:50.033]➜  packagefile github.com/go-redis/redis/internal/pool=/tmp/go-build2180205415/b1708/_pkg_.a
2025-08-20T23:00:27.7725413Z [00:02:50.033]➜  packagefile github.com/go-redis/redis/internal/proto=/tmp/go-build2180205415/b1704/_pkg_.a
2025-08-20T23:00:27.7726111Z [00:02:50.033]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.7726523Z [00:02:50.033]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:27.7726935Z [00:02:50.033]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:27.7727362Z [00:02:50.033]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:27.7727787Z [00:02:50.033]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:27.7728200Z [00:02:50.033]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:27.7728983Z [00:02:50.033]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:27.7729456Z [00:02:50.033]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:27.7729879Z [00:02:50.033]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:27.7730301Z [00:02:50.033]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:27.7730730Z [00:02:50.033]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.7731146Z [00:02:50.033]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:27.7731579Z [00:02:50.033]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:27.7732012Z [00:02:50.033]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:27.7732318Z [00:02:50.033]➜  EOF
2025-08-20T23:00:27.7740679Z [00:02:50.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1702/_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/b1702=>" -p github.com/go-redis/redis -lang=go1.16 -complete -installsuffix shared -buildid uJZNHfu9X1Dsl1V-3TE0/uJZNHfu9X1Dsl1V-3TE0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1702/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:00:27.7856397Z [00:02:50.046]➜  go tool buildid -w $WORK/b1711/_pkg_.a # internal
2025-08-20T23:00:27.7866543Z [00:02:50.047]➜  cp $WORK/b1711/_pkg_.a /root/.cache/go-build/19/1922ff8f583ed6d06bb31866818ad893bfba703a6ac0052dd139717e76b647a5-d # internal
2025-08-20T23:00:27.7876621Z [00:02:50.048]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replyio
2025-08-20T23:00:27.7877032Z [00:02:50.048]➜  mkdir -p $WORK/b1713/
2025-08-20T23:00:27.7877412Z [00:02:50.048]➜  cat >/tmp/go-build2180205415/b1713/importcfg << 'EOF' # internal
2025-08-20T23:00:27.7877801Z [00:02:50.048]➜  # import config
2025-08-20T23:00:27.7878304Z [00:02:50.048]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.7878838Z [00:02:50.048]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.7879451Z [00:02:50.048]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.7880222Z [00:02:50.048]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.7881015Z [00:02:50.049]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.7883315Z [00:02:50.049]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.7883838Z [00:02:50.049]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.7884429Z [00:02:50.049]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.7884871Z [00:02:50.049]➜  EOF
2025-08-20T23:00:27.7888601Z [00:02:50.049]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1713/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replyio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replyio;$WORK/b1713=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replyio -lang=go1.24 -complete -installsuffix shared -buildid Lby2tOeRF4vLFSuHwNd_/Lby2tOeRF4vLFSuHwNd_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1713/importcfg -pack ./pkg/detectors/replyio/replyio.go
2025-08-20T23:00:27.8069818Z [00:02:50.068]➜  go tool buildid -w $WORK/b1712/_pkg_.a # internal
2025-08-20T23:00:27.8086532Z [00:02:50.070]➜  cp $WORK/b1712/_pkg_.a /root/.cache/go-build/e4/e43002d715afc50206aec542336f1c14b5d4c06e69dcac93061d1c09978d19fc-d # internal
2025-08-20T23:00:27.8087283Z [00:02:50.070]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/requestfinance
2025-08-20T23:00:27.8087719Z [00:02:50.070]➜  mkdir -p $WORK/b1714/
2025-08-20T23:00:27.8094738Z [00:02:50.070]➜  cat >/tmp/go-build2180205415/b1714/importcfg << 'EOF' # internal
2025-08-20T23:00:27.8095127Z [00:02:50.071]➜  # import config
2025-08-20T23:00:27.8095486Z [00:02:50.071]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.8096309Z [00:02:50.071]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.8096909Z [00:02:50.071]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.8097678Z [00:02:50.071]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.8098476Z [00:02:50.071]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.8099156Z [00:02:50.071]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.8099659Z [00:02:50.071]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.8100103Z [00:02:50.071]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.8100414Z [00:02:50.071]➜  EOF
2025-08-20T23:00:27.8102548Z [00:02:50.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1714/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/requestfinance=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/requestfinance;$WORK/b1714=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/requestfinance -lang=go1.24 -complete -installsuffix shared -buildid KvJH-orOxiKcBUqAEFf4/KvJH-orOxiKcBUqAEFf4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1714/importcfg -pack ./pkg/detectors/requestfinance/requestfinance.go
2025-08-20T23:00:27.8321104Z [00:02:50.093]➜  go tool buildid -w $WORK/b1713/_pkg_.a # internal
2025-08-20T23:00:27.8330789Z [00:02:50.093]➜  cp $WORK/b1713/_pkg_.a /root/.cache/go-build/72/72a3df0d10779ceb66ec7d0ee917b03de91e525d85d872f271fc5c648c3f34e7-d # internal
2025-08-20T23:00:27.8331938Z [00:02:50.093]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackhtmltopdfapi
2025-08-20T23:00:27.8332463Z [00:02:50.093]➜  mkdir -p $WORK/b1715/
2025-08-20T23:00:27.8344043Z [00:02:50.095]➜  cat >/tmp/go-build2180205415/b1715/importcfg << 'EOF' # internal
2025-08-20T23:00:27.8344530Z [00:02:50.095]➜  # import config
2025-08-20T23:00:27.8344881Z [00:02:50.095]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.8345492Z [00:02:50.095]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.8346423Z [00:02:50.095]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.8347226Z [00:02:50.095]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.8348156Z [00:02:50.095]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.8348818Z [00:02:50.095]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.8349252Z [00:02:50.095]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.8349571Z [00:02:50.095]➜  EOF
2025-08-20T23:00:27.8351825Z [00:02:50.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1715/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackhtmltopdfapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackhtmltopdfapi;$WORK/b1715=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackhtmltopdfapi -lang=go1.24 -complete -installsuffix shared -buildid hTaN_mIdY_ddk4RvDI92/hTaN_mIdY_ddk4RvDI92 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1715/importcfg -pack ./pkg/detectors/restpackhtmltopdfapi/restpackhtmltopdfapi.go
2025-08-20T23:00:27.8620867Z [00:02:50.122]➜  go tool buildid -w $WORK/b1570/_pkg_.a # internal
2025-08-20T23:00:27.8631548Z [00:02:50.124]➜  go tool buildid -w $WORK/b1714/_pkg_.a # internal
2025-08-20T23:00:27.8647994Z [00:02:50.126]➜  cp $WORK/b1714/_pkg_.a /root/.cache/go-build/cc/cc32acf8ad73e4b4bc2d97130569f532e14e3ce7ec3963a0ee749f16a3067091-d # internal
2025-08-20T23:00:27.8654895Z [00:02:50.126]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackscreenshotapi
2025-08-20T23:00:27.8657061Z [00:02:50.126]➜  mkdir -p $WORK/b1716/
2025-08-20T23:00:27.8667379Z [00:02:50.128]➜  cat >/tmp/go-build2180205415/b1716/importcfg << 'EOF' # internal
2025-08-20T23:00:27.8667828Z [00:02:50.128]➜  # import config
2025-08-20T23:00:27.8668662Z [00:02:50.128]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.8670237Z [00:02:50.128]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.8671021Z [00:02:50.128]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.8671842Z [00:02:50.128]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.8672530Z [00:02:50.128]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.8673027Z [00:02:50.128]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.8673469Z [00:02:50.128]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.8673784Z [00:02:50.128]➜  EOF
2025-08-20T23:00:27.8676227Z [00:02:50.128]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1716/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackscreenshotapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackscreenshotapi;$WORK/b1716=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackscreenshotapi -lang=go1.24 -complete -installsuffix shared -buildid JHZtGFoZ1uXRcXb1EP94/JHZtGFoZ1uXRcXb1EP94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1716/importcfg -pack ./pkg/detectors/restpackscreenshotapi/restpackscreenshotapi.go
2025-08-20T23:00:27.8732495Z [00:02:50.134]➜  cp $WORK/b1570/_pkg_.a /root/.cache/go-build/ba/ba93b78b1772517b0724d0d8d7ada18a9b5b4c10fdeb34a2eedf0be997c5557d-d # internal
2025-08-20T23:00:27.8736179Z [00:02:50.134]➜  go tool buildid -w $WORK/b1715/_pkg_.a # internal
2025-08-20T23:00:27.8742541Z [00:02:50.135]➜  cp $WORK/b1715/_pkg_.a /root/.cache/go-build/4c/4c3d713d04f3ec93d4daea03fea28344d514e09bf161d9e407a3676a2adb2875-d # internal
2025-08-20T23:00:27.8743989Z [00:02:50.135]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/revampcrm
2025-08-20T23:00:27.8744955Z [00:02:50.136]➜  mkdir -p $WORK/b1717/
2025-08-20T23:00:27.8746364Z [00:02:50.136]➜  cat >/tmp/go-build2180205415/b1717/importcfg << 'EOF' # internal
2025-08-20T23:00:27.8747255Z [00:02:50.136]➜  # import config
2025-08-20T23:00:27.8747855Z [00:02:50.136]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.8749205Z [00:02:50.136]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.8750252Z [00:02:50.136]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.8751083Z [00:02:50.136]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.8751772Z [00:02:50.136]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.8752268Z [00:02:50.136]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.8752703Z [00:02:50.136]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.8753017Z [00:02:50.136]➜  EOF
2025-08-20T23:00:27.8755079Z [00:02:50.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1717/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/revampcrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/revampcrm;$WORK/b1717=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/revampcrm -lang=go1.24 -complete -installsuffix shared -buildid BBpHhdBgqgrweZQN6FGD/BBpHhdBgqgrweZQN6FGD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1717/importcfg -pack ./pkg/detectors/revampcrm/revampcrm.go
2025-08-20T23:00:27.8763472Z [00:02:50.137]➜  go.mongodb.org/mongo-driver/mongo
2025-08-20T23:00:27.8764859Z [00:02:50.138]➜  mkdir -p $WORK/b1520/
2025-08-20T23:00:27.8769127Z [00:02:50.138]➜  cat >/tmp/go-build2180205415/b1520/importcfg << 'EOF' # internal
2025-08-20T23:00:27.8769991Z [00:02:50.138]➜  # import config
2025-08-20T23:00:27.8770575Z [00:02:50.138]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:27.8771449Z [00:02:50.138]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.8772349Z [00:02:50.138]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:27.8773085Z [00:02:50.138]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.8774238Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2180205415/b1521/_pkg_.a
2025-08-20T23:00:27.8775389Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build2180205415/b1522/_pkg_.a
2025-08-20T23:00:27.8776395Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build2180205415/b1524/_pkg_.a
2025-08-20T23:00:27.8777508Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2180205415/b1525/_pkg_.a
2025-08-20T23:00:27.8778943Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2180205415/b1526/_pkg_.a
2025-08-20T23:00:27.8779690Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build2180205415/b1528/_pkg_.a
2025-08-20T23:00:27.8780348Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build2180205415/b1536/_pkg_.a
2025-08-20T23:00:27.8781040Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/internal/csfle=/tmp/go-build2180205415/b1537/_pkg_.a
2025-08-20T23:00:27.8781908Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build2180205415/b1538/_pkg_.a
2025-08-20T23:00:27.8782646Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build2180205415/b1539/_pkg_.a
2025-08-20T23:00:27.8783334Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build2180205415/b1540/_pkg_.a
2025-08-20T23:00:27.8783998Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build2180205415/b1541/_pkg_.a
2025-08-20T23:00:27.8784672Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2180205415/b1530/_pkg_.a
2025-08-20T23:00:27.8785348Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build2180205415/b1544/_pkg_.a
2025-08-20T23:00:27.8788220Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build2180205415/b1548/_pkg_.a
2025-08-20T23:00:27.8789032Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build2180205415/b1534/_pkg_.a
2025-08-20T23:00:27.8789720Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build2180205415/b1549/_pkg_.a
2025-08-20T23:00:27.8790420Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:00:27.8791098Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build2180205415/b1550/_pkg_.a
2025-08-20T23:00:27.8791781Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build2180205415/b1556/_pkg_.a
2025-08-20T23:00:27.8792512Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build2180205415/b1552/_pkg_.a
2025-08-20T23:00:27.8793343Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build2180205415/b1553/_pkg_.a
2025-08-20T23:00:27.8794132Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build2180205415/b1566/_pkg_.a
2025-08-20T23:00:27.8794867Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build2180205415/b1554/_pkg_.a
2025-08-20T23:00:27.8795884Z [00:02:50.138]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/topology=/tmp/go-build2180205415/b1570/_pkg_.a
2025-08-20T23:00:27.8796506Z [00:02:50.138]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.8797092Z [00:02:50.138]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:27.8797600Z [00:02:50.138]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.8798116Z [00:02:50.138]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:00:27.8798548Z [00:02:50.138]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:27.8798980Z [00:02:50.138]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:27.8799413Z [00:02:50.138]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.8799831Z [00:02:50.138]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:27.8800141Z [00:02:50.138]➜  EOF
2025-08-20T23:00:27.8809324Z [00:02:50.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1520/_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/b1520=>" -p go.mongodb.org/mongo-driver/mongo -lang=go1.18 -complete -installsuffix shared -buildid Y3ZVgEN7JyEqfAxGwoT4/Y3ZVgEN7JyEqfAxGwoT4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1520/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:00:27.9093288Z [00:02:50.170]➜  go tool buildid -w $WORK/b1716/_pkg_.a # internal
2025-08-20T23:00:27.9104672Z [00:02:50.171]➜  cp $WORK/b1716/_pkg_.a /root/.cache/go-build/54/54ebd3cf91b2dccc1add32d9333ff9120c2e73fc6be04d68a6b1f78bea93100d-d # internal
2025-08-20T23:00:27.9121983Z [00:02:50.171]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ringcentral
2025-08-20T23:00:27.9122415Z [00:02:50.171]➜  mkdir -p $WORK/b1718/
2025-08-20T23:00:27.9122799Z [00:02:50.171]➜  cat >/tmp/go-build2180205415/b1718/importcfg << 'EOF' # internal
2025-08-20T23:00:27.9123172Z [00:02:50.171]➜  # import config
2025-08-20T23:00:27.9123535Z [00:02:50.171]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.9123958Z [00:02:50.171]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.9124557Z [00:02:50.171]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.9125628Z [00:02:50.171]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.9126607Z [00:02:50.171]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.9127291Z [00:02:50.171]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.9127785Z [00:02:50.171]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.9128220Z [00:02:50.171]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.9128543Z [00:02:50.171]➜  EOF
2025-08-20T23:00:27.9136862Z [00:02:50.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1718/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ringcentral=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ringcentral;$WORK/b1718=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ringcentral -lang=go1.24 -complete -installsuffix shared -buildid BkrLDOJaUro_PiPOzWIZ/BkrLDOJaUro_PiPOzWIZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1718/importcfg -pack ./pkg/detectors/ringcentral/ringcentral.go
2025-08-20T23:00:27.9139484Z [00:02:50.173]➜  go tool buildid -w $WORK/b1717/_pkg_.a # internal
2025-08-20T23:00:27.9140186Z [00:02:50.174]➜  cp $WORK/b1717/_pkg_.a /root/.cache/go-build/ab/ab0cc9d34c52f8c772cab713d7ed9281cc3577ef1c805087471ed504ebf2d0ea-d # internal
2025-08-20T23:00:27.9140860Z [00:02:50.174]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ritekit
2025-08-20T23:00:27.9141233Z [00:02:50.174]➜  mkdir -p $WORK/b1719/
2025-08-20T23:00:27.9141803Z [00:02:50.175]➜  cat >/tmp/go-build2180205415/b1719/importcfg << 'EOF' # internal
2025-08-20T23:00:27.9142234Z [00:02:50.175]➜  # import config
2025-08-20T23:00:27.9142577Z [00:02:50.175]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.9143001Z [00:02:50.175]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.9143720Z [00:02:50.175]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.9144549Z [00:02:50.175]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.9145357Z [00:02:50.175]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.9146181Z [00:02:50.175]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.9146803Z [00:02:50.175]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.9147379Z [00:02:50.175]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.9147700Z [00:02:50.175]➜  EOF
2025-08-20T23:00:27.9149638Z [00:02:50.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1719/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ritekit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ritekit;$WORK/b1719=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ritekit -lang=go1.24 -complete -installsuffix shared -buildid EVvaPofrb_IMpv9vD4KJ/EVvaPofrb_IMpv9vD4KJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1719/importcfg -pack ./pkg/detectors/ritekit/ritekit.go
2025-08-20T23:00:27.9467366Z [00:02:50.208]➜  go tool buildid -w $WORK/b1718/_pkg_.a # internal
2025-08-20T23:00:27.9476889Z [00:02:50.209]➜  cp $WORK/b1718/_pkg_.a /root/.cache/go-build/00/00202d0fe8116914e749d9b73eac324ddf9611edf11ec787fd4e0581fbe3aac2-d # internal
2025-08-20T23:00:27.9477642Z [00:02:50.209]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/roaring
2025-08-20T23:00:27.9478039Z [00:02:50.209]➜  mkdir -p $WORK/b1720/
2025-08-20T23:00:27.9490388Z [00:02:50.210]➜  cat >/tmp/go-build2180205415/b1720/importcfg << 'EOF' # internal
2025-08-20T23:00:27.9491339Z [00:02:50.210]➜  # import config
2025-08-20T23:00:27.9491841Z [00:02:50.210]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.9492413Z [00:02:50.210]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:27.9492982Z [00:02:50.210]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.9493682Z [00:02:50.210]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.9494575Z [00:02:50.210]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.9495487Z [00:02:50.210]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.9496473Z [00:02:50.210]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.9497098Z [00:02:50.210]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.9497658Z [00:02:50.210]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.9498067Z [00:02:50.210]➜  EOF
2025-08-20T23:00:27.9500187Z [00:02:50.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1720/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/roaring=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/roaring;$WORK/b1720=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/roaring -lang=go1.24 -complete -installsuffix shared -buildid C5IEH9WxSbLUjK0ZWGSF/C5IEH9WxSbLUjK0ZWGSF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1720/importcfg -pack ./pkg/detectors/roaring/roaring.go
2025-08-20T23:00:27.9510855Z [00:02:50.212]➜  go tool buildid -w $WORK/b1719/_pkg_.a # internal
2025-08-20T23:00:27.9521976Z [00:02:50.213]➜  cp $WORK/b1719/_pkg_.a /root/.cache/go-build/96/96b8233e678b14f8aa2306bd48a119b5d000dd1d8eba61e76f93dcccbde8cf02-d # internal
2025-08-20T23:00:27.9531439Z [00:02:50.213]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/robinhoodcrypto
2025-08-20T23:00:27.9531910Z [00:02:50.213]➜  mkdir -p $WORK/b1721/
2025-08-20T23:00:27.9532289Z [00:02:50.214]➜  cat >/tmp/go-build2180205415/b1721/importcfg << 'EOF' # internal
2025-08-20T23:00:27.9532640Z [00:02:50.214]➜  # import config
2025-08-20T23:00:27.9532983Z [00:02:50.214]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.9533437Z [00:02:50.214]➜  packagefile crypto/ed25519=/tmp/go-build2180205415/b157/_pkg_.a
2025-08-20T23:00:27.9533915Z [00:02:50.214]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:27.9534389Z [00:02:50.214]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:27.9535076Z [00:02:50.214]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:27.9535975Z [00:02:50.214]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.9536807Z [00:02:50.214]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.9537615Z [00:02:50.214]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.9538291Z [00:02:50.214]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.9538766Z [00:02:50.214]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:27.9539183Z [00:02:50.214]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.9539615Z [00:02:50.214]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.9540039Z [00:02:50.214]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:27.9540352Z [00:02:50.214]➜  EOF
2025-08-20T23:00:27.9542540Z [00:02:50.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1721/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/robinhoodcrypto=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/robinhoodcrypto;$WORK/b1721=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/robinhoodcrypto -lang=go1.24 -complete -installsuffix shared -buildid hNNYTzeYOk7O4uzFCSkK/hNNYTzeYOk7O4uzFCSkK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1721/importcfg -pack ./pkg/detectors/robinhoodcrypto/robinhoodcrypto.go
2025-08-20T23:00:27.9861484Z [00:02:50.245]➜  go tool buildid -w $WORK/b1720/_pkg_.a # internal
2025-08-20T23:00:27.9863480Z [00:02:50.246]➜  cp $WORK/b1720/_pkg_.a /root/.cache/go-build/46/46cb34b8f2ded93cd10b57e770e8486c20457697514696e76b8d990551b56dca-d # internal
2025-08-20T23:00:27.9864242Z [00:02:50.246]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rocketreach
2025-08-20T23:00:27.9864647Z [00:02:50.246]➜  mkdir -p $WORK/b1722/
2025-08-20T23:00:27.9865037Z [00:02:50.247]➜  cat >/tmp/go-build2180205415/b1722/importcfg << 'EOF' # internal
2025-08-20T23:00:27.9865388Z [00:02:50.247]➜  # import config
2025-08-20T23:00:27.9865742Z [00:02:50.247]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:27.9866903Z [00:02:50.247]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:27.9867677Z [00:02:50.247]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:27.9868476Z [00:02:50.247]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:27.9869156Z [00:02:50.247]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:27.9869656Z [00:02:50.247]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:27.9870326Z [00:02:50.247]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:27.9870739Z [00:02:50.247]➜  EOF
2025-08-20T23:00:27.9872815Z [00:02:50.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1722/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rocketreach=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rocketreach;$WORK/b1722=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rocketreach -lang=go1.24 -complete -installsuffix shared -buildid wTUjYCSQYApSdVT-vs5D/wTUjYCSQYApSdVT-vs5D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1722/importcfg -pack ./pkg/detectors/rocketreach/rocketreach.go
2025-08-20T23:00:28.0000057Z [00:02:50.261]➜  go tool buildid -w $WORK/b1721/_pkg_.a # internal
2025-08-20T23:00:28.0054276Z [00:02:50.266]➜  cp $WORK/b1721/_pkg_.a /root/.cache/go-build/02/022e3564c341c5771163b735975790a66daa4501b7016c1d0eacf447e232d9ea-d # internal
2025-08-20T23:00:28.0056009Z [00:02:50.266]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rootly
2025-08-20T23:00:28.0056628Z [00:02:50.267]➜  mkdir -p $WORK/b1723/
2025-08-20T23:00:28.0058798Z [00:02:50.267]➜  cat >/tmp/go-build2180205415/b1723/importcfg << 'EOF' # internal
2025-08-20T23:00:28.0059188Z [00:02:50.267]➜  # import config
2025-08-20T23:00:28.0059600Z [00:02:50.267]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.0060077Z [00:02:50.267]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.0060685Z [00:02:50.267]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.0061456Z [00:02:50.267]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.0062257Z [00:02:50.267]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.0062945Z [00:02:50.267]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.0063450Z [00:02:50.267]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.0063774Z [00:02:50.267]➜  EOF
2025-08-20T23:00:28.0065746Z [00:02:50.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1723/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rootly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rootly;$WORK/b1723=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rootly -lang=go1.24 -complete -installsuffix shared -buildid JYL9GOHz0GSH1ePWOSIW/JYL9GOHz0GSH1ePWOSIW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1723/importcfg -pack ./pkg/detectors/rootly/rootly.go
2025-08-20T23:00:28.0297367Z [00:02:50.288]➜  go tool buildid -w $WORK/b1722/_pkg_.a # internal
2025-08-20T23:00:28.0298524Z [00:02:50.291]➜  cp $WORK/b1722/_pkg_.a /root/.cache/go-build/ab/ab94a268096a1c9473ee2f4e68f3e575c243fc170d78a0518fc840060031b5d3-d # internal
2025-08-20T23:00:28.0331788Z [00:02:50.294]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/route4me
2025-08-20T23:00:28.0332224Z [00:02:50.294]➜  mkdir -p $WORK/b1724/
2025-08-20T23:00:28.0337243Z [00:02:50.294]➜  cat >/tmp/go-build2180205415/b1724/importcfg << 'EOF' # internal
2025-08-20T23:00:28.0338024Z [00:02:50.294]➜  # import config
2025-08-20T23:00:28.0338616Z [00:02:50.294]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.0341515Z [00:02:50.295]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.0366912Z [00:02:50.295]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.0368261Z [00:02:50.295]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.0369196Z [00:02:50.295]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.0369967Z [00:02:50.295]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.0370805Z [00:02:50.295]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.0371387Z [00:02:50.295]➜  EOF
2025-08-20T23:00:28.0373836Z [00:02:50.295]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1724/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/route4me=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/route4me;$WORK/b1724=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/route4me -lang=go1.24 -complete -installsuffix shared -buildid ULRXmd6C1ZoxwZu9dbp_/ULRXmd6C1ZoxwZu9dbp_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1724/importcfg -pack ./pkg/detectors/route4me/route4me.go
2025-08-20T23:00:28.0469255Z [00:02:50.308]➜  go tool buildid -w $WORK/b1723/_pkg_.a # internal
2025-08-20T23:00:28.0487866Z [00:02:50.310]➜  cp $WORK/b1723/_pkg_.a /root/.cache/go-build/d9/d9ca144159fb74c172f625708a27561cc606a33d086d59c2695bedc87ce010b5-d # internal
2025-08-20T23:00:28.0489279Z [00:02:50.310]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rownd
2025-08-20T23:00:28.0494645Z [00:02:50.311]➜  mkdir -p $WORK/b1725/
2025-08-20T23:00:28.0495046Z [00:02:50.311]➜  cat >/tmp/go-build2180205415/b1725/importcfg << 'EOF' # internal
2025-08-20T23:00:28.0495413Z [00:02:50.311]➜  # import config
2025-08-20T23:00:28.0495851Z [00:02:50.311]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.0496534Z [00:02:50.311]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.0497306Z [00:02:50.311]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.0498103Z [00:02:50.311]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.0498791Z [00:02:50.311]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.0499294Z [00:02:50.311]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.0499731Z [00:02:50.311]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.0500048Z [00:02:50.311]➜  EOF
2025-08-20T23:00:28.0502263Z [00:02:50.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1725/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rownd=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rownd;$WORK/b1725=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rownd -lang=go1.24 -complete -installsuffix shared -buildid XyAhnlcU5LvQh8h4fnUt/XyAhnlcU5LvQh8h4fnUt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1725/importcfg -pack ./pkg/detectors/rownd/rownd.go
2025-08-20T23:00:28.0896439Z [00:02:50.350]➜  go tool buildid -w $WORK/b1724/_pkg_.a # internal
2025-08-20T23:00:28.0900162Z [00:02:50.351]➜  go tool buildid -w $WORK/b1725/_pkg_.a # internal
2025-08-20T23:00:28.0904700Z [00:02:50.351]➜  cp $WORK/b1724/_pkg_.a /root/.cache/go-build/fd/fdd8f3f7dbf3c0cb00ccefdd28b6aa1f2a2e9a9876b374b969b6edb73214db45-d # internal
2025-08-20T23:00:28.0905956Z [00:02:50.352]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rubygems
2025-08-20T23:00:28.0908491Z [00:02:50.352]➜  mkdir -p $WORK/b1726/
2025-08-20T23:00:28.0909486Z [00:02:50.352]➜  cat >/tmp/go-build2180205415/b1726/importcfg << 'EOF' # internal
2025-08-20T23:00:28.0909892Z [00:02:50.352]➜  # import config
2025-08-20T23:00:28.0910241Z [00:02:50.352]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.0910853Z [00:02:50.352]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.0911619Z [00:02:50.352]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.0912430Z [00:02:50.352]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.0918129Z [00:02:50.352]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.0918733Z [00:02:50.352]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.0919179Z [00:02:50.352]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.0919495Z [00:02:50.352]➜  EOF
2025-08-20T23:00:28.0921487Z [00:02:50.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1726/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rubygems=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rubygems;$WORK/b1726=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rubygems -lang=go1.24 -complete -installsuffix shared -buildid eREz5iFqDJtsskkiNOrl/eREz5iFqDJtsskkiNOrl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1726/importcfg -pack ./pkg/detectors/rubygems/rubygems.go
2025-08-20T23:00:28.0923759Z [00:02:50.352]➜  cp $WORK/b1725/_pkg_.a /root/.cache/go-build/53/538e4ab94c485fdc5910f038ae14585a7703efa2b6e74ed79b7c0f77171102a5-d # internal
2025-08-20T23:00:28.0926821Z [00:02:50.353]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/runrunit
2025-08-20T23:00:28.0927220Z [00:02:50.353]➜  mkdir -p $WORK/b1727/
2025-08-20T23:00:28.0927603Z [00:02:50.353]➜  cat >/tmp/go-build2180205415/b1727/importcfg << 'EOF' # internal
2025-08-20T23:00:28.0927952Z [00:02:50.353]➜  # import config
2025-08-20T23:00:28.0928292Z [00:02:50.353]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.0928899Z [00:02:50.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.0929661Z [00:02:50.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.0930457Z [00:02:50.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.0931146Z [00:02:50.353]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.0931640Z [00:02:50.353]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.0932078Z [00:02:50.353]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.0932668Z [00:02:50.353]➜  EOF
2025-08-20T23:00:28.0934622Z [00:02:50.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1727/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/runrunit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/runrunit;$WORK/b1727=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/runrunit -lang=go1.24 -complete -installsuffix shared -buildid 8GZFA_j3R3n6qI_8q3AW/8GZFA_j3R3n6qI_8q3AW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1727/importcfg -pack ./pkg/detectors/runrunit/runrunit.go
2025-08-20T23:00:28.1272790Z [00:02:50.388]➜  go tool buildid -w $WORK/b1726/_pkg_.a # internal
2025-08-20T23:00:28.1281854Z [00:02:50.389]➜  cp $WORK/b1726/_pkg_.a /root/.cache/go-build/05/050151e8f09f103b55d73b395756f82223d1b3b3d58768d657b12aa79050d03f-d # internal
2025-08-20T23:00:28.1283380Z [00:02:50.389]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saladcloudapikey
2025-08-20T23:00:28.1288682Z [00:02:50.390]➜  mkdir -p $WORK/b1728/
2025-08-20T23:00:28.1289543Z [00:02:50.390]➜  cat >/tmp/go-build2180205415/b1728/importcfg << 'EOF' # internal
2025-08-20T23:00:28.1290735Z [00:02:50.390]➜  # import config
2025-08-20T23:00:28.1291423Z [00:02:50.390]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.1292221Z [00:02:50.390]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.1293361Z [00:02:50.390]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.1294292Z [00:02:50.390]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.1307231Z [00:02:50.390]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.1308211Z [00:02:50.390]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.1308815Z [00:02:50.390]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:28.1309333Z [00:02:50.390]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.1310560Z [00:02:50.390]➜  EOF
2025-08-20T23:00:28.1312958Z [00:02:50.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1728/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saladcloudapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saladcloudapikey;$WORK/b1728=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saladcloudapikey -lang=go1.24 -complete -installsuffix shared -buildid wvq24qzdR7Z_p9dp3hiZ/wvq24qzdR7Z_p9dp3hiZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1728/importcfg -pack ./pkg/detectors/saladcloudapikey/saladcloudapikey.go
2025-08-20T23:00:28.1399632Z [00:02:50.401]➜  go tool buildid -w $WORK/b1727/_pkg_.a # internal
2025-08-20T23:00:28.1420953Z [00:02:50.403]➜  cp $WORK/b1727/_pkg_.a /root/.cache/go-build/0f/0f9f5e61027efbb811b3d8bfda7cef33186e4b6ba38e7707dfbae3d874fdbed1-d # internal
2025-08-20T23:00:28.1422044Z [00:02:50.403]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesblink
2025-08-20T23:00:28.1422728Z [00:02:50.403]➜  mkdir -p $WORK/b1729/
2025-08-20T23:00:28.1427398Z [00:02:50.404]➜  cat >/tmp/go-build2180205415/b1729/importcfg << 'EOF' # internal
2025-08-20T23:00:28.1427770Z [00:02:50.404]➜  # import config
2025-08-20T23:00:28.1428114Z [00:02:50.404]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.1429267Z [00:02:50.404]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.1430120Z [00:02:50.404]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.1430941Z [00:02:50.404]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.1431622Z [00:02:50.404]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.1432435Z [00:02:50.404]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.1432878Z [00:02:50.404]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.1433195Z [00:02:50.404]➜  EOF
2025-08-20T23:00:28.1437651Z [00:02:50.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1729/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesblink=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesblink;$WORK/b1729=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesblink -lang=go1.24 -complete -installsuffix shared -buildid CaXVCdKCaG4uvO20_PPp/CaXVCdKCaG4uvO20_PPp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1729/importcfg -pack ./pkg/detectors/salesblink/salesblink.go
2025-08-20T23:00:28.1813200Z [00:02:50.442]➜  go tool buildid -w $WORK/b1728/_pkg_.a # internal
2025-08-20T23:00:28.1824605Z [00:02:50.443]➜  cp $WORK/b1728/_pkg_.a /root/.cache/go-build/f7/f7880e8b58dd411da50ab006e87d28ffdfcdc9d2d3966c96c21412e398a98b89-d # internal
2025-08-20T23:00:28.1826606Z [00:02:50.444]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salescookie
2025-08-20T23:00:28.1827715Z [00:02:50.444]➜  mkdir -p $WORK/b1730/
2025-08-20T23:00:28.1832188Z [00:02:50.444]➜  cat >/tmp/go-build2180205415/b1730/importcfg << 'EOF' # internal
2025-08-20T23:00:28.1833029Z [00:02:50.444]➜  # import config
2025-08-20T23:00:28.1834422Z [00:02:50.444]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.1835349Z [00:02:50.444]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.1836687Z [00:02:50.444]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.1847196Z [00:02:50.444]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.1848348Z [00:02:50.444]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.1849427Z [00:02:50.444]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.1850212Z [00:02:50.444]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.1851017Z [00:02:50.444]➜  EOF
2025-08-20T23:00:28.1853722Z [00:02:50.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1730/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salescookie=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salescookie;$WORK/b1730=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salescookie -lang=go1.24 -complete -installsuffix shared -buildid VBfc0FMHP6z61hSB5wkF/VBfc0FMHP6z61hSB5wkF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1730/importcfg -pack ./pkg/detectors/salescookie/salescookie.go
2025-08-20T23:00:28.1856574Z [00:02:50.446]➜  go tool buildid -w $WORK/b1729/_pkg_.a # internal
2025-08-20T23:00:28.1880418Z [00:02:50.449]➜  cp $WORK/b1729/_pkg_.a /root/.cache/go-build/a2/a20fe64bdde8d488b224a4a3c69d740f82cc6893b48eddd9e757f45fa6e5f89f-d # internal
2025-08-20T23:00:28.1881847Z [00:02:50.449]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesflare
2025-08-20T23:00:28.1882844Z [00:02:50.449]➜  mkdir -p $WORK/b1731/
2025-08-20T23:00:28.1883734Z [00:02:50.449]➜  cat >/tmp/go-build2180205415/b1731/importcfg << 'EOF' # internal
2025-08-20T23:00:28.1884394Z [00:02:50.449]➜  # import config
2025-08-20T23:00:28.1884997Z [00:02:50.449]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.1886242Z [00:02:50.449]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.1887253Z [00:02:50.449]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.1888268Z [00:02:50.449]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.1890216Z [00:02:50.449]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.1907380Z [00:02:50.449]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.1908418Z [00:02:50.449]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.1909170Z [00:02:50.449]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.1909665Z [00:02:50.449]➜  EOF
2025-08-20T23:00:28.1912321Z [00:02:50.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1731/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesflare=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesflare;$WORK/b1731=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesflare -lang=go1.24 -complete -installsuffix shared -buildid X6ENyFW2UnCKruFZh-yd/X6ENyFW2UnCKruFZh-yd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1731/importcfg -pack ./pkg/detectors/salesflare/salesflare.go
2025-08-20T23:00:28.2232461Z [00:02:50.484]➜  go tool buildid -w $WORK/b1731/_pkg_.a # internal
2025-08-20T23:00:28.2242703Z [00:02:50.485]➜  cp $WORK/b1731/_pkg_.a /root/.cache/go-build/c7/c7c45db9cce6e19fb1c9a7829769abe237c337c7025fb3282aae12cc5479f5a2-d # internal
2025-08-20T23:00:28.2244186Z [00:02:50.485]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforce
2025-08-20T23:00:28.2245175Z [00:02:50.485]➜  mkdir -p $WORK/b1732/
2025-08-20T23:00:28.2246653Z [00:02:50.486]➜  cat >/tmp/go-build2180205415/b1732/importcfg << 'EOF' # internal
2025-08-20T23:00:28.2247465Z [00:02:50.486]➜  # import config
2025-08-20T23:00:28.2248195Z [00:02:50.486]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.2248925Z [00:02:50.486]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.2249756Z [00:02:50.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.2250815Z [00:02:50.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.2252177Z [00:02:50.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.2253095Z [00:02:50.486]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.2254091Z [00:02:50.486]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.2255438Z [00:02:50.486]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.2255902Z [00:02:50.486]➜  EOF
2025-08-20T23:00:28.2258305Z [00:02:50.486]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1732/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforce=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforce;$WORK/b1732=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforce -lang=go1.24 -complete -installsuffix shared -buildid uxk79UXRUzYQkzGE345Y/uxk79UXRUzYQkzGE345Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1732/importcfg -pack ./pkg/detectors/salesforce/salesforce.go
2025-08-20T23:00:28.2634838Z [00:02:50.524]➜  go tool buildid -w $WORK/b1732/_pkg_.a # internal
2025-08-20T23:00:28.2645373Z [00:02:50.526]➜  cp $WORK/b1732/_pkg_.a /root/.cache/go-build/dc/dcdbc664a4a810caa05d29881c941a6cc2ff3acca190cfbe159b34a9a4179333-d # internal
2025-08-20T23:00:28.2646597Z [00:02:50.526]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforceoauth2
2025-08-20T23:00:28.2647149Z [00:02:50.526]➜  mkdir -p $WORK/b1733/
2025-08-20T23:00:28.2651752Z [00:02:50.526]➜  cat >/tmp/go-build2180205415/b1733/importcfg << 'EOF' # internal
2025-08-20T23:00:28.2652129Z [00:02:50.526]➜  # import config
2025-08-20T23:00:28.2652481Z [00:02:50.526]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.2652937Z [00:02:50.526]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:28.2653695Z [00:02:50.526]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:28.2654109Z [00:02:50.526]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.2654731Z [00:02:50.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:28.2655501Z [00:02:50.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.2656475Z [00:02:50.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.2657291Z [00:02:50.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.2658110Z [00:02:50.526]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.2658692Z [00:02:50.526]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:28.2659124Z [00:02:50.526]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.2659551Z [00:02:50.526]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:28.2659980Z [00:02:50.526]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.2660294Z [00:02:50.526]➜  EOF
2025-08-20T23:00:28.2662480Z [00:02:50.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1733/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforceoauth2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforceoauth2;$WORK/b1733=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforceoauth2 -lang=go1.24 -complete -installsuffix shared -buildid VenjnLiKNRy-SBn2wCxv/VenjnLiKNRy-SBn2wCxv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1733/importcfg -pack ./pkg/detectors/salesforceoauth2/salesforceoauth2.go
2025-08-20T23:00:28.2766034Z [00:02:50.537]➜  go tool buildid -w $WORK/b1730/_pkg_.a # internal
2025-08-20T23:00:28.2769461Z [00:02:50.538]➜  cp $WORK/b1730/_pkg_.a /root/.cache/go-build/19/19f9bffb7050cb95d3796386496d57d2282f3a0b0a0ca05fca0763690ba5d1fa-d # internal
2025-08-20T23:00:28.2776786Z [00:02:50.538]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforcerefreshtoken
2025-08-20T23:00:28.2777238Z [00:02:50.538]➜  mkdir -p $WORK/b1734/
2025-08-20T23:00:28.2777618Z [00:02:50.538]➜  cat >/tmp/go-build2180205415/b1734/importcfg << 'EOF' # internal
2025-08-20T23:00:28.2777970Z [00:02:50.538]➜  # import config
2025-08-20T23:00:28.2778838Z [00:02:50.538]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.2780169Z [00:02:50.538]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:28.2781401Z [00:02:50.538]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.2782418Z [00:02:50.538]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.2783535Z [00:02:50.538]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.2784661Z [00:02:50.538]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.2785925Z [00:02:50.538]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.2786987Z [00:02:50.538]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:28.2788429Z [00:02:50.538]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.2788868Z [00:02:50.538]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:28.2789319Z [00:02:50.538]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.2789636Z [00:02:50.538]➜  EOF
2025-08-20T23:00:28.2791978Z [00:02:50.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1734/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforcerefreshtoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforcerefreshtoken;$WORK/b1734=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforcerefreshtoken -lang=go1.24 -complete -installsuffix shared -buildid 6LJNNeOu9MbjixPlWRqW/6LJNNeOu9MbjixPlWRqW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1734/importcfg -pack ./pkg/detectors/salesforcerefreshtoken/salesforcerefreshtoken.go
2025-08-20T23:00:28.3407436Z [00:02:50.602]➜  go tool buildid -w $WORK/b1733/_pkg_.a # internal
2025-08-20T23:00:28.3420816Z [00:02:50.603]➜  cp $WORK/b1733/_pkg_.a /root/.cache/go-build/c4/c411f9de1d01823d6eced461b10c3f9bfca759e2a11e6904bf9a6babe884c031-d # internal
2025-08-20T23:00:28.3422701Z [00:02:50.603]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesmate
2025-08-20T23:00:28.3423839Z [00:02:50.603]➜  mkdir -p $WORK/b1735/
2025-08-20T23:00:28.3424462Z [00:02:50.603]➜  cat >/tmp/go-build2180205415/b1735/importcfg << 'EOF' # internal
2025-08-20T23:00:28.3425219Z [00:02:50.603]➜  # import config
2025-08-20T23:00:28.3425996Z [00:02:50.603]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.3426696Z [00:02:50.603]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.3427800Z [00:02:50.603]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.3429481Z [00:02:50.603]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.3430181Z [00:02:50.603]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.3430881Z [00:02:50.603]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.3431486Z [00:02:50.603]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.3431806Z [00:02:50.603]➜  EOF
2025-08-20T23:00:28.3433840Z [00:02:50.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1735/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesmate=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesmate;$WORK/b1735=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesmate -lang=go1.24 -complete -installsuffix shared -buildid kYtSK2LuwMJ4PhqkbLdP/kYtSK2LuwMJ4PhqkbLdP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1735/importcfg -pack ./pkg/detectors/salesmate/salesmate.go
2025-08-20T23:00:28.3787124Z [00:02:50.640]➜  go tool buildid -w $WORK/b1734/_pkg_.a # internal
2025-08-20T23:00:28.3788272Z [00:02:50.640]➜  cp $WORK/b1734/_pkg_.a /root/.cache/go-build/e3/e32e5ed97fa6a13e54cf1e985dbb6fd79c09221fd0180225dca8ab541952e425-d # internal
2025-08-20T23:00:28.3789710Z [00:02:50.640]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sanity
2025-08-20T23:00:28.3790347Z [00:02:50.640]➜  mkdir -p $WORK/b1736/
2025-08-20T23:00:28.3790901Z [00:02:50.640]➜  cat >/tmp/go-build2180205415/b1736/importcfg << 'EOF' # internal
2025-08-20T23:00:28.3791731Z [00:02:50.640]➜  # import config
2025-08-20T23:00:28.3792236Z [00:02:50.640]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.3792780Z [00:02:50.640]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.3793529Z [00:02:50.640]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.3794453Z [00:02:50.640]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.3795420Z [00:02:50.640]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.3796396Z [00:02:50.640]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.3796996Z [00:02:50.640]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:28.3797565Z [00:02:50.640]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.3798012Z [00:02:50.640]➜  EOF
2025-08-20T23:00:28.3800209Z [00:02:50.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1736/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sanity=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sanity;$WORK/b1736=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sanity -lang=go1.24 -complete -installsuffix shared -buildid g3W0ULIqNSnJCEbJZ7u3/g3W0ULIqNSnJCEbJZ7u3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1736/importcfg -pack ./pkg/detectors/sanity/sanity.go
2025-08-20T23:00:28.3866913Z [00:02:50.648]➜  go tool buildid -w $WORK/b1735/_pkg_.a # internal
2025-08-20T23:00:28.3879106Z [00:02:50.649]➜  cp $WORK/b1735/_pkg_.a /root/.cache/go-build/e0/e0b856ff54fb358b81e827f0fe3839142da0790c775b752d68436dfe896952f3-d # internal
2025-08-20T23:00:28.3880276Z [00:02:50.649]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterprojectkey
2025-08-20T23:00:28.3880900Z [00:02:50.649]➜  mkdir -p $WORK/b1737/
2025-08-20T23:00:28.3882055Z [00:02:50.649]➜  cat >/tmp/go-build2180205415/b1737/importcfg << 'EOF' # internal
2025-08-20T23:00:28.3882764Z [00:02:50.649]➜  # import config
2025-08-20T23:00:28.3883412Z [00:02:50.649]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.3884078Z [00:02:50.649]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.3885015Z [00:02:50.649]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.3886352Z [00:02:50.649]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.3887956Z [00:02:50.649]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.3889813Z [00:02:50.649]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.3890316Z [00:02:50.649]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:28.3890739Z [00:02:50.649]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.3891172Z [00:02:50.649]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.3891486Z [00:02:50.649]➜  EOF
2025-08-20T23:00:28.3893757Z [00:02:50.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1737/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterprojectkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterprojectkey;$WORK/b1737=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterprojectkey -lang=go1.24 -complete -installsuffix shared -buildid H9KH_I3NGsQYBsbrCXT1/H9KH_I3NGsQYBsbrCXT1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1737/importcfg -pack ./pkg/detectors/satismeterprojectkey/satismeterprojectkey.go
2025-08-20T23:00:28.4275524Z [00:02:50.689]➜  go tool buildid -w $WORK/b1737/_pkg_.a # internal
2025-08-20T23:00:28.4286331Z [00:02:50.690]➜  cp $WORK/b1737/_pkg_.a /root/.cache/go-build/a2/a2d315b849f515f0968c210ce329498d1915c05bde62617fe3472c81316ddc7f-d # internal
2025-08-20T23:00:28.4287456Z [00:02:50.690]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterwritekey
2025-08-20T23:00:28.4288330Z [00:02:50.690]➜  mkdir -p $WORK/b1738/
2025-08-20T23:00:28.4299235Z [00:02:50.691]➜  cat >/tmp/go-build2180205415/b1738/importcfg << 'EOF' # internal
2025-08-20T23:00:28.4299912Z [00:02:50.691]➜  # import config
2025-08-20T23:00:28.4300471Z [00:02:50.691]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:28.4301499Z [00:02:50.691]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.4303372Z [00:02:50.691]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:28.4304237Z [00:02:50.691]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.4305160Z [00:02:50.691]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.4306322Z [00:02:50.691]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.4307698Z [00:02:50.691]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.4308747Z [00:02:50.691]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.4309702Z [00:02:50.691]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:28.4326833Z [00:02:50.691]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.4327715Z [00:02:50.691]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.4328785Z [00:02:50.691]➜  EOF
2025-08-20T23:00:28.4331784Z [00:02:50.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1738/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterwritekey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterwritekey;$WORK/b1738=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterwritekey -lang=go1.24 -complete -installsuffix shared -buildid VHWB8MUjrlueqU11Nsed/VHWB8MUjrlueqU11Nsed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1738/importcfg -pack ./pkg/detectors/satismeterwritekey/satismeterwritekey.go
2025-08-20T23:00:28.4537853Z [00:02:50.715]➜  go tool buildid -w $WORK/b1736/_pkg_.a # internal
2025-08-20T23:00:28.4548598Z [00:02:50.716]➜  cp $WORK/b1736/_pkg_.a /root/.cache/go-build/7f/7fd9ade95febbb307a7eac46ef359f5358314f41adee7c1d25bdbe9543e2c9d0-d # internal
2025-08-20T23:00:28.4551131Z [00:02:50.716]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saucelabs
2025-08-20T23:00:28.4554839Z [00:02:50.717]➜  mkdir -p $WORK/b1739/
2025-08-20T23:00:28.4555447Z [00:02:50.717]➜  cat >/tmp/go-build2180205415/b1739/importcfg << 'EOF' # internal
2025-08-20T23:00:28.4556744Z [00:02:50.717]➜  # import config
2025-08-20T23:00:28.4557448Z [00:02:50.717]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.4558381Z [00:02:50.717]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.4559319Z [00:02:50.717]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.4560610Z [00:02:50.717]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.4561967Z [00:02:50.717]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.4563220Z [00:02:50.717]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.4564179Z [00:02:50.717]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:28.4564898Z [00:02:50.717]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.4565572Z [00:02:50.717]➜  EOF
2025-08-20T23:00:28.4568517Z [00:02:50.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1739/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saucelabs=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saucelabs;$WORK/b1739=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saucelabs -lang=go1.24 -complete -installsuffix shared -buildid lHKfq1TYluKkYxJJWgZi/lHKfq1TYluKkYxJJWgZi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1739/importcfg -pack ./pkg/detectors/saucelabs/saucelabs.go
2025-08-20T23:00:28.4970745Z [00:02:50.758]➜  go tool buildid -w $WORK/b1738/_pkg_.a # internal
2025-08-20T23:00:28.4972225Z [00:02:50.758]➜  cp $WORK/b1738/_pkg_.a /root/.cache/go-build/49/49eacff544f5321b167e61a3bce3ff5cb816964169af1c63e5c54810e2a2b2dd-d # internal
2025-08-20T23:00:28.4973526Z [00:02:50.758]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalewaykey
2025-08-20T23:00:28.4974170Z [00:02:50.758]➜  mkdir -p $WORK/b1740/
2025-08-20T23:00:28.4975112Z [00:02:50.758]➜  cat >/tmp/go-build2180205415/b1740/importcfg << 'EOF' # internal
2025-08-20T23:00:28.4975683Z [00:02:50.758]➜  # import config
2025-08-20T23:00:28.4976740Z [00:02:50.758]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.4978336Z [00:02:50.758]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.4979125Z [00:02:50.758]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.4979930Z [00:02:50.758]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.4980626Z [00:02:50.758]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.4981382Z [00:02:50.758]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.4981902Z [00:02:50.758]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.4982235Z [00:02:50.758]➜  EOF
2025-08-20T23:00:28.4984302Z [00:02:50.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1740/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalewaykey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalewaykey;$WORK/b1740=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalewaykey -lang=go1.24 -complete -installsuffix shared -buildid MmcBla_-FxlyJP1svWGx/MmcBla_-FxlyJP1svWGx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1740/importcfg -pack ./pkg/detectors/scalewaykey/scalewaykey.go
2025-08-20T23:00:28.5344524Z [00:02:50.795]➜  go tool buildid -w $WORK/b1739/_pkg_.a # internal
2025-08-20T23:00:28.5367998Z [00:02:50.797]➜  go tool buildid -w $WORK/b1740/_pkg_.a # internal
2025-08-20T23:00:28.5368999Z [00:02:50.798]➜  cp $WORK/b1739/_pkg_.a /root/.cache/go-build/e5/e53ff11e9e00ea10243da20dd9f580d11e5e5310e3dc8a17156f980a0b906423-d # internal
2025-08-20T23:00:28.5370171Z [00:02:50.798]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalr
2025-08-20T23:00:28.5396589Z [00:02:50.798]➜  mkdir -p $WORK/b1741/
2025-08-20T23:00:28.5397999Z [00:02:50.799]➜  cat >/tmp/go-build2180205415/b1741/importcfg << 'EOF' # internal
2025-08-20T23:00:28.5398929Z [00:02:50.799]➜  # import config
2025-08-20T23:00:28.5399424Z [00:02:50.799]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.5400413Z [00:02:50.799]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.5401201Z [00:02:50.799]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.5402104Z [00:02:50.799]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.5403172Z [00:02:50.799]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.5404785Z [00:02:50.799]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.5405587Z [00:02:50.799]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.5406231Z [00:02:50.799]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.5406562Z [00:02:50.799]➜  EOF
2025-08-20T23:00:28.5408491Z [00:02:50.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1741/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalr=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalr;$WORK/b1741=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalr -lang=go1.24 -complete -installsuffix shared -buildid 8jGzg2NS-NlP_DkcIlSd/8jGzg2NS-NlP_DkcIlSd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1741/importcfg -pack ./pkg/detectors/scalr/scalr.go
2025-08-20T23:00:28.5410537Z [00:02:50.800]➜  cp $WORK/b1740/_pkg_.a /root/.cache/go-build/ab/abdd9d112d18be27d029ef69379614249618bae6a54470be65453db5037d5e4d-d # internal
2025-08-20T23:00:28.5411220Z [00:02:50.800]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapeowl
2025-08-20T23:00:28.5411622Z [00:02:50.800]➜  mkdir -p $WORK/b1742/
2025-08-20T23:00:28.5411994Z [00:02:50.801]➜  cat >/tmp/go-build2180205415/b1742/importcfg << 'EOF' # internal
2025-08-20T23:00:28.5412344Z [00:02:50.801]➜  # import config
2025-08-20T23:00:28.5412685Z [00:02:50.801]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.5413287Z [00:02:50.801]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.5414050Z [00:02:50.801]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.5415011Z [00:02:50.801]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.5417771Z [00:02:50.801]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.5418349Z [00:02:50.801]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.5418786Z [00:02:50.801]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.5419101Z [00:02:50.801]➜  EOF
2025-08-20T23:00:28.5421234Z [00:02:50.801]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1742/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapeowl=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapeowl;$WORK/b1742=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapeowl -lang=go1.24 -complete -installsuffix shared -buildid Oy-VB2Tzo7SZt5hbOBGs/Oy-VB2Tzo7SZt5hbOBGs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1742/importcfg -pack ./pkg/detectors/scrapeowl/scrapeowl.go
2025-08-20T23:00:28.6146313Z [00:02:50.875]➜  go tool buildid -w $WORK/b1742/_pkg_.a # internal
2025-08-20T23:00:28.6149905Z [00:02:50.876]➜  go tool buildid -w $WORK/b1741/_pkg_.a # internal
2025-08-20T23:00:28.6167303Z [00:02:50.877]➜  cp $WORK/b1742/_pkg_.a /root/.cache/go-build/4a/4ab93e8771e8ce10bc51a8e104306c9f0f0053f1e945750dcfacc23a036f45eb-d # internal
2025-08-20T23:00:28.6172582Z [00:02:50.878]➜  cp $WORK/b1741/_pkg_.a /root/.cache/go-build/b3/b3f648be6a4bc3e01302003cfd7ead34de94df16b243d72acf985e7360ba79b5-d # internal
2025-08-20T23:00:28.6173293Z [00:02:50.878]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperbox
2025-08-20T23:00:28.6173689Z [00:02:50.878]➜  mkdir -p $WORK/b1744/
2025-08-20T23:00:28.6174094Z [00:02:50.878]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperapi
2025-08-20T23:00:28.6174480Z [00:02:50.878]➜  mkdir -p $WORK/b1743/
2025-08-20T23:00:28.6175593Z [00:02:50.879]➜  cat >/tmp/go-build2180205415/b1744/importcfg << 'EOF' # internal
2025-08-20T23:00:28.6176608Z [00:02:50.879]➜  # import config
2025-08-20T23:00:28.6178994Z [00:02:50.879]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.6180862Z [00:02:50.879]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.6182332Z [00:02:50.879]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.6183584Z [00:02:50.879]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.6184656Z [00:02:50.879]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.6186420Z [00:02:50.879]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.6186939Z [00:02:50.879]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.6187388Z [00:02:50.879]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.6187833Z [00:02:50.879]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:28.6188142Z [00:02:50.879]➜  EOF
2025-08-20T23:00:28.6188474Z [00:02:50.879]➜  cat >/tmp/go-build2180205415/b1743/importcfg << 'EOF' # internal
2025-08-20T23:00:28.6188830Z [00:02:50.879]➜  # import config
2025-08-20T23:00:28.6189168Z [00:02:50.879]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.6189591Z [00:02:50.879]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.6190187Z [00:02:50.879]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.6190954Z [00:02:50.879]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.6191761Z [00:02:50.879]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.6192644Z [00:02:50.879]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.6193209Z [00:02:50.879]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.6193644Z [00:02:50.879]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.6194066Z [00:02:50.879]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:28.6194375Z [00:02:50.879]➜  EOF
2025-08-20T23:00:28.6198619Z [00:02:50.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1744/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperbox=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperbox;$WORK/b1744=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperbox -lang=go1.24 -complete -installsuffix shared -buildid xHcXbzS9mL3EiXeTo9jB/xHcXbzS9mL3EiXeTo9jB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1744/importcfg -pack ./pkg/detectors/scraperbox/scraperbox.go
2025-08-20T23:00:28.6202379Z [00:02:50.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1743/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperapi;$WORK/b1743=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperapi -lang=go1.24 -complete -installsuffix shared -buildid N8tanXYYiE-2q2Ks8D3r/N8tanXYYiE-2q2Ks8D3r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1743/importcfg -pack ./pkg/detectors/scraperapi/scraperapi.go
2025-08-20T23:00:28.6716477Z [00:02:50.932]➜  go tool buildid -w $WORK/b1744/_pkg_.a # internal
2025-08-20T23:00:28.6742553Z [00:02:50.935]➜  go tool buildid -w $WORK/b1743/_pkg_.a # internal
2025-08-20T23:00:28.6747123Z [00:02:50.935]➜  cp $WORK/b1744/_pkg_.a /root/.cache/go-build/b2/b2436193ce64e09a47c6d616c0f98df78bab6231f176e081363cdad7ed803cbe-d # internal
2025-08-20T23:00:28.6747869Z [00:02:50.936]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapestack
2025-08-20T23:00:28.6748844Z [00:02:50.936]➜  mkdir -p $WORK/b1745/
2025-08-20T23:00:28.7115540Z [00:02:50.971]➜  cat >/tmp/go-build2180205415/b1745/importcfg << 'EOF' # internal
2025-08-20T23:00:28.7116431Z [00:02:50.971]➜  # import config
2025-08-20T23:00:28.7117343Z [00:02:50.971]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.7118586Z [00:02:50.971]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.7120249Z [00:02:50.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.7121041Z [00:02:50.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.7121845Z [00:02:50.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.7122523Z [00:02:50.971]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.7123024Z [00:02:50.971]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:28.7123452Z [00:02:50.971]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.7123885Z [00:02:50.971]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.7124238Z [00:02:50.971]➜  EOF
2025-08-20T23:00:28.7126461Z [00:02:50.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1745/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapestack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapestack;$WORK/b1745=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapestack -lang=go1.24 -complete -installsuffix shared -buildid mSIxwIfMkca0K9WPVXiY/mSIxwIfMkca0K9WPVXiY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1745/importcfg -pack ./pkg/detectors/scrapestack/scrapestack.go
2025-08-20T23:00:28.7128716Z [00:02:50.972]➜  cp $WORK/b1743/_pkg_.a /root/.cache/go-build/74/74e66ebcfef1537364573a03ab5abf47388d0440345f7fb2f7613bcd33e19530-d # internal
2025-08-20T23:00:28.7129586Z [00:02:50.972]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapfly
2025-08-20T23:00:28.7130040Z [00:02:50.972]➜  mkdir -p $WORK/b1746/
2025-08-20T23:00:28.7130412Z [00:02:50.973]➜  cat >/tmp/go-build2180205415/b1746/importcfg << 'EOF' # internal
2025-08-20T23:00:28.7130768Z [00:02:50.973]➜  # import config
2025-08-20T23:00:28.7131111Z [00:02:50.973]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.7131528Z [00:02:50.973]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.7132120Z [00:02:50.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.7132882Z [00:02:50.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.7133903Z [00:02:50.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.7134776Z [00:02:50.973]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.7135276Z [00:02:50.973]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.7135712Z [00:02:50.973]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.7136389Z [00:02:50.973]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:28.7136703Z [00:02:50.973]➜  EOF
2025-08-20T23:00:28.7143706Z [00:02:50.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1746/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapfly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapfly;$WORK/b1746=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapfly -lang=go1.24 -complete -installsuffix shared -buildid vQzh4UYQ0ulpCYl4UT4u/vQzh4UYQ0ulpCYl4UT4u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1746/importcfg -pack ./pkg/detectors/scrapfly/scrapfly.go
2025-08-20T23:00:28.7174168Z [00:02:50.978]➜  go tool buildid -w $WORK/b1520/_pkg_.a # internal
2025-08-20T23:00:28.7314144Z [00:02:50.992]➜  cp $WORK/b1520/_pkg_.a /root/.cache/go-build/77/77ba655346af2d3331042415e39fdb44f50e0f677475edd1769adfa10a36bd66-d # internal
2025-08-20T23:00:28.7345699Z [00:02:50.992]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mongodb
2025-08-20T23:00:28.7346263Z [00:02:50.993]➜  mkdir -p $WORK/b1519/
2025-08-20T23:00:28.7346694Z [00:02:50.993]➜  cat >/tmp/go-build2180205415/b1519/importcfg << 'EOF' # internal
2025-08-20T23:00:28.7347047Z [00:02:50.993]➜  # import config
2025-08-20T23:00:28.7347397Z [00:02:50.993]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.7347827Z [00:02:50.993]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:28.7348437Z [00:02:50.993]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:28.7349245Z [00:02:50.993]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.7350044Z [00:02:50.993]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.7350733Z [00:02:50.993]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.7351318Z [00:02:50.993]➜  packagefile go.mongodb.org/mongo-driver/mongo=/tmp/go-build2180205415/b1520/_pkg_.a
2025-08-20T23:00:28.7351953Z [00:02:50.993]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build2180205415/b1544/_pkg_.a
2025-08-20T23:00:28.7352621Z [00:02:50.993]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build2180205415/b1534/_pkg_.a
2025-08-20T23:00:28.7353319Z [00:02:50.993]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build2180205415/b1556/_pkg_.a
2025-08-20T23:00:28.7353883Z [00:02:50.993]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:28.7354611Z [00:02:50.993]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.7355124Z [00:02:50.993]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:28.7355433Z [00:02:50.993]➜  EOF
2025-08-20T23:00:28.7358014Z [00:02:50.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1519/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mongodb=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mongodb;$WORK/b1519=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mongodb -lang=go1.24 -complete -installsuffix shared -buildid aZmh8sQeI48KhfUL6vY4/aZmh8sQeI48KhfUL6vY4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1519/importcfg -pack ./pkg/detectors/mongodb/mongodb.go
2025-08-20T23:00:28.7554146Z [00:02:51.016]➜  go tool buildid -w $WORK/b1746/_pkg_.a # internal
2025-08-20T23:00:28.7569518Z [00:02:51.018]➜  cp $WORK/b1746/_pkg_.a /root/.cache/go-build/70/70998de35a1e50b7cac46424049c48e73c48e5e7e0a684867353b181da5231c0-d # internal
2025-08-20T23:00:28.7592769Z [00:02:51.020]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingant
2025-08-20T23:00:28.7595884Z [00:02:51.020]➜  mkdir -p $WORK/b1747/
2025-08-20T23:00:28.7603941Z [00:02:51.021]➜  cat >/tmp/go-build2180205415/b1747/importcfg << 'EOF' # internal
2025-08-20T23:00:28.7604909Z [00:02:51.021]➜  # import config
2025-08-20T23:00:28.7605608Z [00:02:51.021]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.7606409Z [00:02:51.021]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.7607588Z [00:02:51.021]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.7608497Z [00:02:51.021]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.7609404Z [00:02:51.021]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.7610188Z [00:02:51.021]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.7610744Z [00:02:51.021]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:28.7611579Z [00:02:51.021]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.7612088Z [00:02:51.021]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.7612579Z [00:02:51.021]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:28.7612960Z [00:02:51.021]➜  EOF
2025-08-20T23:00:28.7624383Z [00:02:51.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1747/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingant=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingant;$WORK/b1747=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingant -lang=go1.24 -complete -installsuffix shared -buildid VTBPdTkOTHiYB7DnBg8f/VTBPdTkOTHiYB7DnBg8f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1747/importcfg -pack ./pkg/detectors/scrapingant/scrapingant.go
2025-08-20T23:00:28.7626722Z [00:02:51.024]➜  go tool buildid -w $WORK/b1745/_pkg_.a # internal
2025-08-20T23:00:28.7638755Z [00:02:51.025]➜  cp $WORK/b1745/_pkg_.a /root/.cache/go-build/76/767426dfd27e156eafb60ff38f69855fc4e7447af165c75e0dcb0f69f225cd78-d # internal
2025-08-20T23:00:28.7650201Z [00:02:51.026]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingbee
2025-08-20T23:00:28.7651253Z [00:02:51.026]➜  mkdir -p $WORK/b1748/
2025-08-20T23:00:28.7654275Z [00:02:51.027]➜  cat >/tmp/go-build2180205415/b1748/importcfg << 'EOF' # internal
2025-08-20T23:00:28.7655180Z [00:02:51.027]➜  # import config
2025-08-20T23:00:28.7655736Z [00:02:51.027]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.7656899Z [00:02:51.027]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.7658267Z [00:02:51.027]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.7659367Z [00:02:51.027]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.7660618Z [00:02:51.027]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.7661860Z [00:02:51.027]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.7662577Z [00:02:51.027]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:28.7663484Z [00:02:51.027]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.7664129Z [00:02:51.027]➜  EOF
2025-08-20T23:00:28.7667220Z [00:02:51.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1748/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingbee=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingbee;$WORK/b1748=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingbee -lang=go1.24 -complete -installsuffix shared -buildid Au4tECKAcGb7MJN7fwnp/Au4tECKAcGb7MJN7fwnp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1748/importcfg -pack ./pkg/detectors/scrapingbee/scrapingbee.go
2025-08-20T23:00:28.8322908Z [00:02:51.093]➜  go tool buildid -w $WORK/b1747/_pkg_.a # internal
2025-08-20T23:00:28.8338249Z [00:02:51.095]➜  cp $WORK/b1747/_pkg_.a /root/.cache/go-build/d9/d937a5245171bca93c6e1871563efd6122e570ec6b5e5e4fc9027089ce4c3130-d # internal
2025-08-20T23:00:28.8339293Z [00:02:51.095]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotapi
2025-08-20T23:00:28.8339963Z [00:02:51.095]➜  mkdir -p $WORK/b1749/
2025-08-20T23:00:28.8341631Z [00:02:51.095]➜  cat >/tmp/go-build2180205415/b1749/importcfg << 'EOF' # internal
2025-08-20T23:00:28.8342002Z [00:02:51.095]➜  # import config
2025-08-20T23:00:28.8342383Z [00:02:51.095]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.8342860Z [00:02:51.095]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:28.8343501Z [00:02:51.095]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.8344620Z [00:02:51.095]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.8345423Z [00:02:51.095]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.8346329Z [00:02:51.095]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.8346825Z [00:02:51.095]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.8347262Z [00:02:51.095]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.8347678Z [00:02:51.095]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:28.8348000Z [00:02:51.095]➜  EOF
2025-08-20T23:00:28.8350128Z [00:02:51.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1749/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotapi;$WORK/b1749=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotapi -lang=go1.24 -complete -installsuffix shared -buildid sNUZZlqEopT20ARUEHlJ/sNUZZlqEopT20ARUEHlJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1749/importcfg -pack ./pkg/detectors/screenshotapi/screenshotapi.go
2025-08-20T23:00:28.8449442Z [00:02:51.106]➜  go tool buildid -w $WORK/b1748/_pkg_.a # internal
2025-08-20T23:00:28.8462241Z [00:02:51.107]➜  cp $WORK/b1748/_pkg_.a /root/.cache/go-build/72/7257a7ec0dd13c73c170ddaa6a861bdaac7cdf4cacc48763c17f0b0b14983b89-d # internal
2025-08-20T23:00:28.8478336Z [00:02:51.108]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotlayer
2025-08-20T23:00:28.8481446Z [00:02:51.109]➜  mkdir -p $WORK/b1750/
2025-08-20T23:00:28.8482817Z [00:02:51.109]➜  cat >/tmp/go-build2180205415/b1750/importcfg << 'EOF' # internal
2025-08-20T23:00:28.8483216Z [00:02:51.109]➜  # import config
2025-08-20T23:00:28.8483571Z [00:02:51.109]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.8484010Z [00:02:51.109]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.8484606Z [00:02:51.109]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.8485376Z [00:02:51.109]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.8486401Z [00:02:51.109]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.8487083Z [00:02:51.109]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.8487714Z [00:02:51.109]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:28.8488285Z [00:02:51.109]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.8488719Z [00:02:51.109]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.8489152Z [00:02:51.109]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:28.8491799Z [00:02:51.109]➜  EOF
2025-08-20T23:00:28.8493971Z [00:02:51.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1750/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotlayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotlayer;$WORK/b1750=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotlayer -lang=go1.24 -complete -installsuffix shared -buildid EyX30MMutnke_cCAktXG/EyX30MMutnke_cCAktXG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1750/importcfg -pack ./pkg/detectors/screenshotlayer/screenshotlayer.go
2025-08-20T23:00:28.8779236Z [00:02:51.139]➜  go tool buildid -w $WORK/b1749/_pkg_.a # internal
2025-08-20T23:00:28.8790399Z [00:02:51.140]➜  cp $WORK/b1749/_pkg_.a /root/.cache/go-build/f1/f13ca96c9dda99fcef3a35792e1e94bd1fd6a86182964665e4921e084d82d737-d # internal
2025-08-20T23:00:28.8798595Z [00:02:51.140]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrutinizerci
2025-08-20T23:00:28.8799391Z [00:02:51.140]➜  mkdir -p $WORK/b1751/
2025-08-20T23:00:28.8799784Z [00:02:51.141]➜  cat >/tmp/go-build2180205415/b1751/importcfg << 'EOF' # internal
2025-08-20T23:00:28.8800135Z [00:02:51.141]➜  # import config
2025-08-20T23:00:28.8800482Z [00:02:51.141]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.8801088Z [00:02:51.141]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.8801857Z [00:02:51.141]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.8802667Z [00:02:51.141]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.8803397Z [00:02:51.141]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.8803892Z [00:02:51.141]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.8804331Z [00:02:51.141]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.8804645Z [00:02:51.141]➜  EOF
2025-08-20T23:00:28.8808891Z [00:02:51.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1751/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrutinizerci=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrutinizerci;$WORK/b1751=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrutinizerci -lang=go1.24 -complete -installsuffix shared -buildid SuctWRlGgH06RUwfswVs/SuctWRlGgH06RUwfswVs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1751/importcfg -pack ./pkg/detectors/scrutinizerci/scrutinizerci.go
2025-08-20T23:00:28.8959363Z [00:02:51.155]➜  go tool buildid -w $WORK/b1519/_pkg_.a # internal
2025-08-20T23:00:28.8972526Z [00:02:51.158]➜  cp $WORK/b1519/_pkg_.a /root/.cache/go-build/b1/b1ad9fea622af3877354317ccd7f49d4186f110924394e9bcde598ca6961a1e3-d # internal
2025-08-20T23:00:28.8973503Z [00:02:51.158]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/securitytrails
2025-08-20T23:00:28.8982734Z [00:02:51.158]➜  mkdir -p $WORK/b1752/
2025-08-20T23:00:28.8983716Z [00:02:51.158]➜  cat >/tmp/go-build2180205415/b1752/importcfg << 'EOF' # internal
2025-08-20T23:00:28.8984326Z [00:02:51.158]➜  # import config
2025-08-20T23:00:28.8984874Z [00:02:51.158]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.8985606Z [00:02:51.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.8987453Z [00:02:51.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.8988562Z [00:02:51.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.8993325Z [00:02:51.158]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.8994087Z [00:02:51.158]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.8996240Z [00:02:51.158]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.8996685Z [00:02:51.158]➜  EOF
2025-08-20T23:00:28.8999675Z [00:02:51.158]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1752/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/securitytrails=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/securitytrails;$WORK/b1752=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/securitytrails -lang=go1.24 -complete -installsuffix shared -buildid yPo7B2OqYLfOHeNmdCFz/yPo7B2OqYLfOHeNmdCFz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1752/importcfg -pack ./pkg/detectors/securitytrails/securitytrails.go
2025-08-20T23:00:28.9317925Z [00:02:51.191]➜  go tool buildid -w $WORK/b1751/_pkg_.a # internal
2025-08-20T23:00:28.9319381Z [00:02:51.191]➜  cp $WORK/b1751/_pkg_.a /root/.cache/go-build/c2/c29c11e8cf91eeaec9f29e522ccfec4e1e1e0453e5de0ed57753aef60879c5ba-d # internal
2025-08-20T23:00:28.9321047Z [00:02:51.191]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/segmentapikey
2025-08-20T23:00:28.9321683Z [00:02:51.191]➜  mkdir -p $WORK/b1753/
2025-08-20T23:00:28.9322469Z [00:02:51.191]➜  cat >/tmp/go-build2180205415/b1753/importcfg << 'EOF' # internal
2025-08-20T23:00:28.9323257Z [00:02:51.191]➜  # import config
2025-08-20T23:00:28.9323919Z [00:02:51.191]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.9324623Z [00:02:51.191]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.9325534Z [00:02:51.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.9327349Z [00:02:51.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.9328175Z [00:02:51.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.9328866Z [00:02:51.191]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.9329365Z [00:02:51.191]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.9329796Z [00:02:51.191]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.9330116Z [00:02:51.191]➜  EOF
2025-08-20T23:00:28.9332430Z [00:02:51.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1753/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/segmentapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/segmentapikey;$WORK/b1753=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/segmentapikey -lang=go1.24 -complete -installsuffix shared -buildid vv4K9aMSfs1dxaxDG9aw/vv4K9aMSfs1dxaxDG9aw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1753/importcfg -pack ./pkg/detectors/segmentapikey/segmentapikey.go
2025-08-20T23:00:28.9355724Z [00:02:51.196]➜  go tool buildid -w $WORK/b1750/_pkg_.a # internal
2025-08-20T23:00:28.9369819Z [00:02:51.197]➜  cp $WORK/b1750/_pkg_.a /root/.cache/go-build/38/382e783b1e4f60ac8dc16a892a747f64a9ec37f91bdb47b8d195d1bb7b9c8f0b-d # internal
2025-08-20T23:00:28.9370555Z [00:02:51.198]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/selectpdf
2025-08-20T23:00:28.9370959Z [00:02:51.198]➜  mkdir -p $WORK/b1754/
2025-08-20T23:00:28.9371339Z [00:02:51.198]➜  cat >/tmp/go-build2180205415/b1754/importcfg << 'EOF' # internal
2025-08-20T23:00:28.9371692Z [00:02:51.198]➜  # import config
2025-08-20T23:00:28.9372044Z [00:02:51.198]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.9372898Z [00:02:51.198]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.9373564Z [00:02:51.198]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.9374335Z [00:02:51.198]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.9375137Z [00:02:51.198]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.9376034Z [00:02:51.198]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.9376592Z [00:02:51.198]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.9377025Z [00:02:51.198]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.9377446Z [00:02:51.198]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:28.9377754Z [00:02:51.198]➜  EOF
2025-08-20T23:00:28.9379796Z [00:02:51.198]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1754/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/selectpdf=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/selectpdf;$WORK/b1754=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/selectpdf -lang=go1.24 -complete -installsuffix shared -buildid bcKvAVGFC51YYWYhk2dk/bcKvAVGFC51YYWYhk2dk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1754/importcfg -pack ./pkg/detectors/selectpdf/selectpdf.go
2025-08-20T23:00:28.9387185Z [00:02:51.200]➜  go tool buildid -w $WORK/b1752/_pkg_.a # internal
2025-08-20T23:00:28.9409306Z [00:02:51.202]➜  cp $WORK/b1752/_pkg_.a /root/.cache/go-build/4c/4c431187b1949f4b3d47d5ec02b5894a15357b798ab48e8a9d36d28974409272-d # internal
2025-08-20T23:00:28.9429926Z [00:02:51.204]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/semaphore
2025-08-20T23:00:28.9431099Z [00:02:51.204]➜  mkdir -p $WORK/b1755/
2025-08-20T23:00:28.9434454Z [00:02:51.205]➜  cat >/tmp/go-build2180205415/b1755/importcfg << 'EOF' # internal
2025-08-20T23:00:28.9435323Z [00:02:51.205]➜  # import config
2025-08-20T23:00:28.9436939Z [00:02:51.205]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.9438358Z [00:02:51.205]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.9441799Z [00:02:51.205]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.9442687Z [00:02:51.205]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.9443506Z [00:02:51.205]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.9444194Z [00:02:51.205]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.9444679Z [00:02:51.205]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:28.9445125Z [00:02:51.205]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.9445877Z [00:02:51.205]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.9446295Z [00:02:51.205]➜  EOF
2025-08-20T23:00:28.9453617Z [00:02:51.205]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1755/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/semaphore=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/semaphore;$WORK/b1755=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/semaphore -lang=go1.24 -complete -installsuffix shared -buildid hA0gjOabU8W9xOrt0xSN/hA0gjOabU8W9xOrt0xSN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1755/importcfg -pack ./pkg/detectors/semaphore/semaphore.go
2025-08-20T23:00:28.9777244Z [00:02:51.236]➜  go tool buildid -w $WORK/b1753/_pkg_.a # internal
2025-08-20T23:00:28.9780768Z [00:02:51.237]➜  go tool buildid -w $WORK/b1754/_pkg_.a # internal
2025-08-20T23:00:28.9784163Z [00:02:51.238]➜  cp $WORK/b1754/_pkg_.a /root/.cache/go-build/22/226d437e02193cb6437e42357058dc7ededbf9c148af0cb63040f26770872beb-d # internal
2025-08-20T23:00:28.9785075Z [00:02:51.239]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbird
2025-08-20T23:00:28.9785466Z [00:02:51.239]➜  mkdir -p $WORK/b1756/
2025-08-20T23:00:28.9786276Z [00:02:51.239]➜  cp $WORK/b1753/_pkg_.a /root/.cache/go-build/8d/8de16c8c1cbeb3e63863fed253497de97233190a8e28cc49a91f9db0c995547f-d # internal
2025-08-20T23:00:28.9787043Z [00:02:51.239]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbirdorganizationapi
2025-08-20T23:00:28.9787484Z [00:02:51.239]➜  mkdir -p $WORK/b1757/
2025-08-20T23:00:28.9788910Z [00:02:51.240]➜  cat >/tmp/go-build2180205415/b1757/importcfg << 'EOF' # internal
2025-08-20T23:00:28.9789475Z [00:02:51.240]➜  # import config
2025-08-20T23:00:28.9789999Z [00:02:51.240]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.9790783Z [00:02:51.240]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.9791832Z [00:02:51.240]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.9793116Z [00:02:51.240]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.9794746Z [00:02:51.240]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.9796059Z [00:02:51.240]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.9797103Z [00:02:51.240]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.9798036Z [00:02:51.240]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.9798656Z [00:02:51.240]➜  EOF
2025-08-20T23:00:28.9801278Z [00:02:51.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1757/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbirdorganizationapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbirdorganizationapi;$WORK/b1757=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbirdorganizationapi -lang=go1.24 -complete -installsuffix shared -buildid uC4joRkDxRCVsj3eTvVN/uC4joRkDxRCVsj3eTvVN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1757/importcfg -pack ./pkg/detectors/sendbirdorganizationapi/sendbirdorganizationapi.go
2025-08-20T23:00:28.9810300Z [00:02:51.242]➜  cat >/tmp/go-build2180205415/b1756/importcfg << 'EOF' # internal
2025-08-20T23:00:28.9810667Z [00:02:51.242]➜  # import config
2025-08-20T23:00:28.9811018Z [00:02:51.242]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:28.9811471Z [00:02:51.242]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:28.9811907Z [00:02:51.242]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:28.9812510Z [00:02:51.242]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:28.9813484Z [00:02:51.242]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:28.9814415Z [00:02:51.242]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:28.9815105Z [00:02:51.242]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:28.9815598Z [00:02:51.242]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:28.9816271Z [00:02:51.242]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:28.9816597Z [00:02:51.242]➜  EOF
2025-08-20T23:00:28.9818697Z [00:02:51.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1756/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbird=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbird;$WORK/b1756=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbird -lang=go1.24 -complete -installsuffix shared -buildid F-2ckpPDsTCVumtOcrrq/F-2ckpPDsTCVumtOcrrq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1756/importcfg -pack ./pkg/detectors/sendbird/sendbird.go
2025-08-20T23:00:29.0198497Z [00:02:51.281]➜  go tool buildid -w $WORK/b1757/_pkg_.a # internal
2025-08-20T23:00:29.0209905Z [00:02:51.282]➜  cp $WORK/b1757/_pkg_.a /root/.cache/go-build/e0/e0543490e44f8a138aea0ab306db3f4b780a388cd12c36c90fa1281ee40430cc-d # internal
2025-08-20T23:00:29.0212892Z [00:02:51.282]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendgrid
2025-08-20T23:00:29.0213307Z [00:02:51.282]➜  mkdir -p $WORK/b1758/
2025-08-20T23:00:29.0216797Z [00:02:51.283]➜  cat >/tmp/go-build2180205415/b1758/importcfg << 'EOF' # internal
2025-08-20T23:00:29.0217176Z [00:02:51.283]➜  # import config
2025-08-20T23:00:29.0217528Z [00:02:51.283]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.0218006Z [00:02:51.283]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:29.0218468Z [00:02:51.283]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.0219095Z [00:02:51.283]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.0220220Z [00:02:51.283]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.0221022Z [00:02:51.283]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.0221702Z [00:02:51.283]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.0222174Z [00:02:51.283]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.0222593Z [00:02:51.283]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.0223037Z [00:02:51.283]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.0223361Z [00:02:51.283]➜  EOF
2025-08-20T23:00:29.0225463Z [00:02:51.283]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1758/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendgrid=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendgrid;$WORK/b1758=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendgrid -lang=go1.24 -complete -installsuffix shared -buildid m-GqnDIzbnry7csCH8yc/m-GqnDIzbnry7csCH8yc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1758/importcfg -pack ./pkg/detectors/sendgrid/sendgrid.go
2025-08-20T23:00:29.0271515Z [00:02:51.288]➜  go tool buildid -w $WORK/b1755/_pkg_.a # internal
2025-08-20T23:00:29.0312483Z [00:02:51.292]➜  cp $WORK/b1755/_pkg_.a /root/.cache/go-build/30/3077a290777a80f13d9a3bc468ad2d110e2728ba3b8272cdff5cf2a37bfd22f6-d # internal
2025-08-20T23:00:29.0325256Z [00:02:51.293]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendinbluev2
2025-08-20T23:00:29.0333457Z [00:02:51.293]➜  mkdir -p $WORK/b1759/
2025-08-20T23:00:29.0333883Z [00:02:51.293]➜  cat >/tmp/go-build2180205415/b1759/importcfg << 'EOF' # internal
2025-08-20T23:00:29.0334235Z [00:02:51.293]➜  # import config
2025-08-20T23:00:29.0334580Z [00:02:51.293]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.0335197Z [00:02:51.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.0336050Z [00:02:51.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.0343098Z [00:02:51.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.0343806Z [00:02:51.293]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.0344305Z [00:02:51.293]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.0345018Z [00:02:51.293]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.0345492Z [00:02:51.293]➜  EOF
2025-08-20T23:00:29.0347842Z [00:02:51.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1759/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendinbluev2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendinbluev2;$WORK/b1759=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendinbluev2 -lang=go1.24 -complete -installsuffix shared -buildid MxHfyLxZeTxNn15UtT4x/MxHfyLxZeTxNn15UtT4x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1759/importcfg -pack ./pkg/detectors/sendinbluev2/sendinbluev2.go
2025-08-20T23:00:29.0587963Z [00:02:51.320]➜  go tool buildid -w $WORK/b1756/_pkg_.a # internal
2025-08-20T23:00:29.0601732Z [00:02:51.321]➜  cp $WORK/b1756/_pkg_.a /root/.cache/go-build/f5/f5df181c80848b9bf5d89e54fdd4b7380440582d8f6091ee5b7e5020ae617462-d # internal
2025-08-20T23:00:29.0603059Z [00:02:51.321]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentryorgtoken
2025-08-20T23:00:29.0608827Z [00:02:51.322]➜  mkdir -p $WORK/b1760/
2025-08-20T23:00:29.0609517Z [00:02:51.322]➜  cat >/tmp/go-build2180205415/b1760/importcfg << 'EOF' # internal
2025-08-20T23:00:29.0610214Z [00:02:51.322]➜  # import config
2025-08-20T23:00:29.0611308Z [00:02:51.322]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.0611966Z [00:02:51.322]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.0612809Z [00:02:51.322]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.0613909Z [00:02:51.322]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.0615113Z [00:02:51.322]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.0616434Z [00:02:51.322]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.0617238Z [00:02:51.322]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.0617782Z [00:02:51.322]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.0618109Z [00:02:51.322]➜  EOF
2025-08-20T23:00:29.0620313Z [00:02:51.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1760/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentryorgtoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentryorgtoken;$WORK/b1760=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentryorgtoken -lang=go1.24 -complete -installsuffix shared -buildid 9rf7WWquOXznNy5Sm9au/9rf7WWquOXznNy5Sm9au -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1760/importcfg -pack ./pkg/detectors/sentryorgtoken/sentryorgtoken.go
2025-08-20T23:00:29.0622280Z [00:02:51.322]➜  go tool buildid -w $WORK/b1758/_pkg_.a # internal
2025-08-20T23:00:29.0624653Z [00:02:51.324]➜  cp $WORK/b1758/_pkg_.a /root/.cache/go-build/60/6073407e7793e45c0b5a09d74ebaae7f03e183001e352439513522f5a5963483-d # internal
2025-08-20T23:00:29.0641183Z [00:02:51.325]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v1
2025-08-20T23:00:29.0642212Z [00:02:51.325]➜  mkdir -p $WORK/b1761/
2025-08-20T23:00:29.0643000Z [00:02:51.325]➜  cat >/tmp/go-build2180205415/b1761/importcfg << 'EOF' # internal
2025-08-20T23:00:29.0644830Z [00:02:51.325]➜  # import config
2025-08-20T23:00:29.0645244Z [00:02:51.325]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.0645706Z [00:02:51.325]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:29.0646297Z [00:02:51.325]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.0646905Z [00:02:51.325]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.0656095Z [00:02:51.325]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.0657177Z [00:02:51.325]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.0657863Z [00:02:51.325]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.0658348Z [00:02:51.325]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.0658770Z [00:02:51.325]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.0659202Z [00:02:51.325]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.0659516Z [00:02:51.325]➜  EOF
2025-08-20T23:00:29.0662020Z [00:02:51.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1761/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v1;$WORK/b1761=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v1 -lang=go1.24 -complete -installsuffix shared -buildid qttctqT5DcXt62SK8_zu/qttctqT5DcXt62SK8_zu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1761/importcfg -pack ./pkg/detectors/sentrytoken/v1/sentrytoken.go
2025-08-20T23:00:29.0769591Z [00:02:51.338]➜  go tool buildid -w $WORK/b1759/_pkg_.a # internal
2025-08-20T23:00:29.0777849Z [00:02:51.339]➜  cp $WORK/b1759/_pkg_.a /root/.cache/go-build/3a/3a01dc68213454770bc8738ca23d0f6ac2a23cf95fcbf174245476c26e5c9c74-d # internal
2025-08-20T23:00:29.0779940Z [00:02:51.339]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serphouse
2025-08-20T23:00:29.0780687Z [00:02:51.339]➜  mkdir -p $WORK/b1763/
2025-08-20T23:00:29.0799446Z [00:02:51.341]➜  cat >/tmp/go-build2180205415/b1763/importcfg << 'EOF' # internal
2025-08-20T23:00:29.0800098Z [00:02:51.341]➜  # import config
2025-08-20T23:00:29.0800801Z [00:02:51.341]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.0801628Z [00:02:51.341]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.0802995Z [00:02:51.341]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.0805177Z [00:02:51.341]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.0806410Z [00:02:51.341]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.0807265Z [00:02:51.341]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.0808037Z [00:02:51.341]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.0809428Z [00:02:51.341]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.0809757Z [00:02:51.341]➜  EOF
2025-08-20T23:00:29.0811834Z [00:02:51.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1763/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serphouse=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serphouse;$WORK/b1763=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serphouse -lang=go1.24 -complete -installsuffix shared -buildid a3E83uzX9a4HSnFgTJxf/a3E83uzX9a4HSnFgTJxf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1763/importcfg -pack ./pkg/detectors/serphouse/serphouse.go
2025-08-20T23:00:29.1091298Z [00:02:51.370]➜  go tool buildid -w $WORK/b1760/_pkg_.a # internal
2025-08-20T23:00:29.1097627Z [00:02:51.371]➜  cp $WORK/b1760/_pkg_.a /root/.cache/go-build/e7/e727a8d653c6bf1dcc6cd5510ac11ec902f7a7a6e617afc77f381da3fbc6e468-d # internal
2025-08-20T23:00:29.1099587Z [00:02:51.371]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serpstack
2025-08-20T23:00:29.1100722Z [00:02:51.371]➜  mkdir -p $WORK/b1764/
2025-08-20T23:00:29.1106216Z [00:02:51.372]➜  cat >/tmp/go-build2180205415/b1764/importcfg << 'EOF' # internal
2025-08-20T23:00:29.1107112Z [00:02:51.372]➜  # import config
2025-08-20T23:00:29.1109802Z [00:02:51.372]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.1110576Z [00:02:51.372]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.1111189Z [00:02:51.372]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.1111969Z [00:02:51.372]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.1112769Z [00:02:51.372]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.1113450Z [00:02:51.372]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.1113922Z [00:02:51.372]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.1114343Z [00:02:51.372]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.1114771Z [00:02:51.372]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.1115200Z [00:02:51.372]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:29.1115514Z [00:02:51.372]➜  EOF
2025-08-20T23:00:29.1127429Z [00:02:51.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1764/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serpstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serpstack;$WORK/b1764=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serpstack -lang=go1.24 -complete -installsuffix shared -buildid FkK157PRyoPhhttiHXhG/FkK157PRyoPhhttiHXhG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1764/importcfg -pack ./pkg/detectors/serpstack/serpstack.go
2025-08-20T23:00:29.1129625Z [00:02:51.373]➜  go tool buildid -w $WORK/b1761/_pkg_.a # internal
2025-08-20T23:00:29.1140258Z [00:02:51.374]➜  cp $WORK/b1761/_pkg_.a /root/.cache/go-build/2d/2d1e1aa40d742e14099bec8f95a656b329b94d2b4e12612262e0425dab0cd3e3-d # internal
2025-08-20T23:00:29.1141003Z [00:02:51.374]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v2
2025-08-20T23:00:29.1141665Z [00:02:51.374]➜  mkdir -p $WORK/b1762/
2025-08-20T23:00:29.1142118Z [00:02:51.374]➜  cat >/tmp/go-build2180205415/b1762/importcfg << 'EOF' # internal
2025-08-20T23:00:29.1142465Z [00:02:51.374]➜  # import config
2025-08-20T23:00:29.1142812Z [00:02:51.374]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.1143418Z [00:02:51.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.1144194Z [00:02:51.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.1145042Z [00:02:51.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v1=/tmp/go-build2180205415/b1761/_pkg_.a
2025-08-20T23:00:29.1147016Z [00:02:51.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.1148012Z [00:02:51.374]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.1148587Z [00:02:51.374]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.1148915Z [00:02:51.374]➜  EOF
2025-08-20T23:00:29.1150993Z [00:02:51.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1762/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v2;$WORK/b1762=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v2 -lang=go1.24 -complete -installsuffix shared -buildid RP1_G0QAcGBOK6NHQ-AD/RP1_G0QAcGBOK6NHQ-AD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1762/importcfg -pack ./pkg/detectors/sentrytoken/v2/sentrytoken.go
2025-08-20T23:00:29.1162400Z [00:02:51.377]➜  go tool buildid -w $WORK/b1763/_pkg_.a # internal
2025-08-20T23:00:29.1173752Z [00:02:51.378]➜  cp $WORK/b1763/_pkg_.a /root/.cache/go-build/cc/ccff342978b67678e08a3f1fa609907e363d32556fe3533b76ee6d16f7c1acd6-d # internal
2025-08-20T23:00:29.1174811Z [00:02:51.379]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sheety
2025-08-20T23:00:29.1176498Z [00:02:51.379]➜  mkdir -p $WORK/b1765/
2025-08-20T23:00:29.1178565Z [00:02:51.379]➜  cat >/tmp/go-build2180205415/b1765/importcfg << 'EOF' # internal
2025-08-20T23:00:29.1180745Z [00:02:51.379]➜  # import config
2025-08-20T23:00:29.1181105Z [00:02:51.379]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.1181529Z [00:02:51.379]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.1182125Z [00:02:51.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.1182893Z [00:02:51.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.1183701Z [00:02:51.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.1184400Z [00:02:51.379]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.1184894Z [00:02:51.379]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.1185331Z [00:02:51.379]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.1185647Z [00:02:51.379]➜  EOF
2025-08-20T23:00:29.1187741Z [00:02:51.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1765/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sheety=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sheety;$WORK/b1765=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sheety -lang=go1.24 -complete -installsuffix shared -buildid _tUktinAUAkUtzs2C7RV/_tUktinAUAkUtzs2C7RV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1765/importcfg -pack ./pkg/detectors/sheety/sheety.go
2025-08-20T23:00:29.1539281Z [00:02:51.415]➜  go tool buildid -w $WORK/b1765/_pkg_.a # internal
2025-08-20T23:00:29.1551549Z [00:02:51.416]➜  cp $WORK/b1765/_pkg_.a /root/.cache/go-build/c2/c262d664a7afb6376ce7008be5412be191159a18b39b1e9b3107ca88bbf623d8-d # internal
2025-08-20T23:00:29.1552341Z [00:02:51.416]➜  go tool buildid -w $WORK/b1764/_pkg_.a # internal
2025-08-20T23:00:29.1568461Z [00:02:51.417]➜  go tool buildid -w $WORK/b1762/_pkg_.a # internal
2025-08-20T23:00:29.1577573Z [00:02:51.417]➜  cp $WORK/b1764/_pkg_.a /root/.cache/go-build/7d/7d6632c4ca8ca8b6fe7828e2f5d523daac4ec7a87b5711ce2edbb7cc40978fb5-d # internal
2025-08-20T23:00:29.1578397Z [00:02:51.417]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shipday
2025-08-20T23:00:29.1583408Z [00:02:51.417]➜  mkdir -p $WORK/b1767/
2025-08-20T23:00:29.1584055Z [00:02:51.417]➜  cp $WORK/b1762/_pkg_.a /root/.cache/go-build/dc/dcfc08ba17a705ee9fff8c57c9eb4eb521b0afce39bfffbeb1b17ba77ee82a72-d # internal
2025-08-20T23:00:29.1585006Z [00:02:51.417]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shodankey
2025-08-20T23:00:29.1585550Z [00:02:51.417]➜  mkdir -p $WORK/b1768/
2025-08-20T23:00:29.1586165Z [00:02:51.417]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sherpadesk
2025-08-20T23:00:29.1586573Z [00:02:51.417]➜  mkdir -p $WORK/b1766/
2025-08-20T23:00:29.1586962Z [00:02:51.417]➜  cat >/tmp/go-build2180205415/b1768/importcfg << 'EOF' # internal
2025-08-20T23:00:29.1587312Z [00:02:51.417]➜  # import config
2025-08-20T23:00:29.1587661Z [00:02:51.417]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.1588115Z [00:02:51.417]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:29.1588737Z [00:02:51.417]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.1589503Z [00:02:51.417]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.1590303Z [00:02:51.417]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.1590992Z [00:02:51.417]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.1591467Z [00:02:51.417]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.1592103Z [00:02:51.417]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.1592539Z [00:02:51.417]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.1592855Z [00:02:51.417]➜  EOF
2025-08-20T23:00:29.1594886Z [00:02:51.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1768/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shodankey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shodankey;$WORK/b1768=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shodankey -lang=go1.24 -complete -installsuffix shared -buildid yRSlJdjaAolRPIVOzzGx/yRSlJdjaAolRPIVOzzGx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1768/importcfg -pack ./pkg/detectors/shodankey/shodankey.go
2025-08-20T23:00:29.1598091Z [00:02:51.417]➜  cat >/tmp/go-build2180205415/b1766/importcfg << 'EOF' # internal
2025-08-20T23:00:29.1598703Z [00:02:51.417]➜  # import config
2025-08-20T23:00:29.1599221Z [00:02:51.417]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.1599859Z [00:02:51.417]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:29.1600366Z [00:02:51.417]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.1601144Z [00:02:51.417]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.1602272Z [00:02:51.417]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.1603238Z [00:02:51.417]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.1604132Z [00:02:51.417]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.1604963Z [00:02:51.417]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.1605629Z [00:02:51.417]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.1606142Z [00:02:51.417]➜  EOF
2025-08-20T23:00:29.1608547Z [00:02:51.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1766/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sherpadesk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sherpadesk;$WORK/b1766=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sherpadesk -lang=go1.24 -complete -installsuffix shared -buildid 2quAcLBgVVOJhl8TdVbe/2quAcLBgVVOJhl8TdVbe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1766/importcfg -pack ./pkg/detectors/sherpadesk/sherpadesk.go
2025-08-20T23:00:29.1610825Z [00:02:51.418]➜  cat >/tmp/go-build2180205415/b1767/importcfg << 'EOF' # internal
2025-08-20T23:00:29.1611637Z [00:02:51.418]➜  # import config
2025-08-20T23:00:29.1612232Z [00:02:51.418]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.1612835Z [00:02:51.418]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.1613636Z [00:02:51.418]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.1614609Z [00:02:51.418]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.1615607Z [00:02:51.418]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.1616719Z [00:02:51.418]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.1617438Z [00:02:51.418]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.1617920Z [00:02:51.418]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.1618467Z [00:02:51.418]➜  EOF
2025-08-20T23:00:29.1620858Z [00:02:51.418]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1767/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shipday=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shipday;$WORK/b1767=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shipday -lang=go1.24 -complete -installsuffix shared -buildid AVpejxjQmkbU0Inin_Pe/AVpejxjQmkbU0Inin_Pe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1767/importcfg -pack ./pkg/detectors/shipday/shipday.go
2025-08-20T23:00:29.1632434Z [00:02:51.424]➜  go tool buildid -w $WORK/b1702/_pkg_.a # internal
2025-08-20T23:00:29.1974597Z [00:02:51.458]➜  cp $WORK/b1702/_pkg_.a /root/.cache/go-build/72/7291fa908893845eb092cac31d155f71e004c76356badd6ab76e990b76150d20-d # internal
2025-08-20T23:00:29.1980607Z [00:02:51.459]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/redis
2025-08-20T23:00:29.1982277Z [00:02:51.459]➜  mkdir -p $WORK/b1701/
2025-08-20T23:00:29.1984097Z [00:02:51.459]➜  cat >/tmp/go-build2180205415/b1701/importcfg << 'EOF' # internal
2025-08-20T23:00:29.1985624Z [00:02:51.459]➜  # import config
2025-08-20T23:00:29.1987572Z [00:02:51.459]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.1988920Z [00:02:51.459]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.1989774Z [00:02:51.459]➜  packagefile github.com/go-redis/redis=/tmp/go-build2180205415/b1702/_pkg_.a
2025-08-20T23:00:29.1990461Z [00:02:51.459]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.1991259Z [00:02:51.459]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.1991936Z [00:02:51.459]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.1992466Z [00:02:51.459]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:29.1993123Z [00:02:51.459]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.1993552Z [00:02:51.459]➜  EOF
2025-08-20T23:00:29.1995488Z [00:02:51.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1701/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/redis=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/redis;$WORK/b1701=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/redis -lang=go1.24 -complete -installsuffix shared -buildid 1P8HIQrU41XqFIoT9mu0/1P8HIQrU41XqFIoT9mu0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1701/importcfg -pack ./pkg/detectors/redis/redis.go
2025-08-20T23:00:29.2019857Z [00:02:51.463]➜  go tool buildid -w $WORK/b1768/_pkg_.a # internal
2025-08-20T23:00:29.2033666Z [00:02:51.464]➜  cp $WORK/b1768/_pkg_.a /root/.cache/go-build/85/851816c343b85fdb8c436f498e9b1dd143e71f9ac791c326889a1410df4ace07-d # internal
2025-08-20T23:00:29.2034837Z [00:02:51.464]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shopify
2025-08-20T23:00:29.2037428Z [00:02:51.465]➜  mkdir -p $WORK/b1769/
2025-08-20T23:00:29.2038166Z [00:02:51.465]➜  go tool buildid -w $WORK/b1766/_pkg_.a # internal
2025-08-20T23:00:29.2038916Z [00:02:51.465]➜  cat >/tmp/go-build2180205415/b1769/importcfg << 'EOF' # internal
2025-08-20T23:00:29.2039368Z [00:02:51.465]➜  # import config
2025-08-20T23:00:29.2040833Z [00:02:51.465]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.2042437Z [00:02:51.465]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:29.2043851Z [00:02:51.465]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.2046399Z [00:02:51.465]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.2047098Z [00:02:51.465]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.2047623Z [00:02:51.465]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.2048064Z [00:02:51.465]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.2048385Z [00:02:51.465]➜  EOF
2025-08-20T23:00:29.2050649Z [00:02:51.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1769/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shopify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shopify;$WORK/b1769=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shopify -lang=go1.24 -complete -installsuffix shared -buildid G1Y3KtUXChseulLr0-T6/G1Y3KtUXChseulLr0-T6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1769/importcfg -pack ./pkg/detectors/shopify/shopify.go
2025-08-20T23:00:29.2052450Z [00:02:51.466]➜  go tool buildid -w $WORK/b1767/_pkg_.a # internal
2025-08-20T23:00:29.2061237Z [00:02:51.467]➜  cp $WORK/b1767/_pkg_.a /root/.cache/go-build/8b/8bc4b6605dc6cdcdb96740c27401015b360d79063cf7d4b0669e38d3e65f1df9-d # internal
2025-08-20T23:00:29.2063490Z [00:02:51.467]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shortcut
2025-08-20T23:00:29.2064572Z [00:02:51.467]➜  mkdir -p $WORK/b1770/
2025-08-20T23:00:29.2070494Z [00:02:51.468]➜  cp $WORK/b1766/_pkg_.a /root/.cache/go-build/63/6354bbcbc8769cb0d6c12d8fbf3cfcad3c9adfb1d5934994cf0328feb8d51777-d # internal
2025-08-20T23:00:29.2073313Z [00:02:51.468]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shotstack
2025-08-20T23:00:29.2075502Z [00:02:51.468]➜  mkdir -p $WORK/b1771/
2025-08-20T23:00:29.2076875Z [00:02:51.468]➜  cat >/tmp/go-build2180205415/b1771/importcfg << 'EOF' # internal
2025-08-20T23:00:29.2078506Z [00:02:51.468]➜  # import config
2025-08-20T23:00:29.2080037Z [00:02:51.468]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.2082011Z [00:02:51.468]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.2083053Z [00:02:51.468]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.2083953Z [00:02:51.468]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.2084646Z [00:02:51.468]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.2085143Z [00:02:51.468]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.2085579Z [00:02:51.468]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.2086075Z [00:02:51.468]➜  EOF
2025-08-20T23:00:29.2088239Z [00:02:51.468]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1771/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shotstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shotstack;$WORK/b1771=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shotstack -lang=go1.24 -complete -installsuffix shared -buildid o6Ow9KtNPBjN0dRmbIq0/o6Ow9KtNPBjN0dRmbIq0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1771/importcfg -pack ./pkg/detectors/shotstack/shotstack.go
2025-08-20T23:00:29.2090293Z [00:02:51.468]➜  cat >/tmp/go-build2180205415/b1770/importcfg << 'EOF' # internal
2025-08-20T23:00:29.2094667Z [00:02:51.468]➜  # import config
2025-08-20T23:00:29.2095040Z [00:02:51.468]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.2095648Z [00:02:51.468]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.2096561Z [00:02:51.468]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.2097358Z [00:02:51.468]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.2098035Z [00:02:51.468]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.2098553Z [00:02:51.468]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.2098989Z [00:02:51.468]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.2099303Z [00:02:51.468]➜  EOF
2025-08-20T23:00:29.2101604Z [00:02:51.469]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1770/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shortcut=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shortcut;$WORK/b1770=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shortcut -lang=go1.24 -complete -installsuffix shared -buildid Lo8z-EobPSYBqka5mzjL/Lo8z-EobPSYBqka5mzjL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1770/importcfg -pack ./pkg/detectors/shortcut/shortcut.go
2025-08-20T23:00:29.2405632Z [00:02:51.501]➜  go tool buildid -w $WORK/b1701/_pkg_.a # internal
2025-08-20T23:00:29.2413516Z [00:02:51.502]➜  cp $WORK/b1701/_pkg_.a /root/.cache/go-build/8b/8bc23ced4b36faf537ba24174b6a0bae39c4c7cbe511b2148fbb10fcfb0ccd1a-d # internal
2025-08-20T23:00:29.2417953Z [00:02:51.502]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstock
2025-08-20T23:00:29.2421267Z [00:02:51.502]➜  mkdir -p $WORK/b1772/
2025-08-20T23:00:29.2421680Z [00:02:51.502]➜  cat >/tmp/go-build2180205415/b1772/importcfg << 'EOF' # internal
2025-08-20T23:00:29.2422052Z [00:02:51.502]➜  # import config
2025-08-20T23:00:29.2422400Z [00:02:51.502]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.2423009Z [00:02:51.502]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.2423777Z [00:02:51.502]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.2424572Z [00:02:51.502]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.2425260Z [00:02:51.502]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.2426223Z [00:02:51.502]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.2426746Z [00:02:51.502]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.2427075Z [00:02:51.502]➜  EOF
2025-08-20T23:00:29.2429152Z [00:02:51.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1772/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstock=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstock;$WORK/b1772=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstock -lang=go1.24 -complete -installsuffix shared -buildid 1-7VpaUzsPi7J8f3g91W/1-7VpaUzsPi7J8f3g91W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1772/importcfg -pack ./pkg/detectors/shutterstock/shutterstock.go
2025-08-20T23:00:29.2467554Z [00:02:51.508]➜  go tool buildid -w $WORK/b1769/_pkg_.a # internal
2025-08-20T23:00:29.2475544Z [00:02:51.508]➜  go tool buildid -w $WORK/b1771/_pkg_.a # internal
2025-08-20T23:00:29.2483043Z [00:02:51.509]➜  cp $WORK/b1769/_pkg_.a /root/.cache/go-build/24/24bbf51b61b4fd6ef93462292e03e07433d4138be7649c05a241d8db11b07b1b-d # internal
2025-08-20T23:00:29.2483836Z [00:02:51.509]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstockoauth
2025-08-20T23:00:29.2485551Z [00:02:51.509]➜  mkdir -p $WORK/b1773/
2025-08-20T23:00:29.2487134Z [00:02:51.509]➜  cp $WORK/b1771/_pkg_.a /root/.cache/go-build/bc/bcec9d7026ce77bda6f327bb9e43bf9c9ea23e0931c9f1d3ff0d2973b616e3a1-d # internal
2025-08-20T23:00:29.2488172Z [00:02:51.509]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signable
2025-08-20T23:00:29.2489830Z [00:02:51.509]➜  mkdir -p $WORK/b1774/
2025-08-20T23:00:29.2490254Z [00:02:51.510]➜  cat >/tmp/go-build2180205415/b1773/importcfg << 'EOF' # internal
2025-08-20T23:00:29.2490604Z [00:02:51.510]➜  # import config
2025-08-20T23:00:29.2493448Z [00:02:51.510]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.2494024Z [00:02:51.510]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.2494643Z [00:02:51.510]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.2495410Z [00:02:51.510]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.2498636Z [00:02:51.510]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.2499325Z [00:02:51.510]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.2499819Z [00:02:51.510]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.2500248Z [00:02:51.510]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.2500569Z [00:02:51.510]➜  EOF
2025-08-20T23:00:29.2502786Z [00:02:51.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1773/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstockoauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstockoauth;$WORK/b1773=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstockoauth -lang=go1.24 -complete -installsuffix shared -buildid NRz5IKKGALh2NNkaXJ26/NRz5IKKGALh2NNkaXJ26 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1773/importcfg -pack ./pkg/detectors/shutterstockoauth/shutterstockoauth.go
2025-08-20T23:00:29.2504856Z [00:02:51.510]➜  cat >/tmp/go-build2180205415/b1774/importcfg << 'EOF' # internal
2025-08-20T23:00:29.2506180Z [00:02:51.510]➜  # import config
2025-08-20T23:00:29.2506605Z [00:02:51.510]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.2507067Z [00:02:51.510]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:29.2507880Z [00:02:51.510]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.2508493Z [00:02:51.510]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.2509460Z [00:02:51.510]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.2510363Z [00:02:51.510]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.2511049Z [00:02:51.510]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.2511545Z [00:02:51.510]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.2511978Z [00:02:51.510]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.2512294Z [00:02:51.510]➜  EOF
2025-08-20T23:00:29.2514378Z [00:02:51.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1774/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signable=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signable;$WORK/b1774=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signable -lang=go1.24 -complete -installsuffix shared -buildid mrWqxIFNkd0YArC8MJ3B/mrWqxIFNkd0YArC8MJ3B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1774/importcfg -pack ./pkg/detectors/signable/signable.go
2025-08-20T23:00:29.2548183Z [00:02:51.516]➜  go tool buildid -w $WORK/b1770/_pkg_.a # internal
2025-08-20T23:00:29.2557441Z [00:02:51.517]➜  cp $WORK/b1770/_pkg_.a /root/.cache/go-build/f9/f9aeed623ca7992bd6de56b607898b2cd137c5e316519c649be6510c9cf3516c-d # internal
2025-08-20T23:00:29.2559833Z [00:02:51.517]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signalwire
2025-08-20T23:00:29.2560315Z [00:02:51.517]➜  mkdir -p $WORK/b1775/
2025-08-20T23:00:29.2564823Z [00:02:51.517]➜  cat >/tmp/go-build2180205415/b1775/importcfg << 'EOF' # internal
2025-08-20T23:00:29.2566448Z [00:02:51.518]➜  # import config
2025-08-20T23:00:29.2566836Z [00:02:51.518]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.2567334Z [00:02:51.518]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:29.2567785Z [00:02:51.518]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.2568395Z [00:02:51.518]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.2569453Z [00:02:51.518]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.2570140Z [00:02:51.518]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.2570629Z [00:02:51.518]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.2571062Z [00:02:51.518]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.2571380Z [00:02:51.518]➜  EOF
2025-08-20T23:00:29.2586355Z [00:02:51.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1775/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signalwire=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signalwire;$WORK/b1775=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signalwire -lang=go1.24 -complete -installsuffix shared -buildid XmLuIkwMKV22T-8uiMC7/XmLuIkwMKV22T-8uiMC7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1775/importcfg -pack ./pkg/detectors/signalwire/signalwire.go
2025-08-20T23:00:29.2808953Z [00:02:51.542]➜  go tool buildid -w $WORK/b1772/_pkg_.a # internal
2025-08-20T23:00:29.2819234Z [00:02:51.543]➜  cp $WORK/b1772/_pkg_.a /root/.cache/go-build/1c/1c2b9f4629cc4780d6787a2d7890352d289b7db4cfeac185e378668eb88ef646-d # internal
2025-08-20T23:00:29.2863827Z [00:02:51.546]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signaturit
2025-08-20T23:00:29.2868205Z [00:02:51.546]➜  mkdir -p $WORK/b1776/
2025-08-20T23:00:29.2868632Z [00:02:51.546]➜  cat >/tmp/go-build2180205415/b1776/importcfg << 'EOF' # internal
2025-08-20T23:00:29.2868985Z [00:02:51.546]➜  # import config
2025-08-20T23:00:29.2869639Z [00:02:51.546]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.2870131Z [00:02:51.546]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.2870732Z [00:02:51.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.2878444Z [00:02:51.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.2879286Z [00:02:51.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.2879977Z [00:02:51.546]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.2880479Z [00:02:51.546]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.2880916Z [00:02:51.546]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.2916129Z [00:02:51.546]➜  EOF
2025-08-20T23:00:29.2918710Z [00:02:51.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1776/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signaturit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signaturit;$WORK/b1776=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signaturit -lang=go1.24 -complete -installsuffix shared -buildid o_EO7vC-7hpB5VFj-ZeE/o_EO7vC-7hpB5VFj-ZeE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1776/importcfg -pack ./pkg/detectors/signaturit/signaturit.go
2025-08-20T23:00:29.3006703Z [00:02:51.562]➜  go tool buildid -w $WORK/b1773/_pkg_.a # internal
2025-08-20T23:00:29.3015921Z [00:02:51.563]➜  cp $WORK/b1773/_pkg_.a /root/.cache/go-build/51/513f278d3d35ad9a675514ad8a82518bc27d15082c8e32738dfe9284bd9abfbf-d # internal
2025-08-20T23:00:29.3022628Z [00:02:51.563]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signupgenius
2025-08-20T23:00:29.3024011Z [00:02:51.563]➜  mkdir -p $WORK/b1777/
2025-08-20T23:00:29.3032279Z [00:02:51.564]➜  go tool buildid -w $WORK/b1774/_pkg_.a # internal
2025-08-20T23:00:29.3035616Z [00:02:51.565]➜  cat >/tmp/go-build2180205415/b1777/importcfg << 'EOF' # internal
2025-08-20T23:00:29.3036746Z [00:02:51.565]➜  # import config
2025-08-20T23:00:29.3037450Z [00:02:51.565]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.3038078Z [00:02:51.565]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.3038858Z [00:02:51.565]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.3039660Z [00:02:51.565]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.3040342Z [00:02:51.565]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.3040845Z [00:02:51.565]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.3041285Z [00:02:51.565]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.3041601Z [00:02:51.565]➜  EOF
2025-08-20T23:00:29.3046929Z [00:02:51.566]➜  cp $WORK/b1774/_pkg_.a /root/.cache/go-build/c9/c9d673fd507ff75b0da66869b61f403d4c91008774786e3cb9ad730fc202b1f7-d # internal
2025-08-20T23:00:29.3048867Z [00:02:51.566]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sigopt
2025-08-20T23:00:29.3049926Z [00:02:51.566]➜  mkdir -p $WORK/b1778/
2025-08-20T23:00:29.3053771Z [00:02:51.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1777/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signupgenius=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signupgenius;$WORK/b1777=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signupgenius -lang=go1.24 -complete -installsuffix shared -buildid _LW481bGk30e8Ecus5_a/_LW481bGk30e8Ecus5_a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1777/importcfg -pack ./pkg/detectors/signupgenius/signupgenius.go
2025-08-20T23:00:29.3057730Z [00:02:51.567]➜  cat >/tmp/go-build2180205415/b1778/importcfg << 'EOF' # internal
2025-08-20T23:00:29.3058186Z [00:02:51.567]➜  # import config
2025-08-20T23:00:29.3058537Z [00:02:51.567]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.3059010Z [00:02:51.567]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:29.3059451Z [00:02:51.567]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.3060047Z [00:02:51.567]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.3060815Z [00:02:51.567]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.3061610Z [00:02:51.567]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.3062404Z [00:02:51.567]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.3063111Z [00:02:51.567]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.3063551Z [00:02:51.567]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.3063878Z [00:02:51.567]➜  EOF
2025-08-20T23:00:29.3070303Z [00:02:51.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1778/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sigopt=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sigopt;$WORK/b1778=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sigopt -lang=go1.24 -complete -installsuffix shared -buildid RzMCxhcUI1bwQW4k2eo2/RzMCxhcUI1bwQW4k2eo2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1778/importcfg -pack ./pkg/detectors/sigopt/sigopt.go
2025-08-20T23:00:29.3177330Z [00:02:51.579]➜  go tool buildid -w $WORK/b1775/_pkg_.a # internal
2025-08-20T23:00:29.3184814Z [00:02:51.579]➜  go tool buildid -w $WORK/b1776/_pkg_.a # internal
2025-08-20T23:00:29.3193598Z [00:02:51.580]➜  cp $WORK/b1775/_pkg_.a /root/.cache/go-build/fb/fb4bdfb4919fee2a3e6746dc632d7d2544be8eab671bef85a4d9f4d600501d01-d # internal
2025-08-20T23:00:29.3194456Z [00:02:51.580]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simfin
2025-08-20T23:00:29.3198997Z [00:02:51.581]➜  mkdir -p $WORK/b1779/
2025-08-20T23:00:29.3199416Z [00:02:51.581]➜  cat >/tmp/go-build2180205415/b1779/importcfg << 'EOF' # internal
2025-08-20T23:00:29.3199764Z [00:02:51.581]➜  # import config
2025-08-20T23:00:29.3200113Z [00:02:51.581]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.3200536Z [00:02:51.581]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.3201132Z [00:02:51.581]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.3201916Z [00:02:51.581]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.3202727Z [00:02:51.581]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.3203406Z [00:02:51.581]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.3203883Z [00:02:51.581]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.3204303Z [00:02:51.581]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.3204735Z [00:02:51.581]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.3205055Z [00:02:51.581]➜  EOF
2025-08-20T23:00:29.3224925Z [00:02:51.582]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1779/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simfin=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simfin;$WORK/b1779=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simfin -lang=go1.24 -complete -installsuffix shared -buildid jPS3J_sN4nh6elwp-JZv/jPS3J_sN4nh6elwp-JZv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1779/importcfg -pack ./pkg/detectors/simfin/simfin.go
2025-08-20T23:00:29.3227308Z [00:02:51.583]➜  cp $WORK/b1776/_pkg_.a /root/.cache/go-build/c7/c7731fbfc2d190aebe83020a0fd3798ec69b98531f30f9f7e51773cd5506ebb5-d # internal
2025-08-20T23:00:29.3228011Z [00:02:51.583]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplesat
2025-08-20T23:00:29.3228404Z [00:02:51.583]➜  mkdir -p $WORK/b1780/
2025-08-20T23:00:29.3228776Z [00:02:51.583]➜  cat >/tmp/go-build2180205415/b1780/importcfg << 'EOF' # internal
2025-08-20T23:00:29.3229124Z [00:02:51.583]➜  # import config
2025-08-20T23:00:29.3229465Z [00:02:51.583]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.3230074Z [00:02:51.583]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.3230999Z [00:02:51.583]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.3231946Z [00:02:51.583]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.3232623Z [00:02:51.583]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.3233120Z [00:02:51.583]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.3233558Z [00:02:51.583]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.3233874Z [00:02:51.583]➜  EOF
2025-08-20T23:00:29.3236033Z [00:02:51.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1780/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplesat=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplesat;$WORK/b1780=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplesat -lang=go1.24 -complete -installsuffix shared -buildid w1oVPEHZ71PsFD61qAZO/w1oVPEHZ71PsFD61qAZO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1780/importcfg -pack ./pkg/detectors/simplesat/simplesat.go
2025-08-20T23:00:29.3465597Z [00:02:51.607]➜  go tool buildid -w $WORK/b1777/_pkg_.a # internal
2025-08-20T23:00:29.3471515Z [00:02:51.608]➜  cp $WORK/b1777/_pkg_.a /root/.cache/go-build/56/56d9d6bbc39c61edd3e57b7bc4e0b026938c5c7623605d1e7f9a16dc88b146b9-d # internal
2025-08-20T23:00:29.3472529Z [00:02:51.608]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplynoted
2025-08-20T23:00:29.3478217Z [00:02:51.609]➜  mkdir -p $WORK/b1781/
2025-08-20T23:00:29.3478623Z [00:02:51.609]➜  cat >/tmp/go-build2180205415/b1781/importcfg << 'EOF' # internal
2025-08-20T23:00:29.3478977Z [00:02:51.609]➜  # import config
2025-08-20T23:00:29.3479325Z [00:02:51.609]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.3479744Z [00:02:51.609]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.3480356Z [00:02:51.609]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.3481142Z [00:02:51.609]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.3481942Z [00:02:51.609]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.3482624Z [00:02:51.609]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.3483114Z [00:02:51.609]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.3483543Z [00:02:51.609]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.3483859Z [00:02:51.609]➜  EOF
2025-08-20T23:00:29.3486270Z [00:02:51.609]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1781/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplynoted=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplynoted;$WORK/b1781=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplynoted -lang=go1.24 -complete -installsuffix shared -buildid rMrcOlEOOcASbWJ7WhG7/rMrcOlEOOcASbWJ7WhG7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1781/importcfg -pack ./pkg/detectors/simplynoted/simplynoted.go
2025-08-20T23:00:29.3673013Z [00:02:51.628]➜  go tool buildid -w $WORK/b1779/_pkg_.a # internal
2025-08-20T23:00:29.3679856Z [00:02:51.629]➜  go tool buildid -w $WORK/b1778/_pkg_.a # internal
2025-08-20T23:00:29.3683005Z [00:02:51.629]➜  cp $WORK/b1779/_pkg_.a /root/.cache/go-build/14/1440bf4b6f18882caac3e86b79d8ce944f0018cf5b9c4ebdade464bb1506aa1d-d # internal
2025-08-20T23:00:29.3683806Z [00:02:51.629]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simvoly
2025-08-20T23:00:29.3684197Z [00:02:51.629]➜  mkdir -p $WORK/b1782/
2025-08-20T23:00:29.3684574Z [00:02:51.629]➜  cat >/tmp/go-build2180205415/b1782/importcfg << 'EOF' # internal
2025-08-20T23:00:29.3684922Z [00:02:51.629]➜  # import config
2025-08-20T23:00:29.3685527Z [00:02:51.629]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.3688386Z [00:02:51.630]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.3690084Z [00:02:51.630]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.3692818Z [00:02:51.630]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.3693977Z [00:02:51.630]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.3694680Z [00:02:51.630]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.3699662Z [00:02:51.630]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.3702947Z [00:02:51.630]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.3704504Z [00:02:51.630]➜  EOF
2025-08-20T23:00:29.3706590Z [00:02:51.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1782/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simvoly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simvoly;$WORK/b1782=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simvoly -lang=go1.24 -complete -installsuffix shared -buildid KLCSQCf4TmNxp6DRyQAc/KLCSQCf4TmNxp6DRyQAc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1782/importcfg -pack ./pkg/detectors/simvoly/simvoly.go
2025-08-20T23:00:29.3708955Z [00:02:51.630]➜  cp $WORK/b1778/_pkg_.a /root/.cache/go-build/d9/d99c036f4a0211a7917127e7aac67edf9dd60ff19215ddef9271b44bac4e7b84-d # internal
2025-08-20T23:00:29.3709646Z [00:02:51.630]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sinchmessage
2025-08-20T23:00:29.3710041Z [00:02:51.630]➜  mkdir -p $WORK/b1783/
2025-08-20T23:00:29.3710368Z [00:02:51.630]➜  go tool buildid -w $WORK/b1780/_pkg_.a # internal
2025-08-20T23:00:29.3710812Z [00:02:51.631]➜  cat >/tmp/go-build2180205415/b1783/importcfg << 'EOF' # internal
2025-08-20T23:00:29.3711171Z [00:02:51.631]➜  # import config
2025-08-20T23:00:29.3711513Z [00:02:51.631]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.3711931Z [00:02:51.631]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.3712527Z [00:02:51.631]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.3713288Z [00:02:51.631]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.3714082Z [00:02:51.631]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.3714757Z [00:02:51.631]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.3715249Z [00:02:51.631]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.3715688Z [00:02:51.631]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.3716426Z [00:02:51.631]➜  EOF
2025-08-20T23:00:29.3718605Z [00:02:51.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1783/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sinchmessage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sinchmessage;$WORK/b1783=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sinchmessage -lang=go1.24 -complete -installsuffix shared -buildid J_ASZKaLdksenrg2ecDj/J_ASZKaLdksenrg2ecDj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1783/importcfg -pack ./pkg/detectors/sinchmessage/sinchmessage.go
2025-08-20T23:00:29.3720767Z [00:02:51.631]➜  cp $WORK/b1780/_pkg_.a /root/.cache/go-build/58/58d489850f1536ea6e1dfa63bbb7686f16017fd14ad0acea02049530d8ce2f77-d # internal
2025-08-20T23:00:29.3721447Z [00:02:51.631]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sirv
2025-08-20T23:00:29.3721919Z [00:02:51.631]➜  mkdir -p $WORK/b1784/
2025-08-20T23:00:29.3723595Z [00:02:51.632]➜  cat >/tmp/go-build2180205415/b1784/importcfg << 'EOF' # internal
2025-08-20T23:00:29.3724540Z [00:02:51.632]➜  # import config
2025-08-20T23:00:29.3724951Z [00:02:51.632]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.3725411Z [00:02:51.632]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.3726218Z [00:02:51.632]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.3727054Z [00:02:51.632]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.3727857Z [00:02:51.632]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.3728537Z [00:02:51.632]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.3729041Z [00:02:51.632]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.3729494Z [00:02:51.632]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.3729914Z [00:02:51.632]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:29.3730221Z [00:02:51.632]➜  EOF
2025-08-20T23:00:29.3732495Z [00:02:51.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1784/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sirv=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sirv;$WORK/b1784=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sirv -lang=go1.24 -complete -installsuffix shared -buildid XEbsAlDQs3fKSqcoOn60/XEbsAlDQs3fKSqcoOn60 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1784/importcfg -pack ./pkg/detectors/sirv/sirv.go
2025-08-20T23:00:29.3906353Z [00:02:51.652]➜  go tool buildid -w $WORK/b1781/_pkg_.a # internal
2025-08-20T23:00:29.3918032Z [00:02:51.653]➜  cp $WORK/b1781/_pkg_.a /root/.cache/go-build/6c/6c239b8019374cdeea3c1416ef3ad0d7529a136316176d33622a84309feb67f7-d # internal
2025-08-20T23:00:29.3923847Z [00:02:51.653]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/siteleaf
2025-08-20T23:00:29.3924852Z [00:02:51.653]➜  mkdir -p $WORK/b1785/
2025-08-20T23:00:29.3931245Z [00:02:51.654]➜  cat >/tmp/go-build2180205415/b1785/importcfg << 'EOF' # internal
2025-08-20T23:00:29.3931674Z [00:02:51.654]➜  # import config
2025-08-20T23:00:29.3932026Z [00:02:51.654]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.3932493Z [00:02:51.654]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:29.3932936Z [00:02:51.654]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.3933535Z [00:02:51.654]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.3934304Z [00:02:51.654]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.3935345Z [00:02:51.654]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.3936236Z [00:02:51.654]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.3936747Z [00:02:51.654]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.3937182Z [00:02:51.654]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.3937498Z [00:02:51.654]➜  EOF
2025-08-20T23:00:29.3939619Z [00:02:51.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1785/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/siteleaf=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/siteleaf;$WORK/b1785=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/siteleaf -lang=go1.24 -complete -installsuffix shared -buildid 3nWIuiAC21wg9kySdSbJ/3nWIuiAC21wg9kySdSbJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1785/importcfg -pack ./pkg/detectors/siteleaf/siteleaf.go
2025-08-20T23:00:29.4046696Z [00:02:51.666]➜  go tool buildid -w $WORK/b1782/_pkg_.a # internal
2025-08-20T23:00:29.4054839Z [00:02:51.667]➜  cp $WORK/b1782/_pkg_.a /root/.cache/go-build/4a/4acb58cae9cda715b60caee87c90e1a2b719f34f778a29f518c0a060233e698b-d # internal
2025-08-20T23:00:29.4067943Z [00:02:51.668]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skrappio
2025-08-20T23:00:29.4068364Z [00:02:51.668]➜  mkdir -p $WORK/b1786/
2025-08-20T23:00:29.4068748Z [00:02:51.668]➜  cat >/tmp/go-build2180205415/b1786/importcfg << 'EOF' # internal
2025-08-20T23:00:29.4069101Z [00:02:51.668]➜  # import config
2025-08-20T23:00:29.4069446Z [00:02:51.668]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.4070055Z [00:02:51.668]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.4070842Z [00:02:51.668]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.4071652Z [00:02:51.668]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.4072333Z [00:02:51.668]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.4073156Z [00:02:51.668]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.4073591Z [00:02:51.668]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.4073908Z [00:02:51.668]➜  EOF
2025-08-20T23:00:29.4076038Z [00:02:51.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1786/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skrappio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skrappio;$WORK/b1786=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skrappio -lang=go1.24 -complete -installsuffix shared -buildid kV9FTJSTjk6I_sVmIeg8/kV9FTJSTjk6I_sVmIeg8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1786/importcfg -pack ./pkg/detectors/skrappio/skrappio.go
2025-08-20T23:00:29.4174322Z [00:02:51.679]➜  go tool buildid -w $WORK/b1783/_pkg_.a # internal
2025-08-20T23:00:29.4184340Z [00:02:51.680]➜  go tool buildid -w $WORK/b1784/_pkg_.a # internal
2025-08-20T23:00:29.4198176Z [00:02:51.681]➜  cp $WORK/b1783/_pkg_.a /root/.cache/go-build/72/72da9b3e3d11ebb779f569036bb239bd8e04fb4e77d2655b7fc787ded1e2b3c5-d # internal
2025-08-20T23:00:29.4200862Z [00:02:51.681]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skybiometry
2025-08-20T23:00:29.4202164Z [00:02:51.681]➜  mkdir -p $WORK/b1787/
2025-08-20T23:00:29.4203741Z [00:02:51.681]➜  cp $WORK/b1784/_pkg_.a /root/.cache/go-build/7b/7bbdb1ded05ec6fd2caa006435ae9c28e6ed0b14dcdd92b7ec1a7dd28a2f3b7a-d # internal
2025-08-20T23:00:29.4209325Z [00:02:51.682]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slack
2025-08-20T23:00:29.4210142Z [00:02:51.682]➜  mkdir -p $WORK/b1788/
2025-08-20T23:00:29.4213404Z [00:02:51.682]➜  cat >/tmp/go-build2180205415/b1788/importcfg << 'EOF' # internal
2025-08-20T23:00:29.4215117Z [00:02:51.682]➜  # import config
2025-08-20T23:00:29.4215555Z [00:02:51.682]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.4217826Z [00:02:51.682]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:29.4218306Z [00:02:51.682]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.4218904Z [00:02:51.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.4219674Z [00:02:51.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.4220473Z [00:02:51.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.4221149Z [00:02:51.682]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.4221994Z [00:02:51.682]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.4222376Z [00:02:51.682]➜  EOF
2025-08-20T23:00:29.4224292Z [00:02:51.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1788/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slack;$WORK/b1788=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slack -lang=go1.24 -complete -installsuffix shared -buildid zJ4AqW_1uxq05ALu-NnC/zJ4AqW_1uxq05ALu-NnC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1788/importcfg -pack ./pkg/detectors/slack/slack.go
2025-08-20T23:00:29.4226355Z [00:02:51.683]➜  cat >/tmp/go-build2180205415/b1787/importcfg << 'EOF' # internal
2025-08-20T23:00:29.4226713Z [00:02:51.683]➜  # import config
2025-08-20T23:00:29.4227053Z [00:02:51.683]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.4227476Z [00:02:51.683]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.4228076Z [00:02:51.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.4228845Z [00:02:51.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.4229846Z [00:02:51.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.4230524Z [00:02:51.683]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.4230992Z [00:02:51.683]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.4231410Z [00:02:51.683]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.4231727Z [00:02:51.683]➜  EOF
2025-08-20T23:00:29.4233910Z [00:02:51.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1787/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skybiometry=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skybiometry;$WORK/b1787=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skybiometry -lang=go1.24 -complete -installsuffix shared -buildid _5CeM0rikhlHyEsgBdZ-/_5CeM0rikhlHyEsgBdZ- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1787/importcfg -pack ./pkg/detectors/skybiometry/skybiometry.go
2025-08-20T23:00:29.4426830Z [00:02:51.704]➜  go tool buildid -w $WORK/b1785/_pkg_.a # internal
2025-08-20T23:00:29.4429709Z [00:02:51.704]➜  go tool buildid -w $WORK/b1786/_pkg_.a # internal
2025-08-20T23:00:29.4437518Z [00:02:51.705]➜  cp $WORK/b1786/_pkg_.a /root/.cache/go-build/96/9619ffb45e87f8f859846f6f894311ba488abbfa83b349b416e3e1ea1a2889fb-d # internal
2025-08-20T23:00:29.4438738Z [00:02:51.705]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slackwebhook
2025-08-20T23:00:29.4439547Z [00:02:51.705]➜  mkdir -p $WORK/b1789/
2025-08-20T23:00:29.4450216Z [00:02:51.706]➜  cat >/tmp/go-build2180205415/b1789/importcfg << 'EOF' # internal
2025-08-20T23:00:29.4451311Z [00:02:51.706]➜  # import config
2025-08-20T23:00:29.4451690Z [00:02:51.706]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:29.4452124Z [00:02:51.706]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.4452556Z [00:02:51.706]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.4453163Z [00:02:51.706]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.4453961Z [00:02:51.706]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.4454640Z [00:02:51.706]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.4455109Z [00:02:51.706]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.4455527Z [00:02:51.706]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.4466856Z [00:02:51.706]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.4467394Z [00:02:51.706]➜  EOF
2025-08-20T23:00:29.4469499Z [00:02:51.706]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1789/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slackwebhook=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slackwebhook;$WORK/b1789=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slackwebhook -lang=go1.24 -complete -installsuffix shared -buildid zmGxxuMfqwmBc7HfmNF_/zmGxxuMfqwmBc7HfmNF_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1789/importcfg -pack ./pkg/detectors/slackwebhook/slackwebhook.go
2025-08-20T23:00:29.4471685Z [00:02:51.706]➜  cp $WORK/b1785/_pkg_.a /root/.cache/go-build/7a/7a58d19c2324183c01bcf9590f18c829410e10a8c4344cdeb12b8ecf70b0c4a3-d # internal
2025-08-20T23:00:29.4472393Z [00:02:51.706]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartsheets
2025-08-20T23:00:29.4472788Z [00:02:51.706]➜  mkdir -p $WORK/b1790/
2025-08-20T23:00:29.4473170Z [00:02:51.706]➜  cat >/tmp/go-build2180205415/b1790/importcfg << 'EOF' # internal
2025-08-20T23:00:29.4473513Z [00:02:51.706]➜  # import config
2025-08-20T23:00:29.4473851Z [00:02:51.706]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.4474503Z [00:02:51.706]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.4475100Z [00:02:51.706]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.4476008Z [00:02:51.706]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.4476864Z [00:02:51.706]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.4477542Z [00:02:51.706]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.4478018Z [00:02:51.706]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.4478549Z [00:02:51.706]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.4478930Z [00:02:51.706]➜  EOF
2025-08-20T23:00:29.4480974Z [00:02:51.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1790/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartsheets=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartsheets;$WORK/b1790=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartsheets -lang=go1.24 -complete -installsuffix shared -buildid yFnt6zEUf8aC_7YVXUKL/yFnt6zEUf8aC_7YVXUKL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1790/importcfg -pack ./pkg/detectors/smartsheets/smartsheets.go
2025-08-20T23:00:29.4751593Z [00:02:51.736]➜  go tool buildid -w $WORK/b1787/_pkg_.a # internal
2025-08-20T23:00:29.4768129Z [00:02:51.737]➜  cp $WORK/b1787/_pkg_.a /root/.cache/go-build/4f/4f8d45dbdad1b6684cd575fe6fdad31d83f63e44832b570b3c496c5d98193a21-d # internal
2025-08-20T23:00:29.4768952Z [00:02:51.737]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartystreets
2025-08-20T23:00:29.4769362Z [00:02:51.738]➜  mkdir -p $WORK/b1791/
2025-08-20T23:00:29.4769742Z [00:02:51.738]➜  cat >/tmp/go-build2180205415/b1791/importcfg << 'EOF' # internal
2025-08-20T23:00:29.4770100Z [00:02:51.738]➜  # import config
2025-08-20T23:00:29.4770444Z [00:02:51.738]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.4770867Z [00:02:51.738]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.4771463Z [00:02:51.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.4772228Z [00:02:51.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.4773025Z [00:02:51.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.4773969Z [00:02:51.738]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.4774644Z [00:02:51.738]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.4775083Z [00:02:51.738]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.4775406Z [00:02:51.738]➜  EOF
2025-08-20T23:00:29.4777797Z [00:02:51.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1791/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartystreets=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartystreets;$WORK/b1791=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartystreets -lang=go1.24 -complete -installsuffix shared -buildid LPuNPI3hfqTbomMzyniy/LPuNPI3hfqTbomMzyniy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1791/importcfg -pack ./pkg/detectors/smartystreets/smartystreets.go
2025-08-20T23:00:29.4780544Z [00:02:51.739]➜  go tool buildid -w $WORK/b1788/_pkg_.a # internal
2025-08-20T23:00:29.4793208Z [00:02:51.740]➜  cp $WORK/b1788/_pkg_.a /root/.cache/go-build/fd/fd0bb6df3b3aab13e67d5977fce25aaf5d25acb6d599f877130c6b31189a7b6e-d # internal
2025-08-20T23:00:29.4795056Z [00:02:51.740]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smooch
2025-08-20T23:00:29.4797566Z [00:02:51.740]➜  mkdir -p $WORK/b1792/
2025-08-20T23:00:29.4798801Z [00:02:51.741]➜  cat >/tmp/go-build2180205415/b1792/importcfg << 'EOF' # internal
2025-08-20T23:00:29.4799205Z [00:02:51.741]➜  # import config
2025-08-20T23:00:29.4799557Z [00:02:51.741]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.4800023Z [00:02:51.741]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:29.4800471Z [00:02:51.741]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.4801074Z [00:02:51.741]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.4801910Z [00:02:51.741]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.4802962Z [00:02:51.741]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.4803718Z [00:02:51.741]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.4804211Z [00:02:51.741]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.4804645Z [00:02:51.741]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.4804960Z [00:02:51.741]➜  EOF
2025-08-20T23:00:29.4807054Z [00:02:51.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1792/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smooch=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smooch;$WORK/b1792=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smooch -lang=go1.24 -complete -installsuffix shared -buildid c0zERbmqzgkr3c4ywvjH/c0zERbmqzgkr3c4ywvjH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1792/importcfg -pack ./pkg/detectors/smooch/smooch.go
2025-08-20T23:00:29.4874685Z [00:02:51.748]➜  go tool buildid -w $WORK/b1789/_pkg_.a # internal
2025-08-20T23:00:29.4876068Z [00:02:51.749]➜  go tool buildid -w $WORK/b1790/_pkg_.a # internal
2025-08-20T23:00:29.4894217Z [00:02:51.750]➜  cp $WORK/b1790/_pkg_.a /root/.cache/go-build/ae/aebf64e97ca4fad8cc222fd2014f54f1589336d52e636b12f1f2d4acd3cc196e-d # internal
2025-08-20T23:00:29.4901751Z [00:02:51.751]➜  cp $WORK/b1789/_pkg_.a /root/.cache/go-build/61/61487cf7b8a3161c51b5f2e825106f4de74c6e130b3fe10882365a229c5ba689-d # internal
2025-08-20T23:00:29.4927245Z [00:02:51.752]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snowflake
2025-08-20T23:00:29.4928898Z [00:02:51.754]➜  mkdir -p $WORK/b1794/
2025-08-20T23:00:29.4929692Z [00:02:51.754]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snipcart
2025-08-20T23:00:29.4930333Z [00:02:51.754]➜  mkdir -p $WORK/b1793/
2025-08-20T23:00:29.4931388Z [00:02:51.754]➜  cat >/tmp/go-build2180205415/b1794/importcfg << 'EOF' # internal
2025-08-20T23:00:29.4931824Z [00:02:51.754]➜  # import config
2025-08-20T23:00:29.4932169Z [00:02:51.754]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:29.4932604Z [00:02:51.754]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.4933055Z [00:02:51.754]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:29.4933496Z [00:02:51.754]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.4934110Z [00:02:51.754]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.4934874Z [00:02:51.754]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.4935674Z [00:02:51.754]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.4936760Z [00:02:51.754]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.4937236Z [00:02:51.754]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.4937652Z [00:02:51.754]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.4938357Z [00:02:51.754]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.4938777Z [00:02:51.754]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:29.4939196Z [00:02:51.754]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:29.4939512Z [00:02:51.754]➜  EOF
2025-08-20T23:00:29.4941631Z [00:02:51.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1794/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snowflake=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snowflake;$WORK/b1794=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snowflake -lang=go1.24 -complete -installsuffix shared -buildid EZ9BWMa9GGPOqNbsliTq/EZ9BWMa9GGPOqNbsliTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1794/importcfg -pack ./pkg/detectors/snowflake/snowflake.go
2025-08-20T23:00:29.5040194Z [00:02:51.765]➜  cat >/tmp/go-build2180205415/b1793/importcfg << 'EOF' # internal
2025-08-20T23:00:29.5041130Z [00:02:51.765]➜  # import config
2025-08-20T23:00:29.5041577Z [00:02:51.765]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.5042050Z [00:02:51.765]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:29.5042502Z [00:02:51.765]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.5043103Z [00:02:51.765]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.5043878Z [00:02:51.765]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.5044693Z [00:02:51.765]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.5045378Z [00:02:51.765]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.5046043Z [00:02:51.765]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.5046554Z [00:02:51.765]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.5046872Z [00:02:51.765]➜  EOF
2025-08-20T23:00:29.5049073Z [00:02:51.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1793/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snipcart=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snipcart;$WORK/b1793=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snipcart -lang=go1.24 -complete -installsuffix shared -buildid Ojjv_An9jPBebEY0E99v/Ojjv_An9jPBebEY0E99v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1793/importcfg -pack ./pkg/detectors/snipcart/snipcart.go
2025-08-20T23:00:29.5256004Z [00:02:51.786]➜  go tool buildid -w $WORK/b1792/_pkg_.a # internal
2025-08-20T23:00:29.5261357Z [00:02:51.787]➜  cp $WORK/b1792/_pkg_.a /root/.cache/go-build/d0/d01d08917d3a9abc8b243d283b55453a8ec838c21f04945998a75f5b35f34d04-d # internal
2025-08-20T23:00:29.5262758Z [00:02:51.787]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snykkey
2025-08-20T23:00:29.5263260Z [00:02:51.787]➜  mkdir -p $WORK/b1795/
2025-08-20T23:00:29.5264114Z [00:02:51.787]➜  cat >/tmp/go-build2180205415/b1795/importcfg << 'EOF' # internal
2025-08-20T23:00:29.5264553Z [00:02:51.787]➜  # import config
2025-08-20T23:00:29.5265081Z [00:02:51.787]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.5265555Z [00:02:51.787]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:29.5268635Z [00:02:51.787]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.5269260Z [00:02:51.787]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.5270043Z [00:02:51.787]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.5270844Z [00:02:51.787]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.5271531Z [00:02:51.787]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.5272002Z [00:02:51.787]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.5272421Z [00:02:51.787]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.5272853Z [00:02:51.787]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.5273169Z [00:02:51.787]➜  EOF
2025-08-20T23:00:29.5275410Z [00:02:51.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1795/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snykkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snykkey;$WORK/b1795=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snykkey -lang=go1.24 -complete -installsuffix shared -buildid qlOxaOuHUVClmo4neGbG/qlOxaOuHUVClmo4neGbG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1795/importcfg -pack ./pkg/detectors/snykkey/snykkey.go
2025-08-20T23:00:29.5310769Z [00:02:51.792]➜  go tool buildid -w $WORK/b1791/_pkg_.a # internal
2025-08-20T23:00:29.5339460Z [00:02:51.793]➜  cp $WORK/b1791/_pkg_.a /root/.cache/go-build/a1/a1368fd7f54606d27264b542160f84fa0985f70d80c8316a9409dbb0806ca0a3-d # internal
2025-08-20T23:00:29.5340229Z [00:02:51.793]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sonarcloud
2025-08-20T23:00:29.5340627Z [00:02:51.793]➜  mkdir -p $WORK/b1796/
2025-08-20T23:00:29.5341005Z [00:02:51.793]➜  cat >/tmp/go-build2180205415/b1796/importcfg << 'EOF' # internal
2025-08-20T23:00:29.5341349Z [00:02:51.793]➜  # import config
2025-08-20T23:00:29.5341923Z [00:02:51.793]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.5342775Z [00:02:51.793]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.5343549Z [00:02:51.793]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.5344354Z [00:02:51.793]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.5345034Z [00:02:51.793]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.5345507Z [00:02:51.793]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.5346133Z [00:02:51.793]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.5346630Z [00:02:51.793]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.5346946Z [00:02:51.793]➜  EOF
2025-08-20T23:00:29.5349007Z [00:02:51.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1796/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sonarcloud=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sonarcloud;$WORK/b1796=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sonarcloud -lang=go1.24 -complete -installsuffix shared -buildid UkgEvn8neGsrZrxWbBHw/UkgEvn8neGsrZrxWbBHw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1796/importcfg -pack ./pkg/detectors/sonarcloud/sonarcloud.go
2025-08-20T23:00:29.5512938Z [00:02:51.812]➜  go tool buildid -w $WORK/b1793/_pkg_.a # internal
2025-08-20T23:00:29.5521167Z [00:02:51.813]➜  cp $WORK/b1793/_pkg_.a /root/.cache/go-build/32/325bfad7b60f1768cec6c8aa0f0b985cc2f00143b1718367252853c12c00d162-d # internal
2025-08-20T23:00:29.5521891Z [00:02:51.813]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraph
2025-08-20T23:00:29.5522293Z [00:02:51.813]➜  mkdir -p $WORK/b1797/
2025-08-20T23:00:29.5525286Z [00:02:51.814]➜  cat >/tmp/go-build2180205415/b1797/importcfg << 'EOF' # internal
2025-08-20T23:00:29.5525732Z [00:02:51.814]➜  # import config
2025-08-20T23:00:29.5527199Z [00:02:51.814]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.5528601Z [00:02:51.814]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.5530171Z [00:02:51.814]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.5531909Z [00:02:51.814]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.5532991Z [00:02:51.814]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.5533899Z [00:02:51.814]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.5534604Z [00:02:51.814]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.5535187Z [00:02:51.814]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.5536343Z [00:02:51.814]➜  EOF
2025-08-20T23:00:29.5538892Z [00:02:51.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1797/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraph=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraph;$WORK/b1797=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraph -lang=go1.24 -complete -installsuffix shared -buildid 8I-Pz2-WF4v7tcW8ryGz/8I-Pz2-WF4v7tcW8ryGz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1797/importcfg -pack ./pkg/detectors/sourcegraph/sourcegraph.go
2025-08-20T23:00:29.5541206Z [00:02:51.814]➜  go tool buildid -w $WORK/b1794/_pkg_.a # internal
2025-08-20T23:00:29.5542228Z [00:02:51.815]➜  cp $WORK/b1794/_pkg_.a /root/.cache/go-build/6b/6b650b64a8bb33998474c3474e809738cab562a0057d01643cdb8726b34eda05-d # internal
2025-08-20T23:00:29.5559351Z [00:02:51.817]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraphcody
2025-08-20T23:00:29.5559941Z [00:02:51.817]➜  mkdir -p $WORK/b1798/
2025-08-20T23:00:29.5563393Z [00:02:51.817]➜  cat >/tmp/go-build2180205415/b1798/importcfg << 'EOF' # internal
2025-08-20T23:00:29.5565592Z [00:02:51.818]➜  # import config
2025-08-20T23:00:29.5566730Z [00:02:51.818]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.5567180Z [00:02:51.818]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.5567783Z [00:02:51.818]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.5568551Z [00:02:51.818]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.5569343Z [00:02:51.818]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.5572083Z [00:02:51.818]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.5572600Z [00:02:51.818]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.5573035Z [00:02:51.818]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.5573637Z [00:02:51.818]➜  EOF
2025-08-20T23:00:29.5575881Z [00:02:51.818]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1798/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraphcody=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraphcody;$WORK/b1798=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraphcody -lang=go1.24 -complete -installsuffix shared -buildid xsBRgfj1uKQZ-_0r7jW_/xsBRgfj1uKQZ-_0r7jW_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1798/importcfg -pack ./pkg/detectors/sourcegraphcody/sourcegraphcody.go
2025-08-20T23:00:29.5777771Z [00:02:51.838]➜  go tool buildid -w $WORK/b1795/_pkg_.a # internal
2025-08-20T23:00:29.5781525Z [00:02:51.839]➜  cp $WORK/b1795/_pkg_.a /root/.cache/go-build/36/36622c217d68517dbcad2b36acfe963fcd52e5081675d4d998ab08380bd47229-d # internal
2025-08-20T23:00:29.5798938Z [00:02:51.841]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/speechtextai
2025-08-20T23:00:29.5799727Z [00:02:51.841]➜  mkdir -p $WORK/b1799/
2025-08-20T23:00:29.5800599Z [00:02:51.841]➜  cat >/tmp/go-build2180205415/b1799/importcfg << 'EOF' # internal
2025-08-20T23:00:29.5801955Z [00:02:51.841]➜  # import config
2025-08-20T23:00:29.5802317Z [00:02:51.841]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.5803614Z [00:02:51.841]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.5804219Z [00:02:51.841]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.5804990Z [00:02:51.841]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.5805938Z [00:02:51.841]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.5806947Z [00:02:51.841]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.5807511Z [00:02:51.841]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.5807954Z [00:02:51.841]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.5808270Z [00:02:51.841]➜  EOF
2025-08-20T23:00:29.5810476Z [00:02:51.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1799/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/speechtextai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/speechtextai;$WORK/b1799=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/speechtextai -lang=go1.24 -complete -installsuffix shared -buildid yO1GEsEUwUD-zo60QhCb/yO1GEsEUwUD-zo60QhCb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1799/importcfg -pack ./pkg/detectors/speechtextai/speechtextai.go
2025-08-20T23:00:29.5861407Z [00:02:51.847]➜  go tool buildid -w $WORK/b1796/_pkg_.a # internal
2025-08-20T23:00:29.5874637Z [00:02:51.848]➜  cp $WORK/b1796/_pkg_.a /root/.cache/go-build/4c/4c2aa39996adcda1eb18b61d88252999070267743b3c649b4782a07547b2a64b-d # internal
2025-08-20T23:00:29.5879695Z [00:02:51.848]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/splunkobservabilitytoken
2025-08-20T23:00:29.5880160Z [00:02:51.848]➜  mkdir -p $WORK/b1800/
2025-08-20T23:00:29.5880545Z [00:02:51.848]➜  cat >/tmp/go-build2180205415/b1800/importcfg << 'EOF' # internal
2025-08-20T23:00:29.5880896Z [00:02:51.848]➜  # import config
2025-08-20T23:00:29.5881241Z [00:02:51.848]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.5881850Z [00:02:51.848]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.5882628Z [00:02:51.848]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.5883437Z [00:02:51.848]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.5884114Z [00:02:51.848]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.5884937Z [00:02:51.848]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.5885384Z [00:02:51.848]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.5885698Z [00:02:51.848]➜  EOF
2025-08-20T23:00:29.5888246Z [00:02:51.848]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1800/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/splunkobservabilitytoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/splunkobservabilitytoken;$WORK/b1800=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/splunkobservabilitytoken -lang=go1.24 -complete -installsuffix shared -buildid NKqzWs9X6rL1D_9xbWS5/NKqzWs9X6rL1D_9xbWS5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1800/importcfg -pack ./pkg/detectors/splunkobservabilitytoken/splunkobservabilitytoken.go
2025-08-20T23:00:29.5988834Z [00:02:51.858]➜  go tool buildid -w $WORK/b1797/_pkg_.a # internal
2025-08-20T23:00:29.5995993Z [00:02:51.860]➜  cp $WORK/b1797/_pkg_.a /root/.cache/go-build/4c/4cc4a74a7eaef9f01e2814c0b1b0e0a99cced0ed5d062deddf7bac2b621ddf99-d # internal
2025-08-20T23:00:29.6002290Z [00:02:51.860]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/spoonacular
2025-08-20T23:00:29.6002706Z [00:02:51.860]➜  mkdir -p $WORK/b1801/
2025-08-20T23:00:29.6003083Z [00:02:51.860]➜  cat >/tmp/go-build2180205415/b1801/importcfg << 'EOF' # internal
2025-08-20T23:00:29.6003431Z [00:02:51.860]➜  # import config
2025-08-20T23:00:29.6003777Z [00:02:51.860]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.6004202Z [00:02:51.860]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.6004810Z [00:02:51.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.6005988Z [00:02:51.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.6006888Z [00:02:51.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.6007573Z [00:02:51.860]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.6008066Z [00:02:51.860]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.6008495Z [00:02:51.860]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.6008814Z [00:02:51.860]➜  EOF
2025-08-20T23:00:29.6011015Z [00:02:51.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1801/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/spoonacular=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/spoonacular;$WORK/b1801=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/spoonacular -lang=go1.24 -complete -installsuffix shared -buildid CaQ34Z9wKn9W-XxCSBYI/CaQ34Z9wKn9W-XxCSBYI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1801/importcfg -pack ./pkg/detectors/spoonacular/spoonacular.go
2025-08-20T23:00:29.6023604Z [00:02:51.863]➜  go tool buildid -w $WORK/b1798/_pkg_.a # internal
2025-08-20T23:00:29.6037077Z [00:02:51.865]➜  cp $WORK/b1798/_pkg_.a /root/.cache/go-build/33/334ae281d6335d6be102864911c05baa461841f7dc393fc60e5cded5673c51e6-d # internal
2025-08-20T23:00:29.6038443Z [00:02:51.865]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sportsmonk
2025-08-20T23:00:29.6038845Z [00:02:51.865]➜  mkdir -p $WORK/b1802/
2025-08-20T23:00:29.6042230Z [00:02:51.865]➜  cat >/tmp/go-build2180205415/b1802/importcfg << 'EOF' # internal
2025-08-20T23:00:29.6043481Z [00:02:51.865]➜  # import config
2025-08-20T23:00:29.6044440Z [00:02:51.865]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.6046140Z [00:02:51.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.6047018Z [00:02:51.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.6048196Z [00:02:51.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.6048894Z [00:02:51.865]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.6049388Z [00:02:51.865]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.6049821Z [00:02:51.865]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.6050137Z [00:02:51.865]➜  EOF
2025-08-20T23:00:29.6053350Z [00:02:51.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1802/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sportsmonk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sportsmonk;$WORK/b1802=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sportsmonk -lang=go1.24 -complete -installsuffix shared -buildid 7qzt5Jr-sqrBH50voFiD/7qzt5Jr-sqrBH50voFiD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1802/importcfg -pack ./pkg/detectors/sportsmonk/sportsmonk.go
2025-08-20T23:00:29.6319766Z [00:02:51.893]➜  go tool buildid -w $WORK/b1800/_pkg_.a # internal
2025-08-20T23:00:29.6327245Z [00:02:51.894]➜  go tool buildid -w $WORK/b1801/_pkg_.a # internal
2025-08-20T23:00:29.6331278Z [00:02:51.894]➜  cp $WORK/b1800/_pkg_.a /root/.cache/go-build/1b/1bc21e4cc45f9ba93fdd8d1214ee771f3f2e74dc9d02a13c44a4bc81e5191aea-d # internal
2025-08-20T23:00:29.6335034Z [00:02:51.895]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sqlserver
2025-08-20T23:00:29.6339488Z [00:02:51.895]➜  mkdir -p $WORK/b1803/
2025-08-20T23:00:29.6342567Z [00:02:51.895]➜  cp $WORK/b1801/_pkg_.a /root/.cache/go-build/1b/1b3336518f8668ba953280c43ab0ba1cd5b550697c8de07f5bd0f314a71ae803-d # internal
2025-08-20T23:00:29.6343489Z [00:02:51.895]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/square
2025-08-20T23:00:29.6343965Z [00:02:51.895]➜  mkdir -p $WORK/b1804/
2025-08-20T23:00:29.6349604Z [00:02:51.896]➜  go tool buildid -w $WORK/b1799/_pkg_.a # internal
2025-08-20T23:00:29.6363062Z [00:02:51.897]➜  cp $WORK/b1799/_pkg_.a /root/.cache/go-build/d9/d9d70afb3c13301b6e98e2027e640505b9bc3a6c23ebec90bb136e8528226099-d # internal
2025-08-20T23:00:29.6363818Z [00:02:51.897]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareapp
2025-08-20T23:00:29.6364211Z [00:02:51.897]➜  mkdir -p $WORK/b1805/
2025-08-20T23:00:29.6372195Z [00:02:51.898]➜  cat >/tmp/go-build2180205415/b1804/importcfg << 'EOF' # internal
2025-08-20T23:00:29.6373676Z [00:02:51.898]➜  # import config
2025-08-20T23:00:29.6375111Z [00:02:51.898]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.6375985Z [00:02:51.898]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.6376764Z [00:02:51.898]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.6377541Z [00:02:51.898]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.6378346Z [00:02:51.898]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.6379026Z [00:02:51.898]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.6379517Z [00:02:51.898]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.6379952Z [00:02:51.898]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.6380266Z [00:02:51.898]➜  EOF
2025-08-20T23:00:29.6382228Z [00:02:51.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1804/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/square=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/square;$WORK/b1804=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/square -lang=go1.24 -complete -installsuffix shared -buildid P1ptK69AHZTChcDT7BwH/P1ptK69AHZTChcDT7BwH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1804/importcfg -pack ./pkg/detectors/square/square.go
2025-08-20T23:00:29.6384335Z [00:02:51.899]➜  cat >/tmp/go-build2180205415/b1803/importcfg << 'EOF' # internal
2025-08-20T23:00:29.6384686Z [00:02:51.899]➜  # import config
2025-08-20T23:00:29.6385026Z [00:02:51.899]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.6385477Z [00:02:51.899]➜  packagefile database/sql=/tmp/go-build2180205415/b297/_pkg_.a
2025-08-20T23:00:29.6386030Z [00:02:51.899]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.6386574Z [00:02:51.899]➜  packagefile github.com/microsoft/go-mssqldb=/tmp/go-build2180205415/b1420/_pkg_.a
2025-08-20T23:00:29.6387199Z [00:02:51.899]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build2180205415/b1425/_pkg_.a
2025-08-20T23:00:29.6387917Z [00:02:51.899]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.6388713Z [00:02:51.899]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.6394001Z [00:02:51.899]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.6394808Z [00:02:51.899]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:29.6395240Z [00:02:51.899]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:29.6395661Z [00:02:51.899]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:29.6396140Z [00:02:51.899]➜  EOF
2025-08-20T23:00:29.6398416Z [00:02:51.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1803/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sqlserver=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sqlserver;$WORK/b1803=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sqlserver -lang=go1.24 -complete -installsuffix shared -buildid 4Y2X30MO07fiuH-wJMcZ/4Y2X30MO07fiuH-wJMcZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1803/importcfg -pack ./pkg/detectors/sqlserver/sqlserver.go
2025-08-20T23:00:29.6400419Z [00:02:51.900]➜  cat >/tmp/go-build2180205415/b1805/importcfg << 'EOF' # internal
2025-08-20T23:00:29.6400770Z [00:02:51.900]➜  # import config
2025-08-20T23:00:29.6401106Z [00:02:51.900]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:29.6407302Z [00:02:51.900]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.6409078Z [00:02:51.900]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:29.6410985Z [00:02:51.900]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.6411874Z [00:02:51.900]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.6412774Z [00:02:51.900]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.6413578Z [00:02:51.900]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.6414260Z [00:02:51.900]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.6414731Z [00:02:51.900]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.6415155Z [00:02:51.900]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.6415587Z [00:02:51.900]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.6416086Z [00:02:51.900]➜  EOF
2025-08-20T23:00:29.6418101Z [00:02:51.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1805/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareapp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareapp;$WORK/b1805=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareapp -lang=go1.24 -complete -installsuffix shared -buildid 3lvD8C-bTyjRw7PCcPXE/3lvD8C-bTyjRw7PCcPXE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1805/importcfg -pack ./pkg/detectors/squareapp/squareapp.go
2025-08-20T23:00:29.6463792Z [00:02:51.907]➜  go tool buildid -w $WORK/b1802/_pkg_.a # internal
2025-08-20T23:00:29.6491564Z [00:02:51.910]➜  cp $WORK/b1802/_pkg_.a /root/.cache/go-build/10/100df9a656e28e3ca5409f6193079076857aa91d2efff2279f8ba11e9e1052b8-d # internal
2025-08-20T23:00:29.6497554Z [00:02:51.910]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squarespace
2025-08-20T23:00:29.6497973Z [00:02:51.910]➜  mkdir -p $WORK/b1806/
2025-08-20T23:00:29.6498357Z [00:02:51.910]➜  cat >/tmp/go-build2180205415/b1806/importcfg << 'EOF' # internal
2025-08-20T23:00:29.6498707Z [00:02:51.910]➜  # import config
2025-08-20T23:00:29.6499079Z [00:02:51.910]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.6499502Z [00:02:51.910]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.6500095Z [00:02:51.910]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.6500868Z [00:02:51.910]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.6501718Z [00:02:51.910]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.6502396Z [00:02:51.910]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.6502887Z [00:02:51.910]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.6503318Z [00:02:51.910]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.6503640Z [00:02:51.910]➜  EOF
2025-08-20T23:00:29.6506156Z [00:02:51.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1806/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squarespace=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squarespace;$WORK/b1806=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squarespace -lang=go1.24 -complete -installsuffix shared -buildid kvwkIUcLORLPJopeb8jd/kvwkIUcLORLPJopeb8jd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1806/importcfg -pack ./pkg/detectors/squarespace/squarespace.go
2025-08-20T23:00:29.6824600Z [00:02:51.943]➜  go tool buildid -w $WORK/b1804/_pkg_.a # internal
2025-08-20T23:00:29.6833693Z [00:02:51.944]➜  cp $WORK/b1804/_pkg_.a /root/.cache/go-build/b5/b5a399e2bdd0580095964a7b9dc61eedb86233212fa4e138855898f54e2c448a-d # internal
2025-08-20T23:00:29.6845940Z [00:02:51.945]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareup
2025-08-20T23:00:29.6846482Z [00:02:51.945]➜  mkdir -p $WORK/b1807/
2025-08-20T23:00:29.6847329Z [00:02:51.945]➜  cat >/tmp/go-build2180205415/b1807/importcfg << 'EOF' # internal
2025-08-20T23:00:29.6847768Z [00:02:51.945]➜  # import config
2025-08-20T23:00:29.6848116Z [00:02:51.945]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.6848558Z [00:02:51.945]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.6849163Z [00:02:51.945]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.6849934Z [00:02:51.945]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.6850735Z [00:02:51.945]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.6851417Z [00:02:51.945]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.6851918Z [00:02:51.945]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.6852358Z [00:02:51.945]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.6852671Z [00:02:51.945]➜  EOF
2025-08-20T23:00:29.6855304Z [00:02:51.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1807/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareup=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareup;$WORK/b1807=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareup -lang=go1.24 -complete -installsuffix shared -buildid mJdTxZ9FpO4r0XwvPYzP/mJdTxZ9FpO4r0XwvPYzP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1807/importcfg -pack ./pkg/detectors/squareup/squareup.go
2025-08-20T23:00:29.6858384Z [00:02:51.947]➜  go tool buildid -w $WORK/b1806/_pkg_.a # internal
2025-08-20T23:00:29.6876397Z [00:02:51.948]➜  cp $WORK/b1806/_pkg_.a /root/.cache/go-build/b4/b427c861cb466622e56279f588ccc83b81ff26197f77e160d70a4d1a4845e7f5-d # internal
2025-08-20T23:00:29.6877164Z [00:02:51.948]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sslmate
2025-08-20T23:00:29.6878210Z [00:02:51.948]➜  mkdir -p $WORK/b1808/
2025-08-20T23:00:29.6878648Z [00:02:51.948]➜  cat >/tmp/go-build2180205415/b1808/importcfg << 'EOF' # internal
2025-08-20T23:00:29.6879015Z [00:02:51.948]➜  # import config
2025-08-20T23:00:29.6879372Z [00:02:51.948]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.6879798Z [00:02:51.948]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.6880394Z [00:02:51.948]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.6881164Z [00:02:51.948]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.6881966Z [00:02:51.948]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.6882663Z [00:02:51.948]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.6883397Z [00:02:51.948]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.6883906Z [00:02:51.948]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.6884227Z [00:02:51.948]➜  EOF
2025-08-20T23:00:29.6886328Z [00:02:51.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1808/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sslmate=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sslmate;$WORK/b1808=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sslmate -lang=go1.24 -complete -installsuffix shared -buildid 7GBZB0RfLts-V1qdfAZh/7GBZB0RfLts-V1qdfAZh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1808/importcfg -pack ./pkg/detectors/sslmate/sslmate.go
2025-08-20T23:00:29.6920707Z [00:02:51.953]➜  go tool buildid -w $WORK/b1805/_pkg_.a # internal
2025-08-20T23:00:29.6929036Z [00:02:51.953]➜  cp $WORK/b1805/_pkg_.a /root/.cache/go-build/2f/2fba1c3d4df2ed1ffaefeee83cedde1bb3028192b45cd4f8e3c3c62b551b1e57-d # internal
2025-08-20T23:00:29.6929917Z [00:02:51.953]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuscake
2025-08-20T23:00:29.6930314Z [00:02:51.953]➜  mkdir -p $WORK/b1809/
2025-08-20T23:00:29.6930696Z [00:02:51.953]➜  cat >/tmp/go-build2180205415/b1809/importcfg << 'EOF' # internal
2025-08-20T23:00:29.6931040Z [00:02:51.953]➜  # import config
2025-08-20T23:00:29.6931385Z [00:02:51.953]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.6931804Z [00:02:51.953]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.6932398Z [00:02:51.953]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.6933162Z [00:02:51.953]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.6933959Z [00:02:51.953]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.6934649Z [00:02:51.953]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.6935140Z [00:02:51.953]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.6935991Z [00:02:51.953]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.6936383Z [00:02:51.953]➜  EOF
2025-08-20T23:00:29.6938440Z [00:02:51.953]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1809/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuscake=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuscake;$WORK/b1809=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuscake -lang=go1.24 -complete -installsuffix shared -buildid tsBEU8q8SK4txXKGTJ3J/tsBEU8q8SK4txXKGTJ3J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1809/importcfg -pack ./pkg/detectors/statuscake/statuscake.go
2025-08-20T23:00:29.6969627Z [00:02:51.958]➜  go tool buildid -w $WORK/b1803/_pkg_.a # internal
2025-08-20T23:00:29.6972958Z [00:02:51.958]➜  cp $WORK/b1803/_pkg_.a /root/.cache/go-build/93/938b99c3a0644ea7733c24dc5143b775c9b44ccb9297c7a86f00ff083654984e-d # internal
2025-08-20T23:00:29.6980440Z [00:02:51.959]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspage
2025-08-20T23:00:29.6983692Z [00:02:51.959]➜  mkdir -p $WORK/b1810/
2025-08-20T23:00:29.6992501Z [00:02:51.960]➜  cat >/tmp/go-build2180205415/b1810/importcfg << 'EOF' # internal
2025-08-20T23:00:29.6993883Z [00:02:51.961]➜  # import config
2025-08-20T23:00:29.6994684Z [00:02:51.961]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.6995501Z [00:02:51.961]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.6998550Z [00:02:51.961]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.6999679Z [00:02:51.961]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.7000460Z [00:02:51.961]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.7000963Z [00:02:51.961]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.7001395Z [00:02:51.961]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.7001709Z [00:02:51.961]➜  EOF
2025-08-20T23:00:29.7011862Z [00:02:51.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1810/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspage;$WORK/b1810=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspage -lang=go1.24 -complete -installsuffix shared -buildid QUaVXk9V9gZflLOS3tB7/QUaVXk9V9gZflLOS3tB7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1810/importcfg -pack ./pkg/detectors/statuspage/statuspage.go
2025-08-20T23:00:29.7296056Z [00:02:51.991]➜  go tool buildid -w $WORK/b1808/_pkg_.a # internal
2025-08-20T23:00:29.7312844Z [00:02:51.992]➜  cp $WORK/b1808/_pkg_.a /root/.cache/go-build/cb/cb36fbfe991836246cb79f4326dceb6ee74b6b3043fde36311e531c55d849397-d # internal
2025-08-20T23:00:29.7313704Z [00:02:51.992]➜  go tool buildid -w $WORK/b1809/_pkg_.a # internal
2025-08-20T23:00:29.7316024Z [00:02:51.993]➜  go tool buildid -w $WORK/b1807/_pkg_.a # internal
2025-08-20T23:00:29.7317828Z [00:02:51.993]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspal
2025-08-20T23:00:29.7318252Z [00:02:51.993]➜  mkdir -p $WORK/b1811/
2025-08-20T23:00:29.7336821Z [00:02:51.993]➜  cat >/tmp/go-build2180205415/b1811/importcfg << 'EOF' # internal
2025-08-20T23:00:29.7337204Z [00:02:51.993]➜  # import config
2025-08-20T23:00:29.7337561Z [00:02:51.993]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.7338194Z [00:02:51.993]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.7338981Z [00:02:51.993]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.7342072Z [00:02:51.993]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.7343094Z [00:02:51.993]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.7343595Z [00:02:51.993]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.7344030Z [00:02:51.993]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.7344347Z [00:02:51.993]➜  EOF
2025-08-20T23:00:29.7346498Z [00:02:51.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1811/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspal=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspal;$WORK/b1811=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspal -lang=go1.24 -complete -installsuffix shared -buildid 1fCQxbP_toDb0ulskOA6/1fCQxbP_toDb0ulskOA6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1811/importcfg -pack ./pkg/detectors/statuspal/statuspal.go
2025-08-20T23:00:29.7348674Z [00:02:51.994]➜  cp $WORK/b1807/_pkg_.a /root/.cache/go-build/9a/9a7f9a26bf4a084024c35659f61b3744847520c78ec1d5bfe8073ac9a65c4cd3-d # internal
2025-08-20T23:00:29.7349348Z [00:02:51.994]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stitchdata
2025-08-20T23:00:29.7349733Z [00:02:51.994]➜  mkdir -p $WORK/b1812/
2025-08-20T23:00:29.7350131Z [00:02:51.995]➜  cat >/tmp/go-build2180205415/b1812/importcfg << 'EOF' # internal
2025-08-20T23:00:29.7350474Z [00:02:51.995]➜  # import config
2025-08-20T23:00:29.7350813Z [00:02:51.995]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.7351235Z [00:02:51.995]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.7351989Z [00:02:51.995]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.7352839Z [00:02:51.995]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.7353647Z [00:02:51.995]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.7354327Z [00:02:51.995]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.7354819Z [00:02:51.995]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.7355254Z [00:02:51.995]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.7355570Z [00:02:51.995]➜  EOF
2025-08-20T23:00:29.7358045Z [00:02:51.995]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1812/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stitchdata=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stitchdata;$WORK/b1812=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stitchdata -lang=go1.24 -complete -installsuffix shared -buildid VwXJgYovWf9778UkICLS/VwXJgYovWf9778UkICLS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1812/importcfg -pack ./pkg/detectors/stitchdata/stitchdata.go
2025-08-20T23:00:29.7360310Z [00:02:51.995]➜  cp $WORK/b1809/_pkg_.a /root/.cache/go-build/72/722a6ab46d31935007adc358de38ebeb42581613fc69411db613e57b1a3f5aa7-d # internal
2025-08-20T23:00:29.7360988Z [00:02:51.995]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stockdata
2025-08-20T23:00:29.7361370Z [00:02:51.995]➜  mkdir -p $WORK/b1813/
2025-08-20T23:00:29.7361742Z [00:02:51.995]➜  cat >/tmp/go-build2180205415/b1813/importcfg << 'EOF' # internal
2025-08-20T23:00:29.7362088Z [00:02:51.995]➜  # import config
2025-08-20T23:00:29.7362425Z [00:02:51.995]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.7363035Z [00:02:51.995]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.7363823Z [00:02:51.995]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.7364621Z [00:02:51.995]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.7365479Z [00:02:51.995]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.7366138Z [00:02:51.995]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.7366585Z [00:02:51.995]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.7366901Z [00:02:51.995]➜  EOF
2025-08-20T23:00:29.7368934Z [00:02:51.995]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1813/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stockdata=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stockdata;$WORK/b1813=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stockdata -lang=go1.24 -complete -installsuffix shared -buildid cTP9snU3lhngC6kREYMt/cTP9snU3lhngC6kREYMt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1813/importcfg -pack ./pkg/detectors/stockdata/stockdata.go
2025-08-20T23:00:29.7393515Z [00:02:52.000]➜  go tool buildid -w $WORK/b1810/_pkg_.a # internal
2025-08-20T23:00:29.7408077Z [00:02:52.002]➜  cp $WORK/b1810/_pkg_.a /root/.cache/go-build/aa/aa135bab6a09e76a22a9cf0897375e8acaea6795e2ecba17e4283bf46d602e69-d # internal
2025-08-20T23:00:29.7409198Z [00:02:52.002]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storecove
2025-08-20T23:00:29.7409881Z [00:02:52.002]➜  mkdir -p $WORK/b1814/
2025-08-20T23:00:29.7424786Z [00:02:52.004]➜  cat >/tmp/go-build2180205415/b1814/importcfg << 'EOF' # internal
2025-08-20T23:00:29.7425465Z [00:02:52.004]➜  # import config
2025-08-20T23:00:29.7426445Z [00:02:52.004]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.7427191Z [00:02:52.004]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.7435677Z [00:02:52.004]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.7437239Z [00:02:52.004]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.7438132Z [00:02:52.004]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.7438824Z [00:02:52.004]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.7439325Z [00:02:52.004]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.7439762Z [00:02:52.004]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.7440081Z [00:02:52.004]➜  EOF
2025-08-20T23:00:29.7442364Z [00:02:52.004]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1814/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storecove=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storecove;$WORK/b1814=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storecove -lang=go1.24 -complete -installsuffix shared -buildid Pi13kRt__Prx9SUi1RaM/Pi13kRt__Prx9SUi1RaM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1814/importcfg -pack ./pkg/detectors/storecove/storecove.go
2025-08-20T23:00:29.7734234Z [00:02:52.034]➜  go tool buildid -w $WORK/b1813/_pkg_.a # internal
2025-08-20T23:00:29.7736231Z [00:02:52.035]➜  go tool buildid -w $WORK/b1812/_pkg_.a # internal
2025-08-20T23:00:29.7748695Z [00:02:52.036]➜  cp $WORK/b1812/_pkg_.a /root/.cache/go-build/aa/aa97873a264659e8e61421750081e1d1e9e94cf8c20c511c62f71fa5d56a2da4-d # internal
2025-08-20T23:00:29.7749445Z [00:02:52.036]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormboard
2025-08-20T23:00:29.7749845Z [00:02:52.036]➜  mkdir -p $WORK/b1815/
2025-08-20T23:00:29.7750267Z [00:02:52.036]➜  cat >/tmp/go-build2180205415/b1815/importcfg << 'EOF' # internal
2025-08-20T23:00:29.7750633Z [00:02:52.036]➜  # import config
2025-08-20T23:00:29.7750984Z [00:02:52.036]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.7751590Z [00:02:52.036]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.7752739Z [00:02:52.036]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.7753539Z [00:02:52.036]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.7754219Z [00:02:52.036]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.7754711Z [00:02:52.036]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.7755144Z [00:02:52.036]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.7755474Z [00:02:52.036]➜  EOF
2025-08-20T23:00:29.7758255Z [00:02:52.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1815/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormboard=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormboard;$WORK/b1815=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormboard -lang=go1.24 -complete -installsuffix shared -buildid WCPCltKZYwutZdoq2A0C/WCPCltKZYwutZdoq2A0C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1815/importcfg -pack ./pkg/detectors/stormboard/stormboard.go
2025-08-20T23:00:29.7760489Z [00:02:52.036]➜  cp $WORK/b1813/_pkg_.a /root/.cache/go-build/be/be16922bc4e3d42731ce7c86b629aee719e912f9b4ee8a34659f746e0dcbce93-d # internal
2025-08-20T23:00:29.7761175Z [00:02:52.037]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormglass
2025-08-20T23:00:29.7761563Z [00:02:52.037]➜  mkdir -p $WORK/b1816/
2025-08-20T23:00:29.7761906Z [00:02:52.037]➜  go tool buildid -w $WORK/b1811/_pkg_.a # internal
2025-08-20T23:00:29.7768713Z [00:02:52.038]➜  cat >/tmp/go-build2180205415/b1816/importcfg << 'EOF' # internal
2025-08-20T23:00:29.7769716Z [00:02:52.038]➜  # import config
2025-08-20T23:00:29.7770653Z [00:02:52.038]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.7771312Z [00:02:52.038]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.7772079Z [00:02:52.038]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.7772870Z [00:02:52.038]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.7773545Z [00:02:52.038]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.7774032Z [00:02:52.038]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.7774708Z [00:02:52.038]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.7775199Z [00:02:52.038]➜  EOF
2025-08-20T23:00:29.7777709Z [00:02:52.038]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1816/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormglass=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormglass;$WORK/b1816=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormglass -lang=go1.24 -complete -installsuffix shared -buildid Kxg5TXqs5bg_AhgnYI7J/Kxg5TXqs5bg_AhgnYI7J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1816/importcfg -pack ./pkg/detectors/stormglass/stormglass.go
2025-08-20T23:00:29.7780073Z [00:02:52.038]➜  cp $WORK/b1811/_pkg_.a /root/.cache/go-build/4c/4ce5fa1af491ca5c3edc6221aac8d11668ccb09d155d660c26b399b58d08a2d1-d # internal
2025-08-20T23:00:29.7780761Z [00:02:52.038]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblok
2025-08-20T23:00:29.7781147Z [00:02:52.038]➜  mkdir -p $WORK/b1817/
2025-08-20T23:00:29.7786742Z [00:02:52.039]➜  cat >/tmp/go-build2180205415/b1817/importcfg << 'EOF' # internal
2025-08-20T23:00:29.7787130Z [00:02:52.039]➜  # import config
2025-08-20T23:00:29.7787479Z [00:02:52.039]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.7787901Z [00:02:52.039]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.7788791Z [00:02:52.039]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.7789555Z [00:02:52.039]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.7790350Z [00:02:52.039]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.7791024Z [00:02:52.039]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.7791494Z [00:02:52.039]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.7791921Z [00:02:52.039]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.7792249Z [00:02:52.039]➜  EOF
2025-08-20T23:00:29.7794252Z [00:02:52.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1817/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblok=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblok;$WORK/b1817=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblok -lang=go1.24 -complete -installsuffix shared -buildid R6Yevue2hIP8AnSQKuI2/R6Yevue2hIP8AnSQKuI2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1817/importcfg -pack ./pkg/detectors/storyblok/storyblok.go
2025-08-20T23:00:29.7835867Z [00:02:52.045]➜  go tool buildid -w $WORK/b1814/_pkg_.a # internal
2025-08-20T23:00:29.7845945Z [00:02:52.046]➜  cp $WORK/b1814/_pkg_.a /root/.cache/go-build/41/41ab931b4189aa799bb012eb158ccf2dcfe126bd67652c60825093695b8957d7-d # internal
2025-08-20T23:00:29.7863703Z [00:02:52.047]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblokpersonalaccesstoken
2025-08-20T23:00:29.7865040Z [00:02:52.047]➜  mkdir -p $WORK/b1818/
2025-08-20T23:00:29.7865543Z [00:02:52.047]➜  cat >/tmp/go-build2180205415/b1818/importcfg << 'EOF' # internal
2025-08-20T23:00:29.7866091Z [00:02:52.047]➜  # import config
2025-08-20T23:00:29.7866465Z [00:02:52.048]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.7866894Z [00:02:52.048]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.7867486Z [00:02:52.048]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.7868256Z [00:02:52.048]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.7869055Z [00:02:52.048]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.7869875Z [00:02:52.048]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.7870536Z [00:02:52.048]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.7870962Z [00:02:52.048]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.7871286Z [00:02:52.048]➜  EOF
2025-08-20T23:00:29.7873667Z [00:02:52.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1818/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblokpersonalaccesstoken;$WORK/b1818=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblokpersonalaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid GyllKF1cwuloPNqnuMYI/GyllKF1cwuloPNqnuMYI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1818/importcfg -pack ./pkg/detectors/storyblokpersonalaccesstoken/storyblok.go
2025-08-20T23:00:29.8172729Z [00:02:52.077]➜  go tool buildid -w $WORK/b1815/_pkg_.a # internal
2025-08-20T23:00:29.8173544Z [00:02:52.078]➜  cp $WORK/b1815/_pkg_.a /root/.cache/go-build/dc/dce473a9af565328815cb18e3480d315e61d35cfb3333187f07d47ebb2a0efe9-d # internal
2025-08-20T23:00:29.8174242Z [00:02:52.078]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storychief
2025-08-20T23:00:29.8174974Z [00:02:52.078]➜  mkdir -p $WORK/b1819/
2025-08-20T23:00:29.8175374Z [00:02:52.079]➜  cat >/tmp/go-build2180205415/b1819/importcfg << 'EOF' # internal
2025-08-20T23:00:29.8175725Z [00:02:52.079]➜  # import config
2025-08-20T23:00:29.8176265Z [00:02:52.079]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.8176691Z [00:02:52.079]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.8177367Z [00:02:52.079]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.8178200Z [00:02:52.079]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.8179020Z [00:02:52.079]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.8179699Z [00:02:52.079]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.8180197Z [00:02:52.079]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.8180629Z [00:02:52.079]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.8180948Z [00:02:52.079]➜  EOF
2025-08-20T23:00:29.8183012Z [00:02:52.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1819/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storychief=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storychief;$WORK/b1819=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storychief -lang=go1.24 -complete -installsuffix shared -buildid VdWBBy8vN7-1QG1soxln/VdWBBy8vN7-1QG1soxln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1819/importcfg -pack ./pkg/detectors/storychief/storychief.go
2025-08-20T23:00:29.8207949Z [00:02:52.082]➜  go tool buildid -w $WORK/b1816/_pkg_.a # internal
2025-08-20T23:00:29.8221911Z [00:02:52.083]➜  go tool buildid -w $WORK/b1817/_pkg_.a # internal
2025-08-20T23:00:29.8230937Z [00:02:52.084]➜  go tool buildid -w $WORK/b1818/_pkg_.a # internal
2025-08-20T23:00:29.8241712Z [00:02:52.085]➜  cp $WORK/b1818/_pkg_.a /root/.cache/go-build/80/80a2c803889755c672ee80ceda602fbb6ecbe6ad1177ec0fd576636887aa97c2-d # internal
2025-08-20T23:00:29.8242472Z [00:02:52.085]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/strava
2025-08-20T23:00:29.8242856Z [00:02:52.085]➜  mkdir -p $WORK/b1820/
2025-08-20T23:00:29.8243477Z [00:02:52.085]➜  cat >/tmp/go-build2180205415/b1820/importcfg << 'EOF' # internal
2025-08-20T23:00:29.8243945Z [00:02:52.085]➜  # import config
2025-08-20T23:00:29.8244387Z [00:02:52.085]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.8245343Z [00:02:52.085]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.8246504Z [00:02:52.085]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.8247437Z [00:02:52.085]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.8248250Z [00:02:52.085]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.8248844Z [00:02:52.085]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.8249385Z [00:02:52.085]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.8249717Z [00:02:52.085]➜  EOF
2025-08-20T23:00:29.8251725Z [00:02:52.085]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1820/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/strava=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/strava;$WORK/b1820=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/strava -lang=go1.24 -complete -installsuffix shared -buildid r26tAUf_KnSscRUusLAu/r26tAUf_KnSscRUusLAu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1820/importcfg -pack ./pkg/detectors/strava/strava.go
2025-08-20T23:00:29.8264692Z [00:02:52.087]➜  cp $WORK/b1817/_pkg_.a /root/.cache/go-build/45/4585a69e98c05e4cb191deae02504b5594d1ec31713156c953dc682f72b972e8-d # internal
2025-08-20T23:00:29.8273824Z [00:02:52.088]➜  cp $WORK/b1816/_pkg_.a /root/.cache/go-build/c8/c882921ce40cd3ab1645e7407c9bec7ee2da07f0ef1d04e94cbed2b1a1c0d644-d # internal
2025-08-20T23:00:29.8283307Z [00:02:52.089]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripe
2025-08-20T23:00:29.8283747Z [00:02:52.089]➜  mkdir -p $WORK/b1822/
2025-08-20T23:00:29.8292394Z [00:02:52.090]➜  cat >/tmp/go-build2180205415/b1822/importcfg << 'EOF' # internal
2025-08-20T23:00:29.8292951Z [00:02:52.090]➜  # import config
2025-08-20T23:00:29.8293468Z [00:02:52.090]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.8294275Z [00:02:52.090]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.8295744Z [00:02:52.090]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.8297223Z [00:02:52.090]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.8298081Z [00:02:52.090]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.8298779Z [00:02:52.090]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.8299281Z [00:02:52.090]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.8299603Z [00:02:52.090]➜  EOF
2025-08-20T23:00:29.8301584Z [00:02:52.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1822/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripe=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripe;$WORK/b1822=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripe -lang=go1.24 -complete -installsuffix shared -buildid PPM15sQQANY5C9AWPHoa/PPM15sQQANY5C9AWPHoa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1822/importcfg -pack ./pkg/detectors/stripe/stripe.go
2025-08-20T23:00:29.8320255Z [00:02:52.092]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/streak
2025-08-20T23:00:29.8320707Z [00:02:52.092]➜  mkdir -p $WORK/b1821/
2025-08-20T23:00:29.8321124Z [00:02:52.093]➜  cat >/tmp/go-build2180205415/b1821/importcfg << 'EOF' # internal
2025-08-20T23:00:29.8321475Z [00:02:52.093]➜  # import config
2025-08-20T23:00:29.8321819Z [00:02:52.093]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.8322280Z [00:02:52.093]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:29.8323027Z [00:02:52.093]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.8323790Z [00:02:52.093]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.8324563Z [00:02:52.093]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.8325371Z [00:02:52.093]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.8326268Z [00:02:52.093]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.8326765Z [00:02:52.093]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.8327208Z [00:02:52.093]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.8327526Z [00:02:52.093]➜  EOF
2025-08-20T23:00:29.8329453Z [00:02:52.093]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1821/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/streak=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/streak;$WORK/b1821=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/streak -lang=go1.24 -complete -installsuffix shared -buildid P49FPm_Lnszj6b4-kQ8V/P49FPm_Lnszj6b4-kQ8V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1821/importcfg -pack ./pkg/detectors/streak/streak.go
2025-08-20T23:00:29.8545438Z [00:02:52.116]➜  go tool buildid -w $WORK/b1819/_pkg_.a # internal
2025-08-20T23:00:29.8549399Z [00:02:52.116]➜  cp $WORK/b1819/_pkg_.a /root/.cache/go-build/f5/f58fd18202bf40b551a423388ea7c597bb1e9d71f83ed17d87bfa9fd854ff80b-d # internal
2025-08-20T23:00:29.8569818Z [00:02:52.118]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripepaymentintent
2025-08-20T23:00:29.8570715Z [00:02:52.118]➜  mkdir -p $WORK/b1823/
2025-08-20T23:00:29.8576336Z [00:02:52.119]➜  cat >/tmp/go-build2180205415/b1823/importcfg << 'EOF' # internal
2025-08-20T23:00:29.8576706Z [00:02:52.119]➜  # import config
2025-08-20T23:00:29.8577075Z [00:02:52.119]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.8577778Z [00:02:52.119]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:29.8578325Z [00:02:52.119]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.8578950Z [00:02:52.119]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.8579715Z [00:02:52.119]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.8580509Z [00:02:52.119]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.8581187Z [00:02:52.119]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.8581659Z [00:02:52.119]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.8582086Z [00:02:52.119]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.8582522Z [00:02:52.119]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.8582840Z [00:02:52.119]➜  EOF
2025-08-20T23:00:29.8585097Z [00:02:52.119]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1823/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripepaymentintent=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripepaymentintent;$WORK/b1823=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripepaymentintent -lang=go1.24 -complete -installsuffix shared -buildid UBvhaSzIk6AhMMIRT8VT/UBvhaSzIk6AhMMIRT8VT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1823/importcfg -pack ./pkg/detectors/stripepaymentintent/stripepaymentintent.go
2025-08-20T23:00:29.8696696Z [00:02:52.131]➜  go tool buildid -w $WORK/b1820/_pkg_.a # internal
2025-08-20T23:00:29.8706490Z [00:02:52.132]➜  cp $WORK/b1820/_pkg_.a /root/.cache/go-build/69/695f7f1d087a30ee9c3793be8b222c07350351e5e435ea4e782790de1c05c9c7-d # internal
2025-08-20T23:00:29.8707358Z [00:02:52.132]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripo
2025-08-20T23:00:29.8708139Z [00:02:52.132]➜  mkdir -p $WORK/b1824/
2025-08-20T23:00:29.8712525Z [00:02:52.132]➜  cat >/tmp/go-build2180205415/b1824/importcfg << 'EOF' # internal
2025-08-20T23:00:29.8712948Z [00:02:52.132]➜  # import config
2025-08-20T23:00:29.8713305Z [00:02:52.132]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.8713728Z [00:02:52.132]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.8714363Z [00:02:52.132]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.8715134Z [00:02:52.132]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.8716040Z [00:02:52.132]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.8716802Z [00:02:52.132]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.8717298Z [00:02:52.132]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.8717731Z [00:02:52.132]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.8718313Z [00:02:52.132]➜  EOF
2025-08-20T23:00:29.8720351Z [00:02:52.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1824/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripo;$WORK/b1824=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripo -lang=go1.24 -complete -installsuffix shared -buildid ubpo_q8cyIxZlE7U9blt/ubpo_q8cyIxZlE7U9blt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1824/importcfg -pack ./pkg/detectors/stripo/stripo.go
2025-08-20T23:00:29.8733231Z [00:02:52.134]➜  go tool buildid -w $WORK/b1822/_pkg_.a # internal
2025-08-20T23:00:29.8745996Z [00:02:52.136]➜  cp $WORK/b1822/_pkg_.a /root/.cache/go-build/1e/1e90a279a409880999adb716dc72fa72c1ab61e1aaee4447427c194bca3e8b37-d # internal
2025-08-20T23:00:29.8746833Z [00:02:52.136]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stytch
2025-08-20T23:00:29.8747230Z [00:02:52.136]➜  mkdir -p $WORK/b1825/
2025-08-20T23:00:29.8752070Z [00:02:52.136]➜  cat >/tmp/go-build2180205415/b1825/importcfg << 'EOF' # internal
2025-08-20T23:00:29.8752583Z [00:02:52.136]➜  # import config
2025-08-20T23:00:29.8753051Z [00:02:52.136]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.8753820Z [00:02:52.136]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.8754728Z [00:02:52.136]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.8755680Z [00:02:52.136]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.8756624Z [00:02:52.136]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.8757246Z [00:02:52.136]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.8757802Z [00:02:52.136]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.8758253Z [00:02:52.136]➜  EOF
2025-08-20T23:00:29.8760317Z [00:02:52.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1825/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stytch=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stytch;$WORK/b1825=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stytch -lang=go1.24 -complete -installsuffix shared -buildid 2MbkjVpjhxw4Ef1YiIWi/2MbkjVpjhxw4Ef1YiIWi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1825/importcfg -pack ./pkg/detectors/stytch/stytch.go
2025-08-20T23:00:29.8820167Z [00:02:52.143]➜  go tool buildid -w $WORK/b1821/_pkg_.a # internal
2025-08-20T23:00:29.8830397Z [00:02:52.144]➜  cp $WORK/b1821/_pkg_.a /root/.cache/go-build/8a/8a5b71f92ae8fd19d264cd12cedf9aad8b7edd2a4b9bdafad0d623e55b0012f7-d # internal
2025-08-20T23:00:29.8841406Z [00:02:52.145]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sugester
2025-08-20T23:00:29.8841889Z [00:02:52.145]➜  mkdir -p $WORK/b1826/
2025-08-20T23:00:29.8851038Z [00:02:52.146]➜  cat >/tmp/go-build2180205415/b1826/importcfg << 'EOF' # internal
2025-08-20T23:00:29.8851875Z [00:02:52.146]➜  # import config
2025-08-20T23:00:29.8852699Z [00:02:52.146]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.8853639Z [00:02:52.146]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.8854473Z [00:02:52.146]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.8855171Z [00:02:52.146]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.8856046Z [00:02:52.146]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.8856531Z [00:02:52.146]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.8857127Z [00:02:52.146]➜  EOF
2025-08-20T23:00:29.8861863Z [00:02:52.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1826/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sugester=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sugester;$WORK/b1826=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sugester -lang=go1.24 -complete -installsuffix shared -buildid ESDb0fM5A-vkKP9YXRHV/ESDb0fM5A-vkKP9YXRHV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1826/importcfg -pack ./pkg/detectors/sugester/sugester.go
2025-08-20T23:00:29.9112083Z [00:02:52.172]➜  go tool buildid -w $WORK/b1823/_pkg_.a # internal
2025-08-20T23:00:29.9159258Z [00:02:52.177]➜  cp $WORK/b1823/_pkg_.a /root/.cache/go-build/7c/7ce03ddf61ec8c5ee11a3b34d9f4e927259804f78237296bc5769f77be9ab44c-d # internal
2025-08-20T23:00:29.9161202Z [00:02:52.177]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sumologickey
2025-08-20T23:00:29.9161699Z [00:02:52.177]➜  mkdir -p $WORK/b1827/
2025-08-20T23:00:29.9162103Z [00:02:52.177]➜  cat >/tmp/go-build2180205415/b1827/importcfg << 'EOF' # internal
2025-08-20T23:00:29.9162473Z [00:02:52.177]➜  # import config
2025-08-20T23:00:29.9162823Z [00:02:52.177]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.9163249Z [00:02:52.177]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.9163848Z [00:02:52.177]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.9164617Z [00:02:52.177]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.9165559Z [00:02:52.177]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.9166586Z [00:02:52.177]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.9167070Z [00:02:52.177]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:29.9167503Z [00:02:52.177]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.9167931Z [00:02:52.177]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.9168249Z [00:02:52.177]➜  EOF
2025-08-20T23:00:29.9170318Z [00:02:52.177]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1827/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sumologickey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sumologickey;$WORK/b1827=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sumologickey -lang=go1.24 -complete -installsuffix shared -buildid 81-i9npkWJzmh_Qxy_Ap/81-i9npkWJzmh_Qxy_Ap -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1827/importcfg -pack ./pkg/detectors/sumologickey/sumologickey.go
2025-08-20T23:00:29.9227625Z [00:02:52.182]➜  go tool buildid -w $WORK/b1825/_pkg_.a # internal
2025-08-20T23:00:29.9232538Z [00:02:52.182]➜  go tool buildid -w $WORK/b1824/_pkg_.a # internal
2025-08-20T23:00:29.9233556Z [00:02:52.183]➜  cp $WORK/b1825/_pkg_.a /root/.cache/go-build/0a/0a6751bba44bf6e60dedc0576fd742b73900b030f210c196b2a90f7c892d0fbb-d # internal
2025-08-20T23:00:29.9234467Z [00:02:52.184]➜  cp $WORK/b1824/_pkg_.a /root/.cache/go-build/3f/3f3e5cbaaeb7a955930c9effda6d6ad766892cfdda424694828f91a04fa1fe73-d # internal
2025-08-20T23:00:29.9235170Z [00:02:52.184]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supernotesapi
2025-08-20T23:00:29.9235570Z [00:02:52.184]➜  mkdir -p $WORK/b1829/
2025-08-20T23:00:29.9236110Z [00:02:52.184]➜  cat >/tmp/go-build2180205415/b1829/importcfg << 'EOF' # internal
2025-08-20T23:00:29.9238550Z [00:02:52.184]➜  # import config
2025-08-20T23:00:29.9238919Z [00:02:52.184]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.9239545Z [00:02:52.184]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.9240316Z [00:02:52.184]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.9241120Z [00:02:52.184]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.9241795Z [00:02:52.184]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.9242291Z [00:02:52.184]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.9242726Z [00:02:52.184]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.9243045Z [00:02:52.184]➜  EOF
2025-08-20T23:00:29.9245339Z [00:02:52.184]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1829/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supernotesapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supernotesapi;$WORK/b1829=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supernotesapi -lang=go1.24 -complete -installsuffix shared -buildid cFYOoeqUEThxFmxkjWrd/cFYOoeqUEThxFmxkjWrd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1829/importcfg -pack ./pkg/detectors/supernotesapi/supernotesapi.go
2025-08-20T23:00:29.9247658Z [00:02:52.184]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supabasetoken
2025-08-20T23:00:29.9248072Z [00:02:52.184]➜  mkdir -p $WORK/b1828/
2025-08-20T23:00:29.9248445Z [00:02:52.184]➜  cat >/tmp/go-build2180205415/b1828/importcfg << 'EOF' # internal
2025-08-20T23:00:29.9248793Z [00:02:52.184]➜  # import config
2025-08-20T23:00:29.9249132Z [00:02:52.184]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.9249549Z [00:02:52.184]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.9250274Z [00:02:52.184]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.9251211Z [00:02:52.184]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.9252018Z [00:02:52.184]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.9252697Z [00:02:52.184]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.9253192Z [00:02:52.184]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.9253626Z [00:02:52.184]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.9253945Z [00:02:52.184]➜  EOF
2025-08-20T23:00:29.9256128Z [00:02:52.184]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1828/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supabasetoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supabasetoken;$WORK/b1828=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supabasetoken -lang=go1.24 -complete -installsuffix shared -buildid _VeJspR_wJEWenr2CIwl/_VeJspR_wJEWenr2CIwl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1828/importcfg -pack ./pkg/detectors/supabasetoken/supabasetoken.go
2025-08-20T23:00:29.9273673Z [00:02:52.188]➜  go tool buildid -w $WORK/b1826/_pkg_.a # internal
2025-08-20T23:00:29.9283782Z [00:02:52.189]➜  cp $WORK/b1826/_pkg_.a /root/.cache/go-build/35/3551b9e2eb246f9b74eded0fc197b0cfc382450d220d05de8549ce0a5c8764a5-d # internal
2025-08-20T23:00:29.9284919Z [00:02:52.189]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveyanyplace
2025-08-20T23:00:29.9285914Z [00:02:52.189]➜  mkdir -p $WORK/b1830/
2025-08-20T23:00:29.9286521Z [00:02:52.190]➜  cat >/tmp/go-build2180205415/b1830/importcfg << 'EOF' # internal
2025-08-20T23:00:29.9286888Z [00:02:52.190]➜  # import config
2025-08-20T23:00:29.9287258Z [00:02:52.190]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.9287695Z [00:02:52.190]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.9288294Z [00:02:52.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.9289073Z [00:02:52.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.9289873Z [00:02:52.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.9290553Z [00:02:52.190]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.9291047Z [00:02:52.190]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.9291479Z [00:02:52.190]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.9291798Z [00:02:52.190]➜  EOF
2025-08-20T23:00:29.9294198Z [00:02:52.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1830/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveyanyplace=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveyanyplace;$WORK/b1830=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveyanyplace -lang=go1.24 -complete -installsuffix shared -buildid pkpDDN-MUi8aKQhTsXl2/pkpDDN-MUi8aKQhTsXl2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1830/importcfg -pack ./pkg/detectors/surveyanyplace/surveyanyplace.go
2025-08-20T23:00:29.9645702Z [00:02:52.226]➜  go tool buildid -w $WORK/b1829/_pkg_.a # internal
2025-08-20T23:00:29.9658429Z [00:02:52.227]➜  cp $WORK/b1829/_pkg_.a /root/.cache/go-build/8b/8b1e415703a628df7ee6336817eff03a204ec48c42d5e180e64e019082e318d4-d # internal
2025-08-20T23:00:29.9659536Z [00:02:52.227]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveybot
2025-08-20T23:00:29.9660201Z [00:02:52.227]➜  mkdir -p $WORK/b1831/
2025-08-20T23:00:29.9661160Z [00:02:52.227]➜  cat >/tmp/go-build2180205415/b1831/importcfg << 'EOF' # internal
2025-08-20T23:00:29.9661845Z [00:02:52.227]➜  # import config
2025-08-20T23:00:29.9662509Z [00:02:52.227]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.9663439Z [00:02:52.227]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:29.9664136Z [00:02:52.227]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.9664913Z [00:02:52.227]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.9665708Z [00:02:52.227]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.9666994Z [00:02:52.227]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.9667506Z [00:02:52.227]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.9667954Z [00:02:52.227]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.9668286Z [00:02:52.227]➜  EOF
2025-08-20T23:00:29.9670300Z [00:02:52.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1831/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveybot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveybot;$WORK/b1831=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveybot -lang=go1.24 -complete -installsuffix shared -buildid 4a2VGwZfMUr_7EwLGY6C/4a2VGwZfMUr_7EwLGY6C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1831/importcfg -pack ./pkg/detectors/surveybot/surveybot.go
2025-08-20T23:00:29.9672440Z [00:02:52.227]➜  go tool buildid -w $WORK/b1828/_pkg_.a # internal
2025-08-20T23:00:29.9686352Z [00:02:52.230]➜  cp $WORK/b1828/_pkg_.a /root/.cache/go-build/13/13cb3e92d77e0efcb4f00b6ed21e23da2377ac386b289bb8942f6d1445b632df-d # internal
2025-08-20T23:00:29.9699468Z [00:02:52.231]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveysparrow
2025-08-20T23:00:29.9700130Z [00:02:52.231]➜  mkdir -p $WORK/b1832/
2025-08-20T23:00:29.9700522Z [00:02:52.231]➜  cat >/tmp/go-build2180205415/b1832/importcfg << 'EOF' # internal
2025-08-20T23:00:29.9700879Z [00:02:52.231]➜  # import config
2025-08-20T23:00:29.9701237Z [00:02:52.231]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.9701664Z [00:02:52.231]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.9702262Z [00:02:52.231]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.9703033Z [00:02:52.231]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.9703832Z [00:02:52.231]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.9704521Z [00:02:52.231]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.9705514Z [00:02:52.231]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.9706200Z [00:02:52.231]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.9706523Z [00:02:52.231]➜  EOF
2025-08-20T23:00:29.9708656Z [00:02:52.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1832/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveysparrow=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveysparrow;$WORK/b1832=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveysparrow -lang=go1.24 -complete -installsuffix shared -buildid 6fiui3ViIj3AZUxaLWQ3/6fiui3ViIj3AZUxaLWQ3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1832/importcfg -pack ./pkg/detectors/surveysparrow/surveysparrow.go
2025-08-20T23:00:29.9718644Z [00:02:52.233]➜  go tool buildid -w $WORK/b1827/_pkg_.a # internal
2025-08-20T23:00:29.9720089Z [00:02:52.233]➜  cp $WORK/b1827/_pkg_.a /root/.cache/go-build/6a/6a949968e151a7a835ee6197ffe6616a8872c0c4cb6a877ce3906d3b5fa6cf18-d # internal
2025-08-20T23:00:29.9721139Z [00:02:52.233]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/survicate
2025-08-20T23:00:29.9721760Z [00:02:52.233]➜  mkdir -p $WORK/b1833/
2025-08-20T23:00:29.9722323Z [00:02:52.233]➜  cat >/tmp/go-build2180205415/b1833/importcfg << 'EOF' # internal
2025-08-20T23:00:29.9722747Z [00:02:52.233]➜  # import config
2025-08-20T23:00:29.9723292Z [00:02:52.233]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.9723911Z [00:02:52.233]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:29.9724750Z [00:02:52.233]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.9726205Z [00:02:52.233]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.9727244Z [00:02:52.233]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.9728287Z [00:02:52.233]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.9728834Z [00:02:52.233]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.9730285Z [00:02:52.233]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.9731184Z [00:02:52.233]➜  EOF
2025-08-20T23:00:29.9735648Z [00:02:52.233]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1833/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/survicate=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/survicate;$WORK/b1833=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/survicate -lang=go1.24 -complete -installsuffix shared -buildid h3GZgLhN4Lqi5bKewwxY/h3GZgLhN4Lqi5bKewwxY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1833/importcfg -pack ./pkg/detectors/survicate/survicate.go
2025-08-20T23:00:29.9770652Z [00:02:52.238]➜  go tool buildid -w $WORK/b1830/_pkg_.a # internal
2025-08-20T23:00:29.9782077Z [00:02:52.239]➜  cp $WORK/b1830/_pkg_.a /root/.cache/go-build/52/52a91e247a54512faeaaacf019a1fdcc4ec8a1dad94ff05e6ada8d1e48b76aa5-d # internal
2025-08-20T23:00:29.9784095Z [00:02:52.239]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swell
2025-08-20T23:00:29.9785552Z [00:02:52.239]➜  mkdir -p $WORK/b1834/
2025-08-20T23:00:29.9786123Z [00:02:52.240]➜  cat >/tmp/go-build2180205415/b1834/importcfg << 'EOF' # internal
2025-08-20T23:00:29.9788050Z [00:02:52.240]➜  # import config
2025-08-20T23:00:29.9789065Z [00:02:52.240]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:29.9789701Z [00:02:52.240]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:29.9790478Z [00:02:52.240]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:29.9791498Z [00:02:52.240]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:29.9792260Z [00:02:52.240]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:29.9792755Z [00:02:52.240]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:29.9793195Z [00:02:52.240]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:29.9793512Z [00:02:52.240]➜  EOF
2025-08-20T23:00:29.9795491Z [00:02:52.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1834/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swell=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swell;$WORK/b1834=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swell -lang=go1.24 -complete -installsuffix shared -buildid 3WqKWQT0Qo4vLk-XaPoW/3WqKWQT0Qo4vLk-XaPoW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1834/importcfg -pack ./pkg/detectors/swell/swell.go
2025-08-20T23:00:30.0061804Z [00:02:52.267]➜  go tool buildid -w $WORK/b1831/_pkg_.a # internal
2025-08-20T23:00:30.0079383Z [00:02:52.268]➜  cp $WORK/b1831/_pkg_.a /root/.cache/go-build/9f/9fd97fdd4ea5b58d974bb0df55a6e1ddee717d11ee0632d01b591ec747d7dd2e-d # internal
2025-08-20T23:00:30.0080163Z [00:02:52.269]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swiftype
2025-08-20T23:00:30.0081552Z [00:02:52.269]➜  mkdir -p $WORK/b1835/
2025-08-20T23:00:30.0081936Z [00:02:52.269]➜  cat >/tmp/go-build2180205415/b1835/importcfg << 'EOF' # internal
2025-08-20T23:00:30.0082284Z [00:02:52.269]➜  # import config
2025-08-20T23:00:30.0082627Z [00:02:52.269]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.0083232Z [00:02:52.269]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.0084011Z [00:02:52.269]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.0084832Z [00:02:52.269]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.0085512Z [00:02:52.269]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.0089771Z [00:02:52.269]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.0090226Z [00:02:52.269]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.0090547Z [00:02:52.269]➜  EOF
2025-08-20T23:00:30.0092543Z [00:02:52.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1835/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swiftype=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swiftype;$WORK/b1835=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swiftype -lang=go1.24 -complete -installsuffix shared -buildid 1dV7Fz_6BqEgVORstJYZ/1dV7Fz_6BqEgVORstJYZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1835/importcfg -pack ./pkg/detectors/swiftype/swiftype.go
2025-08-20T23:00:30.0139847Z [00:02:52.275]➜  go tool buildid -w $WORK/b1832/_pkg_.a # internal
2025-08-20T23:00:30.0156592Z [00:02:52.277]➜  cp $WORK/b1832/_pkg_.a /root/.cache/go-build/e0/e0c04e1305358b5e6c4d9920056e73a2006f364b611fdf48eb1317c11f5fa79e-d # internal
2025-08-20T23:00:30.0158030Z [00:02:52.277]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tableau
2025-08-20T23:00:30.0164218Z [00:02:52.278]➜  mkdir -p $WORK/b1836/
2025-08-20T23:00:30.0164593Z [00:02:52.278]➜  go tool buildid -w $WORK/b1833/_pkg_.a # internal
2025-08-20T23:00:30.0168088Z [00:02:52.278]➜  cat >/tmp/go-build2180205415/b1836/importcfg << 'EOF' # internal
2025-08-20T23:00:30.0169589Z [00:02:52.278]➜  # import config
2025-08-20T23:00:30.0170218Z [00:02:52.278]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:30.0171045Z [00:02:52.278]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.0171737Z [00:02:52.278]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:30.0172650Z [00:02:52.278]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.0174709Z [00:02:52.278]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.0175514Z [00:02:52.278]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.0186176Z [00:02:52.278]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.0186974Z [00:02:52.278]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.0187456Z [00:02:52.278]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.0187869Z [00:02:52.278]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T23:00:30.0188295Z [00:02:52.278]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.0189078Z [00:02:52.278]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.0189458Z [00:02:52.278]➜  EOF
2025-08-20T23:00:30.0191445Z [00:02:52.279]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1836/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tableau=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tableau;$WORK/b1836=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tableau -lang=go1.24 -complete -installsuffix shared -buildid ECI6CEyEEcXf8rh-4em2/ECI6CEyEEcXf8rh-4em2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1836/importcfg -pack ./pkg/detectors/tableau/tableau.go
2025-08-20T23:00:30.0193525Z [00:02:52.279]➜  cp $WORK/b1833/_pkg_.a /root/.cache/go-build/98/98a73fc1bd45f342bdaa4b53ff17190f43f854a7318ee50e11e1d478a87b61fe-d # internal
2025-08-20T23:00:30.0194199Z [00:02:52.279]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tailscale
2025-08-20T23:00:30.0194596Z [00:02:52.279]➜  mkdir -p $WORK/b1837/
2025-08-20T23:00:30.0196706Z [00:02:52.281]➜  cat >/tmp/go-build2180205415/b1837/importcfg << 'EOF' # internal
2025-08-20T23:00:30.0197279Z [00:02:52.281]➜  # import config
2025-08-20T23:00:30.0197821Z [00:02:52.281]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.0198771Z [00:02:52.281]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.0199779Z [00:02:52.281]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.0200942Z [00:02:52.281]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.0202053Z [00:02:52.281]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.0203033Z [00:02:52.281]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.0203708Z [00:02:52.281]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.0205595Z [00:02:52.281]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:30.0206324Z [00:02:52.281]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.0207277Z [00:02:52.281]➜  EOF
2025-08-20T23:00:30.0209356Z [00:02:52.281]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1837/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tailscale=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tailscale;$WORK/b1837=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tailscale -lang=go1.24 -complete -installsuffix shared -buildid NXFmMJVuUNLFl6ybI78Q/NXFmMJVuUNLFl6ybI78Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1837/importcfg -pack ./pkg/detectors/tailscale/tailscale.go
2025-08-20T23:00:30.0233806Z [00:02:52.284]➜  go tool buildid -w $WORK/b1834/_pkg_.a # internal
2025-08-20T23:00:30.0243636Z [00:02:52.285]➜  cp $WORK/b1834/_pkg_.a /root/.cache/go-build/34/344e7a537f55c6b7833c0f53701fc9e451f5a1aea443c9e25c67435b62ba7e8c-d # internal
2025-08-20T23:00:30.0269629Z [00:02:52.288]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tallyfy
2025-08-20T23:00:30.0274096Z [00:02:52.288]➜  mkdir -p $WORK/b1838/
2025-08-20T23:00:30.0274695Z [00:02:52.288]➜  cat >/tmp/go-build2180205415/b1838/importcfg << 'EOF' # internal
2025-08-20T23:00:30.0275070Z [00:02:52.288]➜  # import config
2025-08-20T23:00:30.0275432Z [00:02:52.288]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.0276246Z [00:02:52.288]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.0276928Z [00:02:52.288]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.0277704Z [00:02:52.288]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.0278692Z [00:02:52.288]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.0284568Z [00:02:52.288]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.0285247Z [00:02:52.288]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.0285882Z [00:02:52.288]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.0286258Z [00:02:52.288]➜  EOF
2025-08-20T23:00:30.0288546Z [00:02:52.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1838/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tallyfy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tallyfy;$WORK/b1838=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tallyfy -lang=go1.24 -complete -installsuffix shared -buildid qiPB1RQeixHqYX9EX8FS/qiPB1RQeixHqYX9EX8FS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1838/importcfg -pack ./pkg/detectors/tallyfy/tallyfy.go
2025-08-20T23:00:30.0539348Z [00:02:52.315]➜  go tool buildid -w $WORK/b1835/_pkg_.a # internal
2025-08-20T23:00:30.0550375Z [00:02:52.316]➜  cp $WORK/b1835/_pkg_.a /root/.cache/go-build/12/12d8e70bb08d5a61fa6d80da38592ecc883b69182293ea66cf309789df9133c8-d # internal
2025-08-20T23:00:30.0551124Z [00:02:52.316]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tatumio
2025-08-20T23:00:30.0558296Z [00:02:52.316]➜  mkdir -p $WORK/b1839/
2025-08-20T23:00:30.0558698Z [00:02:52.316]➜  cat >/tmp/go-build2180205415/b1839/importcfg << 'EOF' # internal
2025-08-20T23:00:30.0559050Z [00:02:52.316]➜  # import config
2025-08-20T23:00:30.0559398Z [00:02:52.316]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.0560030Z [00:02:52.316]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.0560795Z [00:02:52.316]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.0561611Z [00:02:52.316]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.0562300Z [00:02:52.316]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.0562792Z [00:02:52.316]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.0563234Z [00:02:52.316]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.0563549Z [00:02:52.316]➜  EOF
2025-08-20T23:00:30.0565496Z [00:02:52.316]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1839/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tatumio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tatumio;$WORK/b1839=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tatumio -lang=go1.24 -complete -installsuffix shared -buildid leH-KncvJu9YHqFjIz_I/leH-KncvJu9YHqFjIz_I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1839/importcfg -pack ./pkg/detectors/tatumio/tatumio.go
2025-08-20T23:00:30.0654210Z [00:02:52.326]➜  go tool buildid -w $WORK/b1838/_pkg_.a # internal
2025-08-20T23:00:30.3091622Z [00:02:52.570]➜  cp $WORK/b1838/_pkg_.a /root/.cache/go-build/b7/b70c4901efa9434f8cf181096c0522f9c920ad36616d229a181ae946486efeab-d # internal
2025-08-20T23:00:30.3099755Z [00:02:52.570]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/taxjar
2025-08-20T23:00:30.3100175Z [00:02:52.570]➜  mkdir -p $WORK/b1840/
2025-08-20T23:00:30.3100562Z [00:02:52.570]➜  cat >/tmp/go-build2180205415/b1840/importcfg << 'EOF' # internal
2025-08-20T23:00:30.3100911Z [00:02:52.570]➜  # import config
2025-08-20T23:00:30.3101255Z [00:02:52.570]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.3101671Z [00:02:52.570]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.3102273Z [00:02:52.570]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.3103279Z [00:02:52.570]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.3104254Z [00:02:52.570]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.3104938Z [00:02:52.570]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.3105440Z [00:02:52.570]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.3106082Z [00:02:52.570]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.3106461Z [00:02:52.570]➜  EOF
2025-08-20T23:00:30.3121427Z [00:02:52.573]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1840/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/taxjar=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/taxjar;$WORK/b1840=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/taxjar -lang=go1.24 -complete -installsuffix shared -buildid tVBmAlolX5i22s3Bn6Ow/tVBmAlolX5i22s3Bn6Ow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1840/importcfg -pack ./pkg/detectors/taxjar/taxjar.go
2025-08-20T23:00:30.3123383Z [00:02:52.573]➜  go tool buildid -w $WORK/b1837/_pkg_.a # internal
2025-08-20T23:00:30.3137245Z [00:02:52.575]➜  cp $WORK/b1837/_pkg_.a /root/.cache/go-build/72/7263dc3bea8a35c57ef7a876db901fef1c2c4dad4a180db1ee1fe777202330df-d # internal
2025-08-20T23:00:30.3138305Z [00:02:52.575]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamgate
2025-08-20T23:00:30.3138896Z [00:02:52.575]➜  mkdir -p $WORK/b1841/
2025-08-20T23:00:30.3144058Z [00:02:52.575]➜  cat >/tmp/go-build2180205415/b1841/importcfg << 'EOF' # internal
2025-08-20T23:00:30.3144438Z [00:02:52.576]➜  # import config
2025-08-20T23:00:30.3144786Z [00:02:52.576]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.3145399Z [00:02:52.576]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.3146591Z [00:02:52.576]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.3147409Z [00:02:52.576]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.3148096Z [00:02:52.576]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.3148589Z [00:02:52.576]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.3149023Z [00:02:52.576]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.3149338Z [00:02:52.576]➜  EOF
2025-08-20T23:00:30.3151576Z [00:02:52.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1841/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamgate=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamgate;$WORK/b1841=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamgate -lang=go1.24 -complete -installsuffix shared -buildid 0Sxpk9eG8oX3sqbS2wnS/0Sxpk9eG8oX3sqbS2wnS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1841/importcfg -pack ./pkg/detectors/teamgate/teamgate.go
2025-08-20T23:00:30.3169352Z [00:02:52.578]➜  go tool buildid -w $WORK/b1839/_pkg_.a # internal
2025-08-20T23:00:30.3182342Z [00:02:52.579]➜  cp $WORK/b1839/_pkg_.a /root/.cache/go-build/0e/0e98c5780d494e6ed527d70e634ee3b530bff3ac98d266bdb363f59de6113d7e-d # internal
2025-08-20T23:00:30.3183119Z [00:02:52.579]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkcrm
2025-08-20T23:00:30.3183537Z [00:02:52.579]➜  mkdir -p $WORK/b1842/
2025-08-20T23:00:30.3184068Z [00:02:52.579]➜  cat >/tmp/go-build2180205415/b1842/importcfg << 'EOF' # internal
2025-08-20T23:00:30.3184483Z [00:02:52.580]➜  # import config
2025-08-20T23:00:30.3184841Z [00:02:52.580]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.3185461Z [00:02:52.580]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.3187056Z [00:02:52.580]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.3187996Z [00:02:52.580]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.3188821Z [00:02:52.580]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.3189508Z [00:02:52.580]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.3190006Z [00:02:52.580]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.3190439Z [00:02:52.580]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.3190755Z [00:02:52.580]➜  EOF
2025-08-20T23:00:30.3198856Z [00:02:52.581]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1842/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkcrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkcrm;$WORK/b1842=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkcrm -lang=go1.24 -complete -installsuffix shared -buildid zQi9SAlVZtzGltgkTyDC/zQi9SAlVZtzGltgkTyDC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1842/importcfg -pack ./pkg/detectors/teamworkcrm/teamworkcrm.go
2025-08-20T23:00:30.3231148Z [00:02:52.584]➜  go tool buildid -w $WORK/b1836/_pkg_.a # internal
2025-08-20T23:00:30.3260402Z [00:02:52.587]➜  cp $WORK/b1836/_pkg_.a /root/.cache/go-build/96/96898378bdf3686371ccbbd37a3c89480af48977039f42f15f5991af310250b1-d # internal
2025-08-20T23:00:30.3261173Z [00:02:52.587]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkdesk
2025-08-20T23:00:30.3261574Z [00:02:52.587]➜  mkdir -p $WORK/b1843/
2025-08-20T23:00:30.3261953Z [00:02:52.587]➜  cat >/tmp/go-build2180205415/b1843/importcfg << 'EOF' # internal
2025-08-20T23:00:30.3262302Z [00:02:52.587]➜  # import config
2025-08-20T23:00:30.3262657Z [00:02:52.587]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.3263087Z [00:02:52.587]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.3263676Z [00:02:52.587]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.3264450Z [00:02:52.587]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.3265246Z [00:02:52.587]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.3266067Z [00:02:52.587]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.3266620Z [00:02:52.587]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.3267054Z [00:02:52.587]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.3267370Z [00:02:52.587]➜  EOF
2025-08-20T23:00:30.3269707Z [00:02:52.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1843/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkdesk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkdesk;$WORK/b1843=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkdesk -lang=go1.24 -complete -installsuffix shared -buildid h_wDpIOZf1u0D3qNWDJw/h_wDpIOZf1u0D3qNWDJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1843/importcfg -pack ./pkg/detectors/teamworkdesk/teamworkdesk.go
2025-08-20T23:00:30.3501808Z [00:02:52.611]➜  go tool buildid -w $WORK/b1840/_pkg_.a # internal
2025-08-20T23:00:30.3509610Z [00:02:52.612]➜  cp $WORK/b1840/_pkg_.a /root/.cache/go-build/b7/b7e59d6d4956b6bcb04143bb099e80843cf7ad1e9ca40165de7f96d6624dbdd5-d # internal
2025-08-20T23:00:30.3514712Z [00:02:52.612]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkspaces
2025-08-20T23:00:30.3515183Z [00:02:52.612]➜  mkdir -p $WORK/b1844/
2025-08-20T23:00:30.3516001Z [00:02:52.612]➜  cat >/tmp/go-build2180205415/b1844/importcfg << 'EOF' # internal
2025-08-20T23:00:30.3516561Z [00:02:52.612]➜  # import config
2025-08-20T23:00:30.3519105Z [00:02:52.612]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.3519549Z [00:02:52.612]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.3520161Z [00:02:52.612]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.3520959Z [00:02:52.612]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.3521755Z [00:02:52.612]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.3522433Z [00:02:52.612]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.3522925Z [00:02:52.612]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.3523361Z [00:02:52.612]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.3523683Z [00:02:52.612]➜  EOF
2025-08-20T23:00:30.3526025Z [00:02:52.613]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1844/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkspaces=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkspaces;$WORK/b1844=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkspaces -lang=go1.24 -complete -installsuffix shared -buildid 9xOx9HfGlbqd1WometE5/9xOx9HfGlbqd1WometE5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1844/importcfg -pack ./pkg/detectors/teamworkspaces/teamworkspaces.go
2025-08-20T23:00:30.3587125Z [00:02:52.620]➜  go tool buildid -w $WORK/b1841/_pkg_.a # internal
2025-08-20T23:00:30.3588413Z [00:02:52.620]➜  cp $WORK/b1841/_pkg_.a /root/.cache/go-build/f2/f221a4ef15d2808f2ec359a9e2612bfa6906672dcc6eccf1ca1b354fbc16cffb-d # internal
2025-08-20T23:00:30.3589690Z [00:02:52.620]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/technicalanalysisapi
2025-08-20T23:00:30.3590177Z [00:02:52.620]➜  mkdir -p $WORK/b1845/
2025-08-20T23:00:30.3590578Z [00:02:52.620]➜  cat >/tmp/go-build2180205415/b1845/importcfg << 'EOF' # internal
2025-08-20T23:00:30.3590939Z [00:02:52.620]➜  # import config
2025-08-20T23:00:30.3591296Z [00:02:52.620]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.3591720Z [00:02:52.620]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.3592315Z [00:02:52.620]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.3593091Z [00:02:52.620]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.3593893Z [00:02:52.620]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.3594581Z [00:02:52.620]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.3595299Z [00:02:52.620]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.3596021Z [00:02:52.620]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.3596504Z [00:02:52.620]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:30.3596819Z [00:02:52.620]➜  EOF
2025-08-20T23:00:30.3599094Z [00:02:52.620]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1845/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/technicalanalysisapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/technicalanalysisapi;$WORK/b1845=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/technicalanalysisapi -lang=go1.24 -complete -installsuffix shared -buildid Hq6PG4mzPN9xf-E4FqbU/Hq6PG4mzPN9xf-E4FqbU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1845/importcfg -pack ./pkg/detectors/technicalanalysisapi/technicalanalysisapi.go
2025-08-20T23:00:30.3635576Z [00:02:52.625]➜  go tool buildid -w $WORK/b1842/_pkg_.a # internal
2025-08-20T23:00:30.3646355Z [00:02:52.626]➜  cp $WORK/b1842/_pkg_.a /root/.cache/go-build/75/756343132f939b7cc44f63883658c9b675d31c1f4d282bc45f02ac672330fced-d # internal
2025-08-20T23:00:30.3647133Z [00:02:52.626]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tefter
2025-08-20T23:00:30.3647535Z [00:02:52.626]➜  mkdir -p $WORK/b1846/
2025-08-20T23:00:30.3661650Z [00:02:52.626]➜  cat >/tmp/go-build2180205415/b1846/importcfg << 'EOF' # internal
2025-08-20T23:00:30.3662099Z [00:02:52.626]➜  # import config
2025-08-20T23:00:30.3662455Z [00:02:52.626]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.3662918Z [00:02:52.626]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:30.3663552Z [00:02:52.626]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.3664341Z [00:02:52.626]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.3665150Z [00:02:52.626]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.3666075Z [00:02:52.626]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.3667719Z [00:02:52.626]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.3668366Z [00:02:52.626]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.3668862Z [00:02:52.626]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.3669370Z [00:02:52.626]➜  EOF
2025-08-20T23:00:30.3672626Z [00:02:52.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1846/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tefter=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tefter;$WORK/b1846=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tefter -lang=go1.24 -complete -installsuffix shared -buildid zCFgQgmYI9cc-1rOQ0Ir/zCFgQgmYI9cc-1rOQ0Ir -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1846/importcfg -pack ./pkg/detectors/tefter/tefter.go
2025-08-20T23:00:30.3687439Z [00:02:52.630]➜  go tool buildid -w $WORK/b1843/_pkg_.a # internal
2025-08-20T23:00:30.3691659Z [00:02:52.630]➜  cp $WORK/b1843/_pkg_.a /root/.cache/go-build/c4/c4d54fdc63a7a49210f08956c3aa0a1a8dd244ce941156e89ceb96e42ac43269-d # internal
2025-08-20T23:00:30.3692430Z [00:02:52.630]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telegrambottoken
2025-08-20T23:00:30.3692851Z [00:02:52.630]➜  mkdir -p $WORK/b1847/
2025-08-20T23:00:30.3716873Z [00:02:52.631]➜  cat >/tmp/go-build2180205415/b1847/importcfg << 'EOF' # internal
2025-08-20T23:00:30.3717290Z [00:02:52.631]➜  # import config
2025-08-20T23:00:30.3717639Z [00:02:52.631]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.3718110Z [00:02:52.631]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:30.3718945Z [00:02:52.631]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.3719798Z [00:02:52.631]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.3720611Z [00:02:52.631]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.3721293Z [00:02:52.631]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.3721783Z [00:02:52.631]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.3722385Z [00:02:52.631]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.3722749Z [00:02:52.631]➜  EOF
2025-08-20T23:00:30.3725077Z [00:02:52.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1847/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telegrambottoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telegrambottoken;$WORK/b1847=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telegrambottoken -lang=go1.24 -complete -installsuffix shared -buildid YKaNTuLIgjA5q3jG4Hha/YKaNTuLIgjA5q3jG4Hha -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1847/importcfg -pack ./pkg/detectors/telegrambottoken/telegrambottoken.go
2025-08-20T23:00:30.3985940Z [00:02:52.660]➜  go tool buildid -w $WORK/b1844/_pkg_.a # internal
2025-08-20T23:00:30.3994663Z [00:02:52.661]➜  cp $WORK/b1844/_pkg_.a /root/.cache/go-build/40/4074df33d2c13dcff2ed24d8c0a30f18b482e5264d8dc5c749aa8c3bcb2e45c2-d # internal
2025-08-20T23:00:30.4002764Z [00:02:52.661]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teletype
2025-08-20T23:00:30.4010508Z [00:02:52.662]➜  mkdir -p $WORK/b1848/
2025-08-20T23:00:30.4019023Z [00:02:52.663]➜  cat >/tmp/go-build2180205415/b1848/importcfg << 'EOF' # internal
2025-08-20T23:00:30.4019591Z [00:02:52.663]➜  # import config
2025-08-20T23:00:30.4020077Z [00:02:52.663]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.4020802Z [00:02:52.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.4021722Z [00:02:52.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.4022939Z [00:02:52.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.4023721Z [00:02:52.663]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.4024287Z [00:02:52.663]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.4024792Z [00:02:52.663]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.4025306Z [00:02:52.663]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.4025715Z [00:02:52.663]➜  EOF
2025-08-20T23:00:30.4027987Z [00:02:52.663]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1848/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teletype=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teletype;$WORK/b1848=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teletype -lang=go1.24 -complete -installsuffix shared -buildid fEohj8MGDcmz5hx-ZAmc/fEohj8MGDcmz5hx-ZAmc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1848/importcfg -pack ./pkg/detectors/teletype/teletype.go
2025-08-20T23:00:30.4044294Z [00:02:52.664]➜  go tool buildid -w $WORK/b1845/_pkg_.a # internal
2025-08-20T23:00:30.4045034Z [00:02:52.665]➜  cp $WORK/b1845/_pkg_.a /root/.cache/go-build/5a/5acf23127009f4434373d3c58396a8c730fbc284e93cd570a18a97db66ae1fe9-d # internal
2025-08-20T23:00:30.4046073Z [00:02:52.665]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telnyx
2025-08-20T23:00:30.4054986Z [00:02:52.665]➜  mkdir -p $WORK/b1849/
2025-08-20T23:00:30.4056372Z [00:02:52.666]➜  cat >/tmp/go-build2180205415/b1849/importcfg << 'EOF' # internal
2025-08-20T23:00:30.4056977Z [00:02:52.666]➜  # import config
2025-08-20T23:00:30.4057412Z [00:02:52.666]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.4057846Z [00:02:52.666]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.4058454Z [00:02:52.666]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.4059228Z [00:02:52.666]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.4060031Z [00:02:52.666]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.4060954Z [00:02:52.666]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.4061682Z [00:02:52.666]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.4066729Z [00:02:52.666]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.4067157Z [00:02:52.666]➜  EOF
2025-08-20T23:00:30.4069390Z [00:02:52.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1849/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telnyx=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telnyx;$WORK/b1849=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telnyx -lang=go1.24 -complete -installsuffix shared -buildid e7Vm9wJWm2BHmlUIXSEH/e7Vm9wJWm2BHmlUIXSEH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1849/importcfg -pack ./pkg/detectors/telnyx/telnyx.go
2025-08-20T23:00:30.4071378Z [00:02:52.667]➜  go tool buildid -w $WORK/b1847/_pkg_.a # internal
2025-08-20T23:00:30.4085567Z [00:02:52.670]➜  cp $WORK/b1847/_pkg_.a /root/.cache/go-build/da/dab247912b534441188e3619a7b6a6986ce6c60780784d1c70c754905c1eef63-d # internal
2025-08-20T23:00:30.4087146Z [00:02:52.670]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/terraformcloudpersonaltoken
2025-08-20T23:00:30.4087750Z [00:02:52.670]➜  mkdir -p $WORK/b1850/
2025-08-20T23:00:30.4088293Z [00:02:52.670]➜  cat >/tmp/go-build2180205415/b1850/importcfg << 'EOF' # internal
2025-08-20T23:00:30.4088783Z [00:02:52.670]➜  # import config
2025-08-20T23:00:30.4091080Z [00:02:52.670]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.4091629Z [00:02:52.670]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.4092355Z [00:02:52.670]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.4093211Z [00:02:52.670]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.4094135Z [00:02:52.670]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.4095186Z [00:02:52.670]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.4098447Z [00:02:52.670]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.4099011Z [00:02:52.670]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.4099336Z [00:02:52.670]➜  EOF
2025-08-20T23:00:30.4109953Z [00:02:52.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1850/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/terraformcloudpersonaltoken;$WORK/b1850=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/terraformcloudpersonaltoken -lang=go1.24 -complete -installsuffix shared -buildid eYU_qYSHbGyZG4O3rT1d/eYU_qYSHbGyZG4O3rT1d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1850/importcfg -pack ./pkg/detectors/terraformcloudpersonaltoken/terraformcloudpersonaltoken.go
2025-08-20T23:00:30.4117287Z [00:02:52.672]➜  go tool buildid -w $WORK/b1846/_pkg_.a # internal
2025-08-20T23:00:30.4122117Z [00:02:52.673]➜  cp $WORK/b1846/_pkg_.a /root/.cache/go-build/e2/e2221cb0161c486a703ca769709c65048aeaca55c3d77ae0dfa27bf389d00a67-d # internal
2025-08-20T23:00:30.4123367Z [00:02:52.673]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/testingbot
2025-08-20T23:00:30.4123844Z [00:02:52.673]➜  mkdir -p $WORK/b1851/
2025-08-20T23:00:30.4130096Z [00:02:52.674]➜  cat >/tmp/go-build2180205415/b1851/importcfg << 'EOF' # internal
2025-08-20T23:00:30.4130480Z [00:02:52.674]➜  # import config
2025-08-20T23:00:30.4130829Z [00:02:52.674]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.4131260Z [00:02:52.674]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.4131864Z [00:02:52.674]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.4132638Z [00:02:52.674]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.4133825Z [00:02:52.674]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.4134577Z [00:02:52.674]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.4135064Z [00:02:52.674]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.4135482Z [00:02:52.674]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.4136070Z [00:02:52.674]➜  EOF
2025-08-20T23:00:30.4141755Z [00:02:52.674]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1851/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/testingbot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/testingbot;$WORK/b1851=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/testingbot -lang=go1.24 -complete -installsuffix shared -buildid -p7aqEp6SnxIoNn56B50/-p7aqEp6SnxIoNn56B50 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1851/importcfg -pack ./pkg/detectors/testingbot/testingbot.go
2025-08-20T23:00:30.4478821Z [00:02:52.709]➜  go tool buildid -w $WORK/b1848/_pkg_.a # internal
2025-08-20T23:00:30.4487331Z [00:02:52.710]➜  go tool buildid -w $WORK/b1850/_pkg_.a # internal
2025-08-20T23:00:30.4489229Z [00:02:52.710]➜  go tool buildid -w $WORK/b1849/_pkg_.a # internal
2025-08-20T23:00:30.4490212Z [00:02:52.710]➜  cp $WORK/b1848/_pkg_.a /root/.cache/go-build/dc/dc08cfea0714b834422539353382fcd9fc47a68e662bf5fe030af4b03461674e-d # internal
2025-08-20T23:00:30.4490905Z [00:02:52.710]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/textmagic
2025-08-20T23:00:30.4501668Z [00:02:52.711]➜  mkdir -p $WORK/b1852/
2025-08-20T23:00:30.4503364Z [00:02:52.711]➜  cat >/tmp/go-build2180205415/b1852/importcfg << 'EOF' # internal
2025-08-20T23:00:30.4504224Z [00:02:52.711]➜  # import config
2025-08-20T23:00:30.4504646Z [00:02:52.711]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.4505143Z [00:02:52.711]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:30.4507457Z [00:02:52.711]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.4508321Z [00:02:52.711]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.4509127Z [00:02:52.711]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.4509935Z [00:02:52.711]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.4512589Z [00:02:52.711]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.4513107Z [00:02:52.711]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.4513578Z [00:02:52.712]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.4513899Z [00:02:52.712]➜  EOF
2025-08-20T23:00:30.4519147Z [00:02:52.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1852/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/textmagic=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/textmagic;$WORK/b1852=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/textmagic -lang=go1.24 -complete -installsuffix shared -buildid kuSETcut6PRJnBq_ckdd/kuSETcut6PRJnBq_ckdd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1852/importcfg -pack ./pkg/detectors/textmagic/textmagic.go
2025-08-20T23:00:30.4521460Z [00:02:52.712]➜  cp $WORK/b1850/_pkg_.a /root/.cache/go-build/06/06f5e5e8c5c0a8a8a409c1caab824bb5076250d86fe1271b2b4382c139f74fc1-d # internal
2025-08-20T23:00:30.4522151Z [00:02:52.712]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/theoddsapi
2025-08-20T23:00:30.4522550Z [00:02:52.712]➜  mkdir -p $WORK/b1853/
2025-08-20T23:00:30.4522924Z [00:02:52.712]➜  cat >/tmp/go-build2180205415/b1853/importcfg << 'EOF' # internal
2025-08-20T23:00:30.4523267Z [00:02:52.712]➜  # import config
2025-08-20T23:00:30.4524037Z [00:02:52.712]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.4524706Z [00:02:52.712]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.4525478Z [00:02:52.712]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.4526477Z [00:02:52.712]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.4527160Z [00:02:52.712]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.4527683Z [00:02:52.712]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.4528118Z [00:02:52.712]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.4528431Z [00:02:52.712]➜  EOF
2025-08-20T23:00:30.4530477Z [00:02:52.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1853/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/theoddsapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/theoddsapi;$WORK/b1853=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/theoddsapi -lang=go1.24 -complete -installsuffix shared -buildid 14vGIzFbRITPJy3qFGuS/14vGIzFbRITPJy3qFGuS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1853/importcfg -pack ./pkg/detectors/theoddsapi/theoddsapi.go
2025-08-20T23:00:30.4532823Z [00:02:52.712]➜  cp $WORK/b1849/_pkg_.a /root/.cache/go-build/64/64e90cbd0e9ce3d0375199bd8fe97b25ee1b66bce4cbf24c437c7fcac5062537-d # internal
2025-08-20T23:00:30.4533506Z [00:02:52.712]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thinkific
2025-08-20T23:00:30.4533887Z [00:02:52.712]➜  mkdir -p $WORK/b1854/
2025-08-20T23:00:30.4534260Z [00:02:52.712]➜  cat >/tmp/go-build2180205415/b1854/importcfg << 'EOF' # internal
2025-08-20T23:00:30.4534601Z [00:02:52.712]➜  # import config
2025-08-20T23:00:30.4534946Z [00:02:52.712]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.4535459Z [00:02:52.712]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.4556765Z [00:02:52.712]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.4557642Z [00:02:52.712]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.4558333Z [00:02:52.712]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.4558815Z [00:02:52.712]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.4559239Z [00:02:52.712]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.4559672Z [00:02:52.712]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.4559985Z [00:02:52.712]➜  EOF
2025-08-20T23:00:30.4562032Z [00:02:52.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1854/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thinkific=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thinkific;$WORK/b1854=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thinkific -lang=go1.24 -complete -installsuffix shared -buildid cY5dRI-QwkVJLvFXSH1w/cY5dRI-QwkVJLvFXSH1w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1854/importcfg -pack ./pkg/detectors/thinkific/thinkific.go
2025-08-20T23:00:30.4563904Z [00:02:52.714]➜  go tool buildid -w $WORK/b1851/_pkg_.a # internal
2025-08-20T23:00:30.4564580Z [00:02:52.716]➜  cp $WORK/b1851/_pkg_.a /root/.cache/go-build/4f/4f0906c88c4250eafe6fceeb45118ee71c77855ca37911b31e3cec40beb6a3a0-d # internal
2025-08-20T23:00:30.4565273Z [00:02:52.716]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thousandeyes
2025-08-20T23:00:30.4565666Z [00:02:52.716]➜  mkdir -p $WORK/b1855/
2025-08-20T23:00:30.4566321Z [00:02:52.717]➜  cat >/tmp/go-build2180205415/b1855/importcfg << 'EOF' # internal
2025-08-20T23:00:30.4567089Z [00:02:52.717]➜  # import config
2025-08-20T23:00:30.4567474Z [00:02:52.717]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.4568086Z [00:02:52.717]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.4568864Z [00:02:52.717]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.4569666Z [00:02:52.717]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.4570340Z [00:02:52.717]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.4570832Z [00:02:52.717]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.4571272Z [00:02:52.717]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.4571588Z [00:02:52.717]➜  EOF
2025-08-20T23:00:30.4573675Z [00:02:52.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1855/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thousandeyes=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thousandeyes;$WORK/b1855=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thousandeyes -lang=go1.24 -complete -installsuffix shared -buildid f26rhktEmyPjaq7LIzMJ/f26rhktEmyPjaq7LIzMJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1855/importcfg -pack ./pkg/detectors/thousandeyes/thousandeyes.go
2025-08-20T23:00:30.4890696Z [00:02:52.750]➜  go tool buildid -w $WORK/b1854/_pkg_.a # internal
2025-08-20T23:00:30.4902009Z [00:02:52.751]➜  cp $WORK/b1854/_pkg_.a /root/.cache/go-build/89/89ea4dbe4ff8b55665c9c3b6498065a9424f25a6c96eb2556620cb811acb71de-d # internal
2025-08-20T23:00:30.4903542Z [00:02:52.751]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ticketmaster
2025-08-20T23:00:30.4903962Z [00:02:52.751]➜  mkdir -p $WORK/b1856/
2025-08-20T23:00:30.4904335Z [00:02:52.751]➜  go tool buildid -w $WORK/b1852/_pkg_.a # internal
2025-08-20T23:00:30.4907364Z [00:02:52.752]➜  go tool buildid -w $WORK/b1853/_pkg_.a # internal
2025-08-20T23:00:30.4916834Z [00:02:52.752]➜  cat >/tmp/go-build2180205415/b1856/importcfg << 'EOF' # internal
2025-08-20T23:00:30.4917247Z [00:02:52.752]➜  # import config
2025-08-20T23:00:30.4917627Z [00:02:52.752]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.4918047Z [00:02:52.752]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.4918641Z [00:02:52.752]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.4919407Z [00:02:52.752]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.4920201Z [00:02:52.752]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.4920889Z [00:02:52.752]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.4921395Z [00:02:52.752]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.4921832Z [00:02:52.752]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.4922152Z [00:02:52.752]➜  EOF
2025-08-20T23:00:30.4924219Z [00:02:52.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1856/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ticketmaster=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ticketmaster;$WORK/b1856=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ticketmaster -lang=go1.24 -complete -installsuffix shared -buildid _iW-Qjf2CvbYaDPl1A2Y/_iW-Qjf2CvbYaDPl1A2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1856/importcfg -pack ./pkg/detectors/ticketmaster/ticketmaster.go
2025-08-20T23:00:30.4926834Z [00:02:52.753]➜  cp $WORK/b1852/_pkg_.a /root/.cache/go-build/c1/c1c83a4389637cd1e78e6d671be47bdb18483107b5c41dd9e91a026db25bec4a-d # internal
2025-08-20T23:00:30.4927688Z [00:02:52.753]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tickettailor
2025-08-20T23:00:30.4928086Z [00:02:52.753]➜  mkdir -p $WORK/b1857/
2025-08-20T23:00:30.4928455Z [00:02:52.754]➜  cat >/tmp/go-build2180205415/b1857/importcfg << 'EOF' # internal
2025-08-20T23:00:30.4928806Z [00:02:52.754]➜  # import config
2025-08-20T23:00:30.4929145Z [00:02:52.754]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.4929566Z [00:02:52.754]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.4930156Z [00:02:52.754]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.4930917Z [00:02:52.754]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.4931722Z [00:02:52.754]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.4932412Z [00:02:52.754]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.4932886Z [00:02:52.754]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.4933305Z [00:02:52.754]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.4933852Z [00:02:52.754]➜  EOF
2025-08-20T23:00:30.4943559Z [00:02:52.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1857/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tickettailor=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tickettailor;$WORK/b1857=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tickettailor -lang=go1.24 -complete -installsuffix shared -buildid 3xWFyIHlkNHA0yC3qAjh/3xWFyIHlkNHA0yC3qAjh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1857/importcfg -pack ./pkg/detectors/tickettailor/tickettailor.go
2025-08-20T23:00:30.4946222Z [00:02:52.754]➜  cp $WORK/b1853/_pkg_.a /root/.cache/go-build/ba/ba02e6564e5af2e02e5abc6822824b72d9429ec59053c19e87868b5c4af1b3da-d # internal
2025-08-20T23:00:30.4947044Z [00:02:52.755]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tiingo
2025-08-20T23:00:30.4947426Z [00:02:52.755]➜  mkdir -p $WORK/b1858/
2025-08-20T23:00:30.4947809Z [00:02:52.755]➜  cat >/tmp/go-build2180205415/b1858/importcfg << 'EOF' # internal
2025-08-20T23:00:30.4948154Z [00:02:52.755]➜  # import config
2025-08-20T23:00:30.4948498Z [00:02:52.755]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.4948915Z [00:02:52.755]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.4949507Z [00:02:52.755]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.4950269Z [00:02:52.755]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.4951114Z [00:02:52.755]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.4951795Z [00:02:52.755]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.4952285Z [00:02:52.755]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.4952719Z [00:02:52.755]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.4953035Z [00:02:52.755]➜  EOF
2025-08-20T23:00:30.4954960Z [00:02:52.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1858/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tiingo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tiingo;$WORK/b1858=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tiingo -lang=go1.24 -complete -installsuffix shared -buildid DfmWo93bv9AHX83vfjtF/DfmWo93bv9AHX83vfjtF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1858/importcfg -pack ./pkg/detectors/tiingo/tiingo.go
2025-08-20T23:00:30.5005943Z [00:02:52.761]➜  go tool buildid -w $WORK/b1855/_pkg_.a # internal
2025-08-20T23:00:30.5019541Z [00:02:52.763]➜  cp $WORK/b1855/_pkg_.a /root/.cache/go-build/2e/2e5804b6bd6916c9b0d9f3edd0711480dbcb672b7c9bf0d5e341b3fc4439e996-d # internal
2025-08-20T23:00:30.5027017Z [00:02:52.763]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timecamp
2025-08-20T23:00:30.5027713Z [00:02:52.763]➜  mkdir -p $WORK/b1859/
2025-08-20T23:00:30.5035160Z [00:02:52.764]➜  cat >/tmp/go-build2180205415/b1859/importcfg << 'EOF' # internal
2025-08-20T23:00:30.5038074Z [00:02:52.764]➜  # import config
2025-08-20T23:00:30.5038516Z [00:02:52.764]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.5048832Z [00:02:52.764]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.5049648Z [00:02:52.764]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.5050471Z [00:02:52.764]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.5051198Z [00:02:52.764]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.5051691Z [00:02:52.764]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.5052129Z [00:02:52.764]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.5052446Z [00:02:52.764]➜  EOF
2025-08-20T23:00:30.5054435Z [00:02:52.764]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1859/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timecamp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timecamp;$WORK/b1859=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timecamp -lang=go1.24 -complete -installsuffix shared -buildid bp4nziwdPb8dCf1MDoz6/bp4nziwdPb8dCf1MDoz6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1859/importcfg -pack ./pkg/detectors/timecamp/timecamp.go
2025-08-20T23:00:30.5281633Z [00:02:52.789]➜  go tool buildid -w $WORK/b1856/_pkg_.a # internal
2025-08-20T23:00:30.5290086Z [00:02:52.789]➜  cp $WORK/b1856/_pkg_.a /root/.cache/go-build/09/09662758d15706a50681cb3a51d078d59abd58946a72567a0c9db352265d8c6f-d # internal
2025-08-20T23:00:30.5290820Z [00:02:52.789]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timezoneapi
2025-08-20T23:00:30.5291225Z [00:02:52.789]➜  mkdir -p $WORK/b1860/
2025-08-20T23:00:30.5291605Z [00:02:52.790]➜  cat >/tmp/go-build2180205415/b1860/importcfg << 'EOF' # internal
2025-08-20T23:00:30.5291954Z [00:02:52.790]➜  # import config
2025-08-20T23:00:30.5292298Z [00:02:52.790]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.5292908Z [00:02:52.790]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.5293872Z [00:02:52.790]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.5294844Z [00:02:52.790]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.5295532Z [00:02:52.790]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.5296221Z [00:02:52.790]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.5296664Z [00:02:52.790]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.5296984Z [00:02:52.790]➜  EOF
2025-08-20T23:00:30.5299054Z [00:02:52.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1860/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timezoneapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timezoneapi;$WORK/b1860=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timezoneapi -lang=go1.24 -complete -installsuffix shared -buildid LaCpBtClplb8O8-EXvMO/LaCpBtClplb8O8-EXvMO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1860/importcfg -pack ./pkg/detectors/timezoneapi/timezoneapi.go
2025-08-20T23:00:30.5367682Z [00:02:52.798]➜  go tool buildid -w $WORK/b1857/_pkg_.a # internal
2025-08-20T23:00:30.5376897Z [00:02:52.799]➜  cp $WORK/b1857/_pkg_.a /root/.cache/go-build/af/af362e0e5b5f0930433c244025d456e4cca643d1545fc40a25e9a979cc0ee1a4-d # internal
2025-08-20T23:00:30.5385304Z [00:02:52.799]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tineswebhook
2025-08-20T23:00:30.5385905Z [00:02:52.799]➜  mkdir -p $WORK/b1861/
2025-08-20T23:00:30.5386395Z [00:02:52.800]➜  cat >/tmp/go-build2180205415/b1861/importcfg << 'EOF' # internal
2025-08-20T23:00:30.5386752Z [00:02:52.800]➜  # import config
2025-08-20T23:00:30.5391272Z [00:02:52.800]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.5391998Z [00:02:52.800]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.5392828Z [00:02:52.800]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.5393535Z [00:02:52.800]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.5394035Z [00:02:52.800]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.5394478Z [00:02:52.800]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.5394794Z [00:02:52.800]➜  EOF
2025-08-20T23:00:30.5396990Z [00:02:52.800]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1861/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tineswebhook=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tineswebhook;$WORK/b1861=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tineswebhook -lang=go1.24 -complete -installsuffix shared -buildid _Jk_3dH3AVoTUucZwmwx/_Jk_3dH3AVoTUucZwmwx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1861/importcfg -pack ./pkg/detectors/tineswebhook/tineswebhook.go
2025-08-20T23:00:30.5398944Z [00:02:52.800]➜  go tool buildid -w $WORK/b1858/_pkg_.a # internal
2025-08-20T23:00:30.5402771Z [00:02:52.800]➜  cp $WORK/b1858/_pkg_.a /root/.cache/go-build/80/80f9db1d2a29ce328f0d0c447b2c177ef551096507ad4050edc89c5d0f71a119-d # internal
2025-08-20T23:00:30.5403546Z [00:02:52.800]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tmetric
2025-08-20T23:00:30.5403933Z [00:02:52.800]➜  mkdir -p $WORK/b1862/
2025-08-20T23:00:30.5404331Z [00:02:52.801]➜  cat >/tmp/go-build2180205415/b1862/importcfg << 'EOF' # internal
2025-08-20T23:00:30.5404679Z [00:02:52.801]➜  # import config
2025-08-20T23:00:30.5405017Z [00:02:52.801]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.5405436Z [00:02:52.801]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.5406171Z [00:02:52.801]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.5407142Z [00:02:52.801]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.5408079Z [00:02:52.801]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.5408756Z [00:02:52.801]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.5409255Z [00:02:52.801]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.5409687Z [00:02:52.801]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.5409999Z [00:02:52.801]➜  EOF
2025-08-20T23:00:30.5411964Z [00:02:52.801]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1862/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tmetric=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tmetric;$WORK/b1862=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tmetric -lang=go1.24 -complete -installsuffix shared -buildid BRI0uKYtLqIvatO5A2Z6/BRI0uKYtLqIvatO5A2Z6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1862/importcfg -pack ./pkg/detectors/tmetric/tmetric.go
2025-08-20T23:00:30.5444270Z [00:02:52.806]➜  go tool buildid -w $WORK/b1859/_pkg_.a # internal
2025-08-20T23:00:30.5454843Z [00:02:52.807]➜  cp $WORK/b1859/_pkg_.a /root/.cache/go-build/9f/9fbb985db7bdea1c6efce5a0cf9e4d680bcf261b597482ba99d0a7839d479ae7-d # internal
2025-08-20T23:00:30.5457523Z [00:02:52.807]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/todoist
2025-08-20T23:00:30.5459817Z [00:02:52.807]➜  mkdir -p $WORK/b1863/
2025-08-20T23:00:30.5465708Z [00:02:52.808]➜  cat >/tmp/go-build2180205415/b1863/importcfg << 'EOF' # internal
2025-08-20T23:00:30.5466239Z [00:02:52.808]➜  # import config
2025-08-20T23:00:30.5466595Z [00:02:52.808]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.5467024Z [00:02:52.808]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.5467639Z [00:02:52.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.5468420Z [00:02:52.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.5469215Z [00:02:52.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.5469899Z [00:02:52.808]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.5470386Z [00:02:52.808]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.5470820Z [00:02:52.808]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.5471132Z [00:02:52.808]➜  EOF
2025-08-20T23:00:30.5477049Z [00:02:52.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1863/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/todoist=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/todoist;$WORK/b1863=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/todoist -lang=go1.24 -complete -installsuffix shared -buildid NiLis7ku9DMGGqvNT9dB/NiLis7ku9DMGGqvNT9dB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1863/importcfg -pack ./pkg/detectors/todoist/todoist.go
2025-08-20T23:00:30.5678820Z [00:02:52.827]➜  go tool buildid -w $WORK/b1860/_pkg_.a # internal
2025-08-20T23:00:30.5679590Z [00:02:52.827]➜  cp $WORK/b1860/_pkg_.a /root/.cache/go-build/5f/5f5f9aa390d893c6012b94efc194cf6afac0d8d4eeee04b9f2c402e9b988955e-d # internal
2025-08-20T23:00:30.5680274Z [00:02:52.827]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tokeet
2025-08-20T23:00:30.5680652Z [00:02:52.827]➜  mkdir -p $WORK/b1864/
2025-08-20T23:00:30.5681026Z [00:02:52.827]➜  cat >/tmp/go-build2180205415/b1864/importcfg << 'EOF' # internal
2025-08-20T23:00:30.5681376Z [00:02:52.827]➜  # import config
2025-08-20T23:00:30.5681721Z [00:02:52.827]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.5682465Z [00:02:52.827]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.5683304Z [00:02:52.827]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.5684082Z [00:02:52.827]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.5684920Z [00:02:52.827]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.5685605Z [00:02:52.827]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.5686375Z [00:02:52.827]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.5686818Z [00:02:52.827]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.5687138Z [00:02:52.827]➜  EOF
2025-08-20T23:00:30.5689079Z [00:02:52.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1864/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tokeet=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tokeet;$WORK/b1864=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tokeet -lang=go1.24 -complete -installsuffix shared -buildid aOEMCn_ujI4KScbi6rgq/aOEMCn_ujI4KScbi6rgq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1864/importcfg -pack ./pkg/detectors/tokeet/tokeet.go
2025-08-20T23:00:30.5750273Z [00:02:52.836]➜  go tool buildid -w $WORK/b1862/_pkg_.a # internal
2025-08-20T23:00:30.5758474Z [00:02:52.837]➜  cp $WORK/b1862/_pkg_.a /root/.cache/go-build/e5/e5bd5a42ec092353db60e361d295146ffbb9f02cb46d41b5a09993c22c4c5ba0-d # internal
2025-08-20T23:00:30.5759220Z [00:02:52.837]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomorrowio
2025-08-20T23:00:30.5763038Z [00:02:52.837]➜  mkdir -p $WORK/b1865/
2025-08-20T23:00:30.5763447Z [00:02:52.837]➜  cat >/tmp/go-build2180205415/b1865/importcfg << 'EOF' # internal
2025-08-20T23:00:30.5763805Z [00:02:52.837]➜  # import config
2025-08-20T23:00:30.5764179Z [00:02:52.837]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.5764611Z [00:02:52.837]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.5765210Z [00:02:52.837]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.5766116Z [00:02:52.837]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.5766972Z [00:02:52.837]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.5767654Z [00:02:52.837]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.5768147Z [00:02:52.837]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.5768579Z [00:02:52.837]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.5768900Z [00:02:52.837]➜  EOF
2025-08-20T23:00:30.5771210Z [00:02:52.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1865/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomorrowio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomorrowio;$WORK/b1865=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomorrowio -lang=go1.24 -complete -installsuffix shared -buildid P9OYPFYdjfIcdfryYhKt/P9OYPFYdjfIcdfryYhKt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1865/importcfg -pack ./pkg/detectors/tomorrowio/tomorrowio.go
2025-08-20T23:00:30.5821061Z [00:02:52.843]➜  go tool buildid -w $WORK/b1861/_pkg_.a # internal
2025-08-20T23:00:30.5829208Z [00:02:52.844]➜  cp $WORK/b1861/_pkg_.a /root/.cache/go-build/7d/7d7238d5985ebbfc21281ef88e1b37044992445c1df8405f233b906ef012fb00-d # internal
2025-08-20T23:00:30.5837461Z [00:02:52.844]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomtom
2025-08-20T23:00:30.5837905Z [00:02:52.844]➜  mkdir -p $WORK/b1866/
2025-08-20T23:00:30.5838526Z [00:02:52.844]➜  cat >/tmp/go-build2180205415/b1866/importcfg << 'EOF' # internal
2025-08-20T23:00:30.5839025Z [00:02:52.844]➜  # import config
2025-08-20T23:00:30.5839381Z [00:02:52.844]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.5839999Z [00:02:52.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.5840768Z [00:02:52.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.5841561Z [00:02:52.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.5842237Z [00:02:52.844]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.5842730Z [00:02:52.844]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.5843167Z [00:02:52.844]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.5843485Z [00:02:52.844]➜  EOF
2025-08-20T23:00:30.5845427Z [00:02:52.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1866/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomtom=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomtom;$WORK/b1866=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomtom -lang=go1.24 -complete -installsuffix shared -buildid 4cWI42JX8mie9eqcX8v5/4cWI42JX8mie9eqcX8v5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1866/importcfg -pack ./pkg/detectors/tomtom/tomtom.go
2025-08-20T23:00:30.5949271Z [00:02:52.854]➜  go tool buildid -w $WORK/b1863/_pkg_.a # internal
2025-08-20T23:00:30.5962194Z [00:02:52.856]➜  cp $WORK/b1863/_pkg_.a /root/.cache/go-build/f8/f833fd08c0e492614cd86c03071f910bd86d3228bc3c800626002487869de15e-d # internal
2025-08-20T23:00:30.5962886Z [00:02:52.856]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tradier
2025-08-20T23:00:30.5963282Z [00:02:52.856]➜  mkdir -p $WORK/b1867/
2025-08-20T23:00:30.5963669Z [00:02:52.856]➜  cat >/tmp/go-build2180205415/b1867/importcfg << 'EOF' # internal
2025-08-20T23:00:30.5964025Z [00:02:52.856]➜  # import config
2025-08-20T23:00:30.5964364Z [00:02:52.856]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.5964793Z [00:02:52.856]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.5965384Z [00:02:52.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.5966314Z [00:02:52.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.5967110Z [00:02:52.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.5967789Z [00:02:52.856]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.5968286Z [00:02:52.856]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.5968961Z [00:02:52.856]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.5969377Z [00:02:52.856]➜  EOF
2025-08-20T23:00:30.5971331Z [00:02:52.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1867/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tradier=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tradier;$WORK/b1867=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tradier -lang=go1.24 -complete -installsuffix shared -buildid jYV8G87b9rqo5NJF_6ml/jYV8G87b9rqo5NJF_6ml -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1867/importcfg -pack ./pkg/detectors/tradier/tradier.go
2025-08-20T23:00:30.6104035Z [00:02:52.871]➜  go tool buildid -w $WORK/b1864/_pkg_.a # internal
2025-08-20T23:00:30.6116253Z [00:02:52.872]➜  cp $WORK/b1864/_pkg_.a /root/.cache/go-build/da/dafbafae5a039664db02d2b116ee37d96826bc681a613ebcb1843056e120ff04-d # internal
2025-08-20T23:00:30.6117369Z [00:02:52.873]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/transferwise
2025-08-20T23:00:30.6119037Z [00:02:52.873]➜  mkdir -p $WORK/b1868/
2025-08-20T23:00:30.6126688Z [00:02:52.874]➜  cat >/tmp/go-build2180205415/b1868/importcfg << 'EOF' # internal
2025-08-20T23:00:30.6128230Z [00:02:52.874]➜  # import config
2025-08-20T23:00:30.6129139Z [00:02:52.874]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.6129604Z [00:02:52.874]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.6130212Z [00:02:52.874]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.6130984Z [00:02:52.874]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.6131782Z [00:02:52.874]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.6132474Z [00:02:52.874]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.6132978Z [00:02:52.874]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.6133407Z [00:02:52.874]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.6134063Z [00:02:52.874]➜  EOF
2025-08-20T23:00:30.6137775Z [00:02:52.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1868/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/transferwise=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/transferwise;$WORK/b1868=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/transferwise -lang=go1.24 -complete -installsuffix shared -buildid hGB_Wvf7If1FVkWZCxkN/hGB_Wvf7If1FVkWZCxkN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1868/importcfg -pack ./pkg/detectors/transferwise/transferwise.go
2025-08-20T23:00:30.6221433Z [00:02:52.883]➜  go tool buildid -w $WORK/b1865/_pkg_.a # internal
2025-08-20T23:00:30.6272337Z [00:02:52.888]➜  go tool buildid -w $WORK/b1866/_pkg_.a # internal
2025-08-20T23:00:30.6288712Z [00:02:52.889]➜  cp $WORK/b1866/_pkg_.a /root/.cache/go-build/8d/8d541d31f48ce2507082f13b0242d0a3a95a73b96c05498f14a228091570234f-d # internal
2025-08-20T23:00:30.6289593Z [00:02:52.889]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travelpayouts
2025-08-20T23:00:30.6290017Z [00:02:52.889]➜  mkdir -p $WORK/b1869/
2025-08-20T23:00:30.6290403Z [00:02:52.890]➜  cat >/tmp/go-build2180205415/b1869/importcfg << 'EOF' # internal
2025-08-20T23:00:30.6290753Z [00:02:52.890]➜  # import config
2025-08-20T23:00:30.6291096Z [00:02:52.890]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.6291517Z [00:02:52.890]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.6292112Z [00:02:52.890]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.6292887Z [00:02:52.890]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.6294112Z [00:02:52.890]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.6294882Z [00:02:52.890]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.6295385Z [00:02:52.890]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.6295946Z [00:02:52.890]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.6296329Z [00:02:52.890]➜  EOF
2025-08-20T23:00:30.6300297Z [00:02:52.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1869/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travelpayouts=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travelpayouts;$WORK/b1869=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travelpayouts -lang=go1.24 -complete -installsuffix shared -buildid hym-OHLaQLKz4nKElvKO/hym-OHLaQLKz4nKElvKO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1869/importcfg -pack ./pkg/detectors/travelpayouts/travelpayouts.go
2025-08-20T23:00:30.6349238Z [00:02:52.896]➜  go tool buildid -w $WORK/b1867/_pkg_.a # internal
2025-08-20T23:00:30.6488072Z [00:02:52.910]➜  go tool buildid -w $WORK/b1868/_pkg_.a # internal
2025-08-20T23:00:30.6604800Z [00:02:52.921]➜  cp $WORK/b1867/_pkg_.a /root/.cache/go-build/da/daa15116309f8643d2e902760f0ecb1f0dde37e1b09924da520b228dbad91498-d # internal
2025-08-20T23:00:30.6624636Z [00:02:52.924]➜  cp $WORK/b1868/_pkg_.a /root/.cache/go-build/e2/e2a6c220fea155984e867ec5986e4e5c40a0110900027f67fc4b019dcd9acb1f-d # internal
2025-08-20T23:00:30.6626120Z [00:02:52.924]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trelloapikey
2025-08-20T23:00:30.6626557Z [00:02:52.924]➜  mkdir -p $WORK/b1871/
2025-08-20T23:00:30.6629787Z [00:02:52.924]➜  cat >/tmp/go-build2180205415/b1871/importcfg << 'EOF' # internal
2025-08-20T23:00:30.6630734Z [00:02:52.924]➜  # import config
2025-08-20T23:00:30.6632002Z [00:02:52.924]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.6633874Z [00:02:52.924]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.6635596Z [00:02:52.924]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.6636503Z [00:02:52.924]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.6637190Z [00:02:52.924]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.6637689Z [00:02:52.924]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.6638124Z [00:02:52.924]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.6638439Z [00:02:52.924]➜  EOF
2025-08-20T23:00:30.6642379Z [00:02:52.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1871/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trelloapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trelloapikey;$WORK/b1871=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trelloapikey -lang=go1.24 -complete -installsuffix shared -buildid bvOzIVmDze_JeZMX1GCi/bvOzIVmDze_JeZMX1GCi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1871/importcfg -pack ./pkg/detectors/trelloapikey/trelloapikey.go
2025-08-20T23:00:30.6644406Z [00:02:52.924]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travisci
2025-08-20T23:00:30.6645031Z [00:02:52.924]➜  mkdir -p $WORK/b1870/
2025-08-20T23:00:30.6646126Z [00:02:52.924]➜  cp $WORK/b1865/_pkg_.a /root/.cache/go-build/26/26ac504bd1735f1459976f8523b8c6ab76da59eaa76b6ecd0e923382d959dd4f-d # internal
2025-08-20T23:00:30.6646923Z [00:02:52.925]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trufflehogenterprise
2025-08-20T23:00:30.6647584Z [00:02:52.925]➜  mkdir -p $WORK/b1872/
2025-08-20T23:00:30.6648255Z [00:02:52.925]➜  cat >/tmp/go-build2180205415/b1872/importcfg << 'EOF' # internal
2025-08-20T23:00:30.6648805Z [00:02:52.925]➜  # import config
2025-08-20T23:00:30.6649276Z [00:02:52.925]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.6649711Z [00:02:52.925]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.6650307Z [00:02:52.925]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.6651067Z [00:02:52.925]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.6651861Z [00:02:52.925]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.6652536Z [00:02:52.925]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.6653166Z [00:02:52.925]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.6654014Z [00:02:52.925]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.6654527Z [00:02:52.925]➜  EOF
2025-08-20T23:00:30.6656931Z [00:02:52.925]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1872/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trufflehogenterprise=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trufflehogenterprise;$WORK/b1872=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trufflehogenterprise -lang=go1.24 -complete -installsuffix shared -buildid 3qScCR0uRvhhmcw2r9aF/3qScCR0uRvhhmcw2r9aF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1872/importcfg -pack ./pkg/detectors/trufflehogenterprise/trufflehogenterprise.go
2025-08-20T23:00:30.6659055Z [00:02:52.925]➜  go tool buildid -w $WORK/b1869/_pkg_.a # internal
2025-08-20T23:00:30.6659740Z [00:02:52.927]➜  cp $WORK/b1869/_pkg_.a /root/.cache/go-build/ea/eafd198416ef50cad40770c746443c3c92036947d2b9d34fad80d5fa69729080-d # internal
2025-08-20T23:00:30.6698786Z [00:02:52.931]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twelvedata
2025-08-20T23:00:30.6699218Z [00:02:52.931]➜  mkdir -p $WORK/b1873/
2025-08-20T23:00:30.6712571Z [00:02:52.932]➜  cat >/tmp/go-build2180205415/b1870/importcfg << 'EOF' # internal
2025-08-20T23:00:30.6713534Z [00:02:52.932]➜  # import config
2025-08-20T23:00:30.6721094Z [00:02:52.932]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.6722154Z [00:02:52.932]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.6722810Z [00:02:52.932]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.6723585Z [00:02:52.932]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.6724380Z [00:02:52.932]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.6725086Z [00:02:52.932]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.6725580Z [00:02:52.932]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.6726262Z [00:02:52.932]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.6726599Z [00:02:52.932]➜  EOF
2025-08-20T23:00:30.6726931Z [00:02:52.932]➜  cat >/tmp/go-build2180205415/b1873/importcfg << 'EOF' # internal
2025-08-20T23:00:30.6727281Z [00:02:52.932]➜  # import config
2025-08-20T23:00:30.6727615Z [00:02:52.932]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.6728219Z [00:02:52.932]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.6728985Z [00:02:52.932]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.6729784Z [00:02:52.932]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.6730721Z [00:02:52.932]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.6731298Z [00:02:52.932]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.6731730Z [00:02:52.932]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.6732160Z [00:02:52.932]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.6732474Z [00:02:52.932]➜  EOF
2025-08-20T23:00:30.6734576Z [00:02:52.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1870/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travisci=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travisci;$WORK/b1870=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travisci -lang=go1.24 -complete -installsuffix shared -buildid Ck2vb-F9WHuPZDmPI-Ed/Ck2vb-F9WHuPZDmPI-Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1870/importcfg -pack ./pkg/detectors/travisci/travisci.go
2025-08-20T23:00:30.6738415Z [00:02:52.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1873/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twelvedata=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twelvedata;$WORK/b1873=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twelvedata -lang=go1.24 -complete -installsuffix shared -buildid d-8JhJLFVxDy354XlHJD/d-8JhJLFVxDy354XlHJD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1873/importcfg -pack ./pkg/detectors/twelvedata/twelvedata.go
2025-08-20T23:00:30.7035041Z [00:02:52.965]➜  go tool buildid -w $WORK/b1872/_pkg_.a # internal
2025-08-20T23:00:30.7044685Z [00:02:52.965]➜  cp $WORK/b1872/_pkg_.a /root/.cache/go-build/45/45066e2818b94bc79896b776b5f6dd065d0f8c42245ab5df58c1d5dbc50989a5-d # internal
2025-08-20T23:00:30.7049960Z [00:02:52.966]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilio
2025-08-20T23:00:30.7050407Z [00:02:52.966]➜  mkdir -p $WORK/b1874/
2025-08-20T23:00:30.7050814Z [00:02:52.966]➜  cat >/tmp/go-build2180205415/b1874/importcfg << 'EOF' # internal
2025-08-20T23:00:30.7051169Z [00:02:52.966]➜  # import config
2025-08-20T23:00:30.7051520Z [00:02:52.966]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.7052291Z [00:02:52.966]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:30.7052733Z [00:02:52.966]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.7060791Z [00:02:52.966]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.7061614Z [00:02:52.966]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.7062419Z [00:02:52.966]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.7063112Z [00:02:52.966]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.7063599Z [00:02:52.966]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.7064051Z [00:02:52.966]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.7064382Z [00:02:52.966]➜  EOF
2025-08-20T23:00:30.7066770Z [00:02:52.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1874/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilio;$WORK/b1874=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilio -lang=go1.24 -complete -installsuffix shared -buildid 7WdowQVNtKay8a9e0-iC/7WdowQVNtKay8a9e0-iC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1874/importcfg -pack ./pkg/detectors/twilio/twilio.go
2025-08-20T23:00:30.7068621Z [00:02:52.966]➜  go tool buildid -w $WORK/b1871/_pkg_.a # internal
2025-08-20T23:00:30.7069327Z [00:02:52.967]➜  cp $WORK/b1871/_pkg_.a /root/.cache/go-build/ad/adfd8e90a7ca1b3334dbddd3a19652c561407b324cb35344f3bc601e1ab3ff22-d # internal
2025-08-20T23:00:30.7070291Z [00:02:52.967]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilioapikey
2025-08-20T23:00:30.7070798Z [00:02:52.967]➜  mkdir -p $WORK/b1875/
2025-08-20T23:00:30.7071184Z [00:02:52.967]➜  cat >/tmp/go-build2180205415/b1875/importcfg << 'EOF' # internal
2025-08-20T23:00:30.7073690Z [00:02:52.967]➜  # import config
2025-08-20T23:00:30.7074055Z [00:02:52.967]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.7074687Z [00:02:52.967]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:30.7075341Z [00:02:52.967]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.7076125Z [00:02:52.967]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.7077356Z [00:02:52.967]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.7078354Z [00:02:52.967]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.7079036Z [00:02:52.967]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.7079514Z [00:02:52.967]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.7079935Z [00:02:52.967]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.7080253Z [00:02:52.967]➜  EOF
2025-08-20T23:00:30.7082341Z [00:02:52.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1875/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilioapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilioapikey;$WORK/b1875=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilioapikey -lang=go1.24 -complete -installsuffix shared -buildid QFyabFcFvsub7icOGl-c/QFyabFcFvsub7icOGl-c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1875/importcfg -pack ./pkg/detectors/twilioapikey/twilioapikey.go
2025-08-20T23:00:30.7101180Z [00:02:52.971]➜  go tool buildid -w $WORK/b1873/_pkg_.a # internal
2025-08-20T23:00:30.7110847Z [00:02:52.972]➜  cp $WORK/b1873/_pkg_.a /root/.cache/go-build/25/25ad2d62570299c44cd1b7447191cbb7fa8a3b938706b7aa1eb7d2919203b083-d # internal
2025-08-20T23:00:30.7120651Z [00:02:52.972]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twist
2025-08-20T23:00:30.7121058Z [00:02:52.972]➜  mkdir -p $WORK/b1876/
2025-08-20T23:00:30.7121436Z [00:02:52.972]➜  cat >/tmp/go-build2180205415/b1876/importcfg << 'EOF' # internal
2025-08-20T23:00:30.7121785Z [00:02:52.972]➜  # import config
2025-08-20T23:00:30.7122127Z [00:02:52.972]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.7122546Z [00:02:52.972]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.7123154Z [00:02:52.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.7123934Z [00:02:52.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.7124730Z [00:02:52.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.7125417Z [00:02:52.972]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.7126031Z [00:02:52.972]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.7126479Z [00:02:52.972]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.7126795Z [00:02:52.972]➜  EOF
2025-08-20T23:00:30.7128955Z [00:02:52.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1876/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twist=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twist;$WORK/b1876=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twist -lang=go1.24 -complete -installsuffix shared -buildid 5Doifp1OZNtWQi5u0vHF/5Doifp1OZNtWQi5u0vHF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1876/importcfg -pack ./pkg/detectors/twist/twist.go
2025-08-20T23:00:30.7134688Z [00:02:52.974]➜  go tool buildid -w $WORK/b1870/_pkg_.a # internal
2025-08-20T23:00:30.7147736Z [00:02:52.975]➜  cp $WORK/b1870/_pkg_.a /root/.cache/go-build/cf/cff03aa89f31f764799466948259b501a0f9c353c0b288a2579c09ef96cc3dc0-d # internal
2025-08-20T23:00:30.7165051Z [00:02:52.976]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitch
2025-08-20T23:00:30.7167829Z [00:02:52.976]➜  mkdir -p $WORK/b1877/
2025-08-20T23:00:30.7168918Z [00:02:52.976]➜  cat >/tmp/go-build2180205415/b1877/importcfg << 'EOF' # internal
2025-08-20T23:00:30.7169386Z [00:02:52.976]➜  # import config
2025-08-20T23:00:30.7169743Z [00:02:52.976]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.7170409Z [00:02:52.976]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.7171198Z [00:02:52.976]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.7173828Z [00:02:52.976]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.7174844Z [00:02:52.976]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.7175683Z [00:02:52.976]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.7176874Z [00:02:52.976]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.7177515Z [00:02:52.976]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:30.7178272Z [00:02:52.976]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:30.7178924Z [00:02:52.976]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.7179555Z [00:02:52.976]➜  EOF
2025-08-20T23:00:30.7181586Z [00:02:52.976]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1877/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitch=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitch;$WORK/b1877=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitch -lang=go1.24 -complete -installsuffix shared -buildid 85tpgJoJzv0GKZXHddjG/85tpgJoJzv0GKZXHddjG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1877/importcfg -pack ./pkg/detectors/twitch/twitch.go
2025-08-20T23:00:30.7504394Z [00:02:53.011]➜  go tool buildid -w $WORK/b1876/_pkg_.a # internal
2025-08-20T23:00:30.7512225Z [00:02:53.012]➜  cp $WORK/b1876/_pkg_.a /root/.cache/go-build/02/027572d73a64f80c2dce65c3575f2e3dd360bfcddf434a9f99e9d3d6c9b26b3d-d # internal
2025-08-20T23:00:30.7514007Z [00:02:53.012]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitchaccesstoken
2025-08-20T23:00:30.7519132Z [00:02:53.012]➜  mkdir -p $WORK/b1878/
2025-08-20T23:00:30.7519735Z [00:02:53.013]➜  cat >/tmp/go-build2180205415/b1878/importcfg << 'EOF' # internal
2025-08-20T23:00:30.7520152Z [00:02:53.013]➜  # import config
2025-08-20T23:00:30.7520503Z [00:02:53.013]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.7520958Z [00:02:53.013]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.7521560Z [00:02:53.013]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.7522347Z [00:02:53.013]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.7523146Z [00:02:53.013]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.7523824Z [00:02:53.013]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.7524300Z [00:02:53.013]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.7524961Z [00:02:53.013]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.7525354Z [00:02:53.013]➜  EOF
2025-08-20T23:00:30.7527681Z [00:02:53.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1878/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitchaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitchaccesstoken;$WORK/b1878=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitchaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid LXsyh9nU9-J4UKRM2g2W/LXsyh9nU9-J4UKRM2g2W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1878/importcfg -pack ./pkg/detectors/twitchaccesstoken/twitchaccesstoken.go
2025-08-20T23:00:30.7552867Z [00:02:53.016]➜  go tool buildid -w $WORK/b1875/_pkg_.a # internal
2025-08-20T23:00:30.7566298Z [00:02:53.017]➜  cp $WORK/b1875/_pkg_.a /root/.cache/go-build/43/438d6f2447aa162bdf970bda7410cc50240ea2aecca34eae41cbc02e506c49c5-d # internal
2025-08-20T23:00:30.7575833Z [00:02:53.017]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v1
2025-08-20T23:00:30.7578849Z [00:02:53.017]➜  mkdir -p $WORK/b1879/
2025-08-20T23:00:30.7579269Z [00:02:53.017]➜  cat >/tmp/go-build2180205415/b1879/importcfg << 'EOF' # internal
2025-08-20T23:00:30.7579647Z [00:02:53.017]➜  # import config
2025-08-20T23:00:30.7579996Z [00:02:53.017]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.7580417Z [00:02:53.017]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.7581055Z [00:02:53.017]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.7581825Z [00:02:53.017]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.7582619Z [00:02:53.017]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.7583315Z [00:02:53.017]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.7583805Z [00:02:53.017]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.7584237Z [00:02:53.017]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.7584808Z [00:02:53.017]➜  EOF
2025-08-20T23:00:30.7586962Z [00:02:53.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1879/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v1;$WORK/b1879=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v1 -lang=go1.24 -complete -installsuffix shared -buildid O01fcJMZXP7k7MQuWFKh/O01fcJMZXP7k7MQuWFKh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1879/importcfg -pack ./pkg/detectors/twitter/v1/twitter_v1.go
2025-08-20T23:00:30.7605548Z [00:02:53.021]➜  go tool buildid -w $WORK/b1874/_pkg_.a # internal
2025-08-20T23:00:30.7628574Z [00:02:53.024]➜  cp $WORK/b1874/_pkg_.a /root/.cache/go-build/ae/ae7ebe4b0a4c776d1e3027e8693cbfe6fb54be6e7538e8a90c89128e172ef1e1-d # internal
2025-08-20T23:00:30.7635033Z [00:02:53.024]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitterconsumerkey
2025-08-20T23:00:30.7635505Z [00:02:53.024]➜  mkdir -p $WORK/b1881/
2025-08-20T23:00:30.7635947Z [00:02:53.024]➜  go tool buildid -w $WORK/b1877/_pkg_.a # internal
2025-08-20T23:00:30.7644121Z [00:02:53.025]➜  cp $WORK/b1877/_pkg_.a /root/.cache/go-build/65/6510e9febf1ef4384327963dac58b45080669925a560fadb59f1a6adacf2e03b-d # internal
2025-08-20T23:00:30.7645001Z [00:02:53.026]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tyntec
2025-08-20T23:00:30.7646814Z [00:02:53.026]➜  mkdir -p $WORK/b1882/
2025-08-20T23:00:30.7647256Z [00:02:53.026]➜  cat >/tmp/go-build2180205415/b1882/importcfg << 'EOF' # internal
2025-08-20T23:00:30.7647634Z [00:02:53.026]➜  # import config
2025-08-20T23:00:30.7648002Z [00:02:53.026]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.7648862Z [00:02:53.026]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.7649696Z [00:02:53.026]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.7650506Z [00:02:53.026]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.7651187Z [00:02:53.026]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.7651680Z [00:02:53.026]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.7652110Z [00:02:53.026]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.7652429Z [00:02:53.026]➜  EOF
2025-08-20T23:00:30.7655307Z [00:02:53.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1882/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tyntec=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tyntec;$WORK/b1882=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tyntec -lang=go1.24 -complete -installsuffix shared -buildid 1z2s9YqjbRfSqO4hIjlr/1z2s9YqjbRfSqO4hIjlr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1882/importcfg -pack ./pkg/detectors/tyntec/tyntec.go
2025-08-20T23:00:30.7657451Z [00:02:53.027]➜  cat >/tmp/go-build2180205415/b1881/importcfg << 'EOF' # internal
2025-08-20T23:00:30.7657812Z [00:02:53.027]➜  # import config
2025-08-20T23:00:30.7658156Z [00:02:53.027]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.7658615Z [00:02:53.027]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:30.7659095Z [00:02:53.027]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:30.7659535Z [00:02:53.027]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.7660136Z [00:02:53.027]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.7660909Z [00:02:53.027]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.7661704Z [00:02:53.027]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.7662612Z [00:02:53.027]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.7663110Z [00:02:53.027]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.7663544Z [00:02:53.027]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.7663859Z [00:02:53.027]➜  EOF
2025-08-20T23:00:30.7666891Z [00:02:53.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1881/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitterconsumerkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitterconsumerkey;$WORK/b1881=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitterconsumerkey -lang=go1.24 -complete -installsuffix shared -buildid iBnjsu9lHgoGsZj8-rsY/iBnjsu9lHgoGsZj8-rsY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1881/importcfg -pack ./pkg/detectors/twitterconsumerkey/twitterconsumerkey.go
2025-08-20T23:00:30.7930507Z [00:02:53.054]➜  go tool buildid -w $WORK/b1878/_pkg_.a # internal
2025-08-20T23:00:30.7934032Z [00:02:53.054]➜  cp $WORK/b1878/_pkg_.a /root/.cache/go-build/79/79563633005776ff6ef185da2e52dda730889d79fa14636442895b74a59d8cbd-d # internal
2025-08-20T23:00:30.7934860Z [00:02:53.055]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v1
2025-08-20T23:00:30.7935268Z [00:02:53.055]➜  mkdir -p $WORK/b1883/
2025-08-20T23:00:30.7942685Z [00:02:53.055]➜  cat >/tmp/go-build2180205415/b1883/importcfg << 'EOF' # internal
2025-08-20T23:00:30.7943326Z [00:02:53.055]➜  # import config
2025-08-20T23:00:30.7943906Z [00:02:53.055]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.7945961Z [00:02:53.055]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.7946758Z [00:02:53.055]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.7947542Z [00:02:53.055]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.7948344Z [00:02:53.055]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.7949022Z [00:02:53.055]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.7949498Z [00:02:53.055]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.7949922Z [00:02:53.055]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.7950354Z [00:02:53.055]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.7950984Z [00:02:53.055]➜  EOF
2025-08-20T23:00:30.7953166Z [00:02:53.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1883/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v1;$WORK/b1883=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v1 -lang=go1.24 -complete -installsuffix shared -buildid 7_qDwjKIXKJ9BfiU7STD/7_qDwjKIXKJ9BfiU7STD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1883/importcfg -pack ./pkg/detectors/typeform/v1/typeform.go
2025-08-20T23:00:30.8042144Z [00:02:53.065]➜  go tool buildid -w $WORK/b1879/_pkg_.a # internal
2025-08-20T23:00:30.8053021Z [00:02:53.066]➜  cp $WORK/b1879/_pkg_.a /root/.cache/go-build/2c/2c1839e3e20e0ab1ff200218fb9389270c611ae27ddbb8c3aeb133a11b20550d-d # internal
2025-08-20T23:00:30.8056318Z [00:02:53.067]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v2
2025-08-20T23:00:30.8057284Z [00:02:53.067]➜  mkdir -p $WORK/b1880/
2025-08-20T23:00:30.8062594Z [00:02:53.067]➜  cat >/tmp/go-build2180205415/b1880/importcfg << 'EOF' # internal
2025-08-20T23:00:30.8063000Z [00:02:53.067]➜  # import config
2025-08-20T23:00:30.8063351Z [00:02:53.067]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.8064082Z [00:02:53.067]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.8064719Z [00:02:53.067]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.8065486Z [00:02:53.067]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.8066487Z [00:02:53.067]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v1=/tmp/go-build2180205415/b1879/_pkg_.a
2025-08-20T23:00:30.8067342Z [00:02:53.067]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.8068040Z [00:02:53.067]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.8068535Z [00:02:53.067]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.8068965Z [00:02:53.067]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.8069287Z [00:02:53.067]➜  EOF
2025-08-20T23:00:30.8071330Z [00:02:53.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1880/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v2;$WORK/b1880=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v2 -lang=go1.24 -complete -installsuffix shared -buildid yF5QvKWS2LvFLfv1Rdzb/yF5QvKWS2LvFLfv1Rdzb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1880/importcfg -pack ./pkg/detectors/twitter/v2/twitter_v2.go
2025-08-20T23:00:30.8106083Z [00:02:53.072]➜  go tool buildid -w $WORK/b1882/_pkg_.a # internal
2025-08-20T23:00:30.8107212Z [00:02:53.072]➜  cp $WORK/b1882/_pkg_.a /root/.cache/go-build/4e/4e02027c84ab86226da42c2d5ac17f8c26e49003808f7cb493e83582536b1381-d # internal
2025-08-20T23:00:30.8108156Z [00:02:53.072]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v2
2025-08-20T23:00:30.8108670Z [00:02:53.072]➜  mkdir -p $WORK/b1884/
2025-08-20T23:00:30.8109217Z [00:02:53.072]➜  cat >/tmp/go-build2180205415/b1884/importcfg << 'EOF' # internal
2025-08-20T23:00:30.8109674Z [00:02:53.072]➜  # import config
2025-08-20T23:00:30.8110050Z [00:02:53.072]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.8110509Z [00:02:53.072]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:30.8111098Z [00:02:53.072]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.8111822Z [00:02:53.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.8112886Z [00:02:53.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.8113926Z [00:02:53.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.8114752Z [00:02:53.072]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.8115342Z [00:02:53.072]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.8116069Z [00:02:53.072]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.8116575Z [00:02:53.072]➜  EOF
2025-08-20T23:00:30.8118646Z [00:02:53.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1884/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v2;$WORK/b1884=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v2 -lang=go1.24 -complete -installsuffix shared -buildid F-S7ms-KziSjq7s3Y3Gh/F-S7ms-KziSjq7s3Y3Gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1884/importcfg -pack ./pkg/detectors/typeform/v2/typeform.go
2025-08-20T23:00:30.8212531Z [00:02:53.082]➜  go tool buildid -w $WORK/b1881/_pkg_.a # internal
2025-08-20T23:00:30.8213600Z [00:02:53.082]➜  cp $WORK/b1881/_pkg_.a /root/.cache/go-build/05/05c202813aa42a7dab35fdc35f4ccf630293c99e3404fa5855a72530d95b7764-d # internal
2025-08-20T23:00:30.8214286Z [00:02:53.082]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typetalk
2025-08-20T23:00:30.8214670Z [00:02:53.082]➜  mkdir -p $WORK/b1885/
2025-08-20T23:00:30.8215043Z [00:02:53.082]➜  cat >/tmp/go-build2180205415/b1885/importcfg << 'EOF' # internal
2025-08-20T23:00:30.8215418Z [00:02:53.082]➜  # import config
2025-08-20T23:00:30.8215905Z [00:02:53.082]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.8216397Z [00:02:53.082]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.8217005Z [00:02:53.082]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.8217906Z [00:02:53.082]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.8218784Z [00:02:53.082]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.8219464Z [00:02:53.082]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.8219953Z [00:02:53.082]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.8220386Z [00:02:53.082]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.8220749Z [00:02:53.082]➜  EOF
2025-08-20T23:00:30.8222735Z [00:02:53.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1885/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typetalk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typetalk;$WORK/b1885=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typetalk -lang=go1.24 -complete -installsuffix shared -buildid YxU5aLS5g8_LTO9EhCN3/YxU5aLS5g8_LTO9EhCN3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1885/importcfg -pack ./pkg/detectors/typetalk/typetalk.go
2025-08-20T23:00:30.8421919Z [00:02:53.103]➜  go tool buildid -w $WORK/b1883/_pkg_.a # internal
2025-08-20T23:00:30.8449718Z [00:02:53.104]➜  cp $WORK/b1883/_pkg_.a /root/.cache/go-build/73/737289985003c8f82b28ccf86ed60a83718d3c20a5498d1a3bbc430ada0c5e6a-d # internal
2025-08-20T23:00:30.8450482Z [00:02:53.104]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ubidots
2025-08-20T23:00:30.8450868Z [00:02:53.104]➜  mkdir -p $WORK/b1886/
2025-08-20T23:00:30.8451249Z [00:02:53.105]➜  cat >/tmp/go-build2180205415/b1886/importcfg << 'EOF' # internal
2025-08-20T23:00:30.8451598Z [00:02:53.105]➜  # import config
2025-08-20T23:00:30.8451938Z [00:02:53.105]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.8453088Z [00:02:53.105]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.8453928Z [00:02:53.105]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.8454740Z [00:02:53.105]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.8455425Z [00:02:53.105]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.8456118Z [00:02:53.105]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.8456613Z [00:02:53.105]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.8456934Z [00:02:53.105]➜  EOF
2025-08-20T23:00:30.8458897Z [00:02:53.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1886/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ubidots=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ubidots;$WORK/b1886=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ubidots -lang=go1.24 -complete -installsuffix shared -buildid UkBUmQsEJXW0_f6sJmWw/UkBUmQsEJXW0_f6sJmWw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1886/importcfg -pack ./pkg/detectors/ubidots/ubidots.go
2025-08-20T23:00:30.8487660Z [00:02:53.110]➜  go tool buildid -w $WORK/b1880/_pkg_.a # internal
2025-08-20T23:00:30.8498815Z [00:02:53.111]➜  cp $WORK/b1880/_pkg_.a /root/.cache/go-build/57/57d6680bf5501c04a0fa38fa1da0a26701dc1898ada179d1558f0cbf1dd9579d-d # internal
2025-08-20T23:00:30.8499713Z [00:02:53.111]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uclassify
2025-08-20T23:00:30.8500256Z [00:02:53.111]➜  mkdir -p $WORK/b1887/
2025-08-20T23:00:30.8503456Z [00:02:53.111]➜  cat >/tmp/go-build2180205415/b1887/importcfg << 'EOF' # internal
2025-08-20T23:00:30.8503944Z [00:02:53.111]➜  # import config
2025-08-20T23:00:30.8504402Z [00:02:53.111]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.8505125Z [00:02:53.111]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.8506078Z [00:02:53.111]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.8507012Z [00:02:53.111]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.8507924Z [00:02:53.111]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.8508637Z [00:02:53.111]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.8509260Z [00:02:53.111]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.8509794Z [00:02:53.111]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.8510208Z [00:02:53.111]➜  EOF
2025-08-20T23:00:30.8512250Z [00:02:53.111]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1887/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uclassify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uclassify;$WORK/b1887=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uclassify -lang=go1.24 -complete -installsuffix shared -buildid Z_IVVnP72wXTiBPYjH6D/Z_IVVnP72wXTiBPYjH6D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1887/importcfg -pack ./pkg/detectors/uclassify/uclassify.go
2025-08-20T23:00:30.8579314Z [00:02:53.119]➜  go tool buildid -w $WORK/b1884/_pkg_.a # internal
2025-08-20T23:00:30.8596449Z [00:02:53.121]➜  go tool buildid -w $WORK/b1885/_pkg_.a # internal
2025-08-20T23:00:30.8598791Z [00:02:53.121]➜  cp $WORK/b1884/_pkg_.a /root/.cache/go-build/1f/1f91b7df0a2315741bd3d5a5af18213b5d14c510464f5ac3f7f0b3ffb6686fdc-d # internal
2025-08-20T23:00:30.8601982Z [00:02:53.121]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unifyid
2025-08-20T23:00:30.8603986Z [00:02:53.121]➜  mkdir -p $WORK/b1888/
2025-08-20T23:00:30.8605912Z [00:02:53.121]➜  cat >/tmp/go-build2180205415/b1888/importcfg << 'EOF' # internal
2025-08-20T23:00:30.8606385Z [00:02:53.121]➜  # import config
2025-08-20T23:00:30.8606744Z [00:02:53.121]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.8607373Z [00:02:53.121]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.8608146Z [00:02:53.121]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.8608950Z [00:02:53.121]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.8609633Z [00:02:53.121]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.8610109Z [00:02:53.121]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.8610532Z [00:02:53.121]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.8610979Z [00:02:53.121]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.8611296Z [00:02:53.121]➜  EOF
2025-08-20T23:00:30.8613258Z [00:02:53.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1888/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unifyid=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unifyid;$WORK/b1888=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unifyid -lang=go1.24 -complete -installsuffix shared -buildid W2gRDwrvbXSMM1var19t/W2gRDwrvbXSMM1var19t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1888/importcfg -pack ./pkg/detectors/unifyid/unifyid.go
2025-08-20T23:00:30.8615546Z [00:02:53.121]➜  cp $WORK/b1885/_pkg_.a /root/.cache/go-build/68/680be1cf8d51a05cf6858a66758c6d1a356711a9edb0da34835b6657369e7072-d # internal
2025-08-20T23:00:30.8616359Z [00:02:53.121]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unplugg
2025-08-20T23:00:30.8616748Z [00:02:53.121]➜  mkdir -p $WORK/b1889/
2025-08-20T23:00:30.8617232Z [00:02:53.121]➜  cat >/tmp/go-build2180205415/b1889/importcfg << 'EOF' # internal
2025-08-20T23:00:30.8617644Z [00:02:53.121]➜  # import config
2025-08-20T23:00:30.8617991Z [00:02:53.121]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.8618600Z [00:02:53.121]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.8619364Z [00:02:53.121]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.8620156Z [00:02:53.121]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.8620830Z [00:02:53.121]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.8621322Z [00:02:53.121]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.8621753Z [00:02:53.121]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.8622078Z [00:02:53.121]➜  EOF
2025-08-20T23:00:30.8624025Z [00:02:53.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1889/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unplugg=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unplugg;$WORK/b1889=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unplugg -lang=go1.24 -complete -installsuffix shared -buildid 5r5o1LYRbOelaCIVEXiK/5r5o1LYRbOelaCIVEXiK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1889/importcfg -pack ./pkg/detectors/unplugg/unplugg.go
2025-08-20T23:00:30.8842298Z [00:02:53.144]➜  go tool buildid -w $WORK/b1886/_pkg_.a # internal
2025-08-20T23:00:30.8843860Z [00:02:53.145]➜  cp $WORK/b1886/_pkg_.a /root/.cache/go-build/2e/2eed5270f47989123aefb56ebdb61f2d28da12441c832a579e5545c9a24ed753-d # internal
2025-08-20T23:00:30.8870324Z [00:02:53.148]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unsplash
2025-08-20T23:00:30.8871230Z [00:02:53.148]➜  mkdir -p $WORK/b1890/
2025-08-20T23:00:30.8875051Z [00:02:53.149]➜  cat >/tmp/go-build2180205415/b1890/importcfg << 'EOF' # internal
2025-08-20T23:00:30.8876158Z [00:02:53.149]➜  # import config
2025-08-20T23:00:30.8876630Z [00:02:53.149]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.8877250Z [00:02:53.149]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.8878024Z [00:02:53.149]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.8878827Z [00:02:53.149]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.8879510Z [00:02:53.149]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.8880017Z [00:02:53.149]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.8880463Z [00:02:53.149]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.8880778Z [00:02:53.149]➜  EOF
2025-08-20T23:00:30.8882766Z [00:02:53.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1890/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unsplash=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unsplash;$WORK/b1890=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unsplash -lang=go1.24 -complete -installsuffix shared -buildid L5kQOplUikDr3iyjO310/L5kQOplUikDr3iyjO310 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1890/importcfg -pack ./pkg/detectors/unsplash/unsplash.go
2025-08-20T23:00:30.8896932Z [00:02:53.149]➜  go tool buildid -w $WORK/b1887/_pkg_.a # internal
2025-08-20T23:00:30.8897945Z [00:02:53.150]➜  cp $WORK/b1887/_pkg_.a /root/.cache/go-build/80/803f469c0b05bb51e6c08ccf5dd787be5bab255692a0c28540369c6adf7c22c0-d # internal
2025-08-20T23:00:30.8898664Z [00:02:53.150]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upcdatabase
2025-08-20T23:00:30.8899203Z [00:02:53.150]➜  mkdir -p $WORK/b1891/
2025-08-20T23:00:30.8899657Z [00:02:53.150]➜  cat >/tmp/go-build2180205415/b1891/importcfg << 'EOF' # internal
2025-08-20T23:00:30.8900009Z [00:02:53.150]➜  # import config
2025-08-20T23:00:30.8900365Z [00:02:53.150]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.8900785Z [00:02:53.150]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.8901379Z [00:02:53.150]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.8902151Z [00:02:53.150]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.8902948Z [00:02:53.150]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.8903730Z [00:02:53.150]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.8904372Z [00:02:53.150]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.8904795Z [00:02:53.150]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.8905228Z [00:02:53.150]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.8905544Z [00:02:53.150]➜  EOF
2025-08-20T23:00:30.8907786Z [00:02:53.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1891/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upcdatabase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upcdatabase;$WORK/b1891=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upcdatabase -lang=go1.24 -complete -installsuffix shared -buildid FoMUnFhUkhIw9YZ6nDc6/FoMUnFhUkhIw9YZ6nDc6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1891/importcfg -pack ./pkg/detectors/upcdatabase/upcdatabase.go
2025-08-20T23:00:30.8983437Z [00:02:53.159]➜  go tool buildid -w $WORK/b1888/_pkg_.a # internal
2025-08-20T23:00:30.8999468Z [00:02:53.161]➜  cp $WORK/b1888/_pkg_.a /root/.cache/go-build/d0/d01f1c8aa87d6be770c70618ed8dc2e2f2b967057824a359d2722407d6c5964f-d # internal
2025-08-20T23:00:30.9007827Z [00:02:53.162]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uplead
2025-08-20T23:00:30.9015426Z [00:02:53.163]➜  mkdir -p $WORK/b1892/
2025-08-20T23:00:30.9025499Z [00:02:53.164]➜  cat >/tmp/go-build2180205415/b1892/importcfg << 'EOF' # internal
2025-08-20T23:00:30.9031303Z [00:02:53.164]➜  # import config
2025-08-20T23:00:30.9031684Z [00:02:53.164]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.9032301Z [00:02:53.164]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.9033107Z [00:02:53.164]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.9033928Z [00:02:53.164]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.9034619Z [00:02:53.164]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.9035109Z [00:02:53.164]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.9035548Z [00:02:53.164]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.9036079Z [00:02:53.164]➜  EOF
2025-08-20T23:00:30.9041481Z [00:02:53.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1892/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uplead=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uplead;$WORK/b1892=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uplead -lang=go1.24 -complete -installsuffix shared -buildid Jz8bWhjVmYRDyai5YtyE/Jz8bWhjVmYRDyai5YtyE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1892/importcfg -pack ./pkg/detectors/uplead/uplead.go
2025-08-20T23:00:30.9069658Z [00:02:53.168]➜  go tool buildid -w $WORK/b1889/_pkg_.a # internal
2025-08-20T23:00:30.9088829Z [00:02:53.170]➜  cp $WORK/b1889/_pkg_.a /root/.cache/go-build/e8/e82cc05c8fd8c2b4593a151d3d7328994bbb08140519ea78a503b98b6642c130-d # internal
2025-08-20T23:00:30.9096737Z [00:02:53.171]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uploadcare
2025-08-20T23:00:30.9097541Z [00:02:53.171]➜  mkdir -p $WORK/b1893/
2025-08-20T23:00:30.9109327Z [00:02:53.172]➜  cat >/tmp/go-build2180205415/b1893/importcfg << 'EOF' # internal
2025-08-20T23:00:30.9110006Z [00:02:53.172]➜  # import config
2025-08-20T23:00:30.9110679Z [00:02:53.172]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.9111769Z [00:02:53.172]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.9112435Z [00:02:53.172]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.9113505Z [00:02:53.172]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.9114463Z [00:02:53.172]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.9115150Z [00:02:53.172]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.9115892Z [00:02:53.172]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.9116386Z [00:02:53.172]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.9116702Z [00:02:53.172]➜  EOF
2025-08-20T23:00:30.9118760Z [00:02:53.172]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1893/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uploadcare=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uploadcare;$WORK/b1893=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uploadcare -lang=go1.24 -complete -installsuffix shared -buildid aeV1Jzphb-lAqtdxqLcu/aeV1Jzphb-lAqtdxqLcu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1893/importcfg -pack ./pkg/detectors/uploadcare/uploadcare.go
2025-08-20T23:00:30.9236212Z [00:02:53.185]➜  go tool buildid -w $WORK/b1891/_pkg_.a # internal
2025-08-20T23:00:30.9258213Z [00:02:53.187]➜  cp $WORK/b1891/_pkg_.a /root/.cache/go-build/7e/7ecfc043acf2d54721965b4af26ead4b28baf617f7742b3a6e5391d3ca66fc9e-d # internal
2025-08-20T23:00:30.9264623Z [00:02:53.187]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uptimerobot
2025-08-20T23:00:30.9265049Z [00:02:53.188]➜  mkdir -p $WORK/b1894/
2025-08-20T23:00:30.9268118Z [00:02:53.188]➜  cat >/tmp/go-build2180205415/b1894/importcfg << 'EOF' # internal
2025-08-20T23:00:30.9269701Z [00:02:53.188]➜  # import config
2025-08-20T23:00:30.9270143Z [00:02:53.188]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.9273676Z [00:02:53.188]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.9274489Z [00:02:53.188]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.9275306Z [00:02:53.188]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.9284208Z [00:02:53.188]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.9284708Z [00:02:53.188]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.9285133Z [00:02:53.188]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.9285565Z [00:02:53.188]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.9286013Z [00:02:53.188]➜  EOF
2025-08-20T23:00:30.9288352Z [00:02:53.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1894/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uptimerobot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uptimerobot;$WORK/b1894=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uptimerobot -lang=go1.24 -complete -installsuffix shared -buildid 4l0WPr1vHN4MQJPCjJNi/4l0WPr1vHN4MQJPCjJNi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1894/importcfg -pack ./pkg/detectors/uptimerobot/uptimerobot.go
2025-08-20T23:00:30.9341313Z [00:02:53.195]➜  go tool buildid -w $WORK/b1890/_pkg_.a # internal
2025-08-20T23:00:30.9354091Z [00:02:53.196]➜  cp $WORK/b1890/_pkg_.a /root/.cache/go-build/4d/4d3a657648540cf51abba08042519b4600cba5c42e06956b79a7743f0a9f2eb1-d # internal
2025-08-20T23:00:30.9358066Z [00:02:53.197]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upwave
2025-08-20T23:00:30.9358487Z [00:02:53.197]➜  mkdir -p $WORK/b1895/
2025-08-20T23:00:30.9363138Z [00:02:53.197]➜  cat >/tmp/go-build2180205415/b1895/importcfg << 'EOF' # internal
2025-08-20T23:00:30.9364563Z [00:02:53.197]➜  # import config
2025-08-20T23:00:30.9365337Z [00:02:53.197]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.9366075Z [00:02:53.197]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.9366822Z [00:02:53.197]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.9367595Z [00:02:53.197]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.9368401Z [00:02:53.197]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.9369079Z [00:02:53.197]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.9369572Z [00:02:53.197]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.9370006Z [00:02:53.197]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.9370320Z [00:02:53.197]➜  EOF
2025-08-20T23:00:30.9372292Z [00:02:53.198]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1895/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upwave=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upwave;$WORK/b1895=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upwave -lang=go1.24 -complete -installsuffix shared -buildid 7KdasSZnb6UaLw6Y0RKQ/7KdasSZnb6UaLw6Y0RKQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1895/importcfg -pack ./pkg/detectors/upwave/upwave.go
2025-08-20T23:00:30.9401166Z [00:02:53.201]➜  go tool buildid -w $WORK/b1892/_pkg_.a # internal
2025-08-20T23:00:30.9442080Z [00:02:53.205]➜  cp $WORK/b1892/_pkg_.a /root/.cache/go-build/d9/d9347876319a50a19b50b4f989366640bf75044fdfd376bab567fb610ebfc727-d # internal
2025-08-20T23:00:30.9448200Z [00:02:53.205]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uri
2025-08-20T23:00:30.9448676Z [00:02:53.205]➜  mkdir -p $WORK/b1896/
2025-08-20T23:00:30.9449065Z [00:02:53.205]➜  cat >/tmp/go-build2180205415/b1896/importcfg << 'EOF' # internal
2025-08-20T23:00:30.9449417Z [00:02:53.205]➜  # import config
2025-08-20T23:00:30.9449788Z [00:02:53.205]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.9450221Z [00:02:53.206]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:30.9450853Z [00:02:53.206]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:30.9451643Z [00:02:53.206]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:30.9452407Z [00:02:53.206]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.9453204Z [00:02:53.206]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.9453889Z [00:02:53.206]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.9454367Z [00:02:53.206]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.9454987Z [00:02:53.206]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:30.9455520Z [00:02:53.206]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.9456106Z [00:02:53.206]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:30.9456550Z [00:02:53.206]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.9456967Z [00:02:53.206]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:30.9457273Z [00:02:53.206]➜  EOF
2025-08-20T23:00:30.9459277Z [00:02:53.206]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1896/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uri=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uri;$WORK/b1896=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uri -lang=go1.24 -complete -installsuffix shared -buildid F5h1XFXs2Fw9uSMkCcVj/F5h1XFXs2Fw9uSMkCcVj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1896/importcfg -pack ./pkg/detectors/uri/uri.go
2025-08-20T23:00:30.9610908Z [00:02:53.222]➜  go tool buildid -w $WORK/b1893/_pkg_.a # internal
2025-08-20T23:00:30.9650522Z [00:02:53.226]➜  cp $WORK/b1893/_pkg_.a /root/.cache/go-build/f9/f9f2abca658e850bf71bffe6486a13c4e87a9a2136aa4256dac4ed42c32da848-d # internal
2025-08-20T23:00:30.9655484Z [00:02:53.226]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/urlscan
2025-08-20T23:00:30.9656057Z [00:02:53.226]➜  mkdir -p $WORK/b1897/
2025-08-20T23:00:30.9665857Z [00:02:53.227]➜  cat >/tmp/go-build2180205415/b1897/importcfg << 'EOF' # internal
2025-08-20T23:00:30.9667539Z [00:02:53.227]➜  # import config
2025-08-20T23:00:30.9667919Z [00:02:53.227]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.9668543Z [00:02:53.227]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.9669325Z [00:02:53.227]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.9670135Z [00:02:53.227]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.9670814Z [00:02:53.227]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.9671648Z [00:02:53.227]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.9672086Z [00:02:53.227]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.9672403Z [00:02:53.227]➜  EOF
2025-08-20T23:00:30.9674374Z [00:02:53.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1897/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/urlscan=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/urlscan;$WORK/b1897=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/urlscan -lang=go1.24 -complete -installsuffix shared -buildid Zhg5UGN-ZDv9RABOYvzU/Zhg5UGN-ZDv9RABOYvzU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1897/importcfg -pack ./pkg/detectors/urlscan/urlscan.go
2025-08-20T23:00:30.9796697Z [00:02:53.240]➜  go tool buildid -w $WORK/b1894/_pkg_.a # internal
2025-08-20T23:00:30.9804236Z [00:02:53.241]➜  cp $WORK/b1894/_pkg_.a /root/.cache/go-build/4f/4f27a5dc0e8f28ba70435332e74b7422cbc302735072aeafb04db59dc586e6e6-d # internal
2025-08-20T23:00:30.9824338Z [00:02:53.243]➜  go tool buildid -w $WORK/b1895/_pkg_.a # internal
2025-08-20T23:00:30.9825154Z [00:02:53.243]➜  cp $WORK/b1895/_pkg_.a /root/.cache/go-build/75/75d565df9cfb1baf8f87be03cbf589737784e079b41aaf1bac82f8b4ca4c33d5-d # internal
2025-08-20T23:00:30.9825938Z [00:02:53.243]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userstack
2025-08-20T23:00:30.9826388Z [00:02:53.243]➜  mkdir -p $WORK/b1899/
2025-08-20T23:00:30.9826762Z [00:02:53.243]➜  cat >/tmp/go-build2180205415/b1899/importcfg << 'EOF' # internal
2025-08-20T23:00:30.9827106Z [00:02:53.243]➜  # import config
2025-08-20T23:00:30.9827463Z [00:02:53.243]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.9828091Z [00:02:53.243]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.9828772Z [00:02:53.243]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.9829551Z [00:02:53.243]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.9830346Z [00:02:53.243]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.9831024Z [00:02:53.243]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.9831497Z [00:02:53.243]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:30.9831917Z [00:02:53.243]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.9832462Z [00:02:53.244]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.9832916Z [00:02:53.244]➜  EOF
2025-08-20T23:00:30.9833269Z [00:02:53.244]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userflow
2025-08-20T23:00:30.9833650Z [00:02:53.244]➜  mkdir -p $WORK/b1898/
2025-08-20T23:00:30.9834046Z [00:02:53.244]➜  cat >/tmp/go-build2180205415/b1898/importcfg << 'EOF' # internal
2025-08-20T23:00:30.9834391Z [00:02:53.244]➜  # import config
2025-08-20T23:00:30.9834730Z [00:02:53.244]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:30.9835146Z [00:02:53.244]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:30.9835735Z [00:02:53.244]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:30.9836673Z [00:02:53.244]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:30.9837474Z [00:02:53.244]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:30.9838159Z [00:02:53.244]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:30.9838650Z [00:02:53.244]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:30.9839279Z [00:02:53.244]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:30.9839597Z [00:02:53.244]➜  EOF
2025-08-20T23:00:30.9841584Z [00:02:53.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1898/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userflow=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userflow;$WORK/b1898=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userflow -lang=go1.24 -complete -installsuffix shared -buildid pW9gqpJ0A8M-XIcsC28g/pW9gqpJ0A8M-XIcsC28g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1898/importcfg -pack ./pkg/detectors/userflow/userflow.go
2025-08-20T23:00:30.9845405Z [00:02:53.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1899/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userstack;$WORK/b1899=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userstack -lang=go1.24 -complete -installsuffix shared -buildid b1OMN3-SQX633SaSviCu/b1OMN3-SQX633SaSviCu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1899/importcfg -pack ./pkg/detectors/userstack/userstack.go
2025-08-20T23:00:30.9956548Z [00:02:53.256]➜  go tool buildid -w $WORK/b1896/_pkg_.a # internal
2025-08-20T23:00:31.0001541Z [00:02:53.258]➜  cp $WORK/b1896/_pkg_.a /root/.cache/go-build/e2/e23bdc8b9d4338953a6d01bd260c26f58ab99230adda8d3fd02bb14d4d5124c9-d # internal
2025-08-20T23:00:31.0002349Z [00:02:53.258]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vagrantcloudpersonaltoken
2025-08-20T23:00:31.0003403Z [00:02:53.258]➜  mkdir -p $WORK/b1900/
2025-08-20T23:00:31.0005271Z [00:02:53.258]➜  cat >/tmp/go-build2180205415/b1900/importcfg << 'EOF' # internal
2025-08-20T23:00:31.0006964Z [00:02:53.259]➜  # import config
2025-08-20T23:00:31.0010394Z [00:02:53.259]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.0011908Z [00:02:53.259]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.0020744Z [00:02:53.259]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.0021560Z [00:02:53.259]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.0022366Z [00:02:53.259]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.0023038Z [00:02:53.259]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.0023532Z [00:02:53.259]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.0024204Z [00:02:53.259]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.0024700Z [00:02:53.259]➜  EOF
2025-08-20T23:00:31.0027264Z [00:02:53.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1900/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vagrantcloudpersonaltoken;$WORK/b1900=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vagrantcloudpersonaltoken -lang=go1.24 -complete -installsuffix shared -buildid 6ZMKeQUrLKU7CdgJxdba/6ZMKeQUrLKU7CdgJxdba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1900/importcfg -pack ./pkg/detectors/vagrantcloudpersonaltoken/vagrantcloudpersonaltoken.go
2025-08-20T23:00:31.0123101Z [00:02:53.273]➜  go tool buildid -w $WORK/b1897/_pkg_.a # internal
2025-08-20T23:00:31.0123973Z [00:02:53.273]➜  cp $WORK/b1897/_pkg_.a /root/.cache/go-build/61/611980615b4d9da2a3ba5cc172d013b5a2ddfa2c8897cfe38961f16feb7bcdc3-d # internal
2025-08-20T23:00:31.0124806Z [00:02:53.273]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vatlayer
2025-08-20T23:00:31.0125337Z [00:02:53.273]➜  mkdir -p $WORK/b1901/
2025-08-20T23:00:31.0126205Z [00:02:53.274]➜  cat >/tmp/go-build2180205415/b1901/importcfg << 'EOF' # internal
2025-08-20T23:00:31.0126905Z [00:02:53.274]➜  # import config
2025-08-20T23:00:31.0127259Z [00:02:53.274]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.0127684Z [00:02:53.274]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.0128282Z [00:02:53.274]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.0129052Z [00:02:53.274]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.0129850Z [00:02:53.274]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.0130548Z [00:02:53.274]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.0131029Z [00:02:53.274]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.0131447Z [00:02:53.274]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.0131884Z [00:02:53.274]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.0132204Z [00:02:53.274]➜  EOF
2025-08-20T23:00:31.0134171Z [00:02:53.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1901/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vatlayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vatlayer;$WORK/b1901=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vatlayer -lang=go1.24 -complete -installsuffix shared -buildid I-Ol_G6rQRDO74FXF8uk/I-Ol_G6rQRDO74FXF8uk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1901/importcfg -pack ./pkg/detectors/vatlayer/vatlayer.go
2025-08-20T23:00:31.0202735Z [00:02:53.281]➜  go tool buildid -w $WORK/b1899/_pkg_.a # internal
2025-08-20T23:00:31.0214250Z [00:02:53.282]➜  cp $WORK/b1899/_pkg_.a /root/.cache/go-build/e9/e9127a8592543ab8739f733573187f1db9f8d256f85344116995e182e90224fc-d # internal
2025-08-20T23:00:31.0215028Z [00:02:53.282]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vbout
2025-08-20T23:00:31.0216077Z [00:02:53.282]➜  mkdir -p $WORK/b1902/
2025-08-20T23:00:31.0217093Z [00:02:53.283]➜  cat >/tmp/go-build2180205415/b1902/importcfg << 'EOF' # internal
2025-08-20T23:00:31.0217820Z [00:02:53.283]➜  # import config
2025-08-20T23:00:31.0218203Z [00:02:53.283]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.0218634Z [00:02:53.283]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.0219229Z [00:02:53.283]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.0220209Z [00:02:53.283]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.0221161Z [00:02:53.283]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.0221845Z [00:02:53.283]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.0222344Z [00:02:53.283]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.0222780Z [00:02:53.283]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.0223090Z [00:02:53.283]➜  EOF
2025-08-20T23:00:31.0225033Z [00:02:53.283]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1902/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vbout=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vbout;$WORK/b1902=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vbout -lang=go1.24 -complete -installsuffix shared -buildid cQ2liMynCPbDdUFiXanN/cQ2liMynCPbDdUFiXanN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1902/importcfg -pack ./pkg/detectors/vbout/vbout.go
2025-08-20T23:00:31.0303739Z [00:02:53.291]➜  go tool buildid -w $WORK/b1898/_pkg_.a # internal
2025-08-20T23:00:31.0320187Z [00:02:53.293]➜  cp $WORK/b1898/_pkg_.a /root/.cache/go-build/90/902542eb1484dc6e0c6c514a62a4002e34eba276d44b7c65c9f5d4199222136f-d # internal
2025-08-20T23:00:31.0324460Z [00:02:53.294]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vercel
2025-08-20T23:00:31.0327366Z [00:02:53.294]➜  mkdir -p $WORK/b1903/
2025-08-20T23:00:31.0349428Z [00:02:53.295]➜  cat >/tmp/go-build2180205415/b1903/importcfg << 'EOF' # internal
2025-08-20T23:00:31.0350100Z [00:02:53.295]➜  # import config
2025-08-20T23:00:31.0350760Z [00:02:53.295]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.0351726Z [00:02:53.295]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.0352427Z [00:02:53.295]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.0353218Z [00:02:53.295]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.0354019Z [00:02:53.295]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.0354706Z [00:02:53.295]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.0355201Z [00:02:53.295]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.0355640Z [00:02:53.295]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.0356144Z [00:02:53.295]➜  EOF
2025-08-20T23:00:31.0358356Z [00:02:53.295]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1903/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vercel=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vercel;$WORK/b1903=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vercel -lang=go1.24 -complete -installsuffix shared -buildid 1IGvC8h3ku7WsfSPtr2s/1IGvC8h3ku7WsfSPtr2s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1903/importcfg -pack ./pkg/detectors/vercel/vercel.go
2025-08-20T23:00:31.0386950Z [00:02:53.300]➜  go tool buildid -w $WORK/b1900/_pkg_.a # internal
2025-08-20T23:00:31.0406651Z [00:02:53.301]➜  cp $WORK/b1900/_pkg_.a /root/.cache/go-build/59/59c0c769b3c6f048bf0d348831821f02360936923f3c23da3afdc91c8a2605a1-d # internal
2025-08-20T23:00:31.0408045Z [00:02:53.302]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verifier
2025-08-20T23:00:31.0420349Z [00:02:53.303]➜  mkdir -p $WORK/b1904/
2025-08-20T23:00:31.0421287Z [00:02:53.303]➜  cat >/tmp/go-build2180205415/b1904/importcfg << 'EOF' # internal
2025-08-20T23:00:31.0422545Z [00:02:53.303]➜  # import config
2025-08-20T23:00:31.0422908Z [00:02:53.303]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.0423332Z [00:02:53.303]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.0424320Z [00:02:53.303]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.0425172Z [00:02:53.303]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.0451245Z [00:02:53.303]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.0452126Z [00:02:53.303]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.0452638Z [00:02:53.303]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.0453076Z [00:02:53.303]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.0453395Z [00:02:53.303]➜  EOF
2025-08-20T23:00:31.0455414Z [00:02:53.303]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1904/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verifier=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verifier;$WORK/b1904=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verifier -lang=go1.24 -complete -installsuffix shared -buildid sZC41wZcXuylBz9dcoek/sZC41wZcXuylBz9dcoek -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1904/importcfg -pack ./pkg/detectors/verifier/verifier.go
2025-08-20T23:00:31.0556901Z [00:02:53.317]➜  go tool buildid -w $WORK/b1901/_pkg_.a # internal
2025-08-20T23:00:31.0568648Z [00:02:53.318]➜  go tool buildid -w $WORK/b1902/_pkg_.a # internal
2025-08-20T23:00:31.0571536Z [00:02:53.318]➜  cp $WORK/b1902/_pkg_.a /root/.cache/go-build/4d/4d3e0b2141acccfaa634dde5b0a2102f45c0f88c105c5ab4e05d03fde5d4bfb0-d # internal
2025-08-20T23:00:31.0573759Z [00:02:53.318]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verimail
2025-08-20T23:00:31.0575168Z [00:02:53.318]➜  mkdir -p $WORK/b1905/
2025-08-20T23:00:31.0577034Z [00:02:53.319]➜  cat >/tmp/go-build2180205415/b1905/importcfg << 'EOF' # internal
2025-08-20T23:00:31.0577479Z [00:02:53.319]➜  # import config
2025-08-20T23:00:31.0577852Z [00:02:53.319]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.0578471Z [00:02:53.319]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.0579250Z [00:02:53.319]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.0580046Z [00:02:53.319]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.0594393Z [00:02:53.319]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.0594921Z [00:02:53.319]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.0595360Z [00:02:53.319]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.0595678Z [00:02:53.319]➜  EOF
2025-08-20T23:00:31.0598085Z [00:02:53.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1905/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verimail=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verimail;$WORK/b1905=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verimail -lang=go1.24 -complete -installsuffix shared -buildid 1X5T9luoTXFUlPzn3vPm/1X5T9luoTXFUlPzn3vPm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1905/importcfg -pack ./pkg/detectors/verimail/verimail.go
2025-08-20T23:00:31.0605251Z [00:02:53.322]➜  cp $WORK/b1901/_pkg_.a /root/.cache/go-build/41/414d20ccc8f7008f68578a4e1d6d9511039cbaca9aed48fd507e963b21b0705d-d # internal
2025-08-20T23:00:31.0606848Z [00:02:53.322]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/veriphone
2025-08-20T23:00:31.0607568Z [00:02:53.322]➜  mkdir -p $WORK/b1906/
2025-08-20T23:00:31.0608389Z [00:02:53.322]➜  cat >/tmp/go-build2180205415/b1906/importcfg << 'EOF' # internal
2025-08-20T23:00:31.0608798Z [00:02:53.322]➜  # import config
2025-08-20T23:00:31.0609518Z [00:02:53.322]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.0610194Z [00:02:53.322]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.0610968Z [00:02:53.322]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.0611771Z [00:02:53.322]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.0612448Z [00:02:53.322]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.0612938Z [00:02:53.322]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.0613375Z [00:02:53.322]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.0613692Z [00:02:53.322]➜  EOF
2025-08-20T23:00:31.0615729Z [00:02:53.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1906/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/veriphone=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/veriphone;$WORK/b1906=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/veriphone -lang=go1.24 -complete -installsuffix shared -buildid bixiWgjACBFYMEP3G3Se/bixiWgjACBFYMEP3G3Se -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1906/importcfg -pack ./pkg/detectors/veriphone/veriphone.go
2025-08-20T23:00:31.0731491Z [00:02:53.334]➜  go tool buildid -w $WORK/b1903/_pkg_.a # internal
2025-08-20T23:00:31.0746736Z [00:02:53.336]➜  cp $WORK/b1903/_pkg_.a /root/.cache/go-build/e2/e20fd5f198bcd53d7540ef7a5e405b9faf9eea8af702e288c1487741cefdd70b-d # internal
2025-08-20T23:00:31.0754264Z [00:02:53.336]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/versioneye
2025-08-20T23:00:31.0758099Z [00:02:53.336]➜  mkdir -p $WORK/b1907/
2025-08-20T23:00:31.0766907Z [00:02:53.338]➜  cat >/tmp/go-build2180205415/b1907/importcfg << 'EOF' # internal
2025-08-20T23:00:31.0768802Z [00:02:53.338]➜  # import config
2025-08-20T23:00:31.0769611Z [00:02:53.338]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.0770440Z [00:02:53.338]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.0771445Z [00:02:53.338]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.0772474Z [00:02:53.338]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.0773439Z [00:02:53.338]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.0776502Z [00:02:53.338]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.0776970Z [00:02:53.338]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.0777289Z [00:02:53.338]➜  EOF
2025-08-20T23:00:31.0779617Z [00:02:53.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1907/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/versioneye=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/versioneye;$WORK/b1907=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/versioneye -lang=go1.24 -complete -installsuffix shared -buildid dgZCLYt5Gz4FUk4wr96M/dgZCLYt5Gz4FUk4wr96M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1907/importcfg -pack ./pkg/detectors/versioneye/versioneye.go
2025-08-20T23:00:31.0898169Z [00:02:53.351]➜  go tool buildid -w $WORK/b1904/_pkg_.a # internal
2025-08-20T23:00:31.0906692Z [00:02:53.352]➜  cp $WORK/b1904/_pkg_.a /root/.cache/go-build/66/668af6f32e2e2efb0243af7e60968ba8026f97d169a378ab8d865acfcb1f7c38-d # internal
2025-08-20T23:00:31.0909881Z [00:02:53.352]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/viewneo
2025-08-20T23:00:31.0911405Z [00:02:53.352]➜  mkdir -p $WORK/b1908/
2025-08-20T23:00:31.0914143Z [00:02:53.352]➜  cat >/tmp/go-build2180205415/b1908/importcfg << 'EOF' # internal
2025-08-20T23:00:31.0915165Z [00:02:53.352]➜  # import config
2025-08-20T23:00:31.0916230Z [00:02:53.352]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.0917019Z [00:02:53.352]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.0918054Z [00:02:53.352]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.0919043Z [00:02:53.352]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.0920175Z [00:02:53.352]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.0921094Z [00:02:53.353]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.0921823Z [00:02:53.353]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.0922474Z [00:02:53.353]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.0922953Z [00:02:53.353]➜  EOF
2025-08-20T23:00:31.0925163Z [00:02:53.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1908/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/viewneo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/viewneo;$WORK/b1908=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/viewneo -lang=go1.24 -complete -installsuffix shared -buildid -2GGtPDdm-n11uDHuM5P/-2GGtPDdm-n11uDHuM5P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1908/importcfg -pack ./pkg/detectors/viewneo/viewneo.go
2025-08-20T23:00:31.0996823Z [00:02:53.358]➜  go tool buildid -w $WORK/b1905/_pkg_.a # internal
2025-08-20T23:00:31.0997687Z [00:02:53.359]➜  cp $WORK/b1905/_pkg_.a /root/.cache/go-build/ff/ff5e0e31fec6a154a04cdf64c73df34b50271566c7fbb06b3ebb6bee3d8c1729-d # internal
2025-08-20T23:00:31.0998336Z [00:02:53.359]➜  go tool buildid -w $WORK/b1906/_pkg_.a # internal
2025-08-20T23:00:31.0998827Z [00:02:53.359]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/virustotal
2025-08-20T23:00:31.0999247Z [00:02:53.359]➜  mkdir -p $WORK/b1909/
2025-08-20T23:00:31.1001098Z [00:02:53.359]➜  cat >/tmp/go-build2180205415/b1909/importcfg << 'EOF' # internal
2025-08-20T23:00:31.1001469Z [00:02:53.359]➜  # import config
2025-08-20T23:00:31.1001820Z [00:02:53.359]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.1002923Z [00:02:53.359]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.1004047Z [00:02:53.359]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.1005583Z [00:02:53.359]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.1006837Z [00:02:53.359]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.1008351Z [00:02:53.359]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.1009022Z [00:02:53.359]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.1009415Z [00:02:53.359]➜  EOF
2025-08-20T23:00:31.1011455Z [00:02:53.360]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1909/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/virustotal=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/virustotal;$WORK/b1909=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/virustotal -lang=go1.24 -complete -installsuffix shared -buildid _qVFWvZv5uHfN7jtzSOg/_qVFWvZv5uHfN7jtzSOg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1909/importcfg -pack ./pkg/detectors/virustotal/virustotal.go
2025-08-20T23:00:31.1013589Z [00:02:53.361]➜  cp $WORK/b1906/_pkg_.a /root/.cache/go-build/93/9327b86b4713626ce5600389509b312c91b6cd3ff12462e271e4221b1eea48f4-d # internal
2025-08-20T23:00:31.1014384Z [00:02:53.361]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/visualcrossing
2025-08-20T23:00:31.1014913Z [00:02:53.361]➜  mkdir -p $WORK/b1910/
2025-08-20T23:00:31.1015285Z [00:02:53.361]➜  cat >/tmp/go-build2180205415/b1910/importcfg << 'EOF' # internal
2025-08-20T23:00:31.1015627Z [00:02:53.361]➜  # import config
2025-08-20T23:00:31.1016226Z [00:02:53.361]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.1016654Z [00:02:53.361]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.1017290Z [00:02:53.361]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.1018063Z [00:02:53.361]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.1018859Z [00:02:53.361]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.1019547Z [00:02:53.361]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.1020043Z [00:02:53.361]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.1020474Z [00:02:53.361]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.1021038Z [00:02:53.361]➜  EOF
2025-08-20T23:00:31.1023169Z [00:02:53.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1910/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/visualcrossing=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/visualcrossing;$WORK/b1910=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/visualcrossing -lang=go1.24 -complete -installsuffix shared -buildid QzHkVUxP2AAextUVvM5B/QzHkVUxP2AAextUVvM5B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1910/importcfg -pack ./pkg/detectors/visualcrossing/visualcrossing.go
2025-08-20T23:00:31.1260721Z [00:02:53.387]➜  go tool buildid -w $WORK/b1907/_pkg_.a # internal
2025-08-20T23:00:31.1270253Z [00:02:53.388]➜  cp $WORK/b1907/_pkg_.a /root/.cache/go-build/b2/b26b657976e4216d5c80a7bcd1b016af8aca9d3efe9500366da297f5e463e1a0-d # internal
2025-08-20T23:00:31.1280229Z [00:02:53.388]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voiceflow
2025-08-20T23:00:31.1280647Z [00:02:53.388]➜  mkdir -p $WORK/b1911/
2025-08-20T23:00:31.1281049Z [00:02:53.389]➜  cat >/tmp/go-build2180205415/b1911/importcfg << 'EOF' # internal
2025-08-20T23:00:31.1281401Z [00:02:53.389]➜  # import config
2025-08-20T23:00:31.1281743Z [00:02:53.389]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:31.1282171Z [00:02:53.389]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.1282599Z [00:02:53.389]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.1283198Z [00:02:53.389]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.1283976Z [00:02:53.389]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.1285048Z [00:02:53.389]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.1286018Z [00:02:53.389]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.1286571Z [00:02:53.389]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.1286992Z [00:02:53.389]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.1287426Z [00:02:53.389]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.1287748Z [00:02:53.389]➜  EOF
2025-08-20T23:00:31.1289931Z [00:02:53.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1911/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voiceflow=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voiceflow;$WORK/b1911=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voiceflow -lang=go1.24 -complete -installsuffix shared -buildid qUuCgCjDXXRa9voYP7CM/qUuCgCjDXXRa9voYP7CM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1911/importcfg -pack ./pkg/detectors/voiceflow/voiceflow.go
2025-08-20T23:00:31.1346642Z [00:02:53.396]➜  go tool buildid -w $WORK/b1908/_pkg_.a # internal
2025-08-20T23:00:31.1361458Z [00:02:53.397]➜  cp $WORK/b1908/_pkg_.a /root/.cache/go-build/84/84efbf8ba95e9ebad44aafac1e012e531e2f7a3b228a5ba0f561fc8207ef53d3-d # internal
2025-08-20T23:00:31.1367065Z [00:02:53.397]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voicegain
2025-08-20T23:00:31.1367474Z [00:02:53.397]➜  mkdir -p $WORK/b1912/
2025-08-20T23:00:31.1376184Z [00:02:53.398]➜  cat >/tmp/go-build2180205415/b1912/importcfg << 'EOF' # internal
2025-08-20T23:00:31.1376624Z [00:02:53.398]➜  # import config
2025-08-20T23:00:31.1376978Z [00:02:53.398]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.1377404Z [00:02:53.398]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.1378034Z [00:02:53.398]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.1378802Z [00:02:53.398]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.1379941Z [00:02:53.398]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.1380627Z [00:02:53.398]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.1381122Z [00:02:53.398]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.1381554Z [00:02:53.398]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.1381873Z [00:02:53.398]➜  EOF
2025-08-20T23:00:31.1383894Z [00:02:53.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1912/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voicegain=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voicegain;$WORK/b1912=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voicegain -lang=go1.24 -complete -installsuffix shared -buildid l9ZjdAwSkkCjl-oM384j/l9ZjdAwSkkCjl-oM384j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1912/importcfg -pack ./pkg/detectors/voicegain/voicegain.go
2025-08-20T23:00:31.1409696Z [00:02:53.402]➜  go tool buildid -w $WORK/b1909/_pkg_.a # internal
2025-08-20T23:00:31.1410715Z [00:02:53.402]➜  cp $WORK/b1909/_pkg_.a /root/.cache/go-build/d0/d074f380f1ab57386b683bc2107d1e1dba7eaf6509c4956a8fc3abd191bce176-d # internal
2025-08-20T23:00:31.1412198Z [00:02:53.402]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voodoosms
2025-08-20T23:00:31.1412892Z [00:02:53.402]➜  mkdir -p $WORK/b1913/
2025-08-20T23:00:31.1413459Z [00:02:53.402]➜  cat >/tmp/go-build2180205415/b1913/importcfg << 'EOF' # internal
2025-08-20T23:00:31.1414579Z [00:02:53.402]➜  # import config
2025-08-20T23:00:31.1414946Z [00:02:53.402]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.1415608Z [00:02:53.402]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.1416382Z [00:02:53.402]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.1417167Z [00:02:53.402]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.1417965Z [00:02:53.402]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.1418643Z [00:02:53.402]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.1423675Z [00:02:53.402]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.1424157Z [00:02:53.402]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.1424481Z [00:02:53.402]➜  EOF
2025-08-20T23:00:31.1424987Z [00:02:53.403]➜  go tool buildid -w $WORK/b1910/_pkg_.a # internal
2025-08-20T23:00:31.1435525Z [00:02:53.404]➜  cp $WORK/b1910/_pkg_.a /root/.cache/go-build/02/023b57d9619b648530808f6d5e7b60a66a4c9cec7ee9656a35d89b3a31bc188b-d # internal
2025-08-20T23:00:31.1437542Z [00:02:53.404]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vouchery
2025-08-20T23:00:31.1438832Z [00:02:53.404]➜  mkdir -p $WORK/b1914/
2025-08-20T23:00:31.1439386Z [00:02:53.404]➜  cat >/tmp/go-build2180205415/b1914/importcfg << 'EOF' # internal
2025-08-20T23:00:31.1439801Z [00:02:53.404]➜  # import config
2025-08-20T23:00:31.1440342Z [00:02:53.404]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.1440940Z [00:02:53.404]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.1441724Z [00:02:53.404]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.1442713Z [00:02:53.404]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.1443896Z [00:02:53.404]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.1444772Z [00:02:53.404]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.1448563Z [00:02:53.404]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.1450212Z [00:02:53.404]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.1451571Z [00:02:53.404]➜  EOF
2025-08-20T23:00:31.1457045Z [00:02:53.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1914/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vouchery=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vouchery;$WORK/b1914=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vouchery -lang=go1.24 -complete -installsuffix shared -buildid vP9dGBkAMoM3ouoa0i_Z/vP9dGBkAMoM3ouoa0i_Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1914/importcfg -pack ./pkg/detectors/vouchery/vouchery.go
2025-08-20T23:00:31.1461267Z [00:02:53.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1913/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voodoosms=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voodoosms;$WORK/b1913=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voodoosms -lang=go1.24 -complete -installsuffix shared -buildid 94vUH6f1iujYhjRflLVH/94vUH6f1iujYhjRflLVH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1913/importcfg -pack ./pkg/detectors/voodoosms/voodoosms.go
2025-08-20T23:00:31.1682785Z [00:02:53.429]➜  go tool buildid -w $WORK/b1911/_pkg_.a # internal
2025-08-20T23:00:31.1696411Z [00:02:53.430]➜  cp $WORK/b1911/_pkg_.a /root/.cache/go-build/54/543d1894a284ee262c7e1e5e3b59803bfc90ee34f3dc7f8a22706dd78c9f0dea-d # internal
2025-08-20T23:00:31.1699706Z [00:02:53.431]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vpnapi
2025-08-20T23:00:31.1700151Z [00:02:53.431]➜  mkdir -p $WORK/b1915/
2025-08-20T23:00:31.1706815Z [00:02:53.431]➜  cat >/tmp/go-build2180205415/b1915/importcfg << 'EOF' # internal
2025-08-20T23:00:31.1707304Z [00:02:53.431]➜  # import config
2025-08-20T23:00:31.1707668Z [00:02:53.431]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.1708299Z [00:02:53.431]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.1709073Z [00:02:53.431]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.1709869Z [00:02:53.431]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.1710548Z [00:02:53.431]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.1726726Z [00:02:53.431]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.1727926Z [00:02:53.431]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.1728464Z [00:02:53.431]➜  EOF
2025-08-20T23:00:31.1730777Z [00:02:53.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1915/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vpnapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vpnapi;$WORK/b1915=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vpnapi -lang=go1.24 -complete -installsuffix shared -buildid Lvpk65p-dOZmyXacQCGK/Lvpk65p-dOZmyXacQCGK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1915/importcfg -pack ./pkg/detectors/vpnapi/vpnapi.go
2025-08-20T23:00:31.1801344Z [00:02:53.441]➜  go tool buildid -w $WORK/b1912/_pkg_.a # internal
2025-08-20T23:00:31.1811325Z [00:02:53.442]➜  cp $WORK/b1912/_pkg_.a /root/.cache/go-build/1d/1d8f3101eb3f5bddc979e755ce5cd94cdf9c77f82b510193bdc18fc7ff9ba758-d # internal
2025-08-20T23:00:31.1826004Z [00:02:53.444]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vultrapikey
2025-08-20T23:00:31.1827068Z [00:02:53.444]➜  mkdir -p $WORK/b1916/
2025-08-20T23:00:31.1827713Z [00:02:53.444]➜  cat >/tmp/go-build2180205415/b1916/importcfg << 'EOF' # internal
2025-08-20T23:00:31.1828109Z [00:02:53.444]➜  # import config
2025-08-20T23:00:31.1828823Z [00:02:53.444]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.1829266Z [00:02:53.444]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.1829878Z [00:02:53.444]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.1830654Z [00:02:53.444]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.1831453Z [00:02:53.444]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.1832140Z [00:02:53.444]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.1832757Z [00:02:53.444]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.1833270Z [00:02:53.444]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.1833588Z [00:02:53.444]➜  EOF
2025-08-20T23:00:31.1835648Z [00:02:53.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1916/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vultrapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vultrapikey;$WORK/b1916=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vultrapikey -lang=go1.24 -complete -installsuffix shared -buildid 1HkBZQmsb3zy_qpD34ne/1HkBZQmsb3zy_qpD34ne -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1916/importcfg -pack ./pkg/detectors/vultrapikey/vultrapikey.go
2025-08-20T23:00:31.1881668Z [00:02:53.449]➜  go tool buildid -w $WORK/b1913/_pkg_.a # internal
2025-08-20T23:00:31.1900165Z [00:02:53.451]➜  go tool buildid -w $WORK/b1914/_pkg_.a # internal
2025-08-20T23:00:31.1900969Z [00:02:53.451]➜  cp $WORK/b1913/_pkg_.a /root/.cache/go-build/cf/cf6e511a8639f8c209cb9de633234926bfc28994546f5679202537c95d8f9c19-d # internal
2025-08-20T23:00:31.1901632Z [00:02:53.451]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vyte
2025-08-20T23:00:31.1902008Z [00:02:53.451]➜  mkdir -p $WORK/b1917/
2025-08-20T23:00:31.1902621Z [00:02:53.451]➜  cp $WORK/b1914/_pkg_.a /root/.cache/go-build/b1/b1ee752a7d24dca9639f1ec768ce60723c04a5260205da055c91dbc42b709146-d # internal
2025-08-20T23:00:31.1903274Z [00:02:53.451]➜  cat >/tmp/go-build2180205415/b1917/importcfg << 'EOF' # internal
2025-08-20T23:00:31.1903619Z [00:02:53.451]➜  # import config
2025-08-20T23:00:31.1903959Z [00:02:53.451]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.1904564Z [00:02:53.451]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.1905530Z [00:02:53.451]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.1906656Z [00:02:53.451]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.1907338Z [00:02:53.451]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.1907836Z [00:02:53.451]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.1908266Z [00:02:53.451]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.1908582Z [00:02:53.451]➜  EOF
2025-08-20T23:00:31.1910473Z [00:02:53.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1917/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vyte=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vyte;$WORK/b1917=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vyte -lang=go1.24 -complete -installsuffix shared -buildid eaIsoLDnrFQSlvLJcopc/eaIsoLDnrFQSlvLJcopc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1917/importcfg -pack ./pkg/detectors/vyte/vyte.go
2025-08-20T23:00:31.1912282Z [00:02:53.451]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/walkscore
2025-08-20T23:00:31.1912903Z [00:02:53.451]➜  mkdir -p $WORK/b1918/
2025-08-20T23:00:31.1913531Z [00:02:53.451]➜  cat >/tmp/go-build2180205415/b1918/importcfg << 'EOF' # internal
2025-08-20T23:00:31.1913878Z [00:02:53.451]➜  # import config
2025-08-20T23:00:31.1914217Z [00:02:53.451]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.1914636Z [00:02:53.451]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.1915230Z [00:02:53.451]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.1916094Z [00:02:53.451]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.1916959Z [00:02:53.451]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.1917758Z [00:02:53.451]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.1918337Z [00:02:53.451]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.1918762Z [00:02:53.451]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.1919191Z [00:02:53.451]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.1919505Z [00:02:53.451]➜  EOF
2025-08-20T23:00:31.1921508Z [00:02:53.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1918/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/walkscore=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/walkscore;$WORK/b1918=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/walkscore -lang=go1.24 -complete -installsuffix shared -buildid 0pmflbKgBiR_mkyuzr6J/0pmflbKgBiR_mkyuzr6J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1918/importcfg -pack ./pkg/detectors/walkscore/walkscore.go
2025-08-20T23:00:31.2089028Z [00:02:53.470]➜  go tool buildid -w $WORK/b1915/_pkg_.a # internal
2025-08-20T23:00:31.2098388Z [00:02:53.471]➜  cp $WORK/b1915/_pkg_.a /root/.cache/go-build/f1/f1560320abe87ec6a540a8663fd97ca9a1e49207993a27527995af2bdfcf1c04-d # internal
2025-08-20T23:00:31.2158330Z [00:02:53.477]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherbit
2025-08-20T23:00:31.2162081Z [00:02:53.477]➜  mkdir -p $WORK/b1919/
2025-08-20T23:00:31.2163544Z [00:02:53.477]➜  cat >/tmp/go-build2180205415/b1919/importcfg << 'EOF' # internal
2025-08-20T23:00:31.2163933Z [00:02:53.477]➜  # import config
2025-08-20T23:00:31.2164516Z [00:02:53.477]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.2165730Z [00:02:53.477]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.2166714Z [00:02:53.477]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.2167653Z [00:02:53.477]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.2168456Z [00:02:53.477]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.2169148Z [00:02:53.477]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.2169640Z [00:02:53.477]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.2170071Z [00:02:53.477]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.2170386Z [00:02:53.477]➜  EOF
2025-08-20T23:00:31.2172538Z [00:02:53.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1919/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherbit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherbit;$WORK/b1919=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherbit -lang=go1.24 -complete -installsuffix shared -buildid bpQSGHYvdlsHEFFQMM_D/bpQSGHYvdlsHEFFQMM_D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1919/importcfg -pack ./pkg/detectors/weatherbit/weatherbit.go
2025-08-20T23:00:31.2241277Z [00:02:53.485]➜  go tool buildid -w $WORK/b1916/_pkg_.a # internal
2025-08-20T23:00:31.2250229Z [00:02:53.486]➜  cp $WORK/b1916/_pkg_.a /root/.cache/go-build/19/19cf86b7f6f64604c7eb46438ea18e51c7315a135a2cb615a7e4f0b62ec2557e-d # internal
2025-08-20T23:00:31.2262181Z [00:02:53.487]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherstack
2025-08-20T23:00:31.2265692Z [00:02:53.487]➜  mkdir -p $WORK/b1920/
2025-08-20T23:00:31.2267301Z [00:02:53.488]➜  go tool buildid -w $WORK/b1917/_pkg_.a # internal
2025-08-20T23:00:31.2269056Z [00:02:53.488]➜  cat >/tmp/go-build2180205415/b1920/importcfg << 'EOF' # internal
2025-08-20T23:00:31.2270545Z [00:02:53.488]➜  # import config
2025-08-20T23:00:31.2272346Z [00:02:53.488]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.2273050Z [00:02:53.488]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.2273767Z [00:02:53.488]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.2274561Z [00:02:53.488]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.2275371Z [00:02:53.488]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.2276598Z [00:02:53.488]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.2277091Z [00:02:53.488]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.2277520Z [00:02:53.488]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.2277956Z [00:02:53.488]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.2278284Z [00:02:53.488]➜  EOF
2025-08-20T23:00:31.2281845Z [00:02:53.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1920/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherstack;$WORK/b1920=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherstack -lang=go1.24 -complete -installsuffix shared -buildid bqYN1MBi9rRDQPgMLOq_/bqYN1MBi9rRDQPgMLOq_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1920/importcfg -pack ./pkg/detectors/weatherstack/weatherstack.go
2025-08-20T23:00:31.2287049Z [00:02:53.490]➜  cp $WORK/b1917/_pkg_.a /root/.cache/go-build/ee/ee5ce000ad5de7875e19d1dfd46c9d1b8f2b2ec9278d4d42cc8530dd393219da-d # internal
2025-08-20T23:00:31.2288367Z [00:02:53.490]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/web3storage
2025-08-20T23:00:31.2289403Z [00:02:53.490]➜  mkdir -p $WORK/b1921/
2025-08-20T23:00:31.2290086Z [00:02:53.490]➜  cat >/tmp/go-build2180205415/b1921/importcfg << 'EOF' # internal
2025-08-20T23:00:31.2290568Z [00:02:53.490]➜  # import config
2025-08-20T23:00:31.2290924Z [00:02:53.490]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.2291349Z [00:02:53.490]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.2291954Z [00:02:53.490]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.2292724Z [00:02:53.490]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.2293520Z [00:02:53.490]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.2294198Z [00:02:53.490]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.2294690Z [00:02:53.490]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.2295125Z [00:02:53.490]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.2295446Z [00:02:53.490]➜  EOF
2025-08-20T23:00:31.2297668Z [00:02:53.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1921/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/web3storage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/web3storage;$WORK/b1921=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/web3storage -lang=go1.24 -complete -installsuffix shared -buildid v-TAegGJYYb8BMUnokrG/v-TAegGJYYb8BMUnokrG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1921/importcfg -pack ./pkg/detectors/web3storage/web3storage.go
2025-08-20T23:00:31.2477756Z [00:02:53.506]➜  go tool buildid -w $WORK/b1918/_pkg_.a # internal
2025-08-20T23:00:31.2478826Z [00:02:53.507]➜  cp $WORK/b1918/_pkg_.a /root/.cache/go-build/ca/ca7033953285133459724143f4a94ec9ed1521536cdbb374a7d37f6acb3ec798-d # internal
2025-08-20T23:00:31.2499792Z [00:02:53.511]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webex
2025-08-20T23:00:31.2500527Z [00:02:53.511]➜  mkdir -p $WORK/b1922/
2025-08-20T23:00:31.2501344Z [00:02:53.511]➜  cat >/tmp/go-build2180205415/b1922/importcfg << 'EOF' # internal
2025-08-20T23:00:31.2502760Z [00:02:53.511]➜  # import config
2025-08-20T23:00:31.2503141Z [00:02:53.511]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.2503604Z [00:02:53.511]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:31.2504233Z [00:02:53.511]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.2505009Z [00:02:53.511]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.2505937Z [00:02:53.511]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.2506691Z [00:02:53.511]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.2507411Z [00:02:53.511]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.2507837Z [00:02:53.511]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.2508269Z [00:02:53.511]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.2508594Z [00:02:53.511]➜  EOF
2025-08-20T23:00:31.2510523Z [00:02:53.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1922/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webex;$WORK/b1922=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webex -lang=go1.24 -complete -installsuffix shared -buildid vqrh-dSxDyQ0xVBG1bI1/vqrh-dSxDyQ0xVBG1bI1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1922/importcfg -pack ./pkg/detectors/webex/webex.go
2025-08-20T23:00:31.2608782Z [00:02:53.520]➜  go tool buildid -w $WORK/b1919/_pkg_.a # internal
2025-08-20T23:00:31.2615110Z [00:02:53.521]➜  cp $WORK/b1919/_pkg_.a /root/.cache/go-build/b9/b97202e42152bda0f1697b27a03d355010d9a5e9b0300cd5398a2a70ce4a1a4a-d # internal
2025-08-20T23:00:31.2617401Z [00:02:53.522]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webexbot
2025-08-20T23:00:31.2617872Z [00:02:53.522]➜  mkdir -p $WORK/b1923/
2025-08-20T23:00:31.2618489Z [00:02:53.522]➜  cat >/tmp/go-build2180205415/b1923/importcfg << 'EOF' # internal
2025-08-20T23:00:31.2618869Z [00:02:53.522]➜  # import config
2025-08-20T23:00:31.2619220Z [00:02:53.522]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.2619680Z [00:02:53.522]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:31.2620122Z [00:02:53.522]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.2620724Z [00:02:53.522]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.2621505Z [00:02:53.522]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.2622320Z [00:02:53.522]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.2623006Z [00:02:53.522]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.2623502Z [00:02:53.522]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.2623823Z [00:02:53.522]➜  EOF
2025-08-20T23:00:31.2625937Z [00:02:53.522]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1923/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webexbot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webexbot;$WORK/b1923=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webexbot -lang=go1.24 -complete -installsuffix shared -buildid dHrSr5EDCfa0q-N3ZMG2/dHrSr5EDCfa0q-N3ZMG2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1923/importcfg -pack ./pkg/detectors/webexbot/webexbot.go
2025-08-20T23:00:31.2668050Z [00:02:53.528]➜  go tool buildid -w $WORK/b1920/_pkg_.a # internal
2025-08-20T23:00:31.2676542Z [00:02:53.529]➜  cp $WORK/b1920/_pkg_.a /root/.cache/go-build/ab/ab2c4bb2d0a252b2fa4d99cb678732fb46049d8d31119df011f2dfea204647fe-d # internal
2025-08-20T23:00:31.2677577Z [00:02:53.529]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webflow
2025-08-20T23:00:31.2678093Z [00:02:53.529]➜  mkdir -p $WORK/b1924/
2025-08-20T23:00:31.2681298Z [00:02:53.529]➜  cat >/tmp/go-build2180205415/b1924/importcfg << 'EOF' # internal
2025-08-20T23:00:31.2681726Z [00:02:53.529]➜  # import config
2025-08-20T23:00:31.2682086Z [00:02:53.529]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.2682508Z [00:02:53.529]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.2683106Z [00:02:53.529]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.2684108Z [00:02:53.529]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.2685063Z [00:02:53.529]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.2685918Z [00:02:53.529]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.2686521Z [00:02:53.529]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.2686965Z [00:02:53.529]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.2687282Z [00:02:53.529]➜  EOF
2025-08-20T23:00:31.2689272Z [00:02:53.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1924/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webflow=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webflow;$WORK/b1924=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webflow -lang=go1.24 -complete -installsuffix shared -buildid OaPCK-1nyoRvdXPqaSib/OaPCK-1nyoRvdXPqaSib -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1924/importcfg -pack ./pkg/detectors/webflow/webflow.go
2025-08-20T23:00:31.2867673Z [00:02:53.548]➜  go tool buildid -w $WORK/b1921/_pkg_.a # internal
2025-08-20T23:00:31.2869981Z [00:02:53.548]➜  cp $WORK/b1921/_pkg_.a /root/.cache/go-build/a1/a1ae6b5a4a8145425921d3a4242d96afdf0a205cc62cd159c6f97006ba4cee20-d # internal
2025-08-20T23:00:31.2871547Z [00:02:53.548]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraper
2025-08-20T23:00:31.2871957Z [00:02:53.548]➜  mkdir -p $WORK/b1925/
2025-08-20T23:00:31.2873951Z [00:02:53.548]➜  cat >/tmp/go-build2180205415/b1925/importcfg << 'EOF' # internal
2025-08-20T23:00:31.2874319Z [00:02:53.549]➜  # import config
2025-08-20T23:00:31.2874675Z [00:02:53.549]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.2882548Z [00:02:53.549]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.2883196Z [00:02:53.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.2883984Z [00:02:53.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.2884785Z [00:02:53.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.2885472Z [00:02:53.549]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.2886140Z [00:02:53.549]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.2886578Z [00:02:53.549]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.2886893Z [00:02:53.549]➜  EOF
2025-08-20T23:00:31.2889186Z [00:02:53.549]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1925/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraper=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraper;$WORK/b1925=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraper -lang=go1.24 -complete -installsuffix shared -buildid X7OphFaYxhr_XzlTvx77/X7OphFaYxhr_XzlTvx77 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1925/importcfg -pack ./pkg/detectors/webscraper/webscraper.go
2025-08-20T23:00:31.2943623Z [00:02:53.555]➜  go tool buildid -w $WORK/b1922/_pkg_.a # internal
2025-08-20T23:00:31.2959733Z [00:02:53.556]➜  cp $WORK/b1922/_pkg_.a /root/.cache/go-build/96/966143cfcb9c6797fb4eed32f5b329f0678b1e1bbe1785dcc8dc53431075bed4-d # internal
2025-08-20T23:00:31.2960535Z [00:02:53.556]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraping
2025-08-20T23:00:31.2960936Z [00:02:53.556]➜  mkdir -p $WORK/b1926/
2025-08-20T23:00:31.2961313Z [00:02:53.557]➜  cat >/tmp/go-build2180205415/b1926/importcfg << 'EOF' # internal
2025-08-20T23:00:31.2961662Z [00:02:53.557]➜  # import config
2025-08-20T23:00:31.2962008Z [00:02:53.557]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.2963033Z [00:02:53.557]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.2963878Z [00:02:53.557]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.2964685Z [00:02:53.557]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.2965373Z [00:02:53.557]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.2965970Z [00:02:53.557]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.2966460Z [00:02:53.557]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.2966890Z [00:02:53.557]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.2967205Z [00:02:53.557]➜  EOF
2025-08-20T23:00:31.2969282Z [00:02:53.557]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1926/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraping=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraping;$WORK/b1926=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraping -lang=go1.24 -complete -installsuffix shared -buildid ow4kZBJgFoZgLW6u3R6H/ow4kZBJgFoZgLW6u3R6H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1926/importcfg -pack ./pkg/detectors/webscraping/webscraping.go
2025-08-20T23:00:31.3095351Z [00:02:53.570]➜  go tool buildid -w $WORK/b1923/_pkg_.a # internal
2025-08-20T23:00:31.3112676Z [00:02:53.572]➜  cp $WORK/b1923/_pkg_.a /root/.cache/go-build/2e/2e104660d43689052f949a4f8e65338aa0a6044ce77f7e19e219e0d4d673c9d9-d # internal
2025-08-20T23:00:31.3121181Z [00:02:53.573]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/websitepulse
2025-08-20T23:00:31.3121961Z [00:02:53.573]➜  mkdir -p $WORK/b1927/
2025-08-20T23:00:31.3125504Z [00:02:53.574]➜  go tool buildid -w $WORK/b1924/_pkg_.a # internal
2025-08-20T23:00:31.3136035Z [00:02:53.575]➜  cp $WORK/b1924/_pkg_.a /root/.cache/go-build/a1/a10559b35d5f576f788ec0e8aa0837e1a94aae44b114c97d910130ef89d0682f-d # internal
2025-08-20T23:00:31.3137017Z [00:02:53.575]➜  cat >/tmp/go-build2180205415/b1927/importcfg << 'EOF' # internal
2025-08-20T23:00:31.3137589Z [00:02:53.575]➜  # import config
2025-08-20T23:00:31.3138675Z [00:02:53.575]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.3139104Z [00:02:53.575]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.3139708Z [00:02:53.575]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.3140477Z [00:02:53.575]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.3141271Z [00:02:53.575]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.3144223Z [00:02:53.575]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.3145039Z [00:02:53.575]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.3145548Z [00:02:53.575]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.3146118Z [00:02:53.575]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.3146440Z [00:02:53.575]➜  EOF
2025-08-20T23:00:31.3146822Z [00:02:53.575]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weightsandbiases
2025-08-20T23:00:31.3149191Z [00:02:53.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1927/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/websitepulse=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/websitepulse;$WORK/b1927=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/websitepulse -lang=go1.24 -complete -installsuffix shared -buildid KQ545x7SE_-_ihlLSfnT/KQ545x7SE_-_ihlLSfnT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1927/importcfg -pack ./pkg/detectors/websitepulse/websitepulse.go
2025-08-20T23:00:31.3157081Z [00:02:53.575]➜  mkdir -p $WORK/b1928/
2025-08-20T23:00:31.3157490Z [00:02:53.575]➜  cat >/tmp/go-build2180205415/b1928/importcfg << 'EOF' # internal
2025-08-20T23:00:31.3157851Z [00:02:53.575]➜  # import config
2025-08-20T23:00:31.3158191Z [00:02:53.575]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:31.3158617Z [00:02:53.575]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.3159071Z [00:02:53.575]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:31.3159544Z [00:02:53.575]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:31.3159979Z [00:02:53.575]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.3160571Z [00:02:53.575]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.3161349Z [00:02:53.575]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.3162150Z [00:02:53.575]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.3163162Z [00:02:53.575]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.3163648Z [00:02:53.575]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.3164066Z [00:02:53.575]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.3164494Z [00:02:53.575]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:31.3164810Z [00:02:53.575]➜  EOF
2025-08-20T23:00:31.3167214Z [00:02:53.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1928/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weightsandbiases=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weightsandbiases;$WORK/b1928=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weightsandbiases -lang=go1.24 -complete -installsuffix shared -buildid s1o8mTJWxMiMMrbYrXJj/s1o8mTJWxMiMMrbYrXJj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1928/importcfg -pack ./pkg/detectors/weightsandbiases/weightsandbiases.go
2025-08-20T23:00:31.3304814Z [00:02:53.591]➜  go tool buildid -w $WORK/b1925/_pkg_.a # internal
2025-08-20T23:00:31.3313531Z [00:02:53.592]➜  cp $WORK/b1925/_pkg_.a /root/.cache/go-build/7b/7bcb11d7e148ff6dbde7149cea0fda62d87d2d9c1419457cb277515521498642-d # internal
2025-08-20T23:00:31.3314519Z [00:02:53.593]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/whoxy
2025-08-20T23:00:31.3315020Z [00:02:53.593]➜  mkdir -p $WORK/b1929/
2025-08-20T23:00:31.3317116Z [00:02:53.593]➜  cat >/tmp/go-build2180205415/b1929/importcfg << 'EOF' # internal
2025-08-20T23:00:31.3317492Z [00:02:53.593]➜  # import config
2025-08-20T23:00:31.3319128Z [00:02:53.593]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.3319832Z [00:02:53.593]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.3320509Z [00:02:53.593]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.3321293Z [00:02:53.593]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.3322092Z [00:02:53.593]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.3322776Z [00:02:53.593]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.3323251Z [00:02:53.593]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.3323671Z [00:02:53.593]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.3324102Z [00:02:53.593]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.3324552Z [00:02:53.593]➜  EOF
2025-08-20T23:00:31.3328893Z [00:02:53.593]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1929/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/whoxy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/whoxy;$WORK/b1929=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/whoxy -lang=go1.24 -complete -installsuffix shared -buildid jAwpfhpjDVIX0MEbbiOv/jAwpfhpjDVIX0MEbbiOv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1929/importcfg -pack ./pkg/detectors/whoxy/whoxy.go
2025-08-20T23:00:31.3330753Z [00:02:53.594]➜  go tool buildid -w $WORK/b1926/_pkg_.a # internal
2025-08-20T23:00:31.3339470Z [00:02:53.595]➜  cp $WORK/b1926/_pkg_.a /root/.cache/go-build/98/98c36a57f1ed2f45ecd2ac999bf61fc1ddd9914dee4f6dc65988804f614afff5-d # internal
2025-08-20T23:00:31.3351231Z [00:02:53.596]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wistia
2025-08-20T23:00:31.3353685Z [00:02:53.596]➜  mkdir -p $WORK/b1930/
2025-08-20T23:00:31.3354103Z [00:02:53.596]➜  cat >/tmp/go-build2180205415/b1930/importcfg << 'EOF' # internal
2025-08-20T23:00:31.3354464Z [00:02:53.596]➜  # import config
2025-08-20T23:00:31.3354813Z [00:02:53.596]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.3355421Z [00:02:53.596]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.3356588Z [00:02:53.596]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.3357387Z [00:02:53.596]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.3358066Z [00:02:53.596]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.3358558Z [00:02:53.596]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.3358989Z [00:02:53.596]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.3359314Z [00:02:53.596]➜  EOF
2025-08-20T23:00:31.3361262Z [00:02:53.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1930/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wistia=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wistia;$WORK/b1930=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wistia -lang=go1.24 -complete -installsuffix shared -buildid vqmEX2c8QsYeVgfPQuOJ/vqmEX2c8QsYeVgfPQuOJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1930/importcfg -pack ./pkg/detectors/wistia/wistia.go
2025-08-20T23:00:31.3582409Z [00:02:53.619]➜  go tool buildid -w $WORK/b1928/_pkg_.a # internal
2025-08-20T23:00:31.3596358Z [00:02:53.620]➜  cp $WORK/b1928/_pkg_.a /root/.cache/go-build/bb/bb30ff1a753a3e33032b0b42312fa907aee8ff061e6052e69c4fedfff7203b9c-d # internal
2025-08-20T23:00:31.3601232Z [00:02:53.621]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wiz
2025-08-20T23:00:31.3602258Z [00:02:53.621]➜  mkdir -p $WORK/b1931/
2025-08-20T23:00:31.3602700Z [00:02:53.621]➜  cat >/tmp/go-build2180205415/b1931/importcfg << 'EOF' # internal
2025-08-20T23:00:31.3603305Z [00:02:53.621]➜  # import config
2025-08-20T23:00:31.3603723Z [00:02:53.621]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.3604159Z [00:02:53.621]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.3604757Z [00:02:53.621]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.3605528Z [00:02:53.621]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.3606584Z [00:02:53.621]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.3607267Z [00:02:53.621]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.3607887Z [00:02:53.621]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.3608454Z [00:02:53.621]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.3608889Z [00:02:53.621]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:31.3609314Z [00:02:53.621]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.3609637Z [00:02:53.621]➜  EOF
2025-08-20T23:00:31.3614627Z [00:02:53.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1931/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wiz=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wiz;$WORK/b1931=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wiz -lang=go1.24 -complete -installsuffix shared -buildid 4q_0VxEiEjCozAEl2wFH/4q_0VxEiEjCozAEl2wFH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1931/importcfg -pack ./pkg/detectors/wiz/wiz.go
2025-08-20T23:00:31.3616923Z [00:02:53.623]➜  go tool buildid -w $WORK/b1927/_pkg_.a # internal
2025-08-20T23:00:31.3633101Z [00:02:53.624]➜  cp $WORK/b1927/_pkg_.a /root/.cache/go-build/19/19b2c50cd92dea0bee79a7309c6b54f6cd1c699d127fd539bc795dfe413c03cd-d # internal
2025-08-20T23:00:31.3643327Z [00:02:53.625]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worksnaps
2025-08-20T23:00:31.3643979Z [00:02:53.625]➜  mkdir -p $WORK/b1932/
2025-08-20T23:00:31.3645506Z [00:02:53.625]➜  cat >/tmp/go-build2180205415/b1932/importcfg << 'EOF' # internal
2025-08-20T23:00:31.3647124Z [00:02:53.625]➜  # import config
2025-08-20T23:00:31.3647488Z [00:02:53.625]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.3647955Z [00:02:53.625]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:31.3648400Z [00:02:53.625]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.3648999Z [00:02:53.625]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.3649783Z [00:02:53.625]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.3650599Z [00:02:53.625]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.3651279Z [00:02:53.625]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.3651781Z [00:02:53.625]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.3652212Z [00:02:53.625]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.3652531Z [00:02:53.625]➜  EOF
2025-08-20T23:00:31.3654751Z [00:02:53.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1932/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worksnaps=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worksnaps;$WORK/b1932=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worksnaps -lang=go1.24 -complete -installsuffix shared -buildid LcXm9jkC2hxP6I4ugMU5/LcXm9jkC2hxP6I4ugMU5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1932/importcfg -pack ./pkg/detectors/worksnaps/worksnaps.go
2025-08-20T23:00:31.3725680Z [00:02:53.634]➜  go tool buildid -w $WORK/b1930/_pkg_.a # internal
2025-08-20T23:00:31.3734446Z [00:02:53.635]➜  cp $WORK/b1930/_pkg_.a /root/.cache/go-build/25/25f9482c431fa2ecb65e954f9d5bf8cb09edfcfcb8b7f4edf27cf8563cd09fbc-d # internal
2025-08-20T23:00:31.3736169Z [00:02:53.635]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/workstack
2025-08-20T23:00:31.3736705Z [00:02:53.635]➜  mkdir -p $WORK/b1933/
2025-08-20T23:00:31.3738271Z [00:02:53.635]➜  cat >/tmp/go-build2180205415/b1933/importcfg << 'EOF' # internal
2025-08-20T23:00:31.3738654Z [00:02:53.635]➜  # import config
2025-08-20T23:00:31.3741837Z [00:02:53.635]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.3742564Z [00:02:53.635]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.3743587Z [00:02:53.635]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.3744546Z [00:02:53.635]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.3745241Z [00:02:53.635]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.3745733Z [00:02:53.635]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.3746373Z [00:02:53.635]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.3748653Z [00:02:53.635]➜  EOF
2025-08-20T23:00:31.3750781Z [00:02:53.635]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1933/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/workstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/workstack;$WORK/b1933=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/workstack -lang=go1.24 -complete -installsuffix shared -buildid dGXKpXX-VkA4xIwou0Ni/dGXKpXX-VkA4xIwou0Ni -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1933/importcfg -pack ./pkg/detectors/workstack/workstack.go
2025-08-20T23:00:31.3842244Z [00:02:53.645]➜  go tool buildid -w $WORK/b1929/_pkg_.a # internal
2025-08-20T23:00:31.3867042Z [00:02:53.647]➜  cp $WORK/b1929/_pkg_.a /root/.cache/go-build/f4/f48de36bc21f485bde98a4368721791d104f82d6da265ee9c26bf50512b4190c-d # internal
2025-08-20T23:00:31.3867879Z [00:02:53.647]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldcoinindex
2025-08-20T23:00:31.3868301Z [00:02:53.647]➜  mkdir -p $WORK/b1934/
2025-08-20T23:00:31.3868681Z [00:02:53.647]➜  cat >/tmp/go-build2180205415/b1934/importcfg << 'EOF' # internal
2025-08-20T23:00:31.3869029Z [00:02:53.647]➜  # import config
2025-08-20T23:00:31.3869372Z [00:02:53.647]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.3869791Z [00:02:53.647]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.3870404Z [00:02:53.647]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.3871179Z [00:02:53.647]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.3871987Z [00:02:53.647]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.3872665Z [00:02:53.647]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.3873136Z [00:02:53.647]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.3873554Z [00:02:53.647]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.3873986Z [00:02:53.647]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.3874301Z [00:02:53.647]➜  EOF
2025-08-20T23:00:31.3876774Z [00:02:53.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1934/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldcoinindex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldcoinindex;$WORK/b1934=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldcoinindex -lang=go1.24 -complete -installsuffix shared -buildid WWpm0efYt0zXcSTqaosw/WWpm0efYt0zXcSTqaosw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1934/importcfg -pack ./pkg/detectors/worldcoinindex/worldcoinindex.go
2025-08-20T23:00:31.4104079Z [00:02:53.669]➜  go tool buildid -w $WORK/b1932/_pkg_.a # internal
2025-08-20T23:00:31.4104791Z [00:02:53.669]➜  go tool buildid -w $WORK/b1933/_pkg_.a # internal
2025-08-20T23:00:31.4105480Z [00:02:53.670]➜  cp $WORK/b1932/_pkg_.a /root/.cache/go-build/9e/9e4de96ef146177cefbb3595e44fd1220310dff441c65d24a18bccd913065f0f-d # internal
2025-08-20T23:00:31.4109327Z [00:02:53.672]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldweather
2025-08-20T23:00:31.4109947Z [00:02:53.672]➜  mkdir -p $WORK/b1935/
2025-08-20T23:00:31.4111214Z [00:02:53.672]➜  cat >/tmp/go-build2180205415/b1935/importcfg << 'EOF' # internal
2025-08-20T23:00:31.4111879Z [00:02:53.672]➜  # import config
2025-08-20T23:00:31.4113599Z [00:02:53.672]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.4114185Z [00:02:53.672]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.4114943Z [00:02:53.672]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.4123745Z [00:02:53.672]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.4124841Z [00:02:53.672]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.4128077Z [00:02:53.672]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.4128598Z [00:02:53.672]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.4129061Z [00:02:53.672]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.4129385Z [00:02:53.672]➜  EOF
2025-08-20T23:00:31.4131460Z [00:02:53.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1935/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldweather=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldweather;$WORK/b1935=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldweather -lang=go1.24 -complete -installsuffix shared -buildid OAP6FeFyPFEfH_4Qjqct/OAP6FeFyPFEfH_4Qjqct -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1935/importcfg -pack ./pkg/detectors/worldweather/worldweather.go
2025-08-20T23:00:31.4133955Z [00:02:53.672]➜  cp $WORK/b1933/_pkg_.a /root/.cache/go-build/bd/bd09803154e7ab7b86fc21f11795518499d4eb884614de72dd8979da153d042b-d # internal
2025-08-20T23:00:31.4134612Z [00:02:53.672]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wrike
2025-08-20T23:00:31.4138819Z [00:02:53.672]➜  mkdir -p $WORK/b1936/
2025-08-20T23:00:31.4139239Z [00:02:53.672]➜  cat >/tmp/go-build2180205415/b1936/importcfg << 'EOF' # internal
2025-08-20T23:00:31.4139592Z [00:02:53.672]➜  # import config
2025-08-20T23:00:31.4139933Z [00:02:53.672]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.4140361Z [00:02:53.672]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.4140957Z [00:02:53.672]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.4141719Z [00:02:53.672]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.4142513Z [00:02:53.672]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.4143188Z [00:02:53.672]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.4143685Z [00:02:53.672]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.4144356Z [00:02:53.672]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.4144734Z [00:02:53.672]➜  EOF
2025-08-20T23:00:31.4148636Z [00:02:53.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1936/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wrike=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wrike;$WORK/b1936=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wrike -lang=go1.24 -complete -installsuffix shared -buildid AU7c8nBzS9gp6kz561h7/AU7c8nBzS9gp6kz561h7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1936/importcfg -pack ./pkg/detectors/wrike/wrike.go
2025-08-20T23:00:31.4150535Z [00:02:53.672]➜  go tool buildid -w $WORK/b1931/_pkg_.a # internal
2025-08-20T23:00:31.4151214Z [00:02:53.674]➜  cp $WORK/b1931/_pkg_.a /root/.cache/go-build/95/957e775acbd81fae1b792131ba2ed54cab9c390d8056e16c862de5a0e47ffc91-d # internal
2025-08-20T23:00:31.4152222Z [00:02:53.674]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/xai
2025-08-20T23:00:31.4152681Z [00:02:53.674]➜  mkdir -p $WORK/b1937/
2025-08-20T23:00:31.4153085Z [00:02:53.674]➜  cat >/tmp/go-build2180205415/b1937/importcfg << 'EOF' # internal
2025-08-20T23:00:31.4153437Z [00:02:53.674]➜  # import config
2025-08-20T23:00:31.4153779Z [00:02:53.674]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.4154233Z [00:02:53.674]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:31.4154669Z [00:02:53.674]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.4155262Z [00:02:53.674]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.4156258Z [00:02:53.674]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.4157126Z [00:02:53.674]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.4157812Z [00:02:53.674]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.4158282Z [00:02:53.674]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.4158922Z [00:02:53.674]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.4159356Z [00:02:53.674]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.4159669Z [00:02:53.674]➜  EOF
2025-08-20T23:00:31.4161533Z [00:02:53.674]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1937/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/xai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/xai;$WORK/b1937=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/xai -lang=go1.24 -complete -installsuffix shared -buildid 5LBS0sB-PBJURnkS2QqV/5LBS0sB-PBJURnkS2QqV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1937/importcfg -pack ./pkg/detectors/xai/xai.go
2025-08-20T23:00:31.4318088Z [00:02:53.693]➜  go tool buildid -w $WORK/b1934/_pkg_.a # internal
2025-08-20T23:00:31.4337409Z [00:02:53.694]➜  cp $WORK/b1934/_pkg_.a /root/.cache/go-build/f2/f2f539592ca904cf6f00b4e1b7c382f6336e56bd9a03747d3613ca3859fce1b0-d # internal
2025-08-20T23:00:31.4338198Z [00:02:53.694]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yandex
2025-08-20T23:00:31.4338589Z [00:02:53.694]➜  mkdir -p $WORK/b1938/
2025-08-20T23:00:31.4348284Z [00:02:53.696]➜  cat >/tmp/go-build2180205415/b1938/importcfg << 'EOF' # internal
2025-08-20T23:00:31.4348766Z [00:02:53.696]➜  # import config
2025-08-20T23:00:31.4349122Z [00:02:53.696]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.4349739Z [00:02:53.696]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.4350530Z [00:02:53.696]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.4351593Z [00:02:53.696]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.4352358Z [00:02:53.696]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.4352864Z [00:02:53.696]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.4353301Z [00:02:53.696]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.4353616Z [00:02:53.696]➜  EOF
2025-08-20T23:00:31.4355675Z [00:02:53.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1938/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yandex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yandex;$WORK/b1938=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yandex -lang=go1.24 -complete -installsuffix shared -buildid c5x4VERWMjODmtlcbnrP/c5x4VERWMjODmtlcbnrP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1938/importcfg -pack ./pkg/detectors/yandex/yandex.go
2025-08-20T23:00:31.4476345Z [00:02:53.708]➜  go tool buildid -w $WORK/b1936/_pkg_.a # internal
2025-08-20T23:00:31.4494117Z [00:02:53.710]➜  cp $WORK/b1936/_pkg_.a /root/.cache/go-build/64/64195b98c30d178383bd4ab3ada221b9e9288fcf332c0f72c3a01aed4e3258f1-d # internal
2025-08-20T23:00:31.4494873Z [00:02:53.710]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yelp
2025-08-20T23:00:31.4495248Z [00:02:53.710]➜  mkdir -p $WORK/b1939/
2025-08-20T23:00:31.4495632Z [00:02:53.710]➜  cat >/tmp/go-build2180205415/b1939/importcfg << 'EOF' # internal
2025-08-20T23:00:31.4496165Z [00:02:53.710]➜  # import config
2025-08-20T23:00:31.4496516Z [00:02:53.710]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.4496939Z [00:02:53.710]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.4497581Z [00:02:53.710]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.4498365Z [00:02:53.710]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.4499177Z [00:02:53.710]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.4500188Z [00:02:53.710]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.4500693Z [00:02:53.710]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.4501128Z [00:02:53.710]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.4501451Z [00:02:53.710]➜  EOF
2025-08-20T23:00:31.4503363Z [00:02:53.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1939/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yelp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yelp;$WORK/b1939=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yelp -lang=go1.24 -complete -installsuffix shared -buildid uCWk6hVVGgIIdU7FgQ0V/uCWk6hVVGgIIdU7FgQ0V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1939/importcfg -pack ./pkg/detectors/yelp/yelp.go
2025-08-20T23:00:31.4543836Z [00:02:53.714]➜  go tool buildid -w $WORK/b1935/_pkg_.a # internal
2025-08-20T23:00:31.4546966Z [00:02:53.715]➜  cp $WORK/b1935/_pkg_.a /root/.cache/go-build/a5/a54e478ac51bd79ab60be0045cbcc33a0fd2d7d799b6073d9fc864b23ce81f66-d # internal
2025-08-20T23:00:31.4547727Z [00:02:53.715]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youneedabudget
2025-08-20T23:00:31.4548133Z [00:02:53.715]➜  mkdir -p $WORK/b1940/
2025-08-20T23:00:31.4548503Z [00:02:53.715]➜  cat >/tmp/go-build2180205415/b1940/importcfg << 'EOF' # internal
2025-08-20T23:00:31.4548851Z [00:02:53.715]➜  # import config
2025-08-20T23:00:31.4549190Z [00:02:53.715]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.4549608Z [00:02:53.715]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.4550512Z [00:02:53.715]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.4551365Z [00:02:53.715]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.4552174Z [00:02:53.715]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.4552850Z [00:02:53.715]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.4553342Z [00:02:53.715]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.4553773Z [00:02:53.715]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.4554090Z [00:02:53.715]➜  EOF
2025-08-20T23:00:31.4557050Z [00:02:53.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1940/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youneedabudget=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youneedabudget;$WORK/b1940=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youneedabudget -lang=go1.24 -complete -installsuffix shared -buildid d9pmCtDhpZ6U9wDJAQfD/d9pmCtDhpZ6U9wDJAQfD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1940/importcfg -pack ./pkg/detectors/youneedabudget/youneedabudget.go
2025-08-20T23:00:31.4606742Z [00:02:53.721]➜  go tool buildid -w $WORK/b1937/_pkg_.a # internal
2025-08-20T23:00:31.4614728Z [00:02:53.722]➜  cp $WORK/b1937/_pkg_.a /root/.cache/go-build/c9/c9086d7a1c8630f497bc15a8682857846ae020d8c4718528456980bd1d37cf94-d # internal
2025-08-20T23:00:31.4615439Z [00:02:53.722]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yousign
2025-08-20T23:00:31.4616589Z [00:02:53.722]➜  mkdir -p $WORK/b1941/
2025-08-20T23:00:31.4618572Z [00:02:53.722]➜  cat >/tmp/go-build2180205415/b1941/importcfg << 'EOF' # internal
2025-08-20T23:00:31.4622878Z [00:02:53.722]➜  # import config
2025-08-20T23:00:31.4623265Z [00:02:53.722]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.4623703Z [00:02:53.722]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.4624302Z [00:02:53.722]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.4625365Z [00:02:53.722]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.4626501Z [00:02:53.722]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.4627192Z [00:02:53.722]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.4627688Z [00:02:53.722]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.4628121Z [00:02:53.722]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.4628438Z [00:02:53.722]➜  EOF
2025-08-20T23:00:31.4630417Z [00:02:53.722]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1941/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yousign=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yousign;$WORK/b1941=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yousign -lang=go1.24 -complete -installsuffix shared -buildid pFkFSclfFwnOx-jtltZI/pFkFSclfFwnOx-jtltZI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1941/importcfg -pack ./pkg/detectors/yousign/yousign.go
2025-08-20T23:00:31.4741575Z [00:02:53.735]➜  go tool buildid -w $WORK/b1938/_pkg_.a # internal
2025-08-20T23:00:31.4763386Z [00:02:53.737]➜  cp $WORK/b1938/_pkg_.a /root/.cache/go-build/1f/1f3892fd18ec51d844f9b3cad051d6eb9601a1ce7db2395342db3a7985a828c9-d # internal
2025-08-20T23:00:31.4764183Z [00:02:53.737]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youtubeapikey
2025-08-20T23:00:31.4764590Z [00:02:53.737]➜  mkdir -p $WORK/b1942/
2025-08-20T23:00:31.4772023Z [00:02:53.738]➜  cat >/tmp/go-build2180205415/b1942/importcfg << 'EOF' # internal
2025-08-20T23:00:31.4772703Z [00:02:53.738]➜  # import config
2025-08-20T23:00:31.4773128Z [00:02:53.738]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.4773746Z [00:02:53.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.4774523Z [00:02:53.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.4775323Z [00:02:53.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.4776248Z [00:02:53.738]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.4776754Z [00:02:53.738]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.4777192Z [00:02:53.738]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.4777656Z [00:02:53.738]➜  EOF
2025-08-20T23:00:31.4779942Z [00:02:53.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1942/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youtubeapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youtubeapikey;$WORK/b1942=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youtubeapikey -lang=go1.24 -complete -installsuffix shared -buildid Npio65ejzNuBANPT19ve/Npio65ejzNuBANPT19ve -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1942/importcfg -pack ./pkg/detectors/youtubeapikey/youtubeapikey.go
2025-08-20T23:00:31.4938087Z [00:02:53.755]➜  go tool buildid -w $WORK/b1939/_pkg_.a # internal
2025-08-20T23:00:31.4954021Z [00:02:53.756]➜  cp $WORK/b1939/_pkg_.a /root/.cache/go-build/0f/0f4bb9ac0d1ce38e1add435ecb365d8806467b16559acf5b178300c18210057c-d # internal
2025-08-20T23:00:31.4954761Z [00:02:53.756]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zendeskapi
2025-08-20T23:00:31.4955157Z [00:02:53.756]➜  mkdir -p $WORK/b1943/
2025-08-20T23:00:31.4973070Z [00:02:53.758]➜  cat >/tmp/go-build2180205415/b1943/importcfg << 'EOF' # internal
2025-08-20T23:00:31.4974030Z [00:02:53.758]➜  # import config
2025-08-20T23:00:31.4975368Z [00:02:53.758]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.4977770Z [00:02:53.758]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.4980744Z [00:02:53.758]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.4981747Z [00:02:53.758]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.4982451Z [00:02:53.758]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.4982930Z [00:02:53.758]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.4983357Z [00:02:53.758]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.4983690Z [00:02:53.758]➜  EOF
2025-08-20T23:00:31.4985750Z [00:02:53.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1943/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zendeskapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zendeskapi;$WORK/b1943=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zendeskapi -lang=go1.24 -complete -installsuffix shared -buildid ydoDH9rVxlhic5eHyYsa/ydoDH9rVxlhic5eHyYsa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1943/importcfg -pack ./pkg/detectors/zendeskapi/zendeskapi.go
2025-08-20T23:00:31.4987772Z [00:02:53.759]➜  go tool buildid -w $WORK/b1941/_pkg_.a # internal
2025-08-20T23:00:31.4991800Z [00:02:53.760]➜  cp $WORK/b1941/_pkg_.a /root/.cache/go-build/f9/f9630c01c5a72d97ae9d1fef0f1332f2a824b34a7ae4b6af9ce5b40fe7c530ff-d # internal
2025-08-20T23:00:31.4995140Z [00:02:53.760]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenkitapi
2025-08-20T23:00:31.4995821Z [00:02:53.760]➜  mkdir -p $WORK/b1944/
2025-08-20T23:00:31.4996959Z [00:02:53.760]➜  cat >/tmp/go-build2180205415/b1944/importcfg << 'EOF' # internal
2025-08-20T23:00:31.4997933Z [00:02:53.760]➜  # import config
2025-08-20T23:00:31.4998635Z [00:02:53.760]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.4999393Z [00:02:53.760]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.5002142Z [00:02:53.760]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.5007558Z [00:02:53.760]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.5008451Z [00:02:53.760]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.5009133Z [00:02:53.760]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.5009819Z [00:02:53.760]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.5010396Z [00:02:53.760]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.5010834Z [00:02:53.760]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.5011148Z [00:02:53.760]➜  EOF
2025-08-20T23:00:31.5013164Z [00:02:53.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1944/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenkitapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenkitapi;$WORK/b1944=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenkitapi -lang=go1.24 -complete -installsuffix shared -buildid tFrj5aKqZS6NclBt1mVe/tFrj5aKqZS6NclBt1mVe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1944/importcfg -pack ./pkg/detectors/zenkitapi/zenkitapi.go
2025-08-20T23:00:31.5016268Z [00:02:53.761]➜  go tool buildid -w $WORK/b1940/_pkg_.a # internal
2025-08-20T23:00:31.5016964Z [00:02:53.762]➜  cp $WORK/b1940/_pkg_.a /root/.cache/go-build/ab/ab7e00ce9b87eb272db1d1c5d19f9c286fa7740c5db3639df0953b7af48edb71-d # internal
2025-08-20T23:00:31.5017655Z [00:02:53.762]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenrows
2025-08-20T23:00:31.5018031Z [00:02:53.762]➜  mkdir -p $WORK/b1945/
2025-08-20T23:00:31.5018749Z [00:02:53.762]➜  cat >/tmp/go-build2180205415/b1945/importcfg << 'EOF' # internal
2025-08-20T23:00:31.5019103Z [00:02:53.762]➜  # import config
2025-08-20T23:00:31.5019442Z [00:02:53.762]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.5019856Z [00:02:53.762]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.5020445Z [00:02:53.762]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.5021208Z [00:02:53.762]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.5022039Z [00:02:53.762]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.5022725Z [00:02:53.762]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.5023193Z [00:02:53.762]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.5023613Z [00:02:53.762]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.5024044Z [00:02:53.762]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.5024356Z [00:02:53.762]➜  EOF
2025-08-20T23:00:31.5026600Z [00:02:53.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1945/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenrows=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenrows;$WORK/b1945=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenrows -lang=go1.24 -complete -installsuffix shared -buildid Tmbi9RRc_3Uz6J2AI7tW/Tmbi9RRc_3Uz6J2AI7tW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1945/importcfg -pack ./pkg/detectors/zenrows/zenrows.go
2025-08-20T23:00:31.5206550Z [00:02:53.782]➜  go tool buildid -w $WORK/b1942/_pkg_.a # internal
2025-08-20T23:00:31.5207349Z [00:02:53.782]➜  cp $WORK/b1942/_pkg_.a /root/.cache/go-build/21/21623671995f8e216d1fc34fab6feb0c92514f4280273e5bb1acd7d211908c49-d # internal
2025-08-20T23:00:31.5208054Z [00:02:53.782]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenscrape
2025-08-20T23:00:31.5208442Z [00:02:53.782]➜  mkdir -p $WORK/b1946/
2025-08-20T23:00:31.5208817Z [00:02:53.782]➜  cat >/tmp/go-build2180205415/b1946/importcfg << 'EOF' # internal
2025-08-20T23:00:31.5209164Z [00:02:53.782]➜  # import config
2025-08-20T23:00:31.5209508Z [00:02:53.782]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.5209927Z [00:02:53.782]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.5210525Z [00:02:53.782]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.5211570Z [00:02:53.782]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.5212447Z [00:02:53.782]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.5213134Z [00:02:53.782]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.5213605Z [00:02:53.782]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.5214023Z [00:02:53.782]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.5214456Z [00:02:53.782]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.5214772Z [00:02:53.782]➜  EOF
2025-08-20T23:00:31.5216991Z [00:02:53.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1946/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenscrape=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenscrape;$WORK/b1946=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenscrape -lang=go1.24 -complete -installsuffix shared -buildid ggF4wDvPpfbH9B0-eU3v/ggF4wDvPpfbH9B0-eU3v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1946/importcfg -pack ./pkg/detectors/zenscrape/zenscrape.go
2025-08-20T23:00:31.5380963Z [00:02:53.799]➜  go tool buildid -w $WORK/b1943/_pkg_.a # internal
2025-08-20T23:00:31.5390893Z [00:02:53.800]➜  cp $WORK/b1943/_pkg_.a /root/.cache/go-build/1f/1f6afbeaf384dca94acacd7e9bc89f4baf52b26ff60655fc87f187d88c47dd11-d # internal
2025-08-20T23:00:31.5393804Z [00:02:53.800]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenserp
2025-08-20T23:00:31.5395526Z [00:02:53.800]➜  mkdir -p $WORK/b1947/
2025-08-20T23:00:31.5396109Z [00:02:53.800]➜  cat >/tmp/go-build2180205415/b1947/importcfg << 'EOF' # internal
2025-08-20T23:00:31.5396472Z [00:02:53.800]➜  # import config
2025-08-20T23:00:31.5396824Z [00:02:53.800]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.5397270Z [00:02:53.800]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.5397876Z [00:02:53.800]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.5398645Z [00:02:53.800]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.5399451Z [00:02:53.800]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.5400127Z [00:02:53.800]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.5400600Z [00:02:53.800]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.5401014Z [00:02:53.800]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.5401444Z [00:02:53.800]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.5401868Z [00:02:53.800]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:31.5402182Z [00:02:53.800]➜  EOF
2025-08-20T23:00:31.5404431Z [00:02:53.801]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1947/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenserp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenserp;$WORK/b1947=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenserp -lang=go1.24 -complete -installsuffix shared -buildid _FioU008tPU2tQqpC0Kj/_FioU008tPU2tQqpC0Kj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1947/importcfg -pack ./pkg/detectors/zenserp/zenserp.go
2025-08-20T23:00:31.5437700Z [00:02:53.805]➜  go tool buildid -w $WORK/b1944/_pkg_.a # internal
2025-08-20T23:00:31.5449422Z [00:02:53.806]➜  cp $WORK/b1944/_pkg_.a /root/.cache/go-build/f9/f9a2f4f071d1cd9c541e05ccb869fde6c9270f5d1e08a7690dcd6b03ebc3cbfb-d # internal
2025-08-20T23:00:31.5459320Z [00:02:53.806]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zeplin
2025-08-20T23:00:31.5460618Z [00:02:53.806]➜  mkdir -p $WORK/b1948/
2025-08-20T23:00:31.5462174Z [00:02:53.807]➜  cat >/tmp/go-build2180205415/b1948/importcfg << 'EOF' # internal
2025-08-20T23:00:31.5462533Z [00:02:53.807]➜  # import config
2025-08-20T23:00:31.5462881Z [00:02:53.807]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.5463315Z [00:02:53.807]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.5463907Z [00:02:53.807]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.5465438Z [00:02:53.807]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.5466361Z [00:02:53.807]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.5467044Z [00:02:53.807]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.5467527Z [00:02:53.807]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.5467955Z [00:02:53.807]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.5468388Z [00:02:53.807]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.5469085Z [00:02:53.807]➜  EOF
2025-08-20T23:00:31.5473954Z [00:02:53.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1948/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zeplin=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zeplin;$WORK/b1948=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zeplin -lang=go1.24 -complete -installsuffix shared -buildid GFPfuhW86AUz_eO9vjkj/GFPfuhW86AUz_eO9vjkj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1948/importcfg -pack ./pkg/detectors/zeplin/zeplin.go
2025-08-20T23:00:31.5477004Z [00:02:53.807]➜  go tool buildid -w $WORK/b1945/_pkg_.a # internal
2025-08-20T23:00:31.5477768Z [00:02:53.808]➜  cp $WORK/b1945/_pkg_.a /root/.cache/go-build/22/229a4b8d5d07ace7c3ac0141d91ae3ac5bdeaf6f2b971f407c8f525852d4c16e-d # internal
2025-08-20T23:00:31.5480060Z [00:02:53.808]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerobounce
2025-08-20T23:00:31.5480558Z [00:02:53.808]➜  mkdir -p $WORK/b1949/
2025-08-20T23:00:31.5480952Z [00:02:53.808]➜  cat >/tmp/go-build2180205415/b1949/importcfg << 'EOF' # internal
2025-08-20T23:00:31.5481299Z [00:02:53.808]➜  # import config
2025-08-20T23:00:31.5481637Z [00:02:53.808]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.5482056Z [00:02:53.808]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.5482643Z [00:02:53.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.5483407Z [00:02:53.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.5484204Z [00:02:53.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.5484894Z [00:02:53.808]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.5485538Z [00:02:53.808]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.5486119Z [00:02:53.808]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.5486555Z [00:02:53.808]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.5486874Z [00:02:53.808]➜  EOF
2025-08-20T23:00:31.5489460Z [00:02:53.808]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1949/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerobounce=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerobounce;$WORK/b1949=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerobounce -lang=go1.24 -complete -installsuffix shared -buildid oBz5bWCusuhqlQm9t4xt/oBz5bWCusuhqlQm9t4xt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1949/importcfg -pack ./pkg/detectors/zerobounce/zerobounce.go
2025-08-20T23:00:31.5617456Z [00:02:53.822]➜  go tool buildid -w $WORK/b1946/_pkg_.a # internal
2025-08-20T23:00:31.5625286Z [00:02:53.823]➜  cp $WORK/b1946/_pkg_.a /root/.cache/go-build/21/21135e063121e7174ec4e5a1a3523799ef482fba9bf695f8a6c0c7f526f96163-d # internal
2025-08-20T23:00:31.5626578Z [00:02:53.824]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerotier
2025-08-20T23:00:31.5627037Z [00:02:53.824]➜  mkdir -p $WORK/b1950/
2025-08-20T23:00:31.5631037Z [00:02:53.824]➜  cat >/tmp/go-build2180205415/b1950/importcfg << 'EOF' # internal
2025-08-20T23:00:31.5631928Z [00:02:53.824]➜  # import config
2025-08-20T23:00:31.5632563Z [00:02:53.824]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.5633278Z [00:02:53.824]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.5634154Z [00:02:53.824]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.5634969Z [00:02:53.824]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.5635870Z [00:02:53.824]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.5636936Z [00:02:53.824]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.5637415Z [00:02:53.824]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.5637838Z [00:02:53.824]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.5638265Z [00:02:53.824]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.5638585Z [00:02:53.824]➜  EOF
2025-08-20T23:00:31.5640705Z [00:02:53.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1950/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerotier=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerotier;$WORK/b1950=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerotier -lang=go1.24 -complete -installsuffix shared -buildid 8YomfDAZl1zekR3t_JVY/8YomfDAZl1zekR3t_JVY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1950/importcfg -pack ./pkg/detectors/zerotier/zerotier.go
2025-08-20T23:00:31.5846299Z [00:02:53.846]➜  go tool buildid -w $WORK/b1947/_pkg_.a # internal
2025-08-20T23:00:31.5863951Z [00:02:53.847]➜  cp $WORK/b1947/_pkg_.a /root/.cache/go-build/46/463e8dd81c57b2d4d613157b2b19cf9ca4ba41b2acb394edbd50c44b34057fa1-d # internal
2025-08-20T23:00:31.5864816Z [00:02:53.847]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipapi
2025-08-20T23:00:31.5865205Z [00:02:53.847]➜  mkdir -p $WORK/b1951/
2025-08-20T23:00:31.5865579Z [00:02:53.847]➜  cat >/tmp/go-build2180205415/b1951/importcfg << 'EOF' # internal
2025-08-20T23:00:31.5866112Z [00:02:53.847]➜  # import config
2025-08-20T23:00:31.5866491Z [00:02:53.847]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.5866935Z [00:02:53.847]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.5867533Z [00:02:53.847]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.5868312Z [00:02:53.847]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.5869113Z [00:02:53.847]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.5869796Z [00:02:53.847]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.5870275Z [00:02:53.847]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.5870694Z [00:02:53.847]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.5871132Z [00:02:53.847]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.5871744Z [00:02:53.847]➜  EOF
2025-08-20T23:00:31.5873878Z [00:02:53.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1951/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipapi;$WORK/b1951=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipapi -lang=go1.24 -complete -installsuffix shared -buildid VHTOSZGEfQDw0nNVGUcE/VHTOSZGEfQDw0nNVGUcE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1951/importcfg -pack ./pkg/detectors/zipapi/zipapi.go
2025-08-20T23:00:31.5968412Z [00:02:53.858]➜  go tool buildid -w $WORK/b1949/_pkg_.a # internal
2025-08-20T23:00:31.5976829Z [00:02:53.859]➜  go tool buildid -w $WORK/b1948/_pkg_.a # internal
2025-08-20T23:00:31.5985142Z [00:02:53.860]➜  cp $WORK/b1948/_pkg_.a /root/.cache/go-build/68/686edb0f4480080e5588771f0eca270c26eac68bf205a2861cd455b171417a85-d # internal
2025-08-20T23:00:31.5986180Z [00:02:53.860]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipbooks
2025-08-20T23:00:31.5986625Z [00:02:53.860]➜  mkdir -p $WORK/b1952/
2025-08-20T23:00:31.5987028Z [00:02:53.860]➜  cat >/tmp/go-build2180205415/b1952/importcfg << 'EOF' # internal
2025-08-20T23:00:31.5987377Z [00:02:53.860]➜  # import config
2025-08-20T23:00:31.5987723Z [00:02:53.860]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.5988465Z [00:02:53.860]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.5989065Z [00:02:53.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.5989836Z [00:02:53.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.5990632Z [00:02:53.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.5991307Z [00:02:53.860]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.5991794Z [00:02:53.860]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.5992340Z [00:02:53.860]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.5992839Z [00:02:53.860]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.5993164Z [00:02:53.860]➜  EOF
2025-08-20T23:00:31.5995211Z [00:02:53.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1952/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipbooks=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipbooks;$WORK/b1952=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipbooks -lang=go1.24 -complete -installsuffix shared -buildid 1dlXRq7OCjjCbgw69NWl/1dlXRq7OCjjCbgw69NWl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1952/importcfg -pack ./pkg/detectors/zipbooks/zipbooks.go
2025-08-20T23:00:31.6004892Z [00:02:53.861]➜  cp $WORK/b1949/_pkg_.a /root/.cache/go-build/a5/a568addb48ace0379ceddfe951eb37b785a5e979eed403ccf9f31e4e67c8fad3-d # internal
2025-08-20T23:00:31.6012366Z [00:02:53.862]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodeapi
2025-08-20T23:00:31.6015565Z [00:02:53.862]➜  mkdir -p $WORK/b1953/
2025-08-20T23:00:31.6023953Z [00:02:53.863]➜  cat >/tmp/go-build2180205415/b1953/importcfg << 'EOF' # internal
2025-08-20T23:00:31.6024948Z [00:02:53.863]➜  # import config
2025-08-20T23:00:31.6025966Z [00:02:53.863]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.6026494Z [00:02:53.863]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.6027108Z [00:02:53.863]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.6027884Z [00:02:53.863]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.6028968Z [00:02:53.863]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.6029794Z [00:02:53.863]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.6030270Z [00:02:53.863]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.6030693Z [00:02:53.863]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.6031333Z [00:02:53.863]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.6031656Z [00:02:53.863]➜  EOF
2025-08-20T23:00:31.6033721Z [00:02:53.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1953/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodeapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodeapi;$WORK/b1953=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodeapi -lang=go1.24 -complete -installsuffix shared -buildid JcNAyIR0uoWBEZY16dVo/JcNAyIR0uoWBEZY16dVo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1953/importcfg -pack ./pkg/detectors/zipcodeapi/zipcodeapi.go
2025-08-20T23:00:31.6064546Z [00:02:53.868]➜  go tool buildid -w $WORK/b1950/_pkg_.a # internal
2025-08-20T23:00:31.6080115Z [00:02:53.869]➜  cp $WORK/b1950/_pkg_.a /root/.cache/go-build/41/41d380994fb5ddb1dcbcf71723c3c24fece663425c61abe6ae18142a7f93baae-d # internal
2025-08-20T23:00:31.6080859Z [00:02:53.869]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodebase
2025-08-20T23:00:31.6081263Z [00:02:53.869]➜  mkdir -p $WORK/b1954/
2025-08-20T23:00:31.6081635Z [00:02:53.869]➜  cat >/tmp/go-build2180205415/b1954/importcfg << 'EOF' # internal
2025-08-20T23:00:31.6081983Z [00:02:53.869]➜  # import config
2025-08-20T23:00:31.6082322Z [00:02:53.869]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.6082743Z [00:02:53.869]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.6083339Z [00:02:53.869]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.6084352Z [00:02:53.869]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.6085226Z [00:02:53.869]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.6086045Z [00:02:53.869]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.6086579Z [00:02:53.869]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.6086998Z [00:02:53.869]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.6087426Z [00:02:53.869]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.6087739Z [00:02:53.869]➜  EOF
2025-08-20T23:00:31.6089923Z [00:02:53.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1954/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodebase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodebase;$WORK/b1954=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodebase -lang=go1.24 -complete -installsuffix shared -buildid 83VqqQ56LbbkUN0SS3fU/83VqqQ56LbbkUN0SS3fU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1954/importcfg -pack ./pkg/detectors/zipcodebase/zipcodebase.go
2025-08-20T23:00:31.6265407Z [00:02:53.888]➜  go tool buildid -w $WORK/b1951/_pkg_.a # internal
2025-08-20T23:00:31.6276060Z [00:02:53.889]➜  cp $WORK/b1951/_pkg_.a /root/.cache/go-build/be/be463b94aaa585af819c4badcc75a0685f45295baaf631f1c95327d103f0a826-d # internal
2025-08-20T23:00:31.6277686Z [00:02:53.889]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zohocrm
2025-08-20T23:00:31.6278363Z [00:02:53.889]➜  mkdir -p $WORK/b1955/
2025-08-20T23:00:31.6278832Z [00:02:53.889]➜  cat >/tmp/go-build2180205415/b1955/importcfg << 'EOF' # internal
2025-08-20T23:00:31.6279872Z [00:02:53.889]➜  # import config
2025-08-20T23:00:31.6280232Z [00:02:53.889]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.6280719Z [00:02:53.889]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:31.6281206Z [00:02:53.889]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.6281813Z [00:02:53.889]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.6282946Z [00:02:53.889]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.6283746Z [00:02:53.889]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.6284424Z [00:02:53.889]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.6284898Z [00:02:53.889]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.6285312Z [00:02:53.889]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.6285633Z [00:02:53.889]➜  EOF
2025-08-20T23:00:31.6287800Z [00:02:53.889]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1955/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zohocrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zohocrm;$WORK/b1955=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zohocrm -lang=go1.24 -complete -installsuffix shared -buildid weA3w5qen1uIfAjt3ZNi/weA3w5qen1uIfAjt3ZNi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1955/importcfg -pack ./pkg/detectors/zohocrm/zohocrm.go
2025-08-20T23:00:31.6442109Z [00:02:53.905]➜  go tool buildid -w $WORK/b1953/_pkg_.a # internal
2025-08-20T23:00:31.6454112Z [00:02:53.906]➜  cp $WORK/b1953/_pkg_.a /root/.cache/go-build/67/67d3f9206fd5dfecda619ba86e01f90b553afbb3706ba516315405a1dca3353d-d # internal
2025-08-20T23:00:31.6454923Z [00:02:53.906]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zonkafeedback
2025-08-20T23:00:31.6455338Z [00:02:53.906]➜  mkdir -p $WORK/b1956/
2025-08-20T23:00:31.6455746Z [00:02:53.906]➜  cat >/tmp/go-build2180205415/b1956/importcfg << 'EOF' # internal
2025-08-20T23:00:31.6456487Z [00:02:53.906]➜  # import config
2025-08-20T23:00:31.6456914Z [00:02:53.906]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.6457384Z [00:02:53.906]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.6457992Z [00:02:53.906]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.6458768Z [00:02:53.906]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.6459563Z [00:02:53.906]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.6460239Z [00:02:53.906]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.6460709Z [00:02:53.906]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.6461280Z [00:02:53.906]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.6461871Z [00:02:53.906]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.6462192Z [00:02:53.906]➜  EOF
2025-08-20T23:00:31.6464415Z [00:02:53.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1956/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zonkafeedback=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zonkafeedback;$WORK/b1956=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zonkafeedback -lang=go1.24 -complete -installsuffix shared -buildid UAItAhLz7W3yKIaHSP-U/UAItAhLz7W3yKIaHSP-U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1956/importcfg -pack ./pkg/detectors/zonkafeedback/zonkafeedback.go
2025-08-20T23:00:31.6512362Z [00:02:53.912]➜  go tool buildid -w $WORK/b1954/_pkg_.a # internal
2025-08-20T23:00:31.6513985Z [00:02:53.912]➜  go tool buildid -w $WORK/b1952/_pkg_.a # internal
2025-08-20T23:00:31.6518546Z [00:02:53.913]➜  cp $WORK/b1954/_pkg_.a /root/.cache/go-build/95/95dcd91af1febec8efdd2ec4b4187860c84de8560cf4da5ba0a12f3df94e96c4-d # internal
2025-08-20T23:00:31.6519264Z [00:02:53.913]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zulipchat
2025-08-20T23:00:31.6522724Z [00:02:53.913]➜  mkdir -p $WORK/b1957/
2025-08-20T23:00:31.6523458Z [00:02:53.913]➜  cat >/tmp/go-build2180205415/b1957/importcfg << 'EOF' # internal
2025-08-20T23:00:31.6523810Z [00:02:53.913]➜  # import config
2025-08-20T23:00:31.6524153Z [00:02:53.913]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.6524608Z [00:02:53.913]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:31.6527178Z [00:02:53.914]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.6528258Z [00:02:53.914]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.6529085Z [00:02:53.914]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.6529901Z [00:02:53.914]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.6530579Z [00:02:53.914]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:00:31.6531055Z [00:02:53.914]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.6531477Z [00:02:53.914]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:31.6531796Z [00:02:53.914]➜  EOF
2025-08-20T23:00:31.6537176Z [00:02:53.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1957/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zulipchat=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zulipchat;$WORK/b1957=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zulipchat -lang=go1.24 -complete -installsuffix shared -buildid kDYhNPVXZHMFlVhCMuCz/kDYhNPVXZHMFlVhCMuCz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1957/importcfg -pack ./pkg/detectors/zulipchat/zulipchat.go
2025-08-20T23:00:31.6553217Z [00:02:53.916]➜  cp $WORK/b1952/_pkg_.a /root/.cache/go-build/13/1373b7b4aab9a8355fedf068477d321869ff04ce64eb2e33bd07c7e430e99a9f-d # internal
2025-08-20T23:00:31.6554051Z [00:02:53.916]➜  github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer
2025-08-20T23:00:31.6559521Z [00:02:53.917]➜  mkdir -p $WORK/b1959/
2025-08-20T23:00:31.6560127Z [00:02:53.917]➜  cat >/tmp/go-build2180205415/b1959/importcfg << 'EOF' # internal
2025-08-20T23:00:31.6560609Z [00:02:53.917]➜  # import config
2025-08-20T23:00:31.6561065Z [00:02:53.917]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:31.6561751Z [00:02:53.917]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:00:31.6562608Z [00:02:53.917]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build2180205415/b641/_pkg_.a
2025-08-20T23:00:31.6565179Z [00:02:53.918]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.6566589Z [00:02:53.918]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.6567071Z [00:02:53.918]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:31.6567387Z [00:02:53.918]➜  EOF
2025-08-20T23:00:31.6569430Z [00:02:53.918]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1959/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/buffer=>github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer;$WORK/b1959=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer -lang=go1.24 -complete -installsuffix shared -buildid aqqFB0xyd4zqoSSSRk2g/aqqFB0xyd4zqoSSSRk2g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1959/importcfg -pack ./pkg/buffers/buffer/buffer.go ./pkg/buffers/buffer/metrics.go
2025-08-20T23:00:31.6888814Z [00:02:53.950]➜  go tool buildid -w $WORK/b1956/_pkg_.a # internal
2025-08-20T23:00:31.6891393Z [00:02:53.950]➜  cp $WORK/b1956/_pkg_.a /root/.cache/go-build/a1/a157d9d5d3dabb63cb4ade9c64fe5fe4eff9baca23f9276cb5161a2037ff57a7-d # internal
2025-08-20T23:00:31.6894349Z [00:02:53.950]➜  github.com/kjk/lzma
2025-08-20T23:00:31.6895462Z [00:02:53.950]➜  mkdir -p $WORK/b1962/
2025-08-20T23:00:31.6896426Z [00:02:53.950]➜  cat >/tmp/go-build2180205415/b1962/importcfg << 'EOF' # internal
2025-08-20T23:00:31.6897290Z [00:02:53.950]➜  # import config
2025-08-20T23:00:31.6898247Z [00:02:53.950]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:31.6899799Z [00:02:53.950]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:31.6902740Z [00:02:53.950]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.6903165Z [00:02:53.950]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.6903585Z [00:02:53.950]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:31.6904029Z [00:02:53.950]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.6904357Z [00:02:53.950]➜  EOF
2025-08-20T23:00:31.6919533Z [00:02:53.950]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1962/_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/b1962=>" -p github.com/kjk/lzma -lang=go1.16 -complete -installsuffix shared -buildid 344okjbl2JXahk7Z_6aZ/344okjbl2JXahk7Z_6aZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1962/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:00:31.6999132Z [00:02:53.960]➜  go tool buildid -w $WORK/b1957/_pkg_.a # internal
2025-08-20T23:00:31.7000526Z [00:02:53.961]➜  cp $WORK/b1957/_pkg_.a /root/.cache/go-build/a5/a5e4e723901f3a0ad24fc7f561a428bc2890caf35d87693bbdab5beb4300077d-d # internal
2025-08-20T23:00:31.7039612Z [00:02:53.964]➜  golang.org/x/crypto/openpgp/errors
2025-08-20T23:00:31.7040345Z [00:02:53.964]➜  mkdir -p $WORK/b1965/
2025-08-20T23:00:31.7041492Z [00:02:53.964]➜  cat >/tmp/go-build2180205415/b1965/importcfg << 'EOF' # internal
2025-08-20T23:00:31.7041885Z [00:02:53.964]➜  # import config
2025-08-20T23:00:31.7042488Z [00:02:53.964]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:31.7042989Z [00:02:53.964]➜  EOF
2025-08-20T23:00:31.7044863Z [00:02:53.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1965/_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/b1965=>" -p golang.org/x/crypto/openpgp/errors -lang=go1.23 -complete -installsuffix shared -buildid y_k8v7vUorwcaHMiI4Gy/y_k8v7vUorwcaHMiI4Gy -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/errors/errors.go
2025-08-20T23:00:31.7079036Z [00:02:53.969]➜  go tool buildid -w $WORK/b1955/_pkg_.a # internal
2025-08-20T23:00:31.7080674Z [00:02:53.969]➜  cp $WORK/b1955/_pkg_.a /root/.cache/go-build/dc/dc44dd6f71271890d2be60c369579f86db7ef4f2a1674a814540f0ffc3396c60-d # internal
2025-08-20T23:00:31.7081621Z [00:02:53.969]➜  github.com/trufflesecurity/trufflehog/v3/pkg/engine/defaults
2025-08-20T23:00:31.7082250Z [00:02:53.969]➜  mkdir -p $WORK/b922/
2025-08-20T23:00:31.7085536Z [00:02:53.970]➜  cat >/tmp/go-build2180205415/b922/importcfg << 'EOF' # internal
2025-08-20T23:00:31.7087261Z [00:02:53.970]➜  # import config
2025-08-20T23:00:31.7090220Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:31.7094028Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abuseipdb=/tmp/go-build2180205415/b923/_pkg_.a
2025-08-20T23:00:31.7097969Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abyssale=/tmp/go-build2180205415/b924/_pkg_.a
2025-08-20T23:00:31.7098999Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v1=/tmp/go-build2180205415/b925/_pkg_.a
2025-08-20T23:00:31.7099920Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v2=/tmp/go-build2180205415/b926/_pkg_.a
2025-08-20T23:00:31.7100836Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adafruitio=/tmp/go-build2180205415/b927/_pkg_.a
2025-08-20T23:00:31.7101691Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adzuna=/tmp/go-build2180205415/b928/_pkg_.a
2025-08-20T23:00:31.7102575Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aeroworkflow=/tmp/go-build2180205415/b929/_pkg_.a
2025-08-20T23:00:31.7103435Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/agora=/tmp/go-build2180205415/b930/_pkg_.a
2025-08-20T23:00:31.7104250Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aha=/tmp/go-build2180205415/b931/_pkg_.a
2025-08-20T23:00:31.7105125Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeprojectkey=/tmp/go-build2180205415/b932/_pkg_.a
2025-08-20T23:00:31.7117823Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeuserkey=/tmp/go-build2180205415/b933/_pkg_.a
2025-08-20T23:00:31.7118990Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airship=/tmp/go-build2180205415/b934/_pkg_.a
2025-08-20T23:00:31.7119973Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtableoauth=/tmp/go-build2180205415/b935/_pkg_.a
2025-08-20T23:00:31.7120953Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtablepersonalaccesstoken=/tmp/go-build2180205415/b936/_pkg_.a
2025-08-20T23:00:31.7121898Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airvisual=/tmp/go-build2180205415/b937/_pkg_.a
2025-08-20T23:00:31.7122733Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aiven=/tmp/go-build2180205415/b938/_pkg_.a
2025-08-20T23:00:31.7123710Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alchemy=/tmp/go-build2180205415/b939/_pkg_.a
2025-08-20T23:00:31.7124722Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alegra=/tmp/go-build2180205415/b940/_pkg_.a
2025-08-20T23:00:31.7125582Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aletheiaapi=/tmp/go-build2180205415/b941/_pkg_.a
2025-08-20T23:00:31.7126669Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/algoliaadminkey=/tmp/go-build2180205415/b942/_pkg_.a
2025-08-20T23:00:31.7127549Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alibaba=/tmp/go-build2180205415/b943/_pkg_.a
2025-08-20T23:00:31.7128406Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alienvault=/tmp/go-build2180205415/b944/_pkg_.a
2025-08-20T23:00:31.7129267Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/allsports=/tmp/go-build2180205415/b945/_pkg_.a
2025-08-20T23:00:31.7130125Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amadeus=/tmp/go-build2180205415/b946/_pkg_.a
2025-08-20T23:00:31.7130956Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ambee=/tmp/go-build2180205415/b947/_pkg_.a
2025-08-20T23:00:31.7132054Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amplitudeapikey=/tmp/go-build2180205415/b948/_pkg_.a
2025-08-20T23:00:31.7132941Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anthropic=/tmp/go-build2180205415/b949/_pkg_.a
2025-08-20T23:00:31.7133801Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anypoint=/tmp/go-build2180205415/b950/_pkg_.a
2025-08-20T23:00:31.7134641Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apacta=/tmp/go-build2180205415/b951/_pkg_.a
2025-08-20T23:00:31.7135486Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/api2cart=/tmp/go-build2180205415/b952/_pkg_.a
2025-08-20T23:00:31.7142384Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apideck=/tmp/go-build2180205415/b953/_pkg_.a
2025-08-20T23:00:31.7143255Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apiflash=/tmp/go-build2180205415/b954/_pkg_.a
2025-08-20T23:00:31.7144122Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apifonica=/tmp/go-build2180205415/b955/_pkg_.a
2025-08-20T23:00:31.7144958Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apify=/tmp/go-build2180205415/b956/_pkg_.a
2025-08-20T23:00:31.7145971Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apilayer=/tmp/go-build2180205415/b957/_pkg_.a
2025-08-20T23:00:31.7146920Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimatic=/tmp/go-build2180205415/b958/_pkg_.a
2025-08-20T23:00:31.7147947Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimetrics=/tmp/go-build2180205415/b959/_pkg_.a
2025-08-20T23:00:31.7148930Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apitemplate=/tmp/go-build2180205415/b960/_pkg_.a
2025-08-20T23:00:31.7149801Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appcues=/tmp/go-build2180205415/b961/_pkg_.a
2025-08-20T23:00:31.7150649Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appfollow=/tmp/go-build2180205415/b962/_pkg_.a
2025-08-20T23:00:31.7151515Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appointedd=/tmp/go-build2180205415/b963/_pkg_.a
2025-08-20T23:00:31.7152376Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appoptics=/tmp/go-build2180205415/b964/_pkg_.a
2025-08-20T23:00:31.7153337Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appsynergy=/tmp/go-build2180205415/b965/_pkg_.a
2025-08-20T23:00:31.7154339Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apptivo=/tmp/go-build2180205415/b966/_pkg_.a
2025-08-20T23:00:31.7155206Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artifactory=/tmp/go-build2180205415/b967/_pkg_.a
2025-08-20T23:00:31.7156321Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artsy=/tmp/go-build2180205415/b968/_pkg_.a
2025-08-20T23:00:31.7157234Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanaoauth=/tmp/go-build2180205415/b969/_pkg_.a
2025-08-20T23:00:31.7158179Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanapersonalaccesstoken=/tmp/go-build2180205415/b970/_pkg_.a
2025-08-20T23:00:31.7159117Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/assemblyai=/tmp/go-build2180205415/b971/_pkg_.a
2025-08-20T23:00:31.7159971Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atera=/tmp/go-build2180205415/b972/_pkg_.a
2025-08-20T23:00:31.7160828Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v1=/tmp/go-build2180205415/b973/_pkg_.a
2025-08-20T23:00:31.7161906Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v2=/tmp/go-build2180205415/b974/_pkg_.a
2025-08-20T23:00:31.7162757Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/audd=/tmp/go-build2180205415/b975/_pkg_.a
2025-08-20T23:00:31.7163664Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0managementapitoken=/tmp/go-build2180205415/b976/_pkg_.a
2025-08-20T23:00:31.7164591Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0oauth=/tmp/go-build2180205415/b977/_pkg_.a
2025-08-20T23:00:31.7165463Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autodesk=/tmp/go-build2180205415/b978/_pkg_.a
2025-08-20T23:00:31.7166655Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autoklose=/tmp/go-build2180205415/b979/_pkg_.a
2025-08-20T23:00:31.7167525Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autopilot=/tmp/go-build2180205415/b980/_pkg_.a
2025-08-20T23:00:31.7168466Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/avazapersonalaccesstoken=/tmp/go-build2180205415/b981/_pkg_.a
2025-08-20T23:00:31.7169411Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aviationstack=/tmp/go-build2180205415/b982/_pkg_.a
2025-08-20T23:00:31.7170305Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/access_keys=/tmp/go-build2180205415/b983/_pkg_.a
2025-08-20T23:00:31.7171361Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/session_keys=/tmp/go-build2180205415/b1059/_pkg_.a
2025-08-20T23:00:31.7172323Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/axonaut=/tmp/go-build2180205415/b1060/_pkg_.a
2025-08-20T23:00:31.7173168Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aylien=/tmp/go-build2180205415/b1061/_pkg_.a
2025-08-20T23:00:31.7174016Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ayrshare=/tmp/go-build2180205415/b1062/_pkg_.a
2025-08-20T23:00:31.7174880Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_batch=/tmp/go-build2180205415/b1063/_pkg_.a
2025-08-20T23:00:31.7175896Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_cosmosdb=/tmp/go-build2180205415/b1064/_pkg_.a
2025-08-20T23:00:31.7176996Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/refreshtoken=/tmp/go-build2180205415/b1065/_pkg_.a
2025-08-20T23:00:31.7178153Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v1=/tmp/go-build2180205415/b1068/_pkg_.a
2025-08-20T23:00:31.7179184Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v2=/tmp/go-build2180205415/b1070/_pkg_.a
2025-08-20T23:00:31.7180129Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_openai=/tmp/go-build2180205415/b1071/_pkg_.a
2025-08-20T23:00:31.7181011Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_storage=/tmp/go-build2180205415/b1072/_pkg_.a
2025-08-20T23:00:31.7181992Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagement/repositorykey=/tmp/go-build2180205415/b1073/_pkg_.a
2025-08-20T23:00:31.7183080Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagementsubscriptionkey=/tmp/go-build2180205415/b1074/_pkg_.a
2025-08-20T23:00:31.7184206Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureappconfigconnectionstring=/tmp/go-build2180205415/b1075/_pkg_.a
2025-08-20T23:00:31.7185369Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azurecontainerregistry=/tmp/go-build2180205415/b1076/_pkg_.a
2025-08-20T23:00:31.7186580Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredevopspersonalaccesstoken=/tmp/go-build2180205415/b1077/_pkg_.a
2025-08-20T23:00:31.7187619Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredirectmanagementkey=/tmp/go-build2180205415/b1078/_pkg_.a
2025-08-20T23:00:31.7188569Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresastoken=/tmp/go-build2180205415/b1079/_pkg_.a
2025-08-20T23:00:31.7189504Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchadminkey=/tmp/go-build2180205415/b1080/_pkg_.a
2025-08-20T23:00:31.7190458Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchquerykey=/tmp/go-build2180205415/b1081/_pkg_.a
2025-08-20T23:00:31.7191385Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v1=/tmp/go-build2180205415/b1082/_pkg_.a
2025-08-20T23:00:31.7192277Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v2=/tmp/go-build2180205415/b1083/_pkg_.a
2025-08-20T23:00:31.7193163Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/baremetrics=/tmp/go-build2180205415/b1084/_pkg_.a
2025-08-20T23:00:31.7194021Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beamer=/tmp/go-build2180205415/b1085/_pkg_.a
2025-08-20T23:00:31.7194866Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beebole=/tmp/go-build2180205415/b1086/_pkg_.a
2025-08-20T23:00:31.7195909Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/besttime=/tmp/go-build2180205415/b1087/_pkg_.a
2025-08-20T23:00:31.7196862Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/betterstack=/tmp/go-build2180205415/b1088/_pkg_.a
2025-08-20T23:00:31.7197730Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/billomat=/tmp/go-build2180205415/b1089/_pkg_.a
2025-08-20T23:00:31.7198637Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bingsubscriptionkey=/tmp/go-build2180205415/b1090/_pkg_.a
2025-08-20T23:00:31.7199528Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbar=/tmp/go-build2180205415/b1091/_pkg_.a
2025-08-20T23:00:31.7200517Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbucketapppassword=/tmp/go-build2180205415/b1092/_pkg_.a
2025-08-20T23:00:31.7201594Z [00:02:53.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitcoinaverage=/tmp/go-build2180205415/b1093/_pkg_.a
2025-08-20T23:00:31.7202477Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitfinex=/tmp/go-build2180205415/b1094/_pkg_.a
2025-08-20T23:00:31.7203371Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitlyaccesstoken=/tmp/go-build2180205415/b1095/_pkg_.a
2025-08-20T23:00:31.7204248Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitmex=/tmp/go-build2180205415/b1096/_pkg_.a
2025-08-20T23:00:31.7205104Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blazemeter=/tmp/go-build2180205415/b1097/_pkg_.a
2025-08-20T23:00:31.7206077Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blitapp=/tmp/go-build2180205415/b1098/_pkg_.a
2025-08-20T23:00:31.7206993Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blogger=/tmp/go-build2180205415/b1099/_pkg_.a
2025-08-20T23:00:31.7207843Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bombbomb=/tmp/go-build2180205415/b1100/_pkg_.a
2025-08-20T23:00:31.7208927Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boostnote=/tmp/go-build2180205415/b1101/_pkg_.a
2025-08-20T23:00:31.7209790Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/borgbase=/tmp/go-build2180205415/b1102/_pkg_.a
2025-08-20T23:00:31.7210617Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/box=/tmp/go-build2180205415/b1103/_pkg_.a
2025-08-20T23:00:31.7211449Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boxoauth=/tmp/go-build2180205415/b1104/_pkg_.a
2025-08-20T23:00:31.7212350Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/braintreepayments=/tmp/go-build2180205415/b1105/_pkg_.a
2025-08-20T23:00:31.7213271Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v1=/tmp/go-build2180205415/b1106/_pkg_.a
2025-08-20T23:00:31.7214168Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v2=/tmp/go-build2180205415/b1107/_pkg_.a
2025-08-20T23:00:31.7215056Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browserstack=/tmp/go-build2180205415/b1108/_pkg_.a
2025-08-20T23:00:31.7216055Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browshot=/tmp/go-build2180205415/b1111/_pkg_.a
2025-08-20T23:00:31.7216982Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bscscan=/tmp/go-build2180205415/b1112/_pkg_.a
2025-08-20T23:00:31.7219307Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buddyns=/tmp/go-build2180205415/b1113/_pkg_.a
2025-08-20T23:00:31.7220417Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/budibase=/tmp/go-build2180205415/b1114/_pkg_.a
2025-08-20T23:00:31.7221339Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugherd=/tmp/go-build2180205415/b1115/_pkg_.a
2025-08-20T23:00:31.7222191Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugsnag=/tmp/go-build2180205415/b1116/_pkg_.a
2025-08-20T23:00:31.7223059Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v1=/tmp/go-build2180205415/b1117/_pkg_.a
2025-08-20T23:00:31.7223944Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v2=/tmp/go-build2180205415/b1118/_pkg_.a
2025-08-20T23:00:31.7224803Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulbul=/tmp/go-build2180205415/b1119/_pkg_.a
2025-08-20T23:00:31.7226020Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulksms=/tmp/go-build2180205415/b1120/_pkg_.a
2025-08-20T23:00:31.7226947Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buttercms=/tmp/go-build2180205415/b1121/_pkg_.a
2025-08-20T23:00:31.7227802Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caflou=/tmp/go-build2180205415/b1122/_pkg_.a
2025-08-20T23:00:31.7228663Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendarific=/tmp/go-build2180205415/b1123/_pkg_.a
2025-08-20T23:00:31.7229561Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendlyapikey=/tmp/go-build2180205415/b1124/_pkg_.a
2025-08-20T23:00:31.7230452Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calorieninja=/tmp/go-build2180205415/b1125/_pkg_.a
2025-08-20T23:00:31.7231320Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/campayn=/tmp/go-build2180205415/b1126/_pkg_.a
2025-08-20T23:00:31.7232163Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cannyio=/tmp/go-build2180205415/b1127/_pkg_.a
2025-08-20T23:00:31.7233214Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/capsulecrm=/tmp/go-build2180205415/b1128/_pkg_.a
2025-08-20T23:00:31.7234110Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v1=/tmp/go-build2180205415/b1129/_pkg_.a
2025-08-20T23:00:31.7235012Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v2=/tmp/go-build2180205415/b1130/_pkg_.a
2025-08-20T23:00:31.7236011Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/carboninterface=/tmp/go-build2180205415/b1131/_pkg_.a
2025-08-20T23:00:31.7236973Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cashboard=/tmp/go-build2180205415/b1132/_pkg_.a
2025-08-20T23:00:31.7237834Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caspio=/tmp/go-build2180205415/b1133/_pkg_.a
2025-08-20T23:00:31.7238671Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/censys=/tmp/go-build2180205415/b1134/_pkg_.a
2025-08-20T23:00:31.7239558Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/centralstationcrm=/tmp/go-build2180205415/b1135/_pkg_.a
2025-08-20T23:00:31.7240437Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cexio=/tmp/go-build2180205415/b1136/_pkg_.a
2025-08-20T23:00:31.7240880Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chartmogul=/tmp/go-build2180205415/b1137/_pkg_.a
2025-08-20T23:00:31.7241313Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatbot=/tmp/go-build2180205415/b1138/_pkg_.a
2025-08-20T23:00:31.7241875Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatfule=/tmp/go-build2180205415/b1139/_pkg_.a
2025-08-20T23:00:31.7242334Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checio=/tmp/go-build2180205415/b1140/_pkg_.a
2025-08-20T23:00:31.7242779Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checklyhq=/tmp/go-build2180205415/b1141/_pkg_.a
2025-08-20T23:00:31.7243214Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkout=/tmp/go-build2180205415/b1142/_pkg_.a
2025-08-20T23:00:31.7243651Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkvist=/tmp/go-build2180205415/b1143/_pkg_.a
2025-08-20T23:00:31.7244075Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cicero=/tmp/go-build2180205415/b1144/_pkg_.a
2025-08-20T23:00:31.7244599Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v1=/tmp/go-build2180205415/b1145/_pkg_.a
2025-08-20T23:00:31.7245126Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v2=/tmp/go-build2180205415/b1146/_pkg_.a
2025-08-20T23:00:31.7245563Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clarifai=/tmp/go-build2180205415/b1147/_pkg_.a
2025-08-20T23:00:31.7246089Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clearbit=/tmp/go-build2180205415/b1148/_pkg_.a
2025-08-20T23:00:31.7246577Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickhelp=/tmp/go-build2180205415/b1149/_pkg_.a
2025-08-20T23:00:31.7247031Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clicksendsms=/tmp/go-build2180205415/b1150/_pkg_.a
2025-08-20T23:00:31.7247525Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickuppersonaltoken=/tmp/go-build2180205415/b1151/_pkg_.a
2025-08-20T23:00:31.7248123Z [00:02:53.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cliengo=/tmp/go-build2180205415/b1152/_pkg_.a
2025-08-20T23:00:31.7248569Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clientary=/tmp/go-build2180205415/b1153/_pkg_.a
2025-08-20T23:00:31.7249163Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clinchpad=/tmp/go-build2180205415/b1154/_pkg_.a
2025-08-20T23:00:31.7249601Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockify=/tmp/go-build2180205415/b1155/_pkg_.a
2025-08-20T23:00:31.7250049Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockworksms=/tmp/go-build2180205415/b1156/_pkg_.a
2025-08-20T23:00:31.7250486Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/closecrm=/tmp/go-build2180205415/b1157/_pkg_.a
2025-08-20T23:00:31.7250946Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudconvert=/tmp/go-build2180205415/b1158/_pkg_.a
2025-08-20T23:00:31.7251406Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudelements=/tmp/go-build2180205415/b1159/_pkg_.a
2025-08-20T23:00:31.7251891Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareapitoken=/tmp/go-build2180205415/b1160/_pkg_.a
2025-08-20T23:00:31.7252359Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflarecakey=/tmp/go-build2180205415/b1161/_pkg_.a
2025-08-20T23:00:31.7252866Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareglobalapikey=/tmp/go-build2180205415/b1162/_pkg_.a
2025-08-20T23:00:31.7253314Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudimage=/tmp/go-build2180205415/b1163/_pkg_.a
2025-08-20T23:00:31.7253854Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudmersive=/tmp/go-build2180205415/b1164/_pkg_.a
2025-08-20T23:00:31.7254401Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudplan=/tmp/go-build2180205415/b1165/_pkg_.a
2025-08-20T23:00:31.7254850Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudsmith=/tmp/go-build2180205415/b1166/_pkg_.a
2025-08-20T23:00:31.7255288Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloverly=/tmp/go-build2180205415/b1167/_pkg_.a
2025-08-20T23:00:31.7255706Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloze=/tmp/go-build2180205415/b1168/_pkg_.a
2025-08-20T23:00:31.7256265Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clustdoc=/tmp/go-build2180205415/b1169/_pkg_.a
2025-08-20T23:00:31.7256766Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coda=/tmp/go-build2180205415/b1170/_pkg_.a
2025-08-20T23:00:31.7257300Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codacy=/tmp/go-build2180205415/b1171/_pkg_.a
2025-08-20T23:00:31.7257748Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codeclimate=/tmp/go-build2180205415/b1172/_pkg_.a
2025-08-20T23:00:31.7258195Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codemagic=/tmp/go-build2180205415/b1173/_pkg_.a
2025-08-20T23:00:31.7258637Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codequiry=/tmp/go-build2180205415/b1174/_pkg_.a
2025-08-20T23:00:31.7259067Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinapi=/tmp/go-build2180205415/b1175/_pkg_.a
2025-08-20T23:00:31.7259500Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinbase=/tmp/go-build2180205415/b1176/_pkg_.a
2025-08-20T23:00:31.7259943Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlayer=/tmp/go-build2180205415/b1177/_pkg_.a
2025-08-20T23:00:31.7260375Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlib=/tmp/go-build2180205415/b1178/_pkg_.a
2025-08-20T23:00:31.7261005Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/collect2=/tmp/go-build2180205415/b1179/_pkg_.a
2025-08-20T23:00:31.7261438Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/column=/tmp/go-build2180205415/b1180/_pkg_.a
2025-08-20T23:00:31.7261880Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commercejs=/tmp/go-build2180205415/b1181/_pkg_.a
2025-08-20T23:00:31.7262331Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commodities=/tmp/go-build2180205415/b1182/_pkg_.a
2025-08-20T23:00:31.7262781Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/companyhub=/tmp/go-build2180205415/b1183/_pkg_.a
2025-08-20T23:00:31.7263226Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/confluent=/tmp/go-build2180205415/b1184/_pkg_.a
2025-08-20T23:00:31.7263771Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/contentfulpersonalaccesstoken=/tmp/go-build2180205415/b1185/_pkg_.a
2025-08-20T23:00:31.7264242Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/conversiontools=/tmp/go-build2180205415/b1186/_pkg_.a
2025-08-20T23:00:31.7264681Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertapi=/tmp/go-build2180205415/b1187/_pkg_.a
2025-08-20T23:00:31.7265127Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertkit=/tmp/go-build2180205415/b1188/_pkg_.a
2025-08-20T23:00:31.7265556Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convier=/tmp/go-build2180205415/b1189/_pkg_.a
2025-08-20T23:00:31.7266189Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/copper=/tmp/go-build2180205415/b1190/_pkg_.a
2025-08-20T23:00:31.7266700Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/couchbase=/tmp/go-build2180205415/b1191/_pkg_.a
2025-08-20T23:00:31.7267161Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/countrylayer=/tmp/go-build2180205415/b1215/_pkg_.a
2025-08-20T23:00:31.7267588Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/courier=/tmp/go-build2180205415/b1216/_pkg_.a
2025-08-20T23:00:31.7268028Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coveralls=/tmp/go-build2180205415/b1217/_pkg_.a
2025-08-20T23:00:31.7268553Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/craftmypdf=/tmp/go-build2180205415/b1218/_pkg_.a
2025-08-20T23:00:31.7269091Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/crowdin=/tmp/go-build2180205415/b1219/_pkg_.a
2025-08-20T23:00:31.7269555Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cryptocompare=/tmp/go-build2180205415/b1220/_pkg_.a
2025-08-20T23:00:31.7270015Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencycloud=/tmp/go-build2180205415/b1221/_pkg_.a
2025-08-20T23:00:31.7270482Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyfreaks=/tmp/go-build2180205415/b1222/_pkg_.a
2025-08-20T23:00:31.7270936Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencylayer=/tmp/go-build2180205415/b1223/_pkg_.a
2025-08-20T23:00:31.7271397Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyscoop=/tmp/go-build2180205415/b1224/_pkg_.a
2025-08-20T23:00:31.7271853Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currentsapi=/tmp/go-build2180205415/b1225/_pkg_.a
2025-08-20T23:00:31.7272310Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerguru=/tmp/go-build2180205415/b1226/_pkg_.a
2025-08-20T23:00:31.7272856Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerio=/tmp/go-build2180205415/b1227/_pkg_.a
2025-08-20T23:00:31.7273299Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/d7network=/tmp/go-build2180205415/b1228/_pkg_.a
2025-08-20T23:00:31.7273732Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dandelion=/tmp/go-build2180205415/b1229/_pkg_.a
2025-08-20T23:00:31.7274174Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dareboost=/tmp/go-build2180205415/b1230/_pkg_.a
2025-08-20T23:00:31.7274604Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databox=/tmp/go-build2180205415/b1231/_pkg_.a
2025-08-20T23:00:31.7275082Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databrickstoken=/tmp/go-build2180205415/b1232/_pkg_.a
2025-08-20T23:00:31.7275535Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datadogtoken=/tmp/go-build2180205415/b1233/_pkg_.a
2025-08-20T23:00:31.7276064Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datagov=/tmp/go-build2180205415/b1234/_pkg_.a
2025-08-20T23:00:31.7276542Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepai=/tmp/go-build2180205415/b1235/_pkg_.a
2025-08-20T23:00:31.7276986Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepgram=/tmp/go-build2180205415/b1236/_pkg_.a
2025-08-20T23:00:31.7277423Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepseek=/tmp/go-build2180205415/b1237/_pkg_.a
2025-08-20T23:00:31.7277965Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/delighted=/tmp/go-build2180205415/b1238/_pkg_.a
2025-08-20T23:00:31.7278392Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/demio=/tmp/go-build2180205415/b1239/_pkg_.a
2025-08-20T23:00:31.7278809Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deno=/tmp/go-build2180205415/b1240/_pkg_.a
2025-08-20T23:00:31.7279234Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deputy=/tmp/go-build2180205415/b1241/_pkg_.a
2025-08-20T23:00:31.7279667Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectify=/tmp/go-build2180205415/b1242/_pkg_.a
2025-08-20T23:00:31.7280130Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectlanguage=/tmp/go-build2180205415/b1243/_pkg_.a
2025-08-20T23:00:31.7280618Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dfuse=/tmp/go-build2180205415/b1244/_pkg_.a
2025-08-20T23:00:31.7281212Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diffbot=/tmp/go-build2180205415/b1245/_pkg_.a
2025-08-20T23:00:31.7281667Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diggernaut=/tmp/go-build2180205415/b1246/_pkg_.a
2025-08-20T23:00:31.7282146Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceantoken=/tmp/go-build2180205415/b1247/_pkg_.a
2025-08-20T23:00:31.7282608Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceanv2=/tmp/go-build2180205415/b1248/_pkg_.a
2025-08-20T23:00:31.7283077Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordbottoken=/tmp/go-build2180205415/b1249/_pkg_.a
2025-08-20T23:00:31.7283590Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordwebhook=/tmp/go-build2180205415/b1250/_pkg_.a
2025-08-20T23:00:31.7284058Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/disqus=/tmp/go-build2180205415/b1251/_pkg_.a
2025-08-20T23:00:31.7284474Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ditto=/tmp/go-build2180205415/b1252/_pkg_.a
2025-08-20T23:00:31.7285103Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dnscheck=/tmp/go-build2180205415/b1253/_pkg_.a
2025-08-20T23:00:31.7285531Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docker=/tmp/go-build2180205415/b1254/_pkg_.a
2025-08-20T23:00:31.7286083Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v1=/tmp/go-build2180205415/b1255/_pkg_.a
2025-08-20T23:00:31.7286614Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v2=/tmp/go-build2180205415/b1256/_pkg_.a
2025-08-20T23:00:31.7287074Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docparser=/tmp/go-build2180205415/b1257/_pkg_.a
2025-08-20T23:00:31.7287498Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/documo=/tmp/go-build2180205415/b1258/_pkg_.a
2025-08-20T23:00:31.7287939Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docusign=/tmp/go-build2180205415/b1259/_pkg_.a
2025-08-20T23:00:31.7288369Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/doppler=/tmp/go-build2180205415/b1260/_pkg_.a
2025-08-20T23:00:31.7288809Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dotdigital=/tmp/go-build2180205415/b1261/_pkg_.a
2025-08-20T23:00:31.7289231Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dovico=/tmp/go-build2180205415/b1262/_pkg_.a
2025-08-20T23:00:31.7289750Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dronahq=/tmp/go-build2180205415/b1263/_pkg_.a
2025-08-20T23:00:31.7290243Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/droneci=/tmp/go-build2180205415/b1264/_pkg_.a
2025-08-20T23:00:31.7290676Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dropbox=/tmp/go-build2180205415/b1265/_pkg_.a
2025-08-20T23:00:31.7291098Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/duply=/tmp/go-build2180205415/b1266/_pkg_.a
2025-08-20T23:00:31.7291519Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dwolla=/tmp/go-build2180205415/b1267/_pkg_.a
2025-08-20T23:00:31.7291952Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dynalist=/tmp/go-build2180205415/b1268/_pkg_.a
2025-08-20T23:00:31.7292460Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dyspatch=/tmp/go-build2180205415/b1269/_pkg_.a
2025-08-20T23:00:31.7293019Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eagleeyenetworks=/tmp/go-build2180205415/b1270/_pkg_.a
2025-08-20T23:00:31.7293473Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/easyinsight=/tmp/go-build2180205415/b1271/_pkg_.a
2025-08-20T23:00:31.7293939Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ecostruxureit=/tmp/go-build2180205415/b1272/_pkg_.a
2025-08-20T23:00:31.7294361Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edamam=/tmp/go-build2180205415/b1273/_pkg_.a
2025-08-20T23:00:31.7294786Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edenai=/tmp/go-build2180205415/b1274/_pkg_.a
2025-08-20T23:00:31.7295234Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eightxeight=/tmp/go-build2180205415/b1275/_pkg_.a
2025-08-20T23:00:31.7295695Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elasticemail=/tmp/go-build2180205415/b1276/_pkg_.a
2025-08-20T23:00:31.7296299Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v1=/tmp/go-build2180205415/b1277/_pkg_.a
2025-08-20T23:00:31.7296891Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v2=/tmp/go-build2180205415/b1278/_pkg_.a
2025-08-20T23:00:31.7297325Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enablex=/tmp/go-build2180205415/b1279/_pkg_.a
2025-08-20T23:00:31.7297768Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/endorlabs=/tmp/go-build2180205415/b1280/_pkg_.a
2025-08-20T23:00:31.7298192Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enigma=/tmp/go-build2180205415/b1281/_pkg_.a
2025-08-20T23:00:31.7298652Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/envoyapikey=/tmp/go-build2180205415/b1282/_pkg_.a
2025-08-20T23:00:31.7299079Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eraser=/tmp/go-build2180205415/b1283/_pkg_.a
2025-08-20T23:00:31.7299518Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/etherscan=/tmp/go-build2180205415/b1284/_pkg_.a
2025-08-20T23:00:31.7299959Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ethplorer=/tmp/go-build2180205415/b1285/_pkg_.a
2025-08-20T23:00:31.7300410Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eventbrite=/tmp/go-build2180205415/b1286/_pkg_.a
2025-08-20T23:00:31.7300846Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/everhour=/tmp/go-build2180205415/b1287/_pkg_.a
2025-08-20T23:00:31.7301317Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangerateapi=/tmp/go-build2180205415/b1288/_pkg_.a
2025-08-20T23:00:31.7301873Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangeratesapi=/tmp/go-build2180205415/b1289/_pkg_.a
2025-08-20T23:00:31.7302330Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exportsdk=/tmp/go-build2180205415/b1290/_pkg_.a
2025-08-20T23:00:31.7302790Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/extractorapi=/tmp/go-build2180205415/b1291/_pkg_.a
2025-08-20T23:00:31.7303247Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/facebookoauth=/tmp/go-build2180205415/b1292/_pkg_.a
2025-08-20T23:00:31.7303700Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/faceplusplus=/tmp/go-build2180205415/b1293/_pkg_.a
2025-08-20T23:00:31.7304205Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastforex=/tmp/go-build2180205415/b1294/_pkg_.a
2025-08-20T23:00:31.7304800Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastlypersonaltoken=/tmp/go-build2180205415/b1295/_pkg_.a
2025-08-20T23:00:31.7305232Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/feedier=/tmp/go-build2180205415/b1296/_pkg_.a
2025-08-20T23:00:31.7305671Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fetchrss=/tmp/go-build2180205415/b1297/_pkg_.a
2025-08-20T23:00:31.7306209Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fibery=/tmp/go-build2180205415/b1298/_pkg_.a
2025-08-20T23:00:31.7306769Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v1=/tmp/go-build2180205415/b1299/_pkg_.a
2025-08-20T23:00:31.7307295Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v2=/tmp/go-build2180205415/b1300/_pkg_.a
2025-08-20T23:00:31.7307734Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fileio=/tmp/go-build2180205415/b1301/_pkg_.a
2025-08-20T23:00:31.7308157Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finage=/tmp/go-build2180205415/b1302/_pkg_.a
2025-08-20T23:00:31.7308793Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/financialmodelingprep=/tmp/go-build2180205415/b1303/_pkg_.a
2025-08-20T23:00:31.7309219Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/findl=/tmp/go-build2180205415/b1304/_pkg_.a
2025-08-20T23:00:31.7309647Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finnhub=/tmp/go-build2180205415/b1305/_pkg_.a
2025-08-20T23:00:31.7310077Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fixerio=/tmp/go-build2180205415/b1306/_pkg_.a
2025-08-20T23:00:31.7310508Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flatio=/tmp/go-build2180205415/b1307/_pkg_.a
2025-08-20T23:00:31.7311189Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fleetbase=/tmp/go-build2180205415/b1308/_pkg_.a
2025-08-20T23:00:31.7312872Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flexport=/tmp/go-build2180205415/b1309/_pkg_.a
2025-08-20T23:00:31.7313408Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flickr=/tmp/go-build2180205415/b1310/_pkg_.a
2025-08-20T23:00:31.7313852Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightapi=/tmp/go-build2180205415/b1311/_pkg_.a
2025-08-20T23:00:31.7314297Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightlabs=/tmp/go-build2180205415/b1312/_pkg_.a
2025-08-20T23:00:31.7314757Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightstats=/tmp/go-build2180205415/b1313/_pkg_.a
2025-08-20T23:00:31.7315320Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/float=/tmp/go-build2180205415/b1314/_pkg_.a
2025-08-20T23:00:31.7315882Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flowflu=/tmp/go-build2180205415/b1315/_pkg_.a
2025-08-20T23:00:31.7316370Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flutterwave=/tmp/go-build2180205415/b1316/_pkg_.a
2025-08-20T23:00:31.7316783Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fmfw=/tmp/go-build2180205415/b1317/_pkg_.a
2025-08-20T23:00:31.7317231Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formbucket=/tmp/go-build2180205415/b1318/_pkg_.a
2025-08-20T23:00:31.7317668Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formcraft=/tmp/go-build2180205415/b1319/_pkg_.a
2025-08-20T23:00:31.7318187Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formio=/tmp/go-build2180205415/b1320/_pkg_.a
2025-08-20T23:00:31.7318751Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formsite=/tmp/go-build2180205415/b1321/_pkg_.a
2025-08-20T23:00:31.7319206Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/foursquare=/tmp/go-build2180205415/b1322/_pkg_.a
2025-08-20T23:00:31.7319631Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/frameio=/tmp/go-build2180205415/b1323/_pkg_.a
2025-08-20T23:00:31.7320074Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshbooks=/tmp/go-build2180205415/b1324/_pkg_.a
2025-08-20T23:00:31.7320863Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshdesk=/tmp/go-build2180205415/b1325/_pkg_.a
2025-08-20T23:00:31.7322436Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/front=/tmp/go-build2180205415/b1326/_pkg_.a
2025-08-20T23:00:31.7322905Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ftp=/tmp/go-build2180205415/b1327/_pkg_.a
2025-08-20T23:00:31.7323335Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fulcrum=/tmp/go-build2180205415/b1329/_pkg_.a
2025-08-20T23:00:31.7323963Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v1=/tmp/go-build2180205415/b1330/_pkg_.a
2025-08-20T23:00:31.7324731Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v2=/tmp/go-build2180205415/b1331/_pkg_.a
2025-08-20T23:00:31.7327656Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fxmarket=/tmp/go-build2180205415/b1332/_pkg_.a
2025-08-20T23:00:31.7328169Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcp=/tmp/go-build2180205415/b1333/_pkg_.a
2025-08-20T23:00:31.7328854Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcpapplicationdefaultcredentials=/tmp/go-build2180205415/b1334/_pkg_.a
2025-08-20T23:00:31.7329320Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geckoboard=/tmp/go-build2180205415/b1335/_pkg_.a
2025-08-20T23:00:31.7329752Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gemini=/tmp/go-build2180205415/b1336/_pkg_.a
2025-08-20T23:00:31.7330169Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gengo=/tmp/go-build2180205415/b1337/_pkg_.a
2025-08-20T23:00:31.7330606Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoapify=/tmp/go-build2180205415/b1338/_pkg_.a
2025-08-20T23:00:31.7331033Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocode=/tmp/go-build2180205415/b1339/_pkg_.a
2025-08-20T23:00:31.7331483Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodify=/tmp/go-build2180205415/b1340/_pkg_.a
2025-08-20T23:00:31.7331921Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodio=/tmp/go-build2180205415/b1341/_pkg_.a
2025-08-20T23:00:31.7332362Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoipifi=/tmp/go-build2180205415/b1342/_pkg_.a
2025-08-20T23:00:31.7332798Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgeoapi=/tmp/go-build2180205415/b1343/_pkg_.a
2025-08-20T23:00:31.7333227Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgist=/tmp/go-build2180205415/b1344/_pkg_.a
2025-08-20T23:00:31.7333671Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getresponse=/tmp/go-build2180205415/b1345/_pkg_.a
2025-08-20T23:00:31.7334223Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getsandbox=/tmp/go-build2180205415/b1346/_pkg_.a
2025-08-20T23:00:31.7334801Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v1=/tmp/go-build2180205415/b1347/_pkg_.a
2025-08-20T23:00:31.7335237Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v2=/tmp/go-build2180205415/b1348/_pkg_.a
2025-08-20T23:00:31.7335701Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github_oauth2=/tmp/go-build2180205415/b1349/_pkg_.a
2025-08-20T23:00:31.7336348Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/githubapp=/tmp/go-build2180205415/b1353/_pkg_.a
2025-08-20T23:00:31.7336802Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v1=/tmp/go-build2180205415/b1354/_pkg_.a
2025-08-20T23:00:31.7337237Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v2=/tmp/go-build2180205415/b1355/_pkg_.a
2025-08-20T23:00:31.7337677Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitter=/tmp/go-build2180205415/b1356/_pkg_.a
2025-08-20T23:00:31.7338115Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/glassnode=/tmp/go-build2180205415/b1357/_pkg_.a
2025-08-20T23:00:31.7338672Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocanvas=/tmp/go-build2180205415/b1358/_pkg_.a
2025-08-20T23:00:31.7339122Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocardless=/tmp/go-build2180205415/b1359/_pkg_.a
2025-08-20T23:00:31.7339569Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v1=/tmp/go-build2180205415/b1360/_pkg_.a
2025-08-20T23:00:31.7340056Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v2=/tmp/go-build2180205415/b1361/_pkg_.a
2025-08-20T23:00:31.7340493Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/goodday=/tmp/go-build2180205415/b1362/_pkg_.a
2025-08-20T23:00:31.7341032Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/googleoauth2=/tmp/go-build2180205415/b1363/_pkg_.a
2025-08-20T23:00:31.7341482Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafana=/tmp/go-build2180205415/b1364/_pkg_.a
2025-08-20T23:00:31.7341981Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafanaserviceaccount=/tmp/go-build2180205415/b1365/_pkg_.a
2025-08-20T23:00:31.7342418Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphcms=/tmp/go-build2180205415/b1366/_pkg_.a
2025-08-20T23:00:31.7342889Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphhopper=/tmp/go-build2180205415/b1367/_pkg_.a
2025-08-20T23:00:31.7343327Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groovehq=/tmp/go-build2180205415/b1368/_pkg_.a
2025-08-20T23:00:31.7343746Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groq=/tmp/go-build2180205415/b1369/_pkg_.a
2025-08-20T23:00:31.7344182Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gtmetrix=/tmp/go-build2180205415/b1370/_pkg_.a
2025-08-20T23:00:31.7344636Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/guardianapi=/tmp/go-build2180205415/b1371/_pkg_.a
2025-08-20T23:00:31.7345061Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gumroad=/tmp/go-build2180205415/b1372/_pkg_.a
2025-08-20T23:00:31.7345481Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gyazo=/tmp/go-build2180205415/b1373/_pkg_.a
2025-08-20T23:00:31.7346022Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/happyscribe=/tmp/go-build2180205415/b1374/_pkg_.a
2025-08-20T23:00:31.7346679Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harness=/tmp/go-build2180205415/b1375/_pkg_.a
2025-08-20T23:00:31.7347130Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harvest=/tmp/go-build2180205415/b1376/_pkg_.a
2025-08-20T23:00:31.7347622Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hashicorpvaultauth=/tmp/go-build2180205415/b1377/_pkg_.a
2025-08-20T23:00:31.7348046Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hasura=/tmp/go-build2180205415/b1378/_pkg_.a
2025-08-20T23:00:31.7348485Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hellosign=/tmp/go-build2180205415/b1379/_pkg_.a
2025-08-20T23:00:31.7348950Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpcrunch=/tmp/go-build2180205415/b1380/_pkg_.a
2025-08-20T23:00:31.7349395Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpscout=/tmp/go-build2180205415/b1381/_pkg_.a
2025-08-20T23:00:31.7349827Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hereapi=/tmp/go-build2180205415/b1382/_pkg_.a
2025-08-20T23:00:31.7350369Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v1=/tmp/go-build2180205415/b1383/_pkg_.a
2025-08-20T23:00:31.7350807Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v2=/tmp/go-build2180205415/b1384/_pkg_.a
2025-08-20T23:00:31.7351235Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hiveage=/tmp/go-build2180205415/b1385/_pkg_.a
2025-08-20T23:00:31.7351676Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holidayapi=/tmp/go-build2180205415/b1386/_pkg_.a
2025-08-20T23:00:31.7352118Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holistic=/tmp/go-build2180205415/b1387/_pkg_.a
2025-08-20T23:00:31.7352637Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/honeycomb=/tmp/go-build2180205415/b1388/_pkg_.a
2025-08-20T23:00:31.7353074Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/host=/tmp/go-build2180205415/b1389/_pkg_.a
2025-08-20T23:00:31.7353514Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/html2pdf=/tmp/go-build2180205415/b1390/_pkg_.a
2025-08-20T23:00:31.7353981Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v1=/tmp/go-build2180205415/b1391/_pkg_.a
2025-08-20T23:00:31.7354449Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v2=/tmp/go-build2180205415/b1392/_pkg_.a
2025-08-20T23:00:31.7354895Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/huggingface=/tmp/go-build2180205415/b1393/_pkg_.a
2025-08-20T23:00:31.7355340Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/humanity=/tmp/go-build2180205415/b1394/_pkg_.a
2025-08-20T23:00:31.7355856Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hunter=/tmp/go-build2180205415/b1395/_pkg_.a
2025-08-20T23:00:31.7356349Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hybiscus=/tmp/go-build2180205415/b1396/_pkg_.a
2025-08-20T23:00:31.7356793Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hypertrack=/tmp/go-build2180205415/b1397/_pkg_.a
2025-08-20T23:00:31.7357240Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iconfinder=/tmp/go-build2180205415/b1398/_pkg_.a
2025-08-20T23:00:31.7357667Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexapis=/tmp/go-build2180205415/b1399/_pkg_.a
2025-08-20T23:00:31.7358265Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexcloud=/tmp/go-build2180205415/b1400/_pkg_.a
2025-08-20T23:00:31.7358818Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagekit=/tmp/go-build2180205415/b1401/_pkg_.a
2025-08-20T23:00:31.7359243Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagga=/tmp/go-build2180205415/b1402/_pkg_.a
2025-08-20T23:00:31.7359669Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/impala=/tmp/go-build2180205415/b1403/_pkg_.a
2025-08-20T23:00:31.7360094Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/infura=/tmp/go-build2180205415/b1404/_pkg_.a
2025-08-20T23:00:31.7360532Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/insightly=/tmp/go-build2180205415/b1405/_pkg_.a
2025-08-20T23:00:31.7360971Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instabot=/tmp/go-build2180205415/b1406/_pkg_.a
2025-08-20T23:00:31.7361416Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instamojo=/tmp/go-build2180205415/b1407/_pkg_.a
2025-08-20T23:00:31.7361849Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intercom=/tmp/go-build2180205415/b1408/_pkg_.a
2025-08-20T23:00:31.7362401Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/interseller=/tmp/go-build2180205415/b1409/_pkg_.a
2025-08-20T23:00:31.7362833Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intra42=/tmp/go-build2180205415/b1410/_pkg_.a
2025-08-20T23:00:31.7363267Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intrinio=/tmp/go-build2180205415/b1411/_pkg_.a
2025-08-20T23:00:31.7363721Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/invoiceocean=/tmp/go-build2180205415/b1412/_pkg_.a
2025-08-20T23:00:31.7364237Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ip2location=/tmp/go-build2180205415/b1413/_pkg_.a
2025-08-20T23:00:31.7364709Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipapi=/tmp/go-build2180205415/b1414/_pkg_.a
2025-08-20T23:00:31.7365179Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipgeolocation=/tmp/go-build2180205415/b1415/_pkg_.a
2025-08-20T23:00:31.7365615Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipinfodb=/tmp/go-build2180205415/b1416/_pkg_.a
2025-08-20T23:00:31.7366155Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipquality=/tmp/go-build2180205415/b1417/_pkg_.a
2025-08-20T23:00:31.7366671Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipstack=/tmp/go-build2180205415/b1418/_pkg_.a
2025-08-20T23:00:31.7367090Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jdbc=/tmp/go-build2180205415/b1419/_pkg_.a
2025-08-20T23:00:31.7367543Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v1=/tmp/go-build2180205415/b1436/_pkg_.a
2025-08-20T23:00:31.7367996Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v2=/tmp/go-build2180205415/b1437/_pkg_.a
2025-08-20T23:00:31.7368423Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jotform=/tmp/go-build2180205415/b1438/_pkg_.a
2025-08-20T23:00:31.7368864Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jumpcloud=/tmp/go-build2180205415/b1439/_pkg_.a
2025-08-20T23:00:31.7369306Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jupiterone=/tmp/go-build2180205415/b1440/_pkg_.a
2025-08-20T23:00:31.7369721Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/juro=/tmp/go-build2180205415/b1441/_pkg_.a
2025-08-20T23:00:31.7370388Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanban=/tmp/go-build2180205415/b1442/_pkg_.a
2025-08-20T23:00:31.7370853Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanbantool=/tmp/go-build2180205415/b1443/_pkg_.a
2025-08-20T23:00:31.7371351Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/karmacrm=/tmp/go-build2180205415/b1444/_pkg_.a
2025-08-20T23:00:31.7371781Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/keenio=/tmp/go-build2180205415/b1445/_pkg_.a
2025-08-20T23:00:31.7372206Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kickbox=/tmp/go-build2180205415/b1446/_pkg_.a
2025-08-20T23:00:31.7372637Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klaviyo=/tmp/go-build2180205415/b1447/_pkg_.a
2025-08-20T23:00:31.7373079Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klipfolio=/tmp/go-build2180205415/b1448/_pkg_.a
2025-08-20T23:00:31.7373537Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/knapsackpro=/tmp/go-build2180205415/b1449/_pkg_.a
2025-08-20T23:00:31.7373969Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kontent=/tmp/go-build2180205415/b1450/_pkg_.a
2025-08-20T23:00:31.7374419Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kraken=/tmp/go-build2180205415/b1451/_pkg_.a
2025-08-20T23:00:31.7376243Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kucoin=/tmp/go-build2180205415/b1452/_pkg_.a
2025-08-20T23:00:31.7376924Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kylas=/tmp/go-build2180205415/b1453/_pkg_.a
2025-08-20T23:00:31.7377565Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langfuse=/tmp/go-build2180205415/b1454/_pkg_.a
2025-08-20T23:00:31.7378308Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langsmith=/tmp/go-build2180205415/b1455/_pkg_.a
2025-08-20T23:00:31.7378869Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/languagelayer=/tmp/go-build2180205415/b1456/_pkg_.a
2025-08-20T23:00:31.7379508Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuite=/tmp/go-build2180205415/b1457/_pkg_.a
2025-08-20T23:00:31.7380153Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuiteapikey=/tmp/go-build2180205415/b1458/_pkg_.a
2025-08-20T23:00:31.7380781Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/launchdarkly=/tmp/go-build2180205415/b1459/_pkg_.a
2025-08-20T23:00:31.7381392Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ldap=/tmp/go-build2180205415/b1460/_pkg_.a
2025-08-20T23:00:31.7382100Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/leadfeeder=/tmp/go-build2180205415/b1464/_pkg_.a
2025-08-20T23:00:31.7382670Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemlist=/tmp/go-build2180205415/b1465/_pkg_.a
2025-08-20T23:00:31.7383287Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemonsqueezy=/tmp/go-build2180205415/b1466/_pkg_.a
2025-08-20T23:00:31.7383938Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lendflow=/tmp/go-build2180205415/b1467/_pkg_.a
2025-08-20T23:00:31.7384546Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lessannoyingcrm=/tmp/go-build2180205415/b1468/_pkg_.a
2025-08-20T23:00:31.7385046Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lexigram=/tmp/go-build2180205415/b1469/_pkg_.a
2025-08-20T23:00:31.7385651Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linearapi=/tmp/go-build2180205415/b1470/_pkg_.a
2025-08-20T23:00:31.7386354Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linenotify=/tmp/go-build2180205415/b1471/_pkg_.a
2025-08-20T23:00:31.7386981Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linkpreview=/tmp/go-build2180205415/b1472/_pkg_.a
2025-08-20T23:00:31.7387795Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/liveagent=/tmp/go-build2180205415/b1473/_pkg_.a
2025-08-20T23:00:31.7388396Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/livestorm=/tmp/go-build2180205415/b1474/_pkg_.a
2025-08-20T23:00:31.7389011Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loadmill=/tmp/go-build2180205415/b1475/_pkg_.a
2025-08-20T23:00:31.7389531Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/locationiq=/tmp/go-build2180205415/b1476/_pkg_.a
2025-08-20T23:00:31.7390490Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loggly=/tmp/go-build2180205415/b1477/_pkg_.a
2025-08-20T23:00:31.7391014Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loginradius=/tmp/go-build2180205415/b1478/_pkg_.a
2025-08-20T23:00:31.7391612Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/logzio=/tmp/go-build2180205415/b1479/_pkg_.a
2025-08-20T23:00:31.7392287Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lokalisetoken=/tmp/go-build2180205415/b1480/_pkg_.a
2025-08-20T23:00:31.7392962Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loyverse=/tmp/go-build2180205415/b1481/_pkg_.a
2025-08-20T23:00:31.7393587Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lunchmoney=/tmp/go-build2180205415/b1482/_pkg_.a
2025-08-20T23:00:31.7394316Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/luno=/tmp/go-build2180205415/b1483/_pkg_.a
2025-08-20T23:00:31.7394867Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/madkudu=/tmp/go-build2180205415/b1484/_pkg_.a
2025-08-20T23:00:31.7395496Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/magicbell=/tmp/go-build2180205415/b1485/_pkg_.a
2025-08-20T23:00:31.7396220Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailboxlayer=/tmp/go-build2180205415/b1486/_pkg_.a
2025-08-20T23:00:31.7396837Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailchimp=/tmp/go-build2180205415/b1487/_pkg_.a
2025-08-20T23:00:31.7397439Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailerlite=/tmp/go-build2180205415/b1488/_pkg_.a
2025-08-20T23:00:31.7398034Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailgun=/tmp/go-build2180205415/b1489/_pkg_.a
2025-08-20T23:00:31.7398804Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetbasicauth=/tmp/go-build2180205415/b1490/_pkg_.a
2025-08-20T23:00:31.7399416Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetsms=/tmp/go-build2180205415/b1491/_pkg_.a
2025-08-20T23:00:31.7400013Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailmodo=/tmp/go-build2180205415/b1492/_pkg_.a
2025-08-20T23:00:31.7400611Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailsac=/tmp/go-build2180205415/b1493/_pkg_.a
2025-08-20T23:00:31.7401102Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mandrill=/tmp/go-build2180205415/b1494/_pkg_.a
2025-08-20T23:00:31.7401689Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapbox=/tmp/go-build2180205415/b1495/_pkg_.a
2025-08-20T23:00:31.7402300Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapquest=/tmp/go-build2180205415/b1496/_pkg_.a
2025-08-20T23:00:31.7402915Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/marketstack=/tmp/go-build2180205415/b1497/_pkg_.a
2025-08-20T23:00:31.7403730Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mattermostpersonaltoken=/tmp/go-build2180205415/b1498/_pkg_.a
2025-08-20T23:00:31.7404343Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mavenlink=/tmp/go-build2180205415/b1499/_pkg_.a
2025-08-20T23:00:31.7404872Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v1=/tmp/go-build2180205415/b1500/_pkg_.a
2025-08-20T23:00:31.7405512Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v2=/tmp/go-build2180205415/b1501/_pkg_.a
2025-08-20T23:00:31.7406190Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meaningcloud=/tmp/go-build2180205415/b1502/_pkg_.a
2025-08-20T23:00:31.7406857Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mediastack=/tmp/go-build2180205415/b1503/_pkg_.a
2025-08-20T23:00:31.7407371Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meistertask=/tmp/go-build2180205415/b1504/_pkg_.a
2025-08-20T23:00:31.7407801Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meraki=/tmp/go-build2180205415/b1505/_pkg_.a
2025-08-20T23:00:31.7408227Z [00:02:53.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mesibo=/tmp/go-build2180205415/b1506/_pkg_.a
2025-08-20T23:00:31.7408678Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/messagebird=/tmp/go-build2180205415/b1507/_pkg_.a
2025-08-20T23:00:31.7409107Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metaapi=/tmp/go-build2180205415/b1508/_pkg_.a
2025-08-20T23:00:31.7409671Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metabase=/tmp/go-build2180205415/b1509/_pkg_.a
2025-08-20T23:00:31.7410121Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metrilo=/tmp/go-build2180205415/b1510/_pkg_.a
2025-08-20T23:00:31.7410627Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/microsoftteamswebhook=/tmp/go-build2180205415/b1511/_pkg_.a
2025-08-20T23:00:31.7411074Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mindmeister=/tmp/go-build2180205415/b1512/_pkg_.a
2025-08-20T23:00:31.7411491Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/miro=/tmp/go-build2180205415/b1513/_pkg_.a
2025-08-20T23:00:31.7411973Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mite=/tmp/go-build2180205415/b1514/_pkg_.a
2025-08-20T23:00:31.7412494Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mixmax=/tmp/go-build2180205415/b1515/_pkg_.a
2025-08-20T23:00:31.7412927Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mockaroo=/tmp/go-build2180205415/b1516/_pkg_.a
2025-08-20T23:00:31.7413380Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moderation=/tmp/go-build2180205415/b1517/_pkg_.a
2025-08-20T23:00:31.7413800Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monday=/tmp/go-build2180205415/b1518/_pkg_.a
2025-08-20T23:00:31.7414230Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mongodb=/tmp/go-build2180205415/b1519/_pkg_.a
2025-08-20T23:00:31.7414679Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monkeylearn=/tmp/go-build2180205415/b1574/_pkg_.a
2025-08-20T23:00:31.7415122Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moonclerk=/tmp/go-build2180205415/b1575/_pkg_.a
2025-08-20T23:00:31.7415552Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moosend=/tmp/go-build2180205415/b1576/_pkg_.a
2025-08-20T23:00:31.7416176Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moralis=/tmp/go-build2180205415/b1577/_pkg_.a
2025-08-20T23:00:31.7416670Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mrticktock=/tmp/go-build2180205415/b1578/_pkg_.a
2025-08-20T23:00:31.7417083Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mux=/tmp/go-build2180205415/b1579/_pkg_.a
2025-08-20T23:00:31.7417541Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myfreshworks=/tmp/go-build2180205415/b1580/_pkg_.a
2025-08-20T23:00:31.7417991Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myintervals=/tmp/go-build2180205415/b1581/_pkg_.a
2025-08-20T23:00:31.7418429Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nethunt=/tmp/go-build2180205415/b1582/_pkg_.a
2025-08-20T23:00:31.7418877Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v1=/tmp/go-build2180205415/b1583/_pkg_.a
2025-08-20T23:00:31.7419326Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v2=/tmp/go-build2180205415/b1584/_pkg_.a
2025-08-20T23:00:31.7419758Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netsuite=/tmp/go-build2180205415/b1585/_pkg_.a
2025-08-20T23:00:31.7420207Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/neutrinoapi=/tmp/go-build2180205415/b1586/_pkg_.a
2025-08-20T23:00:31.7420713Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newrelicpersonalapikey=/tmp/go-build2180205415/b1587/_pkg_.a
2025-08-20T23:00:31.7421237Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newsapi=/tmp/go-build2180205415/b1588/_pkg_.a
2025-08-20T23:00:31.7421719Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newscatcher=/tmp/go-build2180205415/b1589/_pkg_.a
2025-08-20T23:00:31.7422180Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nexmoapikey=/tmp/go-build2180205415/b1590/_pkg_.a
2025-08-20T23:00:31.7422605Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nftport=/tmp/go-build2180205415/b1591/_pkg_.a
2025-08-20T23:00:31.7423018Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngc=/tmp/go-build2180205415/b1592/_pkg_.a
2025-08-20T23:00:31.7423433Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngrok=/tmp/go-build2180205415/b1593/_pkg_.a
2025-08-20T23:00:31.7423959Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nicereply=/tmp/go-build2180205415/b1594/_pkg_.a
2025-08-20T23:00:31.7424500Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nightfall=/tmp/go-build2180205415/b1595/_pkg_.a
2025-08-20T23:00:31.7424930Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nimble=/tmp/go-build2180205415/b1596/_pkg_.a
2025-08-20T23:00:31.7425375Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/noticeable=/tmp/go-build2180205415/b1597/_pkg_.a
2025-08-20T23:00:31.7425994Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/notion=/tmp/go-build2180205415/b1598/_pkg_.a
2025-08-20T23:00:31.7426493Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nozbeteams=/tmp/go-build2180205415/b1599/_pkg_.a
2025-08-20T23:00:31.7426932Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtoken=/tmp/go-build2180205415/b1600/_pkg_.a
2025-08-20T23:00:31.7427388Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtokenv2=/tmp/go-build2180205415/b1601/_pkg_.a
2025-08-20T23:00:31.7427834Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nugetapikey=/tmp/go-build2180205415/b1602/_pkg_.a
2025-08-20T23:00:31.7428400Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/numverify=/tmp/go-build2180205415/b1603/_pkg_.a
2025-08-20T23:00:31.7428848Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nutritionix=/tmp/go-build2180205415/b1604/_pkg_.a
2025-08-20T23:00:31.7429267Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nvapi=/tmp/go-build2180205415/b1605/_pkg_.a
2025-08-20T23:00:31.7429682Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nylas=/tmp/go-build2180205415/b1606/_pkg_.a
2025-08-20T23:00:31.7430113Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oanda=/tmp/go-build2180205415/b1607/_pkg_.a
2025-08-20T23:00:31.7430524Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/okta=/tmp/go-build2180205415/b1608/_pkg_.a
2025-08-20T23:00:31.7430963Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/omnisend=/tmp/go-build2180205415/b1609/_pkg_.a
2025-08-20T23:00:31.7431387Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onedesk=/tmp/go-build2180205415/b1610/_pkg_.a
2025-08-20T23:00:31.7431819Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onelogin=/tmp/go-build2180205415/b1611/_pkg_.a
2025-08-20T23:00:31.7432259Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onepagecrm=/tmp/go-build2180205415/b1612/_pkg_.a
2025-08-20T23:00:31.7433092Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onesignal=/tmp/go-build2180205415/b1613/_pkg_.a
2025-08-20T23:00:31.7435172Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onfleet=/tmp/go-build2180205415/b1614/_pkg_.a
2025-08-20T23:00:31.7435712Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oopspam=/tmp/go-build2180205415/b1615/_pkg_.a
2025-08-20T23:00:31.7436264Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openai=/tmp/go-build2180205415/b1616/_pkg_.a
2025-08-20T23:00:31.7436729Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opencagedata=/tmp/go-build2180205415/b1617/_pkg_.a
2025-08-20T23:00:31.7437155Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openuv=/tmp/go-build2180205415/b1618/_pkg_.a
2025-08-20T23:00:31.7437678Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openvpn=/tmp/go-build2180205415/b1619/_pkg_.a
2025-08-20T23:00:31.7438222Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openweather=/tmp/go-build2180205415/b1620/_pkg_.a
2025-08-20T23:00:31.7438652Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opsgenie=/tmp/go-build2180205415/b1621/_pkg_.a
2025-08-20T23:00:31.7439104Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/optimizely=/tmp/go-build2180205415/b1622/_pkg_.a
2025-08-20T23:00:31.7439533Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/overloop=/tmp/go-build2180205415/b1623/_pkg_.a
2025-08-20T23:00:31.7439960Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/owlbot=/tmp/go-build2180205415/b1624/_pkg_.a
2025-08-20T23:00:31.7440412Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/packagecloud=/tmp/go-build2180205415/b1625/_pkg_.a
2025-08-20T23:00:31.7440847Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagarme=/tmp/go-build2180205415/b1626/_pkg_.a
2025-08-20T23:00:31.7441318Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagerdutyapikey=/tmp/go-build2180205415/b1627/_pkg_.a
2025-08-20T23:00:31.7441842Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandadoc=/tmp/go-build2180205415/b1628/_pkg_.a
2025-08-20T23:00:31.7442286Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandascore=/tmp/go-build2180205415/b1629/_pkg_.a
2025-08-20T23:00:31.7442728Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paperform=/tmp/go-build2180205415/b1630/_pkg_.a
2025-08-20T23:00:31.7443177Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paralleldots=/tmp/go-build2180205415/b1631/_pkg_.a
2025-08-20T23:00:31.7443615Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsehub=/tmp/go-build2180205415/b1632/_pkg_.a
2025-08-20T23:00:31.7444049Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsers=/tmp/go-build2180205415/b1633/_pkg_.a
2025-08-20T23:00:31.7444480Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parseur=/tmp/go-build2180205415/b1634/_pkg_.a
2025-08-20T23:00:31.7444936Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/partnerstack=/tmp/go-build2180205415/b1635/_pkg_.a
2025-08-20T23:00:31.7445372Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pastebin=/tmp/go-build2180205415/b1636/_pkg_.a
2025-08-20T23:00:31.7445979Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paydirtapp=/tmp/go-build2180205415/b1637/_pkg_.a
2025-08-20T23:00:31.7446469Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymoapp=/tmp/go-build2180205415/b1638/_pkg_.a
2025-08-20T23:00:31.7447010Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymongo=/tmp/go-build2180205415/b1639/_pkg_.a
2025-08-20T23:00:31.7447501Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paypaloauth=/tmp/go-build2180205415/b1640/_pkg_.a
2025-08-20T23:00:31.7447946Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paystack=/tmp/go-build2180205415/b1641/_pkg_.a
2025-08-20T23:00:31.7448378Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdflayer=/tmp/go-build2180205415/b1642/_pkg_.a
2025-08-20T23:00:31.7448813Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdfshift=/tmp/go-build2180205415/b1643/_pkg_.a
2025-08-20T23:00:31.7449276Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/peopledatalabs=/tmp/go-build2180205415/b1644/_pkg_.a
2025-08-20T23:00:31.7449804Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pepipost=/tmp/go-build2180205415/b1645/_pkg_.a
2025-08-20T23:00:31.7450358Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/percy=/tmp/go-build2180205415/b1646/_pkg_.a
2025-08-20T23:00:31.7450847Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/phraseaccesstoken=/tmp/go-build2180205415/b1647/_pkg_.a
2025-08-20T23:00:31.7451272Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pinata=/tmp/go-build2180205415/b1648/_pkg_.a
2025-08-20T23:00:31.7451714Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedream=/tmp/go-build2180205415/b1649/_pkg_.a
2025-08-20T23:00:31.7452150Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedrive=/tmp/go-build2180205415/b1650/_pkg_.a
2025-08-20T23:00:31.7452620Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pivotaltracker=/tmp/go-build2180205415/b1651/_pkg_.a
2025-08-20T23:00:31.7453056Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pixabay=/tmp/go-build2180205415/b1652/_pkg_.a
2025-08-20T23:00:31.7453496Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plaidkey=/tmp/go-build2180205415/b1653/_pkg_.a
2025-08-20T23:00:31.7454089Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscale=/tmp/go-build2180205415/b1654/_pkg_.a
2025-08-20T23:00:31.7454551Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscaledb=/tmp/go-build2180205415/b1655/_pkg_.a
2025-08-20T23:00:31.7455017Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planviewleankit=/tmp/go-build2180205415/b1656/_pkg_.a
2025-08-20T23:00:31.7455443Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planyo=/tmp/go-build2180205415/b1657/_pkg_.a
2025-08-20T23:00:31.7457212Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plivo=/tmp/go-build2180205415/b1658/_pkg_.a
2025-08-20T23:00:31.7458113Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/podio=/tmp/go-build2180205415/b1659/_pkg_.a
2025-08-20T23:00:31.7458744Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pollsapi=/tmp/go-build2180205415/b1660/_pkg_.a
2025-08-20T23:00:31.7459215Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/poloniex=/tmp/go-build2180205415/b1661/_pkg_.a
2025-08-20T23:00:31.7459650Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/polygon=/tmp/go-build2180205415/b1662/_pkg_.a
2025-08-20T23:00:31.7460089Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainer=/tmp/go-build2180205415/b1663/_pkg_.a
2025-08-20T23:00:31.7460560Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainertoken=/tmp/go-build2180205415/b1664/_pkg_.a
2025-08-20T23:00:31.7461150Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/positionstack=/tmp/go-build2180205415/b1665/_pkg_.a
2025-08-20T23:00:31.7461637Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postageapp=/tmp/go-build2180205415/b1666/_pkg_.a
2025-08-20T23:00:31.7462080Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postbacks=/tmp/go-build2180205415/b1667/_pkg_.a
2025-08-20T23:00:31.7462516Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postgres=/tmp/go-build2180205415/b1668/_pkg_.a
2025-08-20T23:00:31.7462947Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/posthog=/tmp/go-build2180205415/b1669/_pkg_.a
2025-08-20T23:00:31.7463459Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postman=/tmp/go-build2180205415/b1670/_pkg_.a
2025-08-20T23:00:31.7463980Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postmark=/tmp/go-build2180205415/b1671/_pkg_.a
2025-08-20T23:00:31.7464416Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/powrbot=/tmp/go-build2180205415/b1672/_pkg_.a
2025-08-20T23:00:31.7464851Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prefect=/tmp/go-build2180205415/b1673/_pkg_.a
2025-08-20T23:00:31.7465282Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privacy=/tmp/go-build2180205415/b1674/_pkg_.a
2025-08-20T23:00:31.7465719Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privatekey=/tmp/go-build2180205415/b318/_pkg_.a
2025-08-20T23:00:31.7466340Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prodpad=/tmp/go-build2180205415/b1675/_pkg_.a
2025-08-20T23:00:31.7466807Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prospectcrm=/tmp/go-build2180205415/b1676/_pkg_.a
2025-08-20T23:00:31.7467262Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/protocolsio=/tmp/go-build2180205415/b1677/_pkg_.a
2025-08-20T23:00:31.7467838Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/proxycrawl=/tmp/go-build2180205415/b1678/_pkg_.a
2025-08-20T23:00:31.7468317Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubpublishkey=/tmp/go-build2180205415/b1679/_pkg_.a
2025-08-20T23:00:31.7468819Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubsubscriptionkey=/tmp/go-build2180205415/b1680/_pkg_.a
2025-08-20T23:00:31.7469245Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pulumi=/tmp/go-build2180205415/b1681/_pkg_.a
2025-08-20T23:00:31.7469692Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/purestake=/tmp/go-build2180205415/b1682/_pkg_.a
2025-08-20T23:00:31.7470170Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pushbulletapikey=/tmp/go-build2180205415/b1683/_pkg_.a
2025-08-20T23:00:31.7470646Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pusherchannelkey=/tmp/go-build2180205415/b1684/_pkg_.a
2025-08-20T23:00:31.7471065Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pypi=/tmp/go-build2180205415/b1685/_pkg_.a
2025-08-20T23:00:31.7471482Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qase=/tmp/go-build2180205415/b1686/_pkg_.a
2025-08-20T23:00:31.7471913Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qualaroo=/tmp/go-build2180205415/b1687/_pkg_.a
2025-08-20T23:00:31.7472345Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qubole=/tmp/go-build2180205415/b1688/_pkg_.a
2025-08-20T23:00:31.7472861Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rabbitmq=/tmp/go-build2180205415/b1689/_pkg_.a
2025-08-20T23:00:31.7473350Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/railwayapp=/tmp/go-build2180205415/b1691/_pkg_.a
2025-08-20T23:00:31.7473767Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ramp=/tmp/go-build2180205415/b1692/_pkg_.a
2025-08-20T23:00:31.7474204Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rapidapi=/tmp/go-build2180205415/b1693/_pkg_.a
2025-08-20T23:00:31.7474614Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rawg=/tmp/go-build2180205415/b1694/_pkg_.a
2025-08-20T23:00:31.7475046Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/razorpay=/tmp/go-build2180205415/b1695/_pkg_.a
2025-08-20T23:00:31.7475553Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reachmail=/tmp/go-build2180205415/b1696/_pkg_.a
2025-08-20T23:00:31.7476213Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/readme=/tmp/go-build2180205415/b1697/_pkg_.a
2025-08-20T23:00:31.7476716Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reallysimplesystems=/tmp/go-build2180205415/b1698/_pkg_.a
2025-08-20T23:00:31.7477160Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rebrandly=/tmp/go-build2180205415/b1699/_pkg_.a
2025-08-20T23:00:31.7477632Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rechargepayments=/tmp/go-build2180205415/b1700/_pkg_.a
2025-08-20T23:00:31.7478051Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/redis=/tmp/go-build2180205415/b1701/_pkg_.a
2025-08-20T23:00:31.7478485Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/refiner=/tmp/go-build2180205415/b1709/_pkg_.a
2025-08-20T23:00:31.7478918Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rentman=/tmp/go-build2180205415/b1710/_pkg_.a
2025-08-20T23:00:31.7479368Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/repairshopr=/tmp/go-build2180205415/b1711/_pkg_.a
2025-08-20T23:00:31.7479924Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replicate=/tmp/go-build2180205415/b1712/_pkg_.a
2025-08-20T23:00:31.7480363Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replyio=/tmp/go-build2180205415/b1713/_pkg_.a
2025-08-20T23:00:31.7480827Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/requestfinance=/tmp/go-build2180205415/b1714/_pkg_.a
2025-08-20T23:00:31.7481329Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackhtmltopdfapi=/tmp/go-build2180205415/b1715/_pkg_.a
2025-08-20T23:00:31.7481833Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackscreenshotapi=/tmp/go-build2180205415/b1716/_pkg_.a
2025-08-20T23:00:31.7482270Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/revampcrm=/tmp/go-build2180205415/b1717/_pkg_.a
2025-08-20T23:00:31.7482720Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ringcentral=/tmp/go-build2180205415/b1718/_pkg_.a
2025-08-20T23:00:31.7483151Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ritekit=/tmp/go-build2180205415/b1719/_pkg_.a
2025-08-20T23:00:31.7483622Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/roaring=/tmp/go-build2180205415/b1720/_pkg_.a
2025-08-20T23:00:31.7484091Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/robinhoodcrypto=/tmp/go-build2180205415/b1721/_pkg_.a
2025-08-20T23:00:31.7484612Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rocketreach=/tmp/go-build2180205415/b1722/_pkg_.a
2025-08-20T23:00:31.7485113Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rootly=/tmp/go-build2180205415/b1723/_pkg_.a
2025-08-20T23:00:31.7485554Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/route4me=/tmp/go-build2180205415/b1724/_pkg_.a
2025-08-20T23:00:31.7486122Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rownd=/tmp/go-build2180205415/b1725/_pkg_.a
2025-08-20T23:00:31.7486609Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rubygems=/tmp/go-build2180205415/b1726/_pkg_.a
2025-08-20T23:00:31.7487045Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/runrunit=/tmp/go-build2180205415/b1727/_pkg_.a
2025-08-20T23:00:31.7487600Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saladcloudapikey=/tmp/go-build2180205415/b1728/_pkg_.a
2025-08-20T23:00:31.7488159Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesblink=/tmp/go-build2180205415/b1729/_pkg_.a
2025-08-20T23:00:31.7488615Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salescookie=/tmp/go-build2180205415/b1730/_pkg_.a
2025-08-20T23:00:31.7489056Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesflare=/tmp/go-build2180205415/b1731/_pkg_.a
2025-08-20T23:00:31.7489502Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforce=/tmp/go-build2180205415/b1732/_pkg_.a
2025-08-20T23:00:31.7489974Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforceoauth2=/tmp/go-build2180205415/b1733/_pkg_.a
2025-08-20T23:00:31.7490485Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforcerefreshtoken=/tmp/go-build2180205415/b1734/_pkg_.a
2025-08-20T23:00:31.7490931Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesmate=/tmp/go-build2180205415/b1735/_pkg_.a
2025-08-20T23:00:31.7491357Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sanity=/tmp/go-build2180205415/b1736/_pkg_.a
2025-08-20T23:00:31.7491947Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterprojectkey=/tmp/go-build2180205415/b1737/_pkg_.a
2025-08-20T23:00:31.7492435Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterwritekey=/tmp/go-build2180205415/b1738/_pkg_.a
2025-08-20T23:00:31.7492873Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saucelabs=/tmp/go-build2180205415/b1739/_pkg_.a
2025-08-20T23:00:31.7493328Z [00:02:53.973]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalewaykey=/tmp/go-build2180205415/b1740/_pkg_.a
2025-08-20T23:00:31.7493753Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalr=/tmp/go-build2180205415/b1741/_pkg_.a
2025-08-20T23:00:31.7494192Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapeowl=/tmp/go-build2180205415/b1742/_pkg_.a
2025-08-20T23:00:31.7494643Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperapi=/tmp/go-build2180205415/b1743/_pkg_.a
2025-08-20T23:00:31.7495092Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperbox=/tmp/go-build2180205415/b1744/_pkg_.a
2025-08-20T23:00:31.7495537Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapestack=/tmp/go-build2180205415/b1745/_pkg_.a
2025-08-20T23:00:31.7496070Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapfly=/tmp/go-build2180205415/b1746/_pkg_.a
2025-08-20T23:00:31.7496667Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingant=/tmp/go-build2180205415/b1747/_pkg_.a
2025-08-20T23:00:31.7497144Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingbee=/tmp/go-build2180205415/b1748/_pkg_.a
2025-08-20T23:00:31.7497608Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotapi=/tmp/go-build2180205415/b1749/_pkg_.a
2025-08-20T23:00:31.7498078Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotlayer=/tmp/go-build2180205415/b1750/_pkg_.a
2025-08-20T23:00:31.7498535Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrutinizerci=/tmp/go-build2180205415/b1751/_pkg_.a
2025-08-20T23:00:31.7498995Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/securitytrails=/tmp/go-build2180205415/b1752/_pkg_.a
2025-08-20T23:00:31.7499528Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/segmentapikey=/tmp/go-build2180205415/b1753/_pkg_.a
2025-08-20T23:00:31.7500073Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/selectpdf=/tmp/go-build2180205415/b1754/_pkg_.a
2025-08-20T23:00:31.7500521Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/semaphore=/tmp/go-build2180205415/b1755/_pkg_.a
2025-08-20T23:00:31.7500955Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbird=/tmp/go-build2180205415/b1756/_pkg_.a
2025-08-20T23:00:31.7501468Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbirdorganizationapi=/tmp/go-build2180205415/b1757/_pkg_.a
2025-08-20T23:00:31.7501902Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendgrid=/tmp/go-build2180205415/b1758/_pkg_.a
2025-08-20T23:00:31.7502360Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendinbluev2=/tmp/go-build2180205415/b1759/_pkg_.a
2025-08-20T23:00:31.7502832Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentryorgtoken=/tmp/go-build2180205415/b1760/_pkg_.a
2025-08-20T23:00:31.7503292Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v1=/tmp/go-build2180205415/b1761/_pkg_.a
2025-08-20T23:00:31.7503884Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v2=/tmp/go-build2180205415/b1762/_pkg_.a
2025-08-20T23:00:31.7504328Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serphouse=/tmp/go-build2180205415/b1763/_pkg_.a
2025-08-20T23:00:31.7504768Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serpstack=/tmp/go-build2180205415/b1764/_pkg_.a
2025-08-20T23:00:31.7505194Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sheety=/tmp/go-build2180205415/b1765/_pkg_.a
2025-08-20T23:00:31.7505646Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sherpadesk=/tmp/go-build2180205415/b1766/_pkg_.a
2025-08-20T23:00:31.7506178Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shipday=/tmp/go-build2180205415/b1767/_pkg_.a
2025-08-20T23:00:31.7506662Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shodankey=/tmp/go-build2180205415/b1768/_pkg_.a
2025-08-20T23:00:31.7507093Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shopify=/tmp/go-build2180205415/b1769/_pkg_.a
2025-08-20T23:00:31.7507526Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shortcut=/tmp/go-build2180205415/b1770/_pkg_.a
2025-08-20T23:00:31.7507966Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shotstack=/tmp/go-build2180205415/b1771/_pkg_.a
2025-08-20T23:00:31.7508505Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstock=/tmp/go-build2180205415/b1772/_pkg_.a
2025-08-20T23:00:31.7509043Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstockoauth=/tmp/go-build2180205415/b1773/_pkg_.a
2025-08-20T23:00:31.7509487Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signable=/tmp/go-build2180205415/b1774/_pkg_.a
2025-08-20T23:00:31.7509928Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signalwire=/tmp/go-build2180205415/b1775/_pkg_.a
2025-08-20T23:00:31.7510372Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signaturit=/tmp/go-build2180205415/b1776/_pkg_.a
2025-08-20T23:00:31.7510820Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signupgenius=/tmp/go-build2180205415/b1777/_pkg_.a
2025-08-20T23:00:31.7511318Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sigopt=/tmp/go-build2180205415/b1778/_pkg_.a
2025-08-20T23:00:31.7511891Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simfin=/tmp/go-build2180205415/b1779/_pkg_.a
2025-08-20T23:00:31.7512335Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplesat=/tmp/go-build2180205415/b1780/_pkg_.a
2025-08-20T23:00:31.7512789Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplynoted=/tmp/go-build2180205415/b1781/_pkg_.a
2025-08-20T23:00:31.7513247Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simvoly=/tmp/go-build2180205415/b1782/_pkg_.a
2025-08-20T23:00:31.7513696Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sinchmessage=/tmp/go-build2180205415/b1783/_pkg_.a
2025-08-20T23:00:31.7514110Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sirv=/tmp/go-build2180205415/b1784/_pkg_.a
2025-08-20T23:00:31.7514550Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/siteleaf=/tmp/go-build2180205415/b1785/_pkg_.a
2025-08-20T23:00:31.7514986Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skrappio=/tmp/go-build2180205415/b1786/_pkg_.a
2025-08-20T23:00:31.7515565Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skybiometry=/tmp/go-build2180205415/b1787/_pkg_.a
2025-08-20T23:00:31.7516090Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slack=/tmp/go-build2180205415/b1788/_pkg_.a
2025-08-20T23:00:31.7516599Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slackwebhook=/tmp/go-build2180205415/b1789/_pkg_.a
2025-08-20T23:00:31.7517053Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartsheets=/tmp/go-build2180205415/b1790/_pkg_.a
2025-08-20T23:00:31.7517514Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartystreets=/tmp/go-build2180205415/b1791/_pkg_.a
2025-08-20T23:00:31.7517948Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smooch=/tmp/go-build2180205415/b1792/_pkg_.a
2025-08-20T23:00:31.7518385Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snipcart=/tmp/go-build2180205415/b1793/_pkg_.a
2025-08-20T23:00:31.7518821Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snowflake=/tmp/go-build2180205415/b1794/_pkg_.a
2025-08-20T23:00:31.7519250Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snykkey=/tmp/go-build2180205415/b1795/_pkg_.a
2025-08-20T23:00:31.7519692Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sonarcloud=/tmp/go-build2180205415/b1796/_pkg_.a
2025-08-20T23:00:31.7520144Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraph=/tmp/go-build2180205415/b1797/_pkg_.a
2025-08-20T23:00:31.7520692Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraphcody=/tmp/go-build2180205415/b1798/_pkg_.a
2025-08-20T23:00:31.7521199Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/speechtextai=/tmp/go-build2180205415/b1799/_pkg_.a
2025-08-20T23:00:31.7521718Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/splunkobservabilitytoken=/tmp/go-build2180205415/b1800/_pkg_.a
2025-08-20T23:00:31.7522172Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/spoonacular=/tmp/go-build2180205415/b1801/_pkg_.a
2025-08-20T23:00:31.7522613Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sportsmonk=/tmp/go-build2180205415/b1802/_pkg_.a
2025-08-20T23:00:31.7523130Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sqlserver=/tmp/go-build2180205415/b1803/_pkg_.a
2025-08-20T23:00:31.7523676Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/square=/tmp/go-build2180205415/b1804/_pkg_.a
2025-08-20T23:00:31.7524119Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareapp=/tmp/go-build2180205415/b1805/_pkg_.a
2025-08-20T23:00:31.7524567Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squarespace=/tmp/go-build2180205415/b1806/_pkg_.a
2025-08-20T23:00:31.7525000Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareup=/tmp/go-build2180205415/b1807/_pkg_.a
2025-08-20T23:00:31.7525425Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sslmate=/tmp/go-build2180205415/b1808/_pkg_.a
2025-08-20T23:00:31.7525983Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuscake=/tmp/go-build2180205415/b1809/_pkg_.a
2025-08-20T23:00:31.7526474Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspage=/tmp/go-build2180205415/b1810/_pkg_.a
2025-08-20T23:00:31.7526920Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspal=/tmp/go-build2180205415/b1811/_pkg_.a
2025-08-20T23:00:31.7527764Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stitchdata=/tmp/go-build2180205415/b1812/_pkg_.a
2025-08-20T23:00:31.7528221Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stockdata=/tmp/go-build2180205415/b1813/_pkg_.a
2025-08-20T23:00:31.7528662Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storecove=/tmp/go-build2180205415/b1814/_pkg_.a
2025-08-20T23:00:31.7529102Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormboard=/tmp/go-build2180205415/b1815/_pkg_.a
2025-08-20T23:00:31.7529551Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormglass=/tmp/go-build2180205415/b1816/_pkg_.a
2025-08-20T23:00:31.7529995Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblok=/tmp/go-build2180205415/b1817/_pkg_.a
2025-08-20T23:00:31.7530537Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblokpersonalaccesstoken=/tmp/go-build2180205415/b1818/_pkg_.a
2025-08-20T23:00:31.7530982Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storychief=/tmp/go-build2180205415/b1819/_pkg_.a
2025-08-20T23:00:31.7531412Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/strava=/tmp/go-build2180205415/b1820/_pkg_.a
2025-08-20T23:00:31.7531833Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/streak=/tmp/go-build2180205415/b1821/_pkg_.a
2025-08-20T23:00:31.7532258Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripe=/tmp/go-build2180205415/b1822/_pkg_.a
2025-08-20T23:00:31.7532864Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripepaymentintent=/tmp/go-build2180205415/b1823/_pkg_.a
2025-08-20T23:00:31.7533336Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripo=/tmp/go-build2180205415/b1824/_pkg_.a
2025-08-20T23:00:31.7533766Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stytch=/tmp/go-build2180205415/b1825/_pkg_.a
2025-08-20T23:00:31.7534202Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sugester=/tmp/go-build2180205415/b1826/_pkg_.a
2025-08-20T23:00:31.7534649Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sumologickey=/tmp/go-build2180205415/b1827/_pkg_.a
2025-08-20T23:00:31.7535108Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supabasetoken=/tmp/go-build2180205415/b1828/_pkg_.a
2025-08-20T23:00:31.7535639Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supernotesapi=/tmp/go-build2180205415/b1829/_pkg_.a
2025-08-20T23:00:31.7536376Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveyanyplace=/tmp/go-build2180205415/b1830/_pkg_.a
2025-08-20T23:00:31.7536837Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveybot=/tmp/go-build2180205415/b1831/_pkg_.a
2025-08-20T23:00:31.7537297Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveysparrow=/tmp/go-build2180205415/b1832/_pkg_.a
2025-08-20T23:00:31.7537739Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/survicate=/tmp/go-build2180205415/b1833/_pkg_.a
2025-08-20T23:00:31.7538160Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swell=/tmp/go-build2180205415/b1834/_pkg_.a
2025-08-20T23:00:31.7538600Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swiftype=/tmp/go-build2180205415/b1835/_pkg_.a
2025-08-20T23:00:31.7539036Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tableau=/tmp/go-build2180205415/b1836/_pkg_.a
2025-08-20T23:00:31.7539474Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tailscale=/tmp/go-build2180205415/b1837/_pkg_.a
2025-08-20T23:00:31.7540085Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tallyfy=/tmp/go-build2180205415/b1838/_pkg_.a
2025-08-20T23:00:31.7540527Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tatumio=/tmp/go-build2180205415/b1839/_pkg_.a
2025-08-20T23:00:31.7540951Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/taxjar=/tmp/go-build2180205415/b1840/_pkg_.a
2025-08-20T23:00:31.7541385Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamgate=/tmp/go-build2180205415/b1841/_pkg_.a
2025-08-20T23:00:31.7541844Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkcrm=/tmp/go-build2180205415/b1842/_pkg_.a
2025-08-20T23:00:31.7542300Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkdesk=/tmp/go-build2180205415/b1843/_pkg_.a
2025-08-20T23:00:31.7542766Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkspaces=/tmp/go-build2180205415/b1844/_pkg_.a
2025-08-20T23:00:31.7543260Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/technicalanalysisapi=/tmp/go-build2180205415/b1845/_pkg_.a
2025-08-20T23:00:31.7543679Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tefter=/tmp/go-build2180205415/b1846/_pkg_.a
2025-08-20T23:00:31.7544157Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telegrambottoken=/tmp/go-build2180205415/b1847/_pkg_.a
2025-08-20T23:00:31.7544666Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teletype=/tmp/go-build2180205415/b1848/_pkg_.a
2025-08-20T23:00:31.7545144Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telnyx=/tmp/go-build2180205415/b1849/_pkg_.a
2025-08-20T23:00:31.7545679Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/terraformcloudpersonaltoken=/tmp/go-build2180205415/b1850/_pkg_.a
2025-08-20T23:00:31.7546292Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/testingbot=/tmp/go-build2180205415/b1851/_pkg_.a
2025-08-20T23:00:31.7546748Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/textmagic=/tmp/go-build2180205415/b1852/_pkg_.a
2025-08-20T23:00:31.7547192Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/theoddsapi=/tmp/go-build2180205415/b1853/_pkg_.a
2025-08-20T23:00:31.7547707Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thinkific=/tmp/go-build2180205415/b1854/_pkg_.a
2025-08-20T23:00:31.7548357Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thousandeyes=/tmp/go-build2180205415/b1855/_pkg_.a
2025-08-20T23:00:31.7548817Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ticketmaster=/tmp/go-build2180205415/b1856/_pkg_.a
2025-08-20T23:00:31.7549265Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tickettailor=/tmp/go-build2180205415/b1857/_pkg_.a
2025-08-20T23:00:31.7549688Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tiingo=/tmp/go-build2180205415/b1858/_pkg_.a
2025-08-20T23:00:31.7550117Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timecamp=/tmp/go-build2180205415/b1859/_pkg_.a
2025-08-20T23:00:31.7550570Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timezoneapi=/tmp/go-build2180205415/b1860/_pkg_.a
2025-08-20T23:00:31.7551025Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tineswebhook=/tmp/go-build2180205415/b1861/_pkg_.a
2025-08-20T23:00:31.7551455Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tmetric=/tmp/go-build2180205415/b1862/_pkg_.a
2025-08-20T23:00:31.7552009Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/todoist=/tmp/go-build2180205415/b1863/_pkg_.a
2025-08-20T23:00:31.7552437Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tokeet=/tmp/go-build2180205415/b1864/_pkg_.a
2025-08-20T23:00:31.7552878Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomorrowio=/tmp/go-build2180205415/b1865/_pkg_.a
2025-08-20T23:00:31.7553300Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomtom=/tmp/go-build2180205415/b1866/_pkg_.a
2025-08-20T23:00:31.7553731Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tradier=/tmp/go-build2180205415/b1867/_pkg_.a
2025-08-20T23:00:31.7554187Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/transferwise=/tmp/go-build2180205415/b1868/_pkg_.a
2025-08-20T23:00:31.7554647Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travelpayouts=/tmp/go-build2180205415/b1869/_pkg_.a
2025-08-20T23:00:31.7555080Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travisci=/tmp/go-build2180205415/b1870/_pkg_.a
2025-08-20T23:00:31.7555528Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trelloapikey=/tmp/go-build2180205415/b1871/_pkg_.a
2025-08-20T23:00:31.7556150Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trufflehogenterprise=/tmp/go-build2180205415/b1872/_pkg_.a
2025-08-20T23:00:31.7556658Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twelvedata=/tmp/go-build2180205415/b1873/_pkg_.a
2025-08-20T23:00:31.7557179Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilio=/tmp/go-build2180205415/b1874/_pkg_.a
2025-08-20T23:00:31.7557644Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilioapikey=/tmp/go-build2180205415/b1875/_pkg_.a
2025-08-20T23:00:31.7558066Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twist=/tmp/go-build2180205415/b1876/_pkg_.a
2025-08-20T23:00:31.7558490Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitch=/tmp/go-build2180205415/b1877/_pkg_.a
2025-08-20T23:00:31.7558972Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitchaccesstoken=/tmp/go-build2180205415/b1878/_pkg_.a
2025-08-20T23:00:31.7559478Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v1=/tmp/go-build2180205415/b1879/_pkg_.a
2025-08-20T23:00:31.7560054Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v2=/tmp/go-build2180205415/b1880/_pkg_.a
2025-08-20T23:00:31.7560542Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitterconsumerkey=/tmp/go-build2180205415/b1881/_pkg_.a
2025-08-20T23:00:31.7560971Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tyntec=/tmp/go-build2180205415/b1882/_pkg_.a
2025-08-20T23:00:31.7561422Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v1=/tmp/go-build2180205415/b1883/_pkg_.a
2025-08-20T23:00:31.7561867Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v2=/tmp/go-build2180205415/b1884/_pkg_.a
2025-08-20T23:00:31.7562316Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typetalk=/tmp/go-build2180205415/b1885/_pkg_.a
2025-08-20T23:00:31.7562753Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ubidots=/tmp/go-build2180205415/b1886/_pkg_.a
2025-08-20T23:00:31.7563193Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uclassify=/tmp/go-build2180205415/b1887/_pkg_.a
2025-08-20T23:00:31.7563710Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unifyid=/tmp/go-build2180205415/b1888/_pkg_.a
2025-08-20T23:00:31.7564140Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unplugg=/tmp/go-build2180205415/b1889/_pkg_.a
2025-08-20T23:00:31.7564572Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unsplash=/tmp/go-build2180205415/b1890/_pkg_.a
2025-08-20T23:00:31.7565019Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upcdatabase=/tmp/go-build2180205415/b1891/_pkg_.a
2025-08-20T23:00:31.7565447Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uplead=/tmp/go-build2180205415/b1892/_pkg_.a
2025-08-20T23:00:31.7565997Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uploadcare=/tmp/go-build2180205415/b1893/_pkg_.a
2025-08-20T23:00:31.7566506Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uptimerobot=/tmp/go-build2180205415/b1894/_pkg_.a
2025-08-20T23:00:31.7566934Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upwave=/tmp/go-build2180205415/b1895/_pkg_.a
2025-08-20T23:00:31.7567345Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uri=/tmp/go-build2180205415/b1896/_pkg_.a
2025-08-20T23:00:31.7567773Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/urlscan=/tmp/go-build2180205415/b1897/_pkg_.a
2025-08-20T23:00:31.7568212Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userflow=/tmp/go-build2180205415/b1898/_pkg_.a
2025-08-20T23:00:31.7568732Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userstack=/tmp/go-build2180205415/b1899/_pkg_.a
2025-08-20T23:00:31.7569311Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vagrantcloudpersonaltoken=/tmp/go-build2180205415/b1900/_pkg_.a
2025-08-20T23:00:31.7569745Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vatlayer=/tmp/go-build2180205415/b1901/_pkg_.a
2025-08-20T23:00:31.7570164Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vbout=/tmp/go-build2180205415/b1902/_pkg_.a
2025-08-20T23:00:31.7570586Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vercel=/tmp/go-build2180205415/b1903/_pkg_.a
2025-08-20T23:00:31.7571018Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verifier=/tmp/go-build2180205415/b1904/_pkg_.a
2025-08-20T23:00:31.7571523Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verimail=/tmp/go-build2180205415/b1905/_pkg_.a
2025-08-20T23:00:31.7572121Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/veriphone=/tmp/go-build2180205415/b1906/_pkg_.a
2025-08-20T23:00:31.7572573Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/versioneye=/tmp/go-build2180205415/b1907/_pkg_.a
2025-08-20T23:00:31.7573003Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/viewneo=/tmp/go-build2180205415/b1908/_pkg_.a
2025-08-20T23:00:31.7573448Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/virustotal=/tmp/go-build2180205415/b1909/_pkg_.a
2025-08-20T23:00:31.7573909Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/visualcrossing=/tmp/go-build2180205415/b1910/_pkg_.a
2025-08-20T23:00:31.7574348Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voiceflow=/tmp/go-build2180205415/b1911/_pkg_.a
2025-08-20T23:00:31.7574800Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voicegain=/tmp/go-build2180205415/b1912/_pkg_.a
2025-08-20T23:00:31.7575234Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voodoosms=/tmp/go-build2180205415/b1913/_pkg_.a
2025-08-20T23:00:31.7575864Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vouchery=/tmp/go-build2180205415/b1914/_pkg_.a
2025-08-20T23:00:31.7576311Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vpnapi=/tmp/go-build2180205415/b1915/_pkg_.a
2025-08-20T23:00:31.7576763Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vultrapikey=/tmp/go-build2180205415/b1916/_pkg_.a
2025-08-20T23:00:31.7577179Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vyte=/tmp/go-build2180205415/b1917/_pkg_.a
2025-08-20T23:00:31.7577699Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/walkscore=/tmp/go-build2180205415/b1918/_pkg_.a
2025-08-20T23:00:31.7578155Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherbit=/tmp/go-build2180205415/b1919/_pkg_.a
2025-08-20T23:00:31.7578616Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherstack=/tmp/go-build2180205415/b1920/_pkg_.a
2025-08-20T23:00:31.7579065Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/web3storage=/tmp/go-build2180205415/b1921/_pkg_.a
2025-08-20T23:00:31.7579482Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webex=/tmp/go-build2180205415/b1922/_pkg_.a
2025-08-20T23:00:31.7579917Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webexbot=/tmp/go-build2180205415/b1923/_pkg_.a
2025-08-20T23:00:31.7580350Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webflow=/tmp/go-build2180205415/b1924/_pkg_.a
2025-08-20T23:00:31.7580798Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraper=/tmp/go-build2180205415/b1925/_pkg_.a
2025-08-20T23:00:31.7581244Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraping=/tmp/go-build2180205415/b1926/_pkg_.a
2025-08-20T23:00:31.7581700Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/websitepulse=/tmp/go-build2180205415/b1927/_pkg_.a
2025-08-20T23:00:31.7582172Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weightsandbiases=/tmp/go-build2180205415/b1928/_pkg_.a
2025-08-20T23:00:31.7582592Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/whoxy=/tmp/go-build2180205415/b1929/_pkg_.a
2025-08-20T23:00:31.7583083Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wistia=/tmp/go-build2180205415/b1930/_pkg_.a
2025-08-20T23:00:31.7583639Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wiz=/tmp/go-build2180205415/b1931/_pkg_.a
2025-08-20T23:00:31.7584081Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worksnaps=/tmp/go-build2180205415/b1932/_pkg_.a
2025-08-20T23:00:31.7584524Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/workstack=/tmp/go-build2180205415/b1933/_pkg_.a
2025-08-20T23:00:31.7584982Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldcoinindex=/tmp/go-build2180205415/b1934/_pkg_.a
2025-08-20T23:00:31.7585433Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldweather=/tmp/go-build2180205415/b1935/_pkg_.a
2025-08-20T23:00:31.7586005Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wrike=/tmp/go-build2180205415/b1936/_pkg_.a
2025-08-20T23:00:31.7586488Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/xai=/tmp/go-build2180205415/b1937/_pkg_.a
2025-08-20T23:00:31.7586911Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yandex=/tmp/go-build2180205415/b1938/_pkg_.a
2025-08-20T23:00:31.7587429Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yelp=/tmp/go-build2180205415/b1939/_pkg_.a
2025-08-20T23:00:31.7587891Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youneedabudget=/tmp/go-build2180205415/b1940/_pkg_.a
2025-08-20T23:00:31.7588321Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yousign=/tmp/go-build2180205415/b1941/_pkg_.a
2025-08-20T23:00:31.7588778Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youtubeapikey=/tmp/go-build2180205415/b1942/_pkg_.a
2025-08-20T23:00:31.7589227Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zendeskapi=/tmp/go-build2180205415/b1943/_pkg_.a
2025-08-20T23:00:31.7589737Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenkitapi=/tmp/go-build2180205415/b1944/_pkg_.a
2025-08-20T23:00:31.7590220Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenrows=/tmp/go-build2180205415/b1945/_pkg_.a
2025-08-20T23:00:31.7590665Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenscrape=/tmp/go-build2180205415/b1946/_pkg_.a
2025-08-20T23:00:31.7591091Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenserp=/tmp/go-build2180205415/b1947/_pkg_.a
2025-08-20T23:00:31.7591517Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zeplin=/tmp/go-build2180205415/b1948/_pkg_.a
2025-08-20T23:00:31.7591960Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerobounce=/tmp/go-build2180205415/b1949/_pkg_.a
2025-08-20T23:00:31.7592403Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerotier=/tmp/go-build2180205415/b1950/_pkg_.a
2025-08-20T23:00:31.7592824Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipapi=/tmp/go-build2180205415/b1951/_pkg_.a
2025-08-20T23:00:31.7593261Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipbooks=/tmp/go-build2180205415/b1952/_pkg_.a
2025-08-20T23:00:31.7593700Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodeapi=/tmp/go-build2180205415/b1953/_pkg_.a
2025-08-20T23:00:31.7594150Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodebase=/tmp/go-build2180205415/b1954/_pkg_.a
2025-08-20T23:00:31.7594578Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zohocrm=/tmp/go-build2180205415/b1955/_pkg_.a
2025-08-20T23:00:31.7595110Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zonkafeedback=/tmp/go-build2180205415/b1956/_pkg_.a
2025-08-20T23:00:31.7595704Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zulipchat=/tmp/go-build2180205415/b1957/_pkg_.a
2025-08-20T23:00:31.7596266Z [00:02:53.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:31.7596366Z [00:02:53.975]➜  EOF
2025-08-20T23:00:31.7598194Z [00:02:53.975]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b922/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/defaults=>github.com/trufflesecurity/trufflehog/v3/pkg/engine/defaults;$WORK/b922=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/engine/defaults -lang=go1.24 -complete -installsuffix shared -buildid g1A5GItJLgYCYzIGl4Zi/g1A5GItJLgYCYzIGl4Zi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b922/importcfg -pack ./pkg/engine/defaults/defaults.go
2025-08-20T23:00:31.7598394Z [00:02:53.983]➜  go tool buildid -w $WORK/b1965/_pkg_.a # internal
2025-08-20T23:00:31.7598920Z [00:02:53.992]➜  cp $WORK/b1965/_pkg_.a /root/.cache/go-build/b8/b830ed6411a8101e891ae89816bdb4ad4f0b60167b4347e931faf1f4539462f3-d # internal
2025-08-20T23:00:31.7599239Z [00:02:53.993]➜  golang.org/x/crypto/openpgp/armor
2025-08-20T23:00:31.7599367Z [00:02:53.993]➜  mkdir -p $WORK/b1964/
2025-08-20T23:00:31.7599593Z [00:02:53.994]➜  cat >/tmp/go-build2180205415/b1964/importcfg << 'EOF' # internal
2025-08-20T23:00:31.7599706Z [00:02:53.994]➜  # import config
2025-08-20T23:00:31.7599909Z [00:02:53.994]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:31.7600102Z [00:02:53.994]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:31.7600337Z [00:02:53.994]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:31.7600652Z [00:02:53.994]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build2180205415/b1965/_pkg_.a
2025-08-20T23:00:31.7600922Z [00:02:53.994]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.7601092Z [00:02:53.994]➜  EOF
2025-08-20T23:00:31.7603087Z [00:02:53.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1964/_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/b1964=>" -p golang.org/x/crypto/openpgp/armor -lang=go1.23 -complete -installsuffix shared -buildid vm_37QVR6594XpXAp5h2/vm_37QVR6594XpXAp5h2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1964/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:00:31.7603275Z [00:02:53.999]➜  go tool buildid -w $WORK/b1959/_pkg_.a # internal
2025-08-20T23:00:31.7603736Z [00:02:54.005]➜  cp $WORK/b1959/_pkg_.a /root/.cache/go-build/9f/9f83d1f68469c4ec50420271fdae4e199b0a18f612a2459f6a23ebca5a9817c8-d # internal
2025-08-20T23:00:31.7603960Z [00:02:54.007]➜  github.com/trufflesecurity/trufflehog/v3/pkg/buffers/pool
2025-08-20T23:00:31.7604084Z [00:02:54.007]➜  mkdir -p $WORK/b1960/
2025-08-20T23:00:31.7604302Z [00:02:54.007]➜  cat >/tmp/go-build2180205415/b1960/importcfg << 'EOF' # internal
2025-08-20T23:00:31.7604415Z [00:02:54.007]➜  # import config
2025-08-20T23:00:31.7604610Z [00:02:54.007]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:31.7604976Z [00:02:54.007]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:00:31.7605359Z [00:02:54.007]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build2180205415/b641/_pkg_.a
2025-08-20T23:00:31.7606072Z [00:02:54.007]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer=/tmp/go-build2180205415/b1959/_pkg_.a
2025-08-20T23:00:31.7606658Z [00:02:54.007]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:31.7606962Z [00:02:54.007]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:31.7607053Z [00:02:54.007]➜  EOF
2025-08-20T23:00:31.7608911Z [00:02:54.007]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1960/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/pool=>github.com/trufflesecurity/trufflehog/v3/pkg/buffers/pool;$WORK/b1960=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/buffers/pool -lang=go1.24 -complete -installsuffix shared -buildid eNlHf2NPbA-9BWYTyUgq/eNlHf2NPbA-9BWYTyUgq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1960/importcfg -pack ./pkg/buffers/pool/metrics.go ./pkg/buffers/pool/pool.go
2025-08-20T23:00:31.7807382Z [00:02:54.042]➜  go tool buildid -w $WORK/b1964/_pkg_.a # internal
2025-08-20T23:00:31.7817830Z [00:02:54.042]➜  cp $WORK/b1964/_pkg_.a /root/.cache/go-build/51/51c4ea2daf1c23390a6fe39aeb827721c185b1d261a87a01eab7deeab00cc8f8-d # internal
2025-08-20T23:00:31.7849976Z [00:02:54.046]➜  golang.org/x/crypto/openpgp/elgamal
2025-08-20T23:00:31.7850217Z [00:02:54.046]➜  mkdir -p $WORK/b1967/
2025-08-20T23:00:31.7856733Z [00:02:54.047]➜  cat >/tmp/go-build2180205415/b1967/importcfg << 'EOF' # internal
2025-08-20T23:00:31.7857042Z [00:02:54.047]➜  # import config
2025-08-20T23:00:31.7857709Z [00:02:54.047]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:31.7858078Z [00:02:54.047]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:31.7858413Z [00:02:54.047]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:31.7858747Z [00:02:54.047]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.7859106Z [00:02:54.047]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:31.7859311Z [00:02:54.047]➜  EOF
2025-08-20T23:00:31.7861273Z [00:02:54.047]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1967/_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/b1967=>" -p golang.org/x/crypto/openpgp/elgamal -lang=go1.23 -complete -installsuffix shared -buildid mFz35r2hglHdOX5WdPeT/mFz35r2hglHdOX5WdPeT -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/elgamal/elgamal.go
2025-08-20T23:00:31.8086001Z [00:02:54.069]➜  go tool buildid -w $WORK/b1960/_pkg_.a # internal
2025-08-20T23:00:31.8095485Z [00:02:54.070]➜  cp $WORK/b1960/_pkg_.a /root/.cache/go-build/82/82ba2e26fc4d2904b59a3cf6cb5eef50dc0d543bf28055f4db15b5764e8b7617-d # internal
2025-08-20T23:00:31.8095721Z [00:02:54.071]➜  github.com/trufflesecurity/trufflehog/v3/pkg/iobuf
2025-08-20T23:00:31.8096105Z [00:02:54.071]➜  mkdir -p $WORK/b1958/
2025-08-20T23:00:31.8121664Z [00:02:54.073]➜  cat >/tmp/go-build2180205415/b1958/importcfg << 'EOF' # internal
2025-08-20T23:00:31.8122333Z [00:02:54.073]➜  # import config
2025-08-20T23:00:31.8122611Z [00:02:54.073]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:31.8122829Z [00:02:54.073]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.8123267Z [00:02:54.073]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer=/tmp/go-build2180205415/b1959/_pkg_.a
2025-08-20T23:00:31.8123688Z [00:02:54.073]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/pool=/tmp/go-build2180205415/b1960/_pkg_.a
2025-08-20T23:00:31.8124082Z [00:02:54.073]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp=/tmp/go-build2180205415/b698/_pkg_.a
2025-08-20T23:00:31.8124270Z [00:02:54.073]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.8124461Z [00:02:54.073]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:31.8124551Z [00:02:54.073]➜  EOF
2025-08-20T23:00:31.8126967Z [00:02:54.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1958/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/iobuf=>github.com/trufflesecurity/trufflehog/v3/pkg/iobuf;$WORK/b1958=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/iobuf -lang=go1.24 -complete -installsuffix shared -buildid KJnRogJM5JIHOiqWDAXZ/KJnRogJM5JIHOiqWDAXZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1958/importcfg -pack ./pkg/iobuf/bufferedreaderseeker.go
2025-08-20T23:00:31.8162403Z [00:02:54.077]➜  go tool buildid -w $WORK/b1967/_pkg_.a # internal
2025-08-20T23:00:31.8167669Z [00:02:54.078]➜  cp $WORK/b1967/_pkg_.a /root/.cache/go-build/2c/2cb8353add35a73d2847bee4778486edf1bd50cf792e71ea45a0d383b3b49d05-d # internal
2025-08-20T23:00:31.8167960Z [00:02:54.078]➜  golang.org/x/crypto/openpgp/s2k
2025-08-20T23:00:31.8168103Z [00:02:54.078]➜  mkdir -p $WORK/b1968/
2025-08-20T23:00:31.8169895Z [00:02:54.078]➜  cat >/tmp/go-build2180205415/b1968/importcfg << 'EOF' # internal
2025-08-20T23:00:31.8179596Z [00:02:54.078]➜  # import config
2025-08-20T23:00:31.8180331Z [00:02:54.079]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:31.8180714Z [00:02:54.079]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build2180205415/b1965/_pkg_.a
2025-08-20T23:00:31.8180921Z [00:02:54.079]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:31.8181108Z [00:02:54.079]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.8181335Z [00:02:54.079]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:31.8181425Z [00:02:54.079]➜  EOF
2025-08-20T23:00:31.8183184Z [00:02:54.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1968/_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/b1968=>" -p golang.org/x/crypto/openpgp/s2k -lang=go1.23 -complete -installsuffix shared -buildid K4w6HWAiCFL4KmeTei39/K4w6HWAiCFL4KmeTei39 -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/s2k/s2k.go
2025-08-20T23:00:31.8263356Z [00:02:54.087]➜  go tool buildid -w $WORK/b1962/_pkg_.a # internal
2025-08-20T23:00:31.8282250Z [00:02:54.089]➜  cp $WORK/b1962/_pkg_.a /root/.cache/go-build/81/81a8d8d28232d09857ede2712b9c1d77fcf4b7e14164b8ab582be52294d116f6-d # internal
2025-08-20T23:00:31.8297674Z [00:02:54.091]➜  pault.ag/go/debian/version
2025-08-20T23:00:31.8298181Z [00:02:54.091]➜  mkdir -p $WORK/b1972/
2025-08-20T23:00:31.8298743Z [00:02:54.091]➜  cat >/tmp/go-build2180205415/b1972/importcfg << 'EOF' # internal
2025-08-20T23:00:31.8299364Z [00:02:54.091]➜  # import config
2025-08-20T23:00:31.8299658Z [00:02:54.091]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:31.8299868Z [00:02:54.091]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.8300078Z [00:02:54.091]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:31.8300290Z [00:02:54.091]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.8300718Z [00:02:54.091]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:31.8300968Z [00:02:54.091]➜  EOF
2025-08-20T23:00:31.8302628Z [00:02:54.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1972/_pkg_.a -trimpath "/root/go/pkg/mod/pault.ag/go/debian@v0.18.0/version=>pault.ag/go/debian@v0.18.0/version;$WORK/b1972=>" -p pault.ag/go/debian/version -lang=go1.19 -complete -installsuffix shared -buildid vFd_-O28qA8O4Nv21yjd/vFd_-O28qA8O4Nv21yjd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1972/importcfg -pack /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/version/version.go
2025-08-20T23:00:31.8359499Z [00:02:54.097]➜  go tool buildid -w $WORK/b1968/_pkg_.a # internal
2025-08-20T23:00:31.8365329Z [00:02:54.098]➜  cp $WORK/b1968/_pkg_.a /root/.cache/go-build/25/25dd25d203c7d84d17e5e5dd4779230cb5cdec335ef7a1da5c6896a05e0e9058-d # internal
2025-08-20T23:00:31.8405908Z [00:02:54.102]➜  golang.org/x/crypto/openpgp/packet
2025-08-20T23:00:31.8416749Z [00:02:54.102]➜  mkdir -p $WORK/b1966/
2025-08-20T23:00:31.8418048Z [00:02:54.102]➜  cat >/tmp/go-build2180205415/b1966/importcfg << 'EOF' # internal
2025-08-20T23:00:31.8418428Z [00:02:54.102]➜  # import config
2025-08-20T23:00:31.8418821Z [00:02:54.102]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:31.8419669Z [00:02:54.102]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:31.8420831Z [00:02:54.102]➜  packagefile compress/bzip2=/tmp/go-build2180205415/b840/_pkg_.a
2025-08-20T23:00:31.8421075Z [00:02:54.102]➜  packagefile compress/flate=/tmp/go-build2180205415/b104/_pkg_.a
2025-08-20T23:00:31.8421305Z [00:02:54.102]➜  packagefile compress/zlib=/tmp/go-build2180205415/b813/_pkg_.a
2025-08-20T23:00:31.8421511Z [00:02:54.102]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:31.8421730Z [00:02:54.102]➜  packagefile crypto/aes=/tmp/go-build2180205415/b138/_pkg_.a
2025-08-20T23:00:31.8421953Z [00:02:54.102]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T23:00:31.8422181Z [00:02:54.102]➜  packagefile crypto/des=/tmp/go-build2180205415/b139/_pkg_.a
2025-08-20T23:00:31.8422406Z [00:02:54.102]➜  packagefile crypto/dsa=/tmp/go-build2180205415/b180/_pkg_.a
2025-08-20T23:00:31.8422630Z [00:02:54.102]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T23:00:31.8422869Z [00:02:54.102]➜  packagefile crypto/elliptic=/tmp/go-build2180205415/b146/_pkg_.a
2025-08-20T23:00:31.8423086Z [00:02:54.102]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T23:00:31.8423303Z [00:02:54.102]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:31.8423518Z [00:02:54.102]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:00:31.8423734Z [00:02:54.102]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:31.8423960Z [00:02:54.102]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:31.8424189Z [00:02:54.102]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:31.8424582Z [00:02:54.102]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:31.8424819Z [00:02:54.102]➜  packagefile encoding/asn1=/tmp/go-build2180205415/b155/_pkg_.a
2025-08-20T23:00:31.8425055Z [00:02:54.103]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:31.8425253Z [00:02:54.103]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.8425529Z [00:02:54.103]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build2180205415/b885/_pkg_.a
2025-08-20T23:00:31.8425972Z [00:02:54.103]➜  packagefile golang.org/x/crypto/openpgp/elgamal=/tmp/go-build2180205415/b1967/_pkg_.a
2025-08-20T23:00:31.8431257Z [00:02:54.103]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build2180205415/b1965/_pkg_.a
2025-08-20T23:00:31.8431572Z [00:02:54.103]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build2180205415/b1968/_pkg_.a
2025-08-20T23:00:31.8431901Z [00:02:54.103]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:31.8432225Z [00:02:54.103]➜  packagefile image=/tmp/go-build2180205415/b913/_pkg_.a
2025-08-20T23:00:31.8432447Z [00:02:54.103]➜  packagefile image/jpeg=/tmp/go-build2180205415/b915/_pkg_.a
2025-08-20T23:00:31.8432636Z [00:02:54.103]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.8432851Z [00:02:54.103]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:31.8433061Z [00:02:54.103]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:31.8433266Z [00:02:54.103]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:31.8433470Z [00:02:54.103]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.8433661Z [00:02:54.103]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:31.8433753Z [00:02:54.103]➜  EOF
2025-08-20T23:00:31.8440410Z [00:02:54.103]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1966/_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/b1966=>" -p golang.org/x/crypto/openpgp/packet -lang=go1.23 -complete -installsuffix shared -buildid xt7TpVvuAwmZa3nnn2Bj/xt7TpVvuAwmZa3nnn2Bj -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/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:00:31.8515341Z [00:02:54.112]➜  go tool buildid -w $WORK/b1958/_pkg_.a # internal
2025-08-20T23:00:31.8523289Z [00:02:54.113]➜  cp $WORK/b1958/_pkg_.a /root/.cache/go-build/e5/e565964f343e0e903435ccc4a5b3a44d62be0be8861fbd11526ecabf3718cc61-d # internal
2025-08-20T23:00:31.8559118Z [00:02:54.117]➜  pault.ag/go/debian/hashio
2025-08-20T23:00:31.8559619Z [00:02:54.117]➜  mkdir -p $WORK/b1973/
2025-08-20T23:00:31.8560248Z [00:02:54.117]➜  cat >/tmp/go-build2180205415/b1973/importcfg << 'EOF' # internal
2025-08-20T23:00:31.8560621Z [00:02:54.117]➜  # import config
2025-08-20T23:00:31.8561608Z [00:02:54.117]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:31.8562022Z [00:02:54.117]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T23:00:31.8562379Z [00:02:54.117]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:31.8562732Z [00:02:54.117]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:31.8563070Z [00:02:54.117]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:31.8563641Z [00:02:54.117]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.8564082Z [00:02:54.117]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:31.8564779Z [00:02:54.117]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.8565260Z [00:02:54.117]➜  EOF
2025-08-20T23:00:31.8567746Z [00:02:54.117]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1973/_pkg_.a -trimpath "/root/go/pkg/mod/pault.ag/go/debian@v0.18.0/hashio=>pault.ag/go/debian@v0.18.0/hashio;$WORK/b1973=>" -p pault.ag/go/debian/hashio -lang=go1.19 -complete -installsuffix shared -buildid ulB8GBUDBXU2tCWAAWbz/ulB8GBUDBXU2tCWAAWbz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1973/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:00:31.8615334Z [00:02:54.123]➜  go tool buildid -w $WORK/b1972/_pkg_.a # internal
2025-08-20T23:00:31.8631241Z [00:02:54.124]➜  cp $WORK/b1972/_pkg_.a /root/.cache/go-build/f2/f2650e4b5a1265d4c5969fb6cad367a4951c55b677df1806dc202716897c81a3-d # internal
2025-08-20T23:00:31.8657940Z [00:02:54.127]➜  pault.ag/go/debian/dependency
2025-08-20T23:00:31.8658803Z [00:02:54.127]➜  mkdir -p $WORK/b1971/
2025-08-20T23:00:31.8659115Z [00:02:54.127]➜  cat >/tmp/go-build2180205415/b1971/importcfg << 'EOF' # internal
2025-08-20T23:00:31.8659241Z [00:02:54.127]➜  # import config
2025-08-20T23:00:31.8659688Z [00:02:54.127]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:31.8659890Z [00:02:54.127]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.8660734Z [00:02:54.127]➜  packagefile pault.ag/go/debian/version=/tmp/go-build2180205415/b1972/_pkg_.a
2025-08-20T23:00:31.8661267Z [00:02:54.127]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.8661377Z [00:02:54.127]➜  EOF
2025-08-20T23:00:31.8664566Z [00:02:54.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1971/_pkg_.a -trimpath "/root/go/pkg/mod/pault.ag/go/debian@v0.18.0/dependency=>pault.ag/go/debian@v0.18.0/dependency;$WORK/b1971=>" -p pault.ag/go/debian/dependency -lang=go1.19 -complete -installsuffix shared -buildid O_vuu167PDLiy8Alw1_y/O_vuu167PDLiy8Alw1_y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1971/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:00:31.8784258Z [00:02:54.140]➜  go tool buildid -w $WORK/b1973/_pkg_.a # internal
2025-08-20T23:00:31.8798960Z [00:02:54.141]➜  cp $WORK/b1973/_pkg_.a /root/.cache/go-build/ae/aed2d22ae2bd8c862b0e9fee341f749387e61cdf162a510b00beae3c0a959a98-d # internal
2025-08-20T23:00:31.8799773Z [00:02:54.141]➜  pault.ag/go/debian/internal
2025-08-20T23:00:31.8800133Z [00:02:54.141]➜  mkdir -p $WORK/b1974/
2025-08-20T23:00:31.8800925Z [00:02:54.141]➜  cat >/tmp/go-build2180205415/b1974/importcfg << 'EOF' # internal
2025-08-20T23:00:31.8801247Z [00:02:54.141]➜  # import config
2025-08-20T23:00:31.8801829Z [00:02:54.141]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:31.8802343Z [00:02:54.141]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:31.8802865Z [00:02:54.141]➜  EOF
2025-08-20T23:00:31.8804762Z [00:02:54.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1974/_pkg_.a -trimpath "/root/go/pkg/mod/pault.ag/go/debian@v0.18.0/internal=>pault.ag/go/debian@v0.18.0/internal;$WORK/b1974=>" -p pault.ag/go/debian/internal -lang=go1.19 -complete -installsuffix shared -buildid NDOZ06suPvcW3wG-DwHU/NDOZ06suPvcW3wG-DwHU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1974/importcfg -pack /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/internal/copy.go
2025-08-20T23:00:31.9005737Z [00:02:54.162]➜  go tool buildid -w $WORK/b1974/_pkg_.a # internal
2025-08-20T23:00:31.9010546Z [00:02:54.162]➜  cp $WORK/b1974/_pkg_.a /root/.cache/go-build/6a/6a1945a16f0c3449b4bdb0315d7b063d62a229535761b0769ca90f3629d7d591-d # internal
2025-08-20T23:00:31.9019437Z [00:02:54.163]➜  pault.ag/go/topsort
2025-08-20T23:00:31.9019853Z [00:02:54.163]➜  mkdir -p $WORK/b1975/
2025-08-20T23:00:31.9022548Z [00:02:54.163]➜  cat >/tmp/go-build2180205415/b1975/importcfg << 'EOF' # internal
2025-08-20T23:00:31.9023101Z [00:02:54.163]➜  # import config
2025-08-20T23:00:31.9023607Z [00:02:54.163]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:31.9023950Z [00:02:54.163]➜  EOF
2025-08-20T23:00:31.9025693Z [00:02:54.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1975/_pkg_.a -trimpath "/root/go/pkg/mod/pault.ag/go/topsort@v0.1.1=>pault.ag/go/topsort@v0.1.1;$WORK/b1975=>" -p pault.ag/go/topsort -lang=go1.16 -complete -installsuffix shared -buildid jkPdYdhFughnUw0DNFB-/jkPdYdhFughnUw0DNFB- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1975/importcfg -pack /root/go/pkg/mod/pault.ag/go/topsort@v0.1.1/topsort.go
2025-08-20T23:00:31.9199982Z [00:02:54.180]➜  go tool buildid -w $WORK/b1971/_pkg_.a # internal
2025-08-20T23:00:31.9200760Z [00:02:54.181]➜  cp $WORK/b1971/_pkg_.a /root/.cache/go-build/cb/cb3875aec7f357c50effb06aca0bf334d0f25522d9b490d8805f907981e6a368-d # internal
2025-08-20T23:00:31.9201763Z [00:02:54.181]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer
2025-08-20T23:00:31.9202126Z [00:02:54.181]➜  mkdir -p $WORK/b1976/
2025-08-20T23:00:31.9202507Z [00:02:54.181]➜  cat >/tmp/go-build2180205415/b1976/importcfg << 'EOF' # internal
2025-08-20T23:00:31.9202856Z [00:02:54.181]➜  # import config
2025-08-20T23:00:31.9203193Z [00:02:54.181]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.9203511Z [00:02:54.181]➜  EOF
2025-08-20T23:00:31.9205334Z [00:02:54.181]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1976/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sanitizer=>github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer;$WORK/b1976=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer -lang=go1.24 -complete -installsuffix shared -buildid yJ1c7D7b9BbHyRcCGJN7/yJ1c7D7b9BbHyRcCGJN7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1976/importcfg -pack ./pkg/sanitizer/utf8.go
2025-08-20T23:00:31.9246648Z [00:02:54.186]➜  go tool buildid -w $WORK/b1975/_pkg_.a # internal
2025-08-20T23:00:31.9251017Z [00:02:54.186]➜  cp $WORK/b1975/_pkg_.a /root/.cache/go-build/73/73de02032c211d9004c3c6da570b0fb1380b252880f5c49ef2eb92ccd9f94aa8-d # internal
2025-08-20T23:00:31.9253867Z [00:02:54.186]➜  cloud.google.com/go/internal
2025-08-20T23:00:31.9257823Z [00:02:54.187]➜  mkdir -p $WORK/b1979/
2025-08-20T23:00:31.9263392Z [00:02:54.187]➜  cat >/tmp/go-build2180205415/b1979/importcfg << 'EOF' # internal
2025-08-20T23:00:31.9264332Z [00:02:54.188]➜  # import config
2025-08-20T23:00:31.9265315Z [00:02:54.188]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.9266434Z [00:02:54.188]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.9267252Z [00:02:54.188]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2180205415/b434/_pkg_.a
2025-08-20T23:00:31.9267896Z [00:02:54.188]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2180205415/b438/_pkg_.a
2025-08-20T23:00:31.9268493Z [00:02:54.188]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:31.9268984Z [00:02:54.188]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:31.9269293Z [00:02:54.188]➜  EOF
2025-08-20T23:00:31.9271456Z [00:02:54.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1979/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.4/internal=>cloud.google.com/go@v0.121.4/internal;$WORK/b1979=>" -p cloud.google.com/go/internal -lang=go1.23 -complete -installsuffix shared -buildid OMKbpx6VKNAnuVH42VkR/OMKbpx6VKNAnuVH42VkR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1979/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:00:31.9338713Z [00:02:54.195]➜  go tool buildid -w $WORK/b1976/_pkg_.a # internal
2025-08-20T23:00:31.9345973Z [00:02:54.195]➜  cp $WORK/b1976/_pkg_.a /root/.cache/go-build/8c/8c17d1e5ea3b7d517e8cfa31416f24fe14bfddac4c70ff57c6910ea384b0d5d9-d # internal
2025-08-20T23:00:31.9347003Z [00:02:54.195]➜  cloud.google.com/go/internal/optional
2025-08-20T23:00:31.9347357Z [00:02:54.195]➜  mkdir -p $WORK/b1980/
2025-08-20T23:00:31.9347744Z [00:02:54.195]➜  cat >/tmp/go-build2180205415/b1980/importcfg << 'EOF' # internal
2025-08-20T23:00:31.9348093Z [00:02:54.195]➜  # import config
2025-08-20T23:00:31.9352405Z [00:02:54.195]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.9352848Z [00:02:54.195]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.9353284Z [00:02:54.195]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:31.9353599Z [00:02:54.195]➜  EOF
2025-08-20T23:00:31.9355533Z [00:02:54.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1980/_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/b1980=>" -p cloud.google.com/go/internal/optional -lang=go1.23 -complete -installsuffix shared -buildid CZy0sL2Ju_FQLUVYTPpH/CZy0sL2Ju_FQLUVYTPpH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1980/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.4/internal/optional/optional.go
2025-08-20T23:00:31.9580796Z [00:02:54.219]➜  go tool buildid -w $WORK/b1980/_pkg_.a # internal
2025-08-20T23:00:31.9585030Z [00:02:54.220]➜  cp $WORK/b1980/_pkg_.a /root/.cache/go-build/0f/0f23242d5160e46ccd4eebfa45cfc27faa230dc8311ee3c39487678f78199958-d # internal
2025-08-20T23:00:31.9588923Z [00:02:54.220]➜  cloud.google.com/go/internal/trace
2025-08-20T23:00:31.9589309Z [00:02:54.220]➜  mkdir -p $WORK/b1981/
2025-08-20T23:00:31.9591296Z [00:02:54.220]➜  cat >/tmp/go-build2180205415/b1981/importcfg << 'EOF' # internal
2025-08-20T23:00:31.9591659Z [00:02:54.220]➜  # import config
2025-08-20T23:00:31.9592005Z [00:02:54.220]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:31.9592440Z [00:02:54.220]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:31.9592855Z [00:02:54.220]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:31.9593344Z [00:02:54.220]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2180205415/b521/_pkg_.a
2025-08-20T23:00:31.9593928Z [00:02:54.220]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T23:00:31.9594527Z [00:02:54.220]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2180205415/b527/_pkg_.a
2025-08-20T23:00:31.9595106Z [00:02:54.220]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T23:00:31.9595692Z [00:02:54.220]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2180205415/b438/_pkg_.a
2025-08-20T23:00:31.9596691Z [00:02:54.220]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:31.9597148Z [00:02:54.220]➜  EOF
2025-08-20T23:00:31.9599031Z [00:02:54.221]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1981/_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/b1981=>" -p cloud.google.com/go/internal/trace -lang=go1.23 -complete -installsuffix shared -buildid WyeyMz4oh6iIXYZ9O5wr/WyeyMz4oh6iIXYZ9O5wr -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/trace/trace.go
2025-08-20T23:00:31.9640438Z [00:02:54.225]➜  go tool buildid -w $WORK/b1979/_pkg_.a # internal
2025-08-20T23:00:31.9648981Z [00:02:54.226]➜  cp $WORK/b1979/_pkg_.a /root/.cache/go-build/44/442e536468443592c007079f315fd77a0a3c8f36c2463b47318cd6f40528f536-d # internal
2025-08-20T23:00:31.9650931Z [00:02:54.226]➜  cloud.google.com/go/internal/version
2025-08-20T23:00:31.9655268Z [00:02:54.227]➜  mkdir -p $WORK/b1982/
2025-08-20T23:00:31.9655693Z [00:02:54.227]➜  cat >/tmp/go-build2180205415/b1982/importcfg << 'EOF' # internal
2025-08-20T23:00:31.9656391Z [00:02:54.227]➜  # import config
2025-08-20T23:00:31.9656744Z [00:02:54.227]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:31.9657178Z [00:02:54.227]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:31.9657608Z [00:02:54.227]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:31.9657925Z [00:02:54.227]➜  EOF
2025-08-20T23:00:31.9659858Z [00:02:54.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1982/_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/b1982=>" -p cloud.google.com/go/internal/version -lang=go1.23 -complete -installsuffix shared -buildid YGi1GQwEueP3WUZjlxky/YGi1GQwEueP3WUZjlxky -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/version/version.go
2025-08-20T23:00:31.9921003Z [00:02:54.253]➜  go tool buildid -w $WORK/b1982/_pkg_.a # internal
2025-08-20T23:00:31.9925164Z [00:02:54.254]➜  cp $WORK/b1982/_pkg_.a /root/.cache/go-build/a3/a3ceda9d714e994de1f8aab8e4abaf71c0bb2b9462174ac6c959f56f867702a8-d # internal
2025-08-20T23:00:31.9927734Z [00:02:54.254]➜  go.opentelemetry.io/otel/sdk/instrumentation
2025-08-20T23:00:31.9928100Z [00:02:54.254]➜  mkdir -p $WORK/b1986/
2025-08-20T23:00:31.9931360Z [00:02:54.254]➜  cat >/tmp/go-build2180205415/b1986/importcfg << 'EOF' # internal
2025-08-20T23:00:31.9931764Z [00:02:54.254]➜  # import config
2025-08-20T23:00:31.9932219Z [00:02:54.254]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T23:00:31.9932646Z [00:02:54.254]➜  EOF
2025-08-20T23:00:31.9935283Z [00:02:54.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1986/_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/b1986=>" -p go.opentelemetry.io/otel/sdk/instrumentation -lang=go1.23 -complete -installsuffix shared -buildid noAQXXDde7mxXdVDfjaC/noAQXXDde7mxXdVDfjaC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1986/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:00:31.9975503Z [00:02:54.258]➜  go tool buildid -w $WORK/b1981/_pkg_.a # internal
2025-08-20T23:00:31.9989476Z [00:02:54.260]➜  cp $WORK/b1981/_pkg_.a /root/.cache/go-build/f6/f63735217c42463069ff78b1c5b2538752903ef6adf0068e549b3faafa133323-d # internal
2025-08-20T23:00:31.9990191Z [00:02:54.260]➜  go.opentelemetry.io/otel/sdk/metric/exemplar
2025-08-20T23:00:31.9990735Z [00:02:54.260]➜  mkdir -p $WORK/b1987/
2025-08-20T23:00:32.0006301Z [00:02:54.262]➜  cat >/tmp/go-build2180205415/b1987/importcfg << 'EOF' # internal
2025-08-20T23:00:32.0007288Z [00:02:54.262]➜  # import config
2025-08-20T23:00:32.0007714Z [00:02:54.262]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:32.0008262Z [00:02:54.262]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T23:00:32.0008866Z [00:02:54.262]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T23:00:32.0009359Z [00:02:54.262]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:32.0009799Z [00:02:54.262]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T23:00:32.0010237Z [00:02:54.262]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:32.0010917Z [00:02:54.262]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:32.0011498Z [00:02:54.262]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:32.0011807Z [00:02:54.262]➜  EOF
2025-08-20T23:00:32.0016191Z [00:02:54.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1987/_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/b1987=>" -p go.opentelemetry.io/otel/sdk/metric/exemplar -lang=go1.23 -complete -installsuffix shared -buildid OEaYraemtypV4QjrlnQg/OEaYraemtypV4QjrlnQg -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/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:00:32.0191326Z [00:02:54.280]➜  go tool buildid -w $WORK/b1986/_pkg_.a # internal
2025-08-20T23:00:32.0196346Z [00:02:54.281]➜  cp $WORK/b1986/_pkg_.a /root/.cache/go-build/43/43b9375e0a25bd5b7ac2ac5dead5fc1b9c9bb4ce25081af56e0a806f79a0988c-d # internal
2025-08-20T23:00:32.0209870Z [00:02:54.282]➜  go.opentelemetry.io/otel/sdk/internal/x
2025-08-20T23:00:32.0215524Z [00:02:54.282]➜  mkdir -p $WORK/b1993/
2025-08-20T23:00:32.0216690Z [00:02:54.282]➜  cat >/tmp/go-build2180205415/b1993/importcfg << 'EOF' # internal
2025-08-20T23:00:32.0217103Z [00:02:54.282]➜  # import config
2025-08-20T23:00:32.0217456Z [00:02:54.282]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:32.0217889Z [00:02:54.282]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:32.0218209Z [00:02:54.282]➜  EOF
2025-08-20T23:00:32.0220128Z [00:02:54.282]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1993/_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/b1993=>" -p go.opentelemetry.io/otel/sdk/internal/x -lang=go1.23 -complete -installsuffix shared -buildid fSz54WO5xs6doFEQJUrh/fSz54WO5xs6doFEQJUrh -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/internal/x/x.go
2025-08-20T23:00:32.0398802Z [00:02:54.301]➜  go tool buildid -w $WORK/b1993/_pkg_.a # internal
2025-08-20T23:00:32.0404132Z [00:02:54.301]➜  cp $WORK/b1993/_pkg_.a /root/.cache/go-build/80/800168efb4c9e65c8645293082633e2c11f8e9f24fd2391e534e324e05d30211-d # internal
2025-08-20T23:00:32.0404776Z [00:02:54.301]➜  go.opentelemetry.io/otel/sdk/resource
2025-08-20T23:00:32.0428946Z [00:02:54.304]➜  mkdir -p $WORK/b1991/
2025-08-20T23:00:32.0436726Z [00:02:54.304]➜  cat >/tmp/go-build2180205415/b1991/importcfg << 'EOF' # internal
2025-08-20T23:00:32.0437612Z [00:02:54.304]➜  # import config
2025-08-20T23:00:32.0438036Z [00:02:54.304]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:32.0438474Z [00:02:54.304]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:32.0438907Z [00:02:54.304]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:32.0439322Z [00:02:54.304]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:32.0439795Z [00:02:54.304]➜  packagefile github.com/google/uuid=/tmp/go-build2180205415/b277/_pkg_.a
2025-08-20T23:00:32.0440329Z [00:02:54.304]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2180205415/b521/_pkg_.a
2025-08-20T23:00:32.0441139Z [00:02:54.304]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T23:00:32.0441891Z [00:02:54.304]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build2180205415/b1992/_pkg_.a
2025-08-20T23:00:32.0442569Z [00:02:54.304]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build2180205415/b1993/_pkg_.a
2025-08-20T23:00:32.0443230Z [00:02:54.304]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build2180205415/b528/_pkg_.a
2025-08-20T23:00:32.0443838Z [00:02:54.304]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T23:00:32.0444312Z [00:02:54.304]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:32.0444727Z [00:02:54.304]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:32.0445137Z [00:02:54.304]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:32.0445550Z [00:02:54.304]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T23:00:32.0446268Z [00:02:54.304]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:32.0446756Z [00:02:54.304]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:32.0447184Z [00:02:54.304]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:32.0447610Z [00:02:54.304]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:32.0448303Z [00:02:54.304]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.0448614Z [00:02:54.304]➜  EOF
2025-08-20T23:00:32.0453998Z [00:02:54.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1991/_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/b1991=>" -p go.opentelemetry.io/otel/sdk/resource -lang=go1.23 -complete -installsuffix shared -buildid IaUZsTKDyLXSVF_GV32b/IaUZsTKDyLXSVF_GV32b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1991/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:00:32.0459210Z [00:02:54.305]➜  go tool buildid -w $WORK/b1966/_pkg_.a # internal
2025-08-20T23:00:32.0493962Z [00:02:54.310]➜  cp $WORK/b1966/_pkg_.a /root/.cache/go-build/22/224439824d7bdefa6945948dca74fe81f25af003f65fb6000b21186c3f3a0a38-d # internal
2025-08-20T23:00:32.0500954Z [00:02:54.311]➜  golang.org/x/crypto/openpgp
2025-08-20T23:00:32.0502019Z [00:02:54.311]➜  mkdir -p $WORK/b1963/
2025-08-20T23:00:32.0508221Z [00:02:54.312]➜  cat >/tmp/go-build2180205415/b1963/importcfg << 'EOF' # internal
2025-08-20T23:00:32.0508624Z [00:02:54.312]➜  # import config
2025-08-20T23:00:32.0508977Z [00:02:54.312]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:32.0509420Z [00:02:54.312]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:00:32.0509882Z [00:02:54.312]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:32.0510434Z [00:02:54.312]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build2180205415/b1964/_pkg_.a
2025-08-20T23:00:32.0511254Z [00:02:54.312]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build2180205415/b1965/_pkg_.a
2025-08-20T23:00:32.0512131Z [00:02:54.312]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build2180205415/b1966/_pkg_.a
2025-08-20T23:00:32.0512750Z [00:02:54.312]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build2180205415/b1968/_pkg_.a
2025-08-20T23:00:32.0513258Z [00:02:54.312]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:32.0513692Z [00:02:54.312]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:32.0514110Z [00:02:54.312]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:32.0514528Z [00:02:54.312]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:32.0514836Z [00:02:54.312]➜  EOF
2025-08-20T23:00:32.0523297Z [00:02:54.313]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1963/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp=>golang.org/x/crypto@v0.40.0/openpgp;$WORK/b1963=>" -p golang.org/x/crypto/openpgp -lang=go1.23 -complete -installsuffix shared -buildid zwoB7jsYP3HEoRRMW8u-/zwoB7jsYP3HEoRRMW8u- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1963/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:00:32.0554590Z [00:02:54.317]➜  go tool buildid -w $WORK/b1987/_pkg_.a # internal
2025-08-20T23:00:32.0566017Z [00:02:54.318]➜  cp $WORK/b1987/_pkg_.a /root/.cache/go-build/69/6992ad7d4d7790d9f441ca82612038ab11651e08273812b95dfc5979bf29574f-d # internal
2025-08-20T23:00:32.0568063Z [00:02:54.318]➜  golang.org/x/crypto/openpgp/clearsign
2025-08-20T23:00:32.0568433Z [00:02:54.318]➜  mkdir -p $WORK/b1970/
2025-08-20T23:00:32.0573796Z [00:02:54.318]➜  cat >/tmp/go-build2180205415/b1970/importcfg << 'EOF' # internal
2025-08-20T23:00:32.0574322Z [00:02:54.318]➜  # import config
2025-08-20T23:00:32.0574681Z [00:02:54.318]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:32.0575103Z [00:02:54.318]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:32.0575524Z [00:02:54.318]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:32.0576146Z [00:02:54.318]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:32.0576683Z [00:02:54.318]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build2180205415/b1964/_pkg_.a
2025-08-20T23:00:32.0577307Z [00:02:54.318]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build2180205415/b1965/_pkg_.a
2025-08-20T23:00:32.0577934Z [00:02:54.318]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build2180205415/b1966/_pkg_.a
2025-08-20T23:00:32.0578445Z [00:02:54.318]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:32.0578850Z [00:02:54.318]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:32.0579533Z [00:02:54.318]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T23:00:32.0580072Z [00:02:54.318]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:32.0580512Z [00:02:54.318]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:32.0580830Z [00:02:54.318]➜  EOF
2025-08-20T23:00:32.0582788Z [00:02:54.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1970/_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/b1970=>" -p golang.org/x/crypto/openpgp/clearsign -lang=go1.23 -complete -installsuffix shared -buildid SpUyRnis9gTQNFu8SaMd/SpUyRnis9gTQNFu8SaMd -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/clearsign/clearsign.go
2025-08-20T23:00:32.0832480Z [00:02:54.344]➜  go tool buildid -w $WORK/b1970/_pkg_.a # internal
2025-08-20T23:00:32.0845237Z [00:02:54.346]➜  cp $WORK/b1970/_pkg_.a /root/.cache/go-build/28/285561678d77504b7e37c6e0f7d7041f0b8c940343247592f92fc7cdd1fafac6-d # internal
2025-08-20T23:00:32.0847686Z [00:02:54.346]➜  go.opentelemetry.io/otel/sdk/metric/internal/x
2025-08-20T23:00:32.0848371Z [00:02:54.346]➜  mkdir -p $WORK/b1994/
2025-08-20T23:00:32.0859382Z [00:02:54.347]➜  cat >/tmp/go-build2180205415/b1994/importcfg << 'EOF' # internal
2025-08-20T23:00:32.0859778Z [00:02:54.347]➜  # import config
2025-08-20T23:00:32.0860128Z [00:02:54.347]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:32.0860548Z [00:02:54.347]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:32.0860961Z [00:02:54.347]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:32.0861276Z [00:02:54.347]➜  EOF
2025-08-20T23:00:32.0863340Z [00:02:54.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1994/_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/b1994=>" -p go.opentelemetry.io/otel/sdk/metric/internal/x -lang=go1.23 -complete -installsuffix shared -buildid xaqgX5rtfRnJjhZG6qPK/xaqgX5rtfRnJjhZG6qPK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1994/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/x/x.go
2025-08-20T23:00:32.1228708Z [00:02:54.383]➜  go tool buildid -w $WORK/b1994/_pkg_.a # internal
2025-08-20T23:00:32.1231911Z [00:02:54.384]➜  cp $WORK/b1994/_pkg_.a /root/.cache/go-build/00/0009e51e622a3e56d86fe46b5406946c1d37f80b4bdc4b785cb82f926e25e145-d # internal
2025-08-20T23:00:32.1239087Z [00:02:54.385]➜  google.golang.org/genproto/googleapis/type/date
2025-08-20T23:00:32.1239928Z [00:02:54.385]➜  mkdir -p $WORK/b1997/
2025-08-20T23:00:32.1249378Z [00:02:54.386]➜  cat >/tmp/go-build2180205415/b1997/importcfg << 'EOF' # internal
2025-08-20T23:00:32.1250115Z [00:02:54.386]➜  # import config
2025-08-20T23:00:32.1252833Z [00:02:54.386]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:32.1253890Z [00:02:54.386]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:32.1258543Z [00:02:54.386]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:32.1259000Z [00:02:54.386]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.1259316Z [00:02:54.386]➜  EOF
2025-08-20T23:00:32.1266122Z [00:02:54.387]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1997/_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/b1997=>" -p google.golang.org/genproto/googleapis/type/date -lang=go1.23 -complete -installsuffix shared -buildid QAoGxMgXlyCWMCgg0YIE/QAoGxMgXlyCWMCgg0YIE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1997/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/type/date/date.pb.go
2025-08-20T23:00:32.1277206Z [00:02:54.387]➜  go tool buildid -w $WORK/b1963/_pkg_.a # internal
2025-08-20T23:00:32.1278808Z [00:02:54.389]➜  cp $WORK/b1963/_pkg_.a /root/.cache/go-build/6e/6e8cf37ccff530a00cc3a024ad8828186e93242c9e99c083b3898d931846bb67-d # internal
2025-08-20T23:00:32.1325829Z [00:02:54.394]➜  pault.ag/go/debian/control
2025-08-20T23:00:32.1326627Z [00:02:54.394]➜  mkdir -p $WORK/b1969/
2025-08-20T23:00:32.1329067Z [00:02:54.394]➜  cat >/tmp/go-build2180205415/b1969/importcfg << 'EOF' # internal
2025-08-20T23:00:32.1329791Z [00:02:54.394]➜  # import config
2025-08-20T23:00:32.1332649Z [00:02:54.394]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:32.1333423Z [00:02:54.394]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:32.1335948Z [00:02:54.394]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:32.1336646Z [00:02:54.394]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:32.1337129Z [00:02:54.394]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:32.1337566Z [00:02:54.394]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:32.1338078Z [00:02:54.394]➜  packagefile golang.org/x/crypto/openpgp=/tmp/go-build2180205415/b1963/_pkg_.a
2025-08-20T23:00:32.1338700Z [00:02:54.394]➜  packagefile golang.org/x/crypto/openpgp/clearsign=/tmp/go-build2180205415/b1970/_pkg_.a
2025-08-20T23:00:32.1339224Z [00:02:54.394]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:32.1339628Z [00:02:54.394]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:32.1340048Z [00:02:54.394]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:32.1340463Z [00:02:54.394]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:32.1340866Z [00:02:54.394]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:32.1341280Z [00:02:54.394]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:32.1341725Z [00:02:54.394]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:32.1342473Z [00:02:54.394]➜  packagefile pault.ag/go/debian/dependency=/tmp/go-build2180205415/b1971/_pkg_.a
2025-08-20T23:00:32.1343043Z [00:02:54.394]➜  packagefile pault.ag/go/debian/hashio=/tmp/go-build2180205415/b1973/_pkg_.a
2025-08-20T23:00:32.1343600Z [00:02:54.394]➜  packagefile pault.ag/go/debian/internal=/tmp/go-build2180205415/b1974/_pkg_.a
2025-08-20T23:00:32.1344161Z [00:02:54.394]➜  packagefile pault.ag/go/debian/version=/tmp/go-build2180205415/b1972/_pkg_.a
2025-08-20T23:00:32.1344730Z [00:02:54.394]➜  packagefile pault.ag/go/topsort=/tmp/go-build2180205415/b1975/_pkg_.a
2025-08-20T23:00:32.1345196Z [00:02:54.394]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:32.1345626Z [00:02:54.394]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:32.1351211Z [00:02:54.394]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:32.1351653Z [00:02:54.394]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:32.1351974Z [00:02:54.394]➜  EOF
2025-08-20T23:00:32.1355605Z [00:02:54.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1969/_pkg_.a -trimpath "/root/go/pkg/mod/pault.ag/go/debian@v0.18.0/control=>pault.ag/go/debian@v0.18.0/control;$WORK/b1969=>" -p pault.ag/go/debian/control -lang=go1.19 -complete -installsuffix shared -buildid fniK-tTJyOBWVODu35TM/fniK-tTJyOBWVODu35TM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1969/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:00:32.1647863Z [00:02:54.425]➜  go tool buildid -w $WORK/b1997/_pkg_.a # internal
2025-08-20T23:00:32.1661623Z [00:02:54.425]➜  cp $WORK/b1997/_pkg_.a /root/.cache/go-build/0b/0bfb69d8bd6a349d358e6d61d94e5620ba0f6dccaa45d39be637d24be5dea4a2-d # internal
2025-08-20T23:00:32.1662294Z [00:02:54.425]➜  cloud.google.com/go/storage/internal/apiv2/storagepb
2025-08-20T23:00:32.1662649Z [00:02:54.425]➜  mkdir -p $WORK/b1996/
2025-08-20T23:00:32.1663031Z [00:02:54.425]➜  cat >/tmp/go-build2180205415/b1996/importcfg << 'EOF' # internal
2025-08-20T23:00:32.1663378Z [00:02:54.425]➜  # import config
2025-08-20T23:00:32.1664128Z [00:02:54.425]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build2180205415/b322/_pkg_.a
2025-08-20T23:00:32.1664817Z [00:02:54.425]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:32.1665438Z [00:02:54.425]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build2180205415/b323/_pkg_.a
2025-08-20T23:00:32.1666479Z [00:02:54.425]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2180205415/b402/_pkg_.a
2025-08-20T23:00:32.1667210Z [00:02:54.425]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build2180205415/b1997/_pkg_.a
2025-08-20T23:00:32.1667832Z [00:02:54.425]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:32.1668386Z [00:02:54.425]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:32.1668954Z [00:02:54.425]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:32.1669609Z [00:02:54.425]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:32.1670326Z [00:02:54.425]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:32.1671043Z [00:02:54.425]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:32.1671983Z [00:02:54.425]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build2180205415/b444/_pkg_.a
2025-08-20T23:00:32.1672709Z [00:02:54.425]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build2180205415/b433/_pkg_.a
2025-08-20T23:00:32.1673448Z [00:02:54.425]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:32.1674019Z [00:02:54.425]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:32.1674438Z [00:02:54.425]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.1674744Z [00:02:54.425]➜  EOF
2025-08-20T23:00:32.1677070Z [00:02:54.425]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1996/_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/b1996=>" -p cloud.google.com/go/storage/internal/apiv2/storagepb -lang=go1.23 -complete -installsuffix shared -buildid OGaUM9u6pO7fs2qcYqos/OGaUM9u6pO7fs2qcYqos -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1996/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/internal/apiv2/storagepb/storage.pb.go
2025-08-20T23:00:32.1718824Z [00:02:54.432]➜  go tool buildid -w $WORK/b1991/_pkg_.a # internal
2025-08-20T23:00:32.1730681Z [00:02:54.434]➜  cp $WORK/b1991/_pkg_.a /root/.cache/go-build/89/89300350399865d3955cc3368f46722fa23376f1ddc2a61c0c0b65fad9cebdbb-d # internal
2025-08-20T23:00:32.1751164Z [00:02:54.434]➜  go.opentelemetry.io/otel/sdk/metric/metricdata
2025-08-20T23:00:32.1751520Z [00:02:54.434]➜  mkdir -p $WORK/b1990/
2025-08-20T23:00:32.1752149Z [00:02:54.434]➜  cat >/tmp/go-build2180205415/b1990/importcfg << 'EOF' # internal
2025-08-20T23:00:32.1752605Z [00:02:54.435]➜  # import config
2025-08-20T23:00:32.1752977Z [00:02:54.435]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:32.1753541Z [00:02:54.435]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T23:00:32.1754206Z [00:02:54.435]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build2180205415/b1986/_pkg_.a
2025-08-20T23:00:32.1754875Z [00:02:54.435]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build2180205415/b1991/_pkg_.a
2025-08-20T23:00:32.1755400Z [00:02:54.435]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:32.1756004Z [00:02:54.435]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:32.1756377Z [00:02:54.435]➜  EOF
2025-08-20T23:00:32.1759241Z [00:02:54.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1990/_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/b1990=>" -p go.opentelemetry.io/otel/sdk/metric/metricdata -lang=go1.23 -complete -installsuffix shared -buildid HnrXMKn5Lajh2_5jYZPD/HnrXMKn5Lajh2_5jYZPD -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/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:00:32.2001495Z [00:02:54.461]➜  go tool buildid -w $WORK/b1990/_pkg_.a # internal
2025-08-20T23:00:32.2008704Z [00:02:54.462]➜  cp $WORK/b1990/_pkg_.a /root/.cache/go-build/8b/8bef1f7a7c2cefa43de6dc4efda9328270cdfc8e691ed04c832a8b1a79896cce-d # internal
2025-08-20T23:00:32.2018536Z [00:02:54.462]➜  go.opentelemetry.io/otel/sdk/metric/internal/aggregate
2025-08-20T23:00:32.2018928Z [00:02:54.462]➜  mkdir -p $WORK/b1989/
2025-08-20T23:00:32.2019320Z [00:02:54.463]➜  cat >/tmp/go-build2180205415/b1989/importcfg << 'EOF' # internal
2025-08-20T23:00:32.2019676Z [00:02:54.463]➜  # import config
2025-08-20T23:00:32.2020313Z [00:02:54.463]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:32.2020749Z [00:02:54.463]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:32.2021239Z [00:02:54.463]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2180205415/b521/_pkg_.a
2025-08-20T23:00:32.2021822Z [00:02:54.463]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T23:00:32.2022481Z [00:02:54.463]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build2180205415/b1987/_pkg_.a
2025-08-20T23:00:32.2023178Z [00:02:54.463]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build2180205415/b1990/_pkg_.a
2025-08-20T23:00:32.2023730Z [00:02:54.463]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:32.2024152Z [00:02:54.463]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:32.2024566Z [00:02:54.463]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:32.2024977Z [00:02:54.463]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.2025388Z [00:02:54.463]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:32.2025694Z [00:02:54.463]➜  EOF
2025-08-20T23:00:32.2054304Z [00:02:54.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1989/_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/b1989=>" -p go.opentelemetry.io/otel/sdk/metric/internal/aggregate -lang=go1.23 -complete -installsuffix shared -buildid 8j7cfrJ2Q8vA0fGtxZjh/8j7cfrJ2Q8vA0fGtxZjh -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/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:00:32.2477615Z [00:02:54.509]➜  go tool buildid -w $WORK/b1969/_pkg_.a # internal
2025-08-20T23:00:32.2502190Z [00:02:54.511]➜  cp $WORK/b1969/_pkg_.a /root/.cache/go-build/ea/ea7609ad0b43eed402037e62de66b7c9b176d106aa27c15b7e73b977ea7e343b-d # internal
2025-08-20T23:00:32.2512576Z [00:02:54.512]➜  pault.ag/go/debian/deb
2025-08-20T23:00:32.2515572Z [00:02:54.512]➜  mkdir -p $WORK/b1961/
2025-08-20T23:00:32.2516784Z [00:02:54.512]➜  cat >/tmp/go-build2180205415/b1961/importcfg << 'EOF' # internal
2025-08-20T23:00:32.2517293Z [00:02:54.512]➜  # import config
2025-08-20T23:00:32.2518189Z [00:02:54.512]➜  packagefile archive/tar=/tmp/go-build2180205415/b708/_pkg_.a
2025-08-20T23:00:32.2518889Z [00:02:54.512]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:32.2519517Z [00:02:54.512]➜  packagefile compress/bzip2=/tmp/go-build2180205415/b840/_pkg_.a
2025-08-20T23:00:32.2520451Z [00:02:54.512]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:32.2521368Z [00:02:54.512]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:32.2522105Z [00:02:54.512]➜  packagefile github.com/kjk/lzma=/tmp/go-build2180205415/b1962/_pkg_.a
2025-08-20T23:00:32.2523137Z [00:02:54.512]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build2180205415/b762/_pkg_.a
2025-08-20T23:00:32.2524516Z [00:02:54.512]➜  packagefile github.com/xi2/xz=/tmp/go-build2180205415/b921/_pkg_.a
2025-08-20T23:00:32.2525277Z [00:02:54.512]➜  packagefile golang.org/x/crypto/openpgp=/tmp/go-build2180205415/b1963/_pkg_.a
2025-08-20T23:00:32.2526437Z [00:02:54.512]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:32.2527276Z [00:02:54.512]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:32.2527970Z [00:02:54.512]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:32.2528637Z [00:02:54.512]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:32.2529556Z [00:02:54.512]➜  packagefile pault.ag/go/debian/control=/tmp/go-build2180205415/b1969/_pkg_.a
2025-08-20T23:00:32.2530756Z [00:02:54.512]➜  packagefile pault.ag/go/debian/dependency=/tmp/go-build2180205415/b1971/_pkg_.a
2025-08-20T23:00:32.2531620Z [00:02:54.512]➜  packagefile pault.ag/go/debian/version=/tmp/go-build2180205415/b1972/_pkg_.a
2025-08-20T23:00:32.2532532Z [00:02:54.512]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:32.2533677Z [00:02:54.512]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:32.2534004Z [00:02:54.512]➜  EOF
2025-08-20T23:00:32.2536594Z [00:02:54.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1961/_pkg_.a -trimpath "/root/go/pkg/mod/pault.ag/go/debian@v0.18.0/deb=>pault.ag/go/debian@v0.18.0/deb;$WORK/b1961=>" -p pault.ag/go/debian/deb -lang=go1.19 -complete -installsuffix shared -buildid 4HIF630jHSlavuqlk3Wr/4HIF630jHSlavuqlk3Wr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1961/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:00:32.2586893Z [00:02:54.520]➜  go tool buildid -w $WORK/b1989/_pkg_.a # internal
2025-08-20T23:00:32.2628284Z [00:02:54.524]➜  cp $WORK/b1989/_pkg_.a /root/.cache/go-build/9e/9e573ab1550b742b3aab84102e9a7e597eb9357d72ca7ab8dd569548379e7415-d # internal
2025-08-20T23:00:32.2633206Z [00:02:54.524]➜  go.opentelemetry.io/otel/sdk/metric
2025-08-20T23:00:32.2657198Z [00:02:54.525]➜  mkdir -p $WORK/b1985/
2025-08-20T23:00:32.2657637Z [00:02:54.525]➜  cat >/tmp/go-build2180205415/b1985/importcfg << 'EOF' # internal
2025-08-20T23:00:32.2660417Z [00:02:54.525]➜  # import config
2025-08-20T23:00:32.2660808Z [00:02:54.525]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T23:00:32.2661270Z [00:02:54.525]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:32.2661957Z [00:02:54.525]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:32.2662606Z [00:02:54.525]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:32.2663094Z [00:02:54.525]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2180205415/b521/_pkg_.a
2025-08-20T23:00:32.2663693Z [00:02:54.525]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T23:00:32.2664334Z [00:02:54.525]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build2180205415/b522/_pkg_.a
2025-08-20T23:00:32.2664947Z [00:02:54.525]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2180205415/b533/_pkg_.a
2025-08-20T23:00:32.2665597Z [00:02:54.525]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build2180205415/b534/_pkg_.a
2025-08-20T23:00:32.2666525Z [00:02:54.525]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build2180205415/b538/_pkg_.a
2025-08-20T23:00:32.2667198Z [00:02:54.525]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build2180205415/b1986/_pkg_.a
2025-08-20T23:00:32.2667895Z [00:02:54.525]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build2180205415/b1987/_pkg_.a
2025-08-20T23:00:32.2668581Z [00:02:54.525]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build2180205415/b1988/_pkg_.a
2025-08-20T23:00:32.2669577Z [00:02:54.525]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build2180205415/b1989/_pkg_.a
2025-08-20T23:00:32.2670315Z [00:02:54.525]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build2180205415/b1994/_pkg_.a
2025-08-20T23:00:32.2671018Z [00:02:54.525]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build2180205415/b1990/_pkg_.a
2025-08-20T23:00:32.2671680Z [00:02:54.525]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build2180205415/b1991/_pkg_.a
2025-08-20T23:00:32.2672182Z [00:02:54.525]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:32.2672605Z [00:02:54.525]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:32.2673134Z [00:02:54.525]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:32.2673640Z [00:02:54.525]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:32.2674070Z [00:02:54.525]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:32.2674494Z [00:02:54.525]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:32.2674912Z [00:02:54.525]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.2675343Z [00:02:54.525]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:32.2675945Z [00:02:54.525]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:32.2676339Z [00:02:54.525]➜  EOF
2025-08-20T23:00:32.2682548Z [00:02:54.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1985/_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/b1985=>" -p go.opentelemetry.io/otel/sdk/metric -lang=go1.23 -complete -installsuffix shared -buildid SciiQ9cZK6m4-uddRCkd/SciiQ9cZK6m4-uddRCkd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1985/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:00:32.2909352Z [00:02:54.552]➜  go tool buildid -w $WORK/b922/_pkg_.a # internal
2025-08-20T23:00:32.2951736Z [00:02:54.556]➜  cp $WORK/b922/_pkg_.a /root/.cache/go-build/c2/c2172c47163a0166729a58e6d78b1b26bb4d30df6e80fe169a5512dd00c32c3c-d # internal
2025-08-20T23:00:32.2952790Z [00:02:54.556]➜  google.golang.org/genproto/googleapis/api/distribution
2025-08-20T23:00:32.2953391Z [00:02:54.557]➜  mkdir -p $WORK/b2001/
2025-08-20T23:00:32.2958192Z [00:02:54.557]➜  cat >/tmp/go-build2180205415/b2001/importcfg << 'EOF' # internal
2025-08-20T23:00:32.2958566Z [00:02:54.557]➜  # import config
2025-08-20T23:00:32.2959073Z [00:02:54.557]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:32.2959789Z [00:02:54.557]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:32.2960795Z [00:02:54.557]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:32.2961514Z [00:02:54.557]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:32.2962088Z [00:02:54.557]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:32.2962510Z [00:02:54.557]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.2962817Z [00:02:54.557]➜  EOF
2025-08-20T23:00:32.2965534Z [00:02:54.557]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2001/_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/b2001=>" -p google.golang.org/genproto/googleapis/api/distribution -lang=go1.23 -complete -installsuffix shared -buildid w6TwQAcIjnCxp-TIFaa4/w6TwQAcIjnCxp-TIFaa4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2001/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/distribution/distribution.pb.go
2025-08-20T23:00:32.2996698Z [00:02:54.561]➜  go tool buildid -w $WORK/b1961/_pkg_.a # internal
2025-08-20T23:00:32.3014570Z [00:02:54.562]➜  cp $WORK/b1961/_pkg_.a /root/.cache/go-build/ca/ca8057a9e473cb8fd9cfdf6470042c83e3d3ae1f26afb4ba336f221438a755d6-d # internal
2025-08-20T23:00:32.3017991Z [00:02:54.563]➜  github.com/trufflesecurity/trufflehog/v3/pkg/handlers
2025-08-20T23:00:32.3036788Z [00:02:54.563]➜  mkdir -p $WORK/b802/
2025-08-20T23:00:32.3041624Z [00:02:54.563]➜  cat >/tmp/go-build2180205415/b802/importcfg << 'EOF' # internal
2025-08-20T23:00:32.3042025Z [00:02:54.564]➜  # import config
2025-08-20T23:00:32.3044277Z [00:02:54.564]➜  packagefile archive/zip=/tmp/go-build2180205415/b803/_pkg_.a
2025-08-20T23:00:32.3045081Z [00:02:54.564]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:32.3045638Z [00:02:54.564]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:32.3046615Z [00:02:54.564]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:32.3047290Z [00:02:54.564]➜  packagefile encoding/xml=/tmp/go-build2180205415/b804/_pkg_.a
2025-08-20T23:00:32.3047944Z [00:02:54.564]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:32.3048768Z [00:02:54.564]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:32.3049966Z [00:02:54.564]➜  packagefile github.com/BobuSumisu/aho-corasick=/tmp/go-build2180205415/b618/_pkg_.a
2025-08-20T23:00:32.3051094Z [00:02:54.564]➜  packagefile github.com/avast/apkparser=/tmp/go-build2180205415/b805/_pkg_.a
2025-08-20T23:00:32.3051746Z [00:02:54.564]➜  packagefile github.com/csnewman/dextk=/tmp/go-build2180205415/b806/_pkg_.a
2025-08-20T23:00:32.3052354Z [00:02:54.564]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build2180205415/b807/_pkg_.a
2025-08-20T23:00:32.3056447Z [00:02:54.564]➜  packagefile github.com/mholt/archives=/tmp/go-build2180205415/b816/_pkg_.a
2025-08-20T23:00:32.3057109Z [00:02:54.564]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:00:32.3057855Z [00:02:54.564]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build2180205415/b641/_pkg_.a
2025-08-20T23:00:32.3058545Z [00:02:54.564]➜  packagefile github.com/sassoftware/go-rpmutils=/tmp/go-build2180205415/b874/_pkg_.a
2025-08-20T23:00:32.3059249Z [00:02:54.564]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:32.3060015Z [00:02:54.564]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:32.3060807Z [00:02:54.564]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine/defaults=/tmp/go-build2180205415/b922/_pkg_.a
2025-08-20T23:00:32.3061890Z [00:02:54.564]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build2180205415/b616/_pkg_.a
2025-08-20T23:00:32.3062646Z [00:02:54.564]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/iobuf=/tmp/go-build2180205415/b1958/_pkg_.a
2025-08-20T23:00:32.3063453Z [00:02:54.564]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:32.3064286Z [00:02:54.564]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:32.3064860Z [00:02:54.564]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:32.3065419Z [00:02:54.564]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:32.3066318Z [00:02:54.564]➜  packagefile pault.ag/go/debian/deb=/tmp/go-build2180205415/b1961/_pkg_.a
2025-08-20T23:00:32.3066821Z [00:02:54.564]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:32.3067249Z [00:02:54.564]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:32.3067671Z [00:02:54.564]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.3068090Z [00:02:54.564]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:32.3068399Z [00:02:54.564]➜  EOF
2025-08-20T23:00:32.3070741Z [00:02:54.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b802/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers=>github.com/trufflesecurity/trufflehog/v3/pkg/handlers;$WORK/b802=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/handlers -lang=go1.24 -complete -installsuffix shared -buildid wVhFA5-4GPuhaRjnvm5M/wVhFA5-4GPuhaRjnvm5M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b802/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:00:32.3441647Z [00:02:54.605]➜  go tool buildid -w $WORK/b2001/_pkg_.a # internal
2025-08-20T23:00:32.3461120Z [00:02:54.607]➜  cp $WORK/b2001/_pkg_.a /root/.cache/go-build/d1/d17866430171e982e2a5b63f8aef6b6f3fad62cd810bc8cdcd77b461ad3eedbb-d # internal
2025-08-20T23:00:32.3467738Z [00:02:54.608]➜  google.golang.org/genproto/googleapis/api/label
2025-08-20T23:00:32.3474996Z [00:02:54.609]➜  mkdir -p $WORK/b2002/
2025-08-20T23:00:32.3492277Z [00:02:54.610]➜  cat >/tmp/go-build2180205415/b2002/importcfg << 'EOF' # internal
2025-08-20T23:00:32.3492667Z [00:02:54.610]➜  # import config
2025-08-20T23:00:32.3493431Z [00:02:54.610]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:32.3494330Z [00:02:54.610]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:32.3494896Z [00:02:54.610]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:32.3495494Z [00:02:54.610]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.3496154Z [00:02:54.610]➜  EOF
2025-08-20T23:00:32.3498658Z [00:02:54.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2002/_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/b2002=>" -p google.golang.org/genproto/googleapis/api/label -lang=go1.23 -complete -installsuffix shared -buildid StT6pdyhkatsxYI72AH4/StT6pdyhkatsxYI72AH4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2002/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/label/label.pb.go
2025-08-20T23:00:32.3875618Z [00:02:54.647]➜  go tool buildid -w $WORK/b2002/_pkg_.a # internal
2025-08-20T23:00:32.3883962Z [00:02:54.649]➜  cp $WORK/b2002/_pkg_.a /root/.cache/go-build/22/221ef914dda5718ed30488bfb07a004bc3e7ee44418de22f277ebf7e22bd28ca-d # internal
2025-08-20T23:00:32.3884687Z [00:02:54.649]➜  google.golang.org/genproto/googleapis/api/metric
2025-08-20T23:00:32.3887849Z [00:02:54.649]➜  mkdir -p $WORK/b2003/
2025-08-20T23:00:32.3888320Z [00:02:54.649]➜  cat >/tmp/go-build2180205415/b2003/importcfg << 'EOF' # internal
2025-08-20T23:00:32.3888676Z [00:02:54.649]➜  # import config
2025-08-20T23:00:32.3889155Z [00:02:54.649]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build2180205415/b324/_pkg_.a
2025-08-20T23:00:32.3889860Z [00:02:54.649]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build2180205415/b2002/_pkg_.a
2025-08-20T23:00:32.3890598Z [00:02:54.649]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:32.3891565Z [00:02:54.649]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:32.3892363Z [00:02:54.649]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:32.3892944Z [00:02:54.649]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:32.3893369Z [00:02:54.649]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.3893677Z [00:02:54.649]➜  EOF
2025-08-20T23:00:32.3896395Z [00:02:54.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2003/_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/b2003=>" -p google.golang.org/genproto/googleapis/api/metric -lang=go1.23 -complete -installsuffix shared -buildid cUsu6oWQJAXb-25hwDac/cUsu6oWQJAXb-25hwDac -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/metric/metric.pb.go
2025-08-20T23:00:32.4754635Z [00:02:54.736]➜  go tool buildid -w $WORK/b2003/_pkg_.a # internal
2025-08-20T23:00:32.4766912Z [00:02:54.738]➜  cp $WORK/b2003/_pkg_.a /root/.cache/go-build/3a/3afd4372ab28d6dd8d43abe8f3359970c9f7b4e60674c49d0b68590ea875d961-d # internal
2025-08-20T23:00:32.4843202Z [00:02:54.745]➜  google.golang.org/protobuf/types/known/structpb
2025-08-20T23:00:32.4844128Z [00:02:54.745]➜  mkdir -p $WORK/b2005/
2025-08-20T23:00:32.4844567Z [00:02:54.745]➜  cat >/tmp/go-build2180205415/b2005/importcfg << 'EOF' # internal
2025-08-20T23:00:32.4844936Z [00:02:54.745]➜  # import config
2025-08-20T23:00:32.4845318Z [00:02:54.745]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:32.4846044Z [00:02:54.745]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:32.4846729Z [00:02:54.745]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2180205415/b384/_pkg_.a
2025-08-20T23:00:32.4847447Z [00:02:54.745]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:32.4848469Z [00:02:54.745]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:32.4849022Z [00:02:54.746]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:32.4849445Z [00:02:54.746]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:32.4849865Z [00:02:54.746]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.4850307Z [00:02:54.746]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:32.4850638Z [00:02:54.746]➜  EOF
2025-08-20T23:00:32.4852762Z [00:02:54.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2005/_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/b2005=>" -p google.golang.org/protobuf/types/known/structpb -lang=go1.23 -complete -installsuffix shared -buildid jK_81sJGdKs80OYHlKLD/jK_81sJGdKs80OYHlKLD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2005/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/structpb/struct.pb.go
2025-08-20T23:00:32.5082539Z [00:02:54.769]➜  go tool buildid -w $WORK/b802/_pkg_.a # internal
2025-08-20T23:00:32.5220663Z [00:02:54.783]➜  cp $WORK/b802/_pkg_.a /root/.cache/go-build/26/2617ce7030057ceb41d9cfcd8e3797145e892ea7c4d1aae6271752292d2622ad-d # internal
2025-08-20T23:00:32.5228589Z [00:02:54.784]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/filesystem
2025-08-20T23:00:32.5235161Z [00:02:54.785]➜  mkdir -p $WORK/b800/
2025-08-20T23:00:32.5247665Z [00:02:54.786]➜  cat >/tmp/go-build2180205415/b800/importcfg << 'EOF' # internal
2025-08-20T23:00:32.5248573Z [00:02:54.786]➜  # import config
2025-08-20T23:00:32.5249626Z [00:02:54.786]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:32.5252293Z [00:02:54.786]➜  packagefile github.com/go-errors/errors=/tmp/go-build2180205415/b801/_pkg_.a
2025-08-20T23:00:32.5253079Z [00:02:54.786]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T23:00:32.5253914Z [00:02:54.786]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:32.5255302Z [00:02:54.786]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:32.5257837Z [00:02:54.786]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build2180205415/b616/_pkg_.a
2025-08-20T23:00:32.5259487Z [00:02:54.786]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build2180205415/b802/_pkg_.a
2025-08-20T23:00:32.5260842Z [00:02:54.786]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:32.5262260Z [00:02:54.786]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:32.5263394Z [00:02:54.786]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build2180205415/b1976/_pkg_.a
2025-08-20T23:00:32.5264699Z [00:02:54.786]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:32.5265606Z [00:02:54.786]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:32.5266966Z [00:02:54.786]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:32.5267910Z [00:02:54.786]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:32.5268620Z [00:02:54.786]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:32.5269179Z [00:02:54.786]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:32.5270550Z [00:02:54.786]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:32.5271260Z [00:02:54.786]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:32.5271602Z [00:02:54.786]➜  EOF
2025-08-20T23:00:32.5273603Z [00:02:54.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b800/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/filesystem=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/filesystem;$WORK/b800=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/filesystem -lang=go1.24 -complete -installsuffix shared -buildid 0QKV_tEam8InVGyU_j-o/0QKV_tEam8InVGyU_j-o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b800/importcfg -pack ./pkg/sources/filesystem/filesystem.go
2025-08-20T23:00:32.5774381Z [00:02:54.838]➜  go tool buildid -w $WORK/b2005/_pkg_.a # internal
2025-08-20T23:00:32.5776741Z [00:02:54.838]➜  cp $WORK/b2005/_pkg_.a /root/.cache/go-build/dd/ddc85e450dcc41d85e3954ed9344c8d51b5a2a168c1923b703aec8be7b5d1228-d # internal
2025-08-20T23:00:32.5777513Z [00:02:54.838]➜  google.golang.org/genproto/googleapis/api/monitoredres
2025-08-20T23:00:32.5777887Z [00:02:54.838]➜  mkdir -p $WORK/b2004/
2025-08-20T23:00:32.5778271Z [00:02:54.838]➜  cat >/tmp/go-build2180205415/b2004/importcfg << 'EOF' # internal
2025-08-20T23:00:32.5778621Z [00:02:54.838]➜  # import config
2025-08-20T23:00:32.5779098Z [00:02:54.838]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build2180205415/b324/_pkg_.a
2025-08-20T23:00:32.5779801Z [00:02:54.838]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build2180205415/b2002/_pkg_.a
2025-08-20T23:00:32.5780520Z [00:02:54.838]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:32.5781480Z [00:02:54.838]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:32.5782269Z [00:02:54.838]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:32.5782840Z [00:02:54.838]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:32.5783260Z [00:02:54.838]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.5783565Z [00:02:54.838]➜  EOF
2025-08-20T23:00:32.5786453Z [00:02:54.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2004/_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/b2004=>" -p google.golang.org/genproto/googleapis/api/monitoredres -lang=go1.23 -complete -installsuffix shared -buildid aOa3tkM8RH3JPxSj43qb/aOa3tkM8RH3JPxSj43qb -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/monitoredres/monitored_resource.pb.go
2025-08-20T23:00:32.6159474Z [00:02:54.877]➜  go tool buildid -w $WORK/b800/_pkg_.a # internal
2025-08-20T23:00:32.6176518Z [00:02:54.878]➜  cp $WORK/b800/_pkg_.a /root/.cache/go-build/89/8904737b011b72e9c8ef1befac93e9bc20afadd9abdc401c69a01bc53069aa6f-d # internal
2025-08-20T23:00:32.6183432Z [00:02:54.879]➜  google.golang.org/genproto/googleapis/type/calendarperiod
2025-08-20T23:00:32.6183831Z [00:02:54.879]➜  mkdir -p $WORK/b2006/
2025-08-20T23:00:32.6189646Z [00:02:54.880]➜  cat >/tmp/go-build2180205415/b2006/importcfg << 'EOF' # internal
2025-08-20T23:00:32.6190487Z [00:02:54.880]➜  # import config
2025-08-20T23:00:32.6192150Z [00:02:54.880]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:32.6192893Z [00:02:54.880]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:32.6193476Z [00:02:54.880]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:32.6193901Z [00:02:54.880]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.6194505Z [00:02:54.880]➜  EOF
2025-08-20T23:00:32.6197416Z [00:02:54.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2006/_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/b2006=>" -p google.golang.org/genproto/googleapis/type/calendarperiod -lang=go1.23 -complete -installsuffix shared -buildid KggnKneqPCH8dI8ImLV6/KggnKneqPCH8dI8ImLV6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2006/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:00:32.6528086Z [00:02:54.913]➜  go tool buildid -w $WORK/b2004/_pkg_.a # internal
2025-08-20T23:00:32.6536629Z [00:02:54.914]➜  cp $WORK/b2004/_pkg_.a /root/.cache/go-build/27/2789cae33a6a03cec952287a2174c2ece9f3ce3a373ae57bdfe88991f2b6152f-d # internal
2025-08-20T23:00:32.6539150Z [00:02:54.915]➜  google.golang.org/genproto/googleapis/type/timeofday
2025-08-20T23:00:32.6544626Z [00:02:54.916]➜  mkdir -p $WORK/b2007/
2025-08-20T23:00:32.6546732Z [00:02:54.916]➜  cat >/tmp/go-build2180205415/b2007/importcfg << 'EOF' # internal
2025-08-20T23:00:32.6547549Z [00:02:54.916]➜  # import config
2025-08-20T23:00:32.6548358Z [00:02:54.916]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:32.6550702Z [00:02:54.916]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:32.6551944Z [00:02:54.916]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:32.6552994Z [00:02:54.916]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.6553609Z [00:02:54.916]➜  EOF
2025-08-20T23:00:32.6556438Z [00:02:54.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2007/_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/b2007=>" -p google.golang.org/genproto/googleapis/type/timeofday -lang=go1.23 -complete -installsuffix shared -buildid FoZD0xD6Vq8nt5Jf_bru/FoZD0xD6Vq8nt5Jf_bru -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2007/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/type/timeofday/timeofday.pb.go
2025-08-20T23:00:32.6558755Z [00:02:54.916]➜  go tool buildid -w $WORK/b2006/_pkg_.a # internal
2025-08-20T23:00:32.6559569Z [00:02:54.916]➜  cp $WORK/b2006/_pkg_.a /root/.cache/go-build/03/03b30b056d067c42e907a671384b1fabdaa2eeac1029caf7d7c1c385525dc353-d # internal
2025-08-20T23:00:32.6560363Z [00:02:54.917]➜  google.golang.org/protobuf/types/known/wrapperspb
2025-08-20T23:00:32.6560709Z [00:02:54.917]➜  mkdir -p $WORK/b2008/
2025-08-20T23:00:32.6576990Z [00:02:54.918]➜  cat >/tmp/go-build2180205415/b2008/importcfg << 'EOF' # internal
2025-08-20T23:00:32.6577728Z [00:02:54.918]➜  # import config
2025-08-20T23:00:32.6578522Z [00:02:54.918]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:32.6579667Z [00:02:54.918]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:32.6580284Z [00:02:54.918]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:32.6580713Z [00:02:54.918]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.6581023Z [00:02:54.918]➜  EOF
2025-08-20T23:00:32.6583221Z [00:02:54.918]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2008/_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/b2008=>" -p google.golang.org/protobuf/types/known/wrapperspb -lang=go1.23 -complete -installsuffix shared -buildid MGtmFazlIOmS9Hv92097/MGtmFazlIOmS9Hv92097 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2008/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/wrapperspb/wrappers.pb.go
2025-08-20T23:00:32.6821116Z [00:02:54.943]➜  go tool buildid -w $WORK/b2007/_pkg_.a # internal
2025-08-20T23:00:32.6832579Z [00:02:54.944]➜  cp $WORK/b2007/_pkg_.a /root/.cache/go-build/fa/fab604c6bd27141b8535f83b9e7746e8994599337b70319cdbb42cc4733db902-d # internal
2025-08-20T23:00:32.6833785Z [00:02:54.944]➜  go.opentelemetry.io/otel/semconv/v1.24.0
2025-08-20T23:00:32.6834154Z [00:02:54.944]➜  mkdir -p $WORK/b2011/
2025-08-20T23:00:32.6840238Z [00:02:54.945]➜  cat >/tmp/go-build2180205415/b2011/importcfg << 'EOF' # internal
2025-08-20T23:00:32.6840798Z [00:02:54.945]➜  # import config
2025-08-20T23:00:32.6841269Z [00:02:54.945]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T23:00:32.6841677Z [00:02:54.945]➜  EOF
2025-08-20T23:00:32.6845710Z [00:02:54.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2011/_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/b2011=>" -p go.opentelemetry.io/otel/semconv/v1.24.0 -lang=go1.23 -complete -installsuffix shared -buildid IzdYtZKfOkPfuEGxV94K/IzdYtZKfOkPfuEGxV94K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2011/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:00:32.6850769Z [00:02:54.946]➜  go tool buildid -w $WORK/b1996/_pkg_.a # internal
2025-08-20T23:00:32.7093079Z [00:02:54.970]➜  cp $WORK/b1996/_pkg_.a /root/.cache/go-build/f7/f7f591e48d094a588cc383098bcbafbe00a0a3c2d17395cd96d52bdd38ebb4dd-d # internal
2025-08-20T23:00:32.7093850Z [00:02:54.970]➜  cloud.google.com/go/storage/internal/apiv2
2025-08-20T23:00:32.7094180Z [00:02:54.970]➜  mkdir -p $WORK/b1995/
2025-08-20T23:00:32.7099270Z [00:02:54.971]➜  cat >/tmp/go-build2180205415/b1995/importcfg << 'EOF' # internal
2025-08-20T23:00:32.7099652Z [00:02:54.971]➜  # import config
2025-08-20T23:00:32.7100363Z [00:02:54.971]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build2180205415/b322/_pkg_.a
2025-08-20T23:00:32.7101195Z [00:02:54.971]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build2180205415/b1984/_pkg_.a
2025-08-20T23:00:32.7101917Z [00:02:54.971]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build2180205415/b1996/_pkg_.a
2025-08-20T23:00:32.7102513Z [00:02:54.971]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:32.7102931Z [00:02:54.971]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:32.7103434Z [00:02:54.971]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2180205415/b434/_pkg_.a
2025-08-20T23:00:32.7104104Z [00:02:54.971]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build2180205415/b448/_pkg_.a
2025-08-20T23:00:32.7104790Z [00:02:54.971]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build2180205415/b449/_pkg_.a
2025-08-20T23:00:32.7105401Z [00:02:54.971]➜  packagefile google.golang.org/api/iterator=/tmp/go-build2180205415/b450/_pkg_.a
2025-08-20T23:00:32.7106289Z [00:02:54.971]➜  packagefile google.golang.org/api/option=/tmp/go-build2180205415/b451/_pkg_.a
2025-08-20T23:00:32.7106975Z [00:02:54.971]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build2180205415/b511/_pkg_.a
2025-08-20T23:00:32.7107855Z [00:02:54.971]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build2180205415/b512/_pkg_.a
2025-08-20T23:00:32.7108429Z [00:02:54.971]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:32.7108974Z [00:02:54.971]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:32.7109552Z [00:02:54.971]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:32.7110194Z [00:02:54.971]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:32.7110744Z [00:02:54.971]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T23:00:32.7111177Z [00:02:54.971]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T23:00:32.7111600Z [00:02:54.971]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:32.7112019Z [00:02:54.971]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:32.7112447Z [00:02:54.971]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:32.7112873Z [00:02:54.971]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:32.7113289Z [00:02:54.971]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:32.7113594Z [00:02:54.971]➜  EOF
2025-08-20T23:00:32.7148211Z [00:02:54.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1995/_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/b1995=>" -p cloud.google.com/go/storage/internal/apiv2 -lang=go1.23 -complete -installsuffix shared -buildid ug8lMB5yLd5T5wA8o5Nz/ug8lMB5yLd5T5wA8o5Nz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1995/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:00:32.7182435Z [00:02:54.979]➜  go tool buildid -w $WORK/b2008/_pkg_.a # internal
2025-08-20T23:00:32.7200491Z [00:02:54.981]➜  cp $WORK/b2008/_pkg_.a /root/.cache/go-build/77/770943cfe0e0e88783b041d6723fcb191713009f0cb22424b3961e1cf537406e-d # internal
2025-08-20T23:00:32.7220097Z [00:02:54.983]➜  cloud.google.com/go/monitoring/apiv3/v2/monitoringpb
2025-08-20T23:00:32.7227060Z [00:02:54.984]➜  mkdir -p $WORK/b2000/
2025-08-20T23:00:32.7236954Z [00:02:54.985]➜  cat >/tmp/go-build2180205415/b2000/importcfg << 'EOF' # internal
2025-08-20T23:00:32.7237767Z [00:02:54.985]➜  # import config
2025-08-20T23:00:32.7238629Z [00:02:54.985]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:32.7239289Z [00:02:54.985]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build2180205415/b324/_pkg_.a
2025-08-20T23:00:32.7240034Z [00:02:54.985]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build2180205415/b323/_pkg_.a
2025-08-20T23:00:32.7240816Z [00:02:54.985]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build2180205415/b2001/_pkg_.a
2025-08-20T23:00:32.7241568Z [00:02:54.985]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build2180205415/b2002/_pkg_.a
2025-08-20T23:00:32.7242301Z [00:02:54.985]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build2180205415/b2003/_pkg_.a
2025-08-20T23:00:32.7243078Z [00:02:54.985]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build2180205415/b2004/_pkg_.a
2025-08-20T23:00:32.7243826Z [00:02:54.985]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2180205415/b402/_pkg_.a
2025-08-20T23:00:32.7248390Z [00:02:54.985]➜  packagefile google.golang.org/genproto/googleapis/type/calendarperiod=/tmp/go-build2180205415/b2006/_pkg_.a
2025-08-20T23:00:32.7249204Z [00:02:54.985]➜  packagefile google.golang.org/genproto/googleapis/type/timeofday=/tmp/go-build2180205415/b2007/_pkg_.a
2025-08-20T23:00:32.7249854Z [00:02:54.985]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:32.7250411Z [00:02:54.985]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:32.7250990Z [00:02:54.985]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:32.7251657Z [00:02:54.985]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:32.7252372Z [00:02:54.985]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:32.7253089Z [00:02:54.985]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:32.7253813Z [00:02:54.985]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build2180205415/b444/_pkg_.a
2025-08-20T23:00:32.7254534Z [00:02:54.985]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build2180205415/b433/_pkg_.a
2025-08-20T23:00:32.7255270Z [00:02:54.985]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:32.7256151Z [00:02:54.985]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:32.7256790Z [00:02:54.985]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:32.7257458Z [00:02:54.985]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.7264913Z [00:02:54.985]➜  EOF
2025-08-20T23:00:32.7274109Z [00:02:54.987]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2000/_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/b2000=>" -p cloud.google.com/go/monitoring/apiv3/v2/monitoringpb -lang=go1.23 -complete -installsuffix shared -buildid skb-6pL7HweyjDd0hQbD/skb-6pL7HweyjDd0hQbD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2000/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:00:32.9101269Z [00:02:55.171]➜  go tool buildid -w $WORK/b2011/_pkg_.a # internal
2025-08-20T23:00:32.9226462Z [00:02:55.183]➜  cp $WORK/b2011/_pkg_.a /root/.cache/go-build/cd/cd83612ce44d35b310bc1142f96f1029bcd5dcee6ee2f2cdbb235d55d30478fe-d # internal
2025-08-20T23:00:32.9233893Z [00:02:55.184]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping
2025-08-20T23:00:32.9240704Z [00:02:55.184]➜  mkdir -p $WORK/b2010/
2025-08-20T23:00:32.9241148Z [00:02:55.184]➜  cat >/tmp/go-build2180205415/b2010/importcfg << 'EOF' # internal
2025-08-20T23:00:32.9241524Z [00:02:55.184]➜  # import config
2025-08-20T23:00:32.9242008Z [00:02:55.184]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build2180205415/b2011/_pkg_.a
2025-08-20T23:00:32.9242742Z [00:02:55.184]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build2180205415/b2004/_pkg_.a
2025-08-20T23:00:32.9243354Z [00:02:55.184]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:32.9243673Z [00:02:55.184]➜  EOF
2025-08-20T23:00:32.9246806Z [00:02:55.184]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2010/_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/b2010=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping -lang=go1.23 -complete -installsuffix shared -buildid HVxnJ8IBwAywLubH9t8v/HVxnJ8IBwAywLubH9t8v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2010/importcfg -pack /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/internal/resourcemapping@v0.53.0/resourcemapping.go
2025-08-20T23:00:32.9643047Z [00:02:55.225]➜  go tool buildid -w $WORK/b2010/_pkg_.a # internal
2025-08-20T23:00:32.9649747Z [00:02:55.226]➜  cp $WORK/b2010/_pkg_.a /root/.cache/go-build/17/17a300e63ea794ce423896719e6733e9574dd0ac376468886b233893724133c6-d # internal
2025-08-20T23:00:32.9656913Z [00:02:55.226]➜  google.golang.org/grpc/encoding/gzip
2025-08-20T23:00:32.9657269Z [00:02:55.226]➜  mkdir -p $WORK/b2012/
2025-08-20T23:00:32.9657659Z [00:02:55.227]➜  cat >/tmp/go-build2180205415/b2012/importcfg << 'EOF' # internal
2025-08-20T23:00:32.9658016Z [00:02:55.227]➜  # import config
2025-08-20T23:00:32.9658383Z [00:02:55.227]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:32.9659101Z [00:02:55.227]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:32.9660831Z [00:02:55.227]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:32.9661525Z [00:02:55.227]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build2180205415/b391/_pkg_.a
2025-08-20T23:00:32.9662784Z [00:02:55.227]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:32.9663208Z [00:02:55.227]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:32.9663519Z [00:02:55.227]➜  EOF
2025-08-20T23:00:32.9665395Z [00:02:55.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2012/_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/b2012=>" -p google.golang.org/grpc/encoding/gzip -lang=go1.23 -complete -installsuffix shared -buildid Z4zXS_8BV2_sfK2AJKwh/Z4zXS_8BV2_sfK2AJKwh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2012/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding/gzip/gzip.go
2025-08-20T23:00:32.9903643Z [00:02:55.251]➜  go tool buildid -w $WORK/b2012/_pkg_.a # internal
2025-08-20T23:00:32.9909232Z [00:02:55.252]➜  cp $WORK/b2012/_pkg_.a /root/.cache/go-build/40/4052de77371f1a7d54810ebd7829821ac168532fd34ed304b3974a08f2de76bb-d # internal
2025-08-20T23:00:32.9916058Z [00:02:55.253]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
2025-08-20T23:00:32.9916563Z [00:02:55.253]➜  mkdir -p $WORK/b2014/
2025-08-20T23:00:32.9918742Z [00:02:55.253]➜  cat >/tmp/go-build2180205415/b2014/importcfg << 'EOF' # internal
2025-08-20T23:00:32.9919895Z [00:02:55.253]➜  # import config
2025-08-20T23:00:32.9920557Z [00:02:55.253]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2180205415/b454/_pkg_.a
2025-08-20T23:00:32.9921455Z [00:02:55.253]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:32.9922033Z [00:02:55.253]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:32.9922790Z [00:02:55.253]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:32.9923678Z [00:02:55.253]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:32.9928014Z [00:02:55.253]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:32.9928995Z [00:02:55.253]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:32.9929506Z [00:02:55.253]➜  EOF
2025-08-20T23:00:32.9934629Z [00:02:55.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2014/_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/b2014=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp -lang=go1.22 -complete -installsuffix shared -buildid 458jLJ5y9WYKUnHjtLec/458jLJ5y9WYKUnHjtLec -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2014/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:00:32.9979543Z [00:02:55.259]➜  go tool buildid -w $WORK/b1995/_pkg_.a # internal
2025-08-20T23:00:33.0025463Z [00:02:55.264]➜  cp $WORK/b1995/_pkg_.a /root/.cache/go-build/b1/b1c347859339ac00b9a3a20580dd7932b9795b28aeda44dce785f96209017feb-d # internal
2025-08-20T23:00:33.0026619Z [00:02:55.264]➜  google.golang.org/api/internal/gensupport
2025-08-20T23:00:33.0028650Z [00:02:55.264]➜  mkdir -p $WORK/b2016/
2025-08-20T23:00:33.0059172Z [00:02:55.267]➜  cat >/tmp/go-build2180205415/b2016/importcfg << 'EOF' # internal
2025-08-20T23:00:33.0060013Z [00:02:55.267]➜  # import config
2025-08-20T23:00:33.0060626Z [00:02:55.267]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:33.0061782Z [00:02:55.267]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:33.0062258Z [00:02:55.267]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:33.0062707Z [00:02:55.267]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:33.0063121Z [00:02:55.267]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:33.0063589Z [00:02:55.267]➜  packagefile github.com/google/uuid=/tmp/go-build2180205415/b277/_pkg_.a
2025-08-20T23:00:33.0064155Z [00:02:55.267]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2180205415/b434/_pkg_.a
2025-08-20T23:00:33.0064793Z [00:02:55.267]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build2180205415/b435/_pkg_.a
2025-08-20T23:00:33.0065455Z [00:02:55.267]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build2180205415/b441/_pkg_.a
2025-08-20T23:00:33.0066228Z [00:02:55.267]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2180205415/b438/_pkg_.a
2025-08-20T23:00:33.0067084Z [00:02:55.267]➜  packagefile google.golang.org/api/internal=/tmp/go-build2180205415/b466/_pkg_.a
2025-08-20T23:00:33.0067572Z [00:02:55.267]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:33.0067976Z [00:02:55.267]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:33.0068384Z [00:02:55.267]➜  packagefile mime=/tmp/go-build2180205415/b194/_pkg_.a
2025-08-20T23:00:33.0068829Z [00:02:55.267]➜  packagefile mime/multipart=/tmp/go-build2180205415/b195/_pkg_.a
2025-08-20T23:00:33.0069262Z [00:02:55.267]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:33.0069689Z [00:02:55.267]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:33.0070153Z [00:02:55.267]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T23:00:33.0070599Z [00:02:55.267]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:33.0071032Z [00:02:55.267]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:33.0071455Z [00:02:55.267]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:33.0071882Z [00:02:55.267]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:33.0072296Z [00:02:55.267]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:33.0072704Z [00:02:55.267]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:33.0073120Z [00:02:55.267]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:33.0073434Z [00:02:55.267]➜  EOF
2025-08-20T23:00:33.0083140Z [00:02:55.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2016/_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/b2016=>" -p google.golang.org/api/internal/gensupport -lang=go1.23 -complete -installsuffix shared -buildid JN43__IvH6mFpOy5N-WT/JN43__IvH6mFpOy5N-WT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2016/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:00:33.0270033Z [00:02:55.288]➜  go tool buildid -w $WORK/b2014/_pkg_.a # internal
2025-08-20T23:00:33.0278655Z [00:02:55.289]➜  cp $WORK/b2014/_pkg_.a /root/.cache/go-build/d1/d174a600c6ce458e5b804c4c8aa1b15febcddd1d810deeef2edb160d9c830922-d # internal
2025-08-20T23:00:33.0291319Z [00:02:55.290]➜  go.opentelemetry.io/contrib/detectors/gcp
2025-08-20T23:00:33.0299592Z [00:02:55.290]➜  mkdir -p $WORK/b2013/
2025-08-20T23:00:33.0300004Z [00:02:55.290]➜  cat >/tmp/go-build2180205415/b2013/importcfg << 'EOF' # internal
2025-08-20T23:00:33.0300358Z [00:02:55.290]➜  # import config
2025-08-20T23:00:33.0300811Z [00:02:55.290]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2180205415/b454/_pkg_.a
2025-08-20T23:00:33.0301353Z [00:02:55.290]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:33.0301787Z [00:02:55.290]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:33.0302203Z [00:02:55.290]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:33.0302895Z [00:02:55.290]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp=/tmp/go-build2180205415/b2014/_pkg_.a
2025-08-20T23:00:33.0303952Z [00:02:55.290]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T23:00:33.0304583Z [00:02:55.290]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build2180205415/b1991/_pkg_.a
2025-08-20T23:00:33.0305231Z [00:02:55.290]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build2180205415/b528/_pkg_.a
2025-08-20T23:00:33.0305746Z [00:02:55.290]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:33.0306357Z [00:02:55.290]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:33.0306801Z [00:02:55.290]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:33.0307129Z [00:02:55.290]➜  EOF
2025-08-20T23:00:33.0310940Z [00:02:55.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2013/_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/b2013=>" -p go.opentelemetry.io/contrib/detectors/gcp -lang=go1.23 -complete -installsuffix shared -buildid 9Z7i-XCV7v3N3jYNzu2c/9Z7i-XCV7v3N3jYNzu2c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2013/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:00:33.1296155Z [00:02:55.390]➜  go tool buildid -w $WORK/b2013/_pkg_.a # internal
2025-08-20T23:00:33.1309209Z [00:02:55.392]➜  cp $WORK/b2013/_pkg_.a /root/.cache/go-build/a6/a650e815541dc04d35c2166125dd7912f7d3bdd4a7300bcf68750e445a798a48-d # internal
2025-08-20T23:00:33.1314416Z [00:02:55.392]➜  google.golang.org/api/transport
2025-08-20T23:00:33.1320500Z [00:02:55.392]➜  mkdir -p $WORK/b2018/
2025-08-20T23:00:33.1320908Z [00:02:55.392]➜  cat >/tmp/go-build2180205415/b2018/importcfg << 'EOF' # internal
2025-08-20T23:00:33.1321262Z [00:02:55.392]➜  # import config
2025-08-20T23:00:33.1321611Z [00:02:55.392]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:33.1322118Z [00:02:55.393]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2180205415/b458/_pkg_.a
2025-08-20T23:00:33.1322946Z [00:02:55.393]➜  packagefile google.golang.org/api/internal=/tmp/go-build2180205415/b466/_pkg_.a
2025-08-20T23:00:33.1323702Z [00:02:55.393]➜  packagefile google.golang.org/api/option=/tmp/go-build2180205415/b451/_pkg_.a
2025-08-20T23:00:33.1324306Z [00:02:55.393]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build2180205415/b512/_pkg_.a
2025-08-20T23:00:33.1324943Z [00:02:55.393]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build2180205415/b555/_pkg_.a
2025-08-20T23:00:33.1325513Z [00:02:55.393]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:33.1326151Z [00:02:55.393]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:33.1326473Z [00:02:55.393]➜  EOF
2025-08-20T23:00:33.1328527Z [00:02:55.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2018/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/transport=>google.golang.org/api@v0.243.0/transport;$WORK/b2018=>" -p google.golang.org/api/transport -lang=go1.23 -complete -installsuffix shared -buildid JRFZLqZ5g5_iGyDvgwtu/JRFZLqZ5g5_iGyDvgwtu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2018/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:00:33.1378950Z [00:02:55.399]➜  go tool buildid -w $WORK/b2016/_pkg_.a # internal
2025-08-20T23:00:33.1386746Z [00:02:55.400]➜  cp $WORK/b2016/_pkg_.a /root/.cache/go-build/07/07344cadd583c3ea7d03f1c29ef461c26160693f57ba32c41adc7ea6ea0668d1-d # internal
2025-08-20T23:00:33.1393719Z [00:02:55.400]➜  google.golang.org/api/iamcredentials/v1
2025-08-20T23:00:33.1396202Z [00:02:55.401]➜  mkdir -p $WORK/b2015/
2025-08-20T23:00:33.1404453Z [00:02:55.401]➜  cat >/tmp/go-build2180205415/b2015/importcfg << 'EOF' # internal
2025-08-20T23:00:33.1407709Z [00:02:55.402]➜  # import config
2025-08-20T23:00:33.1409982Z [00:02:55.402]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:33.1410446Z [00:02:55.402]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:33.1410917Z [00:02:55.402]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:33.1411363Z [00:02:55.402]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:33.1411774Z [00:02:55.402]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:33.1412335Z [00:02:55.402]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2180205415/b446/_pkg_.a
2025-08-20T23:00:33.1412964Z [00:02:55.402]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2180205415/b438/_pkg_.a
2025-08-20T23:00:33.1413543Z [00:02:55.402]➜  packagefile google.golang.org/api/internal=/tmp/go-build2180205415/b466/_pkg_.a
2025-08-20T23:00:33.1414171Z [00:02:55.402]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build2180205415/b2016/_pkg_.a
2025-08-20T23:00:33.1414783Z [00:02:55.402]➜  packagefile google.golang.org/api/option=/tmp/go-build2180205415/b451/_pkg_.a
2025-08-20T23:00:33.1415641Z [00:02:55.402]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build2180205415/b511/_pkg_.a
2025-08-20T23:00:33.1416538Z [00:02:55.402]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build2180205415/b555/_pkg_.a
2025-08-20T23:00:33.1417049Z [00:02:55.402]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:33.1417472Z [00:02:55.402]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T23:00:33.1417902Z [00:02:55.402]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:33.1418330Z [00:02:55.402]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:33.1418754Z [00:02:55.402]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:33.1419178Z [00:02:55.402]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:33.1419494Z [00:02:55.402]➜  EOF
2025-08-20T23:00:33.1421624Z [00:02:55.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2015/_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/b2015=>" -p google.golang.org/api/iamcredentials/v1 -lang=go1.23 -complete -installsuffix shared -buildid _i19YNh4vxNBCMrEsPfF/_i19YNh4vxNBCMrEsPfF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2015/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/iamcredentials/v1/iamcredentials-gen.go
2025-08-20T23:00:33.1663597Z [00:02:55.427]➜  go tool buildid -w $WORK/b1985/_pkg_.a # internal
2025-08-20T23:00:33.1823543Z [00:02:55.441]➜  cp $WORK/b1985/_pkg_.a /root/.cache/go-build/36/362a86c0ebdbc6862d1480fdcf0c0a4614b4821797d88455fadfc1888f862818-d # internal
2025-08-20T23:00:33.1824229Z [00:02:55.442]➜  cloud.google.com/go/storage/experimental
2025-08-20T23:00:33.1824550Z [00:02:55.442]➜  mkdir -p $WORK/b1983/
2025-08-20T23:00:33.1824932Z [00:02:55.442]➜  cat >/tmp/go-build2180205415/b1983/importcfg << 'EOF' # internal
2025-08-20T23:00:33.1825309Z [00:02:55.442]➜  # import config
2025-08-20T23:00:33.1825957Z [00:02:55.442]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build2180205415/b1984/_pkg_.a
2025-08-20T23:00:33.1826680Z [00:02:55.442]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build2180205415/b1985/_pkg_.a
2025-08-20T23:00:33.1827654Z [00:02:55.442]➜  packagefile google.golang.org/api/option=/tmp/go-build2180205415/b451/_pkg_.a
2025-08-20T23:00:33.1828146Z [00:02:55.442]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:33.1828455Z [00:02:55.442]➜  EOF
2025-08-20T23:00:33.1830479Z [00:02:55.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1983/_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/b1983=>" -p cloud.google.com/go/storage/experimental -lang=go1.23 -complete -installsuffix shared -buildid 041zEvPEo2YNq8I5u26o/041zEvPEo2YNq8I5u26o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1983/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/experimental/experimental.go
2025-08-20T23:00:33.1878723Z [00:02:55.446]➜  go tool buildid -w $WORK/b2018/_pkg_.a # internal
2025-08-20T23:00:33.1882480Z [00:02:55.449]➜  cp $WORK/b2018/_pkg_.a /root/.cache/go-build/08/0882c0478ab433e7b195b8fc3989a1119069b9d61fb367fecd6ed3ffa61753be-d # internal
2025-08-20T23:00:33.1894118Z [00:02:55.450]➜  google.golang.org/api/storage/v1
2025-08-20T23:00:33.1894461Z [00:02:55.450]➜  mkdir -p $WORK/b2017/
2025-08-20T23:00:33.1894844Z [00:02:55.450]➜  cat >/tmp/go-build2180205415/b2017/importcfg << 'EOF' # internal
2025-08-20T23:00:33.1895195Z [00:02:55.450]➜  # import config
2025-08-20T23:00:33.1895535Z [00:02:55.450]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:33.1896105Z [00:02:55.450]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:33.1896565Z [00:02:55.450]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:33.1897026Z [00:02:55.450]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:33.1897662Z [00:02:55.450]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:33.1898239Z [00:02:55.450]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2180205415/b434/_pkg_.a
2025-08-20T23:00:33.1898894Z [00:02:55.450]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2180205415/b446/_pkg_.a
2025-08-20T23:00:33.1899528Z [00:02:55.450]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2180205415/b438/_pkg_.a
2025-08-20T23:00:33.1900114Z [00:02:55.450]➜  packagefile google.golang.org/api/internal=/tmp/go-build2180205415/b466/_pkg_.a
2025-08-20T23:00:33.1900743Z [00:02:55.450]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build2180205415/b2016/_pkg_.a
2025-08-20T23:00:33.1901356Z [00:02:55.450]➜  packagefile google.golang.org/api/option=/tmp/go-build2180205415/b451/_pkg_.a
2025-08-20T23:00:33.1902111Z [00:02:55.450]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build2180205415/b511/_pkg_.a
2025-08-20T23:00:33.1902898Z [00:02:55.450]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build2180205415/b555/_pkg_.a
2025-08-20T23:00:33.1903404Z [00:02:55.450]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:33.1903825Z [00:02:55.450]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T23:00:33.1904258Z [00:02:55.450]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:33.1904693Z [00:02:55.450]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:33.1905119Z [00:02:55.450]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:33.1905545Z [00:02:55.450]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:33.1911477Z [00:02:55.450]➜  EOF
2025-08-20T23:00:33.1913386Z [00:02:55.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2017/_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/b2017=>" -p google.golang.org/api/storage/v1 -lang=go1.23 -complete -installsuffix shared -buildid PhUyui29qFiRCZE0EuHV/PhUyui29qFiRCZE0EuHV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2017/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/storage/v1/storage-gen.go
2025-08-20T23:00:33.2291013Z [00:02:55.490]➜  go tool buildid -w $WORK/b1983/_pkg_.a # internal
2025-08-20T23:00:33.2321027Z [00:02:55.493]➜  cp $WORK/b1983/_pkg_.a /root/.cache/go-build/e2/e29a6ba00bda2324d4e74cfe9dec11525786243cae5af29816f2b3625f615092-d # internal
2025-08-20T23:00:33.2323135Z [00:02:55.493]➜  google.golang.org/grpc/balancer/rls/internal/adaptive
2025-08-20T23:00:33.2324437Z [00:02:55.494]➜  mkdir -p $WORK/b2020/
2025-08-20T23:00:33.2327512Z [00:02:55.494]➜  cat >/tmp/go-build2180205415/b2020/importcfg << 'EOF' # internal
2025-08-20T23:00:33.2327892Z [00:02:55.494]➜  # import config
2025-08-20T23:00:33.2328287Z [00:02:55.494]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T23:00:33.2328747Z [00:02:55.494]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:33.2329160Z [00:02:55.494]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:33.2329478Z [00:02:55.494]➜  EOF
2025-08-20T23:00:33.2342558Z [00:02:55.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2020/_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/b2020=>" -p google.golang.org/grpc/balancer/rls/internal/adaptive -lang=go1.23 -complete -installsuffix shared -buildid s705TbpIs5HHlYB9plR0/s705TbpIs5HHlYB9plR0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2020/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:00:33.2497810Z [00:02:55.511]➜  go tool buildid -w $WORK/b2020/_pkg_.a # internal
2025-08-20T23:00:33.2504500Z [00:02:55.511]➜  cp $WORK/b2020/_pkg_.a /root/.cache/go-build/81/818b1bbfe620e5e2799130d5532213af366550574ea90de490c6a987558ef0cd-d # internal
2025-08-20T23:00:33.2505239Z [00:02:55.512]➜  google.golang.org/grpc/internal/proto/grpc_lookup_v1
2025-08-20T23:00:33.2506631Z [00:02:55.512]➜  mkdir -p $WORK/b2022/
2025-08-20T23:00:33.2508461Z [00:02:55.512]➜  cat >/tmp/go-build2180205415/b2022/importcfg << 'EOF' # internal
2025-08-20T23:00:33.2509729Z [00:02:55.512]➜  # import config
2025-08-20T23:00:33.2510630Z [00:02:55.512]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:33.2511172Z [00:02:55.512]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:33.2511767Z [00:02:55.512]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:33.2512633Z [00:02:55.512]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:33.2513463Z [00:02:55.512]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:33.2514178Z [00:02:55.512]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:33.2514880Z [00:02:55.512]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:33.2515591Z [00:02:55.512]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:33.2516345Z [00:02:55.512]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:33.2516770Z [00:02:55.512]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:33.2517078Z [00:02:55.512]➜  EOF
2025-08-20T23:00:33.2519953Z [00:02:55.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2022/_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/b2022=>" -p google.golang.org/grpc/internal/proto/grpc_lookup_v1 -lang=go1.23 -complete -installsuffix shared -buildid J8kNNk7i-eJX0Rqkx9Ji/J8kNNk7i-eJX0Rqkx9Ji -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2022/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:00:33.2757327Z [00:02:55.534]➜  go tool buildid -w $WORK/b2015/_pkg_.a # internal
2025-08-20T23:00:33.2758308Z [00:02:55.537]➜  cp $WORK/b2015/_pkg_.a /root/.cache/go-build/ab/ab69dcde9751fa68fb3ee3ad39b88a8b5750a89a1e1f92cc9eaf98f19fd8bf06-d # internal
2025-08-20T23:00:33.2759019Z [00:02:55.537]➜  google.golang.org/grpc/internal/cache
2025-08-20T23:00:33.2759472Z [00:02:55.537]➜  mkdir -p $WORK/b2024/
2025-08-20T23:00:33.2791926Z [00:02:55.540]➜  cat >/tmp/go-build2180205415/b2024/importcfg << 'EOF' # internal
2025-08-20T23:00:33.2792482Z [00:02:55.540]➜  # import config
2025-08-20T23:00:33.2792949Z [00:02:55.540]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:33.2793494Z [00:02:55.540]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:33.2793888Z [00:02:55.540]➜  EOF
2025-08-20T23:00:33.2796207Z [00:02:55.540]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2024/_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/b2024=>" -p google.golang.org/grpc/internal/cache -lang=go1.23 -complete -installsuffix shared -buildid e0Scbju8e2ZYJHCC_AMu/e0Scbju8e2ZYJHCC_AMu -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/cache/timeoutCache.go
2025-08-20T23:00:33.3036768Z [00:02:55.565]➜  go tool buildid -w $WORK/b2024/_pkg_.a # internal
2025-08-20T23:00:33.3042084Z [00:02:55.565]➜  cp $WORK/b2024/_pkg_.a /root/.cache/go-build/63/63dc3f19b63e775981f8d91aab89e2e6ad04b7dffb9bb5c4427bd2e63eb3f43f-d # internal
2025-08-20T23:00:33.3081634Z [00:02:55.569]➜  google.golang.org/grpc/internal/balancergroup
2025-08-20T23:00:33.3083214Z [00:02:55.569]➜  mkdir -p $WORK/b2023/
2025-08-20T23:00:33.3085003Z [00:02:55.570]➜  cat >/tmp/go-build2180205415/b2023/importcfg << 'EOF' # internal
2025-08-20T23:00:33.3085427Z [00:02:55.570]➜  # import config
2025-08-20T23:00:33.3086186Z [00:02:55.570]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:33.3086693Z [00:02:55.570]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:33.3087205Z [00:02:55.570]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:33.3088165Z [00:02:55.570]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:33.3089095Z [00:02:55.570]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build2180205415/b396/_pkg_.a
2025-08-20T23:00:33.3089810Z [00:02:55.570]➜  packagefile google.golang.org/grpc/internal/cache=/tmp/go-build2180205415/b2024/_pkg_.a
2025-08-20T23:00:33.3090470Z [00:02:55.570]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:33.3091085Z [00:02:55.570]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:33.3091693Z [00:02:55.570]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T23:00:33.3092205Z [00:02:55.570]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:33.3092614Z [00:02:55.570]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:33.3092918Z [00:02:55.570]➜  EOF
2025-08-20T23:00:33.3096656Z [00:02:55.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2023/_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/b2023=>" -p google.golang.org/grpc/internal/balancergroup -lang=go1.23 -complete -installsuffix shared -buildid VlreFlTAB_zPbKz-IAp6/VlreFlTAB_zPbKz-IAp6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2023/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:00:33.3491983Z [00:02:55.610]➜  go tool buildid -w $WORK/b2022/_pkg_.a # internal
2025-08-20T23:00:33.3519651Z [00:02:55.613]➜  cp $WORK/b2022/_pkg_.a /root/.cache/go-build/1d/1d8d5be65f005a84c2b65469d19093bc317901461549e74e4b5180b470cccad2-d # internal
2025-08-20T23:00:33.3520768Z [00:02:55.613]➜  google.golang.org/grpc/balancer/rls/internal/keys
2025-08-20T23:00:33.3531519Z [00:02:55.614]➜  mkdir -p $WORK/b2021/
2025-08-20T23:00:33.3542159Z [00:02:55.615]➜  cat >/tmp/go-build2180205415/b2021/importcfg << 'EOF' # internal
2025-08-20T23:00:33.3542916Z [00:02:55.615]➜  # import config
2025-08-20T23:00:33.3543633Z [00:02:55.615]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:33.3544563Z [00:02:55.615]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:33.3545223Z [00:02:55.615]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build2180205415/b2022/_pkg_.a
2025-08-20T23:00:33.3546028Z [00:02:55.615]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:33.3546586Z [00:02:55.615]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:33.3547009Z [00:02:55.615]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:33.3547327Z [00:02:55.615]➜  EOF
2025-08-20T23:00:33.3549486Z [00:02:55.615]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2021/_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/b2021=>" -p google.golang.org/grpc/balancer/rls/internal/keys -lang=go1.23 -complete -installsuffix shared -buildid Rn5PrlrX5EetL5YZXEOK/Rn5PrlrX5EetL5YZXEOK -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/internal/keys/builder.go
2025-08-20T23:00:33.3926910Z [00:02:55.654]➜  go tool buildid -w $WORK/b2023/_pkg_.a # internal
2025-08-20T23:00:33.3937276Z [00:02:55.655]➜  cp $WORK/b2023/_pkg_.a /root/.cache/go-build/d4/d4578f2541df1ffdc07dd06103055f10e08a4a6739c175304e3cc698bad58e20-d # internal
2025-08-20T23:00:33.3938386Z [00:02:55.655]➜  google.golang.org/grpc/experimental/opentelemetry
2025-08-20T23:00:33.3939406Z [00:02:55.655]➜  mkdir -p $WORK/b2026/
2025-08-20T23:00:33.3943270Z [00:02:55.655]➜  cat >/tmp/go-build2180205415/b2026/importcfg << 'EOF' # internal
2025-08-20T23:00:33.3944083Z [00:02:55.655]➜  # import config
2025-08-20T23:00:33.3944628Z [00:02:55.655]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build2180205415/b535/_pkg_.a
2025-08-20T23:00:33.3945245Z [00:02:55.655]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T23:00:33.3945642Z [00:02:55.655]➜  EOF
2025-08-20T23:00:33.3948038Z [00:02:55.655]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2026/_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/b2026=>" -p google.golang.org/grpc/experimental/opentelemetry -lang=go1.23 -complete -installsuffix shared -buildid AudJid0yzLthYXLdjyqd/AudJid0yzLthYXLdjyqd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2026/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/experimental/opentelemetry/trace_options.go
2025-08-20T23:00:33.3969734Z [00:02:55.658]➜  go tool buildid -w $WORK/b2021/_pkg_.a # internal
2025-08-20T23:00:33.3999773Z [00:02:55.661]➜  cp $WORK/b2021/_pkg_.a /root/.cache/go-build/a0/a04851312c0263772084ef3d3c78b4c5bf19bbf9a051c7c4d1f19756adf96a69-d # internal
2025-08-20T23:00:33.4006443Z [00:02:55.662]➜  google.golang.org/grpc/balancer/rls
2025-08-20T23:00:33.4007510Z [00:02:55.662]➜  mkdir -p $WORK/b2019/
2025-08-20T23:00:33.4018862Z [00:02:55.663]➜  cat >/tmp/go-build2180205415/b2019/importcfg << 'EOF' # internal
2025-08-20T23:00:33.4019614Z [00:02:55.663]➜  # import config
2025-08-20T23:00:33.4020401Z [00:02:55.663]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:33.4020933Z [00:02:55.663]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T23:00:33.4021415Z [00:02:55.663]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:33.4021871Z [00:02:55.663]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:33.4022331Z [00:02:55.663]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:33.4022938Z [00:02:55.663]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:33.4023474Z [00:02:55.663]➜  packagefile github.com/google/uuid=/tmp/go-build2180205415/b277/_pkg_.a
2025-08-20T23:00:33.4024011Z [00:02:55.663]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:33.4024572Z [00:02:55.663]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:33.4025179Z [00:02:55.663]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2180205415/b378/_pkg_.a
2025-08-20T23:00:33.4026032Z [00:02:55.663]➜  packagefile google.golang.org/grpc/balancer/rls/internal/adaptive=/tmp/go-build2180205415/b2020/_pkg_.a
2025-08-20T23:00:33.4026849Z [00:02:55.663]➜  packagefile google.golang.org/grpc/balancer/rls/internal/keys=/tmp/go-build2180205415/b2021/_pkg_.a
2025-08-20T23:00:33.4027501Z [00:02:55.663]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:33.4028106Z [00:02:55.663]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:33.4028763Z [00:02:55.663]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2180205415/b390/_pkg_.a
2025-08-20T23:00:33.4029440Z [00:02:55.663]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2180205415/b374/_pkg_.a
2025-08-20T23:00:33.4030058Z [00:02:55.663]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:33.4030641Z [00:02:55.663]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T23:00:33.4031261Z [00:02:55.663]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2180205415/b395/_pkg_.a
2025-08-20T23:00:33.4031939Z [00:02:55.663]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build2180205415/b2023/_pkg_.a
2025-08-20T23:00:33.4032852Z [00:02:55.663]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build2180205415/b406/_pkg_.a
2025-08-20T23:00:33.4033621Z [00:02:55.663]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:33.4034279Z [00:02:55.663]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2180205415/b405/_pkg_.a
2025-08-20T23:00:33.4034930Z [00:02:55.663]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T23:00:33.4035628Z [00:02:55.663]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build2180205415/b2022/_pkg_.a
2025-08-20T23:00:33.4036397Z [00:02:55.663]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:33.4036984Z [00:02:55.663]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:33.4037591Z [00:02:55.663]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T23:00:33.4038199Z [00:02:55.663]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:33.4038840Z [00:02:55.663]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2180205415/b384/_pkg_.a
2025-08-20T23:00:33.4039752Z [00:02:55.663]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:33.4040329Z [00:02:55.663]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:33.4040757Z [00:02:55.663]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:33.4041174Z [00:02:55.663]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:33.4041608Z [00:02:55.663]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:33.4042035Z [00:02:55.663]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:33.4042342Z [00:02:55.663]➜  EOF
2025-08-20T23:00:33.4045701Z [00:02:55.663]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2019/_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/b2019=>" -p google.golang.org/grpc/balancer/rls -lang=go1.23 -complete -installsuffix shared -buildid 6uKPYYnqnRXYfoY-gsTn/6uKPYYnqnRXYfoY-gsTn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2019/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:00:33.4191823Z [00:02:55.680]➜  go tool buildid -w $WORK/b2026/_pkg_.a # internal
2025-08-20T23:00:33.4199572Z [00:02:55.680]➜  cp $WORK/b2026/_pkg_.a /root/.cache/go-build/b0/b08a33ef337e81aa664c81301bb4ac4c798e39a46852db93244758d02fe29c01-d # internal
2025-08-20T23:00:33.4200246Z [00:02:55.680]➜  google.golang.org/grpc/stats/opentelemetry/internal
2025-08-20T23:00:33.4200597Z [00:02:55.680]➜  mkdir -p $WORK/b2027/
2025-08-20T23:00:33.4200986Z [00:02:55.680]➜  cat >/tmp/go-build2180205415/b2027/importcfg << 'EOF' # internal
2025-08-20T23:00:33.4201338Z [00:02:55.680]➜  # import config
2025-08-20T23:00:33.4201762Z [00:02:55.680]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:33.4202155Z [00:02:55.680]➜  EOF
2025-08-20T23:00:33.4204549Z [00:02:55.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2027/_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/b2027=>" -p google.golang.org/grpc/stats/opentelemetry/internal -lang=go1.23 -complete -installsuffix shared -buildid eWgOL4d1Jvl4_f_c0ohd/eWgOL4d1Jvl4_f_c0ohd -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/internal/pluginoption.go
2025-08-20T23:00:33.4399500Z [00:02:55.701]➜  go tool buildid -w $WORK/b2027/_pkg_.a # internal
2025-08-20T23:00:33.4405539Z [00:02:55.701]➜  cp $WORK/b2027/_pkg_.a /root/.cache/go-build/d2/d2aa42b897da9188d7a64d865099257cd9c63c289f48fb895ce4e18968bedaca-d # internal
2025-08-20T23:00:33.4407020Z [00:02:55.701]➜  google.golang.org/grpc/stats/opentelemetry/internal/tracing
2025-08-20T23:00:33.4407391Z [00:02:55.701]➜  mkdir -p $WORK/b2028/
2025-08-20T23:00:33.4407775Z [00:02:55.701]➜  cat >/tmp/go-build2180205415/b2028/importcfg << 'EOF' # internal
2025-08-20T23:00:33.4408126Z [00:02:55.701]➜  # import config
2025-08-20T23:00:33.4408484Z [00:02:55.701]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:33.4409000Z [00:02:55.701]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:33.4409610Z [00:02:55.701]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:33.4410002Z [00:02:55.701]➜  EOF
2025-08-20T23:00:33.4412320Z [00:02:55.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2028/_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/b2028=>" -p google.golang.org/grpc/stats/opentelemetry/internal/tracing -lang=go1.23 -complete -installsuffix shared -buildid 1GBBOyJHNK8gxAK8DhcJ/1GBBOyJHNK8gxAK8DhcJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2028/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/opentelemetry/internal/tracing/carrier.go
2025-08-20T23:00:33.4668952Z [00:02:55.728]➜  go tool buildid -w $WORK/b2028/_pkg_.a # internal
2025-08-20T23:00:33.4675573Z [00:02:55.729]➜  cp $WORK/b2028/_pkg_.a /root/.cache/go-build/1e/1ed0ae806cae11f1220c4381d2ec137b3cef1fab13a29d7fc62a487a7e85506b-d # internal
2025-08-20T23:00:33.4677006Z [00:02:55.729]➜  google.golang.org/grpc/stats/opentelemetry
2025-08-20T23:00:33.4677625Z [00:02:55.729]➜  mkdir -p $WORK/b2025/
2025-08-20T23:00:33.4681749Z [00:02:55.729]➜  cat >/tmp/go-build2180205415/b2025/importcfg << 'EOF' # internal
2025-08-20T23:00:33.4682136Z [00:02:55.729]➜  # import config
2025-08-20T23:00:33.4682493Z [00:02:55.729]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:33.4683031Z [00:02:55.729]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T23:00:33.4683628Z [00:02:55.729]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2180205415/b527/_pkg_.a
2025-08-20T23:00:33.4684210Z [00:02:55.729]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2180205415/b533/_pkg_.a
2025-08-20T23:00:33.4684819Z [00:02:55.729]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build2180205415/b538/_pkg_.a
2025-08-20T23:00:33.4685457Z [00:02:55.729]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build2180205415/b535/_pkg_.a
2025-08-20T23:00:33.4690382Z [00:02:55.729]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T23:00:33.4690944Z [00:02:55.729]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:33.4691504Z [00:02:55.729]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:33.4692167Z [00:02:55.729]➜  packagefile google.golang.org/grpc/experimental/opentelemetry=/tmp/go-build2180205415/b2026/_pkg_.a
2025-08-20T23:00:33.4692872Z [00:02:55.729]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2180205415/b374/_pkg_.a
2025-08-20T23:00:33.4693493Z [00:02:55.729]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:33.4694081Z [00:02:55.729]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T23:00:33.4694854Z [00:02:55.729]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build2180205415/b428/_pkg_.a
2025-08-20T23:00:33.4695529Z [00:02:55.729]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:33.4696412Z [00:02:55.729]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2180205415/b375/_pkg_.a
2025-08-20T23:00:33.4697088Z [00:02:55.729]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal=/tmp/go-build2180205415/b2027/_pkg_.a
2025-08-20T23:00:33.4697888Z [00:02:55.729]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal/tracing=/tmp/go-build2180205415/b2028/_pkg_.a
2025-08-20T23:00:33.4698583Z [00:02:55.729]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:33.4699075Z [00:02:55.729]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:33.4699494Z [00:02:55.729]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:33.4699975Z [00:02:55.729]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:33.4700421Z [00:02:55.729]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:33.4700727Z [00:02:55.729]➜  EOF
2025-08-20T23:00:33.4704823Z [00:02:55.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2025/_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/b2025=>" -p google.golang.org/grpc/stats/opentelemetry -lang=go1.23 -complete -installsuffix shared -buildid fWJ0fl3WsXInEajNVbPJ/fWJ0fl3WsXInEajNVbPJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2025/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:00:33.5860833Z [00:02:55.847]➜  go tool buildid -w $WORK/b2019/_pkg_.a # internal
2025-08-20T23:00:33.5883349Z [00:02:55.849]➜  cp $WORK/b2019/_pkg_.a /root/.cache/go-build/b2/b20df860daee1599cff384d23f48cdfefe29cfbc66455cfea14969b5d0e58c1d-d # internal
2025-08-20T23:00:33.5888203Z [00:02:55.849]➜  github.com/cncf/xds/go/udpa/annotations
2025-08-20T23:00:33.5888535Z [00:02:55.849]➜  mkdir -p $WORK/b2032/
2025-08-20T23:00:33.5888924Z [00:02:55.850]➜  cat >/tmp/go-build2180205415/b2032/importcfg << 'EOF' # internal
2025-08-20T23:00:33.5889277Z [00:02:55.850]➜  # import config
2025-08-20T23:00:33.5889616Z [00:02:55.850]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:33.5890311Z [00:02:55.850]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:33.5890888Z [00:02:55.850]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:33.5891472Z [00:02:55.850]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:33.5892191Z [00:02:55.850]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:33.5892889Z [00:02:55.850]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build2180205415/b353/_pkg_.a
2025-08-20T23:00:33.5893578Z [00:02:55.850]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:33.5894114Z [00:02:55.850]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:33.5894537Z [00:02:55.850]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:33.5894972Z [00:02:55.850]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:33.5895407Z [00:02:55.850]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:33.5895970Z [00:02:55.850]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:33.5896453Z [00:02:55.850]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:33.5897078Z [00:02:55.850]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:33.5897497Z [00:02:55.850]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:33.5897906Z [00:02:55.850]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:33.5898339Z [00:02:55.850]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:33.5898670Z [00:02:55.850]➜  EOF
2025-08-20T23:00:33.5904851Z [00:02:55.850]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2032/_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/b2032=>" -p github.com/cncf/xds/go/udpa/annotations -lang=go1.19 -complete -installsuffix shared -buildid kXa0GxUBFw3zbHYOvx5E/kXa0GxUBFw3zbHYOvx5E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2032/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:00:33.7314467Z [00:02:55.992]➜  go tool buildid -w $WORK/b2032/_pkg_.a # internal
2025-08-20T23:00:33.7331879Z [00:02:55.994]➜  go tool buildid -w $WORK/b2025/_pkg_.a # internal
2025-08-20T23:00:33.7363628Z [00:02:55.997]➜  cp $WORK/b2032/_pkg_.a /root/.cache/go-build/bd/bdcdb85b0f58f7f044fccce2cf706044b3c1b3a4e5c8e360c1614bd02e12ab72-d # internal
2025-08-20T23:00:33.7388245Z [00:02:55.997]➜  github.com/cncf/xds/go/xds/annotations/v3
2025-08-20T23:00:33.7388607Z [00:02:55.997]➜  mkdir -p $WORK/b2033/
2025-08-20T23:00:33.7389008Z [00:02:55.998]➜  cat >/tmp/go-build2180205415/b2033/importcfg << 'EOF' # internal
2025-08-20T23:00:33.7390027Z [00:02:55.998]➜  # import config
2025-08-20T23:00:33.7390457Z [00:02:55.998]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:33.7390890Z [00:02:55.998]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:33.7391319Z [00:02:55.998]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:33.7391899Z [00:02:55.998]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:33.7392602Z [00:02:55.998]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:33.7393298Z [00:02:55.998]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build2180205415/b353/_pkg_.a
2025-08-20T23:00:33.7393991Z [00:02:55.998]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:33.7394525Z [00:02:55.998]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:33.7394954Z [00:02:55.998]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:33.7395389Z [00:02:55.998]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:33.7419032Z [00:02:55.998]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:33.7419935Z [00:02:55.998]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:33.7420376Z [00:02:55.998]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:33.7420807Z [00:02:55.998]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:33.7421230Z [00:02:55.998]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:33.7421644Z [00:02:55.998]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:33.7422085Z [00:02:55.998]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:33.7422414Z [00:02:55.998]➜  EOF
2025-08-20T23:00:33.7428875Z [00:02:55.998]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2033/_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/b2033=>" -p github.com/cncf/xds/go/xds/annotations/v3 -lang=go1.19 -complete -installsuffix shared -buildid tblmNMzyLiXhenpsJwc2/tblmNMzyLiXhenpsJwc2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2033/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:00:33.7434716Z [00:02:56.000]➜  cp $WORK/b2025/_pkg_.a /root/.cache/go-build/c8/c8b20c68f1140f8202411ff25ffa5af05a0e3ca4ea224ce6e15cb23ad24c181f-d # internal
2025-08-20T23:00:33.7435368Z [00:02:56.000]➜  github.com/envoyproxy/go-control-plane/envoy/annotations
2025-08-20T23:00:33.7435731Z [00:02:56.000]➜  mkdir -p $WORK/b2035/
2025-08-20T23:00:33.7436405Z [00:02:56.000]➜  cat >/tmp/go-build2180205415/b2035/importcfg << 'EOF' # internal
2025-08-20T23:00:33.7436899Z [00:02:56.000]➜  # import config
2025-08-20T23:00:33.7437249Z [00:02:56.000]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:33.7437671Z [00:02:56.000]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:33.7438092Z [00:02:56.000]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:33.7438665Z [00:02:56.000]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:33.7439371Z [00:02:56.000]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:33.7440066Z [00:02:56.000]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build2180205415/b353/_pkg_.a
2025-08-20T23:00:33.7440759Z [00:02:56.000]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:33.7441297Z [00:02:56.000]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:33.7441727Z [00:02:56.000]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:33.7442158Z [00:02:56.000]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:33.7442583Z [00:02:56.000]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:33.7443199Z [00:02:56.000]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:33.7443616Z [00:02:56.000]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:33.7444033Z [00:02:56.000]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:33.7444447Z [00:02:56.000]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:33.7444853Z [00:02:56.000]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:33.7445289Z [00:02:56.000]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:33.7445617Z [00:02:56.000]➜  EOF
2025-08-20T23:00:33.7449242Z [00:02:56.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2035/_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/b2035=>" -p github.com/envoyproxy/go-control-plane/envoy/annotations -lang=go1.22 -complete -installsuffix shared -buildid gw4mHOzgqDhuuAjaZT75/gw4mHOzgqDhuuAjaZT75 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2035/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:00:33.7802760Z [00:02:56.041]➜  go tool buildid -w $WORK/b2000/_pkg_.a # internal
2025-08-20T23:00:33.8271615Z [00:02:56.088]➜  go tool buildid -w $WORK/b2035/_pkg_.a # internal
2025-08-20T23:00:33.8283528Z [00:02:56.089]➜  cp $WORK/b2035/_pkg_.a /root/.cache/go-build/7c/7ced07bb68d98ee99d66b5ea3d1900b54bcf7b236768ac79373ddff9a2e603c7-d # internal
2025-08-20T23:00:33.8285453Z [00:02:56.090]➜  github.com/go-jose/go-jose/v4/cipher
2025-08-20T23:00:33.8286095Z [00:02:56.090]➜  mkdir -p $WORK/b2041/
2025-08-20T23:00:33.8292559Z [00:02:56.090]➜  cat >/tmp/go-build2180205415/b2041/importcfg << 'EOF' # internal
2025-08-20T23:00:33.8293227Z [00:02:56.090]➜  # import config
2025-08-20T23:00:33.8293881Z [00:02:56.090]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:33.8294596Z [00:02:56.090]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:33.8295345Z [00:02:56.090]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T23:00:33.8306676Z [00:02:56.090]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T23:00:33.8307744Z [00:02:56.090]➜  packagefile crypto/elliptic=/tmp/go-build2180205415/b146/_pkg_.a
2025-08-20T23:00:33.8308650Z [00:02:56.090]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:33.8309505Z [00:02:56.090]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:33.8310533Z [00:02:56.090]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:33.8311059Z [00:02:56.090]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:33.8311545Z [00:02:56.090]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:33.8312004Z [00:02:56.090]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:33.8312421Z [00:02:56.090]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:33.8312826Z [00:02:56.090]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:33.8313126Z [00:02:56.090]➜  EOF
2025-08-20T23:00:33.8315750Z [00:02:56.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2041/_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/b2041=>" -p github.com/go-jose/go-jose/v4/cipher -lang=go1.21 -complete -installsuffix shared -buildid 3E_UngACr2z8_o-n4lQJ/3E_UngACr2z8_o-n4lQJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2041/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:00:33.8413771Z [00:02:56.102]➜  cp $WORK/b2000/_pkg_.a /root/.cache/go-build/32/32082bdfa3a2bfa4e98ee67c9fee4377d0a5a7c47d3d65afcc7eaa7c5f24386d-d # internal
2025-08-20T23:00:33.8418210Z [00:02:56.103]➜  cloud.google.com/go/monitoring/apiv3/v2
2025-08-20T23:00:33.8419445Z [00:02:56.103]➜  mkdir -p $WORK/b1999/
2025-08-20T23:00:33.8422757Z [00:02:56.103]➜  cat >/tmp/go-build2180205415/b1999/importcfg << 'EOF' # internal
2025-08-20T23:00:33.8423138Z [00:02:56.103]➜  # import config
2025-08-20T23:00:33.8423676Z [00:02:56.103]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build2180205415/b2000/_pkg_.a
2025-08-20T23:00:33.8424396Z [00:02:56.103]➜  packagefile cloud.google.com/go/monitoring/internal=/tmp/go-build2180205415/b2009/_pkg_.a
2025-08-20T23:00:33.8424936Z [00:02:56.103]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:33.8425359Z [00:02:56.103]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:33.8425964Z [00:02:56.103]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2180205415/b434/_pkg_.a
2025-08-20T23:00:33.8426690Z [00:02:56.103]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build2180205415/b448/_pkg_.a
2025-08-20T23:00:33.8427382Z [00:02:56.103]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build2180205415/b449/_pkg_.a
2025-08-20T23:00:33.8428211Z [00:02:56.103]➜  packagefile google.golang.org/api/iterator=/tmp/go-build2180205415/b450/_pkg_.a
2025-08-20T23:00:33.8429060Z [00:02:56.103]➜  packagefile google.golang.org/api/option=/tmp/go-build2180205415/b451/_pkg_.a
2025-08-20T23:00:33.8429820Z [00:02:56.103]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build2180205415/b511/_pkg_.a
2025-08-20T23:00:33.8430558Z [00:02:56.103]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build2180205415/b512/_pkg_.a
2025-08-20T23:00:33.8431359Z [00:02:56.103]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build2180205415/b2003/_pkg_.a
2025-08-20T23:00:33.8432230Z [00:02:56.103]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build2180205415/b2004/_pkg_.a
2025-08-20T23:00:33.8432994Z [00:02:56.103]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:33.8433793Z [00:02:56.103]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:33.8434614Z [00:02:56.103]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:33.8449589Z [00:02:56.103]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T23:00:33.8450121Z [00:02:56.103]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T23:00:33.8450555Z [00:02:56.103]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:33.8450977Z [00:02:56.103]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:33.8451393Z [00:02:56.103]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:33.8451698Z [00:02:56.103]➜  EOF
2025-08-20T23:00:33.8457456Z [00:02:56.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1999/_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/b1999=>" -p cloud.google.com/go/monitoring/apiv3/v2 -lang=go1.23 -complete -installsuffix shared -buildid oR-YRh76PXD0-Tssk4Bn/oR-YRh76PXD0-Tssk4Bn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1999/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:00:33.8662860Z [00:02:56.127]➜  go tool buildid -w $WORK/b2033/_pkg_.a # internal
2025-08-20T23:00:33.8722173Z [00:02:56.133]➜  cp $WORK/b2033/_pkg_.a /root/.cache/go-build/90/90f07c2f481668be54f04abfa6200b627aaad2381d6a981b21e6b92f85e8d4ce-d # internal
2025-08-20T23:00:33.8731832Z [00:02:56.134]➜  github.com/cncf/xds/go/xds/core/v3
2025-08-20T23:00:33.8738513Z [00:02:56.134]➜  mkdir -p $WORK/b2034/
2025-08-20T23:00:33.8738936Z [00:02:56.135]➜  cat >/tmp/go-build2180205415/b2034/importcfg << 'EOF' # internal
2025-08-20T23:00:33.8741388Z [00:02:56.135]➜  # import config
2025-08-20T23:00:33.8742243Z [00:02:56.135]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:33.8742741Z [00:02:56.135]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:33.8743412Z [00:02:56.135]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:33.8744042Z [00:02:56.135]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2180205415/b2033/_pkg_.a
2025-08-20T23:00:33.8744771Z [00:02:56.135]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:33.8745497Z [00:02:56.135]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:33.8746431Z [00:02:56.135]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:33.8747125Z [00:02:56.135]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:33.8747842Z [00:02:56.135]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:33.8748532Z [00:02:56.135]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:33.8749111Z [00:02:56.135]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:33.8749548Z [00:02:56.135]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:33.8749981Z [00:02:56.135]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:33.8750403Z [00:02:56.135]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:33.8750817Z [00:02:56.135]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:33.8751234Z [00:02:56.135]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:33.8751648Z [00:02:56.135]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:33.8752056Z [00:02:56.135]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:33.8752494Z [00:02:56.135]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:33.8752831Z [00:02:56.135]➜  EOF
2025-08-20T23:00:33.8761337Z [00:02:56.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2034/_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/b2034=>" -p github.com/cncf/xds/go/xds/core/v3 -lang=go1.19 -complete -installsuffix shared -buildid FLTtqgZh23Jqhzl-Kshy/FLTtqgZh23Jqhzl-Kshy -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/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:00:33.8841277Z [00:02:56.145]➜  go tool buildid -w $WORK/b2041/_pkg_.a # internal
2025-08-20T23:00:33.8854258Z [00:02:56.146]➜  cp $WORK/b2041/_pkg_.a /root/.cache/go-build/5a/5af6b1c72786b40ee2222095da6a7b8a6f3f2e8c54a91f6ab9016429514b2d97-d # internal
2025-08-20T23:00:33.8861171Z [00:02:56.147]➜  github.com/envoyproxy/go-control-plane/envoy/type/v3
2025-08-20T23:00:33.8861947Z [00:02:56.147]➜  mkdir -p $WORK/b2037/
2025-08-20T23:00:33.8866643Z [00:02:56.148]➜  cat >/tmp/go-build2180205415/b2037/importcfg << 'EOF' # internal
2025-08-20T23:00:33.8867202Z [00:02:56.148]➜  # import config
2025-08-20T23:00:33.8867572Z [00:02:56.148]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:33.8868230Z [00:02:56.148]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:33.8868866Z [00:02:56.148]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:33.8869587Z [00:02:56.148]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:33.8870409Z [00:02:56.148]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2180205415/b2033/_pkg_.a
2025-08-20T23:00:33.8871264Z [00:02:56.148]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:33.8872097Z [00:02:56.148]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:33.8872923Z [00:02:56.148]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:33.8873795Z [00:02:56.148]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:33.8874614Z [00:02:56.148]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:33.8875464Z [00:02:56.148]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:33.8876357Z [00:02:56.148]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:33.8877094Z [00:02:56.148]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:33.8877636Z [00:02:56.148]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:33.8878161Z [00:02:56.148]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:33.8878724Z [00:02:56.148]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:33.8879249Z [00:02:56.148]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:33.8879800Z [00:02:56.148]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:33.8880329Z [00:02:56.148]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:33.8880894Z [00:02:56.148]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:33.8881440Z [00:02:56.148]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:33.8881877Z [00:02:56.148]➜  EOF
2025-08-20T23:00:33.8890693Z [00:02:56.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2037/_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/b2037=>" -p github.com/envoyproxy/go-control-plane/envoy/type/v3 -lang=go1.22 -complete -installsuffix shared -buildid 0JEyVTRJjcj6CHeVfsPM/0JEyVTRJjcj6CHeVfsPM -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/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:00:34.0756582Z [00:02:56.336]➜  go tool buildid -w $WORK/b2034/_pkg_.a # internal
2025-08-20T23:00:34.0829473Z [00:02:56.344]➜  cp $WORK/b2034/_pkg_.a /root/.cache/go-build/f8/f8b8c8a90ccfa3e393593e98f71daf544b1f381ff868c2754e01865e7d166308-d # internal
2025-08-20T23:00:34.0838215Z [00:02:56.345]➜  github.com/go-jose/go-jose/v4/json
2025-08-20T23:00:34.0846455Z [00:02:56.346]➜  mkdir -p $WORK/b2042/
2025-08-20T23:00:34.0855882Z [00:02:56.346]➜  cat >/tmp/go-build2180205415/b2042/importcfg << 'EOF' # internal
2025-08-20T23:00:34.0868865Z [00:02:56.346]➜  # import config
2025-08-20T23:00:34.0869243Z [00:02:56.346]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:34.0869686Z [00:02:56.346]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T23:00:34.0870505Z [00:02:56.346]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:34.0870967Z [00:02:56.346]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.0871389Z [00:02:56.346]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.0871795Z [00:02:56.346]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:34.0872202Z [00:02:56.346]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:34.0872622Z [00:02:56.346]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:34.0873058Z [00:02:56.346]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:34.0873485Z [00:02:56.346]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:34.0873904Z [00:02:56.347]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:34.0874327Z [00:02:56.347]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:34.0874753Z [00:02:56.347]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:34.0875168Z [00:02:56.347]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:34.0875615Z [00:02:56.347]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T23:00:34.0876283Z [00:02:56.347]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:34.0876621Z [00:02:56.347]➜  EOF
2025-08-20T23:00:34.0879815Z [00:02:56.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2042/_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/b2042=>" -p github.com/go-jose/go-jose/v4/json -lang=go1.21 -complete -installsuffix shared -buildid VGUZAISXpyFHL2gDzyvl/VGUZAISXpyFHL2gDzyvl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2042/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:00:34.1074720Z [00:02:56.368]➜  go tool buildid -w $WORK/b2037/_pkg_.a # internal
2025-08-20T23:00:34.1121849Z [00:02:56.373]➜  cp $WORK/b2037/_pkg_.a /root/.cache/go-build/a4/a4926156bfcd8be876f0e40e0bc79e7ca0acdfd84b74a48f6d187fe72c4aa539-d # internal
2025-08-20T23:00:34.1128942Z [00:02:56.374]➜  go tool buildid -w $WORK/b2017/_pkg_.a # internal
2025-08-20T23:00:34.1154026Z [00:02:56.376]➜  github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3
2025-08-20T23:00:34.1170010Z [00:02:56.378]➜  mkdir -p $WORK/b2036/
2025-08-20T23:00:34.1180831Z [00:02:56.379]➜  cat >/tmp/go-build2180205415/b2036/importcfg << 'EOF' # internal
2025-08-20T23:00:34.1181786Z [00:02:56.379]➜  # import config
2025-08-20T23:00:34.1182567Z [00:02:56.379]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:34.1183488Z [00:02:56.379]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.1183972Z [00:02:56.379]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.1184533Z [00:02:56.379]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:34.1185180Z [00:02:56.379]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build2180205415/b2034/_pkg_.a
2025-08-20T23:00:34.1186035Z [00:02:56.379]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:34.1186887Z [00:02:56.379]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:34.1187655Z [00:02:56.379]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:34.1188707Z [00:02:56.379]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:34.1189415Z [00:02:56.379]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:34.1190109Z [00:02:56.379]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:34.1190826Z [00:02:56.379]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:34.1191388Z [00:02:56.379]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:34.1191814Z [00:02:56.379]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:34.1192288Z [00:02:56.379]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:34.1192719Z [00:02:56.379]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:34.1193146Z [00:02:56.379]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:34.1193561Z [00:02:56.379]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:34.1193982Z [00:02:56.379]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:34.1194401Z [00:02:56.379]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:34.1194807Z [00:02:56.379]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:34.1195245Z [00:02:56.379]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:34.1195579Z [00:02:56.379]➜  EOF
2025-08-20T23:00:34.1227914Z [00:02:56.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2036/_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/b2036=>" -p github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3 -lang=go1.22 -complete -installsuffix shared -buildid OoJ20B1fGwK7DbJYMh4e/OoJ20B1fGwK7DbJYMh4e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2036/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:00:34.1322536Z [00:02:56.393]➜  cp $WORK/b2017/_pkg_.a /root/.cache/go-build/88/88d65fd33a8e160fc3fb8bb4d343d5ef2b20addd627a20c0edc8b436039cb473-d # internal
2025-08-20T23:00:34.1323247Z [00:02:56.393]➜  github.com/spiffe/go-spiffe/v2/internal/cryptoutil
2025-08-20T23:00:34.1329633Z [00:02:56.393]➜  mkdir -p $WORK/b2045/
2025-08-20T23:00:34.1340047Z [00:02:56.395]➜  cat >/tmp/go-build2180205415/b2045/importcfg << 'EOF' # internal
2025-08-20T23:00:34.1344208Z [00:02:56.395]➜  # import config
2025-08-20T23:00:34.1349518Z [00:02:56.395]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:34.1352452Z [00:02:56.395]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:34.1359341Z [00:02:56.395]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T23:00:34.1359829Z [00:02:56.395]➜  packagefile crypto/ed25519=/tmp/go-build2180205415/b157/_pkg_.a
2025-08-20T23:00:34.1360293Z [00:02:56.395]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:00:34.1360737Z [00:02:56.395]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.1361052Z [00:02:56.395]➜  EOF
2025-08-20T23:00:34.1363387Z [00:02:56.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2045/_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/b2045=>" -p github.com/spiffe/go-spiffe/v2/internal/cryptoutil -lang=go1.22 -complete -installsuffix shared -buildid o9x9tKKk3HJQ47snDuTc/o9x9tKKk3HJQ47snDuTc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2045/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/cryptoutil/keys.go
2025-08-20T23:00:34.1578454Z [00:02:56.417]➜  go tool buildid -w $WORK/b2045/_pkg_.a # internal
2025-08-20T23:00:34.1585598Z [00:02:56.419]➜  cp $WORK/b2045/_pkg_.a /root/.cache/go-build/db/dbc2ef6c189769f55bd666cda7bf5613bdd9827d25a5e9383a3e7f891818f11c-d # internal
2025-08-20T23:00:34.1587704Z [00:02:56.419]➜  github.com/spiffe/go-spiffe/v2/internal/jwtutil
2025-08-20T23:00:34.1588463Z [00:02:56.419]➜  mkdir -p $WORK/b2044/
2025-08-20T23:00:34.1588912Z [00:02:56.419]➜  cat >/tmp/go-build2180205415/b2044/importcfg << 'EOF' # internal
2025-08-20T23:00:34.1589267Z [00:02:56.419]➜  # import config
2025-08-20T23:00:34.1589609Z [00:02:56.419]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:34.1590213Z [00:02:56.419]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/cryptoutil=/tmp/go-build2180205415/b2045/_pkg_.a
2025-08-20T23:00:34.1590670Z [00:02:56.419]➜  EOF
2025-08-20T23:00:34.1592721Z [00:02:56.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2044/_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/b2044=>" -p github.com/spiffe/go-spiffe/v2/internal/jwtutil -lang=go1.22 -complete -installsuffix shared -buildid 0S9QqjmtAWDm6VswU9mM/0S9QqjmtAWDm6VswU9mM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2044/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/jwtutil/util.go
2025-08-20T23:00:34.1768000Z [00:02:56.437]➜  go tool buildid -w $WORK/b2044/_pkg_.a # internal
2025-08-20T23:00:34.1768878Z [00:02:56.438]➜  cp $WORK/b2044/_pkg_.a /root/.cache/go-build/eb/eb1884adcd343aef2e7779c48e21f56050d44a918fc6b2425a4606a6f32a9049-d # internal
2025-08-20T23:00:34.1774282Z [00:02:56.438]➜  github.com/spiffe/go-spiffe/v2/spiffeid
2025-08-20T23:00:34.1774612Z [00:02:56.438]➜  mkdir -p $WORK/b2046/
2025-08-20T23:00:34.1774992Z [00:02:56.438]➜  cat >/tmp/go-build2180205415/b2046/importcfg << 'EOF' # internal
2025-08-20T23:00:34.1775344Z [00:02:56.438]➜  # import config
2025-08-20T23:00:34.1775681Z [00:02:56.438]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.1776254Z [00:02:56.438]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.1776679Z [00:02:56.438]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:34.1777123Z [00:02:56.438]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:34.1777451Z [00:02:56.438]➜  EOF
2025-08-20T23:00:34.1781051Z [00:02:56.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2046/_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/b2046=>" -p github.com/spiffe/go-spiffe/v2/spiffeid -lang=go1.22 -complete -installsuffix shared -buildid AWNBq9oLH0tQbEU9rKZ_/AWNBq9oLH0tQbEU9rKZ_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2046/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:00:34.2903900Z [00:02:56.551]➜  go tool buildid -w $WORK/b2046/_pkg_.a # internal
2025-08-20T23:00:34.2911583Z [00:02:56.552]➜  cp $WORK/b2046/_pkg_.a /root/.cache/go-build/50/501e835479aedf0b88589af605a549b6bb45d8609bdac22544b1bc7d570f9a0e-d # internal
2025-08-20T23:00:34.2915749Z [00:02:56.552]➜  github.com/zeebo/errs
2025-08-20T23:00:34.2916163Z [00:02:56.552]➜  mkdir -p $WORK/b2047/
2025-08-20T23:00:34.2921478Z [00:02:56.553]➜  cat >/tmp/go-build2180205415/b2047/importcfg << 'EOF' # internal
2025-08-20T23:00:34.2922140Z [00:02:56.553]➜  # import config
2025-08-20T23:00:34.2923000Z [00:02:56.553]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.2923474Z [00:02:56.553]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.2923887Z [00:02:56.553]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:34.2924579Z [00:02:56.553]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:34.2925067Z [00:02:56.553]➜  EOF
2025-08-20T23:00:34.2927274Z [00:02:56.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2047/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/errs@v1.4.0=>github.com/zeebo/errs@v1.4.0;$WORK/b2047=>" -p github.com/zeebo/errs -lang=go1.12 -complete -installsuffix shared -buildid H7vRMV_e_chnJRh0JI1V/H7vRMV_e_chnJRh0JI1V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2047/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:00:34.3331601Z [00:02:56.594]➜  go tool buildid -w $WORK/b2047/_pkg_.a # internal
2025-08-20T23:00:34.3337763Z [00:02:56.595]➜  cp $WORK/b2047/_pkg_.a /root/.cache/go-build/6b/6bdb2cc5346d4a9771220915800909b2731b901a062e2851640c23d730dc6325-d # internal
2025-08-20T23:00:34.3339147Z [00:02:56.595]➜  github.com/spiffe/go-spiffe/v2/internal/pemutil
2025-08-20T23:00:34.3340273Z [00:02:56.595]➜  mkdir -p $WORK/b2049/
2025-08-20T23:00:34.3352610Z [00:02:56.595]➜  cat >/tmp/go-build2180205415/b2049/importcfg << 'EOF' # internal
2025-08-20T23:00:34.3353919Z [00:02:56.595]➜  # import config
2025-08-20T23:00:34.3354990Z [00:02:56.595]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:34.3355671Z [00:02:56.595]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:34.3357769Z [00:02:56.595]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T23:00:34.3358230Z [00:02:56.595]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.3358651Z [00:02:56.595]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.3358956Z [00:02:56.595]➜  EOF
2025-08-20T23:00:34.3361053Z [00:02:56.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2049/_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/b2049=>" -p github.com/spiffe/go-spiffe/v2/internal/pemutil -lang=go1.22 -complete -installsuffix shared -buildid RywYSBBIZwizEf22OJgV/RywYSBBIZwizEf22OJgV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2049/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/pemutil/pem.go
2025-08-20T23:00:34.3521959Z [00:02:56.613]➜  go tool buildid -w $WORK/b1999/_pkg_.a # internal
2025-08-20T23:00:34.3614245Z [00:02:56.622]➜  go tool buildid -w $WORK/b2049/_pkg_.a # internal
2025-08-20T23:00:34.3632307Z [00:02:56.624]➜  cp $WORK/b2049/_pkg_.a /root/.cache/go-build/50/5092ad3d0b62d3d97a1549e36c08f3d31c9c5a0f17f4d23757f4a740a49cd54c-d # internal
2025-08-20T23:00:34.3633304Z [00:02:56.624]➜  github.com/spiffe/go-spiffe/v2/internal/x509util
2025-08-20T23:00:34.3633939Z [00:02:56.624]➜  mkdir -p $WORK/b2050/
2025-08-20T23:00:34.3634952Z [00:02:56.625]➜  cat >/tmp/go-build2180205415/b2050/importcfg << 'EOF' # internal
2025-08-20T23:00:34.3635481Z [00:02:56.625]➜  # import config
2025-08-20T23:00:34.3636345Z [00:02:56.625]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:34.3636880Z [00:02:56.625]➜  EOF
2025-08-20T23:00:34.3639685Z [00:02:56.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2050/_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/b2050=>" -p github.com/spiffe/go-spiffe/v2/internal/x509util -lang=go1.22 -complete -installsuffix shared -buildid Efkab5iX1olHshvtMOUC/Efkab5iX1olHshvtMOUC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2050/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/x509util/util.go
2025-08-20T23:00:34.3649105Z [00:02:56.626]➜  go tool buildid -w $WORK/b2042/_pkg_.a # internal
2025-08-20T23:00:34.3716484Z [00:02:56.633]➜  cp $WORK/b2042/_pkg_.a /root/.cache/go-build/e5/e5d12493e0d7be70150b12102e0900f4583bb2b5652447e3a8a966b7640f9929-d # internal
2025-08-20T23:00:34.3726494Z [00:02:56.634]➜  github.com/go-jose/go-jose/v4
2025-08-20T23:00:34.3729215Z [00:02:56.634]➜  mkdir -p $WORK/b2040/
2025-08-20T23:00:34.3735919Z [00:02:56.635]➜  cat >/tmp/go-build2180205415/b2040/importcfg << 'EOF' # internal
2025-08-20T23:00:34.3736592Z [00:02:56.635]➜  # import config
2025-08-20T23:00:34.3737179Z [00:02:56.635]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:34.3737785Z [00:02:56.635]➜  packagefile compress/flate=/tmp/go-build2180205415/b104/_pkg_.a
2025-08-20T23:00:34.3738353Z [00:02:56.635]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:34.3739465Z [00:02:56.635]➜  packagefile crypto/aes=/tmp/go-build2180205415/b138/_pkg_.a
2025-08-20T23:00:34.3748092Z [00:02:56.635]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T23:00:34.3748731Z [00:02:56.635]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T23:00:34.3749222Z [00:02:56.635]➜  packagefile crypto/ed25519=/tmp/go-build2180205415/b157/_pkg_.a
2025-08-20T23:00:34.3749713Z [00:02:56.635]➜  packagefile crypto/elliptic=/tmp/go-build2180205415/b146/_pkg_.a
2025-08-20T23:00:34.3750185Z [00:02:56.635]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:34.3750936Z [00:02:56.635]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:34.3751391Z [00:02:56.635]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:00:34.3751848Z [00:02:56.635]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:34.3752304Z [00:02:56.635]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:34.3752772Z [00:02:56.635]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:34.3753236Z [00:02:56.635]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:34.3753699Z [00:02:56.635]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:34.3754176Z [00:02:56.635]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:34.3754654Z [00:02:56.635]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:34.3755130Z [00:02:56.635]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:34.3755568Z [00:02:56.635]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.3756183Z [00:02:56.635]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.3756704Z [00:02:56.635]➜  packagefile github.com/go-jose/go-jose/v4/cipher=/tmp/go-build2180205415/b2041/_pkg_.a
2025-08-20T23:00:34.3757314Z [00:02:56.635]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build2180205415/b2042/_pkg_.a
2025-08-20T23:00:34.3757895Z [00:02:56.635]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build2180205415/b1546/_pkg_.a
2025-08-20T23:00:34.3758387Z [00:02:56.635]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:34.3758946Z [00:02:56.635]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:34.3759434Z [00:02:56.635]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:34.3759869Z [00:02:56.635]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:34.3760299Z [00:02:56.635]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:34.3760722Z [00:02:56.635]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:34.3761146Z [00:02:56.635]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:34.3761461Z [00:02:56.635]➜  EOF
2025-08-20T23:00:34.3770003Z [00:02:56.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2040/_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/b2040=>" -p github.com/go-jose/go-jose/v4 -lang=go1.21 -complete -installsuffix shared -buildid QwFD9tZXdOi_7AppHhe2/QwFD9tZXdOi_7AppHhe2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2040/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:00:34.3780179Z [00:02:56.639]➜  cp $WORK/b1999/_pkg_.a /root/.cache/go-build/f5/f56ad6c48e8b23278868914508bd8eceb15b3f0f906dc470f1cea9a320bf10cc-d # internal
2025-08-20T23:00:34.3786653Z [00:02:56.639]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric
2025-08-20T23:00:34.3787108Z [00:02:56.639]➜  mkdir -p $WORK/b1998/
2025-08-20T23:00:34.3796536Z [00:02:56.640]➜  cat >/tmp/go-build2180205415/b1998/importcfg << 'EOF' # internal
2025-08-20T23:00:34.3797379Z [00:02:56.640]➜  # import config
2025-08-20T23:00:34.3797976Z [00:02:56.640]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:34.3816710Z [00:02:56.640]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build2180205415/b1999/_pkg_.a
2025-08-20T23:00:34.3817457Z [00:02:56.640]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build2180205415/b2000/_pkg_.a
2025-08-20T23:00:34.3818044Z [00:02:56.640]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:34.3818493Z [00:02:56.640]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:34.3818930Z [00:02:56.640]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.3819363Z [00:02:56.640]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.3820106Z [00:02:56.640]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping=/tmp/go-build2180205415/b2010/_pkg_.a
2025-08-20T23:00:34.3820903Z [00:02:56.640]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2180205415/b434/_pkg_.a
2025-08-20T23:00:34.3821463Z [00:02:56.640]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2180205415/b521/_pkg_.a
2025-08-20T23:00:34.3822041Z [00:02:56.640]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T23:00:34.3822696Z [00:02:56.640]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build2180205415/b1986/_pkg_.a
2025-08-20T23:00:34.3823348Z [00:02:56.640]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build2180205415/b1985/_pkg_.a
2025-08-20T23:00:34.3824013Z [00:02:56.640]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build2180205415/b1990/_pkg_.a
2025-08-20T23:00:34.3824904Z [00:02:56.640]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build2180205415/b1991/_pkg_.a
2025-08-20T23:00:34.3825645Z [00:02:56.640]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build2180205415/b2011/_pkg_.a
2025-08-20T23:00:34.3826485Z [00:02:56.640]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T23:00:34.3827067Z [00:02:56.640]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2180205415/b458/_pkg_.a
2025-08-20T23:00:34.3827627Z [00:02:56.640]➜  packagefile google.golang.org/api/option=/tmp/go-build2180205415/b451/_pkg_.a
2025-08-20T23:00:34.3828306Z [00:02:56.640]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build2180205415/b2001/_pkg_.a
2025-08-20T23:00:34.3829049Z [00:02:56.640]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build2180205415/b2002/_pkg_.a
2025-08-20T23:00:34.3829905Z [00:02:56.640]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build2180205415/b2003/_pkg_.a
2025-08-20T23:00:34.3830778Z [00:02:56.640]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build2180205415/b2004/_pkg_.a
2025-08-20T23:00:34.3831422Z [00:02:56.640]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:34.3832003Z [00:02:56.640]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build2180205415/b2012/_pkg_.a
2025-08-20T23:00:34.3832653Z [00:02:56.640]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:34.3833294Z [00:02:56.640]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:34.3834005Z [00:02:56.640]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:34.3834570Z [00:02:56.640]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:34.3835001Z [00:02:56.640]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:34.3835427Z [00:02:56.640]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:34.3836086Z [00:02:56.640]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:34.3836684Z [00:02:56.640]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:34.3837103Z [00:02:56.640]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:34.3837511Z [00:02:56.640]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:34.3837926Z [00:02:56.640]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:34.3838239Z [00:02:56.640]➜  EOF
2025-08-20T23:00:34.3843075Z [00:02:56.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1998/_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/b1998=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric -lang=go1.23 -complete -installsuffix shared -buildid AX3gs9t7iNAppQjIlTz-/AX3gs9t7iNAppQjIlTz- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1998/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:00:34.3969732Z [00:02:56.658]➜  go tool buildid -w $WORK/b2050/_pkg_.a # internal
2025-08-20T23:00:34.3987453Z [00:02:56.660]➜  cp $WORK/b2050/_pkg_.a /root/.cache/go-build/eb/eb443aaeb2b4f56d746ff407db4482ed6b7e7a9d26e16859c5536c2703a5d551-d # internal
2025-08-20T23:00:34.3990780Z [00:02:56.660]➜  github.com/spiffe/go-spiffe/v2/bundle/x509bundle
2025-08-20T23:00:34.3995583Z [00:02:56.661]➜  mkdir -p $WORK/b2048/
2025-08-20T23:00:34.3996693Z [00:02:56.661]➜  cat >/tmp/go-build2180205415/b2048/importcfg << 'EOF' # internal
2025-08-20T23:00:34.3997976Z [00:02:56.661]➜  # import config
2025-08-20T23:00:34.3998355Z [00:02:56.661]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:34.3998962Z [00:02:56.661]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/pemutil=/tmp/go-build2180205415/b2049/_pkg_.a
2025-08-20T23:00:34.3999675Z [00:02:56.661]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build2180205415/b2050/_pkg_.a
2025-08-20T23:00:34.4000523Z [00:02:56.661]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build2180205415/b2046/_pkg_.a
2025-08-20T23:00:34.4001242Z [00:02:56.661]➜  packagefile github.com/zeebo/errs=/tmp/go-build2180205415/b2047/_pkg_.a
2025-08-20T23:00:34.4001703Z [00:02:56.661]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:34.4002108Z [00:02:56.661]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:34.4002509Z [00:02:56.661]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:34.4002918Z [00:02:56.661]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:34.4003223Z [00:02:56.661]➜  EOF
2025-08-20T23:00:34.4006311Z [00:02:56.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2048/_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/b2048=>" -p github.com/spiffe/go-spiffe/v2/bundle/x509bundle -lang=go1.22 -complete -installsuffix shared -buildid 0qfjtHrxa5RD-pK391Ss/0qfjtHrxa5RD-pK391Ss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2048/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:00:34.4629369Z [00:02:56.724]➜  go tool buildid -w $WORK/b2048/_pkg_.a # internal
2025-08-20T23:00:34.4653193Z [00:02:56.726]➜  cp $WORK/b2048/_pkg_.a /root/.cache/go-build/da/da7fb9ca7e8f95bc663642a00c3bda9ee35be9fe6ac8cda4dc2782f0cfde0f1a-d # internal
2025-08-20T23:00:34.4658499Z [00:02:56.727]➜  cel.dev/expr
2025-08-20T23:00:34.4658820Z [00:02:56.727]➜  mkdir -p $WORK/b2063/
2025-08-20T23:00:34.4689099Z [00:02:56.730]➜  cat >/tmp/go-build2180205415/b2063/importcfg << 'EOF' # internal
2025-08-20T23:00:34.4689524Z [00:02:56.730]➜  # import config
2025-08-20T23:00:34.4690308Z [00:02:56.730]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:34.4691086Z [00:02:56.730]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:34.4691792Z [00:02:56.730]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:34.4692502Z [00:02:56.730]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:34.4693220Z [00:02:56.730]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build2180205415/b444/_pkg_.a
2025-08-20T23:00:34.4693931Z [00:02:56.730]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:34.4694660Z [00:02:56.730]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:34.4695244Z [00:02:56.730]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:34.4695669Z [00:02:56.730]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:34.4696223Z [00:02:56.730]➜  EOF
2025-08-20T23:00:34.4698448Z [00:02:56.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2063/_pkg_.a -trimpath "/root/go/pkg/mod/cel.dev/expr@v0.24.0=>cel.dev/expr@v0.24.0;$WORK/b2063=>" -p cel.dev/expr -lang=go1.22 -complete -installsuffix shared -buildid vI1mqctPDD7oPRhK70zX/vI1mqctPDD7oPRhK70zX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2063/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:00:34.4916641Z [00:02:56.753]➜  go tool buildid -w $WORK/b2036/_pkg_.a # internal
2025-08-20T23:00:34.4987746Z [00:02:56.759]➜  cp $WORK/b2036/_pkg_.a /root/.cache/go-build/be/be865d47b297f32b5471646744a45e642acf2133f13380fd495ae1f831c36414-d # internal
2025-08-20T23:00:34.4999855Z [00:02:56.760]➜  github.com/envoyproxy/go-control-plane/envoy/config/core/v3
2025-08-20T23:00:34.5000325Z [00:02:56.760]➜  mkdir -p $WORK/b2031/
2025-08-20T23:00:34.5000731Z [00:02:56.761]➜  cat >/tmp/go-build2180205415/b2031/importcfg << 'EOF' # internal
2025-08-20T23:00:34.5001282Z [00:02:56.761]➜  # import config
2025-08-20T23:00:34.5001626Z [00:02:56.761]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:34.5002047Z [00:02:56.761]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.5002460Z [00:02:56.761]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.5003008Z [00:02:56.761]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:34.5003685Z [00:02:56.761]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2180205415/b2033/_pkg_.a
2025-08-20T23:00:34.5004344Z [00:02:56.761]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build2180205415/b2034/_pkg_.a
2025-08-20T23:00:34.5005051Z [00:02:56.761]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:34.5006262Z [00:02:56.761]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2180205415/b2036/_pkg_.a
2025-08-20T23:00:34.5007062Z [00:02:56.761]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:34.5007805Z [00:02:56.761]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:34.5008529Z [00:02:56.761]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:34.5009238Z [00:02:56.761]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:34.5010054Z [00:02:56.761]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:34.5010827Z [00:02:56.761]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:34.5011544Z [00:02:56.761]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build2180205415/b444/_pkg_.a
2025-08-20T23:00:34.5012252Z [00:02:56.761]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:34.5012977Z [00:02:56.761]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:34.5013536Z [00:02:56.761]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:34.5013956Z [00:02:56.761]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:34.5014389Z [00:02:56.761]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:34.5014820Z [00:02:56.761]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:34.5015241Z [00:02:56.761]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:34.5015656Z [00:02:56.761]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:34.5035863Z [00:02:56.761]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:34.5036393Z [00:02:56.761]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:34.5036816Z [00:02:56.761]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:34.5037257Z [00:02:56.761]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:34.5037590Z [00:02:56.761]➜  EOF
2025-08-20T23:00:34.5054567Z [00:02:56.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2031/_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/b2031=>" -p github.com/envoyproxy/go-control-plane/envoy/config/core/v3 -lang=go1.22 -complete -installsuffix shared -buildid ZJ01oZcI0dd0Uhr_Rib-/ZJ01oZcI0dd0Uhr_Rib- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2031/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:00:34.6021920Z [00:02:56.863]➜  go tool buildid -w $WORK/b1998/_pkg_.a # internal
2025-08-20T23:00:34.6101930Z [00:02:56.871]➜  cp $WORK/b1998/_pkg_.a /root/.cache/go-build/e1/e126bc3704965bf5dfcbec1ec7480b47ec2d7ce551cbc68206b967fb8da60d39-d # internal
2025-08-20T23:00:34.6112442Z [00:02:56.872]➜  google.golang.org/genproto/googleapis/api/expr/v1alpha1
2025-08-20T23:00:34.6118296Z [00:02:56.873]➜  mkdir -p $WORK/b2064/
2025-08-20T23:00:34.6123578Z [00:02:56.873]➜  cat >/tmp/go-build2180205415/b2064/importcfg << 'EOF' # internal
2025-08-20T23:00:34.6123951Z [00:02:56.873]➜  # import config
2025-08-20T23:00:34.6124461Z [00:02:56.873]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2180205415/b402/_pkg_.a
2025-08-20T23:00:34.6125185Z [00:02:56.873]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:34.6126021Z [00:02:56.873]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:34.6126773Z [00:02:56.873]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:34.6127791Z [00:02:56.873]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:34.6128511Z [00:02:56.873]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build2180205415/b444/_pkg_.a
2025-08-20T23:00:34.6129224Z [00:02:56.873]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:34.6129988Z [00:02:56.873]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:34.6130563Z [00:02:56.873]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:34.6130987Z [00:02:56.873]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:34.6131304Z [00:02:56.873]➜  EOF
2025-08-20T23:00:34.6146191Z [00:02:56.875]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2064/_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/b2064=>" -p google.golang.org/genproto/googleapis/api/expr/v1alpha1 -lang=go1.23 -complete -installsuffix shared -buildid u3WUnmF8B5YD0sjyWbKu/u3WUnmF8B5YD0sjyWbKu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2064/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:00:34.7029520Z [00:02:56.964]➜  go tool buildid -w $WORK/b2040/_pkg_.a # internal
2025-08-20T23:00:34.7056570Z [00:02:56.967]➜  go tool buildid -w $WORK/b2063/_pkg_.a # internal
2025-08-20T23:00:34.7072433Z [00:02:56.968]➜  cp $WORK/b2040/_pkg_.a /root/.cache/go-build/e1/e1a08fa64c2a339427682a291f3bef4c95ab73b621184bb7a7c9671987977d34-d # internal
2025-08-20T23:00:34.7087474Z [00:02:56.969]➜  github.com/spiffe/go-spiffe/v2/bundle/jwtbundle
2025-08-20T23:00:34.7087855Z [00:02:56.969]➜  mkdir -p $WORK/b2043/
2025-08-20T23:00:34.7088243Z [00:02:56.969]➜  cat >/tmp/go-build2180205415/b2043/importcfg << 'EOF' # internal
2025-08-20T23:00:34.7088598Z [00:02:56.969]➜  # import config
2025-08-20T23:00:34.7089190Z [00:02:56.969]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:34.7089816Z [00:02:56.969]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:34.7090264Z [00:02:56.969]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.7090767Z [00:02:56.969]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build2180205415/b2040/_pkg_.a
2025-08-20T23:00:34.7091428Z [00:02:56.969]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build2180205415/b2044/_pkg_.a
2025-08-20T23:00:34.7092109Z [00:02:56.969]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build2180205415/b2046/_pkg_.a
2025-08-20T23:00:34.7092699Z [00:02:56.969]➜  packagefile github.com/zeebo/errs=/tmp/go-build2180205415/b2047/_pkg_.a
2025-08-20T23:00:34.7093156Z [00:02:56.969]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:34.7093550Z [00:02:56.969]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:34.7093959Z [00:02:56.969]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:34.7094379Z [00:02:56.969]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:34.7094690Z [00:02:56.969]➜  EOF
2025-08-20T23:00:34.7108102Z [00:02:56.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2043/_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/b2043=>" -p github.com/spiffe/go-spiffe/v2/bundle/jwtbundle -lang=go1.22 -complete -installsuffix shared -buildid R1bnH90n4cJottr-wi7z/R1bnH90n4cJottr-wi7z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2043/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:00:34.7132892Z [00:02:56.974]➜  cp $WORK/b2063/_pkg_.a /root/.cache/go-build/d9/d9cd26c48852acbd836da1425a907afdd6bdc6d915fa0297e13c4d2cf30698fe-d # internal
2025-08-20T23:00:34.7138347Z [00:02:56.975]➜  github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3
2025-08-20T23:00:34.7139619Z [00:02:56.975]➜  mkdir -p $WORK/b2065/
2025-08-20T23:00:34.7145690Z [00:02:56.976]➜  cat >/tmp/go-build2180205415/b2065/importcfg << 'EOF' # internal
2025-08-20T23:00:34.7151333Z [00:02:56.976]➜  # import config
2025-08-20T23:00:34.7151707Z [00:02:56.976]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:34.7152136Z [00:02:56.976]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.7152558Z [00:02:56.976]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.7153099Z [00:02:56.976]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:34.7154066Z [00:02:56.976]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:34.7154964Z [00:02:56.976]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:34.7155670Z [00:02:56.976]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:34.7156580Z [00:02:56.976]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:34.7157125Z [00:02:56.976]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:34.7157547Z [00:02:56.976]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:34.7157981Z [00:02:56.976]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:34.7158406Z [00:02:56.976]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:34.7158829Z [00:02:56.976]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:34.7159252Z [00:02:56.976]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:34.7159679Z [00:02:56.976]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:34.7160100Z [00:02:56.976]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:34.7160729Z [00:02:56.976]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:34.7161173Z [00:02:56.976]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:34.7161506Z [00:02:56.976]➜  EOF
2025-08-20T23:00:34.7168734Z [00:02:56.976]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2065/_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/b2065=>" -p github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3 -lang=go1.22 -complete -installsuffix shared -buildid RX4RHTUAHwErARPOhp2g/RX4RHTUAHwErARPOhp2g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2065/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:00:34.7522497Z [00:02:57.013]➜  go tool buildid -w $WORK/b2043/_pkg_.a # internal
2025-08-20T23:00:34.7523235Z [00:02:57.013]➜  cp $WORK/b2043/_pkg_.a /root/.cache/go-build/74/744c37d3ced6d593151393a6ba31787f0d400339455638eb082d6eb7f2829d67-d # internal
2025-08-20T23:00:34.7533855Z [00:02:57.014]➜  github.com/spiffe/go-spiffe/v2/bundle/spiffebundle
2025-08-20T23:00:34.7534388Z [00:02:57.014]➜  mkdir -p $WORK/b2039/
2025-08-20T23:00:34.7537099Z [00:02:57.015]➜  cat >/tmp/go-build2180205415/b2039/importcfg << 'EOF' # internal
2025-08-20T23:00:34.7538076Z [00:02:57.015]➜  # import config
2025-08-20T23:00:34.7538706Z [00:02:57.015]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:34.7539583Z [00:02:57.015]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:34.7540569Z [00:02:57.015]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:34.7541587Z [00:02:57.015]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.7542175Z [00:02:57.015]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build2180205415/b2040/_pkg_.a
2025-08-20T23:00:34.7542840Z [00:02:57.015]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/jwtbundle=/tmp/go-build2180205415/b2043/_pkg_.a
2025-08-20T23:00:34.7543563Z [00:02:57.015]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/x509bundle=/tmp/go-build2180205415/b2048/_pkg_.a
2025-08-20T23:00:34.7544277Z [00:02:57.015]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build2180205415/b2044/_pkg_.a
2025-08-20T23:00:34.7544986Z [00:02:57.015]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build2180205415/b2050/_pkg_.a
2025-08-20T23:00:34.7546084Z [00:02:57.015]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build2180205415/b2046/_pkg_.a
2025-08-20T23:00:34.7546845Z [00:02:57.015]➜  packagefile github.com/zeebo/errs=/tmp/go-build2180205415/b2047/_pkg_.a
2025-08-20T23:00:34.7547314Z [00:02:57.015]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:34.7547721Z [00:02:57.015]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:34.7548124Z [00:02:57.015]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:34.7548532Z [00:02:57.015]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:34.7548940Z [00:02:57.015]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:34.7549247Z [00:02:57.015]➜  EOF
2025-08-20T23:00:34.7552312Z [00:02:57.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2039/_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/b2039=>" -p github.com/spiffe/go-spiffe/v2/bundle/spiffebundle -lang=go1.22 -complete -installsuffix shared -buildid 3hoLxhKs6CcQ2y0s2HlB/3hoLxhKs6CcQ2y0s2HlB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2039/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:00:34.8275936Z [00:02:57.089]➜  go tool buildid -w $WORK/b2065/_pkg_.a # internal
2025-08-20T23:00:34.8299386Z [00:02:57.091]➜  cp $WORK/b2065/_pkg_.a /root/.cache/go-build/27/270f1d2cadfe306c47b9f9b48bfa42c3e635e96d4c5a89671e730a991de63080-d # internal
2025-08-20T23:00:34.8300407Z [00:02:57.091]➜  github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3
2025-08-20T23:00:34.8301240Z [00:02:57.091]➜  mkdir -p $WORK/b2066/
2025-08-20T23:00:34.8310863Z [00:02:57.092]➜  cat >/tmp/go-build2180205415/b2066/importcfg << 'EOF' # internal
2025-08-20T23:00:34.8312474Z [00:02:57.092]➜  # import config
2025-08-20T23:00:34.8313506Z [00:02:57.092]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:34.8314066Z [00:02:57.092]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.8314493Z [00:02:57.092]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.8315044Z [00:02:57.092]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:34.8315908Z [00:02:57.093]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build2180205415/b2065/_pkg_.a
2025-08-20T23:00:34.8316748Z [00:02:57.093]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:34.8317488Z [00:02:57.093]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:34.8318487Z [00:02:57.093]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:34.8319307Z [00:02:57.093]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:34.8319860Z [00:02:57.093]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:34.8320287Z [00:02:57.093]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:34.8320721Z [00:02:57.093]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:34.8321149Z [00:02:57.093]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:34.8321572Z [00:02:57.093]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:34.8321986Z [00:02:57.093]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:34.8322401Z [00:02:57.093]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:34.8323037Z [00:02:57.093]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:34.8323606Z [00:02:57.093]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:34.8324057Z [00:02:57.093]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:34.8324398Z [00:02:57.093]➜  EOF
2025-08-20T23:00:34.8327285Z [00:02:57.093]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2066/_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/b2066=>" -p github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3 -lang=go1.22 -complete -installsuffix shared -buildid VjwaMPlZg4az_lwTKxJZ/VjwaMPlZg4az_lwTKxJZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2066/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:00:34.8336334Z [00:02:57.095]➜  go tool buildid -w $WORK/b2039/_pkg_.a # internal
2025-08-20T23:00:34.8353456Z [00:02:57.096]➜  cp $WORK/b2039/_pkg_.a /root/.cache/go-build/0a/0add26da5a01483af0fa67680ead7e7b3c4dff1a4c367bff7c7c366b987d3c85-d # internal
2025-08-20T23:00:34.8354985Z [00:02:57.096]➜  google.golang.org/grpc/credentials/tls/certprovider
2025-08-20T23:00:34.8362468Z [00:02:57.097]➜  mkdir -p $WORK/b2038/
2025-08-20T23:00:34.8372556Z [00:02:57.098]➜  cat >/tmp/go-build2180205415/b2038/importcfg << 'EOF' # internal
2025-08-20T23:00:34.8373981Z [00:02:57.098]➜  # import config
2025-08-20T23:00:34.8374696Z [00:02:57.098]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:34.8376160Z [00:02:57.098]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:34.8376702Z [00:02:57.098]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:34.8377248Z [00:02:57.098]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.8377681Z [00:02:57.098]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.8378271Z [00:02:57.098]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build2180205415/b2039/_pkg_.a
2025-08-20T23:00:34.8378936Z [00:02:57.098]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T23:00:34.8381906Z [00:02:57.098]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2180205415/b405/_pkg_.a
2025-08-20T23:00:34.8382650Z [00:02:57.098]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:34.8383306Z [00:02:57.098]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:34.8383665Z [00:02:57.098]➜  EOF
2025-08-20T23:00:34.8387517Z [00:02:57.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2038/_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/b2038=>" -p google.golang.org/grpc/credentials/tls/certprovider -lang=go1.23 -complete -installsuffix shared -buildid RmXuUddVGwkxs7-pyzHN/RmXuUddVGwkxs7-pyzHN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2038/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:00:34.8556367Z [00:02:57.117]➜  go tool buildid -w $WORK/b2064/_pkg_.a # internal
2025-08-20T23:00:34.8632521Z [00:02:57.124]➜  cp $WORK/b2064/_pkg_.a /root/.cache/go-build/1e/1e7be75c0fd409d631b0246cec5ca037e6e69700b4635f8d5c269c09a7e4b269-d # internal
2025-08-20T23:00:34.8633528Z [00:02:57.124]➜  google.golang.org/grpc/internal/credentials/spiffe
2025-08-20T23:00:34.8634131Z [00:02:57.124]➜  mkdir -p $WORK/b2054/
2025-08-20T23:00:34.8636418Z [00:02:57.125]➜  cat >/tmp/go-build2180205415/b2054/importcfg << 'EOF' # internal
2025-08-20T23:00:34.8636970Z [00:02:57.125]➜  # import config
2025-08-20T23:00:34.8637356Z [00:02:57.125]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:34.8637841Z [00:02:57.125]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:34.8638281Z [00:02:57.125]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.8638866Z [00:02:57.125]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build2180205415/b2039/_pkg_.a
2025-08-20T23:00:34.8639558Z [00:02:57.125]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build2180205415/b2046/_pkg_.a
2025-08-20T23:00:34.8639974Z [00:02:57.125]➜  EOF
2025-08-20T23:00:34.8642139Z [00:02:57.125]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2054/_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/b2054=>" -p google.golang.org/grpc/internal/credentials/spiffe -lang=go1.23 -complete -installsuffix shared -buildid 9aMitEplgEf1qKiE85ar/9aMitEplgEf1qKiE85ar -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/credentials/spiffe/spiffe.go
2025-08-20T23:00:34.8769828Z [00:02:57.137]➜  go tool buildid -w $WORK/b2038/_pkg_.a # internal
2025-08-20T23:00:34.8777584Z [00:02:57.138]➜  cp $WORK/b2038/_pkg_.a /root/.cache/go-build/39/3988ddda8aafd688a1ed2a25ad250de7aff7ad8eed2c9e77c615f24b3fcca708-d # internal
2025-08-20T23:00:34.8778209Z [00:02:57.138]➜  github.com/cncf/xds/go/xds/type/v3
2025-08-20T23:00:34.8778516Z [00:02:57.138]➜  mkdir -p $WORK/b2062/
2025-08-20T23:00:34.8778896Z [00:02:57.139]➜  cat >/tmp/go-build2180205415/b2062/importcfg << 'EOF' # internal
2025-08-20T23:00:34.8779247Z [00:02:57.139]➜  # import config
2025-08-20T23:00:34.8779608Z [00:02:57.139]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:34.8780072Z [00:02:57.139]➜  packagefile cel.dev/expr=/tmp/go-build2180205415/b2063/_pkg_.a
2025-08-20T23:00:34.8780517Z [00:02:57.139]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.8780949Z [00:02:57.139]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.8781634Z [00:02:57.139]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2180205415/b2033/_pkg_.a
2025-08-20T23:00:34.8782367Z [00:02:57.139]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:34.8783139Z [00:02:57.139]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build2180205415/b2064/_pkg_.a
2025-08-20T23:00:34.8783906Z [00:02:57.139]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:34.8784615Z [00:02:57.139]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:34.8785608Z [00:02:57.139]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:34.8789074Z [00:02:57.139]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:34.8789817Z [00:02:57.139]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:34.8790374Z [00:02:57.139]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:34.8790797Z [00:02:57.139]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:34.8791228Z [00:02:57.139]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:34.8791656Z [00:02:57.139]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:34.8792078Z [00:02:57.139]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:34.8792653Z [00:02:57.139]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:34.8793227Z [00:02:57.139]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:34.8793649Z [00:02:57.139]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:34.8794061Z [00:02:57.139]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:34.8794501Z [00:02:57.139]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:34.8794834Z [00:02:57.139]➜  EOF
2025-08-20T23:00:34.8809494Z [00:02:57.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2062/_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/b2062=>" -p github.com/cncf/xds/go/xds/type/v3 -lang=go1.19 -complete -installsuffix shared -buildid 1G_RpTbOKTiJYDIS4Z9G/1G_RpTbOKTiJYDIS4Z9G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2062/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:00:34.8820763Z [00:02:57.143]➜  go tool buildid -w $WORK/b2054/_pkg_.a # internal
2025-08-20T23:00:34.8828370Z [00:02:57.144]➜  cp $WORK/b2054/_pkg_.a /root/.cache/go-build/a7/a7f5d44a299682a19ffee3effad380746c1f7eb0ca2a0f04f67757fb04193f1f-d # internal
2025-08-20T23:00:34.8834796Z [00:02:57.144]➜  google.golang.org/grpc/credentials/tls/certprovider/pemfile
2025-08-20T23:00:34.8835189Z [00:02:57.144]➜  mkdir -p $WORK/b2053/
2025-08-20T23:00:34.8835572Z [00:02:57.144]➜  cat >/tmp/go-build2180205415/b2053/importcfg << 'EOF' # internal
2025-08-20T23:00:34.8836114Z [00:02:57.144]➜  # import config
2025-08-20T23:00:34.8836469Z [00:02:57.144]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:34.8836899Z [00:02:57.144]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:34.8837340Z [00:02:57.144]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:34.8837796Z [00:02:57.144]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:34.8838261Z [00:02:57.144]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:34.8838703Z [00:02:57.144]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.8839113Z [00:02:57.144]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.8839711Z [00:02:57.144]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build2180205415/b2038/_pkg_.a
2025-08-20T23:00:34.8840610Z [00:02:57.144]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:34.8841358Z [00:02:57.144]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build2180205415/b2054/_pkg_.a
2025-08-20T23:00:34.8842077Z [00:02:57.144]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2180205415/b371/_pkg_.a
2025-08-20T23:00:34.8842758Z [00:02:57.144]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2180205415/b384/_pkg_.a
2025-08-20T23:00:34.8843481Z [00:02:57.144]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:34.8844033Z [00:02:57.144]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:34.8844470Z [00:02:57.144]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:34.8845018Z [00:02:57.144]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:34.8845461Z [00:02:57.144]➜  EOF
2025-08-20T23:00:34.8849276Z [00:02:57.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2053/_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/b2053=>" -p google.golang.org/grpc/credentials/tls/certprovider/pemfile -lang=go1.23 -complete -installsuffix shared -buildid Fb-mEiX1wA7l9d8q2XKh/Fb-mEiX1wA7l9d8q2XKh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2053/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:00:34.9246847Z [00:02:57.182]➜  go tool buildid -w $WORK/b2066/_pkg_.a # internal
2025-08-20T23:00:34.9252369Z [00:02:57.186]➜  cp $WORK/b2066/_pkg_.a /root/.cache/go-build/6b/6bdf53be075c8e05a5467f8b6a8b7b4c76bd7730873b72663531fa193b606e08-d # internal
2025-08-20T23:00:34.9253271Z [00:02:57.186]➜  go tool buildid -w $WORK/b2053/_pkg_.a # internal
2025-08-20T23:00:34.9253732Z [00:02:57.186]➜  github.com/envoyproxy/go-control-plane/envoy/config/overload/v3
2025-08-20T23:00:34.9254428Z [00:02:57.186]➜  mkdir -p $WORK/b2072/
2025-08-20T23:00:34.9254803Z [00:02:57.186]➜  cat >/tmp/go-build2180205415/b2072/importcfg << 'EOF' # internal
2025-08-20T23:00:34.9255156Z [00:02:57.186]➜  # import config
2025-08-20T23:00:34.9255494Z [00:02:57.186]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:34.9256380Z [00:02:57.186]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.9256846Z [00:02:57.186]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.9257686Z [00:02:57.186]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:34.9259254Z [00:02:57.186]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:34.9260014Z [00:02:57.186]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:34.9260750Z [00:02:57.186]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:34.9261454Z [00:02:57.186]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:34.9262142Z [00:02:57.186]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:34.9262854Z [00:02:57.186]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:34.9263410Z [00:02:57.186]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:34.9263831Z [00:02:57.186]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:34.9264454Z [00:02:57.186]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:34.9264970Z [00:02:57.186]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:34.9265400Z [00:02:57.186]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:34.9265980Z [00:02:57.186]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:34.9266462Z [00:02:57.186]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:34.9266881Z [00:02:57.186]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:34.9267290Z [00:02:57.186]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:34.9267730Z [00:02:57.186]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:34.9268062Z [00:02:57.186]➜  EOF
2025-08-20T23:00:34.9271011Z [00:02:57.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2072/_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/b2072=>" -p github.com/envoyproxy/go-control-plane/envoy/config/overload/v3 -lang=go1.22 -complete -installsuffix shared -buildid BxVWs2YwYqv46BCxA5ZB/BxVWs2YwYqv46BCxA5ZB -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/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:00:34.9273909Z [00:02:57.186]➜  cp $WORK/b2053/_pkg_.a /root/.cache/go-build/b9/b9bf98a78291807b9bc9813464bb15b359ef5579c65827b31aa93164b64104f7-d # internal
2025-08-20T23:00:34.9274574Z [00:02:57.186]➜  google.golang.org/grpc/internal/xds/bootstrap/tlscreds
2025-08-20T23:00:34.9274918Z [00:02:57.186]➜  mkdir -p $WORK/b2052/
2025-08-20T23:00:34.9275293Z [00:02:57.187]➜  cat >/tmp/go-build2180205415/b2052/importcfg << 'EOF' # internal
2025-08-20T23:00:34.9275643Z [00:02:57.187]➜  # import config
2025-08-20T23:00:34.9278541Z [00:02:57.187]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:34.9278992Z [00:02:57.187]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:34.9279653Z [00:02:57.187]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:34.9280121Z [00:02:57.187]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:34.9280566Z [00:02:57.187]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:34.9280977Z [00:02:57.187]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:34.9281559Z [00:02:57.187]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build2180205415/b2039/_pkg_.a
2025-08-20T23:00:34.9282229Z [00:02:57.187]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T23:00:34.9282932Z [00:02:57.187]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build2180205415/b2038/_pkg_.a
2025-08-20T23:00:34.9283724Z [00:02:57.187]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build2180205415/b2053/_pkg_.a
2025-08-20T23:00:34.9284504Z [00:02:57.187]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build2180205415/b2054/_pkg_.a
2025-08-20T23:00:34.9285206Z [00:02:57.187]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2180205415/b371/_pkg_.a
2025-08-20T23:00:34.9285732Z [00:02:57.187]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:34.9286336Z [00:02:57.187]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:34.9286757Z [00:02:57.187]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:34.9287061Z [00:02:57.187]➜  EOF
2025-08-20T23:00:34.9289391Z [00:02:57.187]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2052/_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/b2052=>" -p google.golang.org/grpc/internal/xds/bootstrap/tlscreds -lang=go1.23 -complete -installsuffix shared -buildid o7kDveN0ct_IkloGl-9X/o7kDveN0ct_IkloGl-9X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2052/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/bootstrap/tlscreds/bundle.go
2025-08-20T23:00:34.9601135Z [00:02:57.221]➜  go tool buildid -w $WORK/b2052/_pkg_.a # internal
2025-08-20T23:00:34.9608760Z [00:02:57.222]➜  cp $WORK/b2052/_pkg_.a /root/.cache/go-build/6b/6b96aab0b0bbfad896234b10a971e11f8834e005e4a77356ccd15d4a1f94b1bf-d # internal
2025-08-20T23:00:34.9610369Z [00:02:57.222]➜  google.golang.org/grpc/xds/bootstrap
2025-08-20T23:00:34.9610967Z [00:02:57.222]➜  mkdir -p $WORK/b2051/
2025-08-20T23:00:34.9615529Z [00:02:57.223]➜  cat >/tmp/go-build2180205415/b2051/importcfg << 'EOF' # internal
2025-08-20T23:00:34.9617159Z [00:02:57.223]➜  # import config
2025-08-20T23:00:34.9617872Z [00:02:57.223]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:34.9618465Z [00:02:57.223]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T23:00:34.9619129Z [00:02:57.223]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build2180205415/b540/_pkg_.a
2025-08-20T23:00:34.9619807Z [00:02:57.223]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2180205415/b390/_pkg_.a
2025-08-20T23:00:34.9620550Z [00:02:57.223]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap/tlscreds=/tmp/go-build2180205415/b2052/_pkg_.a
2025-08-20T23:00:34.9621030Z [00:02:57.223]➜  EOF
2025-08-20T23:00:34.9623357Z [00:02:57.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2051/_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/b2051=>" -p google.golang.org/grpc/xds/bootstrap -lang=go1.23 -complete -installsuffix shared -buildid gBIEUyrjFcXdw8ZghdSl/gBIEUyrjFcXdw8ZghdSl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2051/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:00:34.9840449Z [00:02:57.245]➜  go tool buildid -w $WORK/b2051/_pkg_.a # internal
2025-08-20T23:00:34.9846463Z [00:02:57.246]➜  cp $WORK/b2051/_pkg_.a /root/.cache/go-build/35/35f75214a2cd63588c4535938dc0e6f85a0b3366c0a2fe25bec761601ceb56e7-d # internal
2025-08-20T23:00:34.9849916Z [00:02:57.246]➜  google.golang.org/grpc/internal/admin
2025-08-20T23:00:34.9852653Z [00:02:57.246]➜  mkdir -p $WORK/b2077/
2025-08-20T23:00:34.9853057Z [00:02:57.246]➜  cat >/tmp/go-build2180205415/b2077/importcfg << 'EOF' # internal
2025-08-20T23:00:34.9853410Z [00:02:57.246]➜  # import config
2025-08-20T23:00:34.9853836Z [00:02:57.246]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:34.9858184Z [00:02:57.246]➜  EOF
2025-08-20T23:00:34.9860130Z [00:02:57.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2077/_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/b2077=>" -p google.golang.org/grpc/internal/admin -lang=go1.23 -complete -installsuffix shared -buildid oxQTDwsC4jb72PSE_HSI/oxQTDwsC4jb72PSE_HSI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2077/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/admin/admin.go
2025-08-20T23:00:34.9999427Z [00:02:57.261]➜  go tool buildid -w $WORK/b2077/_pkg_.a # internal
2025-08-20T23:00:35.0020245Z [00:02:57.263]➜  cp $WORK/b2077/_pkg_.a /root/.cache/go-build/8d/8dda893a5958a8a9ef4d4754f70f71206c9d562025efde3941f305022eac2321-d # internal
2025-08-20T23:00:35.0021412Z [00:02:57.263]➜  google.golang.org/grpc/xds/internal/clients
2025-08-20T23:00:35.0024009Z [00:02:57.263]➜  mkdir -p $WORK/b2080/
2025-08-20T23:00:35.0024639Z [00:02:57.263]➜  cat >/tmp/go-build2180205415/b2080/importcfg << 'EOF' # internal
2025-08-20T23:00:35.0025042Z [00:02:57.263]➜  # import config
2025-08-20T23:00:35.0025394Z [00:02:57.263]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:35.0025724Z [00:02:57.263]➜  EOF
2025-08-20T23:00:35.0028485Z [00:02:57.263]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2080/_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/b2080=>" -p google.golang.org/grpc/xds/internal/clients -lang=go1.23 -complete -installsuffix shared -buildid pyW-ZMlLM4fxL3LenQBD/pyW-ZMlLM4fxL3LenQBD -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/internal/clients/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/transport_builder.go
2025-08-20T23:00:35.0030747Z [00:02:57.263]➜  go tool buildid -w $WORK/b2062/_pkg_.a # internal
2025-08-20T23:00:35.0047898Z [00:02:57.266]➜  cp $WORK/b2062/_pkg_.a /root/.cache/go-build/f2/f2157ba7c1238f9d95690252ecf4e9edee44323c39631238a29e9c2c54590ac4-d # internal
2025-08-20T23:00:35.0056500Z [00:02:57.266]➜  github.com/cncf/xds/go/xds/type/matcher/v3
2025-08-20T23:00:35.0056877Z [00:02:57.266]➜  mkdir -p $WORK/b2061/
2025-08-20T23:00:35.0057261Z [00:02:57.267]➜  cat >/tmp/go-build2180205415/b2061/importcfg << 'EOF' # internal
2025-08-20T23:00:35.0057607Z [00:02:57.267]➜  # import config
2025-08-20T23:00:35.0057942Z [00:02:57.267]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:35.0058359Z [00:02:57.267]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.0058772Z [00:02:57.267]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.0059338Z [00:02:57.267]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2180205415/b2033/_pkg_.a
2025-08-20T23:00:35.0059991Z [00:02:57.267]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build2180205415/b2034/_pkg_.a
2025-08-20T23:00:35.0060605Z [00:02:57.267]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build2180205415/b2062/_pkg_.a
2025-08-20T23:00:35.0061596Z [00:02:57.267]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:35.0062327Z [00:02:57.267]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:35.0063031Z [00:02:57.267]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:35.0063718Z [00:02:57.267]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:35.0064251Z [00:02:57.267]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:35.0064675Z [00:02:57.267]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:35.0065112Z [00:02:57.267]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:35.0065536Z [00:02:57.267]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:35.0066140Z [00:02:57.267]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:35.0066559Z [00:02:57.267]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:35.0066979Z [00:02:57.267]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:35.0067395Z [00:02:57.267]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.0067802Z [00:02:57.267]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.0068236Z [00:02:57.267]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:35.0068569Z [00:02:57.267]➜  EOF
2025-08-20T23:00:35.0092775Z [00:02:57.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2061/_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/b2061=>" -p github.com/cncf/xds/go/xds/type/matcher/v3 -lang=go1.19 -complete -installsuffix shared -buildid Bam59WYkN-Miq9QRA4mh/Bam59WYkN-Miq9QRA4mh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2061/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:00:35.0246876Z [00:02:57.285]➜  go tool buildid -w $WORK/b2080/_pkg_.a # internal
2025-08-20T23:00:35.0255872Z [00:02:57.286]➜  cp $WORK/b2080/_pkg_.a /root/.cache/go-build/f2/f268a4eb57d67fb5806592755539ce81fe79880869b7521fcdd92e39fb3e8011-d # internal
2025-08-20T23:00:35.0256676Z [00:02:57.287]➜  google.golang.org/grpc/xds/internal/clients/grpctransport
2025-08-20T23:00:35.0286917Z [00:02:57.287]➜  mkdir -p $WORK/b2081/
2025-08-20T23:00:35.0301226Z [00:02:57.288]➜  cat >/tmp/go-build2180205415/b2081/importcfg << 'EOF' # internal
2025-08-20T23:00:35.0301614Z [00:02:57.288]➜  # import config
2025-08-20T23:00:35.0301968Z [00:02:57.288]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:35.0302392Z [00:02:57.288]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.0302889Z [00:02:57.288]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:35.0303480Z [00:02:57.288]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T23:00:35.0304080Z [00:02:57.288]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:35.0304675Z [00:02:57.288]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build2180205415/b423/_pkg_.a
2025-08-20T23:00:35.0305323Z [00:02:57.288]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build2180205415/b2080/_pkg_.a
2025-08-20T23:00:35.0305963Z [00:02:57.288]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.0306432Z [00:02:57.288]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.0306743Z [00:02:57.288]➜  EOF
2025-08-20T23:00:35.0311981Z [00:02:57.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2081/_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/b2081=>" -p google.golang.org/grpc/xds/internal/clients/grpctransport -lang=go1.23 -complete -installsuffix shared -buildid ux4oERjnL8OfscyUGbRi/ux4oERjnL8OfscyUGbRi -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/clients/grpctransport/grpc_transport.go
2025-08-20T23:00:35.0859431Z [00:02:57.347]➜  go tool buildid -w $WORK/b2072/_pkg_.a # internal
2025-08-20T23:00:35.0929528Z [00:02:57.353]➜  cp $WORK/b2072/_pkg_.a /root/.cache/go-build/bf/bf6c34ee696d14fd7ad759e544fb8f8e48df96a8742b378fcf8498ebceb1357a-d # internal
2025-08-20T23:00:35.0931777Z [00:02:57.354]➜  google.golang.org/grpc/xds/internal/clients/internal/backoff
2025-08-20T23:00:35.0932693Z [00:02:57.354]➜  mkdir -p $WORK/b2085/
2025-08-20T23:00:35.0933309Z [00:02:57.354]➜  cat >/tmp/go-build2180205415/b2085/importcfg << 'EOF' # internal
2025-08-20T23:00:35.0936025Z [00:02:57.354]➜  # import config
2025-08-20T23:00:35.0936715Z [00:02:57.354]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:35.0937601Z [00:02:57.354]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.0938335Z [00:02:57.354]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T23:00:35.0939075Z [00:02:57.354]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.0939847Z [00:02:57.354]➜  EOF
2025-08-20T23:00:35.0942278Z [00:02:57.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2085/_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/b2085=>" -p google.golang.org/grpc/xds/internal/clients/internal/backoff -lang=go1.23 -complete -installsuffix shared -buildid t9oCF8e7slpB6TlOBchv/t9oCF8e7slpB6TlOBchv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2085/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/backoff/backoff.go
2025-08-20T23:00:35.0955093Z [00:02:57.357]➜  go tool buildid -w $WORK/b2081/_pkg_.a # internal
2025-08-20T23:00:35.0974481Z [00:02:57.358]➜  cp $WORK/b2081/_pkg_.a /root/.cache/go-build/81/818066a8a47531d6728c1131c06c3617dd422d44aa587ebe178dac96738caea6-d # internal
2025-08-20T23:00:35.0976076Z [00:02:57.359]➜  google.golang.org/grpc/xds/internal/clients/lrsclient/internal
2025-08-20T23:00:35.0976978Z [00:02:57.359]➜  mkdir -p $WORK/b2086/
2025-08-20T23:00:35.0979370Z [00:02:57.359]➜  cat >/tmp/go-build2180205415/b2086/importcfg << 'EOF' # internal
2025-08-20T23:00:35.0979799Z [00:02:57.359]➜  # import config
2025-08-20T23:00:35.0980140Z [00:02:57.359]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.0980454Z [00:02:57.359]➜  EOF
2025-08-20T23:00:35.0982853Z [00:02:57.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2086/_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/b2086=>" -p google.golang.org/grpc/xds/internal/clients/lrsclient/internal -lang=go1.23 -complete -installsuffix shared -buildid w0sUcYZhlVeHNoYRqA39/w0sUcYZhlVeHNoYRqA39 -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/lrsclient/internal/internal.go
2025-08-20T23:00:35.1075258Z [00:02:57.368]➜  go tool buildid -w $WORK/b2086/_pkg_.a # internal
2025-08-20T23:00:35.1077876Z [00:02:57.368]➜  cp $WORK/b2086/_pkg_.a /root/.cache/go-build/dd/dd8316d1601ca58fe98d4ebdc094f3e18d80616d8808ff29a3fa062e5e319081-d # internal
2025-08-20T23:00:35.1081786Z [00:02:57.369]➜  go tool buildid -w $WORK/b2085/_pkg_.a # internal
2025-08-20T23:00:35.1087051Z [00:02:57.370]➜  cp $WORK/b2085/_pkg_.a /root/.cache/go-build/7a/7ab3a9d8224509501f556c93588b390d92e1e0c99a26e664e52b2d5784b122f8-d # internal
2025-08-20T23:00:35.1089397Z [00:02:57.370]➜  google.golang.org/grpc/xds/internal/clients/internal/pretty
2025-08-20T23:00:35.1090428Z [00:02:57.370]➜  mkdir -p $WORK/b2090/
2025-08-20T23:00:35.1093308Z [00:02:57.370]➜  cat >/tmp/go-build2180205415/b2090/importcfg << 'EOF' # internal
2025-08-20T23:00:35.1094664Z [00:02:57.370]➜  # import config
2025-08-20T23:00:35.1095019Z [00:02:57.370]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:35.1095474Z [00:02:57.370]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:35.1096149Z [00:02:57.370]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.1100209Z [00:02:57.370]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2180205415/b384/_pkg_.a
2025-08-20T23:00:35.1100975Z [00:02:57.370]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build2180205415/b386/_pkg_.a
2025-08-20T23:00:35.1101398Z [00:02:57.370]➜  EOF
2025-08-20T23:00:35.1104197Z [00:02:57.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2090/_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/b2090=>" -p google.golang.org/grpc/xds/internal/clients/internal/pretty -lang=go1.23 -complete -installsuffix shared -buildid VE7040ToFnTh9iYYyECN/VE7040ToFnTh9iYYyECN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2090/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/pretty/pretty.go
2025-08-20T23:00:35.1120008Z [00:02:57.371]➜  google.golang.org/grpc/xds/internal/clients/internal/buffer
2025-08-20T23:00:35.1120494Z [00:02:57.371]➜  mkdir -p $WORK/b2089/
2025-08-20T23:00:35.1120903Z [00:02:57.372]➜  cat >/tmp/go-build2180205415/b2089/importcfg << 'EOF' # internal
2025-08-20T23:00:35.1121252Z [00:02:57.372]➜  # import config
2025-08-20T23:00:35.1121608Z [00:02:57.372]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.1122038Z [00:02:57.372]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.1122344Z [00:02:57.372]➜  EOF
2025-08-20T23:00:35.1124642Z [00:02:57.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2089/_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/b2089=>" -p google.golang.org/grpc/xds/internal/clients/internal/buffer -lang=go1.23 -complete -installsuffix shared -buildid qvmFYU5LlDKcJ9ye4N1m/qvmFYU5LlDKcJ9ye4N1m -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/internal/buffer/unbounded.go
2025-08-20T23:00:35.1243184Z [00:02:57.385]➜  go tool buildid -w $WORK/b2089/_pkg_.a # internal
2025-08-20T23:00:35.1253765Z [00:02:57.386]➜  cp $WORK/b2089/_pkg_.a /root/.cache/go-build/99/99a706e901f1759d824797e67ab1849353634d2d71c5b15f8d8a421852712dbd-d # internal
2025-08-20T23:00:35.1261904Z [00:02:57.387]➜  google.golang.org/grpc/xds/internal/clients/internal/syncutil
2025-08-20T23:00:35.1268673Z [00:02:57.388]➜  mkdir -p $WORK/b2091/
2025-08-20T23:00:35.1278716Z [00:02:57.389]➜  cat >/tmp/go-build2180205415/b2091/importcfg << 'EOF' # internal
2025-08-20T23:00:35.1280923Z [00:02:57.389]➜  # import config
2025-08-20T23:00:35.1281494Z [00:02:57.389]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:35.1282544Z [00:02:57.389]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/buffer=/tmp/go-build2180205415/b2089/_pkg_.a
2025-08-20T23:00:35.1283279Z [00:02:57.389]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.1283807Z [00:02:57.389]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:35.1284239Z [00:02:57.389]➜  EOF
2025-08-20T23:00:35.1294384Z [00:02:57.391]➜  go tool buildid -w $WORK/b2090/_pkg_.a # internal
2025-08-20T23:00:35.1304963Z [00:02:57.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2091/_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/b2091=>" -p google.golang.org/grpc/xds/internal/clients/internal/syncutil -lang=go1.23 -complete -installsuffix shared -buildid kYOFilYRN6DJ1FB8H8t3/kYOFilYRN6DJ1FB8H8t3 -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/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:00:35.1320234Z [00:02:57.393]➜  cp $WORK/b2090/_pkg_.a /root/.cache/go-build/97/97163cbb7a2921774b557a1e7fac4248225b2a74dcff50141cc7d155cff309a9-d # internal
2025-08-20T23:00:35.1329314Z [00:02:57.393]➜  google.golang.org/grpc/xds/internal/clients/xdsclient/internal
2025-08-20T23:00:35.1330110Z [00:02:57.393]➜  mkdir -p $WORK/b2092/
2025-08-20T23:00:35.1330608Z [00:02:57.393]➜  cat >/tmp/go-build2180205415/b2092/importcfg << 'EOF' # internal
2025-08-20T23:00:35.1330969Z [00:02:57.393]➜  # import config
2025-08-20T23:00:35.1331312Z [00:02:57.393]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.1331619Z [00:02:57.393]➜  EOF
2025-08-20T23:00:35.1334121Z [00:02:57.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2092/_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/b2092=>" -p google.golang.org/grpc/xds/internal/clients/xdsclient/internal -lang=go1.23 -complete -installsuffix shared -buildid WHO50nTKo1SiY0_64yRm/WHO50nTKo1SiY0_64yRm -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/xdsclient/internal/internal.go
2025-08-20T23:00:35.1395052Z [00:02:57.401]➜  go tool buildid -w $WORK/b2092/_pkg_.a # internal
2025-08-20T23:00:35.1402521Z [00:02:57.401]➜  cp $WORK/b2092/_pkg_.a /root/.cache/go-build/7b/7b55b1d68d2a482a954197b4f28e26fa9e7dfd496479fc6e3ad26eec23da6878-d # internal
2025-08-20T23:00:35.1411191Z [00:02:57.402]➜  github.com/cncf/xds/go/udpa/type/v1
2025-08-20T23:00:35.1411555Z [00:02:57.402]➜  mkdir -p $WORK/b2096/
2025-08-20T23:00:35.1420922Z [00:02:57.403]➜  cat >/tmp/go-build2180205415/b2096/importcfg << 'EOF' # internal
2025-08-20T23:00:35.1421311Z [00:02:57.403]➜  # import config
2025-08-20T23:00:35.1421655Z [00:02:57.403]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:35.1422083Z [00:02:57.403]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.1422498Z [00:02:57.403]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.1423091Z [00:02:57.403]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:35.1423823Z [00:02:57.403]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:35.1430159Z [00:02:57.404]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:35.1431630Z [00:02:57.404]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:35.1433225Z [00:02:57.404]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:35.1433690Z [00:02:57.404]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:35.1434127Z [00:02:57.404]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:35.1434558Z [00:02:57.404]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:35.1439137Z [00:02:57.404]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:35.1440392Z [00:02:57.404]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:35.1441204Z [00:02:57.404]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:35.1441896Z [00:02:57.404]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.1442373Z [00:02:57.404]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.1442889Z [00:02:57.404]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:35.1443227Z [00:02:57.404]➜  EOF
2025-08-20T23:00:35.1446269Z [00:02:57.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2096/_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/b2096=>" -p github.com/cncf/xds/go/udpa/type/v1 -lang=go1.19 -complete -installsuffix shared -buildid A1HWnsu7oCoCqeZbMvdm/A1HWnsu7oCoCqeZbMvdm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2096/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:00:35.1502072Z [00:02:57.411]➜  go tool buildid -w $WORK/b2091/_pkg_.a # internal
2025-08-20T23:00:35.1511135Z [00:02:57.412]➜  cp $WORK/b2091/_pkg_.a /root/.cache/go-build/c8/c864bf412a1721308b5aad06968709957b27dcd979c3691ce372cf7afcb2838d-d # internal
2025-08-20T23:00:35.1512215Z [00:02:57.412]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3
2025-08-20T23:00:35.1512879Z [00:02:57.412]➜  mkdir -p $WORK/b2097/
2025-08-20T23:00:35.1513986Z [00:02:57.412]➜  cat >/tmp/go-build2180205415/b2097/importcfg << 'EOF' # internal
2025-08-20T23:00:35.1514346Z [00:02:57.412]➜  # import config
2025-08-20T23:00:35.1514687Z [00:02:57.412]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:35.1515127Z [00:02:57.412]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.1515553Z [00:02:57.412]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.1520715Z [00:02:57.412]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:35.1521747Z [00:02:57.412]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:35.1522479Z [00:02:57.412]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:35.1523179Z [00:02:57.412]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:35.1523870Z [00:02:57.412]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:35.1524404Z [00:02:57.412]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:35.1524833Z [00:02:57.412]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:35.1525271Z [00:02:57.412]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:35.1525697Z [00:02:57.412]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:35.1526396Z [00:02:57.412]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:35.1526820Z [00:02:57.412]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:35.1527243Z [00:02:57.412]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:35.1527659Z [00:02:57.412]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.1528067Z [00:02:57.412]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.1528507Z [00:02:57.412]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:35.1528844Z [00:02:57.412]➜  EOF
2025-08-20T23:00:35.1532111Z [00:02:57.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2097/_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/b2097=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3 -lang=go1.22 -complete -installsuffix shared -buildid k7J3CyqXqrcRsjGKS-JZ/k7J3CyqXqrcRsjGKS-JZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2097/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:00:35.1954251Z [00:02:57.456]➜  go tool buildid -w $WORK/b2096/_pkg_.a # internal
2025-08-20T23:00:35.1974613Z [00:02:57.458]➜  cp $WORK/b2096/_pkg_.a /root/.cache/go-build/c8/c83858d5a9702d88c63e1664d4f09788af92eb4745750a9400b79eadbdd522b4-d # internal
2025-08-20T23:00:35.1984737Z [00:02:57.459]➜  github.com/envoyproxy/go-control-plane/envoy/type/http/v3
2025-08-20T23:00:35.1988763Z [00:02:57.460]➜  mkdir -p $WORK/b2099/
2025-08-20T23:00:35.1999077Z [00:02:57.461]➜  cat >/tmp/go-build2180205415/b2099/importcfg << 'EOF' # internal
2025-08-20T23:00:35.2000755Z [00:02:57.461]➜  # import config
2025-08-20T23:00:35.2001527Z [00:02:57.461]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:35.2002284Z [00:02:57.461]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.2003262Z [00:02:57.461]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.2003902Z [00:02:57.461]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:35.2004620Z [00:02:57.461]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:35.2005353Z [00:02:57.461]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:35.2006269Z [00:02:57.461]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:35.2006976Z [00:02:57.461]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:35.2008115Z [00:02:57.461]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:35.2008684Z [00:02:57.461]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:35.2009107Z [00:02:57.461]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:35.2009538Z [00:02:57.461]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:35.2009963Z [00:02:57.461]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:35.2010388Z [00:02:57.461]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:35.2010803Z [00:02:57.461]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:35.2011236Z [00:02:57.461]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:35.2011790Z [00:02:57.461]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.2012322Z [00:02:57.461]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.2012779Z [00:02:57.461]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:35.2013112Z [00:02:57.461]➜  EOF
2025-08-20T23:00:35.2016944Z [00:02:57.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2099/_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/b2099=>" -p github.com/envoyproxy/go-control-plane/envoy/type/http/v3 -lang=go1.22 -complete -installsuffix shared -buildid fd0O-Ihy9yjOQfFTfCgL/fd0O-Ihy9yjOQfFTfCgL -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/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:00:35.2084291Z [00:02:57.469]➜  go tool buildid -w $WORK/b2097/_pkg_.a # internal
2025-08-20T23:00:35.2095228Z [00:02:57.471]➜  cp $WORK/b2097/_pkg_.a /root/.cache/go-build/be/be13c3767da611558734e2bb0fed3d5f4828949b20ba0168c614a74f1a1658c1-d # internal
2025-08-20T23:00:35.2096459Z [00:02:57.471]➜  google.golang.org/grpc/internal/xds/matcher
2025-08-20T23:00:35.2097964Z [00:02:57.471]➜  mkdir -p $WORK/b2100/
2025-08-20T23:00:35.2102432Z [00:02:57.471]➜  cat >/tmp/go-build2180205415/b2100/importcfg << 'EOF' # internal
2025-08-20T23:00:35.2102801Z [00:02:57.471]➜  # import config
2025-08-20T23:00:35.2105183Z [00:02:57.471]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.2105844Z [00:02:57.471]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.2106535Z [00:02:57.471]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2180205415/b2036/_pkg_.a
2025-08-20T23:00:35.2107281Z [00:02:57.471]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2180205415/b392/_pkg_.a
2025-08-20T23:00:35.2107905Z [00:02:57.471]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:35.2108408Z [00:02:57.471]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:35.2108833Z [00:02:57.471]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:35.2109257Z [00:02:57.471]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:35.2109576Z [00:02:57.471]➜  EOF
2025-08-20T23:00:35.2111963Z [00:02:57.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2100/_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/b2100=>" -p google.golang.org/grpc/internal/xds/matcher -lang=go1.23 -complete -installsuffix shared -buildid bHJeaP_M2wjWsSyCpdrH/bHJeaP_M2wjWsSyCpdrH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2100/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:00:35.2884202Z [00:02:57.549]➜  go tool buildid -w $WORK/b2100/_pkg_.a # internal
2025-08-20T23:00:35.2909637Z [00:02:57.552]➜  cp $WORK/b2100/_pkg_.a /root/.cache/go-build/a9/a9e91e3daa7cebf96053b2ecb6800e05fd93082a588d123fd56f89f015a2cb73-d # internal
2025-08-20T23:00:35.2910880Z [00:02:57.552]➜  google.golang.org/grpc/xds/internal
2025-08-20T23:00:35.2913428Z [00:02:57.552]➜  mkdir -p $WORK/b2101/
2025-08-20T23:00:35.2914201Z [00:02:57.552]➜  cat >/tmp/go-build2180205415/b2101/importcfg << 'EOF' # internal
2025-08-20T23:00:35.2918227Z [00:02:57.552]➜  # import config
2025-08-20T23:00:35.2918652Z [00:02:57.552]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.2919169Z [00:02:57.552]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:35.2919832Z [00:02:57.552]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build2180205415/b2080/_pkg_.a
2025-08-20T23:00:35.2920269Z [00:02:57.552]➜  EOF
2025-08-20T23:00:35.2922161Z [00:02:57.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2101/_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/b2101=>" -p google.golang.org/grpc/xds/internal -lang=go1.23 -complete -installsuffix shared -buildid FMl-XCVpBLfzT42YABEP/FMl-XCVpBLfzT42YABEP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2101/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/internal.go
2025-08-20T23:00:35.3197537Z [00:02:57.581]➜  go tool buildid -w $WORK/b2101/_pkg_.a # internal
2025-08-20T23:00:35.3201766Z [00:02:57.581]➜  cp $WORK/b2101/_pkg_.a /root/.cache/go-build/c4/c45d72a56b79ac69e799888b818f1fe7755e3d0821b06080ac65cb66202f7f79-d # internal
2025-08-20T23:00:35.3202953Z [00:02:57.581]➜  google.golang.org/grpc/xds/internal/clusterspecifier
2025-08-20T23:00:35.3217359Z [00:02:57.582]➜  mkdir -p $WORK/b2102/
2025-08-20T23:00:35.3218149Z [00:02:57.582]➜  cat >/tmp/go-build2180205415/b2102/importcfg << 'EOF' # internal
2025-08-20T23:00:35.3219619Z [00:02:57.582]➜  # import config
2025-08-20T23:00:35.3220644Z [00:02:57.582]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:35.3221058Z [00:02:57.582]➜  EOF
2025-08-20T23:00:35.3223552Z [00:02:57.582]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2102/_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/b2102=>" -p google.golang.org/grpc/xds/internal/clusterspecifier -lang=go1.23 -complete -installsuffix shared -buildid EzUS-Gj8a1dsNdnxu-5b/EzUS-Gj8a1dsNdnxu-5b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2102/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clusterspecifier/cluster_specifier.go
2025-08-20T23:00:35.3511619Z [00:02:57.612]➜  go tool buildid -w $WORK/b2102/_pkg_.a # internal
2025-08-20T23:00:35.3515082Z [00:02:57.613]➜  cp $WORK/b2102/_pkg_.a /root/.cache/go-build/42/4251b13d949e8256face9defebc83a793ca1a9c437d7c9f27b82f4005b558a4d-d # internal
2025-08-20T23:00:35.3550331Z [00:02:57.616]➜  google.golang.org/grpc/xds/internal/httpfilter
2025-08-20T23:00:35.3551524Z [00:02:57.616]➜  mkdir -p $WORK/b2103/
2025-08-20T23:00:35.3553828Z [00:02:57.617]➜  cat >/tmp/go-build2180205415/b2103/importcfg << 'EOF' # internal
2025-08-20T23:00:35.3554222Z [00:02:57.617]➜  # import config
2025-08-20T23:00:35.3554897Z [00:02:57.617]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2180205415/b409/_pkg_.a
2025-08-20T23:00:35.3555618Z [00:02:57.617]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:35.3556542Z [00:02:57.617]➜  EOF
2025-08-20T23:00:35.3564428Z [00:02:57.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2103/_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/b2103=>" -p google.golang.org/grpc/xds/internal/httpfilter -lang=go1.23 -complete -installsuffix shared -buildid Pb8qyaW_9dQf76O-JTj3/Pb8qyaW_9dQf76O-JTj3 -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/httpfilter/httpfilter.go
2025-08-20T23:00:35.3761742Z [00:02:57.637]➜  go tool buildid -w $WORK/b2099/_pkg_.a # internal
2025-08-20T23:00:35.3780268Z [00:02:57.639]➜  cp $WORK/b2099/_pkg_.a /root/.cache/go-build/c8/c8648647c6338d435b940500bb2436cc11e0ccc0890903800bdb9ef31d82f513-d # internal
2025-08-20T23:00:35.3810788Z [00:02:57.642]➜  google.golang.org/grpc/balancer/leastrequest
2025-08-20T23:00:35.3815600Z [00:02:57.643]➜  mkdir -p $WORK/b2107/
2025-08-20T23:00:35.3816273Z [00:02:57.643]➜  cat >/tmp/go-build2180205415/b2107/importcfg << 'EOF' # internal
2025-08-20T23:00:35.3816765Z [00:02:57.643]➜  # import config
2025-08-20T23:00:35.3817266Z [00:02:57.643]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:35.3817826Z [00:02:57.643]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.3818362Z [00:02:57.643]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:35.3819034Z [00:02:57.643]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build2180205415/b388/_pkg_.a
2025-08-20T23:00:35.3819926Z [00:02:57.643]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build2180205415/b381/_pkg_.a
2025-08-20T23:00:35.3820755Z [00:02:57.643]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:35.3821506Z [00:02:57.643]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:35.3822283Z [00:02:57.643]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:35.3822989Z [00:02:57.643]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:35.3823739Z [00:02:57.643]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T23:00:35.3824382Z [00:02:57.643]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T23:00:35.3824944Z [00:02:57.643]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.3825740Z [00:02:57.643]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:35.3826507Z [00:02:57.643]➜  EOF
2025-08-20T23:00:35.3828708Z [00:02:57.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2107/_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/b2107=>" -p google.golang.org/grpc/balancer/leastrequest -lang=go1.23 -complete -installsuffix shared -buildid bU97rkG7F6BMNP54yGYV/bU97rkG7F6BMNP54yGYV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2107/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/leastrequest/leastrequest.go
2025-08-20T23:00:35.3992146Z [00:02:57.660]➜  go tool buildid -w $WORK/b2103/_pkg_.a # internal
2025-08-20T23:00:35.4002597Z [00:02:57.661]➜  cp $WORK/b2103/_pkg_.a /root/.cache/go-build/21/21dd39da575ab00dd23977c6c7db8873f71fcc8c02b3eab703139909447aeeb1-d # internal
2025-08-20T23:00:35.4003234Z [00:02:57.661]➜  google.golang.org/grpc/internal/wrr
2025-08-20T23:00:35.4008238Z [00:02:57.661]➜  mkdir -p $WORK/b2110/
2025-08-20T23:00:35.4044584Z [00:02:57.665]➜  cat >/tmp/go-build2180205415/b2110/importcfg << 'EOF' # internal
2025-08-20T23:00:35.4045002Z [00:02:57.665]➜  # import config
2025-08-20T23:00:35.4045378Z [00:02:57.665]➜  packagefile container/heap=/tmp/go-build2180205415/b578/_pkg_.a
2025-08-20T23:00:35.4057507Z [00:02:57.665]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.4057989Z [00:02:57.665]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T23:00:35.4058438Z [00:02:57.665]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:35.4058853Z [00:02:57.665]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.4059160Z [00:02:57.665]➜  EOF
2025-08-20T23:00:35.4061900Z [00:02:57.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2110/_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/b2110=>" -p google.golang.org/grpc/internal/wrr -lang=go1.23 -complete -installsuffix shared -buildid q8WN2ye7FijgJL937O7d/q8WN2ye7FijgJL937O7d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2110/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:00:35.4432071Z [00:02:57.704]➜  go tool buildid -w $WORK/b2110/_pkg_.a # internal
2025-08-20T23:00:35.4432842Z [00:02:57.704]➜  cp $WORK/b2110/_pkg_.a /root/.cache/go-build/3a/3a9d0b9153f94c5f086eed2a0fab2403206d261f2f4709522649be6e1a23efe7-d # internal
2025-08-20T23:00:35.4433533Z [00:02:57.704]➜  google.golang.org/grpc/balancer/weightedtarget/weightedaggregator
2025-08-20T23:00:35.4433928Z [00:02:57.704]➜  mkdir -p $WORK/b2109/
2025-08-20T23:00:35.4434302Z [00:02:57.704]➜  cat >/tmp/go-build2180205415/b2109/importcfg << 'EOF' # internal
2025-08-20T23:00:35.4435080Z [00:02:57.704]➜  # import config
2025-08-20T23:00:35.4435483Z [00:02:57.704]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.4436050Z [00:02:57.704]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.4447097Z [00:02:57.704]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:35.4447725Z [00:02:57.704]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2180205415/b378/_pkg_.a
2025-08-20T23:00:35.4448350Z [00:02:57.704]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:35.4448983Z [00:02:57.704]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:35.4449618Z [00:02:57.704]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build2180205415/b2110/_pkg_.a
2025-08-20T23:00:35.4450129Z [00:02:57.704]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.4450460Z [00:02:57.704]➜  EOF
2025-08-20T23:00:35.4452905Z [00:02:57.704]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2109/_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/b2109=>" -p google.golang.org/grpc/balancer/weightedtarget/weightedaggregator -lang=go1.23 -complete -installsuffix shared -buildid TV_F8kZYOTLk0VeKiyGZ/TV_F8kZYOTLk0VeKiyGZ -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/weightedtarget/weightedaggregator/aggregator.go
2025-08-20T23:00:35.4473659Z [00:02:57.708]➜  go tool buildid -w $WORK/b2107/_pkg_.a # internal
2025-08-20T23:00:35.4484190Z [00:02:57.709]➜  cp $WORK/b2107/_pkg_.a /root/.cache/go-build/8e/8ee9c819bcc20d17ba8a7e308bd543e5c99267938f84d5194c5c828c89c447ef-d # internal
2025-08-20T23:00:35.4485536Z [00:02:57.709]➜  google.golang.org/grpc/internal/hierarchy
2025-08-20T23:00:35.4486539Z [00:02:57.709]➜  mkdir -p $WORK/b2111/
2025-08-20T23:00:35.4487239Z [00:02:57.709]➜  cat >/tmp/go-build2180205415/b2111/importcfg << 'EOF' # internal
2025-08-20T23:00:35.4488118Z [00:02:57.709]➜  # import config
2025-08-20T23:00:35.4488669Z [00:02:57.709]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:35.4489069Z [00:02:57.709]➜  EOF
2025-08-20T23:00:35.4491081Z [00:02:57.709]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2111/_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/b2111=>" -p google.golang.org/grpc/internal/hierarchy -lang=go1.23 -complete -installsuffix shared -buildid fk2LLW3s01HiiiGfH9y_/fk2LLW3s01HiiiGfH9y_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2111/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/hierarchy/hierarchy.go
2025-08-20T23:00:35.4639471Z [00:02:57.725]➜  go tool buildid -w $WORK/b2061/_pkg_.a # internal
2025-08-20T23:00:35.4735151Z [00:02:57.735]➜  go tool buildid -w $WORK/b2109/_pkg_.a # internal
2025-08-20T23:00:35.4738471Z [00:02:57.735]➜  go tool buildid -w $WORK/b2111/_pkg_.a # internal
2025-08-20T23:00:35.4745077Z [00:02:57.736]➜  cp $WORK/b2111/_pkg_.a /root/.cache/go-build/e4/e4b333ca4e3c32f340313dadfc9486af731ef167344392c509e4df8a5f29ae8d-d # internal
2025-08-20T23:00:35.4748362Z [00:02:57.736]➜  google.golang.org/grpc/internal/balancer/nop
2025-08-20T23:00:35.4748733Z [00:02:57.736]➜  mkdir -p $WORK/b2113/
2025-08-20T23:00:35.4749121Z [00:02:57.736]➜  cat >/tmp/go-build2180205415/b2113/importcfg << 'EOF' # internal
2025-08-20T23:00:35.4749471Z [00:02:57.736]➜  # import config
2025-08-20T23:00:35.4749899Z [00:02:57.736]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:35.4750514Z [00:02:57.736]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2180205415/b378/_pkg_.a
2025-08-20T23:00:35.4758095Z [00:02:57.737]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:35.4758601Z [00:02:57.737]➜  EOF
2025-08-20T23:00:35.4760633Z [00:02:57.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2113/_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/b2113=>" -p google.golang.org/grpc/internal/balancer/nop -lang=go1.23 -complete -installsuffix shared -buildid EnwzIIl0_b-ls-9aAjVs/EnwzIIl0_b-ls-9aAjVs -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/balancer/nop/nop.go
2025-08-20T23:00:35.4769822Z [00:02:57.738]➜  cp $WORK/b2061/_pkg_.a /root/.cache/go-build/80/80f2151c437be92ed66320a0f85526cf5100db834e54f8eeb4afeb43597c44c3-d # internal
2025-08-20T23:00:35.4776877Z [00:02:57.738]➜  cp $WORK/b2109/_pkg_.a /root/.cache/go-build/17/17ab82152f0f78d94a5c75e2fdc16e1a2e71beec6be185884d6fb2cfe1e53275-d # internal
2025-08-20T23:00:35.4777560Z [00:02:57.739]➜  google.golang.org/grpc/balancer/weightedtarget
2025-08-20T23:00:35.4777902Z [00:02:57.739]➜  mkdir -p $WORK/b2108/
2025-08-20T23:00:35.4778239Z [00:02:57.739]➜  google.golang.org/grpc/internal/credentials/xds
2025-08-20T23:00:35.4780259Z [00:02:57.739]➜  mkdir -p $WORK/b2114/
2025-08-20T23:00:35.4796651Z [00:02:57.739]➜  cat >/tmp/go-build2180205415/b2108/importcfg << 'EOF' # internal
2025-08-20T23:00:35.4797059Z [00:02:57.739]➜  # import config
2025-08-20T23:00:35.4797440Z [00:02:57.739]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:35.4797888Z [00:02:57.739]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.4798392Z [00:02:57.739]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:35.4799161Z [00:02:57.739]➜  packagefile google.golang.org/grpc/balancer/weightedtarget/weightedaggregator=/tmp/go-build2180205415/b2109/_pkg_.a
2025-08-20T23:00:35.4799941Z [00:02:57.739]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:35.4800594Z [00:02:57.739]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build2180205415/b2023/_pkg_.a
2025-08-20T23:00:35.4801278Z [00:02:57.739]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:35.4801939Z [00:02:57.739]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build2180205415/b2111/_pkg_.a
2025-08-20T23:00:35.4802591Z [00:02:57.739]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T23:00:35.4803258Z [00:02:57.739]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2180205415/b410/_pkg_.a
2025-08-20T23:00:35.4803913Z [00:02:57.739]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build2180205415/b2110/_pkg_.a
2025-08-20T23:00:35.4804517Z [00:02:57.739]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:35.4805300Z [00:02:57.739]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T23:00:35.4806003Z [00:02:57.739]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.4806374Z [00:02:57.739]➜  EOF
2025-08-20T23:00:35.4809407Z [00:02:57.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2108/_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/b2108=>" -p google.golang.org/grpc/balancer/weightedtarget -lang=go1.23 -complete -installsuffix shared -buildid pwApK6xsRTnBXZh6s6Vn/pwApK6xsRTnBXZh6s6Vn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2108/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:00:35.4812070Z [00:02:57.741]➜  cat >/tmp/go-build2180205415/b2114/importcfg << 'EOF' # internal
2025-08-20T23:00:35.4812420Z [00:02:57.741]➜  # import config
2025-08-20T23:00:35.4812768Z [00:02:57.741]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:35.4813207Z [00:02:57.741]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:35.4813659Z [00:02:57.741]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:35.4814094Z [00:02:57.741]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.4814510Z [00:02:57.741]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.4815018Z [00:02:57.741]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build2180205415/b369/_pkg_.a
2025-08-20T23:00:35.4815711Z [00:02:57.741]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build2180205415/b2038/_pkg_.a
2025-08-20T23:00:35.4816551Z [00:02:57.741]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T23:00:35.4817229Z [00:02:57.741]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build2180205415/b2054/_pkg_.a
2025-08-20T23:00:35.4818132Z [00:02:57.741]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build2180205415/b2100/_pkg_.a
2025-08-20T23:00:35.4818764Z [00:02:57.741]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:35.4819264Z [00:02:57.741]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:35.4819579Z [00:02:57.741]➜  EOF
2025-08-20T23:00:35.4821694Z [00:02:57.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2114/_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/b2114=>" -p google.golang.org/grpc/internal/credentials/xds -lang=go1.23 -complete -installsuffix shared -buildid wr4ypa3cT9GKvDrrmcPq/wr4ypa3cT9GKvDrrmcPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2114/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials/xds/handshake_info.go
2025-08-20T23:00:35.4914406Z [00:02:57.752]➜  go tool buildid -w $WORK/b2113/_pkg_.a # internal
2025-08-20T23:00:35.4919254Z [00:02:57.753]➜  cp $WORK/b2113/_pkg_.a /root/.cache/go-build/9f/9f8d5ed7f5e78c41e1ec4431bf26eeef51a827d6a251c85e165f6fc2a92f8199-d # internal
2025-08-20T23:00:35.4919937Z [00:02:57.753]➜  google.golang.org/grpc/internal/balancer/weight
2025-08-20T23:00:35.4922129Z [00:02:57.753]➜  mkdir -p $WORK/b2116/
2025-08-20T23:00:35.4922529Z [00:02:57.753]➜  cat >/tmp/go-build2180205415/b2116/importcfg << 'EOF' # internal
2025-08-20T23:00:35.4922880Z [00:02:57.753]➜  # import config
2025-08-20T23:00:35.4923212Z [00:02:57.753]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.4923977Z [00:02:57.753]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:35.4924438Z [00:02:57.753]➜  EOF
2025-08-20T23:00:35.4926686Z [00:02:57.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2116/_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/b2116=>" -p google.golang.org/grpc/internal/balancer/weight -lang=go1.23 -complete -installsuffix shared -buildid hkRWHFodnQpPPe0ldbXN/hkRWHFodnQpPPe0ldbXN -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/balancer/weight/weight.go
2025-08-20T23:00:35.5035725Z [00:02:57.764]➜  go tool buildid -w $WORK/b2116/_pkg_.a # internal
2025-08-20T23:00:35.5064888Z [00:02:57.767]➜  cp $WORK/b2116/_pkg_.a /root/.cache/go-build/b0/b0fa35ab695810726622f9bc479de7e64bba29b5014e69ecb58b29dab385b043-d # internal
2025-08-20T23:00:35.5066108Z [00:02:57.767]➜  google.golang.org/grpc/resolver/ringhash
2025-08-20T23:00:35.5066523Z [00:02:57.767]➜  mkdir -p $WORK/b2117/
2025-08-20T23:00:35.5066907Z [00:02:57.767]➜  cat >/tmp/go-build2180205415/b2117/importcfg << 'EOF' # internal
2025-08-20T23:00:35.5067268Z [00:02:57.767]➜  # import config
2025-08-20T23:00:35.5067697Z [00:02:57.767]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:35.5068093Z [00:02:57.767]➜  EOF
2025-08-20T23:00:35.5070080Z [00:02:57.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2117/_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/b2117=>" -p google.golang.org/grpc/resolver/ringhash -lang=go1.23 -complete -installsuffix shared -buildid wXGgXGm4gu9WNF30ZpYJ/wXGgXGm4gu9WNF30ZpYJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2117/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/ringhash/attr.go
2025-08-20T23:00:35.5191754Z [00:02:57.780]➜  go tool buildid -w $WORK/b2117/_pkg_.a # internal
2025-08-20T23:00:35.5214381Z [00:02:57.781]➜  cp $WORK/b2117/_pkg_.a /root/.cache/go-build/0a/0a209743952488ce96d2a8b6a630c9ab249b13d23dbbc1110251b769ac1e3fdd-d # internal
2025-08-20T23:00:35.5215423Z [00:02:57.781]➜  github.com/cncf/xds/go/xds/data/orca/v3
2025-08-20T23:00:35.5215751Z [00:02:57.781]➜  mkdir -p $WORK/b2119/
2025-08-20T23:00:35.5216366Z [00:02:57.781]➜  cat >/tmp/go-build2180205415/b2119/importcfg << 'EOF' # internal
2025-08-20T23:00:35.5216726Z [00:02:57.781]➜  # import config
2025-08-20T23:00:35.5217068Z [00:02:57.781]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:35.5217491Z [00:02:57.781]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.5217905Z [00:02:57.781]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.5218503Z [00:02:57.781]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:35.5219245Z [00:02:57.781]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:35.5219956Z [00:02:57.781]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:35.5220652Z [00:02:57.781]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:35.5221192Z [00:02:57.781]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:35.5221612Z [00:02:57.781]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:35.5222076Z [00:02:57.781]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:35.5222507Z [00:02:57.781]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:35.5222934Z [00:02:57.781]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:35.5223351Z [00:02:57.781]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:35.5223954Z [00:02:57.781]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:35.5224449Z [00:02:57.781]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.5224864Z [00:02:57.781]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.5225301Z [00:02:57.781]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:35.5225638Z [00:02:57.781]➜  EOF
2025-08-20T23:00:35.5231153Z [00:02:57.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2119/_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/b2119=>" -p github.com/cncf/xds/go/xds/data/orca/v3 -lang=go1.19 -complete -installsuffix shared -buildid 1vkWwFwNDIs2tujEhxAW/1vkWwFwNDIs2tujEhxAW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2119/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:00:35.5257777Z [00:02:57.787]➜  go tool buildid -w $WORK/b2108/_pkg_.a # internal
2025-08-20T23:00:35.5283990Z [00:02:57.789]➜  cp $WORK/b2108/_pkg_.a /root/.cache/go-build/c6/c63bc4048eb83b6420fc1f89d3794ebe74d38694f46710f7fdac517e6feffcd6-d # internal
2025-08-20T23:00:35.5288960Z [00:02:57.790]➜  google.golang.org/grpc/xds/internal/balancer/outlierdetection
2025-08-20T23:00:35.5289496Z [00:02:57.790]➜  mkdir -p $WORK/b2121/
2025-08-20T23:00:35.5290004Z [00:02:57.790]➜  cat >/tmp/go-build2180205415/b2121/importcfg << 'EOF' # internal
2025-08-20T23:00:35.5290515Z [00:02:57.790]➜  # import config
2025-08-20T23:00:35.5291016Z [00:02:57.790]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:35.5291615Z [00:02:57.790]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.5292263Z [00:02:57.790]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:35.5293001Z [00:02:57.790]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:35.5294064Z [00:02:57.790]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:35.5294900Z [00:02:57.790]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build2180205415/b396/_pkg_.a
2025-08-20T23:00:35.5295742Z [00:02:57.790]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build2180205415/b406/_pkg_.a
2025-08-20T23:00:35.5296700Z [00:02:57.790]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build2180205415/b364/_pkg_.a
2025-08-20T23:00:35.5297426Z [00:02:57.790]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:35.5323646Z [00:02:57.790]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2180205415/b405/_pkg_.a
2025-08-20T23:00:35.5324409Z [00:02:57.790]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2180205415/b410/_pkg_.a
2025-08-20T23:00:35.5325064Z [00:02:57.790]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:35.5325671Z [00:02:57.790]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T23:00:35.5326656Z [00:02:57.790]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:35.5327137Z [00:02:57.790]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T23:00:35.5327587Z [00:02:57.790]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:35.5328007Z [00:02:57.790]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.5328451Z [00:02:57.790]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:35.5329117Z [00:02:57.790]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.5329496Z [00:02:57.790]➜  EOF
2025-08-20T23:00:35.5333570Z [00:02:57.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2121/_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/b2121=>" -p google.golang.org/grpc/xds/internal/balancer/outlierdetection -lang=go1.23 -complete -installsuffix shared -buildid ZNf1MsDyBkDo6NcXSvLn/ZNf1MsDyBkDo6NcXSvLn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2121/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:00:35.5365887Z [00:02:57.798]➜  go tool buildid -w $WORK/b2114/_pkg_.a # internal
2025-08-20T23:00:35.5378385Z [00:02:57.799]➜  cp $WORK/b2114/_pkg_.a /root/.cache/go-build/3a/3a0f07c59d47d07c913aeb0da93abd30bd8e8719d7c3a7af36dff4e61d4dc2a1-d # internal
2025-08-20T23:00:35.5385165Z [00:02:57.800]➜  google.golang.org/grpc/xds/internal/balancer/priority
2025-08-20T23:00:35.5387242Z [00:02:57.800]➜  mkdir -p $WORK/b2122/
2025-08-20T23:00:35.5397987Z [00:02:57.801]➜  cat >/tmp/go-build2180205415/b2122/importcfg << 'EOF' # internal
2025-08-20T23:00:35.5398639Z [00:02:57.801]➜  # import config
2025-08-20T23:00:35.5399322Z [00:02:57.801]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:35.5400333Z [00:02:57.801]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.5400838Z [00:02:57.801]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.5401365Z [00:02:57.801]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:35.5401985Z [00:02:57.801]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2180205415/b378/_pkg_.a
2025-08-20T23:00:35.5402893Z [00:02:57.801]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:35.5403500Z [00:02:57.801]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:35.5404154Z [00:02:57.801]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build2180205415/b2023/_pkg_.a
2025-08-20T23:00:35.5404826Z [00:02:57.801]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build2180205415/b406/_pkg_.a
2025-08-20T23:00:35.5405472Z [00:02:57.801]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:35.5406333Z [00:02:57.801]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2180205415/b405/_pkg_.a
2025-08-20T23:00:35.5407008Z [00:02:57.801]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build2180205415/b2111/_pkg_.a
2025-08-20T23:00:35.5407668Z [00:02:57.801]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T23:00:35.5408340Z [00:02:57.801]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2180205415/b410/_pkg_.a
2025-08-20T23:00:35.5408979Z [00:02:57.801]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:35.5409588Z [00:02:57.801]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T23:00:35.5410103Z [00:02:57.801]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.5410541Z [00:02:57.801]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:35.5410982Z [00:02:57.801]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.5411452Z [00:02:57.801]➜  EOF
2025-08-20T23:00:35.5416149Z [00:02:57.801]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2122/_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/b2122=>" -p google.golang.org/grpc/xds/internal/balancer/priority -lang=go1.23 -complete -installsuffix shared -buildid iMfub2d_OilaiStSFvJn/iMfub2d_OilaiStSFvJn -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/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:00:35.5686243Z [00:02:57.830]➜  go tool buildid -w $WORK/b2119/_pkg_.a # internal
2025-08-20T23:00:35.5708201Z [00:02:57.832]➜  cp $WORK/b2119/_pkg_.a /root/.cache/go-build/4e/4eee081919ab1dc3d5dcd65636152e6a7ff626d65c664c05e890c79426d1f82f-d # internal
2025-08-20T23:00:35.5709255Z [00:02:57.832]➜  google.golang.org/grpc/xds/internal/balancer/wrrlocality
2025-08-20T23:00:35.5709653Z [00:02:57.832]➜  mkdir -p $WORK/b2123/
2025-08-20T23:00:35.5721106Z [00:02:57.833]➜  cat >/tmp/go-build2180205415/b2123/importcfg << 'EOF' # internal
2025-08-20T23:00:35.5721869Z [00:02:57.833]➜  # import config
2025-08-20T23:00:35.5722677Z [00:02:57.833]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:35.5723196Z [00:02:57.833]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.5723634Z [00:02:57.833]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.5724146Z [00:02:57.833]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:35.5725074Z [00:02:57.833]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build2180205415/b2108/_pkg_.a
2025-08-20T23:00:35.5725726Z [00:02:57.833]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:35.5726507Z [00:02:57.833]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:35.5727187Z [00:02:57.833]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2180205415/b410/_pkg_.a
2025-08-20T23:00:35.5727826Z [00:02:57.833]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:35.5728444Z [00:02:57.833]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T23:00:35.5729075Z [00:02:57.833]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build2180205415/b2101/_pkg_.a
2025-08-20T23:00:35.5729481Z [00:02:57.833]➜  EOF
2025-08-20T23:00:35.5732115Z [00:02:57.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2123/_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/b2123=>" -p google.golang.org/grpc/xds/internal/balancer/wrrlocality -lang=go1.23 -complete -installsuffix shared -buildid ooVy7on-AEwDpnJHf7r3/ooVy7on-AEwDpnJHf7r3 -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/wrrlocality/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/wrrlocality/logging.go
2025-08-20T23:00:35.6231317Z [00:02:57.884]➜  go tool buildid -w $WORK/b2123/_pkg_.a # internal
2025-08-20T23:00:35.6239370Z [00:02:57.885]➜  cp $WORK/b2123/_pkg_.a /root/.cache/go-build/d8/d8ae11c2bf08bf42da1d0c0cf4b5f24d3acaa97bf388c80320e5ff66546e93b4-d # internal
2025-08-20T23:00:35.6240246Z [00:02:57.885]➜  google.golang.org/grpc/xds/internal/balancer/clustermanager
2025-08-20T23:00:35.6240866Z [00:02:57.885]➜  mkdir -p $WORK/b2124/
2025-08-20T23:00:35.6251768Z [00:02:57.886]➜  cat >/tmp/go-build2180205415/b2124/importcfg << 'EOF' # internal
2025-08-20T23:00:35.6276591Z [00:02:57.886]➜  # import config
2025-08-20T23:00:35.6277365Z [00:02:57.886]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:35.6278113Z [00:02:57.886]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:35.6278721Z [00:02:57.886]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.6279323Z [00:02:57.886]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:35.6280457Z [00:02:57.886]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2180205415/b378/_pkg_.a
2025-08-20T23:00:35.6281482Z [00:02:57.886]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:35.6282248Z [00:02:57.886]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:35.6283760Z [00:02:57.886]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:35.6284418Z [00:02:57.886]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build2180205415/b2023/_pkg_.a
2025-08-20T23:00:35.6285097Z [00:02:57.886]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:35.6285885Z [00:02:57.886]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build2180205415/b2111/_pkg_.a
2025-08-20T23:00:35.6286615Z [00:02:57.886]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T23:00:35.6287294Z [00:02:57.886]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2180205415/b410/_pkg_.a
2025-08-20T23:00:35.6287934Z [00:02:57.886]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:35.6288780Z [00:02:57.886]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T23:00:35.6289382Z [00:02:57.886]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:35.6289869Z [00:02:57.886]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.6290278Z [00:02:57.886]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.6290584Z [00:02:57.886]➜  EOF
2025-08-20T23:00:35.6294117Z [00:02:57.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2124/_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/b2124=>" -p google.golang.org/grpc/xds/internal/balancer/clustermanager -lang=go1.23 -complete -installsuffix shared -buildid Bu5_AS8CTmTdQ3xyuCPI/Bu5_AS8CTmTdQ3xyuCPI -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/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:00:35.6301195Z [00:02:57.891]➜  go tool buildid -w $WORK/b2122/_pkg_.a # internal
2025-08-20T23:00:35.6335987Z [00:02:57.894]➜  cp $WORK/b2122/_pkg_.a /root/.cache/go-build/a0/a07d71da6f9f9e446918e43357318aafc74644409d6bb5aa6ea638820ce75bb6-d # internal
2025-08-20T23:00:35.6348424Z [00:02:57.895]➜  google.golang.org/grpc/xds/internal/clusterspecifier/rls
2025-08-20T23:00:35.6349016Z [00:02:57.895]➜  mkdir -p $WORK/b2125/
2025-08-20T23:00:35.6349470Z [00:02:57.895]➜  cat >/tmp/go-build2180205415/b2125/importcfg << 'EOF' # internal
2025-08-20T23:00:35.6349829Z [00:02:57.895]➜  # import config
2025-08-20T23:00:35.6350199Z [00:02:57.895]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:35.6350636Z [00:02:57.895]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.6351141Z [00:02:57.895]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:35.6351724Z [00:02:57.895]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T23:00:35.6352408Z [00:02:57.895]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build2180205415/b2022/_pkg_.a
2025-08-20T23:00:35.6353300Z [00:02:57.895]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build2180205415/b2102/_pkg_.a
2025-08-20T23:00:35.6354151Z [00:02:57.895]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2180205415/b384/_pkg_.a
2025-08-20T23:00:35.6354804Z [00:02:57.895]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:35.6355460Z [00:02:57.895]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:35.6356317Z [00:02:57.895]➜  EOF
2025-08-20T23:00:35.6358581Z [00:02:57.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2125/_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/b2125=>" -p google.golang.org/grpc/xds/internal/clusterspecifier/rls -lang=go1.23 -complete -installsuffix shared -buildid TUw1dwhfYoQPbEFuU-Jp/TUw1dwhfYoQPbEFuU-Jp -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/clusterspecifier/rls/rls.go
2025-08-20T23:00:35.6662437Z [00:02:57.927]➜  go tool buildid -w $WORK/b2125/_pkg_.a # internal
2025-08-20T23:00:35.6669719Z [00:02:57.928]➜  cp $WORK/b2125/_pkg_.a /root/.cache/go-build/39/39f7c917a464ecea68ff63e67c3f42727cf8f082839e8e2cdb252b41cb85c7d7-d # internal
2025-08-20T23:00:35.6680476Z [00:02:57.928]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3
2025-08-20T23:00:35.6680943Z [00:02:57.929]➜  mkdir -p $WORK/b2127/
2025-08-20T23:00:35.6681330Z [00:02:57.929]➜  cat >/tmp/go-build2180205415/b2127/importcfg << 'EOF' # internal
2025-08-20T23:00:35.6681679Z [00:02:57.929]➜  # import config
2025-08-20T23:00:35.6682012Z [00:02:57.929]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:35.6682437Z [00:02:57.929]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.6682850Z [00:02:57.929]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.6683420Z [00:02:57.929]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:35.6684136Z [00:02:57.929]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:35.6686915Z [00:02:57.929]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:35.6687657Z [00:02:57.929]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:35.6688366Z [00:02:57.929]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:35.6689057Z [00:02:57.929]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:35.6689770Z [00:02:57.929]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:35.6690344Z [00:02:57.929]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:35.6691009Z [00:02:57.929]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:35.6691507Z [00:02:57.929]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:35.6691941Z [00:02:57.929]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:35.6692366Z [00:02:57.929]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:35.6692781Z [00:02:57.929]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:35.6693199Z [00:02:57.929]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:35.6693619Z [00:02:57.929]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.6694027Z [00:02:57.929]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.6694461Z [00:02:57.929]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:35.6694925Z [00:02:57.929]➜  EOF
2025-08-20T23:00:35.6698289Z [00:02:57.929]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2127/_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/b2127=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3 -lang=go1.22 -complete -installsuffix shared -buildid a-u4B6AnjUqGxlzDh3l6/a-u4B6AnjUqGxlzDh3l6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2127/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:00:35.6948598Z [00:02:57.956]➜  go tool buildid -w $WORK/b2124/_pkg_.a # internal
2025-08-20T23:00:35.6957683Z [00:02:57.957]➜  cp $WORK/b2124/_pkg_.a /root/.cache/go-build/5a/5a9b4bde94ee4f7c6eeb4a51620e9e2fd120331a2d1e188b5a2bae7db121ee95-d # internal
2025-08-20T23:00:35.6959686Z [00:02:57.957]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3
2025-08-20T23:00:35.6960741Z [00:02:57.957]➜  mkdir -p $WORK/b2133/
2025-08-20T23:00:35.6964756Z [00:02:57.957]➜  cat >/tmp/go-build2180205415/b2133/importcfg << 'EOF' # internal
2025-08-20T23:00:35.6967294Z [00:02:57.958]➜  # import config
2025-08-20T23:00:35.6967651Z [00:02:57.958]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:35.6968081Z [00:02:57.958]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.6968500Z [00:02:57.958]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.6969040Z [00:02:57.958]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:35.6969744Z [00:02:57.958]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:35.6970487Z [00:02:57.958]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:35.6971179Z [00:02:57.958]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:35.6971748Z [00:02:57.958]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:35.6972170Z [00:02:57.958]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:35.6972600Z [00:02:57.958]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:35.6973025Z [00:02:57.958]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:35.6973446Z [00:02:57.958]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:35.6973859Z [00:02:57.958]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:35.6974277Z [00:02:57.958]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:35.6974703Z [00:02:57.958]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.6975309Z [00:02:57.958]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.6976032Z [00:02:57.958]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:35.6976482Z [00:02:57.958]➜  EOF
2025-08-20T23:00:35.6980489Z [00:02:57.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2133/_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/b2133=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3 -lang=go1.22 -complete -installsuffix shared -buildid n8kMc2s_pNxPZeatDgAo/n8kMc2s_pNxPZeatDgAo -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/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:00:35.7381598Z [00:02:57.999]➜  go tool buildid -w $WORK/b2121/_pkg_.a # internal
2025-08-20T23:00:35.7445212Z [00:02:58.006]➜  cp $WORK/b2121/_pkg_.a /root/.cache/go-build/93/932e2511ca99c2c08b5ee5b8593ce18b21d06663fbaaef035133b392feb387fe-d # internal
2025-08-20T23:00:35.7448474Z [00:02:58.006]➜  google.golang.org/grpc/authz/audit
2025-08-20T23:00:35.7449255Z [00:02:58.006]➜  mkdir -p $WORK/b2134/
2025-08-20T23:00:35.7482806Z [00:02:58.009]➜  cat >/tmp/go-build2180205415/b2134/importcfg << 'EOF' # internal
2025-08-20T23:00:35.7483200Z [00:02:58.009]➜  # import config
2025-08-20T23:00:35.7483566Z [00:02:58.009]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:35.7484010Z [00:02:58.009]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.7484341Z [00:02:58.009]➜  EOF
2025-08-20T23:00:35.7493002Z [00:02:58.010]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2134/_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/b2134=>" -p google.golang.org/grpc/authz/audit -lang=go1.23 -complete -installsuffix shared -buildid T8cbnDGhcnnWUqYkO40J/T8cbnDGhcnnWUqYkO40J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2134/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/authz/audit/audit_logger.go
2025-08-20T23:00:35.7539593Z [00:02:58.015]➜  go tool buildid -w $WORK/b2133/_pkg_.a # internal
2025-08-20T23:00:35.7568306Z [00:02:58.018]➜  cp $WORK/b2133/_pkg_.a /root/.cache/go-build/f1/f1f0506a28f6195ff65644d1e8d8676baedff21aa8a77e0c8a4b42a4a002aae3-d # internal
2025-08-20T23:00:35.7576339Z [00:02:58.018]➜  google.golang.org/grpc/internal/ringhash
2025-08-20T23:00:35.7579572Z [00:02:58.019]➜  mkdir -p $WORK/b2139/
2025-08-20T23:00:35.7583710Z [00:02:58.019]➜  cat >/tmp/go-build2180205415/b2139/importcfg << 'EOF' # internal
2025-08-20T23:00:35.7585651Z [00:02:58.019]➜  # import config
2025-08-20T23:00:35.7586110Z [00:02:58.019]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:35.7586662Z [00:02:58.019]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T23:00:35.7587086Z [00:02:58.019]➜  EOF
2025-08-20T23:00:35.7589074Z [00:02:58.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2139/_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/b2139=>" -p google.golang.org/grpc/internal/ringhash -lang=go1.23 -complete -installsuffix shared -buildid IZxUT-FDBXVQxmEizi5f/IZxUT-FDBXVQxmEizi5f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2139/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/ringhash/ringhash.go
2025-08-20T23:00:35.7678991Z [00:02:58.029]➜  go tool buildid -w $WORK/b2134/_pkg_.a # internal
2025-08-20T23:00:35.7686646Z [00:02:58.029]➜  cp $WORK/b2134/_pkg_.a /root/.cache/go-build/5d/5d46c9518aac72d54ebdad20d4ea4d6a2891a44228a78e43b02bff66d30a68df-d # internal
2025-08-20T23:00:35.7687342Z [00:02:58.029]➜  google.golang.org/grpc/authz/audit/stdout
2025-08-20T23:00:35.7687678Z [00:02:58.029]➜  mkdir -p $WORK/b2135/
2025-08-20T23:00:35.7688056Z [00:02:58.029]➜  cat >/tmp/go-build2180205415/b2135/importcfg << 'EOF' # internal
2025-08-20T23:00:35.7688403Z [00:02:58.029]➜  # import config
2025-08-20T23:00:35.7688767Z [00:02:58.029]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:35.7689318Z [00:02:58.029]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build2180205415/b2134/_pkg_.a
2025-08-20T23:00:35.7689913Z [00:02:58.029]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:35.7690400Z [00:02:58.029]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:35.7691077Z [00:02:58.029]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:35.7691559Z [00:02:58.029]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.7691868Z [00:02:58.029]➜  EOF
2025-08-20T23:00:35.7693879Z [00:02:58.029]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2135/_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/b2135=>" -p google.golang.org/grpc/authz/audit/stdout -lang=go1.23 -complete -installsuffix shared -buildid QzrZAKoS8jQL2ZfP3UYn/QzrZAKoS8jQL2ZfP3UYn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2135/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/authz/audit/stdout/stdout_logger.go
2025-08-20T23:00:35.7761661Z [00:02:58.037]➜  go tool buildid -w $WORK/b2127/_pkg_.a # internal
2025-08-20T23:00:35.7793062Z [00:02:58.040]➜  cp $WORK/b2127/_pkg_.a /root/.cache/go-build/64/6468a144cee910e6f5ab51d89dc2450320fa9abcf63c35535488a58c7ee47ee0-d # internal
2025-08-20T23:00:35.7803064Z [00:02:58.040]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3
2025-08-20T23:00:35.7803644Z [00:02:58.041]➜  mkdir -p $WORK/b2143/
2025-08-20T23:00:35.7804256Z [00:02:58.041]➜  cat >/tmp/go-build2180205415/b2143/importcfg << 'EOF' # internal
2025-08-20T23:00:35.7804605Z [00:02:58.041]➜  # import config
2025-08-20T23:00:35.7804943Z [00:02:58.041]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:35.7805364Z [00:02:58.041]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.7805897Z [00:02:58.041]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.7806505Z [00:02:58.041]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:35.7807207Z [00:02:58.041]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:35.7807951Z [00:02:58.041]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:35.7808653Z [00:02:58.041]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:35.7809346Z [00:02:58.041]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:35.7810053Z [00:02:58.041]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:35.7810785Z [00:02:58.041]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:35.7811343Z [00:02:58.041]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:35.7811764Z [00:02:58.041]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:35.7812419Z [00:02:58.041]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:35.7813095Z [00:02:58.041]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:35.7813601Z [00:02:58.041]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:35.7814019Z [00:02:58.041]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:35.7814444Z [00:02:58.041]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:35.7814862Z [00:02:58.041]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.7815272Z [00:02:58.041]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.7815707Z [00:02:58.041]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:35.7819840Z [00:02:58.041]➜  EOF
2025-08-20T23:00:35.7823946Z [00:02:58.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2143/_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/b2143=>" -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 CrOiS9GIo3yOaxCKCo7M/CrOiS9GIo3yOaxCKCo7M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2143/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:00:35.7838396Z [00:02:58.045]➜  go tool buildid -w $WORK/b2139/_pkg_.a # internal
2025-08-20T23:00:35.7847470Z [00:02:58.046]➜  cp $WORK/b2139/_pkg_.a /root/.cache/go-build/8d/8d342ee6dc8d8ee6bc5457f075e66333014b77234f14aeb020f9ee66c10f5ed4-d # internal
2025-08-20T23:00:35.7852109Z [00:02:58.046]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3
2025-08-20T23:00:35.7865314Z [00:02:58.046]➜  mkdir -p $WORK/b2146/
2025-08-20T23:00:35.7866147Z [00:02:58.047]➜  cat >/tmp/go-build2180205415/b2146/importcfg << 'EOF' # internal
2025-08-20T23:00:35.7866520Z [00:02:58.047]➜  # import config
2025-08-20T23:00:35.7866862Z [00:02:58.047]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:35.7867284Z [00:02:58.047]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.7867695Z [00:02:58.047]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.7868237Z [00:02:58.047]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:35.7868924Z [00:02:58.047]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:35.7869646Z [00:02:58.047]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:35.7870330Z [00:02:58.047]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:35.7870870Z [00:02:58.047]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:35.7871287Z [00:02:58.047]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:35.7871716Z [00:02:58.047]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:35.7872140Z [00:02:58.047]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:35.7872561Z [00:02:58.047]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:35.7872975Z [00:02:58.047]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:35.7873394Z [00:02:58.047]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:35.7876776Z [00:02:58.047]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.7877441Z [00:02:58.047]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.7877952Z [00:02:58.047]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:35.7878293Z [00:02:58.047]➜  EOF
2025-08-20T23:00:35.7881752Z [00:02:58.047]➜  /root/.go/pkg/tool/linux_arm64/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/pick_first/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/pick_first/v3;$WORK/b2146=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3 -lang=go1.22 -complete -installsuffix shared -buildid bexoJmnSKTFoQ0NKWhdH/bexoJmnSKTFoQ0NKWhdH -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/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:00:35.8033045Z [00:02:58.064]➜  go tool buildid -w $WORK/b2135/_pkg_.a # internal
2025-08-20T23:00:35.8039188Z [00:02:58.065]➜  cp $WORK/b2135/_pkg_.a /root/.cache/go-build/0b/0b8a7da01cba3c91dc4a4e8dccdcdc85da8813bd7d85d69e618f4857e2966cd9-d # internal
2025-08-20T23:00:35.8042331Z [00:02:58.065]➜  google.golang.org/grpc/balancer/lazy
2025-08-20T23:00:35.8044397Z [00:02:58.065]➜  mkdir -p $WORK/b2150/
2025-08-20T23:00:35.8044815Z [00:02:58.065]➜  cat >/tmp/go-build2180205415/b2150/importcfg << 'EOF' # internal
2025-08-20T23:00:35.8045173Z [00:02:58.065]➜  # import config
2025-08-20T23:00:35.8045513Z [00:02:58.065]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.8046204Z [00:02:58.065]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:35.8046831Z [00:02:58.066]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:35.8047428Z [00:02:58.066]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:35.8048272Z [00:02:58.066]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:35.8048891Z [00:02:58.066]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:35.8049382Z [00:02:58.066]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.8049689Z [00:02:58.066]➜  EOF
2025-08-20T23:00:35.8051583Z [00:02:58.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2150/_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/b2150=>" -p google.golang.org/grpc/balancer/lazy -lang=go1.23 -complete -installsuffix shared -buildid cu5SS-N5YoVKb96qOART/cu5SS-N5YoVKb96qOART -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2150/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/lazy/lazy.go
2025-08-20T23:00:35.8300799Z [00:02:58.091]➜  go tool buildid -w $WORK/b2150/_pkg_.a # internal
2025-08-20T23:00:35.8337418Z [00:02:58.091]➜  cp $WORK/b2150/_pkg_.a /root/.cache/go-build/f2/f277b76bf9f5937faa126c6cafac71efbf9c54e3583c0c2baf8e34057bbb22c9-d # internal
2025-08-20T23:00:35.8338198Z [00:02:58.092]➜  google.golang.org/grpc/balancer/ringhash
2025-08-20T23:00:35.8338539Z [00:02:58.092]➜  mkdir -p $WORK/b2149/
2025-08-20T23:00:35.8338920Z [00:02:58.092]➜  cat >/tmp/go-build2180205415/b2149/importcfg << 'EOF' # internal
2025-08-20T23:00:35.8339270Z [00:02:58.092]➜  # import config
2025-08-20T23:00:35.8339638Z [00:02:58.092]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:35.8340091Z [00:02:58.092]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.8340530Z [00:02:58.092]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.8341275Z [00:02:58.092]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build2180205415/b630/_pkg_.a
2025-08-20T23:00:35.8341943Z [00:02:58.092]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:35.8342572Z [00:02:58.092]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2180205415/b378/_pkg_.a
2025-08-20T23:00:35.8343258Z [00:02:58.092]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build2180205415/b388/_pkg_.a
2025-08-20T23:00:35.8343932Z [00:02:58.092]➜  packagefile google.golang.org/grpc/balancer/lazy=/tmp/go-build2180205415/b2150/_pkg_.a
2025-08-20T23:00:35.8344641Z [00:02:58.092]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build2180205415/b381/_pkg_.a
2025-08-20T23:00:35.8345341Z [00:02:58.092]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:35.8347548Z [00:02:58.092]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:35.8348275Z [00:02:58.092]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build2180205415/b2116/_pkg_.a
2025-08-20T23:00:35.8348968Z [00:02:58.092]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2180205415/b371/_pkg_.a
2025-08-20T23:00:35.8349620Z [00:02:58.092]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:35.8350273Z [00:02:58.092]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build2180205415/b408/_pkg_.a
2025-08-20T23:00:35.8350916Z [00:02:58.092]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T23:00:35.8351567Z [00:02:58.092]➜  packagefile google.golang.org/grpc/internal/ringhash=/tmp/go-build2180205415/b2139/_pkg_.a
2025-08-20T23:00:35.8352191Z [00:02:58.092]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:35.8352786Z [00:02:58.092]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:35.8353408Z [00:02:58.092]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build2180205415/b2117/_pkg_.a
2025-08-20T23:00:35.8354231Z [00:02:58.092]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T23:00:35.8354742Z [00:02:58.092]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:35.8355179Z [00:02:58.092]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T23:00:35.8355612Z [00:02:58.092]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:35.8356171Z [00:02:58.092]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:35.8356601Z [00:02:58.092]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:35.8357021Z [00:02:58.092]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.8357331Z [00:02:58.092]➜  EOF
2025-08-20T23:00:35.8360579Z [00:02:58.092]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2149/_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/b2149=>" -p google.golang.org/grpc/balancer/ringhash -lang=go1.23 -complete -installsuffix shared -buildid Run4EjCtxT97EhwgBTZq/Run4EjCtxT97EhwgBTZq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2149/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:00:35.8505457Z [00:02:58.111]➜  go tool buildid -w $WORK/b2146/_pkg_.a # internal
2025-08-20T23:00:35.8516485Z [00:02:58.113]➜  cp $WORK/b2146/_pkg_.a /root/.cache/go-build/5b/5b9a19ed89bcc59a4e4dbad9bcdf39305142b8497592aad670fb542abd0b5fcc-d # internal
2025-08-20T23:00:35.8523707Z [00:02:58.113]➜  google.golang.org/grpc/balancer/weightedroundrobin/internal
2025-08-20T23:00:35.8524142Z [00:02:58.113]➜  mkdir -p $WORK/b2152/
2025-08-20T23:00:35.8524528Z [00:02:58.113]➜  cat >/tmp/go-build2180205415/b2152/importcfg << 'EOF' # internal
2025-08-20T23:00:35.8524878Z [00:02:58.113]➜  # import config
2025-08-20T23:00:35.8525209Z [00:02:58.113]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.8525517Z [00:02:58.113]➜  EOF
2025-08-20T23:00:35.8532751Z [00:02:58.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2152/_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/b2152=>" -p google.golang.org/grpc/balancer/weightedroundrobin/internal -lang=go1.23 -complete -installsuffix shared -buildid qlouBRTMXFHG8Hfgpfoa/qlouBRTMXFHG8Hfgpfoa -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/weightedroundrobin/internal/internal.go
2025-08-20T23:00:35.8676346Z [00:02:58.129]➜  go tool buildid -w $WORK/b2143/_pkg_.a # internal
2025-08-20T23:00:35.8688276Z [00:02:58.130]➜  cp $WORK/b2143/_pkg_.a /root/.cache/go-build/ad/ad2b9a746505879bc1279a4576639490dc642f15b4c5bc6c20454c955051646e-d # internal
2025-08-20T23:00:35.8698379Z [00:02:58.131]➜  github.com/cncf/xds/go/xds/service/orca/v3
2025-08-20T23:00:35.8700926Z [00:02:58.131]➜  mkdir -p $WORK/b2154/
2025-08-20T23:00:35.8701871Z [00:02:58.131]➜  cat >/tmp/go-build2180205415/b2154/importcfg << 'EOF' # internal
2025-08-20T23:00:35.8702229Z [00:02:58.131]➜  # import config
2025-08-20T23:00:35.8702570Z [00:02:58.131]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:35.8703013Z [00:02:58.131]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:35.8703451Z [00:02:58.131]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.8703864Z [00:02:58.131]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.8704694Z [00:02:58.131]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build2180205415/b2119/_pkg_.a
2025-08-20T23:00:35.8705286Z [00:02:58.131]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:35.8705986Z [00:02:58.131]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:35.8706614Z [00:02:58.131]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:35.8707267Z [00:02:58.131]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:35.8707980Z [00:02:58.131]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:35.8708822Z [00:02:58.131]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:35.8709606Z [00:02:58.131]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:35.8710169Z [00:02:58.131]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:35.8710589Z [00:02:58.131]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:35.8711020Z [00:02:58.131]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:35.8711444Z [00:02:58.131]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:35.8711869Z [00:02:58.131]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:35.8712281Z [00:02:58.131]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:35.8712697Z [00:02:58.131]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:35.8713128Z [00:02:58.131]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.8713534Z [00:02:58.131]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.8713972Z [00:02:58.131]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:35.8714309Z [00:02:58.131]➜  EOF
2025-08-20T23:00:35.8722572Z [00:02:58.131]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2154/_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/b2154=>" -p github.com/cncf/xds/go/xds/service/orca/v3 -lang=go1.19 -complete -installsuffix shared -buildid G9Crtn8VnmicOh--qO7z/G9Crtn8VnmicOh--qO7z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2154/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:00:35.8864848Z [00:02:58.147]➜  go tool buildid -w $WORK/b2152/_pkg_.a # internal
2025-08-20T23:00:35.8875161Z [00:02:58.147]➜  cp $WORK/b2152/_pkg_.a /root/.cache/go-build/79/790890aa562d0da3d22f727bbcdce053c6bf0571cf88c5994cd40a77e0e509e8-d # internal
2025-08-20T23:00:35.8875925Z [00:02:58.147]➜  google.golang.org/grpc/orca/internal
2025-08-20T23:00:35.8876302Z [00:02:58.147]➜  mkdir -p $WORK/b2155/
2025-08-20T23:00:35.8876686Z [00:02:58.148]➜  cat >/tmp/go-build2180205415/b2155/importcfg << 'EOF' # internal
2025-08-20T23:00:35.8877040Z [00:02:58.148]➜  # import config
2025-08-20T23:00:35.8877380Z [00:02:58.148]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.8877798Z [00:02:58.148]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.8878359Z [00:02:58.148]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build2180205415/b2119/_pkg_.a
2025-08-20T23:00:35.8879048Z [00:02:58.148]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2180205415/b395/_pkg_.a
2025-08-20T23:00:35.8880042Z [00:02:58.148]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:35.8883347Z [00:02:58.148]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:35.8883763Z [00:02:58.148]➜  EOF
2025-08-20T23:00:35.8885689Z [00:02:58.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2155/_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/b2155=>" -p google.golang.org/grpc/orca/internal -lang=go1.23 -complete -installsuffix shared -buildid 6GluYFTDlGAhoKTu-jKm/6GluYFTDlGAhoKTu-jKm -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/internal/internal.go
2025-08-20T23:00:35.9265599Z [00:02:58.187]➜  go tool buildid -w $WORK/b2155/_pkg_.a # internal
2025-08-20T23:00:35.9272809Z [00:02:58.188]➜  cp $WORK/b2155/_pkg_.a /root/.cache/go-build/c2/c2481c960daf91e76e3b0916e300adb51ecb1aa2d129b8a3c855dd7ecc665d35-d # internal
2025-08-20T23:00:35.9274713Z [00:02:58.189]➜  github.com/trufflesecurity/trufflehog/v3/pkg/cache
2025-08-20T23:00:35.9290324Z [00:02:58.190]➜  mkdir -p $WORK/b2156/
2025-08-20T23:00:35.9318206Z [00:02:58.191]➜  cat >/tmp/go-build2180205415/b2156/importcfg << 'EOF' # internal
2025-08-20T23:00:35.9319181Z [00:02:58.193]➜  # import config
2025-08-20T23:00:35.9321873Z [00:02:58.193]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:00:35.9323670Z [00:02:58.193]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build2180205415/b641/_pkg_.a
2025-08-20T23:00:35.9327481Z [00:02:58.193]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:35.9328944Z [00:02:58.193]➜  EOF
2025-08-20T23:00:35.9329553Z [00:02:58.193]➜  go tool buildid -w $WORK/b2149/_pkg_.a # internal
2025-08-20T23:00:35.9332124Z [00:02:58.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2156/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache=>github.com/trufflesecurity/trufflehog/v3/pkg/cache;$WORK/b2156=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/cache -lang=go1.24 -complete -installsuffix shared -buildid SDFzm6kyC0DlzgAemtYW/SDFzm6kyC0DlzgAemtYW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2156/importcfg -pack ./pkg/cache/cache.go ./pkg/cache/decorator.go ./pkg/cache/metrics.go
2025-08-20T23:00:35.9334192Z [00:02:58.193]➜  cp $WORK/b2149/_pkg_.a /root/.cache/go-build/6f/6fe735b465debe95ec2dec56181e08e6b02fa821fcd228776c10fe1e21bd1e7f-d # internal
2025-08-20T23:00:35.9334743Z [00:02:58.193]➜  dario.cat/mergo
2025-08-20T23:00:35.9335199Z [00:02:58.194]➜  mkdir -p $WORK/b2159/
2025-08-20T23:00:35.9335747Z [00:02:58.194]➜  cat >/tmp/go-build2180205415/b2159/importcfg << 'EOF' # internal
2025-08-20T23:00:35.9340980Z [00:02:58.194]➜  # import config
2025-08-20T23:00:35.9341330Z [00:02:58.194]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.9341758Z [00:02:58.194]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.9342178Z [00:02:58.194]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:35.9342607Z [00:02:58.194]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:35.9343060Z [00:02:58.194]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:35.9343393Z [00:02:58.194]➜  EOF
2025-08-20T23:00:35.9345443Z [00:02:58.194]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2159/_pkg_.a -trimpath "/root/go/pkg/mod/dario.cat/mergo@v1.0.0=>dario.cat/mergo@v1.0.0;$WORK/b2159=>" -p dario.cat/mergo -lang=go1.13 -complete -installsuffix shared -buildid rUNb8CEbftoxWddHVABy/rUNb8CEbftoxWddHVABy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2159/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:00:35.9663343Z [00:02:58.227]➜  go tool buildid -w $WORK/b2156/_pkg_.a # internal
2025-08-20T23:00:35.9670824Z [00:02:58.228]➜  cp $WORK/b2156/_pkg_.a /root/.cache/go-build/53/538621cab32bfe6ae8710b0f216bb3001447783a1f8013cff7f561489c44a99e-d # internal
2025-08-20T23:00:35.9672352Z [00:02:58.228]➜  github.com/go-git/go-billy/v5
2025-08-20T23:00:35.9673106Z [00:02:58.228]➜  mkdir -p $WORK/b2160/
2025-08-20T23:00:35.9673792Z [00:02:58.228]➜  cat >/tmp/go-build2180205415/b2160/importcfg << 'EOF' # internal
2025-08-20T23:00:35.9674400Z [00:02:58.228]➜  # import config
2025-08-20T23:00:35.9675255Z [00:02:58.228]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:35.9676098Z [00:02:58.228]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:35.9676625Z [00:02:58.228]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:35.9677043Z [00:02:58.228]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.9677366Z [00:02:58.228]➜  EOF
2025-08-20T23:00:35.9679105Z [00:02:58.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2160/_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/b2160=>" -p github.com/go-git/go-billy/v5 -lang=go1.21 -complete -installsuffix shared -buildid f1J5SXk9ai3QbOsZOKDF/f1J5SXk9ai3QbOsZOKDF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2160/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/fs.go
2025-08-20T23:00:35.9808890Z [00:02:58.242]➜  go tool buildid -w $WORK/b2154/_pkg_.a # internal
2025-08-20T23:00:35.9830987Z [00:02:58.244]➜  cp $WORK/b2154/_pkg_.a /root/.cache/go-build/b6/b611fc47e6881297f7faa2e71cc977d3e704e981f2e1f28556f8e816883580f8-d # internal
2025-08-20T23:00:35.9859038Z [00:02:58.247]➜  google.golang.org/grpc/orca
2025-08-20T23:00:35.9859908Z [00:02:58.247]➜  mkdir -p $WORK/b2153/
2025-08-20T23:00:35.9891918Z [00:02:58.250]➜  cat >/tmp/go-build2180205415/b2153/importcfg << 'EOF' # internal
2025-08-20T23:00:35.9892334Z [00:02:58.250]➜  # import config
2025-08-20T23:00:35.9892690Z [00:02:58.250]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:35.9893119Z [00:02:58.250]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:35.9893661Z [00:02:58.250]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build2180205415/b2119/_pkg_.a
2025-08-20T23:00:35.9894330Z [00:02:58.250]➜  packagefile github.com/cncf/xds/go/xds/service/orca/v3=/tmp/go-build2180205415/b2154/_pkg_.a
2025-08-20T23:00:35.9894927Z [00:02:58.250]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:35.9895516Z [00:02:58.250]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:35.9896303Z [00:02:58.250]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:35.9897262Z [00:02:58.250]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:35.9897855Z [00:02:58.250]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T23:00:35.9898475Z [00:02:58.250]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2180205415/b395/_pkg_.a
2025-08-20T23:00:35.9899153Z [00:02:58.250]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build2180205415/b397/_pkg_.a
2025-08-20T23:00:35.9899786Z [00:02:58.250]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:35.9900447Z [00:02:58.250]➜  packagefile google.golang.org/grpc/orca/internal=/tmp/go-build2180205415/b2155/_pkg_.a
2025-08-20T23:00:35.9901055Z [00:02:58.250]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:35.9901644Z [00:02:58.250]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:35.9902320Z [00:02:58.250]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:35.9902881Z [00:02:58.250]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:35.9903316Z [00:02:58.250]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:35.9903743Z [00:02:58.250]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:35.9904051Z [00:02:58.250]➜  EOF
2025-08-20T23:00:35.9907026Z [00:02:58.250]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2153/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/orca=>google.golang.org/grpc@v1.74.2/orca;$WORK/b2153=>" -p google.golang.org/grpc/orca -lang=go1.23 -complete -installsuffix shared -buildid 7bpI0YoB_pA4MIfiexg_/7bpI0YoB_pA4MIfiexg_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2153/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:00:36.0069083Z [00:02:58.268]➜  go tool buildid -w $WORK/b2160/_pkg_.a # internal
2025-08-20T23:00:36.0076940Z [00:02:58.269]➜  cp $WORK/b2160/_pkg_.a /root/.cache/go-build/f7/f7eb52b018cc6cf42e959395418835776d590c992d53f3730de48c5d630cc8a3-d # internal
2025-08-20T23:00:36.0080509Z [00:02:58.269]➜  github.com/cyphar/filepath-securejoin
2025-08-20T23:00:36.0081665Z [00:02:58.269]➜  mkdir -p $WORK/b2162/
2025-08-20T23:00:36.0098871Z [00:02:58.271]➜  cat >/tmp/go-build2180205415/b2162/importcfg << 'EOF' # internal
2025-08-20T23:00:36.0099460Z [00:02:58.271]➜  # import config
2025-08-20T23:00:36.0099819Z [00:02:58.271]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:36.0100285Z [00:02:58.271]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.0100772Z [00:02:58.271]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T23:00:36.0101231Z [00:02:58.271]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:36.0101653Z [00:02:58.271]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:36.0102100Z [00:02:58.271]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:36.0102550Z [00:02:58.271]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:36.0102969Z [00:02:58.271]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:36.0103393Z [00:02:58.271]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:36.0103831Z [00:02:58.271]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.0104253Z [00:02:58.271]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:36.0104672Z [00:02:58.271]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:36.0105237Z [00:02:58.271]➜  EOF
2025-08-20T23:00:36.0110411Z [00:02:58.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2162/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.3.6=>github.com/cyphar/filepath-securejoin@v0.3.6;$WORK/b2162=>" -p github.com/cyphar/filepath-securejoin -lang=go1.18 -complete -installsuffix shared -buildid CCaq0-fLUsZI4TNJ3dg4/CCaq0-fLUsZI4TNJ3dg4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2162/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:00:36.0157348Z [00:02:58.277]➜  go tool buildid -w $WORK/b2159/_pkg_.a # internal
2025-08-20T23:00:36.0171560Z [00:02:58.278]➜  cp $WORK/b2159/_pkg_.a /root/.cache/go-build/08/082aa33f21a28bcec3cdec3b6aee3738032638dcd881dc84f1784e1af3bc2c2b-d # internal
2025-08-20T23:00:36.0176466Z [00:02:58.278]➜  github.com/go-git/go-billy/v5/helper/polyfill
2025-08-20T23:00:36.0176827Z [00:02:58.278]➜  mkdir -p $WORK/b2164/
2025-08-20T23:00:36.0177425Z [00:02:58.278]➜  cat >/tmp/go-build2180205415/b2164/importcfg << 'EOF' # internal
2025-08-20T23:00:36.0177855Z [00:02:58.278]➜  # import config
2025-08-20T23:00:36.0178281Z [00:02:58.278]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build2180205415/b2160/_pkg_.a
2025-08-20T23:00:36.0178772Z [00:02:58.278]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:36.0179214Z [00:02:58.278]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:36.0179555Z [00:02:58.278]➜  EOF
2025-08-20T23:00:36.0181701Z [00:02:58.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2164/_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/b2164=>" -p github.com/go-git/go-billy/v5/helper/polyfill -lang=go1.21 -complete -installsuffix shared -buildid fElHXVOlHEbYP8FWn3_v/fElHXVOlHEbYP8FWn3_v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2164/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/polyfill/polyfill.go
2025-08-20T23:00:36.0413001Z [00:02:58.300]➜  go tool buildid -w $WORK/b2164/_pkg_.a # internal
2025-08-20T23:00:36.0413805Z [00:02:58.300]➜  cp $WORK/b2164/_pkg_.a /root/.cache/go-build/a5/a54fcbd9aaa61bae428cd2b610087e7b7038e8f35c9483e27068390564b425eb-d # internal
2025-08-20T23:00:36.0414447Z [00:02:58.301]➜  github.com/go-git/go-billy/v5/helper/chroot
2025-08-20T23:00:36.0414767Z [00:02:58.301]➜  mkdir -p $WORK/b2163/
2025-08-20T23:00:36.0415143Z [00:02:58.301]➜  cat >/tmp/go-build2180205415/b2163/importcfg << 'EOF' # internal
2025-08-20T23:00:36.0415493Z [00:02:58.301]➜  # import config
2025-08-20T23:00:36.0416014Z [00:02:58.301]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build2180205415/b2160/_pkg_.a
2025-08-20T23:00:36.0416713Z [00:02:58.301]➜  packagefile github.com/go-git/go-billy/v5/helper/polyfill=/tmp/go-build2180205415/b2164/_pkg_.a
2025-08-20T23:00:36.0417265Z [00:02:58.301]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:36.0417713Z [00:02:58.301]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:36.0418287Z [00:02:58.301]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.0418895Z [00:02:58.301]➜  EOF
2025-08-20T23:00:36.0420865Z [00:02:58.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2163/_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/b2163=>" -p github.com/go-git/go-billy/v5/helper/chroot -lang=go1.21 -complete -installsuffix shared -buildid WIgHHao-1M0KOXmp5PKy/WIgHHao-1M0KOXmp5PKy -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/helper/chroot/chroot.go
2025-08-20T23:00:36.0734538Z [00:02:58.334]➜  go tool buildid -w $WORK/b2163/_pkg_.a # internal
2025-08-20T23:00:36.0743021Z [00:02:58.335]➜  cp $WORK/b2163/_pkg_.a /root/.cache/go-build/84/844da7dca10578136ed89c74e0952f193f7cef9b754932bce587cea518c3a539-d # internal
2025-08-20T23:00:36.0743711Z [00:02:58.335]➜  github.com/go-git/go-billy/v5/util
2025-08-20T23:00:36.0747108Z [00:02:58.336]➜  mkdir -p $WORK/b2165/
2025-08-20T23:00:36.0749274Z [00:02:58.336]➜  cat >/tmp/go-build2180205415/b2165/importcfg << 'EOF' # internal
2025-08-20T23:00:36.0749752Z [00:02:58.336]➜  # import config
2025-08-20T23:00:36.0750269Z [00:02:58.336]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:36.0750797Z [00:02:58.336]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build2180205415/b2160/_pkg_.a
2025-08-20T23:00:36.0751284Z [00:02:58.336]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:36.0751705Z [00:02:58.336]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:36.0752148Z [00:02:58.336]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:36.0752599Z [00:02:58.336]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:36.0753266Z [00:02:58.336]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:36.0753802Z [00:02:58.336]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.0754234Z [00:02:58.336]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:36.0754646Z [00:02:58.336]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:36.0754953Z [00:02:58.336]➜  EOF
2025-08-20T23:00:36.0761515Z [00:02:58.336]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2165/_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/b2165=>" -p github.com/go-git/go-billy/v5/util -lang=go1.21 -complete -installsuffix shared -buildid V7Y8krpllFS5CuqNQEjp/V7Y8krpllFS5CuqNQEjp -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/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:00:36.1095091Z [00:02:58.370]➜  go tool buildid -w $WORK/b2165/_pkg_.a # internal
2025-08-20T23:00:36.1101560Z [00:02:58.371]➜  cp $WORK/b2165/_pkg_.a /root/.cache/go-build/f6/f6a2a36e97dffe91110bade33910ad6862965dc29289e36fa1eb799908bb7ecf-d # internal
2025-08-20T23:00:36.1129073Z [00:02:58.374]➜  github.com/go-git/go-git/v5/internal/url
2025-08-20T23:00:36.1130187Z [00:02:58.374]➜  mkdir -p $WORK/b2167/
2025-08-20T23:00:36.1134264Z [00:02:58.374]➜  cat >/tmp/go-build2180205415/b2167/importcfg << 'EOF' # internal
2025-08-20T23:00:36.1134641Z [00:02:58.374]➜  # import config
2025-08-20T23:00:36.1134984Z [00:02:58.375]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:36.1135302Z [00:02:58.375]➜  EOF
2025-08-20T23:00:36.1138730Z [00:02:58.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2167/_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/b2167=>" -p github.com/go-git/go-git/v5/internal/url -lang=go1.21 -complete -installsuffix shared -buildid 5v3-_xVavtP5NhUJeRE-/5v3-_xVavtP5NhUJeRE- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2167/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/internal/url/url.go
2025-08-20T23:00:36.1361469Z [00:02:58.397]➜  go tool buildid -w $WORK/b2167/_pkg_.a # internal
2025-08-20T23:00:36.1371684Z [00:02:58.398]➜  cp $WORK/b2167/_pkg_.a /root/.cache/go-build/ef/ef17c83ac3fc3b8f045eb05748ec1d4309039859be018b5b6a781b0050c4472c-d # internal
2025-08-20T23:00:36.1383410Z [00:02:58.399]➜  github.com/pjbgf/sha1cd
2025-08-20T23:00:36.1384077Z [00:02:58.399]➜  mkdir -p $WORK/b2170/
2025-08-20T23:00:36.1384906Z [00:02:58.400]➜  cat >/tmp/go-build2180205415/b2170/importcfg << 'EOF' # internal
2025-08-20T23:00:36.1385327Z [00:02:58.400]➜  # import config
2025-08-20T23:00:36.1385695Z [00:02:58.400]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:36.1386313Z [00:02:58.400]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:36.1386771Z [00:02:58.400]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:36.1387192Z [00:02:58.400]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.1387710Z [00:02:58.400]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build2180205415/b2171/_pkg_.a
2025-08-20T23:00:36.1388298Z [00:02:58.400]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build2180205415/b2172/_pkg_.a
2025-08-20T23:00:36.1388778Z [00:02:58.400]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:36.1389203Z [00:02:58.400]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:36.1389522Z [00:02:58.400]➜  EOF
2025-08-20T23:00:36.1392278Z [00:02:58.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2170/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2=>github.com/pjbgf/sha1cd@v0.3.2;$WORK/b2170=>" -p github.com/pjbgf/sha1cd -lang=go1.21 -complete -installsuffix shared -buildid l45ZyrjJ8f0du_w-MHTv/l45ZyrjJ8f0du_w-MHTv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2170/importcfg -pack /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_generic.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/sha1cdblock_noasm.go
2025-08-20T23:00:36.1455540Z [00:02:58.407]➜  go tool buildid -w $WORK/b2162/_pkg_.a # internal
2025-08-20T23:00:36.1477634Z [00:02:58.409]➜  cp $WORK/b2162/_pkg_.a /root/.cache/go-build/8b/8b168f4b201b22743f1a1ec192e3a26901e9911cc2a62d32301bea1e8892af11-d # internal
2025-08-20T23:00:36.1486541Z [00:02:58.410]➜  github.com/go-git/go-billy/v5/osfs
2025-08-20T23:00:36.1493195Z [00:02:58.410]➜  mkdir -p $WORK/b2161/
2025-08-20T23:00:36.1504140Z [00:02:58.411]➜  cat >/tmp/go-build2180205415/b2161/importcfg << 'EOF' # internal
2025-08-20T23:00:36.1504889Z [00:02:58.411]➜  # import config
2025-08-20T23:00:36.1505455Z [00:02:58.411]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.1506318Z [00:02:58.411]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build2180205415/b2162/_pkg_.a
2025-08-20T23:00:36.1507614Z [00:02:58.411]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build2180205415/b2160/_pkg_.a
2025-08-20T23:00:36.1508252Z [00:02:58.411]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build2180205415/b2163/_pkg_.a
2025-08-20T23:00:36.1508849Z [00:02:58.411]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T23:00:36.1509318Z [00:02:58.411]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:36.1509723Z [00:02:58.411]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:36.1510171Z [00:02:58.411]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:36.1510633Z [00:02:58.411]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.1511053Z [00:02:58.411]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:36.1511763Z [00:02:58.412]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:36.1512083Z [00:02:58.412]➜  EOF
2025-08-20T23:00:36.1525374Z [00:02:58.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2161/_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/b2161=>" -p github.com/go-git/go-billy/v5/osfs -lang=go1.21 -complete -installsuffix shared -buildid NcFJrZT0UImIIylTOKAw/NcFJrZT0UImIIylTOKAw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2161/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:00:36.1587156Z [00:02:58.420]➜  go tool buildid -w $WORK/b2153/_pkg_.a # internal
2025-08-20T23:00:36.1611858Z [00:02:58.422]➜  cp $WORK/b2153/_pkg_.a /root/.cache/go-build/9d/9d0024806462f9923d6bef27340b756dbdb2b974a0772acecb46ee896f2dd6ed-d # internal
2025-08-20T23:00:36.1614113Z [00:02:58.422]➜  google.golang.org/grpc/balancer/weightedroundrobin
2025-08-20T23:00:36.1614490Z [00:02:58.422]➜  mkdir -p $WORK/b2151/
2025-08-20T23:00:36.1617359Z [00:02:58.423]➜  cat >/tmp/go-build2180205415/b2151/importcfg << 'EOF' # internal
2025-08-20T23:00:36.1617721Z [00:02:58.423]➜  # import config
2025-08-20T23:00:36.1618089Z [00:02:58.423]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:36.1618533Z [00:02:58.423]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.1619317Z [00:02:58.423]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build2180205415/b2119/_pkg_.a
2025-08-20T23:00:36.1620027Z [00:02:58.423]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:36.1620704Z [00:02:58.423]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build2180205415/b388/_pkg_.a
2025-08-20T23:00:36.1621706Z [00:02:58.423]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build2180205415/b381/_pkg_.a
2025-08-20T23:00:36.1622521Z [00:02:58.423]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin/internal=/tmp/go-build2180205415/b2152/_pkg_.a
2025-08-20T23:00:36.1623417Z [00:02:58.423]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build2180205415/b2108/_pkg_.a
2025-08-20T23:00:36.1624227Z [00:02:58.423]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:36.1625320Z [00:02:58.423]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2180205415/b374/_pkg_.a
2025-08-20T23:00:36.1626728Z [00:02:58.423]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:36.1627379Z [00:02:58.423]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:36.1628040Z [00:02:58.423]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2180205415/b405/_pkg_.a
2025-08-20T23:00:36.1628721Z [00:02:58.423]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2180205415/b410/_pkg_.a
2025-08-20T23:00:36.1629345Z [00:02:58.423]➜  packagefile google.golang.org/grpc/orca=/tmp/go-build2180205415/b2153/_pkg_.a
2025-08-20T23:00:36.1630013Z [00:02:58.423]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:36.1630674Z [00:02:58.423]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T23:00:36.1631202Z [00:02:58.423]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:36.1631653Z [00:02:58.423]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T23:00:36.1632090Z [00:02:58.423]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:36.1632775Z [00:02:58.423]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:36.1633206Z [00:02:58.423]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:36.1633513Z [00:02:58.423]➜  EOF
2025-08-20T23:00:36.1640909Z [00:02:58.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2151/_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/b2151=>" -p google.golang.org/grpc/balancer/weightedroundrobin -lang=go1.23 -complete -installsuffix shared -buildid G15ynvhiTmTzd4DA7m6F/G15ynvhiTmTzd4DA7m6F -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/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:00:36.1758755Z [00:02:58.437]➜  go tool buildid -w $WORK/b2170/_pkg_.a # internal
2025-08-20T23:00:36.1761768Z [00:02:58.437]➜  cp $WORK/b2170/_pkg_.a /root/.cache/go-build/d9/d9ed622d2a72ec5979c6824b991ec552ae04214d06af16159be2085338fab64b-d # internal
2025-08-20T23:00:36.1762521Z [00:02:58.437]➜  github.com/go-git/go-git/v5/plumbing/hash
2025-08-20T23:00:36.1762856Z [00:02:58.437]➜  mkdir -p $WORK/b2169/
2025-08-20T23:00:36.1770917Z [00:02:58.437]➜  cat >/tmp/go-build2180205415/b2169/importcfg << 'EOF' # internal
2025-08-20T23:00:36.1773247Z [00:02:58.438]➜  # import config
2025-08-20T23:00:36.1773716Z [00:02:58.438]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:36.1774417Z [00:02:58.438]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.1774972Z [00:02:58.438]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build2180205415/b2170/_pkg_.a
2025-08-20T23:00:36.1775464Z [00:02:58.438]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:36.1775899Z [00:02:58.438]➜  EOF
2025-08-20T23:00:36.1778285Z [00:02:58.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2169/_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/b2169=>" -p github.com/go-git/go-git/v5/plumbing/hash -lang=go1.21 -complete -installsuffix shared -buildid 9Te82FNG__Q3_a4Eu8v2/9Te82FNG__Q3_a4Eu8v2 -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/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:00:36.1907228Z [00:02:58.452]➜  go tool buildid -w $WORK/b2169/_pkg_.a # internal
2025-08-20T23:00:36.1913896Z [00:02:58.452]➜  cp $WORK/b2169/_pkg_.a /root/.cache/go-build/8c/8c0920ec418acbffe93647e38e081335ea3f851c2bb5c3dca54d3be51e23801f-d # internal
2025-08-20T23:00:36.1935262Z [00:02:58.455]➜  github.com/go-git/go-git/v5/plumbing
2025-08-20T23:00:36.1935657Z [00:02:58.455]➜  mkdir -p $WORK/b2168/
2025-08-20T23:00:36.1944278Z [00:02:58.455]➜  cat >/tmp/go-build2180205415/b2168/importcfg << 'EOF' # internal
2025-08-20T23:00:36.1944675Z [00:02:58.455]➜  # import config
2025-08-20T23:00:36.1945025Z [00:02:58.455]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:36.1945471Z [00:02:58.455]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:36.1946029Z [00:02:58.455]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:36.1946472Z [00:02:58.455]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.1947029Z [00:02:58.455]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build2180205415/b2169/_pkg_.a
2025-08-20T23:00:36.1947548Z [00:02:58.455]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:36.1948248Z [00:02:58.455]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:36.1948664Z [00:02:58.455]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:36.1949083Z [00:02:58.455]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:36.1949510Z [00:02:58.455]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.1949828Z [00:02:58.455]➜  EOF
2025-08-20T23:00:36.1953004Z [00:02:58.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2168/_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/b2168=>" -p github.com/go-git/go-git/v5/plumbing -lang=go1.21 -complete -installsuffix shared -buildid Naop6PtRZ4D9zfK9q8Um/Naop6PtRZ4D9zfK9q8Um -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/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:00:36.2353103Z [00:02:58.496]➜  go tool buildid -w $WORK/b2161/_pkg_.a # internal
2025-08-20T23:00:36.2369705Z [00:02:58.498]➜  cp $WORK/b2161/_pkg_.a /root/.cache/go-build/af/afa2ea4fd3d6050c57598570150b1df33869cb0540d75d0809b2ce2dad99f8ec-d # internal
2025-08-20T23:00:36.2378502Z [00:02:58.498]➜  github.com/go-git/gcfg/token
2025-08-20T23:00:36.2380611Z [00:02:58.498]➜  mkdir -p $WORK/b2176/
2025-08-20T23:00:36.2381058Z [00:02:58.499]➜  cat >/tmp/go-build2180205415/b2176/importcfg << 'EOF' # internal
2025-08-20T23:00:36.2381675Z [00:02:58.499]➜  # import config
2025-08-20T23:00:36.2382069Z [00:02:58.499]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.2382502Z [00:02:58.499]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:36.2382926Z [00:02:58.499]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:36.2383347Z [00:02:58.499]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:36.2383653Z [00:02:58.499]➜  EOF
2025-08-20T23:00:36.2386673Z [00:02:58.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2176/_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/b2176=>" -p github.com/go-git/gcfg/token -lang=go1.13 -complete -installsuffix shared -buildid eZUqGxALUeirD622xmQ3/eZUqGxALUeirD622xmQ3 -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/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:00:36.2542729Z [00:02:58.515]➜  go tool buildid -w $WORK/b2151/_pkg_.a # internal
2025-08-20T23:00:36.2569687Z [00:02:58.518]➜  cp $WORK/b2151/_pkg_.a /root/.cache/go-build/f3/f3509696744ae228ebeb944b238eefa839039c6dfa508bd5c1bec09591aca9a9-d # internal
2025-08-20T23:00:36.2597124Z [00:02:58.520]➜  github.com/go-git/gcfg/types
2025-08-20T23:00:36.2597983Z [00:02:58.520]➜  mkdir -p $WORK/b2177/
2025-08-20T23:00:36.2598864Z [00:02:58.521]➜  cat >/tmp/go-build2180205415/b2177/importcfg << 'EOF' # internal
2025-08-20T23:00:36.2599687Z [00:02:58.521]➜  # import config
2025-08-20T23:00:36.2600102Z [00:02:58.521]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.2600538Z [00:02:58.521]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:36.2600959Z [00:02:58.521]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:36.2601393Z [00:02:58.521]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.2602062Z [00:02:58.521]➜  EOF
2025-08-20T23:00:36.2605481Z [00:02:58.521]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2177/_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/b2177=>" -p github.com/go-git/gcfg/types -lang=go1.13 -complete -installsuffix shared -buildid H8Pf62rLl5BQ8Yx_gkUv/H8Pf62rLl5BQ8Yx_gkUv -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/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:00:36.2810556Z [00:02:58.542]➜  go tool buildid -w $WORK/b2176/_pkg_.a # internal
2025-08-20T23:00:36.2818055Z [00:02:58.543]➜  cp $WORK/b2176/_pkg_.a /root/.cache/go-build/b4/b4c1732b0bd93ebabdd704c404b1e92ba6b8f3aa14884a8c331cf92271bf7340-d # internal
2025-08-20T23:00:36.2819024Z [00:02:58.543]➜  github.com/go-git/gcfg/scanner
2025-08-20T23:00:36.2819634Z [00:02:58.543]➜  mkdir -p $WORK/b2175/
2025-08-20T23:00:36.2823908Z [00:02:58.543]➜  cat >/tmp/go-build2180205415/b2175/importcfg << 'EOF' # internal
2025-08-20T23:00:36.2824403Z [00:02:58.543]➜  # import config
2025-08-20T23:00:36.2824864Z [00:02:58.543]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.2825499Z [00:02:58.543]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build2180205415/b2176/_pkg_.a
2025-08-20T23:00:36.2834117Z [00:02:58.543]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:36.2834781Z [00:02:58.543]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:36.2835260Z [00:02:58.543]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:36.2835682Z [00:02:58.543]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:36.2836304Z [00:02:58.544]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:36.2836644Z [00:02:58.544]➜  EOF
2025-08-20T23:00:36.2839276Z [00:02:58.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2175/_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/b2175=>" -p github.com/go-git/gcfg/scanner -lang=go1.13 -complete -installsuffix shared -buildid 4EOwOt-4wk7PjvMLSxL1/4EOwOt-4wk7PjvMLSxL1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2175/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:00:36.2908477Z [00:02:58.551]➜  go tool buildid -w $WORK/b2168/_pkg_.a # internal
2025-08-20T23:00:36.2916387Z [00:02:58.553]➜  cp $WORK/b2168/_pkg_.a /root/.cache/go-build/ca/caf608af7296b486fb9c9265041e7e889650766c95f3bf4024f028017e40a5a6-d # internal
2025-08-20T23:00:36.2921092Z [00:02:58.553]➜  gopkg.in/warnings.v0
2025-08-20T23:00:36.2921398Z [00:02:58.553]➜  mkdir -p $WORK/b2178/
2025-08-20T23:00:36.2921779Z [00:02:58.553]➜  cat >/tmp/go-build2180205415/b2178/importcfg << 'EOF' # internal
2025-08-20T23:00:36.2922124Z [00:02:58.553]➜  # import config
2025-08-20T23:00:36.2922461Z [00:02:58.553]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:36.2923048Z [00:02:58.553]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.2923363Z [00:02:58.553]➜  EOF
2025-08-20T23:00:36.2924990Z [00:02:58.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2178/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/warnings.v0@v0.1.2=>gopkg.in/warnings.v0@v0.1.2;$WORK/b2178=>" -p gopkg.in/warnings.v0 -lang=go1.16 -complete -installsuffix shared -buildid Pf7aBBzY2EL2qDUv1NKx/Pf7aBBzY2EL2qDUv1NKx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2178/importcfg -pack /root/go/pkg/mod/gopkg.in/warnings.v0@v0.1.2/warnings.go
2025-08-20T23:00:36.2933915Z [00:02:58.554]➜  go tool buildid -w $WORK/b2177/_pkg_.a # internal
2025-08-20T23:00:36.2937268Z [00:02:58.555]➜  cp $WORK/b2177/_pkg_.a /root/.cache/go-build/3c/3c1b9180bb97be1aa41a76d0c6f72450a52021ed5251e43a43819392c134b639-d # internal
2025-08-20T23:00:36.2956782Z [00:02:58.556]➜  github.com/go-git/go-git/v5/internal/path_util
2025-08-20T23:00:36.2957784Z [00:02:58.556]➜  mkdir -p $WORK/b2179/
2025-08-20T23:00:36.2959723Z [00:02:58.556]➜  cat >/tmp/go-build2180205415/b2179/importcfg << 'EOF' # internal
2025-08-20T23:00:36.2960255Z [00:02:58.556]➜  # import config
2025-08-20T23:00:36.2960942Z [00:02:58.556]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:36.2963105Z [00:02:58.556]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T23:00:36.2963542Z [00:02:58.556]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.2963859Z [00:02:58.556]➜  EOF
2025-08-20T23:00:36.2966037Z [00:02:58.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2179/_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/b2179=>" -p github.com/go-git/go-git/v5/internal/path_util -lang=go1.21 -complete -installsuffix shared -buildid 4owFPO_3e3eFHdgm5gJD/4owFPO_3e3eFHdgm5gJD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2179/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:00:36.3075945Z [00:02:58.568]➜  go tool buildid -w $WORK/b2178/_pkg_.a # internal
2025-08-20T23:00:36.3078683Z [00:02:58.569]➜  cp $WORK/b2178/_pkg_.a /root/.cache/go-build/a7/a7f2e46f23ea6348b1bd3d85a2904e5e9e6638c8216c00391982dffcbd996184-d # internal
2025-08-20T23:00:36.3081369Z [00:02:58.569]➜  github.com/go-git/go-git/v5/internal/revision
2025-08-20T23:00:36.3083140Z [00:02:58.569]➜  mkdir -p $WORK/b2180/
2025-08-20T23:00:36.3088994Z [00:02:58.570]➜  cat >/tmp/go-build2180205415/b2180/importcfg << 'EOF' # internal
2025-08-20T23:00:36.3089379Z [00:02:58.570]➜  # import config
2025-08-20T23:00:36.3089722Z [00:02:58.570]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:36.3090146Z [00:02:58.570]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:36.3090554Z [00:02:58.570]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.3091209Z [00:02:58.570]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:36.3091783Z [00:02:58.570]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:36.3092494Z [00:02:58.570]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:36.3092991Z [00:02:58.570]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:36.3093411Z [00:02:58.570]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:36.3093729Z [00:02:58.570]➜  EOF
2025-08-20T23:00:36.3096724Z [00:02:58.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2180/_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/b2180=>" -p github.com/go-git/go-git/v5/internal/revision -lang=go1.21 -complete -installsuffix shared -buildid VPWo4pyuRdmibAAlxj-Z/VPWo4pyuRdmibAAlxj-Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2180/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:00:36.3138865Z [00:02:58.575]➜  go tool buildid -w $WORK/b2179/_pkg_.a # internal
2025-08-20T23:00:36.3151018Z [00:02:58.576]➜  cp $WORK/b2179/_pkg_.a /root/.cache/go-build/2e/2e8e31e05ef7cb721b8863a41a9aa98eb1784e450e07447d0c7d14cc125d7ab6-d # internal
2025-08-20T23:00:36.3167328Z [00:02:58.576]➜  github.com/go-git/go-git/v5/plumbing/cache
2025-08-20T23:00:36.3170853Z [00:02:58.576]➜  mkdir -p $WORK/b2181/
2025-08-20T23:00:36.3171283Z [00:02:58.576]➜  cat >/tmp/go-build2180205415/b2181/importcfg << 'EOF' # internal
2025-08-20T23:00:36.3171640Z [00:02:58.576]➜  # import config
2025-08-20T23:00:36.3172008Z [00:02:58.576]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T23:00:36.3172581Z [00:02:58.576]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:36.3173103Z [00:02:58.576]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:36.3173411Z [00:02:58.576]➜  EOF
2025-08-20T23:00:36.3176194Z [00:02:58.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2181/_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/b2181=>" -p github.com/go-git/go-git/v5/plumbing/cache -lang=go1.21 -complete -installsuffix shared -buildid XmJHQUOv7lkVq1uI-dO0/XmJHQUOv7lkVq1uI-dO0 -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/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:00:36.3184971Z [00:02:58.579]➜  go tool buildid -w $WORK/b2031/_pkg_.a # internal
2025-08-20T23:00:36.3201432Z [00:02:58.581]➜  go tool buildid -w $WORK/b2175/_pkg_.a # internal
2025-08-20T23:00:36.3207449Z [00:02:58.582]➜  cp $WORK/b2175/_pkg_.a /root/.cache/go-build/0b/0ba251a7383ebb01ddaf55e0c7d0185d1cd6a1874ff66ecc93e51f604ea929e1-d # internal
2025-08-20T23:00:36.3209474Z [00:02:58.582]➜  github.com/go-git/gcfg
2025-08-20T23:00:36.3209947Z [00:02:58.582]➜  mkdir -p $WORK/b2174/
2025-08-20T23:00:36.3214483Z [00:02:58.582]➜  cat >/tmp/go-build2180205415/b2174/importcfg << 'EOF' # internal
2025-08-20T23:00:36.3215404Z [00:02:58.583]➜  # import config
2025-08-20T23:00:36.3216635Z [00:02:58.583]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:36.3218209Z [00:02:58.583]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T23:00:36.3219436Z [00:02:58.583]➜  packagefile encoding/gob=/tmp/go-build2180205415/b474/_pkg_.a
2025-08-20T23:00:36.3219935Z [00:02:58.583]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.3220695Z [00:02:58.583]➜  packagefile github.com/go-git/gcfg/scanner=/tmp/go-build2180205415/b2175/_pkg_.a
2025-08-20T23:00:36.3221466Z [00:02:58.583]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build2180205415/b2176/_pkg_.a
2025-08-20T23:00:36.3222034Z [00:02:58.583]➜  packagefile github.com/go-git/gcfg/types=/tmp/go-build2180205415/b2177/_pkg_.a
2025-08-20T23:00:36.3222588Z [00:02:58.583]➜  packagefile gopkg.in/warnings.v0=/tmp/go-build2180205415/b2178/_pkg_.a
2025-08-20T23:00:36.3223047Z [00:02:58.583]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:36.3223467Z [00:02:58.583]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:36.3223880Z [00:02:58.583]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:36.3224294Z [00:02:58.583]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:36.3224723Z [00:02:58.583]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.3225154Z [00:02:58.583]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:36.3225607Z [00:02:58.583]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:36.3226211Z [00:02:58.583]➜  EOF
2025-08-20T23:00:36.3229135Z [00:02:58.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2174/_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/b2174=>" -p github.com/go-git/gcfg -lang=go1.13 -complete -installsuffix shared -buildid 5uc8XYDDkbxoul8gNyu4/5uc8XYDDkbxoul8gNyu4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2174/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:00:36.3458380Z [00:02:58.607]➜  go tool buildid -w $WORK/b2181/_pkg_.a # internal
2025-08-20T23:00:36.3469558Z [00:02:58.607]➜  cp $WORK/b2181/_pkg_.a /root/.cache/go-build/ee/ee8db584eee8a6260579833f729ae46ec7b65955f2e8e1f5bb259bd811b5ac06-d # internal
2025-08-20T23:00:36.3474920Z [00:02:58.608]➜  github.com/go-git/go-git/v5/plumbing/filemode
2025-08-20T23:00:36.3475317Z [00:02:58.608]➜  mkdir -p $WORK/b2182/
2025-08-20T23:00:36.3475706Z [00:02:58.608]➜  cat >/tmp/go-build2180205415/b2182/importcfg << 'EOF' # internal
2025-08-20T23:00:36.3485018Z [00:02:58.608]➜  # import config
2025-08-20T23:00:36.3485409Z [00:02:58.608]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:36.3485999Z [00:02:58.608]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.3486467Z [00:02:58.608]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:36.3490684Z [00:02:58.608]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:36.3491130Z [00:02:58.608]➜  EOF
2025-08-20T23:00:36.3493374Z [00:02:58.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2182/_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/b2182=>" -p github.com/go-git/go-git/v5/plumbing/filemode -lang=go1.21 -complete -installsuffix shared -buildid YZPz2YKWy7b9M9D9Ck22/YZPz2YKWy7b9M9D9Ck22 -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/plumbing/filemode/filemode.go
2025-08-20T23:00:36.3495482Z [00:02:58.610]➜  go tool buildid -w $WORK/b2180/_pkg_.a # internal
2025-08-20T23:00:36.3527749Z [00:02:58.614]➜  cp $WORK/b2180/_pkg_.a /root/.cache/go-build/70/70ddf56c7e14e05308c695916fb14cf07f0df0b53f94a140f86a6118efd80acd-d # internal
2025-08-20T23:00:36.3542408Z [00:02:58.615]➜  golang.org/x/net/context
2025-08-20T23:00:36.3543694Z [00:02:58.615]➜  mkdir -p $WORK/b2186/
2025-08-20T23:00:36.3548757Z [00:02:58.615]➜  cat >/tmp/go-build2180205415/b2186/importcfg << 'EOF' # internal
2025-08-20T23:00:36.3549195Z [00:02:58.615]➜  # import config
2025-08-20T23:00:36.3549543Z [00:02:58.615]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:36.3549973Z [00:02:58.615]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:36.3550280Z [00:02:58.615]➜  EOF
2025-08-20T23:00:36.3562510Z [00:02:58.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2186/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/context=>golang.org/x/net@v0.42.0/context;$WORK/b2186=>" -p golang.org/x/net/context -lang=go1.23 -complete -installsuffix shared -buildid 8__EztRbRn1DjjxUC2-E/8__EztRbRn1DjjxUC2-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2186/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/context/context.go
2025-08-20T23:00:36.3638839Z [00:02:58.625]➜  go tool buildid -w $WORK/b2182/_pkg_.a # internal
2025-08-20T23:00:36.3753454Z [00:02:58.636]➜  go tool buildid -w $WORK/b2186/_pkg_.a # internal
2025-08-20T23:00:36.3790965Z [00:02:58.640]➜  go tool buildid -w $WORK/b2174/_pkg_.a # internal
2025-08-20T23:00:36.5180441Z [00:02:58.779]➜  cp $WORK/b2031/_pkg_.a /root/.cache/go-build/91/9175c971437edba458aec7980d49678196ed7f21afb28e1fb2036d16c243d2ba-d # internal
2025-08-20T23:00:36.5181911Z [00:02:58.779]➜  google.golang.org/grpc/internal/xds/bootstrap
2025-08-20T23:00:36.5182338Z [00:02:58.779]➜  mkdir -p $WORK/b2030/
2025-08-20T23:00:36.5182984Z [00:02:58.779]➜  cp $WORK/b2182/_pkg_.a /root/.cache/go-build/7b/7bb5ae53e0380ca0a2adab529cfd4ab5a8b77c9ff676929f27d8fbba9e16f848-d # internal
2025-08-20T23:00:36.5183878Z [00:02:58.779]➜  cp $WORK/b2186/_pkg_.a /root/.cache/go-build/03/033f29d400b6149a991bca4dc4e195e29448a0373e29c9e62000d4356d68c460-d # internal
2025-08-20T23:00:36.5184526Z [00:02:58.779]➜  cat >/tmp/go-build2180205415/b2030/importcfg << 'EOF' # internal
2025-08-20T23:00:36.5184896Z [00:02:58.779]➜  # import config
2025-08-20T23:00:36.5185250Z [00:02:58.779]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:36.5185697Z [00:02:58.779]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:36.5186285Z [00:02:58.779]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.5188851Z [00:02:58.779]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:36.5189598Z [00:02:58.779]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:36.5190301Z [00:02:58.779]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build2180205415/b2038/_pkg_.a
2025-08-20T23:00:36.5190964Z [00:02:58.779]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:36.5191552Z [00:02:58.779]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T23:00:36.5192421Z [00:02:58.779]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2180205415/b371/_pkg_.a
2025-08-20T23:00:36.5193193Z [00:02:58.779]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:36.5193834Z [00:02:58.779]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build2180205415/b2051/_pkg_.a
2025-08-20T23:00:36.5194450Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:36.5195118Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:36.5195674Z [00:02:58.779]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T23:00:36.5196400Z [00:02:58.779]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:36.5196817Z [00:02:58.779]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:36.5197387Z [00:02:58.779]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:36.5197972Z [00:02:58.779]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.5198288Z [00:02:58.779]➜  EOF
2025-08-20T23:00:36.5200990Z [00:02:58.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2030/_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/b2030=>" -p google.golang.org/grpc/internal/xds/bootstrap -lang=go1.23 -complete -installsuffix shared -buildid -L5uHbU56C4icAg1PKEe/-L5uHbU56C4icAg1PKEe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2030/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:00:36.5217809Z [00:02:58.779]➜  github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3
2025-08-20T23:00:36.5218239Z [00:02:58.779]➜  mkdir -p $WORK/b2067/
2025-08-20T23:00:36.5218623Z [00:02:58.779]➜  cat >/tmp/go-build2180205415/b2067/importcfg << 'EOF' # internal
2025-08-20T23:00:36.5218974Z [00:02:58.779]➜  # import config
2025-08-20T23:00:36.5219621Z [00:02:58.779]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:36.5220041Z [00:02:58.779]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:36.5220455Z [00:02:58.779]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.5220988Z [00:02:58.779]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:36.5221716Z [00:02:58.779]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:36.5222509Z [00:02:58.779]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:36.5223280Z [00:02:58.779]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:36.5224067Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:36.5224775Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:36.5225459Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:36.5226608Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:36.5227354Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:36.5228093Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:36.5228661Z [00:02:58.779]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:36.5229255Z [00:02:58.779]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:36.5229786Z [00:02:58.779]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:36.5230222Z [00:02:58.779]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:36.5230641Z [00:02:58.779]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:36.5231055Z [00:02:58.779]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:36.5231472Z [00:02:58.779]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.5231888Z [00:02:58.779]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:36.5232294Z [00:02:58.779]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:36.5232731Z [00:02:58.779]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:36.5233062Z [00:02:58.779]➜  EOF
2025-08-20T23:00:36.5236263Z [00:02:58.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2067/_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/b2067=>" -p github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3 -lang=go1.22 -complete -installsuffix shared -buildid MLWhXyACADHfLqmhXpt5/MLWhXyACADHfLqmhXpt5 -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/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:00:36.5238864Z [00:02:58.779]➜  github.com/envoyproxy/go-control-plane/envoy/config/route/v3
2025-08-20T23:00:36.5239261Z [00:02:58.779]➜  mkdir -p $WORK/b2060/
2025-08-20T23:00:36.5239881Z [00:02:58.779]➜  cp $WORK/b2174/_pkg_.a /root/.cache/go-build/e6/e6cc3b812aec671742b4af2a66dc1d467ae05da8f9111be15273247cf83021bf-d # internal
2025-08-20T23:00:36.5240546Z [00:02:58.779]➜  cat >/tmp/go-build2180205415/b2060/importcfg << 'EOF' # internal
2025-08-20T23:00:36.5240896Z [00:02:58.779]➜  # import config
2025-08-20T23:00:36.5241374Z [00:02:58.779]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:36.5241795Z [00:02:58.779]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:36.5242205Z [00:02:58.779]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.5242743Z [00:02:58.779]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:36.5243407Z [00:02:58.779]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build2180205415/b2061/_pkg_.a
2025-08-20T23:00:36.5244136Z [00:02:58.779]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:36.5244940Z [00:02:58.779]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:36.5245749Z [00:02:58.779]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2180205415/b2036/_pkg_.a
2025-08-20T23:00:36.5246763Z [00:02:58.779]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build2180205415/b2065/_pkg_.a
2025-08-20T23:00:36.5247583Z [00:02:58.779]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build2180205415/b2066/_pkg_.a
2025-08-20T23:00:36.5248359Z [00:02:58.779]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:36.5249098Z [00:02:58.779]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:36.5249823Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:36.5250710Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:36.5251488Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:36.5252207Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:36.5252938Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:36.5253502Z [00:02:58.779]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:36.5253926Z [00:02:58.779]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:36.5254358Z [00:02:58.779]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:36.5254786Z [00:02:58.779]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:36.5255310Z [00:02:58.779]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:36.5256031Z [00:02:58.779]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:36.5256522Z [00:02:58.779]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.5256942Z [00:02:58.779]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:36.5257351Z [00:02:58.779]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:36.5257791Z [00:02:58.779]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:36.5258125Z [00:02:58.779]➜  EOF
2025-08-20T23:00:36.5262465Z [00:02:58.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2060/_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/b2060=>" -p github.com/envoyproxy/go-control-plane/envoy/config/route/v3 -lang=go1.22 -complete -installsuffix shared -buildid _vBaCwXAKCvOmqn_QUVs/_vBaCwXAKCvOmqn_QUVs -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/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:00:36.5266710Z [00:02:58.779]➜  github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3
2025-08-20T23:00:36.5267093Z [00:02:58.779]➜  mkdir -p $WORK/b2069/
2025-08-20T23:00:36.5267467Z [00:02:58.779]➜  cat >/tmp/go-build2180205415/b2069/importcfg << 'EOF' # internal
2025-08-20T23:00:36.5267930Z [00:02:58.779]➜  # import config
2025-08-20T23:00:36.5268343Z [00:02:58.779]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:36.5268765Z [00:02:58.779]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:36.5269181Z [00:02:58.779]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.5269717Z [00:02:58.779]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:36.5270382Z [00:02:58.779]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2180205415/b2033/_pkg_.a
2025-08-20T23:00:36.5271121Z [00:02:58.779]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:36.5271894Z [00:02:58.779]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:36.5272640Z [00:02:58.779]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:36.5273363Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:36.5274068Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:36.5274773Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:36.5275481Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:36.5276359Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:36.5277094Z [00:02:58.779]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:36.5277788Z [00:02:58.779]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:36.5278349Z [00:02:58.779]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:36.5278782Z [00:02:58.779]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:36.5279212Z [00:02:58.779]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:36.5279636Z [00:02:58.779]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:36.5280049Z [00:02:58.779]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:36.5280465Z [00:02:58.779]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.5280881Z [00:02:58.779]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:36.5281290Z [00:02:58.779]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:36.5281725Z [00:02:58.779]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:36.5282058Z [00:02:58.779]➜  EOF
2025-08-20T23:00:36.5287232Z [00:02:58.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2069/_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/b2069=>" -p github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3 -lang=go1.22 -complete -installsuffix shared -buildid 4UtP65I7lvQTxaG_pOxv/4UtP65I7lvQTxaG_pOxv -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/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:00:36.6153078Z [00:02:58.876]➜  go tool buildid -w $WORK/b2030/_pkg_.a # internal
2025-08-20T23:00:36.6204968Z [00:02:58.882]➜  cp $WORK/b2030/_pkg_.a /root/.cache/go-build/82/8257251a95b07db69714aa03ac68afcf848eff53dc2be8182f0b7dab6176fbd1-d # internal
2025-08-20T23:00:36.6211383Z [00:02:58.882]➜  github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3
2025-08-20T23:00:36.6212651Z [00:02:58.882]➜  mkdir -p $WORK/b2071/
2025-08-20T23:00:36.6219516Z [00:02:58.883]➜  cat >/tmp/go-build2180205415/b2071/importcfg << 'EOF' # internal
2025-08-20T23:00:36.6220606Z [00:02:58.883]➜  # import config
2025-08-20T23:00:36.6220967Z [00:02:58.883]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:36.6221401Z [00:02:58.883]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:36.6221852Z [00:02:58.883]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.6222408Z [00:02:58.883]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:36.6223240Z [00:02:58.883]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:36.6224279Z [00:02:58.883]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2180205415/b2036/_pkg_.a
2025-08-20T23:00:36.6225183Z [00:02:58.883]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:36.6226122Z [00:02:58.883]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:36.6226974Z [00:02:58.883]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:36.6228067Z [00:02:58.883]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:36.6246722Z [00:02:58.883]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:36.6247341Z [00:02:58.883]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:36.6247782Z [00:02:58.883]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:36.6248217Z [00:02:58.883]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:36.6248645Z [00:02:58.883]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:36.6249071Z [00:02:58.883]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:36.6249488Z [00:02:58.883]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:36.6249909Z [00:02:58.883]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.6250333Z [00:02:58.883]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:36.6250755Z [00:02:58.883]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:36.6251192Z [00:02:58.883]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:36.6251522Z [00:02:58.883]➜  EOF
2025-08-20T23:00:36.6255579Z [00:02:58.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2071/_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/b2071=>" -p github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3 -lang=go1.22 -complete -installsuffix shared -buildid _HoWe8UKbm8RNj7nYhO2/_HoWe8UKbm8RNj7nYhO2 -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/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:00:36.7550603Z [00:02:59.016]➜  go tool buildid -w $WORK/b2067/_pkg_.a # internal
2025-08-20T23:00:36.7597491Z [00:02:59.021]➜  cp $WORK/b2067/_pkg_.a /root/.cache/go-build/b5/b5798bbe0c07d13b2ba646823e3acec981fe1f4407f64a5469473a51ce47d1c1-d # internal
2025-08-20T23:00:36.7609532Z [00:02:59.022]➜  github.com/envoyproxy/go-control-plane/envoy/config/trace/v3
2025-08-20T23:00:36.7616575Z [00:02:59.023]➜  mkdir -p $WORK/b2073/
2025-08-20T23:00:36.7626949Z [00:02:59.024]➜  cat >/tmp/go-build2180205415/b2073/importcfg << 'EOF' # internal
2025-08-20T23:00:36.7628818Z [00:02:59.024]➜  # import config
2025-08-20T23:00:36.7629499Z [00:02:59.024]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:36.7630356Z [00:02:59.024]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:36.7630973Z [00:02:59.024]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.7632201Z [00:02:59.024]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:36.7632953Z [00:02:59.024]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:36.7633750Z [00:02:59.024]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:36.7634521Z [00:02:59.024]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:36.7635245Z [00:02:59.024]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:36.7641721Z [00:02:59.024]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:36.7642905Z [00:02:59.024]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:36.7643685Z [00:02:59.024]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:36.7644420Z [00:02:59.024]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:36.7645148Z [00:02:59.024]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:36.7645704Z [00:02:59.024]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:36.7646335Z [00:02:59.024]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:36.7646768Z [00:02:59.024]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:36.7647190Z [00:02:59.024]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:36.7647615Z [00:02:59.024]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:36.7648040Z [00:02:59.024]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:36.7648456Z [00:02:59.024]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.7649126Z [00:02:59.024]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:36.7649539Z [00:02:59.024]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:36.7649978Z [00:02:59.024]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:36.7650313Z [00:02:59.024]➜  EOF
2025-08-20T23:00:36.7668275Z [00:02:59.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2073/_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/b2073=>" -p github.com/envoyproxy/go-control-plane/envoy/config/trace/v3 -lang=go1.22 -complete -installsuffix shared -buildid p60EjKNj0i3LT3c91PkA/p60EjKNj0i3LT3c91PkA -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/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:00:36.8036603Z [00:02:59.064]➜  go tool buildid -w $WORK/b2071/_pkg_.a # internal
2025-08-20T23:00:36.8067595Z [00:02:59.068]➜  cp $WORK/b2071/_pkg_.a /root/.cache/go-build/cb/cb4b5faa9ddc733931f550302afd732c4623de4b8b5b82319d39d126c005842d-d # internal
2025-08-20T23:00:36.8076418Z [00:02:59.069]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3
2025-08-20T23:00:36.8081476Z [00:02:59.069]➜  mkdir -p $WORK/b2074/
2025-08-20T23:00:36.8093016Z [00:02:59.069]➜  cat >/tmp/go-build2180205415/b2074/importcfg << 'EOF' # internal
2025-08-20T23:00:36.8093411Z [00:02:59.069]➜  # import config
2025-08-20T23:00:36.8093754Z [00:02:59.069]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:36.8094203Z [00:02:59.069]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:36.8094634Z [00:02:59.069]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.8095183Z [00:02:59.069]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:36.8096084Z [00:02:59.069]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:36.8096959Z [00:02:59.069]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:36.8097770Z [00:02:59.069]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2180205415/b2036/_pkg_.a
2025-08-20T23:00:36.8098540Z [00:02:59.069]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:36.8099269Z [00:02:59.070]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:36.8103499Z [00:02:59.070]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:36.8104708Z [00:02:59.070]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:36.8105674Z [00:02:59.070]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:36.8106872Z [00:02:59.070]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:36.8107591Z [00:02:59.070]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:36.8131377Z [00:02:59.070]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:36.8131914Z [00:02:59.070]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:36.8132361Z [00:02:59.070]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:36.8133062Z [00:02:59.070]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:36.8133656Z [00:02:59.070]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:36.8134081Z [00:02:59.070]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.8136980Z [00:02:59.070]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:36.8137489Z [00:02:59.070]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:36.8137951Z [00:02:59.070]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:36.8138287Z [00:02:59.070]➜  EOF
2025-08-20T23:00:36.8145245Z [00:02:59.070]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2074/_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/b2074=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3 -lang=go1.22 -complete -installsuffix shared -buildid CMzogV6HVmg-F8cA5WyS/CMzogV6HVmg-F8cA5WyS -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/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:00:36.8377727Z [00:02:59.099]➜  go tool buildid -w $WORK/b2069/_pkg_.a # internal
2025-08-20T23:00:36.8425245Z [00:02:59.104]➜  cp $WORK/b2069/_pkg_.a /root/.cache/go-build/98/9852cdebc65c182d467956a34d3a145228736d16ad4a182b3911bf6380ac5b9c-d # internal
2025-08-20T23:00:36.8429686Z [00:02:59.104]➜  github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3
2025-08-20T23:00:36.8430296Z [00:02:59.104]➜  mkdir -p $WORK/b2068/
2025-08-20T23:00:36.8433140Z [00:02:59.104]➜  cat >/tmp/go-build2180205415/b2068/importcfg << 'EOF' # internal
2025-08-20T23:00:36.8436203Z [00:02:59.104]➜  # import config
2025-08-20T23:00:36.8436889Z [00:02:59.104]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:36.8437429Z [00:02:59.105]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:36.8437860Z [00:02:59.105]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:36.8438420Z [00:02:59.105]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:36.8439057Z [00:02:59.105]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build2180205415/b2034/_pkg_.a
2025-08-20T23:00:36.8439764Z [00:02:59.105]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:36.8440581Z [00:02:59.105]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:36.8441597Z [00:02:59.105]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build2180205415/b2069/_pkg_.a
2025-08-20T23:00:36.8442577Z [00:02:59.105]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build2180205415/b2065/_pkg_.a
2025-08-20T23:00:36.8443354Z [00:02:59.105]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:36.8444103Z [00:02:59.105]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:36.8444829Z [00:02:59.105]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:36.8445531Z [00:02:59.105]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:36.8446420Z [00:02:59.105]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:36.8447138Z [00:02:59.105]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:36.8447872Z [00:02:59.105]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:36.8448599Z [00:02:59.105]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:36.8449366Z [00:02:59.105]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:36.8449788Z [00:02:59.105]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:36.8450218Z [00:02:59.105]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:36.8450642Z [00:02:59.105]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:36.8451064Z [00:02:59.105]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:36.8451511Z [00:02:59.105]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:36.8451931Z [00:02:59.105]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:36.8452365Z [00:02:59.105]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:36.8452777Z [00:02:59.105]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:36.8453212Z [00:02:59.105]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:36.8453549Z [00:02:59.105]➜  EOF
2025-08-20T23:00:36.8459179Z [00:02:59.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2068/_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/b2068=>" -p github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3 -lang=go1.22 -complete -installsuffix shared -buildid rrBYaekrUN8yzkz10eEV/rrBYaekrUN8yzkz10eEV -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/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:00:37.0029596Z [00:02:59.264]➜  go tool buildid -w $WORK/b2073/_pkg_.a # internal
2025-08-20T23:00:37.0080568Z [00:02:59.269]➜  cp $WORK/b2073/_pkg_.a /root/.cache/go-build/ee/ee06c90d3679bcc70dbd18a9297aef732c4d9f668970e2ca0511377a31f5668f-d # internal
2025-08-20T23:00:37.0083660Z [00:02:59.269]➜  github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3
2025-08-20T23:00:37.0084152Z [00:02:59.269]➜  mkdir -p $WORK/b2083/
2025-08-20T23:00:37.0090631Z [00:02:59.270]➜  cat >/tmp/go-build2180205415/b2083/importcfg << 'EOF' # internal
2025-08-20T23:00:37.0091087Z [00:02:59.270]➜  # import config
2025-08-20T23:00:37.0091437Z [00:02:59.270]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:37.0091864Z [00:02:59.270]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:37.0092289Z [00:02:59.270]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:37.0092702Z [00:02:59.270]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:37.0093245Z [00:02:59.270]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:37.0093998Z [00:02:59.270]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:37.0094837Z [00:02:59.270]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build2180205415/b2069/_pkg_.a
2025-08-20T23:00:37.0095511Z [00:02:59.270]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:37.0096425Z [00:02:59.270]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:37.0097000Z [00:02:59.270]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:37.0097658Z [00:02:59.270]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:37.0098365Z [00:02:59.270]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:37.0099051Z [00:02:59.270]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:37.0099768Z [00:02:59.270]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:37.0100335Z [00:02:59.270]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:37.0100756Z [00:02:59.270]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:37.0101190Z [00:02:59.270]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:37.0101610Z [00:02:59.270]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:37.0102040Z [00:02:59.270]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:37.0102464Z [00:02:59.270]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:37.0102881Z [00:02:59.270]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:37.0103301Z [00:02:59.270]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:37.0103712Z [00:02:59.270]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:37.0104159Z [00:02:59.270]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:37.0104634Z [00:02:59.270]➜  EOF
2025-08-20T23:00:37.0108274Z [00:02:59.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2083/_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/b2083=>" -p github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3 -lang=go1.22 -complete -installsuffix shared -buildid IiZjiZetU22XnFBpv1hh/IiZjiZetU22XnFBpv1hh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2083/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:00:37.1782739Z [00:02:59.439]➜  go tool buildid -w $WORK/b2083/_pkg_.a # internal
2025-08-20T23:00:37.1905307Z [00:02:59.452]➜  cp $WORK/b2083/_pkg_.a /root/.cache/go-build/61/6190bcc110512421ace39e17489db0e135e1bbfefbcaf9facc5a2d129805e280-d # internal
2025-08-20T23:00:37.1907267Z [00:02:59.452]➜  google.golang.org/grpc/xds/internal/clients/internal
2025-08-20T23:00:37.1907648Z [00:02:59.452]➜  mkdir -p $WORK/b2084/
2025-08-20T23:00:37.1929328Z [00:02:59.454]➜  cat >/tmp/go-build2180205415/b2084/importcfg << 'EOF' # internal
2025-08-20T23:00:37.1930734Z [00:02:59.454]➜  # import config
2025-08-20T23:00:37.1931359Z [00:02:59.454]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:37.1932125Z [00:02:59.454]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build2180205415/b2080/_pkg_.a
2025-08-20T23:00:37.1932792Z [00:02:59.454]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:37.1933476Z [00:02:59.454]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:37.1933929Z [00:02:59.454]➜  EOF
2025-08-20T23:00:37.1936199Z [00:02:59.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2084/_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/b2084=>" -p google.golang.org/grpc/xds/internal/clients/internal -lang=go1.23 -complete -installsuffix shared -buildid ru-NPrkF-9_eYNtLinrY/ru-NPrkF-9_eYNtLinrY -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/internal/internal.go
2025-08-20T23:00:37.2701269Z [00:02:59.531]➜  go tool buildid -w $WORK/b2084/_pkg_.a # internal
2025-08-20T23:00:37.2716229Z [00:02:59.533]➜  cp $WORK/b2084/_pkg_.a /root/.cache/go-build/72/7241a45bc4748fd46390247d38396e2abc6c0651e5fbb978e8e994c78c3f28ff-d # internal
2025-08-20T23:00:37.2724358Z [00:02:59.534]➜  google.golang.org/grpc/xds/internal/clients/lrsclient
2025-08-20T23:00:37.2725097Z [00:02:59.534]➜  mkdir -p $WORK/b2082/
2025-08-20T23:00:37.2738859Z [00:02:59.535]➜  cat >/tmp/go-build2180205415/b2082/importcfg << 'EOF' # internal
2025-08-20T23:00:37.2739355Z [00:02:59.535]➜  # import config
2025-08-20T23:00:37.2739725Z [00:02:59.535]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:37.2740155Z [00:02:59.535]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:37.2740567Z [00:02:59.535]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:37.2741188Z [00:02:59.535]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:37.2742012Z [00:02:59.535]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build2180205415/b2069/_pkg_.a
2025-08-20T23:00:37.2743084Z [00:02:59.535]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build2180205415/b2083/_pkg_.a
2025-08-20T23:00:37.2743891Z [00:02:59.535]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:37.2744529Z [00:02:59.535]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2180205415/b395/_pkg_.a
2025-08-20T23:00:37.2745175Z [00:02:59.535]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:37.2745956Z [00:02:59.535]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T23:00:37.2746686Z [00:02:59.535]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build2180205415/b2080/_pkg_.a
2025-08-20T23:00:37.2747414Z [00:02:59.535]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal=/tmp/go-build2180205415/b2084/_pkg_.a
2025-08-20T23:00:37.2748350Z [00:02:59.535]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/backoff=/tmp/go-build2180205415/b2085/_pkg_.a
2025-08-20T23:00:37.2749318Z [00:02:59.535]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient/internal=/tmp/go-build2180205415/b2086/_pkg_.a
2025-08-20T23:00:37.2750041Z [00:02:59.535]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:37.2750710Z [00:02:59.535]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:37.2751261Z [00:02:59.535]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:37.2751667Z [00:02:59.535]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:37.2752099Z [00:02:59.535]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:37.2752532Z [00:02:59.535]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:37.2752838Z [00:02:59.535]➜  EOF
2025-08-20T23:00:37.2756661Z [00:02:59.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2082/_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/b2082=>" -p google.golang.org/grpc/xds/internal/clients/lrsclient -lang=go1.23 -complete -installsuffix shared -buildid E3I76yqKqqf9VNiC14C-/E3I76yqKqqf9VNiC14C- -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/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:00:37.3883179Z [00:02:59.649]➜  go tool buildid -w $WORK/b2074/_pkg_.a # internal
2025-08-20T23:00:37.4017040Z [00:02:59.662]➜  cp $WORK/b2074/_pkg_.a /root/.cache/go-build/8d/8da9336055b19113ecc076e651a6076a1d16ffa9df50943c7f21541324e88991-d # internal
2025-08-20T23:00:37.4054064Z [00:02:59.666]➜  github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3
2025-08-20T23:00:37.4057147Z [00:02:59.666]➜  mkdir -p $WORK/b2088/
2025-08-20T23:00:37.4068553Z [00:02:59.668]➜  cat >/tmp/go-build2180205415/b2088/importcfg << 'EOF' # internal
2025-08-20T23:00:37.4075440Z [00:02:59.668]➜  # import config
2025-08-20T23:00:37.4075901Z [00:02:59.668]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:37.4076390Z [00:02:59.668]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:37.4076821Z [00:02:59.668]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:37.4077237Z [00:02:59.668]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:37.4077802Z [00:02:59.668]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:37.4078808Z [00:02:59.668]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:37.4079698Z [00:02:59.668]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:37.4080446Z [00:02:59.668]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2180205415/b402/_pkg_.a
2025-08-20T23:00:37.4081065Z [00:02:59.668]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:37.4081618Z [00:02:59.668]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:37.4082188Z [00:02:59.668]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:37.4082837Z [00:02:59.668]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:37.4083824Z [00:02:59.668]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:37.4084613Z [00:02:59.668]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:37.4085330Z [00:02:59.668]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:37.4086008Z [00:02:59.668]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:37.4086443Z [00:02:59.668]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:37.4086876Z [00:02:59.668]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:37.4087300Z [00:02:59.668]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:37.4087722Z [00:02:59.668]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:37.4088134Z [00:02:59.668]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:37.4088561Z [00:02:59.668]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:37.4088981Z [00:02:59.668]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:37.4089386Z [00:02:59.668]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:37.4090026Z [00:02:59.668]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:37.4090358Z [00:02:59.668]➜  EOF
2025-08-20T23:00:37.4094422Z [00:02:59.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2088/_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/b2088=>" -p github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 -lang=go1.22 -complete -installsuffix shared -buildid k9VthAfplD7eLmVT0yO9/k9VthAfplD7eLmVT0yO9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2088/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:00:37.4576351Z [00:02:59.718]➜  go tool buildid -w $WORK/b2082/_pkg_.a # internal
2025-08-20T23:00:37.4608157Z [00:02:59.722]➜  cp $WORK/b2082/_pkg_.a /root/.cache/go-build/a0/a04c85f2218e4e290b7d631ce3c3d4d2d713f51b6226a59f23c59c8af75acea0-d # internal
2025-08-20T23:00:37.4630660Z [00:02:59.722]➜  google.golang.org/grpc/xds/internal/balancer/loadstore
2025-08-20T23:00:37.4631063Z [00:02:59.722]➜  mkdir -p $WORK/b2120/
2025-08-20T23:00:37.4631481Z [00:02:59.722]➜  cat >/tmp/go-build2180205415/b2120/importcfg << 'EOF' # internal
2025-08-20T23:00:37.4632096Z [00:02:59.722]➜  # import config
2025-08-20T23:00:37.4632643Z [00:02:59.722]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build2180205415/b2080/_pkg_.a
2025-08-20T23:00:37.4633401Z [00:02:59.722]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient=/tmp/go-build2180205415/b2082/_pkg_.a
2025-08-20T23:00:37.4633983Z [00:02:59.722]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:37.4634292Z [00:02:59.722]➜  EOF
2025-08-20T23:00:37.4636818Z [00:02:59.722]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2120/_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/b2120=>" -p google.golang.org/grpc/xds/internal/balancer/loadstore -lang=go1.23 -complete -installsuffix shared -buildid xApZr002W-3rhvm5v_Pp/xApZr002W-3rhvm5v_Pp -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/loadstore/load_store_wrapper.go
2025-08-20T23:00:37.5470332Z [00:02:59.808]➜  go tool buildid -w $WORK/b2120/_pkg_.a # internal
2025-08-20T23:00:37.5493618Z [00:02:59.810]➜  cp $WORK/b2120/_pkg_.a /root/.cache/go-build/db/db2378468fd4b9a4015d7d79fed8b6e6a7440c7b3893a942c583aef706de13a9-d # internal
2025-08-20T23:00:37.5494509Z [00:02:59.810]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3
2025-08-20T23:00:37.5494990Z [00:02:59.810]➜  mkdir -p $WORK/b2145/
2025-08-20T23:00:37.5497581Z [00:02:59.811]➜  cat >/tmp/go-build2180205415/b2145/importcfg << 'EOF' # internal
2025-08-20T23:00:37.5498265Z [00:02:59.811]➜  # import config
2025-08-20T23:00:37.5500112Z [00:02:59.811]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:37.5500563Z [00:02:59.811]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:37.5501002Z [00:02:59.811]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:37.5501564Z [00:02:59.811]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:37.5502307Z [00:02:59.811]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:37.5503407Z [00:02:59.811]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:37.5504161Z [00:02:59.811]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:37.5504890Z [00:02:59.811]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:37.5505596Z [00:02:59.811]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:37.5506469Z [00:02:59.811]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:37.5507197Z [00:02:59.811]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:37.5507933Z [00:02:59.811]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:37.5508496Z [00:02:59.811]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:37.5508919Z [00:02:59.811]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:37.5509351Z [00:02:59.811]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:37.5509776Z [00:02:59.811]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:37.5510199Z [00:02:59.811]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:37.5510615Z [00:02:59.811]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:37.5511033Z [00:02:59.811]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:37.5511606Z [00:02:59.811]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:37.5512088Z [00:02:59.811]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:37.5512533Z [00:02:59.811]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:37.5512876Z [00:02:59.811]➜  EOF
2025-08-20T23:00:37.5530707Z [00:02:59.811]➜  /root/.go/pkg/tool/linux_arm64/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/common/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/common/v3;$WORK/b2145=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3 -lang=go1.22 -complete -installsuffix shared -buildid FVo8d8W34oesLbMTYGmH/FVo8d8W34oesLbMTYGmH -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/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:00:37.6289979Z [00:02:59.887]➜  go tool buildid -w $WORK/b2068/_pkg_.a # internal
2025-08-20T23:00:37.6538270Z [00:02:59.915]➜  cp $WORK/b2068/_pkg_.a /root/.cache/go-build/92/9247a15259126fd25f51cc5803c8e34c54e6a88b3a31c0de65c73867cd723ab7-d # internal
2025-08-20T23:00:37.6555014Z [00:02:59.916]➜  google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry
2025-08-20T23:00:37.6567288Z [00:02:59.916]➜  mkdir -p $WORK/b2104/
2025-08-20T23:00:37.6567703Z [00:02:59.917]➜  cat >/tmp/go-build2180205415/b2104/importcfg << 'EOF' # internal
2025-08-20T23:00:37.6568069Z [00:02:59.917]➜  # import config
2025-08-20T23:00:37.6568431Z [00:02:59.917]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:37.6568908Z [00:02:59.917]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:37.6569571Z [00:02:59.917]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build2180205415/b2068/_pkg_.a
2025-08-20T23:00:37.6570072Z [00:02:59.917]➜  EOF
2025-08-20T23:00:37.6572742Z [00:02:59.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2104/_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/b2104=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry -lang=go1.23 -complete -installsuffix shared -buildid Zl6gHZeE0FfW5Ce-r-zJ/Zl6gHZeE0FfW5Ce-r-zJ -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/xdsclient/xdslbregistry/xdslbregistry.go
2025-08-20T23:00:37.6649500Z [00:02:59.926]➜  go tool buildid -w $WORK/b2145/_pkg_.a # internal
2025-08-20T23:00:37.6676115Z [00:02:59.928]➜  cp $WORK/b2145/_pkg_.a /root/.cache/go-build/25/259f49d49be925733e39fbc1388eb324b2cdf028b8bce057c0713ff74501859d-d # internal
2025-08-20T23:00:37.6683546Z [00:02:59.929]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3
2025-08-20T23:00:37.6689613Z [00:02:59.930]➜  mkdir -p $WORK/b2144/
2025-08-20T23:00:37.6700792Z [00:02:59.931]➜  cat >/tmp/go-build2180205415/b2144/importcfg << 'EOF' # internal
2025-08-20T23:00:37.6701643Z [00:02:59.931]➜  # import config
2025-08-20T23:00:37.6703739Z [00:02:59.931]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:37.6704382Z [00:02:59.931]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:37.6705009Z [00:02:59.931]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:37.6706052Z [00:02:59.931]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:37.6707299Z [00:02:59.931]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:37.6708550Z [00:02:59.931]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:37.6709697Z [00:02:59.931]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build2180205415/b2145/_pkg_.a
2025-08-20T23:00:37.6710832Z [00:02:59.931]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:37.6712017Z [00:02:59.931]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:37.6712780Z [00:02:59.931]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:37.6713482Z [00:02:59.931]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:37.6714710Z [00:02:59.931]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:37.6715397Z [00:02:59.931]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:37.6715980Z [00:02:59.931]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:37.6716484Z [00:02:59.931]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:37.6716910Z [00:02:59.931]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:37.6717336Z [00:02:59.931]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:37.6717750Z [00:02:59.931]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:37.6718166Z [00:02:59.931]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:37.6718583Z [00:02:59.931]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:37.6718996Z [00:02:59.931]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:37.6719440Z [00:02:59.931]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:37.6719771Z [00:02:59.931]➜  EOF
2025-08-20T23:00:37.6732764Z [00:02:59.934]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2144/_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/b2144=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3 -lang=go1.22 -complete -installsuffix shared -buildid vAaaJXneelylzQZZVgGD/vAaaJXneelylzQZZVgGD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2144/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:00:37.6811947Z [00:02:59.942]➜  go tool buildid -w $WORK/b2104/_pkg_.a # internal
2025-08-20T23:00:37.6826101Z [00:02:59.943]➜  cp $WORK/b2104/_pkg_.a /root/.cache/go-build/10/108367665206905d0a80c066fbe9b09f2808daaf0d22a3fbf8a7855f884c1f17-d # internal
2025-08-20T23:00:37.6834529Z [00:02:59.944]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3
2025-08-20T23:00:37.6840204Z [00:02:59.945]➜  mkdir -p $WORK/b2147/
2025-08-20T23:00:37.6851150Z [00:02:59.946]➜  cat >/tmp/go-build2180205415/b2147/importcfg << 'EOF' # internal
2025-08-20T23:00:37.6852107Z [00:02:59.946]➜  # import config
2025-08-20T23:00:37.6852924Z [00:02:59.946]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:37.6853642Z [00:02:59.946]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:37.6854320Z [00:02:59.946]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:37.6855371Z [00:02:59.946]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:37.6856499Z [00:02:59.946]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:37.6857751Z [00:02:59.946]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build2180205415/b2145/_pkg_.a
2025-08-20T23:00:37.6858781Z [00:02:59.946]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:37.6859778Z [00:02:59.946]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:37.6860817Z [00:02:59.946]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:37.6861976Z [00:02:59.946]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:37.6863238Z [00:02:59.946]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:37.6863963Z [00:02:59.946]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:37.6864603Z [00:02:59.946]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:37.6865263Z [00:02:59.946]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:37.6866093Z [00:02:59.946]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:37.6867234Z [00:02:59.946]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:37.6867657Z [00:02:59.946]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:37.6868073Z [00:02:59.946]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:37.6868493Z [00:02:59.946]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:37.6868913Z [00:02:59.946]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:37.6869357Z [00:02:59.946]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:37.6869687Z [00:02:59.946]➜  EOF
2025-08-20T23:00:37.6887893Z [00:02:59.949]➜  /root/.go/pkg/tool/linux_arm64/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/ring_hash/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/ring_hash/v3;$WORK/b2147=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3 -lang=go1.22 -complete -installsuffix shared -buildid seMLE5glCAhEMIKvxl8D/seMLE5glCAhEMIKvxl8D -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/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:00:37.7372505Z [00:02:59.998]➜  go tool buildid -w $WORK/b2088/_pkg_.a # internal
2025-08-20T23:00:37.7411799Z [00:03:00.002]➜  go tool buildid -w $WORK/b2144/_pkg_.a # internal
2025-08-20T23:00:37.7425054Z [00:03:00.003]➜  cp $WORK/b2144/_pkg_.a /root/.cache/go-build/36/36080f42c9d41ddc11177900aa5d25b93d7942026b4644a5d27759bbe738e567-d # internal
2025-08-20T23:00:37.7427791Z [00:03:00.004]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3
2025-08-20T23:00:37.7429479Z [00:03:00.004]➜  mkdir -p $WORK/b2148/
2025-08-20T23:00:37.7430938Z [00:03:00.004]➜  cat >/tmp/go-build2180205415/b2148/importcfg << 'EOF' # internal
2025-08-20T23:00:37.7437982Z [00:03:00.005]➜  # import config
2025-08-20T23:00:37.7440287Z [00:03:00.005]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:37.7441290Z [00:03:00.005]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:37.7442140Z [00:03:00.005]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:37.7442972Z [00:03:00.005]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:37.7478313Z [00:03:00.005]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build2180205415/b2068/_pkg_.a
2025-08-20T23:00:37.7479160Z [00:03:00.005]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:37.7479903Z [00:03:00.005]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:37.7480614Z [00:03:00.005]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:37.7481305Z [00:03:00.005]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:37.7482288Z [00:03:00.005]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:37.7482764Z [00:03:00.005]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:37.7483199Z [00:03:00.005]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:37.7501223Z [00:03:00.005]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:37.7501804Z [00:03:00.005]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:37.7502234Z [00:03:00.005]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:37.7502656Z [00:03:00.005]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:37.7503075Z [00:03:00.005]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:37.7503483Z [00:03:00.005]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:37.7503924Z [00:03:00.005]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:37.7504280Z [00:03:00.005]➜  EOF
2025-08-20T23:00:37.7507870Z [00:03:00.005]➜  /root/.go/pkg/tool/linux_arm64/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/wrr_locality/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/wrr_locality/v3;$WORK/b2148=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3 -lang=go1.22 -complete -installsuffix shared -buildid 4QTmg5p5bfppeVmYl64Y/4QTmg5p5bfppeVmYl64Y -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/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:00:37.7511460Z [00:03:00.010]➜  cp $WORK/b2088/_pkg_.a /root/.cache/go-build/86/867b0269f33cc46fa73ef0ceea32d858c290c4a1cd9d3fa078b6a410d9e4f726-d # internal
2025-08-20T23:00:37.7512184Z [00:03:00.010]➜  google.golang.org/grpc/xds/internal/clients/xdsclient/internal/xdsresource
2025-08-20T23:00:37.7512596Z [00:03:00.010]➜  mkdir -p $WORK/b2093/
2025-08-20T23:00:37.7512968Z [00:03:00.010]➜  cat >/tmp/go-build2180205415/b2093/importcfg << 'EOF' # internal
2025-08-20T23:00:37.7513316Z [00:03:00.010]➜  # import config
2025-08-20T23:00:37.7513649Z [00:03:00.010]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:37.7514067Z [00:03:00.010]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:37.7514715Z [00:03:00.010]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build2180205415/b2088/_pkg_.a
2025-08-20T23:00:37.7515432Z [00:03:00.010]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:37.7516275Z [00:03:00.010]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:37.7516985Z [00:03:00.010]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:37.7517476Z [00:03:00.010]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:37.7517907Z [00:03:00.010]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:37.7518323Z [00:03:00.010]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:37.7518631Z [00:03:00.010]➜  EOF
2025-08-20T23:00:37.7523039Z [00:03:00.010]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2093/_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/b2093=>" -p google.golang.org/grpc/xds/internal/clients/xdsclient/internal/xdsresource -lang=go1.23 -complete -installsuffix shared -buildid 9Rn5EV623aGDCoR3vQN_/9Rn5EV623aGDCoR3vQN_ -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/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:00:37.7543443Z [00:03:00.015]➜  go tool buildid -w $WORK/b2147/_pkg_.a # internal
2025-08-20T23:00:37.7568735Z [00:03:00.018]➜  cp $WORK/b2147/_pkg_.a /root/.cache/go-build/f1/f1de45593e4bb21aa2d4bd927bd54861773cf6ed6a97439727a85a50ad4283fd-d # internal
2025-08-20T23:00:37.7574394Z [00:03:00.018]➜  github.com/go-git/go-git/v5/plumbing/format/config
2025-08-20T23:00:37.7574801Z [00:03:00.019]➜  mkdir -p $WORK/b2173/
2025-08-20T23:00:37.7579537Z [00:03:00.019]➜  cat >/tmp/go-build2180205415/b2173/importcfg << 'EOF' # internal
2025-08-20T23:00:37.7579905Z [00:03:00.019]➜  # import config
2025-08-20T23:00:37.7580238Z [00:03:00.019]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:37.7580949Z [00:03:00.019]➜  packagefile github.com/go-git/gcfg=/tmp/go-build2180205415/b2174/_pkg_.a
2025-08-20T23:00:37.7581412Z [00:03:00.019]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:37.7581828Z [00:03:00.019]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:37.7582144Z [00:03:00.019]➜  EOF
2025-08-20T23:00:37.7586257Z [00:03:00.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2173/_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/b2173=>" -p github.com/go-git/go-git/v5/plumbing/format/config -lang=go1.21 -complete -installsuffix shared -buildid uVqIXKih4q7MYujNS50F/uVqIXKih4q7MYujNS50F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2173/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:00:37.7896082Z [00:03:00.050]➜  go tool buildid -w $WORK/b2093/_pkg_.a # internal
2025-08-20T23:00:37.7898839Z [00:03:00.050]➜  cp $WORK/b2093/_pkg_.a /root/.cache/go-build/19/191fea85081b4ccfe77ecfc2013bbf67cc3da46f6cb563a8e70c3907ae34a673-d # internal
2025-08-20T23:00:37.7899682Z [00:03:00.050]➜  github.com/jbenet/go-context/io
2025-08-20T23:00:37.7900060Z [00:03:00.050]➜  mkdir -p $WORK/b2185/
2025-08-20T23:00:37.7900441Z [00:03:00.050]➜  cat >/tmp/go-build2180205415/b2185/importcfg << 'EOF' # internal
2025-08-20T23:00:37.7900806Z [00:03:00.050]➜  # import config
2025-08-20T23:00:37.7901213Z [00:03:00.050]➜  packagefile golang.org/x/net/context=/tmp/go-build2180205415/b2186/_pkg_.a
2025-08-20T23:00:37.7901684Z [00:03:00.051]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:37.7901985Z [00:03:00.051]➜  EOF
2025-08-20T23:00:37.7904251Z [00:03:00.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2185/_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/b2185=>" -p github.com/jbenet/go-context/io -lang=go1.16 -complete -installsuffix shared -buildid Oa2uaip2xR4eJLFFdY0M/Oa2uaip2xR4eJLFFdY0M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2185/importcfg -pack /root/go/pkg/mod/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io/ctxio.go
2025-08-20T23:00:37.8160531Z [00:03:00.077]➜  go tool buildid -w $WORK/b2173/_pkg_.a # internal
2025-08-20T23:00:37.8165716Z [00:03:00.077]➜  cp $WORK/b2173/_pkg_.a /root/.cache/go-build/8b/8b07bdcda484630607fa0ee92d14498cfdf8757f87f99c2bcd4264b2947b700a-d # internal
2025-08-20T23:00:37.8184508Z [00:03:00.079]➜  go tool buildid -w $WORK/b2148/_pkg_.a # internal
2025-08-20T23:00:37.8187092Z [00:03:00.080]➜  github.com/go-git/go-git/v5/config
2025-08-20T23:00:37.8191488Z [00:03:00.080]➜  mkdir -p $WORK/b2166/
2025-08-20T23:00:37.8194336Z [00:03:00.080]➜  cat >/tmp/go-build2180205415/b2166/importcfg << 'EOF' # internal
2025-08-20T23:00:37.8226657Z [00:03:00.080]➜  # import config
2025-08-20T23:00:37.8227897Z [00:03:00.080]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:37.8228751Z [00:03:00.080]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:37.8229958Z [00:03:00.080]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:37.8230483Z [00:03:00.080]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build2180205415/b2161/_pkg_.a
2025-08-20T23:00:37.8231456Z [00:03:00.080]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build2180205415/b2167/_pkg_.a
2025-08-20T23:00:37.8232094Z [00:03:00.080]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:37.8238352Z [00:03:00.080]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build2180205415/b2173/_pkg_.a
2025-08-20T23:00:37.8238928Z [00:03:00.080]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:37.8239331Z [00:03:00.080]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:37.8239771Z [00:03:00.080]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:37.8240238Z [00:03:00.080]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:37.8240661Z [00:03:00.080]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:37.8241083Z [00:03:00.080]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:37.8241514Z [00:03:00.080]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:37.8241827Z [00:03:00.080]➜  EOF
2025-08-20T23:00:37.8244778Z [00:03:00.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2166/_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/b2166=>" -p github.com/go-git/go-git/v5/config -lang=go1.21 -complete -installsuffix shared -buildid V_jM5PM93-BuiKO2Z2E7/V_jM5PM93-BuiKO2Z2E7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2166/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:00:37.8247762Z [00:03:00.084]➜  cp $WORK/b2148/_pkg_.a /root/.cache/go-build/e2/e2b177da1f134c4c103f52d4b844d526518fc09f75e2931054ffd607c8b02f30-d # internal
2025-08-20T23:00:37.8248466Z [00:03:00.085]➜  google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter
2025-08-20T23:00:37.8248866Z [00:03:00.085]➜  mkdir -p $WORK/b2142/
2025-08-20T23:00:37.8250784Z [00:03:00.086]➜  cat >/tmp/go-build2180205415/b2142/importcfg << 'EOF' # internal
2025-08-20T23:00:37.8251589Z [00:03:00.086]➜  # import config
2025-08-20T23:00:37.8252162Z [00:03:00.086]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:37.8252848Z [00:03:00.086]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:37.8253915Z [00:03:00.086]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build2180205415/b2096/_pkg_.a
2025-08-20T23:00:37.8255082Z [00:03:00.086]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build2180205415/b2062/_pkg_.a
2025-08-20T23:00:37.8256424Z [00:03:00.086]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=/tmp/go-build2180205415/b2143/_pkg_.a
2025-08-20T23:00:37.8257728Z [00:03:00.086]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3=/tmp/go-build2180205415/b2144/_pkg_.a
2025-08-20T23:00:37.8259004Z [00:03:00.086]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3=/tmp/go-build2180205415/b2146/_pkg_.a
2025-08-20T23:00:37.8260310Z [00:03:00.086]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3=/tmp/go-build2180205415/b2147/_pkg_.a
2025-08-20T23:00:37.8261734Z [00:03:00.086]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3=/tmp/go-build2180205415/b2148/_pkg_.a
2025-08-20T23:00:37.8263633Z [00:03:00.086]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:37.8264515Z [00:03:00.086]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build2180205415/b2107/_pkg_.a
2025-08-20T23:00:37.8265197Z [00:03:00.086]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build2180205415/b379/_pkg_.a
2025-08-20T23:00:37.8265992Z [00:03:00.086]➜  packagefile google.golang.org/grpc/balancer/ringhash=/tmp/go-build2180205415/b2149/_pkg_.a
2025-08-20T23:00:37.8266713Z [00:03:00.086]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build2180205415/b387/_pkg_.a
2025-08-20T23:00:37.8267425Z [00:03:00.086]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build2180205415/b2151/_pkg_.a
2025-08-20T23:00:37.8268137Z [00:03:00.086]➜  packagefile google.golang.org/grpc/internal/ringhash=/tmp/go-build2180205415/b2139/_pkg_.a
2025-08-20T23:00:37.8268821Z [00:03:00.086]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2180205415/b410/_pkg_.a
2025-08-20T23:00:37.8269571Z [00:03:00.086]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build2180205415/b2123/_pkg_.a
2025-08-20T23:00:37.8270378Z [00:03:00.086]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build2180205415/b2104/_pkg_.a
2025-08-20T23:00:37.8271075Z [00:03:00.086]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:37.8271739Z [00:03:00.086]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:37.8272333Z [00:03:00.086]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:37.8272653Z [00:03:00.086]➜  EOF
2025-08-20T23:00:37.8275303Z [00:03:00.086]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2142/_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/b2142=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter -lang=go1.23 -complete -installsuffix shared -buildid Nnup48dtFpCqH0mLSiCF/Nnup48dtFpCqH0mLSiCF -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/xdsclient/xdslbregistry/converter/converter.go
2025-08-20T23:00:37.8383608Z [00:03:00.099]➜  go tool buildid -w $WORK/b2185/_pkg_.a # internal
2025-08-20T23:00:37.8388384Z [00:03:00.100]➜  cp $WORK/b2185/_pkg_.a /root/.cache/go-build/1d/1d58848fd5f9f4dbb40b7efa2c551d86575427ac04b3dc08c304147d43863536-d # internal
2025-08-20T23:00:37.8421472Z [00:03:00.103]➜  github.com/go-git/go-git/v5/utils/ioutil
2025-08-20T23:00:37.8424771Z [00:03:00.103]➜  mkdir -p $WORK/b2184/
2025-08-20T23:00:37.8431958Z [00:03:00.104]➜  cat >/tmp/go-build2180205415/b2184/importcfg << 'EOF' # internal
2025-08-20T23:00:37.8434828Z [00:03:00.104]➜  # import config
2025-08-20T23:00:37.8435201Z [00:03:00.104]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:37.8435645Z [00:03:00.104]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:37.8436231Z [00:03:00.104]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:37.8436749Z [00:03:00.104]➜  packagefile github.com/jbenet/go-context/io=/tmp/go-build2180205415/b2185/_pkg_.a
2025-08-20T23:00:37.8437239Z [00:03:00.104]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:37.8437541Z [00:03:00.104]➜  EOF
2025-08-20T23:00:37.8439481Z [00:03:00.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2184/_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/b2184=>" -p github.com/go-git/go-git/v5/utils/ioutil -lang=go1.21 -complete -installsuffix shared -buildid JnHcUUSU0wEX2BW6RA3L/JnHcUUSU0wEX2BW6RA3L -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/utils/ioutil/common.go
2025-08-20T23:00:37.8897377Z [00:03:00.151]➜  go tool buildid -w $WORK/b2142/_pkg_.a # internal
2025-08-20T23:00:37.8914793Z [00:03:00.153]➜  go tool buildid -w $WORK/b2184/_pkg_.a # internal
2025-08-20T23:00:37.8916089Z [00:03:00.153]➜  cp $WORK/b2142/_pkg_.a /root/.cache/go-build/9c/9c89ac75fd8f5120ca9c4ea9863e2aef9232132571b65f4fc633b1efbef87ae6-d # internal
2025-08-20T23:00:37.8935208Z [00:03:00.153]➜  cp $WORK/b2184/_pkg_.a /root/.cache/go-build/d1/d16bcc42df3822c668b7619a502ff982e33fb20a4dc334d8f2b77bc7e19cf6c0-d # internal
2025-08-20T23:00:37.8937715Z [00:03:00.153]➜  github.com/go-git/go-git/v5/plumbing/format/gitignore
2025-08-20T23:00:37.8938138Z [00:03:00.153]➜  mkdir -p $WORK/b2183/
2025-08-20T23:00:37.8938552Z [00:03:00.153]➜  cat >/tmp/go-build2180205415/b2183/importcfg << 'EOF' # internal
2025-08-20T23:00:37.8939101Z [00:03:00.153]➜  # import config
2025-08-20T23:00:37.8939507Z [00:03:00.153]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:37.8939945Z [00:03:00.153]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:37.8940444Z [00:03:00.153]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build2180205415/b2160/_pkg_.a
2025-08-20T23:00:37.8941077Z [00:03:00.153]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build2180205415/b2179/_pkg_.a
2025-08-20T23:00:37.8941783Z [00:03:00.153]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build2180205415/b2173/_pkg_.a
2025-08-20T23:00:37.8942461Z [00:03:00.153]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build2180205415/b2184/_pkg_.a
2025-08-20T23:00:37.8942974Z [00:03:00.153]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:37.8943381Z [00:03:00.153]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:37.8943823Z [00:03:00.153]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:37.8944274Z [00:03:00.153]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:37.8944594Z [00:03:00.153]➜  EOF
2025-08-20T23:00:37.8947989Z [00:03:00.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2183/_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/b2183=>" -p github.com/go-git/go-git/v5/plumbing/format/gitignore -lang=go1.21 -complete -installsuffix shared -buildid XzxCEsvQuwAO8a9pHZ0p/XzxCEsvQuwAO8a9pHZ0p -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/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:00:37.8950857Z [00:03:00.154]➜  github.com/go-git/go-git/v5/utils/binary
2025-08-20T23:00:37.8951169Z [00:03:00.154]➜  mkdir -p $WORK/b2188/
2025-08-20T23:00:37.8951547Z [00:03:00.154]➜  cat >/tmp/go-build2180205415/b2188/importcfg << 'EOF' # internal
2025-08-20T23:00:37.8951890Z [00:03:00.154]➜  # import config
2025-08-20T23:00:37.8952222Z [00:03:00.154]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:37.8952675Z [00:03:00.154]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:37.8953229Z [00:03:00.154]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:37.8953724Z [00:03:00.154]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:37.8954024Z [00:03:00.154]➜  EOF
2025-08-20T23:00:37.8956289Z [00:03:00.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2188/_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/b2188=>" -p github.com/go-git/go-git/v5/utils/binary -lang=go1.21 -complete -installsuffix shared -buildid kDE1h51xPbwDjb3kbZdu/kDE1h51xPbwDjb3kbZdu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2188/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:00:37.9131367Z [00:03:00.174]➜  go tool buildid -w $WORK/b2188/_pkg_.a # internal
2025-08-20T23:00:37.9135037Z [00:03:00.174]➜  cp $WORK/b2188/_pkg_.a /root/.cache/go-build/d9/d95d471b72d6dfbf2ce6e3f462e50da01d992c9469ea82c482111216061629a4-d # internal
2025-08-20T23:00:37.9155217Z [00:03:00.176]➜  github.com/go-git/go-git/v5/plumbing/format/index
2025-08-20T23:00:37.9169150Z [00:03:00.176]➜  mkdir -p $WORK/b2187/
2025-08-20T23:00:37.9169794Z [00:03:00.176]➜  cat >/tmp/go-build2180205415/b2187/importcfg << 'EOF' # internal
2025-08-20T23:00:37.9170257Z [00:03:00.176]➜  # import config
2025-08-20T23:00:37.9170601Z [00:03:00.176]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:37.9171032Z [00:03:00.176]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:37.9171451Z [00:03:00.176]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:37.9171859Z [00:03:00.176]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:37.9172375Z [00:03:00.176]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:37.9173027Z [00:03:00.176]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build2180205415/b2182/_pkg_.a
2025-08-20T23:00:37.9173691Z [00:03:00.176]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build2180205415/b2169/_pkg_.a
2025-08-20T23:00:37.9174350Z [00:03:00.176]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build2180205415/b2188/_pkg_.a
2025-08-20T23:00:37.9174855Z [00:03:00.176]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:37.9175263Z [00:03:00.176]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:37.9175708Z [00:03:00.176]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:37.9177657Z [00:03:00.176]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:37.9178262Z [00:03:00.176]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:37.9178781Z [00:03:00.176]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:37.9179213Z [00:03:00.176]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:37.9179626Z [00:03:00.176]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:37.9180248Z [00:03:00.176]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:37.9180732Z [00:03:00.176]➜  EOF
2025-08-20T23:00:37.9184256Z [00:03:00.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2187/_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/b2187=>" -p github.com/go-git/go-git/v5/plumbing/format/index -lang=go1.21 -complete -installsuffix shared -buildid IvbXvFJhNtVOWnofwIr1/IvbXvFJhNtVOWnofwIr1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2187/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:00:37.9214488Z [00:03:00.182]➜  go tool buildid -w $WORK/b2166/_pkg_.a # internal
2025-08-20T23:00:37.9273092Z [00:03:00.188]➜  cp $WORK/b2166/_pkg_.a /root/.cache/go-build/98/98c58253629356f4024181b23b88294c554b3d76e94e3f205e8c94c5d6cb0f09-d # internal
2025-08-20T23:00:37.9286521Z [00:03:00.190]➜  github.com/go-git/go-git/v5/plumbing/format/idxfile
2025-08-20T23:00:37.9288786Z [00:03:00.190]➜  mkdir -p $WORK/b2190/
2025-08-20T23:00:37.9290591Z [00:03:00.190]➜  cat >/tmp/go-build2180205415/b2190/importcfg << 'EOF' # internal
2025-08-20T23:00:37.9297167Z [00:03:00.190]➜  # import config
2025-08-20T23:00:37.9297601Z [00:03:00.190]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:37.9298158Z [00:03:00.190]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:37.9298614Z [00:03:00.190]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:37.9299069Z [00:03:00.190]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:37.9299509Z [00:03:00.190]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:37.9300243Z [00:03:00.190]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:37.9300954Z [00:03:00.190]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build2180205415/b2169/_pkg_.a
2025-08-20T23:00:37.9301617Z [00:03:00.190]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build2180205415/b2188/_pkg_.a
2025-08-20T23:00:37.9302121Z [00:03:00.190]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:37.9302529Z [00:03:00.190]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:37.9302937Z [00:03:00.190]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:37.9303383Z [00:03:00.190]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:37.9303697Z [00:03:00.190]➜  EOF
2025-08-20T23:00:37.9307210Z [00:03:00.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2190/_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/b2190=>" -p github.com/go-git/go-git/v5/plumbing/format/idxfile -lang=go1.21 -complete -installsuffix shared -buildid nnNE77HRx-v6Qodk0GaE/nnNE77HRx-v6Qodk0GaE -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/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:00:37.9346762Z [00:03:00.196]➜  go tool buildid -w $WORK/b2183/_pkg_.a # internal
2025-08-20T23:00:37.9360217Z [00:03:00.197]➜  cp $WORK/b2183/_pkg_.a /root/.cache/go-build/5a/5a1c0afa1269b482592ac0b9304335c4828d53007a1aeebbd1b7707b0a1f702d-d # internal
2025-08-20T23:00:37.9392084Z [00:03:00.200]➜  github.com/go-git/go-git/v5/utils/sync
2025-08-20T23:00:37.9396586Z [00:03:00.200]➜  mkdir -p $WORK/b2192/
2025-08-20T23:00:37.9399333Z [00:03:00.201]➜  cat >/tmp/go-build2180205415/b2192/importcfg << 'EOF' # internal
2025-08-20T23:00:37.9399707Z [00:03:00.201]➜  # import config
2025-08-20T23:00:37.9400048Z [00:03:00.201]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:37.9400468Z [00:03:00.201]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:37.9400915Z [00:03:00.201]➜  packagefile compress/zlib=/tmp/go-build2180205415/b813/_pkg_.a
2025-08-20T23:00:37.9401350Z [00:03:00.201]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:37.9401757Z [00:03:00.201]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:37.9402065Z [00:03:00.201]➜  EOF
2025-08-20T23:00:37.9404467Z [00:03:00.201]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2192/_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/b2192=>" -p github.com/go-git/go-git/v5/utils/sync -lang=go1.21 -complete -installsuffix shared -buildid qrW_5ttLTol8fZbmJrhp/qrW_5ttLTol8fZbmJrhp -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/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:00:37.9639426Z [00:03:00.225]➜  go tool buildid -w $WORK/b2192/_pkg_.a # internal
2025-08-20T23:00:37.9669033Z [00:03:00.227]➜  cp $WORK/b2192/_pkg_.a /root/.cache/go-build/69/696a13f241851f7f4a6045341019fb6fd7e67650d77751af0d71b55315150762-d # internal
2025-08-20T23:00:37.9678929Z [00:03:00.229]➜  github.com/emirpasic/gods/utils
2025-08-20T23:00:37.9679603Z [00:03:00.229]➜  mkdir -p $WORK/b2196/
2025-08-20T23:00:37.9700902Z [00:03:00.231]➜  cat >/tmp/go-build2180205415/b2196/importcfg << 'EOF' # internal
2025-08-20T23:00:37.9704454Z [00:03:00.231]➜  # import config
2025-08-20T23:00:37.9706179Z [00:03:00.231]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:37.9707068Z [00:03:00.231]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:37.9708911Z [00:03:00.231]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:37.9709804Z [00:03:00.231]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:37.9710279Z [00:03:00.231]➜  EOF
2025-08-20T23:00:37.9727049Z [00:03:00.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils=>github.com/emirpasic/gods@v1.18.1/utils;$WORK/b2196=>" -p github.com/emirpasic/gods/utils -lang=go1.2 -complete -installsuffix shared -buildid xEQi_qQDhuEulujuK8WX/xEQi_qQDhuEulujuK8WX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2196/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:00:37.9852870Z [00:03:00.246]➜  go tool buildid -w $WORK/b2187/_pkg_.a # internal
2025-08-20T23:00:37.9869238Z [00:03:00.248]➜  cp $WORK/b2187/_pkg_.a /root/.cache/go-build/2b/2b8b8984129681fc07f3f0e375c5ed2a1925298698091a8eebd740d24438be4f-d # internal
2025-08-20T23:00:37.9913053Z [00:03:00.252]➜  github.com/go-git/go-git/v5/plumbing/storer
2025-08-20T23:00:37.9916225Z [00:03:00.253]➜  mkdir -p $WORK/b2191/
2025-08-20T23:00:37.9916781Z [00:03:00.253]➜  cat >/tmp/go-build2180205415/b2191/importcfg << 'EOF' # internal
2025-08-20T23:00:37.9917147Z [00:03:00.253]➜  # import config
2025-08-20T23:00:37.9917488Z [00:03:00.253]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:37.9918048Z [00:03:00.253]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:37.9918728Z [00:03:00.253]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build2180205415/b2187/_pkg_.a
2025-08-20T23:00:37.9919544Z [00:03:00.253]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:37.9919959Z [00:03:00.253]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:37.9920268Z [00:03:00.253]➜  EOF
2025-08-20T23:00:37.9923674Z [00:03:00.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2191/_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/b2191=>" -p github.com/go-git/go-git/v5/plumbing/storer -lang=go1.21 -complete -installsuffix shared -buildid G5ylRtmkxBKcjDmKw5d2/G5ylRtmkxBKcjDmKw5d2 -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/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:00:37.9987341Z [00:03:00.259]➜  go tool buildid -w $WORK/b2190/_pkg_.a # internal
2025-08-20T23:00:37.9994304Z [00:03:00.260]➜  go tool buildid -w $WORK/b2060/_pkg_.a # internal
2025-08-20T23:00:38.0002978Z [00:03:00.261]➜  cp $WORK/b2190/_pkg_.a /root/.cache/go-build/7a/7a94b62db139e7f9cc1113011cc637ed25d7875883b7afe9fd77f28b50d7ab94-d # internal
2025-08-20T23:00:38.0016820Z [00:03:00.263]➜  github.com/go-git/go-git/v5/plumbing/format/diff
2025-08-20T23:00:38.0019940Z [00:03:00.263]➜  mkdir -p $WORK/b2200/
2025-08-20T23:00:38.0021563Z [00:03:00.263]➜  cat >/tmp/go-build2180205415/b2200/importcfg << 'EOF' # internal
2025-08-20T23:00:38.0025459Z [00:03:00.263]➜  # import config
2025-08-20T23:00:38.0029835Z [00:03:00.263]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.0031581Z [00:03:00.263]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:38.0033775Z [00:03:00.263]➜  packagefile github.com/go-git/go-git/v5/plumbing/color=/tmp/go-build2180205415/b2201/_pkg_.a
2025-08-20T23:00:38.0036204Z [00:03:00.263]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build2180205415/b2182/_pkg_.a
2025-08-20T23:00:38.0037025Z [00:03:00.263]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:38.0038522Z [00:03:00.263]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:38.0038966Z [00:03:00.263]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:38.0039618Z [00:03:00.263]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.0040109Z [00:03:00.263]➜  EOF
2025-08-20T23:00:38.0043966Z [00:03:00.265]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2200/_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/b2200=>" -p github.com/go-git/go-git/v5/plumbing/format/diff -lang=go1.21 -complete -installsuffix shared -buildid Zy8mMVk3VaitMZS5PpzF/Zy8mMVk3VaitMZS5PpzF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2200/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:00:38.0071123Z [00:03:00.268]➜  go tool buildid -w $WORK/b2196/_pkg_.a # internal
2025-08-20T23:00:38.0073346Z [00:03:00.268]➜  cp $WORK/b2196/_pkg_.a /root/.cache/go-build/3f/3f8ef3bb1522898a627cd5f1e1987703b3bb7ee507d9d220fa8f30de3bac492a-d # internal
2025-08-20T23:00:38.0074247Z [00:03:00.269]➜  github.com/emirpasic/gods/containers
2025-08-20T23:00:38.0075598Z [00:03:00.269]➜  mkdir -p $WORK/b2195/
2025-08-20T23:00:38.0078853Z [00:03:00.269]➜  cat >/tmp/go-build2180205415/b2195/importcfg << 'EOF' # internal
2025-08-20T23:00:38.0079525Z [00:03:00.269]➜  # import config
2025-08-20T23:00:38.0079977Z [00:03:00.269]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build2180205415/b2196/_pkg_.a
2025-08-20T23:00:38.0080375Z [00:03:00.269]➜  EOF
2025-08-20T23:00:38.0083226Z [00:03:00.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2195/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers=>github.com/emirpasic/gods@v1.18.1/containers;$WORK/b2195=>" -p github.com/emirpasic/gods/containers -lang=go1.2 -complete -installsuffix shared -buildid _68UShMVzURhHHekrjdc/_68UShMVzURhHHekrjdc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2195/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:00:38.0245398Z [00:03:00.286]➜  go tool buildid -w $WORK/b2195/_pkg_.a # internal
2025-08-20T23:00:38.0253278Z [00:03:00.286]➜  cp $WORK/b2195/_pkg_.a /root/.cache/go-build/e0/e098183c983a494b4b200523a4e6af02db2e1767455ab15479bca942200b89e0-d # internal
2025-08-20T23:00:38.0254750Z [00:03:00.287]➜  github.com/emirpasic/gods/lists
2025-08-20T23:00:38.0255095Z [00:03:00.287]➜  mkdir -p $WORK/b2198/
2025-08-20T23:00:38.0258440Z [00:03:00.287]➜  cat >/tmp/go-build2180205415/b2198/importcfg << 'EOF' # internal
2025-08-20T23:00:38.0258848Z [00:03:00.287]➜  # import config
2025-08-20T23:00:38.0259339Z [00:03:00.287]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build2180205415/b2195/_pkg_.a
2025-08-20T23:00:38.0260190Z [00:03:00.287]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build2180205415/b2196/_pkg_.a
2025-08-20T23:00:38.0260653Z [00:03:00.287]➜  EOF
2025-08-20T23:00:38.0262499Z [00:03:00.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists=>github.com/emirpasic/gods@v1.18.1/lists;$WORK/b2198=>" -p github.com/emirpasic/gods/lists -lang=go1.2 -complete -installsuffix shared -buildid qh0BytYvlFf6nDH7aBEV/qh0BytYvlFf6nDH7aBEV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2198/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/lists.go
2025-08-20T23:00:38.0273076Z [00:03:00.288]➜  go tool buildid -w $WORK/b2191/_pkg_.a # internal
2025-08-20T23:00:38.0281868Z [00:03:00.289]➜  cp $WORK/b2191/_pkg_.a /root/.cache/go-build/80/803c9602282b37d583ce84ea6514a9d8afc052feabb6f2746b3fda31a040148d-d # internal
2025-08-20T23:00:38.0300086Z [00:03:00.291]➜  github.com/go-git/go-git/v5/plumbing/format/packfile
2025-08-20T23:00:38.0300621Z [00:03:00.291]➜  mkdir -p $WORK/b2189/
2025-08-20T23:00:38.0304811Z [00:03:00.291]➜  cat >/tmp/go-build2180205415/b2189/importcfg << 'EOF' # internal
2025-08-20T23:00:38.0305256Z [00:03:00.291]➜  # import config
2025-08-20T23:00:38.0307295Z [00:03:00.291]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:38.0307722Z [00:03:00.291]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.0308172Z [00:03:00.291]➜  packagefile compress/zlib=/tmp/go-build2180205415/b813/_pkg_.a
2025-08-20T23:00:38.0308618Z [00:03:00.291]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.0309038Z [00:03:00.291]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.0309536Z [00:03:00.291]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build2180205415/b2160/_pkg_.a
2025-08-20T23:00:38.0310147Z [00:03:00.291]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:38.0310816Z [00:03:00.291]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build2180205415/b2181/_pkg_.a
2025-08-20T23:00:38.0311514Z [00:03:00.291]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build2180205415/b2190/_pkg_.a
2025-08-20T23:00:38.0312506Z [00:03:00.291]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build2180205415/b2169/_pkg_.a
2025-08-20T23:00:38.0313171Z [00:03:00.291]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build2180205415/b2191/_pkg_.a
2025-08-20T23:00:38.0313822Z [00:03:00.291]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build2180205415/b2188/_pkg_.a
2025-08-20T23:00:38.0314459Z [00:03:00.291]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build2180205415/b2184/_pkg_.a
2025-08-20T23:00:38.0315084Z [00:03:00.292]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build2180205415/b2192/_pkg_.a
2025-08-20T23:00:38.0315602Z [00:03:00.292]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:38.0316303Z [00:03:00.292]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:38.0316734Z [00:03:00.292]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:38.0317146Z [00:03:00.292]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:38.0317548Z [00:03:00.292]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:38.0317952Z [00:03:00.292]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:38.0318359Z [00:03:00.292]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:38.0318664Z [00:03:00.292]➜  EOF
2025-08-20T23:00:38.0336343Z [00:03:00.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2189/_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/b2189=>" -p github.com/go-git/go-git/v5/plumbing/format/packfile -lang=go1.21 -complete -installsuffix shared -buildid rRCJBxBVhxM9MhB0Yu52/rRCJBxBVhxM9MhB0Yu52 -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/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:00:38.0375498Z [00:03:00.299]➜  go tool buildid -w $WORK/b2198/_pkg_.a # internal
2025-08-20T23:00:38.0383113Z [00:03:00.299]➜  cp $WORK/b2198/_pkg_.a /root/.cache/go-build/76/760e24ec0b0a247e553a4a06f6f910a8054ff1377b30d103c2e910d128779a01-d # internal
2025-08-20T23:00:38.0389205Z [00:03:00.300]➜  github.com/emirpasic/gods/lists/arraylist
2025-08-20T23:00:38.0398503Z [00:03:00.301]➜  mkdir -p $WORK/b2197/
2025-08-20T23:00:38.0405705Z [00:03:00.301]➜  cat >/tmp/go-build2180205415/b2197/importcfg << 'EOF' # internal
2025-08-20T23:00:38.0407106Z [00:03:00.301]➜  # import config
2025-08-20T23:00:38.0407858Z [00:03:00.301]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:38.0408876Z [00:03:00.301]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.0409463Z [00:03:00.301]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build2180205415/b2195/_pkg_.a
2025-08-20T23:00:38.0410402Z [00:03:00.301]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build2180205415/b2198/_pkg_.a
2025-08-20T23:00:38.0411003Z [00:03:00.301]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build2180205415/b2196/_pkg_.a
2025-08-20T23:00:38.0411512Z [00:03:00.301]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.0411829Z [00:03:00.301]➜  EOF
2025-08-20T23:00:38.0414790Z [00:03:00.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2197/_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/b2197=>" -p github.com/emirpasic/gods/lists/arraylist -lang=go1.2 -complete -installsuffix shared -buildid XwGFAFcwpHwmJxTPXiKx/XwGFAFcwpHwmJxTPXiKx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2197/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:00:38.0424001Z [00:03:00.303]➜  cp $WORK/b2060/_pkg_.a /root/.cache/go-build/25/25907f7495ae91f55137cf03eb147bc58e1ad43ce4e5d4379199f164c86d03a9-d # internal
2025-08-20T23:00:38.0425870Z [00:03:00.303]➜  github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3
2025-08-20T23:00:38.0426503Z [00:03:00.303]➜  mkdir -p $WORK/b2059/
2025-08-20T23:00:38.0436110Z [00:03:00.305]➜  cat >/tmp/go-build2180205415/b2059/importcfg << 'EOF' # internal
2025-08-20T23:00:38.0437146Z [00:03:00.305]➜  # import config
2025-08-20T23:00:38.0437986Z [00:03:00.305]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.0438672Z [00:03:00.305]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.0439204Z [00:03:00.305]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.0439766Z [00:03:00.305]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:38.0440514Z [00:03:00.305]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:38.0441325Z [00:03:00.305]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2180205415/b2060/_pkg_.a
2025-08-20T23:00:38.0442146Z [00:03:00.305]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3=/tmp/go-build2180205415/b2067/_pkg_.a
2025-08-20T23:00:38.0443065Z [00:03:00.305]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2180205415/b2036/_pkg_.a
2025-08-20T23:00:38.0444031Z [00:03:00.305]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:38.0444781Z [00:03:00.305]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:38.0445518Z [00:03:00.305]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:38.0446451Z [00:03:00.305]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:38.0447149Z [00:03:00.305]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:38.0447869Z [00:03:00.305]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:38.0448428Z [00:03:00.305]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:38.0448853Z [00:03:00.305]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:38.0449291Z [00:03:00.305]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:38.0449716Z [00:03:00.305]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:38.0450377Z [00:03:00.305]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:38.0450795Z [00:03:00.305]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:38.0451212Z [00:03:00.305]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.0451627Z [00:03:00.305]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:38.0452033Z [00:03:00.305]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:38.0452471Z [00:03:00.305]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:38.0452804Z [00:03:00.305]➜  EOF
2025-08-20T23:00:38.0455641Z [00:03:00.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2059/_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/b2059=>" -p github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3 -lang=go1.22 -complete -installsuffix shared -buildid M3HCx7uWW2jas15EPdGM/M3HCx7uWW2jas15EPdGM -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/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:00:38.0574054Z [00:03:00.318]➜  go tool buildid -w $WORK/b2200/_pkg_.a # internal
2025-08-20T23:00:38.0589408Z [00:03:00.320]➜  cp $WORK/b2200/_pkg_.a /root/.cache/go-build/26/2699530474cdc918d1477fad07ccd33daeee59474a04baefaa4c65d9583d075a-d # internal
2025-08-20T23:00:38.0592933Z [00:03:00.320]➜  github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3
2025-08-20T23:00:38.0595373Z [00:03:00.321]➜  mkdir -p $WORK/b2076/
2025-08-20T23:00:38.0606239Z [00:03:00.322]➜  cat >/tmp/go-build2180205415/b2076/importcfg << 'EOF' # internal
2025-08-20T23:00:38.0607950Z [00:03:00.322]➜  # import config
2025-08-20T23:00:38.0608363Z [00:03:00.322]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.0608796Z [00:03:00.322]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.0609213Z [00:03:00.322]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.0609753Z [00:03:00.322]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:38.0610496Z [00:03:00.322]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:38.0611519Z [00:03:00.322]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2180205415/b2060/_pkg_.a
2025-08-20T23:00:38.0612470Z [00:03:00.322]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2180205415/b2036/_pkg_.a
2025-08-20T23:00:38.0613250Z [00:03:00.322]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:38.0613982Z [00:03:00.322]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:38.0614684Z [00:03:00.322]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:38.0615368Z [00:03:00.322]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:38.0621594Z [00:03:00.322]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:38.0623115Z [00:03:00.322]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:38.0623593Z [00:03:00.322]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:38.0624034Z [00:03:00.322]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:38.0624464Z [00:03:00.322]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:38.0624878Z [00:03:00.322]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:38.0625567Z [00:03:00.322]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.0626156Z [00:03:00.322]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:38.0626571Z [00:03:00.322]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:38.0627011Z [00:03:00.322]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:38.0627344Z [00:03:00.322]➜  EOF
2025-08-20T23:00:38.0630275Z [00:03:00.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2076/_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/b2076=>" -p github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3 -lang=go1.22 -complete -installsuffix shared -buildid j3ngxG0N2h8jqztCtecW/j3ngxG0N2h8jqztCtecW -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/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:00:38.0802068Z [00:03:00.341]➜  go tool buildid -w $WORK/b2197/_pkg_.a # internal
2025-08-20T23:00:38.0802827Z [00:03:00.341]➜  cp $WORK/b2197/_pkg_.a /root/.cache/go-build/85/856eb95e96ec1368297b12bc73fe2b864df64ae6c5cec402d1d1266ea0424d88-d # internal
2025-08-20T23:00:38.0803559Z [00:03:00.341]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3
2025-08-20T23:00:38.0803992Z [00:03:00.341]➜  mkdir -p $WORK/b2128/
2025-08-20T23:00:38.0804605Z [00:03:00.341]➜  cat >/tmp/go-build2180205415/b2128/importcfg << 'EOF' # internal
2025-08-20T23:00:38.0805016Z [00:03:00.341]➜  # import config
2025-08-20T23:00:38.0805353Z [00:03:00.341]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.0805901Z [00:03:00.341]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.0806384Z [00:03:00.341]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.0806929Z [00:03:00.341]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:38.0807676Z [00:03:00.341]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2180205415/b2060/_pkg_.a
2025-08-20T23:00:38.0808573Z [00:03:00.341]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build2180205415/b2127/_pkg_.a
2025-08-20T23:00:38.0809559Z [00:03:00.341]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:38.0810446Z [00:03:00.341]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:38.0811178Z [00:03:00.341]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:38.0811888Z [00:03:00.341]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:38.0812577Z [00:03:00.341]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:38.0813275Z [00:03:00.341]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:38.0814003Z [00:03:00.341]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:38.0814561Z [00:03:00.341]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:38.0814988Z [00:03:00.341]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:38.0815421Z [00:03:00.341]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:38.0815948Z [00:03:00.341]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:38.0816561Z [00:03:00.341]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:38.0816979Z [00:03:00.341]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:38.0817395Z [00:03:00.341]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.0817810Z [00:03:00.341]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:38.0818216Z [00:03:00.341]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:38.0818654Z [00:03:00.341]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:38.0818990Z [00:03:00.341]➜  EOF
2025-08-20T23:00:38.0822069Z [00:03:00.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2128/_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/b2128=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3 -lang=go1.22 -complete -installsuffix shared -buildid WAzUkWldaKGACApc5W53/WAzUkWldaKGACApc5W53 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2128/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:00:38.2082144Z [00:03:00.469]➜  go tool buildid -w $WORK/b2128/_pkg_.a # internal
2025-08-20T23:00:38.2099214Z [00:03:00.471]➜  cp $WORK/b2128/_pkg_.a /root/.cache/go-build/56/56f7e027a2da1696d54400afedf82b8a6433eb6e8e939ebfd399c21137f296f5-d # internal
2025-08-20T23:00:38.2135906Z [00:03:00.475]➜  google.golang.org/grpc/xds/internal/httpfilter/fault
2025-08-20T23:00:38.2138762Z [00:03:00.475]➜  mkdir -p $WORK/b2126/
2025-08-20T23:00:38.2139185Z [00:03:00.475]➜  cat >/tmp/go-build2180205415/b2126/importcfg << 'EOF' # internal
2025-08-20T23:00:38.2139764Z [00:03:00.475]➜  # import config
2025-08-20T23:00:38.2140623Z [00:03:00.475]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:38.2141081Z [00:03:00.475]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.2141586Z [00:03:00.475]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.2142308Z [00:03:00.475]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build2180205415/b2127/_pkg_.a
2025-08-20T23:00:38.2143270Z [00:03:00.475]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3=/tmp/go-build2180205415/b2128/_pkg_.a
2025-08-20T23:00:38.2144458Z [00:03:00.475]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:38.2145180Z [00:03:00.475]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:38.2145918Z [00:03:00.475]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2180205415/b409/_pkg_.a
2025-08-20T23:00:38.2146601Z [00:03:00.475]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:38.2147184Z [00:03:00.475]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:38.2147831Z [00:03:00.475]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build2180205415/b2103/_pkg_.a
2025-08-20T23:00:38.2148480Z [00:03:00.475]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:38.2149129Z [00:03:00.475]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:38.2149671Z [00:03:00.475]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:38.2150105Z [00:03:00.475]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T23:00:38.2150551Z [00:03:00.475]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:38.2151179Z [00:03:00.475]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:38.2151610Z [00:03:00.475]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:38.2151917Z [00:03:00.475]➜  EOF
2025-08-20T23:00:38.2154125Z [00:03:00.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2126/_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/b2126=>" -p google.golang.org/grpc/xds/internal/httpfilter/fault -lang=go1.23 -complete -installsuffix shared -buildid jrOEV9BAsvpuhoa5ym5q/jrOEV9BAsvpuhoa5ym5q -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/httpfilter/fault/fault.go
2025-08-20T23:00:38.2297531Z [00:03:00.491]➜  go tool buildid -w $WORK/b2189/_pkg_.a # internal
2025-08-20T23:00:38.2329403Z [00:03:00.494]➜  cp $WORK/b2189/_pkg_.a /root/.cache/go-build/41/41703e0ab393e64c7d703c9d246cbbb8323fa73c4cfd2f5eb1febdd223d87114-d # internal
2025-08-20T23:00:38.2348348Z [00:03:00.494]➜  github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3
2025-08-20T23:00:38.2348785Z [00:03:00.494]➜  mkdir -p $WORK/b2130/
2025-08-20T23:00:38.2354511Z [00:03:00.495]➜  cat >/tmp/go-build2180205415/b2130/importcfg << 'EOF' # internal
2025-08-20T23:00:38.2357877Z [00:03:00.495]➜  # import config
2025-08-20T23:00:38.2360517Z [00:03:00.495]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.2360961Z [00:03:00.495]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.2361402Z [00:03:00.495]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.2362232Z [00:03:00.495]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:38.2363045Z [00:03:00.495]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:38.2363853Z [00:03:00.495]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:38.2364662Z [00:03:00.495]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2180205415/b2060/_pkg_.a
2025-08-20T23:00:38.2365472Z [00:03:00.495]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2180205415/b2036/_pkg_.a
2025-08-20T23:00:38.2366440Z [00:03:00.495]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:38.2367336Z [00:03:00.495]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:38.2368225Z [00:03:00.495]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build2180205415/b2064/_pkg_.a
2025-08-20T23:00:38.2368979Z [00:03:00.495]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:38.2369684Z [00:03:00.495]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:38.2370370Z [00:03:00.495]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:38.2370902Z [00:03:00.495]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:38.2371324Z [00:03:00.495]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:38.2371753Z [00:03:00.495]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:38.2372187Z [00:03:00.495]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:38.2372616Z [00:03:00.495]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:38.2373031Z [00:03:00.495]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:38.2373660Z [00:03:00.495]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.2374079Z [00:03:00.495]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:38.2374488Z [00:03:00.495]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:38.2374929Z [00:03:00.495]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:38.2375260Z [00:03:00.495]➜  EOF
2025-08-20T23:00:38.2390377Z [00:03:00.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2130/_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/b2130=>" -p github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3 -lang=go1.22 -complete -installsuffix shared -buildid RCW0C81THGSvLxXjWp_w/RCW0C81THGSvLxXjWp_w -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/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:00:38.2880672Z [00:03:00.549]➜  go tool buildid -w $WORK/b2126/_pkg_.a # internal
2025-08-20T23:00:38.2888381Z [00:03:00.550]➜  cp $WORK/b2126/_pkg_.a /root/.cache/go-build/51/510314cc80f2f8cef4128534d45f1037049cbd1565c2e2b45e24d6318b8a2e6c-d # internal
2025-08-20T23:00:38.2894868Z [00:03:00.550]➜  github.com/emirpasic/gods/trees
2025-08-20T23:00:38.2895210Z [00:03:00.550]➜  mkdir -p $WORK/b2199/
2025-08-20T23:00:38.2895593Z [00:03:00.550]➜  cat >/tmp/go-build2180205415/b2199/importcfg << 'EOF' # internal
2025-08-20T23:00:38.2896120Z [00:03:00.550]➜  # import config
2025-08-20T23:00:38.2896874Z [00:03:00.550]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build2180205415/b2195/_pkg_.a
2025-08-20T23:00:38.2897372Z [00:03:00.550]➜  EOF
2025-08-20T23:00:38.2899178Z [00:03:00.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2199/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees=>github.com/emirpasic/gods@v1.18.1/trees;$WORK/b2199=>" -p github.com/emirpasic/gods/trees -lang=go1.2 -complete -installsuffix shared -buildid QNVVXA_HWD3xcmMxPD2I/QNVVXA_HWD3xcmMxPD2I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2199/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/trees.go
2025-08-20T23:00:38.3070545Z [00:03:00.568]➜  go tool buildid -w $WORK/b2199/_pkg_.a # internal
2025-08-20T23:00:38.3077326Z [00:03:00.569]➜  cp $WORK/b2199/_pkg_.a /root/.cache/go-build/e0/e055309b10aec1c23824232f1bfb76ef1cf8583ae3afc1f8c59ee10d23c85f26-d # internal
2025-08-20T23:00:38.3086275Z [00:03:00.570]➜  github.com/emirpasic/gods/trees/binaryheap
2025-08-20T23:00:38.3087672Z [00:03:00.570]➜  mkdir -p $WORK/b2194/
2025-08-20T23:00:38.3097162Z [00:03:00.571]➜  cat >/tmp/go-build2180205415/b2194/importcfg << 'EOF' # internal
2025-08-20T23:00:38.3098916Z [00:03:00.571]➜  # import config
2025-08-20T23:00:38.3099822Z [00:03:00.571]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.3100420Z [00:03:00.571]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build2180205415/b2195/_pkg_.a
2025-08-20T23:00:38.3101102Z [00:03:00.571]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build2180205415/b2197/_pkg_.a
2025-08-20T23:00:38.3101747Z [00:03:00.571]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build2180205415/b2199/_pkg_.a
2025-08-20T23:00:38.3102351Z [00:03:00.571]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build2180205415/b2196/_pkg_.a
2025-08-20T23:00:38.3102856Z [00:03:00.571]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.3103189Z [00:03:00.571]➜  EOF
2025-08-20T23:00:38.3106038Z [00:03:00.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2194/_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/b2194=>" -p github.com/emirpasic/gods/trees/binaryheap -lang=go1.2 -complete -installsuffix shared -buildid 1e8JM5eVmwkHQuYmuNpB/1e8JM5eVmwkHQuYmuNpB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2194/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:00:38.3487295Z [00:03:00.610]➜  go tool buildid -w $WORK/b2194/_pkg_.a # internal
2025-08-20T23:00:38.3499892Z [00:03:00.611]➜  cp $WORK/b2194/_pkg_.a /root/.cache/go-build/84/84aea4734f2ef3ebff7e1d7d9b7df076427fd97a9d5e468bcded5f4ed73bf572-d # internal
2025-08-20T23:00:38.3507325Z [00:03:00.612]➜  github.com/go-git/go-git/v5/storage
2025-08-20T23:00:38.3507680Z [00:03:00.612]➜  mkdir -p $WORK/b2202/
2025-08-20T23:00:38.3517080Z [00:03:00.613]➜  cat >/tmp/go-build2180205415/b2202/importcfg << 'EOF' # internal
2025-08-20T23:00:38.3517487Z [00:03:00.613]➜  # import config
2025-08-20T23:00:38.3517829Z [00:03:00.613]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.3518353Z [00:03:00.613]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build2180205415/b2166/_pkg_.a
2025-08-20T23:00:38.3518994Z [00:03:00.613]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build2180205415/b2191/_pkg_.a
2025-08-20T23:00:38.3519424Z [00:03:00.613]➜  EOF
2025-08-20T23:00:38.3521518Z [00:03:00.613]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2202/_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/b2202=>" -p github.com/go-git/go-git/v5/storage -lang=go1.21 -complete -installsuffix shared -buildid 8w0BJzpZo7qFFHq--51y/8w0BJzpZo7qFFHq--51y -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/storage/storer.go
2025-08-20T23:00:38.3625477Z [00:03:00.623]➜  go tool buildid -w $WORK/b2076/_pkg_.a # internal
2025-08-20T23:00:38.3678959Z [00:03:00.629]➜  cp $WORK/b2076/_pkg_.a /root/.cache/go-build/23/2389902777eb32fc9c42d8b9fc86708b14df405c71e2f66e1cb58a0021274fc9-d # internal
2025-08-20T23:00:38.3686455Z [00:03:00.630]➜  go tool buildid -w $WORK/b2202/_pkg_.a # internal
2025-08-20T23:00:38.3691840Z [00:03:00.630]➜  cp $WORK/b2202/_pkg_.a /root/.cache/go-build/96/9642840d087e9bd7c2068b3b14f57e222f2abaef10ba01c2c90f72c6e1aee969-d # internal
2025-08-20T23:00:38.3701731Z [00:03:00.631]➜  github.com/sergi/go-diff/diffmatchpatch
2025-08-20T23:00:38.3702251Z [00:03:00.631]➜  mkdir -p $WORK/b2204/
2025-08-20T23:00:38.3704503Z [00:03:00.631]➜  cat >/tmp/go-build2180205415/b2204/importcfg << 'EOF' # internal
2025-08-20T23:00:38.3705547Z [00:03:00.631]➜  # import config
2025-08-20T23:00:38.3706386Z [00:03:00.631]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.3707080Z [00:03:00.631]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.3707752Z [00:03:00.631]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.3708472Z [00:03:00.631]➜  packagefile html=/tmp/go-build2180205415/b221/_pkg_.a
2025-08-20T23:00:38.3709574Z [00:03:00.631]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:38.3710001Z [00:03:00.631]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:38.3710424Z [00:03:00.631]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:38.3710851Z [00:03:00.632]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:38.3711278Z [00:03:00.632]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.3711712Z [00:03:00.632]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:38.3712162Z [00:03:00.632]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:38.3712494Z [00:03:00.632]➜  EOF
2025-08-20T23:00:38.3721375Z [00:03:00.632]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2204/_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/b2204=>" -p github.com/sergi/go-diff/diffmatchpatch -lang=go1.13 -complete -installsuffix shared -buildid 7bjqSXU98EN4xi6fwLyD/7bjqSXU98EN4xi6fwLyD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2204/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:00:38.3727923Z [00:03:00.634]➜  github.com/envoyproxy/go-control-plane/envoy/config/tap/v3
2025-08-20T23:00:38.3730176Z [00:03:00.634]➜  mkdir -p $WORK/b2075/
2025-08-20T23:00:38.3741789Z [00:03:00.635]➜  cat >/tmp/go-build2180205415/b2075/importcfg << 'EOF' # internal
2025-08-20T23:00:38.3742255Z [00:03:00.635]➜  # import config
2025-08-20T23:00:38.3742604Z [00:03:00.635]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.3743041Z [00:03:00.635]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.3743698Z [00:03:00.635]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.3744311Z [00:03:00.635]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:38.3745045Z [00:03:00.635]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:38.3746006Z [00:03:00.635]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3=/tmp/go-build2180205415/b2076/_pkg_.a
2025-08-20T23:00:38.3746909Z [00:03:00.635]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:38.3747714Z [00:03:00.635]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2180205415/b2060/_pkg_.a
2025-08-20T23:00:38.3748603Z [00:03:00.635]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:38.3749481Z [00:03:00.635]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:38.3750188Z [00:03:00.635]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:38.3750881Z [00:03:00.635]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:38.3751589Z [00:03:00.635]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:38.3752327Z [00:03:00.635]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:38.3752886Z [00:03:00.635]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:38.3753305Z [00:03:00.635]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:38.3753742Z [00:03:00.635]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:38.3754178Z [00:03:00.635]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:38.3754599Z [00:03:00.635]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:38.3755013Z [00:03:00.635]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:38.3755656Z [00:03:00.635]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.3756358Z [00:03:00.635]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:38.3756773Z [00:03:00.635]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:38.3757210Z [00:03:00.635]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:38.3757540Z [00:03:00.635]➜  EOF
2025-08-20T23:00:38.3765432Z [00:03:00.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2075/_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/b2075=>" -p github.com/envoyproxy/go-control-plane/envoy/config/tap/v3 -lang=go1.22 -complete -installsuffix shared -buildid CPUpNexd9MJan2PzqUUb/CPUpNexd9MJan2PzqUUb -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/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:00:38.4015660Z [00:03:00.661]➜  go tool buildid -w $WORK/b2059/_pkg_.a # internal
2025-08-20T23:00:38.4051717Z [00:03:00.666]➜  cp $WORK/b2059/_pkg_.a /root/.cache/go-build/25/25062fa5f81c6794a21082e51b2e516aab8783ee0fa60e6d4cfd037e85ecebb9-d # internal
2025-08-20T23:00:38.4057521Z [00:03:00.667]➜  github.com/envoyproxy/go-control-plane/envoy/config/listener/v3
2025-08-20T23:00:38.4057941Z [00:03:00.667]➜  mkdir -p $WORK/b2070/
2025-08-20T23:00:38.4060829Z [00:03:00.667]➜  cat >/tmp/go-build2180205415/b2070/importcfg << 'EOF' # internal
2025-08-20T23:00:38.4061814Z [00:03:00.667]➜  # import config
2025-08-20T23:00:38.4062965Z [00:03:00.667]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.4065303Z [00:03:00.667]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.4066159Z [00:03:00.668]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.4066942Z [00:03:00.668]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:38.4067991Z [00:03:00.668]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2180205415/b2033/_pkg_.a
2025-08-20T23:00:38.4068951Z [00:03:00.668]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build2180205415/b2034/_pkg_.a
2025-08-20T23:00:38.4069900Z [00:03:00.668]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build2180205415/b2061/_pkg_.a
2025-08-20T23:00:38.4071101Z [00:03:00.668]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:38.4072425Z [00:03:00.668]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build2180205415/b2059/_pkg_.a
2025-08-20T23:00:38.4073716Z [00:03:00.668]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:38.4074820Z [00:03:00.668]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:38.4076236Z [00:03:00.668]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:38.4076983Z [00:03:00.668]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:38.4077690Z [00:03:00.668]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:38.4078383Z [00:03:00.668]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:38.4079100Z [00:03:00.668]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:38.4079830Z [00:03:00.668]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:38.4080643Z [00:03:00.668]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:38.4081070Z [00:03:00.668]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:38.4081498Z [00:03:00.668]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:38.4081920Z [00:03:00.668]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:38.4082343Z [00:03:00.668]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:38.4082757Z [00:03:00.668]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:38.4095931Z [00:03:00.668]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.4096607Z [00:03:00.668]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:38.4097033Z [00:03:00.668]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:38.4097480Z [00:03:00.668]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:38.4097815Z [00:03:00.668]➜  EOF
2025-08-20T23:00:38.4104365Z [00:03:00.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2070/_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/b2070=>" -p github.com/envoyproxy/go-control-plane/envoy/config/listener/v3 -lang=go1.22 -complete -installsuffix shared -buildid CVymJDHa4SFdp7mpkBxo/CVymJDHa4SFdp7mpkBxo -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/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:00:38.5128171Z [00:03:00.774]➜  go tool buildid -w $WORK/b2130/_pkg_.a # internal
2025-08-20T23:00:38.5218955Z [00:03:00.783]➜  cp $WORK/b2130/_pkg_.a /root/.cache/go-build/4a/4a47e2a61dddf1e2a199c40ecc6b082c21933f1aa3705cceab2018f541c870ac-d # internal
2025-08-20T23:00:38.5239545Z [00:03:00.785]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3
2025-08-20T23:00:38.5242066Z [00:03:00.785]➜  mkdir -p $WORK/b2098/
2025-08-20T23:00:38.5243109Z [00:03:00.785]➜  cat >/tmp/go-build2180205415/b2098/importcfg << 'EOF' # internal
2025-08-20T23:00:38.5244225Z [00:03:00.785]➜  # import config
2025-08-20T23:00:38.5244629Z [00:03:00.785]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.5245063Z [00:03:00.785]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.5245493Z [00:03:00.785]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.5246226Z [00:03:00.785]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:38.5246980Z [00:03:00.785]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:38.5248165Z [00:03:00.785]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build2180205415/b2059/_pkg_.a
2025-08-20T23:00:38.5248992Z [00:03:00.785]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:38.5249798Z [00:03:00.785]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2180205415/b2060/_pkg_.a
2025-08-20T23:00:38.5250603Z [00:03:00.785]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build2180205415/b2073/_pkg_.a
2025-08-20T23:00:38.5251401Z [00:03:00.785]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/http/v3=/tmp/go-build2180205415/b2099/_pkg_.a
2025-08-20T23:00:38.5252209Z [00:03:00.785]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build2180205415/b2066/_pkg_.a
2025-08-20T23:00:38.5252983Z [00:03:00.785]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:38.5253728Z [00:03:00.785]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:38.5254453Z [00:03:00.785]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:38.5255155Z [00:03:00.785]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:38.5255994Z [00:03:00.785]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:38.5256776Z [00:03:00.785]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:38.5257680Z [00:03:00.785]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:38.5258300Z [00:03:00.785]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:38.5258725Z [00:03:00.785]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:38.5259151Z [00:03:00.785]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:38.5259573Z [00:03:00.785]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:38.5259994Z [00:03:00.785]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:38.5260405Z [00:03:00.785]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:38.5260822Z [00:03:00.785]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.5261239Z [00:03:00.785]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:38.5261770Z [00:03:00.785]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:38.5262346Z [00:03:00.785]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:38.5262676Z [00:03:00.785]➜  EOF
2025-08-20T23:00:38.5266522Z [00:03:00.785]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2098/_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/b2098=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3 -lang=go1.22 -complete -installsuffix shared -buildid mU4SANyuw9EjX1jGgZ-k/mU4SANyuw9EjX1jGgZ-k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2098/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:00:38.5363527Z [00:03:00.797]➜  go tool buildid -w $WORK/b2204/_pkg_.a # internal
2025-08-20T23:00:38.5377886Z [00:03:00.799]➜  cp $WORK/b2204/_pkg_.a /root/.cache/go-build/86/860e44796427b516d501ee6a91b4da28d9fa2a7548ea309dd0a05fbdaf0382f1-d # internal
2025-08-20T23:00:38.5381117Z [00:03:00.799]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3
2025-08-20T23:00:38.5382249Z [00:03:00.799]➜  mkdir -p $WORK/b2131/
2025-08-20T23:00:38.5390258Z [00:03:00.800]➜  cat >/tmp/go-build2180205415/b2131/importcfg << 'EOF' # internal
2025-08-20T23:00:38.5391956Z [00:03:00.800]➜  # import config
2025-08-20T23:00:38.5392577Z [00:03:00.800]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.5393491Z [00:03:00.800]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.5395212Z [00:03:00.800]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.5396082Z [00:03:00.800]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:38.5396840Z [00:03:00.800]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2180205415/b2033/_pkg_.a
2025-08-20T23:00:38.5397527Z [00:03:00.800]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build2180205415/b2061/_pkg_.a
2025-08-20T23:00:38.5398279Z [00:03:00.800]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build2180205415/b2130/_pkg_.a
2025-08-20T23:00:38.5399037Z [00:03:00.800]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:38.5399740Z [00:03:00.800]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:38.5400435Z [00:03:00.800]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:38.5400980Z [00:03:00.800]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:38.5401398Z [00:03:00.800]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:38.5401826Z [00:03:00.800]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:38.5402255Z [00:03:00.800]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:38.5402677Z [00:03:00.800]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:38.5403090Z [00:03:00.800]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:38.5403507Z [00:03:00.800]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.5403924Z [00:03:00.800]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:38.5404329Z [00:03:00.800]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:38.5404912Z [00:03:00.800]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:38.5405382Z [00:03:00.800]➜  EOF
2025-08-20T23:00:38.5410220Z [00:03:00.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2131/_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/b2131=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3 -lang=go1.22 -complete -installsuffix shared -buildid RRXGVxTSLDLkB3qSuKH6/RRXGVxTSLDLkB3qSuKH6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2131/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:00:38.6479671Z [00:03:00.909]➜  go tool buildid -w $WORK/b2131/_pkg_.a # internal
2025-08-20T23:00:38.6491379Z [00:03:00.910]➜  go tool buildid -w $WORK/b2075/_pkg_.a # internal
2025-08-20T23:00:38.6504898Z [00:03:00.912]➜  cp $WORK/b2131/_pkg_.a /root/.cache/go-build/49/4946fb57a144af061cf603562e8e1751ca3a07e97bced3355a97b0a2f1e8bd2c-d # internal
2025-08-20T23:00:38.6529610Z [00:03:00.914]➜  google.golang.org/grpc/internal/xds/rbac
2025-08-20T23:00:38.6533416Z [00:03:00.914]➜  mkdir -p $WORK/b2132/
2025-08-20T23:00:38.6536516Z [00:03:00.915]➜  cat >/tmp/go-build2180205415/b2132/importcfg << 'EOF' # internal
2025-08-20T23:00:38.6536916Z [00:03:00.915]➜  # import config
2025-08-20T23:00:38.6537267Z [00:03:00.915]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:38.6537715Z [00:03:00.915]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:38.6538177Z [00:03:00.915]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:38.6538620Z [00:03:00.915]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.6539050Z [00:03:00.915]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.6539771Z [00:03:00.915]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build2180205415/b2096/_pkg_.a
2025-08-20T23:00:38.6540466Z [00:03:00.915]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build2180205415/b2062/_pkg_.a
2025-08-20T23:00:38.6541195Z [00:03:00.915]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:38.6541997Z [00:03:00.915]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build2180205415/b2130/_pkg_.a
2025-08-20T23:00:38.6542799Z [00:03:00.915]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2180205415/b2060/_pkg_.a
2025-08-20T23:00:38.6543707Z [00:03:00.915]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3=/tmp/go-build2180205415/b2133/_pkg_.a
2025-08-20T23:00:38.6558439Z [00:03:00.917]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2180205415/b2036/_pkg_.a
2025-08-20T23:00:38.6559447Z [00:03:00.917]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:38.6560176Z [00:03:00.917]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build2180205415/b2134/_pkg_.a
2025-08-20T23:00:38.6560961Z [00:03:00.917]➜  packagefile google.golang.org/grpc/authz/audit/stdout=/tmp/go-build2180205415/b2135/_pkg_.a
2025-08-20T23:00:38.6561666Z [00:03:00.917]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:38.6562352Z [00:03:00.917]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T23:00:38.6563060Z [00:03:00.917]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:38.6563789Z [00:03:00.917]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build2180205415/b413/_pkg_.a
2025-08-20T23:00:38.6565017Z [00:03:00.917]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build2180205415/b2100/_pkg_.a
2025-08-20T23:00:38.6568644Z [00:03:00.917]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:38.6571178Z [00:03:00.917]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build2180205415/b424/_pkg_.a
2025-08-20T23:00:38.6571856Z [00:03:00.917]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:38.6574755Z [00:03:00.917]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2180205415/b384/_pkg_.a
2025-08-20T23:00:38.6576709Z [00:03:00.917]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:38.6577429Z [00:03:00.917]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:38.6577994Z [00:03:00.917]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:38.6578431Z [00:03:00.917]➜  packagefile net/netip=/tmp/go-build2180205415/b088/_pkg_.a
2025-08-20T23:00:38.6578863Z [00:03:00.917]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:38.6579286Z [00:03:00.917]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:38.6579931Z [00:03:00.917]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.6580247Z [00:03:00.917]➜  EOF
2025-08-20T23:00:38.6609653Z [00:03:00.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2132/_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/b2132=>" -p google.golang.org/grpc/internal/xds/rbac -lang=go1.23 -complete -installsuffix shared -buildid tPQffIIhPNNHq-cKousY/tPQffIIhPNNHq-cKousY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2132/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:00:38.6612456Z [00:03:00.918]➜  cp $WORK/b2075/_pkg_.a /root/.cache/go-build/62/62144439fded8499a59a2ec69997e16ab0a6caafca49fa6a2ff80e968951e424-d # internal
2025-08-20T23:00:38.6613074Z [00:03:00.919]➜  github.com/go-git/go-git/v5/utils/diff
2025-08-20T23:00:38.6613388Z [00:03:00.919]➜  mkdir -p $WORK/b2203/
2025-08-20T23:00:38.6613767Z [00:03:00.920]➜  cat >/tmp/go-build2180205415/b2203/importcfg << 'EOF' # internal
2025-08-20T23:00:38.6614115Z [00:03:00.920]➜  # import config
2025-08-20T23:00:38.6614450Z [00:03:00.920]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.6614997Z [00:03:00.920]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build2180205415/b2204/_pkg_.a
2025-08-20T23:00:38.6615522Z [00:03:00.920]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:38.6616035Z [00:03:00.920]➜  EOF
2025-08-20T23:00:38.6617927Z [00:03:00.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2203/_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/b2203=>" -p github.com/go-git/go-git/v5/utils/diff -lang=go1.21 -complete -installsuffix shared -buildid guBUEAxmUQmJw8j1BcTA/guBUEAxmUQmJw8j1BcTA -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/utils/diff/diff.go
2025-08-20T23:00:38.6902768Z [00:03:00.951]➜  go tool buildid -w $WORK/b2203/_pkg_.a # internal
2025-08-20T23:00:38.6904127Z [00:03:00.951]➜  cp $WORK/b2203/_pkg_.a /root/.cache/go-build/22/22078a4e993e75c7917aad6a44e85560291373c96914fe900d8eb5e488e6eb52-d # internal
2025-08-20T23:00:38.6919810Z [00:03:00.953]➜  github.com/go-git/go-git/v5/utils/merkletrie/noder
2025-08-20T23:00:38.6920465Z [00:03:00.953]➜  mkdir -p $WORK/b2207/
2025-08-20T23:00:38.6923096Z [00:03:00.953]➜  cat >/tmp/go-build2180205415/b2207/importcfg << 'EOF' # internal
2025-08-20T23:00:38.6926441Z [00:03:00.953]➜  # import config
2025-08-20T23:00:38.6926800Z [00:03:00.953]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.6927235Z [00:03:00.953]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.6927654Z [00:03:00.953]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.6927971Z [00:03:00.953]➜  EOF
2025-08-20T23:00:38.6930363Z [00:03:00.953]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2207/_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/b2207=>" -p github.com/go-git/go-git/v5/utils/merkletrie/noder -lang=go1.21 -complete -installsuffix shared -buildid G_2rzQ6a9zgafh3iBkDs/G_2rzQ6a9zgafh3iBkDs -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/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:00:38.7223290Z [00:03:00.983]➜  go tool buildid -w $WORK/b2207/_pkg_.a # internal
2025-08-20T23:00:38.7229636Z [00:03:00.984]➜  cp $WORK/b2207/_pkg_.a /root/.cache/go-build/b6/b620fdbe9c75d8d423cdc0b9abcd1929029ebeb0d94a722086e345fde00cc10a-d # internal
2025-08-20T23:00:38.7234711Z [00:03:00.984]➜  github.com/go-git/go-git/v5/utils/merkletrie/internal/frame
2025-08-20T23:00:38.7235109Z [00:03:00.984]➜  mkdir -p $WORK/b2206/
2025-08-20T23:00:38.7244322Z [00:03:00.985]➜  cat >/tmp/go-build2180205415/b2206/importcfg << 'EOF' # internal
2025-08-20T23:00:38.7245164Z [00:03:00.986]➜  # import config
2025-08-20T23:00:38.7245563Z [00:03:00.986]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.7246098Z [00:03:00.986]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.7246917Z [00:03:00.986]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build2180205415/b2207/_pkg_.a
2025-08-20T23:00:38.7247553Z [00:03:00.986]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:38.7247977Z [00:03:00.986]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.7248305Z [00:03:00.986]➜  EOF
2025-08-20T23:00:38.7252711Z [00:03:00.986]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2206/_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/b2206=>" -p github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -lang=go1.21 -complete -installsuffix shared -buildid v2ip6Lwrkeyjx538R8MR/v2ip6Lwrkeyjx538R8MR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2206/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:00:38.7599121Z [00:03:01.021]➜  go tool buildid -w $WORK/b2132/_pkg_.a # internal
2025-08-20T23:00:38.7599918Z [00:03:01.021]➜  cp $WORK/b2132/_pkg_.a /root/.cache/go-build/33/338ca9a5962a7d62d27cb97bea71b81f6f6625c2270355eacce27e569ec1b086-d # internal
2025-08-20T23:00:38.7602901Z [00:03:01.021]➜  google.golang.org/grpc/xds/internal/httpfilter/rbac
2025-08-20T23:00:38.7604093Z [00:03:01.021]➜  mkdir -p $WORK/b2129/
2025-08-20T23:00:38.7604501Z [00:03:01.021]➜  cat >/tmp/go-build2180205415/b2129/importcfg << 'EOF' # internal
2025-08-20T23:00:38.7604854Z [00:03:01.021]➜  # import config
2025-08-20T23:00:38.7605197Z [00:03:01.021]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:38.7605623Z [00:03:01.021]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.7606211Z [00:03:01.021]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.7606842Z [00:03:01.021]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build2180205415/b2130/_pkg_.a
2025-08-20T23:00:38.7608205Z [00:03:01.021]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3=/tmp/go-build2180205415/b2131/_pkg_.a
2025-08-20T23:00:38.7609031Z [00:03:01.021]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T23:00:38.7609896Z [00:03:01.021]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2180205415/b409/_pkg_.a
2025-08-20T23:00:38.7610556Z [00:03:01.021]➜  packagefile google.golang.org/grpc/internal/xds/rbac=/tmp/go-build2180205415/b2132/_pkg_.a
2025-08-20T23:00:38.7611241Z [00:03:01.021]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build2180205415/b2103/_pkg_.a
2025-08-20T23:00:38.7611889Z [00:03:01.021]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:38.7612538Z [00:03:01.021]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:38.7613106Z [00:03:01.021]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.7613440Z [00:03:01.021]➜  EOF
2025-08-20T23:00:38.7615589Z [00:03:01.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2129/_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/b2129=>" -p google.golang.org/grpc/xds/internal/httpfilter/rbac -lang=go1.23 -complete -installsuffix shared -buildid 6HSHekl6F4rb6vhoU_nJ/6HSHekl6F4rb6vhoU_nJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2129/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/rbac/rbac.go
2025-08-20T23:00:38.7673755Z [00:03:01.028]➜  go tool buildid -w $WORK/b2206/_pkg_.a # internal
2025-08-20T23:00:38.7677383Z [00:03:01.029]➜  cp $WORK/b2206/_pkg_.a /root/.cache/go-build/cb/cb6c521ce797f989b966361738f89af3ee3965ae0aa22e4bf529ee43eaa754c0-d # internal
2025-08-20T23:00:38.7729827Z [00:03:01.033]➜  github.com/go-git/go-git/v5/utils/merkletrie
2025-08-20T23:00:38.7730498Z [00:03:01.033]➜  mkdir -p $WORK/b2205/
2025-08-20T23:00:38.7730965Z [00:03:01.034]➜  cat >/tmp/go-build2180205415/b2205/importcfg << 'EOF' # internal
2025-08-20T23:00:38.7731321Z [00:03:01.034]➜  # import config
2025-08-20T23:00:38.7731672Z [00:03:01.034]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:38.7732100Z [00:03:01.034]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.7732510Z [00:03:01.034]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.7733130Z [00:03:01.034]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/internal/frame=/tmp/go-build2180205415/b2206/_pkg_.a
2025-08-20T23:00:38.7733885Z [00:03:01.034]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build2180205415/b2207/_pkg_.a
2025-08-20T23:00:38.7734429Z [00:03:01.034]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:38.7734855Z [00:03:01.034]➜  EOF
2025-08-20T23:00:38.7738235Z [00:03:01.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2205/_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/b2205=>" -p github.com/go-git/go-git/v5/utils/merkletrie -lang=go1.21 -complete -installsuffix shared -buildid G2VYCiEIN_4Cff9l3q-a/G2VYCiEIN_4Cff9l3q-a -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/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:00:38.8082879Z [00:03:01.068]➜  go tool buildid -w $WORK/b2129/_pkg_.a # internal
2025-08-20T23:00:38.8083716Z [00:03:01.069]➜  cp $WORK/b2129/_pkg_.a /root/.cache/go-build/e0/e09f5f8f2316f027c387b3129471db38c16c5785bfe82a200f45bf3d07ad5582-d # internal
2025-08-20T23:00:38.8098413Z [00:03:01.071]➜  github.com/go-git/go-git/v5/utils/trace
2025-08-20T23:00:38.8099454Z [00:03:01.071]➜  mkdir -p $WORK/b2210/
2025-08-20T23:00:38.8100445Z [00:03:01.071]➜  go tool buildid -w $WORK/b2070/_pkg_.a # internal
2025-08-20T23:00:38.8110473Z [00:03:01.072]➜  cat >/tmp/go-build2180205415/b2210/importcfg << 'EOF' # internal
2025-08-20T23:00:38.8111881Z [00:03:01.072]➜  # import config
2025-08-20T23:00:38.8112331Z [00:03:01.072]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.8115967Z [00:03:01.072]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:38.8116432Z [00:03:01.072]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:38.8116875Z [00:03:01.072]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:38.8117224Z [00:03:01.072]➜  EOF
2025-08-20T23:00:38.8119149Z [00:03:01.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2210/_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/b2210=>" -p github.com/go-git/go-git/v5/utils/trace -lang=go1.21 -complete -installsuffix shared -buildid sL5PLCILbllx2OwJEol2/sL5PLCILbllx2OwJEol2 -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/utils/trace/trace.go
2025-08-20T23:00:38.8126458Z [00:03:01.072]➜  go tool buildid -w $WORK/b2205/_pkg_.a # internal
2025-08-20T23:00:38.8127157Z [00:03:01.073]➜  cp $WORK/b2205/_pkg_.a /root/.cache/go-build/fa/fa701b24eb1491c4d2856c212ba2a365243cf75a1eee56ba8ad160395cb4e49b-d # internal
2025-08-20T23:00:38.8179780Z [00:03:01.079]➜  github.com/go-git/go-git/v5/plumbing/object
2025-08-20T23:00:38.8182218Z [00:03:01.079]➜  mkdir -p $WORK/b2193/
2025-08-20T23:00:38.8184909Z [00:03:01.080]➜  cat >/tmp/go-build2180205415/b2193/importcfg << 'EOF' # internal
2025-08-20T23:00:38.8186166Z [00:03:01.080]➜  # import config
2025-08-20T23:00:38.8187252Z [00:03:01.080]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.8187732Z [00:03:01.080]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T23:00:38.8188208Z [00:03:01.080]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:38.8188637Z [00:03:01.080]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.8189058Z [00:03:01.080]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.8189600Z [00:03:01.080]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build2180205415/b876/_pkg_.a
2025-08-20T23:00:38.8190278Z [00:03:01.080]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build2180205415/b2194/_pkg_.a
2025-08-20T23:00:38.8191089Z [00:03:01.080]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:38.8191890Z [00:03:01.080]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build2180205415/b2182/_pkg_.a
2025-08-20T23:00:38.8192597Z [00:03:01.080]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/diff=/tmp/go-build2180205415/b2200/_pkg_.a
2025-08-20T23:00:38.8193284Z [00:03:01.080]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build2180205415/b2191/_pkg_.a
2025-08-20T23:00:38.8193916Z [00:03:01.080]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build2180205415/b2202/_pkg_.a
2025-08-20T23:00:38.8194536Z [00:03:01.080]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build2180205415/b2188/_pkg_.a
2025-08-20T23:00:38.8195450Z [00:03:01.080]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build2180205415/b2203/_pkg_.a
2025-08-20T23:00:38.8196360Z [00:03:01.080]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build2180205415/b2184/_pkg_.a
2025-08-20T23:00:38.8197035Z [00:03:01.080]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build2180205415/b2205/_pkg_.a
2025-08-20T23:00:38.8197739Z [00:03:01.080]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build2180205415/b2207/_pkg_.a
2025-08-20T23:00:38.8198653Z [00:03:01.080]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build2180205415/b2192/_pkg_.a
2025-08-20T23:00:38.8199299Z [00:03:01.080]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build2180205415/b2204/_pkg_.a
2025-08-20T23:00:38.8199819Z [00:03:01.080]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:38.8200228Z [00:03:01.080]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:38.8200876Z [00:03:01.080]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:38.8201318Z [00:03:01.080]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:38.8201747Z [00:03:01.080]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:38.8202183Z [00:03:01.080]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.8202600Z [00:03:01.080]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:38.8202904Z [00:03:01.080]➜  EOF
2025-08-20T23:00:38.8212515Z [00:03:01.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2193/_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/b2193=>" -p github.com/go-git/go-git/v5/plumbing/object -lang=go1.21 -complete -installsuffix shared -buildid MKLrEDt6BqtVe-vzR3FY/MKLrEDt6BqtVe-vzR3FY -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/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:00:38.8278560Z [00:03:01.089]➜  cp $WORK/b2070/_pkg_.a /root/.cache/go-build/63/637cb97f0bf40303502299e439a5df3f3e36ec264254d60ac2f0020f00d1eccd-d # internal
2025-08-20T23:00:38.8285142Z [00:03:01.090]➜  github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3
2025-08-20T23:00:38.8291078Z [00:03:01.090]➜  mkdir -p $WORK/b2058/
2025-08-20T23:00:38.8301897Z [00:03:01.091]➜  cat >/tmp/go-build2180205415/b2058/importcfg << 'EOF' # internal
2025-08-20T23:00:38.8302563Z [00:03:01.091]➜  # import config
2025-08-20T23:00:38.8303078Z [00:03:01.091]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.8303631Z [00:03:01.091]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.8304251Z [00:03:01.091]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.8305475Z [00:03:01.091]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:38.8306690Z [00:03:01.091]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:38.8308371Z [00:03:01.091]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build2180205415/b2059/_pkg_.a
2025-08-20T23:00:38.8309219Z [00:03:01.091]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build2180205415/b2068/_pkg_.a
2025-08-20T23:00:38.8310030Z [00:03:01.091]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:38.8310858Z [00:03:01.091]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build2180205415/b2070/_pkg_.a
2025-08-20T23:00:38.8311691Z [00:03:01.091]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3=/tmp/go-build2180205415/b2071/_pkg_.a
2025-08-20T23:00:38.8312514Z [00:03:01.091]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/overload/v3=/tmp/go-build2180205415/b2072/_pkg_.a
2025-08-20T23:00:38.8313340Z [00:03:01.091]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build2180205415/b2073/_pkg_.a
2025-08-20T23:00:38.8314228Z [00:03:01.091]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build2180205415/b2074/_pkg_.a
2025-08-20T23:00:38.8315074Z [00:03:01.091]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:38.8315943Z [00:03:01.091]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:38.8316908Z [00:03:01.091]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:38.8317690Z [00:03:01.091]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:38.8318387Z [00:03:01.091]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:38.8319095Z [00:03:01.091]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:38.8319828Z [00:03:01.091]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:38.8320710Z [00:03:01.091]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:38.8321271Z [00:03:01.091]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:38.8321799Z [00:03:01.091]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:38.8322361Z [00:03:01.091]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:38.8322790Z [00:03:01.091]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:38.8323215Z [00:03:01.091]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:38.8323636Z [00:03:01.091]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:38.8324055Z [00:03:01.091]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.8324470Z [00:03:01.091]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:38.8324880Z [00:03:01.091]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:38.8325321Z [00:03:01.091]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:38.8325651Z [00:03:01.091]➜  EOF
2025-08-20T23:00:38.8331058Z [00:03:01.092]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2058/_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/b2058=>" -p github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3 -lang=go1.22 -complete -installsuffix shared -buildid BZYmG6nLBgDnuKEubpph/BZYmG6nLBgDnuKEubpph -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/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:00:38.8356885Z [00:03:01.097]➜  go tool buildid -w $WORK/b2210/_pkg_.a # internal
2025-08-20T23:00:38.8365731Z [00:03:01.097]➜  cp $WORK/b2210/_pkg_.a /root/.cache/go-build/01/0116ded8f8b8a626518a92dab009bad930692d0d912369cceb5bdb5fd097fb61-d # internal
2025-08-20T23:00:38.8372703Z [00:03:01.098]➜  github.com/go-git/go-git/v5/plumbing/format/pktline
2025-08-20T23:00:38.8373094Z [00:03:01.098]➜  mkdir -p $WORK/b2209/
2025-08-20T23:00:38.8376759Z [00:03:01.099]➜  cat >/tmp/go-build2180205415/b2209/importcfg << 'EOF' # internal
2025-08-20T23:00:38.8382516Z [00:03:01.099]➜  # import config
2025-08-20T23:00:38.8382889Z [00:03:01.099]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.8383327Z [00:03:01.099]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.8383743Z [00:03:01.099]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.8384278Z [00:03:01.099]➜  packagefile github.com/go-git/go-git/v5/utils/trace=/tmp/go-build2180205415/b2210/_pkg_.a
2025-08-20T23:00:38.8384790Z [00:03:01.099]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:38.8385201Z [00:03:01.099]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.8385516Z [00:03:01.099]➜  EOF
2025-08-20T23:00:38.8390246Z [00:03:01.099]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2209/_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/b2209=>" -p github.com/go-git/go-git/v5/plumbing/format/pktline -lang=go1.21 -complete -installsuffix shared -buildid JgAs2VwMerLh1ZMnWCj-/JgAs2VwMerLh1ZMnWCj- -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/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:00:38.8719857Z [00:03:01.133]➜  go tool buildid -w $WORK/b2209/_pkg_.a # internal
2025-08-20T23:00:38.8728508Z [00:03:01.134]➜  cp $WORK/b2209/_pkg_.a /root/.cache/go-build/96/963876cace714f37ebe4ed2540bab784a4d7072c1685cc9f716e9d908464a130-d # internal
2025-08-20T23:00:38.8738449Z [00:03:01.135]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp/capability
2025-08-20T23:00:38.8739510Z [00:03:01.135]➜  mkdir -p $WORK/b2211/
2025-08-20T23:00:38.8740829Z [00:03:01.135]➜  cat >/tmp/go-build2180205415/b2211/importcfg << 'EOF' # internal
2025-08-20T23:00:38.8741805Z [00:03:01.135]➜  # import config
2025-08-20T23:00:38.8742215Z [00:03:01.135]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:38.8742655Z [00:03:01.135]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.8743080Z [00:03:01.135]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.8743482Z [00:03:01.135]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:38.8743892Z [00:03:01.135]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:38.8744213Z [00:03:01.135]➜  EOF
2025-08-20T23:00:38.8747756Z [00:03:01.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2211/_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/b2211=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -lang=go1.21 -complete -installsuffix shared -buildid fTs0iH1MJagsIsfi3IK0/fTs0iH1MJagsIsfi3IK0 -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/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:00:38.9131251Z [00:03:01.174]➜  go tool buildid -w $WORK/b2211/_pkg_.a # internal
2025-08-20T23:00:38.9137959Z [00:03:01.175]➜  cp $WORK/b2211/_pkg_.a /root/.cache/go-build/84/8409657609d4d5db84d3a82944327409e903cbd7c21eb5e91abf793d00237baa-d # internal
2025-08-20T23:00:38.9144716Z [00:03:01.176]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband
2025-08-20T23:00:38.9145140Z [00:03:01.176]➜  mkdir -p $WORK/b2212/
2025-08-20T23:00:38.9154116Z [00:03:01.176]➜  cat >/tmp/go-build2180205415/b2212/importcfg << 'EOF' # internal
2025-08-20T23:00:38.9155070Z [00:03:01.176]➜  # import config
2025-08-20T23:00:38.9155909Z [00:03:01.177]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:38.9156417Z [00:03:01.177]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.9157038Z [00:03:01.177]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build2180205415/b2209/_pkg_.a
2025-08-20T23:00:38.9157599Z [00:03:01.177]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:38.9157904Z [00:03:01.177]➜  EOF
2025-08-20T23:00:38.9161538Z [00:03:01.177]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2212/_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/b2212=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -lang=go1.21 -complete -installsuffix shared -buildid x300Odfj5AQ_n5aKA03y/x300Odfj5AQ_n5aKA03y -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/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:00:38.9600309Z [00:03:01.221]➜  go tool buildid -w $WORK/b2212/_pkg_.a # internal
2025-08-20T23:00:38.9607728Z [00:03:01.222]➜  cp $WORK/b2212/_pkg_.a /root/.cache/go-build/f5/f594fe7caef5de085a259c11fa28cf9b999d6ae9e5994a1324360fd2b1599893-d # internal
2025-08-20T23:00:38.9611709Z [00:03:01.222]➜  github.com/go-git/go-git/v5/storage/memory
2025-08-20T23:00:38.9612123Z [00:03:01.222]➜  mkdir -p $WORK/b2213/
2025-08-20T23:00:38.9621128Z [00:03:01.223]➜  cat >/tmp/go-build2180205415/b2213/importcfg << 'EOF' # internal
2025-08-20T23:00:38.9622047Z [00:03:01.223]➜  # import config
2025-08-20T23:00:38.9622867Z [00:03:01.223]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:38.9623449Z [00:03:01.223]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build2180205415/b2166/_pkg_.a
2025-08-20T23:00:38.9624081Z [00:03:01.223]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:38.9624752Z [00:03:01.223]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build2180205415/b2187/_pkg_.a
2025-08-20T23:00:38.9625439Z [00:03:01.223]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build2180205415/b2191/_pkg_.a
2025-08-20T23:00:38.9626227Z [00:03:01.223]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build2180205415/b2202/_pkg_.a
2025-08-20T23:00:38.9626770Z [00:03:01.223]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:38.9627081Z [00:03:01.223]➜  EOF
2025-08-20T23:00:38.9629132Z [00:03:01.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2213/_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/b2213=>" -p github.com/go-git/go-git/v5/storage/memory -lang=go1.21 -complete -installsuffix shared -buildid MHQ6GOHxOxTuESITUSFt/MHQ6GOHxOxTuESITUSFt -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/storage/memory/storage.go
2025-08-20T23:00:39.0570329Z [00:03:01.318]➜  go tool buildid -w $WORK/b2098/_pkg_.a # internal
2025-08-20T23:00:39.0599303Z [00:03:01.321]➜  go tool buildid -w $WORK/b2213/_pkg_.a # internal
2025-08-20T23:00:39.0615164Z [00:03:01.323]➜  cp $WORK/b2213/_pkg_.a /root/.cache/go-build/94/94885d2afc90a0c8bb7038633def3c46496a1fe16fbc592e027b59d21a894d3f-d # internal
2025-08-20T23:00:39.0750538Z [00:03:01.336]➜  cp $WORK/b2098/_pkg_.a /root/.cache/go-build/1d/1dbd01d2cfd00e0571391d1a0bd4b7952c285c7667bf9c110fbd522ca7ee362e-d # internal
2025-08-20T23:00:39.0752900Z [00:03:01.336]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3
2025-08-20T23:00:39.0753367Z [00:03:01.336]➜  mkdir -p $WORK/b2137/
2025-08-20T23:00:39.0759784Z [00:03:01.337]➜  cat >/tmp/go-build2180205415/b2137/importcfg << 'EOF' # internal
2025-08-20T23:00:39.0761490Z [00:03:01.337]➜  # import config
2025-08-20T23:00:39.0762683Z [00:03:01.337]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.0763126Z [00:03:01.337]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.0763547Z [00:03:01.337]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.0764093Z [00:03:01.337]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:39.0764839Z [00:03:01.337]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:39.0766029Z [00:03:01.337]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build2180205415/b2059/_pkg_.a
2025-08-20T23:00:39.0767137Z [00:03:01.337]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build2180205415/b2098/_pkg_.a
2025-08-20T23:00:39.0768066Z [00:03:01.337]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:39.0768792Z [00:03:01.337]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:39.0769494Z [00:03:01.337]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:39.0770185Z [00:03:01.337]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:39.0771023Z [00:03:01.337]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:39.0771952Z [00:03:01.337]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:00:39.0791721Z [00:03:01.337]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:39.0792182Z [00:03:01.337]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:39.0792612Z [00:03:01.337]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:39.0793037Z [00:03:01.337]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:39.0793453Z [00:03:01.337]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:39.0793865Z [00:03:01.337]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:39.0794281Z [00:03:01.337]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.0794697Z [00:03:01.337]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:39.0795119Z [00:03:01.337]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:39.0795566Z [00:03:01.337]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:39.0796107Z [00:03:01.337]➜  EOF
2025-08-20T23:00:39.0799562Z [00:03:01.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2137/_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/b2137=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3 -lang=go1.22 -complete -installsuffix shared -buildid KQusWAvGWYk0beJbgVvP/KQusWAvGWYk0beJbgVvP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2137/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:00:39.0802379Z [00:03:01.338]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp
2025-08-20T23:00:39.0802716Z [00:03:01.338]➜  mkdir -p $WORK/b2208/
2025-08-20T23:00:39.0803085Z [00:03:01.338]➜  cat >/tmp/go-build2180205415/b2208/importcfg << 'EOF' # internal
2025-08-20T23:00:39.0803432Z [00:03:01.338]➜  # import config
2025-08-20T23:00:39.0803764Z [00:03:01.338]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:39.0804175Z [00:03:01.339]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.0804615Z [00:03:01.339]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:39.0805056Z [00:03:01.339]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.0805467Z [00:03:01.339]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.0806297Z [00:03:01.339]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:39.0807195Z [00:03:01.339]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build2180205415/b2209/_pkg_.a
2025-08-20T23:00:39.0808039Z [00:03:01.339]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build2180205415/b2211/_pkg_.a
2025-08-20T23:00:39.0808860Z [00:03:01.339]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build2180205415/b2212/_pkg_.a
2025-08-20T23:00:39.0809587Z [00:03:01.339]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build2180205415/b2191/_pkg_.a
2025-08-20T23:00:39.0810248Z [00:03:01.339]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build2180205415/b2213/_pkg_.a
2025-08-20T23:00:39.0810937Z [00:03:01.339]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build2180205415/b2184/_pkg_.a
2025-08-20T23:00:39.0811472Z [00:03:01.339]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.0812001Z [00:03:01.339]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:39.0812565Z [00:03:01.339]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:39.0812987Z [00:03:01.339]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:39.0813416Z [00:03:01.339]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.0813833Z [00:03:01.339]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:39.0814138Z [00:03:01.339]➜  EOF
2025-08-20T23:00:39.0822050Z [00:03:01.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2208/_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/b2208=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp -lang=go1.21 -complete -installsuffix shared -buildid MEgA-Ew67s-G8xtKJp7c/MEgA-Ew67s-G8xtKJp7c -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/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:00:39.1138201Z [00:03:01.375]➜  go tool buildid -w $WORK/b2193/_pkg_.a # internal
2025-08-20T23:00:39.1175621Z [00:03:01.379]➜  cp $WORK/b2193/_pkg_.a /root/.cache/go-build/a7/a721f4c0f55d3a1f6f673b10b473ec07d7c070c4a97dbe9cabf426199bda93da-d # internal
2025-08-20T23:00:39.1190536Z [00:03:01.380]➜  github.com/go-git/go-git/v5/plumbing/revlist
2025-08-20T23:00:39.1193113Z [00:03:01.380]➜  mkdir -p $WORK/b2214/
2025-08-20T23:00:39.1197928Z [00:03:01.380]➜  cat >/tmp/go-build2180205415/b2214/importcfg << 'EOF' # internal
2025-08-20T23:00:39.1198356Z [00:03:01.380]➜  # import config
2025-08-20T23:00:39.1198697Z [00:03:01.380]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.1199234Z [00:03:01.380]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:39.1199891Z [00:03:01.380]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build2180205415/b2182/_pkg_.a
2025-08-20T23:00:39.1200566Z [00:03:01.380]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build2180205415/b2193/_pkg_.a
2025-08-20T23:00:39.1201230Z [00:03:01.380]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build2180205415/b2191/_pkg_.a
2025-08-20T23:00:39.1201795Z [00:03:01.380]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.1202098Z [00:03:01.380]➜  EOF
2025-08-20T23:00:39.1204232Z [00:03:01.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2214/_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/b2214=>" -p github.com/go-git/go-git/v5/plumbing/revlist -lang=go1.21 -complete -installsuffix shared -buildid VWCFJSy2-oKsFJvlaBuT/VWCFJSy2-oKsFJvlaBuT -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/revlist/revlist.go
2025-08-20T23:00:39.1424714Z [00:03:01.403]➜  go tool buildid -w $WORK/b2214/_pkg_.a # internal
2025-08-20T23:00:39.1427969Z [00:03:01.404]➜  cp $WORK/b2214/_pkg_.a /root/.cache/go-build/8d/8d4740f502b174c44d4d129529e97712e285de1fa73e1923da1eadc1e201ec85-d # internal
2025-08-20T23:00:39.1436134Z [00:03:01.404]➜  github.com/go-git/go-git/v5/plumbing/format/objfile
2025-08-20T23:00:39.1436498Z [00:03:01.404]➜  mkdir -p $WORK/b2221/
2025-08-20T23:00:39.1436903Z [00:03:01.404]➜  cat >/tmp/go-build2180205415/b2221/importcfg << 'EOF' # internal
2025-08-20T23:00:39.1437267Z [00:03:01.404]➜  # import config
2025-08-20T23:00:39.1437629Z [00:03:01.404]➜  packagefile compress/zlib=/tmp/go-build2180205415/b813/_pkg_.a
2025-08-20T23:00:39.1438078Z [00:03:01.404]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.1438898Z [00:03:01.404]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:39.1439584Z [00:03:01.404]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build2180205415/b2189/_pkg_.a
2025-08-20T23:00:39.1440255Z [00:03:01.404]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build2180205415/b2192/_pkg_.a
2025-08-20T23:00:39.1440755Z [00:03:01.404]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.1441168Z [00:03:01.404]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:39.1441483Z [00:03:01.404]➜  EOF
2025-08-20T23:00:39.1444241Z [00:03:01.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2221/_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/b2221=>" -p github.com/go-git/go-git/v5/plumbing/format/objfile -lang=go1.21 -complete -installsuffix shared -buildid Tcj0qNg6cOjoXYIFwR8k/Tcj0qNg6cOjoXYIFwR8k -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/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:00:39.1986690Z [00:03:01.459]➜  go tool buildid -w $WORK/b2221/_pkg_.a # internal
2025-08-20T23:00:39.1999975Z [00:03:01.461]➜  cp $WORK/b2221/_pkg_.a /root/.cache/go-build/8f/8f22ffc7988252b5a395f1bc59bc54a68ca61a46f672670f7122c13e60479810-d # internal
2025-08-20T23:00:39.2010354Z [00:03:01.462]➜  github.com/go-git/go-git/v5/storage/filesystem/dotgit
2025-08-20T23:00:39.2013692Z [00:03:01.462]➜  mkdir -p $WORK/b2222/
2025-08-20T23:00:39.2014191Z [00:03:01.462]➜  cat >/tmp/go-build2180205415/b2222/importcfg << 'EOF' # internal
2025-08-20T23:00:39.2014566Z [00:03:01.462]➜  # import config
2025-08-20T23:00:39.2014903Z [00:03:01.462]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:39.2015323Z [00:03:01.462]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.2015743Z [00:03:01.462]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.2022832Z [00:03:01.462]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.2023355Z [00:03:01.462]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build2180205415/b2160/_pkg_.a
2025-08-20T23:00:39.2023981Z [00:03:01.462]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build2180205415/b2163/_pkg_.a
2025-08-20T23:00:39.2025057Z [00:03:01.462]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:39.2025971Z [00:03:01.462]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build2180205415/b2190/_pkg_.a
2025-08-20T23:00:39.2026766Z [00:03:01.462]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build2180205415/b2221/_pkg_.a
2025-08-20T23:00:39.2027499Z [00:03:01.462]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build2180205415/b2189/_pkg_.a
2025-08-20T23:00:39.2028189Z [00:03:01.462]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build2180205415/b2169/_pkg_.a
2025-08-20T23:00:39.2028808Z [00:03:01.462]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build2180205415/b2202/_pkg_.a
2025-08-20T23:00:39.2029427Z [00:03:01.462]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build2180205415/b2184/_pkg_.a
2025-08-20T23:00:39.2029940Z [00:03:01.462]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.2030346Z [00:03:01.462]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:39.2030751Z [00:03:01.462]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:39.2031192Z [00:03:01.462]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:39.2031857Z [00:03:01.462]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:39.2032288Z [00:03:01.462]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:39.2032704Z [00:03:01.462]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:39.2033123Z [00:03:01.462]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.2033563Z [00:03:01.462]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:39.2033996Z [00:03:01.462]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:39.2034305Z [00:03:01.462]➜  EOF
2025-08-20T23:00:39.2041962Z [00:03:01.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2222/_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/b2222=>" -p github.com/go-git/go-git/v5/storage/filesystem/dotgit -lang=go1.21 -complete -installsuffix shared -buildid vWWvmY1aQZUcfpW6TS4W/vWWvmY1aQZUcfpW6TS4W -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/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:00:39.2452764Z [00:03:01.505]➜  go tool buildid -w $WORK/b2137/_pkg_.a # internal
2025-08-20T23:00:39.2454263Z [00:03:01.506]➜  cp $WORK/b2137/_pkg_.a /root/.cache/go-build/9c/9c6ed68159a7a30030e11d885266fbe790e547e53fadfb009438c3b9577b41d1-d # internal
2025-08-20T23:00:39.2469874Z [00:03:01.508]➜  google.golang.org/grpc/xds/internal/httpfilter/router
2025-08-20T23:00:39.2471970Z [00:03:01.508]➜  mkdir -p $WORK/b2136/
2025-08-20T23:00:39.2473293Z [00:03:01.508]➜  cat >/tmp/go-build2180205415/b2136/importcfg << 'EOF' # internal
2025-08-20T23:00:39.2473933Z [00:03:01.508]➜  # import config
2025-08-20T23:00:39.2474945Z [00:03:01.508]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.2475732Z [00:03:01.508]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3=/tmp/go-build2180205415/b2137/_pkg_.a
2025-08-20T23:00:39.2476930Z [00:03:01.508]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2180205415/b409/_pkg_.a
2025-08-20T23:00:39.2477783Z [00:03:01.508]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build2180205415/b2103/_pkg_.a
2025-08-20T23:00:39.2478444Z [00:03:01.508]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:39.2479101Z [00:03:01.508]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:39.2479534Z [00:03:01.508]➜  EOF
2025-08-20T23:00:39.2481746Z [00:03:01.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2136/_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/b2136=>" -p google.golang.org/grpc/xds/internal/httpfilter/router -lang=go1.23 -complete -installsuffix shared -buildid UJlsNhkk6nimfShqb19z/UJlsNhkk6nimfShqb19z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2136/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/router/router.go
2025-08-20T23:00:39.2597623Z [00:03:01.521]➜  go tool buildid -w $WORK/b2208/_pkg_.a # internal
2025-08-20T23:00:39.2626379Z [00:03:01.524]➜  cp $WORK/b2208/_pkg_.a /root/.cache/go-build/0a/0a72856f2eff7224b2954c2f32bed328a9f2017ebb52c58a293de9bc5e63fa78-d # internal
2025-08-20T23:00:39.2659775Z [00:03:01.527]➜  github.com/go-git/go-git/v5/plumbing/transport
2025-08-20T23:00:39.2660572Z [00:03:01.527]➜  mkdir -p $WORK/b2215/
2025-08-20T23:00:39.2667361Z [00:03:01.528]➜  cat >/tmp/go-build2180205415/b2215/importcfg << 'EOF' # internal
2025-08-20T23:00:39.2667777Z [00:03:01.528]➜  # import config
2025-08-20T23:00:39.2668117Z [00:03:01.528]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.2668546Z [00:03:01.528]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:39.2668974Z [00:03:01.528]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.2669414Z [00:03:01.528]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.2669960Z [00:03:01.528]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build2180205415/b2167/_pkg_.a
2025-08-20T23:00:39.2670594Z [00:03:01.528]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:39.2671283Z [00:03:01.528]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build2180205415/b2208/_pkg_.a
2025-08-20T23:00:39.2672072Z [00:03:01.528]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build2180205415/b2211/_pkg_.a
2025-08-20T23:00:39.2672671Z [00:03:01.528]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.2673082Z [00:03:01.528]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:39.2673529Z [00:03:01.528]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:39.2673982Z [00:03:01.528]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:39.2674649Z [00:03:01.528]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.2675039Z [00:03:01.528]➜  EOF
2025-08-20T23:00:39.2677247Z [00:03:01.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2215/_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/b2215=>" -p github.com/go-git/go-git/v5/plumbing/transport -lang=go1.21 -complete -installsuffix shared -buildid j2td1Kq1Tm370LHuhVtc/j2td1Kq1Tm370LHuhVtc -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/plumbing/transport/common.go
2025-08-20T23:00:39.2962888Z [00:03:01.557]➜  go tool buildid -w $WORK/b2136/_pkg_.a # internal
2025-08-20T23:00:39.2971245Z [00:03:01.558]➜  cp $WORK/b2136/_pkg_.a /root/.cache/go-build/69/696c8341b6efccbc62e370a2fe575544bc1b15044394f2c5016a5f72085ea862-d # internal
2025-08-20T23:00:39.2972102Z [00:03:01.558]➜  github.com/kevinburke/ssh_config
2025-08-20T23:00:39.2972423Z [00:03:01.558]➜  mkdir -p $WORK/b2227/
2025-08-20T23:00:39.2975187Z [00:03:01.559]➜  cat >/tmp/go-build2180205415/b2227/importcfg << 'EOF' # internal
2025-08-20T23:00:39.2977136Z [00:03:01.559]➜  # import config
2025-08-20T23:00:39.2978904Z [00:03:01.559]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.2980262Z [00:03:01.559]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.2980682Z [00:03:01.559]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.2981084Z [00:03:01.559]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.2981481Z [00:03:01.559]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:39.2981892Z [00:03:01.559]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T23:00:39.2982352Z [00:03:01.559]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:39.2982810Z [00:03:01.559]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:39.2983234Z [00:03:01.559]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:39.2983658Z [00:03:01.559]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:39.2984398Z [00:03:01.559]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.2984828Z [00:03:01.559]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:39.2985248Z [00:03:01.559]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:39.2985559Z [00:03:01.559]➜  EOF
2025-08-20T23:00:39.2988987Z [00:03:01.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2227/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0=>github.com/kevinburke/ssh_config@v1.2.0;$WORK/b2227=>" -p github.com/kevinburke/ssh_config -lang=go1.16 -complete -installsuffix shared -buildid 1tcNkfG56N0zhSgSZNpX/1tcNkfG56N0zhSgSZNpX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2227/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:00:39.3249362Z [00:03:01.586]➜  go tool buildid -w $WORK/b2215/_pkg_.a # internal
2025-08-20T23:00:39.3258740Z [00:03:01.587]➜  cp $WORK/b2215/_pkg_.a /root/.cache/go-build/f5/f59c8f99b6b8b5c25dd139f19ad3e8bd8cbc7ce83c5a4d37c2300a8de8113e7a-d # internal
2025-08-20T23:00:39.3266877Z [00:03:01.588]➜  github.com/go-git/go-git/v5/plumbing/transport/internal/common
2025-08-20T23:00:39.3267299Z [00:03:01.588]➜  mkdir -p $WORK/b2218/
2025-08-20T23:00:39.3267732Z [00:03:01.588]➜  cat >/tmp/go-build2180205415/b2218/importcfg << 'EOF' # internal
2025-08-20T23:00:39.3268339Z [00:03:01.588]➜  # import config
2025-08-20T23:00:39.3268749Z [00:03:01.588]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:39.3269170Z [00:03:01.588]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.3269604Z [00:03:01.588]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:39.3270027Z [00:03:01.588]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.3270440Z [00:03:01.588]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.3271023Z [00:03:01.588]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build2180205415/b2209/_pkg_.a
2025-08-20T23:00:39.3271755Z [00:03:01.588]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build2180205415/b2208/_pkg_.a
2025-08-20T23:00:39.3272665Z [00:03:01.588]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build2180205415/b2211/_pkg_.a
2025-08-20T23:00:39.3273641Z [00:03:01.588]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build2180205415/b2212/_pkg_.a
2025-08-20T23:00:39.3274399Z [00:03:01.588]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build2180205415/b2215/_pkg_.a
2025-08-20T23:00:39.3275071Z [00:03:01.588]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build2180205415/b2184/_pkg_.a
2025-08-20T23:00:39.3275573Z [00:03:01.588]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.3276281Z [00:03:01.588]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:39.3276714Z [00:03:01.588]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.3277135Z [00:03:01.588]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:39.3277439Z [00:03:01.588]➜  EOF
2025-08-20T23:00:39.3280468Z [00:03:01.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2218/_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/b2218=>" -p github.com/go-git/go-git/v5/plumbing/transport/internal/common -lang=go1.21 -complete -installsuffix shared -buildid KNw_xbLg9607VFLl-NeO/KNw_xbLg9607VFLl-NeO -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/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:00:39.3349475Z [00:03:01.596]➜  go tool buildid -w $WORK/b2058/_pkg_.a # internal
2025-08-20T23:00:39.3394416Z [00:03:01.601]➜  go tool buildid -w $WORK/b2222/_pkg_.a # internal
2025-08-20T23:00:39.3420102Z [00:03:01.603]➜  cp $WORK/b2222/_pkg_.a /root/.cache/go-build/19/19346edb2ba1d8fdf5e51cb35ece1c03194eaa42091e14b69c994e87cfdf8dd7-d # internal
2025-08-20T23:00:39.3470736Z [00:03:01.608]➜  cp $WORK/b2058/_pkg_.a /root/.cache/go-build/a5/a5f8c3a537114acd3b89499f5b19417f1fb6f68507a11947ee9a4bf30649fdc6-d # internal
2025-08-20T23:00:39.3480079Z [00:03:01.609]➜  github.com/go-git/go-git/v5/storage/filesystem
2025-08-20T23:00:39.3481153Z [00:03:01.609]➜  mkdir -p $WORK/b2220/
2025-08-20T23:00:39.3493426Z [00:03:01.610]➜  cat >/tmp/go-build2180205415/b2220/importcfg << 'EOF' # internal
2025-08-20T23:00:39.3493829Z [00:03:01.610]➜  # import config
2025-08-20T23:00:39.3494175Z [00:03:01.610]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:39.3494604Z [00:03:01.610]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.3495012Z [00:03:01.610]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.3495525Z [00:03:01.610]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build2180205415/b2160/_pkg_.a
2025-08-20T23:00:39.3496629Z [00:03:01.610]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build2180205415/b2166/_pkg_.a
2025-08-20T23:00:39.3497349Z [00:03:01.610]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:39.3498003Z [00:03:01.610]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build2180205415/b2181/_pkg_.a
2025-08-20T23:00:39.3498701Z [00:03:01.610]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build2180205415/b2190/_pkg_.a
2025-08-20T23:00:39.3499418Z [00:03:01.610]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build2180205415/b2187/_pkg_.a
2025-08-20T23:00:39.3500135Z [00:03:01.610]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build2180205415/b2221/_pkg_.a
2025-08-20T23:00:39.3500864Z [00:03:01.610]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build2180205415/b2189/_pkg_.a
2025-08-20T23:00:39.3501863Z [00:03:01.610]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build2180205415/b2191/_pkg_.a
2025-08-20T23:00:39.3502556Z [00:03:01.610]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build2180205415/b2202/_pkg_.a
2025-08-20T23:00:39.3503248Z [00:03:01.610]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build2180205415/b2222/_pkg_.a
2025-08-20T23:00:39.3503932Z [00:03:01.610]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build2180205415/b2184/_pkg_.a
2025-08-20T23:00:39.3504438Z [00:03:01.610]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.3504834Z [00:03:01.610]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:39.3505262Z [00:03:01.610]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:39.3505667Z [00:03:01.610]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:39.3506134Z [00:03:01.610]➜  EOF
2025-08-20T23:00:39.3510294Z [00:03:01.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2220/_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/b2220=>" -p github.com/go-git/go-git/v5/storage/filesystem -lang=go1.21 -complete -installsuffix shared -buildid iwBP5xMfdInbAxMm8ObE/iwBP5xMfdInbAxMm8ObE -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/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:00:39.3563370Z [00:03:01.617]➜  github.com/envoyproxy/go-control-plane/envoy/admin/v3
2025-08-20T23:00:39.3563776Z [00:03:01.617]➜  mkdir -p $WORK/b2057/
2025-08-20T23:00:39.3571741Z [00:03:01.618]➜  cat >/tmp/go-build2180205415/b2057/importcfg << 'EOF' # internal
2025-08-20T23:00:39.3572165Z [00:03:01.618]➜  # import config
2025-08-20T23:00:39.3572513Z [00:03:01.618]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.3572938Z [00:03:01.618]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.3573355Z [00:03:01.618]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.3573900Z [00:03:01.618]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:39.3574685Z [00:03:01.618]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3=/tmp/go-build2180205415/b2058/_pkg_.a
2025-08-20T23:00:39.3575743Z [00:03:01.618]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build2180205415/b2068/_pkg_.a
2025-08-20T23:00:39.3576817Z [00:03:01.618]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:39.3577634Z [00:03:01.618]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/tap/v3=/tmp/go-build2180205415/b2075/_pkg_.a
2025-08-20T23:00:39.3578401Z [00:03:01.618]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:39.3579141Z [00:03:01.618]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:00:39.3579867Z [00:03:01.618]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:39.3580707Z [00:03:01.618]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:39.3581552Z [00:03:01.618]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:39.3582275Z [00:03:01.618]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:39.3583015Z [00:03:01.618]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:39.3583571Z [00:03:01.618]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:39.3583999Z [00:03:01.618]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:39.3584427Z [00:03:01.618]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:39.3584858Z [00:03:01.618]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:39.3585276Z [00:03:01.618]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:39.3585698Z [00:03:01.618]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:39.3586300Z [00:03:01.618]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.3586727Z [00:03:01.618]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:39.3587402Z [00:03:01.618]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:39.3587845Z [00:03:01.618]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:39.3588175Z [00:03:01.618]➜  EOF
2025-08-20T23:00:39.3629783Z [00:03:01.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2057/_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/b2057=>" -p github.com/envoyproxy/go-control-plane/envoy/admin/v3 -lang=go1.22 -complete -installsuffix shared -buildid tKw8vnoB92xPN3Ahl8_t/tKw8vnoB92xPN3Ahl8_t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2057/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:00:39.4003171Z [00:03:01.661]➜  go tool buildid -w $WORK/b2218/_pkg_.a # internal
2025-08-20T23:00:39.4006458Z [00:03:01.662]➜  go tool buildid -w $WORK/b2227/_pkg_.a # internal
2025-08-20T23:00:39.4029801Z [00:03:01.663]➜  cp $WORK/b2227/_pkg_.a /root/.cache/go-build/68/684407d6e6c117302d24d2bea414a0ab8f60527ea21103bfcc80fdd89be39092-d # internal
2025-08-20T23:00:39.4033821Z [00:03:01.664]➜  golang.org/x/crypto/ssh/knownhosts
2025-08-20T23:00:39.4034158Z [00:03:01.664]➜  mkdir -p $WORK/b2229/
2025-08-20T23:00:39.4034546Z [00:03:01.664]➜  cat >/tmp/go-build2180205415/b2229/importcfg << 'EOF' # internal
2025-08-20T23:00:39.4034900Z [00:03:01.664]➜  # import config
2025-08-20T23:00:39.4035241Z [00:03:01.664]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:39.4035685Z [00:03:01.664]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.4036319Z [00:03:01.664]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:39.4036781Z [00:03:01.664]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:39.4037237Z [00:03:01.664]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:39.4041153Z [00:03:01.664]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:39.4041622Z [00:03:01.664]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.4042040Z [00:03:01.664]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.4042521Z [00:03:01.664]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2180205415/b680/_pkg_.a
2025-08-20T23:00:39.4042987Z [00:03:01.664]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.4043391Z [00:03:01.664]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:39.4043804Z [00:03:01.664]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:39.4044452Z [00:03:01.664]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.4044828Z [00:03:01.664]➜  EOF
2025-08-20T23:00:39.4047484Z [00:03:01.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2229/_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/b2229=>" -p golang.org/x/crypto/ssh/knownhosts -lang=go1.23 -complete -installsuffix shared -buildid 0KbBn86AVAJGkYK1Newh/0KbBn86AVAJGkYK1Newh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2229/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/knownhosts/knownhosts.go
2025-08-20T23:00:39.4049606Z [00:03:01.665]➜  cp $WORK/b2218/_pkg_.a /root/.cache/go-build/56/56a3ed67e1a372bac8380fb87b1c643fa380695f809abc9bc0a6d5945fba7688-d # internal
2025-08-20T23:00:39.4050230Z [00:03:01.665]➜  github.com/go-git/go-git/v5/plumbing/transport/git
2025-08-20T23:00:39.4050572Z [00:03:01.665]➜  mkdir -p $WORK/b2223/
2025-08-20T23:00:39.4055208Z [00:03:01.666]➜  cat >/tmp/go-build2180205415/b2223/importcfg << 'EOF' # internal
2025-08-20T23:00:39.4058156Z [00:03:01.666]➜  # import config
2025-08-20T23:00:39.4058765Z [00:03:01.666]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build2180205415/b2208/_pkg_.a
2025-08-20T23:00:39.4059614Z [00:03:01.666]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build2180205415/b2215/_pkg_.a
2025-08-20T23:00:39.4064579Z [00:03:01.666]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build2180205415/b2218/_pkg_.a
2025-08-20T23:00:39.4065329Z [00:03:01.666]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build2180205415/b2184/_pkg_.a
2025-08-20T23:00:39.4065958Z [00:03:01.666]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.4066424Z [00:03:01.666]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:39.4068792Z [00:03:01.666]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:39.4069306Z [00:03:01.666]➜  EOF
2025-08-20T23:00:39.4071401Z [00:03:01.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2223/_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/b2223=>" -p github.com/go-git/go-git/v5/plumbing/transport/git -lang=go1.21 -complete -installsuffix shared -buildid 7MWL4NmFq7A89xoANKAF/7MWL4NmFq7A89xoANKAF -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/transport/git/common.go
2025-08-20T23:00:39.4279450Z [00:03:01.689]➜  go tool buildid -w $WORK/b2223/_pkg_.a # internal
2025-08-20T23:00:39.4283404Z [00:03:01.689]➜  cp $WORK/b2223/_pkg_.a /root/.cache/go-build/ef/ef31526aa8248948d082901d424049dd4341f7b5c8817a75de8c985abc97f6c8-d # internal
2025-08-20T23:00:39.4318549Z [00:03:01.692]➜  github.com/go-git/go-git/v5/plumbing/transport/http
2025-08-20T23:00:39.4321399Z [00:03:01.693]➜  mkdir -p $WORK/b2224/
2025-08-20T23:00:39.4321809Z [00:03:01.693]➜  cat >/tmp/go-build2180205415/b2224/importcfg << 'EOF' # internal
2025-08-20T23:00:39.4322167Z [00:03:01.693]➜  # import config
2025-08-20T23:00:39.4322875Z [00:03:01.693]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.4323308Z [00:03:01.693]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:39.4323757Z [00:03:01.693]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:39.4324214Z [00:03:01.693]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:39.4324647Z [00:03:01.693]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.4325172Z [00:03:01.693]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:39.4326029Z [00:03:01.693]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build2180205415/b2209/_pkg_.a
2025-08-20T23:00:39.4326970Z [00:03:01.693]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build2180205415/b2208/_pkg_.a
2025-08-20T23:00:39.4327837Z [00:03:01.693]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build2180205415/b2211/_pkg_.a
2025-08-20T23:00:39.4328658Z [00:03:01.693]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build2180205415/b2212/_pkg_.a
2025-08-20T23:00:39.4329403Z [00:03:01.693]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build2180205415/b2215/_pkg_.a
2025-08-20T23:00:39.4330161Z [00:03:01.693]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build2180205415/b2218/_pkg_.a
2025-08-20T23:00:39.4330883Z [00:03:01.693]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build2180205415/b2184/_pkg_.a
2025-08-20T23:00:39.4331511Z [00:03:01.693]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build2180205415/b2225/_pkg_.a
2025-08-20T23:00:39.4332012Z [00:03:01.693]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.4332415Z [00:03:01.693]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:39.4332840Z [00:03:01.693]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:39.4333272Z [00:03:01.693]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:39.4333696Z [00:03:01.693]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:39.4334119Z [00:03:01.693]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:39.4334538Z [00:03:01.693]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.4334955Z [00:03:01.693]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:39.4335263Z [00:03:01.693]➜  EOF
2025-08-20T23:00:39.4338673Z [00:03:01.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2224/_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/b2224=>" -p github.com/go-git/go-git/v5/plumbing/transport/http -lang=go1.21 -complete -installsuffix shared -buildid 3G_YvtDvXm712-4WMcYS/3G_YvtDvXm712-4WMcYS -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/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:00:39.4564518Z [00:03:01.717]➜  go tool buildid -w $WORK/b2229/_pkg_.a # internal
2025-08-20T23:00:39.4574256Z [00:03:01.718]➜  cp $WORK/b2229/_pkg_.a /root/.cache/go-build/7e/7e94ba790427d7264beccdcda253dfad194905b48ba93ac2a2848aa6fe01e02a-d # internal
2025-08-20T23:00:39.4582261Z [00:03:01.719]➜  github.com/skeema/knownhosts
2025-08-20T23:00:39.4586719Z [00:03:01.719]➜  mkdir -p $WORK/b2228/
2025-08-20T23:00:39.4604917Z [00:03:01.721]➜  cat >/tmp/go-build2180205415/b2228/importcfg << 'EOF' # internal
2025-08-20T23:00:39.4616138Z [00:03:01.721]➜  # import config
2025-08-20T23:00:39.4616522Z [00:03:01.721]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:39.4616953Z [00:03:01.721]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.4617408Z [00:03:01.721]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:39.4617863Z [00:03:01.721]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.4618280Z [00:03:01.721]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.4618768Z [00:03:01.721]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2180205415/b680/_pkg_.a
2025-08-20T23:00:39.4619378Z [00:03:01.721]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build2180205415/b2229/_pkg_.a
2025-08-20T23:00:39.4620111Z [00:03:01.721]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.4620628Z [00:03:01.721]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:39.4621039Z [00:03:01.721]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:39.4621448Z [00:03:01.721]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:39.4621868Z [00:03:01.721]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.4622193Z [00:03:01.721]➜  EOF
2025-08-20T23:00:39.4623983Z [00:03:01.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2228/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/skeema/knownhosts@v1.3.0=>github.com/skeema/knownhosts@v1.3.0;$WORK/b2228=>" -p github.com/skeema/knownhosts -lang=go1.17 -complete -installsuffix shared -buildid 9qlK-qZ2IMv2ePTZN97z/9qlK-qZ2IMv2ePTZN97z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2228/importcfg -pack /root/go/pkg/mod/github.com/skeema/knownhosts@v1.3.0/knownhosts.go
2025-08-20T23:00:39.4763716Z [00:03:01.737]➜  go tool buildid -w $WORK/b2220/_pkg_.a # internal
2025-08-20T23:00:39.4787889Z [00:03:01.740]➜  cp $WORK/b2220/_pkg_.a /root/.cache/go-build/31/312b9a9cde6bfdb7d204ed83b131f0dfd1af9280f6b1d7d57e93d15aedfadac5-d # internal
2025-08-20T23:00:39.4799525Z [00:03:01.741]➜  github.com/go-git/go-git/v5/plumbing/transport/server
2025-08-20T23:00:39.4803765Z [00:03:01.741]➜  mkdir -p $WORK/b2219/
2025-08-20T23:00:39.4804271Z [00:03:01.741]➜  cat >/tmp/go-build2180205415/b2219/importcfg << 'EOF' # internal
2025-08-20T23:00:39.4805885Z [00:03:01.741]➜  # import config
2025-08-20T23:00:39.4808283Z [00:03:01.741]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:39.4808762Z [00:03:01.741]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.4809466Z [00:03:01.741]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.4810145Z [00:03:01.741]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build2180205415/b2160/_pkg_.a
2025-08-20T23:00:39.4810736Z [00:03:01.741]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build2180205415/b2161/_pkg_.a
2025-08-20T23:00:39.4811531Z [00:03:01.741]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:39.4812177Z [00:03:01.741]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build2180205415/b2181/_pkg_.a
2025-08-20T23:00:39.4812883Z [00:03:01.741]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build2180205415/b2189/_pkg_.a
2025-08-20T23:00:39.4813620Z [00:03:01.741]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build2180205415/b2208/_pkg_.a
2025-08-20T23:00:39.4814407Z [00:03:01.741]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build2180205415/b2211/_pkg_.a
2025-08-20T23:00:39.4815158Z [00:03:01.741]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build2180205415/b2214/_pkg_.a
2025-08-20T23:00:39.4819668Z [00:03:01.741]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build2180205415/b2191/_pkg_.a
2025-08-20T23:00:39.4820447Z [00:03:01.741]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build2180205415/b2215/_pkg_.a
2025-08-20T23:00:39.4821147Z [00:03:01.741]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build2180205415/b2220/_pkg_.a
2025-08-20T23:00:39.4821811Z [00:03:01.741]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build2180205415/b2184/_pkg_.a
2025-08-20T23:00:39.4822319Z [00:03:01.741]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.4822622Z [00:03:01.741]➜  EOF
2025-08-20T23:00:39.4825291Z [00:03:01.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2219/_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/b2219=>" -p github.com/go-git/go-git/v5/plumbing/transport/server -lang=go1.21 -complete -installsuffix shared -buildid yRezZMv7uSXGvGFUC7oC/yRezZMv7uSXGvGFUC7oC -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/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:00:39.5181585Z [00:03:01.779]➜  go tool buildid -w $WORK/b2228/_pkg_.a # internal
2025-08-20T23:00:39.5188550Z [00:03:01.780]➜  cp $WORK/b2228/_pkg_.a /root/.cache/go-build/9e/9ee7204a401389a8350a7a29cc1d4a7b0f02b31163a96585e3db44fd86e8652f-d # internal
2025-08-20T23:00:39.5192855Z [00:03:01.780]➜  go tool buildid -w $WORK/b2224/_pkg_.a # internal
2025-08-20T23:00:39.5211051Z [00:03:01.781]➜  cp $WORK/b2224/_pkg_.a /root/.cache/go-build/e9/e94dcaedb7c52fbe365ef000c652b82529a1617e725119a3c521563f83cf07b6-d # internal
2025-08-20T23:00:39.5212055Z [00:03:01.782]➜  golang.org/x/crypto/ssh/agent
2025-08-20T23:00:39.5212383Z [00:03:01.782]➜  mkdir -p $WORK/b2231/
2025-08-20T23:00:39.5213557Z [00:03:01.782]➜  cat >/tmp/go-build2180205415/b2231/importcfg << 'EOF' # internal
2025-08-20T23:00:39.5214304Z [00:03:01.782]➜  # import config
2025-08-20T23:00:39.5214802Z [00:03:01.782]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.5215668Z [00:03:01.782]➜  packagefile crypto/dsa=/tmp/go-build2180205415/b180/_pkg_.a
2025-08-20T23:00:39.5216805Z [00:03:01.782]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T23:00:39.5217527Z [00:03:01.782]➜  packagefile crypto/ed25519=/tmp/go-build2180205415/b157/_pkg_.a
2025-08-20T23:00:39.5218211Z [00:03:01.782]➜  packagefile crypto/elliptic=/tmp/go-build2180205415/b146/_pkg_.a
2025-08-20T23:00:39.5219299Z [00:03:01.782]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:39.5220064Z [00:03:01.782]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:00:39.5221134Z [00:03:01.782]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:39.5222101Z [00:03:01.782]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:39.5223174Z [00:03:01.782]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:39.5223789Z [00:03:01.782]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.5224659Z [00:03:01.782]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.5225356Z [00:03:01.782]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2180205415/b680/_pkg_.a
2025-08-20T23:00:39.5226139Z [00:03:01.782]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.5227174Z [00:03:01.782]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:39.5227878Z [00:03:01.782]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:39.5229040Z [00:03:01.782]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:39.5229471Z [00:03:01.782]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:39.5229882Z [00:03:01.782]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:39.5230194Z [00:03:01.782]➜  EOF
2025-08-20T23:00:39.5232708Z [00:03:01.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2231/_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/b2231=>" -p golang.org/x/crypto/ssh/agent -lang=go1.23 -complete -installsuffix shared -buildid MAFu66CcwFsifiCjskAT/MAFu66CcwFsifiCjskAT -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/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:00:39.5241008Z [00:03:01.785]➜  golang.org/x/net/internal/socks
2025-08-20T23:00:39.5242163Z [00:03:01.785]➜  mkdir -p $WORK/b2233/
2025-08-20T23:00:39.5242835Z [00:03:01.785]➜  cat >/tmp/go-build2180205415/b2233/importcfg << 'EOF' # internal
2025-08-20T23:00:39.5243619Z [00:03:01.785]➜  # import config
2025-08-20T23:00:39.5244396Z [00:03:01.785]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:39.5245312Z [00:03:01.785]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.5246115Z [00:03:01.785]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.5246755Z [00:03:01.785]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:39.5247611Z [00:03:01.785]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:39.5248295Z [00:03:01.785]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:39.5248829Z [00:03:01.785]➜  EOF
2025-08-20T23:00:39.5251323Z [00:03:01.785]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2233/_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/b2233=>" -p golang.org/x/net/internal/socks -lang=go1.23 -complete -installsuffix shared -buildid 8Z1UkWgWH3KnzXwtDtzk/8Z1UkWgWH3KnzXwtDtzk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2233/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:00:39.5329586Z [00:03:01.794]➜  go tool buildid -w $WORK/b2219/_pkg_.a # internal
2025-08-20T23:00:39.5343048Z [00:03:01.795]➜  cp $WORK/b2219/_pkg_.a /root/.cache/go-build/6e/6ec7726546841919bc9e3b4a8d14b2ee9560129af81875bc5f36a651e9026c71-d # internal
2025-08-20T23:00:39.5347430Z [00:03:01.796]➜  github.com/go-git/go-git/v5/plumbing/transport/file
2025-08-20T23:00:39.5347911Z [00:03:01.796]➜  mkdir -p $WORK/b2217/
2025-08-20T23:00:39.5348309Z [00:03:01.796]➜  cat >/tmp/go-build2180205415/b2217/importcfg << 'EOF' # internal
2025-08-20T23:00:39.5348674Z [00:03:01.796]➜  # import config
2025-08-20T23:00:39.5349032Z [00:03:01.796]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:39.5349454Z [00:03:01.796]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.5350152Z [00:03:01.796]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.5350718Z [00:03:01.796]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build2180205415/b2215/_pkg_.a
2025-08-20T23:00:39.5351486Z [00:03:01.796]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build2180205415/b2218/_pkg_.a
2025-08-20T23:00:39.5352270Z [00:03:01.796]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/server=/tmp/go-build2180205415/b2219/_pkg_.a
2025-08-20T23:00:39.5352962Z [00:03:01.796]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build2180205415/b2184/_pkg_.a
2025-08-20T23:00:39.5353566Z [00:03:01.796]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build2180205415/b248/_pkg_.a
2025-08-20T23:00:39.5354034Z [00:03:01.796]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.5354431Z [00:03:01.796]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:39.5354873Z [00:03:01.796]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:39.5355325Z [00:03:01.796]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:39.5355945Z [00:03:01.796]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.5356377Z [00:03:01.796]➜  EOF
2025-08-20T23:00:39.5359004Z [00:03:01.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2217/_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/b2217=>" -p github.com/go-git/go-git/v5/plumbing/transport/file -lang=go1.21 -complete -installsuffix shared -buildid rpitOPdMKoBulCNdNLwL/rpitOPdMKoBulCNdNLwL -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/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:00:39.5703487Z [00:03:01.830]➜  go tool buildid -w $WORK/b2233/_pkg_.a # internal
2025-08-20T23:00:39.5704111Z [00:03:01.830]➜  go tool buildid -w $WORK/b2217/_pkg_.a # internal
2025-08-20T23:00:39.5704786Z [00:03:01.830]➜  cp $WORK/b2217/_pkg_.a /root/.cache/go-build/31/311741da7615c972647397c4b203238fcf09d1459957541d0214b37c9a9ad580-d # internal
2025-08-20T23:00:39.5705661Z [00:03:01.830]➜  cp $WORK/b2233/_pkg_.a /root/.cache/go-build/58/580ac7987b3857462d90924a750d98acca69288b1f1f48f79366352b82ace6df-d # internal
2025-08-20T23:00:39.5731866Z [00:03:01.830]➜  github.com/go-git/go-git/v5/utils/merkletrie/filesystem
2025-08-20T23:00:39.5733463Z [00:03:01.830]➜  mkdir -p $WORK/b2234/
2025-08-20T23:00:39.5734128Z [00:03:01.830]➜  cat >/tmp/go-build2180205415/b2234/importcfg << 'EOF' # internal
2025-08-20T23:00:39.5734502Z [00:03:01.831]➜  # import config
2025-08-20T23:00:39.5734930Z [00:03:01.831]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build2180205415/b2160/_pkg_.a
2025-08-20T23:00:39.5735553Z [00:03:01.831]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:39.5736444Z [00:03:01.831]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build2180205415/b2182/_pkg_.a
2025-08-20T23:00:39.5737160Z [00:03:01.831]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build2180205415/b2207/_pkg_.a
2025-08-20T23:00:39.5737716Z [00:03:01.831]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.5738126Z [00:03:01.831]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:39.5738543Z [00:03:01.831]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:39.5738865Z [00:03:01.831]➜  EOF
2025-08-20T23:00:39.5741044Z [00:03:01.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2234/_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/b2234=>" -p github.com/go-git/go-git/v5/utils/merkletrie/filesystem -lang=go1.21 -complete -installsuffix shared -buildid VvOC8bZONt8HTDCVU7kv/VvOC8bZONt8HTDCVU7kv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2234/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/filesystem/node.go
2025-08-20T23:00:39.5743318Z [00:03:01.831]➜  golang.org/x/net/proxy
2025-08-20T23:00:39.5743596Z [00:03:01.831]➜  mkdir -p $WORK/b2232/
2025-08-20T23:00:39.5743975Z [00:03:01.831]➜  cat >/tmp/go-build2180205415/b2232/importcfg << 'EOF' # internal
2025-08-20T23:00:39.5744331Z [00:03:01.831]➜  # import config
2025-08-20T23:00:39.5744678Z [00:03:01.831]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:39.5745110Z [00:03:01.831]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.5745634Z [00:03:01.831]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build2180205415/b2233/_pkg_.a
2025-08-20T23:00:39.5746422Z [00:03:01.831]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:39.5746854Z [00:03:01.831]➜  packagefile net/netip=/tmp/go-build2180205415/b088/_pkg_.a
2025-08-20T23:00:39.5747289Z [00:03:01.831]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:39.5747702Z [00:03:01.831]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:39.5748118Z [00:03:01.831]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.5748537Z [00:03:01.831]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:39.5748845Z [00:03:01.831]➜  EOF
2025-08-20T23:00:39.5751490Z [00:03:01.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2232/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy=>golang.org/x/net@v0.42.0/proxy;$WORK/b2232=>" -p golang.org/x/net/proxy -lang=go1.23 -complete -installsuffix shared -buildid Ik13hpZftGkvlZq6iYO2/Ik13hpZftGkvlZq6iYO2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2232/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:00:39.5965087Z [00:03:01.858]➜  go tool buildid -w $WORK/b2234/_pkg_.a # internal
2025-08-20T23:00:39.6003394Z [00:03:01.861]➜  cp $WORK/b2234/_pkg_.a /root/.cache/go-build/ab/abe13b08863111e336d2ba393f8c338b34afa2151ea6920a90947409e6f88c9e-d # internal
2025-08-20T23:00:39.6004384Z [00:03:01.861]➜  github.com/go-git/go-git/v5/utils/merkletrie/index
2025-08-20T23:00:39.6006283Z [00:03:01.861]➜  mkdir -p $WORK/b2235/
2025-08-20T23:00:39.6006777Z [00:03:01.861]➜  cat >/tmp/go-build2180205415/b2235/importcfg << 'EOF' # internal
2025-08-20T23:00:39.6007135Z [00:03:01.861]➜  # import config
2025-08-20T23:00:39.6007636Z [00:03:01.861]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build2180205415/b2187/_pkg_.a
2025-08-20T23:00:39.6008372Z [00:03:01.861]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build2180205415/b2207/_pkg_.a
2025-08-20T23:00:39.6008929Z [00:03:01.861]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:39.6009354Z [00:03:01.861]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.6009669Z [00:03:01.861]➜  EOF
2025-08-20T23:00:39.6011751Z [00:03:01.861]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2235/_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/b2235=>" -p github.com/go-git/go-git/v5/utils/merkletrie/index -lang=go1.21 -complete -installsuffix shared -buildid fa_5YkYwO1VBUhE6EbeS/fa_5YkYwO1VBUhE6EbeS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2235/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/index/node.go
2025-08-20T23:00:39.6157479Z [00:03:01.877]➜  go tool buildid -w $WORK/b2232/_pkg_.a # internal
2025-08-20T23:00:39.6166696Z [00:03:01.878]➜  cp $WORK/b2232/_pkg_.a /root/.cache/go-build/b6/b68e6dbd68b1ce7c97860bf4498e87fb03d1effe4abb517b305434334f879db7-d # internal
2025-08-20T23:00:39.6169114Z [00:03:01.878]➜  github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffer_writer
2025-08-20T23:00:39.6169540Z [00:03:01.878]➜  mkdir -p $WORK/b2237/
2025-08-20T23:00:39.6172728Z [00:03:01.878]➜  cat >/tmp/go-build2180205415/b2237/importcfg << 'EOF' # internal
2025-08-20T23:00:39.6173212Z [00:03:01.878]➜  # import config
2025-08-20T23:00:39.6173579Z [00:03:01.878]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.6174206Z [00:03:01.878]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:00:39.6174975Z [00:03:01.878]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build2180205415/b641/_pkg_.a
2025-08-20T23:00:39.6175881Z [00:03:01.878]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer=/tmp/go-build2180205415/b1959/_pkg_.a
2025-08-20T23:00:39.6176755Z [00:03:01.878]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/pool=/tmp/go-build2180205415/b1960/_pkg_.a
2025-08-20T23:00:39.6177531Z [00:03:01.878]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:39.6178096Z [00:03:01.878]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.6178505Z [00:03:01.878]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:39.6178817Z [00:03:01.878]➜  EOF
2025-08-20T23:00:39.6197892Z [00:03:01.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2237/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffer_writer=>github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffer_writer;$WORK/b2237=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffer_writer -lang=go1.24 -complete -installsuffix shared -buildid _PkNZ32Bv30HDEEZXfFh/_PkNZ32Bv30HDEEZXfFh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2237/importcfg -pack ./pkg/writers/buffer_writer/bufferwriter.go ./pkg/writers/buffer_writer/metrics.go
2025-08-20T23:00:39.6202583Z [00:03:01.881]➜  go tool buildid -w $WORK/b2235/_pkg_.a # internal
2025-08-20T23:00:39.6212750Z [00:03:01.882]➜  cp $WORK/b2235/_pkg_.a /root/.cache/go-build/2c/2c365d7e0c219eebcdf9401049dcb9676bfd7026f5c4692ceed97b5bb0fe3be0-d # internal
2025-08-20T23:00:39.6214114Z [00:03:01.882]➜  github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffered_file_writer
2025-08-20T23:00:39.6215443Z [00:03:01.882]➜  mkdir -p $WORK/b2238/
2025-08-20T23:00:39.6216160Z [00:03:01.882]➜  cat >/tmp/go-build2180205415/b2238/importcfg << 'EOF' # internal
2025-08-20T23:00:39.6216542Z [00:03:01.882]➜  # import config
2025-08-20T23:00:39.6216894Z [00:03:01.882]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.6217326Z [00:03:01.882]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.6217743Z [00:03:01.882]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.6218308Z [00:03:01.882]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:00:39.6219054Z [00:03:01.882]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build2180205415/b641/_pkg_.a
2025-08-20T23:00:39.6219856Z [00:03:01.882]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer=/tmp/go-build2180205415/b1959/_pkg_.a
2025-08-20T23:00:39.6220674Z [00:03:01.882]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/pool=/tmp/go-build2180205415/b1960/_pkg_.a
2025-08-20T23:00:39.6221467Z [00:03:01.882]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp=/tmp/go-build2180205415/b698/_pkg_.a
2025-08-20T23:00:39.6222226Z [00:03:01.882]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:39.6223001Z [00:03:01.882]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.6223399Z [00:03:01.882]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:39.6223804Z [00:03:01.882]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:39.6224109Z [00:03:01.882]➜  EOF
2025-08-20T23:00:39.6226576Z [00:03:01.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2238/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffered_file_writer=>github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffered_file_writer;$WORK/b2238=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffered_file_writer -lang=go1.24 -complete -installsuffix shared -buildid I4-7ACfbD1IozoCZjFae/I4-7ACfbD1IozoCZjFae -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2238/importcfg -pack ./pkg/writers/buffered_file_writer/bufferedfilewriter.go ./pkg/writers/buffered_file_writer/metrics.go
﻿2025-08-20T23:00:39.6416700Z [00:03:01.903]➜  go tool buildid -w $WORK/b2231/_pkg_.a # internal
2025-08-20T23:00:39.6437599Z [00:03:01.905]➜  cp $WORK/b2231/_pkg_.a /root/.cache/go-build/0a/0a9865429620be54bad5b4af1f6d0393209771c190df33cdaa3dab0b1527a217-d # internal
2025-08-20T23:00:39.6438213Z [00:03:01.905]➜  github.com/xanzy/ssh-agent
2025-08-20T23:00:39.6438508Z [00:03:01.905]➜  mkdir -p $WORK/b2230/
2025-08-20T23:00:39.6438906Z [00:03:01.905]➜  cat >/tmp/go-build2180205415/b2230/importcfg << 'EOF' # internal
2025-08-20T23:00:39.6439252Z [00:03:01.905]➜  # import config
2025-08-20T23:00:39.6439596Z [00:03:01.905]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.6440285Z [00:03:01.905]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.6440866Z [00:03:01.905]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build2180205415/b2231/_pkg_.a
2025-08-20T23:00:39.6441357Z [00:03:01.905]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:39.6441769Z [00:03:01.905]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:39.6442147Z [00:03:01.905]➜  EOF
2025-08-20T23:00:39.6443880Z [00:03:01.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2230/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xanzy/ssh-agent@v0.3.3=>github.com/xanzy/ssh-agent@v0.3.3;$WORK/b2230=>" -p github.com/xanzy/ssh-agent -lang=go1.16 -complete -installsuffix shared -buildid EbzCT1Y5Gvti8hvggVxk/EbzCT1Y5Gvti8hvggVxk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2230/importcfg -pack /root/go/pkg/mod/github.com/xanzy/ssh-agent@v0.3.3/sshagent.go
2025-08-20T23:00:39.6620598Z [00:03:01.923]➜  go tool buildid -w $WORK/b2230/_pkg_.a # internal
2025-08-20T23:00:39.6623697Z [00:03:01.923]➜  cp $WORK/b2230/_pkg_.a /root/.cache/go-build/83/83e5aa40b60392096abb6dfc6fc2140f27efc001198c25fb0ecc051cb9e31b3c-d # internal
2025-08-20T23:00:39.6632470Z [00:03:01.924]➜  github.com/go-git/go-git/v5/plumbing/transport/ssh
2025-08-20T23:00:39.6632907Z [00:03:01.924]➜  mkdir -p $WORK/b2226/
2025-08-20T23:00:39.6633313Z [00:03:01.924]➜  cat >/tmp/go-build2180205415/b2226/importcfg << 'EOF' # internal
2025-08-20T23:00:39.6633665Z [00:03:01.924]➜  # import config
2025-08-20T23:00:39.6634009Z [00:03:01.924]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:39.6634434Z [00:03:01.924]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.6634846Z [00:03:01.924]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.6635407Z [00:03:01.924]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build2180205415/b2215/_pkg_.a
2025-08-20T23:00:39.6636366Z [00:03:01.924]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build2180205415/b2218/_pkg_.a
2025-08-20T23:00:39.6637083Z [00:03:01.924]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build2180205415/b2227/_pkg_.a
2025-08-20T23:00:39.6638044Z [00:03:01.924]➜  packagefile github.com/skeema/knownhosts=/tmp/go-build2180205415/b2228/_pkg_.a
2025-08-20T23:00:39.6638629Z [00:03:01.924]➜  packagefile github.com/xanzy/ssh-agent=/tmp/go-build2180205415/b2230/_pkg_.a
2025-08-20T23:00:39.6639472Z [00:03:01.924]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2180205415/b680/_pkg_.a
2025-08-20T23:00:39.6640266Z [00:03:01.924]➜  packagefile golang.org/x/net/proxy=/tmp/go-build2180205415/b2232/_pkg_.a
2025-08-20T23:00:39.6640749Z [00:03:01.924]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:39.6641152Z [00:03:01.924]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:39.6641573Z [00:03:01.924]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T23:00:39.6642033Z [00:03:01.924]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:39.6642490Z [00:03:01.924]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:39.6642916Z [00:03:01.924]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:39.6643350Z [00:03:01.924]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.6643933Z [00:03:01.924]➜  EOF
2025-08-20T23:00:39.6646603Z [00:03:01.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2226/_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/b2226=>" -p github.com/go-git/go-git/v5/plumbing/transport/ssh -lang=go1.21 -complete -installsuffix shared -buildid WdtUPfXfxkUIo_XrjNLK/WdtUPfXfxkUIo_XrjNLK -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/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:00:39.6649609Z [00:03:01.925]➜  go tool buildid -w $WORK/b2237/_pkg_.a # internal
2025-08-20T23:00:39.6650295Z [00:03:01.926]➜  cp $WORK/b2237/_pkg_.a /root/.cache/go-build/18/18f881a179ef82e40c3f18e6d52dcf74577b0a0b2ff0cedb3d0945bd5ec170e2-d # internal
2025-08-20T23:00:39.6653548Z [00:03:01.926]➜  github.com/golang-jwt/jwt/v4
2025-08-20T23:00:39.6658941Z [00:03:01.927]➜  mkdir -p $WORK/b2241/
2025-08-20T23:00:39.6664636Z [00:03:01.927]➜  cat >/tmp/go-build2180205415/b2241/importcfg << 'EOF' # internal
2025-08-20T23:00:39.6665106Z [00:03:01.927]➜  # import config
2025-08-20T23:00:39.6665448Z [00:03:01.927]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.6666115Z [00:03:01.927]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:39.6667212Z [00:03:01.927]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T23:00:39.6667985Z [00:03:01.927]➜  packagefile crypto/ed25519=/tmp/go-build2180205415/b157/_pkg_.a
2025-08-20T23:00:39.6668470Z [00:03:01.927]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:39.6668930Z [00:03:01.927]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:39.6669398Z [00:03:01.927]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:00:39.6669861Z [00:03:01.927]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:00:39.6670319Z [00:03:01.927]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:39.6670788Z [00:03:01.927]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:39.6671262Z [00:03:01.927]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:39.6671726Z [00:03:01.927]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T23:00:39.6672170Z [00:03:01.927]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.6672586Z [00:03:01.927]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.6672989Z [00:03:01.927]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:39.6673654Z [00:03:01.927]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:39.6674095Z [00:03:01.927]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:39.6674525Z [00:03:01.927]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:39.6674950Z [00:03:01.927]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.6675370Z [00:03:01.927]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:39.6675926Z [00:03:01.927]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:39.6676296Z [00:03:01.927]➜  EOF
2025-08-20T23:00:39.6681950Z [00:03:01.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2241/_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/b2241=>" -p github.com/golang-jwt/jwt/v4 -lang=go1.16 -complete -installsuffix shared -buildid aJx5xirYEPVvnG7N1cZ2/aJx5xirYEPVvnG7N1cZ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2241/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:00:39.6986293Z [00:03:01.960]➜  go tool buildid -w $WORK/b2238/_pkg_.a # internal
2025-08-20T23:00:39.7006205Z [00:03:01.962]➜  cp $WORK/b2238/_pkg_.a /root/.cache/go-build/90/909797f8cf8a139b4140c1af33e66fb8d5b4035745ec21cc4ee74f7535f019e5-d # internal
2025-08-20T23:00:39.7008620Z [00:03:01.962]➜  github.com/trufflesecurity/trufflehog/v3/pkg/gitparse
2025-08-20T23:00:39.7009042Z [00:03:01.962]➜  mkdir -p $WORK/b2236/
2025-08-20T23:00:39.7012682Z [00:03:01.962]➜  cat >/tmp/go-build2180205415/b2236/importcfg << 'EOF' # internal
2025-08-20T23:00:39.7014241Z [00:03:01.962]➜  # import config
2025-08-20T23:00:39.7016791Z [00:03:01.962]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:39.7017320Z [00:03:01.962]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.7017752Z [00:03:01.962]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.7018238Z [00:03:01.962]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T23:00:39.7018894Z [00:03:01.962]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:39.7019656Z [00:03:01.962]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:39.7020483Z [00:03:01.962]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffer_writer=/tmp/go-build2180205415/b2237/_pkg_.a
2025-08-20T23:00:39.7021396Z [00:03:01.962]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffered_file_writer=/tmp/go-build2180205415/b2238/_pkg_.a
2025-08-20T23:00:39.7022042Z [00:03:01.962]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.7022440Z [00:03:01.962]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:39.7023110Z [00:03:01.962]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:00:39.7023574Z [00:03:01.962]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:39.7024023Z [00:03:01.962]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:39.7024446Z [00:03:01.962]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.7024862Z [00:03:01.962]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:39.7025168Z [00:03:01.962]➜  EOF
2025-08-20T23:00:39.7027118Z [00:03:01.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2236/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/gitparse=>github.com/trufflesecurity/trufflehog/v3/pkg/gitparse;$WORK/b2236=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/gitparse -lang=go1.24 -complete -installsuffix shared -buildid Z84ut_Cg3DoEuF3g0QAQ/Z84ut_Cg3DoEuF3g0QAQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2236/importcfg -pack ./pkg/gitparse/gitparse.go
2025-08-20T23:00:39.7524883Z [00:03:02.013]➜  go tool buildid -w $WORK/b2226/_pkg_.a # internal
2025-08-20T23:00:39.7554632Z [00:03:02.016]➜  cp $WORK/b2226/_pkg_.a /root/.cache/go-build/8c/8cfa8f7ea9e2785dfaa7f617c1199730d070bead3ac9fc77ce208f888a26da12-d # internal
2025-08-20T23:00:39.7556237Z [00:03:02.016]➜  github.com/go-git/go-git/v5/plumbing/transport/client
2025-08-20T23:00:39.7557128Z [00:03:02.016]➜  mkdir -p $WORK/b2216/
2025-08-20T23:00:39.7557576Z [00:03:02.016]➜  cat >/tmp/go-build2180205415/b2216/importcfg << 'EOF' # internal
2025-08-20T23:00:39.7557936Z [00:03:02.016]➜  # import config
2025-08-20T23:00:39.7558302Z [00:03:02.016]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.7559138Z [00:03:02.016]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build2180205415/b2215/_pkg_.a
2025-08-20T23:00:39.7559932Z [00:03:02.016]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/file=/tmp/go-build2180205415/b2217/_pkg_.a
2025-08-20T23:00:39.7560671Z [00:03:02.016]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/git=/tmp/go-build2180205415/b2223/_pkg_.a
2025-08-20T23:00:39.7561405Z [00:03:02.016]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/http=/tmp/go-build2180205415/b2224/_pkg_.a
2025-08-20T23:00:39.7562124Z [00:03:02.016]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/ssh=/tmp/go-build2180205415/b2226/_pkg_.a
2025-08-20T23:00:39.7562569Z [00:03:02.016]➜  EOF
2025-08-20T23:00:39.7564855Z [00:03:02.016]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2216/_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/b2216=>" -p github.com/go-git/go-git/v5/plumbing/transport/client -lang=go1.21 -complete -installsuffix shared -buildid WTXzjhQwgqB68wkpcoab/WTXzjhQwgqB68wkpcoab -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/transport/client/client.go
2025-08-20T23:00:39.7958945Z [00:03:02.057]➜  go tool buildid -w $WORK/b2216/_pkg_.a # internal
2025-08-20T23:00:39.7962403Z [00:03:02.057]➜  cp $WORK/b2216/_pkg_.a /root/.cache/go-build/bd/bd4a327ba97cc8622bfdae6c0021576e18b1f0b53acefda1dc73a7219152308a-d # internal
2025-08-20T23:00:39.8002052Z [00:03:02.061]➜  github.com/go-git/go-git/v5
2025-08-20T23:00:39.8003262Z [00:03:02.061]➜  mkdir -p $WORK/b2158/
2025-08-20T23:00:39.8004539Z [00:03:02.062]➜  cat >/tmp/go-build2180205415/b2158/importcfg << 'EOF' # internal
2025-08-20T23:00:39.8006722Z [00:03:02.062]➜  # import config
2025-08-20T23:00:39.8007164Z [00:03:02.062]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.8007637Z [00:03:02.062]➜  packagefile container/heap=/tmp/go-build2180205415/b578/_pkg_.a
2025-08-20T23:00:39.8008098Z [00:03:02.062]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:39.8008854Z [00:03:02.062]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:39.8009367Z [00:03:02.062]➜  packagefile dario.cat/mergo=/tmp/go-build2180205415/b2159/_pkg_.a
2025-08-20T23:00:39.8009843Z [00:03:02.062]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:39.8010285Z [00:03:02.062]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.8010699Z [00:03:02.062]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.8011238Z [00:03:02.062]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build2180205415/b876/_pkg_.a
2025-08-20T23:00:39.8011920Z [00:03:02.062]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build2180205415/b906/_pkg_.a
2025-08-20T23:00:39.8012565Z [00:03:02.062]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build2180205415/b2160/_pkg_.a
2025-08-20T23:00:39.8013149Z [00:03:02.062]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build2180205415/b2161/_pkg_.a
2025-08-20T23:00:39.8013751Z [00:03:02.062]➜  packagefile github.com/go-git/go-billy/v5/util=/tmp/go-build2180205415/b2165/_pkg_.a
2025-08-20T23:00:39.8014566Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build2180205415/b2166/_pkg_.a
2025-08-20T23:00:39.8015212Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build2180205415/b2179/_pkg_.a
2025-08-20T23:00:39.8016024Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/internal/revision=/tmp/go-build2180205415/b2180/_pkg_.a
2025-08-20T23:00:39.8016746Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build2180205415/b2167/_pkg_.a
2025-08-20T23:00:39.8017374Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:39.8018133Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build2180205415/b2181/_pkg_.a
2025-08-20T23:00:39.8018904Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build2180205415/b2182/_pkg_.a
2025-08-20T23:00:39.8019617Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build2180205415/b2173/_pkg_.a
2025-08-20T23:00:39.8020350Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/gitignore=/tmp/go-build2180205415/b2183/_pkg_.a
2025-08-20T23:00:39.8021072Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build2180205415/b2187/_pkg_.a
2025-08-20T23:00:39.8021797Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build2180205415/b2189/_pkg_.a
2025-08-20T23:00:39.8022612Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build2180205415/b2169/_pkg_.a
2025-08-20T23:00:39.8023381Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build2180205415/b2193/_pkg_.a
2025-08-20T23:00:39.8024082Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build2180205415/b2208/_pkg_.a
2025-08-20T23:00:39.8024878Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build2180205415/b2211/_pkg_.a
2025-08-20T23:00:39.8025716Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build2180205415/b2212/_pkg_.a
2025-08-20T23:00:39.8027541Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build2180205415/b2214/_pkg_.a
2025-08-20T23:00:39.8028212Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build2180205415/b2191/_pkg_.a
2025-08-20T23:00:39.8028895Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build2180205415/b2215/_pkg_.a
2025-08-20T23:00:39.8029614Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/client=/tmp/go-build2180205415/b2216/_pkg_.a
2025-08-20T23:00:39.8030278Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build2180205415/b2202/_pkg_.a
2025-08-20T23:00:39.8031221Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build2180205415/b2220/_pkg_.a
2025-08-20T23:00:39.8031940Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build2180205415/b2222/_pkg_.a
2025-08-20T23:00:39.8032639Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build2180205415/b2213/_pkg_.a
2025-08-20T23:00:39.8033277Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build2180205415/b2203/_pkg_.a
2025-08-20T23:00:39.8033908Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build2180205415/b2184/_pkg_.a
2025-08-20T23:00:39.8034669Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build2180205415/b2205/_pkg_.a
2025-08-20T23:00:39.8035450Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/filesystem=/tmp/go-build2180205415/b2234/_pkg_.a
2025-08-20T23:00:39.8036301Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/index=/tmp/go-build2180205415/b2235/_pkg_.a
2025-08-20T23:00:39.8037213Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build2180205415/b2207/_pkg_.a
2025-08-20T23:00:39.8037884Z [00:03:02.062]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build2180205415/b2192/_pkg_.a
2025-08-20T23:00:39.8038526Z [00:03:02.062]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build2180205415/b2204/_pkg_.a
2025-08-20T23:00:39.8039042Z [00:03:02.062]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.8039446Z [00:03:02.062]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:39.8039954Z [00:03:02.062]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:39.8040456Z [00:03:02.062]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:39.8040913Z [00:03:02.062]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:39.8041341Z [00:03:02.062]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:39.8041761Z [00:03:02.062]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:39.8042178Z [00:03:02.062]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:39.8042603Z [00:03:02.062]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.8043028Z [00:03:02.062]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:39.8043444Z [00:03:02.062]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:39.8043981Z [00:03:02.062]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:39.8044377Z [00:03:02.062]➜  EOF
2025-08-20T23:00:39.8079498Z [00:03:02.062]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2158/_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/b2158=>" -p github.com/go-git/go-git/v5 -lang=go1.21 -complete -installsuffix shared -buildid mkHooWr9U7WP6xihFxWk/mkHooWr9U7WP6xihFxWk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2158/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:00:39.8289208Z [00:03:02.090]➜  go tool buildid -w $WORK/b2236/_pkg_.a # internal
2025-08-20T23:00:39.8311086Z [00:03:02.092]➜  cp $WORK/b2236/_pkg_.a /root/.cache/go-build/ac/ac1eec8847ba7eaeb1ad863942d3c970b83fcd47919a698dd37a773d30a7e581-d # internal
2025-08-20T23:00:39.8351541Z [00:03:02.096]➜  github.com/google/go-github/v72/github
2025-08-20T23:00:39.8354506Z [00:03:02.096]➜  mkdir -p $WORK/b2242/
2025-08-20T23:00:39.8365172Z [00:03:02.097]➜  cat >/tmp/go-build2180205415/b2242/importcfg << 'EOF' # internal
2025-08-20T23:00:39.8373386Z [00:03:02.097]➜  # import config
2025-08-20T23:00:39.8373798Z [00:03:02.097]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.8374230Z [00:03:02.097]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:39.8374692Z [00:03:02.097]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:39.8375530Z [00:03:02.097]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:39.8376129Z [00:03:02.097]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:39.8376599Z [00:03:02.097]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:00:39.8377069Z [00:03:02.097]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:39.8377544Z [00:03:02.097]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:39.8378021Z [00:03:02.097]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:39.8378622Z [00:03:02.097]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.8379104Z [00:03:02.097]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.8379640Z [00:03:02.097]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build2180205415/b283/_pkg_.a
2025-08-20T23:00:39.8380167Z [00:03:02.097]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:39.8380573Z [00:03:02.097]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.8380981Z [00:03:02.097]➜  packagefile mime=/tmp/go-build2180205415/b194/_pkg_.a
2025-08-20T23:00:39.8381402Z [00:03:02.097]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:39.8381832Z [00:03:02.097]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:39.8382241Z [00:03:02.097]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:39.8382786Z [00:03:02.097]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:39.8383319Z [00:03:02.097]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:39.8383772Z [00:03:02.097]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:39.8384202Z [00:03:02.097]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:39.8384822Z [00:03:02.097]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:39.8385242Z [00:03:02.097]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:39.8385671Z [00:03:02.097]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.8387909Z [00:03:02.097]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:39.8388329Z [00:03:02.097]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:39.8388636Z [00:03:02.097]➜  EOF
2025-08-20T23:00:39.8443107Z [00:03:02.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2242/_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/b2242=>" -p github.com/google/go-github/v72/github -lang=go1.23 -complete -installsuffix shared -buildid 74XXzwZmIcQHZaLZ-7bR/74XXzwZmIcQHZaLZ-7bR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2242/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:00:39.8545085Z [00:03:02.115]➜  go tool buildid -w $WORK/b2241/_pkg_.a # internal
2025-08-20T23:00:39.8628487Z [00:03:02.124]➜  cp $WORK/b2241/_pkg_.a /root/.cache/go-build/e7/e7145acc2d0cc5d05555d6d661122c4b96ee704c7493efc5bb783f477dfe20e1-d # internal
2025-08-20T23:00:39.8633662Z [00:03:02.124]➜  github.com/trufflesecurity/trufflehog/v3/pkg/giturl
2025-08-20T23:00:39.8634040Z [00:03:02.124]➜  mkdir -p $WORK/b2243/
2025-08-20T23:00:39.8651502Z [00:03:02.126]➜  cat >/tmp/go-build2180205415/b2243/importcfg << 'EOF' # internal
2025-08-20T23:00:39.8652486Z [00:03:02.126]➜  # import config
2025-08-20T23:00:39.8653251Z [00:03:02.126]➜  packagefile github.com/pkg/errors=/tmp/go-build2180205415/b568/_pkg_.a
2025-08-20T23:00:39.8654561Z [00:03:02.126]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:39.8655195Z [00:03:02.126]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:39.8655623Z [00:03:02.126]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:39.8656239Z [00:03:02.126]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:39.8656671Z [00:03:02.126]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.8656986Z [00:03:02.126]➜  EOF
2025-08-20T23:00:39.8681226Z [00:03:02.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2243/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/giturl=>github.com/trufflesecurity/trufflehog/v3/pkg/giturl;$WORK/b2243=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/giturl -lang=go1.24 -complete -installsuffix shared -buildid 47z7kkvR5OCedXT2hnT4/47z7kkvR5OCedXT2hnT4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2243/importcfg -pack ./pkg/giturl/giturl.go
2025-08-20T23:00:39.9076315Z [00:03:02.168]➜  go tool buildid -w $WORK/b2243/_pkg_.a # internal
2025-08-20T23:00:39.9105562Z [00:03:02.171]➜  cp $WORK/b2243/_pkg_.a /root/.cache/go-build/db/db261a0a66f33fb366a22d15743ef92ca958b48a76ac1d973230969fd7c2951b-d # internal
2025-08-20T23:00:39.9186382Z [00:03:02.180]➜  gitlab.com/gitlab-org/api/client-go
2025-08-20T23:00:39.9187395Z [00:03:02.180]➜  mkdir -p $WORK/b2245/
2025-08-20T23:00:39.9193989Z [00:03:02.180]➜  cat >/tmp/go-build2180205415/b2245/importcfg << 'EOF' # internal
2025-08-20T23:00:39.9194814Z [00:03:02.180]➜  # import config
2025-08-20T23:00:39.9196274Z [00:03:02.180]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:39.9197626Z [00:03:02.180]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:39.9198105Z [00:03:02.180]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:39.9198555Z [00:03:02.180]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:39.9198979Z [00:03:02.180]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:39.9199868Z [00:03:02.180]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build2180205415/b283/_pkg_.a
2025-08-20T23:00:39.9200500Z [00:03:02.180]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build2180205415/b566/_pkg_.a
2025-08-20T23:00:39.9201122Z [00:03:02.180]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build2180205415/b565/_pkg_.a
2025-08-20T23:00:39.9201693Z [00:03:02.180]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T23:00:39.9202222Z [00:03:02.180]➜  packagefile golang.org/x/time/rate=/tmp/go-build2180205415/b539/_pkg_.a
2025-08-20T23:00:39.9202688Z [00:03:02.180]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:39.9203221Z [00:03:02.180]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T23:00:39.9203698Z [00:03:02.180]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T23:00:39.9204114Z [00:03:02.180]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:39.9204542Z [00:03:02.180]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:39.9204982Z [00:03:02.180]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:39.9205442Z [00:03:02.180]➜  packagefile mime/multipart=/tmp/go-build2180205415/b195/_pkg_.a
2025-08-20T23:00:39.9206113Z [00:03:02.180]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:39.9206545Z [00:03:02.180]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:39.9206982Z [00:03:02.180]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:39.9207551Z [00:03:02.180]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:39.9208100Z [00:03:02.180]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:39.9208554Z [00:03:02.180]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:39.9208984Z [00:03:02.180]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:39.9209410Z [00:03:02.180]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:39.9209834Z [00:03:02.180]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:39.9210256Z [00:03:02.180]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:39.9210663Z [00:03:02.180]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:39.9210970Z [00:03:02.180]➜  EOF
2025-08-20T23:00:39.9264132Z [00:03:02.181]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2245/_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/b2245=>" -p gitlab.com/gitlab-org/api/client-go -lang=go1.23 -complete -installsuffix shared -buildid mTIbYxJe7R46KdbzDytn/mTIbYxJe7R46KdbzDytn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2245/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:00:40.1815375Z [00:03:02.442]➜  go tool buildid -w $WORK/b2057/_pkg_.a # internal
2025-08-20T23:00:40.2192113Z [00:03:02.480]➜  cp $WORK/b2057/_pkg_.a /root/.cache/go-build/8e/8e4b94c41dca1510c7de6055afae2c199d87d179a27ea2681d446a87331a3e06-d # internal
2025-08-20T23:00:40.2192885Z [00:03:02.480]➜  github.com/envoyproxy/go-control-plane/envoy/service/status/v3
2025-08-20T23:00:40.2193270Z [00:03:02.480]➜  mkdir -p $WORK/b2056/
2025-08-20T23:00:40.2197867Z [00:03:02.481]➜  cat >/tmp/go-build2180205415/b2056/importcfg << 'EOF' # internal
2025-08-20T23:00:40.2198748Z [00:03:02.481]➜  # import config
2025-08-20T23:00:40.2199498Z [00:03:02.481]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:40.2199942Z [00:03:02.481]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:40.2200376Z [00:03:02.481]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:40.2200795Z [00:03:02.481]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:40.2201408Z [00:03:02.481]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:00:40.2202150Z [00:03:02.481]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build2180205415/b2057/_pkg_.a
2025-08-20T23:00:40.2202925Z [00:03:02.481]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:00:40.2203723Z [00:03:02.481]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:40.2204561Z [00:03:02.481]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2180205415/b2036/_pkg_.a
2025-08-20T23:00:40.2205356Z [00:03:02.481]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build2180205415/b323/_pkg_.a
2025-08-20T23:00:40.2206207Z [00:03:02.481]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:40.2206774Z [00:03:02.481]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:40.2207349Z [00:03:02.481]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:40.2208180Z [00:03:02.481]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:40.2208990Z [00:03:02.481]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:00:40.2209690Z [00:03:02.481]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:40.2210408Z [00:03:02.481]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:40.2210969Z [00:03:02.481]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:40.2211390Z [00:03:02.481]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:00:40.2211825Z [00:03:02.481]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:40.2212269Z [00:03:02.481]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:40.2212697Z [00:03:02.481]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:40.2213111Z [00:03:02.481]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:40.2213534Z [00:03:02.481]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:40.2214266Z [00:03:02.481]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:40.2214686Z [00:03:02.481]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:40.2215128Z [00:03:02.481]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:40.2215463Z [00:03:02.481]➜  EOF
2025-08-20T23:00:40.2218971Z [00:03:02.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2056/_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/b2056=>" -p github.com/envoyproxy/go-control-plane/envoy/service/status/v3 -lang=go1.22 -complete -installsuffix shared -buildid oEK80XBsbKa7n6v0DDRZ/oEK80XBsbKa7n6v0DDRZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2056/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:00:40.2964108Z [00:03:02.557]➜  go tool buildid -w $WORK/b2158/_pkg_.a # internal
2025-08-20T23:00:40.3030515Z [00:03:02.564]➜  cp $WORK/b2158/_pkg_.a /root/.cache/go-build/6c/6c186331649ccb6af3fc6aa79f1a431895b47068c609b07a0ca58de8efe065e9-d # internal
2025-08-20T23:00:40.3039995Z [00:03:02.565]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/git
2025-08-20T23:00:40.3041265Z [00:03:02.565]➜  mkdir -p $WORK/b2157/
2025-08-20T23:00:40.3053818Z [00:03:02.566]➜  cat >/tmp/go-build2180205415/b2157/importcfg << 'EOF' # internal
2025-08-20T23:00:40.3054871Z [00:03:02.566]➜  # import config
2025-08-20T23:00:40.3056849Z [00:03:02.566]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:40.3057294Z [00:03:02.566]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:40.3057752Z [00:03:02.566]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:40.3058247Z [00:03:02.566]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:40.3058702Z [00:03:02.566]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:40.3059114Z [00:03:02.566]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:40.3059613Z [00:03:02.566]➜  packagefile github.com/go-errors/errors=/tmp/go-build2180205415/b801/_pkg_.a
2025-08-20T23:00:40.3060169Z [00:03:02.566]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build2180205415/b2158/_pkg_.a
2025-08-20T23:00:40.3060757Z [00:03:02.566]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:40.3061674Z [00:03:02.566]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build2180205415/b2193/_pkg_.a
2025-08-20T23:00:40.3062427Z [00:03:02.566]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build2180205415/b282/_pkg_.a
2025-08-20T23:00:40.3063108Z [00:03:02.566]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:00:40.3063859Z [00:03:02.566]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build2180205415/b641/_pkg_.a
2025-08-20T23:00:40.3064634Z [00:03:02.566]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp=/tmp/go-build2180205415/b698/_pkg_.a
2025-08-20T23:00:40.3065399Z [00:03:02.566]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:40.3068629Z [00:03:02.566]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:40.3069423Z [00:03:02.566]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build2180205415/b616/_pkg_.a
2025-08-20T23:00:40.3070188Z [00:03:02.566]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/gitparse=/tmp/go-build2180205415/b2236/_pkg_.a
2025-08-20T23:00:40.3071187Z [00:03:02.566]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build2180205415/b802/_pkg_.a
2025-08-20T23:00:40.3072009Z [00:03:02.566]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:40.3072829Z [00:03:02.566]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:40.3073733Z [00:03:02.566]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build2180205415/b1976/_pkg_.a
2025-08-20T23:00:40.3074576Z [00:03:02.566]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:40.3075206Z [00:03:02.566]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T23:00:40.3075750Z [00:03:02.566]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build2180205415/b544/_pkg_.a
2025-08-20T23:00:40.3076577Z [00:03:02.566]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:40.3077433Z [00:03:02.566]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:40.3077966Z [00:03:02.566]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:40.3078381Z [00:03:02.566]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:40.3078794Z [00:03:02.566]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:40.3079203Z [00:03:02.566]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:00:40.3079659Z [00:03:02.566]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:40.3080102Z [00:03:02.566]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:40.3080521Z [00:03:02.566]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:40.3080946Z [00:03:02.566]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:40.3081375Z [00:03:02.566]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:40.3081821Z [00:03:02.566]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:40.3082250Z [00:03:02.566]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:40.3082552Z [00:03:02.566]➜  EOF
2025-08-20T23:00:40.3084965Z [00:03:02.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2157/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/git;$WORK/b2157=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/git -lang=go1.24 -complete -installsuffix shared -buildid BCzGPXESD_SsGcSfi8sM/BCzGPXESD_SsGcSfi8sM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2157/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:00:40.3956779Z [00:03:02.656]➜  go tool buildid -w $WORK/b2056/_pkg_.a # internal
2025-08-20T23:00:40.4003069Z [00:03:02.661]➜  cp $WORK/b2056/_pkg_.a /root/.cache/go-build/5b/5b9b314faa4aa3baac858a5f0e04f04380facf8d9b1e6c2f5e60e0502f3a42bc-d # internal
2025-08-20T23:00:40.4036571Z [00:03:02.661]➜  google.golang.org/grpc/xds/internal/clients/xdsclient
2025-08-20T23:00:40.4037100Z [00:03:02.661]➜  mkdir -p $WORK/b2087/
2025-08-20T23:00:40.4037562Z [00:03:02.662]➜  cat >/tmp/go-build2180205415/b2087/importcfg << 'EOF' # internal
2025-08-20T23:00:40.4037913Z [00:03:02.662]➜  # import config
2025-08-20T23:00:40.4038257Z [00:03:02.662]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:40.4038691Z [00:03:02.662]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:40.4039102Z [00:03:02.662]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:40.4039696Z [00:03:02.662]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build2180205415/b2057/_pkg_.a
2025-08-20T23:00:40.4040864Z [00:03:02.662]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:40.4041708Z [00:03:02.662]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build2180205415/b2088/_pkg_.a
2025-08-20T23:00:40.4042656Z [00:03:02.662]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build2180205415/b2056/_pkg_.a
2025-08-20T23:00:40.4043511Z [00:03:02.662]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build2180205415/b437/_pkg_.a
2025-08-20T23:00:40.4044241Z [00:03:02.662]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2180205415/b402/_pkg_.a
2025-08-20T23:00:40.4044896Z [00:03:02.662]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:40.4045518Z [00:03:02.662]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:40.4046528Z [00:03:02.662]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build2180205415/b2080/_pkg_.a
2025-08-20T23:00:40.4047467Z [00:03:02.662]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal=/tmp/go-build2180205415/b2084/_pkg_.a
2025-08-20T23:00:40.4048268Z [00:03:02.662]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/backoff=/tmp/go-build2180205415/b2085/_pkg_.a
2025-08-20T23:00:40.4049083Z [00:03:02.662]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/buffer=/tmp/go-build2180205415/b2089/_pkg_.a
2025-08-20T23:00:40.4049989Z [00:03:02.662]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/pretty=/tmp/go-build2180205415/b2090/_pkg_.a
2025-08-20T23:00:40.4050894Z [00:03:02.662]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/syncutil=/tmp/go-build2180205415/b2091/_pkg_.a
2025-08-20T23:00:40.4051726Z [00:03:02.662]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/internal=/tmp/go-build2180205415/b2092/_pkg_.a
2025-08-20T23:00:40.4052679Z [00:03:02.662]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/internal/xdsresource=/tmp/go-build2180205415/b2093/_pkg_.a
2025-08-20T23:00:40.4053568Z [00:03:02.662]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/metrics=/tmp/go-build2180205415/b2094/_pkg_.a
2025-08-20T23:00:40.4054278Z [00:03:02.662]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:40.4054925Z [00:03:02.662]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:40.4055642Z [00:03:02.662]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:40.4058310Z [00:03:02.662]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:40.4058736Z [00:03:02.662]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:40.4059397Z [00:03:02.662]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:40.4059838Z [00:03:02.662]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:40.4060144Z [00:03:02.662]➜  EOF
2025-08-20T23:00:40.4065336Z [00:03:02.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2087/_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/b2087=>" -p google.golang.org/grpc/xds/internal/clients/xdsclient -lang=go1.23 -complete -installsuffix shared -buildid cUtttSl6fwSbW7u_z6JR/cUtttSl6fwSbW7u_z6JR -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/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:00:40.5772494Z [00:03:02.838]➜  go tool buildid -w $WORK/b2157/_pkg_.a # internal
2025-08-20T23:00:40.5872091Z [00:03:02.848]➜  cp $WORK/b2157/_pkg_.a /root/.cache/go-build/ab/ab841dde28fff59344fe2c8dbd40761277f69eb9e2248d90ce073542504033a4-d # internal
2025-08-20T23:00:40.5872852Z [00:03:02.848]➜  github.com/trufflesecurity/trufflehog/v3/pkg/roundtripper
2025-08-20T23:00:40.5873237Z [00:03:02.848]➜  mkdir -p $WORK/b2247/
2025-08-20T23:00:40.5886756Z [00:03:02.850]➜  cat >/tmp/go-build2180205415/b2247/importcfg << 'EOF' # internal
2025-08-20T23:00:40.5887517Z [00:03:02.850]➜  # import config
2025-08-20T23:00:40.5887888Z [00:03:02.850]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:40.5888322Z [00:03:02.850]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:40.5888814Z [00:03:02.850]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T23:00:40.5889476Z [00:03:02.850]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:40.5890387Z [00:03:02.850]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:40.5891039Z [00:03:02.850]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:40.5891474Z [00:03:02.850]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:40.5891912Z [00:03:02.850]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:40.5892339Z [00:03:02.850]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:40.5892645Z [00:03:02.850]➜  EOF
2025-08-20T23:00:40.5894562Z [00:03:02.850]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2247/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/roundtripper=>github.com/trufflesecurity/trufflehog/v3/pkg/roundtripper;$WORK/b2247=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/roundtripper -lang=go1.24 -complete -installsuffix shared -buildid Dz5MvZKPnKwhu2f5Icg3/Dz5MvZKPnKwhu2f5Icg3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2247/importcfg -pack ./pkg/roundtripper/roundtripper.go
2025-08-20T23:00:40.5994782Z [00:03:02.860]➜  go tool buildid -w $WORK/b2087/_pkg_.a # internal
2025-08-20T23:00:40.6024344Z [00:03:02.863]➜  cp $WORK/b2087/_pkg_.a /root/.cache/go-build/06/06f478fe4156fc621855841bea7959441d2240291ca7f0ae85fb3f92877422aa-d # internal
2025-08-20T23:00:40.6028148Z [00:03:02.864]➜  google.golang.org/grpc/xds/internal/xdsclient/xdsresource
2025-08-20T23:00:40.6031109Z [00:03:02.864]➜  mkdir -p $WORK/b2095/
2025-08-20T23:00:40.6044431Z [00:03:02.865]➜  cat >/tmp/go-build2180205415/b2095/importcfg << 'EOF' # internal
2025-08-20T23:00:40.6045328Z [00:03:02.865]➜  # import config
2025-08-20T23:00:40.6048235Z [00:03:02.865]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:40.6050084Z [00:03:02.865]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:40.6050770Z [00:03:02.865]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:40.6051459Z [00:03:02.865]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build2180205415/b2096/_pkg_.a
2025-08-20T23:00:40.6074106Z [00:03:02.865]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build2180205415/b2062/_pkg_.a
2025-08-20T23:00:40.6074940Z [00:03:02.865]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build2180205415/b2068/_pkg_.a
2025-08-20T23:00:40.6075904Z [00:03:02.865]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:00:40.6076797Z [00:03:02.865]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build2180205415/b2069/_pkg_.a
2025-08-20T23:00:40.6077905Z [00:03:02.865]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build2180205415/b2070/_pkg_.a
2025-08-20T23:00:40.6079020Z [00:03:02.865]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2180205415/b2060/_pkg_.a
2025-08-20T23:00:40.6080087Z [00:03:02.865]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3=/tmp/go-build2180205415/b2097/_pkg_.a
2025-08-20T23:00:40.6081235Z [00:03:02.865]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build2180205415/b2098/_pkg_.a
2025-08-20T23:00:40.6082394Z [00:03:02.865]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build2180205415/b2074/_pkg_.a
2025-08-20T23:00:40.6083657Z [00:03:02.865]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build2180205415/b2088/_pkg_.a
2025-08-20T23:00:40.6084589Z [00:03:02.865]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:00:40.6085335Z [00:03:02.865]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:40.6086390Z [00:03:02.865]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:40.6087213Z [00:03:02.865]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2180205415/b371/_pkg_.a
2025-08-20T23:00:40.6088004Z [00:03:02.865]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:40.6088759Z [00:03:02.865]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2180205415/b392/_pkg_.a
2025-08-20T23:00:40.6089505Z [00:03:02.865]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T23:00:40.6090293Z [00:03:02.865]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2180205415/b409/_pkg_.a
2025-08-20T23:00:40.6091110Z [00:03:02.865]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2180205415/b410/_pkg_.a
2025-08-20T23:00:40.6091968Z [00:03:02.865]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2180205415/b2030/_pkg_.a
2025-08-20T23:00:40.6092815Z [00:03:02.865]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build2180205415/b2100/_pkg_.a
2025-08-20T23:00:40.6093621Z [00:03:02.865]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:40.6094583Z [00:03:02.865]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:40.6095305Z [00:03:02.865]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build2180205415/b2101/_pkg_.a
2025-08-20T23:00:40.6102197Z [00:03:02.865]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build2180205415/b2080/_pkg_.a
2025-08-20T23:00:40.6103159Z [00:03:02.865]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient=/tmp/go-build2180205415/b2087/_pkg_.a
2025-08-20T23:00:40.6104146Z [00:03:02.865]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build2180205415/b2102/_pkg_.a
2025-08-20T23:00:40.6105181Z [00:03:02.865]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build2180205415/b2103/_pkg_.a
2025-08-20T23:00:40.6106352Z [00:03:02.865]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build2180205415/b2104/_pkg_.a
2025-08-20T23:00:40.6107383Z [00:03:02.865]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build2180205415/b2105/_pkg_.a
2025-08-20T23:00:40.6108444Z [00:03:02.865]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:40.6109265Z [00:03:02.865]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:40.6110399Z [00:03:02.865]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:00:40.6111191Z [00:03:02.865]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:40.6111805Z [00:03:02.865]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T23:00:40.6112453Z [00:03:02.865]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:40.6112986Z [00:03:02.865]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:40.6113469Z [00:03:02.865]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:40.6114043Z [00:03:02.865]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:40.6114775Z [00:03:02.865]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:40.6115384Z [00:03:02.865]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:40.6116021Z [00:03:02.865]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:40.6116524Z [00:03:02.865]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:40.6116989Z [00:03:02.865]➜  EOF
2025-08-20T23:00:40.6127796Z [00:03:02.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2095/_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/b2095=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdsresource -lang=go1.23 -complete -installsuffix shared -buildid l9PoizjXUER_BB11ITnc/l9PoizjXUER_BB11ITnc -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/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:00:40.6364353Z [00:03:02.897]➜  go tool buildid -w $WORK/b2247/_pkg_.a # internal
2025-08-20T23:00:40.6380709Z [00:03:02.899]➜  cp $WORK/b2247/_pkg_.a /root/.cache/go-build/de/de429c4245281d753edea0146d9b30d2f8fc1ba74b8661386a9d766aa947b868-d # internal
2025-08-20T23:00:40.6386518Z [00:03:02.899]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/jenkins
2025-08-20T23:00:40.6386911Z [00:03:02.899]➜  mkdir -p $WORK/b2246/
2025-08-20T23:00:40.6397882Z [00:03:02.901]➜  cat >/tmp/go-build2180205415/b2246/importcfg << 'EOF' # internal
2025-08-20T23:00:40.6402817Z [00:03:02.901]➜  # import config
2025-08-20T23:00:40.6403223Z [00:03:02.901]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:40.6403686Z [00:03:02.901]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:40.6404181Z [00:03:02.901]➜  packagefile github.com/go-errors/errors=/tmp/go-build2180205415/b801/_pkg_.a
2025-08-20T23:00:40.6404846Z [00:03:02.901]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:40.6406009Z [00:03:02.901]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:40.6406831Z [00:03:02.901]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build2180205415/b802/_pkg_.a
2025-08-20T23:00:40.6407583Z [00:03:02.901]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build2180205415/b225/_pkg_.a
2025-08-20T23:00:40.6408386Z [00:03:02.901]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:40.6409338Z [00:03:02.901]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:40.6410240Z [00:03:02.901]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/roundtripper=/tmp/go-build2180205415/b2247/_pkg_.a
2025-08-20T23:00:40.6411022Z [00:03:02.901]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:40.6411710Z [00:03:02.901]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:40.6412353Z [00:03:02.901]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:40.6412886Z [00:03:02.901]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:40.6413311Z [00:03:02.901]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:40.6413740Z [00:03:02.901]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:40.6414161Z [00:03:02.901]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:40.6414581Z [00:03:02.901]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:40.6414994Z [00:03:02.901]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:40.6415303Z [00:03:02.901]➜  EOF
2025-08-20T23:00:40.6418591Z [00:03:02.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2246/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/jenkins=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/jenkins;$WORK/b2246=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/jenkins -lang=go1.24 -complete -installsuffix shared -buildid bFaZ1EblnYXJTqk52gdf/bFaZ1EblnYXJTqk52gdf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2246/importcfg -pack ./pkg/sources/jenkins/jenkins.go
2025-08-20T23:00:40.7181937Z [00:03:02.979]➜  go tool buildid -w $WORK/b2246/_pkg_.a # internal
2025-08-20T23:00:40.7203807Z [00:03:02.981]➜  cp $WORK/b2246/_pkg_.a /root/.cache/go-build/f9/f9c94e0c30ccfeb1b012819b4a27ad6aa2968c741c6846931570f8f95b7e5b5e-d # internal
2025-08-20T23:00:40.7209575Z [00:03:02.982]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/postman
2025-08-20T23:00:40.7213827Z [00:03:02.982]➜  mkdir -p $WORK/b2248/
2025-08-20T23:00:40.7214242Z [00:03:02.982]➜  cat >/tmp/go-build2180205415/b2248/importcfg << 'EOF' # internal
2025-08-20T23:00:40.7214661Z [00:03:02.982]➜  # import config
2025-08-20T23:00:40.7215027Z [00:03:02.982]➜  packagefile archive/zip=/tmp/go-build2180205415/b803/_pkg_.a
2025-08-20T23:00:40.7215495Z [00:03:02.983]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:40.7223746Z [00:03:02.983]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:40.7226671Z [00:03:02.983]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:40.7230463Z [00:03:02.983]➜  packagefile github.com/go-errors/errors=/tmp/go-build2180205415/b801/_pkg_.a
2025-08-20T23:00:40.7231163Z [00:03:02.983]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:00:40.7232621Z [00:03:02.983]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build2180205415/b641/_pkg_.a
2025-08-20T23:00:40.7236774Z [00:03:02.983]➜  packagefile github.com/repeale/fp-go=/tmp/go-build2180205415/b2249/_pkg_.a
2025-08-20T23:00:40.7237715Z [00:03:02.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:40.7238910Z [00:03:02.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:40.7240119Z [00:03:02.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build2180205415/b225/_pkg_.a
2025-08-20T23:00:40.7241918Z [00:03:02.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:40.7242915Z [00:03:02.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:40.7243804Z [00:03:02.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:40.7244443Z [00:03:02.983]➜  packagefile golang.org/x/time/rate=/tmp/go-build2180205415/b539/_pkg_.a
2025-08-20T23:00:40.7245020Z [00:03:02.983]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:40.7245671Z [00:03:02.983]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:40.7246359Z [00:03:02.983]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:40.7246791Z [00:03:02.983]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:40.7247220Z [00:03:02.983]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:40.7247631Z [00:03:02.983]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:40.7248039Z [00:03:02.983]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:40.7248481Z [00:03:02.983]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:40.7248927Z [00:03:02.983]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:40.7249557Z [00:03:02.983]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:40.7249982Z [00:03:02.983]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:40.7250411Z [00:03:02.983]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:40.7250828Z [00:03:02.983]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:40.7251133Z [00:03:02.983]➜  EOF
2025-08-20T23:00:40.7253524Z [00:03:02.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2248/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/postman=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/postman;$WORK/b2248=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/postman -lang=go1.24 -complete -installsuffix shared -buildid 8cs9mdeP1BEDC1oFzq5s/8cs9mdeP1BEDC1oFzq5s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2248/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:00:40.9070704Z [00:03:03.168]➜  go tool buildid -w $WORK/b2248/_pkg_.a # internal
2025-08-20T23:00:40.9099060Z [00:03:03.171]➜  cp $WORK/b2248/_pkg_.a /root/.cache/go-build/6c/6c985778493bf53e37480cced18af6f2852d67bfdd67fc54fc8d08a78ad072f2-d # internal
2025-08-20T23:00:40.9102809Z [00:03:03.171]➜  github.com/aws/aws-sdk-go-v2/aws/arn
2025-08-20T23:00:40.9103383Z [00:03:03.171]➜  mkdir -p $WORK/b2252/
2025-08-20T23:00:40.9104734Z [00:03:03.172]➜  cat >/tmp/go-build2180205415/b2252/importcfg << 'EOF' # internal
2025-08-20T23:00:40.9105568Z [00:03:03.172]➜  # import config
2025-08-20T23:00:40.9106302Z [00:03:03.172]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:40.9106762Z [00:03:03.172]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:40.9107088Z [00:03:03.172]➜  EOF
2025-08-20T23:00:40.9113643Z [00:03:03.172]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2252/_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/b2252=>" -p github.com/aws/aws-sdk-go-v2/aws/arn -lang=go1.22 -complete -installsuffix shared -buildid V5xViuoWmHSlymQZ7xCj/V5xViuoWmHSlymQZ7xCj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2252/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/arn/arn.go
2025-08-20T23:00:40.9232088Z [00:03:03.184]➜  go tool buildid -w $WORK/b2252/_pkg_.a # internal
2025-08-20T23:00:40.9237210Z [00:03:03.185]➜  cp $WORK/b2252/_pkg_.a /root/.cache/go-build/91/9124ecb1ecc40f7bbe3c587f8d33e19828cb7ad518df86682a4659ddf3068bcd-d # internal
2025-08-20T23:00:40.9242373Z [00:03:03.185]➜  github.com/aws/aws-sdk-go-v2/internal/awsutil
2025-08-20T23:00:40.9243369Z [00:03:03.185]➜  mkdir -p $WORK/b2253/
2025-08-20T23:00:40.9247362Z [00:03:03.186]➜  cat >/tmp/go-build2180205415/b2253/importcfg << 'EOF' # internal
2025-08-20T23:00:40.9247738Z [00:03:03.186]➜  # import config
2025-08-20T23:00:40.9248093Z [00:03:03.186]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:40.9248522Z [00:03:03.186]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:40.9248922Z [00:03:03.186]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:40.9249332Z [00:03:03.186]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:40.9249768Z [00:03:03.186]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:40.9250188Z [00:03:03.186]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:40.9250494Z [00:03:03.186]➜  EOF
2025-08-20T23:00:40.9254621Z [00:03:03.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2253/_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/b2253=>" -p github.com/aws/aws-sdk-go-v2/internal/awsutil -lang=go1.22 -complete -installsuffix shared -buildid 2JKExlv1Oh-OjGBtSrL-/2JKExlv1Oh-OjGBtSrL- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2253/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:00:40.9398038Z [00:03:03.201]➜  go tool buildid -w $WORK/b2095/_pkg_.a # internal
2025-08-20T23:00:40.9698859Z [00:03:03.231]➜  cp $WORK/b2095/_pkg_.a /root/.cache/go-build/bf/bfdad9e14b55f4d1200bc6fadc23cfa9e0101d830c92a790a248334dcbb1afd3-d # internal
2025-08-20T23:00:40.9700987Z [00:03:03.231]➜  google.golang.org/grpc/xds/internal/xdsclient
2025-08-20T23:00:40.9708356Z [00:03:03.232]➜  mkdir -p $WORK/b2079/
2025-08-20T23:00:40.9709302Z [00:03:03.232]➜  cat >/tmp/go-build2180205415/b2079/importcfg << 'EOF' # internal
2025-08-20T23:00:40.9709752Z [00:03:03.232]➜  # import config
2025-08-20T23:00:40.9710107Z [00:03:03.232]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:40.9710878Z [00:03:03.232]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:40.9711527Z [00:03:03.232]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build2180205415/b2056/_pkg_.a
2025-08-20T23:00:40.9712308Z [00:03:03.232]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:40.9713032Z [00:03:03.232]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2180205415/b374/_pkg_.a
2025-08-20T23:00:40.9713672Z [00:03:03.232]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:40.9714293Z [00:03:03.232]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2180205415/b395/_pkg_.a
2025-08-20T23:00:40.9714949Z [00:03:03.232]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2180205415/b371/_pkg_.a
2025-08-20T23:00:40.9715607Z [00:03:03.232]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:40.9716455Z [00:03:03.232]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build2180205415/b428/_pkg_.a
2025-08-20T23:00:40.9717137Z [00:03:03.232]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2180205415/b2030/_pkg_.a
2025-08-20T23:00:40.9717782Z [00:03:03.232]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:40.9718392Z [00:03:03.232]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build2180205415/b2051/_pkg_.a
2025-08-20T23:00:40.9719212Z [00:03:03.232]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build2180205415/b2080/_pkg_.a
2025-08-20T23:00:40.9720040Z [00:03:03.232]➜  packagefile google.golang.org/grpc/xds/internal/clients/grpctransport=/tmp/go-build2180205415/b2081/_pkg_.a
2025-08-20T23:00:40.9720835Z [00:03:03.232]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient=/tmp/go-build2180205415/b2082/_pkg_.a
2025-08-20T23:00:40.9721602Z [00:03:03.232]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient=/tmp/go-build2180205415/b2087/_pkg_.a
2025-08-20T23:00:40.9722402Z [00:03:03.232]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/metrics=/tmp/go-build2180205415/b2094/_pkg_.a
2025-08-20T23:00:40.9723218Z [00:03:03.232]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build2180205415/b2095/_pkg_.a
2025-08-20T23:00:40.9724057Z [00:03:03.232]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build2180205415/b2105/_pkg_.a
2025-08-20T23:00:40.9724779Z [00:03:03.232]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:40.9725277Z [00:03:03.232]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:40.9725707Z [00:03:03.232]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:40.9726483Z [00:03:03.232]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:40.9726816Z [00:03:03.232]➜  EOF
2025-08-20T23:00:40.9731566Z [00:03:03.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2079/_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/b2079=>" -p google.golang.org/grpc/xds/internal/xdsclient -lang=go1.23 -complete -installsuffix shared -buildid lXMzBllSmU93ItMObHXx/lXMzBllSmU93ItMObHXx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2079/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:00:40.9833732Z [00:03:03.244]➜  go tool buildid -w $WORK/b2253/_pkg_.a # internal
2025-08-20T23:00:40.9843336Z [00:03:03.245]➜  cp $WORK/b2253/_pkg_.a /root/.cache/go-build/21/2169786967dd2e618bdd28a864ead78dc9562f71a0f5cb63fb004935e3e08e59-d # internal
2025-08-20T23:00:40.9849228Z [00:03:03.246]➜  google.golang.org/grpc/xds/internal/server
2025-08-20T23:00:40.9850039Z [00:03:03.246]➜  mkdir -p $WORK/b2141/
2025-08-20T23:00:40.9856537Z [00:03:03.247]➜  cat >/tmp/go-build2180205415/b2141/importcfg << 'EOF' # internal
2025-08-20T23:00:40.9856979Z [00:03:03.247]➜  # import config
2025-08-20T23:00:40.9857316Z [00:03:03.247]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:40.9857836Z [00:03:03.247]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build2180205415/b361/_pkg_.a
2025-08-20T23:00:40.9858442Z [00:03:03.247]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:40.9859144Z [00:03:03.247]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build2180205415/b2038/_pkg_.a
2025-08-20T23:00:40.9859807Z [00:03:03.247]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:40.9860643Z [00:03:03.247]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2180205415/b395/_pkg_.a
2025-08-20T23:00:40.9861401Z [00:03:03.247]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build2180205415/b2114/_pkg_.a
2025-08-20T23:00:40.9862084Z [00:03:03.247]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:40.9862740Z [00:03:03.247]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2180205415/b405/_pkg_.a
2025-08-20T23:00:40.9863405Z [00:03:03.247]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build2180205415/b413/_pkg_.a
2025-08-20T23:00:40.9864089Z [00:03:03.247]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2180205415/b2030/_pkg_.a
2025-08-20T23:00:40.9864848Z [00:03:03.247]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build2180205415/b2095/_pkg_.a
2025-08-20T23:00:40.9865439Z [00:03:03.247]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:40.9865980Z [00:03:03.247]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:40.9866474Z [00:03:03.247]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:40.9866908Z [00:03:03.247]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:40.9867441Z [00:03:03.247]➜  EOF
2025-08-20T23:00:40.9870170Z [00:03:03.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2141/_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/b2141=>" -p google.golang.org/grpc/xds/internal/server -lang=go1.23 -complete -installsuffix shared -buildid rr1LfGlaUaioMzUlpFAq/rr1LfGlaUaioMzUlpFAq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2141/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:00:41.1533641Z [00:03:03.414]➜  go tool buildid -w $WORK/b2141/_pkg_.a # internal
2025-08-20T23:00:41.1610416Z [00:03:03.422]➜  cp $WORK/b2141/_pkg_.a /root/.cache/go-build/bd/bd9ccea107a461d29756e3c5e72542d1cef849ba2e21ae5d1bec9773d7ca52a1-d # internal
2025-08-20T23:00:41.1643214Z [00:03:03.425]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
2025-08-20T23:00:41.1646537Z [00:03:03.425]➜  mkdir -p $WORK/b2255/
2025-08-20T23:00:41.1654037Z [00:03:03.426]➜  cat >/tmp/go-build2180205415/b2255/importcfg << 'EOF' # internal
2025-08-20T23:00:41.1656870Z [00:03:03.426]➜  # import config
2025-08-20T23:00:41.1657231Z [00:03:03.426]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:41.1657901Z [00:03:03.426]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:41.1658459Z [00:03:03.426]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:41.1658943Z [00:03:03.426]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:41.1659411Z [00:03:03.426]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:41.1659846Z [00:03:03.426]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:41.1660367Z [00:03:03.426]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:41.1660871Z [00:03:03.426]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:41.1661299Z [00:03:03.426]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:41.1661719Z [00:03:03.426]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:41.1662138Z [00:03:03.426]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:41.1662553Z [00:03:03.426]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:41.1662858Z [00:03:03.426]➜  EOF
2025-08-20T23:00:41.1685389Z [00:03:03.429]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2255/_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/b2255=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream -lang=go1.22 -complete -installsuffix shared -buildid fSxMk9_3GFQ8P5_LgcyB/fSxMk9_3GFQ8P5_LgcyB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2255/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:00:41.3321739Z [00:03:03.593]➜  go tool buildid -w $WORK/b2079/_pkg_.a # internal
2025-08-20T23:00:41.3441027Z [00:03:03.605]➜  cp $WORK/b2079/_pkg_.a /root/.cache/go-build/61/61656a95cd20b62cddec0231290823eb4ab36411cd943d0d7218167e7fe0bc08-d # internal
2025-08-20T23:00:41.3462932Z [00:03:03.607]➜  google.golang.org/grpc/xds/csds
2025-08-20T23:00:41.3466249Z [00:03:03.608]➜  mkdir -p $WORK/b2078/
2025-08-20T23:00:41.3466665Z [00:03:03.608]➜  cat >/tmp/go-build2180205415/b2078/importcfg << 'EOF' # internal
2025-08-20T23:00:41.3467025Z [00:03:03.608]➜  # import config
2025-08-20T23:00:41.3467398Z [00:03:03.608]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:41.3467820Z [00:03:03.608]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:41.3468474Z [00:03:03.608]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build2180205415/b2056/_pkg_.a
2025-08-20T23:00:41.3469172Z [00:03:03.608]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:41.3469749Z [00:03:03.608]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:41.3470379Z [00:03:03.608]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:41.3471343Z [00:03:03.608]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:41.3471988Z [00:03:03.608]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2180205415/b2079/_pkg_.a
2025-08-20T23:00:41.3472627Z [00:03:03.608]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:41.3472986Z [00:03:03.608]➜  EOF
2025-08-20T23:00:41.3474794Z [00:03:03.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2078/_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/b2078=>" -p google.golang.org/grpc/xds/csds -lang=go1.23 -complete -installsuffix shared -buildid wxKrN0W-f-aB1ifNX7n9/wxKrN0W-f-aB1ifNX7n9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2078/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/csds/csds.go
2025-08-20T23:00:41.3593708Z [00:03:03.620]➜  go tool buildid -w $WORK/b2255/_pkg_.a # internal
2025-08-20T23:00:41.3620148Z [00:03:03.623]➜  cp $WORK/b2255/_pkg_.a /root/.cache/go-build/12/123095afee3889d82425404c5f0934eb12e0507e13d453f62fe0b1ba9d0971ab-d # internal
2025-08-20T23:00:41.3630238Z [00:03:03.623]➜  google.golang.org/grpc/xds/internal/balancer/clusterimpl
2025-08-20T23:00:41.3631860Z [00:03:03.623]➜  mkdir -p $WORK/b2118/
2025-08-20T23:00:41.3640535Z [00:03:03.625]➜  cat >/tmp/go-build2180205415/b2118/importcfg << 'EOF' # internal
2025-08-20T23:00:41.3641134Z [00:03:03.625]➜  # import config
2025-08-20T23:00:41.3643177Z [00:03:03.625]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:41.3644038Z [00:03:03.625]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:41.3644590Z [00:03:03.625]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:41.3645528Z [00:03:03.625]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build2180205415/b2119/_pkg_.a
2025-08-20T23:00:41.3646575Z [00:03:03.625]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:41.3647676Z [00:03:03.625]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:41.3648352Z [00:03:03.625]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:41.3648965Z [00:03:03.625]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:41.3649561Z [00:03:03.625]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T23:00:41.3650258Z [00:03:03.625]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build2180205415/b396/_pkg_.a
2025-08-20T23:00:41.3650979Z [00:03:03.625]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:41.3651962Z [00:03:03.625]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T23:00:41.3652648Z [00:03:03.625]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2180205415/b410/_pkg_.a
2025-08-20T23:00:41.3653312Z [00:03:03.625]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build2180205415/b428/_pkg_.a
2025-08-20T23:00:41.3653942Z [00:03:03.625]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build2180205415/b2110/_pkg_.a
2025-08-20T23:00:41.3654555Z [00:03:03.625]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build2180205415/b551/_pkg_.a
2025-08-20T23:00:41.3655218Z [00:03:03.625]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2180205415/b2030/_pkg_.a
2025-08-20T23:00:41.3655996Z [00:03:03.625]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:41.3656662Z [00:03:03.625]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T23:00:41.3657470Z [00:03:03.625]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:41.3658069Z [00:03:03.625]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build2180205415/b2101/_pkg_.a
2025-08-20T23:00:41.3658772Z [00:03:03.625]➜  packagefile google.golang.org/grpc/xds/internal/balancer/loadstore=/tmp/go-build2180205415/b2120/_pkg_.a
2025-08-20T23:00:41.3659614Z [00:03:03.625]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build2180205415/b2080/_pkg_.a
2025-08-20T23:00:41.3660409Z [00:03:03.625]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient=/tmp/go-build2180205415/b2082/_pkg_.a
2025-08-20T23:00:41.3661139Z [00:03:03.625]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2180205415/b2079/_pkg_.a
2025-08-20T23:00:41.3661685Z [00:03:03.625]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:41.3662121Z [00:03:03.625]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:41.3662557Z [00:03:03.625]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:41.3662861Z [00:03:03.625]➜  EOF
2025-08-20T23:00:41.3666502Z [00:03:03.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2118/_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/b2118=>" -p google.golang.org/grpc/xds/internal/balancer/clusterimpl -lang=go1.23 -complete -installsuffix shared -buildid 32sVccRs1Ukm6ZOluLs3/32sVccRs1Ukm6ZOluLs3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2118/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:00:41.4961775Z [00:03:03.757]➜  go tool buildid -w $WORK/b2078/_pkg_.a # internal
2025-08-20T23:00:41.4979488Z [00:03:03.759]➜  cp $WORK/b2078/_pkg_.a /root/.cache/go-build/6d/6db966e163adfb6d305891b5bfafac1cdd464d45b70f98373c123abcbef16710-d # internal
2025-08-20T23:00:41.4982323Z [00:03:03.759]➜  google.golang.org/grpc/xds/internal/resolver
2025-08-20T23:00:41.4983446Z [00:03:03.759]➜  mkdir -p $WORK/b2138/
2025-08-20T23:00:41.4997229Z [00:03:03.761]➜  cat >/tmp/go-build2180205415/b2138/importcfg << 'EOF' # internal
2025-08-20T23:00:41.4997629Z [00:03:03.761]➜  # import config
2025-08-20T23:00:41.4999578Z [00:03:03.761]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:41.5000057Z [00:03:03.761]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:41.5000498Z [00:03:03.761]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:41.5001332Z [00:03:03.761]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build2180205415/b630/_pkg_.a
2025-08-20T23:00:41.5001928Z [00:03:03.761]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:41.5002557Z [00:03:03.761]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2180205415/b374/_pkg_.a
2025-08-20T23:00:41.5003196Z [00:03:03.761]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:41.5003801Z [00:03:03.761]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T23:00:41.5004426Z [00:03:03.761]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:41.5005085Z [00:03:03.761]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2180205415/b405/_pkg_.a
2025-08-20T23:00:41.5005740Z [00:03:03.761]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2180205415/b392/_pkg_.a
2025-08-20T23:00:41.5006649Z [00:03:03.761]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T23:00:41.5007509Z [00:03:03.761]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2180205415/b409/_pkg_.a
2025-08-20T23:00:41.5008170Z [00:03:03.761]➜  packagefile google.golang.org/grpc/internal/ringhash=/tmp/go-build2180205415/b2139/_pkg_.a
2025-08-20T23:00:41.5008961Z [00:03:03.761]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2180205415/b410/_pkg_.a
2025-08-20T23:00:41.5009691Z [00:03:03.761]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build2180205415/b2110/_pkg_.a
2025-08-20T23:00:41.5010364Z [00:03:03.761]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2180205415/b2030/_pkg_.a
2025-08-20T23:00:41.5011004Z [00:03:03.761]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:41.5011590Z [00:03:03.761]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:41.5012182Z [00:03:03.761]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:41.5012896Z [00:03:03.761]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build2180205415/b2124/_pkg_.a
2025-08-20T23:00:41.5013667Z [00:03:03.761]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build2180205415/b2103/_pkg_.a
2025-08-20T23:00:41.5014409Z [00:03:03.761]➜  packagefile google.golang.org/grpc/xds/internal/resolver/internal=/tmp/go-build2180205415/b2140/_pkg_.a
2025-08-20T23:00:41.5015294Z [00:03:03.761]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2180205415/b2079/_pkg_.a
2025-08-20T23:00:41.5016301Z [00:03:03.761]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build2180205415/b2095/_pkg_.a
2025-08-20T23:00:41.5016928Z [00:03:03.761]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:00:41.5017394Z [00:03:03.761]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T23:00:41.5017844Z [00:03:03.761]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:41.5018288Z [00:03:03.761]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:41.5018718Z [00:03:03.761]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:41.5019029Z [00:03:03.761]➜  EOF
2025-08-20T23:00:41.5022064Z [00:03:03.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2138/_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/b2138=>" -p google.golang.org/grpc/xds/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid JQ98AXBlmCWiDRgRq7kC/JQ98AXBlmCWiDRgRq7kC -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/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:00:41.5574112Z [00:03:03.818]➜  go tool buildid -w $WORK/b2118/_pkg_.a # internal
2025-08-20T23:00:41.5608780Z [00:03:03.822]➜  cp $WORK/b2118/_pkg_.a /root/.cache/go-build/9d/9de6b5cefc6d7fd696d8571c8b642f197cf43092ba127492447c107685d69c8b-d # internal
2025-08-20T23:00:41.5614077Z [00:03:03.822]➜  google.golang.org/grpc/xds/internal/balancer/clusterresolver
2025-08-20T23:00:41.5614494Z [00:03:03.822]➜  mkdir -p $WORK/b2115/
2025-08-20T23:00:41.5625941Z [00:03:03.823]➜  cat >/tmp/go-build2180205415/b2115/importcfg << 'EOF' # internal
2025-08-20T23:00:41.5626358Z [00:03:03.823]➜  # import config
2025-08-20T23:00:41.5626701Z [00:03:03.823]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:41.5627148Z [00:03:03.823]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:41.5627930Z [00:03:03.823]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:41.5628377Z [00:03:03.823]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:41.5629089Z [00:03:03.823]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:41.5629872Z [00:03:03.823]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build2180205415/b369/_pkg_.a
2025-08-20T23:00:41.5630648Z [00:03:03.823]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:41.5631393Z [00:03:03.823]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2180205415/b378/_pkg_.a
2025-08-20T23:00:41.5632106Z [00:03:03.823]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:41.5632787Z [00:03:03.823]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:41.5634531Z [00:03:03.823]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build2180205415/b2113/_pkg_.a
2025-08-20T23:00:41.5635269Z [00:03:03.823]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build2180205415/b2116/_pkg_.a
2025-08-20T23:00:41.5636056Z [00:03:03.823]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build2180205415/b406/_pkg_.a
2025-08-20T23:00:41.5636772Z [00:03:03.823]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:41.5637427Z [00:03:03.823]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2180205415/b405/_pkg_.a
2025-08-20T23:00:41.5638279Z [00:03:03.823]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build2180205415/b2111/_pkg_.a
2025-08-20T23:00:41.5638997Z [00:03:03.823]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T23:00:41.5639678Z [00:03:03.823]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2180205415/b410/_pkg_.a
2025-08-20T23:00:41.5640385Z [00:03:03.823]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2180205415/b2030/_pkg_.a
2025-08-20T23:00:41.5641023Z [00:03:03.823]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:41.5641659Z [00:03:03.823]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build2180205415/b2117/_pkg_.a
2025-08-20T23:00:41.5642302Z [00:03:03.823]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T23:00:41.5642931Z [00:03:03.823]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build2180205415/b2101/_pkg_.a
2025-08-20T23:00:41.5643649Z [00:03:03.823]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build2180205415/b2118/_pkg_.a
2025-08-20T23:00:41.5644470Z [00:03:03.823]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build2180205415/b2121/_pkg_.a
2025-08-20T23:00:41.5645505Z [00:03:03.823]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build2180205415/b2122/_pkg_.a
2025-08-20T23:00:41.5646525Z [00:03:03.823]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build2180205415/b2123/_pkg_.a
2025-08-20T23:00:41.5647279Z [00:03:03.823]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build2180205415/b2080/_pkg_.a
2025-08-20T23:00:41.5647973Z [00:03:03.823]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2180205415/b2079/_pkg_.a
2025-08-20T23:00:41.5648729Z [00:03:03.823]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build2180205415/b2095/_pkg_.a
2025-08-20T23:00:41.5649334Z [00:03:03.823]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:41.5649753Z [00:03:03.823]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:41.5650168Z [00:03:03.823]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:41.5650668Z [00:03:03.823]➜  EOF
2025-08-20T23:00:41.5658083Z [00:03:03.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2115/_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/b2115=>" -p google.golang.org/grpc/xds/internal/balancer/clusterresolver -lang=go1.23 -complete -installsuffix shared -buildid GvINVtazPtmM7UBuasD4/GvINVtazPtmM7UBuasD4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2115/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:00:41.8189368Z [00:03:04.080]➜  go tool buildid -w $WORK/b2115/_pkg_.a # internal
2025-08-20T23:00:41.8228270Z [00:03:04.084]➜  cp $WORK/b2115/_pkg_.a /root/.cache/go-build/3e/3eaacea29ce38d8aa8f036349ba3e0b05674fd68fe8950bc0ae397778d4a3edc-d # internal
2025-08-20T23:00:41.8233606Z [00:03:04.084]➜  google.golang.org/grpc/xds/internal/balancer/cdsbalancer
2025-08-20T23:00:41.8233999Z [00:03:04.084]➜  mkdir -p $WORK/b2112/
2025-08-20T23:00:41.8242769Z [00:03:04.085]➜  cat >/tmp/go-build2180205415/b2112/importcfg << 'EOF' # internal
2025-08-20T23:00:41.8243761Z [00:03:04.085]➜  # import config
2025-08-20T23:00:41.8244669Z [00:03:04.085]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:41.8245688Z [00:03:04.085]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:41.8246381Z [00:03:04.085]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:41.8246856Z [00:03:04.085]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:41.8247367Z [00:03:04.085]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:00:41.8247993Z [00:03:04.085]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2180205415/b378/_pkg_.a
2025-08-20T23:00:41.8248616Z [00:03:04.085]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:41.8249232Z [00:03:04.085]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T23:00:41.8250298Z [00:03:04.085]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build2180205415/b2038/_pkg_.a
2025-08-20T23:00:41.8251019Z [00:03:04.085]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:41.8251666Z [00:03:04.085]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build2180205415/b2113/_pkg_.a
2025-08-20T23:00:41.8252382Z [00:03:04.085]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build2180205415/b2114/_pkg_.a
2025-08-20T23:00:41.8253062Z [00:03:04.085]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:41.8253719Z [00:03:04.085]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2180205415/b405/_pkg_.a
2025-08-20T23:00:41.8254362Z [00:03:04.085]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T23:00:41.8254970Z [00:03:04.085]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:41.8255929Z [00:03:04.085]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T23:00:41.8256736Z [00:03:04.085]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build2180205415/b2115/_pkg_.a
2025-08-20T23:00:41.8257616Z [00:03:04.085]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2180205415/b2079/_pkg_.a
2025-08-20T23:00:41.8258416Z [00:03:04.085]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build2180205415/b2095/_pkg_.a
2025-08-20T23:00:41.8259039Z [00:03:04.085]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:41.8259369Z [00:03:04.085]➜  EOF
2025-08-20T23:00:41.8262441Z [00:03:04.085]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2112/_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/b2112=>" -p google.golang.org/grpc/xds/internal/balancer/cdsbalancer -lang=go1.23 -complete -installsuffix shared -buildid DgJXimiHpo2lViNnCRJE/DgJXimiHpo2lViNnCRJE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2112/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:00:41.8314232Z [00:03:04.092]➜  go tool buildid -w $WORK/b2138/_pkg_.a # internal
2025-08-20T23:00:41.8451547Z [00:03:04.106]➜  cp $WORK/b2138/_pkg_.a /root/.cache/go-build/22/22a9e57921f9bfae504cdb377d96d62dddc21811e20c95989a6dead296226cab-d # internal
2025-08-20T23:00:41.8452827Z [00:03:04.106]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi
2025-08-20T23:00:41.8453267Z [00:03:04.106]➜  mkdir -p $WORK/b2256/
2025-08-20T23:00:41.8461552Z [00:03:04.107]➜  cat >/tmp/go-build2180205415/b2256/importcfg << 'EOF' # internal
2025-08-20T23:00:41.8462013Z [00:03:04.107]➜  # import config
2025-08-20T23:00:41.8462367Z [00:03:04.107]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:41.8462789Z [00:03:04.107]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:41.8463325Z [00:03:04.107]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:41.8463968Z [00:03:04.107]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:41.8464486Z [00:03:04.107]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:41.8464788Z [00:03:04.107]➜  EOF
2025-08-20T23:00:41.8468422Z [00:03:04.107]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2256/_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/b2256=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi -lang=go1.22 -complete -installsuffix shared -buildid rx9WFKFaxImu4kuIGNbo/rx9WFKFaxImu4kuIGNbo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2256/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:00:41.8951986Z [00:03:04.156]➜  go tool buildid -w $WORK/b2256/_pkg_.a # internal
2025-08-20T23:00:41.8965338Z [00:03:04.157]➜  cp $WORK/b2256/_pkg_.a /root/.cache/go-build/8b/8b0d100acb51af72778b58b7bec97ca86377573259a1f4f9d9715c7b05bb9de7-d # internal
2025-08-20T23:00:41.8970443Z [00:03:04.157]➜  github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto
2025-08-20T23:00:41.8970855Z [00:03:04.157]➜  mkdir -p $WORK/b2258/
2025-08-20T23:00:41.8971593Z [00:03:04.157]➜  cat >/tmp/go-build2180205415/b2258/importcfg << 'EOF' # internal
2025-08-20T23:00:41.8971940Z [00:03:04.157]➜  # import config
2025-08-20T23:00:41.8972278Z [00:03:04.157]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:41.8972721Z [00:03:04.157]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T23:00:41.8973214Z [00:03:04.157]➜  packagefile crypto/elliptic=/tmp/go-build2180205415/b146/_pkg_.a
2025-08-20T23:00:41.8973682Z [00:03:04.157]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:41.8974152Z [00:03:04.157]➜  packagefile encoding/asn1=/tmp/go-build2180205415/b155/_pkg_.a
2025-08-20T23:00:41.8974625Z [00:03:04.157]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:41.8975063Z [00:03:04.157]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:41.8975477Z [00:03:04.157]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:41.8976036Z [00:03:04.157]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:41.8976512Z [00:03:04.157]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:41.8976831Z [00:03:04.157]➜  EOF
2025-08-20T23:00:41.8979567Z [00:03:04.157]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2258/_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/b2258=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto -lang=go1.22 -complete -installsuffix shared -buildid DTGKIzlp9Hzlw18_nk6F/DTGKIzlp9Hzlw18_nk6F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2258/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:00:41.9421181Z [00:03:04.203]➜  go tool buildid -w $WORK/b2258/_pkg_.a # internal
2025-08-20T23:00:41.9430601Z [00:03:04.204]➜  cp $WORK/b2258/_pkg_.a /root/.cache/go-build/4a/4abba0474e8cd0c04979d6d64e01ef82f15e651c9e7af126a0c21cbef395d3ba-d # internal
2025-08-20T23:00:41.9433436Z [00:03:04.204]➜  github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4
2025-08-20T23:00:41.9433803Z [00:03:04.204]➜  mkdir -p $WORK/b2259/
2025-08-20T23:00:41.9437959Z [00:03:04.205]➜  cat >/tmp/go-build2180205415/b2259/importcfg << 'EOF' # internal
2025-08-20T23:00:41.9438664Z [00:03:04.205]➜  # import config
2025-08-20T23:00:41.9439703Z [00:03:04.205]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:41.9440332Z [00:03:04.205]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:41.9440940Z [00:03:04.205]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build2180205415/b1025/_pkg_.a
2025-08-20T23:00:41.9441859Z [00:03:04.205]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:41.9442311Z [00:03:04.205]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:41.9442740Z [00:03:04.205]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:41.9443160Z [00:03:04.205]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:41.9443468Z [00:03:04.205]➜  EOF
2025-08-20T23:00:41.9447854Z [00:03:04.205]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2259/_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/b2259=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4 -lang=go1.22 -complete -installsuffix shared -buildid 9UTud4Vd7Vcqz56tE84q/9UTud4Vd7Vcqz56tE84q -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/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:00:41.9966396Z [00:03:04.258]➜  go tool buildid -w $WORK/b2112/_pkg_.a # internal
2025-08-20T23:00:42.0007912Z [00:03:04.262]➜  cp $WORK/b2112/_pkg_.a /root/.cache/go-build/c9/c9e792587fe8e7ae5531ef9cb1e7292b989f39e1e8b4b75c93eb02a310cc9fa6-d # internal
2025-08-20T23:00:42.0009688Z [00:03:04.262]➜  google.golang.org/grpc/xds/internal/balancer
2025-08-20T23:00:42.0010765Z [00:03:04.262]➜  mkdir -p $WORK/b2106/
2025-08-20T23:00:42.0015122Z [00:03:04.263]➜  cat >/tmp/go-build2180205415/b2106/importcfg << 'EOF' # internal
2025-08-20T23:00:42.0015503Z [00:03:04.263]➜  # import config
2025-08-20T23:00:42.0016104Z [00:03:04.263]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build2180205415/b2107/_pkg_.a
2025-08-20T23:00:42.0021315Z [00:03:04.263]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build2180205415/b2108/_pkg_.a
2025-08-20T23:00:42.0022101Z [00:03:04.263]➜  packagefile google.golang.org/grpc/xds/internal/balancer/cdsbalancer=/tmp/go-build2180205415/b2112/_pkg_.a
2025-08-20T23:00:42.0022895Z [00:03:04.263]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build2180205415/b2118/_pkg_.a
2025-08-20T23:00:42.0023970Z [00:03:04.263]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build2180205415/b2124/_pkg_.a
2025-08-20T23:00:42.0024880Z [00:03:04.263]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build2180205415/b2115/_pkg_.a
2025-08-20T23:00:42.0025729Z [00:03:04.263]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build2180205415/b2121/_pkg_.a
2025-08-20T23:00:42.0026801Z [00:03:04.263]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build2180205415/b2122/_pkg_.a
2025-08-20T23:00:42.0027282Z [00:03:04.263]➜  EOF
2025-08-20T23:00:42.0029341Z [00:03:04.263]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2106/_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/b2106=>" -p google.golang.org/grpc/xds/internal/balancer -lang=go1.23 -complete -installsuffix shared -buildid N67h5QhyKoUC4VD-29M-/N67h5QhyKoUC4VD-29M- -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/balancer/balancer.go
2025-08-20T23:00:42.0129559Z [00:03:04.274]➜  go tool buildid -w $WORK/b2106/_pkg_.a # internal
2025-08-20T23:00:42.0143502Z [00:03:04.274]➜  cp $WORK/b2106/_pkg_.a /root/.cache/go-build/c3/c3973143eaa1542300744b1bd1b0406630865b292bc9b6bdd70d648c66ce170d-d # internal
2025-08-20T23:00:42.0144203Z [00:03:04.275]➜  google.golang.org/grpc/xds
2025-08-20T23:00:42.0144500Z [00:03:04.275]➜  mkdir -p $WORK/b2055/
2025-08-20T23:00:42.0144883Z [00:03:04.275]➜  cat >/tmp/go-build2180205415/b2055/importcfg << 'EOF' # internal
2025-08-20T23:00:42.0145460Z [00:03:04.275]➜  # import config
2025-08-20T23:00:42.0145968Z [00:03:04.275]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:42.0146460Z [00:03:04.275]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:42.0146890Z [00:03:04.275]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.0147530Z [00:03:04.275]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build2180205415/b2056/_pkg_.a
2025-08-20T23:00:42.0148198Z [00:03:04.275]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:42.0148760Z [00:03:04.275]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:42.0149547Z [00:03:04.275]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:00:42.0150284Z [00:03:04.275]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build2180205415/b2053/_pkg_.a
2025-08-20T23:00:42.0151034Z [00:03:04.275]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2180205415/b374/_pkg_.a
2025-08-20T23:00:42.0151659Z [00:03:04.275]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:42.0152257Z [00:03:04.275]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T23:00:42.0152879Z [00:03:04.275]➜  packagefile google.golang.org/grpc/internal/admin=/tmp/go-build2180205415/b2077/_pkg_.a
2025-08-20T23:00:42.0153522Z [00:03:04.275]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:42.0154185Z [00:03:04.275]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2180205415/b405/_pkg_.a
2025-08-20T23:00:42.0154841Z [00:03:04.275]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2180205415/b409/_pkg_.a
2025-08-20T23:00:42.0155487Z [00:03:04.275]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build2180205415/b428/_pkg_.a
2025-08-20T23:00:42.0159395Z [00:03:04.275]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build2180205415/b413/_pkg_.a
2025-08-20T23:00:42.0160275Z [00:03:04.275]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2180205415/b2030/_pkg_.a
2025-08-20T23:00:42.0160987Z [00:03:04.275]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:42.0161573Z [00:03:04.275]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:42.0162159Z [00:03:04.275]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:42.0162750Z [00:03:04.275]➜  packagefile google.golang.org/grpc/xds/csds=/tmp/go-build2180205415/b2078/_pkg_.a
2025-08-20T23:00:42.0163394Z [00:03:04.275]➜  packagefile google.golang.org/grpc/xds/internal/balancer=/tmp/go-build2180205415/b2106/_pkg_.a
2025-08-20T23:00:42.0164150Z [00:03:04.275]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier/rls=/tmp/go-build2180205415/b2125/_pkg_.a
2025-08-20T23:00:42.0164924Z [00:03:04.275]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/fault=/tmp/go-build2180205415/b2126/_pkg_.a
2025-08-20T23:00:42.0165679Z [00:03:04.275]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/rbac=/tmp/go-build2180205415/b2129/_pkg_.a
2025-08-20T23:00:42.0166612Z [00:03:04.275]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/router=/tmp/go-build2180205415/b2136/_pkg_.a
2025-08-20T23:00:42.0167563Z [00:03:04.275]➜  packagefile google.golang.org/grpc/xds/internal/resolver=/tmp/go-build2180205415/b2138/_pkg_.a
2025-08-20T23:00:42.0168256Z [00:03:04.275]➜  packagefile google.golang.org/grpc/xds/internal/server=/tmp/go-build2180205415/b2141/_pkg_.a
2025-08-20T23:00:42.0168943Z [00:03:04.275]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2180205415/b2079/_pkg_.a
2025-08-20T23:00:42.0169834Z [00:03:04.275]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter=/tmp/go-build2180205415/b2142/_pkg_.a
2025-08-20T23:00:42.0170746Z [00:03:04.275]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build2180205415/b2095/_pkg_.a
2025-08-20T23:00:42.0171342Z [00:03:04.275]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:42.0171651Z [00:03:04.275]➜  EOF
2025-08-20T23:00:42.0173861Z [00:03:04.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2055/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds=>google.golang.org/grpc@v1.74.2/xds;$WORK/b2055=>" -p google.golang.org/grpc/xds -lang=go1.23 -complete -installsuffix shared -buildid miMTjQF6hRkbVuQA3pZQ/miMTjQF6hRkbVuQA3pZQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2055/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:00:42.0722165Z [00:03:04.333]➜  go tool buildid -w $WORK/b2259/_pkg_.a # internal
2025-08-20T23:00:42.0744723Z [00:03:04.335]➜  cp $WORK/b2259/_pkg_.a /root/.cache/go-build/8c/8ce779b805afdfa9793418c3ee6028f10a6e497c3b91cd8747b20dc2e7138a86-d # internal
2025-08-20T23:00:42.0783469Z [00:03:04.339]➜  github.com/aws/aws-sdk-go-v2/internal/v4a
2025-08-20T23:00:42.0786908Z [00:03:04.339]➜  mkdir -p $WORK/b2257/
2025-08-20T23:00:42.0789386Z [00:03:04.340]➜  cat >/tmp/go-build2180205415/b2257/importcfg << 'EOF' # internal
2025-08-20T23:00:42.0790235Z [00:03:04.340]➜  # import config
2025-08-20T23:00:42.0790904Z [00:03:04.340]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:42.0791569Z [00:03:04.340]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:42.0792423Z [00:03:04.340]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:42.0792987Z [00:03:04.340]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T23:00:42.0793560Z [00:03:04.340]➜  packagefile crypto/elliptic=/tmp/go-build2180205415/b146/_pkg_.a
2025-08-20T23:00:42.0794140Z [00:03:04.340]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:42.0794713Z [00:03:04.340]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:42.0795300Z [00:03:04.340]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:42.0795946Z [00:03:04.340]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.0796888Z [00:03:04.340]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:42.0797638Z [00:03:04.340]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:42.0798484Z [00:03:04.340]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2180205415/b1023/_pkg_.a
2025-08-20T23:00:42.0799961Z [00:03:04.340]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2180205415/b1026/_pkg_.a
2025-08-20T23:00:42.0800663Z [00:03:04.340]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2180205415/b1010/_pkg_.a
2025-08-20T23:00:42.0801334Z [00:03:04.340]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2180205415/b986/_pkg_.a
2025-08-20T23:00:42.0802055Z [00:03:04.340]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto=/tmp/go-build2180205415/b2258/_pkg_.a
2025-08-20T23:00:42.0802811Z [00:03:04.340]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4=/tmp/go-build2180205415/b2259/_pkg_.a
2025-08-20T23:00:42.0803455Z [00:03:04.340]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:42.0804014Z [00:03:04.340]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2180205415/b995/_pkg_.a
2025-08-20T23:00:42.0804650Z [00:03:04.340]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2180205415/b1027/_pkg_.a
2025-08-20T23:00:42.0805444Z [00:03:04.340]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:42.0808098Z [00:03:04.340]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:42.0810748Z [00:03:04.340]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:42.0811349Z [00:03:04.340]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:42.0811778Z [00:03:04.340]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:00:42.0812217Z [00:03:04.340]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:42.0812947Z [00:03:04.340]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T23:00:42.0813401Z [00:03:04.340]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:42.0813818Z [00:03:04.340]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:42.0814240Z [00:03:04.340]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:42.0814667Z [00:03:04.340]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:42.0815187Z [00:03:04.340]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:42.0815750Z [00:03:04.340]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:42.0816337Z [00:03:04.340]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:42.0816652Z [00:03:04.340]➜  EOF
2025-08-20T23:00:42.0820360Z [00:03:04.342]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2257/_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/b2257=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a -lang=go1.22 -complete -installsuffix shared -buildid tfhlOlXbg6RvqhA_FB_t/tfhlOlXbg6RvqhA_FB_t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2257/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:00:42.1702726Z [00:03:04.431]➜  go tool buildid -w $WORK/b2055/_pkg_.a # internal
2025-08-20T23:00:42.1790642Z [00:03:04.440]➜  cp $WORK/b2055/_pkg_.a /root/.cache/go-build/cb/cbad5a56ecc9aa2615ddf5b098c1271cf730939825465d9b6593efc4bfcd9dc3-d # internal
2025-08-20T23:00:42.1797842Z [00:03:04.441]➜  google.golang.org/grpc/xds/googledirectpath
2025-08-20T23:00:42.1798985Z [00:03:04.441]➜  mkdir -p $WORK/b2029/
2025-08-20T23:00:42.1799953Z [00:03:04.441]➜  cat >/tmp/go-build2180205415/b2029/importcfg << 'EOF' # internal
2025-08-20T23:00:42.1802126Z [00:03:04.441]➜  # import config
2025-08-20T23:00:42.1802683Z [00:03:04.441]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:42.1803869Z [00:03:04.441]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:42.1804700Z [00:03:04.441]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.1805577Z [00:03:04.441]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:00:42.1806958Z [00:03:04.441]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2180205415/b371/_pkg_.a
2025-08-20T23:00:42.1808198Z [00:03:04.441]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build2180205415/b549/_pkg_.a
2025-08-20T23:00:42.1809440Z [00:03:04.441]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:00:42.1810630Z [00:03:04.441]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2180205415/b2030/_pkg_.a
2025-08-20T23:00:42.1811859Z [00:03:04.441]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:00:42.1813392Z [00:03:04.441]➜  packagefile google.golang.org/grpc/xds=/tmp/go-build2180205415/b2055/_pkg_.a
2025-08-20T23:00:42.1814043Z [00:03:04.441]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2180205415/b2079/_pkg_.a
2025-08-20T23:00:42.1814598Z [00:03:04.441]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:42.1815042Z [00:03:04.441]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T23:00:42.1815874Z [00:03:04.441]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:42.1816371Z [00:03:04.441]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:42.1816801Z [00:03:04.441]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:42.1817231Z [00:03:04.441]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:42.1817644Z [00:03:04.441]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:42.1817951Z [00:03:04.441]➜  EOF
2025-08-20T23:00:42.1820464Z [00:03:04.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2029/_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/b2029=>" -p google.golang.org/grpc/xds/googledirectpath -lang=go1.23 -complete -installsuffix shared -buildid rX8TewdLVjrFKoyEBGFa/rX8TewdLVjrFKoyEBGFa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2029/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:00:42.2713436Z [00:03:04.532]➜  go tool buildid -w $WORK/b2257/_pkg_.a # internal
2025-08-20T23:00:42.2731416Z [00:03:04.534]➜  cp $WORK/b2257/_pkg_.a /root/.cache/go-build/52/5226ff2e436b5619b3178aa07decab9abf9884941d1ada7ffe85958f2216a3d5-d # internal
2025-08-20T23:00:42.2757056Z [00:03:04.536]➜  github.com/aws/aws-sdk-go-v2/service/internal/checksum
2025-08-20T23:00:42.2758343Z [00:03:04.536]➜  mkdir -p $WORK/b2260/
2025-08-20T23:00:42.2760804Z [00:03:04.537]➜  cat >/tmp/go-build2180205415/b2260/importcfg << 'EOF' # internal
2025-08-20T23:00:42.2761410Z [00:03:04.537]➜  # import config
2025-08-20T23:00:42.2762010Z [00:03:04.537]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:42.2763138Z [00:03:04.537]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:42.2764046Z [00:03:04.537]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T23:00:42.2765005Z [00:03:04.537]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:00:42.2766021Z [00:03:04.537]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:42.2767048Z [00:03:04.537]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:42.2796987Z [00:03:04.537]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:42.2798025Z [00:03:04.537]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.2798989Z [00:03:04.537]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:42.2799940Z [00:03:04.537]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:42.2801155Z [00:03:04.537]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2180205415/b1023/_pkg_.a
2025-08-20T23:00:42.2802268Z [00:03:04.537]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2180205415/b1010/_pkg_.a
2025-08-20T23:00:42.2803295Z [00:03:04.537]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build2180205415/b1048/_pkg_.a
2025-08-20T23:00:42.2804691Z [00:03:04.537]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:42.2805993Z [00:03:04.537]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:42.2807510Z [00:03:04.537]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:42.2808635Z [00:03:04.537]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:42.2809622Z [00:03:04.537]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:42.2810341Z [00:03:04.537]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:42.2811215Z [00:03:04.537]➜  packagefile hash/crc64=/tmp/go-build2180205415/b612/_pkg_.a
2025-08-20T23:00:42.2812084Z [00:03:04.537]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:42.2813205Z [00:03:04.537]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:42.2813927Z [00:03:04.537]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:42.2814743Z [00:03:04.537]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:42.2815722Z [00:03:04.537]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:42.2816608Z [00:03:04.537]➜  EOF
2025-08-20T23:00:42.2822139Z [00:03:04.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2260/_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/b2260=>" -p github.com/aws/aws-sdk-go-v2/service/internal/checksum -lang=go1.22 -complete -installsuffix shared -buildid xahjI0V9oA_o5Yx7hR9l/xahjI0V9oA_o5Yx7hR9l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2260/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:00:42.4030771Z [00:03:04.664]➜  go tool buildid -w $WORK/b2029/_pkg_.a # internal
2025-08-20T23:00:42.4065324Z [00:03:04.667]➜  cp $WORK/b2029/_pkg_.a /root/.cache/go-build/df/df6bf97676341111fb53784b4a8df321cbcba49d49104376e33232031d2faf58-d # internal
2025-08-20T23:00:42.4071960Z [00:03:04.668]➜  cloud.google.com/go/storage
2025-08-20T23:00:42.4080085Z [00:03:04.669]➜  mkdir -p $WORK/b1978/
2025-08-20T23:00:42.4080803Z [00:03:04.669]➜  cat >/tmp/go-build2180205415/b1978/importcfg << 'EOF' # internal
2025-08-20T23:00:42.4084304Z [00:03:04.669]➜  # import config
2025-08-20T23:00:42.4084687Z [00:03:04.669]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:42.4085179Z [00:03:04.669]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T23:00:42.4085933Z [00:03:04.669]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2180205415/b454/_pkg_.a
2025-08-20T23:00:42.4086610Z [00:03:04.669]➜  packagefile cloud.google.com/go/iam=/tmp/go-build2180205415/b321/_pkg_.a
2025-08-20T23:00:42.4087212Z [00:03:04.669]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build2180205415/b322/_pkg_.a
2025-08-20T23:00:42.4087805Z [00:03:04.669]➜  packagefile cloud.google.com/go/internal=/tmp/go-build2180205415/b1979/_pkg_.a
2025-08-20T23:00:42.4088654Z [00:03:04.669]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build2180205415/b1980/_pkg_.a
2025-08-20T23:00:42.4089361Z [00:03:04.669]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build2180205415/b1981/_pkg_.a
2025-08-20T23:00:42.4089989Z [00:03:04.669]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build2180205415/b1982/_pkg_.a
2025-08-20T23:00:42.4090637Z [00:03:04.669]➜  packagefile cloud.google.com/go/storage/experimental=/tmp/go-build2180205415/b1983/_pkg_.a
2025-08-20T23:00:42.4091280Z [00:03:04.669]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build2180205415/b1984/_pkg_.a
2025-08-20T23:00:42.4091938Z [00:03:04.669]➜  packagefile cloud.google.com/go/storage/internal/apiv2=/tmp/go-build2180205415/b1995/_pkg_.a
2025-08-20T23:00:42.4092844Z [00:03:04.669]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build2180205415/b1996/_pkg_.a
2025-08-20T23:00:42.4093430Z [00:03:04.669]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:42.4093862Z [00:03:04.669]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:00:42.4094300Z [00:03:04.669]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:42.4094855Z [00:03:04.669]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:00:42.4095384Z [00:03:04.669]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:42.4095970Z [00:03:04.669]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:42.4096495Z [00:03:04.669]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:42.4096983Z [00:03:04.669]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:42.4097461Z [00:03:04.669]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:42.4097927Z [00:03:04.669]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:42.4098391Z [00:03:04.669]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T23:00:42.4098830Z [00:03:04.669]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:42.4099240Z [00:03:04.669]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.4099944Z [00:03:04.669]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric=/tmp/go-build2180205415/b1998/_pkg_.a
2025-08-20T23:00:42.4100667Z [00:03:04.669]➜  packagefile github.com/google/uuid=/tmp/go-build2180205415/b277/_pkg_.a
2025-08-20T23:00:42.4101228Z [00:03:04.669]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2180205415/b434/_pkg_.a
2025-08-20T23:00:42.4102067Z [00:03:04.669]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build2180205415/b441/_pkg_.a
2025-08-20T23:00:42.4102726Z [00:03:04.669]➜  packagefile go.opentelemetry.io/contrib/detectors/gcp=/tmp/go-build2180205415/b2013/_pkg_.a
2025-08-20T23:00:42.4103325Z [00:03:04.669]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2180205415/b521/_pkg_.a
2025-08-20T23:00:42.4103907Z [00:03:04.669]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T23:00:42.4104498Z [00:03:04.669]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2180205415/b527/_pkg_.a
2025-08-20T23:00:42.4105105Z [00:03:04.669]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build2180205415/b1985/_pkg_.a
2025-08-20T23:00:42.4107727Z [00:03:04.669]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build2180205415/b1990/_pkg_.a
2025-08-20T23:00:42.4108478Z [00:03:04.669]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build2180205415/b1991/_pkg_.a
2025-08-20T23:00:42.4109087Z [00:03:04.669]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T23:00:42.4109668Z [00:03:04.669]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2180205415/b438/_pkg_.a
2025-08-20T23:00:42.4110423Z [00:03:04.669]➜  packagefile google.golang.org/api/iamcredentials/v1=/tmp/go-build2180205415/b2015/_pkg_.a
2025-08-20T23:00:42.4111124Z [00:03:04.669]➜  packagefile google.golang.org/api/iterator=/tmp/go-build2180205415/b450/_pkg_.a
2025-08-20T23:00:42.4111699Z [00:03:04.669]➜  packagefile google.golang.org/api/option=/tmp/go-build2180205415/b451/_pkg_.a
2025-08-20T23:00:42.4112322Z [00:03:04.669]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build2180205415/b511/_pkg_.a
2025-08-20T23:00:42.4112953Z [00:03:04.669]➜  packagefile google.golang.org/api/storage/v1=/tmp/go-build2180205415/b2017/_pkg_.a
2025-08-20T23:00:42.4113550Z [00:03:04.669]➜  packagefile google.golang.org/api/transport=/tmp/go-build2180205415/b2018/_pkg_.a
2025-08-20T23:00:42.4114331Z [00:03:04.669]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build2180205415/b555/_pkg_.a
2025-08-20T23:00:42.4115003Z [00:03:04.669]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build2180205415/b1997/_pkg_.a
2025-08-20T23:00:42.4115720Z [00:03:04.669]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build2180205415/b355/_pkg_.a
2025-08-20T23:00:42.4116516Z [00:03:04.669]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:00:42.4117204Z [00:03:04.669]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build2180205415/b2019/_pkg_.a
2025-08-20T23:00:42.4117871Z [00:03:04.669]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:00:42.4118449Z [00:03:04.669]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build2180205415/b391/_pkg_.a
2025-08-20T23:00:42.4119082Z [00:03:04.669]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2180205415/b374/_pkg_.a
2025-08-20T23:00:42.4119690Z [00:03:04.669]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build2180205415/b393/_pkg_.a
2025-08-20T23:00:42.4120259Z [00:03:04.669]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:00:42.4120896Z [00:03:04.669]➜  packagefile google.golang.org/grpc/stats/opentelemetry=/tmp/go-build2180205415/b2025/_pkg_.a
2025-08-20T23:00:42.4121516Z [00:03:04.669]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:00:42.4122155Z [00:03:04.669]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build2180205415/b2029/_pkg_.a
2025-08-20T23:00:42.4122847Z [00:03:04.669]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2180205415/b326/_pkg_.a
2025-08-20T23:00:42.4123489Z [00:03:04.669]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:42.4124333Z [00:03:04.669]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:00:42.4125060Z [00:03:04.669]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:00:42.4125931Z [00:03:04.669]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build2180205415/b433/_pkg_.a
2025-08-20T23:00:42.4126787Z [00:03:04.669]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:00:42.4127374Z [00:03:04.669]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:42.4127799Z [00:03:04.669]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:42.4128200Z [00:03:04.669]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:42.4128609Z [00:03:04.669]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:42.4129016Z [00:03:04.669]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:42.4129648Z [00:03:04.669]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:42.4130084Z [00:03:04.669]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:42.4130493Z [00:03:04.669]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:42.4130985Z [00:03:04.669]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:42.4131476Z [00:03:04.669]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:42.4131889Z [00:03:04.669]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:42.4132314Z [00:03:04.669]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:42.4132739Z [00:03:04.669]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:42.4133156Z [00:03:04.669]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:42.4133570Z [00:03:04.669]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:42.4134009Z [00:03:04.669]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:42.4134339Z [00:03:04.669]➜  EOF
2025-08-20T23:00:42.4141459Z [00:03:04.669]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1978/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0=>cloud.google.com/go/storage@v1.56.0;$WORK/b1978=>" -p cloud.google.com/go/storage -lang=go1.23 -complete -installsuffix shared -buildid RcepKrHn5ZjipCka7Lgz/RcepKrHn5ZjipCka7Lgz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1978/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:00:42.4328077Z [00:03:04.693]➜  go tool buildid -w $WORK/b2260/_pkg_.a # internal
2025-08-20T23:00:42.4338435Z [00:03:04.695]➜  cp $WORK/b2260/_pkg_.a /root/.cache/go-build/bf/bf4389ecb6ccda408429d93e2819d2b4b3644f4c88d9a7e6a12dfa42ba813b06-d # internal
2025-08-20T23:00:42.4349641Z [00:03:04.695]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn
2025-08-20T23:00:42.4350034Z [00:03:04.695]➜  mkdir -p $WORK/b2262/
2025-08-20T23:00:42.4350416Z [00:03:04.695]➜  cat >/tmp/go-build2180205415/b2262/importcfg << 'EOF' # internal
2025-08-20T23:00:42.4350776Z [00:03:04.695]➜  # import config
2025-08-20T23:00:42.4351100Z [00:03:04.695]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.4351634Z [00:03:04.695]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build2180205415/b2252/_pkg_.a
2025-08-20T23:00:42.4352162Z [00:03:04.695]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:42.4352879Z [00:03:04.695]➜  EOF
2025-08-20T23:00:42.4356887Z [00:03:04.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2262/_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/b2262=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn -lang=go1.22 -complete -installsuffix shared -buildid ET9wwYpXSfKWKahVeHcO/ET9wwYpXSfKWKahVeHcO -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/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:00:42.4653186Z [00:03:04.726]➜  go tool buildid -w $WORK/b2245/_pkg_.a # internal
2025-08-20T23:00:42.4732146Z [00:03:04.734]➜  go tool buildid -w $WORK/b2262/_pkg_.a # internal
2025-08-20T23:00:42.4741017Z [00:03:04.735]➜  cp $WORK/b2262/_pkg_.a /root/.cache/go-build/74/749e898bb46b81006956cfa41063c04b5e2b313189e37a8859dfca8a1f719489-d # internal
2025-08-20T23:00:42.4748672Z [00:03:04.736]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared
2025-08-20T23:00:42.4749740Z [00:03:04.736]➜  mkdir -p $WORK/b2261/
2025-08-20T23:00:42.4752685Z [00:03:04.736]➜  cat >/tmp/go-build2180205415/b2261/importcfg << 'EOF' # internal
2025-08-20T23:00:42.4753397Z [00:03:04.736]➜  # import config
2025-08-20T23:00:42.4753912Z [00:03:04.736]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:42.4754909Z [00:03:04.736]➜  packagefile encoding/xml=/tmp/go-build2180205415/b804/_pkg_.a
2025-08-20T23:00:42.4755538Z [00:03:04.736]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:42.4756263Z [00:03:04.736]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.4756901Z [00:03:04.736]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build2180205415/b2252/_pkg_.a
2025-08-20T23:00:42.4757660Z [00:03:04.736]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:42.4759274Z [00:03:04.736]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2180205415/b1001/_pkg_.a
2025-08-20T23:00:42.4760052Z [00:03:04.736]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build2180205415/b2262/_pkg_.a
2025-08-20T23:00:42.4760754Z [00:03:04.736]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:42.4761356Z [00:03:04.736]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2180205415/b998/_pkg_.a
2025-08-20T23:00:42.4762253Z [00:03:04.736]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:42.4762777Z [00:03:04.736]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:42.4763194Z [00:03:04.736]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:42.4763631Z [00:03:04.736]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:42.4763946Z [00:03:04.736]➜  EOF
2025-08-20T23:00:42.4770391Z [00:03:04.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2261/_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/b2261=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared -lang=go1.22 -complete -installsuffix shared -buildid xQ55klOAsXvT5ANPrkpT/xQ55klOAsXvT5ANPrkpT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2261/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:00:42.5149463Z [00:03:04.776]➜  cp $WORK/b2245/_pkg_.a /root/.cache/go-build/a3/a3b679b7f84851a1b61f7c74644e4582477649fdd1ee59abd4b5b3248a65bcb0-d # internal
2025-08-20T23:00:42.5150792Z [00:03:04.776]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/gitlab
2025-08-20T23:00:42.5152354Z [00:03:04.776]➜  mkdir -p $WORK/b2244/
2025-08-20T23:00:42.5157264Z [00:03:04.777]➜  cat >/tmp/go-build2180205415/b2244/importcfg << 'EOF' # internal
2025-08-20T23:00:42.5157892Z [00:03:04.777]➜  # import config
2025-08-20T23:00:42.5159523Z [00:03:04.777]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.5160271Z [00:03:04.777]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build2180205415/b2158/_pkg_.a
2025-08-20T23:00:42.5161967Z [00:03:04.777]➜  packagefile github.com/gobwas/glob=/tmp/go-build2180205415/b792/_pkg_.a
2025-08-20T23:00:42.5162716Z [00:03:04.777]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:00:42.5163476Z [00:03:04.777]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build2180205415/b641/_pkg_.a
2025-08-20T23:00:42.5164248Z [00:03:04.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:42.5165112Z [00:03:04.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:42.5166008Z [00:03:04.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build2180205415/b616/_pkg_.a
2025-08-20T23:00:42.5167200Z [00:03:04.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/giturl=/tmp/go-build2180205415/b2243/_pkg_.a
2025-08-20T23:00:42.5167964Z [00:03:04.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build2180205415/b225/_pkg_.a
2025-08-20T23:00:42.5169121Z [00:03:04.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:42.5169958Z [00:03:04.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:42.5170749Z [00:03:04.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build2180205415/b1976/_pkg_.a
2025-08-20T23:00:42.5171515Z [00:03:04.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:42.5172293Z [00:03:04.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build2180205415/b2157/_pkg_.a
2025-08-20T23:00:42.5173010Z [00:03:04.777]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build2180205415/b2245/_pkg_.a
2025-08-20T23:00:42.5173599Z [00:03:04.777]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:42.5174188Z [00:03:04.777]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:42.5175073Z [00:03:04.777]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:42.5175630Z [00:03:04.777]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:42.5176327Z [00:03:04.777]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:42.5176822Z [00:03:04.777]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:42.5177268Z [00:03:04.777]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:42.5177700Z [00:03:04.777]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:42.5178122Z [00:03:04.777]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:42.5178430Z [00:03:04.777]➜  EOF
2025-08-20T23:00:42.5180510Z [00:03:04.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2244/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gitlab=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/gitlab;$WORK/b2244=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/gitlab -lang=go1.24 -complete -installsuffix shared -buildid gJadLPYImO1Vsi3AUOnP/gJadLPYImO1Vsi3AUOnP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2244/importcfg -pack ./pkg/sources/gitlab/gitlab.go ./pkg/sources/gitlab/metrics.go
2025-08-20T23:00:42.5755277Z [00:03:04.837]➜  go tool buildid -w $WORK/b2261/_pkg_.a # internal
2025-08-20T23:00:42.5770422Z [00:03:04.838]➜  cp $WORK/b2261/_pkg_.a /root/.cache/go-build/15/15c18df703f489a28833ae2d5e67531a027b2598b47c30ab066c2ec90affc6b1-d # internal
2025-08-20T23:00:42.5771481Z [00:03:04.838]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config
2025-08-20T23:00:42.5772016Z [00:03:04.838]➜  mkdir -p $WORK/b2263/
2025-08-20T23:00:42.5774720Z [00:03:04.839]➜  cat >/tmp/go-build2180205415/b2263/importcfg << 'EOF' # internal
2025-08-20T23:00:42.5775108Z [00:03:04.839]➜  # import config
2025-08-20T23:00:42.5775473Z [00:03:04.839]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:42.5775997Z [00:03:04.839]➜  EOF
2025-08-20T23:00:42.5778399Z [00:03:04.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2263/_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/b2263=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config -lang=go1.22 -complete -installsuffix shared -buildid qxGLvlYrBuZLXn85Jdo3/qxGLvlYrBuZLXn85Jdo3 -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/config/config.go
2025-08-20T23:00:42.5909362Z [00:03:04.852]➜  go tool buildid -w $WORK/b2263/_pkg_.a # internal
2025-08-20T23:00:42.5914239Z [00:03:04.852]➜  cp $WORK/b2263/_pkg_.a /root/.cache/go-build/ba/ba0244ad6d358bc3d724d51bd10f8c65b68a4986e9894e0ca9cdcd75a6143630-d # internal
2025-08-20T23:00:42.5915636Z [00:03:04.853]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/arn
2025-08-20T23:00:42.5916687Z [00:03:04.853]➜  mkdir -p $WORK/b2265/
2025-08-20T23:00:42.5917746Z [00:03:04.853]➜  cat >/tmp/go-build2180205415/b2265/importcfg << 'EOF' # internal
2025-08-20T23:00:42.5918159Z [00:03:04.853]➜  # import config
2025-08-20T23:00:42.5918522Z [00:03:04.853]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.5919072Z [00:03:04.853]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build2180205415/b2252/_pkg_.a
2025-08-20T23:00:42.5919800Z [00:03:04.853]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build2180205415/b2262/_pkg_.a
2025-08-20T23:00:42.5920403Z [00:03:04.853]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:42.5920721Z [00:03:04.853]➜  EOF
2025-08-20T23:00:42.5923107Z [00:03:04.853]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2265/_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/b2265=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/arn -lang=go1.22 -complete -installsuffix shared -buildid SmdM4TVimPtdq7_mr3hM/SmdM4TVimPtdq7_mr3hM -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/s3@v1.84.1/internal/arn/arn_parser.go
2025-08-20T23:00:42.6129036Z [00:03:04.874]➜  go tool buildid -w $WORK/b2265/_pkg_.a # internal
2025-08-20T23:00:42.6140753Z [00:03:04.875]➜  cp $WORK/b2265/_pkg_.a /root/.cache/go-build/b1/b1ea7a53475b44563661c9a54cc45259b3fd7719ef2f3abbf644694b72ab958a-d # internal
2025-08-20T23:00:42.6147231Z [00:03:04.876]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints
2025-08-20T23:00:42.6148205Z [00:03:04.876]➜  mkdir -p $WORK/b2266/
2025-08-20T23:00:42.6157592Z [00:03:04.877]➜  cat >/tmp/go-build2180205415/b2266/importcfg << 'EOF' # internal
2025-08-20T23:00:42.6158033Z [00:03:04.877]➜  # import config
2025-08-20T23:00:42.6158378Z [00:03:04.877]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.6158897Z [00:03:04.877]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:42.6159581Z [00:03:04.877]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2180205415/b1034/_pkg_.a
2025-08-20T23:00:42.6160246Z [00:03:04.877]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:42.6161051Z [00:03:04.877]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:42.6161558Z [00:03:04.877]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:42.6161882Z [00:03:04.877]➜  EOF
2025-08-20T23:00:42.6164648Z [00:03:04.877]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2266/_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/b2266=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid 0HInIaav4bPIV8Kg9npN/0HInIaav4bPIV8Kg9npN -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/endpoints/endpoints.go
2025-08-20T23:00:42.6897841Z [00:03:04.951]➜  go tool buildid -w $WORK/b2266/_pkg_.a # internal
2025-08-20T23:00:42.6929193Z [00:03:04.954]➜  cp $WORK/b2266/_pkg_.a /root/.cache/go-build/52/528b2aea1c27adc51cdceb41632a23c6cc801d021edd8d43baeea795c8545754-d # internal
2025-08-20T23:00:42.6938088Z [00:03:04.955]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
2025-08-20T23:00:42.6940019Z [00:03:04.955]➜  mkdir -p $WORK/b2264/
2025-08-20T23:00:42.6948861Z [00:03:04.956]➜  cat >/tmp/go-build2180205415/b2264/importcfg << 'EOF' # internal
2025-08-20T23:00:42.6949336Z [00:03:04.956]➜  # import config
2025-08-20T23:00:42.6949680Z [00:03:04.956]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:42.6950111Z [00:03:04.956]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:42.6950559Z [00:03:04.956]➜  packagefile encoding/xml=/tmp/go-build2180205415/b804/_pkg_.a
2025-08-20T23:00:42.6951005Z [00:03:04.956]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.6951509Z [00:03:04.956]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:42.6952151Z [00:03:04.956]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:42.6952819Z [00:03:04.956]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2180205415/b1023/_pkg_.a
2025-08-20T23:00:42.6953509Z [00:03:04.956]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2180205415/b1028/_pkg_.a
2025-08-20T23:00:42.6954507Z [00:03:04.956]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2180205415/b1010/_pkg_.a
2025-08-20T23:00:42.6955168Z [00:03:04.956]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2180205415/b986/_pkg_.a
2025-08-20T23:00:42.6956128Z [00:03:04.956]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build2180205415/b2257/_pkg_.a
2025-08-20T23:00:42.6956968Z [00:03:04.956]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build2180205415/b2260/_pkg_.a
2025-08-20T23:00:42.6957733Z [00:03:04.956]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build2180205415/b2261/_pkg_.a
2025-08-20T23:00:42.6958503Z [00:03:04.956]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build2180205415/b2262/_pkg_.a
2025-08-20T23:00:42.6959264Z [00:03:04.956]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/arn=/tmp/go-build2180205415/b2265/_pkg_.a
2025-08-20T23:00:42.6960031Z [00:03:04.956]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build2180205415/b2266/_pkg_.a
2025-08-20T23:00:42.6960682Z [00:03:04.956]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:42.6961240Z [00:03:04.956]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2180205415/b995/_pkg_.a
2025-08-20T23:00:42.6961885Z [00:03:04.956]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2180205415/b1027/_pkg_.a
2025-08-20T23:00:42.6962697Z [00:03:04.956]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build2180205415/b1051/_pkg_.a
2025-08-20T23:00:42.6963373Z [00:03:04.956]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:42.6963978Z [00:03:04.956]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:42.6964613Z [00:03:04.956]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:42.6965127Z [00:03:04.956]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:42.6965549Z [00:03:04.956]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:42.6989315Z [00:03:04.956]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:42.6989782Z [00:03:04.956]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:42.6990221Z [00:03:04.956]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:42.6990649Z [00:03:04.956]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:42.6991082Z [00:03:04.956]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:42.6991503Z [00:03:04.956]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:42.6991809Z [00:03:04.956]➜  EOF
2025-08-20T23:00:42.7000693Z [00:03:04.956]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2264/_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/b2264=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations -lang=go1.22 -complete -installsuffix shared -buildid NAZbpJ-cFjmwA9BvDD1G/NAZbpJ-cFjmwA9BvDD1G -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/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:00:42.7499743Z [00:03:05.011]➜  go tool buildid -w $WORK/b2244/_pkg_.a # internal
2025-08-20T23:00:42.7561140Z [00:03:05.017]➜  cp $WORK/b2244/_pkg_.a /root/.cache/go-build/06/06e8009e507606a2436153adda89056246c268eecfaffee0db44d082508d1f42-d # internal
2025-08-20T23:00:42.7563660Z [00:03:05.017]➜  github.com/aws/aws-sdk-go-v2/service/s3/types
2025-08-20T23:00:42.7564052Z [00:03:05.017]➜  mkdir -p $WORK/b2267/
2025-08-20T23:00:42.7571473Z [00:03:05.018]➜  cat >/tmp/go-build2180205415/b2267/importcfg << 'EOF' # internal
2025-08-20T23:00:42.7572198Z [00:03:05.018]➜  # import config
2025-08-20T23:00:42.7572618Z [00:03:05.018]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.7573113Z [00:03:05.018]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:42.7573719Z [00:03:05.018]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2180205415/b1036/_pkg_.a
2025-08-20T23:00:42.7574248Z [00:03:05.018]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:42.7574562Z [00:03:05.018]➜  EOF
2025-08-20T23:00:42.7577334Z [00:03:05.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2267/_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/b2267=>" -p github.com/aws/aws-sdk-go-v2/service/s3/types -lang=go1.22 -complete -installsuffix shared -buildid G4805FksmAxRAMbhrP2C/G4805FksmAxRAMbhrP2C -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/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:00:42.8139380Z [00:03:05.075]➜  go tool buildid -w $WORK/b2264/_pkg_.a # internal
2025-08-20T23:00:42.8162006Z [00:03:05.077]➜  cp $WORK/b2264/_pkg_.a /root/.cache/go-build/a9/a98829247045711af47c71b3c813ffab500a0bcf60192681b465c96b85c59e88-d # internal
2025-08-20T23:00:42.8162759Z [00:03:05.077]➜  github.com/aws/smithy-go/endpoints/private/rulesfn
2025-08-20T23:00:42.8163107Z [00:03:05.077]➜  mkdir -p $WORK/b2270/
2025-08-20T23:00:42.8163513Z [00:03:05.077]➜  cat >/tmp/go-build2180205415/b2270/importcfg << 'EOF' # internal
2025-08-20T23:00:42.8163865Z [00:03:05.077]➜  # import config
2025-08-20T23:00:42.8164862Z [00:03:05.077]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.8166032Z [00:03:05.077]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:42.8166635Z [00:03:05.077]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:42.8167069Z [00:03:05.077]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:42.8167519Z [00:03:05.077]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:42.8168189Z [00:03:05.077]➜  EOF
2025-08-20T23:00:42.8171151Z [00:03:05.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2270/_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/b2270=>" -p github.com/aws/smithy-go/endpoints/private/rulesfn -lang=go1.22 -complete -installsuffix shared -buildid KLyhheEJh7SCjmfZCEjT/KLyhheEJh7SCjmfZCEjT -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/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:00:42.8349220Z [00:03:05.096]➜  go tool buildid -w $WORK/b2270/_pkg_.a # internal
2025-08-20T23:00:42.8356485Z [00:03:05.097]➜  cp $WORK/b2270/_pkg_.a /root/.cache/go-build/4e/4eb196795cf198b5b073f8825e9b87833774a374657f999d690feb447216321c-d # internal
2025-08-20T23:00:42.8379145Z [00:03:05.099]➜  github.com/aws/smithy-go/sync
2025-08-20T23:00:42.8379742Z [00:03:05.099]➜  mkdir -p $WORK/b2271/
2025-08-20T23:00:42.8381910Z [00:03:05.099]➜  cat >/tmp/go-build2180205415/b2271/importcfg << 'EOF' # internal
2025-08-20T23:00:42.8382547Z [00:03:05.099]➜  # import config
2025-08-20T23:00:42.8383293Z [00:03:05.099]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:42.8383840Z [00:03:05.099]➜  EOF
2025-08-20T23:00:42.8389739Z [00:03:05.100]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2271/_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/b2271=>" -p github.com/aws/smithy-go/sync -lang=go1.22 -complete -installsuffix shared -buildid t7NP5eTmfhAEBbVghH1I/t7NP5eTmfhAEBbVghH1I -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/sync/error.go
2025-08-20T23:00:42.8479173Z [00:03:05.109]➜  go tool buildid -w $WORK/b2242/_pkg_.a # internal
2025-08-20T23:00:42.8690754Z [00:03:05.130]➜  go tool buildid -w $WORK/b2271/_pkg_.a # internal
2025-08-20T23:00:42.8696124Z [00:03:05.131]➜  cp $WORK/b2271/_pkg_.a /root/.cache/go-build/ba/bad3d2c1e6fa3eb56f7456f9806f7f43b4f2c48612fc12a52c41056aafbdc833-d # internal
2025-08-20T23:00:42.8700648Z [00:03:05.131]➜  github.com/aws/smithy-go/waiter
2025-08-20T23:00:42.8701064Z [00:03:05.131]➜  mkdir -p $WORK/b2272/
2025-08-20T23:00:42.8704982Z [00:03:05.132]➜  cat >/tmp/go-build2180205415/b2272/importcfg << 'EOF' # internal
2025-08-20T23:00:42.8706949Z [00:03:05.132]➜  # import config
2025-08-20T23:00:42.8710227Z [00:03:05.132]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:42.8710750Z [00:03:05.132]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.8712257Z [00:03:05.132]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:42.8715357Z [00:03:05.132]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:42.8716300Z [00:03:05.132]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build2180205415/b1003/_pkg_.a
2025-08-20T23:00:42.8717239Z [00:03:05.132]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:42.8717889Z [00:03:05.132]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:42.8718598Z [00:03:05.132]➜  EOF
2025-08-20T23:00:42.8720956Z [00:03:05.132]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2272/_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/b2272=>" -p github.com/aws/smithy-go/waiter -lang=go1.22 -complete -installsuffix shared -buildid snjr4wo8FL-GYA0qPlmr/snjr4wo8FL-GYA0qPlmr -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/waiter/logger.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/waiter/waiter.go
2025-08-20T23:00:42.8897919Z [00:03:05.151]➜  go tool buildid -w $WORK/b2272/_pkg_.a # internal
2025-08-20T23:00:42.8908083Z [00:03:05.152]➜  cp $WORK/b2272/_pkg_.a /root/.cache/go-build/b9/b9e0050de9353f9c36347dfd1730f458d9f86a6365542c2ba32f66e0f7f73b29-d # internal
2025-08-20T23:00:42.8910447Z [00:03:05.152]➜  github.com/adrg/strutil/metrics
2025-08-20T23:00:42.8911375Z [00:03:05.152]➜  mkdir -p $WORK/b2278/
2025-08-20T23:00:42.8917594Z [00:03:05.153]➜  cat >/tmp/go-build2180205415/b2278/importcfg << 'EOF' # internal
2025-08-20T23:00:42.8917982Z [00:03:05.153]➜  # import config
2025-08-20T23:00:42.8918470Z [00:03:05.153]➜  packagefile github.com/adrg/strutil/internal/mathutil=/tmp/go-build2180205415/b2276/_pkg_.a
2025-08-20T23:00:42.8919145Z [00:03:05.153]➜  packagefile github.com/adrg/strutil/internal/ngram=/tmp/go-build2180205415/b2275/_pkg_.a
2025-08-20T23:00:42.8919828Z [00:03:05.153]➜  packagefile github.com/adrg/strutil/internal/stringutil=/tmp/go-build2180205415/b2277/_pkg_.a
2025-08-20T23:00:42.8920394Z [00:03:05.153]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:42.8920842Z [00:03:05.153]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:42.8921178Z [00:03:05.153]➜  EOF
2025-08-20T23:00:42.8925570Z [00:03:05.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2278/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/metrics=>github.com/adrg/strutil@v0.3.1/metrics;$WORK/b2278=>" -p github.com/adrg/strutil/metrics -lang=go1.14 -complete -installsuffix shared -buildid 1bJtI_hRAEHTru5SIZqX/1bJtI_hRAEHTru5SIZqX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2278/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:00:42.9366759Z [00:03:05.197]➜  cp $WORK/b2242/_pkg_.a /root/.cache/go-build/78/788cb0498f995b7bb84d0e7bcd4f2e13b015303987800b2b7e5767179c657265-d # internal
2025-08-20T23:00:42.9374600Z [00:03:05.197]➜  github.com/bradleyfalzon/ghinstallation/v2
2025-08-20T23:00:42.9374968Z [00:03:05.198]➜  mkdir -p $WORK/b2240/
2025-08-20T23:00:42.9384268Z [00:03:05.199]➜  cat >/tmp/go-build2180205415/b2240/importcfg << 'EOF' # internal
2025-08-20T23:00:42.9384932Z [00:03:05.199]➜  # import config
2025-08-20T23:00:42.9387530Z [00:03:05.199]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:42.9388042Z [00:03:05.199]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:42.9388683Z [00:03:05.199]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:00:42.9389601Z [00:03:05.199]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:42.9390364Z [00:03:05.199]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:42.9391239Z [00:03:05.199]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.9392071Z [00:03:05.199]➜  packagefile github.com/golang-jwt/jwt/v4=/tmp/go-build2180205415/b2241/_pkg_.a
2025-08-20T23:00:42.9392864Z [00:03:05.199]➜  packagefile github.com/google/go-github/v72/github=/tmp/go-build2180205415/b2242/_pkg_.a
2025-08-20T23:00:42.9393787Z [00:03:05.199]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:42.9395236Z [00:03:05.199]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:42.9396025Z [00:03:05.199]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:42.9396456Z [00:03:05.199]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:42.9396886Z [00:03:05.199]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:42.9397300Z [00:03:05.199]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:42.9397830Z [00:03:05.199]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:42.9398193Z [00:03:05.199]➜  EOF
2025-08-20T23:00:42.9404954Z [00:03:05.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2240/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bradleyfalzon/ghinstallation/v2@v2.16.0=>github.com/bradleyfalzon/ghinstallation/v2@v2.16.0;$WORK/b2240=>" -p github.com/bradleyfalzon/ghinstallation/v2 -lang=go1.23 -complete -installsuffix shared -buildid afwkKdyS1x8dZU950NZR/afwkKdyS1x8dZU950NZR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2240/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:00:42.9407526Z [00:03:05.201]➜  go tool buildid -w $WORK/b2278/_pkg_.a # internal
2025-08-20T23:00:42.9408212Z [00:03:05.201]➜  cp $WORK/b2278/_pkg_.a /root/.cache/go-build/5f/5f7b4ff87fe76632bc50ce00fb3f7eba587393ed540cfac978a6c499976c0e66-d # internal
2025-08-20T23:00:42.9408852Z [00:03:05.201]➜  github.com/trufflesecurity/trufflehog/v3/pkg/decoders
2025-08-20T23:00:42.9409394Z [00:03:05.201]➜  mkdir -p $WORK/b2279/
2025-08-20T23:00:42.9409806Z [00:03:05.201]➜  cat >/tmp/go-build2180205415/b2279/importcfg << 'EOF' # internal
2025-08-20T23:00:42.9410152Z [00:03:05.201]➜  # import config
2025-08-20T23:00:42.9410486Z [00:03:05.201]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:42.9410939Z [00:03:05.201]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:42.9411429Z [00:03:05.201]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:42.9412095Z [00:03:05.201]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:42.9412888Z [00:03:05.201]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:42.9413466Z [00:03:05.201]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:42.9413890Z [00:03:05.201]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:42.9414315Z [00:03:05.201]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:42.9414758Z [00:03:05.201]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:42.9415089Z [00:03:05.201]➜  EOF
2025-08-20T23:00:42.9417794Z [00:03:05.201]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2279/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders=>github.com/trufflesecurity/trufflehog/v3/pkg/decoders;$WORK/b2279=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/decoders -lang=go1.24 -complete -installsuffix shared -buildid F0jDogY8cOxV2sed-xgp/F0jDogY8cOxV2sed-xgp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2279/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:00:42.9693328Z [00:03:05.230]➜  go tool buildid -w $WORK/b2267/_pkg_.a # internal
2025-08-20T23:00:42.9754725Z [00:03:05.236]➜  cp $WORK/b2267/_pkg_.a /root/.cache/go-build/bb/bb9b79d73179ffd9c2ab74718afbb49c8a63a379fbc627ba5417af6b51864553-d # internal
2025-08-20T23:00:42.9789514Z [00:03:05.240]➜  github.com/aws/aws-sdk-go-v2/service/s3
2025-08-20T23:00:42.9789900Z [00:03:05.240]➜  mkdir -p $WORK/b2254/
2025-08-20T23:00:42.9798510Z [00:03:05.241]➜  cat >/tmp/go-build2180205415/b2254/importcfg << 'EOF' # internal
2025-08-20T23:00:42.9799612Z [00:03:05.241]➜  # import config
2025-08-20T23:00:42.9800059Z [00:03:05.241]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:42.9801084Z [00:03:05.241]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:42.9801547Z [00:03:05.241]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:00:42.9802024Z [00:03:05.241]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:00:42.9802488Z [00:03:05.241]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:42.9802968Z [00:03:05.241]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:42.9803436Z [00:03:05.241]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:42.9803903Z [00:03:05.241]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:42.9804373Z [00:03:05.241]➜  packagefile encoding/xml=/tmp/go-build2180205415/b804/_pkg_.a
2025-08-20T23:00:42.9804820Z [00:03:05.241]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:42.9805233Z [00:03:05.241]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:42.9805738Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:42.9806529Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2180205415/b1021/_pkg_.a
2025-08-20T23:00:42.9807202Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:42.9808115Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream=/tmp/go-build2180205415/b2255/_pkg_.a
2025-08-20T23:00:42.9809017Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi=/tmp/go-build2180205415/b2256/_pkg_.a
2025-08-20T23:00:42.9809803Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build2180205415/b1046/_pkg_.a
2025-08-20T23:00:42.9810459Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2180205415/b1008/_pkg_.a
2025-08-20T23:00:42.9811099Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2180205415/b1023/_pkg_.a
2025-08-20T23:00:42.9811778Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2180205415/b1001/_pkg_.a
2025-08-20T23:00:42.9812451Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2180205415/b1026/_pkg_.a
2025-08-20T23:00:42.9813139Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2180205415/b1028/_pkg_.a
2025-08-20T23:00:42.9813859Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2180205415/b1029/_pkg_.a
2025-08-20T23:00:42.9814772Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2180205415/b1010/_pkg_.a
2025-08-20T23:00:42.9815477Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2180205415/b1030/_pkg_.a
2025-08-20T23:00:42.9816474Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2180205415/b1031/_pkg_.a
2025-08-20T23:00:42.9817353Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2180205415/b1032/_pkg_.a
2025-08-20T23:00:42.9818099Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2180205415/b986/_pkg_.a
2025-08-20T23:00:42.9818816Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build2180205415/b987/_pkg_.a
2025-08-20T23:00:42.9819516Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build2180205415/b2257/_pkg_.a
2025-08-20T23:00:42.9820253Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build2180205415/b1047/_pkg_.a
2025-08-20T23:00:42.9821179Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build2180205415/b2260/_pkg_.a
2025-08-20T23:00:42.9821951Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build2180205415/b1048/_pkg_.a
2025-08-20T23:00:42.9822725Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build2180205415/b2261/_pkg_.a
2025-08-20T23:00:42.9823509Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config=/tmp/go-build2180205415/b2263/_pkg_.a
2025-08-20T23:00:42.9824327Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations=/tmp/go-build2180205415/b2264/_pkg_.a
2025-08-20T23:00:42.9825130Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build2180205415/b2266/_pkg_.a
2025-08-20T23:00:42.9826051Z [00:03:05.241]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build2180205415/b2267/_pkg_.a
2025-08-20T23:00:42.9826728Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:00:42.9827291Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2180205415/b995/_pkg_.a
2025-08-20T23:00:42.9827946Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build2180205415/b2268/_pkg_.a
2025-08-20T23:00:42.9828681Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/container/private/cache/lru=/tmp/go-build2180205415/b2269/_pkg_.a
2025-08-20T23:00:42.9829476Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2180205415/b1036/_pkg_.a
2025-08-20T23:00:42.9830204Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2180205415/b1027/_pkg_.a
2025-08-20T23:00:42.9830866Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build2180205415/b1051/_pkg_.a
2025-08-20T23:00:42.9831496Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2180205415/b1037/_pkg_.a
2025-08-20T23:00:42.9832171Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build2180205415/b2270/_pkg_.a
2025-08-20T23:00:42.9832817Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2180205415/b1013/_pkg_.a
2025-08-20T23:00:42.9833396Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:42.9833982Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2180205415/b996/_pkg_.a
2025-08-20T23:00:42.9834588Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:42.9835171Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2180205415/b1000/_pkg_.a
2025-08-20T23:00:42.9836054Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build2180205415/b1003/_pkg_.a
2025-08-20T23:00:42.9836699Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/sync=/tmp/go-build2180205415/b2271/_pkg_.a
2025-08-20T23:00:42.9837269Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2180205415/b997/_pkg_.a
2025-08-20T23:00:42.9837851Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2180205415/b998/_pkg_.a
2025-08-20T23:00:42.9838557Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:42.9839245Z [00:03:05.241]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build2180205415/b2272/_pkg_.a
2025-08-20T23:00:42.9839745Z [00:03:05.241]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:42.9840168Z [00:03:05.241]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:42.9840588Z [00:03:05.241]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:42.9841015Z [00:03:05.241]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:42.9841582Z [00:03:05.241]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:42.9841993Z [00:03:05.241]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:42.9842397Z [00:03:05.241]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:42.9842820Z [00:03:05.241]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:42.9843243Z [00:03:05.241]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:42.9843658Z [00:03:05.241]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:42.9844092Z [00:03:05.241]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:42.9844525Z [00:03:05.241]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:42.9844831Z [00:03:05.241]➜  EOF
2025-08-20T23:00:42.9897824Z [00:03:05.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2254/_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/b2254=>" -p github.com/aws/aws-sdk-go-v2/service/s3 -lang=go1.22 -complete -installsuffix shared -buildid TjQx6PcLhNCPV2Eubnb2/TjQx6PcLhNCPV2Eubnb2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2254/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:00:43.0061005Z [00:03:05.267]➜  go tool buildid -w $WORK/b2240/_pkg_.a # internal
2025-08-20T23:00:43.0079746Z [00:03:05.269]➜  go tool buildid -w $WORK/b2279/_pkg_.a # internal
2025-08-20T23:00:43.0095035Z [00:03:05.271]➜  cp $WORK/b2279/_pkg_.a /root/.cache/go-build/9d/9d4bec866dfebb6db6a928bab8a4db0c925abad6a2f3102187a3aa007b59457b-d # internal
2025-08-20T23:00:43.0095899Z [00:03:05.271]➜  github.com/trufflesecurity/trufflehog/v3/pkg/engine/ahocorasick
2025-08-20T23:00:43.0096452Z [00:03:05.271]➜  mkdir -p $WORK/b2280/
2025-08-20T23:00:43.0098611Z [00:03:05.271]➜  cat >/tmp/go-build2180205415/b2280/importcfg << 'EOF' # internal
2025-08-20T23:00:43.0099529Z [00:03:05.271]➜  # import config
2025-08-20T23:00:43.0099965Z [00:03:05.271]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:43.0100509Z [00:03:05.271]➜  packagefile github.com/BobuSumisu/aho-corasick=/tmp/go-build2180205415/b618/_pkg_.a
2025-08-20T23:00:43.0101593Z [00:03:05.271]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/custom_detectors=/tmp/go-build2180205415/b701/_pkg_.a
2025-08-20T23:00:43.0102399Z [00:03:05.271]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:43.0103210Z [00:03:05.271]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:43.0103823Z [00:03:05.271]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.0104141Z [00:03:05.271]➜  EOF
2025-08-20T23:00:43.0106300Z [00:03:05.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2280/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/ahocorasick=>github.com/trufflesecurity/trufflehog/v3/pkg/engine/ahocorasick;$WORK/b2280=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/engine/ahocorasick -lang=go1.24 -complete -installsuffix shared -buildid jms8u1dDsOekwCOvQ0OJ/jms8u1dDsOekwCOvQ0OJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2280/importcfg -pack ./pkg/engine/ahocorasick/ahocorasickcore.go
2025-08-20T23:00:43.0112413Z [00:03:05.272]➜  cp $WORK/b2240/_pkg_.a /root/.cache/go-build/fc/fcf38a3ff5cb2fb532c5ea6923653a0f785ae34418e3ca9d85acdc88957c7e1f-d # internal
2025-08-20T23:00:43.0129798Z [00:03:05.274]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/github
2025-08-20T23:00:43.0130279Z [00:03:05.274]➜  mkdir -p $WORK/b2239/
2025-08-20T23:00:43.0142376Z [00:03:05.275]➜  cat >/tmp/go-build2180205415/b2239/importcfg << 'EOF' # internal
2025-08-20T23:00:43.0142793Z [00:03:05.275]➜  # import config
2025-08-20T23:00:43.0143149Z [00:03:05.275]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:43.0143566Z [00:03:05.275]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:43.0144133Z [00:03:05.275]➜  packagefile github.com/bradleyfalzon/ghinstallation/v2=/tmp/go-build2180205415/b2240/_pkg_.a
2025-08-20T23:00:43.0144760Z [00:03:05.275]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build2180205415/b2158/_pkg_.a
2025-08-20T23:00:43.0145612Z [00:03:05.275]➜  packagefile github.com/gobwas/glob=/tmp/go-build2180205415/b792/_pkg_.a
2025-08-20T23:00:43.0146363Z [00:03:05.275]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build2180205415/b282/_pkg_.a
2025-08-20T23:00:43.0147048Z [00:03:05.275]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:00:43.0147789Z [00:03:05.275]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build2180205415/b641/_pkg_.a
2025-08-20T23:00:43.0148686Z [00:03:05.275]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache=/tmp/go-build2180205415/b2156/_pkg_.a
2025-08-20T23:00:43.0149523Z [00:03:05.275]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:43.0150305Z [00:03:05.275]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:43.0151062Z [00:03:05.275]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:43.0151814Z [00:03:05.275]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/giturl=/tmp/go-build2180205415/b2243/_pkg_.a
2025-08-20T23:00:43.0152577Z [00:03:05.275]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build2180205415/b802/_pkg_.a
2025-08-20T23:00:43.0153927Z [00:03:05.275]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build2180205415/b225/_pkg_.a
2025-08-20T23:00:43.0154725Z [00:03:05.275]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb=/tmp/go-build2180205415/b624/_pkg_.a
2025-08-20T23:00:43.0155571Z [00:03:05.275]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:43.0156726Z [00:03:05.275]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:43.0157520Z [00:03:05.275]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build2180205415/b1976/_pkg_.a
2025-08-20T23:00:43.0158285Z [00:03:05.275]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:43.0159061Z [00:03:05.275]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build2180205415/b2157/_pkg_.a
2025-08-20T23:00:43.0159707Z [00:03:05.275]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T23:00:43.0160249Z [00:03:05.275]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:43.0160835Z [00:03:05.275]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:43.0161487Z [00:03:05.275]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:43.0162024Z [00:03:05.275]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:43.0162454Z [00:03:05.275]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T23:00:43.0162902Z [00:03:05.275]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:43.0163474Z [00:03:05.275]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:43.0163953Z [00:03:05.275]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:43.0164387Z [00:03:05.275]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:43.0164833Z [00:03:05.275]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:43.0165250Z [00:03:05.275]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:43.0165661Z [00:03:05.275]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:43.0166287Z [00:03:05.275]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:43.0166888Z [00:03:05.275]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.0167309Z [00:03:05.275]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:43.0167736Z [00:03:05.275]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:43.0168171Z [00:03:05.275]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:43.0168476Z [00:03:05.275]➜  EOF
2025-08-20T23:00:43.0171504Z [00:03:05.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2239/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/github;$WORK/b2239=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/github -lang=go1.24 -complete -installsuffix shared -buildid JiSjZN7Gc8CS_SV0Np5_/JiSjZN7Gc8CS_SV0Np5_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2239/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:00:43.0751490Z [00:03:05.336]➜  go tool buildid -w $WORK/b2280/_pkg_.a # internal
2025-08-20T23:00:43.0765170Z [00:03:05.338]➜  cp $WORK/b2280/_pkg_.a /root/.cache/go-build/07/07957bb09b16f478cb64bdeeff75f8e6e249c097559c5bcc973ac499a685aad7-d # internal
2025-08-20T23:00:43.0911663Z [00:03:05.352]➜  github.com/trufflesecurity/trufflehog/v3/pkg/output
2025-08-20T23:00:43.0912599Z [00:03:05.352]➜  mkdir -p $WORK/b2281/
2025-08-20T23:00:43.0918947Z [00:03:05.353]➜  cat >/tmp/go-build2180205415/b2281/importcfg << 'EOF' # internal
2025-08-20T23:00:43.0919387Z [00:03:05.353]➜  # import config
2025-08-20T23:00:43.0919757Z [00:03:05.353]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:43.0920597Z [00:03:05.353]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:43.0921082Z [00:03:05.353]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:43.0921529Z [00:03:05.353]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:43.0921939Z [00:03:05.353]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:43.0922430Z [00:03:05.353]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T23:00:43.0922980Z [00:03:05.353]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build2180205415/b2158/_pkg_.a
2025-08-20T23:00:43.0923574Z [00:03:05.353]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:00:43.0924222Z [00:03:05.353]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build2180205415/b2193/_pkg_.a
2025-08-20T23:00:43.0924883Z [00:03:05.353]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build2180205415/b2204/_pkg_.a
2025-08-20T23:00:43.0925617Z [00:03:05.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:43.0926597Z [00:03:05.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:43.0927554Z [00:03:05.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:43.0928475Z [00:03:05.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:43.0929314Z [00:03:05.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:43.0930089Z [00:03:05.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:43.0930875Z [00:03:05.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build2180205415/b2157/_pkg_.a
2025-08-20T23:00:43.0931706Z [00:03:05.353]➜  packagefile golang.org/x/text/cases=/tmp/go-build2180205415/b233/_pkg_.a
2025-08-20T23:00:43.0932260Z [00:03:05.353]➜  packagefile golang.org/x/text/language=/tmp/go-build2180205415/b235/_pkg_.a
2025-08-20T23:00:43.0932736Z [00:03:05.353]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:43.0933156Z [00:03:05.353]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:43.0933568Z [00:03:05.353]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:43.0934077Z [00:03:05.353]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:43.0934569Z [00:03:05.353]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.0934986Z [00:03:05.353]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:43.0935294Z [00:03:05.353]➜  EOF
2025-08-20T23:00:43.0937510Z [00:03:05.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2281/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/output=>github.com/trufflesecurity/trufflehog/v3/pkg/output;$WORK/b2281=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/output -lang=go1.24 -complete -installsuffix shared -buildid yQ8mwmro3udGMp71c5Yu/yQ8mwmro3udGMp71c5Yu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2281/importcfg -pack ./pkg/output/github_actions.go ./pkg/output/json.go ./pkg/output/legacy_json.go ./pkg/output/plain.go
2025-08-20T23:00:43.2567672Z [00:03:05.518]➜  go tool buildid -w $WORK/b2281/_pkg_.a # internal
2025-08-20T23:00:43.2611948Z [00:03:05.522]➜  cp $WORK/b2281/_pkg_.a /root/.cache/go-build/ea/eabb0ec48b03fe8f8270b683843fa83823edc279f37b60ed4b103b19d158c46e-d # internal
2025-08-20T23:00:43.2614884Z [00:03:05.522]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/circleci
2025-08-20T23:00:43.2617796Z [00:03:05.522]➜  mkdir -p $WORK/b2282/
2025-08-20T23:00:43.2657197Z [00:03:05.524]➜  cat >/tmp/go-build2180205415/b2282/importcfg << 'EOF' # internal
2025-08-20T23:00:43.2657944Z [00:03:05.524]➜  # import config
2025-08-20T23:00:43.2658575Z [00:03:05.524]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:43.2659386Z [00:03:05.524]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:43.2660388Z [00:03:05.524]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:43.2660985Z [00:03:05.524]➜  packagefile github.com/go-errors/errors=/tmp/go-build2180205415/b801/_pkg_.a
2025-08-20T23:00:43.2661658Z [00:03:05.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:43.2662429Z [00:03:05.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:43.2663169Z [00:03:05.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build2180205415/b225/_pkg_.a
2025-08-20T23:00:43.2663982Z [00:03:05.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:43.2664817Z [00:03:05.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:43.2665589Z [00:03:05.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:43.2666737Z [00:03:05.524]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:43.2667408Z [00:03:05.524]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:43.2668070Z [00:03:05.524]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:43.2668607Z [00:03:05.524]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:43.2669034Z [00:03:05.524]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:43.2669471Z [00:03:05.524]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:43.2670130Z [00:03:05.524]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.2670579Z [00:03:05.524]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:43.2670911Z [00:03:05.524]➜  EOF
2025-08-20T23:00:43.2672998Z [00:03:05.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2282/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/circleci=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/circleci;$WORK/b2282=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/circleci -lang=go1.24 -complete -installsuffix shared -buildid WJG0fTRwmxaCYm8FIy3b/WJG0fTRwmxaCYm8FIy3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2282/importcfg -pack ./pkg/sources/circleci/circleci.go
2025-08-20T23:00:43.3571869Z [00:03:05.618]➜  go tool buildid -w $WORK/b2282/_pkg_.a # internal
2025-08-20T23:00:43.3616955Z [00:03:05.623]➜  cp $WORK/b2282/_pkg_.a /root/.cache/go-build/47/472f6cbaa99964edf7da1cf9f139dbb40bdeb6e7e00b6967baacc814ce00de8f-d # internal
2025-08-20T23:00:43.3617712Z [00:03:05.623]➜  github.com/elastic/elastic-transport-go/v8/elastictransport
2025-08-20T23:00:43.3649166Z [00:03:05.626]➜  mkdir -p $WORK/b2285/
2025-08-20T23:00:43.3656538Z [00:03:05.627]➜  cat >/tmp/go-build2180205415/b2285/importcfg << 'EOF' # internal
2025-08-20T23:00:43.3657455Z [00:03:05.627]➜  # import config
2025-08-20T23:00:43.3658330Z [00:03:05.627]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:43.3658812Z [00:03:05.627]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:43.3659289Z [00:03:05.627]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:43.3659745Z [00:03:05.627]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:43.3660195Z [00:03:05.627]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:00:43.3660980Z [00:03:05.627]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:43.3661444Z [00:03:05.627]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:00:43.3661904Z [00:03:05.627]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:43.3662365Z [00:03:05.627]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:43.3662813Z [00:03:05.627]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:43.3664292Z [00:03:05.627]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:43.3664789Z [00:03:05.627]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2180205415/b521/_pkg_.a
2025-08-20T23:00:43.3665375Z [00:03:05.627]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T23:00:43.3666068Z [00:03:05.627]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2180205415/b527/_pkg_.a
2025-08-20T23:00:43.3666663Z [00:03:05.627]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T23:00:43.3667152Z [00:03:05.627]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:43.3667570Z [00:03:05.627]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:43.3667992Z [00:03:05.627]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:43.3668555Z [00:03:05.627]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:43.3669081Z [00:03:05.627]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:43.3669513Z [00:03:05.627]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:43.3669935Z [00:03:05.627]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:43.3670338Z [00:03:05.627]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:43.3670755Z [00:03:05.627]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:43.3671188Z [00:03:05.627]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.3672471Z [00:03:05.627]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:43.3672948Z [00:03:05.627]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:43.3673254Z [00:03:05.627]➜  EOF
2025-08-20T23:00:43.3678422Z [00:03:05.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2285/_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/b2285=>" -p github.com/elastic/elastic-transport-go/v8/elastictransport -lang=go1.20 -complete -installsuffix shared -buildid tgVJ3gAzpxY6GPV2GLrB/tgVJ3gAzpxY6GPV2GLrB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2285/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:00:43.4497931Z [00:03:05.711]➜  go tool buildid -w $WORK/b2239/_pkg_.a # internal
2025-08-20T23:00:43.4646114Z [00:03:05.726]➜  cp $WORK/b2239/_pkg_.a /root/.cache/go-build/69/694971291057ea334444ceaa93e2567240ab264f20d3bea57c9f3130b57231bd-d # internal
2025-08-20T23:00:43.4647324Z [00:03:05.726]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions
2025-08-20T23:00:43.4668996Z [00:03:05.728]➜  mkdir -p $WORK/b2292/
2025-08-20T23:00:43.4672832Z [00:03:05.728]➜  cat >/tmp/go-build2180205415/b2292/importcfg << 'EOF' # internal
2025-08-20T23:00:43.4673626Z [00:03:05.728]➜  # import config
2025-08-20T23:00:43.4674246Z [00:03:05.728]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.4674873Z [00:03:05.728]➜  EOF
2025-08-20T23:00:43.4679007Z [00:03:05.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2292/_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/b2292=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions -lang=go1.22 -complete -installsuffix shared -buildid v4oBuLKlctvw3S9pQWcV/v4oBuLKlctvw3S9pQWcV -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/types/enums/acknowledgementoptions/acknowledgementoptions.go
2025-08-20T23:00:43.4897192Z [00:03:05.748]➜  go tool buildid -w $WORK/b2292/_pkg_.a # internal
2025-08-20T23:00:43.4900120Z [00:03:05.749]➜  cp $WORK/b2292/_pkg_.a /root/.cache/go-build/3d/3d8f07daefcb6a760f024525c6ce869c15d04435f6d9d31b474e29abc7a60fde-d # internal
2025-08-20T23:00:43.4901544Z [00:03:05.749]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions
2025-08-20T23:00:43.4902502Z [00:03:05.749]➜  mkdir -p $WORK/b2293/
2025-08-20T23:00:43.4903152Z [00:03:05.749]➜  cat >/tmp/go-build2180205415/b2293/importcfg << 'EOF' # internal
2025-08-20T23:00:43.4903685Z [00:03:05.749]➜  # import config
2025-08-20T23:00:43.4904259Z [00:03:05.749]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.4904768Z [00:03:05.749]➜  EOF
2025-08-20T23:00:43.4907965Z [00:03:05.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2293/_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/b2293=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions -lang=go1.22 -complete -installsuffix shared -buildid gOrU4EorbAf5IFM0fszY/gOrU4EorbAf5IFM0fszY -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/enums/actionstatusoptions/actionstatusoptions.go
2025-08-20T23:00:43.5099369Z [00:03:05.771]➜  go tool buildid -w $WORK/b2293/_pkg_.a # internal
2025-08-20T23:00:43.5102212Z [00:03:05.771]➜  cp $WORK/b2293/_pkg_.a /root/.cache/go-build/5b/5b2b1c19060c27899769663636f14f4afbc6edc1a90b1ca61d3fa89e3e071d88-d # internal
2025-08-20T23:00:43.5106031Z [00:03:05.771]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype
2025-08-20T23:00:43.5118535Z [00:03:05.773]➜  mkdir -p $WORK/b2294/
2025-08-20T23:00:43.5119340Z [00:03:05.773]➜  cat >/tmp/go-build2180205415/b2294/importcfg << 'EOF' # internal
2025-08-20T23:00:43.5120009Z [00:03:05.773]➜  # import config
2025-08-20T23:00:43.5120638Z [00:03:05.773]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.5122406Z [00:03:05.773]➜  EOF
2025-08-20T23:00:43.5125121Z [00:03:05.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2294/_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/b2294=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype -lang=go1.22 -complete -installsuffix shared -buildid CwVNRJA0OpQ0SY7pX2zb/CwVNRJA0OpQ0SY7pX2zb -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/actiontype/actiontype.go
2025-08-20T23:00:43.5334507Z [00:03:05.794]➜  go tool buildid -w $WORK/b2294/_pkg_.a # internal
2025-08-20T23:00:43.5337587Z [00:03:05.795]➜  cp $WORK/b2294/_pkg_.a /root/.cache/go-build/45/45ab2f3dca4cc08da3b658beb843f9c496691acc84f007e98ece60500ad49b80-d # internal
2025-08-20T23:00:43.5339664Z [00:03:05.795]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision
2025-08-20T23:00:43.5340539Z [00:03:05.795]➜  mkdir -p $WORK/b2295/
2025-08-20T23:00:43.5343444Z [00:03:05.795]➜  cat >/tmp/go-build2180205415/b2295/importcfg << 'EOF' # internal
2025-08-20T23:00:43.5346667Z [00:03:05.795]➜  # import config
2025-08-20T23:00:43.5348233Z [00:03:05.795]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.5348797Z [00:03:05.795]➜  EOF
2025-08-20T23:00:43.5352292Z [00:03:05.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2295/_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/b2295=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision -lang=go1.22 -complete -installsuffix shared -buildid 7v2peRh7jiSU33U2tPDT/7v2peRh7jiSU33U2tPDT -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/allocationexplaindecision/allocationexplaindecision.go
2025-08-20T23:00:43.5562340Z [00:03:05.817]➜  go tool buildid -w $WORK/b2295/_pkg_.a # internal
2025-08-20T23:00:43.5564640Z [00:03:05.817]➜  cp $WORK/b2295/_pkg_.a /root/.cache/go-build/a2/a25b55760b61ecc051e4bede456d3667f78211858153fc9123327a2ec197b6e9-d # internal
2025-08-20T23:00:43.5568864Z [00:03:05.817]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype
2025-08-20T23:00:43.5569309Z [00:03:05.817]➜  mkdir -p $WORK/b2296/
2025-08-20T23:00:43.5569717Z [00:03:05.817]➜  cat >/tmp/go-build2180205415/b2296/importcfg << 'EOF' # internal
2025-08-20T23:00:43.5577334Z [00:03:05.817]➜  # import config
2025-08-20T23:00:43.5577850Z [00:03:05.817]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.5578177Z [00:03:05.817]➜  EOF
2025-08-20T23:00:43.5581013Z [00:03:05.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2296/_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/b2296=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype -lang=go1.22 -complete -installsuffix shared -buildid 978kTHRdFJuua6DZQ1Go/978kTHRdFJuua6DZQ1Go -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/apikeytype/apikeytype.go
2025-08-20T23:00:43.5979835Z [00:03:05.859]➜  go tool buildid -w $WORK/b2296/_pkg_.a # internal
2025-08-20T23:00:43.5992939Z [00:03:05.859]➜  cp $WORK/b2296/_pkg_.a /root/.cache/go-build/86/86729b45dcfad78e55af03f8c349e633afb28067d1dd11068a7e3b7971693a05-d # internal
2025-08-20T23:00:43.5993714Z [00:03:05.859]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto
2025-08-20T23:00:43.5994123Z [00:03:05.860]➜  mkdir -p $WORK/b2297/
2025-08-20T23:00:43.5994516Z [00:03:05.860]➜  cat >/tmp/go-build2180205415/b2297/importcfg << 'EOF' # internal
2025-08-20T23:00:43.5994869Z [00:03:05.860]➜  # import config
2025-08-20T23:00:43.5995213Z [00:03:05.860]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.5995530Z [00:03:05.860]➜  EOF
2025-08-20T23:00:43.5998196Z [00:03:05.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2297/_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/b2297=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto -lang=go1.22 -complete -installsuffix shared -buildid xDp1uYCnw2q14t_bo6ny/xDp1uYCnw2q14t_bo6ny -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/appliesto/appliesto.go
2025-08-20T23:00:43.6095469Z [00:03:05.870]➜  go tool buildid -w $WORK/b2285/_pkg_.a # internal
2025-08-20T23:00:43.6125864Z [00:03:05.873]➜  cp $WORK/b2285/_pkg_.a /root/.cache/go-build/0a/0ae6e86e4eb6bbf69220283a1f1ac1d4a962cfe34ac20d771f25baaa7dae0b91-d # internal
2025-08-20T23:00:43.6229503Z [00:03:05.884]➜  github.com/elastic/go-elasticsearch/v8/esapi
2025-08-20T23:00:43.6230182Z [00:03:05.884]➜  mkdir -p $WORK/b2287/
2025-08-20T23:00:43.6232516Z [00:03:05.884]➜  cat >/tmp/go-build2180205415/b2287/importcfg << 'EOF' # internal
2025-08-20T23:00:43.6232904Z [00:03:05.884]➜  # import config
2025-08-20T23:00:43.6233252Z [00:03:05.884]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:43.6234043Z [00:03:05.884]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:43.6234474Z [00:03:05.884]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:43.6234887Z [00:03:05.884]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:43.6235629Z [00:03:05.884]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:43.6236619Z [00:03:05.884]➜  packagefile github.com/elastic/go-elasticsearch/v8/internal/version=/tmp/go-build2180205415/b2288/_pkg_.a
2025-08-20T23:00:43.6237198Z [00:03:05.884]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:43.6237620Z [00:03:05.884]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:43.6238054Z [00:03:05.884]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:43.6238483Z [00:03:05.884]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:43.6238923Z [00:03:05.884]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.6239340Z [00:03:05.884]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:43.6239643Z [00:03:05.884]➜  EOF
2025-08-20T23:00:43.6486231Z [00:03:05.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2287/_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/b2287=>" -p github.com/elastic/go-elasticsearch/v8/esapi -lang=go1.22 -complete -installsuffix shared -buildid va0jUfPcJLuhWsA0X1ZX/va0jUfPcJLuhWsA0X1ZX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2287/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:00:43.6668388Z [00:03:05.886]➜  go tool buildid -w $WORK/b2297/_pkg_.a # internal
2025-08-20T23:00:43.6669448Z [00:03:05.886]➜  cp $WORK/b2297/_pkg_.a /root/.cache/go-build/f8/f8dc17c65f544a8d40a2ef421b685ed9f3450d72cef971097f57864b852be6dc-d # internal
2025-08-20T23:00:43.6670266Z [00:03:05.886]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner
2025-08-20T23:00:43.6670708Z [00:03:05.886]➜  mkdir -p $WORK/b2298/
2025-08-20T23:00:43.6671103Z [00:03:05.886]➜  cat >/tmp/go-build2180205415/b2298/importcfg << 'EOF' # internal
2025-08-20T23:00:43.6671455Z [00:03:05.886]➜  # import config
2025-08-20T23:00:43.6671803Z [00:03:05.886]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.6672121Z [00:03:05.886]➜  EOF
2025-08-20T23:00:43.6674727Z [00:03:05.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2298/_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/b2298=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner -lang=go1.22 -complete -installsuffix shared -buildid o6-2Ox0dVyZ5NYKLA_68/o6-2Ox0dVyZ5NYKLA_68 -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/boundaryscanner/boundaryscanner.go
2025-08-20T23:00:43.6681660Z [00:03:05.924]➜  go tool buildid -w $WORK/b2298/_pkg_.a # internal
2025-08-20T23:00:43.6682343Z [00:03:05.925]➜  cp $WORK/b2298/_pkg_.a /root/.cache/go-build/f6/f65843662655ca8490ebca26851b91c11ac61e8f49f1e5c7d4d30544572d19a3-d # internal
2025-08-20T23:00:43.6683060Z [00:03:05.925]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval
2025-08-20T23:00:43.6683497Z [00:03:05.925]➜  mkdir -p $WORK/b2299/
2025-08-20T23:00:43.6683870Z [00:03:05.925]➜  cat >/tmp/go-build2180205415/b2299/importcfg << 'EOF' # internal
2025-08-20T23:00:43.6684216Z [00:03:05.925]➜  # import config
2025-08-20T23:00:43.6684566Z [00:03:05.925]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.6684888Z [00:03:05.925]➜  EOF
2025-08-20T23:00:43.6687938Z [00:03:05.925]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2299/_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/b2299=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval -lang=go1.22 -complete -installsuffix shared -buildid EF9VDWbnMfdZf6pljiMo/EF9VDWbnMfdZf6pljiMo -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/calendarinterval/calendarinterval.go
2025-08-20T23:00:43.6850052Z [00:03:05.946]➜  go tool buildid -w $WORK/b2299/_pkg_.a # internal
2025-08-20T23:00:43.6852914Z [00:03:05.946]➜  cp $WORK/b2299/_pkg_.a /root/.cache/go-build/39/3914c883a8117c9a191eb41fb8e6d79228741840741e15e8b465f106df49d5c7-d # internal
2025-08-20T23:00:43.6853826Z [00:03:05.946]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode
2025-08-20T23:00:43.6854405Z [00:03:05.946]➜  mkdir -p $WORK/b2300/
2025-08-20T23:00:43.6857311Z [00:03:05.947]➜  cat >/tmp/go-build2180205415/b2300/importcfg << 'EOF' # internal
2025-08-20T23:00:43.6857713Z [00:03:05.947]➜  # import config
2025-08-20T23:00:43.6858074Z [00:03:05.947]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.6858391Z [00:03:05.947]➜  EOF
2025-08-20T23:00:43.6873116Z [00:03:05.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2300/_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/b2300=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode -lang=go1.22 -complete -installsuffix shared -buildid OVNVHUdikO39atDWK196/OVNVHUdikO39atDWK196 -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/cardinalityexecutionmode/cardinalityexecutionmode.go
2025-08-20T23:00:43.7141225Z [00:03:05.975]➜  go tool buildid -w $WORK/b2300/_pkg_.a # internal
2025-08-20T23:00:43.7149106Z [00:03:05.976]➜  cp $WORK/b2300/_pkg_.a /root/.cache/go-build/5b/5ba2e70a542d44fd172f918f12dd4b664b099343560002e92ebef43d2d39c32d-d # internal
2025-08-20T23:00:43.7156633Z [00:03:05.977]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn
2025-08-20T23:00:43.7157211Z [00:03:05.977]➜  mkdir -p $WORK/b2301/
2025-08-20T23:00:43.7164538Z [00:03:05.978]➜  cat >/tmp/go-build2180205415/b2301/importcfg << 'EOF' # internal
2025-08-20T23:00:43.7164941Z [00:03:05.978]➜  # import config
2025-08-20T23:00:43.7165317Z [00:03:05.978]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.7165642Z [00:03:05.978]➜  EOF
2025-08-20T23:00:43.7173596Z [00:03:05.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2301/_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/b2301=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn -lang=go1.22 -complete -installsuffix shared -buildid aUug6-J3cMGEGttKl3lH/aUug6-J3cMGEGttKl3lH -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/catanomalydetectorcolumn/catanomalydetectorcolumn.go
2025-08-20T23:00:43.7684333Z [00:03:06.029]➜  go tool buildid -w $WORK/b2301/_pkg_.a # internal
2025-08-20T23:00:43.7763750Z [00:03:06.037]➜  cp $WORK/b2301/_pkg_.a /root/.cache/go-build/59/59073d848df71cc37f1193774b75b2c72ee826363d60e03890209497327bd644-d # internal
2025-08-20T23:00:43.7766108Z [00:03:06.038]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn
2025-08-20T23:00:43.7766597Z [00:03:06.038]➜  mkdir -p $WORK/b2302/
2025-08-20T23:00:43.7769227Z [00:03:06.038]➜  cat >/tmp/go-build2180205415/b2302/importcfg << 'EOF' # internal
2025-08-20T23:00:43.7769963Z [00:03:06.038]➜  # import config
2025-08-20T23:00:43.7770317Z [00:03:06.038]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.7770642Z [00:03:06.038]➜  EOF
2025-08-20T23:00:43.7791894Z [00:03:06.040]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2302/_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/b2302=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn -lang=go1.22 -complete -installsuffix shared -buildid GpaPFOtdn3cpJ9e0S34W/GpaPFOtdn3cpJ9e0S34W -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/catdatafeedcolumn/catdatafeedcolumn.go
2025-08-20T23:00:43.7983512Z [00:03:06.059]➜  go tool buildid -w $WORK/b2302/_pkg_.a # internal
2025-08-20T23:00:43.7990495Z [00:03:06.060]➜  cp $WORK/b2302/_pkg_.a /root/.cache/go-build/4c/4cfb26fa24c20e52d41622218416bcb233f851a75c372e09d81ced4362203060-d # internal
2025-08-20T23:00:43.7993896Z [00:03:06.060]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn
2025-08-20T23:00:43.7994449Z [00:03:06.060]➜  mkdir -p $WORK/b2303/
2025-08-20T23:00:43.7997396Z [00:03:06.061]➜  cat >/tmp/go-build2180205415/b2303/importcfg << 'EOF' # internal
2025-08-20T23:00:43.7997837Z [00:03:06.061]➜  # import config
2025-08-20T23:00:43.7998436Z [00:03:06.061]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.7998830Z [00:03:06.061]➜  EOF
2025-08-20T23:00:43.8006611Z [00:03:06.062]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2303/_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/b2303=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn -lang=go1.22 -complete -installsuffix shared -buildid 4qNZFW-S6SzxFKK6JXd3/4qNZFW-S6SzxFKK6JXd3 -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/catdfacolumn/catdfacolumn.go
2025-08-20T23:00:43.8267002Z [00:03:06.088]➜  go tool buildid -w $WORK/b2303/_pkg_.a # internal
2025-08-20T23:00:43.8270591Z [00:03:06.088]➜  cp $WORK/b2303/_pkg_.a /root/.cache/go-build/ec/ecf98936321e7a92d3ecc834bb19f6cb09ea5873af23fffc3e6096057e4fd3a0-d # internal
2025-08-20T23:00:43.8272475Z [00:03:06.088]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus
2025-08-20T23:00:43.8273338Z [00:03:06.088]➜  mkdir -p $WORK/b2304/
2025-08-20T23:00:43.8278169Z [00:03:06.089]➜  cat >/tmp/go-build2180205415/b2304/importcfg << 'EOF' # internal
2025-08-20T23:00:43.8278899Z [00:03:06.089]➜  # import config
2025-08-20T23:00:43.8279278Z [00:03:06.089]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.8279608Z [00:03:06.089]➜  EOF
2025-08-20T23:00:43.8282371Z [00:03:06.089]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2304/_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/b2304=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus -lang=go1.22 -complete -installsuffix shared -buildid Wc8M9KUh3z1jNAsocMRS/Wc8M9KUh3z1jNAsocMRS -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/categorizationstatus/categorizationstatus.go
2025-08-20T23:00:43.8480427Z [00:03:06.109]➜  go tool buildid -w $WORK/b2304/_pkg_.a # internal
2025-08-20T23:00:43.8489174Z [00:03:06.110]➜  cp $WORK/b2304/_pkg_.a /root/.cache/go-build/b0/b0d1ab25f62ba261662860c60dca160ec538d6b18ca66d956c1a8254fcf7415c-d # internal
2025-08-20T23:00:43.8491310Z [00:03:06.110]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn
2025-08-20T23:00:43.8491783Z [00:03:06.110]➜  mkdir -p $WORK/b2305/
2025-08-20T23:00:43.8492350Z [00:03:06.110]➜  cat >/tmp/go-build2180205415/b2305/importcfg << 'EOF' # internal
2025-08-20T23:00:43.8492770Z [00:03:06.110]➜  # import config
2025-08-20T23:00:43.8493126Z [00:03:06.110]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.8493447Z [00:03:06.110]➜  EOF
2025-08-20T23:00:43.8498266Z [00:03:06.110]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2305/_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/b2305=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn -lang=go1.22 -complete -installsuffix shared -buildid fssda8a_cYL0C5QD-Xxx/fssda8a_cYL0C5QD-Xxx -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/cattrainedmodelscolumn/cattrainedmodelscolumn.go
2025-08-20T23:00:43.9048430Z [00:03:06.165]➜  go tool buildid -w $WORK/b2305/_pkg_.a # internal
2025-08-20T23:00:43.9051126Z [00:03:06.165]➜  cp $WORK/b2305/_pkg_.a /root/.cache/go-build/df/df8e03cb14037a16df644fa283710654585cc9eadc7f42054d76aca62e0a75ca-d # internal
2025-08-20T23:00:43.9055176Z [00:03:06.165]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn
2025-08-20T23:00:43.9055693Z [00:03:06.166]➜  mkdir -p $WORK/b2306/
2025-08-20T23:00:43.9056284Z [00:03:06.166]➜  cat >/tmp/go-build2180205415/b2306/importcfg << 'EOF' # internal
2025-08-20T23:00:43.9056665Z [00:03:06.166]➜  # import config
2025-08-20T23:00:43.9057020Z [00:03:06.166]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.9057358Z [00:03:06.166]➜  EOF
2025-08-20T23:00:43.9060067Z [00:03:06.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2306/_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/b2306=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn -lang=go1.22 -complete -installsuffix shared -buildid flLIuat9p07lkFwtix-a/flLIuat9p07lkFwtix-a -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/cattransformcolumn/cattransformcolumn.go
2025-08-20T23:00:43.9364983Z [00:03:06.197]➜  go tool buildid -w $WORK/b2306/_pkg_.a # internal
2025-08-20T23:00:43.9375483Z [00:03:06.198]➜  cp $WORK/b2306/_pkg_.a /root/.cache/go-build/0a/0aa2a3cf3e2c2ddb51f91425b87dac55ca6f69dd9401f925a9ed837707793a10-d # internal
2025-08-20T23:00:43.9376427Z [00:03:06.198]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode
2025-08-20T23:00:43.9376855Z [00:03:06.198]➜  mkdir -p $WORK/b2307/
2025-08-20T23:00:43.9377240Z [00:03:06.198]➜  cat >/tmp/go-build2180205415/b2307/importcfg << 'EOF' # internal
2025-08-20T23:00:43.9377601Z [00:03:06.198]➜  # import config
2025-08-20T23:00:43.9377949Z [00:03:06.198]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.9378269Z [00:03:06.198]➜  EOF
2025-08-20T23:00:43.9380865Z [00:03:06.198]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2307/_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/b2307=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode -lang=go1.22 -complete -installsuffix shared -buildid joviSjRugtNMztRB5ofC/joviSjRugtNMztRB5ofC -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/childscoremode/childscoremode.go
2025-08-20T23:00:43.9633467Z [00:03:06.224]➜  go tool buildid -w $WORK/b2307/_pkg_.a # internal
2025-08-20T23:00:43.9638182Z [00:03:06.225]➜  cp $WORK/b2307/_pkg_.a /root/.cache/go-build/6f/6f4c200d3b1bf797a48aac304e79ff9f834b7929c80ae6e148f05d19b796d115-d # internal
2025-08-20T23:00:43.9651665Z [00:03:06.225]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode
2025-08-20T23:00:43.9652318Z [00:03:06.225]➜  mkdir -p $WORK/b2308/
2025-08-20T23:00:43.9655156Z [00:03:06.225]➜  cat >/tmp/go-build2180205415/b2308/importcfg << 'EOF' # internal
2025-08-20T23:00:43.9655521Z [00:03:06.225]➜  # import config
2025-08-20T23:00:43.9656007Z [00:03:06.225]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.9656415Z [00:03:06.225]➜  EOF
2025-08-20T23:00:43.9659180Z [00:03:06.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2308/_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/b2308=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode -lang=go1.22 -complete -installsuffix shared -buildid _Ckcu6TSApk0rq7Kne-k/_Ckcu6TSApk0rq7Kne-k -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/chunkingmode/chunkingmode.go
2025-08-20T23:00:43.9796020Z [00:03:06.240]➜  go tool buildid -w $WORK/b2308/_pkg_.a # internal
2025-08-20T23:00:43.9801785Z [00:03:06.241]➜  cp $WORK/b2308/_pkg_.a /root/.cache/go-build/42/42c22c294f9a3bfe87d77e94ea419a66b05bf82a104edda1b976da617bcc7f77-d # internal
2025-08-20T23:00:43.9803725Z [00:03:06.241]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget
2025-08-20T23:00:43.9804186Z [00:03:06.241]➜  mkdir -p $WORK/b2309/
2025-08-20T23:00:43.9804573Z [00:03:06.241]➜  cat >/tmp/go-build2180205415/b2309/importcfg << 'EOF' # internal
2025-08-20T23:00:43.9805075Z [00:03:06.242]➜  # import config
2025-08-20T23:00:43.9805548Z [00:03:06.242]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.9806498Z [00:03:06.242]➜  EOF
2025-08-20T23:00:43.9809449Z [00:03:06.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2309/_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/b2309=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget -lang=go1.22 -complete -installsuffix shared -buildid L1abZRj2y3Y49gu_8Mqn/L1abZRj2y3Y49gu_8Mqn -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/clusterinfotarget/clusterinfotarget.go
2025-08-20T23:00:43.9946948Z [00:03:06.254]➜  go tool buildid -w $WORK/b2309/_pkg_.a # internal
2025-08-20T23:00:43.9948307Z [00:03:06.255]➜  cp $WORK/b2309/_pkg_.a /root/.cache/go-build/31/311be9eb2f36caa1a3f82959a607b271ecb0fafbb84c46b501a9caf234bee6a9-d # internal
2025-08-20T23:00:43.9949094Z [00:03:06.255]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege
2025-08-20T23:00:43.9949533Z [00:03:06.255]➜  mkdir -p $WORK/b2310/
2025-08-20T23:00:43.9949920Z [00:03:06.255]➜  cat >/tmp/go-build2180205415/b2310/importcfg << 'EOF' # internal
2025-08-20T23:00:43.9950269Z [00:03:06.255]➜  # import config
2025-08-20T23:00:43.9950616Z [00:03:06.255]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:43.9950933Z [00:03:06.255]➜  EOF
2025-08-20T23:00:43.9953838Z [00:03:06.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2310/_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/b2310=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege -lang=go1.22 -complete -installsuffix shared -buildid Z-Om2Le1jzdS1hK7eF88/Z-Om2Le1jzdS1hK7eF88 -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/clusterprivilege/clusterprivilege.go
2025-08-20T23:00:44.0239064Z [00:03:06.285]➜  go tool buildid -w $WORK/b2310/_pkg_.a # internal
2025-08-20T23:00:44.0254964Z [00:03:06.286]➜  cp $WORK/b2310/_pkg_.a /root/.cache/go-build/e7/e7b7c0f654aa9f1a69ba0154f7823e9ee4ad1f0c7ac5665d338afb9ca468f67c-d # internal
2025-08-20T23:00:44.0257845Z [00:03:06.286]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus
2025-08-20T23:00:44.0258401Z [00:03:06.287]➜  mkdir -p $WORK/b2311/
2025-08-20T23:00:44.0266168Z [00:03:06.288]➜  cat >/tmp/go-build2180205415/b2311/importcfg << 'EOF' # internal
2025-08-20T23:00:44.0267016Z [00:03:06.288]➜  # import config
2025-08-20T23:00:44.0267526Z [00:03:06.288]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.0267977Z [00:03:06.288]➜  EOF
2025-08-20T23:00:44.0279770Z [00:03:06.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2311/_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/b2311=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus -lang=go1.22 -complete -installsuffix shared -buildid BvAq-iHZ11rxh9SV0srI/BvAq-iHZ11rxh9SV0srI -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/clustersearchstatus/clustersearchstatus.go
2025-08-20T23:00:44.0398839Z [00:03:06.301]➜  go tool buildid -w $WORK/b2311/_pkg_.a # internal
2025-08-20T23:00:44.0404527Z [00:03:06.301]➜  cp $WORK/b2311/_pkg_.a /root/.cache/go-build/6b/6b4c7098859f5971ab8c67a75f655e1971699d2368d714160dd224783ae88873-d # internal
2025-08-20T23:00:44.0407179Z [00:03:06.302]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator
2025-08-20T23:00:44.0411550Z [00:03:06.302]➜  mkdir -p $WORK/b2312/
2025-08-20T23:00:44.0412735Z [00:03:06.302]➜  cat >/tmp/go-build2180205415/b2312/importcfg << 'EOF' # internal
2025-08-20T23:00:44.0414351Z [00:03:06.302]➜  # import config
2025-08-20T23:00:44.0415206Z [00:03:06.303]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.0415583Z [00:03:06.303]➜  EOF
2025-08-20T23:00:44.0418531Z [00:03:06.303]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2312/_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/b2312=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator -lang=go1.22 -complete -installsuffix shared -buildid 5FCIQuTkiCZRUrRoWnqm/5FCIQuTkiCZRUrRoWnqm -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/combinedfieldsoperator/combinedfieldsoperator.go
2025-08-20T23:00:44.0529581Z [00:03:06.314]➜  go tool buildid -w $WORK/b2312/_pkg_.a # internal
2025-08-20T23:00:44.0530292Z [00:03:06.314]➜  cp $WORK/b2312/_pkg_.a /root/.cache/go-build/74/74112780603b05291defb3761b9aa1f1d591c56e884f396b427442fa0036bf47-d # internal
2025-08-20T23:00:44.0535035Z [00:03:06.314]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms
2025-08-20T23:00:44.0535526Z [00:03:06.314]➜  mkdir -p $WORK/b2313/
2025-08-20T23:00:44.0536315Z [00:03:06.314]➜  cat >/tmp/go-build2180205415/b2313/importcfg << 'EOF' # internal
2025-08-20T23:00:44.0536665Z [00:03:06.314]➜  # import config
2025-08-20T23:00:44.0537008Z [00:03:06.314]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.0537325Z [00:03:06.314]➜  EOF
2025-08-20T23:00:44.0540258Z [00:03:06.315]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2313/_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/b2313=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms -lang=go1.22 -complete -installsuffix shared -buildid GWIeva9j9YW9gAASkpwj/GWIeva9j9YW9gAASkpwj -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/combinedfieldszeroterms/combinedfieldszeroterms.go
2025-08-20T23:00:44.0555584Z [00:03:06.316]➜  go tool buildid -w $WORK/b1978/_pkg_.a # internal
2025-08-20T23:00:44.0661564Z [00:03:06.327]➜  go tool buildid -w $WORK/b2313/_pkg_.a # internal
2025-08-20T23:00:44.0680389Z [00:03:06.329]➜  cp $WORK/b2313/_pkg_.a /root/.cache/go-build/5b/5bfc752fe27f2545bdbb20bf977dc0a073cddaa74a6d4390b203ffbc9df300a1-d # internal
2025-08-20T23:00:44.0681211Z [00:03:06.329]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop
2025-08-20T23:00:44.0681628Z [00:03:06.329]➜  mkdir -p $WORK/b2314/
2025-08-20T23:00:44.0682245Z [00:03:06.329]➜  cat >/tmp/go-build2180205415/b2314/importcfg << 'EOF' # internal
2025-08-20T23:00:44.0682669Z [00:03:06.329]➜  # import config
2025-08-20T23:00:44.0683014Z [00:03:06.329]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.0683344Z [00:03:06.329]➜  EOF
2025-08-20T23:00:44.0686105Z [00:03:06.329]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2314/_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/b2314=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop -lang=go1.22 -complete -installsuffix shared -buildid AOQ1jCHmijq25ZnJP4qD/AOQ1jCHmijq25ZnJP4qD -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/conditionop/conditionop.go
2025-08-20T23:00:44.0785091Z [00:03:06.339]➜  go tool buildid -w $WORK/b2314/_pkg_.a # internal
2025-08-20T23:00:44.0804068Z [00:03:06.341]➜  cp $WORK/b2314/_pkg_.a /root/.cache/go-build/c4/c4294fc1d341a7d2ab18b10964f1cc30ccade67d6e2d773b8291b7d1b0b23243-d # internal
2025-08-20T23:00:44.0822091Z [00:03:06.343]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator
2025-08-20T23:00:44.0822845Z [00:03:06.343]➜  mkdir -p $WORK/b2315/
2025-08-20T23:00:44.0823235Z [00:03:06.343]➜  cat >/tmp/go-build2180205415/b2315/importcfg << 'EOF' # internal
2025-08-20T23:00:44.0823579Z [00:03:06.343]➜  # import config
2025-08-20T23:00:44.0823921Z [00:03:06.343]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.0824239Z [00:03:06.343]➜  EOF
2025-08-20T23:00:44.0827005Z [00:03:06.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2315/_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/b2315=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator -lang=go1.22 -complete -installsuffix shared -buildid 0ZuoB75ynoyJ3LUbamKI/0ZuoB75ynoyJ3LUbamKI -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/conditionoperator/conditionoperator.go
2025-08-20T23:00:44.0853619Z [00:03:06.346]➜  cp $WORK/b1978/_pkg_.a /root/.cache/go-build/9a/9ace398b4f92f2802292a3ac3dc5c7d65cb2039df02c6a14f631f1980ef80019-d # internal
2025-08-20T23:00:44.0854321Z [00:03:06.346]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/gcs
2025-08-20T23:00:44.0854938Z [00:03:06.346]➜  mkdir -p $WORK/b1977/
2025-08-20T23:00:44.0855373Z [00:03:06.346]➜  cat >/tmp/go-build2180205415/b1977/importcfg << 'EOF' # internal
2025-08-20T23:00:44.0855721Z [00:03:06.346]➜  # import config
2025-08-20T23:00:44.0856425Z [00:03:06.346]➜  packagefile cloud.google.com/go/storage=/tmp/go-build2180205415/b1978/_pkg_.a
2025-08-20T23:00:44.0856926Z [00:03:06.346]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:44.0857372Z [00:03:06.346]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:44.0857809Z [00:03:06.346]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:44.0858292Z [00:03:06.346]➜  packagefile github.com/go-errors/errors=/tmp/go-build2180205415/b801/_pkg_.a
2025-08-20T23:00:44.0858833Z [00:03:06.346]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T23:00:44.0859356Z [00:03:06.346]➜  packagefile github.com/gobwas/glob=/tmp/go-build2180205415/b792/_pkg_.a
2025-08-20T23:00:44.0859920Z [00:03:06.346]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2180205415/b434/_pkg_.a
2025-08-20T23:00:44.0860480Z [00:03:06.346]➜  packagefile github.com/pkg/errors=/tmp/go-build2180205415/b568/_pkg_.a
2025-08-20T23:00:44.0861302Z [00:03:06.346]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache=/tmp/go-build2180205415/b2156/_pkg_.a
2025-08-20T23:00:44.0862156Z [00:03:06.346]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:44.0862930Z [00:03:06.346]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:44.0863685Z [00:03:06.346]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:44.0864448Z [00:03:06.346]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build2180205415/b802/_pkg_.a
2025-08-20T23:00:44.0865196Z [00:03:06.346]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build2180205415/b225/_pkg_.a
2025-08-20T23:00:44.0866118Z [00:03:06.346]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb=/tmp/go-build2180205415/b624/_pkg_.a
2025-08-20T23:00:44.0867024Z [00:03:06.346]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:44.0867844Z [00:03:06.346]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:44.0868823Z [00:03:06.346]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:44.0869457Z [00:03:06.346]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T23:00:44.0870004Z [00:03:06.346]➜  packagefile golang.org/x/oauth2/endpoints=/tmp/go-build2180205415/b1352/_pkg_.a
2025-08-20T23:00:44.0870658Z [00:03:06.346]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:44.0871295Z [00:03:06.346]➜  packagefile google.golang.org/api/iterator=/tmp/go-build2180205415/b450/_pkg_.a
2025-08-20T23:00:44.0871869Z [00:03:06.346]➜  packagefile google.golang.org/api/option=/tmp/go-build2180205415/b451/_pkg_.a
2025-08-20T23:00:44.0872446Z [00:03:06.346]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:44.0873089Z [00:03:06.346]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:44.0873622Z [00:03:06.346]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:44.0874205Z [00:03:06.346]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:44.0874617Z [00:03:06.346]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:44.0875026Z [00:03:06.346]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:44.0875460Z [00:03:06.346]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:44.0883306Z [00:03:06.346]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.0883857Z [00:03:06.346]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:44.0884313Z [00:03:06.346]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:44.0884748Z [00:03:06.346]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:44.0885050Z [00:03:06.346]➜  EOF
2025-08-20T23:00:44.0887232Z [00:03:06.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1977/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gcs=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/gcs;$WORK/b1977=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/gcs -lang=go1.24 -complete -installsuffix shared -buildid Pv1rlhAhYBepNIgsF5S7/Pv1rlhAhYBepNIgsF5S7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1977/importcfg -pack ./pkg/sources/gcs/gcs.go ./pkg/sources/gcs/gcs_manager.go
2025-08-20T23:00:44.0966865Z [00:03:06.356]➜  go tool buildid -w $WORK/b2315/_pkg_.a # internal
2025-08-20T23:00:44.0967882Z [00:03:06.356]➜  cp $WORK/b2315/_pkg_.a /root/.cache/go-build/69/69450fabf80a88ed93dbb60e5451038249af4eb29ed87197cd2449d8f9374e17-d # internal
2025-08-20T23:00:44.0981756Z [00:03:06.358]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype
2025-08-20T23:00:44.0991549Z [00:03:06.358]➜  mkdir -p $WORK/b2316/
2025-08-20T23:00:44.0991988Z [00:03:06.359]➜  cat >/tmp/go-build2180205415/b2316/importcfg << 'EOF' # internal
2025-08-20T23:00:44.0992367Z [00:03:06.359]➜  # import config
2025-08-20T23:00:44.0992717Z [00:03:06.359]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.0993034Z [00:03:06.359]➜  EOF
2025-08-20T23:00:44.0995614Z [00:03:06.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2316/_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/b2316=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype -lang=go1.22 -complete -installsuffix shared -buildid tboJ83MUUSX1kQHcuTtF/tboJ83MUUSX1kQHcuTtF -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/conditiontype/conditiontype.go
2025-08-20T23:00:44.1243465Z [00:03:06.385]➜  go tool buildid -w $WORK/b2316/_pkg_.a # internal
2025-08-20T23:00:44.1255176Z [00:03:06.385]➜  cp $WORK/b2316/_pkg_.a /root/.cache/go-build/08/08d8e556eae8010ddf52cdb5f0658b1e27e148793ae6983208f7a2aceba981e8-d # internal
2025-08-20T23:00:44.1256106Z [00:03:06.386]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme
2025-08-20T23:00:44.1256586Z [00:03:06.386]➜  mkdir -p $WORK/b2317/
2025-08-20T23:00:44.1256964Z [00:03:06.386]➜  cat >/tmp/go-build2180205415/b2317/importcfg << 'EOF' # internal
2025-08-20T23:00:44.1257547Z [00:03:06.386]➜  # import config
2025-08-20T23:00:44.1257956Z [00:03:06.386]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.1258278Z [00:03:06.386]➜  EOF
2025-08-20T23:00:44.1260918Z [00:03:06.386]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2317/_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/b2317=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme -lang=go1.22 -complete -installsuffix shared -buildid 1LFincO1XCsPIIgsZiUC/1LFincO1XCsPIIgsZiUC -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/connectionscheme/connectionscheme.go
2025-08-20T23:00:44.1387237Z [00:03:06.399]➜  go tool buildid -w $WORK/b2317/_pkg_.a # internal
2025-08-20T23:00:44.1388141Z [00:03:06.399]➜  cp $WORK/b2317/_pkg_.a /root/.cache/go-build/4f/4f7b4add44aef888c1afdd95263afc94f58c3a4afdb416de6088e016e42230fb-d # internal
2025-08-20T23:00:44.1388912Z [00:03:06.399]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype
2025-08-20T23:00:44.1389342Z [00:03:06.400]➜  mkdir -p $WORK/b2318/
2025-08-20T23:00:44.1394702Z [00:03:06.400]➜  cat >/tmp/go-build2180205415/b2318/importcfg << 'EOF' # internal
2025-08-20T23:00:44.1395179Z [00:03:06.400]➜  # import config
2025-08-20T23:00:44.1395557Z [00:03:06.400]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.1396036Z [00:03:06.400]➜  EOF
2025-08-20T23:00:44.1399000Z [00:03:06.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2318/_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/b2318=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype -lang=go1.22 -complete -installsuffix shared -buildid ox8x0mo8hKFl0oZJq6yj/ox8x0mo8hKFl0oZJq6yj -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/connectorfieldtype/connectorfieldtype.go
2025-08-20T23:00:44.1494526Z [00:03:06.410]➜  go tool buildid -w $WORK/b2318/_pkg_.a # internal
2025-08-20T23:00:44.1499139Z [00:03:06.411]➜  cp $WORK/b2318/_pkg_.a /root/.cache/go-build/fd/fd558da2dc468aa631b32cf63cd848370b34c98fdd0d23d181b689de1b116103-d # internal
2025-08-20T23:00:44.1503128Z [00:03:06.411]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus
2025-08-20T23:00:44.1503569Z [00:03:06.411]➜  mkdir -p $WORK/b2319/
2025-08-20T23:00:44.1506205Z [00:03:06.412]➜  cat >/tmp/go-build2180205415/b2319/importcfg << 'EOF' # internal
2025-08-20T23:00:44.1506914Z [00:03:06.412]➜  # import config
2025-08-20T23:00:44.1508244Z [00:03:06.412]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.1509123Z [00:03:06.412]➜  EOF
2025-08-20T23:00:44.1512020Z [00:03:06.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2319/_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/b2319=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus -lang=go1.22 -complete -installsuffix shared -buildid UklVXumYJVW9m7-Xq9oB/UklVXumYJVW9m7-Xq9oB -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/connectorstatus/connectorstatus.go
2025-08-20T23:00:44.1626940Z [00:03:06.424]➜  go tool buildid -w $WORK/b2319/_pkg_.a # internal
2025-08-20T23:00:44.1632113Z [00:03:06.424]➜  cp $WORK/b2319/_pkg_.a /root/.cache/go-build/6b/6b930be4ebfa2b26bbee732e99844244f7fc7a5684b8b8013ed8877ced1d1789-d # internal
2025-08-20T23:00:44.1634192Z [00:03:06.425]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype
2025-08-20T23:00:44.1635402Z [00:03:06.425]➜  mkdir -p $WORK/b2320/
2025-08-20T23:00:44.1639032Z [00:03:06.425]➜  cat >/tmp/go-build2180205415/b2320/importcfg << 'EOF' # internal
2025-08-20T23:00:44.1639562Z [00:03:06.425]➜  # import config
2025-08-20T23:00:44.1640304Z [00:03:06.425]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.1641602Z [00:03:06.425]➜  EOF
2025-08-20T23:00:44.1644399Z [00:03:06.425]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2320/_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/b2320=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype -lang=go1.22 -complete -installsuffix shared -buildid gjyGMLz0_08bt9RW0R85/gjyGMLz0_08bt9RW0R85 -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/converttype/converttype.go
2025-08-20T23:00:44.1766635Z [00:03:06.438]➜  go tool buildid -w $WORK/b2320/_pkg_.a # internal
2025-08-20T23:00:44.1771369Z [00:03:06.438]➜  cp $WORK/b2320/_pkg_.a /root/.cache/go-build/be/be9b071c6b52a04dbff97ca5c44f3623b2c138f228254cde13a7e794c2303b00-d # internal
2025-08-20T23:00:44.1810223Z [00:03:06.442]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat
2025-08-20T23:00:44.1811209Z [00:03:06.442]➜  mkdir -p $WORK/b2321/
2025-08-20T23:00:44.1815947Z [00:03:06.443]➜  cat >/tmp/go-build2180205415/b2321/importcfg << 'EOF' # internal
2025-08-20T23:00:44.1817357Z [00:03:06.443]➜  # import config
2025-08-20T23:00:44.1818526Z [00:03:06.443]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.1819411Z [00:03:06.443]➜  EOF
2025-08-20T23:00:44.1822666Z [00:03:06.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2321/_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/b2321=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat -lang=go1.22 -complete -installsuffix shared -buildid EZZeQsi27aiTgb0V3pMT/EZZeQsi27aiTgb0V3pMT -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/dataattachmentformat/dataattachmentformat.go
2025-08-20T23:00:44.2094066Z [00:03:06.470]➜  go tool buildid -w $WORK/b2321/_pkg_.a # internal
2025-08-20T23:00:44.2095274Z [00:03:06.470]➜  cp $WORK/b2321/_pkg_.a /root/.cache/go-build/28/288360d47a3aef0944e6cdf8fef11a060ed0994e802d5d24581dd9f41f3fa7c4-d # internal
2025-08-20T23:00:44.2097377Z [00:03:06.471]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate
2025-08-20T23:00:44.2098096Z [00:03:06.471]➜  mkdir -p $WORK/b2322/
2025-08-20T23:00:44.2099018Z [00:03:06.471]➜  cat >/tmp/go-build2180205415/b2322/importcfg << 'EOF' # internal
2025-08-20T23:00:44.2099609Z [00:03:06.471]➜  # import config
2025-08-20T23:00:44.2101344Z [00:03:06.471]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.2101695Z [00:03:06.471]➜  EOF
2025-08-20T23:00:44.2104656Z [00:03:06.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2322/_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/b2322=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate -lang=go1.22 -complete -installsuffix shared -buildid d8mDd2IdigIwolKboLas/d8mDd2IdigIwolKboLas -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/datafeedstate/datafeedstate.go
2025-08-20T23:00:44.2229109Z [00:03:06.484]➜  go tool buildid -w $WORK/b2322/_pkg_.a # internal
2025-08-20T23:00:44.2232989Z [00:03:06.484]➜  cp $WORK/b2322/_pkg_.a /root/.cache/go-build/c6/c677919c7c2df8baffbdf4936443abaedcb2478f4ca046b5e6b0f346cdbcc47b-d # internal
2025-08-20T23:00:44.2235167Z [00:03:06.484]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate
2025-08-20T23:00:44.2236385Z [00:03:06.484]➜  mkdir -p $WORK/b2323/
2025-08-20T23:00:44.2237472Z [00:03:06.484]➜  cat >/tmp/go-build2180205415/b2323/importcfg << 'EOF' # internal
2025-08-20T23:00:44.2238124Z [00:03:06.484]➜  # import config
2025-08-20T23:00:44.2238727Z [00:03:06.484]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.2239715Z [00:03:06.484]➜  EOF
2025-08-20T23:00:44.2242606Z [00:03:06.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2323/_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/b2323=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate -lang=go1.22 -complete -installsuffix shared -buildid iKHmHBvqpjprY2-mqOHS/iKHmHBvqpjprY2-mqOHS -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/dataframestate/dataframestate.go
2025-08-20T23:00:44.2379598Z [00:03:06.499]➜  go tool buildid -w $WORK/b2323/_pkg_.a # internal
2025-08-20T23:00:44.2387654Z [00:03:06.500]➜  cp $WORK/b2323/_pkg_.a /root/.cache/go-build/54/54095741959098e3bcdd8812eb76b00357ec1fe3cfbb2dff5187cc300c0b311c-d # internal
2025-08-20T23:00:44.2389395Z [00:03:06.500]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day
2025-08-20T23:00:44.2390534Z [00:03:06.500]➜  mkdir -p $WORK/b2324/
2025-08-20T23:00:44.2391190Z [00:03:06.500]➜  cat >/tmp/go-build2180205415/b2324/importcfg << 'EOF' # internal
2025-08-20T23:00:44.2391723Z [00:03:06.500]➜  # import config
2025-08-20T23:00:44.2392407Z [00:03:06.500]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.2392930Z [00:03:06.500]➜  EOF
2025-08-20T23:00:44.2395418Z [00:03:06.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2324/_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/b2324=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day -lang=go1.22 -complete -installsuffix shared -buildid IBXdbkchZ39TfytGGYiC/IBXdbkchZ39TfytGGYiC -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/day/day.go
2025-08-20T23:00:44.2555728Z [00:03:06.517]➜  go tool buildid -w $WORK/b2324/_pkg_.a # internal
2025-08-20T23:00:44.2561077Z [00:03:06.517]➜  cp $WORK/b2324/_pkg_.a /root/.cache/go-build/88/88c6cc5d96d6cf1fd9ccf3580d769344090d55ec367b576f71d6a34b2712adac-d # internal
2025-08-20T23:00:44.2562261Z [00:03:06.517]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision
2025-08-20T23:00:44.2563186Z [00:03:06.517]➜  mkdir -p $WORK/b2325/
2025-08-20T23:00:44.2566918Z [00:03:06.518]➜  cat >/tmp/go-build2180205415/b2325/importcfg << 'EOF' # internal
2025-08-20T23:00:44.2567750Z [00:03:06.518]➜  # import config
2025-08-20T23:00:44.2568588Z [00:03:06.518]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.2569417Z [00:03:06.518]➜  EOF
2025-08-20T23:00:44.2572649Z [00:03:06.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2325/_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/b2325=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision -lang=go1.22 -complete -installsuffix shared -buildid 9GX2lOSHleHcLTCLfjp1/9GX2lOSHleHcLTCLfjp1 -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/decision/decision.go
2025-08-20T23:00:44.2719625Z [00:03:06.533]➜  go tool buildid -w $WORK/b2325/_pkg_.a # internal
2025-08-20T23:00:44.2724713Z [00:03:06.534]➜  cp $WORK/b2325/_pkg_.a /root/.cache/go-build/5c/5c4c07716f0a1bf4ac1e2e5675f57713fc4518c25b9c9bc8c1bd8f2c2cba1ffb-d # internal
2025-08-20T23:00:44.2737420Z [00:03:06.535]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding
2025-08-20T23:00:44.2738946Z [00:03:06.535]➜  mkdir -p $WORK/b2326/
2025-08-20T23:00:44.2741968Z [00:03:06.535]➜  cat >/tmp/go-build2180205415/b2326/importcfg << 'EOF' # internal
2025-08-20T23:00:44.2742700Z [00:03:06.535]➜  # import config
2025-08-20T23:00:44.2743449Z [00:03:06.535]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.2744006Z [00:03:06.535]➜  EOF
2025-08-20T23:00:44.2750953Z [00:03:06.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2326/_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/b2326=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding -lang=go1.22 -complete -installsuffix shared -buildid XlK5vnF22OBl9M5zQpk_/XlK5vnF22OBl9M5zQpk_ -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/delimitedpayloadencoding/delimitedpayloadencoding.go
2025-08-20T23:00:44.3002132Z [00:03:06.561]➜  go tool buildid -w $WORK/b2326/_pkg_.a # internal
2025-08-20T23:00:44.3009352Z [00:03:06.562]➜  cp $WORK/b2326/_pkg_.a /root/.cache/go-build/3a/3ad3d745adf93af32e3d277a6f25b9065dd6c6265c0ce3bb1091b6c05d25c2b6-d # internal
2025-08-20T23:00:44.3011164Z [00:03:06.562]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate
2025-08-20T23:00:44.3013728Z [00:03:06.562]➜  mkdir -p $WORK/b2327/
2025-08-20T23:00:44.3015894Z [00:03:06.563]➜  cat >/tmp/go-build2180205415/b2327/importcfg << 'EOF' # internal
2025-08-20T23:00:44.3017360Z [00:03:06.563]➜  # import config
2025-08-20T23:00:44.3018285Z [00:03:06.563]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.3019350Z [00:03:06.563]➜  EOF
2025-08-20T23:00:44.3022703Z [00:03:06.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2327/_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/b2327=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate -lang=go1.22 -complete -installsuffix shared -buildid e1rGbvPFVAiT1XkzNUtc/e1rGbvPFVAiT1XkzNUtc -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/deploymentallocationstate/deploymentallocationstate.go
2025-08-20T23:00:44.3222506Z [00:03:06.583]➜  go tool buildid -w $WORK/b2327/_pkg_.a # internal
2025-08-20T23:00:44.3226990Z [00:03:06.584]➜  cp $WORK/b2327/_pkg_.a /root/.cache/go-build/a5/a50bb7f8b79aca88be4bc00671279ed994cf0de91573870c381a8bce105daaf9-d # internal
2025-08-20T23:00:44.3227809Z [00:03:06.584]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate
2025-08-20T23:00:44.3228268Z [00:03:06.584]➜  mkdir -p $WORK/b2328/
2025-08-20T23:00:44.3229646Z [00:03:06.584]➜  cat >/tmp/go-build2180205415/b2328/importcfg << 'EOF' # internal
2025-08-20T23:00:44.3231509Z [00:03:06.584]➜  # import config
2025-08-20T23:00:44.3236856Z [00:03:06.584]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.3237821Z [00:03:06.584]➜  EOF
2025-08-20T23:00:44.3241311Z [00:03:06.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2328/_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/b2328=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate -lang=go1.22 -complete -installsuffix shared -buildid uYM9Yi3kAD_WiybDN1Qv/uYM9Yi3kAD_WiybDN1Qv -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/deploymentassignmentstate/deploymentassignmentstate.go
2025-08-20T23:00:44.3395946Z [00:03:06.601]➜  go tool buildid -w $WORK/b2328/_pkg_.a # internal
2025-08-20T23:00:44.3399836Z [00:03:06.601]➜  cp $WORK/b2328/_pkg_.a /root/.cache/go-build/04/041c735083f54880eaa7455d0437f1944d23cd35585abbaa416f3ee782f59d33-d # internal
2025-08-20T23:00:44.3403698Z [00:03:06.601]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel
2025-08-20T23:00:44.3405892Z [00:03:06.601]➜  mkdir -p $WORK/b2329/
2025-08-20T23:00:44.3406356Z [00:03:06.601]➜  cat >/tmp/go-build2180205415/b2329/importcfg << 'EOF' # internal
2025-08-20T23:00:44.3406731Z [00:03:06.601]➜  # import config
2025-08-20T23:00:44.3407078Z [00:03:06.602]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.3407422Z [00:03:06.602]➜  EOF
2025-08-20T23:00:44.3410075Z [00:03:06.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2329/_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/b2329=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel -lang=go1.22 -complete -installsuffix shared -buildid uJ4ZexlOFU32NvSbJ2s3/uJ4ZexlOFU32NvSbJ2s3 -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/deprecationlevel/deprecationlevel.go
2025-08-20T23:00:44.3526477Z [00:03:06.614]➜  go tool buildid -w $WORK/b2329/_pkg_.a # internal
2025-08-20T23:00:44.3534017Z [00:03:06.614]➜  cp $WORK/b2329/_pkg_.a /root/.cache/go-build/e4/e4f2b270f6460dce54f3f60fe409ae7aeb9791e48df9dacace76b301a8d48555-d # internal
2025-08-20T23:00:44.3535078Z [00:03:06.614]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure
2025-08-20T23:00:44.3535535Z [00:03:06.614]➜  mkdir -p $WORK/b2330/
2025-08-20T23:00:44.3536964Z [00:03:06.615]➜  cat >/tmp/go-build2180205415/b2330/importcfg << 'EOF' # internal
2025-08-20T23:00:44.3537760Z [00:03:06.615]➜  # import config
2025-08-20T23:00:44.3539784Z [00:03:06.615]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.3540210Z [00:03:06.615]➜  EOF
2025-08-20T23:00:44.3542993Z [00:03:06.615]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2330/_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/b2330=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure -lang=go1.22 -complete -installsuffix shared -buildid HLuE6eufQR2w8_RSbfDG/HLuE6eufQR2w8_RSbfDG -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/dfiindependencemeasure/dfiindependencemeasure.go
2025-08-20T23:00:44.3767828Z [00:03:06.638]➜  go tool buildid -w $WORK/b2330/_pkg_.a # internal
2025-08-20T23:00:44.3772562Z [00:03:06.638]➜  cp $WORK/b2330/_pkg_.a /root/.cache/go-build/c1/c1fef07e0d5993920994277e5d86589c5b32e402e933e4f025a066355f09c246-d # internal
2025-08-20T23:00:44.3773915Z [00:03:06.639]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect
2025-08-20T23:00:44.3777344Z [00:03:06.639]➜  mkdir -p $WORK/b2331/
2025-08-20T23:00:44.3778357Z [00:03:06.639]➜  cat >/tmp/go-build2180205415/b2331/importcfg << 'EOF' # internal
2025-08-20T23:00:44.3778722Z [00:03:06.639]➜  # import config
2025-08-20T23:00:44.3779089Z [00:03:06.639]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.3779660Z [00:03:06.639]➜  EOF
2025-08-20T23:00:44.3783573Z [00:03:06.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2331/_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/b2331=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect -lang=go1.22 -complete -installsuffix shared -buildid ZHajbd6kev8DESEoS2N8/ZHajbd6kev8DESEoS2N8 -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/dfraftereffect/dfraftereffect.go
2025-08-20T23:00:44.3980578Z [00:03:06.659]➜  go tool buildid -w $WORK/b2331/_pkg_.a # internal
2025-08-20T23:00:44.3985138Z [00:03:06.660]➜  cp $WORK/b2331/_pkg_.a /root/.cache/go-build/82/82322b972705cbfa3a162291d0d36ab3e02de4ff9c0e5e283e064b3f9631f87f-d # internal
2025-08-20T23:00:44.3986653Z [00:03:06.660]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel
2025-08-20T23:00:44.3989557Z [00:03:06.660]➜  mkdir -p $WORK/b2332/
2025-08-20T23:00:44.3990818Z [00:03:06.660]➜  cat >/tmp/go-build2180205415/b2332/importcfg << 'EOF' # internal
2025-08-20T23:00:44.3991800Z [00:03:06.660]➜  # import config
2025-08-20T23:00:44.3992447Z [00:03:06.660]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.3993062Z [00:03:06.660]➜  EOF
2025-08-20T23:00:44.3996360Z [00:03:06.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2332/_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/b2332=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel -lang=go1.22 -complete -installsuffix shared -buildid IIb0t6UjfOT7eST0H5Pn/IIb0t6UjfOT7eST0H5Pn -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/dfrbasicmodel/dfrbasicmodel.go
2025-08-20T23:00:44.4204316Z [00:03:06.681]➜  go tool buildid -w $WORK/b2332/_pkg_.a # internal
2025-08-20T23:00:44.4206261Z [00:03:06.682]➜  cp $WORK/b2332/_pkg_.a /root/.cache/go-build/52/5235b644d358716950224d65e9c91a1c8f8a8951471f8aab1c381538d2a06f78-d # internal
2025-08-20T23:00:44.4209227Z [00:03:06.682]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype
2025-08-20T23:00:44.4209665Z [00:03:06.682]➜  mkdir -p $WORK/b2333/
2025-08-20T23:00:44.4210064Z [00:03:06.682]➜  cat >/tmp/go-build2180205415/b2333/importcfg << 'EOF' # internal
2025-08-20T23:00:44.4210421Z [00:03:06.682]➜  # import config
2025-08-20T23:00:44.4210766Z [00:03:06.682]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.4211085Z [00:03:06.682]➜  EOF
2025-08-20T23:00:44.4213828Z [00:03:06.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2333/_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/b2333=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype -lang=go1.22 -complete -installsuffix shared -buildid OxH-G6ZXKhDJ9wDBQGhC/OxH-G6ZXKhDJ9wDBQGhC -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/displaytype/displaytype.go
2025-08-20T23:00:44.4447801Z [00:03:06.706]➜  go tool buildid -w $WORK/b2333/_pkg_.a # internal
2025-08-20T23:00:44.4456856Z [00:03:06.706]➜  cp $WORK/b2333/_pkg_.a /root/.cache/go-build/07/071a6e6a4d74ac3e64529103a4e69b2dca899f43ac09101436d03d1ab002616d-d # internal
2025-08-20T23:00:44.4457602Z [00:03:06.706]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit
2025-08-20T23:00:44.4458041Z [00:03:06.706]➜  mkdir -p $WORK/b2334/
2025-08-20T23:00:44.4458735Z [00:03:06.706]➜  cat >/tmp/go-build2180205415/b2334/importcfg << 'EOF' # internal
2025-08-20T23:00:44.4459092Z [00:03:06.706]➜  # import config
2025-08-20T23:00:44.4459438Z [00:03:06.706]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.4459760Z [00:03:06.706]➜  EOF
2025-08-20T23:00:44.4462420Z [00:03:06.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2334/_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/b2334=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit -lang=go1.22 -complete -installsuffix shared -buildid DeU-LKJZEgFW40ThDdA4/DeU-LKJZEgFW40ThDdA4 -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/distanceunit/distanceunit.go
2025-08-20T23:00:44.4653773Z [00:03:06.726]➜  go tool buildid -w $WORK/b2334/_pkg_.a # internal
2025-08-20T23:00:44.4654988Z [00:03:06.726]➜  cp $WORK/b2334/_pkg_.a /root/.cache/go-build/a4/a478366e00f579c6988e37ecae0604dbfa4307fbf829b746b19c5dcc52d281da-d # internal
2025-08-20T23:00:44.4658352Z [00:03:06.726]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping
2025-08-20T23:00:44.4664408Z [00:03:06.728]➜  mkdir -p $WORK/b2335/
2025-08-20T23:00:44.4667145Z [00:03:06.728]➜  cat >/tmp/go-build2180205415/b2335/importcfg << 'EOF' # internal
2025-08-20T23:00:44.4669876Z [00:03:06.728]➜  # import config
2025-08-20T23:00:44.4670254Z [00:03:06.728]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.4670583Z [00:03:06.728]➜  EOF
2025-08-20T23:00:44.4673180Z [00:03:06.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2335/_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/b2335=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping -lang=go1.22 -complete -installsuffix shared -buildid gIu3Np62KsTzSq9b5BP6/gIu3Np62KsTzSq9b5BP6 -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/dynamicmapping/dynamicmapping.go
2025-08-20T23:00:44.4849368Z [00:03:06.746]➜  go tool buildid -w $WORK/b2335/_pkg_.a # internal
2025-08-20T23:00:44.4853621Z [00:03:06.746]➜  cp $WORK/b2335/_pkg_.a /root/.cache/go-build/46/46bb1c5ff6742c619a6ae181f372e6b31baecd092b3a2ba0c253941570ca5a51-d # internal
2025-08-20T23:00:44.4854981Z [00:03:06.746]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside
2025-08-20T23:00:44.4855728Z [00:03:06.746]➜  mkdir -p $WORK/b2336/
2025-08-20T23:00:44.4880954Z [00:03:06.749]➜  cat >/tmp/go-build2180205415/b2336/importcfg << 'EOF' # internal
2025-08-20T23:00:44.4882117Z [00:03:06.749]➜  # import config
2025-08-20T23:00:44.4882656Z [00:03:06.749]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.4883312Z [00:03:06.749]➜  EOF
2025-08-20T23:00:44.4886451Z [00:03:06.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2336/_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/b2336=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside -lang=go1.22 -complete -installsuffix shared -buildid e9sK7Xzz193esizm-8U8/e9sK7Xzz193esizm-8U8 -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/edgengramside/edgengramside.go
2025-08-20T23:00:44.5067371Z [00:03:06.768]➜  go tool buildid -w $WORK/b2336/_pkg_.a # internal
2025-08-20T23:00:44.5074765Z [00:03:06.768]➜  cp $WORK/b2336/_pkg_.a /root/.cache/go-build/5e/5e2dccd3ae25e0f6b47ef7d08f55171d8e035c2dffe36e32e180139006ad9a3e-d # internal
2025-08-20T23:00:44.5076624Z [00:03:06.769]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority
2025-08-20T23:00:44.5078235Z [00:03:06.769]➜  mkdir -p $WORK/b2337/
2025-08-20T23:00:44.5078994Z [00:03:06.769]➜  cat >/tmp/go-build2180205415/b2337/importcfg << 'EOF' # internal
2025-08-20T23:00:44.5079933Z [00:03:06.769]➜  # import config
2025-08-20T23:00:44.5080523Z [00:03:06.769]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.5081384Z [00:03:06.769]➜  EOF
2025-08-20T23:00:44.5084270Z [00:03:06.769]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2337/_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/b2337=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority -lang=go1.22 -complete -installsuffix shared -buildid ZudOANw-YzEtjeFvhg5B/ZudOANw-YzEtjeFvhg5B -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/emailpriority/emailpriority.go
2025-08-20T23:00:44.5279443Z [00:03:06.789]➜  go tool buildid -w $WORK/b2337/_pkg_.a # internal
2025-08-20T23:00:44.5282113Z [00:03:06.789]➜  cp $WORK/b2337/_pkg_.a /root/.cache/go-build/26/2670b81a0f78e2de350652d4a356615410071da26a294911d7cf76e6a51dfecf-d # internal
2025-08-20T23:00:44.5283670Z [00:03:06.789]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase
2025-08-20T23:00:44.5284517Z [00:03:06.789]➜  mkdir -p $WORK/b2338/
2025-08-20T23:00:44.5285981Z [00:03:06.789]➜  cat >/tmp/go-build2180205415/b2338/importcfg << 'EOF' # internal
2025-08-20T23:00:44.5286597Z [00:03:06.789]➜  # import config
2025-08-20T23:00:44.5286947Z [00:03:06.789]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.5287276Z [00:03:06.789]➜  EOF
2025-08-20T23:00:44.5289950Z [00:03:06.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2338/_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/b2338=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase -lang=go1.22 -complete -installsuffix shared -buildid RdhaOHtoXowPbFcW8vnl/RdhaOHtoXowPbFcW8vnl -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/enrichpolicyphase/enrichpolicyphase.go
2025-08-20T23:00:44.5572002Z [00:03:06.818]➜  go tool buildid -w $WORK/b2338/_pkg_.a # internal
2025-08-20T23:00:44.5580651Z [00:03:06.819]➜  cp $WORK/b2338/_pkg_.a /root/.cache/go-build/f2/f27823941b710643d47e0c61b5da6d7ec9ebbd89108ee48b4fca08b113a9ce4a-d # internal
2025-08-20T23:00:44.5581431Z [00:03:06.819]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent
2025-08-20T23:00:44.5581855Z [00:03:06.819]➜  mkdir -p $WORK/b2339/
2025-08-20T23:00:44.5582239Z [00:03:06.819]➜  cat >/tmp/go-build2180205415/b2339/importcfg << 'EOF' # internal
2025-08-20T23:00:44.5582779Z [00:03:06.819]➜  # import config
2025-08-20T23:00:44.5583209Z [00:03:06.819]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.5583529Z [00:03:06.819]➜  EOF
2025-08-20T23:00:44.5586359Z [00:03:06.819]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2339/_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/b2339=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent -lang=go1.22 -complete -installsuffix shared -buildid B4jZA_WG6LKptXIXsoTM/B4jZA_WG6LKptXIXsoTM -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/excludefrequent/excludefrequent.go
2025-08-20T23:00:44.6023050Z [00:03:06.863]➜  go tool buildid -w $WORK/b2339/_pkg_.a # internal
2025-08-20T23:00:44.6027723Z [00:03:06.864]➜  cp $WORK/b2339/_pkg_.a /root/.cache/go-build/49/49dc2f2f56929f566b26eb4f496a5f05d3c24e8bf28084fd48d268eaf824b019-d # internal
2025-08-20T23:00:44.6031233Z [00:03:06.864]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase
2025-08-20T23:00:44.6032495Z [00:03:06.864]➜  mkdir -p $WORK/b2340/
2025-08-20T23:00:44.6033482Z [00:03:06.864]➜  cat >/tmp/go-build2180205415/b2340/importcfg << 'EOF' # internal
2025-08-20T23:00:44.6034773Z [00:03:06.864]➜  # import config
2025-08-20T23:00:44.6035285Z [00:03:06.864]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.6036162Z [00:03:06.864]➜  EOF
2025-08-20T23:00:44.6039022Z [00:03:06.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2340/_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/b2340=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase -lang=go1.22 -complete -installsuffix shared -buildid L5BED6UX6aMaBXSJVLhg/L5BED6UX6aMaBXSJVLhg -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/executionphase/executionphase.go
2025-08-20T23:00:44.6336136Z [00:03:06.895]➜  go tool buildid -w $WORK/b2340/_pkg_.a # internal
2025-08-20T23:00:44.6340072Z [00:03:06.895]➜  cp $WORK/b2340/_pkg_.a /root/.cache/go-build/ff/ff7419e729f621211f669e4dc7ed5ba506aafabde3da5d951984586440b94e52-d # internal
2025-08-20T23:00:44.6341716Z [00:03:06.895]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus
2025-08-20T23:00:44.6342729Z [00:03:06.895]➜  mkdir -p $WORK/b2341/
2025-08-20T23:00:44.6344241Z [00:03:06.896]➜  cat >/tmp/go-build2180205415/b2341/importcfg << 'EOF' # internal
2025-08-20T23:00:44.6344853Z [00:03:06.896]➜  # import config
2025-08-20T23:00:44.6345405Z [00:03:06.896]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.6346093Z [00:03:06.896]➜  EOF
2025-08-20T23:00:44.6371441Z [00:03:06.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2341/_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/b2341=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus -lang=go1.22 -complete -installsuffix shared -buildid -t4ZUtDtGwDDrwrfeqQc/-t4ZUtDtGwDDrwrfeqQc -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/executionstatus/executionstatus.go
2025-08-20T23:00:44.6600347Z [00:03:06.920]➜  go tool buildid -w $WORK/b2341/_pkg_.a # internal
2025-08-20T23:00:44.6605167Z [00:03:06.921]➜  cp $WORK/b2341/_pkg_.a /root/.cache/go-build/39/397eccf580d3b44ceeebbb5747bad9c92bcb96f8c15bf5431d83638dff8ecb1c-d # internal
2025-08-20T23:00:44.6606120Z [00:03:06.921]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard
2025-08-20T23:00:44.6606559Z [00:03:06.921]➜  mkdir -p $WORK/b2342/
2025-08-20T23:00:44.6612135Z [00:03:06.922]➜  cat >/tmp/go-build2180205415/b2342/importcfg << 'EOF' # internal
2025-08-20T23:00:44.6612515Z [00:03:06.922]➜  # import config
2025-08-20T23:00:44.6612869Z [00:03:06.922]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.6613223Z [00:03:06.922]➜  EOF
2025-08-20T23:00:44.6617489Z [00:03:06.923]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2342/_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/b2342=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard -lang=go1.22 -complete -installsuffix shared -buildid 7bFkWV9YGGRnaeoLYyT4/7bFkWV9YGGRnaeoLYyT4 -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/expandwildcard/expandwildcard.go
2025-08-20T23:00:44.6848933Z [00:03:06.946]➜  go tool buildid -w $WORK/b2342/_pkg_.a # internal
2025-08-20T23:00:44.6853641Z [00:03:06.946]➜  cp $WORK/b2342/_pkg_.a /root/.cache/go-build/34/3425601960dcadd1a6605f994373df16077586f1ada8ee4dda21af622ed0276a-d # internal
2025-08-20T23:00:44.6855414Z [00:03:06.946]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature
2025-08-20T23:00:44.6856644Z [00:03:06.947]➜  mkdir -p $WORK/b2343/
2025-08-20T23:00:44.6857677Z [00:03:06.947]➜  cat >/tmp/go-build2180205415/b2343/importcfg << 'EOF' # internal
2025-08-20T23:00:44.6858299Z [00:03:06.947]➜  # import config
2025-08-20T23:00:44.6858806Z [00:03:06.947]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.6859917Z [00:03:06.947]➜  EOF
2025-08-20T23:00:44.6862560Z [00:03:06.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2343/_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/b2343=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature -lang=go1.22 -complete -installsuffix shared -buildid SCAC3Fgwo2e-J7dM2oeT/SCAC3Fgwo2e-J7dM2oeT -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/feature/feature.go
2025-08-20T23:00:44.7086254Z [00:03:06.969]➜  go tool buildid -w $WORK/b2343/_pkg_.a # internal
2025-08-20T23:00:44.7088964Z [00:03:06.970]➜  cp $WORK/b2343/_pkg_.a /root/.cache/go-build/d7/d719e62af876deeba7d7286f8a63bf701516757a4cc38aa29fab168f17795a6c-d # internal
2025-08-20T23:00:44.7090741Z [00:03:06.970]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype
2025-08-20T23:00:44.7091463Z [00:03:06.970]➜  mkdir -p $WORK/b2344/
2025-08-20T23:00:44.7091981Z [00:03:06.970]➜  cat >/tmp/go-build2180205415/b2344/importcfg << 'EOF' # internal
2025-08-20T23:00:44.7093268Z [00:03:06.970]➜  # import config
2025-08-20T23:00:44.7093646Z [00:03:06.970]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.7093970Z [00:03:06.970]➜  EOF
2025-08-20T23:00:44.7096988Z [00:03:06.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2344/_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/b2344=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype -lang=go1.22 -complete -installsuffix shared -buildid A2iAYyttoCdjK5vKv94f/A2iAYyttoCdjK5vKv94f -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/fieldsortnumerictype/fieldsortnumerictype.go
2025-08-20T23:00:44.7252093Z [00:03:06.986]➜  go tool buildid -w $WORK/b2344/_pkg_.a # internal
2025-08-20T23:00:44.7256936Z [00:03:06.986]➜  cp $WORK/b2344/_pkg_.a /root/.cache/go-build/25/25429956a10091d366454dfd370817754f1d514c24e4131816ca347805d9216f-d # internal
2025-08-20T23:00:44.7257656Z [00:03:06.986]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype
2025-08-20T23:00:44.7258058Z [00:03:06.986]➜  mkdir -p $WORK/b2345/
2025-08-20T23:00:44.7258452Z [00:03:06.987]➜  cat >/tmp/go-build2180205415/b2345/importcfg << 'EOF' # internal
2025-08-20T23:00:44.7258810Z [00:03:06.987]➜  # import config
2025-08-20T23:00:44.7259159Z [00:03:06.987]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.7259478Z [00:03:06.987]➜  EOF
2025-08-20T23:00:44.7262196Z [00:03:06.987]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2345/_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/b2345=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype -lang=go1.22 -complete -installsuffix shared -buildid wfet1zDOj-F1fMkmj7Pj/wfet1zDOj-F1fMkmj7Pj -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/fieldtype/fieldtype.go
2025-08-20T23:00:44.7571890Z [00:03:07.017]➜  go tool buildid -w $WORK/b2345/_pkg_.a # internal
2025-08-20T23:00:44.7578756Z [00:03:07.018]➜  cp $WORK/b2345/_pkg_.a /root/.cache/go-build/20/2036ee4e035f4a6f45bcd9ef2142aaf27b7ce7b354babfe65654810884083fb9-d # internal
2025-08-20T23:00:44.7579567Z [00:03:07.018]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier
2025-08-20T23:00:44.7580026Z [00:03:07.018]➜  mkdir -p $WORK/b2346/
2025-08-20T23:00:44.7580422Z [00:03:07.019]➜  cat >/tmp/go-build2180205415/b2346/importcfg << 'EOF' # internal
2025-08-20T23:00:44.7580769Z [00:03:07.019]➜  # import config
2025-08-20T23:00:44.7581113Z [00:03:07.019]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.7581440Z [00:03:07.019]➜  EOF
2025-08-20T23:00:44.7584264Z [00:03:07.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2346/_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/b2346=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier -lang=go1.22 -complete -installsuffix shared -buildid ZhJ_NQn9qiZ4upBMdKwM/ZhJ_NQn9qiZ4upBMdKwM -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/fieldvaluefactormodifier/fieldvaluefactormodifier.go
2025-08-20T23:00:44.7719367Z [00:03:07.033]➜  go tool buildid -w $WORK/b2346/_pkg_.a # internal
2025-08-20T23:00:44.7722465Z [00:03:07.033]➜  cp $WORK/b2346/_pkg_.a /root/.cache/go-build/cf/cf9ef002585dd6f6bb9054126e67e602cbda1ab8a04cb8ed7657913c152a821b-d # internal
2025-08-20T23:00:44.7724254Z [00:03:07.034]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy
2025-08-20T23:00:44.7724785Z [00:03:07.034]➜  mkdir -p $WORK/b2347/
2025-08-20T23:00:44.7729170Z [00:03:07.034]➜  cat >/tmp/go-build2180205415/b2347/importcfg << 'EOF' # internal
2025-08-20T23:00:44.7729828Z [00:03:07.034]➜  # import config
2025-08-20T23:00:44.7730183Z [00:03:07.034]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.7730509Z [00:03:07.034]➜  EOF
2025-08-20T23:00:44.7733296Z [00:03:07.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2347/_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/b2347=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy -lang=go1.22 -complete -installsuffix shared -buildid dU3D4F01I-P_PVOKokjC/dU3D4F01I-P_PVOKokjC -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/filteringpolicy/filteringpolicy.go
2025-08-20T23:00:44.7836124Z [00:03:07.044]➜  go tool buildid -w $WORK/b2347/_pkg_.a # internal
2025-08-20T23:00:44.7839456Z [00:03:07.045]➜  cp $WORK/b2347/_pkg_.a /root/.cache/go-build/d7/d75005f024fab096aee52fa0512e51c07842ea859ae2e10babe87f94456cb772-d # internal
2025-08-20T23:00:44.7840289Z [00:03:07.045]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule
2025-08-20T23:00:44.7840862Z [00:03:07.045]➜  mkdir -p $WORK/b2348/
2025-08-20T23:00:44.7844644Z [00:03:07.046]➜  cat >/tmp/go-build2180205415/b2348/importcfg << 'EOF' # internal
2025-08-20T23:00:44.7844995Z [00:03:07.046]➜  # import config
2025-08-20T23:00:44.7846684Z [00:03:07.046]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.7847016Z [00:03:07.046]➜  EOF
2025-08-20T23:00:44.7849952Z [00:03:07.046]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2348/_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/b2348=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule -lang=go1.22 -complete -installsuffix shared -buildid fwzN4bzyoIereO3q_a07/fwzN4bzyoIereO3q_a07 -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/filteringrulerule/filteringrulerule.go
2025-08-20T23:00:44.7923779Z [00:03:07.053]➜  go tool buildid -w $WORK/b1977/_pkg_.a # internal
2025-08-20T23:00:44.7966432Z [00:03:07.057]➜  go tool buildid -w $WORK/b2348/_pkg_.a # internal
2025-08-20T23:00:44.7972245Z [00:03:07.058]➜  cp $WORK/b2348/_pkg_.a /root/.cache/go-build/d2/d20b7a50d029d8a225a4975b1c2742ee6b3a63f16a60dee0d5fda9975003b826-d # internal
2025-08-20T23:00:44.8000289Z [00:03:07.061]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate
2025-08-20T23:00:44.8005415Z [00:03:07.062]➜  mkdir -p $WORK/b2349/
2025-08-20T23:00:44.8006211Z [00:03:07.062]➜  cat >/tmp/go-build2180205415/b2349/importcfg << 'EOF' # internal
2025-08-20T23:00:44.8006598Z [00:03:07.062]➜  # import config
2025-08-20T23:00:44.8006944Z [00:03:07.062]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.8007263Z [00:03:07.062]➜  EOF
2025-08-20T23:00:44.8010091Z [00:03:07.062]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2349/_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/b2349=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate -lang=go1.22 -complete -installsuffix shared -buildid Qiq1vhenfhaudYzTEMky/Qiq1vhenfhaudYzTEMky -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/filteringvalidationstate/filteringvalidationstate.go
2025-08-20T23:00:44.8095621Z [00:03:07.070]➜  cp $WORK/b1977/_pkg_.a /root/.cache/go-build/e9/e928b5bef724232a0da0dec359f9081c18a11c33dea6d25315ca0a91f975f69a-d # internal
2025-08-20T23:00:44.8096861Z [00:03:07.070]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype
2025-08-20T23:00:44.8103175Z [00:03:07.070]➜  mkdir -p $WORK/b2350/
2025-08-20T23:00:44.8106009Z [00:03:07.071]➜  cat >/tmp/go-build2180205415/b2350/importcfg << 'EOF' # internal
2025-08-20T23:00:44.8106797Z [00:03:07.071]➜  # import config
2025-08-20T23:00:44.8107182Z [00:03:07.071]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.8107512Z [00:03:07.071]➜  EOF
2025-08-20T23:00:44.8110009Z [00:03:07.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2350/_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/b2350=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype -lang=go1.22 -complete -installsuffix shared -buildid kRxdnXS617mHjIHdEjhP/kRxdnXS617mHjIHdEjhP -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/filtertype/filtertype.go
2025-08-20T23:00:44.8199671Z [00:03:07.081]➜  go tool buildid -w $WORK/b2349/_pkg_.a # internal
2025-08-20T23:00:44.8204838Z [00:03:07.082]➜  cp $WORK/b2349/_pkg_.a /root/.cache/go-build/6b/6bd39e4289fd6eac1dcd3e7c41f17911a093e31831e95e2a2a073fc712d6f626-d # internal
2025-08-20T23:00:44.8234772Z [00:03:07.084]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest
2025-08-20T23:00:44.8235340Z [00:03:07.085]➜  mkdir -p $WORK/b2351/
2025-08-20T23:00:44.8235738Z [00:03:07.085]➜  cat >/tmp/go-build2180205415/b2351/importcfg << 'EOF' # internal
2025-08-20T23:00:44.8236253Z [00:03:07.085]➜  # import config
2025-08-20T23:00:44.8236619Z [00:03:07.085]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.8236945Z [00:03:07.085]➜  EOF
2025-08-20T23:00:44.8239608Z [00:03:07.085]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2351/_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/b2351=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest -lang=go1.22 -complete -installsuffix shared -buildid 984eB-HR07TaJ49Q3IG0/984eB-HR07TaJ49Q3IG0 -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/fingerprintdigest/fingerprintdigest.go
2025-08-20T23:00:44.8247764Z [00:03:07.086]➜  go tool buildid -w $WORK/b2350/_pkg_.a # internal
2025-08-20T23:00:44.8252064Z [00:03:07.086]➜  cp $WORK/b2350/_pkg_.a /root/.cache/go-build/4a/4a26c43c11315a87cebe99678acedf2ba75ba77f212baae26c1d6b8f8be64192-d # internal
2025-08-20T23:00:44.8288205Z [00:03:07.090]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus
2025-08-20T23:00:44.8288692Z [00:03:07.090]➜  mkdir -p $WORK/b2352/
2025-08-20T23:00:44.8289080Z [00:03:07.090]➜  cat >/tmp/go-build2180205415/b2352/importcfg << 'EOF' # internal
2025-08-20T23:00:44.8289430Z [00:03:07.090]➜  # import config
2025-08-20T23:00:44.8289789Z [00:03:07.090]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.8290104Z [00:03:07.090]➜  EOF
2025-08-20T23:00:44.8292818Z [00:03:07.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2352/_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/b2352=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus -lang=go1.22 -complete -installsuffix shared -buildid 5UXwNiIWxHa9pM6ZXCs5/5UXwNiIWxHa9pM6ZXCs5 -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/followerindexstatus/followerindexstatus.go
2025-08-20T23:00:44.8409564Z [00:03:07.102]➜  go tool buildid -w $WORK/b2351/_pkg_.a # internal
2025-08-20T23:00:44.8410538Z [00:03:07.102]➜  cp $WORK/b2351/_pkg_.a /root/.cache/go-build/71/71b95ff0b3e995b90c904593f70c63592e3a2e788c6bed03966cf180c4e22c82-d # internal
2025-08-20T23:00:44.8411619Z [00:03:07.102]➜  go tool buildid -w $WORK/b2352/_pkg_.a # internal
2025-08-20T23:00:44.8412529Z [00:03:07.102]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode
2025-08-20T23:00:44.8413131Z [00:03:07.102]➜  mkdir -p $WORK/b2353/
2025-08-20T23:00:44.8413596Z [00:03:07.102]➜  cat >/tmp/go-build2180205415/b2353/importcfg << 'EOF' # internal
2025-08-20T23:00:44.8414264Z [00:03:07.102]➜  # import config
2025-08-20T23:00:44.8415005Z [00:03:07.102]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.8415570Z [00:03:07.102]➜  EOF
2025-08-20T23:00:44.8418559Z [00:03:07.103]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2353/_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/b2353=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode -lang=go1.22 -complete -installsuffix shared -buildid 8IWl7iSW8k2cVn--y0MA/8IWl7iSW8k2cVn--y0MA -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/functionboostmode/functionboostmode.go
2025-08-20T23:00:44.8425740Z [00:03:07.104]➜  cp $WORK/b2352/_pkg_.a /root/.cache/go-build/00/00d71b7f80969ddc3c9d697f8cf40edfd149c2e803943c7ded4cca2de123296b-d # internal
2025-08-20T23:00:44.8431645Z [00:03:07.104]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode
2025-08-20T23:00:44.8434668Z [00:03:07.104]➜  mkdir -p $WORK/b2354/
2025-08-20T23:00:44.8436074Z [00:03:07.105]➜  cat >/tmp/go-build2180205415/b2354/importcfg << 'EOF' # internal
2025-08-20T23:00:44.8436501Z [00:03:07.105]➜  # import config
2025-08-20T23:00:44.8437459Z [00:03:07.105]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.8437844Z [00:03:07.105]➜  EOF
2025-08-20T23:00:44.8448476Z [00:03:07.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2354/_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/b2354=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode -lang=go1.22 -complete -installsuffix shared -buildid AkLAtquy6M-GlgJs_GdU/AkLAtquy6M-GlgJs_GdU -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/functionscoremode/functionscoremode.go
2025-08-20T23:00:44.8562837Z [00:03:07.117]➜  go tool buildid -w $WORK/b2354/_pkg_.a # internal
2025-08-20T23:00:44.8567076Z [00:03:07.118]➜  cp $WORK/b2354/_pkg_.a /root/.cache/go-build/37/3742de15d30c390034d808ede43320cd0e3df200e06cd5c9515b3c50f0177274-d # internal
2025-08-20T23:00:44.8568305Z [00:03:07.118]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy
2025-08-20T23:00:44.8569105Z [00:03:07.118]➜  mkdir -p $WORK/b2355/
2025-08-20T23:00:44.8569935Z [00:03:07.118]➜  cat >/tmp/go-build2180205415/b2355/importcfg << 'EOF' # internal
2025-08-20T23:00:44.8570344Z [00:03:07.118]➜  # import config
2025-08-20T23:00:44.8570701Z [00:03:07.118]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.8571024Z [00:03:07.118]➜  EOF
2025-08-20T23:00:44.8573806Z [00:03:07.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2355/_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/b2355=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy -lang=go1.22 -complete -installsuffix shared -buildid _EoCocRHwVqRBkd6a-d6/_EoCocRHwVqRBkd6a-d6 -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/gappolicy/gappolicy.go
2025-08-20T23:00:44.8578075Z [00:03:07.119]➜  go tool buildid -w $WORK/b2353/_pkg_.a # internal
2025-08-20T23:00:44.8578923Z [00:03:07.119]➜  cp $WORK/b2353/_pkg_.a /root/.cache/go-build/b4/b4007752f20d709d4b06a6a6b5e214aef0301f8681a6a6823abc72c503b02052-d # internal
2025-08-20T23:00:44.8585452Z [00:03:07.120]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype
2025-08-20T23:00:44.8586397Z [00:03:07.120]➜  mkdir -p $WORK/b2356/
2025-08-20T23:00:44.8593680Z [00:03:07.120]➜  cat >/tmp/go-build2180205415/b2356/importcfg << 'EOF' # internal
2025-08-20T23:00:44.8594067Z [00:03:07.120]➜  # import config
2025-08-20T23:00:44.8594417Z [00:03:07.120]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.8594736Z [00:03:07.120]➜  EOF
2025-08-20T23:00:44.8597652Z [00:03:07.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2356/_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/b2356=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype -lang=go1.22 -complete -installsuffix shared -buildid zRA5cBfYYWzyecm3AIG7/zRA5cBfYYWzyecm3AIG7 -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/geodistancetype/geodistancetype.go
2025-08-20T23:00:44.8700990Z [00:03:07.131]➜  go tool buildid -w $WORK/b2355/_pkg_.a # internal
2025-08-20T23:00:44.8708114Z [00:03:07.132]➜  cp $WORK/b2355/_pkg_.a /root/.cache/go-build/a2/a29488e016a4c70ed414747e1dad5156732cc5cace5dd5a6080ca4f3b479a27d-d # internal
2025-08-20T23:00:44.8712140Z [00:03:07.132]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution
2025-08-20T23:00:44.8712602Z [00:03:07.132]➜  mkdir -p $WORK/b2357/
2025-08-20T23:00:44.8721542Z [00:03:07.133]➜  cat >/tmp/go-build2180205415/b2357/importcfg << 'EOF' # internal
2025-08-20T23:00:44.8722119Z [00:03:07.133]➜  # import config
2025-08-20T23:00:44.8722684Z [00:03:07.133]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.8723122Z [00:03:07.133]➜  EOF
2025-08-20T23:00:44.8725688Z [00:03:07.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2357/_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/b2357=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution -lang=go1.22 -complete -installsuffix shared -buildid CVOufeVz3y-pT5m1F0Vo/CVOufeVz3y-pT5m1F0Vo -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/geoexecution/geoexecution.go
2025-08-20T23:00:44.8731860Z [00:03:07.134]➜  go tool buildid -w $WORK/b2356/_pkg_.a # internal
2025-08-20T23:00:44.8732652Z [00:03:07.134]➜  cp $WORK/b2356/_pkg_.a /root/.cache/go-build/d3/d379fa54f0596d068702d6e97fcd19e9c01ca2929341be75cd2a276bfd1bd6ed-d # internal
2025-08-20T23:00:44.8733388Z [00:03:07.134]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat
2025-08-20T23:00:44.8733819Z [00:03:07.134]➜  mkdir -p $WORK/b2358/
2025-08-20T23:00:44.8737256Z [00:03:07.135]➜  cat >/tmp/go-build2180205415/b2358/importcfg << 'EOF' # internal
2025-08-20T23:00:44.8737904Z [00:03:07.135]➜  # import config
2025-08-20T23:00:44.8738255Z [00:03:07.135]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.8738575Z [00:03:07.135]➜  EOF
2025-08-20T23:00:44.8749518Z [00:03:07.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2358/_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/b2358=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat -lang=go1.22 -complete -installsuffix shared -buildid 5cQ3W7aSNAfjMIrH7Zd0/5cQ3W7aSNAfjMIrH7Zd0 -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/geogridtargetformat/geogridtargetformat.go
2025-08-20T23:00:44.8856740Z [00:03:07.146]➜  go tool buildid -w $WORK/b2357/_pkg_.a # internal
2025-08-20T23:00:44.8862695Z [00:03:07.147]➜  cp $WORK/b2357/_pkg_.a /root/.cache/go-build/c6/c6c9657ac47ab6f2dea39745274066d2598865a58af48dcd3f7c947c59ae977b-d # internal
2025-08-20T23:00:44.8871003Z [00:03:07.147]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype
2025-08-20T23:00:44.8871449Z [00:03:07.147]➜  mkdir -p $WORK/b2359/
2025-08-20T23:00:44.8871850Z [00:03:07.147]➜  cat >/tmp/go-build2180205415/b2359/importcfg << 'EOF' # internal
2025-08-20T23:00:44.8872198Z [00:03:07.147]➜  # import config
2025-08-20T23:00:44.8872542Z [00:03:07.147]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.8873057Z [00:03:07.147]➜  EOF
2025-08-20T23:00:44.8878833Z [00:03:07.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2359/_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/b2359=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype -lang=go1.22 -complete -installsuffix shared -buildid I7hRuoUj4ZQ5ihI3HV5j/I7hRuoUj4ZQ5ihI3HV5j -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/geogridtiletype/geogridtiletype.go
2025-08-20T23:00:44.8881360Z [00:03:07.148]➜  go tool buildid -w $WORK/b2358/_pkg_.a # internal
2025-08-20T23:00:44.8882039Z [00:03:07.148]➜  cp $WORK/b2358/_pkg_.a /root/.cache/go-build/71/7194e9185984d1d2bd02e2e9aca4921ec4bcee75fccf314962de1eb5f9dcd4e2-d # internal
2025-08-20T23:00:44.8882756Z [00:03:07.148]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation
2025-08-20T23:00:44.8883165Z [00:03:07.148]➜  mkdir -p $WORK/b2360/
2025-08-20T23:00:44.8883553Z [00:03:07.148]➜  cat >/tmp/go-build2180205415/b2360/importcfg << 'EOF' # internal
2025-08-20T23:00:44.8884191Z [00:03:07.148]➜  # import config
2025-08-20T23:00:44.8884546Z [00:03:07.148]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.8884865Z [00:03:07.148]➜  EOF
2025-08-20T23:00:44.8887528Z [00:03:07.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2360/_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/b2360=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation -lang=go1.22 -complete -installsuffix shared -buildid ZGo_HwBjPiL2BvZ0BEUP/ZGo_HwBjPiL2BvZ0BEUP -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/geoorientation/geoorientation.go
2025-08-20T23:00:44.8979172Z [00:03:07.159]➜  go tool buildid -w $WORK/b2359/_pkg_.a # internal
2025-08-20T23:00:44.8983973Z [00:03:07.159]➜  cp $WORK/b2359/_pkg_.a /root/.cache/go-build/42/42c347d23f9208822da6c000f0d690d2b26269b12321a55513f87cf40b51681d-d # internal
2025-08-20T23:00:44.8992385Z [00:03:07.159]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation
2025-08-20T23:00:44.8992891Z [00:03:07.159]➜  mkdir -p $WORK/b2361/
2025-08-20T23:00:44.8995261Z [00:03:07.159]➜  go tool buildid -w $WORK/b2360/_pkg_.a # internal
2025-08-20T23:00:44.8996019Z [00:03:07.160]➜  cat >/tmp/go-build2180205415/b2361/importcfg << 'EOF' # internal
2025-08-20T23:00:44.8996482Z [00:03:07.160]➜  # import config
2025-08-20T23:00:44.8996839Z [00:03:07.160]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.8997172Z [00:03:07.160]➜  EOF
2025-08-20T23:00:44.8999787Z [00:03:07.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2361/_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/b2361=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation -lang=go1.22 -complete -installsuffix shared -buildid 3OpkicPZR2ChZJH_pIgd/3OpkicPZR2ChZJH_pIgd -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/geoshaperelation/geoshaperelation.go
2025-08-20T23:00:44.9002424Z [00:03:07.160]➜  cp $WORK/b2360/_pkg_.a /root/.cache/go-build/84/8434add6ede08c8505536a709df24ba7baa2cd1be94603b341ef49be4a755990-d # internal
2025-08-20T23:00:44.9003250Z [00:03:07.160]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy
2025-08-20T23:00:44.9003710Z [00:03:07.160]➜  mkdir -p $WORK/b2362/
2025-08-20T23:00:44.9014469Z [00:03:07.162]➜  cat >/tmp/go-build2180205415/b2362/importcfg << 'EOF' # internal
2025-08-20T23:00:44.9014858Z [00:03:07.162]➜  # import config
2025-08-20T23:00:44.9015235Z [00:03:07.162]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.9015564Z [00:03:07.162]➜  EOF
2025-08-20T23:00:44.9018343Z [00:03:07.162]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2362/_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/b2362=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy -lang=go1.22 -complete -installsuffix shared -buildid 2JTcdzpG2RWvaNmoeMEd/2JTcdzpG2RWvaNmoeMEd -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/geostrategy/geostrategy.go
2025-08-20T23:00:44.9125253Z [00:03:07.174]➜  go tool buildid -w $WORK/b2361/_pkg_.a # internal
2025-08-20T23:00:44.9142197Z [00:03:07.175]➜  cp $WORK/b2361/_pkg_.a /root/.cache/go-build/d3/d3c15772736d864789dabc1d1aebb8040231832873918fef2d6d21b67055c2e5-d # internal
2025-08-20T23:00:44.9143234Z [00:03:07.175]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod
2025-08-20T23:00:44.9143678Z [00:03:07.175]➜  mkdir -p $WORK/b2363/
2025-08-20T23:00:44.9144055Z [00:03:07.175]➜  cat >/tmp/go-build2180205415/b2363/importcfg << 'EOF' # internal
2025-08-20T23:00:44.9144409Z [00:03:07.175]➜  # import config
2025-08-20T23:00:44.9144756Z [00:03:07.175]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.9145073Z [00:03:07.175]➜  EOF
2025-08-20T23:00:44.9147997Z [00:03:07.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2363/_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/b2363=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod -lang=go1.22 -complete -installsuffix shared -buildid 9WTTt8ISEfkgVVrJmSsQ/9WTTt8ISEfkgVVrJmSsQ -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/geovalidationmethod/geovalidationmethod.go
2025-08-20T23:00:44.9150629Z [00:03:07.175]➜  go tool buildid -w $WORK/b2362/_pkg_.a # internal
2025-08-20T23:00:44.9151390Z [00:03:07.175]➜  cp $WORK/b2362/_pkg_.a /root/.cache/go-build/3b/3bb3d700134cd8fcbd3d91491fca90988804ee4751de738b76cfb7e5212eb113-d # internal
2025-08-20T23:00:44.9152163Z [00:03:07.175]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus
2025-08-20T23:00:44.9152566Z [00:03:07.175]➜  mkdir -p $WORK/b2364/
2025-08-20T23:00:44.9152941Z [00:03:07.175]➜  cat >/tmp/go-build2180205415/b2364/importcfg << 'EOF' # internal
2025-08-20T23:00:44.9153286Z [00:03:07.175]➜  # import config
2025-08-20T23:00:44.9153628Z [00:03:07.175]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.9153950Z [00:03:07.175]➜  EOF
2025-08-20T23:00:44.9156565Z [00:03:07.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2364/_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/b2364=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus -lang=go1.22 -complete -installsuffix shared -buildid tpr0jrbl9F1LEEbUx-BP/tpr0jrbl9F1LEEbUx-BP -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/healthstatus/healthstatus.go
2025-08-20T23:00:44.9254385Z [00:03:07.186]➜  go tool buildid -w $WORK/b2363/_pkg_.a # internal
2025-08-20T23:00:44.9261631Z [00:03:07.187]➜  cp $WORK/b2363/_pkg_.a /root/.cache/go-build/98/9814ea1cac7f93d36a42bd28e0bf4e23ccb95f384b0d1454931c86a0cd184705-d # internal
2025-08-20T23:00:44.9279162Z [00:03:07.187]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder
2025-08-20T23:00:44.9279664Z [00:03:07.187]➜  mkdir -p $WORK/b2365/
2025-08-20T23:00:44.9280048Z [00:03:07.187]➜  cat >/tmp/go-build2180205415/b2365/importcfg << 'EOF' # internal
2025-08-20T23:00:44.9280403Z [00:03:07.187]➜  # import config
2025-08-20T23:00:44.9280746Z [00:03:07.187]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.9281065Z [00:03:07.187]➜  EOF
2025-08-20T23:00:44.9283746Z [00:03:07.187]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2365/_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/b2365=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder -lang=go1.22 -complete -installsuffix shared -buildid 7_KHEPSNnqChGioykYTi/7_KHEPSNnqChGioykYTi -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/highlighterencoder/highlighterencoder.go
2025-08-20T23:00:44.9300341Z [00:03:07.191]➜  go tool buildid -w $WORK/b2364/_pkg_.a # internal
2025-08-20T23:00:44.9307088Z [00:03:07.192]➜  cp $WORK/b2364/_pkg_.a /root/.cache/go-build/c3/c379dce37cf05d69d95ff0d609000264f2a795429a74c278ab795aa6c828d8cf-d # internal
2025-08-20T23:00:44.9315481Z [00:03:07.192]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter
2025-08-20T23:00:44.9316133Z [00:03:07.192]➜  mkdir -p $WORK/b2366/
2025-08-20T23:00:44.9316515Z [00:03:07.192]➜  cat >/tmp/go-build2180205415/b2366/importcfg << 'EOF' # internal
2025-08-20T23:00:44.9316869Z [00:03:07.192]➜  # import config
2025-08-20T23:00:44.9317212Z [00:03:07.192]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.9317530Z [00:03:07.192]➜  EOF
2025-08-20T23:00:44.9320477Z [00:03:07.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2366/_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/b2366=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter -lang=go1.22 -complete -installsuffix shared -buildid GETCb5LoofRnuz1nD1jy/GETCb5LoofRnuz1nD1jy -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/highlighterfragmenter/highlighterfragmenter.go
2025-08-20T23:00:44.9402465Z [00:03:07.201]➜  go tool buildid -w $WORK/b2365/_pkg_.a # internal
2025-08-20T23:00:44.9403477Z [00:03:07.201]➜  cp $WORK/b2365/_pkg_.a /root/.cache/go-build/a9/a9872b88c3c5d83d01f769301e0ae35071e5b1e585c06016236f0a8c91140f4d-d # internal
2025-08-20T23:00:44.9404269Z [00:03:07.201]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder
2025-08-20T23:00:44.9404701Z [00:03:07.201]➜  mkdir -p $WORK/b2367/
2025-08-20T23:00:44.9405082Z [00:03:07.201]➜  cat >/tmp/go-build2180205415/b2367/importcfg << 'EOF' # internal
2025-08-20T23:00:44.9405430Z [00:03:07.201]➜  # import config
2025-08-20T23:00:44.9405867Z [00:03:07.201]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.9406239Z [00:03:07.201]➜  EOF
2025-08-20T23:00:44.9409090Z [00:03:07.201]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2367/_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/b2367=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder -lang=go1.22 -complete -installsuffix shared -buildid 8KSYUrcaV69XcbpJkbNt/8KSYUrcaV69XcbpJkbNt -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/highlighterorder/highlighterorder.go
2025-08-20T23:00:44.9431912Z [00:03:07.204]➜  go tool buildid -w $WORK/b2366/_pkg_.a # internal
2025-08-20T23:00:44.9440609Z [00:03:07.205]➜  cp $WORK/b2366/_pkg_.a /root/.cache/go-build/69/6939401061a385cefa7fd6c2e2acedbd302bbf2108868a66f2f2f3a2fae2d462-d # internal
2025-08-20T23:00:44.9442138Z [00:03:07.205]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema
2025-08-20T23:00:44.9444264Z [00:03:07.205]➜  mkdir -p $WORK/b2368/
2025-08-20T23:00:44.9444664Z [00:03:07.205]➜  cat >/tmp/go-build2180205415/b2368/importcfg << 'EOF' # internal
2025-08-20T23:00:44.9445023Z [00:03:07.205]➜  # import config
2025-08-20T23:00:44.9445366Z [00:03:07.205]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.9445683Z [00:03:07.205]➜  EOF
2025-08-20T23:00:44.9448531Z [00:03:07.205]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2368/_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/b2368=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema -lang=go1.22 -complete -installsuffix shared -buildid yI_oLdJ7rBQEE3F7gQas/yI_oLdJ7rBQEE3F7gQas -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/highlightertagsschema/highlightertagsschema.go
2025-08-20T23:00:44.9500008Z [00:03:07.211]➜  go tool buildid -w $WORK/b2367/_pkg_.a # internal
2025-08-20T23:00:44.9510315Z [00:03:07.212]➜  cp $WORK/b2367/_pkg_.a /root/.cache/go-build/60/600f270e931cec2997960942739471b319e705ad5fe84d3d1c19be28c622d8c4-d # internal
2025-08-20T23:00:44.9513950Z [00:03:07.212]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype
2025-08-20T23:00:44.9514573Z [00:03:07.212]➜  mkdir -p $WORK/b2369/
2025-08-20T23:00:44.9520608Z [00:03:07.213]➜  cat >/tmp/go-build2180205415/b2369/importcfg << 'EOF' # internal
2025-08-20T23:00:44.9521555Z [00:03:07.213]➜  # import config
2025-08-20T23:00:44.9522223Z [00:03:07.213]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.9522950Z [00:03:07.213]➜  EOF
2025-08-20T23:00:44.9541389Z [00:03:07.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2369/_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/b2369=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype -lang=go1.22 -complete -installsuffix shared -buildid iXC1fZ8C-3u-t-Q2k6Nk/iXC1fZ8C-3u-t-Q2k6Nk -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/highlightertype/highlightertype.go
2025-08-20T23:00:44.9561574Z [00:03:07.217]➜  go tool buildid -w $WORK/b2368/_pkg_.a # internal
2025-08-20T23:00:44.9567804Z [00:03:07.218]➜  cp $WORK/b2368/_pkg_.a /root/.cache/go-build/fb/fb86f18cd3947084dbff516e037efc15deb7df9f70b14a5c8de21702e08030cd-d # internal
2025-08-20T23:00:44.9568564Z [00:03:07.218]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype
2025-08-20T23:00:44.9569004Z [00:03:07.218]➜  mkdir -p $WORK/b2370/
2025-08-20T23:00:44.9571449Z [00:03:07.218]➜  cat >/tmp/go-build2180205415/b2370/importcfg << 'EOF' # internal
2025-08-20T23:00:44.9578728Z [00:03:07.218]➜  # import config
2025-08-20T23:00:44.9579399Z [00:03:07.218]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.9579801Z [00:03:07.218]➜  EOF
2025-08-20T23:00:44.9582462Z [00:03:07.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2370/_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/b2370=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype -lang=go1.22 -complete -installsuffix shared -buildid yGVQcyUH8CD0SLcKSI7H/yGVQcyUH8CD0SLcKSI7H -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/holtwinterstype/holtwinterstype.go
2025-08-20T23:00:44.9667470Z [00:03:07.228]➜  go tool buildid -w $WORK/b2369/_pkg_.a # internal
2025-08-20T23:00:44.9677122Z [00:03:07.229]➜  cp $WORK/b2369/_pkg_.a /root/.cache/go-build/45/455b08ab77cbe998b92fa6371ab94706d2658e09e2cd6d989268602d66fe61c1-d # internal
2025-08-20T23:00:44.9678938Z [00:03:07.229]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod
2025-08-20T23:00:44.9679752Z [00:03:07.229]➜  mkdir -p $WORK/b2371/
2025-08-20T23:00:44.9692004Z [00:03:07.230]➜  cat >/tmp/go-build2180205415/b2371/importcfg << 'EOF' # internal
2025-08-20T23:00:44.9693404Z [00:03:07.230]➜  # import config
2025-08-20T23:00:44.9694268Z [00:03:07.230]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.9695062Z [00:03:07.230]➜  EOF
2025-08-20T23:00:44.9698085Z [00:03:07.230]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2371/_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/b2371=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod -lang=go1.22 -complete -installsuffix shared -buildid -m3RjKylRwlUXMUK2_AJ/-m3RjKylRwlUXMUK2_AJ -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/httpinputmethod/httpinputmethod.go
2025-08-20T23:00:44.9700543Z [00:03:07.230]➜  go tool buildid -w $WORK/b2370/_pkg_.a # internal
2025-08-20T23:00:44.9701246Z [00:03:07.231]➜  cp $WORK/b2370/_pkg_.a /root/.cache/go-build/46/46631bf1e9fde0f970d491c6262336ed9db7405b1e028502c4adcab741cf8058-d # internal
2025-08-20T23:00:44.9707469Z [00:03:07.232]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution
2025-08-20T23:00:44.9709382Z [00:03:07.232]➜  mkdir -p $WORK/b2372/
2025-08-20T23:00:44.9718101Z [00:03:07.233]➜  cat >/tmp/go-build2180205415/b2372/importcfg << 'EOF' # internal
2025-08-20T23:00:44.9719510Z [00:03:07.233]➜  # import config
2025-08-20T23:00:44.9720322Z [00:03:07.233]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.9720691Z [00:03:07.233]➜  EOF
2025-08-20T23:00:44.9723284Z [00:03:07.233]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2372/_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/b2372=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution -lang=go1.22 -complete -installsuffix shared -buildid 2gObAbz-0REFk4w5bQ2H/2gObAbz-0REFk4w5bQ2H -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/ibdistribution/ibdistribution.go
2025-08-20T23:00:44.9824207Z [00:03:07.243]➜  go tool buildid -w $WORK/b2371/_pkg_.a # internal
2025-08-20T23:00:44.9830257Z [00:03:07.244]➜  cp $WORK/b2371/_pkg_.a /root/.cache/go-build/49/4935899c05a74540dcdc781167252a99117c2a85d4fc44a8a17c75a940485d1f-d # internal
2025-08-20T23:00:44.9831757Z [00:03:07.244]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda
2025-08-20T23:00:44.9832250Z [00:03:07.244]➜  mkdir -p $WORK/b2373/
2025-08-20T23:00:44.9838696Z [00:03:07.245]➜  cat >/tmp/go-build2180205415/b2373/importcfg << 'EOF' # internal
2025-08-20T23:00:44.9840142Z [00:03:07.245]➜  # import config
2025-08-20T23:00:44.9841022Z [00:03:07.245]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.9841736Z [00:03:07.245]➜  EOF
2025-08-20T23:00:44.9844253Z [00:03:07.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2373/_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/b2373=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda -lang=go1.22 -complete -installsuffix shared -buildid UHngVMrnAQQlS40xgQC7/UHngVMrnAQQlS40xgQC7 -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/iblambda/iblambda.go
2025-08-20T23:00:44.9849533Z [00:03:07.246]➜  go tool buildid -w $WORK/b2372/_pkg_.a # internal
2025-08-20T23:00:44.9856845Z [00:03:07.247]➜  cp $WORK/b2372/_pkg_.a /root/.cache/go-build/e5/e5f874350aa9f403d2bf77f59ce872738717a6cf9b95f10be8506696f5d9223d-d # internal
2025-08-20T23:00:44.9857913Z [00:03:07.247]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate
2025-08-20T23:00:44.9858362Z [00:03:07.247]➜  mkdir -p $WORK/b2374/
2025-08-20T23:00:44.9860054Z [00:03:07.247]➜  cat >/tmp/go-build2180205415/b2374/importcfg << 'EOF' # internal
2025-08-20T23:00:44.9860928Z [00:03:07.247]➜  # import config
2025-08-20T23:00:44.9861915Z [00:03:07.247]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.9862356Z [00:03:07.247]➜  EOF
2025-08-20T23:00:44.9870534Z [00:03:07.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2374/_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/b2374=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate -lang=go1.22 -complete -installsuffix shared -buildid Rqv_cMVrl0tcg69h5dpu/Rqv_cMVrl0tcg69h5dpu -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/icucollationalternate/icucollationalternate.go
2025-08-20T23:00:44.9963918Z [00:03:07.257]➜  go tool buildid -w $WORK/b2373/_pkg_.a # internal
2025-08-20T23:00:44.9965530Z [00:03:07.257]➜  cp $WORK/b2373/_pkg_.a /root/.cache/go-build/de/de8af2120c7d93b1b2075e6584e4ce0bd26f504405fa8e44a5e34797402406ee-d # internal
2025-08-20T23:00:44.9966467Z [00:03:07.257]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst
2025-08-20T23:00:44.9972739Z [00:03:07.257]➜  mkdir -p $WORK/b2375/
2025-08-20T23:00:44.9973674Z [00:03:07.257]➜  cat >/tmp/go-build2180205415/b2375/importcfg << 'EOF' # internal
2025-08-20T23:00:44.9974843Z [00:03:07.257]➜  # import config
2025-08-20T23:00:44.9975326Z [00:03:07.257]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:44.9975672Z [00:03:07.257]➜  EOF
2025-08-20T23:00:44.9978837Z [00:03:07.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2375/_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/b2375=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst -lang=go1.22 -complete -installsuffix shared -buildid _DzOEcRS8tYYATG0QUU7/_DzOEcRS8tYYATG0QUU7 -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/icucollationcasefirst/icucollationcasefirst.go
2025-08-20T23:00:45.0002332Z [00:03:07.261]➜  go tool buildid -w $WORK/b2374/_pkg_.a # internal
2025-08-20T23:00:45.0008561Z [00:03:07.261]➜  cp $WORK/b2374/_pkg_.a /root/.cache/go-build/88/8869957ebed96a5e72695d0857071532c9387369692d2277538d9dd403ef4c65-d # internal
2025-08-20T23:00:45.0009360Z [00:03:07.261]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition
2025-08-20T23:00:45.0009825Z [00:03:07.261]➜  mkdir -p $WORK/b2376/
2025-08-20T23:00:45.0010209Z [00:03:07.261]➜  cat >/tmp/go-build2180205415/b2376/importcfg << 'EOF' # internal
2025-08-20T23:00:45.0010557Z [00:03:07.261]➜  # import config
2025-08-20T23:00:45.0016943Z [00:03:07.261]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.0018274Z [00:03:07.261]➜  EOF
2025-08-20T23:00:45.0021142Z [00:03:07.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2376/_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/b2376=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition -lang=go1.22 -complete -installsuffix shared -buildid 4ICnOBF3wVmMOEZ7J6Ij/4ICnOBF3wVmMOEZ7J6Ij -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/icucollationdecomposition/icucollationdecomposition.go
2025-08-20T23:00:45.0104488Z [00:03:07.272]➜  go tool buildid -w $WORK/b2375/_pkg_.a # internal
2025-08-20T23:00:45.0110456Z [00:03:07.272]➜  go tool buildid -w $WORK/b2376/_pkg_.a # internal
2025-08-20T23:00:45.0111334Z [00:03:07.272]➜  cp $WORK/b2375/_pkg_.a /root/.cache/go-build/d6/d6a8a16d9210d7645e973b4bae72b854106f2970e96e1c419b4f2974d3696ea8-d # internal
2025-08-20T23:00:45.0115813Z [00:03:07.272]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength
2025-08-20T23:00:45.0116325Z [00:03:07.272]➜  mkdir -p $WORK/b2377/
2025-08-20T23:00:45.0116714Z [00:03:07.272]➜  cat >/tmp/go-build2180205415/b2377/importcfg << 'EOF' # internal
2025-08-20T23:00:45.0117064Z [00:03:07.272]➜  # import config
2025-08-20T23:00:45.0123332Z [00:03:07.272]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.0123960Z [00:03:07.272]➜  EOF
2025-08-20T23:00:45.0126861Z [00:03:07.272]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2377/_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/b2377=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength -lang=go1.22 -complete -installsuffix shared -buildid _ulXrSif7Mi9f0CBugbY/_ulXrSif7Mi9f0CBugbY -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/icucollationstrength/icucollationstrength.go
2025-08-20T23:00:45.0129640Z [00:03:07.273]➜  cp $WORK/b2376/_pkg_.a /root/.cache/go-build/4e/4ec92908d029a16ddc8398e1455029088408694a3d2c6c7f7e5c06aa7a5b7852-d # internal
2025-08-20T23:00:45.0130385Z [00:03:07.273]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode
2025-08-20T23:00:45.0130828Z [00:03:07.273]➜  mkdir -p $WORK/b2378/
2025-08-20T23:00:45.0131218Z [00:03:07.273]➜  cat >/tmp/go-build2180205415/b2378/importcfg << 'EOF' # internal
2025-08-20T23:00:45.0131558Z [00:03:07.273]➜  # import config
2025-08-20T23:00:45.0131902Z [00:03:07.273]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.0132219Z [00:03:07.273]➜  EOF
2025-08-20T23:00:45.0135073Z [00:03:07.273]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2378/_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/b2378=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode -lang=go1.22 -complete -installsuffix shared -buildid D2RB-1oB1s_TpQueTtoI/D2RB-1oB1s_TpQueTtoI -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/icunormalizationmode/icunormalizationmode.go
2025-08-20T23:00:45.0229081Z [00:03:07.284]➜  go tool buildid -w $WORK/b2377/_pkg_.a # internal
2025-08-20T23:00:45.0232566Z [00:03:07.284]➜  cp $WORK/b2377/_pkg_.a /root/.cache/go-build/da/dacfd4fbf85c521ca3c81c4f360faf16602444465feaaca2c9eaad94af438e43-d # internal
2025-08-20T23:00:45.0234212Z [00:03:07.285]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype
2025-08-20T23:00:45.0234701Z [00:03:07.285]➜  mkdir -p $WORK/b2379/
2025-08-20T23:00:45.0266249Z [00:03:07.288]➜  go tool buildid -w $WORK/b2378/_pkg_.a # internal
2025-08-20T23:00:45.0269711Z [00:03:07.288]➜  cp $WORK/b2378/_pkg_.a /root/.cache/go-build/8e/8e8be6c81b4b48f8f959b93171ed4b4b8acc0c08d674dfb85b0572fd27783f87-d # internal
2025-08-20T23:00:45.0279741Z [00:03:07.288]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection
2025-08-20T23:00:45.0280238Z [00:03:07.288]➜  mkdir -p $WORK/b2380/
2025-08-20T23:00:45.0280624Z [00:03:07.288]➜  cat >/tmp/go-build2180205415/b2380/importcfg << 'EOF' # internal
2025-08-20T23:00:45.0280975Z [00:03:07.288]➜  # import config
2025-08-20T23:00:45.0281316Z [00:03:07.288]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.0282087Z [00:03:07.288]➜  EOF
2025-08-20T23:00:45.0286553Z [00:03:07.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2380/_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/b2380=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection -lang=go1.22 -complete -installsuffix shared -buildid fSQUmFYlx3Ga6MKnt0Zu/fSQUmFYlx3Ga6MKnt0Zu -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/icutransformdirection/icutransformdirection.go
2025-08-20T23:00:45.0306538Z [00:03:07.289]➜  cat >/tmp/go-build2180205415/b2379/importcfg << 'EOF' # internal
2025-08-20T23:00:45.0307044Z [00:03:07.289]➜  # import config
2025-08-20T23:00:45.0307394Z [00:03:07.289]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.0307729Z [00:03:07.289]➜  EOF
2025-08-20T23:00:45.0310452Z [00:03:07.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2379/_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/b2379=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype -lang=go1.22 -complete -installsuffix shared -buildid wGRPPWThSIetJ3eyLkcE/wGRPPWThSIetJ3eyLkcE -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/icunormalizationtype/icunormalizationtype.go
2025-08-20T23:00:45.0483768Z [00:03:07.309]➜  go tool buildid -w $WORK/b2379/_pkg_.a # internal
2025-08-20T23:00:45.0488045Z [00:03:07.310]➜  go tool buildid -w $WORK/b2380/_pkg_.a # internal
2025-08-20T23:00:45.0491729Z [00:03:07.310]➜  cp $WORK/b2380/_pkg_.a /root/.cache/go-build/e2/e203a98dc890dfc938851f7acb2a2cf4e8c91a0574c0eccb141cabf45c2a61e6-d # internal
2025-08-20T23:00:45.0495480Z [00:03:07.311]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea
2025-08-20T23:00:45.0497409Z [00:03:07.311]➜  mkdir -p $WORK/b2381/
2025-08-20T23:00:45.0498286Z [00:03:07.311]➜  cat >/tmp/go-build2180205415/b2381/importcfg << 'EOF' # internal
2025-08-20T23:00:45.0498647Z [00:03:07.311]➜  # import config
2025-08-20T23:00:45.0498995Z [00:03:07.311]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.0499530Z [00:03:07.311]➜  EOF
2025-08-20T23:00:45.0502066Z [00:03:07.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2381/_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/b2381=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea -lang=go1.22 -complete -installsuffix shared -buildid lC5Osw2IZtYeC8bcSoae/lC5Osw2IZtYeC8bcSoae -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/impactarea/impactarea.go
2025-08-20T23:00:45.0511866Z [00:03:07.312]➜  cp $WORK/b2379/_pkg_.a /root/.cache/go-build/4a/4a3f414420eccd5d9cb53dab774fbec4e8b252d668c49d682f1bf1c5e89f814e-d # internal
2025-08-20T23:00:45.0512834Z [00:03:07.312]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup
2025-08-20T23:00:45.0513436Z [00:03:07.312]➜  mkdir -p $WORK/b2382/
2025-08-20T23:00:45.0519471Z [00:03:07.313]➜  cat >/tmp/go-build2180205415/b2382/importcfg << 'EOF' # internal
2025-08-20T23:00:45.0520417Z [00:03:07.313]➜  # import config
2025-08-20T23:00:45.0521249Z [00:03:07.313]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.0521977Z [00:03:07.313]➜  EOF
2025-08-20T23:00:45.0524978Z [00:03:07.313]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2382/_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/b2382=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup -lang=go1.22 -complete -installsuffix shared -buildid 1t5qzFCVshRIiOHdoCJj/1t5qzFCVshRIiOHdoCJj -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/indexcheckonstartup/indexcheckonstartup.go
2025-08-20T23:00:45.0639105Z [00:03:07.325]➜  go tool buildid -w $WORK/b2381/_pkg_.a # internal
2025-08-20T23:00:45.0640208Z [00:03:07.325]➜  cp $WORK/b2381/_pkg_.a /root/.cache/go-build/1d/1da4c1e29722087b0124b1d0dc94fc52d064be4462d730e6fe2e17e77a62e31b-d # internal
2025-08-20T23:00:45.0641240Z [00:03:07.325]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate
2025-08-20T23:00:45.0642372Z [00:03:07.325]➜  mkdir -p $WORK/b2383/
2025-08-20T23:00:45.0642778Z [00:03:07.325]➜  cat >/tmp/go-build2180205415/b2383/importcfg << 'EOF' # internal
2025-08-20T23:00:45.0643415Z [00:03:07.325]➜  # import config
2025-08-20T23:00:45.0643843Z [00:03:07.325]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.0644167Z [00:03:07.325]➜  EOF
2025-08-20T23:00:45.0646981Z [00:03:07.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2383/_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/b2383=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate -lang=go1.22 -complete -installsuffix shared -buildid bMTIEemb7iSZsTgVihtq/bMTIEemb7iSZsTgVihtq -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/indexingjobstate/indexingjobstate.go
2025-08-20T23:00:45.0687483Z [00:03:07.330]➜  go tool buildid -w $WORK/b2382/_pkg_.a # internal
2025-08-20T23:00:45.0692193Z [00:03:07.330]➜  cp $WORK/b2382/_pkg_.a /root/.cache/go-build/f1/f158e408e40219138ae502f416430e20f411b963f56508dd500e378d21c4a06c-d # internal
2025-08-20T23:00:45.0698564Z [00:03:07.331]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate
2025-08-20T23:00:45.0700308Z [00:03:07.331]➜  mkdir -p $WORK/b2384/
2025-08-20T23:00:45.0707597Z [00:03:07.332]➜  cat >/tmp/go-build2180205415/b2384/importcfg << 'EOF' # internal
2025-08-20T23:00:45.0709516Z [00:03:07.332]➜  # import config
2025-08-20T23:00:45.0710435Z [00:03:07.332]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.0711380Z [00:03:07.332]➜  EOF
2025-08-20T23:00:45.0714234Z [00:03:07.332]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2384/_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/b2384=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate -lang=go1.22 -complete -installsuffix shared -buildid dX72c79dT5jtkzWWaqOA/dX72c79dT5jtkzWWaqOA -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/indexmetadatastate/indexmetadatastate.go
2025-08-20T23:00:45.0792231Z [00:03:07.340]➜  go tool buildid -w $WORK/b2383/_pkg_.a # internal
2025-08-20T23:00:45.0797619Z [00:03:07.341]➜  cp $WORK/b2383/_pkg_.a /root/.cache/go-build/df/df4796ea62ee0a95b861ecd06b67a367b8039fc643c58c1c09b0d701e296124a-d # internal
2025-08-20T23:00:45.0798420Z [00:03:07.341]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions
2025-08-20T23:00:45.0799124Z [00:03:07.341]➜  mkdir -p $WORK/b2385/
2025-08-20T23:00:45.0805272Z [00:03:07.341]➜  cat >/tmp/go-build2180205415/b2385/importcfg << 'EOF' # internal
2025-08-20T23:00:45.0805643Z [00:03:07.341]➜  # import config
2025-08-20T23:00:45.0806216Z [00:03:07.341]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.0806547Z [00:03:07.341]➜  EOF
2025-08-20T23:00:45.0809106Z [00:03:07.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2385/_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/b2385=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions -lang=go1.22 -complete -installsuffix shared -buildid KlXSG3PmjohdzMiJHK2V/KlXSG3PmjohdzMiJHK2V -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/indexoptions/indexoptions.go
2025-08-20T23:00:45.0866256Z [00:03:07.347]➜  go tool buildid -w $WORK/b2384/_pkg_.a # internal
2025-08-20T23:00:45.0871159Z [00:03:07.348]➜  cp $WORK/b2384/_pkg_.a /root/.cache/go-build/8b/8bbc7402de42e8a042a0fc71e9677b46b0414f2c59e0434b0becf7ee677c256e-d # internal
2025-08-20T23:00:45.0874134Z [00:03:07.348]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege
2025-08-20T23:00:45.0874929Z [00:03:07.348]➜  mkdir -p $WORK/b2386/
2025-08-20T23:00:45.0876345Z [00:03:07.348]➜  cat >/tmp/go-build2180205415/b2386/importcfg << 'EOF' # internal
2025-08-20T23:00:45.0878769Z [00:03:07.348]➜  # import config
2025-08-20T23:00:45.0879153Z [00:03:07.348]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.0879479Z [00:03:07.348]➜  EOF
2025-08-20T23:00:45.0882084Z [00:03:07.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2386/_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/b2386=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege -lang=go1.22 -complete -installsuffix shared -buildid MMz-EvYZNxFqVob0HfLi/MMz-EvYZNxFqVob0HfLi -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/indexprivilege/indexprivilege.go
2025-08-20T23:00:45.0923281Z [00:03:07.353]➜  go tool buildid -w $WORK/b2385/_pkg_.a # internal
2025-08-20T23:00:45.0928779Z [00:03:07.354]➜  cp $WORK/b2385/_pkg_.a /root/.cache/go-build/dd/dd291ea8dc52bd257fbcfe455ffe34af8f2152f0d5baf32cd28902a1f80d095c-d # internal
2025-08-20T23:00:45.0929626Z [00:03:07.354]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions
2025-08-20T23:00:45.0930118Z [00:03:07.354]➜  mkdir -p $WORK/b2387/
2025-08-20T23:00:45.0932086Z [00:03:07.354]➜  cat >/tmp/go-build2180205415/b2387/importcfg << 'EOF' # internal
2025-08-20T23:00:45.0932762Z [00:03:07.354]➜  # import config
2025-08-20T23:00:45.0933417Z [00:03:07.354]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.0934134Z [00:03:07.354]➜  EOF
2025-08-20T23:00:45.0937440Z [00:03:07.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2387/_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/b2387=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions -lang=go1.22 -complete -installsuffix shared -buildid ZtWys9h64JNSgiHFNL_l/ZtWys9h64JNSgiHFNL_l -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/indexroutingallocationoptions/indexroutingallocationoptions.go
2025-08-20T23:00:45.1044096Z [00:03:07.365]➜  go tool buildid -w $WORK/b2386/_pkg_.a # internal
2025-08-20T23:00:45.1047352Z [00:03:07.365]➜  cp $WORK/b2386/_pkg_.a /root/.cache/go-build/52/52cac52ab813851a424aada42bb658d2e7677cdbc42dcc047260a0452b2f6743-d # internal
2025-08-20T23:00:45.1048186Z [00:03:07.365]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions
2025-08-20T23:00:45.1048665Z [00:03:07.365]➜  mkdir -p $WORK/b2388/
2025-08-20T23:00:45.1049044Z [00:03:07.365]➜  cat >/tmp/go-build2180205415/b2388/importcfg << 'EOF' # internal
2025-08-20T23:00:45.1049401Z [00:03:07.365]➜  # import config
2025-08-20T23:00:45.1050022Z [00:03:07.365]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.1050345Z [00:03:07.365]➜  EOF
2025-08-20T23:00:45.1053385Z [00:03:07.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2388/_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/b2388=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions -lang=go1.22 -complete -installsuffix shared -buildid GtsOI1LBB4IfVY2OB2Up/GtsOI1LBB4IfVY2OB2Up -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/indexroutingrebalanceoptions/indexroutingrebalanceoptions.go
2025-08-20T23:00:45.1160120Z [00:03:07.377]➜  go tool buildid -w $WORK/b2387/_pkg_.a # internal
2025-08-20T23:00:45.1170368Z [00:03:07.377]➜  cp $WORK/b2387/_pkg_.a /root/.cache/go-build/e8/e88337c691319e2442329145d19ca6dc6947e2e6b36893e6dfebc546f907bade-d # internal
2025-08-20T23:00:45.1172211Z [00:03:07.378]➜  go tool buildid -w $WORK/b2388/_pkg_.a # internal
2025-08-20T23:00:45.1176364Z [00:03:07.378]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus
2025-08-20T23:00:45.1176834Z [00:03:07.378]➜  mkdir -p $WORK/b2389/
2025-08-20T23:00:45.1177453Z [00:03:07.378]➜  cp $WORK/b2388/_pkg_.a /root/.cache/go-build/63/636229729470c71ab119d57ee24f8c6abc0bc6ad6b635b5f36f9a9ad89b7ecaa-d # internal
2025-08-20T23:00:45.1178148Z [00:03:07.378]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype
2025-08-20T23:00:45.1178543Z [00:03:07.378]➜  mkdir -p $WORK/b2390/
2025-08-20T23:00:45.1178917Z [00:03:07.378]➜  cat >/tmp/go-build2180205415/b2389/importcfg << 'EOF' # internal
2025-08-20T23:00:45.1179551Z [00:03:07.378]➜  # import config
2025-08-20T23:00:45.1179899Z [00:03:07.378]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.1180224Z [00:03:07.378]➜  EOF
2025-08-20T23:00:45.1180550Z [00:03:07.378]➜  cat >/tmp/go-build2180205415/b2390/importcfg << 'EOF' # internal
2025-08-20T23:00:45.1180890Z [00:03:07.378]➜  # import config
2025-08-20T23:00:45.1181233Z [00:03:07.378]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.1181548Z [00:03:07.378]➜  EOF
2025-08-20T23:00:45.1184025Z [00:03:07.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2390/_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/b2390=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype -lang=go1.22 -complete -installsuffix shared -buildid IYfmTbNO37a134hgHm3w/IYfmTbNO37a134hgHm3w -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/inputtype/inputtype.go
2025-08-20T23:00:45.1194486Z [00:03:07.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2389/_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/b2389=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus -lang=go1.22 -complete -installsuffix shared -buildid 5jX-bF3r-WzIiU2CMmyd/5jX-bF3r-WzIiU2CMmyd -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/indicatorhealthstatus/indicatorhealthstatus.go
2025-08-20T23:00:45.1398419Z [00:03:07.401]➜  go tool buildid -w $WORK/b2389/_pkg_.a # internal
2025-08-20T23:00:45.1410460Z [00:03:07.401]➜  cp $WORK/b2389/_pkg_.a /root/.cache/go-build/75/75fbf121b20a5349259886008527c6654da23edd96412900cd0f79418e3a4070-d # internal
2025-08-20T23:00:45.1414276Z [00:03:07.401]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason
2025-08-20T23:00:45.1416239Z [00:03:07.401]➜  go tool buildid -w $WORK/b2390/_pkg_.a # internal
2025-08-20T23:00:45.1416584Z [00:03:07.402]➜  mkdir -p $WORK/b2391/
2025-08-20T23:00:45.1417036Z [00:03:07.402]➜  cat >/tmp/go-build2180205415/b2391/importcfg << 'EOF' # internal
2025-08-20T23:00:45.1417406Z [00:03:07.402]➜  # import config
2025-08-20T23:00:45.1417747Z [00:03:07.402]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.1418283Z [00:03:07.402]➜  EOF
2025-08-20T23:00:45.1420963Z [00:03:07.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2391/_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/b2391=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason -lang=go1.22 -complete -installsuffix shared -buildid AF2RaCuC5v-stmLMFP-L/AF2RaCuC5v-stmLMFP-L -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/jobblockedreason/jobblockedreason.go
2025-08-20T23:00:45.1423617Z [00:03:07.402]➜  cp $WORK/b2390/_pkg_.a /root/.cache/go-build/69/699267819fa9efcf5cd02fba7fe2193d4e3d0de3cdb8b5de11854d562cf43392-d # internal
2025-08-20T23:00:45.1424317Z [00:03:07.403]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate
2025-08-20T23:00:45.1424710Z [00:03:07.403]➜  mkdir -p $WORK/b2392/
2025-08-20T23:00:45.1428591Z [00:03:07.403]➜  cat >/tmp/go-build2180205415/b2392/importcfg << 'EOF' # internal
2025-08-20T23:00:45.1429309Z [00:03:07.403]➜  # import config
2025-08-20T23:00:45.1431541Z [00:03:07.403]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.1432246Z [00:03:07.403]➜  EOF
2025-08-20T23:00:45.1435194Z [00:03:07.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2392/_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/b2392=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate -lang=go1.22 -complete -installsuffix shared -buildid ehQNwZRxoNdfD178trAI/ehQNwZRxoNdfD178trAI -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/jobstate/jobstate.go
2025-08-20T23:00:45.1542061Z [00:03:07.415]➜  go tool buildid -w $WORK/b2392/_pkg_.a # internal
2025-08-20T23:00:45.1547804Z [00:03:07.416]➜  cp $WORK/b2392/_pkg_.a /root/.cache/go-build/85/85000fa685549d9bf5464c63cbad833ef3cd3d6103d2e060e51a96ede7bc3478-d # internal
2025-08-20T23:00:45.1552034Z [00:03:07.416]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy
2025-08-20T23:00:45.1553063Z [00:03:07.416]➜  mkdir -p $WORK/b2393/
2025-08-20T23:00:45.1553513Z [00:03:07.416]➜  cat >/tmp/go-build2180205415/b2393/importcfg << 'EOF' # internal
2025-08-20T23:00:45.1553877Z [00:03:07.416]➜  # import config
2025-08-20T23:00:45.1554432Z [00:03:07.416]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.1554825Z [00:03:07.416]➜  EOF
2025-08-20T23:00:45.1557907Z [00:03:07.416]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2393/_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/b2393=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy -lang=go1.22 -complete -installsuffix shared -buildid qI_aoCBaResk8Rzxjn8n/qI_aoCBaResk8Rzxjn8n -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/jsonprocessorconflictstrategy/jsonprocessorconflictstrategy.go
2025-08-20T23:00:45.1564245Z [00:03:07.418]➜  go tool buildid -w $WORK/b2391/_pkg_.a # internal
2025-08-20T23:00:45.1569085Z [00:03:07.418]➜  cp $WORK/b2391/_pkg_.a /root/.cache/go-build/dc/dc7f20ae1b38f46a0745c72456b0ae5058dbc78df10dce7825256946ba4584bc-d # internal
2025-08-20T23:00:45.1571089Z [00:03:07.418]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode
2025-08-20T23:00:45.1575192Z [00:03:07.419]➜  mkdir -p $WORK/b2394/
2025-08-20T23:00:45.1575649Z [00:03:07.419]➜  cat >/tmp/go-build2180205415/b2394/importcfg << 'EOF' # internal
2025-08-20T23:00:45.1576132Z [00:03:07.419]➜  # import config
2025-08-20T23:00:45.1576488Z [00:03:07.419]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.1576816Z [00:03:07.419]➜  EOF
2025-08-20T23:00:45.1581667Z [00:03:07.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2394/_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/b2394=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode -lang=go1.22 -complete -installsuffix shared -buildid tlRZDZgVny0KuboIuelj/tlRZDZgVny0KuboIuelj -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/keeptypesmode/keeptypesmode.go
2025-08-20T23:00:45.1679319Z [00:03:07.429]➜  go tool buildid -w $WORK/b2393/_pkg_.a # internal
2025-08-20T23:00:45.1687073Z [00:03:07.430]➜  cp $WORK/b2393/_pkg_.a /root/.cache/go-build/89/890f1ed5f4e0a1fb845f89a3be43a030e122c5b6a82d4eab6c0a4f2c8c4c0dfc-d # internal
2025-08-20T23:00:45.1688179Z [00:03:07.430]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode
2025-08-20T23:00:45.1688658Z [00:03:07.430]➜  mkdir -p $WORK/b2395/
2025-08-20T23:00:45.1702324Z [00:03:07.431]➜  cat >/tmp/go-build2180205415/b2395/importcfg << 'EOF' # internal
2025-08-20T23:00:45.1703152Z [00:03:07.431]➜  # import config
2025-08-20T23:00:45.1705045Z [00:03:07.431]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.1705404Z [00:03:07.431]➜  EOF
2025-08-20T23:00:45.1712270Z [00:03:07.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2395/_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/b2395=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode -lang=go1.22 -complete -installsuffix shared -buildid 2Fh5OACo5fxHZFRZhUtZ/2Fh5OACo5fxHZFRZhUtZ -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/kuromojitokenizationmode/kuromojitokenizationmode.go
2025-08-20T23:00:45.1714938Z [00:03:07.431]➜  go tool buildid -w $WORK/b2394/_pkg_.a # internal
2025-08-20T23:00:45.1715848Z [00:03:07.432]➜  cp $WORK/b2394/_pkg_.a /root/.cache/go-build/e6/e69c1b8a3ea5eed339f07d61d97f473406437f2c8961bb6e731d2d88ad69633e-d # internal
2025-08-20T23:00:45.1716655Z [00:03:07.432]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/language
2025-08-20T23:00:45.1717057Z [00:03:07.432]➜  mkdir -p $WORK/b2396/
2025-08-20T23:00:45.1717456Z [00:03:07.432]➜  cat >/tmp/go-build2180205415/b2396/importcfg << 'EOF' # internal
2025-08-20T23:00:45.1717805Z [00:03:07.432]➜  # import config
2025-08-20T23:00:45.1718148Z [00:03:07.432]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.1718465Z [00:03:07.432]➜  EOF
2025-08-20T23:00:45.1720904Z [00:03:07.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2396/_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/b2396=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/language -lang=go1.22 -complete -installsuffix shared -buildid UWcUjMcNQeglvtLKrQGy/UWcUjMcNQeglvtLKrQGy -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/language/language.go
2025-08-20T23:00:45.1812541Z [00:03:07.442]➜  go tool buildid -w $WORK/b2395/_pkg_.a # internal
2025-08-20T23:00:45.1824073Z [00:03:07.442]➜  cp $WORK/b2395/_pkg_.a /root/.cache/go-build/df/dfd3311d0ccb92656197fc6d01a6a12ab910af3919dda82c56ed06529b9b7de4-d # internal
2025-08-20T23:00:45.1824873Z [00:03:07.442]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus
2025-08-20T23:00:45.1825307Z [00:03:07.442]➜  mkdir -p $WORK/b2397/
2025-08-20T23:00:45.1825693Z [00:03:07.443]➜  cat >/tmp/go-build2180205415/b2397/importcfg << 'EOF' # internal
2025-08-20T23:00:45.1829317Z [00:03:07.443]➜  # import config
2025-08-20T23:00:45.1830200Z [00:03:07.443]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.1830989Z [00:03:07.443]➜  EOF
2025-08-20T23:00:45.1834638Z [00:03:07.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2397/_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/b2397=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus -lang=go1.22 -complete -installsuffix shared -buildid ukTapVDIziJOaFNukwgM/ukTapVDIziJOaFNukwgM -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/licensestatus/licensestatus.go
2025-08-20T23:00:45.1933820Z [00:03:07.454]➜  go tool buildid -w $WORK/b2396/_pkg_.a # internal
2025-08-20T23:00:45.1938874Z [00:03:07.454]➜  go tool buildid -w $WORK/b2397/_pkg_.a # internal
2025-08-20T23:00:45.1941286Z [00:03:07.455]➜  cp $WORK/b2397/_pkg_.a /root/.cache/go-build/d5/d59aa73998c8404f9c0c590fd4ec453a1b86c9cd7cfc0f25992da490d789f1fc-d # internal
2025-08-20T23:00:45.1942325Z [00:03:07.455]➜  cp $WORK/b2396/_pkg_.a /root/.cache/go-build/e4/e403c88ed5902f59b3578a14cbf3df35bb38375a0355d2fd643c7d0f0c9270fe-d # internal
2025-08-20T23:00:45.1945843Z [00:03:07.455]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype
2025-08-20T23:00:45.1947297Z [00:03:07.455]➜  mkdir -p $WORK/b2398/
2025-08-20T23:00:45.1948558Z [00:03:07.455]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode
2025-08-20T23:00:45.1949839Z [00:03:07.455]➜  mkdir -p $WORK/b2399/
2025-08-20T23:00:45.1951329Z [00:03:07.456]➜  cat >/tmp/go-build2180205415/b2399/importcfg << 'EOF' # internal
2025-08-20T23:00:45.1952003Z [00:03:07.456]➜  # import config
2025-08-20T23:00:45.1952357Z [00:03:07.456]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.1952680Z [00:03:07.456]➜  EOF
2025-08-20T23:00:45.1955584Z [00:03:07.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2399/_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/b2399=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode -lang=go1.22 -complete -installsuffix shared -buildid R7tX2LNkxrS_oURSGoar/R7tX2LNkxrS_oURSGoar -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/lifecycleoperationmode/lifecycleoperationmode.go
2025-08-20T23:00:45.1958291Z [00:03:07.456]➜  cat >/tmp/go-build2180205415/b2398/importcfg << 'EOF' # internal
2025-08-20T23:00:45.1958647Z [00:03:07.456]➜  # import config
2025-08-20T23:00:45.1958985Z [00:03:07.456]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.1959302Z [00:03:07.456]➜  EOF
2025-08-20T23:00:45.1962717Z [00:03:07.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2398/_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/b2398=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype -lang=go1.22 -complete -installsuffix shared -buildid Wmg5WfAdYSiwO1SnpLfm/Wmg5WfAdYSiwO1SnpLfm -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/licensetype/licensetype.go
2025-08-20T23:00:45.2099707Z [00:03:07.469]➜  go tool buildid -w $WORK/b2399/_pkg_.a # internal
2025-08-20T23:00:45.2100589Z [00:03:07.469]➜  cp $WORK/b2399/_pkg_.a /root/.cache/go-build/66/664ae9cd106be196d31b24e7aebcdf5c2ddcda9dfa3f0355152e2f502573ca71-d # internal
2025-08-20T23:00:45.2101300Z [00:03:07.469]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby
2025-08-20T23:00:45.2101701Z [00:03:07.469]➜  mkdir -p $WORK/b2400/
2025-08-20T23:00:45.2102089Z [00:03:07.469]➜  cat >/tmp/go-build2180205415/b2400/importcfg << 'EOF' # internal
2025-08-20T23:00:45.2102444Z [00:03:07.469]➜  # import config
2025-08-20T23:00:45.2102797Z [00:03:07.469]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.2103120Z [00:03:07.469]➜  EOF
2025-08-20T23:00:45.2105575Z [00:03:07.469]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2400/_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/b2400=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby -lang=go1.22 -complete -installsuffix shared -buildid ZekXyC_slsNUr1X66gUq/ZekXyC_slsNUr1X66gUq -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/managedby/managedby.go
2025-08-20T23:00:45.2108276Z [00:03:07.470]➜  go tool buildid -w $WORK/b2398/_pkg_.a # internal
2025-08-20T23:00:45.2108955Z [00:03:07.470]➜  cp $WORK/b2398/_pkg_.a /root/.cache/go-build/ce/cee9474dd12bb8b42fdee9a26406f08026bcef524a8b66fd509da164cccb6a01-d # internal
2025-08-20T23:00:45.2110566Z [00:03:07.471]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype
2025-08-20T23:00:45.2111256Z [00:03:07.471]➜  mkdir -p $WORK/b2401/
2025-08-20T23:00:45.2111766Z [00:03:07.472]➜  cat >/tmp/go-build2180205415/b2401/importcfg << 'EOF' # internal
2025-08-20T23:00:45.2112213Z [00:03:07.472]➜  # import config
2025-08-20T23:00:45.2112658Z [00:03:07.472]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.2113963Z [00:03:07.472]➜  EOF
2025-08-20T23:00:45.2134816Z [00:03:07.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2401/_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/b2401=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype -lang=go1.22 -complete -installsuffix shared -buildid 8Bu86adJ1dmY9gMgnNek/8Bu86adJ1dmY9gMgnNek -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/matchtype/matchtype.go
2025-08-20T23:00:45.2266507Z [00:03:07.488]➜  go tool buildid -w $WORK/b2400/_pkg_.a # internal
2025-08-20T23:00:45.2273795Z [00:03:07.488]➜  cp $WORK/b2400/_pkg_.a /root/.cache/go-build/fb/fbc44386c0637ba03b0b9b33a5ec57b16b430ae147f3c5f61961b6ddec54082f-d # internal
2025-08-20T23:00:45.2274566Z [00:03:07.488]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus
2025-08-20T23:00:45.2277423Z [00:03:07.488]➜  mkdir -p $WORK/b2402/
2025-08-20T23:00:45.2278886Z [00:03:07.489]➜  cat >/tmp/go-build2180205415/b2402/importcfg << 'EOF' # internal
2025-08-20T23:00:45.2279258Z [00:03:07.489]➜  # import config
2025-08-20T23:00:45.2279622Z [00:03:07.489]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.2279943Z [00:03:07.489]➜  EOF
2025-08-20T23:00:45.2282699Z [00:03:07.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2402/_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/b2402=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus -lang=go1.22 -complete -installsuffix shared -buildid i0DwktSZitr2FUndTtOM/i0DwktSZitr2FUndTtOM -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/memorystatus/memorystatus.go
2025-08-20T23:00:45.2376867Z [00:03:07.499]➜  go tool buildid -w $WORK/b2401/_pkg_.a # internal
2025-08-20T23:00:45.2390680Z [00:03:07.500]➜  cp $WORK/b2401/_pkg_.a /root/.cache/go-build/0c/0c48dfb889137574f53ae71a394bcdb183e662281f37fe5860535bb894daccf8-d # internal
2025-08-20T23:00:45.2393872Z [00:03:07.500]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric
2025-08-20T23:00:45.2394337Z [00:03:07.500]➜  mkdir -p $WORK/b2403/
2025-08-20T23:00:45.2395160Z [00:03:07.500]➜  cat >/tmp/go-build2180205415/b2403/importcfg << 'EOF' # internal
2025-08-20T23:00:45.2395995Z [00:03:07.500]➜  # import config
2025-08-20T23:00:45.2396802Z [00:03:07.500]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.2397648Z [00:03:07.500]➜  EOF
2025-08-20T23:00:45.2400526Z [00:03:07.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2403/_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/b2403=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric -lang=go1.22 -complete -installsuffix shared -buildid PFN33qOlqME5XJPgCsYF/PFN33qOlqME5XJPgCsYF -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/metric/metric.go
2025-08-20T23:00:45.2540742Z [00:03:07.515]➜  go tool buildid -w $WORK/b2402/_pkg_.a # internal
2025-08-20T23:00:45.2544994Z [00:03:07.516]➜  cp $WORK/b2402/_pkg_.a /root/.cache/go-build/09/093e9057db83cca83d37fd15c474e6b869470bb98ebd47ac7db9963aa747dff3-d # internal
2025-08-20T23:00:45.2547752Z [00:03:07.516]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus
2025-08-20T23:00:45.2552245Z [00:03:07.516]➜  mkdir -p $WORK/b2404/
2025-08-20T23:00:45.2552744Z [00:03:07.516]➜  cat >/tmp/go-build2180205415/b2404/importcfg << 'EOF' # internal
2025-08-20T23:00:45.2553097Z [00:03:07.516]➜  # import config
2025-08-20T23:00:45.2553446Z [00:03:07.516]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.2553763Z [00:03:07.516]➜  EOF
2025-08-20T23:00:45.2556613Z [00:03:07.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2404/_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/b2404=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus -lang=go1.22 -complete -installsuffix shared -buildid 9rOJSNEmioeUvdq9nOBQ/9rOJSNEmioeUvdq9nOBQ -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/migrationstatus/migrationstatus.go
2025-08-20T23:00:45.2632526Z [00:03:07.524]➜  go tool buildid -w $WORK/b2403/_pkg_.a # internal
2025-08-20T23:00:45.2634902Z [00:03:07.524]➜  cp $WORK/b2403/_pkg_.a /root/.cache/go-build/3e/3e8dcf03337475822d5580205eb2aa18f0c486a4a3dc355450adc4b19bb70414-d # internal
2025-08-20T23:00:45.2635713Z [00:03:07.524]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval
2025-08-20T23:00:45.2636307Z [00:03:07.524]➜  mkdir -p $WORK/b2405/
2025-08-20T23:00:45.2636707Z [00:03:07.525]➜  cat >/tmp/go-build2180205415/b2405/importcfg << 'EOF' # internal
2025-08-20T23:00:45.2647988Z [00:03:07.525]➜  # import config
2025-08-20T23:00:45.2648439Z [00:03:07.525]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.2648763Z [00:03:07.525]➜  EOF
2025-08-20T23:00:45.2651368Z [00:03:07.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2405/_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/b2405=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval -lang=go1.22 -complete -installsuffix shared -buildid -qdZCXyUJ2hPTHjAyNDO/-qdZCXyUJ2hPTHjAyNDO -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/minimuminterval/minimuminterval.go
2025-08-20T23:00:45.2776358Z [00:03:07.539]➜  go tool buildid -w $WORK/b2404/_pkg_.a # internal
2025-08-20T23:00:45.2784772Z [00:03:07.539]➜  cp $WORK/b2404/_pkg_.a /root/.cache/go-build/40/40af095d9728cb8dcc9ac6218f1285f5725d3fc0494319a75ef5b5524c375ca4-d # internal
2025-08-20T23:00:45.2787974Z [00:03:07.539]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder
2025-08-20T23:00:45.2789731Z [00:03:07.539]➜  mkdir -p $WORK/b2406/
2025-08-20T23:00:45.2791092Z [00:03:07.540]➜  cat >/tmp/go-build2180205415/b2406/importcfg << 'EOF' # internal
2025-08-20T23:00:45.2791959Z [00:03:07.540]➜  # import config
2025-08-20T23:00:45.2792549Z [00:03:07.540]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.2793057Z [00:03:07.540]➜  EOF
2025-08-20T23:00:45.2797153Z [00:03:07.540]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2406/_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/b2406=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder -lang=go1.22 -complete -installsuffix shared -buildid jyVZtcsLWeb2EiCqVcXz/jyVZtcsLWeb2EiCqVcXz -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/missingorder/missingorder.go
2025-08-20T23:00:45.2803681Z [00:03:07.541]➜  go tool buildid -w $WORK/b2405/_pkg_.a # internal
2025-08-20T23:00:45.2805620Z [00:03:07.541]➜  cp $WORK/b2405/_pkg_.a /root/.cache/go-build/0b/0bff1ecc62263258c1f9b92acb4cf7bab28b5e6110ed999f7d186850dbabef6b-d # internal
2025-08-20T23:00:45.2806847Z [00:03:07.541]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month
2025-08-20T23:00:45.2807294Z [00:03:07.541]➜  mkdir -p $WORK/b2407/
2025-08-20T23:00:45.2816591Z [00:03:07.543]➜  cat >/tmp/go-build2180205415/b2407/importcfg << 'EOF' # internal
2025-08-20T23:00:45.2817822Z [00:03:07.543]➜  # import config
2025-08-20T23:00:45.2818570Z [00:03:07.543]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.2819022Z [00:03:07.543]➜  EOF
2025-08-20T23:00:45.2822019Z [00:03:07.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2407/_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/b2407=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month -lang=go1.22 -complete -installsuffix shared -buildid ZfdEX1EmoV5o5lA65RSw/ZfdEX1EmoV5o5lA65RSw -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/month/month.go
2025-08-20T23:00:45.2920026Z [00:03:07.553]➜  go tool buildid -w $WORK/b2406/_pkg_.a # internal
2025-08-20T23:00:45.2924549Z [00:03:07.553]➜  cp $WORK/b2406/_pkg_.a /root/.cache/go-build/af/af2f6c06e86806f790069deef8c58d3e8097b969a6d430bb28cc6779d5197c6f-d # internal
2025-08-20T23:00:45.2925606Z [00:03:07.554]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode
2025-08-20T23:00:45.2928283Z [00:03:07.554]➜  mkdir -p $WORK/b2408/
2025-08-20T23:00:45.2928694Z [00:03:07.554]➜  cat >/tmp/go-build2180205415/b2408/importcfg << 'EOF' # internal
2025-08-20T23:00:45.2929056Z [00:03:07.554]➜  # import config
2025-08-20T23:00:45.2929404Z [00:03:07.554]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.2929729Z [00:03:07.554]➜  EOF
2025-08-20T23:00:45.2932326Z [00:03:07.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2408/_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/b2408=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode -lang=go1.22 -complete -installsuffix shared -buildid 32yWQyD3eP3OhpZMgkbZ/32yWQyD3eP3OhpZMgkbZ -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/multivaluemode/multivaluemode.go
2025-08-20T23:00:45.3026595Z [00:03:07.563]➜  go tool buildid -w $WORK/b2407/_pkg_.a # internal
2025-08-20T23:00:45.3027337Z [00:03:07.563]➜  cp $WORK/b2407/_pkg_.a /root/.cache/go-build/f3/f3b01a11acde3d81ff1cca8dfd8f9786bd4f3862437c5971d79e732c4f7b04f2-d # internal
2025-08-20T23:00:45.3028390Z [00:03:07.563]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole
2025-08-20T23:00:45.3028795Z [00:03:07.563]➜  mkdir -p $WORK/b2409/
2025-08-20T23:00:45.3029176Z [00:03:07.563]➜  cat >/tmp/go-build2180205415/b2409/importcfg << 'EOF' # internal
2025-08-20T23:00:45.3029578Z [00:03:07.564]➜  # import config
2025-08-20T23:00:45.3029925Z [00:03:07.564]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.3030260Z [00:03:07.564]➜  EOF
2025-08-20T23:00:45.3032694Z [00:03:07.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2409/_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/b2409=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole -lang=go1.22 -complete -installsuffix shared -buildid d9kSY2GQG31-FkT_lujO/d9kSY2GQG31-FkT_lujO -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/noderole/noderole.go
2025-08-20T23:00:45.3058176Z [00:03:07.565]➜  go tool buildid -w $WORK/b2408/_pkg_.a # internal
2025-08-20T23:00:45.3062242Z [00:03:07.566]➜  cp $WORK/b2408/_pkg_.a /root/.cache/go-build/54/54855bb0d00af33cc96568fde83688729c501b5925cf9c38b0274935bb86e662-d # internal
2025-08-20T23:00:45.3068707Z [00:03:07.566]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode
2025-08-20T23:00:45.3069167Z [00:03:07.566]➜  mkdir -p $WORK/b2410/
2025-08-20T23:00:45.3069550Z [00:03:07.567]➜  cat >/tmp/go-build2180205415/b2410/importcfg << 'EOF' # internal
2025-08-20T23:00:45.3069898Z [00:03:07.567]➜  # import config
2025-08-20T23:00:45.3070244Z [00:03:07.567]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.3070570Z [00:03:07.567]➜  EOF
2025-08-20T23:00:45.3073421Z [00:03:07.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2410/_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/b2410=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode -lang=go1.22 -complete -installsuffix shared -buildid 7DmFB11tOCjStjufxVqL/7DmFB11tOCjStjufxVqL -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/noridecompoundmode/noridecompoundmode.go
2025-08-20T23:00:45.3178806Z [00:03:07.579]➜  go tool buildid -w $WORK/b2410/_pkg_.a # internal
2025-08-20T23:00:45.3190685Z [00:03:07.579]➜  cp $WORK/b2410/_pkg_.a /root/.cache/go-build/fc/fc82fdfb054a0df70cb014303de75a1b9e41f74607d6196d2b755dcaf2ac54e6-d # internal
2025-08-20T23:00:45.3191486Z [00:03:07.579]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization
2025-08-20T23:00:45.3191908Z [00:03:07.579]➜  mkdir -p $WORK/b2411/
2025-08-20T23:00:45.3192289Z [00:03:07.579]➜  cat >/tmp/go-build2180205415/b2411/importcfg << 'EOF' # internal
2025-08-20T23:00:45.3198763Z [00:03:07.579]➜  # import config
2025-08-20T23:00:45.3199238Z [00:03:07.579]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.3199962Z [00:03:07.579]➜  EOF
2025-08-20T23:00:45.3203105Z [00:03:07.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2411/_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/b2411=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization -lang=go1.22 -complete -installsuffix shared -buildid wAmgT6TrMgvMcn081HX_/wAmgT6TrMgvMcn081HX_ -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/normalization/normalization.go
2025-08-20T23:00:45.3207999Z [00:03:07.580]➜  go tool buildid -w $WORK/b2409/_pkg_.a # internal
2025-08-20T23:00:45.3208805Z [00:03:07.581]➜  cp $WORK/b2409/_pkg_.a /root/.cache/go-build/5b/5bec20ea59cba54bff11143ec015b0555850a9f2c3e9b67177d8c6abf8b7248e-d # internal
2025-08-20T23:00:45.3209539Z [00:03:07.581]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod
2025-08-20T23:00:45.3209956Z [00:03:07.581]➜  mkdir -p $WORK/b2412/
2025-08-20T23:00:45.3214709Z [00:03:07.581]➜  cat >/tmp/go-build2180205415/b2412/importcfg << 'EOF' # internal
2025-08-20T23:00:45.3215075Z [00:03:07.581]➜  # import config
2025-08-20T23:00:45.3215425Z [00:03:07.581]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.3215743Z [00:03:07.581]➜  EOF
2025-08-20T23:00:45.3222064Z [00:03:07.581]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2412/_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/b2412=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod -lang=go1.22 -complete -installsuffix shared -buildid 9pSoDrz8IYH5fFiJmCuc/9pSoDrz8IYH5fFiJmCuc -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/normalizemethod/normalizemethod.go
2025-08-20T23:00:45.3299061Z [00:03:07.591]➜  go tool buildid -w $WORK/b2411/_pkg_.a # internal
2025-08-20T23:00:45.3307292Z [00:03:07.592]➜  cp $WORK/b2411/_pkg_.a /root/.cache/go-build/6b/6bf163b72847898618f26639de93a86d0f2e3cfdb3a4a074ce803a4c1650ec38-d # internal
2025-08-20T23:00:45.3308076Z [00:03:07.592]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat
2025-08-20T23:00:45.3308548Z [00:03:07.592]➜  mkdir -p $WORK/b2413/
2025-08-20T23:00:45.3308934Z [00:03:07.592]➜  cat >/tmp/go-build2180205415/b2413/importcfg << 'EOF' # internal
2025-08-20T23:00:45.3309279Z [00:03:07.592]➜  # import config
2025-08-20T23:00:45.3309621Z [00:03:07.592]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.3309942Z [00:03:07.592]➜  EOF
2025-08-20T23:00:45.3312979Z [00:03:07.592]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2413/_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/b2413=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat -lang=go1.22 -complete -installsuffix shared -buildid UsJKBBPfrDB43-HpLpDz/UsJKBBPfrDB43-HpLpDz -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/numericfielddataformat/numericfielddataformat.go
2025-08-20T23:00:45.3354101Z [00:03:07.596]➜  go tool buildid -w $WORK/b2412/_pkg_.a # internal
2025-08-20T23:00:45.3357473Z [00:03:07.597]➜  cp $WORK/b2412/_pkg_.a /root/.cache/go-build/8a/8a011e325c1c404cc7642af99e19d8514cc4fd53cb96a0d3cd048f175b1bccb1-d # internal
2025-08-20T23:00:45.3360603Z [00:03:07.597]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror
2025-08-20T23:00:45.3361024Z [00:03:07.597]➜  mkdir -p $WORK/b2414/
2025-08-20T23:00:45.3361403Z [00:03:07.597]➜  cat >/tmp/go-build2180205415/b2414/importcfg << 'EOF' # internal
2025-08-20T23:00:45.3361758Z [00:03:07.597]➜  # import config
2025-08-20T23:00:45.3362099Z [00:03:07.597]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.3362417Z [00:03:07.597]➜  EOF
2025-08-20T23:00:45.3364972Z [00:03:07.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2414/_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/b2414=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror -lang=go1.22 -complete -installsuffix shared -buildid WMK-ETCZ09aKb0XccKeQ/WMK-ETCZ09aKb0XccKeQ -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/onscripterror/onscripterror.go
2025-08-20T23:00:45.3423622Z [00:03:07.603]➜  go tool buildid -w $WORK/b2413/_pkg_.a # internal
2025-08-20T23:00:45.3428859Z [00:03:07.604]➜  cp $WORK/b2413/_pkg_.a /root/.cache/go-build/f7/f7c3544a6e8ccd80a9e7777b5832ab023a487741d38258528a3882467e051264-d # internal
2025-08-20T23:00:45.3431190Z [00:03:07.604]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator
2025-08-20T23:00:45.3443360Z [00:03:07.605]➜  mkdir -p $WORK/b2415/
2025-08-20T23:00:45.3444026Z [00:03:07.605]➜  cat >/tmp/go-build2180205415/b2415/importcfg << 'EOF' # internal
2025-08-20T23:00:45.3445344Z [00:03:07.605]➜  # import config
2025-08-20T23:00:45.3446133Z [00:03:07.605]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.3446662Z [00:03:07.605]➜  EOF
2025-08-20T23:00:45.3449459Z [00:03:07.605]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2415/_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/b2415=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator -lang=go1.22 -complete -installsuffix shared -buildid vZovzmwf0gsa4txYcWOo/vZovzmwf0gsa4txYcWOo -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/operator/operator.go
2025-08-20T23:00:45.3462614Z [00:03:07.607]➜  go tool buildid -w $WORK/b2414/_pkg_.a # internal
2025-08-20T23:00:45.3465296Z [00:03:07.608]➜  cp $WORK/b2414/_pkg_.a /root/.cache/go-build/d7/d79c945c686d7012437e08c995b7dd8ae84cad16e30337b14e2b3ca76051fdd2-d # internal
2025-08-20T23:00:45.3466500Z [00:03:07.608]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype
2025-08-20T23:00:45.3467214Z [00:03:07.608]➜  mkdir -p $WORK/b2416/
2025-08-20T23:00:45.3467713Z [00:03:07.608]➜  cat >/tmp/go-build2180205415/b2416/importcfg << 'EOF' # internal
2025-08-20T23:00:45.3468445Z [00:03:07.608]➜  # import config
2025-08-20T23:00:45.3469048Z [00:03:07.608]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.3469709Z [00:03:07.608]➜  EOF
2025-08-20T23:00:45.3472516Z [00:03:07.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2416/_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/b2416=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype -lang=go1.22 -complete -installsuffix shared -buildid oN9qWEcQX-xwURgLbjb9/oN9qWEcQX-xwURgLbjb9 -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/optype/optype.go
2025-08-20T23:00:45.3583989Z [00:03:07.619]➜  go tool buildid -w $WORK/b2415/_pkg_.a # internal
2025-08-20T23:00:45.3589729Z [00:03:07.619]➜  cp $WORK/b2415/_pkg_.a /root/.cache/go-build/43/43df746a2e5327de6d46fbf0aabed371c41f573d1d6f0b7288ce9faff490aa4e-d # internal
2025-08-20T23:00:45.3591375Z [00:03:07.619]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype
2025-08-20T23:00:45.3591847Z [00:03:07.619]➜  mkdir -p $WORK/b2417/
2025-08-20T23:00:45.3592227Z [00:03:07.619]➜  cat >/tmp/go-build2180205415/b2417/importcfg << 'EOF' # internal
2025-08-20T23:00:45.3592579Z [00:03:07.619]➜  # import config
2025-08-20T23:00:45.3593250Z [00:03:07.619]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.3593582Z [00:03:07.619]➜  EOF
2025-08-20T23:00:45.3596487Z [00:03:07.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2417/_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/b2417=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype -lang=go1.22 -complete -installsuffix shared -buildid mxYZs36PqFcu-J2pb4iX/mxYZs36PqFcu-J2pb4iX -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/pagerdutycontexttype/pagerdutycontexttype.go
2025-08-20T23:00:45.3609232Z [00:03:07.622]➜  go tool buildid -w $WORK/b2416/_pkg_.a # internal
2025-08-20T23:00:45.3621237Z [00:03:07.623]➜  cp $WORK/b2416/_pkg_.a /root/.cache/go-build/6d/6d5ee0d11d4b2791330a391f1f3bab5a80e0474785410de22fe4dbdf254a4dec-d # internal
2025-08-20T23:00:45.3627723Z [00:03:07.624]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype
2025-08-20T23:00:45.3630018Z [00:03:07.624]➜  mkdir -p $WORK/b2418/
2025-08-20T23:00:45.3637596Z [00:03:07.625]➜  cat >/tmp/go-build2180205415/b2418/importcfg << 'EOF' # internal
2025-08-20T23:00:45.3638237Z [00:03:07.625]➜  # import config
2025-08-20T23:00:45.3638659Z [00:03:07.625]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.3638987Z [00:03:07.625]➜  EOF
2025-08-20T23:00:45.3650686Z [00:03:07.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2418/_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/b2418=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype -lang=go1.22 -complete -installsuffix shared -buildid Y7iNigcxkky1zMFyfDYb/Y7iNigcxkky1zMFyfDYb -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/pagerdutyeventtype/pagerdutyeventtype.go
2025-08-20T23:00:45.3705583Z [00:03:07.631]➜  go tool buildid -w $WORK/b2417/_pkg_.a # internal
2025-08-20T23:00:45.3710350Z [00:03:07.632]➜  cp $WORK/b2417/_pkg_.a /root/.cache/go-build/0a/0a5ee80bc057826bead53e429e22489da2899c72ac11ccfef4011e420030f0bf-d # internal
2025-08-20T23:00:45.3711148Z [00:03:07.632]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder
2025-08-20T23:00:45.3711807Z [00:03:07.632]➜  mkdir -p $WORK/b2419/
2025-08-20T23:00:45.3717356Z [00:03:07.633]➜  cat >/tmp/go-build2180205415/b2419/importcfg << 'EOF' # internal
2025-08-20T23:00:45.3718210Z [00:03:07.633]➜  # import config
2025-08-20T23:00:45.3719281Z [00:03:07.633]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.3720083Z [00:03:07.633]➜  EOF
2025-08-20T23:00:45.3722798Z [00:03:07.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2419/_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/b2419=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder -lang=go1.22 -complete -installsuffix shared -buildid uOTMIhUy7O2Yc91ZA9UW/uOTMIhUy7O2Yc91ZA9UW -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/phoneticencoder/phoneticencoder.go
2025-08-20T23:00:45.3774673Z [00:03:07.639]➜  go tool buildid -w $WORK/b2418/_pkg_.a # internal
2025-08-20T23:00:45.3787528Z [00:03:07.640]➜  cp $WORK/b2418/_pkg_.a /root/.cache/go-build/df/df8bc8ba7591266644610dd78c9ba1a6543b820f5d1be2d9ffbcaca79eeb01ad-d # internal
2025-08-20T23:00:45.3788635Z [00:03:07.640]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage
2025-08-20T23:00:45.3789074Z [00:03:07.640]➜  mkdir -p $WORK/b2420/
2025-08-20T23:00:45.3789471Z [00:03:07.640]➜  cat >/tmp/go-build2180205415/b2420/importcfg << 'EOF' # internal
2025-08-20T23:00:45.3789816Z [00:03:07.640]➜  # import config
2025-08-20T23:00:45.3790162Z [00:03:07.640]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.3790479Z [00:03:07.640]➜  EOF
2025-08-20T23:00:45.3793134Z [00:03:07.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2420/_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/b2420=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage -lang=go1.22 -complete -installsuffix shared -buildid ixA62ZA511GDOqBVPrNn/ixA62ZA511GDOqBVPrNn -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/phoneticlanguage/phoneticlanguage.go
2025-08-20T23:00:45.3860422Z [00:03:07.647]➜  go tool buildid -w $WORK/b2419/_pkg_.a # internal
2025-08-20T23:00:45.3869467Z [00:03:07.647]➜  cp $WORK/b2419/_pkg_.a /root/.cache/go-build/45/45c47b3ec441bd5e202cb322f5af71bc5a5dc02fc5c22b5049f66178428e6cea-d # internal
2025-08-20T23:00:45.3870307Z [00:03:07.648]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype
2025-08-20T23:00:45.3870741Z [00:03:07.648]➜  mkdir -p $WORK/b2421/
2025-08-20T23:00:45.3905519Z [00:03:07.651]➜  cat >/tmp/go-build2180205415/b2421/importcfg << 'EOF' # internal
2025-08-20T23:00:45.3906089Z [00:03:07.651]➜  # import config
2025-08-20T23:00:45.3906474Z [00:03:07.651]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.3906809Z [00:03:07.651]➜  EOF
2025-08-20T23:00:45.3909440Z [00:03:07.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2421/_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/b2421=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype -lang=go1.22 -complete -installsuffix shared -buildid 5Cpf9XKq_BRDBppdUa3A/5Cpf9XKq_BRDBppdUa3A -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/phoneticnametype/phoneticnametype.go
2025-08-20T23:00:45.3938400Z [00:03:07.655]➜  go tool buildid -w $WORK/b2420/_pkg_.a # internal
2025-08-20T23:00:45.3939198Z [00:03:07.655]➜  cp $WORK/b2420/_pkg_.a /root/.cache/go-build/b8/b83e36a05bf370eb4c73ac63c914e8ec501dd2346dde0dc9bb907c017f48b05b-d # internal
2025-08-20T23:00:45.3939937Z [00:03:07.655]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype
2025-08-20T23:00:45.3940362Z [00:03:07.655]➜  mkdir -p $WORK/b2422/
2025-08-20T23:00:45.3940736Z [00:03:07.655]➜  cat >/tmp/go-build2180205415/b2422/importcfg << 'EOF' # internal
2025-08-20T23:00:45.3941081Z [00:03:07.655]➜  # import config
2025-08-20T23:00:45.3941421Z [00:03:07.655]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.3941735Z [00:03:07.655]➜  EOF
2025-08-20T23:00:45.3944396Z [00:03:07.655]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2422/_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/b2422=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype -lang=go1.22 -complete -installsuffix shared -buildid -4kYSgKxSS_NG67RVaTC/-4kYSgKxSS_NG67RVaTC -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/phoneticruletype/phoneticruletype.go
2025-08-20T23:00:45.4039780Z [00:03:07.665]➜  go tool buildid -w $WORK/b2421/_pkg_.a # internal
2025-08-20T23:00:45.4040559Z [00:03:07.665]➜  cp $WORK/b2421/_pkg_.a /root/.cache/go-build/fc/fc460750208cd33e829cd6ab03f85bfbb72c62edc391f248bf567e218c6f8c75-d # internal
2025-08-20T23:00:45.4051480Z [00:03:07.665]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype
2025-08-20T23:00:45.4051925Z [00:03:07.665]➜  mkdir -p $WORK/b2423/
2025-08-20T23:00:45.4052307Z [00:03:07.665]➜  cat >/tmp/go-build2180205415/b2423/importcfg << 'EOF' # internal
2025-08-20T23:00:45.4052664Z [00:03:07.665]➜  # import config
2025-08-20T23:00:45.4053010Z [00:03:07.665]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.4053333Z [00:03:07.665]➜  EOF
2025-08-20T23:00:45.4056233Z [00:03:07.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2423/_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/b2423=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype -lang=go1.22 -complete -installsuffix shared -buildid 9Tz3uzXEkQvdmZg_rGsy/9Tz3uzXEkQvdmZg_rGsy -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/policytype/policytype.go
2025-08-20T23:00:45.4081340Z [00:03:07.668]➜  go tool buildid -w $WORK/b2422/_pkg_.a # internal
2025-08-20T23:00:45.4082127Z [00:03:07.668]➜  cp $WORK/b2422/_pkg_.a /root/.cache/go-build/1f/1f77e9578516c6e309e0281409094e624ddbb98601bbb33b98e7f271e5634eb5-d # internal
2025-08-20T23:00:45.4082823Z [00:03:07.668]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier
2025-08-20T23:00:45.4083220Z [00:03:07.668]➜  mkdir -p $WORK/b2424/
2025-08-20T23:00:45.4083602Z [00:03:07.668]➜  cat >/tmp/go-build2180205415/b2424/importcfg << 'EOF' # internal
2025-08-20T23:00:45.4083956Z [00:03:07.668]➜  # import config
2025-08-20T23:00:45.4084296Z [00:03:07.668]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.4084613Z [00:03:07.668]➜  EOF
2025-08-20T23:00:45.4087508Z [00:03:07.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2424/_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/b2424=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier -lang=go1.22 -complete -installsuffix shared -buildid pvJ2Ygkbvuayrn9EFL2Z/pvJ2Ygkbvuayrn9EFL2Z -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/quantifier/quantifier.go
2025-08-20T23:00:45.4172612Z [00:03:07.678]➜  go tool buildid -w $WORK/b2423/_pkg_.a # internal
2025-08-20T23:00:45.4176781Z [00:03:07.679]➜  cp $WORK/b2423/_pkg_.a /root/.cache/go-build/ee/ee2bdf7c3f35922082a672d2a4d39f82bb140fa4ec0b96bb52275e9ccdfa9a48-d # internal
2025-08-20T23:00:45.4178516Z [00:03:07.679]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype
2025-08-20T23:00:45.4178971Z [00:03:07.679]➜  mkdir -p $WORK/b2425/
2025-08-20T23:00:45.4179504Z [00:03:07.679]➜  cat >/tmp/go-build2180205415/b2425/importcfg << 'EOF' # internal
2025-08-20T23:00:45.4179865Z [00:03:07.679]➜  # import config
2025-08-20T23:00:45.4180220Z [00:03:07.679]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.4180543Z [00:03:07.679]➜  EOF
2025-08-20T23:00:45.4183306Z [00:03:07.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2425/_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/b2425=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype -lang=go1.22 -complete -installsuffix shared -buildid zb4dEViE5mPWRubY95zs/zb4dEViE5mPWRubY95zs -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/queryrulecriteriatype/queryrulecriteriatype.go
2025-08-20T23:00:45.4192570Z [00:03:07.680]➜  go tool buildid -w $WORK/b2424/_pkg_.a # internal
2025-08-20T23:00:45.4199853Z [00:03:07.681]➜  cp $WORK/b2424/_pkg_.a /root/.cache/go-build/39/39ae5b3ad718cc801a6c5ac8cee42d38c4c6c70d2e3d0408d0f0b50ee1276231-d # internal
2025-08-20T23:00:45.4201401Z [00:03:07.681]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype
2025-08-20T23:00:45.4201821Z [00:03:07.681]➜  mkdir -p $WORK/b2426/
2025-08-20T23:00:45.4202197Z [00:03:07.681]➜  cat >/tmp/go-build2180205415/b2426/importcfg << 'EOF' # internal
2025-08-20T23:00:45.4202555Z [00:03:07.681]➜  # import config
2025-08-20T23:00:45.4203224Z [00:03:07.681]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.4203550Z [00:03:07.681]➜  EOF
2025-08-20T23:00:45.4206350Z [00:03:07.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2426/_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/b2426=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype -lang=go1.22 -complete -installsuffix shared -buildid 9PxyHz6Bw6mTAGit8EoH/9PxyHz6Bw6mTAGit8EoH -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/queryruletype/queryruletype.go
2025-08-20T23:00:45.4310464Z [00:03:07.692]➜  go tool buildid -w $WORK/b2425/_pkg_.a # internal
2025-08-20T23:00:45.4320957Z [00:03:07.692]➜  cp $WORK/b2425/_pkg_.a /root/.cache/go-build/ee/ee1cc4b251471193ffbd42c1c7152bbfb96e4bee393a95bcb2bbf6c77041eca0-d # internal
2025-08-20T23:00:45.4321842Z [00:03:07.693]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation
2025-08-20T23:00:45.4322266Z [00:03:07.693]➜  mkdir -p $WORK/b2427/
2025-08-20T23:00:45.4331920Z [00:03:07.694]➜  go tool buildid -w $WORK/b2426/_pkg_.a # internal
2025-08-20T23:00:45.4332571Z [00:03:07.694]➜  cat >/tmp/go-build2180205415/b2427/importcfg << 'EOF' # internal
2025-08-20T23:00:45.4332943Z [00:03:07.694]➜  # import config
2025-08-20T23:00:45.4333539Z [00:03:07.694]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.4333921Z [00:03:07.694]➜  EOF
2025-08-20T23:00:45.4336634Z [00:03:07.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2427/_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/b2427=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation -lang=go1.22 -complete -installsuffix shared -buildid LpSWyQcr2w9BxO1OhfI6/LpSWyQcr2w9BxO1OhfI6 -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/rangerelation/rangerelation.go
2025-08-20T23:00:45.4339288Z [00:03:07.694]➜  cp $WORK/b2426/_pkg_.a /root/.cache/go-build/8b/8bcc01195dda20ffae9a30b4e9485cdbd5f23944b7a1f15ed0e152b4d6d208ed-d # internal
2025-08-20T23:00:45.4339984Z [00:03:07.694]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode
2025-08-20T23:00:45.4340377Z [00:03:07.694]➜  mkdir -p $WORK/b2428/
2025-08-20T23:00:45.4340746Z [00:03:07.694]➜  cat >/tmp/go-build2180205415/b2428/importcfg << 'EOF' # internal
2025-08-20T23:00:45.4341117Z [00:03:07.694]➜  # import config
2025-08-20T23:00:45.4341676Z [00:03:07.694]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.4342003Z [00:03:07.694]➜  EOF
2025-08-20T23:00:45.4344501Z [00:03:07.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2428/_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/b2428=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode -lang=go1.22 -complete -installsuffix shared -buildid DJ2IbcnJ3IkHY3_bSeKU/DJ2IbcnJ3IkHY3_bSeKU -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/ratemode/ratemode.go
2025-08-20T23:00:45.4437975Z [00:03:07.704]➜  go tool buildid -w $WORK/b2428/_pkg_.a # internal
2025-08-20T23:00:45.4456519Z [00:03:07.705]➜  cp $WORK/b2428/_pkg_.a /root/.cache/go-build/9a/9ab546fd4ec57946c6f9d007a26a672d2cff06594f8e795080b323aea666dbc9-d # internal
2025-08-20T23:00:45.4457380Z [00:03:07.705]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh
2025-08-20T23:00:45.4458104Z [00:03:07.705]➜  mkdir -p $WORK/b2429/
2025-08-20T23:00:45.4458488Z [00:03:07.705]➜  cat >/tmp/go-build2180205415/b2429/importcfg << 'EOF' # internal
2025-08-20T23:00:45.4458837Z [00:03:07.705]➜  # import config
2025-08-20T23:00:45.4459189Z [00:03:07.705]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.4459508Z [00:03:07.705]➜  EOF
2025-08-20T23:00:45.4462528Z [00:03:07.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2429/_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/b2429=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh -lang=go1.22 -complete -installsuffix shared -buildid YtvCUC_rUaI1dBGhZEND/YtvCUC_rUaI1dBGhZEND -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/refresh/refresh.go
2025-08-20T23:00:45.4488400Z [00:03:07.705]➜  go tool buildid -w $WORK/b2427/_pkg_.a # internal
2025-08-20T23:00:45.4489099Z [00:03:07.706]➜  cp $WORK/b2427/_pkg_.a /root/.cache/go-build/aa/aa5c76538f2173e5e3083e946d28ea7fb6ed10ed187810c44caee8518e8e19ce-d # internal
2025-08-20T23:00:45.4489865Z [00:03:07.706]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege
2025-08-20T23:00:45.4490305Z [00:03:07.706]➜  mkdir -p $WORK/b2430/
2025-08-20T23:00:45.4490938Z [00:03:07.706]➜  cat >/tmp/go-build2180205415/b2430/importcfg << 'EOF' # internal
2025-08-20T23:00:45.4491385Z [00:03:07.706]➜  # import config
2025-08-20T23:00:45.4491733Z [00:03:07.706]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.4492055Z [00:03:07.706]➜  EOF
2025-08-20T23:00:45.4494834Z [00:03:07.706]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2430/_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/b2430=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege -lang=go1.22 -complete -installsuffix shared -buildid FzmjrmoNgULkXeRmHswo/FzmjrmoNgULkXeRmHswo -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/remoteclusterprivilege/remoteclusterprivilege.go
2025-08-20T23:00:45.4590553Z [00:03:07.720]➜  go tool buildid -w $WORK/b2429/_pkg_.a # internal
2025-08-20T23:00:45.4594704Z [00:03:07.721]➜  cp $WORK/b2429/_pkg_.a /root/.cache/go-build/26/266601ff0390a8c1ec6570c1e1725d69004b57992128e09b510dd1f0786fb023-d # internal
2025-08-20T23:00:45.4595470Z [00:03:07.721]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype
2025-08-20T23:00:45.4600609Z [00:03:07.721]➜  go tool buildid -w $WORK/b2430/_pkg_.a # internal
2025-08-20T23:00:45.4601809Z [00:03:07.721]➜  cp $WORK/b2430/_pkg_.a /root/.cache/go-build/ed/edf8e932f840c6e2f1e6843a5a0665d4f352b8071109af8b9586b245e66e3287-d # internal
2025-08-20T23:00:45.4602550Z [00:03:07.721]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow
2025-08-20T23:00:45.4603193Z [00:03:07.721]➜  mkdir -p $WORK/b2432/
2025-08-20T23:00:45.4603645Z [00:03:07.721]➜  cat >/tmp/go-build2180205415/b2432/importcfg << 'EOF' # internal
2025-08-20T23:00:45.4603999Z [00:03:07.721]➜  # import config
2025-08-20T23:00:45.4604354Z [00:03:07.721]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.4604674Z [00:03:07.721]➜  EOF
2025-08-20T23:00:45.4607509Z [00:03:07.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2432/_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/b2432=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow -lang=go1.22 -complete -installsuffix shared -buildid SN8OABRyzGVd8WTpGTug/SN8OABRyzGVd8WTpGTug -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/restrictionworkflow/restrictionworkflow.go
2025-08-20T23:00:45.4610063Z [00:03:07.721]➜  mkdir -p $WORK/b2431/
2025-08-20T23:00:45.4637963Z [00:03:07.725]➜  cat >/tmp/go-build2180205415/b2431/importcfg << 'EOF' # internal
2025-08-20T23:00:45.4638362Z [00:03:07.725]➜  # import config
2025-08-20T23:00:45.4638717Z [00:03:07.725]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.4639039Z [00:03:07.725]➜  EOF
2025-08-20T23:00:45.4641744Z [00:03:07.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2431/_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/b2431=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype -lang=go1.22 -complete -installsuffix shared -buildid QMfR62KgA7wwnhcpbadc/QMfR62KgA7wwnhcpbadc -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/responsecontenttype/responsecontenttype.go
2025-08-20T23:00:45.4807387Z [00:03:07.742]➜  go tool buildid -w $WORK/b2431/_pkg_.a # internal
2025-08-20T23:00:45.4809615Z [00:03:07.742]➜  cp $WORK/b2431/_pkg_.a /root/.cache/go-build/b3/b34062a585e34728c0cf702256e4a71d4901efef18387c6d3b1630cdcf0e4c63-d # internal
2025-08-20T23:00:45.4810358Z [00:03:07.742]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result
2025-08-20T23:00:45.4810786Z [00:03:07.742]➜  mkdir -p $WORK/b2433/
2025-08-20T23:00:45.4813388Z [00:03:07.742]➜  go tool buildid -w $WORK/b2432/_pkg_.a # internal
2025-08-20T23:00:45.4815958Z [00:03:07.743]➜  cat >/tmp/go-build2180205415/b2433/importcfg << 'EOF' # internal
2025-08-20T23:00:45.4817448Z [00:03:07.743]➜  # import config
2025-08-20T23:00:45.4818419Z [00:03:07.743]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.4819251Z [00:03:07.743]➜  EOF
2025-08-20T23:00:45.4823595Z [00:03:07.743]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2433/_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/b2433=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result -lang=go1.22 -complete -installsuffix shared -buildid 0WN1USTrMeteulvNj_i3/0WN1USTrMeteulvNj_i3 -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/result/result.go
2025-08-20T23:00:45.4826496Z [00:03:07.743]➜  cp $WORK/b2432/_pkg_.a /root/.cache/go-build/84/849e4caf3af01932536c1bbd4dff16d651702ae197535d10e248f09a8bf19f6e-d # internal
2025-08-20T23:00:45.4827230Z [00:03:07.743]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate
2025-08-20T23:00:45.4827770Z [00:03:07.743]➜  mkdir -p $WORK/b2434/
2025-08-20T23:00:45.4828251Z [00:03:07.744]➜  cat >/tmp/go-build2180205415/b2434/importcfg << 'EOF' # internal
2025-08-20T23:00:45.4828607Z [00:03:07.744]➜  # import config
2025-08-20T23:00:45.4828961Z [00:03:07.744]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.4829284Z [00:03:07.744]➜  EOF
2025-08-20T23:00:45.4831902Z [00:03:07.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2434/_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/b2434=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate -lang=go1.22 -complete -installsuffix shared -buildid hzS_tRXagqCCHVfZETXp/hzS_tRXagqCCHVfZETXp -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/routingstate/routingstate.go
2025-08-20T23:00:45.5017349Z [00:03:07.763]➜  go tool buildid -w $WORK/b2434/_pkg_.a # internal
2025-08-20T23:00:45.5039602Z [00:03:07.765]➜  cp $WORK/b2434/_pkg_.a /root/.cache/go-build/7c/7c5a2d52d37b0be92e1877ef86817ec9b54ee4d8eb485156ee063c206fbe176f-d # internal
2025-08-20T23:00:45.5040360Z [00:03:07.765]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction
2025-08-20T23:00:45.5040768Z [00:03:07.765]➜  mkdir -p $WORK/b2435/
2025-08-20T23:00:45.5041147Z [00:03:07.765]➜  cat >/tmp/go-build2180205415/b2435/importcfg << 'EOF' # internal
2025-08-20T23:00:45.5041506Z [00:03:07.765]➜  # import config
2025-08-20T23:00:45.5041862Z [00:03:07.765]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.5042180Z [00:03:07.765]➜  EOF
2025-08-20T23:00:45.5044913Z [00:03:07.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2435/_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/b2435=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction -lang=go1.22 -complete -installsuffix shared -buildid Gq3eE8PBqTp_YVenMreK/Gq3eE8PBqTp_YVenMreK -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/ruleaction/ruleaction.go
2025-08-20T23:00:45.5159132Z [00:03:07.777]➜  go tool buildid -w $WORK/b2433/_pkg_.a # internal
2025-08-20T23:00:45.5168603Z [00:03:07.778]➜  cp $WORK/b2433/_pkg_.a /root/.cache/go-build/cb/cbc25c11eaaefa08278155fa6d8e655935a3a2dcd6ac9674664dd7cfbbc99d72-d # internal
2025-08-20T23:00:45.5169672Z [00:03:07.778]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype
2025-08-20T23:00:45.5170402Z [00:03:07.778]➜  mkdir -p $WORK/b2436/
2025-08-20T23:00:45.5171239Z [00:03:07.778]➜  cat >/tmp/go-build2180205415/b2436/importcfg << 'EOF' # internal
2025-08-20T23:00:45.5171660Z [00:03:07.778]➜  # import config
2025-08-20T23:00:45.5172017Z [00:03:07.778]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.5172342Z [00:03:07.778]➜  EOF
2025-08-20T23:00:45.5175004Z [00:03:07.778]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2436/_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/b2436=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype -lang=go1.22 -complete -installsuffix shared -buildid TZURKZYO-An5W5cUMrS8/TZURKZYO-An5W5cUMrS8 -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/runtimefieldtype/runtimefieldtype.go
2025-08-20T23:00:45.5244225Z [00:03:07.785]➜  go tool buildid -w $WORK/b2435/_pkg_.a # internal
2025-08-20T23:00:45.5250468Z [00:03:07.786]➜  cp $WORK/b2435/_pkg_.a /root/.cache/go-build/18/18aa860a4f7f5f54083b75c172dcf13337c7521e16b0ca72f945814ca1d5a645-d # internal
2025-08-20T23:00:45.5251381Z [00:03:07.786]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint
2025-08-20T23:00:45.5251879Z [00:03:07.786]➜  mkdir -p $WORK/b2437/
2025-08-20T23:00:45.5254536Z [00:03:07.787]➜  cat >/tmp/go-build2180205415/b2437/importcfg << 'EOF' # internal
2025-08-20T23:00:45.5255512Z [00:03:07.787]➜  # import config
2025-08-20T23:00:45.5256000Z [00:03:07.787]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.5256595Z [00:03:07.787]➜  EOF
2025-08-20T23:00:45.5268499Z [00:03:07.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2437/_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/b2437=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint -lang=go1.22 -complete -installsuffix shared -buildid 8crQsCX6vGlTOKtJiZRg/8crQsCX6vGlTOKtJiZRg -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/sampleraggregationexecutionhint/sampleraggregationexecutionhint.go
2025-08-20T23:00:45.5368841Z [00:03:07.798]➜  go tool buildid -w $WORK/b2436/_pkg_.a # internal
2025-08-20T23:00:45.5375908Z [00:03:07.798]➜  cp $WORK/b2436/_pkg_.a /root/.cache/go-build/d2/d2f2d1fe54d9d208797d4f77c1315136f3ae960d1007c8fd0cecc608cf957f30-d # internal
2025-08-20T23:00:45.5377121Z [00:03:07.799]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode
2025-08-20T23:00:45.5377824Z [00:03:07.799]➜  mkdir -p $WORK/b2438/
2025-08-20T23:00:45.5383590Z [00:03:07.799]➜  cat >/tmp/go-build2180205415/b2438/importcfg << 'EOF' # internal
2025-08-20T23:00:45.5383969Z [00:03:07.799]➜  # import config
2025-08-20T23:00:45.5384319Z [00:03:07.799]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.5384640Z [00:03:07.799]➜  EOF
2025-08-20T23:00:45.5392328Z [00:03:07.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2438/_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/b2438=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode -lang=go1.22 -complete -installsuffix shared -buildid CkJAgbCttyjf8ZAZ6ya7/CkJAgbCttyjf8ZAZ6ya7 -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/scoremode/scoremode.go
2025-08-20T23:00:45.5428298Z [00:03:07.803]➜  go tool buildid -w $WORK/b2437/_pkg_.a # internal
2025-08-20T23:00:45.5434038Z [00:03:07.803]➜  cp $WORK/b2437/_pkg_.a /root/.cache/go-build/c1/c1815e7f3e2668b9738016ede28b9d57e1b9042da3e02a9a896ca16a9d7aef91-d # internal
2025-08-20T23:00:45.5434877Z [00:03:07.804]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage
2025-08-20T23:00:45.5435329Z [00:03:07.804]➜  mkdir -p $WORK/b2439/
2025-08-20T23:00:45.5435719Z [00:03:07.804]➜  cat >/tmp/go-build2180205415/b2439/importcfg << 'EOF' # internal
2025-08-20T23:00:45.5436187Z [00:03:07.804]➜  # import config
2025-08-20T23:00:45.5436539Z [00:03:07.804]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.5436870Z [00:03:07.804]➜  EOF
2025-08-20T23:00:45.5439653Z [00:03:07.804]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2439/_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/b2439=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage -lang=go1.22 -complete -installsuffix shared -buildid luF8zTOugehB3_mLQY9j/luF8zTOugehB3_mLQY9j -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/scriptlanguage/scriptlanguage.go
2025-08-20T23:00:45.5546974Z [00:03:07.816]➜  go tool buildid -w $WORK/b2438/_pkg_.a # internal
2025-08-20T23:00:45.5552036Z [00:03:07.816]➜  cp $WORK/b2438/_pkg_.a /root/.cache/go-build/02/02ebe79e89bf6e8586aa65ce9a52e7af7d96f9a1c7005b42b066bbbcd9f99c93-d # internal
2025-08-20T23:00:45.5560556Z [00:03:07.817]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype
2025-08-20T23:00:45.5561792Z [00:03:07.817]➜  mkdir -p $WORK/b2440/
2025-08-20T23:00:45.5564134Z [00:03:07.817]➜  cat >/tmp/go-build2180205415/b2440/importcfg << 'EOF' # internal
2025-08-20T23:00:45.5564504Z [00:03:07.817]➜  # import config
2025-08-20T23:00:45.5564873Z [00:03:07.817]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.5565194Z [00:03:07.818]➜  EOF
2025-08-20T23:00:45.5570653Z [00:03:07.818]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2440/_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/b2440=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype -lang=go1.22 -complete -installsuffix shared -buildid LNWaWqLej6vbhY4YL9HF/LNWaWqLej6vbhY4YL9HF -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/scriptsorttype/scriptsorttype.go
2025-08-20T23:00:45.5617496Z [00:03:07.823]➜  go tool buildid -w $WORK/b2439/_pkg_.a # internal
2025-08-20T23:00:45.5624509Z [00:03:07.823]➜  cp $WORK/b2439/_pkg_.a /root/.cache/go-build/bd/bdb34c20b6e964cdc1263a11ea996757d7149e2a57115be437515ee0f7d3a5f1-d # internal
2025-08-20T23:00:45.5628067Z [00:03:07.823]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype
2025-08-20T23:00:45.5628563Z [00:03:07.823]➜  mkdir -p $WORK/b2441/
2025-08-20T23:00:45.5628956Z [00:03:07.824]➜  cat >/tmp/go-build2180205415/b2441/importcfg << 'EOF' # internal
2025-08-20T23:00:45.5629309Z [00:03:07.824]➜  # import config
2025-08-20T23:00:45.5629653Z [00:03:07.824]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.5629981Z [00:03:07.824]➜  EOF
2025-08-20T23:00:45.5632757Z [00:03:07.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2441/_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/b2441=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype -lang=go1.22 -complete -installsuffix shared -buildid p3XeJvLdO5J6X48HUzWJ/p3XeJvLdO5J6X48HUzWJ -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/searchtype/searchtype.go
2025-08-20T23:00:45.5788308Z [00:03:07.840]➜  go tool buildid -w $WORK/b2441/_pkg_.a # internal
2025-08-20T23:00:45.5798982Z [00:03:07.840]➜  go tool buildid -w $WORK/b2440/_pkg_.a # internal
2025-08-20T23:00:45.5802410Z [00:03:07.841]➜  cp $WORK/b2441/_pkg_.a /root/.cache/go-build/a6/a62c1b816e35e9373231a545b6ce24d2c6f3c2bef4f8222b5bbf9d6d6489dc48-d # internal
2025-08-20T23:00:45.5803219Z [00:03:07.841]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing
2025-08-20T23:00:45.5803664Z [00:03:07.841]➜  mkdir -p $WORK/b2442/
2025-08-20T23:00:45.5809665Z [00:03:07.842]➜  cat >/tmp/go-build2180205415/b2442/importcfg << 'EOF' # internal
2025-08-20T23:00:45.5810269Z [00:03:07.842]➜  # import config
2025-08-20T23:00:45.5812947Z [00:03:07.842]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.5813651Z [00:03:07.842]➜  EOF
2025-08-20T23:00:45.5818178Z [00:03:07.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2442/_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/b2442=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing -lang=go1.22 -complete -installsuffix shared -buildid xXy9Mlol_adlWCyeJiJx/xXy9Mlol_adlWCyeJiJx -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/segmentsortmissing/segmentsortmissing.go
2025-08-20T23:00:45.5821060Z [00:03:07.842]➜  cp $WORK/b2440/_pkg_.a /root/.cache/go-build/ea/ea0d7b8922ba10366a002b006c6c40ff3934a89c26dba5836f47a89032b304e2-d # internal
2025-08-20T23:00:45.5821786Z [00:03:07.842]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode
2025-08-20T23:00:45.5822206Z [00:03:07.842]➜  mkdir -p $WORK/b2443/
2025-08-20T23:00:45.5822582Z [00:03:07.842]➜  cat >/tmp/go-build2180205415/b2443/importcfg << 'EOF' # internal
2025-08-20T23:00:45.5822925Z [00:03:07.842]➜  # import config
2025-08-20T23:00:45.5823440Z [00:03:07.842]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.5823800Z [00:03:07.842]➜  EOF
2025-08-20T23:00:45.5826486Z [00:03:07.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2443/_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/b2443=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode -lang=go1.22 -complete -installsuffix shared -buildid 4Njoq86LIq3dpn-jYVy-/4Njoq86LIq3dpn-jYVy- -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/segmentsortmode/segmentsortmode.go
2025-08-20T23:00:45.5961106Z [00:03:07.857]➜  go tool buildid -w $WORK/b2442/_pkg_.a # internal
2025-08-20T23:00:45.5977964Z [00:03:07.857]➜  cp $WORK/b2442/_pkg_.a /root/.cache/go-build/ce/ce318e60a3bea763931db255c9285f92060bcc8165f16e364508f189e81cff7f-d # internal
2025-08-20T23:00:45.5978733Z [00:03:07.857]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder
2025-08-20T23:00:45.5979158Z [00:03:07.857]➜  mkdir -p $WORK/b2444/
2025-08-20T23:00:45.5979866Z [00:03:07.857]➜  cat >/tmp/go-build2180205415/b2444/importcfg << 'EOF' # internal
2025-08-20T23:00:45.5980235Z [00:03:07.858]➜  # import config
2025-08-20T23:00:45.5980582Z [00:03:07.858]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.5980905Z [00:03:07.858]➜  EOF
2025-08-20T23:00:45.5983567Z [00:03:07.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2444/_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/b2444=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder -lang=go1.22 -complete -installsuffix shared -buildid oJEpkpHtCzNpXf0hiArB/oJEpkpHtCzNpXf0hiArB -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/segmentsortorder/segmentsortorder.go
2025-08-20T23:00:45.6038336Z [00:03:07.865]➜  go tool buildid -w $WORK/b2443/_pkg_.a # internal
2025-08-20T23:00:45.6045668Z [00:03:07.865]➜  cp $WORK/b2443/_pkg_.a /root/.cache/go-build/02/02a453c5b89561bdba5b81d30ae4bb5f317b4475f153edff4da09570c8ba878a-d # internal
2025-08-20T23:00:45.6046508Z [00:03:07.865]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype
2025-08-20T23:00:45.6046916Z [00:03:07.865]➜  mkdir -p $WORK/b2445/
2025-08-20T23:00:45.6048641Z [00:03:07.866]➜  cat >/tmp/go-build2180205415/b2445/importcfg << 'EOF' # internal
2025-08-20T23:00:45.6049570Z [00:03:07.866]➜  # import config
2025-08-20T23:00:45.6050599Z [00:03:07.866]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.6052437Z [00:03:07.866]➜  EOF
2025-08-20T23:00:45.6054908Z [00:03:07.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2445/_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/b2445=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype -lang=go1.22 -complete -installsuffix shared -buildid 6nQ6U_aRvi23XYqyIZYG/6nQ6U_aRvi23XYqyIZYG -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/shapetype/shapetype.go
2025-08-20T23:00:45.6169124Z [00:03:07.877]➜  go tool buildid -w $WORK/b2444/_pkg_.a # internal
2025-08-20T23:00:45.6193290Z [00:03:07.878]➜  cp $WORK/b2444/_pkg_.a /root/.cache/go-build/ba/ba43360195c5a5b7648dbacaa18abb1bb7f3b4390556181787447e80c121c630-d # internal
2025-08-20T23:00:45.6194442Z [00:03:07.878]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate
2025-08-20T23:00:45.6194931Z [00:03:07.878]➜  mkdir -p $WORK/b2446/
2025-08-20T23:00:45.6195323Z [00:03:07.878]➜  cat >/tmp/go-build2180205415/b2446/importcfg << 'EOF' # internal
2025-08-20T23:00:45.6195702Z [00:03:07.878]➜  # import config
2025-08-20T23:00:45.6196214Z [00:03:07.878]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.6196542Z [00:03:07.878]➜  EOF
2025-08-20T23:00:45.6199208Z [00:03:07.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2446/_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/b2446=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate -lang=go1.22 -complete -installsuffix shared -buildid qaw9R3mkAf4MBhpfeLq2/qaw9R3mkAf4MBhpfeLq2 -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/shardroutingstate/shardroutingstate.go
2025-08-20T23:00:45.6285922Z [00:03:07.890]➜  go tool buildid -w $WORK/b2445/_pkg_.a # internal
2025-08-20T23:00:45.6290392Z [00:03:07.890]➜  cp $WORK/b2445/_pkg_.a /root/.cache/go-build/e5/e560949af3c54cbcbfe5cf470d86590327c7bedff1cf4a6400dca9d791de4300-d # internal
2025-08-20T23:00:45.6301785Z [00:03:07.891]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage
2025-08-20T23:00:45.6302771Z [00:03:07.891]➜  mkdir -p $WORK/b2447/
2025-08-20T23:00:45.6303215Z [00:03:07.891]➜  cat >/tmp/go-build2180205415/b2447/importcfg << 'EOF' # internal
2025-08-20T23:00:45.6303590Z [00:03:07.891]➜  # import config
2025-08-20T23:00:45.6303942Z [00:03:07.891]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.6304270Z [00:03:07.891]➜  EOF
2025-08-20T23:00:45.6325994Z [00:03:07.893]➜  go tool buildid -w $WORK/b2446/_pkg_.a # internal
2025-08-20T23:00:45.6328875Z [00:03:07.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2447/_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/b2447=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage -lang=go1.22 -complete -installsuffix shared -buildid S30KJJMS6CbIOMSx-3h_/S30KJJMS6CbIOMSx-3h_ -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/shardsstatsstage/shardsstatsstage.go
2025-08-20T23:00:45.6360120Z [00:03:07.897]➜  cp $WORK/b2446/_pkg_.a /root/.cache/go-build/10/10997f0d617f24a3880ce36efd3df227b652af2f5e7057efe89f8107e19784a6-d # internal
2025-08-20T23:00:45.6361457Z [00:03:07.897]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation
2025-08-20T23:00:45.6362359Z [00:03:07.897]➜  mkdir -p $WORK/b2448/
2025-08-20T23:00:45.6362994Z [00:03:07.897]➜  cat >/tmp/go-build2180205415/b2448/importcfg << 'EOF' # internal
2025-08-20T23:00:45.6364153Z [00:03:07.897]➜  # import config
2025-08-20T23:00:45.6364518Z [00:03:07.897]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.6365059Z [00:03:07.897]➜  EOF
2025-08-20T23:00:45.6368057Z [00:03:07.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2448/_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/b2448=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation -lang=go1.22 -complete -installsuffix shared -buildid hiMMYK3eNE6f-cpiYId-/hiMMYK3eNE6f-cpiYId- -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/shardstoreallocation/shardstoreallocation.go
2025-08-20T23:00:45.6527074Z [00:03:07.913]➜  go tool buildid -w $WORK/b2447/_pkg_.a # internal
2025-08-20T23:00:45.6533310Z [00:03:07.914]➜  cp $WORK/b2447/_pkg_.a /root/.cache/go-build/cd/cdc169f220cdde16355d78eabe8a371ac7cb88418480547a4c52a553975d56c6-d # internal
2025-08-20T23:00:45.6534142Z [00:03:07.914]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus
2025-08-20T23:00:45.6534572Z [00:03:07.914]➜  mkdir -p $WORK/b2449/
2025-08-20T23:00:45.6537642Z [00:03:07.914]➜  cat >/tmp/go-build2180205415/b2449/importcfg << 'EOF' # internal
2025-08-20T23:00:45.6538292Z [00:03:07.914]➜  # import config
2025-08-20T23:00:45.6539011Z [00:03:07.914]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.6539784Z [00:03:07.914]➜  EOF
2025-08-20T23:00:45.6542467Z [00:03:07.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2449/_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/b2449=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus -lang=go1.22 -complete -installsuffix shared -buildid VdoP_kqn9ylRuBhpN6Xw/VdoP_kqn9ylRuBhpN6Xw -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/shutdownstatus/shutdownstatus.go
2025-08-20T23:00:45.6562475Z [00:03:07.917]➜  go tool buildid -w $WORK/b2448/_pkg_.a # internal
2025-08-20T23:00:45.6567001Z [00:03:07.918]➜  cp $WORK/b2448/_pkg_.a /root/.cache/go-build/4c/4cfe5e900013257284e0252baf7ec12618e7e19c3017b3431340e34f97b36061-d # internal
2025-08-20T23:00:45.6568889Z [00:03:07.918]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype
2025-08-20T23:00:45.6569338Z [00:03:07.918]➜  mkdir -p $WORK/b2450/
2025-08-20T23:00:45.6576629Z [00:03:07.919]➜  cat >/tmp/go-build2180205415/b2450/importcfg << 'EOF' # internal
2025-08-20T23:00:45.6577024Z [00:03:07.919]➜  # import config
2025-08-20T23:00:45.6577376Z [00:03:07.919]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.6577707Z [00:03:07.919]➜  EOF
2025-08-20T23:00:45.6580523Z [00:03:07.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2450/_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/b2450=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype -lang=go1.22 -complete -installsuffix shared -buildid xR7W3kIaCa__afy-uYpm/xR7W3kIaCa__afy-uYpm -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/shutdowntype/shutdowntype.go
2025-08-20T23:00:45.6722030Z [00:03:07.932]➜  go tool buildid -w $WORK/b2450/_pkg_.a # internal
2025-08-20T23:00:45.6724889Z [00:03:07.933]➜  cp $WORK/b2450/_pkg_.a /root/.cache/go-build/67/6736e6ec6e357f84e30430f120eb3c2a4932202af19243633364a91e8a9b34f3-d # internal
2025-08-20T23:00:45.6725661Z [00:03:07.933]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate
2025-08-20T23:00:45.6726557Z [00:03:07.933]➜  mkdir -p $WORK/b2451/
2025-08-20T23:00:45.6726940Z [00:03:07.933]➜  cat >/tmp/go-build2180205415/b2451/importcfg << 'EOF' # internal
2025-08-20T23:00:45.6727291Z [00:03:07.933]➜  # import config
2025-08-20T23:00:45.6727635Z [00:03:07.933]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.6727962Z [00:03:07.933]➜  EOF
2025-08-20T23:00:45.6730834Z [00:03:07.933]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2451/_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/b2451=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate -lang=go1.22 -complete -installsuffix shared -buildid FJvnR7xehWl0wBi13kUz/FJvnR7xehWl0wBi13kUz -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/snapshotupgradestate/snapshotupgradestate.go
2025-08-20T23:00:45.6766274Z [00:03:07.938]➜  go tool buildid -w $WORK/b2449/_pkg_.a # internal
2025-08-20T23:00:45.6769621Z [00:03:07.938]➜  cp $WORK/b2449/_pkg_.a /root/.cache/go-build/b1/b13bc679f3f68f472915f0390ba005fe32d7572a6fee0bec6b54506031b02ded-d # internal
2025-08-20T23:00:45.6770422Z [00:03:07.938]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage
2025-08-20T23:00:45.6770995Z [00:03:07.938]➜  mkdir -p $WORK/b2452/
2025-08-20T23:00:45.6774525Z [00:03:07.939]➜  cat >/tmp/go-build2180205415/b2452/importcfg << 'EOF' # internal
2025-08-20T23:00:45.6774914Z [00:03:07.939]➜  # import config
2025-08-20T23:00:45.6775392Z [00:03:07.939]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.6775926Z [00:03:07.939]➜  EOF
2025-08-20T23:00:45.6778616Z [00:03:07.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2452/_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/b2452=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage -lang=go1.22 -complete -installsuffix shared -buildid lzMb0QT2Yo7_8hgwWMr1/lzMb0QT2Yo7_8hgwWMr1 -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/snowballlanguage/snowballlanguage.go
2025-08-20T23:00:45.6888930Z [00:03:07.950]➜  go tool buildid -w $WORK/b2451/_pkg_.a # internal
2025-08-20T23:00:45.6892873Z [00:03:07.950]➜  cp $WORK/b2451/_pkg_.a /root/.cache/go-build/b0/b0093f16ce36be4613991f7d779cdd95b325f5aca94b051cddcf8b56ad9a1bc3-d # internal
2025-08-20T23:00:45.6896026Z [00:03:07.950]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode
2025-08-20T23:00:45.6896511Z [00:03:07.951]➜  mkdir -p $WORK/b2453/
2025-08-20T23:00:45.6897416Z [00:03:07.951]➜  cat >/tmp/go-build2180205415/b2453/importcfg << 'EOF' # internal
2025-08-20T23:00:45.6898046Z [00:03:07.951]➜  # import config
2025-08-20T23:00:45.6899242Z [00:03:07.951]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.6899629Z [00:03:07.951]➜  EOF
2025-08-20T23:00:45.6902352Z [00:03:07.951]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2453/_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/b2453=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode -lang=go1.22 -complete -installsuffix shared -buildid 5LOI5r61HtMzg2MJymBx/5LOI5r61HtMzg2MJymBx -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/sortmode/sortmode.go
2025-08-20T23:00:45.7136939Z [00:03:07.975]➜  go tool buildid -w $WORK/b2452/_pkg_.a # internal
2025-08-20T23:00:45.7144306Z [00:03:07.976]➜  cp $WORK/b2452/_pkg_.a /root/.cache/go-build/f9/f995dbc56a2027c4d53cdf599a7a5c3d6739e8ffed2c6eebd3d3df6b17884859-d # internal
2025-08-20T23:00:45.7145566Z [00:03:07.976]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder
2025-08-20T23:00:45.7146963Z [00:03:07.976]➜  mkdir -p $WORK/b2454/
2025-08-20T23:00:45.7152430Z [00:03:07.976]➜  cat >/tmp/go-build2180205415/b2454/importcfg << 'EOF' # internal
2025-08-20T23:00:45.7152929Z [00:03:07.976]➜  # import config
2025-08-20T23:00:45.7153608Z [00:03:07.976]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.7154032Z [00:03:07.976]➜  EOF
2025-08-20T23:00:45.7176608Z [00:03:07.976]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2454/_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/b2454=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder -lang=go1.22 -complete -installsuffix shared -buildid zNiK5zRPYhgArORAYHSg/zNiK5zRPYhgArORAYHSg -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/sortorder/sortorder.go
2025-08-20T23:00:45.7187088Z [00:03:07.980]➜  go tool buildid -w $WORK/b2453/_pkg_.a # internal
2025-08-20T23:00:45.7201120Z [00:03:07.981]➜  cp $WORK/b2453/_pkg_.a /root/.cache/go-build/75/756ad169aa939920199ea0e075e56dc95c94b237103cd495714415f5abed8b08-d # internal
2025-08-20T23:00:45.7201945Z [00:03:07.981]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode
2025-08-20T23:00:45.7202370Z [00:03:07.981]➜  mkdir -p $WORK/b2455/
2025-08-20T23:00:45.7202746Z [00:03:07.981]➜  cat >/tmp/go-build2180205415/b2455/importcfg << 'EOF' # internal
2025-08-20T23:00:45.7203387Z [00:03:07.981]➜  # import config
2025-08-20T23:00:45.7203744Z [00:03:07.981]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.7204064Z [00:03:07.981]➜  EOF
2025-08-20T23:00:45.7206823Z [00:03:07.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2455/_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/b2455=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode -lang=go1.22 -complete -installsuffix shared -buildid p-35_qMnLalIym-IPqHT/p-35_qMnLalIym-IPqHT -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/sourcefieldmode/sourcefieldmode.go
2025-08-20T23:00:45.7365887Z [00:03:07.998]➜  go tool buildid -w $WORK/b2454/_pkg_.a # internal
2025-08-20T23:00:45.7374106Z [00:03:07.998]➜  cp $WORK/b2454/_pkg_.a /root/.cache/go-build/2a/2a9b19c4aaa5b409624d8044d81c434394b827c14dcdcba99f54c0525330ddd4-d # internal
2025-08-20T23:00:45.7375186Z [00:03:07.998]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype
2025-08-20T23:00:45.7375604Z [00:03:07.998]➜  mkdir -p $WORK/b2456/
2025-08-20T23:00:45.7376261Z [00:03:07.999]➜  cat >/tmp/go-build2180205415/b2456/importcfg << 'EOF' # internal
2025-08-20T23:00:45.7396903Z [00:03:07.999]➜  # import config
2025-08-20T23:00:45.7397289Z [00:03:07.999]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.7397616Z [00:03:07.999]➜  EOF
2025-08-20T23:00:45.7400157Z [00:03:07.999]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2456/_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/b2456=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype -lang=go1.22 -complete -installsuffix shared -buildid ouMtjdI6P5Dk9qCByLqv/ouMtjdI6P5Dk9qCByLqv -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/storagetype/storagetype.go
2025-08-20T23:00:45.7452044Z [00:03:08.006]➜  go tool buildid -w $WORK/b2455/_pkg_.a # internal
2025-08-20T23:00:45.7457453Z [00:03:08.007]➜  cp $WORK/b2455/_pkg_.a /root/.cache/go-build/1e/1eb7b66c7f6ae9efe114356f99374334b92c42c81a80e05ff1703aa412a62df0-d # internal
2025-08-20T23:00:45.7458959Z [00:03:08.007]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance
2025-08-20T23:00:45.7459709Z [00:03:08.007]➜  mkdir -p $WORK/b2457/
2025-08-20T23:00:45.7463979Z [00:03:08.007]➜  cat >/tmp/go-build2180205415/b2457/importcfg << 'EOF' # internal
2025-08-20T23:00:45.7464366Z [00:03:08.008]➜  # import config
2025-08-20T23:00:45.7464732Z [00:03:08.008]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.7465057Z [00:03:08.008]➜  EOF
2025-08-20T23:00:45.7471084Z [00:03:08.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2457/_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/b2457=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance -lang=go1.22 -complete -installsuffix shared -buildid F_xOtYsKNwLPeaVO2MY7/F_xOtYsKNwLPeaVO2MY7 -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/stringdistance/stringdistance.go
2025-08-20T23:00:45.7684804Z [00:03:08.030]➜  go tool buildid -w $WORK/b2457/_pkg_.a # internal
2025-08-20T23:00:45.7693549Z [00:03:08.030]➜  cp $WORK/b2457/_pkg_.a /root/.cache/go-build/3d/3dcd468fc9625b0264eb40dfcceefd544a977bf5036f618bcf58274b4c0a4578-d # internal
2025-08-20T23:00:45.7699870Z [00:03:08.031]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode
2025-08-20T23:00:45.7703972Z [00:03:08.032]➜  mkdir -p $WORK/b2458/
2025-08-20T23:00:45.7711150Z [00:03:08.032]➜  cat >/tmp/go-build2180205415/b2458/importcfg << 'EOF' # internal
2025-08-20T23:00:45.7711547Z [00:03:08.032]➜  # import config
2025-08-20T23:00:45.7711924Z [00:03:08.032]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.7712251Z [00:03:08.032]➜  EOF
2025-08-20T23:00:45.7722499Z [00:03:08.033]➜  go tool buildid -w $WORK/b2456/_pkg_.a # internal
2025-08-20T23:00:45.7723237Z [00:03:08.033]➜  cp $WORK/b2456/_pkg_.a /root/.cache/go-build/f8/f85df44590362baedddb7e323db37cd0c3d83b98042fabacfea73d2b4664c5d1-d # internal
2025-08-20T23:00:45.7730324Z [00:03:08.034]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort
2025-08-20T23:00:45.7734298Z [00:03:08.035]➜  mkdir -p $WORK/b2459/
2025-08-20T23:00:45.7735249Z [00:03:08.035]➜  cat >/tmp/go-build2180205415/b2459/importcfg << 'EOF' # internal
2025-08-20T23:00:45.7736409Z [00:03:08.035]➜  # import config
2025-08-20T23:00:45.7737291Z [00:03:08.035]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.7737671Z [00:03:08.035]➜  EOF
2025-08-20T23:00:45.7740430Z [00:03:08.035]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2459/_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/b2459=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort -lang=go1.22 -complete -installsuffix shared -buildid mOD91okMLSN4SD1dmgIh/mOD91okMLSN4SD1dmgIh -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/suggestsort/suggestsort.go
2025-08-20T23:00:45.7745009Z [00:03:08.035]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2458/_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/b2458=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode -lang=go1.22 -complete -installsuffix shared -buildid 3bqW506GUVD1EVoWfT7z/3bqW506GUVD1EVoWfT7z -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/suggestmode/suggestmode.go
2025-08-20T23:00:45.7969926Z [00:03:08.058]➜  go tool buildid -w $WORK/b2459/_pkg_.a # internal
2025-08-20T23:00:45.7975684Z [00:03:08.059]➜  cp $WORK/b2459/_pkg_.a /root/.cache/go-build/2e/2ea4174bb50c9c843a15bdebb3408c216f58a0473a50f65edd48fc01572b84dc-d # internal
2025-08-20T23:00:45.7982958Z [00:03:08.059]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod
2025-08-20T23:00:45.7983912Z [00:03:08.059]➜  mkdir -p $WORK/b2460/
2025-08-20T23:00:45.7984373Z [00:03:08.059]➜  cat >/tmp/go-build2180205415/b2460/importcfg << 'EOF' # internal
2025-08-20T23:00:45.7984732Z [00:03:08.059]➜  # import config
2025-08-20T23:00:45.7985087Z [00:03:08.059]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.7985406Z [00:03:08.059]➜  EOF
2025-08-20T23:00:45.7988276Z [00:03:08.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2460/_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/b2460=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod -lang=go1.22 -complete -installsuffix shared -buildid gDXAptUZx5_nuL9qvoIB/gDXAptUZx5_nuL9qvoIB -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/syncjobtriggermethod/syncjobtriggermethod.go
2025-08-20T23:00:45.7991030Z [00:03:08.059]➜  go tool buildid -w $WORK/b2458/_pkg_.a # internal
2025-08-20T23:00:45.8003319Z [00:03:08.061]➜  cp $WORK/b2458/_pkg_.a /root/.cache/go-build/84/84c7974f76ef6159f445c7eca1ee1513a4590a860d530c8a1f3622984d3cca2a-d # internal
2025-08-20T23:00:45.8004118Z [00:03:08.061]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype
2025-08-20T23:00:45.8004528Z [00:03:08.061]➜  mkdir -p $WORK/b2461/
2025-08-20T23:00:45.8014587Z [00:03:08.062]➜  cat >/tmp/go-build2180205415/b2461/importcfg << 'EOF' # internal
2025-08-20T23:00:45.8015040Z [00:03:08.062]➜  # import config
2025-08-20T23:00:45.8015392Z [00:03:08.062]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.8015710Z [00:03:08.062]➜  EOF
2025-08-20T23:00:45.8018547Z [00:03:08.062]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2461/_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/b2461=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype -lang=go1.22 -complete -installsuffix shared -buildid wvZprn5QifMeHmjsBQu3/wvZprn5QifMeHmjsBQu3 -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/syncjobtype/syncjobtype.go
2025-08-20T23:00:45.8176768Z [00:03:08.079]➜  go tool buildid -w $WORK/b2460/_pkg_.a # internal
2025-08-20T23:00:45.8181630Z [00:03:08.079]➜  cp $WORK/b2460/_pkg_.a /root/.cache/go-build/5f/5f593d899d46bd3c16855d0178e1a0ec3286525128f50f248b2caacf2399c9e7-d # internal
2025-08-20T23:00:45.8182360Z [00:03:08.079]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus
2025-08-20T23:00:45.8183462Z [00:03:08.079]➜  mkdir -p $WORK/b2462/
2025-08-20T23:00:45.8197202Z [00:03:08.080]➜  cat >/tmp/go-build2180205415/b2462/importcfg << 'EOF' # internal
2025-08-20T23:00:45.8197617Z [00:03:08.080]➜  # import config
2025-08-20T23:00:45.8197968Z [00:03:08.080]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.8198291Z [00:03:08.080]➜  EOF
2025-08-20T23:00:45.8207085Z [00:03:08.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2462/_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/b2462=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus -lang=go1.22 -complete -installsuffix shared -buildid neBLJ9hOuhNB3PycZpX7/neBLJ9hOuhNB3PycZpX7 -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/syncstatus/syncstatus.go
2025-08-20T23:00:45.8249147Z [00:03:08.086]➜  go tool buildid -w $WORK/b2461/_pkg_.a # internal
2025-08-20T23:00:45.8249896Z [00:03:08.086]➜  cp $WORK/b2461/_pkg_.a /root/.cache/go-build/0f/0ffaaeb3f9dcd626a66f25b2537596f4e8601b58c9d2fa9523e769dd38487064-d # internal
2025-08-20T23:00:45.8250609Z [00:03:08.086]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat
2025-08-20T23:00:45.8251020Z [00:03:08.086]➜  mkdir -p $WORK/b2463/
2025-08-20T23:00:45.8251442Z [00:03:08.086]➜  cat >/tmp/go-build2180205415/b2463/importcfg << 'EOF' # internal
2025-08-20T23:00:45.8251794Z [00:03:08.086]➜  # import config
2025-08-20T23:00:45.8252134Z [00:03:08.086]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.8252460Z [00:03:08.086]➜  EOF
2025-08-20T23:00:45.8254980Z [00:03:08.086]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2463/_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/b2463=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat -lang=go1.22 -complete -installsuffix shared -buildid e_o_90leJHVMOQXaiZQ8/e_o_90leJHVMOQXaiZQ8 -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/synonymformat/synonymformat.go
2025-08-20T23:00:45.8471021Z [00:03:08.108]➜  go tool buildid -w $WORK/b2462/_pkg_.a # internal
2025-08-20T23:00:45.8477926Z [00:03:08.109]➜  cp $WORK/b2462/_pkg_.a /root/.cache/go-build/5c/5c8c37dc080ea5bb2fbfcaab95cc28cce30c1ae864af7aba35f7f535412993b7-d # internal
2025-08-20T23:00:45.8479216Z [00:03:08.109]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype
2025-08-20T23:00:45.8483628Z [00:03:08.109]➜  mkdir -p $WORK/b2464/
2025-08-20T23:00:45.8487103Z [00:03:08.110]➜  go tool buildid -w $WORK/b2463/_pkg_.a # internal
2025-08-20T23:00:45.8494258Z [00:03:08.110]➜  cat >/tmp/go-build2180205415/b2464/importcfg << 'EOF' # internal
2025-08-20T23:00:45.8494958Z [00:03:08.110]➜  # import config
2025-08-20T23:00:45.8495732Z [00:03:08.110]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.8496256Z [00:03:08.110]➜  EOF
2025-08-20T23:00:45.8498983Z [00:03:08.111]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2464/_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/b2464=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype -lang=go1.22 -complete -installsuffix shared -buildid y7Cp-Kd4khDZm7Kz6oP-/y7Cp-Kd4khDZm7Kz6oP- -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/tasktype/tasktype.go
2025-08-20T23:00:45.8509103Z [00:03:08.112]➜  cp $WORK/b2463/_pkg_.a /root/.cache/go-build/ee/eeffbe503f55d934314413f17e8b13b117209251cdaafaa9a48e0c72ee0f1c38-d # internal
2025-08-20T23:00:45.8510034Z [00:03:08.112]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat
2025-08-20T23:00:45.8511292Z [00:03:08.112]➜  mkdir -p $WORK/b2465/
2025-08-20T23:00:45.8516290Z [00:03:08.113]➜  cat >/tmp/go-build2180205415/b2465/importcfg << 'EOF' # internal
2025-08-20T23:00:45.8516681Z [00:03:08.113]➜  # import config
2025-08-20T23:00:45.8517042Z [00:03:08.113]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.8517367Z [00:03:08.113]➜  EOF
2025-08-20T23:00:45.8520196Z [00:03:08.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2465/_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/b2465=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat -lang=go1.22 -complete -installsuffix shared -buildid ElWomYZGDCw9mUPWVRBU/ElWomYZGDCw9mUPWVRBU -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/templateformat/templateformat.go
2025-08-20T23:00:45.8709657Z [00:03:08.132]➜  go tool buildid -w $WORK/b2465/_pkg_.a # internal
2025-08-20T23:00:45.8713452Z [00:03:08.132]➜  cp $WORK/b2465/_pkg_.a /root/.cache/go-build/34/349a961e4f4d32aa3779773ebaf4f8fa903ce9dbcea364d7189af71cbbcab5f8-d # internal
2025-08-20T23:00:45.8714268Z [00:03:08.132]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode
2025-08-20T23:00:45.8717238Z [00:03:08.132]➜  mkdir -p $WORK/b2466/
2025-08-20T23:00:45.8720105Z [00:03:08.133]➜  cat >/tmp/go-build2180205415/b2466/importcfg << 'EOF' # internal
2025-08-20T23:00:45.8720462Z [00:03:08.133]➜  # import config
2025-08-20T23:00:45.8720809Z [00:03:08.133]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.8721454Z [00:03:08.133]➜  EOF
2025-08-20T23:00:45.8724386Z [00:03:08.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2466/_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/b2466=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode -lang=go1.22 -complete -installsuffix shared -buildid 3GlyVOT7rP3TU_fMejzc/3GlyVOT7rP3TU_fMejzc -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/termsaggregationcollectmode/termsaggregationcollectmode.go
2025-08-20T23:00:45.8766801Z [00:03:08.138]➜  go tool buildid -w $WORK/b2464/_pkg_.a # internal
2025-08-20T23:00:45.8774062Z [00:03:08.138]➜  cp $WORK/b2464/_pkg_.a /root/.cache/go-build/e1/e1a9f56a421e4ccc7291ae7bf358a034b0e07e4adabd172f08af2ac48f33f1de-d # internal
2025-08-20T23:00:45.8775203Z [00:03:08.138]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint
2025-08-20T23:00:45.8777536Z [00:03:08.138]➜  mkdir -p $WORK/b2467/
2025-08-20T23:00:45.8777940Z [00:03:08.139]➜  cat >/tmp/go-build2180205415/b2467/importcfg << 'EOF' # internal
2025-08-20T23:00:45.8778293Z [00:03:08.139]➜  # import config
2025-08-20T23:00:45.8778792Z [00:03:08.139]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.8779170Z [00:03:08.139]➜  EOF
2025-08-20T23:00:45.8782112Z [00:03:08.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2467/_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/b2467=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint -lang=go1.22 -complete -installsuffix shared -buildid _Vrz_dZyP4qGzxjwxNSy/_Vrz_dZyP4qGzxjwxNSy -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/termsaggregationexecutionhint/termsaggregationexecutionhint.go
2025-08-20T23:00:45.8963370Z [00:03:08.157]➜  go tool buildid -w $WORK/b2466/_pkg_.a # internal
2025-08-20T23:00:45.8990972Z [00:03:08.160]➜  cp $WORK/b2466/_pkg_.a /root/.cache/go-build/24/2412316438db10f9c2bc54530d07aa0c340b48118fc59708aca4fa7a645ec4de-d # internal
2025-08-20T23:00:45.8992001Z [00:03:08.160]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption
2025-08-20T23:00:45.8992476Z [00:03:08.160]➜  mkdir -p $WORK/b2468/
2025-08-20T23:00:45.8992875Z [00:03:08.160]➜  cat >/tmp/go-build2180205415/b2468/importcfg << 'EOF' # internal
2025-08-20T23:00:45.8993227Z [00:03:08.160]➜  # import config
2025-08-20T23:00:45.8993587Z [00:03:08.160]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.8993915Z [00:03:08.160]➜  EOF
2025-08-20T23:00:45.8996775Z [00:03:08.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2468/_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/b2468=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption -lang=go1.22 -complete -installsuffix shared -buildid TEAdhU6l25U42MNyGbm0/TEAdhU6l25U42MNyGbm0 -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/termvectoroption/termvectoroption.go
2025-08-20T23:00:45.9216821Z [00:03:08.183]➜  go tool buildid -w $WORK/b2468/_pkg_.a # internal
2025-08-20T23:00:45.9220784Z [00:03:08.183]➜  cp $WORK/b2468/_pkg_.a /root/.cache/go-build/58/5830b038267d676f15f6acda37373080857670eac6ea9c1a1840669d180b988b-d # internal
2025-08-20T23:00:45.9222856Z [00:03:08.183]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype
2025-08-20T23:00:45.9223365Z [00:03:08.183]➜  mkdir -p $WORK/b2469/
2025-08-20T23:00:45.9227609Z [00:03:08.184]➜  cat >/tmp/go-build2180205415/b2469/importcfg << 'EOF' # internal
2025-08-20T23:00:45.9228804Z [00:03:08.184]➜  # import config
2025-08-20T23:00:45.9229194Z [00:03:08.184]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.9229516Z [00:03:08.184]➜  EOF
2025-08-20T23:00:45.9232116Z [00:03:08.184]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2469/_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/b2469=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype -lang=go1.22 -complete -installsuffix shared -buildid OnNw88CZFe29pLTrWjdu/OnNw88CZFe29pLTrWjdu -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/textquerytype/textquerytype.go
2025-08-20T23:00:45.9445852Z [00:03:08.206]➜  go tool buildid -w $WORK/b2467/_pkg_.a # internal
2025-08-20T23:00:45.9461282Z [00:03:08.206]➜  cp $WORK/b2467/_pkg_.a /root/.cache/go-build/ed/ed2ea6c14c3bdb9b66c070857609d4ac321814a7925fb4d72f22c7b5e59681ee-d # internal
2025-08-20T23:00:45.9462567Z [00:03:08.206]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype
2025-08-20T23:00:45.9463368Z [00:03:08.207]➜  mkdir -p $WORK/b2470/
2025-08-20T23:00:45.9464252Z [00:03:08.207]➜  cat >/tmp/go-build2180205415/b2470/importcfg << 'EOF' # internal
2025-08-20T23:00:45.9464646Z [00:03:08.207]➜  # import config
2025-08-20T23:00:45.9464997Z [00:03:08.207]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.9465330Z [00:03:08.207]➜  EOF
2025-08-20T23:00:45.9468526Z [00:03:08.207]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2470/_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/b2470=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype -lang=go1.22 -complete -installsuffix shared -buildid uFCbFe2h5jD_TJmFNPIr/uFCbFe2h5jD_TJmFNPIr -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/timeseriesmetrictype/timeseriesmetrictype.go
2025-08-20T23:00:45.9498866Z [00:03:08.211]➜  go tool buildid -w $WORK/b2469/_pkg_.a # internal
2025-08-20T23:00:45.9507418Z [00:03:08.212]➜  cp $WORK/b2469/_pkg_.a /root/.cache/go-build/50/502d49d10910c328982c128fd09967bf105a8b7caee6f525ced1bee3bce91ea1-d # internal
2025-08-20T23:00:45.9508719Z [00:03:08.212]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar
2025-08-20T23:00:45.9509587Z [00:03:08.212]➜  mkdir -p $WORK/b2471/
2025-08-20T23:00:45.9532159Z [00:03:08.214]➜  cat >/tmp/go-build2180205415/b2471/importcfg << 'EOF' # internal
2025-08-20T23:00:45.9532539Z [00:03:08.214]➜  # import config
2025-08-20T23:00:45.9532889Z [00:03:08.214]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.9533225Z [00:03:08.214]➜  EOF
2025-08-20T23:00:45.9535694Z [00:03:08.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2471/_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/b2471=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar -lang=go1.22 -complete -installsuffix shared -buildid ot2cYNLrotKdO86d9hHr/ot2cYNLrotKdO86d9hHr -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/tokenchar/tokenchar.go
2025-08-20T23:00:45.9648352Z [00:03:08.226]➜  go tool buildid -w $WORK/b2470/_pkg_.a # internal
2025-08-20T23:00:45.9658535Z [00:03:08.227]➜  cp $WORK/b2470/_pkg_.a /root/.cache/go-build/f4/f435de2ba23e8ad23a2708742323eca3010fbffd9b028716efe53684d2914c4b-d # internal
2025-08-20T23:00:45.9669154Z [00:03:08.228]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate
2025-08-20T23:00:45.9669795Z [00:03:08.228]➜  mkdir -p $WORK/b2472/
2025-08-20T23:00:45.9671761Z [00:03:08.228]➜  cat >/tmp/go-build2180205415/b2472/importcfg << 'EOF' # internal
2025-08-20T23:00:45.9672660Z [00:03:08.228]➜  # import config
2025-08-20T23:00:45.9673093Z [00:03:08.228]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.9673425Z [00:03:08.228]➜  EOF
2025-08-20T23:00:45.9676725Z [00:03:08.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2472/_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/b2472=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate -lang=go1.22 -complete -installsuffix shared -buildid f-CJIW4xAONSwtzwFQno/f-CJIW4xAONSwtzwFQno -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/tokenizationtruncate/tokenizationtruncate.go
2025-08-20T23:00:45.9783275Z [00:03:08.239]➜  go tool buildid -w $WORK/b2472/_pkg_.a # internal
2025-08-20T23:00:45.9794952Z [00:03:08.241]➜  cp $WORK/b2472/_pkg_.a /root/.cache/go-build/2f/2f18a9cd6871857c661390d574d96108d3b58327168ce90ea37272f492d79f5b-d # internal
2025-08-20T23:00:45.9802947Z [00:03:08.241]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation
2025-08-20T23:00:45.9803753Z [00:03:08.241]➜  mkdir -p $WORK/b2473/
2025-08-20T23:00:45.9815604Z [00:03:08.243]➜  go tool buildid -w $WORK/b2471/_pkg_.a # internal
2025-08-20T23:00:45.9822907Z [00:03:08.243]➜  cp $WORK/b2471/_pkg_.a /root/.cache/go-build/ea/ea95f9fcad0b6c5c99a1c90a8e7b45d186f1490961d823b170fcea74e0fbfce6-d # internal
2025-08-20T23:00:45.9830290Z [00:03:08.244]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype
2025-08-20T23:00:45.9842996Z [00:03:08.245]➜  mkdir -p $WORK/b2474/
2025-08-20T23:00:45.9853245Z [00:03:08.246]➜  cat >/tmp/go-build2180205415/b2474/importcfg << 'EOF' # internal
2025-08-20T23:00:45.9854246Z [00:03:08.246]➜  # import config
2025-08-20T23:00:45.9855118Z [00:03:08.246]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.9856374Z [00:03:08.246]➜  EOF
2025-08-20T23:00:45.9868359Z [00:03:08.248]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2474/_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/b2474=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype -lang=go1.22 -complete -installsuffix shared -buildid HtUjkf3yW5LhwEXSLKv5/HtUjkf3yW5LhwEXSLKv5 -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/trainedmodeltype/trainedmodeltype.go
2025-08-20T23:00:45.9888601Z [00:03:08.250]➜  cat >/tmp/go-build2180205415/b2473/importcfg << 'EOF' # internal
2025-08-20T23:00:45.9890953Z [00:03:08.250]➜  # import config
2025-08-20T23:00:45.9893467Z [00:03:08.250]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:45.9893949Z [00:03:08.250]➜  EOF
2025-08-20T23:00:45.9901443Z [00:03:08.250]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2473/_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/b2473=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation -lang=go1.22 -complete -installsuffix shared -buildid MH1c8TxWHwiP9pRo8PMs/MH1c8TxWHwiP9pRo8PMs -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/totalhitsrelation/totalhitsrelation.go
2025-08-20T23:00:46.0196213Z [00:03:08.281]➜  go tool buildid -w $WORK/b2474/_pkg_.a # internal
2025-08-20T23:00:46.0201950Z [00:03:08.281]➜  cp $WORK/b2474/_pkg_.a /root/.cache/go-build/5c/5c3ec471a5da05ade4e89ccc94d7aa934daa9c2d7020515b21fd33f9bac091b9-d # internal
2025-08-20T23:00:46.0204552Z [00:03:08.282]➜  go tool buildid -w $WORK/b2473/_pkg_.a # internal
2025-08-20T23:00:46.0209586Z [00:03:08.282]➜  cp $WORK/b2473/_pkg_.a /root/.cache/go-build/e3/e35f10cd9fa32a8cc6a8b1ca45c42f005794ac9c0a064bf8825f7d05957a43ca-d # internal
2025-08-20T23:00:46.0211368Z [00:03:08.282]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability
2025-08-20T23:00:46.0212303Z [00:03:08.282]➜  mkdir -p $WORK/b2476/
2025-08-20T23:00:46.0216090Z [00:03:08.283]➜  cat >/tmp/go-build2180205415/b2476/importcfg << 'EOF' # internal
2025-08-20T23:00:46.0216839Z [00:03:08.283]➜  # import config
2025-08-20T23:00:46.0217605Z [00:03:08.283]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.0218877Z [00:03:08.283]➜  EOF
2025-08-20T23:00:46.0222470Z [00:03:08.283]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2476/_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/b2476=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability -lang=go1.22 -complete -installsuffix shared -buildid riXt8HuVn5lH0gGG3RhI/riXt8HuVn5lH0gGG3RhI -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/translogdurability/translogdurability.go
2025-08-20T23:00:46.0225505Z [00:03:08.283]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority
2025-08-20T23:00:46.0226564Z [00:03:08.283]➜  mkdir -p $WORK/b2475/
2025-08-20T23:00:46.0227058Z [00:03:08.284]➜  cat >/tmp/go-build2180205415/b2475/importcfg << 'EOF' # internal
2025-08-20T23:00:46.0227414Z [00:03:08.284]➜  # import config
2025-08-20T23:00:46.0228032Z [00:03:08.284]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.0228418Z [00:03:08.284]➜  EOF
2025-08-20T23:00:46.0231857Z [00:03:08.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2475/_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/b2475=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority -lang=go1.22 -complete -installsuffix shared -buildid 0nADYJiL7Bxuy5VmOEPd/0nADYJiL7Bxuy5VmOEPd -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/trainingpriority/trainingpriority.go
2025-08-20T23:00:46.0456100Z [00:03:08.307]➜  go tool buildid -w $WORK/b2475/_pkg_.a # internal
2025-08-20T23:00:46.0460244Z [00:03:08.307]➜  cp $WORK/b2475/_pkg_.a /root/.cache/go-build/98/9814b72f7b957d817d390515824603b5cf938a319efb63d4b2721b17ccb56a09-d # internal
2025-08-20T23:00:46.0477171Z [00:03:08.308]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype
2025-08-20T23:00:46.0478812Z [00:03:08.308]➜  mkdir -p $WORK/b2477/
2025-08-20T23:00:46.0479677Z [00:03:08.308]➜  cat >/tmp/go-build2180205415/b2477/importcfg << 'EOF' # internal
2025-08-20T23:00:46.0480394Z [00:03:08.308]➜  # import config
2025-08-20T23:00:46.0480762Z [00:03:08.308]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.0481089Z [00:03:08.308]➜  EOF
2025-08-20T23:00:46.0483566Z [00:03:08.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2477/_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/b2477=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype -lang=go1.22 -complete -installsuffix shared -buildid St0g_iXDTy-bc9Nkfuvr/St0g_iXDTy-bc9Nkfuvr -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/ttesttype/ttesttype.go
2025-08-20T23:00:46.0490088Z [00:03:08.310]➜  go tool buildid -w $WORK/b2476/_pkg_.a # internal
2025-08-20T23:00:46.0497816Z [00:03:08.311]➜  cp $WORK/b2476/_pkg_.a /root/.cache/go-build/1d/1daee3342800072f3917788fe7f2068dbe5c7b280898eac13ada572d700cb430-d # internal
2025-08-20T23:00:46.0500662Z [00:03:08.311]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason
2025-08-20T23:00:46.0501154Z [00:03:08.311]➜  mkdir -p $WORK/b2478/
2025-08-20T23:00:46.0501542Z [00:03:08.311]➜  cat >/tmp/go-build2180205415/b2478/importcfg << 'EOF' # internal
2025-08-20T23:00:46.0502075Z [00:03:08.311]➜  # import config
2025-08-20T23:00:46.0502488Z [00:03:08.311]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.0502809Z [00:03:08.311]➜  EOF
2025-08-20T23:00:46.0505710Z [00:03:08.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2478/_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/b2478=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason -lang=go1.22 -complete -installsuffix shared -buildid 3Ex8G9Xsg9QqM0ZsetpM/3Ex8G9Xsg9QqM0ZsetpM -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/unassignedinformationreason/unassignedinformationreason.go
2025-08-20T23:00:46.0709532Z [00:03:08.332]➜  go tool buildid -w $WORK/b2477/_pkg_.a # internal
2025-08-20T23:00:46.0713522Z [00:03:08.332]➜  cp $WORK/b2477/_pkg_.a /root/.cache/go-build/88/8897b1cae0d020b78ee2689da4eee0c44283ce6479a3bfaff1892591eb8a515f-d # internal
2025-08-20T23:00:46.0721960Z [00:03:08.333]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty
2025-08-20T23:00:46.0725164Z [00:03:08.333]➜  mkdir -p $WORK/b2479/
2025-08-20T23:00:46.0726428Z [00:03:08.334]➜  cat >/tmp/go-build2180205415/b2479/importcfg << 'EOF' # internal
2025-08-20T23:00:46.0726814Z [00:03:08.334]➜  # import config
2025-08-20T23:00:46.0727166Z [00:03:08.334]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.0727500Z [00:03:08.334]➜  EOF
2025-08-20T23:00:46.0729090Z [00:03:08.334]➜  go tool buildid -w $WORK/b2478/_pkg_.a # internal
2025-08-20T23:00:46.0734883Z [00:03:08.334]➜  cp $WORK/b2478/_pkg_.a /root/.cache/go-build/a6/a6f930679d159a847f81a50fafeb446a5b8d6f90d5dcbf632fc7c5a3b49ae52d-d # internal
2025-08-20T23:00:46.0738968Z [00:03:08.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2479/_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/b2479=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty -lang=go1.22 -complete -installsuffix shared -buildid _jqP-qRXSP5O-K2KY_XM/_jqP-qRXSP5O-K2KY_XM -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/useragentproperty/useragentproperty.go
2025-08-20T23:00:46.0747968Z [00:03:08.336]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype
2025-08-20T23:00:46.0750132Z [00:03:08.336]➜  mkdir -p $WORK/b2480/
2025-08-20T23:00:46.0752814Z [00:03:08.336]➜  cat >/tmp/go-build2180205415/b2480/importcfg << 'EOF' # internal
2025-08-20T23:00:46.0753209Z [00:03:08.336]➜  # import config
2025-08-20T23:00:46.0753558Z [00:03:08.336]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.0757164Z [00:03:08.336]➜  EOF
2025-08-20T23:00:46.0759654Z [00:03:08.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2480/_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/b2480=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype -lang=go1.22 -complete -installsuffix shared -buildid 46qqZJqh_qK44-FTLHq0/46qqZJqh_qK44-FTLHq0 -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/valuetype/valuetype.go
2025-08-20T23:00:46.0946632Z [00:03:08.355]➜  go tool buildid -w $WORK/b2480/_pkg_.a # internal
2025-08-20T23:00:46.0955137Z [00:03:08.356]➜  cp $WORK/b2480/_pkg_.a /root/.cache/go-build/67/675ddd24e45906eedc3720a1aeaa8007424b82ff07806fd49645f47894db3d4a-d # internal
2025-08-20T23:00:46.0956203Z [00:03:08.356]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype
2025-08-20T23:00:46.0956653Z [00:03:08.356]➜  mkdir -p $WORK/b2481/
2025-08-20T23:00:46.0957004Z [00:03:08.356]➜  go tool buildid -w $WORK/b2479/_pkg_.a # internal
2025-08-20T23:00:46.0957428Z [00:03:08.356]➜  cat >/tmp/go-build2180205415/b2481/importcfg << 'EOF' # internal
2025-08-20T23:00:46.0957783Z [00:03:08.356]➜  # import config
2025-08-20T23:00:46.0958164Z [00:03:08.356]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.0958493Z [00:03:08.356]➜  EOF
2025-08-20T23:00:46.0961170Z [00:03:08.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2481/_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/b2481=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype -lang=go1.22 -complete -installsuffix shared -buildid 79fyZr0y5MHRR6YwshzH/79fyZr0y5MHRR6YwshzH -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/versiontype/versiontype.go
2025-08-20T23:00:46.0963773Z [00:03:08.356]➜  cp $WORK/b2479/_pkg_.a /root/.cache/go-build/a2/a2296ae39af6ff0f11eb69646597999907995d94061303f51c5b0cbaa18966a3-d # internal
2025-08-20T23:00:46.0976344Z [00:03:08.357]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate
2025-08-20T23:00:46.0977410Z [00:03:08.357]➜  mkdir -p $WORK/b2482/
2025-08-20T23:00:46.0977844Z [00:03:08.358]➜  cat >/tmp/go-build2180205415/b2482/importcfg << 'EOF' # internal
2025-08-20T23:00:46.0978204Z [00:03:08.358]➜  # import config
2025-08-20T23:00:46.0978556Z [00:03:08.358]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.0978896Z [00:03:08.358]➜  EOF
2025-08-20T23:00:46.0981432Z [00:03:08.358]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2482/_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/b2482=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate -lang=go1.22 -complete -installsuffix shared -buildid lv2sxUc2ZapH-qzoa0p0/lv2sxUc2ZapH-qzoa0p0 -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/watcherstate/watcherstate.go
2025-08-20T23:00:46.1206443Z [00:03:08.382]➜  go tool buildid -w $WORK/b2482/_pkg_.a # internal
2025-08-20T23:00:46.1210473Z [00:03:08.382]➜  cp $WORK/b2482/_pkg_.a /root/.cache/go-build/fa/fa83b9934f461b07a50726ae870441c81a62d365c143509bc73491eb7eaaf6ce-d # internal
2025-08-20T23:00:46.1213129Z [00:03:08.382]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery
2025-08-20T23:00:46.1213631Z [00:03:08.382]➜  mkdir -p $WORK/b2483/
2025-08-20T23:00:46.1221597Z [00:03:08.383]➜  cat >/tmp/go-build2180205415/b2483/importcfg << 'EOF' # internal
2025-08-20T23:00:46.1222492Z [00:03:08.383]➜  # import config
2025-08-20T23:00:46.1222909Z [00:03:08.383]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.1223244Z [00:03:08.383]➜  EOF
2025-08-20T23:00:46.1226236Z [00:03:08.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2483/_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/b2483=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery -lang=go1.22 -complete -installsuffix shared -buildid H0tswbRcVh9GoK_s1mcW/H0tswbRcVh9GoK_s1mcW -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/zerotermsquery/zerotermsquery.go
2025-08-20T23:00:46.1239693Z [00:03:08.385]➜  go tool buildid -w $WORK/b2481/_pkg_.a # internal
2025-08-20T23:00:46.1244309Z [00:03:08.385]➜  cp $WORK/b2481/_pkg_.a /root/.cache/go-build/34/341f8163c642749f7455a9afa120773a104158618f952900650ed220f9e05d4b-d # internal
2025-08-20T23:00:46.1249468Z [00:03:08.386]➜  github.com/elastic/go-elasticsearch/v8/typedapi/capabilities
2025-08-20T23:00:46.1249966Z [00:03:08.386]➜  mkdir -p $WORK/b2491/
2025-08-20T23:00:46.1250351Z [00:03:08.386]➜  cat >/tmp/go-build2180205415/b2491/importcfg << 'EOF' # internal
2025-08-20T23:00:46.1250713Z [00:03:08.386]➜  # import config
2025-08-20T23:00:46.1251055Z [00:03:08.386]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:46.1251482Z [00:03:08.386]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:46.1251899Z [00:03:08.386]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:46.1252529Z [00:03:08.386]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:46.1253358Z [00:03:08.386]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:46.1253846Z [00:03:08.386]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:46.1254277Z [00:03:08.386]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:46.1254702Z [00:03:08.386]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.1255024Z [00:03:08.386]➜  EOF
2025-08-20T23:00:46.1257531Z [00:03:08.386]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2491/_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/b2491=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/capabilities -lang=go1.22 -complete -installsuffix shared -buildid MeiQUyMbMCjPYyNF8vCz/MeiQUyMbMCjPYyNF8vCz -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/capabilities/capabilities.go
2025-08-20T23:00:46.1379328Z [00:03:08.399]➜  go tool buildid -w $WORK/b2483/_pkg_.a # internal
2025-08-20T23:00:46.1386898Z [00:03:08.399]➜  cp $WORK/b2483/_pkg_.a /root/.cache/go-build/cd/cd1a7ea8c420af8f5149b2b4d271dbbe5390347721ed461bed330450e6dbf4f8-d # internal
2025-08-20T23:00:46.1609313Z [00:03:08.422]➜  go tool buildid -w $WORK/b2491/_pkg_.a # internal
2025-08-20T23:00:46.1639866Z [00:03:08.425]➜  cp $WORK/b2491/_pkg_.a /root/.cache/go-build/4a/4a690e94fd2cd3f167e02ab67bdeee424713940e7e4685fbdabb8056576e2e24-d # internal
2025-08-20T23:00:46.1685347Z [00:03:08.430]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes
2025-08-20T23:00:46.1724281Z [00:03:08.433]➜  mkdir -p $WORK/b2494/
2025-08-20T23:00:46.1725583Z [00:03:08.433]➜  cat >/tmp/go-build2180205415/b2494/importcfg << 'EOF' # internal
2025-08-20T23:00:46.1726162Z [00:03:08.433]➜  # import config
2025-08-20T23:00:46.1726525Z [00:03:08.433]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.1726867Z [00:03:08.433]➜  EOF
2025-08-20T23:00:46.1729258Z [00:03:08.433]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2494/_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/b2494=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes -lang=go1.22 -complete -installsuffix shared -buildid Q7JHPQH4wjWNADf5I8ph/Q7JHPQH4wjWNADf5I8ph -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/types/enums/bytes/bytes.go
2025-08-20T23:00:46.1946577Z [00:03:08.456]➜  go tool buildid -w $WORK/b2494/_pkg_.a # internal
2025-08-20T23:00:46.1951661Z [00:03:08.456]➜  cp $WORK/b2494/_pkg_.a /root/.cache/go-build/b1/b19f164ca40596be3ccd891316122ab72387f9418aff5c0f353f789147db56f4-d # internal
2025-08-20T23:00:46.1953938Z [00:03:08.456]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit
2025-08-20T23:00:46.1954951Z [00:03:08.457]➜  mkdir -p $WORK/b2499/
2025-08-20T23:00:46.1959448Z [00:03:08.457]➜  cat >/tmp/go-build2180205415/b2499/importcfg << 'EOF' # internal
2025-08-20T23:00:46.1959901Z [00:03:08.457]➜  # import config
2025-08-20T23:00:46.1960284Z [00:03:08.457]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.1960630Z [00:03:08.457]➜  EOF
2025-08-20T23:00:46.1982736Z [00:03:08.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2499/_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/b2499=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit -lang=go1.22 -complete -installsuffix shared -buildid p5Pm1w0z2WclzO-qX3tP/p5Pm1w0z2WclzO-qX3tP -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/types/enums/timeunit/timeunit.go
2025-08-20T23:00:46.2357260Z [00:03:08.493]➜  go tool buildid -w $WORK/b2499/_pkg_.a # internal
2025-08-20T23:00:46.2358023Z [00:03:08.494]➜  cp $WORK/b2499/_pkg_.a /root/.cache/go-build/c3/c38d4b676c13ce5e3a9a1363d7abdc7f0f13ec13ac59be659fe886b6bf2a2222-d # internal
2025-08-20T23:00:46.2407001Z [00:03:08.499]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions
2025-08-20T23:00:46.2407529Z [00:03:08.500]➜  mkdir -p $WORK/b2535/
2025-08-20T23:00:46.2407911Z [00:03:08.500]➜  cat >/tmp/go-build2180205415/b2535/importcfg << 'EOF' # internal
2025-08-20T23:00:46.2408270Z [00:03:08.500]➜  # import config
2025-08-20T23:00:46.2408645Z [00:03:08.500]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:46.2409070Z [00:03:08.500]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:46.2409483Z [00:03:08.500]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:46.2410120Z [00:03:08.500]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:46.2410712Z [00:03:08.500]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:46.2411496Z [00:03:08.500]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:46.2411940Z [00:03:08.500]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:46.2412365Z [00:03:08.500]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:46.2412792Z [00:03:08.500]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.2413103Z [00:03:08.500]➜  EOF
2025-08-20T23:00:46.2439392Z [00:03:08.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2535/_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/b2535=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions -lang=go1.22 -complete -installsuffix shared -buildid 2VpckAAR5KB6skWTpEyL/2VpckAAR5KB6skWTpEyL -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/deletevotingconfigexclusions/delete_voting_config_exclusions.go
2025-08-20T23:00:46.2489085Z [00:03:08.510]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types
2025-08-20T23:00:46.2489495Z [00:03:08.510]➜  mkdir -p $WORK/b2291/
2025-08-20T23:00:46.2520107Z [00:03:08.511]➜  cat >/tmp/go-build2180205415/b2291/importcfg << 'EOF' # internal
2025-08-20T23:00:46.2520634Z [00:03:08.511]➜  # import config
2025-08-20T23:00:46.2520990Z [00:03:08.511]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:46.2521444Z [00:03:08.511]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:46.2521901Z [00:03:08.511]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:46.2522321Z [00:03:08.511]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:46.2523061Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions=/tmp/go-build2180205415/b2292/_pkg_.a
2025-08-20T23:00:46.2524070Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions=/tmp/go-build2180205415/b2293/_pkg_.a
2025-08-20T23:00:46.2525006Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype=/tmp/go-build2180205415/b2294/_pkg_.a
2025-08-20T23:00:46.2526141Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision=/tmp/go-build2180205415/b2295/_pkg_.a
2025-08-20T23:00:46.2527485Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype=/tmp/go-build2180205415/b2296/_pkg_.a
2025-08-20T23:00:46.2528440Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto=/tmp/go-build2180205415/b2297/_pkg_.a
2025-08-20T23:00:46.2529362Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner=/tmp/go-build2180205415/b2298/_pkg_.a
2025-08-20T23:00:46.2530317Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval=/tmp/go-build2180205415/b2299/_pkg_.a
2025-08-20T23:00:46.2531305Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode=/tmp/go-build2180205415/b2300/_pkg_.a
2025-08-20T23:00:46.2532327Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn=/tmp/go-build2180205415/b2301/_pkg_.a
2025-08-20T23:00:46.2533318Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn=/tmp/go-build2180205415/b2302/_pkg_.a
2025-08-20T23:00:46.2534249Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn=/tmp/go-build2180205415/b2303/_pkg_.a
2025-08-20T23:00:46.2535200Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus=/tmp/go-build2180205415/b2304/_pkg_.a
2025-08-20T23:00:46.2536543Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn=/tmp/go-build2180205415/b2305/_pkg_.a
2025-08-20T23:00:46.2537533Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn=/tmp/go-build2180205415/b2306/_pkg_.a
2025-08-20T23:00:46.2538582Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode=/tmp/go-build2180205415/b2307/_pkg_.a
2025-08-20T23:00:46.2539581Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode=/tmp/go-build2180205415/b2308/_pkg_.a
2025-08-20T23:00:46.2540516Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget=/tmp/go-build2180205415/b2309/_pkg_.a
2025-08-20T23:00:46.2541468Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build2180205415/b2310/_pkg_.a
2025-08-20T23:00:46.2542635Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus=/tmp/go-build2180205415/b2311/_pkg_.a
2025-08-20T23:00:46.2543627Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator=/tmp/go-build2180205415/b2312/_pkg_.a
2025-08-20T23:00:46.2544643Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms=/tmp/go-build2180205415/b2313/_pkg_.a
2025-08-20T23:00:46.2545602Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop=/tmp/go-build2180205415/b2314/_pkg_.a
2025-08-20T23:00:46.2546823Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator=/tmp/go-build2180205415/b2315/_pkg_.a
2025-08-20T23:00:46.2547780Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype=/tmp/go-build2180205415/b2316/_pkg_.a
2025-08-20T23:00:46.2548883Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme=/tmp/go-build2180205415/b2317/_pkg_.a
2025-08-20T23:00:46.2549851Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype=/tmp/go-build2180205415/b2318/_pkg_.a
2025-08-20T23:00:46.2550804Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build2180205415/b2319/_pkg_.a
2025-08-20T23:00:46.2551875Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype=/tmp/go-build2180205415/b2320/_pkg_.a
2025-08-20T23:00:46.2552882Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat=/tmp/go-build2180205415/b2321/_pkg_.a
2025-08-20T23:00:46.2553840Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate=/tmp/go-build2180205415/b2322/_pkg_.a
2025-08-20T23:00:46.2554768Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate=/tmp/go-build2180205415/b2323/_pkg_.a
2025-08-20T23:00:46.2555658Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day=/tmp/go-build2180205415/b2324/_pkg_.a
2025-08-20T23:00:46.2556684Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision=/tmp/go-build2180205415/b2325/_pkg_.a
2025-08-20T23:00:46.2557648Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding=/tmp/go-build2180205415/b2326/_pkg_.a
2025-08-20T23:00:46.2558678Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate=/tmp/go-build2180205415/b2327/_pkg_.a
2025-08-20T23:00:46.2559902Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate=/tmp/go-build2180205415/b2328/_pkg_.a
2025-08-20T23:00:46.2560895Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel=/tmp/go-build2180205415/b2329/_pkg_.a
2025-08-20T23:00:46.2561954Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure=/tmp/go-build2180205415/b2330/_pkg_.a
2025-08-20T23:00:46.2562998Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect=/tmp/go-build2180205415/b2331/_pkg_.a
2025-08-20T23:00:46.2563933Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel=/tmp/go-build2180205415/b2332/_pkg_.a
2025-08-20T23:00:46.2564842Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype=/tmp/go-build2180205415/b2333/_pkg_.a
2025-08-20T23:00:46.2565853Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit=/tmp/go-build2180205415/b2334/_pkg_.a
2025-08-20T23:00:46.2566922Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping=/tmp/go-build2180205415/b2335/_pkg_.a
2025-08-20T23:00:46.2567854Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside=/tmp/go-build2180205415/b2336/_pkg_.a
2025-08-20T23:00:46.2568776Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority=/tmp/go-build2180205415/b2337/_pkg_.a
2025-08-20T23:00:46.2569793Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase=/tmp/go-build2180205415/b2338/_pkg_.a
2025-08-20T23:00:46.2570807Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent=/tmp/go-build2180205415/b2339/_pkg_.a
2025-08-20T23:00:46.2571753Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase=/tmp/go-build2180205415/b2340/_pkg_.a
2025-08-20T23:00:46.2572689Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus=/tmp/go-build2180205415/b2341/_pkg_.a
2025-08-20T23:00:46.2573628Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:00:46.2574524Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature=/tmp/go-build2180205415/b2343/_pkg_.a
2025-08-20T23:00:46.2575459Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype=/tmp/go-build2180205415/b2344/_pkg_.a
2025-08-20T23:00:46.2576570Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype=/tmp/go-build2180205415/b2345/_pkg_.a
2025-08-20T23:00:46.2577693Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier=/tmp/go-build2180205415/b2346/_pkg_.a
2025-08-20T23:00:46.2578679Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy=/tmp/go-build2180205415/b2347/_pkg_.a
2025-08-20T23:00:46.2579631Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule=/tmp/go-build2180205415/b2348/_pkg_.a
2025-08-20T23:00:46.2580617Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate=/tmp/go-build2180205415/b2349/_pkg_.a
2025-08-20T23:00:46.2581571Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype=/tmp/go-build2180205415/b2350/_pkg_.a
2025-08-20T23:00:46.2582496Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest=/tmp/go-build2180205415/b2351/_pkg_.a
2025-08-20T23:00:46.2583463Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus=/tmp/go-build2180205415/b2352/_pkg_.a
2025-08-20T23:00:46.2584427Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode=/tmp/go-build2180205415/b2353/_pkg_.a
2025-08-20T23:00:46.2585470Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode=/tmp/go-build2180205415/b2354/_pkg_.a
2025-08-20T23:00:46.2586555Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy=/tmp/go-build2180205415/b2355/_pkg_.a
2025-08-20T23:00:46.2587484Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype=/tmp/go-build2180205415/b2356/_pkg_.a
2025-08-20T23:00:46.2588409Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution=/tmp/go-build2180205415/b2357/_pkg_.a
2025-08-20T23:00:46.2589357Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat=/tmp/go-build2180205415/b2358/_pkg_.a
2025-08-20T23:00:46.2590510Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype=/tmp/go-build2180205415/b2359/_pkg_.a
2025-08-20T23:00:46.2591451Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation=/tmp/go-build2180205415/b2360/_pkg_.a
2025-08-20T23:00:46.2592427Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation=/tmp/go-build2180205415/b2361/_pkg_.a
2025-08-20T23:00:46.2593426Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy=/tmp/go-build2180205415/b2362/_pkg_.a
2025-08-20T23:00:46.2594450Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod=/tmp/go-build2180205415/b2363/_pkg_.a
2025-08-20T23:00:46.2595396Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build2180205415/b2364/_pkg_.a
2025-08-20T23:00:46.2596524Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder=/tmp/go-build2180205415/b2365/_pkg_.a
2025-08-20T23:00:46.2597521Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter=/tmp/go-build2180205415/b2366/_pkg_.a
2025-08-20T23:00:46.2598495Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder=/tmp/go-build2180205415/b2367/_pkg_.a
2025-08-20T23:00:46.2599470Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema=/tmp/go-build2180205415/b2368/_pkg_.a
2025-08-20T23:00:46.2600439Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype=/tmp/go-build2180205415/b2369/_pkg_.a
2025-08-20T23:00:46.2601557Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype=/tmp/go-build2180205415/b2370/_pkg_.a
2025-08-20T23:00:46.2602497Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod=/tmp/go-build2180205415/b2371/_pkg_.a
2025-08-20T23:00:46.2603437Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution=/tmp/go-build2180205415/b2372/_pkg_.a
2025-08-20T23:00:46.2604343Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda=/tmp/go-build2180205415/b2373/_pkg_.a
2025-08-20T23:00:46.2605285Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate=/tmp/go-build2180205415/b2374/_pkg_.a
2025-08-20T23:00:46.2606418Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst=/tmp/go-build2180205415/b2375/_pkg_.a
2025-08-20T23:00:46.2607445Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition=/tmp/go-build2180205415/b2376/_pkg_.a
2025-08-20T23:00:46.2608449Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength=/tmp/go-build2180205415/b2377/_pkg_.a
2025-08-20T23:00:46.2609550Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode=/tmp/go-build2180205415/b2378/_pkg_.a
2025-08-20T23:00:46.2610621Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype=/tmp/go-build2180205415/b2379/_pkg_.a
2025-08-20T23:00:46.2611610Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection=/tmp/go-build2180205415/b2380/_pkg_.a
2025-08-20T23:00:46.2612550Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea=/tmp/go-build2180205415/b2381/_pkg_.a
2025-08-20T23:00:46.2613646Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup=/tmp/go-build2180205415/b2382/_pkg_.a
2025-08-20T23:00:46.2614608Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate=/tmp/go-build2180205415/b2383/_pkg_.a
2025-08-20T23:00:46.2615568Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate=/tmp/go-build2180205415/b2384/_pkg_.a
2025-08-20T23:00:46.2616755Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions=/tmp/go-build2180205415/b2385/_pkg_.a
2025-08-20T23:00:46.2617746Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege=/tmp/go-build2180205415/b2386/_pkg_.a
2025-08-20T23:00:46.2618759Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions=/tmp/go-build2180205415/b2387/_pkg_.a
2025-08-20T23:00:46.2619837Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions=/tmp/go-build2180205415/b2388/_pkg_.a
2025-08-20T23:00:46.2620868Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus=/tmp/go-build2180205415/b2389/_pkg_.a
2025-08-20T23:00:46.2621803Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype=/tmp/go-build2180205415/b2390/_pkg_.a
2025-08-20T23:00:46.2622729Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason=/tmp/go-build2180205415/b2391/_pkg_.a
2025-08-20T23:00:46.2623641Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate=/tmp/go-build2180205415/b2392/_pkg_.a
2025-08-20T23:00:46.2624793Z [00:03:08.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy=/tmp/go-build2180205415/b2393/_pkg_.a
2025-08-20T23:00:46.2625924Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode=/tmp/go-build2180205415/b2394/_pkg_.a
2025-08-20T23:00:46.2626983Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode=/tmp/go-build2180205415/b2395/_pkg_.a
2025-08-20T23:00:46.2627929Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/language=/tmp/go-build2180205415/b2396/_pkg_.a
2025-08-20T23:00:46.2628835Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus=/tmp/go-build2180205415/b2397/_pkg_.a
2025-08-20T23:00:46.2629745Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build2180205415/b2398/_pkg_.a
2025-08-20T23:00:46.2630699Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build2180205415/b2399/_pkg_.a
2025-08-20T23:00:46.2631646Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby=/tmp/go-build2180205415/b2400/_pkg_.a
2025-08-20T23:00:46.2632640Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype=/tmp/go-build2180205415/b2401/_pkg_.a
2025-08-20T23:00:46.2633653Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus=/tmp/go-build2180205415/b2402/_pkg_.a
2025-08-20T23:00:46.2634546Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric=/tmp/go-build2180205415/b2403/_pkg_.a
2025-08-20T23:00:46.2635451Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus=/tmp/go-build2180205415/b2404/_pkg_.a
2025-08-20T23:00:46.2657067Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval=/tmp/go-build2180205415/b2405/_pkg_.a
2025-08-20T23:00:46.2658416Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder=/tmp/go-build2180205415/b2406/_pkg_.a
2025-08-20T23:00:46.2659325Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month=/tmp/go-build2180205415/b2407/_pkg_.a
2025-08-20T23:00:46.2660226Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode=/tmp/go-build2180205415/b2408/_pkg_.a
2025-08-20T23:00:46.2661226Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole=/tmp/go-build2180205415/b2409/_pkg_.a
2025-08-20T23:00:46.2662225Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode=/tmp/go-build2180205415/b2410/_pkg_.a
2025-08-20T23:00:46.2663176Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization=/tmp/go-build2180205415/b2411/_pkg_.a
2025-08-20T23:00:46.2664112Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod=/tmp/go-build2180205415/b2412/_pkg_.a
2025-08-20T23:00:46.2665087Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat=/tmp/go-build2180205415/b2413/_pkg_.a
2025-08-20T23:00:46.2666237Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror=/tmp/go-build2180205415/b2414/_pkg_.a
2025-08-20T23:00:46.2667232Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2180205415/b2415/_pkg_.a
2025-08-20T23:00:46.2668105Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build2180205415/b2416/_pkg_.a
2025-08-20T23:00:46.2669197Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype=/tmp/go-build2180205415/b2417/_pkg_.a
2025-08-20T23:00:46.2670181Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype=/tmp/go-build2180205415/b2418/_pkg_.a
2025-08-20T23:00:46.2671138Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder=/tmp/go-build2180205415/b2419/_pkg_.a
2025-08-20T23:00:46.2672084Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage=/tmp/go-build2180205415/b2420/_pkg_.a
2025-08-20T23:00:46.2673035Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype=/tmp/go-build2180205415/b2421/_pkg_.a
2025-08-20T23:00:46.2673982Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype=/tmp/go-build2180205415/b2422/_pkg_.a
2025-08-20T23:00:46.2674906Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype=/tmp/go-build2180205415/b2423/_pkg_.a
2025-08-20T23:00:46.2675918Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier=/tmp/go-build2180205415/b2424/_pkg_.a
2025-08-20T23:00:46.2677039Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype=/tmp/go-build2180205415/b2425/_pkg_.a
2025-08-20T23:00:46.2678067Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build2180205415/b2426/_pkg_.a
2025-08-20T23:00:46.2678994Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation=/tmp/go-build2180205415/b2427/_pkg_.a
2025-08-20T23:00:46.2679890Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode=/tmp/go-build2180205415/b2428/_pkg_.a
2025-08-20T23:00:46.2680770Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:00:46.2681907Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege=/tmp/go-build2180205415/b2430/_pkg_.a
2025-08-20T23:00:46.2682909Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype=/tmp/go-build2180205415/b2431/_pkg_.a
2025-08-20T23:00:46.2683886Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow=/tmp/go-build2180205415/b2432/_pkg_.a
2025-08-20T23:00:46.2684874Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:00:46.2685994Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate=/tmp/go-build2180205415/b2434/_pkg_.a
2025-08-20T23:00:46.2686979Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction=/tmp/go-build2180205415/b2435/_pkg_.a
2025-08-20T23:00:46.2687909Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype=/tmp/go-build2180205415/b2436/_pkg_.a
2025-08-20T23:00:46.2688944Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint=/tmp/go-build2180205415/b2437/_pkg_.a
2025-08-20T23:00:46.2689934Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode=/tmp/go-build2180205415/b2438/_pkg_.a
2025-08-20T23:00:46.2690849Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage=/tmp/go-build2180205415/b2439/_pkg_.a
2025-08-20T23:00:46.2691783Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype=/tmp/go-build2180205415/b2440/_pkg_.a
2025-08-20T23:00:46.2692925Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2180205415/b2441/_pkg_.a
2025-08-20T23:00:46.2693866Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing=/tmp/go-build2180205415/b2442/_pkg_.a
2025-08-20T23:00:46.2694825Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode=/tmp/go-build2180205415/b2443/_pkg_.a
2025-08-20T23:00:46.2695890Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder=/tmp/go-build2180205415/b2444/_pkg_.a
2025-08-20T23:00:46.2696891Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype=/tmp/go-build2180205415/b2445/_pkg_.a
2025-08-20T23:00:46.2697820Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate=/tmp/go-build2180205415/b2446/_pkg_.a
2025-08-20T23:00:46.2698770Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage=/tmp/go-build2180205415/b2447/_pkg_.a
2025-08-20T23:00:46.2699740Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation=/tmp/go-build2180205415/b2448/_pkg_.a
2025-08-20T23:00:46.2700859Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus=/tmp/go-build2180205415/b2449/_pkg_.a
2025-08-20T23:00:46.2701887Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype=/tmp/go-build2180205415/b2450/_pkg_.a
2025-08-20T23:00:46.2702848Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate=/tmp/go-build2180205415/b2451/_pkg_.a
2025-08-20T23:00:46.2703809Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage=/tmp/go-build2180205415/b2452/_pkg_.a
2025-08-20T23:00:46.2704722Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode=/tmp/go-build2180205415/b2453/_pkg_.a
2025-08-20T23:00:46.2705868Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder=/tmp/go-build2180205415/b2454/_pkg_.a
2025-08-20T23:00:46.2706869Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode=/tmp/go-build2180205415/b2455/_pkg_.a
2025-08-20T23:00:46.2707798Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype=/tmp/go-build2180205415/b2456/_pkg_.a
2025-08-20T23:00:46.2708811Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance=/tmp/go-build2180205415/b2457/_pkg_.a
2025-08-20T23:00:46.2709796Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build2180205415/b2458/_pkg_.a
2025-08-20T23:00:46.2710708Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort=/tmp/go-build2180205415/b2459/_pkg_.a
2025-08-20T23:00:46.2711662Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build2180205415/b2460/_pkg_.a
2025-08-20T23:00:46.2712609Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build2180205415/b2461/_pkg_.a
2025-08-20T23:00:46.2713506Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build2180205415/b2462/_pkg_.a
2025-08-20T23:00:46.2714418Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat=/tmp/go-build2180205415/b2463/_pkg_.a
2025-08-20T23:00:46.2715316Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2180205415/b2464/_pkg_.a
2025-08-20T23:00:46.2716554Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat=/tmp/go-build2180205415/b2465/_pkg_.a
2025-08-20T23:00:46.2717575Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode=/tmp/go-build2180205415/b2466/_pkg_.a
2025-08-20T23:00:46.2718649Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint=/tmp/go-build2180205415/b2467/_pkg_.a
2025-08-20T23:00:46.2719660Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption=/tmp/go-build2180205415/b2468/_pkg_.a
2025-08-20T23:00:46.2720599Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype=/tmp/go-build2180205415/b2469/_pkg_.a
2025-08-20T23:00:46.2721556Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype=/tmp/go-build2180205415/b2470/_pkg_.a
2025-08-20T23:00:46.2722491Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar=/tmp/go-build2180205415/b2471/_pkg_.a
2025-08-20T23:00:46.2723436Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate=/tmp/go-build2180205415/b2472/_pkg_.a
2025-08-20T23:00:46.2724519Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation=/tmp/go-build2180205415/b2473/_pkg_.a
2025-08-20T23:00:46.2725551Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype=/tmp/go-build2180205415/b2474/_pkg_.a
2025-08-20T23:00:46.2726723Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority=/tmp/go-build2180205415/b2475/_pkg_.a
2025-08-20T23:00:46.2727689Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability=/tmp/go-build2180205415/b2476/_pkg_.a
2025-08-20T23:00:46.2728623Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype=/tmp/go-build2180205415/b2477/_pkg_.a
2025-08-20T23:00:46.2729780Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason=/tmp/go-build2180205415/b2478/_pkg_.a
2025-08-20T23:00:46.2730789Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty=/tmp/go-build2180205415/b2479/_pkg_.a
2025-08-20T23:00:46.2731710Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype=/tmp/go-build2180205415/b2480/_pkg_.a
2025-08-20T23:00:46.2732683Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2180205415/b2481/_pkg_.a
2025-08-20T23:00:46.2733726Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate=/tmp/go-build2180205415/b2482/_pkg_.a
2025-08-20T23:00:46.2734656Z [00:03:08.512]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery=/tmp/go-build2180205415/b2483/_pkg_.a
2025-08-20T23:00:46.2735308Z [00:03:08.512]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:46.2735717Z [00:03:08.512]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:46.2736310Z [00:03:08.512]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:46.2736740Z [00:03:08.512]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.2737056Z [00:03:08.512]➜  EOF
2025-08-20T23:00:46.3598722Z [00:03:08.520]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2291/_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/b2291=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types -lang=go1.22 -complete -installsuffix shared -buildid XBY24N3qS4HSllgvhQrD/XBY24N3qS4HSllgvhQrD -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/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:00:46.4403660Z [00:03:08.603]➜  go tool buildid -w $WORK/b2535/_pkg_.a # internal
2025-08-20T23:00:46.4404375Z [00:03:08.604]➜  cp $WORK/b2535/_pkg_.a /root/.cache/go-build/f3/f34fcd97bbe8e84545f2069cb86f4eea2455045d16cfca481f83c5f9ef709b77-d # internal
2025-08-20T23:00:46.4405163Z [00:03:08.604]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate
2025-08-20T23:00:46.4405608Z [00:03:08.604]➜  mkdir -p $WORK/b2536/
2025-08-20T23:00:46.4406130Z [00:03:08.607]➜  cat >/tmp/go-build2180205415/b2536/importcfg << 'EOF' # internal
2025-08-20T23:00:46.4406485Z [00:03:08.607]➜  # import config
2025-08-20T23:00:46.4406845Z [00:03:08.607]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:46.4407274Z [00:03:08.607]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:46.4408048Z [00:03:08.607]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:46.4408738Z [00:03:08.607]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:46.4409331Z [00:03:08.607]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:46.4409762Z [00:03:08.607]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:46.4410205Z [00:03:08.607]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:46.4410626Z [00:03:08.607]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:46.4411049Z [00:03:08.607]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.4411362Z [00:03:08.607]➜  EOF
2025-08-20T23:00:46.4414109Z [00:03:08.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2536/_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/b2536=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate -lang=go1.22 -complete -installsuffix shared -buildid l931qJYOommoWEVEPyTW/l931qJYOommoWEVEPyTW -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/existscomponenttemplate/exists_component_template.go
2025-08-20T23:00:46.4416927Z [00:03:08.677]➜  go tool buildid -w $WORK/b2536/_pkg_.a # internal
2025-08-20T23:00:46.4417592Z [00:03:08.682]➜  cp $WORK/b2536/_pkg_.a /root/.cache/go-build/f4/f4e87149929274546bd7094c9358dfb63f750c68bee0c1870beef0452a004192-d # internal
2025-08-20T23:00:46.4418266Z [00:03:08.683]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level
2025-08-20T23:00:46.4418650Z [00:03:08.683]➜  mkdir -p $WORK/b2540/
2025-08-20T23:00:46.4419022Z [00:03:08.684]➜  cat >/tmp/go-build2180205415/b2540/importcfg << 'EOF' # internal
2025-08-20T23:00:46.4419372Z [00:03:08.684]➜  # import config
2025-08-20T23:00:46.4419708Z [00:03:08.684]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.4420023Z [00:03:08.684]➜  EOF
2025-08-20T23:00:46.4422496Z [00:03:08.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2540/_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/b2540=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level -lang=go1.22 -complete -installsuffix shared -buildid inGF9vMdcWGaM42UrPZT/inGF9vMdcWGaM42UrPZT -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/types/enums/level/level.go
2025-08-20T23:00:46.4767225Z [00:03:08.735]➜  go tool buildid -w $WORK/b2540/_pkg_.a # internal
2025-08-20T23:00:46.4768052Z [00:03:08.736]➜  cp $WORK/b2540/_pkg_.a /root/.cache/go-build/9e/9e5410f5f03e71a042e592baefdcbc29e2617178c8bc9fd3ac9d9ea838433682-d # internal
2025-08-20T23:00:46.4768769Z [00:03:08.736]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents
2025-08-20T23:00:46.4769177Z [00:03:08.736]➜  mkdir -p $WORK/b2541/
2025-08-20T23:00:46.4769566Z [00:03:08.736]➜  cat >/tmp/go-build2180205415/b2541/importcfg << 'EOF' # internal
2025-08-20T23:00:46.4769928Z [00:03:08.736]➜  # import config
2025-08-20T23:00:46.4770276Z [00:03:08.736]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.4770592Z [00:03:08.736]➜  EOF
2025-08-20T23:00:46.4773442Z [00:03:08.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2541/_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/b2541=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents -lang=go1.22 -complete -installsuffix shared -buildid sHElowThRvoHS6rAczD2/sHElowThRvoHS6rAczD2 -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/types/enums/waitforevents/waitforevents.go
2025-08-20T23:00:46.5026501Z [00:03:08.764]➜  go tool buildid -w $WORK/b2541/_pkg_.a # internal
2025-08-20T23:00:46.5032415Z [00:03:08.764]➜  cp $WORK/b2541/_pkg_.a /root/.cache/go-build/36/36201713845456d193f93cc9e3b405daae2e289abb52e119735e315c8088c4d5-d # internal
2025-08-20T23:00:46.5034453Z [00:03:08.765]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions
2025-08-20T23:00:46.5035432Z [00:03:08.765]➜  mkdir -p $WORK/b2544/
2025-08-20T23:00:46.5040983Z [00:03:08.765]➜  cat >/tmp/go-build2180205415/b2544/importcfg << 'EOF' # internal
2025-08-20T23:00:46.5041525Z [00:03:08.765]➜  # import config
2025-08-20T23:00:46.5041986Z [00:03:08.765]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:46.5042528Z [00:03:08.765]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:46.5043061Z [00:03:08.765]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:46.5043802Z [00:03:08.765]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:46.5044873Z [00:03:08.765]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:46.5045443Z [00:03:08.765]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:46.5046131Z [00:03:08.765]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:46.5046705Z [00:03:08.765]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:46.5047235Z [00:03:08.765]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.5047642Z [00:03:08.765]➜  EOF
2025-08-20T23:00:46.5050551Z [00:03:08.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2544/_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/b2544=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions -lang=go1.22 -complete -installsuffix shared -buildid Ieqaa3YTOM3WUyvVoLla/Ieqaa3YTOM3WUyvVoLla -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/postvotingconfigexclusions/post_voting_config_exclusions.go
2025-08-20T23:00:46.5408332Z [00:03:08.802]➜  go tool buildid -w $WORK/b2544/_pkg_.a # internal
2025-08-20T23:00:46.5422014Z [00:03:08.803]➜  cp $WORK/b2544/_pkg_.a /root/.cache/go-build/83/83c02c1683fe0ca379df8e8cde8adcc7b775826ef78544dd7969c4b8473192f8-d # internal
2025-08-20T23:00:46.5422841Z [00:03:08.803]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost
2025-08-20T23:00:46.5423268Z [00:03:08.803]➜  mkdir -p $WORK/b2558/
2025-08-20T23:00:46.5442492Z [00:03:08.804]➜  cat >/tmp/go-build2180205415/b2558/importcfg << 'EOF' # internal
2025-08-20T23:00:46.5442950Z [00:03:08.804]➜  # import config
2025-08-20T23:00:46.5443305Z [00:03:08.804]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:46.5443760Z [00:03:08.804]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:46.5444185Z [00:03:08.804]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:46.5444815Z [00:03:08.804]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:46.5445414Z [00:03:08.804]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:46.5445970Z [00:03:08.804]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:46.5446462Z [00:03:08.804]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:46.5447144Z [00:03:08.804]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.5447556Z [00:03:08.804]➜  EOF
2025-08-20T23:00:46.5450042Z [00:03:08.804]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2558/_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/b2558=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost -lang=go1.22 -complete -installsuffix shared -buildid ZQcnyNsjdbxYM4FcJkdw/ZQcnyNsjdbxYM4FcJkdw -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/secretpost/secret_post.go
2025-08-20T23:00:46.5916069Z [00:03:08.852]➜  go tool buildid -w $WORK/b2558/_pkg_.a # internal
2025-08-20T23:00:46.5925748Z [00:03:08.853]➜  cp $WORK/b2558/_pkg_.a /root/.cache/go-build/f1/f1da04d9eeeff88c6968f8b7af297ae7ba40697f456f6f924e623bdb84320e41-d # internal
2025-08-20T23:00:46.5926663Z [00:03:08.854]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype
2025-08-20T23:00:46.5931523Z [00:03:08.854]➜  mkdir -p $WORK/b2578/
2025-08-20T23:00:46.5933605Z [00:03:08.854]➜  cat >/tmp/go-build2180205415/b2578/importcfg << 'EOF' # internal
2025-08-20T23:00:46.5934786Z [00:03:08.854]➜  # import config
2025-08-20T23:00:46.5935549Z [00:03:08.854]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.5936385Z [00:03:08.854]➜  EOF
2025-08-20T23:00:46.5939026Z [00:03:08.854]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2578/_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/b2578=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype -lang=go1.22 -complete -installsuffix shared -buildid K_xVm1VrxkNRHzittact/K_xVm1VrxkNRHzittact -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/types/enums/operationtype/operationtype.go
2025-08-20T23:00:46.6046372Z [00:03:08.866]➜  go tool buildid -w $WORK/b2578/_pkg_.a # internal
2025-08-20T23:00:46.6050723Z [00:03:08.866]➜  cp $WORK/b2578/_pkg_.a /root/.cache/go-build/3f/3f07d0a7981889c0237fee4db9508ab5ce9be17b42ab7dd6443717fc97ffe258-d # internal
2025-08-20T23:00:46.6056535Z [00:03:08.867]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts
2025-08-20T23:00:46.6056975Z [00:03:08.867]➜  mkdir -p $WORK/b2585/
2025-08-20T23:00:46.6057540Z [00:03:08.867]➜  cat >/tmp/go-build2180205415/b2585/importcfg << 'EOF' # internal
2025-08-20T23:00:46.6057989Z [00:03:08.867]➜  # import config
2025-08-20T23:00:46.6058338Z [00:03:08.867]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.6058833Z [00:03:08.867]➜  EOF
2025-08-20T23:00:46.6061690Z [00:03:08.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2585/_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/b2585=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts -lang=go1.22 -complete -installsuffix shared -buildid swONP9wqkF972hjHj9BG/swONP9wqkF972hjHj9BG -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/types/enums/conflicts/conflicts.go
2025-08-20T23:00:46.6156326Z [00:03:08.877]➜  go tool buildid -w $WORK/b2585/_pkg_.a # internal
2025-08-20T23:00:46.6161110Z [00:03:08.877]➜  cp $WORK/b2585/_pkg_.a /root/.cache/go-build/3d/3d2d10b4e19073376abd5d4f722cc8b9e3d46c3576f2ffce388ac0e07c9b555c-d # internal
2025-08-20T23:00:46.6162977Z [00:03:08.877]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/exists
2025-08-20T23:00:46.6164617Z [00:03:08.878]➜  mkdir -p $WORK/b2588/
2025-08-20T23:00:46.6168778Z [00:03:08.878]➜  cat >/tmp/go-build2180205415/b2588/importcfg << 'EOF' # internal
2025-08-20T23:00:46.6169467Z [00:03:08.878]➜  # import config
2025-08-20T23:00:46.6170827Z [00:03:08.878]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:46.6171574Z [00:03:08.878]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:46.6172241Z [00:03:08.878]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:46.6173583Z [00:03:08.878]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:46.6174470Z [00:03:08.878]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2180205415/b2481/_pkg_.a
2025-08-20T23:00:46.6175115Z [00:03:08.878]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:46.6175547Z [00:03:08.878]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:46.6176134Z [00:03:08.878]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:46.6176570Z [00:03:08.878]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:46.6177003Z [00:03:08.878]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.6177566Z [00:03:08.878]➜  EOF
2025-08-20T23:00:46.6179858Z [00:03:08.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2588/_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/b2588=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/exists -lang=go1.22 -complete -installsuffix shared -buildid 9pe1Foq25uuM-TJmBHOq/9pe1Foq25uuM-TJmBHOq -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/exists/exists.go
2025-08-20T23:00:46.6669436Z [00:03:08.928]➜  go tool buildid -w $WORK/b2588/_pkg_.a # internal
2025-08-20T23:00:46.6686209Z [00:03:08.929]➜  cp $WORK/b2588/_pkg_.a /root/.cache/go-build/95/959c8f25a545ef492c70e70bf00aa6bea47d3de4ca1e9881dd2ca279adc9c9d2-d # internal
2025-08-20T23:00:46.6689016Z [00:03:08.929]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource
2025-08-20T23:00:46.6691731Z [00:03:08.929]➜  mkdir -p $WORK/b2589/
2025-08-20T23:00:46.6692225Z [00:03:08.930]➜  cat >/tmp/go-build2180205415/b2589/importcfg << 'EOF' # internal
2025-08-20T23:00:46.6692588Z [00:03:08.930]➜  # import config
2025-08-20T23:00:46.6692941Z [00:03:08.930]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:46.6693553Z [00:03:08.930]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:46.6694043Z [00:03:08.930]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:46.6694682Z [00:03:08.930]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:46.6695551Z [00:03:08.930]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2180205415/b2481/_pkg_.a
2025-08-20T23:00:46.6696383Z [00:03:08.930]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:46.6696815Z [00:03:08.930]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:46.6697252Z [00:03:08.930]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:46.6697677Z [00:03:08.930]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:46.6698104Z [00:03:08.930]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.6698421Z [00:03:08.930]➜  EOF
2025-08-20T23:00:46.6700995Z [00:03:08.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2589/_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/b2589=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource -lang=go1.22 -complete -installsuffix shared -buildid gU1d1wSbJGIXaSe9WtdL/gU1d1wSbJGIXaSe9WtdL -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/existssource/exists_source.go
2025-08-20T23:00:46.7294653Z [00:03:08.990]➜  go tool buildid -w $WORK/b2589/_pkg_.a # internal
2025-08-20T23:00:46.7310208Z [00:03:08.992]➜  cp $WORK/b2589/_pkg_.a /root/.cache/go-build/a3/a34f2fd38b4ff3ddf5de6a300c159c473ac9fbdb8041acb3d4e001ccbc31e4aa-d # internal
2025-08-20T23:00:46.7322251Z [00:03:08.992]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/ping
2025-08-20T23:00:46.7322676Z [00:03:08.992]➜  mkdir -p $WORK/b2606/
2025-08-20T23:00:46.7323074Z [00:03:08.992]➜  cat >/tmp/go-build2180205415/b2606/importcfg << 'EOF' # internal
2025-08-20T23:00:46.7323442Z [00:03:08.992]➜  # import config
2025-08-20T23:00:46.7323786Z [00:03:08.992]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:46.7324217Z [00:03:08.992]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:46.7324630Z [00:03:08.992]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:46.7325637Z [00:03:08.992]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:46.7326435Z [00:03:08.992]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:46.7326858Z [00:03:08.992]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:46.7327300Z [00:03:08.992]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:46.7327727Z [00:03:08.992]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:46.7328149Z [00:03:08.992]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.7328468Z [00:03:08.992]➜  EOF
2025-08-20T23:00:46.7330703Z [00:03:08.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2606/_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/b2606=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/ping -lang=go1.22 -complete -installsuffix shared -buildid 0Qn4OAWpQPJYCOY-gb9a/0Qn4OAWpQPJYCOY-gb9a -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/ping/ping.go
2025-08-20T23:00:46.7822713Z [00:03:09.043]➜  go tool buildid -w $WORK/b2606/_pkg_.a # internal
2025-08-20T23:00:46.7853938Z [00:03:09.046]➜  cp $WORK/b2606/_pkg_.a /root/.cache/go-build/05/053c21ea9f6e5f39a3eafa5ceda53e2a518240106fdf1613de8f7366939287be-d # internal
2025-08-20T23:00:46.7859020Z [00:03:09.046]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype
2025-08-20T23:00:46.7859511Z [00:03:09.047]➜  mkdir -p $WORK/b2616/
2025-08-20T23:00:46.7861362Z [00:03:09.047]➜  cat >/tmp/go-build2180205415/b2616/importcfg << 'EOF' # internal
2025-08-20T23:00:46.7861727Z [00:03:09.047]➜  # import config
2025-08-20T23:00:46.7862076Z [00:03:09.047]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.7862428Z [00:03:09.047]➜  EOF
2025-08-20T23:00:46.7867486Z [00:03:09.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2616/_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/b2616=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype -lang=go1.22 -complete -installsuffix shared -buildid N91fqzq_YlBbr_w5DetJ/N91fqzq_YlBbr_w5DetJ -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/types/enums/gridaggregationtype/gridaggregationtype.go
2025-08-20T23:00:46.8055034Z [00:03:09.066]➜  go tool buildid -w $WORK/b2616/_pkg_.a # internal
2025-08-20T23:00:46.8059933Z [00:03:09.067]➜  cp $WORK/b2616/_pkg_.a /root/.cache/go-build/9f/9fae0adf09efb687b268bb8140ee1224510919fa2b18431121814eaa88f2d3b6-d # internal
2025-08-20T23:00:46.8061293Z [00:03:09.067]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype
2025-08-20T23:00:46.8066308Z [00:03:09.068]➜  mkdir -p $WORK/b2617/
2025-08-20T23:00:46.8066737Z [00:03:09.068]➜  cat >/tmp/go-build2180205415/b2617/importcfg << 'EOF' # internal
2025-08-20T23:00:46.8067100Z [00:03:09.068]➜  # import config
2025-08-20T23:00:46.8067461Z [00:03:09.068]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.8067785Z [00:03:09.068]➜  EOF
2025-08-20T23:00:46.8070250Z [00:03:09.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2617/_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/b2617=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype -lang=go1.22 -complete -installsuffix shared -buildid AYggN7UYAn5ehD67m7Gi/AYggN7UYAn5ehD67m7Gi -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/types/enums/gridtype/gridtype.go
2025-08-20T23:00:46.8306948Z [00:03:09.092]➜  go tool buildid -w $WORK/b2617/_pkg_.a # internal
2025-08-20T23:00:46.8312139Z [00:03:09.092]➜  cp $WORK/b2617/_pkg_.a /root/.cache/go-build/f9/f9e16f6f32965cb4f8221489cdbeb74ae215640af78e0f7f4a00728142dc8d6d-d # internal
2025-08-20T23:00:46.8313963Z [00:03:09.092]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition
2025-08-20T23:00:46.8314394Z [00:03:09.092]➜  mkdir -p $WORK/b2637/
2025-08-20T23:00:46.8318867Z [00:03:09.093]➜  cat >/tmp/go-build2180205415/b2637/importcfg << 'EOF' # internal
2025-08-20T23:00:46.8319277Z [00:03:09.093]➜  # import config
2025-08-20T23:00:46.8319632Z [00:03:09.093]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.8319956Z [00:03:09.093]➜  EOF
2025-08-20T23:00:46.8328119Z [00:03:09.094]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2637/_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/b2637=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition -lang=go1.22 -complete -installsuffix shared -buildid KfhmLL_8DQSY-sY38cvE/KfhmLL_8DQSY-sY38cvE -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/types/enums/resultposition/resultposition.go
2025-08-20T23:00:46.8651427Z [00:03:09.126]➜  go tool buildid -w $WORK/b2637/_pkg_.a # internal
2025-08-20T23:00:46.8661135Z [00:03:09.127]➜  cp $WORK/b2637/_pkg_.a /root/.cache/go-build/e7/e7fd8a69456e47fe2484e3b32c8c1816a6b9a1162e2868613a8bfe9fe0429348-d # internal
2025-08-20T23:00:46.8663097Z [00:03:09.127]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery
2025-08-20T23:00:46.8664152Z [00:03:09.127]➜  mkdir -p $WORK/b2638/
2025-08-20T23:00:46.8665111Z [00:03:09.127]➜  cat >/tmp/go-build2180205415/b2638/importcfg << 'EOF' # internal
2025-08-20T23:00:46.8665520Z [00:03:09.127]➜  # import config
2025-08-20T23:00:46.8665975Z [00:03:09.127]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:46.8666498Z [00:03:09.127]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:46.8666922Z [00:03:09.127]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:46.8667553Z [00:03:09.127]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:46.8668400Z [00:03:09.127]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:46.8668925Z [00:03:09.127]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:46.8669356Z [00:03:09.127]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:46.8669792Z [00:03:09.127]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.8670115Z [00:03:09.127]➜  EOF
2025-08-20T23:00:46.8672514Z [00:03:09.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2638/_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/b2638=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery -lang=go1.22 -complete -installsuffix shared -buildid 8x3vyGxKDNwW1L9Wn1hE/8x3vyGxKDNwW1L9Wn1hE -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/esql/asyncquery/async_query.go
2025-08-20T23:00:46.9244941Z [00:03:09.185]➜  go tool buildid -w $WORK/b2638/_pkg_.a # internal
2025-08-20T23:00:46.9250701Z [00:03:09.186]➜  cp $WORK/b2638/_pkg_.a /root/.cache/go-build/90/906e10b5342a5491a375b04b08059ee13ebcb355d7b3c1be34d0136f66fac01b-d # internal
2025-08-20T23:00:46.9251868Z [00:03:09.186]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat
2025-08-20T23:00:46.9252562Z [00:03:09.186]➜  mkdir -p $WORK/b2640/
2025-08-20T23:00:46.9258508Z [00:03:09.187]➜  cat >/tmp/go-build2180205415/b2640/importcfg << 'EOF' # internal
2025-08-20T23:00:46.9258922Z [00:03:09.187]➜  # import config
2025-08-20T23:00:46.9259291Z [00:03:09.187]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.9259619Z [00:03:09.187]➜  EOF
2025-08-20T23:00:46.9262125Z [00:03:09.187]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2640/_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/b2640=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat -lang=go1.22 -complete -installsuffix shared -buildid 8wq75RS0jInrXr2nWvWb/8wq75RS0jInrXr2nWvWb -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/types/enums/esqlformat/esqlformat.go
2025-08-20T23:00:46.9551591Z [00:03:09.216]➜  go tool buildid -w $WORK/b2640/_pkg_.a # internal
2025-08-20T23:00:46.9553585Z [00:03:09.216]➜  cp $WORK/b2640/_pkg_.a /root/.cache/go-build/f4/f4ea32f912019db425114bb8a278e9e86defb37300a52e2bd0c9ad296ec4fb85-d # internal
2025-08-20T23:00:46.9554537Z [00:03:09.217]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret
2025-08-20T23:00:46.9555060Z [00:03:09.217]➜  mkdir -p $WORK/b2645/
2025-08-20T23:00:46.9565010Z [00:03:09.217]➜  cat >/tmp/go-build2180205415/b2645/importcfg << 'EOF' # internal
2025-08-20T23:00:46.9565563Z [00:03:09.217]➜  # import config
2025-08-20T23:00:46.9566248Z [00:03:09.217]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:46.9566836Z [00:03:09.217]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:46.9567402Z [00:03:09.217]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:46.9568204Z [00:03:09.217]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:46.9568926Z [00:03:09.217]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:46.9569452Z [00:03:09.217]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:46.9569999Z [00:03:09.217]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:46.9570526Z [00:03:09.217]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:46.9571139Z [00:03:09.217]➜  EOF
2025-08-20T23:00:46.9573693Z [00:03:09.217]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2645/_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/b2645=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret -lang=go1.22 -complete -installsuffix shared -buildid AqK1iIQT_pABErw_wTZy/AqK1iIQT_pABErw_wTZy -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/postsecret/post_secret.go
2025-08-20T23:00:47.0051225Z [00:03:09.266]➜  go tool buildid -w $WORK/b2645/_pkg_.a # internal
2025-08-20T23:00:47.0056270Z [00:03:09.267]➜  cp $WORK/b2645/_pkg_.a /root/.cache/go-build/49/49070ecc3a4e165f74ccea98bf7c55901a33cf59591cd7a18f2c3f5f1f873522-d # internal
2025-08-20T23:00:47.0059834Z [00:03:09.267]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists
2025-08-20T23:00:47.0071170Z [00:03:09.268]➜  mkdir -p $WORK/b2675/
2025-08-20T23:00:47.0083726Z [00:03:09.268]➜  cat >/tmp/go-build2180205415/b2675/importcfg << 'EOF' # internal
2025-08-20T23:00:47.0084099Z [00:03:09.268]➜  # import config
2025-08-20T23:00:47.0084803Z [00:03:09.268]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.0085253Z [00:03:09.268]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.0085669Z [00:03:09.268]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.0086494Z [00:03:09.268]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.0087406Z [00:03:09.268]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:00:47.0088059Z [00:03:09.268]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.0088482Z [00:03:09.268]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.0088911Z [00:03:09.268]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.0089333Z [00:03:09.268]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:47.0089762Z [00:03:09.268]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.0090262Z [00:03:09.268]➜  EOF
2025-08-20T23:00:47.0092751Z [00:03:09.268]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2675/_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/b2675=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists -lang=go1.22 -complete -installsuffix shared -buildid wNgrlZSUwnnIQQEpn7zw/wNgrlZSUwnnIQQEpn7zw -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/exists/exists.go
2025-08-20T23:00:47.0844190Z [00:03:09.345]➜  go tool buildid -w $WORK/b2675/_pkg_.a # internal
2025-08-20T23:00:47.0852042Z [00:03:09.346]➜  cp $WORK/b2675/_pkg_.a /root/.cache/go-build/bb/bba0334e20aa1c559da34c8d1f1f3208877504e0cb86ea998e9c48a030eccbb2-d # internal
2025-08-20T23:00:47.0859506Z [00:03:09.346]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias
2025-08-20T23:00:47.0859957Z [00:03:09.346]➜  mkdir -p $WORK/b2676/
2025-08-20T23:00:47.0860337Z [00:03:09.346]➜  cat >/tmp/go-build2180205415/b2676/importcfg << 'EOF' # internal
2025-08-20T23:00:47.0860693Z [00:03:09.346]➜  # import config
2025-08-20T23:00:47.0861055Z [00:03:09.346]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.0861485Z [00:03:09.346]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.0861895Z [00:03:09.346]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.0862794Z [00:03:09.346]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.0863744Z [00:03:09.346]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:00:47.0864403Z [00:03:09.346]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.0864829Z [00:03:09.346]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.0865262Z [00:03:09.346]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.0865685Z [00:03:09.346]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:47.0866287Z [00:03:09.346]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.0866607Z [00:03:09.346]➜  EOF
2025-08-20T23:00:47.0869061Z [00:03:09.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2676/_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/b2676=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias -lang=go1.22 -complete -installsuffix shared -buildid aeKHCxxBdT4IwDBjriAc/aeKHCxxBdT4IwDBjriAc -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/existsalias/exists_alias.go
2025-08-20T23:00:47.1432135Z [00:03:09.404]➜  go tool buildid -w $WORK/b2676/_pkg_.a # internal
2025-08-20T23:00:47.1447098Z [00:03:09.404]➜  cp $WORK/b2676/_pkg_.a /root/.cache/go-build/f0/f0f431db8fe3b71601ceb731dfe86642c908b0885007546e5bc3a0cb652e31eb-d # internal
2025-08-20T23:00:47.1447898Z [00:03:09.404]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate
2025-08-20T23:00:47.1448329Z [00:03:09.404]➜  mkdir -p $WORK/b2677/
2025-08-20T23:00:47.1448720Z [00:03:09.404]➜  cat >/tmp/go-build2180205415/b2677/importcfg << 'EOF' # internal
2025-08-20T23:00:47.1449076Z [00:03:09.404]➜  # import config
2025-08-20T23:00:47.1449420Z [00:03:09.404]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.1449845Z [00:03:09.404]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.1450268Z [00:03:09.404]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.1451287Z [00:03:09.404]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.1451936Z [00:03:09.404]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.1452357Z [00:03:09.404]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.1452918Z [00:03:09.404]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.1453465Z [00:03:09.404]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:47.1453903Z [00:03:09.404]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.1454219Z [00:03:09.404]➜  EOF
2025-08-20T23:00:47.1457029Z [00:03:09.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2677/_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/b2677=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate -lang=go1.22 -complete -installsuffix shared -buildid gBjFloe4GtjPigOakx6t/gBjFloe4GtjPigOakx6t -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/existsindextemplate/exists_index_template.go
2025-08-20T23:00:47.1973312Z [00:03:09.458]➜  go tool buildid -w $WORK/b2677/_pkg_.a # internal
2025-08-20T23:00:47.1986591Z [00:03:09.460]➜  cp $WORK/b2677/_pkg_.a /root/.cache/go-build/f0/f0ead6bc742a56b658b70e1ed39951d5ae0d49e6548cedcc635538b1ae653098-d # internal
2025-08-20T23:00:47.2023487Z [00:03:09.463]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate
2025-08-20T23:00:47.2024490Z [00:03:09.463]➜  mkdir -p $WORK/b2678/
2025-08-20T23:00:47.2024952Z [00:03:09.463]➜  cat >/tmp/go-build2180205415/b2678/importcfg << 'EOF' # internal
2025-08-20T23:00:47.2025350Z [00:03:09.463]➜  # import config
2025-08-20T23:00:47.2025715Z [00:03:09.463]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.2026386Z [00:03:09.463]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.2026813Z [00:03:09.463]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.2027459Z [00:03:09.463]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.2028058Z [00:03:09.463]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.2028488Z [00:03:09.463]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.2028918Z [00:03:09.463]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.2029345Z [00:03:09.463]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:47.2029772Z [00:03:09.463]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.2030433Z [00:03:09.463]➜  EOF
2025-08-20T23:00:47.2033366Z [00:03:09.464]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2678/_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/b2678=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate -lang=go1.22 -complete -installsuffix shared -buildid 0y7mYy5QAJ7EK7NQwox9/0y7mYy5QAJ7EK7NQwox9 -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/existstemplate/exists_template.go
2025-08-20T23:00:47.2401948Z [00:03:09.501]➜  go tool buildid -w $WORK/b2678/_pkg_.a # internal
2025-08-20T23:00:47.2412815Z [00:03:09.502]➜  cp $WORK/b2678/_pkg_.a /root/.cache/go-build/ea/eae41e9ffb2469afd9fe5c5269a7d343beafec19dc16b8d4c43d7e69625a14e9-d # internal
2025-08-20T23:00:47.2418027Z [00:03:09.502]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus
2025-08-20T23:00:47.2418812Z [00:03:09.503]➜  mkdir -p $WORK/b2710/
2025-08-20T23:00:47.2421252Z [00:03:09.503]➜  cat >/tmp/go-build2180205415/b2710/importcfg << 'EOF' # internal
2025-08-20T23:00:47.2421919Z [00:03:09.503]➜  # import config
2025-08-20T23:00:47.2422615Z [00:03:09.503]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.2423379Z [00:03:09.503]➜  EOF
2025-08-20T23:00:47.2426238Z [00:03:09.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2710/_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/b2710=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus -lang=go1.22 -complete -installsuffix shared -buildid R7vSvNnW0j_otLMzHrH9/R7vSvNnW0j_otLMzHrH9 -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/types/enums/shardstorestatus/shardstorestatus.go
2025-08-20T23:00:47.2636055Z [00:03:09.525]➜  go tool buildid -w $WORK/b2710/_pkg_.a # internal
2025-08-20T23:00:47.2644551Z [00:03:09.525]➜  cp $WORK/b2710/_pkg_.a /root/.cache/go-build/09/09f4db2c2f840c0c2e819a700d7b7489a8eb8ec034cea47cb44db071cd02a262-d # internal
2025-08-20T23:00:47.2651227Z [00:03:09.526]➜  github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline
2025-08-20T23:00:47.2655670Z [00:03:09.527]➜  mkdir -p $WORK/b2739/
2025-08-20T23:00:47.2663577Z [00:03:09.527]➜  cat >/tmp/go-build2180205415/b2739/importcfg << 'EOF' # internal
2025-08-20T23:00:47.2664483Z [00:03:09.527]➜  # import config
2025-08-20T23:00:47.2664898Z [00:03:09.527]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.2665340Z [00:03:09.527]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.2665972Z [00:03:09.527]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.2666681Z [00:03:09.527]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.2667272Z [00:03:09.527]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.2667694Z [00:03:09.527]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.2668119Z [00:03:09.527]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.2668546Z [00:03:09.527]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:47.2668974Z [00:03:09.527]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.2669289Z [00:03:09.527]➜  EOF
2025-08-20T23:00:47.2673623Z [00:03:09.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2739/_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/b2739=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline -lang=go1.22 -complete -installsuffix shared -buildid uUhdZL_zvQwMwkaJ6gLq/uUhdZL_zvQwMwkaJ6gLq -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/logstash/deletepipeline/delete_pipeline.go
2025-08-20T23:00:47.3144296Z [00:03:09.575]➜  go tool buildid -w $WORK/b2739/_pkg_.a # internal
2025-08-20T23:00:47.3159563Z [00:03:09.577]➜  cp $WORK/b2739/_pkg_.a /root/.cache/go-build/95/9522173d583d73307a72f87d87ef984240beefadd05ec3699782e1279a70ee01-d # internal
2025-08-20T23:00:47.3160904Z [00:03:09.577]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include
2025-08-20T23:00:47.3161893Z [00:03:09.577]➜  mkdir -p $WORK/b2782/
2025-08-20T23:00:47.3162345Z [00:03:09.577]➜  cat >/tmp/go-build2180205415/b2782/importcfg << 'EOF' # internal
2025-08-20T23:00:47.3163101Z [00:03:09.577]➜  # import config
2025-08-20T23:00:47.3163450Z [00:03:09.577]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.3163770Z [00:03:09.577]➜  EOF
2025-08-20T23:00:47.3166413Z [00:03:09.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2782/_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/b2782=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include -lang=go1.22 -complete -installsuffix shared -buildid aKH8lg5IQndZEeDjfvmA/aKH8lg5IQndZEeDjfvmA -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/types/enums/include/include.go
2025-08-20T23:00:47.3507904Z [00:03:09.612]➜  go tool buildid -w $WORK/b2782/_pkg_.a # internal
2025-08-20T23:00:47.3511744Z [00:03:09.612]➜  cp $WORK/b2782/_pkg_.a /root/.cache/go-build/c1/c1ea8bce0e7daeda074cc53ed96e89942c1c5c963bfc9e47ccca98447f23e9e4-d # internal
2025-08-20T23:00:47.3512788Z [00:03:09.612]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype
2025-08-20T23:00:47.3513217Z [00:03:09.612]➜  mkdir -p $WORK/b2823/
2025-08-20T23:00:47.3515311Z [00:03:09.613]➜  cat >/tmp/go-build2180205415/b2823/importcfg << 'EOF' # internal
2025-08-20T23:00:47.3515686Z [00:03:09.613]➜  # import config
2025-08-20T23:00:47.3516208Z [00:03:09.613]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.3516532Z [00:03:09.613]➜  EOF
2025-08-20T23:00:47.3519313Z [00:03:09.613]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2823/_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/b2823=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype -lang=go1.22 -complete -installsuffix shared -buildid FYyb9z_KHKhHgh0G_2wG/FYyb9z_KHKhHgh0G_2wG -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/types/enums/threadtype/threadtype.go
2025-08-20T23:00:47.3866808Z [00:03:09.648]➜  go tool buildid -w $WORK/b2823/_pkg_.a # internal
2025-08-20T23:00:47.3869441Z [00:03:09.648]➜  cp $WORK/b2823/_pkg_.a /root/.cache/go-build/23/23bd36442a499c570e195ea8f72f23b2b8d93486eb656fb95ec1402f0950e135-d # internal
2025-08-20T23:00:47.3871599Z [00:03:09.648]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph
2025-08-20T23:00:47.3872038Z [00:03:09.648]➜  mkdir -p $WORK/b2828/
2025-08-20T23:00:47.3876181Z [00:03:09.649]➜  cat >/tmp/go-build2180205415/b2828/importcfg << 'EOF' # internal
2025-08-20T23:00:47.3876577Z [00:03:09.649]➜  # import config
2025-08-20T23:00:47.3876928Z [00:03:09.649]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.3877691Z [00:03:09.649]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.3878127Z [00:03:09.649]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.3878758Z [00:03:09.649]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.3879462Z [00:03:09.649]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.3879982Z [00:03:09.649]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.3880417Z [00:03:09.649]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.3880851Z [00:03:09.649]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.3881167Z [00:03:09.649]➜  EOF
2025-08-20T23:00:47.3883633Z [00:03:09.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2828/_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/b2828=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph -lang=go1.22 -complete -installsuffix shared -buildid LDdP-7oNFXHsnNcNJU3r/LDdP-7oNFXHsnNcNJU3r -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/profiling/flamegraph/flamegraph.go
2025-08-20T23:00:47.4643145Z [00:03:09.725]➜  go tool buildid -w $WORK/b2828/_pkg_.a # internal
2025-08-20T23:00:47.4652446Z [00:03:09.726]➜  cp $WORK/b2828/_pkg_.a /root/.cache/go-build/01/016202f7515d9d6a2784860215d55937ba82dd9e1511bad86fff5ba8bb83ca44-d # internal
2025-08-20T23:00:47.4656027Z [00:03:09.726]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces
2025-08-20T23:00:47.4656485Z [00:03:09.726]➜  mkdir -p $WORK/b2829/
2025-08-20T23:00:47.4656879Z [00:03:09.726]➜  cat >/tmp/go-build2180205415/b2829/importcfg << 'EOF' # internal
2025-08-20T23:00:47.4657247Z [00:03:09.726]➜  # import config
2025-08-20T23:00:47.4657604Z [00:03:09.726]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.4658032Z [00:03:09.726]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.4658489Z [00:03:09.726]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.4659130Z [00:03:09.726]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.4659719Z [00:03:09.726]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.4660397Z [00:03:09.726]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.4660877Z [00:03:09.726]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.4661303Z [00:03:09.726]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.4661619Z [00:03:09.726]➜  EOF
2025-08-20T23:00:47.4664329Z [00:03:09.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2829/_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/b2829=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces -lang=go1.22 -complete -installsuffix shared -buildid E2T853gBqK1tIKW7XQlE/E2T853gBqK1tIKW7XQlE -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/profiling/stacktraces/stacktraces.go
2025-08-20T23:00:47.4989172Z [00:03:09.760]➜  go tool buildid -w $WORK/b2829/_pkg_.a # internal
2025-08-20T23:00:47.5000795Z [00:03:09.760]➜  cp $WORK/b2829/_pkg_.a /root/.cache/go-build/0d/0ddcd9016e35417bd000d7cd8d229819c50a73350f7643509a32a4db9060981e-d # internal
2025-08-20T23:00:47.5001506Z [00:03:09.761]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status
2025-08-20T23:00:47.5001930Z [00:03:09.761]➜  mkdir -p $WORK/b2830/
2025-08-20T23:00:47.5002323Z [00:03:09.761]➜  cat >/tmp/go-build2180205415/b2830/importcfg << 'EOF' # internal
2025-08-20T23:00:47.5002673Z [00:03:09.761]➜  # import config
2025-08-20T23:00:47.5003023Z [00:03:09.761]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.5003454Z [00:03:09.761]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.5004092Z [00:03:09.761]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.5004841Z [00:03:09.761]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.5005448Z [00:03:09.761]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.5006047Z [00:03:09.761]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.5006544Z [00:03:09.761]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.5006978Z [00:03:09.761]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.5007466Z [00:03:09.761]➜  EOF
2025-08-20T23:00:47.5018873Z [00:03:09.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2830/_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/b2830=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status -lang=go1.22 -complete -installsuffix shared -buildid olZ0zY7EiT120-ORpHrD/olZ0zY7EiT120-ORpHrD -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/status/status.go
2025-08-20T23:00:47.5312598Z [00:03:09.792]➜  go tool buildid -w $WORK/b2830/_pkg_.a # internal
2025-08-20T23:00:47.5323773Z [00:03:09.793]➜  cp $WORK/b2830/_pkg_.a /root/.cache/go-build/89/89410365ca95cd7eeff48c19c095d88af1fed2d9fd07b1a2472611cae942e79a-d # internal
2025-08-20T23:00:47.5324601Z [00:03:09.793]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions
2025-08-20T23:00:47.5325017Z [00:03:09.793]➜  mkdir -p $WORK/b2831/
2025-08-20T23:00:47.5358181Z [00:03:09.797]➜  cat >/tmp/go-build2180205415/b2831/importcfg << 'EOF' # internal
2025-08-20T23:00:47.5359133Z [00:03:09.797]➜  # import config
2025-08-20T23:00:47.5359566Z [00:03:09.797]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.5360012Z [00:03:09.797]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.5360435Z [00:03:09.797]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.5361076Z [00:03:09.797]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.5361670Z [00:03:09.797]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.5362089Z [00:03:09.797]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.5362865Z [00:03:09.797]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.5363296Z [00:03:09.797]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.5363611Z [00:03:09.797]➜  EOF
2025-08-20T23:00:47.5366309Z [00:03:09.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2831/_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/b2831=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions -lang=go1.22 -complete -installsuffix shared -buildid 5O6yPgZP4-MiX9K8f2tM/5O6yPgZP4-MiX9K8f2tM -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/topnfunctions/topn_functions.go
2025-08-20T23:00:47.5881947Z [00:03:09.849]➜  go tool buildid -w $WORK/b2831/_pkg_.a # internal
2025-08-20T23:00:47.5888173Z [00:03:09.850]➜  cp $WORK/b2831/_pkg_.a /root/.cache/go-build/e6/e60004e8622159b70bc39cafbe3d56aeef9fe0f5c281f01e17816b07f2c54eef-d # internal
2025-08-20T23:00:47.5888968Z [00:03:09.850]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel
2025-08-20T23:00:47.5889383Z [00:03:09.850]➜  mkdir -p $WORK/b2852/
2025-08-20T23:00:47.5891393Z [00:03:09.850]➜  cat >/tmp/go-build2180205415/b2852/importcfg << 'EOF' # internal
2025-08-20T23:00:47.5891915Z [00:03:09.850]➜  # import config
2025-08-20T23:00:47.5892278Z [00:03:09.850]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.5892613Z [00:03:09.850]➜  EOF
2025-08-20T23:00:47.5895117Z [00:03:09.850]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2852/_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/b2852=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel -lang=go1.22 -complete -installsuffix shared -buildid Keq4lptANgOetP_MqEk7/Keq4lptANgOetP_MqEk7 -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/types/enums/statslevel/statslevel.go
2025-08-20T23:00:47.6108831Z [00:03:09.872]➜  go tool buildid -w $WORK/b2852/_pkg_.a # internal
2025-08-20T23:00:47.6111293Z [00:03:09.872]➜  cp $WORK/b2852/_pkg_.a /root/.cache/go-build/2f/2f661841611eb28236e99c99c94f712901d1bb93dda09776da60d34ed611193a-d # internal
2025-08-20T23:00:47.6113036Z [00:03:09.872]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype
2025-08-20T23:00:47.6113570Z [00:03:09.872]➜  mkdir -p $WORK/b2862/
2025-08-20T23:00:47.6113969Z [00:03:09.872]➜  cat >/tmp/go-build2180205415/b2862/importcfg << 'EOF' # internal
2025-08-20T23:00:47.6114326Z [00:03:09.872]➜  # import config
2025-08-20T23:00:47.6114685Z [00:03:09.872]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.6115041Z [00:03:09.872]➜  EOF
2025-08-20T23:00:47.6117685Z [00:03:09.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2862/_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/b2862=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype -lang=go1.22 -complete -installsuffix shared -buildid in2XP2hN4p8igK0pfabz/in2XP2hN4p8igK0pfabz -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/types/enums/granttype/granttype.go
2025-08-20T23:00:47.6322918Z [00:03:09.893]➜  go tool buildid -w $WORK/b2862/_pkg_.a # internal
2025-08-20T23:00:47.6323661Z [00:03:09.893]➜  cp $WORK/b2862/_pkg_.a /root/.cache/go-build/38/38b6098239887f19301c0b836ac98067f64cea98382c942949cda0d1e4f648d5-d # internal
2025-08-20T23:00:47.6324908Z [00:03:09.894]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys
2025-08-20T23:00:47.6326975Z [00:03:09.894]➜  mkdir -p $WORK/b2866/
2025-08-20T23:00:47.6328575Z [00:03:09.894]➜  cat >/tmp/go-build2180205415/b2866/importcfg << 'EOF' # internal
2025-08-20T23:00:47.6329054Z [00:03:09.894]➜  # import config
2025-08-20T23:00:47.6331028Z [00:03:09.894]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.6331465Z [00:03:09.894]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.6331900Z [00:03:09.894]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.6332533Z [00:03:09.894]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.6333126Z [00:03:09.894]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.6333554Z [00:03:09.894]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.6333991Z [00:03:09.894]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.6334419Z [00:03:09.894]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.6334736Z [00:03:09.894]➜  EOF
2025-08-20T23:00:47.6337652Z [00:03:09.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2866/_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/b2866=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys -lang=go1.22 -complete -installsuffix shared -buildid _fZi5dIwX_y-2Q6JzPUT/_fZi5dIwX_y-2Q6JzPUT -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/bulkupdateapikeys/bulk_update_api_keys.go
2025-08-20T23:00:47.6942104Z [00:03:09.955]➜  go tool buildid -w $WORK/b2866/_pkg_.a # internal
2025-08-20T23:00:47.6952072Z [00:03:09.956]➜  cp $WORK/b2866/_pkg_.a /root/.cache/go-build/94/9473776bb81edab96cd917f5fc296243b845d4fdf9894edf5675ff0ffb005014-d # internal
2025-08-20T23:00:47.6953579Z [00:03:09.956]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings
2025-08-20T23:00:47.6954030Z [00:03:09.956]➜  mkdir -p $WORK/b2894/
2025-08-20T23:00:47.6959989Z [00:03:09.957]➜  cat >/tmp/go-build2180205415/b2894/importcfg << 'EOF' # internal
2025-08-20T23:00:47.6960812Z [00:03:09.957]➜  # import config
2025-08-20T23:00:47.6961397Z [00:03:09.957]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.6961938Z [00:03:09.957]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.6962364Z [00:03:09.957]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.6962994Z [00:03:09.957]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.6963608Z [00:03:09.957]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.6964024Z [00:03:09.957]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.6964453Z [00:03:09.957]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.6964886Z [00:03:09.957]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.6965203Z [00:03:09.957]➜  EOF
2025-08-20T23:00:47.6967823Z [00:03:09.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2894/_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/b2894=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings -lang=go1.22 -complete -installsuffix shared -buildid Xn9SMCsXcEyfy5iy4_gF/Xn9SMCsXcEyfy5iy4_gF -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/getsettings/get_settings.go
2025-08-20T23:00:47.7482053Z [00:03:10.009]➜  go tool buildid -w $WORK/b2894/_pkg_.a # internal
2025-08-20T23:00:47.7493292Z [00:03:10.010]➜  cp $WORK/b2894/_pkg_.a /root/.cache/go-build/1f/1f31e5a133591e7b0cce2310b1f91b410ed94ad0f95a6499b866fc7b65a9db86-d # internal
2025-08-20T23:00:47.7495102Z [00:03:10.010]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype
2025-08-20T23:00:47.7495552Z [00:03:10.010]➜  mkdir -p $WORK/b2896/
2025-08-20T23:00:47.7496092Z [00:03:10.011]➜  cat >/tmp/go-build2180205415/b2896/importcfg << 'EOF' # internal
2025-08-20T23:00:47.7496453Z [00:03:10.011]➜  # import config
2025-08-20T23:00:47.7496817Z [00:03:10.011]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.7497138Z [00:03:10.011]➜  EOF
2025-08-20T23:00:47.7500097Z [00:03:10.011]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2896/_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/b2896=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype -lang=go1.22 -complete -installsuffix shared -buildid 1c_EIAKXKNEfl0stv9zX/1c_EIAKXKNEfl0stv9zX -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/types/enums/accesstokengranttype/accesstokengranttype.go
2025-08-20T23:00:47.7678155Z [00:03:10.029]➜  go tool buildid -w $WORK/b2896/_pkg_.a # internal
2025-08-20T23:00:47.7682445Z [00:03:10.029]➜  cp $WORK/b2896/_pkg_.a /root/.cache/go-build/ca/ca4ed9826c3b14e4ead20c305e9f390f069feb1f78f6ca4264b86c4260cf3dd8-d # internal
2025-08-20T23:00:47.7683264Z [00:03:10.029]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype
2025-08-20T23:00:47.7683894Z [00:03:10.029]➜  mkdir -p $WORK/b2901/
2025-08-20T23:00:47.7688601Z [00:03:10.030]➜  cat >/tmp/go-build2180205415/b2901/importcfg << 'EOF' # internal
2025-08-20T23:00:47.7689377Z [00:03:10.030]➜  # import config
2025-08-20T23:00:47.7690118Z [00:03:10.030]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.7690890Z [00:03:10.030]➜  EOF
2025-08-20T23:00:47.7693852Z [00:03:10.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2901/_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/b2901=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype -lang=go1.22 -complete -installsuffix shared -buildid zq5cIE6Gm8gMt-RsvWMF/zq5cIE6Gm8gMt-RsvWMF -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/types/enums/apikeygranttype/apikeygranttype.go
2025-08-20T23:00:47.7827171Z [00:03:10.044]➜  go tool buildid -w $WORK/b2901/_pkg_.a # internal
2025-08-20T23:00:47.7857372Z [00:03:10.044]➜  cp $WORK/b2901/_pkg_.a /root/.cache/go-build/bf/bfa6234314d5a5ffd2817e9fff787b9854639fd416266ea8daefae1415d5f070-d # internal
2025-08-20T23:00:47.7858519Z [00:03:10.044]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate
2025-08-20T23:00:47.7859251Z [00:03:10.045]➜  mkdir -p $WORK/b2906/
2025-08-20T23:00:47.7859954Z [00:03:10.045]➜  cat >/tmp/go-build2180205415/b2906/importcfg << 'EOF' # internal
2025-08-20T23:00:47.7860599Z [00:03:10.045]➜  # import config
2025-08-20T23:00:47.7861459Z [00:03:10.045]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.7861941Z [00:03:10.045]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.7862370Z [00:03:10.045]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.7863411Z [00:03:10.045]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.7864027Z [00:03:10.045]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.7864446Z [00:03:10.045]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.7864886Z [00:03:10.045]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.7865314Z [00:03:10.045]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.7865629Z [00:03:10.045]➜  EOF
2025-08-20T23:00:47.7868548Z [00:03:10.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2906/_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/b2906=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate -lang=go1.22 -complete -installsuffix shared -buildid SWvpPLyJLaVgUdH1WwCp/SWvpPLyJLaVgUdH1WwCp -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/oidcauthenticate/oidc_authenticate.go
2025-08-20T23:00:47.8156956Z [00:03:10.077]➜  go tool buildid -w $WORK/b2906/_pkg_.a # internal
2025-08-20T23:00:47.8165866Z [00:03:10.078]➜  cp $WORK/b2906/_pkg_.a /root/.cache/go-build/28/2871ee34a59acd307d89ab4e2949b70a1ea8d3fd9fae3eddd507380bac890c2d-d # internal
2025-08-20T23:00:47.8166776Z [00:03:10.078]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout
2025-08-20T23:00:47.8167564Z [00:03:10.078]➜  mkdir -p $WORK/b2907/
2025-08-20T23:00:47.8172618Z [00:03:10.078]➜  cat >/tmp/go-build2180205415/b2907/importcfg << 'EOF' # internal
2025-08-20T23:00:47.8173018Z [00:03:10.078]➜  # import config
2025-08-20T23:00:47.8173369Z [00:03:10.078]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.8173816Z [00:03:10.078]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.8174511Z [00:03:10.078]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.8175149Z [00:03:10.078]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.8175739Z [00:03:10.078]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.8176350Z [00:03:10.078]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.8176793Z [00:03:10.078]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.8177409Z [00:03:10.078]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.8177822Z [00:03:10.078]➜  EOF
2025-08-20T23:00:47.8180290Z [00:03:10.078]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2907/_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/b2907=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout -lang=go1.22 -complete -installsuffix shared -buildid 0sUhUm-dv0eMUakcsXVp/0sUhUm-dv0eMUakcsXVp -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/oidclogout/oidc_logout.go
2025-08-20T23:00:47.8451058Z [00:03:10.106]➜  go tool buildid -w $WORK/b2907/_pkg_.a # internal
2025-08-20T23:00:47.8462024Z [00:03:10.107]➜  cp $WORK/b2907/_pkg_.a /root/.cache/go-build/f8/f8d6312125372d9f27268f6d878f0e9a0c65f7e52d1d9b35d593b13a18e64313-d # internal
2025-08-20T23:00:47.8462841Z [00:03:10.107]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication
2025-08-20T23:00:47.8463300Z [00:03:10.107]➜  mkdir -p $WORK/b2908/
2025-08-20T23:00:47.8472410Z [00:03:10.108]➜  cat >/tmp/go-build2180205415/b2908/importcfg << 'EOF' # internal
2025-08-20T23:00:47.8473453Z [00:03:10.108]➜  # import config
2025-08-20T23:00:47.8474264Z [00:03:10.108]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.8474744Z [00:03:10.108]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.8475165Z [00:03:10.108]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.8475929Z [00:03:10.108]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.8476581Z [00:03:10.108]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.8477008Z [00:03:10.108]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.8477439Z [00:03:10.108]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.8477867Z [00:03:10.108]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.8478179Z [00:03:10.108]➜  EOF
2025-08-20T23:00:47.8481234Z [00:03:10.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2908/_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/b2908=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication -lang=go1.22 -complete -installsuffix shared -buildid rNhKNaiND3MPy9OpavP2/rNhKNaiND3MPy9OpavP2 -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/oidcprepareauthentication/oidc_prepare_authentication.go
2025-08-20T23:00:47.8912998Z [00:03:10.152]➜  go tool buildid -w $WORK/b2908/_pkg_.a # internal
2025-08-20T23:00:47.8933935Z [00:03:10.154]➜  cp $WORK/b2908/_pkg_.a /root/.cache/go-build/7b/7b48d5232c966bc0b9031afc864317c09f7801d3feda392a43dae7f678307a5a-d # internal
2025-08-20T23:00:47.8967178Z [00:03:10.156]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout
2025-08-20T23:00:47.8968037Z [00:03:10.156]➜  mkdir -p $WORK/b2917/
2025-08-20T23:00:47.8968436Z [00:03:10.157]➜  cat >/tmp/go-build2180205415/b2917/importcfg << 'EOF' # internal
2025-08-20T23:00:47.8968790Z [00:03:10.157]➜  # import config
2025-08-20T23:00:47.8969131Z [00:03:10.157]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:47.8969585Z [00:03:10.157]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.8970041Z [00:03:10.157]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:47.8970635Z [00:03:10.157]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.8971118Z [00:03:10.157]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.8971752Z [00:03:10.157]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.8972356Z [00:03:10.157]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.8972778Z [00:03:10.157]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.8973210Z [00:03:10.157]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.8973637Z [00:03:10.157]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:47.8974067Z [00:03:10.157]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.8974379Z [00:03:10.157]➜  EOF
2025-08-20T23:00:47.8993130Z [00:03:10.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2917/_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/b2917=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout -lang=go1.22 -complete -installsuffix shared -buildid XPqfGxTqFsY0-bxX0_QO/XPqfGxTqFsY0-bxX0_QO -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/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:00:47.9896138Z [00:03:10.251]➜  go tool buildid -w $WORK/b2917/_pkg_.a # internal
2025-08-20T23:00:47.9924485Z [00:03:10.253]➜  cp $WORK/b2917/_pkg_.a /root/.cache/go-build/3b/3be61e06e6d73b8ff8e84ad3d83221fc70b0814518a24e937a6448a53901f8e2-d # internal
2025-08-20T23:00:47.9925969Z [00:03:10.254]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings
2025-08-20T23:00:47.9927151Z [00:03:10.254]➜  mkdir -p $WORK/b2925/
2025-08-20T23:00:47.9936055Z [00:03:10.255]➜  cat >/tmp/go-build2180205415/b2925/importcfg << 'EOF' # internal
2025-08-20T23:00:47.9936604Z [00:03:10.255]➜  # import config
2025-08-20T23:00:47.9937039Z [00:03:10.255]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:47.9937578Z [00:03:10.255]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:47.9938410Z [00:03:10.255]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:47.9939148Z [00:03:10.255]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:47.9939972Z [00:03:10.255]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:47.9940610Z [00:03:10.255]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:47.9941135Z [00:03:10.255]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:47.9941696Z [00:03:10.255]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:47.9942128Z [00:03:10.255]➜  EOF
2025-08-20T23:00:47.9944717Z [00:03:10.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2925/_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/b2925=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings -lang=go1.22 -complete -installsuffix shared -buildid muqPdlVr6bFkCXguvy3i/muqPdlVr6bFkCXguvy3i -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/updatesettings/update_settings.go
2025-08-20T23:00:48.0453738Z [00:03:10.306]➜  go tool buildid -w $WORK/b2925/_pkg_.a # internal
2025-08-20T23:00:48.0465634Z [00:03:10.307]➜  cp $WORK/b2925/_pkg_.a /root/.cache/go-build/c2/c21fe541af3e8b0d32f0679902b23f1c5a3f4f2cd99a1fb02e63aced6cf60783-d # internal
2025-08-20T23:00:48.0470927Z [00:03:10.307]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_
2025-08-20T23:00:48.0471549Z [00:03:10.308]➜  mkdir -p $WORK/b2930/
2025-08-20T23:00:48.0471989Z [00:03:10.308]➜  cat >/tmp/go-build2180205415/b2930/importcfg << 'EOF' # internal
2025-08-20T23:00:48.0472603Z [00:03:10.308]➜  # import config
2025-08-20T23:00:48.0473215Z [00:03:10.308]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:48.0473764Z [00:03:10.308]➜  EOF
2025-08-20T23:00:48.0476689Z [00:03:10.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2930/_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/b2930=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_ -lang=go1.22 -complete -installsuffix shared -buildid KZT7_-bGM754lM9g5rQ4/KZT7_-bGM754lM9g5rQ4 -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/types/enums/type_/type_.go
2025-08-20T23:00:48.0727482Z [00:03:10.334]➜  go tool buildid -w $WORK/b2930/_pkg_.a # internal
2025-08-20T23:00:48.0731160Z [00:03:10.334]➜  cp $WORK/b2930/_pkg_.a /root/.cache/go-build/d2/d2fcf3b5dbcd62dbcae521352ea4f7ba04d37059797e13cb5348da89d7a401a9-d # internal
2025-08-20T23:00:48.0731923Z [00:03:10.334]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort
2025-08-20T23:00:48.0736109Z [00:03:10.334]➜  mkdir -p $WORK/b2947/
2025-08-20T23:00:48.0736500Z [00:03:10.335]➜  cat >/tmp/go-build2180205415/b2947/importcfg << 'EOF' # internal
2025-08-20T23:00:48.0736863Z [00:03:10.335]➜  # import config
2025-08-20T23:00:48.0737211Z [00:03:10.335]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:48.0737529Z [00:03:10.335]➜  EOF
2025-08-20T23:00:48.0740067Z [00:03:10.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2947/_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/b2947=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort -lang=go1.22 -complete -installsuffix shared -buildid qhZQPqg__bl-dB34HMPn/qhZQPqg__bl-dB34HMPn -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/types/enums/snapshotsort/snapshotsort.go
2025-08-20T23:00:48.1034508Z [00:03:10.364]➜  go tool buildid -w $WORK/b2947/_pkg_.a # internal
2025-08-20T23:00:48.1039476Z [00:03:10.364]➜  cp $WORK/b2947/_pkg_.a /root/.cache/go-build/25/25bc8404bc365a5f914b3ff470c43764a026df9e08e454cdd5f8b87b5ae7708f-d # internal
2025-08-20T23:00:48.1041648Z [00:03:10.364]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat
2025-08-20T23:00:48.1042073Z [00:03:10.364]➜  mkdir -p $WORK/b2958/
2025-08-20T23:00:48.1042472Z [00:03:10.365]➜  cat >/tmp/go-build2180205415/b2958/importcfg << 'EOF' # internal
2025-08-20T23:00:48.1042823Z [00:03:10.365]➜  # import config
2025-08-20T23:00:48.1043167Z [00:03:10.365]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:48.1043496Z [00:03:10.365]➜  EOF
2025-08-20T23:00:48.1048180Z [00:03:10.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2958/_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/b2958=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat -lang=go1.22 -complete -installsuffix shared -buildid SZdyaEd0h19ZhuGD7Gms/SZdyaEd0h19ZhuGD7Gms -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/types/enums/sqlformat/sqlformat.go
2025-08-20T23:00:48.1268351Z [00:03:10.388]➜  go tool buildid -w $WORK/b2958/_pkg_.a # internal
2025-08-20T23:00:48.1280079Z [00:03:10.389]➜  cp $WORK/b2958/_pkg_.a /root/.cache/go-build/52/522b8b8a7dd4a8246d80a5530c72b5aa8c06198ce5044abc20ef95ed37251f86-d # internal
2025-08-20T23:00:48.1281452Z [00:03:10.389]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby
2025-08-20T23:00:48.1282609Z [00:03:10.389]➜  mkdir -p $WORK/b2971/
2025-08-20T23:00:48.1283117Z [00:03:10.389]➜  cat >/tmp/go-build2180205415/b2971/importcfg << 'EOF' # internal
2025-08-20T23:00:48.1283883Z [00:03:10.389]➜  # import config
2025-08-20T23:00:48.1284447Z [00:03:10.389]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:48.1285004Z [00:03:10.389]➜  EOF
2025-08-20T23:00:48.1287713Z [00:03:10.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2971/_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/b2971=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby -lang=go1.22 -complete -installsuffix shared -buildid kha_rCn_xv1ubGnm12Ds/kha_rCn_xv1ubGnm12Ds -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/types/enums/groupby/groupby.go
2025-08-20T23:00:48.1513744Z [00:03:10.412]➜  go tool buildid -w $WORK/b2971/_pkg_.a # internal
2025-08-20T23:00:48.1516583Z [00:03:10.413]➜  cp $WORK/b2971/_pkg_.a /root/.cache/go-build/e8/e8ebb1486c8cd9b96ed283a91aeabed925e47b3836ab60f9605eee27df100647-d # internal
2025-08-20T23:00:48.1517395Z [00:03:10.413]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure
2025-08-20T23:00:48.1517843Z [00:03:10.413]➜  mkdir -p $WORK/b2972/
2025-08-20T23:00:48.1523476Z [00:03:10.413]➜  cat >/tmp/go-build2180205415/b2972/importcfg << 'EOF' # internal
2025-08-20T23:00:48.1546953Z [00:03:10.413]➜  # import config
2025-08-20T23:00:48.1548375Z [00:03:10.413]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:48.1549041Z [00:03:10.413]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:48.1549907Z [00:03:10.413]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:48.1551185Z [00:03:10.413]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:48.1552079Z [00:03:10.413]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:48.1552934Z [00:03:10.413]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:48.1553806Z [00:03:10.413]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:48.1554755Z [00:03:10.413]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:48.1555285Z [00:03:10.413]➜  EOF
2025-08-20T23:00:48.1559062Z [00:03:10.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2972/_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/b2972=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure -lang=go1.22 -complete -installsuffix shared -buildid XR9zYZEopiaaHSzCFsMn/XR9zYZEopiaaHSzCFsMn -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/textstructure/findfieldstructure/find_field_structure.go
2025-08-20T23:00:48.2163294Z [00:03:10.477]➜  go tool buildid -w $WORK/b2972/_pkg_.a # internal
2025-08-20T23:00:48.2169707Z [00:03:10.478]➜  cp $WORK/b2972/_pkg_.a /root/.cache/go-build/f9/f9a0c7478c699c96cc7833c06040fc6ec6f4b93e821a2e64ebcb22f1ec52b4cc-d # internal
2025-08-20T23:00:48.2171626Z [00:03:10.478]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure
2025-08-20T23:00:48.2172482Z [00:03:10.478]➜  mkdir -p $WORK/b2973/
2025-08-20T23:00:48.2179441Z [00:03:10.479]➜  cat >/tmp/go-build2180205415/b2973/importcfg << 'EOF' # internal
2025-08-20T23:00:48.2180432Z [00:03:10.479]➜  # import config
2025-08-20T23:00:48.2181088Z [00:03:10.479]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:48.2181889Z [00:03:10.479]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:48.2182488Z [00:03:10.479]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:48.2183397Z [00:03:10.479]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:48.2184423Z [00:03:10.479]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:48.2185649Z [00:03:10.479]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:48.2186240Z [00:03:10.479]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:48.2186673Z [00:03:10.479]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:48.2186988Z [00:03:10.479]➜  EOF
2025-08-20T23:00:48.2189756Z [00:03:10.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2973/_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/b2973=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure -lang=go1.22 -complete -installsuffix shared -buildid 4ZvMI97VJEAw6_i2XnH5/4ZvMI97VJEAw6_i2XnH5 -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/textstructure/findmessagestructure/find_message_structure.go
2025-08-20T23:00:48.2751432Z [00:03:10.536]➜  go tool buildid -w $WORK/b2973/_pkg_.a # internal
2025-08-20T23:00:48.2767323Z [00:03:10.538]➜  cp $WORK/b2973/_pkg_.a /root/.cache/go-build/fa/fa0734223ad1d958e282e6c0e569abccd780961deae1b546a7e34e6f3993b5a5-d # internal
2025-08-20T23:00:48.2772709Z [00:03:10.538]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats
2025-08-20T23:00:48.2773680Z [00:03:10.538]➜  mkdir -p $WORK/b2977/
2025-08-20T23:00:48.2782923Z [00:03:10.539]➜  cat >/tmp/go-build2180205415/b2977/importcfg << 'EOF' # internal
2025-08-20T23:00:48.2785121Z [00:03:10.539]➜  # import config
2025-08-20T23:00:48.2786021Z [00:03:10.539]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:48.2786933Z [00:03:10.539]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:48.2787796Z [00:03:10.539]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:48.2788688Z [00:03:10.539]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:48.2789700Z [00:03:10.539]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:48.2790968Z [00:03:10.539]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:48.2791416Z [00:03:10.539]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:48.2791855Z [00:03:10.539]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:48.2792180Z [00:03:10.539]➜  EOF
2025-08-20T23:00:48.2794893Z [00:03:10.540]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2977/_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/b2977=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats -lang=go1.22 -complete -installsuffix shared -buildid xtUePxAAvzpSDP1CN-rn/xtUePxAAvzpSDP1CN-rn -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/transform/getnodestats/get_node_stats.go
2025-08-20T23:00:48.3382022Z [00:03:10.599]➜  go tool buildid -w $WORK/b2977/_pkg_.a # internal
2025-08-20T23:00:48.3403706Z [00:03:10.601]➜  cp $WORK/b2977/_pkg_.a /root/.cache/go-build/65/6501628d81240dd150ec029027494016bbe7795359d665a84078ba469a76db62-d # internal
2025-08-20T23:00:48.3404566Z [00:03:10.601]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode
2025-08-20T23:00:48.3405012Z [00:03:10.601]➜  mkdir -p $WORK/b2993/
2025-08-20T23:00:48.3414303Z [00:03:10.602]➜  cat >/tmp/go-build2180205415/b2993/importcfg << 'EOF' # internal
2025-08-20T23:00:48.3414698Z [00:03:10.602]➜  # import config
2025-08-20T23:00:48.3415065Z [00:03:10.602]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:48.3415389Z [00:03:10.602]➜  EOF
2025-08-20T23:00:48.3452742Z [00:03:10.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2993/_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/b2993=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode -lang=go1.22 -complete -installsuffix shared -buildid g5SDlxEoJWC1OQCtfqGH/g5SDlxEoJWC1OQCtfqGH -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/types/enums/actionexecutionmode/actionexecutionmode.go
2025-08-20T23:00:48.3688707Z [00:03:10.630]➜  go tool buildid -w $WORK/b2993/_pkg_.a # internal
2025-08-20T23:00:48.3696147Z [00:03:10.630]➜  cp $WORK/b2993/_pkg_.a /root/.cache/go-build/fb/fb009107dbf25828c4e64e8926d47ec151cac434aa88e5494fddb28795e0de4b-d # internal
2025-08-20T23:00:48.3696981Z [00:03:10.630]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings
2025-08-20T23:00:48.3697416Z [00:03:10.630]➜  mkdir -p $WORK/b2994/
2025-08-20T23:00:48.3697807Z [00:03:10.631]➜  cat >/tmp/go-build2180205415/b2994/importcfg << 'EOF' # internal
2025-08-20T23:00:48.3698167Z [00:03:10.631]➜  # import config
2025-08-20T23:00:48.3698507Z [00:03:10.631]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:48.3698947Z [00:03:10.631]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:48.3699711Z [00:03:10.631]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:48.3700339Z [00:03:10.631]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:48.3700930Z [00:03:10.631]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:48.3701448Z [00:03:10.631]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:48.3701955Z [00:03:10.631]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:48.3702394Z [00:03:10.631]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:48.3702709Z [00:03:10.631]➜  EOF
2025-08-20T23:00:48.3705174Z [00:03:10.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2994/_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/b2994=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings -lang=go1.22 -complete -installsuffix shared -buildid aa9TDPAgVIEz52e1S0hQ/aa9TDPAgVIEz52e1S0hQ -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/getsettings/get_settings.go
2025-08-20T23:00:48.4247175Z [00:03:10.686]➜  go tool buildid -w $WORK/b2994/_pkg_.a # internal
2025-08-20T23:00:48.4269542Z [00:03:10.688]➜  cp $WORK/b2994/_pkg_.a /root/.cache/go-build/ff/ffc9749e8398d301683902ef1e0fdc5c88abd0db01f5d8a3657b240b3df11bd2-d # internal
2025-08-20T23:00:48.4270881Z [00:03:10.688]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings
2025-08-20T23:00:48.4272340Z [00:03:10.688]➜  mkdir -p $WORK/b3001/
2025-08-20T23:00:48.4272739Z [00:03:10.688]➜  cat >/tmp/go-build2180205415/b3001/importcfg << 'EOF' # internal
2025-08-20T23:00:48.4273107Z [00:03:10.688]➜  # import config
2025-08-20T23:00:48.4273452Z [00:03:10.688]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:48.4273887Z [00:03:10.688]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:48.4274302Z [00:03:10.688]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:48.4274944Z [00:03:10.688]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:00:48.4275532Z [00:03:10.688]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:48.4276124Z [00:03:10.688]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:48.4276596Z [00:03:10.688]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:48.4277024Z [00:03:10.688]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:48.4277340Z [00:03:10.688]➜  EOF
2025-08-20T23:00:48.4279905Z [00:03:10.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3001/_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/b3001=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings -lang=go1.22 -complete -installsuffix shared -buildid tBIsPxCckaicNvW-oTlU/tBIsPxCckaicNvW-oTlU -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/updatesettings/update_settings.go
2025-08-20T23:00:48.4883616Z [00:03:10.749]➜  go tool buildid -w $WORK/b3001/_pkg_.a # internal
2025-08-20T23:00:48.4892411Z [00:03:10.750]➜  cp $WORK/b3001/_pkg_.a /root/.cache/go-build/48/48ba0d64a64596ab6e1e4e5bdf53dd67865aecacf8f97b0f2189b895e86c732e-d # internal
2025-08-20T23:00:48.4893991Z [00:03:10.751]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory
2025-08-20T23:00:48.4894957Z [00:03:10.751]➜  mkdir -p $WORK/b3003/
2025-08-20T23:00:48.4900491Z [00:03:10.751]➜  cat >/tmp/go-build2180205415/b3003/importcfg << 'EOF' # internal
2025-08-20T23:00:48.4901964Z [00:03:10.751]➜  # import config
2025-08-20T23:00:48.4903951Z [00:03:10.751]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:48.4904376Z [00:03:10.751]➜  EOF
2025-08-20T23:00:48.4907453Z [00:03:10.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3003/_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/b3003=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory -lang=go1.22 -complete -installsuffix shared -buildid 1EnWOTZUgOY4SaxpnuOD/1EnWOTZUgOY4SaxpnuOD -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/types/enums/xpackcategory/xpackcategory.go
2025-08-20T23:00:48.5132505Z [00:03:10.774]➜  go tool buildid -w $WORK/b3003/_pkg_.a # internal
2025-08-20T23:00:48.5142913Z [00:03:10.775]➜  cp $WORK/b3003/_pkg_.a /root/.cache/go-build/67/67d575a98f2693f59a3635e6a2f45d6bbd6825fc2b55af8c71a01d4ea421154e-d # internal
2025-08-20T23:00:48.5181359Z [00:03:10.779]➜  github.com/k0kubun/go-ansi
2025-08-20T23:00:48.5186884Z [00:03:10.780]➜  mkdir -p $WORK/b3006/
2025-08-20T23:00:48.5196943Z [00:03:10.781]➜  cat >/tmp/go-build2180205415/b3006/importcfg << 'EOF' # internal
2025-08-20T23:00:48.5197629Z [00:03:10.781]➜  # import config
2025-08-20T23:00:48.5198261Z [00:03:10.781]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:48.5199256Z [00:03:10.781]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:48.5200048Z [00:03:10.781]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:48.5208494Z [00:03:10.781]➜  EOF
2025-08-20T23:00:48.5211736Z [00:03:10.781]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3006/_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/b3006=>" -p github.com/k0kubun/go-ansi -lang=go1.16 -complete -installsuffix shared -buildid 1tCtnTtzULY0yXglCGh2/1tCtnTtzULY0yXglCGh2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3006/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:00:48.5859181Z [00:03:10.847]➜  go tool buildid -w $WORK/b3006/_pkg_.a # internal
2025-08-20T23:00:48.5864921Z [00:03:10.848]➜  cp $WORK/b3006/_pkg_.a /root/.cache/go-build/e6/e6480f5143a566473129a4b96ce4cdbc27cb7705687447cfe27e1ade3f91c2a6-d # internal
2025-08-20T23:00:48.5867525Z [00:03:10.848]➜  github.com/mitchellh/colorstring
2025-08-20T23:00:48.5868858Z [00:03:10.848]➜  mkdir -p $WORK/b3008/
2025-08-20T23:00:48.5873762Z [00:03:10.848]➜  cat >/tmp/go-build2180205415/b3008/importcfg << 'EOF' # internal
2025-08-20T23:00:48.5874124Z [00:03:10.848]➜  # import config
2025-08-20T23:00:48.5874476Z [00:03:10.848]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:48.5874906Z [00:03:10.848]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:48.5875309Z [00:03:10.848]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:48.5875729Z [00:03:10.848]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:48.5876299Z [00:03:10.848]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:48.5876624Z [00:03:10.848]➜  EOF
2025-08-20T23:00:48.5913036Z [00:03:10.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3008/_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/b3008=>" -p github.com/mitchellh/colorstring -lang=go1.16 -complete -installsuffix shared -buildid 3q8bWokabBy52XIa2aqR/3q8bWokabBy52XIa2aqR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3008/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/colorstring@v0.0.0-20190213212951-d06e56a500db/colorstring.go
2025-08-20T23:00:48.6590010Z [00:03:10.920]➜  go tool buildid -w $WORK/b3008/_pkg_.a # internal
2025-08-20T23:00:48.6600363Z [00:03:10.921]➜  cp $WORK/b3008/_pkg_.a /root/.cache/go-build/34/34fc550ca8b8006ea956ae1757b24270321e539cecf9ef404756eb26f9dd40d1-d # internal
2025-08-20T23:00:48.6606628Z [00:03:10.922]➜  golang.org/x/term
2025-08-20T23:00:48.6607246Z [00:03:10.922]➜  mkdir -p $WORK/b3009/
2025-08-20T23:00:48.6614093Z [00:03:10.922]➜  cat >/tmp/go-build2180205415/b3009/importcfg << 'EOF' # internal
2025-08-20T23:00:48.6614928Z [00:03:10.922]➜  # import config
2025-08-20T23:00:48.6615503Z [00:03:10.922]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:48.6616992Z [00:03:10.922]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:48.6618001Z [00:03:10.922]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T23:00:48.6618514Z [00:03:10.922]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:48.6618968Z [00:03:10.922]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:48.6619404Z [00:03:10.923]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:48.6620361Z [00:03:10.923]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:48.6622754Z [00:03:10.923]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:48.6623189Z [00:03:10.923]➜  EOF
2025-08-20T23:00:48.6626136Z [00:03:10.923]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3009/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.33.0=>golang.org/x/term@v0.33.0;$WORK/b3009=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid BmhTCTbB2Tki6Jd_CEf-/BmhTCTbB2Tki6Jd_CEf- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3009/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:00:48.8391115Z [00:03:11.100]➜  go tool buildid -w $WORK/b3009/_pkg_.a # internal
2025-08-20T23:00:48.8402161Z [00:03:11.101]➜  cp $WORK/b3009/_pkg_.a /root/.cache/go-build/e1/e1c098624a0dcc9616d65f4b8c8c8ad6f2367db1f9b12e344270841c3d1dd226-d # internal
2025-08-20T23:00:48.8403999Z [00:03:11.102]➜  github.com/schollz/progressbar/v3
2025-08-20T23:00:48.8405438Z [00:03:11.102]➜  mkdir -p $WORK/b3007/
2025-08-20T23:00:48.8410479Z [00:03:11.102]➜  cat >/tmp/go-build2180205415/b3007/importcfg << 'EOF' # internal
2025-08-20T23:00:48.8411677Z [00:03:11.102]➜  # import config
2025-08-20T23:00:48.8412291Z [00:03:11.102]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:48.8412954Z [00:03:11.102]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:48.8413711Z [00:03:11.102]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:48.8414475Z [00:03:11.102]➜  packagefile github.com/mitchellh/colorstring=/tmp/go-build2180205415/b3008/_pkg_.a
2025-08-20T23:00:48.8416116Z [00:03:11.102]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2180205415/b218/_pkg_.a
2025-08-20T23:00:48.8416709Z [00:03:11.102]➜  packagefile golang.org/x/term=/tmp/go-build2180205415/b3009/_pkg_.a
2025-08-20T23:00:48.8417172Z [00:03:11.102]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:48.8417587Z [00:03:11.102]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:48.8417991Z [00:03:11.102]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:48.8418411Z [00:03:11.102]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:48.8419143Z [00:03:11.102]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:48.8419560Z [00:03:11.102]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:48.8419970Z [00:03:11.102]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:48.8420383Z [00:03:11.102]➜  EOF
2025-08-20T23:00:48.8422603Z [00:03:11.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3007/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/schollz/progressbar/v3@v3.17.1=>github.com/schollz/progressbar/v3@v3.17.1;$WORK/b3007=>" -p github.com/schollz/progressbar/v3 -lang=go1.22 -complete -installsuffix shared -buildid YOG3TqHXe5YXPoNnMYbv/YOG3TqHXe5YXPoNnMYbv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3007/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:00:49.0539777Z [00:03:11.315]➜  go tool buildid -w $WORK/b3007/_pkg_.a # internal
2025-08-20T23:00:49.0568267Z [00:03:11.318]➜  cp $WORK/b3007/_pkg_.a /root/.cache/go-build/5d/5d8c3bc1b9b06866f0fa760ab7bef78085c0bf9eddc05b1fad915daa12bdbea6-d # internal
2025-08-20T23:00:49.0586336Z [00:03:11.320]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/github_experimental
2025-08-20T23:00:49.0587407Z [00:03:11.320]➜  mkdir -p $WORK/b3005/
2025-08-20T23:00:49.0617280Z [00:03:11.320]➜  cat >/tmp/go-build2180205415/b3005/importcfg << 'EOF' # internal
2025-08-20T23:00:49.0619409Z [00:03:11.320]➜  # import config
2025-08-20T23:00:49.0620395Z [00:03:11.320]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:49.0621389Z [00:03:11.320]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:49.0622125Z [00:03:11.320]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:49.0622824Z [00:03:11.320]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T23:00:49.0623664Z [00:03:11.320]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build2180205415/b282/_pkg_.a
2025-08-20T23:00:49.0624509Z [00:03:11.320]➜  packagefile github.com/k0kubun/go-ansi=/tmp/go-build2180205415/b3006/_pkg_.a
2025-08-20T23:00:49.0625348Z [00:03:11.320]➜  packagefile github.com/schollz/progressbar/v3=/tmp/go-build2180205415/b3007/_pkg_.a
2025-08-20T23:00:49.0626496Z [00:03:11.320]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:49.0627416Z [00:03:11.320]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:49.0628417Z [00:03:11.320]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/giturl=/tmp/go-build2180205415/b2243/_pkg_.a
2025-08-20T23:00:49.0630099Z [00:03:11.320]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:49.0631203Z [00:03:11.320]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:49.0631992Z [00:03:11.320]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build2180205415/b1976/_pkg_.a
2025-08-20T23:00:49.0632760Z [00:03:11.320]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:49.0633535Z [00:03:11.320]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build2180205415/b2157/_pkg_.a
2025-08-20T23:00:49.0634178Z [00:03:11.320]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T23:00:49.0634735Z [00:03:11.320]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:49.0635379Z [00:03:11.320]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:49.0636211Z [00:03:11.320]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:49.0636907Z [00:03:11.320]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:49.0637358Z [00:03:11.320]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:49.0637772Z [00:03:11.320]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:00:49.0638303Z [00:03:11.320]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:49.0638842Z [00:03:11.320]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:49.0639256Z [00:03:11.320]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:49.0639569Z [00:03:11.320]➜  EOF
2025-08-20T23:00:49.0642106Z [00:03:11.320]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3005/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github_experimental=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/github_experimental;$WORK/b3005=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/github_experimental -lang=go1.24 -complete -installsuffix shared -buildid M1dqQgwgy5YNRpEL78Sn/M1dqQgwgy5YNRpEL78Sn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3005/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:00:49.2460547Z [00:03:11.507]➜  go tool buildid -w $WORK/b3005/_pkg_.a # internal
2025-08-20T23:00:49.2509003Z [00:03:11.512]➜  cp $WORK/b3005/_pkg_.a /root/.cache/go-build/d6/d63f495fddea042359201cb35839112ad53d60e8379bf72e74b00111eeb9ab93-d # internal
2025-08-20T23:00:49.2519162Z [00:03:11.513]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/huggingface
2025-08-20T23:00:49.2519675Z [00:03:11.513]➜  mkdir -p $WORK/b3010/
2025-08-20T23:00:49.2530037Z [00:03:11.514]➜  cat >/tmp/go-build2180205415/b3010/importcfg << 'EOF' # internal
2025-08-20T23:00:49.2530711Z [00:03:11.514]➜  # import config
2025-08-20T23:00:49.2531267Z [00:03:11.514]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:49.2532806Z [00:03:11.514]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:49.2533238Z [00:03:11.514]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:49.2533726Z [00:03:11.514]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build2180205415/b2158/_pkg_.a
2025-08-20T23:00:49.2534330Z [00:03:11.514]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T23:00:49.2534862Z [00:03:11.514]➜  packagefile github.com/gobwas/glob=/tmp/go-build2180205415/b792/_pkg_.a
2025-08-20T23:00:49.2535518Z [00:03:11.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache=/tmp/go-build2180205415/b2156/_pkg_.a
2025-08-20T23:00:49.2538376Z [00:03:11.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:00:49.2539472Z [00:03:11.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:49.2540241Z [00:03:11.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:49.2540996Z [00:03:11.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/giturl=/tmp/go-build2180205415/b2243/_pkg_.a
2025-08-20T23:00:49.2541924Z [00:03:11.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:49.2542818Z [00:03:11.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:49.2543606Z [00:03:11.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build2180205415/b1976/_pkg_.a
2025-08-20T23:00:49.2544368Z [00:03:11.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:49.2545145Z [00:03:11.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build2180205415/b2157/_pkg_.a
2025-08-20T23:00:49.2546150Z [00:03:11.514]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:49.2546751Z [00:03:11.514]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:49.2547409Z [00:03:11.514]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:49.2547961Z [00:03:11.514]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:49.2548380Z [00:03:11.514]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:49.2548780Z [00:03:11.514]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:49.2549195Z [00:03:11.514]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:49.2549614Z [00:03:11.514]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:49.2550048Z [00:03:11.514]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:49.2550482Z [00:03:11.514]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:49.2550782Z [00:03:11.514]➜  EOF
2025-08-20T23:00:49.2558581Z [00:03:11.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3010/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/huggingface=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/huggingface;$WORK/b3010=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/huggingface -lang=go1.24 -complete -installsuffix shared -buildid 24VqwAplT7cqwzML09vO/24VqwAplT7cqwzML09vO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3010/importcfg -pack ./pkg/sources/huggingface/client.go ./pkg/sources/huggingface/huggingface.go ./pkg/sources/huggingface/repo.go
2025-08-20T23:00:49.4411555Z [00:03:11.702]➜  go tool buildid -w $WORK/b3010/_pkg_.a # internal
2025-08-20T23:00:49.4513191Z [00:03:11.712]➜  cp $WORK/b3010/_pkg_.a /root/.cache/go-build/81/81d650d7f28bbec516679e3065b496b1dc22e195e34f1bc1640bf4dc748e87d4-d # internal
2025-08-20T23:00:49.4519211Z [00:03:11.713]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/stdin
2025-08-20T23:00:49.4524759Z [00:03:11.713]➜  mkdir -p $WORK/b3011/
2025-08-20T23:00:49.4525607Z [00:03:11.714]➜  cat >/tmp/go-build2180205415/b3011/importcfg << 'EOF' # internal
2025-08-20T23:00:49.4526354Z [00:03:11.714]➜  # import config
2025-08-20T23:00:49.4527273Z [00:03:11.714]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T23:00:49.4528245Z [00:03:11.714]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:49.4533853Z [00:03:11.714]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build2180205415/b802/_pkg_.a
2025-08-20T23:00:49.4534719Z [00:03:11.714]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:49.4550142Z [00:03:11.714]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:49.4551064Z [00:03:11.714]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:49.4552088Z [00:03:11.714]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:49.4552705Z [00:03:11.714]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:49.4553011Z [00:03:11.714]➜  EOF
2025-08-20T23:00:49.4554916Z [00:03:11.714]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3011/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/stdin=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/stdin;$WORK/b3011=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/stdin -lang=go1.24 -complete -installsuffix shared -buildid gZL70e6hlynG3SJ8myqY/gZL70e6hlynG3SJ8myqY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3011/importcfg -pack ./pkg/sources/stdin/stdin.go
2025-08-20T23:00:49.4579463Z [00:03:11.719]➜  go tool buildid -w $WORK/b2254/_pkg_.a # internal
2025-08-20T23:00:49.5303790Z [00:03:11.791]➜  go tool buildid -w $WORK/b3011/_pkg_.a # internal
2025-08-20T23:00:49.5319367Z [00:03:11.793]➜  cp $WORK/b3011/_pkg_.a /root/.cache/go-build/e9/e9a92260bcfb23b74bda821a1f4a7bcb5055f414d3812ba9f20c95b98b7af065-d # internal
2025-08-20T23:00:49.5320703Z [00:03:11.793]➜  github.com/bill-rich/go-syslog/pkg/syslogparser
2025-08-20T23:00:49.5339211Z [00:03:11.793]➜  mkdir -p $WORK/b3014/
2025-08-20T23:00:49.5351191Z [00:03:11.796]➜  cat >/tmp/go-build2180205415/b3014/importcfg << 'EOF' # internal
2025-08-20T23:00:49.5351845Z [00:03:11.796]➜  # import config
2025-08-20T23:00:49.5352297Z [00:03:11.796]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:49.5353615Z [00:03:11.796]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:49.5354078Z [00:03:11.796]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:49.5354509Z [00:03:11.796]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:49.5354816Z [00:03:11.796]➜  EOF
2025-08-20T23:00:49.5363028Z [00:03:11.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3014/_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/b3014=>" -p github.com/bill-rich/go-syslog/pkg/syslogparser -lang=go1.18 -complete -installsuffix shared -buildid cVKkUBLAh76VopNiaxth/cVKkUBLAh76VopNiaxth -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3014/importcfg -pack /root/go/pkg/mod/github.com/bill-rich/go-syslog@v0.0.0-20220413021637-49edb52a574c/pkg/syslogparser/syslogparser.go
2025-08-20T23:00:49.5717303Z [00:03:11.832]➜  go tool buildid -w $WORK/b3014/_pkg_.a # internal
2025-08-20T23:00:49.5718197Z [00:03:11.833]➜  cp $WORK/b3014/_pkg_.a /root/.cache/go-build/ca/ca493259679532ddfebef808c4181c899fe26f8241bb2fabcf6c99d65d77f80f-d # internal
2025-08-20T23:00:49.5719544Z [00:03:11.833]➜  github.com/bill-rich/go-syslog/pkg/syslogparser/rfc3164
2025-08-20T23:00:49.5720435Z [00:03:11.833]➜  mkdir -p $WORK/b3013/
2025-08-20T23:00:49.5720877Z [00:03:11.833]➜  cat >/tmp/go-build2180205415/b3013/importcfg << 'EOF' # internal
2025-08-20T23:00:49.5721262Z [00:03:11.833]➜  # import config
2025-08-20T23:00:49.5721602Z [00:03:11.833]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:49.5722189Z [00:03:11.833]➜  packagefile github.com/bill-rich/go-syslog/pkg/syslogparser=/tmp/go-build2180205415/b3014/_pkg_.a
2025-08-20T23:00:49.5722735Z [00:03:11.833]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:49.5723146Z [00:03:11.833]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:49.5723462Z [00:03:11.833]➜  EOF
2025-08-20T23:00:49.5726611Z [00:03:11.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3013/_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/b3013=>" -p github.com/bill-rich/go-syslog/pkg/syslogparser/rfc3164 -lang=go1.18 -complete -installsuffix shared -buildid v0cGoHoVSvluDax97_p8/v0cGoHoVSvluDax97_p8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3013/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:00:49.5990038Z [00:03:11.860]➜  go tool buildid -w $WORK/b3013/_pkg_.a # internal
2025-08-20T23:00:49.5994697Z [00:03:11.861]➜  cp $WORK/b3013/_pkg_.a /root/.cache/go-build/3d/3d6e4fcdcc92062bcbcb7b23e4b78b953f2565c65fc0c4b7bc0f36569f3d7d3a-d # internal
2025-08-20T23:00:49.5999439Z [00:03:11.861]➜  github.com/crewjam/rfc5424
2025-08-20T23:00:49.6000367Z [00:03:11.861]➜  mkdir -p $WORK/b3015/
2025-08-20T23:00:49.6004129Z [00:03:11.862]➜  cat >/tmp/go-build2180205415/b3015/importcfg << 'EOF' # internal
2025-08-20T23:00:49.6004815Z [00:03:11.862]➜  # import config
2025-08-20T23:00:49.6005686Z [00:03:11.862]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:49.6006303Z [00:03:11.862]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:49.6006741Z [00:03:11.862]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:49.6007167Z [00:03:11.862]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:49.6007615Z [00:03:11.862]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:49.6008036Z [00:03:11.862]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:49.6008458Z [00:03:11.862]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:49.6008906Z [00:03:11.862]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:49.6009246Z [00:03:11.862]➜  EOF
2025-08-20T23:00:49.6013368Z [00:03:11.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3015/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/crewjam/rfc5424@v0.1.0=>github.com/crewjam/rfc5424@v0.1.0;$WORK/b3015=>" -p github.com/crewjam/rfc5424 -lang=go1.13 -complete -installsuffix shared -buildid 4U-gyn0VWmDTAEIf1H7b/4U-gyn0VWmDTAEIf1H7b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3015/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:00:49.6215432Z [00:03:11.882]➜  cp $WORK/b2254/_pkg_.a /root/.cache/go-build/07/07dc10244548c83437b858c9e91721e4466731f47180ef2054fd16f38b77fee1-d # internal
2025-08-20T23:00:49.6241371Z [00:03:11.885]➜  github.com/aws/aws-sdk-go-v2/feature/s3/manager
2025-08-20T23:00:49.6241807Z [00:03:11.885]➜  mkdir -p $WORK/b2251/
2025-08-20T23:00:49.6242194Z [00:03:11.885]➜  cat >/tmp/go-build2180205415/b2251/importcfg << 'EOF' # internal
2025-08-20T23:00:49.6242550Z [00:03:11.885]➜  # import config
2025-08-20T23:00:49.6242888Z [00:03:11.885]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:49.6243321Z [00:03:11.885]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:49.6243743Z [00:03:11.885]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:49.6244166Z [00:03:11.885]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:49.6244584Z [00:03:11.885]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:49.6245088Z [00:03:11.885]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:49.6245695Z [00:03:11.885]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build2180205415/b2252/_pkg_.a
2025-08-20T23:00:49.6246820Z [00:03:11.885]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:00:49.6247499Z [00:03:11.885]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/awsutil=/tmp/go-build2180205415/b2253/_pkg_.a
2025-08-20T23:00:49.6248305Z [00:03:11.885]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2180205415/b1010/_pkg_.a
2025-08-20T23:00:49.6249053Z [00:03:11.885]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build2180205415/b1017/_pkg_.a
2025-08-20T23:00:49.6249709Z [00:03:11.885]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build2180205415/b2254/_pkg_.a
2025-08-20T23:00:49.6250366Z [00:03:11.885]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build2180205415/b2267/_pkg_.a
2025-08-20T23:00:49.6250995Z [00:03:11.885]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:00:49.6251602Z [00:03:11.885]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:00:49.6252450Z [00:03:11.885]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:00:49.6252968Z [00:03:11.885]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:49.6253386Z [00:03:11.885]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:49.6253808Z [00:03:11.885]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:49.6254233Z [00:03:11.885]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:49.6254777Z [00:03:11.885]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:49.6255258Z [00:03:11.885]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:49.6255564Z [00:03:11.885]➜  EOF
2025-08-20T23:00:49.6747729Z [00:03:11.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2251/_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/b2251=>" -p github.com/aws/aws-sdk-go-v2/feature/s3/manager -lang=go1.22 -complete -installsuffix shared -buildid qrhXumsnzHvMqLPrFme8/qrhXumsnzHvMqLPrFme8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2251/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:00:49.6753656Z [00:03:11.935]➜  go tool buildid -w $WORK/b3015/_pkg_.a # internal
2025-08-20T23:00:49.6756937Z [00:03:11.937]➜  cp $WORK/b3015/_pkg_.a /root/.cache/go-build/04/04efdf54b51fa08e439d95a948ce0b0860f3101472dc3dd759190e24e661f1eb-d # internal
2025-08-20T23:00:49.6757640Z [00:03:11.937]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/syslog
2025-08-20T23:00:49.6760847Z [00:03:11.937]➜  mkdir -p $WORK/b3012/
2025-08-20T23:00:49.6761421Z [00:03:11.937]➜  cat >/tmp/go-build2180205415/b3012/importcfg << 'EOF' # internal
2025-08-20T23:00:49.6761808Z [00:03:11.937]➜  # import config
2025-08-20T23:00:49.6762188Z [00:03:11.937]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:00:49.6762621Z [00:03:11.937]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:49.6763385Z [00:03:11.937]➜  packagefile github.com/bill-rich/go-syslog/pkg/syslogparser/rfc3164=/tmp/go-build2180205415/b3013/_pkg_.a
2025-08-20T23:00:49.6764188Z [00:03:11.937]➜  packagefile github.com/crewjam/rfc5424=/tmp/go-build2180205415/b3015/_pkg_.a
2025-08-20T23:00:49.6764755Z [00:03:11.937]➜  packagefile github.com/go-errors/errors=/tmp/go-build2180205415/b801/_pkg_.a
2025-08-20T23:00:49.6765421Z [00:03:11.937]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:49.6787632Z [00:03:11.937]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:49.6788777Z [00:03:11.937]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:49.6789625Z [00:03:11.937]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:49.6790422Z [00:03:11.937]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:49.6791087Z [00:03:11.937]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build2180205415/b544/_pkg_.a
2025-08-20T23:00:49.6791810Z [00:03:11.937]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:49.6792512Z [00:03:11.937]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:49.6793054Z [00:03:11.937]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:49.6793470Z [00:03:11.937]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:00:49.6793896Z [00:03:11.937]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:49.6794329Z [00:03:11.937]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:49.6794747Z [00:03:11.937]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:49.6795061Z [00:03:11.937]➜  EOF
2025-08-20T23:00:49.6797155Z [00:03:11.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3012/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/syslog=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/syslog;$WORK/b3012=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/syslog -lang=go1.24 -complete -installsuffix shared -buildid dY4ePK44tx2gbHXNp2gC/dY4ePK44tx2gbHXNp2gC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3012/importcfg -pack ./pkg/sources/syslog/syslog.go
2025-08-20T23:00:49.8033199Z [00:03:12.064]➜  go tool buildid -w $WORK/b3012/_pkg_.a # internal
2025-08-20T23:00:49.8048229Z [00:03:12.066]➜  cp $WORK/b3012/_pkg_.a /root/.cache/go-build/1f/1fdee6eae3247976dc5d825ee02a73ca30b60e8629d3721f4995ee65f08ae865-d # internal
2025-08-20T23:00:49.8064150Z [00:03:12.067]➜  github.com/shuheiktgw/go-travis
2025-08-20T23:00:49.8065344Z [00:03:12.068]➜  mkdir -p $WORK/b3017/
2025-08-20T23:00:49.8111253Z [00:03:12.072]➜  cat >/tmp/go-build2180205415/b3017/importcfg << 'EOF' # internal
2025-08-20T23:00:49.8112242Z [00:03:12.072]➜  # import config
2025-08-20T23:00:49.8112639Z [00:03:12.072]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:49.8113100Z [00:03:12.072]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:49.8113554Z [00:03:12.072]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:49.8113994Z [00:03:12.072]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:49.8114541Z [00:03:12.072]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build2180205415/b283/_pkg_.a
2025-08-20T23:00:49.8115065Z [00:03:12.072]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:49.8115487Z [00:03:12.072]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:49.8116077Z [00:03:12.072]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:49.8116780Z [00:03:12.072]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:49.8117278Z [00:03:12.072]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:49.8117881Z [00:03:12.072]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:49.8119867Z [00:03:12.073]➜  EOF
2025-08-20T23:00:49.8129182Z [00:03:12.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3017/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1=>github.com/shuheiktgw/go-travis@v0.3.1;$WORK/b3017=>" -p github.com/shuheiktgw/go-travis -lang=go1.14 -complete -installsuffix shared -buildid jv4qK_l77G6kWkKCnRg6/jv4qK_l77G6kWkKCnRg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3017/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:00:49.9039675Z [00:03:12.165]➜  go tool buildid -w $WORK/b2251/_pkg_.a # internal
2025-08-20T23:00:49.9110732Z [00:03:12.172]➜  cp $WORK/b2251/_pkg_.a /root/.cache/go-build/6c/6ce14848c0b250f0378d895e68fa9fc6b36de25b58bceb07b74f0425fdee1d09-d # internal
2025-08-20T23:00:49.9111621Z [00:03:12.172]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/s3
2025-08-20T23:00:49.9111996Z [00:03:12.172]➜  mkdir -p $WORK/b2250/
2025-08-20T23:00:49.9112391Z [00:03:12.172]➜  cat >/tmp/go-build2180205415/b2250/importcfg << 'EOF' # internal
2025-08-20T23:00:49.9112744Z [00:03:12.172]➜  # import config
2025-08-20T23:00:49.9115058Z [00:03:12.173]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:49.9116160Z [00:03:12.173]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:49.9117279Z [00:03:12.173]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:00:49.9117971Z [00:03:12.173]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build2180205415/b1004/_pkg_.a
2025-08-20T23:00:49.9118617Z [00:03:12.173]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build2180205415/b1005/_pkg_.a
2025-08-20T23:00:49.9119654Z [00:03:12.173]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build2180205415/b1043/_pkg_.a
2025-08-20T23:00:49.9120439Z [00:03:12.173]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/s3/manager=/tmp/go-build2180205415/b2251/_pkg_.a
2025-08-20T23:00:49.9121116Z [00:03:12.173]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build2180205415/b2254/_pkg_.a
2025-08-20T23:00:49.9121783Z [00:03:12.173]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build2180205415/b2267/_pkg_.a
2025-08-20T23:00:49.9122446Z [00:03:12.173]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build2180205415/b1044/_pkg_.a
2025-08-20T23:00:49.9123224Z [00:03:12.173]➜  packagefile github.com/go-errors/errors=/tmp/go-build2180205415/b801/_pkg_.a
2025-08-20T23:00:49.9123860Z [00:03:12.173]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:00:49.9124605Z [00:03:12.173]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build2180205415/b641/_pkg_.a
2025-08-20T23:00:49.9125368Z [00:03:12.173]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:49.9126448Z [00:03:12.173]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:49.9127289Z [00:03:12.173]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build2180205415/b802/_pkg_.a
2025-08-20T23:00:49.9128039Z [00:03:12.173]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build2180205415/b225/_pkg_.a
2025-08-20T23:00:49.9128889Z [00:03:12.173]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:49.9129720Z [00:03:12.173]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:49.9130509Z [00:03:12.173]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build2180205415/b1976/_pkg_.a
2025-08-20T23:00:49.9131276Z [00:03:12.173]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:49.9131930Z [00:03:12.173]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:49.9132517Z [00:03:12.173]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:49.9133165Z [00:03:12.173]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:49.9133923Z [00:03:12.173]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:49.9134359Z [00:03:12.173]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:49.9134780Z [00:03:12.173]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:49.9135213Z [00:03:12.173]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:49.9135647Z [00:03:12.173]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:49.9136134Z [00:03:12.173]➜  EOF
2025-08-20T23:00:49.9138208Z [00:03:12.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2250/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/s3=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/s3;$WORK/b2250=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/s3 -lang=go1.24 -complete -installsuffix shared -buildid J8WJcD8m_cKPlXSvNaNr/J8WJcD8m_cKPlXSvNaNr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2250/importcfg -pack ./pkg/sources/s3/checkpointer.go ./pkg/sources/s3/metrics.go ./pkg/sources/s3/s3.go
2025-08-20T23:00:50.0859796Z [00:03:12.347]➜  go tool buildid -w $WORK/b3017/_pkg_.a # internal
2025-08-20T23:00:50.0963999Z [00:03:12.357]➜  cp $WORK/b3017/_pkg_.a /root/.cache/go-build/13/13508d5550988a88e1bf8bfe9084471aefb353d5667edcf598132c1edd8533ad-d # internal
2025-08-20T23:00:50.0967289Z [00:03:12.358]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/travisci
2025-08-20T23:00:50.0967757Z [00:03:12.358]➜  mkdir -p $WORK/b3016/
2025-08-20T23:00:50.0972024Z [00:03:12.358]➜  cat >/tmp/go-build2180205415/b3016/importcfg << 'EOF' # internal
2025-08-20T23:00:50.0972422Z [00:03:12.358]➜  # import config
2025-08-20T23:00:50.0972761Z [00:03:12.358]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:50.0973255Z [00:03:12.358]➜  packagefile github.com/go-errors/errors=/tmp/go-build2180205415/b801/_pkg_.a
2025-08-20T23:00:50.0973835Z [00:03:12.358]➜  packagefile github.com/shuheiktgw/go-travis=/tmp/go-build2180205415/b3017/_pkg_.a
2025-08-20T23:00:50.0974793Z [00:03:12.358]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:00:50.0975558Z [00:03:12.358]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:50.0976510Z [00:03:12.358]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build2180205415/b225/_pkg_.a
2025-08-20T23:00:50.0977314Z [00:03:12.358]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:00:50.0978288Z [00:03:12.358]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:50.0979132Z [00:03:12.358]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:50.0979781Z [00:03:12.358]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:50.0980377Z [00:03:12.358]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:00:50.0981022Z [00:03:12.358]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:00:50.0981572Z [00:03:12.358]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:50.0981891Z [00:03:12.358]➜  EOF
2025-08-20T23:00:50.0985166Z [00:03:12.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3016/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/travisci=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/travisci;$WORK/b3016=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/travisci -lang=go1.24 -complete -installsuffix shared -buildid fuexfLOJbxCEdJZL8cSV/fuexfLOJbxCEdJZL8cSV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3016/importcfg -pack ./pkg/sources/travisci/travisci.go
2025-08-20T23:00:50.2201660Z [00:03:12.481]➜  go tool buildid -w $WORK/b2250/_pkg_.a # internal
2025-08-20T23:00:50.2206371Z [00:03:12.482]➜  go tool buildid -w $WORK/b3016/_pkg_.a # internal
2025-08-20T23:00:50.2218074Z [00:03:12.483]➜  cp $WORK/b3016/_pkg_.a /root/.cache/go-build/bf/bfebea428ad823dce3d0b63b02756c6bddd6737837455af72ce9f9deeaf87bf9-d # internal
2025-08-20T23:00:50.2250013Z [00:03:12.486]➜  github.com/trufflesecurity/trufflehog/v3/pkg/hasher
2025-08-20T23:00:50.2251189Z [00:03:12.486]➜  mkdir -p $WORK/b3019/
2025-08-20T23:00:50.2255737Z [00:03:12.487]➜  cat >/tmp/go-build2180205415/b3019/importcfg << 'EOF' # internal
2025-08-20T23:00:50.2256318Z [00:03:12.487]➜  # import config
2025-08-20T23:00:50.2257853Z [00:03:12.487]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:50.2258724Z [00:03:12.487]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build2180205415/b910/_pkg_.a
2025-08-20T23:00:50.2259677Z [00:03:12.487]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:50.2260234Z [00:03:12.487]➜  EOF
2025-08-20T23:00:50.2262453Z [00:03:12.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3019/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/hasher=>github.com/trufflesecurity/trufflehog/v3/pkg/hasher;$WORK/b3019=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/hasher -lang=go1.24 -complete -installsuffix shared -buildid _YUUhWMb0MFhC6iQ1HO2/_YUUhWMb0MFhC6iQ1HO2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3019/importcfg -pack ./pkg/hasher/blake2b.go ./pkg/hasher/hasher.go
2025-08-20T23:00:50.2296070Z [00:03:12.491]➜  cp $WORK/b2250/_pkg_.a /root/.cache/go-build/8e/8ed04354fcb9e646db9b017732e3175feff9a4ee13c11f415d89fa2d44edf6fe-d # internal
2025-08-20T23:00:50.2298320Z [00:03:12.491]➜  github.com/trufflesecurity/trufflehog/v3/pkg/config
2025-08-20T23:00:50.2299027Z [00:03:12.491]➜  mkdir -p $WORK/b700/
2025-08-20T23:00:50.2335576Z [00:03:12.495]➜  cat >/tmp/go-build2180205415/b700/importcfg << 'EOF' # internal
2025-08-20T23:00:50.2336702Z [00:03:12.495]➜  # import config
2025-08-20T23:00:50.2356700Z [00:03:12.495]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:50.2358519Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/custom_detectors=/tmp/go-build2180205415/b701/_pkg_.a
2025-08-20T23:00:50.2359934Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:50.2360838Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/configpb=/tmp/go-build2180205415/b703/_pkg_.a
2025-08-20T23:00:50.2361910Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:00:50.2362828Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:00:50.2363618Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/protoyaml=/tmp/go-build2180205415/b704/_pkg_.a
2025-08-20T23:00:50.2364395Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:00:50.2365189Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/docker=/tmp/go-build2180205415/b707/_pkg_.a
2025-08-20T23:00:50.2366160Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/filesystem=/tmp/go-build2180205415/b800/_pkg_.a
2025-08-20T23:00:50.2367053Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/gcs=/tmp/go-build2180205415/b1977/_pkg_.a
2025-08-20T23:00:50.2367849Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build2180205415/b2157/_pkg_.a
2025-08-20T23:00:50.2368654Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/github=/tmp/go-build2180205415/b2239/_pkg_.a
2025-08-20T23:00:50.2369471Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/gitlab=/tmp/go-build2180205415/b2244/_pkg_.a
2025-08-20T23:00:50.2370510Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/jenkins=/tmp/go-build2180205415/b2246/_pkg_.a
2025-08-20T23:00:50.2371339Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/postman=/tmp/go-build2180205415/b2248/_pkg_.a
2025-08-20T23:00:50.2372143Z [00:03:12.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/s3=/tmp/go-build2180205415/b2250/_pkg_.a
2025-08-20T23:00:50.2372736Z [00:03:12.495]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:50.2373153Z [00:03:12.495]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:50.2373554Z [00:03:12.495]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:50.2373972Z [00:03:12.495]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:50.2374396Z [00:03:12.495]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:50.2374719Z [00:03:12.495]➜  EOF
2025-08-20T23:00:50.2376938Z [00:03:12.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b700/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/config=>github.com/trufflesecurity/trufflehog/v3/pkg/config;$WORK/b700=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/config -lang=go1.24 -complete -installsuffix shared -buildid 9cIOHoRo6ZCfUGn0B_7X/9cIOHoRo6ZCfUGn0B_7X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b700/importcfg -pack ./pkg/config/config.go ./pkg/config/detectors.go
2025-08-20T23:00:50.2454672Z [00:03:12.506]➜  go tool buildid -w $WORK/b3019/_pkg_.a # internal
2025-08-20T23:00:50.2458920Z [00:03:12.507]➜  cp $WORK/b3019/_pkg_.a /root/.cache/go-build/25/25f2ed4e2882c8b0b6511fe604116cc82e18b7c9ecbaef655449180734cc72fb-d # internal
2025-08-20T23:00:50.2464392Z [00:03:12.508]➜  github.com/trufflesecurity/trufflehog/v3/pkg/verificationcache
2025-08-20T23:00:50.2465291Z [00:03:12.508]➜  mkdir -p $WORK/b3018/
2025-08-20T23:00:50.2475938Z [00:03:12.509]➜  cat >/tmp/go-build2180205415/b3018/importcfg << 'EOF' # internal
2025-08-20T23:00:50.2476441Z [00:03:12.509]➜  # import config
2025-08-20T23:00:50.2476806Z [00:03:12.509]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:50.2477262Z [00:03:12.509]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:50.2477908Z [00:03:12.509]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache=/tmp/go-build2180205415/b2156/_pkg_.a
2025-08-20T23:00:50.2478669Z [00:03:12.509]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:50.2479725Z [00:03:12.509]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:00:50.2480569Z [00:03:12.509]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/hasher=/tmp/go-build2180205415/b3019/_pkg_.a
2025-08-20T23:00:50.2481154Z [00:03:12.509]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:50.2481591Z [00:03:12.509]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:50.2482024Z [00:03:12.509]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:50.2482328Z [00:03:12.509]➜  EOF
2025-08-20T23:00:50.2486058Z [00:03:12.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3018/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/verificationcache=>github.com/trufflesecurity/trufflehog/v3/pkg/verificationcache;$WORK/b3018=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/verificationcache -lang=go1.24 -complete -installsuffix shared -buildid if7vVcxmrfoA2VQW4Tso/if7vVcxmrfoA2VQW4Tso -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3018/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:00:50.3074034Z [00:03:12.568]➜  go tool buildid -w $WORK/b3018/_pkg_.a # internal
2025-08-20T23:00:50.3088151Z [00:03:12.570]➜  cp $WORK/b3018/_pkg_.a /root/.cache/go-build/4d/4d508d99fa009f331d85464e57ae746bac2237a1f07392037e584e82ad34641c-d # internal
2025-08-20T23:00:50.3090155Z [00:03:12.570]➜  image/png
2025-08-20T23:00:50.3091057Z [00:03:12.570]➜  mkdir -p $WORK/b3026/
2025-08-20T23:00:50.3095688Z [00:03:12.571]➜  cat >/tmp/go-build2180205415/b3026/importcfg << 'EOF' # internal
2025-08-20T23:00:50.3096400Z [00:03:12.571]➜  # import config
2025-08-20T23:00:50.3097660Z [00:03:12.571]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:50.3098150Z [00:03:12.571]➜  packagefile compress/zlib=/tmp/go-build2180205415/b813/_pkg_.a
2025-08-20T23:00:50.3098639Z [00:03:12.571]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:50.3099084Z [00:03:12.571]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:50.3099493Z [00:03:12.571]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:00:50.3099936Z [00:03:12.571]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:00:50.3100689Z [00:03:12.571]➜  packagefile image=/tmp/go-build2180205415/b913/_pkg_.a
2025-08-20T23:00:50.3101128Z [00:03:12.571]➜  packagefile image/color=/tmp/go-build2180205415/b914/_pkg_.a
2025-08-20T23:00:50.3101551Z [00:03:12.571]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:50.3102084Z [00:03:12.571]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:50.3102478Z [00:03:12.571]➜  EOF
2025-08-20T23:00:50.3107920Z [00:03:12.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3026/_pkg_.a -trimpath "/root/.go/src/image/png=>image/png;$WORK/b3026=>" -p image/png -lang=go1.25 -std -complete -installsuffix shared -buildid AJI4NJgu4NnTulnjgrZE/AJI4NJgu4NnTulnjgrZE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3026/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:00:50.4273306Z [00:03:12.688]➜  go tool buildid -w $WORK/b3026/_pkg_.a # internal
2025-08-20T23:00:50.4306327Z [00:03:12.692]➜  cp $WORK/b3026/_pkg_.a /root/.cache/go-build/64/641736c8581aaf4f651a436e38811b1f702aa961e9eb7195f09e030ec0e4acdc-d # internal
2025-08-20T23:00:50.4310589Z [00:03:12.692]➜  github.com/charmbracelet/x/ansi/kitty
2025-08-20T23:00:50.4311149Z [00:03:12.692]➜  mkdir -p $WORK/b3025/
2025-08-20T23:00:50.4345128Z [00:03:12.695]➜  cat >/tmp/go-build2180205415/b3025/importcfg << 'EOF' # internal
2025-08-20T23:00:50.4347876Z [00:03:12.696]➜  # import config
2025-08-20T23:00:50.4351554Z [00:03:12.696]➜  packagefile compress/zlib=/tmp/go-build2180205415/b813/_pkg_.a
2025-08-20T23:00:50.4352092Z [00:03:12.696]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T23:00:50.4352528Z [00:03:12.696]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:50.4352948Z [00:03:12.696]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:50.4353394Z [00:03:12.696]➜  packagefile image=/tmp/go-build2180205415/b913/_pkg_.a
2025-08-20T23:00:50.4353842Z [00:03:12.696]➜  packagefile image/color=/tmp/go-build2180205415/b914/_pkg_.a
2025-08-20T23:00:50.4354293Z [00:03:12.696]➜  packagefile image/png=/tmp/go-build2180205415/b3026/_pkg_.a
2025-08-20T23:00:50.4354711Z [00:03:12.696]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:50.4355133Z [00:03:12.696]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:50.4355562Z [00:03:12.696]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:50.4356038Z [00:03:12.696]➜  EOF
2025-08-20T23:00:50.4358825Z [00:03:12.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3025/_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/b3025=>" -p github.com/charmbracelet/x/ansi/kitty -lang=go1.23 -complete -installsuffix shared -buildid eRX4gJr9xcLDlouUAiVk/eRX4gJr9xcLDlouUAiVk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3025/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:00:50.4814858Z [00:03:12.742]➜  go tool buildid -w $WORK/b3025/_pkg_.a # internal
2025-08-20T23:00:50.4820630Z [00:03:12.743]➜  cp $WORK/b3025/_pkg_.a /root/.cache/go-build/96/9684fa1ade784bf8362103af357dee53df1963154a0fa2cf2eb5872a7fd1fa37-d # internal
2025-08-20T23:00:50.4829516Z [00:03:12.743]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T23:00:50.4829860Z [00:03:12.743]➜  mkdir -p $WORK/b3028/
2025-08-20T23:00:50.4830259Z [00:03:12.744]➜  cat >/tmp/go-build2180205415/b3028/importcfg << 'EOF' # internal
2025-08-20T23:00:50.4830614Z [00:03:12.744]➜  # import config
2025-08-20T23:00:50.4831019Z [00:03:12.744]➜  packagefile database/sql/driver=/tmp/go-build2180205415/b278/_pkg_.a
2025-08-20T23:00:50.4831827Z [00:03:12.744]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:50.4832278Z [00:03:12.744]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:50.4832720Z [00:03:12.744]➜  packagefile image/color=/tmp/go-build2180205415/b914/_pkg_.a
2025-08-20T23:00:50.4833256Z [00:03:12.744]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:50.4833767Z [00:03:12.744]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:00:50.4834207Z [00:03:12.744]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:50.4834526Z [00:03:12.744]➜  EOF
2025-08-20T23:00:50.4840875Z [00:03:12.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3028/_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/b3028=>" -p github.com/lucasb-eyer/go-colorful -lang=go1.12 -complete -installsuffix shared -buildid lpHV4kcVYgLsl_av0r9L/lpHV4kcVYgLsl_av0r9L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3028/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:00:50.5286160Z [00:03:12.789]➜  go tool buildid -w $WORK/b700/_pkg_.a # internal
2025-08-20T23:00:50.5349335Z [00:03:12.796]➜  cp $WORK/b700/_pkg_.a /root/.cache/go-build/75/75d38c66016f3df8dd7aa029bbd61869f067eb95f2173680a94dce8bd485d5ed-d # internal
2025-08-20T23:00:50.5351170Z [00:03:12.796]➜  github.com/charmbracelet/x/term
2025-08-20T23:00:50.5354635Z [00:03:12.796]➜  mkdir -p $WORK/b3031/
2025-08-20T23:00:50.5355365Z [00:03:12.797]➜  cat >/tmp/go-build2180205415/b3031/importcfg << 'EOF' # internal
2025-08-20T23:00:50.5356085Z [00:03:12.797]➜  # import config
2025-08-20T23:00:50.5356761Z [00:03:12.797]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T23:00:50.5357795Z [00:03:12.797]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:50.5358274Z [00:03:12.797]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:50.5358604Z [00:03:12.797]➜  EOF
2025-08-20T23:00:50.5361441Z [00:03:12.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3031/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1=>github.com/charmbracelet/x/term@v0.2.1;$WORK/b3031=>" -p github.com/charmbracelet/x/term -lang=go1.18 -complete -installsuffix shared -buildid _7vdMBp9bg4VygT0MMaM/_7vdMBp9bg4VygT0MMaM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3031/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:00:50.5929233Z [00:03:12.854]➜  go tool buildid -w $WORK/b3031/_pkg_.a # internal
2025-08-20T23:00:50.5944049Z [00:03:12.855]➜  cp $WORK/b3031/_pkg_.a /root/.cache/go-build/b0/b0e132e1eaa144dec22ac4331065da25ecca762723cc91247827701c1aebbe27-d # internal
2025-08-20T23:00:50.5956774Z [00:03:12.857]➜  github.com/xo/terminfo
2025-08-20T23:00:50.5958801Z [00:03:12.857]➜  mkdir -p $WORK/b3032/
2025-08-20T23:00:50.5971694Z [00:03:12.858]➜  cat >/tmp/go-build2180205415/b3032/importcfg << 'EOF' # internal
2025-08-20T23:00:50.5972621Z [00:03:12.858]➜  # import config
2025-08-20T23:00:50.5973550Z [00:03:12.858]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:50.5974379Z [00:03:12.858]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:50.5975282Z [00:03:12.858]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:50.5975983Z [00:03:12.858]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:00:50.5976661Z [00:03:12.858]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:50.5977185Z [00:03:12.858]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T23:00:50.5977615Z [00:03:12.858]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:50.5978048Z [00:03:12.858]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:50.5978471Z [00:03:12.858]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:50.5978901Z [00:03:12.858]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:50.5979331Z [00:03:12.858]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:50.5979645Z [00:03:12.858]➜  EOF
2025-08-20T23:00:50.5984084Z [00:03:12.859]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3032/_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/b3032=>" -p github.com/xo/terminfo -lang=go1.19 -complete -installsuffix shared -buildid dPmMlMfbcR9_KptAaoo9/dPmMlMfbcR9_KptAaoo9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3032/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:00:50.6419409Z [00:03:12.903]➜  go tool buildid -w $WORK/b3028/_pkg_.a # internal
2025-08-20T23:00:50.6443434Z [00:03:12.905]➜  cp $WORK/b3028/_pkg_.a /root/.cache/go-build/b5/b5acbb681d037958b6b09c568e600d06fac724a25be5598ef4e55dc9a8e767a3-d # internal
2025-08-20T23:00:50.6486251Z [00:03:12.910]➜  github.com/charmbracelet/x/ansi
2025-08-20T23:00:50.6487544Z [00:03:12.910]➜  mkdir -p $WORK/b3024/
2025-08-20T23:00:50.6512620Z [00:03:12.912]➜  cat >/tmp/go-build2180205415/b3024/importcfg << 'EOF' # internal
2025-08-20T23:00:50.6513048Z [00:03:12.912]➜  # import config
2025-08-20T23:00:50.6513393Z [00:03:12.912]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:50.6513853Z [00:03:12.912]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:50.6514710Z [00:03:12.912]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:00:50.6515173Z [00:03:12.912]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:50.6515870Z [00:03:12.912]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:50.6516472Z [00:03:12.912]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build2180205415/b3025/_pkg_.a
2025-08-20T23:00:50.6517144Z [00:03:12.912]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build2180205415/b3027/_pkg_.a
2025-08-20T23:00:50.6517789Z [00:03:12.912]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build2180205415/b3028/_pkg_.a
2025-08-20T23:00:50.6518383Z [00:03:12.912]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2180205415/b217/_pkg_.a
2025-08-20T23:00:50.6518933Z [00:03:12.912]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2180205415/b218/_pkg_.a
2025-08-20T23:00:50.6519409Z [00:03:12.912]➜  packagefile image=/tmp/go-build2180205415/b913/_pkg_.a
2025-08-20T23:00:50.6520107Z [00:03:12.912]➜  packagefile image/color=/tmp/go-build2180205415/b914/_pkg_.a
2025-08-20T23:00:50.6520538Z [00:03:12.912]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:50.6520949Z [00:03:12.912]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:50.6521358Z [00:03:12.912]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:50.6521871Z [00:03:12.912]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:50.6522364Z [00:03:12.912]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:50.6522800Z [00:03:12.912]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:50.6523220Z [00:03:12.912]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:50.6523657Z [00:03:12.912]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:50.6524101Z [00:03:12.912]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:50.6524448Z [00:03:12.912]➜  EOF
2025-08-20T23:00:50.6536963Z [00:03:12.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3024/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3=>github.com/charmbracelet/x/ansi@v0.9.3;$WORK/b3024=>" -p github.com/charmbracelet/x/ansi -lang=go1.23 -complete -installsuffix shared -buildid VkPw3uGb8VkQE8leh7kt/VkPw3uGb8VkQE8leh7kt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3024/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:00:50.8069544Z [00:03:13.068]➜  go tool buildid -w $WORK/b3032/_pkg_.a # internal
2025-08-20T23:00:50.8116037Z [00:03:13.073]➜  cp $WORK/b3032/_pkg_.a /root/.cache/go-build/84/8432cd402f495d30e81aa880f0a6bdb0a1937b4baccb18ef883a82f022025dad-d # internal
2025-08-20T23:00:50.8116799Z [00:03:13.073]➜  github.com/aymanbagabas/go-osc52/v2
2025-08-20T23:00:50.8128714Z [00:03:13.074]➜  mkdir -p $WORK/b3034/
2025-08-20T23:00:50.8148455Z [00:03:13.076]➜  cat >/tmp/go-build2180205415/b3034/importcfg << 'EOF' # internal
2025-08-20T23:00:50.8150283Z [00:03:13.076]➜  # import config
2025-08-20T23:00:50.8151102Z [00:03:13.076]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:50.8151621Z [00:03:13.076]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:50.8152043Z [00:03:13.076]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:50.8152464Z [00:03:13.076]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:50.8152782Z [00:03:13.076]➜  EOF
2025-08-20T23:00:50.8154883Z [00:03:13.076]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3034/_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/b3034=>" -p github.com/aymanbagabas/go-osc52/v2 -lang=go1.16 -complete -installsuffix shared -buildid czSqfiUCt8UuPUuaRgem/czSqfiUCt8UuPUuaRgem -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3034/importcfg -pack /root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1/osc52.go
2025-08-20T23:00:50.8583447Z [00:03:13.119]➜  go tool buildid -w $WORK/b3034/_pkg_.a # internal
2025-08-20T23:00:50.8595211Z [00:03:13.120]➜  cp $WORK/b3034/_pkg_.a /root/.cache/go-build/a9/a9a6fbf3d6ea1aa5c84f308ee40923ab8db0dce54c8f4c795d0ef8dfa7ce104a-d # internal
2025-08-20T23:00:50.8600588Z [00:03:13.121]➜  github.com/muesli/termenv
2025-08-20T23:00:50.8600913Z [00:03:13.121]➜  mkdir -p $WORK/b3033/
2025-08-20T23:00:50.8614532Z [00:03:13.122]➜  cat >/tmp/go-build2180205415/b3033/importcfg << 'EOF' # internal
2025-08-20T23:00:50.8616269Z [00:03:13.123]➜  # import config
2025-08-20T23:00:50.8617099Z [00:03:13.123]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:50.8617573Z [00:03:13.123]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:50.8618116Z [00:03:13.123]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build2180205415/b3034/_pkg_.a
2025-08-20T23:00:50.8618738Z [00:03:13.123]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build2180205415/b3028/_pkg_.a
2025-08-20T23:00:50.8619321Z [00:03:13.123]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build2180205415/b098/_pkg_.a
2025-08-20T23:00:50.8620246Z [00:03:13.123]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2180205415/b218/_pkg_.a
2025-08-20T23:00:50.8620788Z [00:03:13.123]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T23:00:50.8621274Z [00:03:13.123]➜  packagefile image/color=/tmp/go-build2180205415/b914/_pkg_.a
2025-08-20T23:00:50.8621700Z [00:03:13.123]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:50.8622112Z [00:03:13.123]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:50.8622513Z [00:03:13.123]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:50.8622933Z [00:03:13.123]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:50.8623360Z [00:03:13.123]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:50.8623776Z [00:03:13.123]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:50.8624221Z [00:03:13.123]➜  packagefile text/template=/tmp/go-build2180205415/b094/_pkg_.a
2025-08-20T23:00:50.8624663Z [00:03:13.123]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:50.8625194Z [00:03:13.123]➜  EOF
2025-08-20T23:00:50.8652852Z [00:03:13.126]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3033/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/termenv@v0.16.0=>github.com/muesli/termenv@v0.16.0;$WORK/b3033=>" -p github.com/muesli/termenv -lang=go1.17 -complete -installsuffix shared -buildid eubc4atfNnIC37cT9YOQ/eubc4atfNnIC37cT9YOQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3033/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:00:51.0104740Z [00:03:13.271]➜  go tool buildid -w $WORK/b3024/_pkg_.a # internal
2025-08-20T23:00:51.0196925Z [00:03:13.281]➜  cp $WORK/b3024/_pkg_.a /root/.cache/go-build/e4/e4da0feb4d8b7a85e3890926de9be9831037be6a565d5fe34e67501c18f8cf03-d # internal
2025-08-20T23:00:51.0199589Z [00:03:13.281]➜  github.com/charmbracelet/colorprofile
2025-08-20T23:00:51.0199926Z [00:03:13.281]➜  mkdir -p $WORK/b3030/
2025-08-20T23:00:51.0203313Z [00:03:13.281]➜  cat >/tmp/go-build2180205415/b3030/importcfg << 'EOF' # internal
2025-08-20T23:00:51.0204186Z [00:03:13.281]➜  # import config
2025-08-20T23:00:51.0205044Z [00:03:13.281]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:51.0206430Z [00:03:13.281]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build2180205415/b3024/_pkg_.a
2025-08-20T23:00:51.0207100Z [00:03:13.281]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build2180205415/b3031/_pkg_.a
2025-08-20T23:00:51.0207742Z [00:03:13.281]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build2180205415/b3028/_pkg_.a
2025-08-20T23:00:51.0208325Z [00:03:13.281]➜  packagefile github.com/xo/terminfo=/tmp/go-build2180205415/b3032/_pkg_.a
2025-08-20T23:00:51.0208832Z [00:03:13.281]➜  packagefile image/color=/tmp/go-build2180205415/b914/_pkg_.a
2025-08-20T23:00:51.0209269Z [00:03:13.281]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:51.0209674Z [00:03:13.281]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:51.0210097Z [00:03:13.281]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:00:51.0210860Z [00:03:13.281]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:51.0211289Z [00:03:13.281]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:51.0211719Z [00:03:13.281]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:51.0212034Z [00:03:13.281]➜  EOF
2025-08-20T23:00:51.0215452Z [00:03:13.282]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3030/_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/b3030=>" -p github.com/charmbracelet/colorprofile -lang=go1.18 -complete -installsuffix shared -buildid mGZZG_Sg3wWbUQwSqKkw/mGZZG_Sg3wWbUQwSqKkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3030/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:00:51.0409266Z [00:03:13.302]➜  go tool buildid -w $WORK/b3033/_pkg_.a # internal
2025-08-20T23:00:51.0447273Z [00:03:13.306]➜  cp $WORK/b3033/_pkg_.a /root/.cache/go-build/92/92e07d4d1b08770e019ca0dd0617e0f1f0b637c814418af019d835bab36caffe-d # internal
2025-08-20T23:00:51.0455087Z [00:03:13.307]➜  github.com/muesli/ansi
2025-08-20T23:00:51.0458796Z [00:03:13.307]➜  mkdir -p $WORK/b3036/
2025-08-20T23:00:51.0470350Z [00:03:13.308]➜  cat >/tmp/go-build2180205415/b3036/importcfg << 'EOF' # internal
2025-08-20T23:00:51.0470857Z [00:03:13.308]➜  # import config
2025-08-20T23:00:51.0471224Z [00:03:13.308]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:51.0471752Z [00:03:13.308]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2180205415/b217/_pkg_.a
2025-08-20T23:00:51.0472250Z [00:03:13.308]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:51.0472681Z [00:03:13.308]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:51.0473013Z [00:03:13.308]➜  EOF
2025-08-20T23:00:51.0483910Z [00:03:13.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3036/_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/b3036=>" -p github.com/muesli/ansi -lang=go1.17 -complete -installsuffix shared -buildid fhC3wCzR08Y_S9MF_duX/fhC3wCzR08Y_S9MF_duX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3036/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:00:51.1025747Z [00:03:13.363]➜  go tool buildid -w $WORK/b3036/_pkg_.a # internal
2025-08-20T23:00:51.1043709Z [00:03:13.365]➜  cp $WORK/b3036/_pkg_.a /root/.cache/go-build/ab/abf28365a9a80d553dbef8fb1681209319c006667a4a7781878a43cac434e0a2-d # internal
2025-08-20T23:00:51.1050667Z [00:03:13.366]➜  github.com/muesli/ansi/compressor
2025-08-20T23:00:51.1055152Z [00:03:13.367]➜  mkdir -p $WORK/b3035/
2025-08-20T23:00:51.1067070Z [00:03:13.368]➜  cat >/tmp/go-build2180205415/b3035/importcfg << 'EOF' # internal
2025-08-20T23:00:51.1067494Z [00:03:13.368]➜  # import config
2025-08-20T23:00:51.1067864Z [00:03:13.368]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:51.1068355Z [00:03:13.368]➜  packagefile github.com/muesli/ansi=/tmp/go-build2180205415/b3036/_pkg_.a
2025-08-20T23:00:51.1068823Z [00:03:13.368]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:51.1069264Z [00:03:13.368]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:51.1069944Z [00:03:13.368]➜  EOF
2025-08-20T23:00:51.1080016Z [00:03:13.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3035/_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/b3035=>" -p github.com/muesli/ansi/compressor -lang=go1.17 -complete -installsuffix shared -buildid fSCeNKQE2XjyaHXssBih/fSCeNKQE2XjyaHXssBih -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3035/importcfg -pack /root/go/pkg/mod/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6/compressor/writer.go
2025-08-20T23:00:51.1282478Z [00:03:13.389]➜  go tool buildid -w $WORK/b3030/_pkg_.a # internal
2025-08-20T23:00:51.1294254Z [00:03:13.390]➜  cp $WORK/b3030/_pkg_.a /root/.cache/go-build/d6/d602ad2dff6f1a88d619c69599c43d90fdadfb0e2231320d29ecf42015ad02e0-d # internal
2025-08-20T23:00:51.1312416Z [00:03:13.392]➜  github.com/charmbracelet/x/cellbuf
2025-08-20T23:00:51.1313452Z [00:03:13.392]➜  mkdir -p $WORK/b3029/
2025-08-20T23:00:51.1317870Z [00:03:13.393]➜  cat >/tmp/go-build2180205415/b3029/importcfg << 'EOF' # internal
2025-08-20T23:00:51.1318626Z [00:03:13.393]➜  # import config
2025-08-20T23:00:51.1319450Z [00:03:13.393]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:51.1320766Z [00:03:13.393]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:51.1321616Z [00:03:13.393]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:51.1322462Z [00:03:13.393]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build2180205415/b3030/_pkg_.a
2025-08-20T23:00:51.1323564Z [00:03:13.393]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build2180205415/b3024/_pkg_.a
2025-08-20T23:00:51.1324416Z [00:03:13.393]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build2180205415/b3031/_pkg_.a
2025-08-20T23:00:51.1325475Z [00:03:13.393]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2180205415/b217/_pkg_.a
2025-08-20T23:00:51.1326757Z [00:03:13.393]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2180205415/b218/_pkg_.a
2025-08-20T23:00:51.1327468Z [00:03:13.393]➜  packagefile image=/tmp/go-build2180205415/b913/_pkg_.a
2025-08-20T23:00:51.1346778Z [00:03:13.393]➜  packagefile image/color=/tmp/go-build2180205415/b914/_pkg_.a
2025-08-20T23:00:51.1348096Z [00:03:13.393]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:51.1349116Z [00:03:13.393]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:51.1349814Z [00:03:13.393]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:51.1350739Z [00:03:13.393]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:51.1351766Z [00:03:13.393]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:51.1352790Z [00:03:13.393]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:51.1353329Z [00:03:13.393]➜  EOF
2025-08-20T23:00:51.1359139Z [00:03:13.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3029/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13=>github.com/charmbracelet/x/cellbuf@v0.0.13;$WORK/b3029=>" -p github.com/charmbracelet/x/cellbuf -lang=go1.18 -complete -installsuffix shared -buildid l8TacHbdt2gJyvqIXECp/l8TacHbdt2gJyvqIXECp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3029/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:00:51.1489946Z [00:03:13.410]➜  go tool buildid -w $WORK/b3035/_pkg_.a # internal
2025-08-20T23:00:51.1490968Z [00:03:13.410]➜  cp $WORK/b3035/_pkg_.a /root/.cache/go-build/a1/a125487ac561e5b9adf750cf4fb3972e66711f4ae3b7737aa637754c7f2fad50-d # internal
2025-08-20T23:00:51.1492266Z [00:03:13.410]➜  github.com/muesli/cancelreader
2025-08-20T23:00:51.1492845Z [00:03:13.410]➜  mkdir -p $WORK/b3037/
2025-08-20T23:00:51.1493527Z [00:03:13.410]➜  cat >/tmp/go-build2180205415/b3037/importcfg << 'EOF' # internal
2025-08-20T23:00:51.1494019Z [00:03:13.410]➜  # import config
2025-08-20T23:00:51.1494511Z [00:03:13.410]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:51.1495353Z [00:03:13.410]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:51.1496128Z [00:03:13.410]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T23:00:51.1496725Z [00:03:13.410]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:51.1497400Z [00:03:13.410]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:51.1497995Z [00:03:13.410]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:51.1498527Z [00:03:13.410]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:51.1498940Z [00:03:13.410]➜  EOF
2025-08-20T23:00:51.1512799Z [00:03:13.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3037/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/cancelreader@v0.2.2=>github.com/muesli/cancelreader@v0.2.2;$WORK/b3037=>" -p github.com/muesli/cancelreader -lang=go1.17 -complete -installsuffix shared -buildid NlqvOvJhlHQSGKjy-b0N/NlqvOvJhlHQSGKjy-b0N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3037/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:00:51.2228633Z [00:03:13.484]➜  go tool buildid -w $WORK/b3037/_pkg_.a # internal
2025-08-20T23:00:51.2241740Z [00:03:13.485]➜  cp $WORK/b3037/_pkg_.a /root/.cache/go-build/92/927a3e3971a9a12d1e190969d34b9340286b87572f7628d5af474d09ccc8d5ab-d # internal
2025-08-20T23:00:51.2244414Z [00:03:13.486]➜  github.com/aymanbagabas/go-osc52
2025-08-20T23:00:51.2246368Z [00:03:13.486]➜  mkdir -p $WORK/b3040/
2025-08-20T23:00:51.2253195Z [00:03:13.486]➜  cat >/tmp/go-build2180205415/b3040/importcfg << 'EOF' # internal
2025-08-20T23:00:51.2253817Z [00:03:13.486]➜  # import config
2025-08-20T23:00:51.2254344Z [00:03:13.486]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:51.2255390Z [00:03:13.486]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:51.2258003Z [00:03:13.486]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:51.2258804Z [00:03:13.486]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:51.2260721Z [00:03:13.486]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:51.2261552Z [00:03:13.486]➜  EOF
2025-08-20T23:00:51.2263669Z [00:03:13.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3040/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymanbagabas/go-osc52@v1.2.1=>github.com/aymanbagabas/go-osc52@v1.2.1;$WORK/b3040=>" -p github.com/aymanbagabas/go-osc52 -lang=go1.16 -complete -installsuffix shared -buildid Y3p74Tmsw872mGa82gJv/Y3p74Tmsw872mGa82gJv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3040/importcfg -pack /root/go/pkg/mod/github.com/aymanbagabas/go-osc52@v1.2.1/osc52.go
2025-08-20T23:00:51.2734109Z [00:03:13.534]➜  go tool buildid -w $WORK/b3040/_pkg_.a # internal
2025-08-20T23:00:51.2749301Z [00:03:13.536]➜  cp $WORK/b3040/_pkg_.a /root/.cache/go-build/98/98c2bdff922e7568f0323c1fdb86e6c2a1e0179071bae6e1f6f0ababa06b5a15-d # internal
2025-08-20T23:00:51.2756746Z [00:03:13.537]➜  github.com/dlclark/regexp2/syntax
2025-08-20T23:00:51.2759170Z [00:03:13.537]➜  mkdir -p $WORK/b3045/
2025-08-20T23:00:51.2767462Z [00:03:13.538]➜  cat >/tmp/go-build2180205415/b3045/importcfg << 'EOF' # internal
2025-08-20T23:00:51.2768188Z [00:03:13.538]➜  # import config
2025-08-20T23:00:51.2768804Z [00:03:13.538]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:51.2769884Z [00:03:13.538]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:51.2770554Z [00:03:13.538]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:51.2771111Z [00:03:13.538]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:51.2773983Z [00:03:13.538]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:51.2774427Z [00:03:13.538]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:51.2775088Z [00:03:13.538]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:51.2775514Z [00:03:13.538]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:51.2776093Z [00:03:13.538]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:51.2776536Z [00:03:13.538]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:51.2777018Z [00:03:13.538]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:51.2777353Z [00:03:13.538]➜  EOF
2025-08-20T23:00:51.2781012Z [00:03:13.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3045/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0/syntax=>github.com/dlclark/regexp2@v1.11.0/syntax;$WORK/b3045=>" -p github.com/dlclark/regexp2/syntax -lang=go1.13 -complete -installsuffix shared -buildid x2tgztHo530QcXZMr3-6/x2tgztHo530QcXZMr3-6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3045/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:00:51.6304646Z [00:03:13.891]➜  go tool buildid -w $WORK/b3029/_pkg_.a # internal
2025-08-20T23:00:51.6477160Z [00:03:13.909]➜  cp $WORK/b3029/_pkg_.a /root/.cache/go-build/19/19b6f48238e8ccefc4499e465929dd67e0dfc9ca9dfa48355372ceca44f00d44-d # internal
2025-08-20T23:00:51.6484909Z [00:03:13.909]➜  github.com/charmbracelet/lipgloss
2025-08-20T23:00:51.6485283Z [00:03:13.909]➜  mkdir -p $WORK/b3023/
2025-08-20T23:00:51.6501667Z [00:03:13.910]➜  cat >/tmp/go-build2180205415/b3023/importcfg << 'EOF' # internal
2025-08-20T23:00:51.6502442Z [00:03:13.910]➜  # import config
2025-08-20T23:00:51.6504983Z [00:03:13.910]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build2180205415/b3024/_pkg_.a
2025-08-20T23:00:51.6506629Z [00:03:13.910]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build2180205415/b3029/_pkg_.a
2025-08-20T23:00:51.6507439Z [00:03:13.910]➜  packagefile github.com/muesli/termenv=/tmp/go-build2180205415/b3033/_pkg_.a
2025-08-20T23:00:51.6508202Z [00:03:13.910]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2180205415/b218/_pkg_.a
2025-08-20T23:00:51.6509055Z [00:03:13.910]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:51.6509783Z [00:03:13.910]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:51.6510703Z [00:03:13.910]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:51.6511775Z [00:03:13.910]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:51.6512467Z [00:03:13.910]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:51.6513356Z [00:03:13.910]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:51.6513826Z [00:03:13.910]➜  EOF
2025-08-20T23:00:51.6522243Z [00:03:13.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3023/_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/b3023=>" -p github.com/charmbracelet/lipgloss -lang=go1.18 -complete -installsuffix shared -buildid HdOxw4syCul2_wG7-Icd/HdOxw4syCul2_wG7-Icd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3023/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:00:51.7062707Z [00:03:13.967]➜  go tool buildid -w $WORK/b3045/_pkg_.a # internal
2025-08-20T23:00:51.7143365Z [00:03:13.975]➜  cp $WORK/b3045/_pkg_.a /root/.cache/go-build/b7/b75683b89098445d04960949d26f78cb527ec2b6ca66d13927d69f95e34fb987-d # internal
2025-08-20T23:00:51.7173267Z [00:03:13.978]➜  github.com/dlclark/regexp2
2025-08-20T23:00:51.7182795Z [00:03:13.978]➜  mkdir -p $WORK/b3044/
2025-08-20T23:00:51.7183229Z [00:03:13.979]➜  cat >/tmp/go-build2180205415/b3044/importcfg << 'EOF' # internal
2025-08-20T23:00:51.7183593Z [00:03:13.979]➜  # import config
2025-08-20T23:00:51.7183956Z [00:03:13.979]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:51.7184392Z [00:03:13.979]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:51.7184806Z [00:03:13.979]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:51.7185330Z [00:03:13.979]➜  packagefile github.com/dlclark/regexp2/syntax=/tmp/go-build2180205415/b3045/_pkg_.a
2025-08-20T23:00:51.7185959Z [00:03:13.979]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:51.7186441Z [00:03:13.979]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:51.7186872Z [00:03:13.979]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:51.7187299Z [00:03:13.979]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:51.7187733Z [00:03:13.979]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:51.7188163Z [00:03:13.979]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:51.7188814Z [00:03:13.979]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:51.7189143Z [00:03:13.979]➜  EOF
2025-08-20T23:00:51.7191918Z [00:03:13.979]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3044/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0=>github.com/dlclark/regexp2@v1.11.0;$WORK/b3044=>" -p github.com/dlclark/regexp2 -lang=go1.13 -complete -installsuffix shared -buildid OSkja57ByCme1Qh21Jh0/OSkja57ByCme1Qh21Jh0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3044/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:00:51.9838240Z [00:03:14.245]➜  go tool buildid -w $WORK/b3023/_pkg_.a # internal
2025-08-20T23:00:51.9882426Z [00:03:14.249]➜  cp $WORK/b3023/_pkg_.a /root/.cache/go-build/a2/a2a40462bede2d2fcbc52305a7223f6868143c391bf624b6b5f7799cf1e8990a-d # internal
2025-08-20T23:00:51.9932576Z [00:03:14.254]➜  github.com/charmbracelet/bubbletea
2025-08-20T23:00:51.9937581Z [00:03:14.255]➜  mkdir -p $WORK/b3022/
2025-08-20T23:00:51.9949206Z [00:03:14.256]➜  cat >/tmp/go-build2180205415/b3022/importcfg << 'EOF' # internal
2025-08-20T23:00:51.9951874Z [00:03:14.256]➜  # import config
2025-08-20T23:00:51.9952433Z [00:03:14.256]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:51.9954713Z [00:03:14.256]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:51.9955394Z [00:03:14.256]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:51.9956127Z [00:03:14.256]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:51.9956839Z [00:03:14.256]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:51.9959368Z [00:03:14.256]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build2180205415/b3024/_pkg_.a
2025-08-20T23:00:51.9960318Z [00:03:14.256]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build2180205415/b3031/_pkg_.a
2025-08-20T23:00:51.9961232Z [00:03:14.256]➜  packagefile github.com/muesli/ansi/compressor=/tmp/go-build2180205415/b3035/_pkg_.a
2025-08-20T23:00:51.9962045Z [00:03:14.256]➜  packagefile github.com/muesli/cancelreader=/tmp/go-build2180205415/b3037/_pkg_.a
2025-08-20T23:00:51.9962913Z [00:03:14.256]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:00:51.9963564Z [00:03:14.256]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:51.9964554Z [00:03:14.256]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:51.9965375Z [00:03:14.256]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:51.9966092Z [00:03:14.256]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:00:51.9966762Z [00:03:14.256]➜  packagefile os/signal=/tmp/go-build2180205415/b212/_pkg_.a
2025-08-20T23:00:51.9967530Z [00:03:14.256]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:51.9968157Z [00:03:14.256]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:51.9968770Z [00:03:14.256]➜  packagefile runtime/debug=/tmp/go-build2180205415/b249/_pkg_.a
2025-08-20T23:00:51.9969378Z [00:03:14.256]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:51.9970004Z [00:03:14.256]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:51.9970670Z [00:03:14.256]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:51.9971432Z [00:03:14.256]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:51.9972089Z [00:03:14.256]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:51.9972731Z [00:03:14.256]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:51.9973573Z [00:03:14.256]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:51.9974152Z [00:03:14.256]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:51.9974960Z [00:03:14.256]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:51.9975584Z [00:03:14.256]➜  EOF
2025-08-20T23:00:51.9998767Z [00:03:14.260]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3022/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6=>github.com/charmbracelet/bubbletea@v1.3.6;$WORK/b3022=>" -p github.com/charmbracelet/bubbletea -lang=go1.23 -complete -installsuffix shared -buildid ee7w776ttPS9Pb8URrww/ee7w776ttPS9Pb8URrww -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3022/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:00:52.0633354Z [00:03:14.324]➜  go tool buildid -w $WORK/b3044/_pkg_.a # internal
2025-08-20T23:00:52.0662823Z [00:03:14.327]➜  cp $WORK/b3044/_pkg_.a /root/.cache/go-build/32/32c03eacecf58e764dd4fa78d0b081c747af31bbf609c2a60c5d749ccb0c43d5-d # internal
2025-08-20T23:00:52.0693550Z [00:03:14.330]➜  github.com/alecthomas/chroma/v2
2025-08-20T23:00:52.0694458Z [00:03:14.330]➜  mkdir -p $WORK/b3043/
2025-08-20T23:00:52.0695297Z [00:03:14.330]➜  cat >/tmp/go-build2180205415/b3043/importcfg << 'EOF' # internal
2025-08-20T23:00:52.0696038Z [00:03:14.330]➜  # import config
2025-08-20T23:00:52.0696730Z [00:03:14.330]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:52.0697444Z [00:03:14.330]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:52.0698145Z [00:03:14.330]➜  packagefile encoding/xml=/tmp/go-build2180205415/b804/_pkg_.a
2025-08-20T23:00:52.0699111Z [00:03:14.330]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:52.0699714Z [00:03:14.330]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:52.0700971Z [00:03:14.330]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build2180205415/b3044/_pkg_.a
2025-08-20T23:00:52.0701450Z [00:03:14.330]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:52.0701872Z [00:03:14.330]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:52.0702283Z [00:03:14.330]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:52.0702686Z [00:03:14.330]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:52.0703137Z [00:03:14.330]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:52.0703589Z [00:03:14.330]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:52.0704014Z [00:03:14.330]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:52.0704435Z [00:03:14.330]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:52.0704865Z [00:03:14.330]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:52.0705297Z [00:03:14.330]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:52.0705712Z [00:03:14.330]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:52.0706496Z [00:03:14.330]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:52.0707009Z [00:03:14.330]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:52.0707344Z [00:03:14.330]➜  EOF
2025-08-20T23:00:52.0712971Z [00:03:14.330]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3043/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0=>github.com/alecthomas/chroma/v2@v2.14.0;$WORK/b3043=>" -p github.com/alecthomas/chroma/v2 -lang=go1.19 -complete -installsuffix shared -buildid 8gQAisqywHM8LDfKdwKL/8gQAisqywHM8LDfKdwKL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3043/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:00:52.2384696Z [00:03:14.499]➜  go tool buildid -w $WORK/b3022/_pkg_.a # internal
2025-08-20T23:00:52.2530607Z [00:03:14.514]➜  cp $WORK/b3022/_pkg_.a /root/.cache/go-build/20/205ca6b1d3804730999ae359883abdfe18c714eb157b00b3528f060a1ef22080-d # internal
2025-08-20T23:00:52.2546158Z [00:03:14.514]➜  github.com/charmbracelet/bubbles/key
2025-08-20T23:00:52.2546499Z [00:03:14.514]➜  mkdir -p $WORK/b3021/
2025-08-20T23:00:52.2546888Z [00:03:14.514]➜  cat >/tmp/go-build2180205415/b3021/importcfg << 'EOF' # internal
2025-08-20T23:00:52.2547254Z [00:03:14.514]➜  # import config
2025-08-20T23:00:52.2547717Z [00:03:14.514]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:52.2548126Z [00:03:14.514]➜  EOF
2025-08-20T23:00:52.2550032Z [00:03:14.514]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3021/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/key=>github.com/charmbracelet/bubbles@v0.18.0/key;$WORK/b3021=>" -p github.com/charmbracelet/bubbles/key -lang=go1.18 -complete -installsuffix shared -buildid EukyrhdAWV2f5nkSVzF8/EukyrhdAWV2f5nkSVzF8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3021/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/key/key.go
2025-08-20T23:00:52.2751651Z [00:03:14.536]➜  go tool buildid -w $WORK/b3021/_pkg_.a # internal
2025-08-20T23:00:52.2757862Z [00:03:14.537]➜  cp $WORK/b3021/_pkg_.a /root/.cache/go-build/e6/e62286c34fbd23c4354bdc73ed822b3c9e4157e6ae5d76eae681fd082ed5d35f-d # internal
2025-08-20T23:00:52.2873205Z [00:03:14.548]➜  github.com/lrstanley/bubblezone
2025-08-20T23:00:52.2873655Z [00:03:14.548]➜  mkdir -p $WORK/b3038/
2025-08-20T23:00:52.2887130Z [00:03:14.549]➜  cat >/tmp/go-build2180205415/b3038/importcfg << 'EOF' # internal
2025-08-20T23:00:52.2887762Z [00:03:14.549]➜  # import config
2025-08-20T23:00:52.2888156Z [00:03:14.549]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:52.2888864Z [00:03:14.549]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:52.2889586Z [00:03:14.549]➜  packagefile github.com/muesli/ansi=/tmp/go-build2180205415/b3036/_pkg_.a
2025-08-20T23:00:52.2890511Z [00:03:14.549]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:52.2891115Z [00:03:14.549]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:52.2891558Z [00:03:14.549]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:52.2904886Z [00:03:14.549]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:00:52.2905533Z [00:03:14.549]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:52.2906230Z [00:03:14.549]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:52.2906693Z [00:03:14.549]➜  EOF
2025-08-20T23:00:52.2910624Z [00:03:14.549]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3038/_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/b3038=>" -p github.com/lrstanley/bubblezone -lang=go1.19 -complete -installsuffix shared -buildid nb-yV3fLwtvvIncK5tNw/nb-yV3fLwtvvIncK5tNw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3038/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:00:52.3627496Z [00:03:14.623]➜  go tool buildid -w $WORK/b3038/_pkg_.a # internal
2025-08-20T23:00:52.3630761Z [00:03:14.624]➜  cp $WORK/b3038/_pkg_.a /root/.cache/go-build/6c/6c2985c6b3ba9c8f2d16dc70d55b15a7516c946019119c25c23ebf9f9345cb99-d # internal
2025-08-20T23:00:52.3634258Z [00:03:14.624]➜  github.com/charmbracelet/bubbles/help
2025-08-20T23:00:52.3635396Z [00:03:14.625]➜  mkdir -p $WORK/b3041/
2025-08-20T23:00:52.3639003Z [00:03:14.625]➜  cat >/tmp/go-build2180205415/b3041/importcfg << 'EOF' # internal
2025-08-20T23:00:52.3639393Z [00:03:14.625]➜  # import config
2025-08-20T23:00:52.3641000Z [00:03:14.625]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2180205415/b3021/_pkg_.a
2025-08-20T23:00:52.3644175Z [00:03:14.625]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:52.3644815Z [00:03:14.625]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:52.3645704Z [00:03:14.625]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:52.3646262Z [00:03:14.625]➜  EOF
2025-08-20T23:00:52.3648190Z [00:03:14.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3041/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/help=>github.com/charmbracelet/bubbles@v0.18.0/help;$WORK/b3041=>" -p github.com/charmbracelet/bubbles/help -lang=go1.18 -complete -installsuffix shared -buildid qpmzV__94geUgDzO_5cy/qpmzV__94geUgDzO_5cy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3041/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/help/help.go
2025-08-20T23:00:52.4037508Z [00:03:14.661]➜  go tool buildid -w $WORK/b3043/_pkg_.a # internal
2025-08-20T23:00:52.4048362Z [00:03:14.666]➜  go tool buildid -w $WORK/b3041/_pkg_.a # internal
2025-08-20T23:00:52.4054451Z [00:03:14.666]➜  cp $WORK/b3041/_pkg_.a /root/.cache/go-build/74/745619c4f28c36d05e8e985dbe8f605a1afaa426377547d91aeb39a3d9f83227-d # internal
2025-08-20T23:00:52.4058408Z [00:03:14.667]➜  github.com/charmbracelet/glamour/internal/autolink
2025-08-20T23:00:52.4059293Z [00:03:14.667]➜  mkdir -p $WORK/b3052/
2025-08-20T23:00:52.4059740Z [00:03:14.667]➜  cat >/tmp/go-build2180205415/b3052/importcfg << 'EOF' # internal
2025-08-20T23:00:52.4060279Z [00:03:14.667]➜  # import config
2025-08-20T23:00:52.4060640Z [00:03:14.667]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:52.4061581Z [00:03:14.667]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:52.4061968Z [00:03:14.667]➜  EOF
2025-08-20T23:00:52.4064197Z [00:03:14.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3052/_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/b3052=>" -p github.com/charmbracelet/glamour/internal/autolink -lang=go1.23 -complete -installsuffix shared -buildid 504xfM1RJ5o6GlJOERHr/504xfM1RJ5o6GlJOERHr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3052/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/internal/autolink/autolink.go
2025-08-20T23:00:52.4124377Z [00:03:14.673]➜  cp $WORK/b3043/_pkg_.a /root/.cache/go-build/67/67320498801edf4c62c0381a89b996e1026d5bb57090ae4a6defc189d9b2c366-d # internal
2025-08-20T23:00:52.4125056Z [00:03:14.674]➜  github.com/alecthomas/chroma/v2/formatters/html
2025-08-20T23:00:52.4125418Z [00:03:14.674]➜  mkdir -p $WORK/b3048/
2025-08-20T23:00:52.4176710Z [00:03:14.678]➜  cat >/tmp/go-build2180205415/b3048/importcfg << 'EOF' # internal
2025-08-20T23:00:52.4177198Z [00:03:14.678]➜  # import config
2025-08-20T23:00:52.4177845Z [00:03:14.678]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:52.4178432Z [00:03:14.678]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build2180205415/b3043/_pkg_.a
2025-08-20T23:00:52.4178946Z [00:03:14.678]➜  packagefile html=/tmp/go-build2180205415/b221/_pkg_.a
2025-08-20T23:00:52.4179362Z [00:03:14.678]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:52.4179775Z [00:03:14.678]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:52.4180195Z [00:03:14.678]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:52.4180625Z [00:03:14.678]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:52.4181048Z [00:03:14.678]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:52.4181365Z [00:03:14.678]➜  EOF
2025-08-20T23:00:52.4183447Z [00:03:14.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3048/_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/b3048=>" -p github.com/alecthomas/chroma/v2/formatters/html -lang=go1.19 -complete -installsuffix shared -buildid r5O_KTcYCPwPah2-7Pbm/r5O_KTcYCPwPah2-7Pbm -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/formatters/html/html.go
2025-08-20T23:00:52.4241422Z [00:03:14.685]➜  go tool buildid -w $WORK/b3052/_pkg_.a # internal
2025-08-20T23:00:52.4251847Z [00:03:14.686]➜  cp $WORK/b3052/_pkg_.a /root/.cache/go-build/7e/7eb340981710517258ac06baa970ab60671494529f4ca71af85c5f72dda45e6d-d # internal
2025-08-20T23:00:52.4254566Z [00:03:14.687]➜  github.com/alecthomas/chroma/v2/formatters/svg
2025-08-20T23:00:52.4289085Z [00:03:14.690]➜  mkdir -p $WORK/b3049/
2025-08-20T23:00:52.4293160Z [00:03:14.690]➜  cat >/tmp/go-build2180205415/b3049/importcfg << 'EOF' # internal
2025-08-20T23:00:52.4293878Z [00:03:14.690]➜  # import config
2025-08-20T23:00:52.4296783Z [00:03:14.690]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:52.4297688Z [00:03:14.690]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:52.4298877Z [00:03:14.690]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:52.4299432Z [00:03:14.690]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build2180205415/b3043/_pkg_.a
2025-08-20T23:00:52.4299939Z [00:03:14.690]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:52.4300337Z [00:03:14.690]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:52.4300740Z [00:03:14.690]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:52.4301434Z [00:03:14.690]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:52.4301827Z [00:03:14.690]➜  EOF
2025-08-20T23:00:52.4304243Z [00:03:14.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3049/_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/b3049=>" -p github.com/alecthomas/chroma/v2/formatters/svg -lang=go1.19 -complete -installsuffix shared -buildid 7_C2_KwzgC9zO7mOwwvr/7_C2_KwzgC9zO7mOwwvr -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/svg/font_liberation_mono.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/svg/svg.go
2025-08-20T23:00:52.5148269Z [00:03:14.775]➜  go tool buildid -w $WORK/b3049/_pkg_.a # internal
2025-08-20T23:00:52.5159919Z [00:03:14.777]➜  cp $WORK/b3049/_pkg_.a /root/.cache/go-build/39/39f679bb1eb63a5e1d26c7902a6556aff67acb4a25ec11d9d83f9bb34da79151-d # internal
2025-08-20T23:00:52.5262046Z [00:03:14.787]➜  go tool buildid -w $WORK/b3048/_pkg_.a # internal
2025-08-20T23:00:52.5297358Z [00:03:14.791]➜  cp $WORK/b3048/_pkg_.a /root/.cache/go-build/49/494c9ebeda3f08484f1c2e54eea9ca0202fb756bedbfeb2869d344f510daba9d-d # internal
2025-08-20T23:00:52.5302321Z [00:03:14.791]➜  github.com/alecthomas/chroma/v2/formatters
2025-08-20T23:00:52.5302749Z [00:03:14.791]➜  mkdir -p $WORK/b3047/
2025-08-20T23:00:52.5305628Z [00:03:14.792]➜  cat >/tmp/go-build2180205415/b3047/importcfg << 'EOF' # internal
2025-08-20T23:00:52.5306528Z [00:03:14.792]➜  # import config
2025-08-20T23:00:52.5309145Z [00:03:14.792]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:52.5309844Z [00:03:14.792]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:52.5310514Z [00:03:14.792]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build2180205415/b3043/_pkg_.a
2025-08-20T23:00:52.5311453Z [00:03:14.792]➜  packagefile github.com/alecthomas/chroma/v2/formatters/html=/tmp/go-build2180205415/b3048/_pkg_.a
2025-08-20T23:00:52.5312521Z [00:03:14.792]➜  packagefile github.com/alecthomas/chroma/v2/formatters/svg=/tmp/go-build2180205415/b3049/_pkg_.a
2025-08-20T23:00:52.5313193Z [00:03:14.792]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:52.5313934Z [00:03:14.792]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:52.5314520Z [00:03:14.792]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:52.5314982Z [00:03:14.792]➜  EOF
2025-08-20T23:00:52.5320212Z [00:03:14.792]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3047/_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/b3047=>" -p github.com/alecthomas/chroma/v2/formatters -lang=go1.19 -complete -installsuffix shared -buildid uZ2Mm4WAQx5wn4LpoUg-/uZ2Mm4WAQx5wn4LpoUg- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3047/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:00:52.5381844Z [00:03:14.799]➜  github.com/alecthomas/chroma/v2/lexers
2025-08-20T23:00:52.5382769Z [00:03:14.799]➜  mkdir -p $WORK/b3050/
2025-08-20T23:00:52.5417506Z [00:03:14.803]➜  cat >/tmp/go-build2180205415/b3050/importcfg << 'EOF' # internal
2025-08-20T23:00:52.5419205Z [00:03:14.803]➜  # import config
2025-08-20T23:00:52.5419841Z [00:03:14.803]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T23:00:52.5420600Z [00:03:14.803]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build2180205415/b3043/_pkg_.a
2025-08-20T23:00:52.5421639Z [00:03:14.803]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build2180205415/b3044/_pkg_.a
2025-08-20T23:00:52.5422344Z [00:03:14.803]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:52.5422981Z [00:03:14.803]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:52.5423594Z [00:03:14.803]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:52.5424189Z [00:03:14.803]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:52.5424557Z [00:03:14.803]➜  EOF
2025-08-20T23:00:52.5447674Z [00:03:14.803]➜  cat >/tmp/go-build2180205415/b3050/embedcfg << 'EOF' # internal
2025-08-20T23:00:52.5448372Z [00:03:14.803]➜  {
2025-08-20T23:00:52.5448731Z [00:03:14.803]➜  	"Patterns": {
2025-08-20T23:00:52.5448971Z [00:03:14.803]➜  		"embedded": [
2025-08-20T23:00:52.5449225Z [00:03:14.803]➜  			"embedded/abap.xml",
2025-08-20T23:00:52.5449498Z [00:03:14.803]➜  			"embedded/abnf.xml",
2025-08-20T23:00:52.5449824Z [00:03:14.803]➜  			"embedded/actionscript.xml",
2025-08-20T23:00:52.5450152Z [00:03:14.803]➜  			"embedded/actionscript_3.xml",
2025-08-20T23:00:52.5450448Z [00:03:14.803]➜  			"embedded/ada.xml",
2025-08-20T23:00:52.5450717Z [00:03:14.803]➜  			"embedded/agda.xml",
2025-08-20T23:00:52.5450983Z [00:03:14.803]➜  			"embedded/al.xml",
2025-08-20T23:00:52.5451398Z [00:03:14.803]➜  			"embedded/alloy.xml",
2025-08-20T23:00:52.5451728Z [00:03:14.803]➜  			"embedded/angular2.xml",
2025-08-20T23:00:52.5452009Z [00:03:14.803]➜  			"embedded/antlr.xml",
2025-08-20T23:00:52.5452299Z [00:03:14.803]➜  			"embedded/apacheconf.xml",
2025-08-20T23:00:52.5452588Z [00:03:14.803]➜  			"embedded/apl.xml",
2025-08-20T23:00:52.5452881Z [00:03:14.803]➜  			"embedded/applescript.xml",
2025-08-20T23:00:52.5453190Z [00:03:14.803]➜  			"embedded/arangodb_aql.xml",
2025-08-20T23:00:52.5453485Z [00:03:14.803]➜  			"embedded/arduino.xml",
2025-08-20T23:00:52.5453768Z [00:03:14.803]➜  			"embedded/armasm.xml",
2025-08-20T23:00:52.5454057Z [00:03:14.803]➜  			"embedded/autohotkey.xml",
2025-08-20T23:00:52.5454355Z [00:03:14.803]➜  			"embedded/autoit.xml",
2025-08-20T23:00:52.5454629Z [00:03:14.803]➜  			"embedded/awk.xml",
2025-08-20T23:00:52.5454909Z [00:03:14.803]➜  			"embedded/ballerina.xml",
2025-08-20T23:00:52.5455193Z [00:03:14.803]➜  			"embedded/bash.xml",
2025-08-20T23:00:52.5455487Z [00:03:14.803]➜  			"embedded/bash_session.xml",
2025-08-20T23:00:52.5456038Z [00:03:14.803]➜  			"embedded/batchfile.xml",
2025-08-20T23:00:52.5456392Z [00:03:14.803]➜  			"embedded/bibtex.xml",
2025-08-20T23:00:52.5456671Z [00:03:14.803]➜  			"embedded/bicep.xml",
2025-08-20T23:00:52.5457213Z [00:03:14.803]➜  			"embedded/blitzbasic.xml",
2025-08-20T23:00:52.5457500Z [00:03:14.803]➜  			"embedded/bnf.xml",
2025-08-20T23:00:52.5457766Z [00:03:14.803]➜  			"embedded/bqn.xml",
2025-08-20T23:00:52.5458042Z [00:03:14.803]➜  			"embedded/brainfuck.xml",
2025-08-20T23:00:52.5458320Z [00:03:14.803]➜  			"embedded/c#.xml",
2025-08-20T23:00:52.5458581Z [00:03:14.803]➜  			"embedded/c++.xml",
2025-08-20T23:00:52.5458850Z [00:03:14.803]➜  			"embedded/c.xml",
2025-08-20T23:00:52.5459131Z [00:03:14.803]➜  			"embedded/cap_n_proto.xml",
2025-08-20T23:00:52.5459442Z [00:03:14.803]➜  			"embedded/cassandra_cql.xml",
2025-08-20T23:00:52.5459735Z [00:03:14.803]➜  			"embedded/ceylon.xml",
2025-08-20T23:00:52.5460026Z [00:03:14.803]➜  			"embedded/cfengine3.xml",
2025-08-20T23:00:52.5460324Z [00:03:14.803]➜  			"embedded/cfstatement.xml",
2025-08-20T23:00:52.5460621Z [00:03:14.803]➜  			"embedded/chaiscript.xml",
2025-08-20T23:00:52.5460909Z [00:03:14.803]➜  			"embedded/chapel.xml",
2025-08-20T23:00:52.5461196Z [00:03:14.803]➜  			"embedded/cheetah.xml",
2025-08-20T23:00:52.5461675Z [00:03:14.803]➜  			"embedded/clojure.xml",
2025-08-20T23:00:52.5461962Z [00:03:14.803]➜  			"embedded/cmake.xml",
2025-08-20T23:00:52.5462234Z [00:03:14.803]➜  			"embedded/cobol.xml",
2025-08-20T23:00:52.5462528Z [00:03:14.803]➜  			"embedded/coffeescript.xml",
2025-08-20T23:00:52.5462836Z [00:03:14.803]➜  			"embedded/common_lisp.xml",
2025-08-20T23:00:52.5463216Z [00:03:14.803]➜  			"embedded/coq.xml",
2025-08-20T23:00:52.5463567Z [00:03:14.803]➜  			"embedded/crystal.xml",
2025-08-20T23:00:52.5463845Z [00:03:14.803]➜  			"embedded/css.xml",
2025-08-20T23:00:52.5464108Z [00:03:14.803]➜  			"embedded/cue.xml",
2025-08-20T23:00:52.5464386Z [00:03:14.803]➜  			"embedded/cython.xml",
2025-08-20T23:00:52.5464656Z [00:03:14.803]➜  			"embedded/d.xml",
2025-08-20T23:00:52.5464916Z [00:03:14.803]➜  			"embedded/dart.xml",
2025-08-20T23:00:52.5465185Z [00:03:14.803]➜  			"embedded/dax.xml",
2025-08-20T23:00:52.5465477Z [00:03:14.803]➜  			"embedded/desktop_entry.xml",
2025-08-20T23:00:52.5465914Z [00:03:14.803]➜  			"embedded/diff.xml",
2025-08-20T23:00:52.5466276Z [00:03:14.803]➜  			"embedded/django_jinja.xml",
2025-08-20T23:00:52.5466565Z [00:03:14.803]➜  			"embedded/dns.xml",
2025-08-20T23:00:52.5466836Z [00:03:14.803]➜  			"embedded/docker.xml",
2025-08-20T23:00:52.5467107Z [00:03:14.803]➜  			"embedded/dtd.xml",
2025-08-20T23:00:52.5467383Z [00:03:14.803]➜  			"embedded/dylan.xml",
2025-08-20T23:00:52.5467657Z [00:03:14.803]➜  			"embedded/ebnf.xml",
2025-08-20T23:00:52.5467930Z [00:03:14.803]➜  			"embedded/elixir.xml",
2025-08-20T23:00:52.5468202Z [00:03:14.803]➜  			"embedded/elm.xml",
2025-08-20T23:00:52.5468638Z [00:03:14.803]➜  			"embedded/emacslisp.xml",
2025-08-20T23:00:52.5468978Z [00:03:14.803]➜  			"embedded/erlang.xml",
2025-08-20T23:00:52.5469254Z [00:03:14.803]➜  			"embedded/factor.xml",
2025-08-20T23:00:52.5469534Z [00:03:14.803]➜  			"embedded/fennel.xml",
2025-08-20T23:00:52.5469821Z [00:03:14.803]➜  			"embedded/fish.xml",
2025-08-20T23:00:52.5470091Z [00:03:14.803]➜  			"embedded/forth.xml",
2025-08-20T23:00:52.5470377Z [00:03:14.803]➜  			"embedded/fortran.xml",
2025-08-20T23:00:52.5470673Z [00:03:14.803]➜  			"embedded/fortranfixed.xml",
2025-08-20T23:00:52.5470969Z [00:03:14.803]➜  			"embedded/fsharp.xml",
2025-08-20T23:00:52.5471238Z [00:03:14.803]➜  			"embedded/gas.xml",
2025-08-20T23:00:52.5471517Z [00:03:14.803]➜  			"embedded/gdscript.xml",
2025-08-20T23:00:52.5471816Z [00:03:14.803]➜  			"embedded/gdscript3.xml",
2025-08-20T23:00:52.5472109Z [00:03:14.803]➜  			"embedded/gherkin.xml",
2025-08-20T23:00:52.5472390Z [00:03:14.803]➜  			"embedded/gleam.xml",
2025-08-20T23:00:52.5472670Z [00:03:14.803]➜  			"embedded/glsl.xml",
2025-08-20T23:00:52.5472947Z [00:03:14.803]➜  			"embedded/gnuplot.xml",
2025-08-20T23:00:52.5473238Z [00:03:14.803]➜  			"embedded/go_template.xml",
2025-08-20T23:00:52.5473534Z [00:03:14.803]➜  			"embedded/graphql.xml",
2025-08-20T23:00:52.5474012Z [00:03:14.803]➜  			"embedded/groff.xml",
2025-08-20T23:00:52.5474291Z [00:03:14.803]➜  			"embedded/groovy.xml",
2025-08-20T23:00:52.5474589Z [00:03:14.803]➜  			"embedded/handlebars.xml",
2025-08-20T23:00:52.5474874Z [00:03:14.803]➜  			"embedded/hare.xml",
2025-08-20T23:00:52.5475147Z [00:03:14.803]➜  			"embedded/haskell.xml",
2025-08-20T23:00:52.5475420Z [00:03:14.803]➜  			"embedded/hcl.xml",
2025-08-20T23:00:52.5475693Z [00:03:14.803]➜  			"embedded/hexdump.xml",
2025-08-20T23:00:52.5506710Z [00:03:14.803]➜  			"embedded/hlb.xml",
2025-08-20T23:00:52.5507029Z [00:03:14.803]➜  			"embedded/hlsl.xml",
2025-08-20T23:00:52.5507312Z [00:03:14.803]➜  			"embedded/holyc.xml",
2025-08-20T23:00:52.5507600Z [00:03:14.803]➜  			"embedded/html.xml",
2025-08-20T23:00:52.5507873Z [00:03:14.803]➜  			"embedded/hy.xml",
2025-08-20T23:00:52.5508139Z [00:03:14.803]➜  			"embedded/idris.xml",
2025-08-20T23:00:52.5508409Z [00:03:14.803]➜  			"embedded/igor.xml",
2025-08-20T23:00:52.5508676Z [00:03:14.803]➜  			"embedded/ini.xml",
2025-08-20T23:00:52.5508950Z [00:03:14.803]➜  			"embedded/io.xml",
2025-08-20T23:00:52.5509622Z [00:03:14.803]➜  			"embedded/iscdhcpd.xml",
2025-08-20T23:00:52.5509907Z [00:03:14.803]➜  			"embedded/j.xml",
2025-08-20T23:00:52.5510175Z [00:03:14.803]➜  			"embedded/java.xml",
2025-08-20T23:00:52.5510466Z [00:03:14.803]➜  			"embedded/javascript.xml",
2025-08-20T23:00:52.5510754Z [00:03:14.803]➜  			"embedded/json.xml",
2025-08-20T23:00:52.5511136Z [00:03:14.803]➜  			"embedded/julia.xml",
2025-08-20T23:00:52.5511482Z [00:03:14.803]➜  			"embedded/jungle.xml",
2025-08-20T23:00:52.5511767Z [00:03:14.803]➜  			"embedded/kotlin.xml",
2025-08-20T23:00:52.5512107Z [00:03:14.803]➜  			"embedded/lighttpd_configuration_file.xml",
2025-08-20T23:00:52.5512432Z [00:03:14.803]➜  			"embedded/llvm.xml",
2025-08-20T23:00:52.5512695Z [00:03:14.803]➜  			"embedded/lua.xml",
2025-08-20T23:00:52.5512974Z [00:03:14.803]➜  			"embedded/makefile.xml",
2025-08-20T23:00:52.5513253Z [00:03:14.803]➜  			"embedded/mako.xml",
2025-08-20T23:00:52.5513531Z [00:03:14.803]➜  			"embedded/mason.xml",
2025-08-20T23:00:52.5513947Z [00:03:14.803]➜  			"embedded/materialize_sql_dialect.xml",
2025-08-20T23:00:52.5514276Z [00:03:14.803]➜  			"embedded/mathematica.xml",
2025-08-20T23:00:52.5514566Z [00:03:14.803]➜  			"embedded/matlab.xml",
2025-08-20T23:00:52.5514850Z [00:03:14.803]➜  			"embedded/mcfunction.xml",
2025-08-20T23:00:52.5515137Z [00:03:14.803]➜  			"embedded/meson.xml",
2025-08-20T23:00:52.5515415Z [00:03:14.803]➜  			"embedded/metal.xml",
2025-08-20T23:00:52.5515699Z [00:03:14.803]➜  			"embedded/minizinc.xml",
2025-08-20T23:00:52.5516211Z [00:03:14.803]➜  			"embedded/mlir.xml",
2025-08-20T23:00:52.5516666Z [00:03:14.803]➜  			"embedded/modula-2.xml",
2025-08-20T23:00:52.5517050Z [00:03:14.803]➜  			"embedded/monkeyc.xml",
2025-08-20T23:00:52.5517358Z [00:03:14.803]➜  			"embedded/morrowindscript.xml",
2025-08-20T23:00:52.5517663Z [00:03:14.803]➜  			"embedded/myghty.xml",
2025-08-20T23:00:52.5517940Z [00:03:14.803]➜  			"embedded/mysql.xml",
2025-08-20T23:00:52.5518219Z [00:03:14.803]➜  			"embedded/nasm.xml",
2025-08-20T23:00:52.5518506Z [00:03:14.803]➜  			"embedded/natural.xml",
2025-08-20T23:00:52.5518789Z [00:03:14.803]➜  			"embedded/ndisasm.xml",
2025-08-20T23:00:52.5519074Z [00:03:14.803]➜  			"embedded/newspeak.xml",
2025-08-20T23:00:52.5519398Z [00:03:14.803]➜  			"embedded/nginx_configuration_file.xml",
2025-08-20T23:00:52.5519704Z [00:03:14.803]➜  			"embedded/nim.xml",
2025-08-20T23:00:52.5519971Z [00:03:14.803]➜  			"embedded/nix.xml",
2025-08-20T23:00:52.5520255Z [00:03:14.803]➜  			"embedded/objective-c.xml",
2025-08-20T23:00:52.5520560Z [00:03:14.803]➜  			"embedded/objectpascal.xml",
2025-08-20T23:00:52.5520853Z [00:03:14.803]➜  			"embedded/ocaml.xml",
2025-08-20T23:00:52.5521131Z [00:03:14.803]➜  			"embedded/octave.xml",
2025-08-20T23:00:52.5521405Z [00:03:14.803]➜  			"embedded/odin.xml",
2025-08-20T23:00:52.5521698Z [00:03:14.803]➜  			"embedded/onesenterprise.xml",
2025-08-20T23:00:52.5522010Z [00:03:14.803]➜  			"embedded/openedge_abl.xml",
2025-08-20T23:00:52.5522520Z [00:03:14.803]➜  			"embedded/openscad.xml",
2025-08-20T23:00:52.5522816Z [00:03:14.803]➜  			"embedded/org_mode.xml",
2025-08-20T23:00:52.5523108Z [00:03:14.803]➜  			"embedded/pacmanconf.xml",
2025-08-20T23:00:52.5523392Z [00:03:14.803]➜  			"embedded/perl.xml",
2025-08-20T23:00:52.5523657Z [00:03:14.803]➜  			"embedded/php.xml",
2025-08-20T23:00:52.5523921Z [00:03:14.803]➜  			"embedded/pig.xml",
2025-08-20T23:00:52.5524203Z [00:03:14.803]➜  			"embedded/pkgconfig.xml",
2025-08-20T23:00:52.5524493Z [00:03:14.803]➜  			"embedded/pl_pgsql.xml",
2025-08-20T23:00:52.5524782Z [00:03:14.803]➜  			"embedded/plaintext.xml",
2025-08-20T23:00:52.5525084Z [00:03:14.803]➜  			"embedded/plutus_core.xml",
2025-08-20T23:00:52.5525375Z [00:03:14.803]➜  			"embedded/pony.xml",
2025-08-20T23:00:52.5525688Z [00:03:14.803]➜  			"embedded/postgresql_sql_dialect.xml",
2025-08-20T23:00:52.5526200Z [00:03:14.803]➜  			"embedded/postscript.xml",
2025-08-20T23:00:52.5526500Z [00:03:14.803]➜  			"embedded/povray.xml",
2025-08-20T23:00:52.5526789Z [00:03:14.803]➜  			"embedded/powerquery.xml",
2025-08-20T23:00:52.5527300Z [00:03:14.803]➜  			"embedded/powershell.xml",
2025-08-20T23:00:52.5527591Z [00:03:14.803]➜  			"embedded/prolog.xml",
2025-08-20T23:00:52.5527875Z [00:03:14.803]➜  			"embedded/promela.xml",
2025-08-20T23:00:52.5528156Z [00:03:14.803]➜  			"embedded/promql.xml",
2025-08-20T23:00:52.5528534Z [00:03:14.803]➜  			"embedded/properties.xml",
2025-08-20T23:00:52.5528909Z [00:03:14.803]➜  			"embedded/protocol_buffer.xml",
2025-08-20T23:00:52.5529205Z [00:03:14.803]➜  			"embedded/prql.xml",
2025-08-20T23:00:52.5529477Z [00:03:14.803]➜  			"embedded/psl.xml",
2025-08-20T23:00:52.5529753Z [00:03:14.803]➜  			"embedded/puppet.xml",
2025-08-20T23:00:52.5530035Z [00:03:14.803]➜  			"embedded/python.xml",
2025-08-20T23:00:52.5530319Z [00:03:14.803]➜  			"embedded/python_2.xml",
2025-08-20T23:00:52.5530610Z [00:03:14.803]➜  			"embedded/qbasic.xml",
2025-08-20T23:00:52.5530884Z [00:03:14.803]➜  			"embedded/qml.xml",
2025-08-20T23:00:52.5531146Z [00:03:14.803]➜  			"embedded/r.xml",
2025-08-20T23:00:52.5531415Z [00:03:14.803]➜  			"embedded/racket.xml",
2025-08-20T23:00:52.5531689Z [00:03:14.803]➜  			"embedded/ragel.xml",
2025-08-20T23:00:52.5531959Z [00:03:14.803]➜  			"embedded/react.xml",
2025-08-20T23:00:52.5532237Z [00:03:14.803]➜  			"embedded/reasonml.xml",
2025-08-20T23:00:52.5532506Z [00:03:14.803]➜  			"embedded/reg.xml",
2025-08-20T23:00:52.5532776Z [00:03:14.803]➜  			"embedded/rego.xml",
2025-08-20T23:00:52.5533046Z [00:03:14.803]➜  			"embedded/rexx.xml",
2025-08-20T23:00:52.5533319Z [00:03:14.803]➜  			"embedded/rpm_spec.xml",
2025-08-20T23:00:52.5533732Z [00:03:14.803]➜  			"embedded/ruby.xml",
2025-08-20T23:00:52.5534076Z [00:03:14.803]➜  			"embedded/rust.xml",
2025-08-20T23:00:52.5534346Z [00:03:14.803]➜  			"embedded/sas.xml",
2025-08-20T23:00:52.5534609Z [00:03:14.803]➜  			"embedded/sass.xml",
2025-08-20T23:00:52.5534880Z [00:03:14.803]➜  			"embedded/scala.xml",
2025-08-20T23:00:52.5535164Z [00:03:14.803]➜  			"embedded/scheme.xml",
2025-08-20T23:00:52.5535445Z [00:03:14.803]➜  			"embedded/scilab.xml",
2025-08-20T23:00:52.5535716Z [00:03:14.803]➜  			"embedded/scss.xml",
2025-08-20T23:00:52.5536188Z [00:03:14.803]➜  			"embedded/sed.xml",
2025-08-20T23:00:52.5536454Z [00:03:14.803]➜  			"embedded/sieve.xml",
2025-08-20T23:00:52.5536727Z [00:03:14.803]➜  			"embedded/smali.xml",
2025-08-20T23:00:52.5537015Z [00:03:14.803]➜  			"embedded/smalltalk.xml",
2025-08-20T23:00:52.5537300Z [00:03:14.803]➜  			"embedded/smarty.xml",
2025-08-20T23:00:52.5537575Z [00:03:14.803]➜  			"embedded/snobol.xml",
2025-08-20T23:00:52.5537853Z [00:03:14.803]➜  			"embedded/solidity.xml",
2025-08-20T23:00:52.5538149Z [00:03:14.803]➜  			"embedded/sourcepawn.xml",
2025-08-20T23:00:52.5538436Z [00:03:14.803]➜  			"embedded/sparql.xml",
2025-08-20T23:00:52.5538710Z [00:03:14.803]➜  			"embedded/sql.xml",
2025-08-20T23:00:52.5538988Z [00:03:14.803]➜  			"embedded/squidconf.xml",
2025-08-20T23:00:52.5539501Z [00:03:14.803]➜  			"embedded/standard_ml.xml",
2025-08-20T23:00:52.5539798Z [00:03:14.803]➜  			"embedded/stas.xml",
2025-08-20T23:00:52.5540073Z [00:03:14.803]➜  			"embedded/stylus.xml",
2025-08-20T23:00:52.5540348Z [00:03:14.803]➜  			"embedded/swift.xml",
2025-08-20T23:00:52.5540649Z [00:03:14.803]➜  			"embedded/systemd.xml",
2025-08-20T23:00:52.5540952Z [00:03:14.803]➜  			"embedded/systemverilog.xml",
2025-08-20T23:00:52.5541258Z [00:03:14.803]➜  			"embedded/tablegen.xml",
2025-08-20T23:00:52.5541538Z [00:03:14.803]➜  			"embedded/tal.xml",
2025-08-20T23:00:52.5541803Z [00:03:14.803]➜  			"embedded/tasm.xml",
2025-08-20T23:00:52.5542073Z [00:03:14.803]➜  			"embedded/tcl.xml",
2025-08-20T23:00:52.5542344Z [00:03:14.803]➜  			"embedded/tcsh.xml",
2025-08-20T23:00:52.5542623Z [00:03:14.803]➜  			"embedded/termcap.xml",
2025-08-20T23:00:52.5542910Z [00:03:14.803]➜  			"embedded/terminfo.xml",
2025-08-20T23:00:52.5543213Z [00:03:14.803]➜  			"embedded/terraform.xml",
2025-08-20T23:00:52.5543499Z [00:03:14.803]➜  			"embedded/tex.xml",
2025-08-20T23:00:52.5543955Z [00:03:14.803]➜  			"embedded/thrift.xml",
2025-08-20T23:00:52.5544230Z [00:03:14.803]➜  			"embedded/toml.xml",
2025-08-20T23:00:52.5544523Z [00:03:14.803]➜  			"embedded/tradingview.xml",
2025-08-20T23:00:52.5544826Z [00:03:14.803]➜  			"embedded/transact-sql.xml",
2025-08-20T23:00:52.5545118Z [00:03:14.803]➜  			"embedded/turing.xml",
2025-08-20T23:00:52.5545481Z [00:03:14.803]➜  			"embedded/turtle.xml",
2025-08-20T23:00:52.5546036Z [00:03:14.803]➜  			"embedded/twig.xml",
2025-08-20T23:00:52.5546340Z [00:03:14.803]➜  			"embedded/typescript.xml",
2025-08-20T23:00:52.5546641Z [00:03:14.803]➜  			"embedded/typoscript.xml",
2025-08-20T23:00:52.5546968Z [00:03:14.803]➜  			"embedded/typoscriptcssdata.xml",
2025-08-20T23:00:52.5547312Z [00:03:14.803]➜  			"embedded/typoscripthtmldata.xml",
2025-08-20T23:00:52.5547616Z [00:03:14.803]➜  			"embedded/ucode.xml",
2025-08-20T23:00:52.5547888Z [00:03:14.803]➜  			"embedded/v.xml",
2025-08-20T23:00:52.5548164Z [00:03:14.803]➜  			"embedded/v_shell.xml",
2025-08-20T23:00:52.5548447Z [00:03:14.803]➜  			"embedded/vala.xml",
2025-08-20T23:00:52.5548720Z [00:03:14.803]➜  			"embedded/vb_net.xml",
2025-08-20T23:00:52.5548998Z [00:03:14.803]➜  			"embedded/verilog.xml",
2025-08-20T23:00:52.5549270Z [00:03:14.803]➜  			"embedded/vhdl.xml",
2025-08-20T23:00:52.5549530Z [00:03:14.803]➜  			"embedded/vhs.xml",
2025-08-20T23:00:52.5549801Z [00:03:14.803]➜  			"embedded/viml.xml",
2025-08-20T23:00:52.5550067Z [00:03:14.803]➜  			"embedded/vue.xml",
2025-08-20T23:00:52.5550332Z [00:03:14.803]➜  			"embedded/wdte.xml",
2025-08-20T23:00:52.5550643Z [00:03:14.803]➜  			"embedded/webgpu_shading_language.xml",
2025-08-20T23:00:52.5551125Z [00:03:14.803]➜  			"embedded/whiley.xml",
2025-08-20T23:00:52.5551492Z [00:03:14.803]➜  			"embedded/xml.xml",
2025-08-20T23:00:52.5551761Z [00:03:14.803]➜  			"embedded/xorg.xml",
2025-08-20T23:00:52.5552029Z [00:03:14.803]➜  			"embedded/yaml.xml",
2025-08-20T23:00:52.5552306Z [00:03:14.803]➜  			"embedded/yang.xml",
2025-08-20T23:00:52.5552599Z [00:03:14.803]➜  			"embedded/z80_assembly.xml",
2025-08-20T23:00:52.5552883Z [00:03:14.803]➜  			"embedded/zed.xml",
2025-08-20T23:00:52.5553143Z [00:03:14.803]➜  			"embedded/zig.xml"
2025-08-20T23:00:52.5553375Z [00:03:14.803]➜  		]
2025-08-20T23:00:52.5553569Z [00:03:14.803]➜  	},
2025-08-20T23:00:52.5553776Z [00:03:14.803]➜  	"Files": {
2025-08-20T23:00:52.5554294Z [00:03:14.803]➜  		"embedded/abap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/abap.xml",
2025-08-20T23:00:52.5555042Z [00:03:14.803]➜  		"embedded/abnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/abnf.xml",
2025-08-20T23:00:52.5556048Z [00:03:14.803]➜  		"embedded/actionscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/actionscript.xml",
2025-08-20T23:00:52.5556993Z [00:03:14.803]➜  		"embedded/actionscript_3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/actionscript_3.xml",
2025-08-20T23:00:52.5558001Z [00:03:14.803]➜  		"embedded/ada.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ada.xml",
2025-08-20T23:00:52.5558732Z [00:03:14.803]➜  		"embedded/agda.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/agda.xml",
2025-08-20T23:00:52.5559456Z [00:03:14.803]➜  		"embedded/al.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/al.xml",
2025-08-20T23:00:52.5560182Z [00:03:14.803]➜  		"embedded/alloy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/alloy.xml",
2025-08-20T23:00:52.5560963Z [00:03:14.803]➜  		"embedded/angular2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/angular2.xml",
2025-08-20T23:00:52.5561735Z [00:03:14.803]➜  		"embedded/antlr.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/antlr.xml",
2025-08-20T23:00:52.5562536Z [00:03:14.803]➜  		"embedded/apacheconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/apacheconf.xml",
2025-08-20T23:00:52.5563477Z [00:03:14.803]➜  		"embedded/apl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/apl.xml",
2025-08-20T23:00:52.5564273Z [00:03:14.803]➜  		"embedded/applescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/applescript.xml",
2025-08-20T23:00:52.5565205Z [00:03:14.803]➜  		"embedded/arangodb_aql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/arangodb_aql.xml",
2025-08-20T23:00:52.5566230Z [00:03:14.803]➜  		"embedded/arduino.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/arduino.xml",
2025-08-20T23:00:52.5567062Z [00:03:14.803]➜  		"embedded/armasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/armasm.xml",
2025-08-20T23:00:52.5567864Z [00:03:14.803]➜  		"embedded/autohotkey.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/autohotkey.xml",
2025-08-20T23:00:52.5568671Z [00:03:14.803]➜  		"embedded/autoit.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/autoit.xml",
2025-08-20T23:00:52.5569409Z [00:03:14.803]➜  		"embedded/awk.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/awk.xml",
2025-08-20T23:00:52.5570190Z [00:03:14.803]➜  		"embedded/ballerina.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ballerina.xml",
2025-08-20T23:00:52.5570959Z [00:03:14.803]➜  		"embedded/bash.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bash.xml",
2025-08-20T23:00:52.5571862Z [00:03:14.803]➜  		"embedded/bash_session.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bash_session.xml",
2025-08-20T23:00:52.5572774Z [00:03:14.803]➜  		"embedded/batchfile.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/batchfile.xml",
2025-08-20T23:00:52.5573573Z [00:03:14.803]➜  		"embedded/bibtex.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bibtex.xml",
2025-08-20T23:00:52.5574337Z [00:03:14.804]➜  		"embedded/bicep.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bicep.xml",
2025-08-20T23:00:52.5575137Z [00:03:14.804]➜  		"embedded/blitzbasic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/blitzbasic.xml",
2025-08-20T23:00:52.5576007Z [00:03:14.804]➜  		"embedded/bnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bnf.xml",
2025-08-20T23:00:52.5576786Z [00:03:14.804]➜  		"embedded/bqn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bqn.xml",
2025-08-20T23:00:52.5577555Z [00:03:14.804]➜  		"embedded/brainfuck.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/brainfuck.xml",
2025-08-20T23:00:52.5578311Z [00:03:14.804]➜  		"embedded/c#.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/c#.xml",
2025-08-20T23:00:52.5579198Z [00:03:14.804]➜  		"embedded/c++.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/c++.xml",
2025-08-20T23:00:52.5579899Z [00:03:14.804]➜  		"embedded/c.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/c.xml",
2025-08-20T23:00:52.5580734Z [00:03:14.804]➜  		"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:00:52.5581658Z [00:03:14.804]➜  		"embedded/cassandra_cql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cassandra_cql.xml",
2025-08-20T23:00:52.5582476Z [00:03:14.804]➜  		"embedded/ceylon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ceylon.xml",
2025-08-20T23:00:52.5583269Z [00:03:14.804]➜  		"embedded/cfengine3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cfengine3.xml",
2025-08-20T23:00:52.5584108Z [00:03:14.804]➜  		"embedded/cfstatement.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cfstatement.xml",
2025-08-20T23:00:52.5585088Z [00:03:14.804]➜  		"embedded/chaiscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/chaiscript.xml",
2025-08-20T23:00:52.5586000Z [00:03:14.804]➜  		"embedded/chapel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/chapel.xml",
2025-08-20T23:00:52.5586837Z [00:03:14.804]➜  		"embedded/cheetah.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cheetah.xml",
2025-08-20T23:00:52.5587625Z [00:03:14.804]➜  		"embedded/clojure.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/clojure.xml",
2025-08-20T23:00:52.5588416Z [00:03:14.804]➜  		"embedded/cmake.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cmake.xml",
2025-08-20T23:00:52.5589170Z [00:03:14.804]➜  		"embedded/cobol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cobol.xml",
2025-08-20T23:00:52.5589994Z [00:03:14.804]➜  		"embedded/coffeescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/coffeescript.xml",
2025-08-20T23:00:52.5590845Z [00:03:14.804]➜  		"embedded/common_lisp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/common_lisp.xml",
2025-08-20T23:00:52.5591622Z [00:03:14.804]➜  		"embedded/coq.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/coq.xml",
2025-08-20T23:00:52.5592490Z [00:03:14.804]➜  		"embedded/crystal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/crystal.xml",
2025-08-20T23:00:52.5593322Z [00:03:14.804]➜  		"embedded/css.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/css.xml",
2025-08-20T23:00:52.5594035Z [00:03:14.804]➜  		"embedded/cue.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cue.xml",
2025-08-20T23:00:52.5594789Z [00:03:14.804]➜  		"embedded/cython.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cython.xml",
2025-08-20T23:00:52.5595510Z [00:03:14.804]➜  		"embedded/d.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/d.xml",
2025-08-20T23:00:52.5596408Z [00:03:14.804]➜  		"embedded/dart.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dart.xml",
2025-08-20T23:00:52.5597132Z [00:03:14.804]➜  		"embedded/dax.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dax.xml",
2025-08-20T23:00:52.5597930Z [00:03:14.804]➜  		"embedded/desktop_entry.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/desktop_entry.xml",
2025-08-20T23:00:52.5598724Z [00:03:14.804]➜  		"embedded/diff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/diff.xml",
2025-08-20T23:00:52.5599702Z [00:03:14.804]➜  		"embedded/django_jinja.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/django_jinja.xml",
2025-08-20T23:00:52.5600488Z [00:03:14.804]➜  		"embedded/dns.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dns.xml",
2025-08-20T23:00:52.5601230Z [00:03:14.804]➜  		"embedded/docker.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/docker.xml",
2025-08-20T23:00:52.5602055Z [00:03:14.804]➜  		"embedded/dtd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dtd.xml",
2025-08-20T23:00:52.5602859Z [00:03:14.804]➜  		"embedded/dylan.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dylan.xml",
2025-08-20T23:00:52.5603603Z [00:03:14.804]➜  		"embedded/ebnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ebnf.xml",
2025-08-20T23:00:52.5604352Z [00:03:14.804]➜  		"embedded/elixir.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/elixir.xml",
2025-08-20T23:00:52.5605101Z [00:03:14.804]➜  		"embedded/elm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/elm.xml",
2025-08-20T23:00:52.5606116Z [00:03:14.804]➜  		"embedded/emacslisp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/emacslisp.xml",
2025-08-20T23:00:52.5606974Z [00:03:14.804]➜  		"embedded/erlang.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/erlang.xml",
2025-08-20T23:00:52.5607741Z [00:03:14.804]➜  		"embedded/factor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/factor.xml",
2025-08-20T23:00:52.5608506Z [00:03:14.804]➜  		"embedded/fennel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fennel.xml",
2025-08-20T23:00:52.5609249Z [00:03:14.804]➜  		"embedded/fish.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fish.xml",
2025-08-20T23:00:52.5609998Z [00:03:14.804]➜  		"embedded/forth.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/forth.xml",
2025-08-20T23:00:52.5610771Z [00:03:14.804]➜  		"embedded/fortran.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fortran.xml",
2025-08-20T23:00:52.5611597Z [00:03:14.804]➜  		"embedded/fortranfixed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fortranfixed.xml",
2025-08-20T23:00:52.5612412Z [00:03:14.804]➜  		"embedded/fsharp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fsharp.xml",
2025-08-20T23:00:52.5613256Z [00:03:14.804]➜  		"embedded/gas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gas.xml",
2025-08-20T23:00:52.5614173Z [00:03:14.804]➜  		"embedded/gdscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gdscript.xml",
2025-08-20T23:00:52.5614981Z [00:03:14.804]➜  		"embedded/gdscript3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gdscript3.xml",
2025-08-20T23:00:52.5615897Z [00:03:14.804]➜  		"embedded/gherkin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gherkin.xml",
2025-08-20T23:00:52.5616730Z [00:03:14.804]➜  		"embedded/gleam.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gleam.xml",
2025-08-20T23:00:52.5617479Z [00:03:14.804]➜  		"embedded/glsl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/glsl.xml",
2025-08-20T23:00:52.5618240Z [00:03:14.804]➜  		"embedded/gnuplot.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gnuplot.xml",
2025-08-20T23:00:52.5619055Z [00:03:14.804]➜  		"embedded/go_template.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/go_template.xml",
2025-08-20T23:00:52.5619859Z [00:03:14.804]➜  		"embedded/graphql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/graphql.xml",
2025-08-20T23:00:52.5620801Z [00:03:14.804]➜  		"embedded/groff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/groff.xml",
2025-08-20T23:00:52.5621568Z [00:03:14.804]➜  		"embedded/groovy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/groovy.xml",
2025-08-20T23:00:52.5622447Z [00:03:14.804]➜  		"embedded/handlebars.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/handlebars.xml",
2025-08-20T23:00:52.5623299Z [00:03:14.804]➜  		"embedded/hare.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hare.xml",
2025-08-20T23:00:52.5624064Z [00:03:14.804]➜  		"embedded/haskell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/haskell.xml",
2025-08-20T23:00:52.5624807Z [00:03:14.804]➜  		"embedded/hcl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hcl.xml",
2025-08-20T23:00:52.5625560Z [00:03:14.804]➜  		"embedded/hexdump.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hexdump.xml",
2025-08-20T23:00:52.5637256Z [00:03:14.804]➜  		"embedded/hlb.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hlb.xml",
2025-08-20T23:00:52.5638031Z [00:03:14.804]➜  		"embedded/hlsl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hlsl.xml",
2025-08-20T23:00:52.5638824Z [00:03:14.804]➜  		"embedded/holyc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/holyc.xml",
2025-08-20T23:00:52.5639565Z [00:03:14.804]➜  		"embedded/html.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/html.xml",
2025-08-20T23:00:52.5640280Z [00:03:14.804]➜  		"embedded/hy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hy.xml",
2025-08-20T23:00:52.5641007Z [00:03:14.804]➜  		"embedded/idris.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/idris.xml",
2025-08-20T23:00:52.5641750Z [00:03:14.804]➜  		"embedded/igor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/igor.xml",
2025-08-20T23:00:52.5642475Z [00:03:14.804]➜  		"embedded/ini.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ini.xml",
2025-08-20T23:00:52.5643184Z [00:03:14.804]➜  		"embedded/io.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/io.xml",
2025-08-20T23:00:52.5643941Z [00:03:14.804]➜  		"embedded/iscdhcpd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/iscdhcpd.xml",
2025-08-20T23:00:52.5644976Z [00:03:14.804]➜  		"embedded/j.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/j.xml",
2025-08-20T23:00:52.5645949Z [00:03:14.804]➜  		"embedded/java.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/java.xml",
2025-08-20T23:00:52.5646814Z [00:03:14.804]➜  		"embedded/javascript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/javascript.xml",
2025-08-20T23:00:52.5647601Z [00:03:14.804]➜  		"embedded/json.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/json.xml",
2025-08-20T23:00:52.5648346Z [00:03:14.804]➜  		"embedded/julia.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/julia.xml",
2025-08-20T23:00:52.5649108Z [00:03:14.804]➜  		"embedded/jungle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/jungle.xml",
2025-08-20T23:00:52.5649874Z [00:03:14.804]➜  		"embedded/kotlin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/kotlin.xml",
2025-08-20T23:00:52.5650802Z [00:03:14.804]➜  		"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:00:52.5651685Z [00:03:14.804]➜  		"embedded/llvm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/llvm.xml",
2025-08-20T23:00:52.5652651Z [00:03:14.804]➜  		"embedded/lua.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/lua.xml",
2025-08-20T23:00:52.5653421Z [00:03:14.804]➜  		"embedded/makefile.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/makefile.xml",
2025-08-20T23:00:52.5654185Z [00:03:14.804]➜  		"embedded/mako.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mako.xml",
2025-08-20T23:00:52.5655018Z [00:03:14.804]➜  		"embedded/mason.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mason.xml",
2025-08-20T23:00:52.5656071Z [00:03:14.804]➜  		"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:00:52.5657056Z [00:03:14.804]➜  		"embedded/mathematica.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mathematica.xml",
2025-08-20T23:00:52.5657871Z [00:03:14.804]➜  		"embedded/matlab.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/matlab.xml",
2025-08-20T23:00:52.5658836Z [00:03:14.804]➜  		"embedded/mcfunction.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mcfunction.xml",
2025-08-20T23:00:52.5659623Z [00:03:14.804]➜  		"embedded/meson.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/meson.xml",
2025-08-20T23:00:52.5660375Z [00:03:14.804]➜  		"embedded/metal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/metal.xml",
2025-08-20T23:00:52.5661149Z [00:03:14.804]➜  		"embedded/minizinc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/minizinc.xml",
2025-08-20T23:00:52.5661913Z [00:03:14.804]➜  		"embedded/mlir.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mlir.xml",
2025-08-20T23:00:52.5662674Z [00:03:14.804]➜  		"embedded/modula-2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/modula-2.xml",
2025-08-20T23:00:52.5663461Z [00:03:14.804]➜  		"embedded/monkeyc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/monkeyc.xml",
2025-08-20T23:00:52.5664324Z [00:03:14.804]➜  		"embedded/morrowindscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/morrowindscript.xml",
2025-08-20T23:00:52.5665165Z [00:03:14.804]➜  		"embedded/myghty.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/myghty.xml",
2025-08-20T23:00:52.5686381Z [00:03:14.804]➜  		"embedded/mysql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mysql.xml",
2025-08-20T23:00:52.5687642Z [00:03:14.804]➜  		"embedded/nasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nasm.xml",
2025-08-20T23:00:52.5688475Z [00:03:14.804]➜  		"embedded/natural.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/natural.xml",
2025-08-20T23:00:52.5689417Z [00:03:14.804]➜  		"embedded/ndisasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ndisasm.xml",
2025-08-20T23:00:52.5690224Z [00:03:14.804]➜  		"embedded/newspeak.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/newspeak.xml",
2025-08-20T23:00:52.5691151Z [00:03:14.804]➜  		"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:00:52.5692014Z [00:03:14.804]➜  		"embedded/nim.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nim.xml",
2025-08-20T23:00:52.5692740Z [00:03:14.804]➜  		"embedded/nix.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nix.xml",
2025-08-20T23:00:52.5693526Z [00:03:14.804]➜  		"embedded/objective-c.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/objective-c.xml",
2025-08-20T23:00:52.5694380Z [00:03:14.804]➜  		"embedded/objectpascal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/objectpascal.xml",
2025-08-20T23:00:52.5695189Z [00:03:14.804]➜  		"embedded/ocaml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ocaml.xml",
2025-08-20T23:00:52.5696082Z [00:03:14.804]➜  		"embedded/octave.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/octave.xml",
2025-08-20T23:00:52.5697007Z [00:03:14.804]➜  		"embedded/odin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/odin.xml",
2025-08-20T23:00:52.5697904Z [00:03:14.804]➜  		"embedded/onesenterprise.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/onesenterprise.xml",
2025-08-20T23:00:52.5698778Z [00:03:14.804]➜  		"embedded/openedge_abl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/openedge_abl.xml",
2025-08-20T23:00:52.5699602Z [00:03:14.804]➜  		"embedded/openscad.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/openscad.xml",
2025-08-20T23:00:52.5700542Z [00:03:14.804]➜  		"embedded/org_mode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/org_mode.xml",
2025-08-20T23:00:52.5701354Z [00:03:14.804]➜  		"embedded/pacmanconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pacmanconf.xml",
2025-08-20T23:00:52.5702142Z [00:03:14.804]➜  		"embedded/perl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/perl.xml",
2025-08-20T23:00:52.5702870Z [00:03:14.804]➜  		"embedded/php.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/php.xml",
2025-08-20T23:00:52.5703669Z [00:03:14.804]➜  		"embedded/pig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pig.xml",
2025-08-20T23:00:52.5704546Z [00:03:14.804]➜  		"embedded/pkgconfig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pkgconfig.xml",
2025-08-20T23:00:52.5705359Z [00:03:14.804]➜  		"embedded/pl_pgsql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pl_pgsql.xml",
2025-08-20T23:00:52.5706321Z [00:03:14.804]➜  		"embedded/plaintext.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/plaintext.xml",
2025-08-20T23:00:52.5707167Z [00:03:14.804]➜  		"embedded/plutus_core.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/plutus_core.xml",
2025-08-20T23:00:52.5707948Z [00:03:14.804]➜  		"embedded/pony.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pony.xml",
2025-08-20T23:00:52.5708826Z [00:03:14.804]➜  		"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:00:52.5709734Z [00:03:14.804]➜  		"embedded/postscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/postscript.xml",
2025-08-20T23:00:52.5710714Z [00:03:14.804]➜  		"embedded/povray.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/povray.xml",
2025-08-20T23:00:52.5711523Z [00:03:14.804]➜  		"embedded/powerquery.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/powerquery.xml",
2025-08-20T23:00:52.5712352Z [00:03:14.804]➜  		"embedded/powershell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/powershell.xml",
2025-08-20T23:00:52.5713157Z [00:03:14.804]➜  		"embedded/prolog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/prolog.xml",
2025-08-20T23:00:52.5713984Z [00:03:14.804]➜  		"embedded/promela.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/promela.xml",
2025-08-20T23:00:52.5714767Z [00:03:14.804]➜  		"embedded/promql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/promql.xml",
2025-08-20T23:00:52.5715570Z [00:03:14.804]➜  		"embedded/properties.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/properties.xml",
2025-08-20T23:00:52.5716620Z [00:03:14.804]➜  		"embedded/protocol_buffer.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/protocol_buffer.xml",
2025-08-20T23:00:52.5717450Z [00:03:14.804]➜  		"embedded/prql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/prql.xml",
2025-08-20T23:00:52.5718322Z [00:03:14.804]➜  		"embedded/psl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/psl.xml",
2025-08-20T23:00:52.5719147Z [00:03:14.804]➜  		"embedded/puppet.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/puppet.xml",
2025-08-20T23:00:52.5719924Z [00:03:14.804]➜  		"embedded/python.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/python.xml",
2025-08-20T23:00:52.5720703Z [00:03:14.804]➜  		"embedded/python_2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/python_2.xml",
2025-08-20T23:00:52.5721480Z [00:03:14.804]➜  		"embedded/qbasic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/qbasic.xml",
2025-08-20T23:00:52.5722369Z [00:03:14.804]➜  		"embedded/qml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/qml.xml",
2025-08-20T23:00:52.5723076Z [00:03:14.804]➜  		"embedded/r.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/r.xml",
2025-08-20T23:00:52.5723804Z [00:03:14.804]➜  		"embedded/racket.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/racket.xml",
2025-08-20T23:00:52.5724636Z [00:03:14.804]➜  		"embedded/ragel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ragel.xml",
2025-08-20T23:00:52.5725452Z [00:03:14.804]➜  		"embedded/react.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/react.xml",
2025-08-20T23:00:52.5726397Z [00:03:14.804]➜  		"embedded/reasonml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/reasonml.xml",
2025-08-20T23:00:52.5727168Z [00:03:14.804]➜  		"embedded/reg.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/reg.xml",
2025-08-20T23:00:52.5727891Z [00:03:14.804]➜  		"embedded/rego.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rego.xml",
2025-08-20T23:00:52.5728624Z [00:03:14.804]➜  		"embedded/rexx.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rexx.xml",
2025-08-20T23:00:52.5729388Z [00:03:14.804]➜  		"embedded/rpm_spec.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rpm_spec.xml",
2025-08-20T23:00:52.5730147Z [00:03:14.804]➜  		"embedded/ruby.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ruby.xml",
2025-08-20T23:00:52.5730874Z [00:03:14.804]➜  		"embedded/rust.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rust.xml",
2025-08-20T23:00:52.5731777Z [00:03:14.804]➜  		"embedded/sas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sas.xml",
2025-08-20T23:00:52.5732514Z [00:03:14.804]➜  		"embedded/sass.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sass.xml",
2025-08-20T23:00:52.5733255Z [00:03:14.804]➜  		"embedded/scala.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scala.xml",
2025-08-20T23:00:52.5734020Z [00:03:14.804]➜  		"embedded/scheme.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scheme.xml",
2025-08-20T23:00:52.5734785Z [00:03:14.804]➜  		"embedded/scilab.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scilab.xml",
2025-08-20T23:00:52.5735532Z [00:03:14.804]➜  		"embedded/scss.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scss.xml",
2025-08-20T23:00:52.5736385Z [00:03:14.804]➜  		"embedded/sed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sed.xml",
2025-08-20T23:00:52.5737131Z [00:03:14.804]➜  		"embedded/sieve.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sieve.xml",
2025-08-20T23:00:52.5737878Z [00:03:14.804]➜  		"embedded/smali.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/smali.xml",
2025-08-20T23:00:52.5738770Z [00:03:14.804]➜  		"embedded/smalltalk.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/smalltalk.xml",
2025-08-20T23:00:52.5739641Z [00:03:14.804]➜  		"embedded/smarty.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/smarty.xml",
2025-08-20T23:00:52.5740410Z [00:03:14.804]➜  		"embedded/snobol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/snobol.xml",
2025-08-20T23:00:52.5741193Z [00:03:14.804]➜  		"embedded/solidity.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/solidity.xml",
2025-08-20T23:00:52.5742017Z [00:03:14.804]➜  		"embedded/sourcepawn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sourcepawn.xml",
2025-08-20T23:00:52.5742970Z [00:03:14.804]➜  		"embedded/sparql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sparql.xml",
2025-08-20T23:00:52.5743719Z [00:03:14.804]➜  		"embedded/sql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sql.xml",
2025-08-20T23:00:52.5744494Z [00:03:14.804]➜  		"embedded/squidconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/squidconf.xml",
2025-08-20T23:00:52.5745388Z [00:03:14.804]➜  		"embedded/standard_ml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/standard_ml.xml",
2025-08-20T23:00:52.5746357Z [00:03:14.804]➜  		"embedded/stas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/stas.xml",
2025-08-20T23:00:52.5747110Z [00:03:14.804]➜  		"embedded/stylus.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/stylus.xml",
2025-08-20T23:00:52.5747872Z [00:03:14.804]➜  		"embedded/swift.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/swift.xml",
2025-08-20T23:00:52.5748634Z [00:03:14.804]➜  		"embedded/systemd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/systemd.xml",
2025-08-20T23:00:52.5749475Z [00:03:14.804]➜  		"embedded/systemverilog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/systemverilog.xml",
2025-08-20T23:00:52.5750312Z [00:03:14.804]➜  		"embedded/tablegen.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tablegen.xml",
2025-08-20T23:00:52.5751066Z [00:03:14.804]➜  		"embedded/tal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tal.xml",
2025-08-20T23:00:52.5751790Z [00:03:14.804]➜  		"embedded/tasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tasm.xml",
2025-08-20T23:00:52.5752684Z [00:03:14.804]➜  		"embedded/tcl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tcl.xml",
2025-08-20T23:00:52.5753414Z [00:03:14.804]➜  		"embedded/tcsh.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tcsh.xml",
2025-08-20T23:00:52.5754174Z [00:03:14.804]➜  		"embedded/termcap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/termcap.xml",
2025-08-20T23:00:52.5754967Z [00:03:14.804]➜  		"embedded/terminfo.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/terminfo.xml",
2025-08-20T23:00:52.5755884Z [00:03:14.804]➜  		"embedded/terraform.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/terraform.xml",
2025-08-20T23:00:52.5756719Z [00:03:14.804]➜  		"embedded/tex.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tex.xml",
2025-08-20T23:00:52.5757464Z [00:03:14.804]➜  		"embedded/thrift.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/thrift.xml",
2025-08-20T23:00:52.5758222Z [00:03:14.804]➜  		"embedded/toml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/toml.xml",
2025-08-20T23:00:52.5759042Z [00:03:14.804]➜  		"embedded/tradingview.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tradingview.xml",
2025-08-20T23:00:52.5760006Z [00:03:14.804]➜  		"embedded/transact-sql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/transact-sql.xml",
2025-08-20T23:00:52.5760888Z [00:03:14.804]➜  		"embedded/turing.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/turing.xml",
2025-08-20T23:00:52.5761654Z [00:03:14.804]➜  		"embedded/turtle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/turtle.xml",
2025-08-20T23:00:52.5762399Z [00:03:14.804]➜  		"embedded/twig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/twig.xml",
2025-08-20T23:00:52.5763192Z [00:03:14.804]➜  		"embedded/typescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typescript.xml",
2025-08-20T23:00:52.5764170Z [00:03:14.804]➜  		"embedded/typoscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typoscript.xml",
2025-08-20T23:00:52.5765075Z [00:03:14.804]➜  		"embedded/typoscriptcssdata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typoscriptcssdata.xml",
2025-08-20T23:00:52.5766865Z [00:03:14.804]➜  		"embedded/typoscripthtmldata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typoscripthtmldata.xml",
2025-08-20T23:00:52.5767942Z [00:03:14.804]➜  		"embedded/ucode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ucode.xml",
2025-08-20T23:00:52.5768731Z [00:03:14.804]➜  		"embedded/v.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/v.xml",
2025-08-20T23:00:52.5769472Z [00:03:14.804]➜  		"embedded/v_shell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/v_shell.xml",
2025-08-20T23:00:52.5770226Z [00:03:14.804]➜  		"embedded/vala.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vala.xml",
2025-08-20T23:00:52.5770965Z [00:03:14.804]➜  		"embedded/vb_net.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vb_net.xml",
2025-08-20T23:00:52.5771731Z [00:03:14.804]➜  		"embedded/verilog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/verilog.xml",
2025-08-20T23:00:52.5772491Z [00:03:14.804]➜  		"embedded/vhdl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vhdl.xml",
2025-08-20T23:00:52.5773215Z [00:03:14.804]➜  		"embedded/vhs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vhs.xml",
2025-08-20T23:00:52.5773940Z [00:03:14.804]➜  		"embedded/viml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/viml.xml",
2025-08-20T23:00:52.5774819Z [00:03:14.804]➜  		"embedded/vue.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vue.xml",
2025-08-20T23:00:52.5775543Z [00:03:14.804]➜  		"embedded/wdte.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/wdte.xml",
2025-08-20T23:00:52.5776643Z [00:03:14.804]➜  		"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:00:52.5777518Z [00:03:14.804]➜  		"embedded/whiley.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/whiley.xml",
2025-08-20T23:00:52.5778256Z [00:03:14.804]➜  		"embedded/xml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/xml.xml",
2025-08-20T23:00:52.5778980Z [00:03:14.804]➜  		"embedded/xorg.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/xorg.xml",
2025-08-20T23:00:52.5779716Z [00:03:14.804]➜  		"embedded/yaml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/yaml.xml",
2025-08-20T23:00:52.5780446Z [00:03:14.804]➜  		"embedded/yang.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/yang.xml",
2025-08-20T23:00:52.5781362Z [00:03:14.804]➜  		"embedded/z80_assembly.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/z80_assembly.xml",
2025-08-20T23:00:52.5782222Z [00:03:14.804]➜  		"embedded/zed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/zed.xml",
2025-08-20T23:00:52.5782950Z [00:03:14.804]➜  		"embedded/zig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/zig.xml"
2025-08-20T23:00:52.5783392Z [00:03:14.804]➜  	}
2025-08-20T23:00:52.5783582Z [00:03:14.804]➜  }EOF
2025-08-20T23:00:52.5790302Z [00:03:14.804]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3050/_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/b3050=>" -p github.com/alecthomas/chroma/v2/lexers -lang=go1.19 -complete -installsuffix shared -buildid 6P2QJFXkD_JojFJGihgq/6P2QJFXkD_JojFJGihgq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3050/importcfg -embedcfg $WORK/b3050/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:00:52.7107846Z [00:03:14.972]➜  go tool buildid -w $WORK/b3047/_pkg_.a # internal
2025-08-20T23:00:52.7124207Z [00:03:14.973]➜  cp $WORK/b3047/_pkg_.a /root/.cache/go-build/d1/d1b50a6cb5456309803eb0e8a0af3aa1e9eee5a62c1be491756fd2c747437557-d # internal
2025-08-20T23:00:52.7135351Z [00:03:14.975]➜  github.com/alecthomas/chroma/v2/styles
2025-08-20T23:00:52.7136695Z [00:03:14.975]➜  mkdir -p $WORK/b3051/
2025-08-20T23:00:52.7142077Z [00:03:14.975]➜  cat >/tmp/go-build2180205415/b3051/importcfg << 'EOF' # internal
2025-08-20T23:00:52.7142709Z [00:03:14.975]➜  # import config
2025-08-20T23:00:52.7143068Z [00:03:14.975]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T23:00:52.7143797Z [00:03:14.975]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build2180205415/b3043/_pkg_.a
2025-08-20T23:00:52.7144559Z [00:03:14.975]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:00:52.7145176Z [00:03:14.975]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:52.7145493Z [00:03:14.975]➜  EOF
2025-08-20T23:00:52.7148879Z [00:03:14.976]➜  cat >/tmp/go-build2180205415/b3051/embedcfg << 'EOF' # internal
2025-08-20T23:00:52.7149282Z [00:03:14.976]➜  {
2025-08-20T23:00:52.7149493Z [00:03:14.976]➜  	"Patterns": {
2025-08-20T23:00:52.7149723Z [00:03:14.976]➜  		"*.xml": [
2025-08-20T23:00:52.7149963Z [00:03:14.976]➜  			"abap.xml",
2025-08-20T23:00:52.7150197Z [00:03:14.976]➜  			"algol.xml",
2025-08-20T23:00:52.7150444Z [00:03:14.976]➜  			"algol_nu.xml",
2025-08-20T23:00:52.7150693Z [00:03:14.976]➜  			"arduino.xml",
2025-08-20T23:00:52.7150940Z [00:03:14.976]➜  			"autumn.xml",
2025-08-20T23:00:52.7151184Z [00:03:14.976]➜  			"average.xml",
2025-08-20T23:00:52.7151441Z [00:03:14.976]➜  			"base16-snazzy.xml",
2025-08-20T23:00:52.7151703Z [00:03:14.976]➜  			"borland.xml",
2025-08-20T23:00:52.7152228Z [00:03:14.976]➜  			"bw.xml",
2025-08-20T23:00:52.7152552Z [00:03:14.976]➜  			"catppuccin-frappe.xml",
2025-08-20T23:00:52.7152852Z [00:03:14.976]➜  			"catppuccin-latte.xml",
2025-08-20T23:00:52.7153167Z [00:03:14.976]➜  			"catppuccin-macchiato.xml",
2025-08-20T23:00:52.7153468Z [00:03:14.976]➜  			"catppuccin-mocha.xml",
2025-08-20T23:00:52.7153739Z [00:03:14.976]➜  			"colorful.xml",
2025-08-20T23:00:52.7153984Z [00:03:14.976]➜  			"doom-one.xml",
2025-08-20T23:00:52.7154234Z [00:03:14.976]➜  			"doom-one2.xml",
2025-08-20T23:00:52.7154491Z [00:03:14.976]➜  			"dracula.xml",
2025-08-20T23:00:52.7154934Z [00:03:14.976]➜  			"emacs.xml",
2025-08-20T23:00:52.7155181Z [00:03:14.976]➜  			"friendly.xml",
2025-08-20T23:00:52.7155428Z [00:03:14.976]➜  			"fruity.xml",
2025-08-20T23:00:52.7155679Z [00:03:14.976]➜  			"github-dark.xml",
2025-08-20T23:00:52.7156171Z [00:03:14.976]➜  			"github.xml",
2025-08-20T23:00:52.7156437Z [00:03:14.976]➜  			"gruvbox-light.xml",
2025-08-20T23:00:52.7156703Z [00:03:14.976]➜  			"gruvbox.xml",
2025-08-20T23:00:52.7156971Z [00:03:14.976]➜  			"hr_high_contrast.xml",
2025-08-20T23:00:52.7157234Z [00:03:14.976]➜  			"hrdark.xml",
2025-08-20T23:00:52.7157474Z [00:03:14.976]➜  			"igor.xml",
2025-08-20T23:00:52.7157858Z [00:03:14.976]➜  			"lovelace.xml",
2025-08-20T23:00:52.7158167Z [00:03:14.976]➜  			"manni.xml",
2025-08-20T23:00:52.7158423Z [00:03:14.976]➜  			"modus-operandi.xml",
2025-08-20T23:00:52.7158701Z [00:03:14.976]➜  			"modus-vivendi.xml",
2025-08-20T23:00:52.7158973Z [00:03:14.976]➜  			"monokai.xml",
2025-08-20T23:00:52.7159227Z [00:03:14.976]➜  			"monokailight.xml",
2025-08-20T23:00:52.7159491Z [00:03:14.976]➜  			"murphy.xml",
2025-08-20T23:00:52.7159733Z [00:03:14.976]➜  			"native.xml",
2025-08-20T23:00:52.7159973Z [00:03:14.976]➜  			"nord.xml",
2025-08-20T23:00:52.7160206Z [00:03:14.976]➜  			"onedark.xml",
2025-08-20T23:00:52.7160465Z [00:03:14.976]➜  			"onesenterprise.xml",
2025-08-20T23:00:52.7160744Z [00:03:14.976]➜  			"paraiso-dark.xml",
2025-08-20T23:00:52.7161017Z [00:03:14.976]➜  			"paraiso-light.xml",
2025-08-20T23:00:52.7161280Z [00:03:14.976]➜  			"pastie.xml",
2025-08-20T23:00:52.7161529Z [00:03:14.976]➜  			"perldoc.xml",
2025-08-20T23:00:52.7161786Z [00:03:14.976]➜  			"pygments.xml",
2025-08-20T23:00:52.7162043Z [00:03:14.976]➜  			"rainbow_dash.xml",
2025-08-20T23:00:52.7162317Z [00:03:14.976]➜  			"rose-pine-dawn.xml",
2025-08-20T23:00:52.7162594Z [00:03:14.976]➜  			"rose-pine-moon.xml",
2025-08-20T23:00:52.7162862Z [00:03:14.976]➜  			"rose-pine.xml",
2025-08-20T23:00:52.7163355Z [00:03:14.976]➜  			"rrt.xml",
2025-08-20T23:00:52.7163614Z [00:03:14.976]➜  			"solarized-dark.xml",
2025-08-20T23:00:52.7163903Z [00:03:14.976]➜  			"solarized-dark256.xml",
2025-08-20T23:00:52.7164185Z [00:03:14.976]➜  			"solarized-light.xml",
2025-08-20T23:00:52.7164450Z [00:03:14.976]➜  			"swapoff.xml",
2025-08-20T23:00:52.7164695Z [00:03:14.976]➜  			"tango.xml",
2025-08-20T23:00:52.7164949Z [00:03:14.976]➜  			"tokyonight-day.xml",
2025-08-20T23:00:52.7165236Z [00:03:14.976]➜  			"tokyonight-moon.xml",
2025-08-20T23:00:52.7165520Z [00:03:14.976]➜  			"tokyonight-night.xml",
2025-08-20T23:00:52.7166008Z [00:03:14.976]➜  			"tokyonight-storm.xml",
2025-08-20T23:00:52.7166341Z [00:03:14.976]➜  			"trac.xml",
2025-08-20T23:00:52.7166579Z [00:03:14.976]➜  			"vim.xml",
2025-08-20T23:00:52.7166810Z [00:03:14.976]➜  			"vs.xml",
2025-08-20T23:00:52.7167049Z [00:03:14.976]➜  			"vulcan.xml",
2025-08-20T23:00:52.7167296Z [00:03:14.976]➜  			"witchhazel.xml",
2025-08-20T23:00:52.7167564Z [00:03:14.976]➜  			"xcode-dark.xml",
2025-08-20T23:00:52.7167807Z [00:03:14.976]➜  			"xcode.xml"
2025-08-20T23:00:52.7168232Z [00:03:14.976]➜  		]
2025-08-20T23:00:52.7168429Z [00:03:14.976]➜  	},
2025-08-20T23:00:52.7168631Z [00:03:14.976]➜  	"Files": {
2025-08-20T23:00:52.7169067Z [00:03:14.976]➜  		"abap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/abap.xml",
2025-08-20T23:00:52.7169788Z [00:03:14.976]➜  		"algol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/algol.xml",
2025-08-20T23:00:52.7170506Z [00:03:14.976]➜  		"algol_nu.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/algol_nu.xml",
2025-08-20T23:00:52.7171160Z [00:03:14.976]➜  		"arduino.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/arduino.xml",
2025-08-20T23:00:52.7171802Z [00:03:14.976]➜  		"autumn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/autumn.xml",
2025-08-20T23:00:52.7172442Z [00:03:14.976]➜  		"average.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/average.xml",
2025-08-20T23:00:52.7173149Z [00:03:14.976]➜  		"base16-snazzy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/base16-snazzy.xml",
2025-08-20T23:00:52.7173838Z [00:03:14.976]➜  		"borland.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/borland.xml",
2025-08-20T23:00:52.7174451Z [00:03:14.976]➜  		"bw.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/bw.xml",
2025-08-20T23:00:52.7175158Z [00:03:14.976]➜  		"catppuccin-frappe.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-frappe.xml",
2025-08-20T23:00:52.7176247Z [00:03:14.976]➜  		"catppuccin-latte.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-latte.xml",
2025-08-20T23:00:52.7177151Z [00:03:14.976]➜  		"catppuccin-macchiato.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-macchiato.xml",
2025-08-20T23:00:52.7177984Z [00:03:14.976]➜  		"catppuccin-mocha.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-mocha.xml",
2025-08-20T23:00:52.7178713Z [00:03:14.976]➜  		"colorful.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/colorful.xml",
2025-08-20T23:00:52.7179370Z [00:03:14.976]➜  		"doom-one.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/doom-one.xml",
2025-08-20T23:00:52.7180040Z [00:03:14.976]➜  		"doom-one2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/doom-one2.xml",
2025-08-20T23:00:52.7180698Z [00:03:14.976]➜  		"dracula.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/dracula.xml",
2025-08-20T23:00:52.7181338Z [00:03:14.976]➜  		"emacs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/emacs.xml",
2025-08-20T23:00:52.7181979Z [00:03:14.976]➜  		"friendly.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/friendly.xml",
2025-08-20T23:00:52.7182796Z [00:03:14.976]➜  		"fruity.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/fruity.xml",
2025-08-20T23:00:52.7183484Z [00:03:14.976]➜  		"github-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/github-dark.xml",
2025-08-20T23:00:52.7184151Z [00:03:14.976]➜  		"github.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/github.xml",
2025-08-20T23:00:52.7184846Z [00:03:14.976]➜  		"gruvbox-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/gruvbox-light.xml",
2025-08-20T23:00:52.7185540Z [00:03:14.976]➜  		"gruvbox.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/gruvbox.xml",
2025-08-20T23:00:52.7186440Z [00:03:14.976]➜  		"hr_high_contrast.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/hr_high_contrast.xml",
2025-08-20T23:00:52.7187137Z [00:03:14.976]➜  		"hrdark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/hrdark.xml",
2025-08-20T23:00:52.7187761Z [00:03:14.976]➜  		"igor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/igor.xml",
2025-08-20T23:00:52.7188611Z [00:03:14.976]➜  		"lovelace.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/lovelace.xml",
2025-08-20T23:00:52.7189256Z [00:03:14.976]➜  		"manni.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/manni.xml",
2025-08-20T23:00:52.7190042Z [00:03:14.976]➜  		"modus-operandi.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/modus-operandi.xml",
2025-08-20T23:00:52.7190866Z [00:03:14.976]➜  		"modus-vivendi.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/modus-vivendi.xml",
2025-08-20T23:00:52.7191565Z [00:03:14.976]➜  		"monokai.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/monokai.xml",
2025-08-20T23:00:52.7192262Z [00:03:14.976]➜  		"monokailight.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/monokailight.xml",
2025-08-20T23:00:52.7192944Z [00:03:14.976]➜  		"murphy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/murphy.xml",
2025-08-20T23:00:52.7193585Z [00:03:14.976]➜  		"native.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/native.xml",
2025-08-20T23:00:52.7194199Z [00:03:14.976]➜  		"nord.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/nord.xml",
2025-08-20T23:00:52.7194826Z [00:03:14.976]➜  		"onedark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/onedark.xml",
2025-08-20T23:00:52.7195539Z [00:03:14.976]➜  		"onesenterprise.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/onesenterprise.xml",
2025-08-20T23:00:52.7196646Z [00:03:14.976]➜  		"paraiso-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/paraiso-dark.xml",
2025-08-20T23:00:52.7197444Z [00:03:14.976]➜  		"paraiso-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/paraiso-light.xml",
2025-08-20T23:00:52.7198136Z [00:03:14.976]➜  		"pastie.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/pastie.xml",
2025-08-20T23:00:52.7198783Z [00:03:14.976]➜  		"perldoc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/perldoc.xml",
2025-08-20T23:00:52.7199438Z [00:03:14.976]➜  		"pygments.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/pygments.xml",
2025-08-20T23:00:52.7200130Z [00:03:14.976]➜  		"rainbow_dash.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rainbow_dash.xml",
2025-08-20T23:00:52.7200860Z [00:03:14.976]➜  		"rose-pine-dawn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rose-pine-dawn.xml",
2025-08-20T23:00:52.7201610Z [00:03:14.976]➜  		"rose-pine-moon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rose-pine-moon.xml",
2025-08-20T23:00:52.7202317Z [00:03:14.976]➜  		"rose-pine.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rose-pine.xml",
2025-08-20T23:00:52.7203159Z [00:03:14.976]➜  		"rrt.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rrt.xml",
2025-08-20T23:00:52.7203847Z [00:03:14.976]➜  		"solarized-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/solarized-dark.xml",
2025-08-20T23:00:52.7204623Z [00:03:14.976]➜  		"solarized-dark256.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/solarized-dark256.xml",
2025-08-20T23:00:52.7205411Z [00:03:14.976]➜  		"solarized-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/solarized-light.xml",
2025-08-20T23:00:52.7206311Z [00:03:14.976]➜  		"swapoff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/swapoff.xml",
2025-08-20T23:00:52.7206953Z [00:03:14.976]➜  		"tango.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tango.xml",
2025-08-20T23:00:52.7207675Z [00:03:14.976]➜  		"tokyonight-day.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-day.xml",
2025-08-20T23:00:52.7208445Z [00:03:14.976]➜  		"tokyonight-moon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-moon.xml",
2025-08-20T23:00:52.7209404Z [00:03:14.976]➜  		"tokyonight-night.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-night.xml",
2025-08-20T23:00:52.7210221Z [00:03:14.976]➜  		"tokyonight-storm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-storm.xml",
2025-08-20T23:00:52.7210982Z [00:03:14.976]➜  		"trac.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/trac.xml",
2025-08-20T23:00:52.7211645Z [00:03:14.976]➜  		"vim.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/vim.xml",
2025-08-20T23:00:52.7212222Z [00:03:14.976]➜  		"vs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/vs.xml",
2025-08-20T23:00:52.7212825Z [00:03:14.976]➜  		"vulcan.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/vulcan.xml",
2025-08-20T23:00:52.7213495Z [00:03:14.976]➜  		"witchhazel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/witchhazel.xml",
2025-08-20T23:00:52.7214187Z [00:03:14.976]➜  		"xcode-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/xcode-dark.xml",
2025-08-20T23:00:52.7214902Z [00:03:14.976]➜  		"xcode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/xcode.xml"
2025-08-20T23:00:52.7215296Z [00:03:14.976]➜  	}
2025-08-20T23:00:52.7215488Z [00:03:14.976]➜  }EOF
2025-08-20T23:00:52.7218044Z [00:03:14.976]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3051/_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/b3051=>" -p github.com/alecthomas/chroma/v2/styles -lang=go1.19 -complete -installsuffix shared -buildid RmgBiIGjxO5_0Z6WM3BN/RmgBiIGjxO5_0Z6WM3BN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3051/importcfg -embedcfg $WORK/b3051/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:00:52.7593384Z [00:03:15.020]➜  go tool buildid -w $WORK/b3051/_pkg_.a # internal
2025-08-20T23:00:52.7605611Z [00:03:15.022]➜  cp $WORK/b3051/_pkg_.a /root/.cache/go-build/e6/e61d598bb94c2f2757bd4148d2c6cb4dcfbfc3dbba92431f9e8980f86c4b37bb-d # internal
2025-08-20T23:00:52.7607980Z [00:03:15.022]➜  github.com/charmbracelet/lipgloss/table
2025-08-20T23:00:52.7609285Z [00:03:15.022]➜  mkdir -p $WORK/b3053/
2025-08-20T23:00:52.7612931Z [00:03:15.022]➜  cat >/tmp/go-build2180205415/b3053/importcfg << 'EOF' # internal
2025-08-20T23:00:52.7614207Z [00:03:15.022]➜  # import config
2025-08-20T23:00:52.7614776Z [00:03:15.022]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:52.7616247Z [00:03:15.022]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build2180205415/b3024/_pkg_.a
2025-08-20T23:00:52.7617102Z [00:03:15.022]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:52.7617542Z [00:03:15.022]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:52.7617972Z [00:03:15.022]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:52.7618291Z [00:03:15.022]➜  EOF
2025-08-20T23:00:52.7621740Z [00:03:15.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3053/_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/b3053=>" -p github.com/charmbracelet/lipgloss/table -lang=go1.18 -complete -installsuffix shared -buildid K_4-j-slCubPpR0J6A2R/K_4-j-slCubPpR0J6A2R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3053/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:00:52.9058196Z [00:03:15.167]➜  go tool buildid -w $WORK/b3053/_pkg_.a # internal
2025-08-20T23:00:52.9072655Z [00:03:15.168]➜  cp $WORK/b3053/_pkg_.a /root/.cache/go-build/74/74b99f05068c4c4c84fa6190e0a34d500687134be20f99fab7b02088e461ce9b-d # internal
2025-08-20T23:00:52.9073416Z [00:03:15.168]➜  github.com/aymerick/douceur/css
2025-08-20T23:00:52.9075294Z [00:03:15.168]➜  mkdir -p $WORK/b3057/
2025-08-20T23:00:52.9081930Z [00:03:15.169]➜  cat >/tmp/go-build2180205415/b3057/importcfg << 'EOF' # internal
2025-08-20T23:00:52.9096959Z [00:03:15.169]➜  # import config
2025-08-20T23:00:52.9097387Z [00:03:15.169]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:52.9097826Z [00:03:15.169]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:52.9098166Z [00:03:15.169]➜  EOF
2025-08-20T23:00:52.9100513Z [00:03:15.170]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3057/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/css=>github.com/aymerick/douceur@v0.2.0/css;$WORK/b3057=>" -p github.com/aymerick/douceur/css -lang=go1.16 -complete -installsuffix shared -buildid v7MtN9_ugUHFIrYbAyPT/v7MtN9_ugUHFIrYbAyPT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3057/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:00:52.9631674Z [00:03:15.224]➜  go tool buildid -w $WORK/b3057/_pkg_.a # internal
2025-08-20T23:00:52.9639184Z [00:03:15.225]➜  cp $WORK/b3057/_pkg_.a /root/.cache/go-build/bb/bbd79740427aaa41a348fdb1513f184d2e085a40e0bc0ea620c3b1cac221ab18-d # internal
2025-08-20T23:00:52.9640030Z [00:03:15.225]➜  github.com/gorilla/css/scanner
2025-08-20T23:00:52.9641108Z [00:03:15.225]➜  mkdir -p $WORK/b3058/
2025-08-20T23:00:52.9649929Z [00:03:15.226]➜  cat >/tmp/go-build2180205415/b3058/importcfg << 'EOF' # internal
2025-08-20T23:00:52.9650333Z [00:03:15.226]➜  # import config
2025-08-20T23:00:52.9650669Z [00:03:15.226]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:52.9651117Z [00:03:15.226]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:52.9651543Z [00:03:15.226]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:52.9651974Z [00:03:15.226]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:52.9652430Z [00:03:15.226]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:52.9652765Z [00:03:15.226]➜  EOF
2025-08-20T23:00:52.9654809Z [00:03:15.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3058/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/css@v1.0.1/scanner=>github.com/gorilla/css@v1.0.1/scanner;$WORK/b3058=>" -p github.com/gorilla/css/scanner -lang=go1.20 -complete -installsuffix shared -buildid OBaF_mRnFEApk9JN7YKW/OBaF_mRnFEApk9JN7YKW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3058/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:00:52.9983798Z [00:03:15.259]➜  go tool buildid -w $WORK/b3058/_pkg_.a # internal
2025-08-20T23:00:52.9992737Z [00:03:15.260]➜  cp $WORK/b3058/_pkg_.a /root/.cache/go-build/1f/1f8ec6c1406f93d4fad73bca2f962fb907808c3be36d706e24753bed82777ca0-d # internal
2025-08-20T23:00:53.0010438Z [00:03:15.261]➜  github.com/aymerick/douceur/parser
2025-08-20T23:00:53.0010975Z [00:03:15.262]➜  mkdir -p $WORK/b3056/
2025-08-20T23:00:53.0012094Z [00:03:15.262]➜  cat >/tmp/go-build2180205415/b3056/importcfg << 'EOF' # internal
2025-08-20T23:00:53.0012492Z [00:03:15.262]➜  # import config
2025-08-20T23:00:53.0012870Z [00:03:15.262]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:53.0013642Z [00:03:15.262]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:53.0014193Z [00:03:15.262]➜  packagefile github.com/aymerick/douceur/css=/tmp/go-build2180205415/b3057/_pkg_.a
2025-08-20T23:00:53.0014798Z [00:03:15.262]➜  packagefile github.com/gorilla/css/scanner=/tmp/go-build2180205415/b3058/_pkg_.a
2025-08-20T23:00:53.0015415Z [00:03:15.262]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:53.0016208Z [00:03:15.262]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:53.0016547Z [00:03:15.262]➜  EOF
2025-08-20T23:00:53.0018449Z [00:03:15.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3056/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/parser=>github.com/aymerick/douceur@v0.2.0/parser;$WORK/b3056=>" -p github.com/aymerick/douceur/parser -lang=go1.16 -complete -installsuffix shared -buildid 9KLDNNUvz3Pxi3WJ31iF/9KLDNNUvz3Pxi3WJ31iF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3056/importcfg -pack /root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/parser/parser.go
2025-08-20T23:00:53.0681640Z [00:03:15.329]➜  go tool buildid -w $WORK/b3056/_pkg_.a # internal
2025-08-20T23:00:53.0697998Z [00:03:15.330]➜  cp $WORK/b3056/_pkg_.a /root/.cache/go-build/58/58b25082a6bcec7f7bca885017dccb9fc0628f53423506799d02134c0dec27e6-d # internal
2025-08-20T23:00:53.0698739Z [00:03:15.330]➜  github.com/microcosm-cc/bluemonday/css
2025-08-20T23:00:53.0699071Z [00:03:15.331]➜  mkdir -p $WORK/b3059/
2025-08-20T23:00:53.0699458Z [00:03:15.331]➜  cat >/tmp/go-build2180205415/b3059/importcfg << 'EOF' # internal
2025-08-20T23:00:53.0700092Z [00:03:15.331]➜  # import config
2025-08-20T23:00:53.0700520Z [00:03:15.331]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:53.0700953Z [00:03:15.331]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:53.0701286Z [00:03:15.331]➜  EOF
2025-08-20T23:00:53.0703243Z [00:03:15.331]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3059/_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/b3059=>" -p github.com/microcosm-cc/bluemonday/css -lang=go1.19 -complete -installsuffix shared -buildid cQ-VqQWrxUx83Czc2ONL/cQ-VqQWrxUx83Czc2ONL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3059/importcfg -pack /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/css/handlers.go
2025-08-20T23:00:53.2970813Z [00:03:15.558]➜  go tool buildid -w $WORK/b3059/_pkg_.a # internal
2025-08-20T23:00:53.2999938Z [00:03:15.561]➜  cp $WORK/b3059/_pkg_.a /root/.cache/go-build/cd/cd7a2e2f1231055468d9387f36031382cda5522fefb8d3225ca11dff93e25cff-d # internal
2025-08-20T23:00:53.3001500Z [00:03:15.561]➜  github.com/microcosm-cc/bluemonday
2025-08-20T23:00:53.3002180Z [00:03:15.561]➜  mkdir -p $WORK/b3055/
2025-08-20T23:00:53.3007423Z [00:03:15.562]➜  cat >/tmp/go-build2180205415/b3055/importcfg << 'EOF' # internal
2025-08-20T23:00:53.3008666Z [00:03:15.562]➜  # import config
2025-08-20T23:00:53.3009554Z [00:03:15.562]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:53.3010061Z [00:03:15.562]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:00:53.3010515Z [00:03:15.562]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:53.3011069Z [00:03:15.562]➜  packagefile github.com/aymerick/douceur/parser=/tmp/go-build2180205415/b3056/_pkg_.a
2025-08-20T23:00:53.3011715Z [00:03:15.562]➜  packagefile github.com/microcosm-cc/bluemonday/css=/tmp/go-build2180205415/b3059/_pkg_.a
2025-08-20T23:00:53.3012310Z [00:03:15.562]➜  packagefile golang.org/x/net/html=/tmp/go-build2180205415/b809/_pkg_.a
2025-08-20T23:00:53.3012770Z [00:03:15.562]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:53.3013185Z [00:03:15.562]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:53.3013611Z [00:03:15.562]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:53.3014377Z [00:03:15.562]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:53.3014805Z [00:03:15.562]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:53.3015119Z [00:03:15.562]➜  EOF
2025-08-20T23:00:53.3018381Z [00:03:15.562]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3055/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27=>github.com/microcosm-cc/bluemonday@v1.0.27;$WORK/b3055=>" -p github.com/microcosm-cc/bluemonday -lang=go1.19 -complete -installsuffix shared -buildid z7whiyqrPs3fZE66cP10/z7whiyqrPs3fZE66cP10 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3055/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:00:53.3386497Z [00:03:15.600]➜  go tool buildid -w $WORK/b3050/_pkg_.a # internal
2025-08-20T23:00:53.3655009Z [00:03:15.626]➜  cp $WORK/b3050/_pkg_.a /root/.cache/go-build/9a/9a73aa3867490983a0d36fcf2255eac5c1848e30006632a8bad9d47e4fb904ea-d # internal
2025-08-20T23:00:53.3655718Z [00:03:15.626]➜  github.com/alecthomas/chroma/v2/quick
2025-08-20T23:00:53.3656200Z [00:03:15.626]➜  mkdir -p $WORK/b3046/
2025-08-20T23:00:53.3656598Z [00:03:15.626]➜  cat >/tmp/go-build2180205415/b3046/importcfg << 'EOF' # internal
2025-08-20T23:00:53.3656955Z [00:03:15.626]➜  # import config
2025-08-20T23:00:53.3657731Z [00:03:15.626]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build2180205415/b3043/_pkg_.a
2025-08-20T23:00:53.3658457Z [00:03:15.626]➜  packagefile github.com/alecthomas/chroma/v2/formatters=/tmp/go-build2180205415/b3047/_pkg_.a
2025-08-20T23:00:53.3659153Z [00:03:15.626]➜  packagefile github.com/alecthomas/chroma/v2/lexers=/tmp/go-build2180205415/b3050/_pkg_.a
2025-08-20T23:00:53.3659816Z [00:03:15.626]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build2180205415/b3051/_pkg_.a
2025-08-20T23:00:53.3660334Z [00:03:15.626]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:53.3660639Z [00:03:15.626]➜  EOF
2025-08-20T23:00:53.3662567Z [00:03:15.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3046/_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/b3046=>" -p github.com/alecthomas/chroma/v2/quick -lang=go1.19 -complete -installsuffix shared -buildid jTksWjrL-y5lzAFtZ8Yx/jTksWjrL-y5lzAFtZ8Yx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3046/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/quick/quick.go
2025-08-20T23:00:53.4131848Z [00:03:15.674]➜  go tool buildid -w $WORK/b3046/_pkg_.a # internal
2025-08-20T23:00:53.4138508Z [00:03:15.675]➜  cp $WORK/b3046/_pkg_.a /root/.cache/go-build/86/866ceb49c29df077efa4a3c4ea1a80b7859f0e7c96de82d271661d5649071072-d # internal
2025-08-20T23:00:53.4139346Z [00:03:15.675]➜  github.com/muesli/reflow/ansi
2025-08-20T23:00:53.4139762Z [00:03:15.675]➜  mkdir -p $WORK/b3061/
2025-08-20T23:00:53.4140681Z [00:03:15.675]➜  cat >/tmp/go-build2180205415/b3061/importcfg << 'EOF' # internal
2025-08-20T23:00:53.4141077Z [00:03:15.675]➜  # import config
2025-08-20T23:00:53.4141423Z [00:03:15.675]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:53.4141937Z [00:03:15.675]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2180205415/b217/_pkg_.a
2025-08-20T23:00:53.4142425Z [00:03:15.675]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:53.4142860Z [00:03:15.675]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:53.4143195Z [00:03:15.675]➜  EOF
2025-08-20T23:00:53.4161077Z [00:03:15.677]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3061/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi=>github.com/muesli/reflow@v0.3.0/ansi;$WORK/b3061=>" -p github.com/muesli/reflow/ansi -lang=go1.13 -complete -installsuffix shared -buildid dtB_3jT3vF_7Yrg9u8Cr/dtB_3jT3vF_7Yrg9u8Cr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3061/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:00:53.4817946Z [00:03:15.742]➜  go tool buildid -w $WORK/b3061/_pkg_.a # internal
2025-08-20T23:00:53.4819323Z [00:03:15.742]➜  cp $WORK/b3061/_pkg_.a /root/.cache/go-build/fc/fc95752d9a818fd93badc74374f4f12582444efa041b0dcd1569a7d117de566b-d # internal
2025-08-20T23:00:53.4820727Z [00:03:15.742]➜  github.com/muesli/reflow/indent
2025-08-20T23:00:53.4821037Z [00:03:15.742]➜  mkdir -p $WORK/b3060/
2025-08-20T23:00:53.4821439Z [00:03:15.742]➜  cat >/tmp/go-build2180205415/b3060/importcfg << 'EOF' # internal
2025-08-20T23:00:53.4821805Z [00:03:15.742]➜  # import config
2025-08-20T23:00:53.4822144Z [00:03:15.742]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:53.4822655Z [00:03:15.742]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build2180205415/b3061/_pkg_.a
2025-08-20T23:00:53.4823142Z [00:03:15.742]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:53.4823573Z [00:03:15.742]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:53.4823893Z [00:03:15.742]➜  EOF
2025-08-20T23:00:53.4826118Z [00:03:15.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3060/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/indent=>github.com/muesli/reflow@v0.3.0/indent;$WORK/b3060=>" -p github.com/muesli/reflow/indent -lang=go1.13 -complete -installsuffix shared -buildid JWmwmWq6KO25emRkAC8h/JWmwmWq6KO25emRkAC8h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3060/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/indent/indent.go
2025-08-20T23:00:53.4912499Z [00:03:15.752]➜  go tool buildid -w $WORK/b3055/_pkg_.a # internal
2025-08-20T23:00:53.4939846Z [00:03:15.755]➜  cp $WORK/b3055/_pkg_.a /root/.cache/go-build/6d/6d048d4d4ab33e9ba7d86b6e980c72e56c97d4cd28e54ed3735331e0b2b7e0bf-d # internal
2025-08-20T23:00:53.4943761Z [00:03:15.755]➜  github.com/muesli/reflow/padding
2025-08-20T23:00:53.4944112Z [00:03:15.756]➜  mkdir -p $WORK/b3062/
2025-08-20T23:00:53.4948721Z [00:03:15.756]➜  cat >/tmp/go-build2180205415/b3062/importcfg << 'EOF' # internal
2025-08-20T23:00:53.4949107Z [00:03:15.756]➜  # import config
2025-08-20T23:00:53.4949465Z [00:03:15.756]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:53.4949981Z [00:03:15.756]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2180205415/b217/_pkg_.a
2025-08-20T23:00:53.4950567Z [00:03:15.756]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build2180205415/b3061/_pkg_.a
2025-08-20T23:00:53.4951388Z [00:03:15.756]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:53.4951813Z [00:03:15.756]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:53.4952131Z [00:03:15.756]➜  EOF
2025-08-20T23:00:53.4960997Z [00:03:15.757]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3062/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/padding=>github.com/muesli/reflow@v0.3.0/padding;$WORK/b3062=>" -p github.com/muesli/reflow/padding -lang=go1.13 -complete -installsuffix shared -buildid _NTt9XivZX-o23BlJ4uo/_NTt9XivZX-o23BlJ4uo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3062/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/padding/padding.go
2025-08-20T23:00:53.5117082Z [00:03:15.773]➜  go tool buildid -w $WORK/b3060/_pkg_.a # internal
2025-08-20T23:00:53.5122510Z [00:03:15.773]➜  cp $WORK/b3060/_pkg_.a /root/.cache/go-build/e3/e39704cd4e4ccd22aab5b60c4789937c01720bdfc84d837f86d6367ec3c68802-d # internal
2025-08-20T23:00:53.5123799Z [00:03:15.773]➜  github.com/muesli/reflow/wordwrap
2025-08-20T23:00:53.5124456Z [00:03:15.773]➜  mkdir -p $WORK/b3063/
2025-08-20T23:00:53.5128183Z [00:03:15.774]➜  cat >/tmp/go-build2180205415/b3063/importcfg << 'EOF' # internal
2025-08-20T23:00:53.5128852Z [00:03:15.774]➜  # import config
2025-08-20T23:00:53.5129744Z [00:03:15.774]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:53.5130909Z [00:03:15.774]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build2180205415/b3061/_pkg_.a
2025-08-20T23:00:53.5131560Z [00:03:15.774]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:53.5132021Z [00:03:15.774]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:53.5132342Z [00:03:15.774]➜  EOF
2025-08-20T23:00:53.5134225Z [00:03:15.774]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3063/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wordwrap=>github.com/muesli/reflow@v0.3.0/wordwrap;$WORK/b3063=>" -p github.com/muesli/reflow/wordwrap -lang=go1.13 -complete -installsuffix shared -buildid 4mvYm8hDCyHCS8ixX2LW/4mvYm8hDCyHCS8ixX2LW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3063/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wordwrap/wordwrap.go
2025-08-20T23:00:53.5320693Z [00:03:15.793]➜  go tool buildid -w $WORK/b3062/_pkg_.a # internal
2025-08-20T23:00:53.5326982Z [00:03:15.794]➜  cp $WORK/b3062/_pkg_.a /root/.cache/go-build/c9/c971dc36a4c7358d123cc2d94048487c5a52f87bb05abc9536c30bd3189e2381-d # internal
2025-08-20T23:00:53.5334204Z [00:03:15.794]➜  github.com/yuin/goldmark-emoji/definition
2025-08-20T23:00:53.5334980Z [00:03:15.795]➜  mkdir -p $WORK/b3065/
2025-08-20T23:00:53.5343371Z [00:03:15.795]➜  cat >/tmp/go-build2180205415/b3065/importcfg << 'EOF' # internal
2025-08-20T23:00:53.5343780Z [00:03:15.795]➜  # import config
2025-08-20T23:00:53.5344118Z [00:03:15.795]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:53.5344452Z [00:03:15.795]➜  EOF
2025-08-20T23:00:53.5347324Z [00:03:15.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3065/_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/b3065=>" -p github.com/yuin/goldmark-emoji/definition -lang=go1.15 -complete -installsuffix shared -buildid nCpmENKuhE9JOPuQ9PjT/nCpmENKuhE9JOPuQ9PjT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3065/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:00:53.5508548Z [00:03:15.812]➜  go tool buildid -w $WORK/b3063/_pkg_.a # internal
2025-08-20T23:00:53.5515586Z [00:03:15.813]➜  cp $WORK/b3063/_pkg_.a /root/.cache/go-build/d4/d49546eb42e62f7ec7b116ea7b5fa6ff5c5faf09ef952be504131c1fe36644dd-d # internal
2025-08-20T23:00:53.5518674Z [00:03:15.813]➜  github.com/yuin/goldmark/util
2025-08-20T23:00:53.5519387Z [00:03:15.813]➜  mkdir -p $WORK/b3068/
2025-08-20T23:00:53.5524005Z [00:03:15.813]➜  cat >/tmp/go-build2180205415/b3068/importcfg << 'EOF' # internal
2025-08-20T23:00:53.5525370Z [00:03:15.813]➜  # import config
2025-08-20T23:00:53.5526481Z [00:03:15.813]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:53.5526959Z [00:03:15.813]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:53.5527618Z [00:03:15.813]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:53.5528116Z [00:03:15.813]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:53.5528544Z [00:03:15.813]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:53.5528965Z [00:03:15.813]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:53.5529383Z [00:03:15.813]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:53.5529799Z [00:03:15.813]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:53.5530438Z [00:03:15.813]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:53.5530771Z [00:03:15.813]➜  EOF
2025-08-20T23:00:53.5533626Z [00:03:15.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3068/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util=>github.com/yuin/goldmark@v1.7.8/util;$WORK/b3068=>" -p github.com/yuin/goldmark/util -lang=go1.19 -complete -installsuffix shared -buildid j_xcw54ZuhnGpvEFavp1/j_xcw54ZuhnGpvEFavp1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3068/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:00:54.4558738Z [00:03:16.717]➜  go tool buildid -w $WORK/b3065/_pkg_.a # internal
2025-08-20T23:00:54.4566144Z [00:03:16.718]➜  cp $WORK/b3065/_pkg_.a /root/.cache/go-build/1d/1d3984b4972ce9d8ab82c160543e008dda083b031f5d4d95c212e283b468ff97-d # internal
2025-08-20T23:00:54.4569579Z [00:03:16.718]➜  github.com/muesli/reflow/truncate
2025-08-20T23:00:54.4569968Z [00:03:16.718]➜  mkdir -p $WORK/b3072/
2025-08-20T23:00:54.4574851Z [00:03:16.718]➜  cat >/tmp/go-build2180205415/b3072/importcfg << 'EOF' # internal
2025-08-20T23:00:54.4575647Z [00:03:16.718]➜  # import config
2025-08-20T23:00:54.4576468Z [00:03:16.718]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:54.4577578Z [00:03:16.718]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2180205415/b217/_pkg_.a
2025-08-20T23:00:54.4578644Z [00:03:16.719]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build2180205415/b3061/_pkg_.a
2025-08-20T23:00:54.4579750Z [00:03:16.719]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:54.4580482Z [00:03:16.719]➜  EOF
2025-08-20T23:00:54.4582574Z [00:03:16.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3072/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/truncate=>github.com/muesli/reflow@v0.3.0/truncate;$WORK/b3072=>" -p github.com/muesli/reflow/truncate -lang=go1.13 -complete -installsuffix shared -buildid DwnlNA07Vwb0cSWujS8y/DwnlNA07Vwb0cSWujS8y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3072/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/truncate/truncate.go
2025-08-20T23:00:54.4733546Z [00:03:16.734]➜  go tool buildid -w $WORK/b3072/_pkg_.a # internal
2025-08-20T23:00:54.4737865Z [00:03:16.735]➜  cp $WORK/b3072/_pkg_.a /root/.cache/go-build/0f/0f42b5910b3acda5615e248cefce1b00b4da7cccf79a4d5bb27a3143e03584b3-d # internal
2025-08-20T23:00:54.4739096Z [00:03:16.735]➜  github.com/atotto/clipboard
2025-08-20T23:00:54.4740471Z [00:03:16.735]➜  mkdir -p $WORK/b3075/
2025-08-20T23:00:54.4744357Z [00:03:16.736]➜  cat >/tmp/go-build2180205415/b3075/importcfg << 'EOF' # internal
2025-08-20T23:00:54.4745262Z [00:03:16.736]➜  # import config
2025-08-20T23:00:54.4746153Z [00:03:16.736]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:54.4746950Z [00:03:16.736]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:54.4747752Z [00:03:16.736]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:00:54.4748724Z [00:03:16.736]➜  EOF
2025-08-20T23:00:54.4751229Z [00:03:16.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3075/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4=>github.com/atotto/clipboard@v0.1.4;$WORK/b3075=>" -p github.com/atotto/clipboard -lang=go1.16 -complete -installsuffix shared -buildid dU7xf_9cbxpt1N7a3LK3/dU7xf_9cbxpt1N7a3LK3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3075/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:00:54.5236099Z [00:03:16.785]➜  go tool buildid -w $WORK/b3075/_pkg_.a # internal
2025-08-20T23:00:54.5241918Z [00:03:16.785]➜  cp $WORK/b3075/_pkg_.a /root/.cache/go-build/4c/4c326107d834119cbe43ab9688424f8098db62dcf0dbcb109bea74de01296aeb-d # internal
2025-08-20T23:00:54.5246583Z [00:03:16.786]➜  github.com/charmbracelet/bubbles/cursor
2025-08-20T23:00:54.5246986Z [00:03:16.786]➜  mkdir -p $WORK/b3076/
2025-08-20T23:00:54.5251054Z [00:03:16.786]➜  cat >/tmp/go-build2180205415/b3076/importcfg << 'EOF' # internal
2025-08-20T23:00:54.5251575Z [00:03:16.786]➜  # import config
2025-08-20T23:00:54.5252222Z [00:03:16.786]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:54.5253303Z [00:03:16.786]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:54.5254179Z [00:03:16.786]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:54.5255121Z [00:03:16.786]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:54.5256403Z [00:03:16.786]➜  EOF
2025-08-20T23:00:54.5271376Z [00:03:16.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3076/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/cursor=>github.com/charmbracelet/bubbles@v0.18.0/cursor;$WORK/b3076=>" -p github.com/charmbracelet/bubbles/cursor -lang=go1.18 -complete -installsuffix shared -buildid pdgXWSMWuuaSrrxKWnIb/pdgXWSMWuuaSrrxKWnIb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3076/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/cursor/cursor.go
2025-08-20T23:00:54.5863361Z [00:03:16.847]➜  go tool buildid -w $WORK/b3076/_pkg_.a # internal
2025-08-20T23:00:54.5872174Z [00:03:16.848]➜  cp $WORK/b3076/_pkg_.a /root/.cache/go-build/dc/dcb65a316339f19f28382aabf13d57e968a50ee14b48288ebad12a49ea60bd60-d # internal
2025-08-20T23:00:54.5873585Z [00:03:16.848]➜  github.com/charmbracelet/bubbles/textinput
2025-08-20T23:00:54.5874222Z [00:03:16.848]➜  mkdir -p $WORK/b3074/
2025-08-20T23:00:54.5876507Z [00:03:16.849]➜  cat >/tmp/go-build2180205415/b3074/importcfg << 'EOF' # internal
2025-08-20T23:00:54.5877360Z [00:03:16.849]➜  # import config
2025-08-20T23:00:54.5878074Z [00:03:16.849]➜  packagefile github.com/atotto/clipboard=/tmp/go-build2180205415/b3075/_pkg_.a
2025-08-20T23:00:54.5879197Z [00:03:16.849]➜  packagefile github.com/charmbracelet/bubbles/cursor=/tmp/go-build2180205415/b3076/_pkg_.a
2025-08-20T23:00:54.5880205Z [00:03:16.849]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2180205415/b3021/_pkg_.a
2025-08-20T23:00:54.5881176Z [00:03:16.849]➜  packagefile github.com/charmbracelet/bubbles/runeutil=/tmp/go-build2180205415/b3077/_pkg_.a
2025-08-20T23:00:54.5882334Z [00:03:16.849]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:54.5883478Z [00:03:16.849]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:54.5884565Z [00:03:16.849]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2180205415/b217/_pkg_.a
2025-08-20T23:00:54.5885713Z [00:03:16.849]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2180205415/b218/_pkg_.a
2025-08-20T23:00:54.5886596Z [00:03:16.849]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:00:54.5887563Z [00:03:16.849]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:54.5888486Z [00:03:16.849]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:54.5889433Z [00:03:16.849]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:54.5890240Z [00:03:16.849]➜  EOF
2025-08-20T23:00:54.5892620Z [00:03:16.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3074/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/textinput=>github.com/charmbracelet/bubbles@v0.18.0/textinput;$WORK/b3074=>" -p github.com/charmbracelet/bubbles/textinput -lang=go1.18 -complete -installsuffix shared -buildid 0hlw68peG2SHoMZ_ReaE/0hlw68peG2SHoMZ_ReaE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3074/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/textinput/textinput.go
2025-08-20T23:00:54.6964307Z [00:03:16.957]➜  go tool buildid -w $WORK/b3074/_pkg_.a # internal
2025-08-20T23:00:54.6988876Z [00:03:16.960]➜  cp $WORK/b3074/_pkg_.a /root/.cache/go-build/0b/0b1e873f1c020d4248057804c7009d940e01f718f5272710d68bc077b88a79e9-d # internal
2025-08-20T23:00:54.6991222Z [00:03:16.960]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs
2025-08-20T23:00:54.6999399Z [00:03:16.961]➜  mkdir -p $WORK/b3073/
2025-08-20T23:00:54.7003121Z [00:03:16.961]➜  cat >/tmp/go-build2180205415/b3073/importcfg << 'EOF' # internal
2025-08-20T23:00:54.7016795Z [00:03:16.961]➜  # import config
2025-08-20T23:00:54.7017629Z [00:03:16.961]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:54.7018704Z [00:03:16.961]➜  packagefile github.com/charmbracelet/bubbles/textinput=/tmp/go-build2180205415/b3074/_pkg_.a
2025-08-20T23:00:54.7022305Z [00:03:16.961]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:54.7023205Z [00:03:16.961]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:54.7024082Z [00:03:16.961]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:54.7024608Z [00:03:16.961]➜  EOF
2025-08-20T23:00:54.7027450Z [00:03:16.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3073/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/textinputs=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs;$WORK/b3073=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs -lang=go1.24 -complete -installsuffix shared -buildid IBzXuTRAEOxPxlqWbzny/IBzXuTRAEOxPxlqWbzny -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3073/importcfg -pack ./pkg/tui/components/textinputs/textinputs.go
2025-08-20T23:00:54.7533566Z [00:03:17.014]➜  go tool buildid -w $WORK/b3073/_pkg_.a # internal
2025-08-20T23:00:54.7535009Z [00:03:17.014]➜  cp $WORK/b3073/_pkg_.a /root/.cache/go-build/e3/e39b4778d43388f76f856e671667a506a2cff6ee6f2f577a483ba3a236af7cf0-d # internal
2025-08-20T23:00:54.7536798Z [00:03:17.015]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/keymap
2025-08-20T23:00:54.7538062Z [00:03:17.015]➜  mkdir -p $WORK/b3078/
2025-08-20T23:00:54.7541409Z [00:03:17.015]➜  cat >/tmp/go-build2180205415/b3078/importcfg << 'EOF' # internal
2025-08-20T23:00:54.7542304Z [00:03:17.015]➜  # import config
2025-08-20T23:00:54.7543053Z [00:03:17.015]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2180205415/b3021/_pkg_.a
2025-08-20T23:00:54.7543762Z [00:03:17.015]➜  EOF
2025-08-20T23:00:54.7546130Z [00:03:17.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3078/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/keymap=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/keymap;$WORK/b3078=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/keymap -lang=go1.24 -complete -installsuffix shared -buildid 1fneEVTW3tt_2tr6Ni1O/1fneEVTW3tt_2tr6Ni1O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3078/importcfg -pack ./pkg/tui/keymap/keymap.go
2025-08-20T23:00:54.8220155Z [00:03:17.083]➜  go tool buildid -w $WORK/b3078/_pkg_.a # internal
2025-08-20T23:00:54.8227867Z [00:03:17.084]➜  cp $WORK/b3078/_pkg_.a /root/.cache/go-build/c9/c99dd26b203c79217a7a5572747d3ed154005f0d495079527ae76ba4beac9307-d # internal
2025-08-20T23:00:54.8251000Z [00:03:17.086]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles
2025-08-20T23:00:54.8251844Z [00:03:17.086]➜  mkdir -p $WORK/b3079/
2025-08-20T23:00:54.8255865Z [00:03:17.087]➜  cat >/tmp/go-build2180205415/b3079/importcfg << 'EOF' # internal
2025-08-20T23:00:54.8256298Z [00:03:17.087]➜  # import config
2025-08-20T23:00:54.8256758Z [00:03:17.087]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:54.8280907Z [00:03:17.087]➜  EOF
2025-08-20T23:00:54.8283149Z [00:03:17.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3079/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/styles=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles;$WORK/b3079=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles -lang=go1.24 -complete -installsuffix shared -buildid LKdlcD4RkwWQR3ojcx56/LKdlcD4RkwWQR3ojcx56 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3079/importcfg -pack ./pkg/tui/styles/styles.go
2025-08-20T23:00:54.9418058Z [00:03:17.203]➜  go tool buildid -w $WORK/b3079/_pkg_.a # internal
2025-08-20T23:00:54.9472527Z [00:03:17.208]➜  cp $WORK/b3079/_pkg_.a /root/.cache/go-build/87/8747ad8fe6291f1a7514c76812d0148797e591db34653f15e5bec1d2f505892f-d # internal
2025-08-20T23:00:54.9571963Z [00:03:17.218]➜  github.com/charmbracelet/bubbles/paginator
2025-08-20T23:00:54.9572999Z [00:03:17.218]➜  mkdir -p $WORK/b3082/
2025-08-20T23:00:54.9576510Z [00:03:17.219]➜  cat >/tmp/go-build2180205415/b3082/importcfg << 'EOF' # internal
2025-08-20T23:00:54.9576903Z [00:03:17.219]➜  # import config
2025-08-20T23:00:54.9577449Z [00:03:17.219]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:54.9577993Z [00:03:17.219]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2180205415/b3021/_pkg_.a
2025-08-20T23:00:54.9578774Z [00:03:17.219]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:54.9579201Z [00:03:17.219]➜  EOF
2025-08-20T23:00:54.9600469Z [00:03:17.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3082/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/paginator=>github.com/charmbracelet/bubbles@v0.18.0/paginator;$WORK/b3082=>" -p github.com/charmbracelet/bubbles/paginator -lang=go1.18 -complete -installsuffix shared -buildid NSjvENuqAl1UywmeMn9c/NSjvENuqAl1UywmeMn9c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3082/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/paginator/paginator.go
2025-08-20T23:00:55.0012666Z [00:03:17.262]➜  go tool buildid -w $WORK/b3082/_pkg_.a # internal
2025-08-20T23:00:55.0035294Z [00:03:17.263]➜  cp $WORK/b3082/_pkg_.a /root/.cache/go-build/a0/a091912d665f035aecba79917928f7ba5fca3eeb9351bf25036fa9350d767df2-d # internal
2025-08-20T23:00:55.0046378Z [00:03:17.266]➜  github.com/charmbracelet/bubbles/spinner
2025-08-20T23:00:55.0046907Z [00:03:17.266]➜  mkdir -p $WORK/b3083/
2025-08-20T23:00:55.0050478Z [00:03:17.266]➜  cat >/tmp/go-build2180205415/b3083/importcfg << 'EOF' # internal
2025-08-20T23:00:55.0050848Z [00:03:17.266]➜  # import config
2025-08-20T23:00:55.0051461Z [00:03:17.266]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:55.0052229Z [00:03:17.266]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:55.0052879Z [00:03:17.266]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:55.0053436Z [00:03:17.266]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:55.0053869Z [00:03:17.266]➜  EOF
2025-08-20T23:00:55.0058251Z [00:03:17.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3083/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/spinner=>github.com/charmbracelet/bubbles@v0.18.0/spinner;$WORK/b3083=>" -p github.com/charmbracelet/bubbles/spinner -lang=go1.18 -complete -installsuffix shared -buildid Qf0hroYWbcXeZ0OL26ca/Qf0hroYWbcXeZ0OL26ca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3083/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/spinner/spinner.go
2025-08-20T23:00:55.0450256Z [00:03:17.306]➜  go tool buildid -w $WORK/b3083/_pkg_.a # internal
2025-08-20T23:00:55.0455658Z [00:03:17.307]➜  cp $WORK/b3083/_pkg_.a /root/.cache/go-build/15/1516d0c79b78d8a476a84f288cf5f8305fe0ac3b610ec48cd11ba450fd5942a9-d # internal
2025-08-20T23:00:55.0456544Z [00:03:17.307]➜  github.com/sahilm/fuzzy
2025-08-20T23:00:55.0457337Z [00:03:17.307]➜  mkdir -p $WORK/b3084/
2025-08-20T23:00:55.0463866Z [00:03:17.307]➜  cat >/tmp/go-build2180205415/b3084/importcfg << 'EOF' # internal
2025-08-20T23:00:55.0464749Z [00:03:17.307]➜  # import config
2025-08-20T23:00:55.0466516Z [00:03:17.307]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:55.0467437Z [00:03:17.307]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:00:55.0468034Z [00:03:17.307]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:55.0469539Z [00:03:17.307]➜  EOF
2025-08-20T23:00:55.0471853Z [00:03:17.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3084/_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/b3084=>" -p github.com/sahilm/fuzzy -lang=go1.16 -complete -installsuffix shared -buildid RwA9r2SmZMTzMkncRY7y/RwA9r2SmZMTzMkncRY7y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3084/importcfg -pack /root/go/pkg/mod/github.com/sahilm/fuzzy@v0.1.1-0.20230530133925-c48e322e2a8f/fuzzy.go
2025-08-20T23:00:55.0792308Z [00:03:17.340]➜  go tool buildid -w $WORK/b3084/_pkg_.a # internal
2025-08-20T23:00:55.0803564Z [00:03:17.341]➜  cp $WORK/b3084/_pkg_.a /root/.cache/go-build/56/56b27a4ccd329bbe8efc8243d7432dfce482230578ca6472c30bb8ea20173ba7-d # internal
2025-08-20T23:00:55.0842380Z [00:03:17.345]➜  github.com/charmbracelet/bubbles/list
2025-08-20T23:00:55.0843354Z [00:03:17.345]➜  mkdir -p $WORK/b3081/
2025-08-20T23:00:55.0855410Z [00:03:17.346]➜  cat >/tmp/go-build2180205415/b3081/importcfg << 'EOF' # internal
2025-08-20T23:00:55.0856280Z [00:03:17.346]➜  # import config
2025-08-20T23:00:55.0856967Z [00:03:17.347]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:55.0857811Z [00:03:17.347]➜  packagefile github.com/charmbracelet/bubbles/help=/tmp/go-build2180205415/b3041/_pkg_.a
2025-08-20T23:00:55.0859112Z [00:03:17.347]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2180205415/b3021/_pkg_.a
2025-08-20T23:00:55.0860029Z [00:03:17.347]➜  packagefile github.com/charmbracelet/bubbles/paginator=/tmp/go-build2180205415/b3082/_pkg_.a
2025-08-20T23:00:55.0860893Z [00:03:17.347]➜  packagefile github.com/charmbracelet/bubbles/spinner=/tmp/go-build2180205415/b3083/_pkg_.a
2025-08-20T23:00:55.0861839Z [00:03:17.347]➜  packagefile github.com/charmbracelet/bubbles/textinput=/tmp/go-build2180205415/b3074/_pkg_.a
2025-08-20T23:00:55.0862807Z [00:03:17.347]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:55.0863554Z [00:03:17.347]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:55.0864352Z [00:03:17.347]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build2180205415/b3061/_pkg_.a
2025-08-20T23:00:55.0867015Z [00:03:17.347]➜  packagefile github.com/muesli/reflow/truncate=/tmp/go-build2180205415/b3072/_pkg_.a
2025-08-20T23:00:55.0885209Z [00:03:17.347]➜  packagefile github.com/sahilm/fuzzy=/tmp/go-build2180205415/b3084/_pkg_.a
2025-08-20T23:00:55.0886260Z [00:03:17.347]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:55.0887134Z [00:03:17.347]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:55.0888174Z [00:03:17.347]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:55.0888847Z [00:03:17.347]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:55.0889257Z [00:03:17.347]➜  EOF
2025-08-20T23:00:55.0903151Z [00:03:17.351]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3081/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/list=>github.com/charmbracelet/bubbles@v0.18.0/list;$WORK/b3081=>" -p github.com/charmbracelet/bubbles/list -lang=go1.18 -complete -installsuffix shared -buildid hiwHUPMHyQYjDFnv2WtH/hiwHUPMHyQYjDFnv2WtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3081/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:00:55.2555512Z [00:03:17.516]➜  go tool buildid -w $WORK/b3081/_pkg_.a # internal
2025-08-20T23:00:55.2606626Z [00:03:17.522]➜  cp $WORK/b3081/_pkg_.a /root/.cache/go-build/e7/e7c0f52e0d278cde4b8b96f30454ef52ffd782f105f0f9d6803b5301e8a4d812-d # internal
2025-08-20T23:00:55.2608355Z [00:03:17.522]➜  github.com/trufflesecurity/trufflehog/v3/pkg/updater
2025-08-20T23:00:55.2612391Z [00:03:17.522]➜  mkdir -p $WORK/b3107/
2025-08-20T23:00:55.2617712Z [00:03:17.523]➜  cat >/tmp/go-build2180205415/b3107/importcfg << 'EOF' # internal
2025-08-20T23:00:55.2618085Z [00:03:17.523]➜  # import config
2025-08-20T23:00:55.2618471Z [00:03:17.523]➜  packagefile archive/tar=/tmp/go-build2180205415/b708/_pkg_.a
2025-08-20T23:00:55.2618949Z [00:03:17.523]➜  packagefile archive/zip=/tmp/go-build2180205415/b803/_pkg_.a
2025-08-20T23:00:55.2619386Z [00:03:17.523]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:55.2619841Z [00:03:17.523]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:55.2620329Z [00:03:17.523]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:00:55.2620851Z [00:03:17.523]➜  packagefile github.com/go-errors/errors=/tmp/go-build2180205415/b801/_pkg_.a
2025-08-20T23:00:55.2621456Z [00:03:17.523]➜  packagefile github.com/jpillora/overseer/fetcher=/tmp/go-build2180205415/b206/_pkg_.a
2025-08-20T23:00:55.2622164Z [00:03:17.523]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:00:55.2622932Z [00:03:17.523]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/version=/tmp/go-build2180205415/b3108/_pkg_.a
2025-08-20T23:00:55.2623765Z [00:03:17.523]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:55.2624193Z [00:03:17.523]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:55.2624627Z [00:03:17.523]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:55.2630538Z [00:03:17.523]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:55.2631074Z [00:03:17.523]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:55.2631392Z [00:03:17.523]➜  EOF
2025-08-20T23:00:55.2633231Z [00:03:17.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3107/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/updater=>github.com/trufflesecurity/trufflehog/v3/pkg/updater;$WORK/b3107=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/updater -lang=go1.24 -complete -installsuffix shared -buildid aJeGzrjLbyWMpNxsu4cN/aJeGzrjLbyWMpNxsu4cN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3107/importcfg -pack ./pkg/updater/updater.go
2025-08-20T23:00:55.3043530Z [00:03:17.565]➜  go tool buildid -w $WORK/b3107/_pkg_.a # internal
2025-08-20T23:00:55.3052942Z [00:03:17.566]➜  cp $WORK/b3107/_pkg_.a /root/.cache/go-build/51/5128397ceddb55f747457cfe613c94f7c5f06559aef6bf2a7538abc732ebae35-d # internal
2025-08-20T23:00:55.3078009Z [00:03:17.569]➜  go.uber.org/automaxprocs/internal/cgroups
2025-08-20T23:00:55.3080240Z [00:03:17.569]➜  mkdir -p $WORK/b3111/
2025-08-20T23:00:55.3084381Z [00:03:17.570]➜  cat >/tmp/go-build2180205415/b3111/importcfg << 'EOF' # internal
2025-08-20T23:00:55.3085094Z [00:03:17.570]➜  # import config
2025-08-20T23:00:55.3085984Z [00:03:17.570]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:55.3086822Z [00:03:17.570]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:55.3087690Z [00:03:17.570]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:55.3088400Z [00:03:17.570]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:55.3089083Z [00:03:17.570]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:55.3089942Z [00:03:17.570]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:00:55.3091300Z [00:03:17.570]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:00:55.3091769Z [00:03:17.570]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:55.3092216Z [00:03:17.570]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:55.3092535Z [00:03:17.570]➜  EOF
2025-08-20T23:00:55.3096542Z [00:03:17.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3111/_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/b3111=>" -p go.uber.org/automaxprocs/internal/cgroups -lang=go1.20 -complete -installsuffix shared -buildid i832wGx3seu-sNsXvBxZ/i832wGx3seu-sNsXvBxZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3111/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:00:55.4043081Z [00:03:17.665]➜  go tool buildid -w $WORK/b3111/_pkg_.a # internal
2025-08-20T23:00:55.4066645Z [00:03:17.668]➜  cp $WORK/b3111/_pkg_.a /root/.cache/go-build/52/52777655173fade3f32ff0c06b77c200d46917e9fe31de91074a890480bad7ba-d # internal
2025-08-20T23:00:55.4083626Z [00:03:17.669]➜  go.uber.org/automaxprocs/internal/runtime
2025-08-20T23:00:55.4085056Z [00:03:17.670]➜  mkdir -p $WORK/b3110/
2025-08-20T23:00:55.4091851Z [00:03:17.670]➜  cat >/tmp/go-build2180205415/b3110/importcfg << 'EOF' # internal
2025-08-20T23:00:55.4093551Z [00:03:17.670]➜  # import config
2025-08-20T23:00:55.4094487Z [00:03:17.670]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:55.4095087Z [00:03:17.670]➜  packagefile go.uber.org/automaxprocs/internal/cgroups=/tmp/go-build2180205415/b3111/_pkg_.a
2025-08-20T23:00:55.4095651Z [00:03:17.670]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:55.4099713Z [00:03:17.670]➜  EOF
2025-08-20T23:00:55.4102587Z [00:03:17.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3110/_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/b3110=>" -p go.uber.org/automaxprocs/internal/runtime -lang=go1.20 -complete -installsuffix shared -buildid _zxIliJ6AU_65yvYwdwe/_zxIliJ6AU_65yvYwdwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3110/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:00:55.4304049Z [00:03:17.691]➜  go tool buildid -w $WORK/b3110/_pkg_.a # internal
2025-08-20T23:00:55.4314523Z [00:03:17.692]➜  cp $WORK/b3110/_pkg_.a /root/.cache/go-build/59/59eff0e60b73474857f7b2044fac477bc9785da3618f34964d6ebc00aabbce95-d # internal
2025-08-20T23:00:55.4322680Z [00:03:17.693]➜  go.uber.org/automaxprocs/maxprocs
2025-08-20T23:00:55.4323108Z [00:03:17.693]➜  mkdir -p $WORK/b3109/
2025-08-20T23:00:55.4330564Z [00:03:17.694]➜  cat >/tmp/go-build2180205415/b3109/importcfg << 'EOF' # internal
2025-08-20T23:00:55.4331460Z [00:03:17.694]➜  # import config
2025-08-20T23:00:55.4331995Z [00:03:17.694]➜  packagefile go.uber.org/automaxprocs/internal/runtime=/tmp/go-build2180205415/b3110/_pkg_.a
2025-08-20T23:00:55.4332544Z [00:03:17.694]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:55.4332995Z [00:03:17.694]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:55.4333628Z [00:03:17.694]➜  EOF
2025-08-20T23:00:55.4338432Z [00:03:17.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3109/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/automaxprocs@v1.6.0/maxprocs=>go.uber.org/automaxprocs@v1.6.0/maxprocs;$WORK/b3109=>" -p go.uber.org/automaxprocs/maxprocs -lang=go1.20 -complete -installsuffix shared -buildid 0n0rcPGk-PQoeDSmqBr9/0n0rcPGk-PQoeDSmqBr9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3109/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:00:55.4729954Z [00:03:17.734]➜  go tool buildid -w $WORK/b3109/_pkg_.a # internal
2025-08-20T23:00:55.4736337Z [00:03:17.735]➜  cp $WORK/b3109/_pkg_.a /root/.cache/go-build/53/53f3cd550eebcce7d8c4931dbe3ad7aee9cf2bdb6afe093ea38b58ba7f0379f1-d # internal
2025-08-20T23:00:55.4764261Z [00:03:17.737]➜  internal/profile
2025-08-20T23:00:55.4764568Z [00:03:17.737]➜  mkdir -p $WORK/b3113/
2025-08-20T23:00:55.4770438Z [00:03:17.738]➜  cat >/tmp/go-build2180205415/b3113/importcfg << 'EOF' # internal
2025-08-20T23:00:55.4771223Z [00:03:17.738]➜  # import config
2025-08-20T23:00:55.4771602Z [00:03:17.738]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:55.4772063Z [00:03:17.738]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:55.4772532Z [00:03:17.738]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:55.4772949Z [00:03:17.738]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:55.4773363Z [00:03:17.738]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:55.4773777Z [00:03:17.738]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:55.4774195Z [00:03:17.738]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:55.4774613Z [00:03:17.738]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:55.4775384Z [00:03:17.738]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:55.4775990Z [00:03:17.738]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:55.4776366Z [00:03:17.738]➜  EOF
2025-08-20T23:00:55.4778915Z [00:03:17.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3113/_pkg_.a -trimpath "/root/.go/src/internal/profile=>internal/profile;$WORK/b3113=>" -p internal/profile -lang=go1.25 -std -complete -installsuffix shared -buildid NFCqmxfJZwDjB3ySICMm/NFCqmxfJZwDjB3ySICMm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3113/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:00:55.9183831Z [00:03:18.179]➜  go tool buildid -w $WORK/b3113/_pkg_.a # internal
2025-08-20T23:00:55.9318675Z [00:03:18.190]➜  cp $WORK/b3113/_pkg_.a /root/.cache/go-build/3e/3e47507f1e658a4607de736eb693cdfdba67f926c61b7ce88f561778d8fe6458-d # internal
2025-08-20T23:00:55.9320127Z [00:03:18.191]➜  runtime/pprof
2025-08-20T23:00:55.9321066Z [00:03:18.191]➜  mkdir -p $WORK/b3114/
2025-08-20T23:00:55.9321773Z [00:03:18.191]➜  cat >/tmp/go-build2180205415/b3114/importcfg << 'EOF' # internal
2025-08-20T23:00:55.9322674Z [00:03:18.191]➜  # import config
2025-08-20T23:00:55.9323187Z [00:03:18.191]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:55.9324470Z [00:03:18.191]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:55.9324916Z [00:03:18.191]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T23:00:55.9325370Z [00:03:18.191]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:00:55.9326025Z [00:03:18.191]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:55.9326568Z [00:03:18.191]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:00:55.9327307Z [00:03:18.191]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:00:55.9327729Z [00:03:18.191]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:55.9328171Z [00:03:18.191]➜  packagefile internal/abi=/tmp/go-build2180205415/b006/_pkg_.a
2025-08-20T23:00:55.9328683Z [00:03:18.191]➜  packagefile internal/profilerecord=/tmp/go-build2180205415/b019/_pkg_.a
2025-08-20T23:00:55.9329155Z [00:03:18.191]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:55.9329761Z [00:03:18.191]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:00:55.9330227Z [00:03:18.191]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:55.9330645Z [00:03:18.191]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:55.9331068Z [00:03:18.191]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:55.9331493Z [00:03:18.191]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:00:55.9331917Z [00:03:18.191]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:55.9332342Z [00:03:18.191]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:55.9332758Z [00:03:18.191]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:55.9333178Z [00:03:18.191]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:00:55.9333632Z [00:03:18.191]➜  packagefile text/tabwriter=/tmp/go-build2180205415/b360/_pkg_.a
2025-08-20T23:00:55.9334077Z [00:03:18.191]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:55.9334383Z [00:03:18.191]➜  EOF
2025-08-20T23:00:55.9337539Z [00:03:18.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3114/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b3114=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid k1Lf49yIK_Dqg3jg9zyZ/k1Lf49yIK_Dqg3jg9zyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3114/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:00:56.3959500Z [00:03:18.657]➜  go tool buildid -w $WORK/b3114/_pkg_.a # internal
2025-08-20T23:00:56.4020926Z [00:03:18.663]➜  cp $WORK/b3114/_pkg_.a /root/.cache/go-build/bf/bfb593b9019fe0e0c0f313b2c764c25663922f5fce51589f147b195aefbf53ed-d # internal
2025-08-20T23:00:56.4028663Z [00:03:18.664]➜  net/http/pprof
2025-08-20T23:00:56.4035072Z [00:03:18.665]➜  mkdir -p $WORK/b3112/
2025-08-20T23:00:56.4046047Z [00:03:18.666]➜  cat >/tmp/go-build2180205415/b3112/importcfg << 'EOF' # internal
2025-08-20T23:00:56.4047316Z [00:03:18.666]➜  # import config
2025-08-20T23:00:56.4048402Z [00:03:18.666]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:56.4048868Z [00:03:18.666]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:56.4049300Z [00:03:18.666]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:00:56.4049979Z [00:03:18.666]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:56.4050468Z [00:03:18.666]➜  packagefile html=/tmp/go-build2180205415/b221/_pkg_.a
2025-08-20T23:00:56.4050925Z [00:03:18.666]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T23:00:56.4051433Z [00:03:18.666]➜  packagefile internal/profile=/tmp/go-build2180205415/b3113/_pkg_.a
2025-08-20T23:00:56.4051882Z [00:03:18.666]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:56.4052287Z [00:03:18.666]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:00:56.4052711Z [00:03:18.666]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:00:56.4053158Z [00:03:18.666]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:56.4053570Z [00:03:18.666]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:56.4053980Z [00:03:18.666]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:56.4054438Z [00:03:18.666]➜  packagefile runtime/pprof=/tmp/go-build2180205415/b3114/_pkg_.a
2025-08-20T23:00:56.4054906Z [00:03:18.666]➜  packagefile runtime/trace=/tmp/go-build2180205415/b615/_pkg_.a
2025-08-20T23:00:56.4055484Z [00:03:18.666]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:56.4056154Z [00:03:18.666]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:56.4056587Z [00:03:18.666]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:56.4057006Z [00:03:18.666]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:56.4057322Z [00:03:18.666]➜  EOF
2025-08-20T23:00:56.4070611Z [00:03:18.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3112/_pkg_.a -trimpath "/root/.go/src/net/http/pprof=>net/http/pprof;$WORK/b3112=>" -p net/http/pprof -lang=go1.25 -std -complete -installsuffix shared -buildid iEzZuQ-TLSwHQ-rwr2mz/iEzZuQ-TLSwHQ-rwr2mz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3112/importcfg -pack /root/.go/src/net/http/pprof/pprof.go
2025-08-20T23:00:56.5490169Z [00:03:18.810]➜  go tool buildid -w $WORK/b3112/_pkg_.a # internal
2025-08-20T23:00:56.5519815Z [00:03:18.813]➜  cp $WORK/b3112/_pkg_.a /root/.cache/go-build/05/05c25a169a832cee986286f809d4220a1f7821b85cdfad4b0dff8d8be9d46039-d # internal
2025-08-20T23:00:57.0012869Z [00:03:19.262]➜  go tool buildid -w $WORK/b3068/_pkg_.a # internal
2025-08-20T23:00:57.0159346Z [00:03:19.277]➜  cp $WORK/b3068/_pkg_.a /root/.cache/go-build/2e/2e44953c9c6402b78b2ea2ac6979def03fb4557c71f99ce2bde8b35e983a324a-d # internal
2025-08-20T23:00:57.0211450Z [00:03:19.282]➜  github.com/yuin/goldmark/text
2025-08-20T23:00:57.0212462Z [00:03:19.282]➜  mkdir -p $WORK/b3067/
2025-08-20T23:00:57.0217169Z [00:03:19.283]➜  cat >/tmp/go-build2180205415/b3067/importcfg << 'EOF' # internal
2025-08-20T23:00:57.0217560Z [00:03:19.283]➜  # import config
2025-08-20T23:00:57.0217899Z [00:03:19.283]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:57.0218425Z [00:03:19.283]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build2180205415/b3068/_pkg_.a
2025-08-20T23:00:57.0218918Z [00:03:19.283]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:57.0219347Z [00:03:19.283]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:57.0219787Z [00:03:19.283]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:00:57.0220118Z [00:03:19.283]➜  EOF
2025-08-20T23:00:57.0223061Z [00:03:19.283]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3067/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/text=>github.com/yuin/goldmark@v1.7.8/text;$WORK/b3067=>" -p github.com/yuin/goldmark/text -lang=go1.19 -complete -installsuffix shared -buildid yk6CvLG41AWcRHzyVAd0/yk6CvLG41AWcRHzyVAd0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3067/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:00:57.1191425Z [00:03:19.380]➜  go tool buildid -w $WORK/b3067/_pkg_.a # internal
2025-08-20T23:00:57.1204593Z [00:03:19.381]➜  cp $WORK/b3067/_pkg_.a /root/.cache/go-build/d3/d3b76dff89d32575c17c294583830c7dbbfa4c75a3e2858e6354bdc62b70e87d-d # internal
2025-08-20T23:00:57.1207806Z [00:03:19.382]➜  github.com/yuin/goldmark/ast
2025-08-20T23:00:57.1208809Z [00:03:19.382]➜  mkdir -p $WORK/b3066/
2025-08-20T23:00:57.1213779Z [00:03:19.382]➜  cat >/tmp/go-build2180205415/b3066/importcfg << 'EOF' # internal
2025-08-20T23:00:57.1216466Z [00:03:19.382]➜  # import config
2025-08-20T23:00:57.1217194Z [00:03:19.382]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:57.1218509Z [00:03:19.382]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:57.1219032Z [00:03:19.382]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build2180205415/b3067/_pkg_.a
2025-08-20T23:00:57.1219634Z [00:03:19.382]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build2180205415/b3068/_pkg_.a
2025-08-20T23:00:57.1220136Z [00:03:19.382]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:57.1220457Z [00:03:19.382]➜  EOF
2025-08-20T23:00:57.1222967Z [00:03:19.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3066/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/ast=>github.com/yuin/goldmark@v1.7.8/ast;$WORK/b3066=>" -p github.com/yuin/goldmark/ast -lang=go1.19 -complete -installsuffix shared -buildid yQBI9lTYOO4KkHQVdRfh/yQBI9lTYOO4KkHQVdRfh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3066/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:00:57.6571646Z [00:03:19.918]➜  go tool buildid -w $WORK/b3066/_pkg_.a # internal
2025-08-20T23:00:57.6774535Z [00:03:19.938]➜  cp $WORK/b3066/_pkg_.a /root/.cache/go-build/44/443f151707d615302d7f6007e55b6c151f5878b169320dbc18f3325976e56f18-d # internal
2025-08-20T23:00:57.6775577Z [00:03:19.938]➜  github.com/yuin/goldmark-emoji/ast
2025-08-20T23:00:57.6776358Z [00:03:19.938]➜  mkdir -p $WORK/b3064/
2025-08-20T23:00:57.6777330Z [00:03:19.938]➜  cat >/tmp/go-build2180205415/b3064/importcfg << 'EOF' # internal
2025-08-20T23:00:57.6777749Z [00:03:19.938]➜  # import config
2025-08-20T23:00:57.6778092Z [00:03:19.938]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:57.6778963Z [00:03:19.938]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build2180205415/b3065/_pkg_.a
2025-08-20T23:00:57.6779604Z [00:03:19.938]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build2180205415/b3066/_pkg_.a
2025-08-20T23:00:57.6779990Z [00:03:19.938]➜  EOF
2025-08-20T23:00:57.6781834Z [00:03:19.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3064/_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/b3064=>" -p github.com/yuin/goldmark-emoji/ast -lang=go1.15 -complete -installsuffix shared -buildid Li_2w0YeblJhl0XWBpTF/Li_2w0YeblJhl0XWBpTF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3064/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/ast/emoji.go
2025-08-20T23:00:57.6783496Z [00:03:19.939]➜  github.com/yuin/goldmark/extension/ast
2025-08-20T23:00:57.6793866Z [00:03:19.940]➜  mkdir -p $WORK/b3069/
2025-08-20T23:00:57.6803488Z [00:03:19.941]➜  cat >/tmp/go-build2180205415/b3069/importcfg << 'EOF' # internal
2025-08-20T23:00:57.6803959Z [00:03:19.941]➜  # import config
2025-08-20T23:00:57.6804555Z [00:03:19.941]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:57.6805064Z [00:03:19.941]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build2180205415/b3066/_pkg_.a
2025-08-20T23:00:57.6805565Z [00:03:19.941]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:57.6807068Z [00:03:19.941]➜  EOF
2025-08-20T23:00:57.6810371Z [00:03:19.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3069/_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/b3069=>" -p github.com/yuin/goldmark/extension/ast -lang=go1.19 -complete -installsuffix shared -buildid BlmjujFUItsvJuS1-AC9/BlmjujFUItsvJuS1-AC9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3069/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:00:57.7433636Z [00:03:20.004]➜  go tool buildid -w $WORK/b3064/_pkg_.a # internal
2025-08-20T23:00:57.7439487Z [00:03:20.005]➜  cp $WORK/b3064/_pkg_.a /root/.cache/go-build/83/83623d811defac3c22c0773bb501e3adfdf816ef97879d073b97bbe29ff54d6a-d # internal
2025-08-20T23:00:57.7441739Z [00:03:20.005]➜  github.com/yuin/goldmark/renderer
2025-08-20T23:00:57.7443731Z [00:03:20.005]➜  mkdir -p $WORK/b3070/
2025-08-20T23:00:57.7449404Z [00:03:20.005]➜  cat >/tmp/go-build2180205415/b3070/importcfg << 'EOF' # internal
2025-08-20T23:00:57.7450032Z [00:03:20.006]➜  # import config
2025-08-20T23:00:57.7450387Z [00:03:20.006]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:00:57.7450924Z [00:03:20.006]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build2180205415/b3066/_pkg_.a
2025-08-20T23:00:57.7451521Z [00:03:20.006]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build2180205415/b3068/_pkg_.a
2025-08-20T23:00:57.7452008Z [00:03:20.006]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:57.7452410Z [00:03:20.006]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:57.7452715Z [00:03:20.006]➜  EOF
2025-08-20T23:00:57.7454592Z [00:03:20.006]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3070/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/renderer=>github.com/yuin/goldmark@v1.7.8/renderer;$WORK/b3070=>" -p github.com/yuin/goldmark/renderer -lang=go1.19 -complete -installsuffix shared -buildid OAYN8wjC75xSzX8gkSLQ/OAYN8wjC75xSzX8gkSLQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3070/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/renderer/renderer.go
2025-08-20T23:00:57.7943917Z [00:03:20.055]➜  go tool buildid -w $WORK/b3070/_pkg_.a # internal
2025-08-20T23:00:57.7989524Z [00:03:20.059]➜  cp $WORK/b3070/_pkg_.a /root/.cache/go-build/3c/3c3e0d2a0e3c8aa53651e064bba912e246032aaca721ab2a08bcff7bd1021c3b-d # internal
2025-08-20T23:00:58.0102023Z [00:03:20.271]➜  go tool buildid -w $WORK/b3069/_pkg_.a # internal
2025-08-20T23:00:58.0187954Z [00:03:20.280]➜  cp $WORK/b3069/_pkg_.a /root/.cache/go-build/2b/2bd4d3a431e701acac02a2e81cbc85da8e06da194735a3fb78cdfb6fc29cd76f-d # internal
2025-08-20T23:00:58.0272355Z [00:03:20.288]➜  github.com/charmbracelet/glamour/ansi
2025-08-20T23:00:58.0272729Z [00:03:20.288]➜  mkdir -p $WORK/b3042/
2025-08-20T23:00:58.0276101Z [00:03:20.289]➜  cat >/tmp/go-build2180205415/b3042/importcfg << 'EOF' # internal
2025-08-20T23:00:58.0280803Z [00:03:20.289]➜  # import config
2025-08-20T23:00:58.0281499Z [00:03:20.289]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:00:58.0281926Z [00:03:20.289]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:58.0282470Z [00:03:20.289]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build2180205415/b3043/_pkg_.a
2025-08-20T23:00:58.0283384Z [00:03:20.289]➜  packagefile github.com/alecthomas/chroma/v2/quick=/tmp/go-build2180205415/b3046/_pkg_.a
2025-08-20T23:00:58.0284031Z [00:03:20.289]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build2180205415/b3051/_pkg_.a
2025-08-20T23:00:58.0284852Z [00:03:20.289]➜  packagefile github.com/charmbracelet/glamour/internal/autolink=/tmp/go-build2180205415/b3052/_pkg_.a
2025-08-20T23:00:58.0285648Z [00:03:20.289]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:58.0286466Z [00:03:20.289]➜  packagefile github.com/charmbracelet/lipgloss/table=/tmp/go-build2180205415/b3053/_pkg_.a
2025-08-20T23:00:58.0287104Z [00:03:20.289]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build2180205415/b3024/_pkg_.a
2025-08-20T23:00:58.0287727Z [00:03:20.289]➜  packagefile github.com/charmbracelet/x/exp/slice=/tmp/go-build2180205415/b3054/_pkg_.a
2025-08-20T23:00:58.0288364Z [00:03:20.289]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build2180205415/b3055/_pkg_.a
2025-08-20T23:00:58.0288966Z [00:03:20.289]➜  packagefile github.com/muesli/reflow/indent=/tmp/go-build2180205415/b3060/_pkg_.a
2025-08-20T23:00:58.0289568Z [00:03:20.289]➜  packagefile github.com/muesli/reflow/padding=/tmp/go-build2180205415/b3062/_pkg_.a
2025-08-20T23:00:58.0290182Z [00:03:20.289]➜  packagefile github.com/muesli/reflow/wordwrap=/tmp/go-build2180205415/b3063/_pkg_.a
2025-08-20T23:00:58.0290768Z [00:03:20.289]➜  packagefile github.com/muesli/termenv=/tmp/go-build2180205415/b3033/_pkg_.a
2025-08-20T23:00:58.0291522Z [00:03:20.289]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build2180205415/b3064/_pkg_.a
2025-08-20T23:00:58.0292181Z [00:03:20.289]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build2180205415/b3066/_pkg_.a
2025-08-20T23:00:58.0292796Z [00:03:20.289]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build2180205415/b3069/_pkg_.a
2025-08-20T23:00:58.0293434Z [00:03:20.289]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build2180205415/b3070/_pkg_.a
2025-08-20T23:00:58.0294037Z [00:03:20.289]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build2180205415/b3068/_pkg_.a
2025-08-20T23:00:58.0294598Z [00:03:20.289]➜  packagefile golang.org/x/text/cases=/tmp/go-build2180205415/b233/_pkg_.a
2025-08-20T23:00:58.0295150Z [00:03:20.289]➜  packagefile golang.org/x/text/language=/tmp/go-build2180205415/b235/_pkg_.a
2025-08-20T23:00:58.0295634Z [00:03:20.289]➜  packagefile html=/tmp/go-build2180205415/b221/_pkg_.a
2025-08-20T23:00:58.0298117Z [00:03:20.289]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:58.0298540Z [00:03:20.289]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:00:58.0298964Z [00:03:20.289]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:00:58.0299382Z [00:03:20.289]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:00:58.0300053Z [00:03:20.289]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:58.0300494Z [00:03:20.289]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.0300933Z [00:03:20.289]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:00:58.0301376Z [00:03:20.289]➜  packagefile text/template=/tmp/go-build2180205415/b094/_pkg_.a
2025-08-20T23:00:58.0301716Z [00:03:20.289]➜  EOF
2025-08-20T23:00:58.0309495Z [00:03:20.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3042/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi=>github.com/charmbracelet/glamour@v0.10.0/ansi;$WORK/b3042=>" -p github.com/charmbracelet/glamour/ansi -lang=go1.23 -complete -installsuffix shared -buildid 07E0BMCkHbpe3KvZ2O9z/07E0BMCkHbpe3KvZ2O9z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3042/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:00:58.3897274Z [00:03:20.651]➜  go tool buildid -w $WORK/b3042/_pkg_.a # internal
2025-08-20T23:00:58.3996593Z [00:03:20.660]➜  cp $WORK/b3042/_pkg_.a /root/.cache/go-build/b0/b07f0baa261b214404cb65a22b7ec285599d186bbcfce8356aad963396091fb3-d # internal
2025-08-20T23:00:58.4007897Z [00:03:20.661]➜  github.com/charmbracelet/glamour/styles
2025-08-20T23:00:58.4009442Z [00:03:20.661]➜  mkdir -p $WORK/b3071/
2025-08-20T23:00:58.4030292Z [00:03:20.664]➜  cat >/tmp/go-build2180205415/b3071/importcfg << 'EOF' # internal
2025-08-20T23:00:58.4030712Z [00:03:20.664]➜  # import config
2025-08-20T23:00:58.4032565Z [00:03:20.664]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build2180205415/b3042/_pkg_.a
2025-08-20T23:00:58.4033020Z [00:03:20.664]➜  EOF
2025-08-20T23:00:58.4037202Z [00:03:20.664]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3071/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/styles=>github.com/charmbracelet/glamour@v0.10.0/styles;$WORK/b3071=>" -p github.com/charmbracelet/glamour/styles -lang=go1.23 -complete -installsuffix shared -buildid fkGmH5FIEjfGUnm25eaQ/fkGmH5FIEjfGUnm25eaQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3071/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:00:58.4602334Z [00:03:20.721]➜  go tool buildid -w $WORK/b3071/_pkg_.a # internal
2025-08-20T23:00:58.4613309Z [00:03:20.722]➜  cp $WORK/b3071/_pkg_.a /root/.cache/go-build/93/934af7b6a7aa4422ad70ac58759cdcbb3610c049e82633b8f7ba8e19740d6fd3-d # internal
2025-08-20T23:00:58.4621087Z [00:03:20.723]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/common
2025-08-20T23:00:58.4621479Z [00:03:20.723]➜  mkdir -p $WORK/b3039/
2025-08-20T23:00:58.4640052Z [00:03:20.725]➜  cat >/tmp/go-build2180205415/b3039/importcfg << 'EOF' # internal
2025-08-20T23:00:58.4640503Z [00:03:20.725]➜  # import config
2025-08-20T23:00:58.4640961Z [00:03:20.725]➜  packagefile github.com/aymanbagabas/go-osc52=/tmp/go-build2180205415/b3040/_pkg_.a
2025-08-20T23:00:58.4641617Z [00:03:20.725]➜  packagefile github.com/charmbracelet/bubbles/help=/tmp/go-build2180205415/b3041/_pkg_.a
2025-08-20T23:00:58.4642260Z [00:03:20.725]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:58.4642896Z [00:03:20.725]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build2180205415/b3042/_pkg_.a
2025-08-20T23:00:58.4643560Z [00:03:20.725]➜  packagefile github.com/charmbracelet/glamour/styles=/tmp/go-build2180205415/b3071/_pkg_.a
2025-08-20T23:00:58.4644500Z [00:03:20.725]➜  packagefile github.com/lrstanley/bubblezone=/tmp/go-build2180205415/b3038/_pkg_.a
2025-08-20T23:00:58.4645112Z [00:03:20.725]➜  packagefile github.com/muesli/reflow/truncate=/tmp/go-build2180205415/b3072/_pkg_.a
2025-08-20T23:00:58.4646219Z [00:03:20.725]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:58.4647186Z [00:03:20.725]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/keymap=/tmp/go-build2180205415/b3078/_pkg_.a
2025-08-20T23:00:58.4647983Z [00:03:20.725]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build2180205415/b3079/_pkg_.a
2025-08-20T23:00:58.4648585Z [00:03:20.725]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.4648907Z [00:03:20.725]➜  EOF
2025-08-20T23:00:58.4654862Z [00:03:20.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3039/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/common=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/common;$WORK/b3039=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/common -lang=go1.24 -complete -installsuffix shared -buildid vKKrp4HgehoPB589DYqa/vKKrp4HgehoPB589DYqa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3039/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:00:58.4967908Z [00:03:20.757]➜  go tool buildid -w $WORK/b3039/_pkg_.a # internal
2025-08-20T23:00:58.4978902Z [00:03:20.759]➜  cp $WORK/b3039/_pkg_.a /root/.cache/go-build/4b/4bc7742b9536b680511f459886da204b6902cc92e1b00ed9de58ac0954a91a87-d # internal
2025-08-20T23:00:58.5000637Z [00:03:20.761]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_form
2025-08-20T23:00:58.5007481Z [00:03:20.762]➜  mkdir -p $WORK/b3085/
2025-08-20T23:00:58.5018402Z [00:03:20.763]➜  cat >/tmp/go-build2180205415/b3085/importcfg << 'EOF' # internal
2025-08-20T23:00:58.5019078Z [00:03:20.763]➜  # import config
2025-08-20T23:00:58.5020467Z [00:03:20.763]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:58.5021987Z [00:03:20.763]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2180205415/b3021/_pkg_.a
2025-08-20T23:00:58.5023189Z [00:03:20.763]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:58.5023911Z [00:03:20.763]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:58.5024627Z [00:03:20.763]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer=/tmp/go-build2180205415/b213/_pkg_.a
2025-08-20T23:00:58.5026099Z [00:03:20.763]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T23:00:58.5027291Z [00:03:20.763]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.5028207Z [00:03:20.763]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:58.5029064Z [00:03:20.763]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build2180205415/b3079/_pkg_.a
2025-08-20T23:00:58.5029688Z [00:03:20.763]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.5030009Z [00:03:20.763]➜  EOF
2025-08-20T23:00:58.5032059Z [00:03:20.763]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3085/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/analyze_form=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_form;$WORK/b3085=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_form -lang=go1.24 -complete -installsuffix shared -buildid -mgRToM-LymUn3t9tTXg/-mgRToM-LymUn3t9tTXg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3085/importcfg -pack ./pkg/tui/pages/analyze_form/analyze_form.go
2025-08-20T23:00:58.5034225Z [00:03:20.764]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector
2025-08-20T23:00:58.5035311Z [00:03:20.765]➜  mkdir -p $WORK/b3080/
2025-08-20T23:00:58.5039779Z [00:03:20.765]➜  cat >/tmp/go-build2180205415/b3080/importcfg << 'EOF' # internal
2025-08-20T23:00:58.5040247Z [00:03:20.765]➜  # import config
2025-08-20T23:00:58.5040710Z [00:03:20.765]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2180205415/b3021/_pkg_.a
2025-08-20T23:00:58.5041366Z [00:03:20.765]➜  packagefile github.com/charmbracelet/bubbles/list=/tmp/go-build2180205415/b3081/_pkg_.a
2025-08-20T23:00:58.5042006Z [00:03:20.765]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:58.5042722Z [00:03:20.765]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.5043215Z [00:03:20.765]➜  EOF
2025-08-20T23:00:58.5045313Z [00:03:20.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3080/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/selector=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector;$WORK/b3080=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector -lang=go1.24 -complete -installsuffix shared -buildid mS-4FL9HLytfvNmVpWKo/mS-4FL9HLytfvNmVpWKo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3080/importcfg -pack ./pkg/tui/components/selector/selector.go
2025-08-20T23:00:58.5499713Z [00:03:20.811]➜  go tool buildid -w $WORK/b3085/_pkg_.a # internal
2025-08-20T23:00:58.5515573Z [00:03:20.812]➜  cp $WORK/b3085/_pkg_.a /root/.cache/go-build/74/74bfb4fadc4e841a893343ee26f4c3feb327bf7fc61ca6928b24defb63a3a2bd-d # internal
2025-08-20T23:00:58.5521186Z [00:03:20.813]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/contact_enterprise
2025-08-20T23:00:58.5521680Z [00:03:20.813]➜  mkdir -p $WORK/b3087/
2025-08-20T23:00:58.5529608Z [00:03:20.814]➜  cat >/tmp/go-build2180205415/b3087/importcfg << 'EOF' # internal
2025-08-20T23:00:58.5532066Z [00:03:20.814]➜  # import config
2025-08-20T23:00:58.5533677Z [00:03:20.814]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2180205415/b3021/_pkg_.a
2025-08-20T23:00:58.5535620Z [00:03:20.815]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:58.5539508Z [00:03:20.815]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:58.5540263Z [00:03:20.815]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.5541057Z [00:03:20.815]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build2180205415/b3079/_pkg_.a
2025-08-20T23:00:58.5541997Z [00:03:20.815]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.5542326Z [00:03:20.815]➜  EOF
2025-08-20T23:00:58.5544523Z [00:03:20.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3087/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/contact_enterprise=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/contact_enterprise;$WORK/b3087=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/contact_enterprise -lang=go1.24 -complete -installsuffix shared -buildid YD1P1VjD6sH-GxvKOh6F/YD1P1VjD6sH-GxvKOh6F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3087/importcfg -pack ./pkg/tui/pages/contact_enterprise/contact_enterprise.go
2025-08-20T23:00:58.6023656Z [00:03:20.863]➜  go tool buildid -w $WORK/b3087/_pkg_.a # internal
2025-08-20T23:00:58.6042738Z [00:03:20.865]➜  cp $WORK/b3087/_pkg_.a /root/.cache/go-build/06/0694c78c1f0bcc1141b80d2d8cc42d74510ebf1eee7498654f1923fd2c19503a-d # internal
2025-08-20T23:00:58.6044450Z [00:03:20.865]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/tabs
2025-08-20T23:00:58.6045493Z [00:03:20.865]➜  mkdir -p $WORK/b3089/
2025-08-20T23:00:58.6046258Z [00:03:20.865]➜  cat >/tmp/go-build2180205415/b3089/importcfg << 'EOF' # internal
2025-08-20T23:00:58.6047489Z [00:03:20.865]➜  # import config
2025-08-20T23:00:58.6047971Z [00:03:20.865]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:58.6048783Z [00:03:20.865]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:58.6049570Z [00:03:20.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.6050184Z [00:03:20.865]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.6050505Z [00:03:20.865]➜  EOF
2025-08-20T23:00:58.6059097Z [00:03:20.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3089/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/tabs=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/tabs;$WORK/b3089=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/tabs -lang=go1.24 -complete -installsuffix shared -buildid 22_nXtQLVCDtO6RTQKzJ/22_nXtQLVCDtO6RTQKzJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3089/importcfg -pack ./pkg/tui/components/tabs/tabs.go
2025-08-20T23:00:58.6473865Z [00:03:20.908]➜  go tool buildid -w $WORK/b3080/_pkg_.a # internal
2025-08-20T23:00:58.6492801Z [00:03:20.910]➜  cp $WORK/b3080/_pkg_.a /root/.cache/go-build/c4/c4972f8f74a11f069f6ebb1334a5f66771cf944435e0662f7f086a2aac335a53-d # internal
2025-08-20T23:00:58.6495963Z [00:03:20.910]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_keys
2025-08-20T23:00:58.6496490Z [00:03:20.910]➜  mkdir -p $WORK/b3086/
2025-08-20T23:00:58.6496870Z [00:03:20.911]➜  cat >/tmp/go-build2180205415/b3086/importcfg << 'EOF' # internal
2025-08-20T23:00:58.6497226Z [00:03:20.911]➜  # import config
2025-08-20T23:00:58.6497695Z [00:03:20.911]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2180205415/b3021/_pkg_.a
2025-08-20T23:00:58.6498355Z [00:03:20.911]➜  packagefile github.com/charmbracelet/bubbles/list=/tmp/go-build2180205415/b3081/_pkg_.a
2025-08-20T23:00:58.6498994Z [00:03:20.911]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:58.6499619Z [00:03:20.911]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:58.6500369Z [00:03:20.911]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T23:00:58.6501197Z [00:03:20.911]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.6502043Z [00:03:20.911]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector=/tmp/go-build2180205415/b3080/_pkg_.a
2025-08-20T23:00:58.6503142Z [00:03:20.911]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build2180205415/b3079/_pkg_.a
2025-08-20T23:00:58.6503634Z [00:03:20.911]➜  EOF
2025-08-20T23:00:58.6505703Z [00:03:20.911]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3086/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/analyze_keys=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_keys;$WORK/b3086=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_keys -lang=go1.24 -complete -installsuffix shared -buildid sEGYoShZRbvIlGUb-swl/sEGYoShZRbvIlGUb-swl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3086/importcfg -pack ./pkg/tui/pages/analyze_keys/analyze_keys.go
2025-08-20T23:00:58.6696383Z [00:03:20.930]➜  go tool buildid -w $WORK/b3089/_pkg_.a # internal
2025-08-20T23:00:58.6700284Z [00:03:20.931]➜  cp $WORK/b3089/_pkg_.a /root/.cache/go-build/ed/ed198b78a6551adefb8d0c1d50bd1aa9d24deb001d4a5d8f8fd16af35482c42a-d # internal
2025-08-20T23:00:58.6711973Z [00:03:20.932]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/circleci
2025-08-20T23:00:58.6717260Z [00:03:20.933]➜  mkdir -p $WORK/b3091/
2025-08-20T23:00:58.6721591Z [00:03:20.933]➜  cat >/tmp/go-build2180205415/b3091/importcfg << 'EOF' # internal
2025-08-20T23:00:58.6721990Z [00:03:20.933]➜  # import config
2025-08-20T23:00:58.6722547Z [00:03:20.933]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.6723629Z [00:03:20.933]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:58.6724363Z [00:03:20.933]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.6724702Z [00:03:20.933]➜  EOF
2025-08-20T23:00:58.6727147Z [00:03:20.933]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3091/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/circleci=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/circleci;$WORK/b3091=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/circleci -lang=go1.24 -complete -installsuffix shared -buildid XqcwMADhBhMj_UedEFrS/XqcwMADhBhMj_UedEFrS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3091/importcfg -pack ./pkg/tui/sources/circleci/circleci.go
2025-08-20T23:00:58.7026770Z [00:03:20.963]➜  go tool buildid -w $WORK/b3091/_pkg_.a # internal
2025-08-20T23:00:58.7035211Z [00:03:20.964]➜  cp $WORK/b3091/_pkg_.a /root/.cache/go-build/0b/0b1c0a30c96fde605845ae2bcedb6f6f1b077b17dab9e86b97ded735a9d94150-d # internal
2025-08-20T23:00:58.7038024Z [00:03:20.965]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/docker
2025-08-20T23:00:58.7044671Z [00:03:20.965]➜  mkdir -p $WORK/b3092/
2025-08-20T23:00:58.7045584Z [00:03:20.965]➜  cat >/tmp/go-build2180205415/b3092/importcfg << 'EOF' # internal
2025-08-20T23:00:58.7049400Z [00:03:20.965]➜  # import config
2025-08-20T23:00:58.7051595Z [00:03:20.965]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.7052522Z [00:03:20.965]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:58.7053187Z [00:03:20.965]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.7053505Z [00:03:20.965]➜  EOF
2025-08-20T23:00:58.7055501Z [00:03:20.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3092/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/docker=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/docker;$WORK/b3092=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/docker -lang=go1.24 -complete -installsuffix shared -buildid yq6r8HY0v6CxeGYQ4pAZ/yq6r8HY0v6CxeGYQ4pAZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3092/importcfg -pack ./pkg/tui/sources/docker/docker.go
2025-08-20T23:00:58.7211848Z [00:03:20.982]➜  go tool buildid -w $WORK/b3086/_pkg_.a # internal
2025-08-20T23:00:58.7220379Z [00:03:20.983]➜  cp $WORK/b3086/_pkg_.a /root/.cache/go-build/95/951bd91917893c8dee0e1c4f915f7a55fc675dc342ff815e38352e9a9f443b7b-d # internal
2025-08-20T23:00:58.7222880Z [00:03:20.983]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/elasticsearch
2025-08-20T23:00:58.7223722Z [00:03:20.983]➜  mkdir -p $WORK/b3093/
2025-08-20T23:00:58.7227127Z [00:03:20.983]➜  cat >/tmp/go-build2180205415/b3093/importcfg << 'EOF' # internal
2025-08-20T23:00:58.7229111Z [00:03:20.983]➜  # import config
2025-08-20T23:00:58.7229741Z [00:03:20.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.7230627Z [00:03:20.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:58.7231295Z [00:03:20.983]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.7231614Z [00:03:20.983]➜  EOF
2025-08-20T23:00:58.7233784Z [00:03:20.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3093/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/elasticsearch=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/elasticsearch;$WORK/b3093=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/elasticsearch -lang=go1.24 -complete -installsuffix shared -buildid jdZxqGKCbcp9Xl52VnF0/jdZxqGKCbcp9Xl52VnF0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3093/importcfg -pack ./pkg/tui/sources/elasticsearch/elasticsearch.go
2025-08-20T23:00:58.7392678Z [00:03:21.000]➜  go tool buildid -w $WORK/b3092/_pkg_.a # internal
2025-08-20T23:00:58.7401578Z [00:03:21.001]➜  cp $WORK/b3092/_pkg_.a /root/.cache/go-build/8e/8ec4f361153f6429b06ac23e64a91e35e8d9823ef0d0e5b21c508d63d7c1be27-d # internal
2025-08-20T23:00:58.7416898Z [00:03:21.003]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/filesystem
2025-08-20T23:00:58.7418953Z [00:03:21.003]➜  mkdir -p $WORK/b3094/
2025-08-20T23:00:58.7421619Z [00:03:21.003]➜  cat >/tmp/go-build2180205415/b3094/importcfg << 'EOF' # internal
2025-08-20T23:00:58.7422849Z [00:03:21.003]➜  # import config
2025-08-20T23:00:58.7425564Z [00:03:21.003]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.7427711Z [00:03:21.003]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:58.7429743Z [00:03:21.003]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.7430567Z [00:03:21.003]➜  EOF
2025-08-20T23:00:58.7433059Z [00:03:21.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3094/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/filesystem=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/filesystem;$WORK/b3094=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/filesystem -lang=go1.24 -complete -installsuffix shared -buildid FI6Exc832YaZGzysgFIo/FI6Exc832YaZGzysgFIo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3094/importcfg -pack ./pkg/tui/sources/filesystem/filesystem.go
2025-08-20T23:00:58.7683478Z [00:03:21.029]➜  go tool buildid -w $WORK/b3093/_pkg_.a # internal
2025-08-20T23:00:58.7693830Z [00:03:21.030]➜  cp $WORK/b3093/_pkg_.a /root/.cache/go-build/0b/0bf759e6b51f0c8ad3f64a4a089852a182153f9d681efd11163dd237917ced9f-d # internal
2025-08-20T23:00:58.7694988Z [00:03:21.031]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gcs
2025-08-20T23:00:58.7696179Z [00:03:21.031]➜  mkdir -p $WORK/b3095/
2025-08-20T23:00:58.7700221Z [00:03:21.031]➜  cat >/tmp/go-build2180205415/b3095/importcfg << 'EOF' # internal
2025-08-20T23:00:58.7700602Z [00:03:21.031]➜  # import config
2025-08-20T23:00:58.7701151Z [00:03:21.031]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.7702024Z [00:03:21.031]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:58.7703036Z [00:03:21.031]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.7703369Z [00:03:21.031]➜  EOF
2025-08-20T23:00:58.7705665Z [00:03:21.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3095/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/gcs=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gcs;$WORK/b3095=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gcs -lang=go1.24 -complete -installsuffix shared -buildid vh8RiSdyTlQF_gtqgVjP/vh8RiSdyTlQF_gtqgVjP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3095/importcfg -pack ./pkg/tui/sources/gcs/gcs.go
2025-08-20T23:00:58.7890883Z [00:03:21.050]➜  go tool buildid -w $WORK/b3094/_pkg_.a # internal
2025-08-20T23:00:58.7912295Z [00:03:21.051]➜  cp $WORK/b3094/_pkg_.a /root/.cache/go-build/b8/b87f09aabe2961aa6d0fa8f7b8b2a1e98762dd97d520d505b74c8de60db3b2be-d # internal
2025-08-20T23:00:58.7952852Z [00:03:21.056]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/git
2025-08-20T23:00:58.7956245Z [00:03:21.056]➜  mkdir -p $WORK/b3096/
2025-08-20T23:00:58.7957349Z [00:03:21.057]➜  cat >/tmp/go-build2180205415/b3096/importcfg << 'EOF' # internal
2025-08-20T23:00:58.7957711Z [00:03:21.057]➜  # import config
2025-08-20T23:00:58.7958252Z [00:03:21.057]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.7959136Z [00:03:21.057]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:58.7959795Z [00:03:21.057]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.7960123Z [00:03:21.057]➜  EOF
2025-08-20T23:00:58.7962026Z [00:03:21.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3096/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/git=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/git;$WORK/b3096=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/git -lang=go1.24 -complete -installsuffix shared -buildid SQl4VF5tj1KzhVhW49v9/SQl4VF5tj1KzhVhW49v9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3096/importcfg -pack ./pkg/tui/sources/git/git.go
2025-08-20T23:00:58.8161137Z [00:03:21.077]➜  go tool buildid -w $WORK/b3095/_pkg_.a # internal
2025-08-20T23:00:58.8170049Z [00:03:21.078]➜  cp $WORK/b3095/_pkg_.a /root/.cache/go-build/8b/8b4d1dd128d71f1a902ae01742b93cd6407a046b4740a87a0ae5bcd1f17cdd4d-d # internal
2025-08-20T23:00:58.8175192Z [00:03:21.079]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/github
2025-08-20T23:00:58.8175751Z [00:03:21.079]➜  mkdir -p $WORK/b3097/
2025-08-20T23:00:58.8176572Z [00:03:21.079]➜  cat >/tmp/go-build2180205415/b3097/importcfg << 'EOF' # internal
2025-08-20T23:00:58.8176986Z [00:03:21.079]➜  # import config
2025-08-20T23:00:58.8177535Z [00:03:21.079]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.8178416Z [00:03:21.079]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:58.8179090Z [00:03:21.079]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.8179410Z [00:03:21.079]➜  EOF
2025-08-20T23:00:58.8181392Z [00:03:21.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3097/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/github=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/github;$WORK/b3097=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/github -lang=go1.24 -complete -installsuffix shared -buildid Tk1OsJA5--XEmP8AdlmM/Tk1OsJA5--XEmP8AdlmM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3097/importcfg -pack ./pkg/tui/sources/github/github.go
2025-08-20T23:00:58.8450146Z [00:03:21.106]➜  go tool buildid -w $WORK/b3096/_pkg_.a # internal
2025-08-20T23:00:58.8461093Z [00:03:21.107]➜  cp $WORK/b3096/_pkg_.a /root/.cache/go-build/64/6414050c99ac5579374acb28bff91d469f504930927b6ccb19b5ee17d765f59e-d # internal
2025-08-20T23:00:58.8463985Z [00:03:21.107]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gitlab
2025-08-20T23:00:58.8464399Z [00:03:21.107]➜  mkdir -p $WORK/b3098/
2025-08-20T23:00:58.8472407Z [00:03:21.108]➜  cat >/tmp/go-build2180205415/b3098/importcfg << 'EOF' # internal
2025-08-20T23:00:58.8473091Z [00:03:21.108]➜  # import config
2025-08-20T23:00:58.8473719Z [00:03:21.108]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.8474599Z [00:03:21.108]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:58.8475493Z [00:03:21.109]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.8479669Z [00:03:21.109]➜  EOF
2025-08-20T23:00:58.8484207Z [00:03:21.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3098/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/gitlab=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gitlab;$WORK/b3098=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gitlab -lang=go1.24 -complete -installsuffix shared -buildid KzvqMG1i42J5nF2wrvnq/KzvqMG1i42J5nF2wrvnq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3098/importcfg -pack ./pkg/tui/sources/gitlab/gitlab.go
2025-08-20T23:00:58.8733168Z [00:03:21.134]➜  go tool buildid -w $WORK/b3097/_pkg_.a # internal
2025-08-20T23:00:58.8734480Z [00:03:21.134]➜  cp $WORK/b3097/_pkg_.a /root/.cache/go-build/a3/a3be8e06eb87f32a5ba355330cf5982457572238944f18e3bdb6a5e9d09a5332-d # internal
2025-08-20T23:00:58.8735940Z [00:03:21.134]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/huggingface
2025-08-20T23:00:58.8736412Z [00:03:21.134]➜  mkdir -p $WORK/b3099/
2025-08-20T23:00:58.8736791Z [00:03:21.134]➜  cat >/tmp/go-build2180205415/b3099/importcfg << 'EOF' # internal
2025-08-20T23:00:58.8737160Z [00:03:21.134]➜  # import config
2025-08-20T23:00:58.8737714Z [00:03:21.134]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.8738578Z [00:03:21.134]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:58.8739244Z [00:03:21.134]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.8739564Z [00:03:21.134]➜  EOF
2025-08-20T23:00:58.8741893Z [00:03:21.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3099/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/huggingface=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/huggingface;$WORK/b3099=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/huggingface -lang=go1.24 -complete -installsuffix shared -buildid AejGhoM-8uc_85WdNZIK/AejGhoM-8uc_85WdNZIK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3099/importcfg -pack ./pkg/tui/sources/huggingface/huggingface.go
2025-08-20T23:00:58.8972057Z [00:03:21.158]➜  go tool buildid -w $WORK/b3098/_pkg_.a # internal
2025-08-20T23:00:58.8988193Z [00:03:21.160]➜  cp $WORK/b3098/_pkg_.a /root/.cache/go-build/57/574d4fd360c0fa4630007966a6805c6a67a353f09fa64a44c5255124f003c14c-d # internal
2025-08-20T23:00:58.9021762Z [00:03:21.163]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/jenkins
2025-08-20T23:00:58.9022805Z [00:03:21.163]➜  mkdir -p $WORK/b3100/
2025-08-20T23:00:58.9032354Z [00:03:21.164]➜  cat >/tmp/go-build2180205415/b3100/importcfg << 'EOF' # internal
2025-08-20T23:00:58.9033001Z [00:03:21.164]➜  # import config
2025-08-20T23:00:58.9033768Z [00:03:21.164]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.9034851Z [00:03:21.164]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:58.9036491Z [00:03:21.164]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.9037623Z [00:03:21.164]➜  EOF
2025-08-20T23:00:58.9049210Z [00:03:21.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3100/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/jenkins=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/jenkins;$WORK/b3100=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/jenkins -lang=go1.24 -complete -installsuffix shared -buildid GtWr4QsbbjcrSsSj5d1q/GtWr4QsbbjcrSsSj5d1q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3100/importcfg -pack ./pkg/tui/sources/jenkins/jenkins.go
2025-08-20T23:00:58.9143054Z [00:03:21.175]➜  go tool buildid -w $WORK/b3099/_pkg_.a # internal
2025-08-20T23:00:58.9151129Z [00:03:21.176]➜  cp $WORK/b3099/_pkg_.a /root/.cache/go-build/2e/2e0e57f111575aaa4b28774cf8a5bb00d7497077e4d24e563dc291e1baaf3cb0-d # internal
2025-08-20T23:00:58.9152485Z [00:03:21.176]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/postman
2025-08-20T23:00:58.9153537Z [00:03:21.176]➜  mkdir -p $WORK/b3101/
2025-08-20T23:00:58.9156784Z [00:03:21.177]➜  cat >/tmp/go-build2180205415/b3101/importcfg << 'EOF' # internal
2025-08-20T23:00:58.9157162Z [00:03:21.177]➜  # import config
2025-08-20T23:00:58.9157711Z [00:03:21.177]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.9158594Z [00:03:21.177]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:58.9159265Z [00:03:21.177]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.9159733Z [00:03:21.177]➜  EOF
2025-08-20T23:00:58.9179027Z [00:03:21.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3101/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/postman=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/postman;$WORK/b3101=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/postman -lang=go1.24 -complete -installsuffix shared -buildid Y711PiEDthdd824Ipvan/Y711PiEDthdd824Ipvan -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3101/importcfg -pack ./pkg/tui/sources/postman/postman.go
2025-08-20T23:00:58.9501220Z [00:03:21.211]➜  go tool buildid -w $WORK/b3101/_pkg_.a # internal
2025-08-20T23:00:58.9527278Z [00:03:21.212]➜  cp $WORK/b3101/_pkg_.a /root/.cache/go-build/7e/7e5cad0ebf662187207f324bbd9631c0228ac86425a988ec855de8308155a548-d # internal
2025-08-20T23:00:58.9528601Z [00:03:21.212]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/s3
2025-08-20T23:00:58.9529049Z [00:03:21.212]➜  mkdir -p $WORK/b3102/
2025-08-20T23:00:58.9529462Z [00:03:21.213]➜  cat >/tmp/go-build2180205415/b3102/importcfg << 'EOF' # internal
2025-08-20T23:00:58.9529817Z [00:03:21.213]➜  # import config
2025-08-20T23:00:58.9530365Z [00:03:21.213]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.9531631Z [00:03:21.213]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:58.9532315Z [00:03:21.213]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.9532635Z [00:03:21.213]➜  EOF
2025-08-20T23:00:58.9534520Z [00:03:21.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3102/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/s3=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/s3;$WORK/b3102=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/s3 -lang=go1.24 -complete -installsuffix shared -buildid upu6FaKy7JuB9wQi5gU5/upu6FaKy7JuB9wQi5gU5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3102/importcfg -pack ./pkg/tui/sources/s3/s3.go
2025-08-20T23:00:58.9593581Z [00:03:21.220]➜  go tool buildid -w $WORK/b3100/_pkg_.a # internal
2025-08-20T23:00:58.9604045Z [00:03:21.221]➜  cp $WORK/b3100/_pkg_.a /root/.cache/go-build/f1/f137b3407dbb42be020cd49a4f986aa08cd1209f99d14446336e9447d01cef1f-d # internal
2025-08-20T23:00:58.9605496Z [00:03:21.222]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/syslog
2025-08-20T23:00:58.9618182Z [00:03:21.223]➜  mkdir -p $WORK/b3103/
2025-08-20T23:00:58.9619819Z [00:03:21.223]➜  cat >/tmp/go-build2180205415/b3103/importcfg << 'EOF' # internal
2025-08-20T23:00:58.9621261Z [00:03:21.223]➜  # import config
2025-08-20T23:00:58.9622040Z [00:03:21.223]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.9623035Z [00:03:21.223]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:58.9623708Z [00:03:21.223]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:58.9624029Z [00:03:21.223]➜  EOF
2025-08-20T23:00:58.9626171Z [00:03:21.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3103/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/syslog=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/syslog;$WORK/b3103=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/syslog -lang=go1.24 -complete -installsuffix shared -buildid huSHXEW76y1K07VnZqQu/huSHXEW76y1K07VnZqQu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3103/importcfg -pack ./pkg/tui/sources/syslog/syslog.go
2025-08-20T23:00:58.9879508Z [00:03:21.249]➜  go tool buildid -w $WORK/b3102/_pkg_.a # internal
2025-08-20T23:00:58.9888086Z [00:03:21.250]➜  cp $WORK/b3102/_pkg_.a /root/.cache/go-build/46/46b76798fbec50761c8e1c50ffa75af31f88551a6f26830e9cc33436ccc621bf-d # internal
2025-08-20T23:00:58.9890238Z [00:03:21.250]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_select
2025-08-20T23:00:58.9891705Z [00:03:21.250]➜  mkdir -p $WORK/b3104/
2025-08-20T23:00:58.9894080Z [00:03:21.251]➜  cat >/tmp/go-build2180205415/b3104/importcfg << 'EOF' # internal
2025-08-20T23:00:58.9895604Z [00:03:21.251]➜  # import config
2025-08-20T23:00:58.9896838Z [00:03:21.251]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2180205415/b3021/_pkg_.a
2025-08-20T23:00:58.9897568Z [00:03:21.251]➜  packagefile github.com/charmbracelet/bubbles/list=/tmp/go-build2180205415/b3081/_pkg_.a
2025-08-20T23:00:58.9898216Z [00:03:21.251]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:58.9898852Z [00:03:21.251]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:58.9899749Z [00:03:21.251]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:58.9900613Z [00:03:21.251]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector=/tmp/go-build2180205415/b3080/_pkg_.a
2025-08-20T23:00:58.9901456Z [00:03:21.251]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build2180205415/b3079/_pkg_.a
2025-08-20T23:00:58.9902384Z [00:03:21.251]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:00:58.9902704Z [00:03:21.251]➜  EOF
2025-08-20T23:00:58.9905015Z [00:03:21.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3104/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_select=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_select;$WORK/b3104=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_select -lang=go1.24 -complete -installsuffix shared -buildid N5Yh3mmtixSxgePpHFHl/N5Yh3mmtixSxgePpHFHl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3104/importcfg -pack ./pkg/tui/pages/source_select/item.go ./pkg/tui/pages/source_select/source_select.go
2025-08-20T23:00:59.0280654Z [00:03:21.289]➜  go tool buildid -w $WORK/b3103/_pkg_.a # internal
2025-08-20T23:00:59.0293890Z [00:03:21.290]➜  cp $WORK/b3103/_pkg_.a /root/.cache/go-build/6a/6a7810be559cff6eb83d71cca8cbb26da82cd71700797b330af572372757a577-d # internal
2025-08-20T23:00:59.0296669Z [00:03:21.291]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources
2025-08-20T23:00:59.0297078Z [00:03:21.291]➜  mkdir -p $WORK/b3090/
2025-08-20T23:00:59.0306879Z [00:03:21.292]➜  cat >/tmp/go-build2180205415/b3090/importcfg << 'EOF' # internal
2025-08-20T23:00:59.0307547Z [00:03:21.292]➜  # import config
2025-08-20T23:00:59.0309435Z [00:03:21.292]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:59.0310275Z [00:03:21.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/circleci=/tmp/go-build2180205415/b3091/_pkg_.a
2025-08-20T23:00:59.0311161Z [00:03:21.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/docker=/tmp/go-build2180205415/b3092/_pkg_.a
2025-08-20T23:00:59.0312052Z [00:03:21.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/elasticsearch=/tmp/go-build2180205415/b3093/_pkg_.a
2025-08-20T23:00:59.0312954Z [00:03:21.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/filesystem=/tmp/go-build2180205415/b3094/_pkg_.a
2025-08-20T23:00:59.0314071Z [00:03:21.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gcs=/tmp/go-build2180205415/b3095/_pkg_.a
2025-08-20T23:00:59.0314905Z [00:03:21.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/git=/tmp/go-build2180205415/b3096/_pkg_.a
2025-08-20T23:00:59.0315751Z [00:03:21.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/github=/tmp/go-build2180205415/b3097/_pkg_.a
2025-08-20T23:00:59.0316991Z [00:03:21.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gitlab=/tmp/go-build2180205415/b3098/_pkg_.a
2025-08-20T23:00:59.0317954Z [00:03:21.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/huggingface=/tmp/go-build2180205415/b3099/_pkg_.a
2025-08-20T23:00:59.0318837Z [00:03:21.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/jenkins=/tmp/go-build2180205415/b3100/_pkg_.a
2025-08-20T23:00:59.0319703Z [00:03:21.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/postman=/tmp/go-build2180205415/b3101/_pkg_.a
2025-08-20T23:00:59.0320543Z [00:03:21.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/s3=/tmp/go-build2180205415/b3102/_pkg_.a
2025-08-20T23:00:59.0321383Z [00:03:21.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/syslog=/tmp/go-build2180205415/b3103/_pkg_.a
2025-08-20T23:00:59.0322012Z [00:03:21.292]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:59.0322333Z [00:03:21.292]➜  EOF
2025-08-20T23:00:59.0324175Z [00:03:21.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3090/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources;$WORK/b3090=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources -lang=go1.24 -complete -installsuffix shared -buildid xVN0dDtqge1x3c9_vuL9/xVN0dDtqge1x3c9_vuL9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3090/importcfg -pack ./pkg/tui/sources/sources.go
2025-08-20T23:00:59.0361253Z [00:03:21.297]➜  go tool buildid -w $WORK/b3104/_pkg_.a # internal
2025-08-20T23:00:59.0372902Z [00:03:21.298]➜  cp $WORK/b3104/_pkg_.a /root/.cache/go-build/01/01de225af4e1522a277dbe40ba39bbc41fe8e14846dff9303bc6666867a59008-d # internal
2025-08-20T23:00:59.0378500Z [00:03:21.299]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/view_oss
2025-08-20T23:00:59.0385716Z [00:03:21.299]➜  mkdir -p $WORK/b3105/
2025-08-20T23:00:59.0386409Z [00:03:21.299]➜  cat >/tmp/go-build2180205415/b3105/importcfg << 'EOF' # internal
2025-08-20T23:00:59.0386787Z [00:03:21.299]➜  # import config
2025-08-20T23:00:59.0387248Z [00:03:21.299]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2180205415/b3021/_pkg_.a
2025-08-20T23:00:59.0387883Z [00:03:21.299]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:59.0388511Z [00:03:21.299]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:59.0389232Z [00:03:21.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:59.0390021Z [00:03:21.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build2180205415/b3079/_pkg_.a
2025-08-20T23:00:59.0390818Z [00:03:21.299]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:59.0391186Z [00:03:21.299]➜  EOF
2025-08-20T23:00:59.0393134Z [00:03:21.299]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3105/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/view_oss=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/view_oss;$WORK/b3105=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/view_oss -lang=go1.24 -complete -installsuffix shared -buildid a-m_DMs8csOrJ2sCFXOR/a-m_DMs8csOrJ2sCFXOR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3105/importcfg -pack ./pkg/tui/pages/view_oss/view_oss.go
2025-08-20T23:00:59.0672607Z [00:03:21.328]➜  go tool buildid -w $WORK/b3090/_pkg_.a # internal
2025-08-20T23:00:59.0684239Z [00:03:21.329]➜  cp $WORK/b3090/_pkg_.a /root/.cache/go-build/41/41954693072c97d953d3cd790ae7ba340263d3d9a1bf8b950f7552c28a69277e-d # internal
2025-08-20T23:00:59.0689608Z [00:03:21.329]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_configure
2025-08-20T23:00:59.0690059Z [00:03:21.329]➜  mkdir -p $WORK/b3088/
2025-08-20T23:00:59.0690444Z [00:03:21.329]➜  cat >/tmp/go-build2180205415/b3088/importcfg << 'EOF' # internal
2025-08-20T23:00:59.0690990Z [00:03:21.329]➜  # import config
2025-08-20T23:00:59.0691525Z [00:03:21.329]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2180205415/b3021/_pkg_.a
2025-08-20T23:00:59.0692176Z [00:03:21.329]➜  packagefile github.com/charmbracelet/bubbles/list=/tmp/go-build2180205415/b3081/_pkg_.a
2025-08-20T23:00:59.0692825Z [00:03:21.329]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:59.0693463Z [00:03:21.329]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:59.0694178Z [00:03:21.329]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:59.0695010Z [00:03:21.329]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/tabs=/tmp/go-build2180205415/b3089/_pkg_.a
2025-08-20T23:00:59.0696057Z [00:03:21.329]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:00:59.0696971Z [00:03:21.329]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources=/tmp/go-build2180205415/b3090/_pkg_.a
2025-08-20T23:00:59.0697759Z [00:03:21.329]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build2180205415/b3079/_pkg_.a
2025-08-20T23:00:59.0698578Z [00:03:21.329]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:00:59.0699018Z [00:03:21.329]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:00:59.0699449Z [00:03:21.329]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:59.0699766Z [00:03:21.329]➜  EOF
2025-08-20T23:00:59.0702864Z [00:03:21.329]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3088/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_configure=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_configure;$WORK/b3088=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_configure -lang=go1.24 -complete -installsuffix shared -buildid D7DQrq7_QAPv9RaqPt6m/D7DQrq7_QAPv9RaqPt6m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3088/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:00:59.0809467Z [00:03:21.342]➜  go tool buildid -w $WORK/b3105/_pkg_.a # internal
2025-08-20T23:00:59.0827157Z [00:03:21.342]➜  cp $WORK/b3105/_pkg_.a /root/.cache/go-build/1f/1f07975bb815cd75f73c4cad297b376c0d190519f1938f120fc04f9a98d642a5-d # internal
2025-08-20T23:00:59.0861555Z [00:03:21.347]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/wizard_intro
2025-08-20T23:00:59.0868321Z [00:03:21.348]➜  mkdir -p $WORK/b3106/
2025-08-20T23:00:59.0868769Z [00:03:21.348]➜  cat >/tmp/go-build2180205415/b3106/importcfg << 'EOF' # internal
2025-08-20T23:00:59.0869127Z [00:03:21.348]➜  # import config
2025-08-20T23:00:59.0869462Z [00:03:21.348]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:59.0870000Z [00:03:21.348]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2180205415/b3021/_pkg_.a
2025-08-20T23:00:59.0870657Z [00:03:21.348]➜  packagefile github.com/charmbracelet/bubbles/list=/tmp/go-build2180205415/b3081/_pkg_.a
2025-08-20T23:00:59.0871574Z [00:03:21.348]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:59.0872200Z [00:03:21.348]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:00:59.0872923Z [00:03:21.348]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:59.0873777Z [00:03:21.348]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector=/tmp/go-build2180205415/b3080/_pkg_.a
2025-08-20T23:00:59.0874744Z [00:03:21.348]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build2180205415/b3079/_pkg_.a
2025-08-20T23:00:59.0875433Z [00:03:21.348]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:00:59.0879455Z [00:03:21.348]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:59.0880908Z [00:03:21.349]➜  EOF
2025-08-20T23:00:59.0883174Z [00:03:21.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3106/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/wizard_intro=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/wizard_intro;$WORK/b3106=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/wizard_intro -lang=go1.24 -complete -installsuffix shared -buildid s_N5SPXwDvxKvsx38Yj4/s_N5SPXwDvxKvsx38Yj4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3106/importcfg -pack ./pkg/tui/pages/wizard_intro/item.go ./pkg/tui/pages/wizard_intro/wizard_intro.go
2025-08-20T23:00:59.1503183Z [00:03:21.411]➜  go tool buildid -w $WORK/b3088/_pkg_.a # internal
2025-08-20T23:00:59.1535697Z [00:03:21.414]➜  cp $WORK/b3088/_pkg_.a /root/.cache/go-build/bc/bcd2f1e767b17f005102a0e06703e1340a39b6cdb351f031df7bc3a3cfa4acf9-d # internal
2025-08-20T23:00:59.1747360Z [00:03:21.436]➜  go tool buildid -w $WORK/b3106/_pkg_.a # internal
2025-08-20T23:00:59.1764424Z [00:03:21.437]➜  cp $WORK/b3106/_pkg_.a /root/.cache/go-build/08/081af44038c2f6b20e86cc84f9ce60dcac625f28d97a4595898c68cacb61b966-d # internal
2025-08-20T23:00:59.1773591Z [00:03:21.438]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui
2025-08-20T23:00:59.1774236Z [00:03:21.438]➜  mkdir -p $WORK/b3020/
2025-08-20T23:00:59.1790461Z [00:03:21.440]➜  cat >/tmp/go-build2180205415/b3020/importcfg << 'EOF' # internal
2025-08-20T23:00:59.1792231Z [00:03:21.440]➜  # import config
2025-08-20T23:00:59.1793952Z [00:03:21.440]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:00:59.1794536Z [00:03:21.440]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2180205415/b3021/_pkg_.a
2025-08-20T23:00:59.1795180Z [00:03:21.440]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:00:59.1795938Z [00:03:21.440]➜  packagefile github.com/lrstanley/bubblezone=/tmp/go-build2180205415/b3038/_pkg_.a
2025-08-20T23:00:59.1796709Z [00:03:21.440]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer=/tmp/go-build2180205415/b213/_pkg_.a
2025-08-20T23:00:59.1797539Z [00:03:21.440]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T23:00:59.1798607Z [00:03:21.440]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:00:59.1799517Z [00:03:21.440]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector=/tmp/go-build2180205415/b3080/_pkg_.a
2025-08-20T23:00:59.1800365Z [00:03:21.440]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/keymap=/tmp/go-build2180205415/b3078/_pkg_.a
2025-08-20T23:00:59.1801201Z [00:03:21.440]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_form=/tmp/go-build2180205415/b3085/_pkg_.a
2025-08-20T23:00:59.1802075Z [00:03:21.440]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_keys=/tmp/go-build2180205415/b3086/_pkg_.a
2025-08-20T23:00:59.1803218Z [00:03:21.440]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/contact_enterprise=/tmp/go-build2180205415/b3087/_pkg_.a
2025-08-20T23:00:59.1804151Z [00:03:21.440]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_configure=/tmp/go-build2180205415/b3088/_pkg_.a
2025-08-20T23:00:59.1805055Z [00:03:21.440]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_select=/tmp/go-build2180205415/b3104/_pkg_.a
2025-08-20T23:00:59.1806276Z [00:03:21.440]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/view_oss=/tmp/go-build2180205415/b3105/_pkg_.a
2025-08-20T23:00:59.1807210Z [00:03:21.440]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/wizard_intro=/tmp/go-build2180205415/b3106/_pkg_.a
2025-08-20T23:00:59.1808078Z [00:03:21.440]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build2180205415/b3079/_pkg_.a
2025-08-20T23:00:59.1808669Z [00:03:21.440]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:00:59.1809090Z [00:03:21.440]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:00:59.1809406Z [00:03:21.440]➜  EOF
2025-08-20T23:00:59.1811120Z [00:03:21.440]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3020/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui=>github.com/trufflesecurity/trufflehog/v3/pkg/tui;$WORK/b3020=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui -lang=go1.24 -complete -installsuffix shared -buildid bLgZzFUJ94tTkrxzyZVe/bLgZzFUJ94tTkrxzyZVe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3020/importcfg -pack ./pkg/tui/tui.go
2025-08-20T23:00:59.2396769Z [00:03:21.500]➜  go tool buildid -w $WORK/b3020/_pkg_.a # internal
2025-08-20T23:00:59.2423755Z [00:03:21.503]➜  cp $WORK/b3020/_pkg_.a /root/.cache/go-build/72/721a8b7eb2b0beea9593aa50775bc31bd110efe523746f5d6664e3383e3ebad9-d # internal
2025-08-20T23:00:59.9754162Z [00:03:22.236]➜  go tool buildid -w $WORK/b2287/_pkg_.a # internal
2025-08-20T23:01:00.1859821Z [00:03:22.447]➜  cp $WORK/b2287/_pkg_.a /root/.cache/go-build/43/432a9cbb1be5a2ea90dcb7e4b2a8658592366ad0f10b635bd1da245a07d15870-d # internal
2025-08-20T23:01:02.6833701Z [00:03:24.944]➜  go tool buildid -w $WORK/b2291/_pkg_.a # internal
2025-08-20T23:01:02.8026309Z [00:03:25.063]➜  cp $WORK/b2291/_pkg_.a /root/.cache/go-build/31/31e1b1f5a17d3ad0ada9e8ddb4270bcebfee6f3b0162017159194422fb7c520a-d # internal
2025-08-20T23:01:02.8034779Z [00:03:25.064]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get
2025-08-20T23:01:02.8035195Z [00:03:25.064]➜  mkdir -p $WORK/b2484/
2025-08-20T23:01:02.8035631Z [00:03:25.064]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit
2025-08-20T23:01:02.8036227Z [00:03:25.064]➜  mkdir -p $WORK/b2486/
2025-08-20T23:01:02.8036627Z [00:03:25.064]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete
2025-08-20T23:01:02.8037131Z [00:03:25.064]➜  cat >/tmp/go-build2180205415/b2484/importcfg << 'EOF' # internal
2025-08-20T23:01:02.8037803Z [00:03:25.064]➜  # import config
2025-08-20T23:01:02.8038148Z [00:03:25.064]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:02.8038578Z [00:03:25.064]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:02.8039135Z [00:03:25.064]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:02.8039655Z [00:03:25.064]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:02.8046426Z [00:03:25.064]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:02.8047224Z [00:03:25.064]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:02.8048033Z [00:03:25.064]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:02.8048609Z [00:03:25.064]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:02.8049037Z [00:03:25.064]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:02.8049493Z [00:03:25.064]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:02.8049918Z [00:03:25.064]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:02.8050351Z [00:03:25.064]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:02.8050666Z [00:03:25.064]➜  EOF
2025-08-20T23:01:02.8050894Z [00:03:25.064]➜  mkdir -p $WORK/b2290/
2025-08-20T23:01:02.8051292Z [00:03:25.064]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status
2025-08-20T23:01:02.8051910Z [00:03:25.064]➜  mkdir -p $WORK/b2485/
2025-08-20T23:01:02.8054788Z [00:03:25.064]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2484/_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/b2484=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get -lang=go1.22 -complete -installsuffix shared -buildid 1Vpa-IbFaMnoPRxDiWu6/1Vpa-IbFaMnoPRxDiWu6 -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/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:01:02.8057512Z [00:03:25.065]➜  cat >/tmp/go-build2180205415/b2486/importcfg << 'EOF' # internal
2025-08-20T23:01:02.8057866Z [00:03:25.065]➜  # import config
2025-08-20T23:01:02.8058208Z [00:03:25.065]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:02.8058632Z [00:03:25.065]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:02.8059081Z [00:03:25.065]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:02.8059775Z [00:03:25.065]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:02.8060198Z [00:03:25.065]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:02.8060821Z [00:03:25.065]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:02.8061610Z [00:03:25.065]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:02.8062470Z [00:03:25.065]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:02.8063381Z [00:03:25.065]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2180205415/b2415/_pkg_.a
2025-08-20T23:01:02.8064267Z [00:03:25.065]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2180205415/b2441/_pkg_.a
2025-08-20T23:01:02.8065208Z [00:03:25.065]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build2180205415/b2458/_pkg_.a
2025-08-20T23:01:02.8068995Z [00:03:25.065]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:02.8069441Z [00:03:25.065]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:02.8069873Z [00:03:25.065]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:02.8070482Z [00:03:25.065]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:02.8076096Z [00:03:25.065]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:02.8076492Z [00:03:25.065]➜  EOF
2025-08-20T23:01:02.8079706Z [00:03:25.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2486/_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/b2486=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit -lang=go1.22 -complete -installsuffix shared -buildid IC2E66CB0bQ-PhjgwD-2/IC2E66CB0bQ-PhjgwD-2 -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/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:01:02.8082595Z [00:03:25.065]➜  cat >/tmp/go-build2180205415/b2485/importcfg << 'EOF' # internal
2025-08-20T23:01:02.8082942Z [00:03:25.065]➜  # import config
2025-08-20T23:01:02.8083470Z [00:03:25.065]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:02.8083952Z [00:03:25.065]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:02.8084399Z [00:03:25.065]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:02.8084846Z [00:03:25.065]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:02.8085261Z [00:03:25.065]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:02.8086198Z [00:03:25.065]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:02.8087084Z [00:03:25.065]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:02.8087654Z [00:03:25.065]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:02.8088072Z [00:03:25.065]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:02.8088502Z [00:03:25.065]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:02.8088926Z [00:03:25.065]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:02.8089354Z [00:03:25.065]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:02.8089897Z [00:03:25.065]➜  EOF
2025-08-20T23:01:02.8092712Z [00:03:25.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2485/_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/b2485=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status -lang=go1.22 -complete -installsuffix shared -buildid cyY63PvE-plIifIe-uwS/cyY63PvE-plIifIe-uwS -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/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:01:02.8095235Z [00:03:25.065]➜  cat >/tmp/go-build2180205415/b2290/importcfg << 'EOF' # internal
2025-08-20T23:01:02.8095582Z [00:03:25.065]➜  # import config
2025-08-20T23:01:02.8096565Z [00:03:25.065]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:02.8097384Z [00:03:25.065]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:02.8098047Z [00:03:25.065]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:02.8098461Z [00:03:25.065]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:02.8099161Z [00:03:25.065]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:02.8100004Z [00:03:25.065]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:02.8100808Z [00:03:25.065]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:02.8101234Z [00:03:25.065]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:02.8101662Z [00:03:25.065]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:02.8102085Z [00:03:25.065]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:02.8102516Z [00:03:25.065]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:02.8102831Z [00:03:25.065]➜  EOF
2025-08-20T23:01:02.8105728Z [00:03:25.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2290/_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/b2290=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete -lang=go1.22 -complete -installsuffix shared -buildid xk7xpfyBxb_fD4sR_Kct/xk7xpfyBxb_fD4sR_Kct -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/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:01:02.8728279Z [00:03:25.134]➜  go tool buildid -w $WORK/b2290/_pkg_.a # internal
2025-08-20T23:01:02.8740954Z [00:03:25.135]➜  cp $WORK/b2290/_pkg_.a /root/.cache/go-build/85/854c1f9739a7f99d08820ed54800ebb632b50c6b87e9aacf43e3c34223f8a0a4-d # internal
2025-08-20T23:01:02.8756974Z [00:03:25.135]➜  go tool buildid -w $WORK/b2485/_pkg_.a # internal
2025-08-20T23:01:02.8757893Z [00:03:25.137]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy
2025-08-20T23:01:02.8758770Z [00:03:25.137]➜  mkdir -p $WORK/b2487/
2025-08-20T23:01:02.8759626Z [00:03:25.137]➜  cat >/tmp/go-build2180205415/b2487/importcfg << 'EOF' # internal
2025-08-20T23:01:02.8760044Z [00:03:25.137]➜  # import config
2025-08-20T23:01:02.8760424Z [00:03:25.137]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:02.8765025Z [00:03:25.137]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:02.8765524Z [00:03:25.137]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:02.8766479Z [00:03:25.137]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:02.8767135Z [00:03:25.137]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:02.8767929Z [00:03:25.137]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:02.8768496Z [00:03:25.137]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:02.8768927Z [00:03:25.137]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:02.8769364Z [00:03:25.137]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:02.8769798Z [00:03:25.137]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:02.8770223Z [00:03:25.137]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:02.8770536Z [00:03:25.137]➜  EOF
2025-08-20T23:01:02.8773974Z [00:03:25.137]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2487/_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/b2487=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy -lang=go1.22 -complete -installsuffix shared -buildid llr9sHvKCVt42JZg1ZSs/llr9sHvKCVt42JZg1ZSs -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/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:01:02.8783087Z [00:03:25.139]➜  cp $WORK/b2485/_pkg_.a /root/.cache/go-build/56/56cf15f30efdac3bf69e5557211edfabbe0103b08032ddabefcab3cf975af347-d # internal
2025-08-20T23:01:02.8783771Z [00:03:25.139]➜  go tool buildid -w $WORK/b2484/_pkg_.a # internal
2025-08-20T23:01:02.8784309Z [00:03:25.139]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity
2025-08-20T23:01:02.8784759Z [00:03:25.139]➜  mkdir -p $WORK/b2488/
2025-08-20T23:01:02.8785133Z [00:03:25.139]➜  cat >/tmp/go-build2180205415/b2488/importcfg << 'EOF' # internal
2025-08-20T23:01:02.8785479Z [00:03:25.139]➜  # import config
2025-08-20T23:01:02.8785971Z [00:03:25.139]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:02.8786488Z [00:03:25.139]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:02.8786930Z [00:03:25.139]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:02.8787595Z [00:03:25.139]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:02.8789918Z [00:03:25.139]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:02.8790818Z [00:03:25.139]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:02.8791409Z [00:03:25.139]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:02.8794424Z [00:03:25.139]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:02.8798565Z [00:03:25.139]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:02.8799201Z [00:03:25.139]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:02.8799637Z [00:03:25.139]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:02.8799951Z [00:03:25.139]➜  EOF
2025-08-20T23:01:02.8800554Z [00:03:25.140]➜  cp $WORK/b2484/_pkg_.a /root/.cache/go-build/e6/e689c5653aa0cde16d58d245be02f312dee8fd6ca23e59063849f2cd9e1318bf-d # internal
2025-08-20T23:01:02.8801288Z [00:03:25.140]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy
2025-08-20T23:01:02.8801725Z [00:03:25.141]➜  mkdir -p $WORK/b2489/
2025-08-20T23:01:02.8805231Z [00:03:25.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2488/_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/b2488=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity -lang=go1.22 -complete -installsuffix shared -buildid r-PUDqwco96XPJS8sKLs/r-PUDqwco96XPJS8sKLs -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/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:01:02.8808435Z [00:03:25.141]➜  cat >/tmp/go-build2180205415/b2489/importcfg << 'EOF' # internal
2025-08-20T23:01:02.8808795Z [00:03:25.141]➜  # import config
2025-08-20T23:01:02.8809142Z [00:03:25.141]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:02.8809800Z [00:03:25.141]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:02.8810245Z [00:03:25.141]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:02.8810662Z [00:03:25.141]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:02.8811372Z [00:03:25.141]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:02.8812264Z [00:03:25.141]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:02.8812840Z [00:03:25.141]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:02.8813257Z [00:03:25.141]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:02.8822051Z [00:03:25.141]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:02.8822520Z [00:03:25.141]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:02.8822978Z [00:03:25.141]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:02.8823299Z [00:03:25.141]➜  EOF
2025-08-20T23:01:02.8826962Z [00:03:25.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2489/_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/b2489=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy -lang=go1.22 -complete -installsuffix shared -buildid GR7vN237kXiU1v6GBTm5/GR7vN237kXiU1v6GBTm5 -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/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:01:02.9324748Z [00:03:25.193]➜  go tool buildid -w $WORK/b2488/_pkg_.a # internal
2025-08-20T23:01:02.9374926Z [00:03:25.199]➜  cp $WORK/b2488/_pkg_.a /root/.cache/go-build/27/278d4d3c317f0e3846986736069a1e4897afbb866e532b7f406686d7310a4353-d # internal
2025-08-20T23:01:02.9414746Z [00:03:25.203]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy
2025-08-20T23:01:02.9415276Z [00:03:25.203]➜  mkdir -p $WORK/b2490/
2025-08-20T23:01:02.9416743Z [00:03:25.203]➜  cat >/tmp/go-build2180205415/b2490/importcfg << 'EOF' # internal
2025-08-20T23:01:02.9418003Z [00:03:25.203]➜  # import config
2025-08-20T23:01:02.9418537Z [00:03:25.203]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:02.9420145Z [00:03:25.203]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:02.9421254Z [00:03:25.203]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:02.9422683Z [00:03:25.203]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:02.9424139Z [00:03:25.203]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:02.9426663Z [00:03:25.203]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:02.9427817Z [00:03:25.203]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:02.9428840Z [00:03:25.203]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:02.9430161Z [00:03:25.203]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:02.9431498Z [00:03:25.203]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:02.9432527Z [00:03:25.203]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:02.9433528Z [00:03:25.204]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:02.9433948Z [00:03:25.204]➜  EOF
2025-08-20T23:01:02.9434254Z [00:03:25.204]➜  go tool buildid -w $WORK/b2487/_pkg_.a # internal
2025-08-20T23:01:02.9438777Z [00:03:25.204]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2490/_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/b2490=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy -lang=go1.22 -complete -installsuffix shared -buildid NdRkMtv4m2k4fvBl7QGg/NdRkMtv4m2k4fvBl7QGg -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/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:01:02.9442398Z [00:03:25.204]➜  cp $WORK/b2487/_pkg_.a /root/.cache/go-build/df/df4723b1ba15b428f61251b4e4c805e9888735143c78aa90c88436b01bfe471b-d # internal
2025-08-20T23:01:02.9455019Z [00:03:25.206]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases
2025-08-20T23:01:02.9456420Z [00:03:25.207]➜  mkdir -p $WORK/b2492/
2025-08-20T23:01:02.9457233Z [00:03:25.207]➜  cat >/tmp/go-build2180205415/b2492/importcfg << 'EOF' # internal
2025-08-20T23:01:02.9458591Z [00:03:25.207]➜  # import config
2025-08-20T23:01:02.9458974Z [00:03:25.207]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:02.9459685Z [00:03:25.207]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:02.9460199Z [00:03:25.207]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:02.9460627Z [00:03:25.207]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:02.9461266Z [00:03:25.207]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:02.9462055Z [00:03:25.207]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:02.9462910Z [00:03:25.207]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:02.9467055Z [00:03:25.207]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:02.9467496Z [00:03:25.207]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:02.9467934Z [00:03:25.207]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:02.9468363Z [00:03:25.207]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:02.9468793Z [00:03:25.207]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:02.9469106Z [00:03:25.207]➜  EOF
2025-08-20T23:01:02.9472736Z [00:03:25.207]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2492/_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/b2492=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases -lang=go1.22 -complete -installsuffix shared -buildid pnAbNVxPS_1CWWyECzxJ/pnAbNVxPS_1CWWyECzxJ -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/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:01:02.9519123Z [00:03:25.213]➜  go tool buildid -w $WORK/b2489/_pkg_.a # internal
2025-08-20T23:01:02.9531040Z [00:03:25.214]➜  cp $WORK/b2489/_pkg_.a /root/.cache/go-build/6f/6fa558538f80951380733300a29f758c661cab4bcdfe575bff3c71ec07e508eb-d # internal
2025-08-20T23:01:02.9536466Z [00:03:25.215]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation
2025-08-20T23:01:02.9538871Z [00:03:25.215]➜  mkdir -p $WORK/b2493/
2025-08-20T23:01:02.9539859Z [00:03:25.215]➜  cat >/tmp/go-build2180205415/b2493/importcfg << 'EOF' # internal
2025-08-20T23:01:02.9540696Z [00:03:25.215]➜  # import config
2025-08-20T23:01:02.9541645Z [00:03:25.215]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:02.9542542Z [00:03:25.215]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:02.9543755Z [00:03:25.215]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:02.9544185Z [00:03:25.215]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:02.9544827Z [00:03:25.215]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:02.9545618Z [00:03:25.215]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:02.9551149Z [00:03:25.215]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2180205415/b2494/_pkg_.a
2025-08-20T23:01:02.9551933Z [00:03:25.215]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:02.9552475Z [00:03:25.215]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:02.9553023Z [00:03:25.215]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:02.9553811Z [00:03:25.215]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:02.9554367Z [00:03:25.215]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:02.9555058Z [00:03:25.215]➜  EOF
2025-08-20T23:01:02.9558950Z [00:03:25.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2493/_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/b2493=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation -lang=go1.22 -complete -installsuffix shared -buildid 3OzhCBCOXh4RPh1xM493/3OzhCBCOXh4RPh1xM493 -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/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:01:02.9564276Z [00:03:25.217]➜  go tool buildid -w $WORK/b2486/_pkg_.a # internal
2025-08-20T23:01:02.9597771Z [00:03:25.221]➜  cp $WORK/b2486/_pkg_.a /root/.cache/go-build/5d/5d7f9f6a830e029711508b289aeb5f535d6ea0f5039909b61c7b136dd3747ccd-d # internal
2025-08-20T23:01:02.9605897Z [00:03:25.222]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates
2025-08-20T23:01:02.9613560Z [00:03:25.222]➜  mkdir -p $WORK/b2495/
2025-08-20T23:01:02.9632760Z [00:03:25.224]➜  cat >/tmp/go-build2180205415/b2495/importcfg << 'EOF' # internal
2025-08-20T23:01:02.9633430Z [00:03:25.224]➜  # import config
2025-08-20T23:01:02.9633791Z [00:03:25.224]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:02.9635955Z [00:03:25.224]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:02.9637339Z [00:03:25.225]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:02.9638329Z [00:03:25.225]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:02.9639307Z [00:03:25.225]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:02.9642847Z [00:03:25.225]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:02.9645637Z [00:03:25.225]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:02.9646234Z [00:03:25.225]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:02.9646689Z [00:03:25.225]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:02.9647386Z [00:03:25.225]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:02.9647818Z [00:03:25.225]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:02.9648134Z [00:03:25.225]➜  EOF
2025-08-20T23:01:02.9653523Z [00:03:25.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2495/_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/b2495=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates -lang=go1.22 -complete -installsuffix shared -buildid vtXFGX1C0qYXGxVbMKhp/vtXFGX1C0qYXGxVbMKhp -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/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:01:03.0050361Z [00:03:25.266]➜  go tool buildid -w $WORK/b2490/_pkg_.a # internal
2025-08-20T23:01:03.0063161Z [00:03:25.267]➜  cp $WORK/b2490/_pkg_.a /root/.cache/go-build/19/191bd827114546923fb76c80244f64302311c939e517fbe64e7f0ab3a92617ce-d # internal
2025-08-20T23:01:03.0066806Z [00:03:25.268]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/count
2025-08-20T23:01:03.0067219Z [00:03:25.268]➜  mkdir -p $WORK/b2496/
2025-08-20T23:01:03.0072598Z [00:03:25.268]➜  cat >/tmp/go-build2180205415/b2496/importcfg << 'EOF' # internal
2025-08-20T23:01:03.0073315Z [00:03:25.268]➜  # import config
2025-08-20T23:01:03.0074900Z [00:03:25.268]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.0075436Z [00:03:25.268]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.0075975Z [00:03:25.268]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.0076459Z [00:03:25.268]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.0077101Z [00:03:25.268]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.0077891Z [00:03:25.268]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.0078465Z [00:03:25.268]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.0078882Z [00:03:25.268]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.0079311Z [00:03:25.268]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.0079741Z [00:03:25.269]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.0080164Z [00:03:25.269]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.0080477Z [00:03:25.269]➜  EOF
2025-08-20T23:01:03.0083066Z [00:03:25.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2496/_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/b2496=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/count -lang=go1.22 -complete -installsuffix shared -buildid _a78BkhDwyP4-OKXVz0D/_a78BkhDwyP4-OKXVz0D -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/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:01:03.0126229Z [00:03:25.274]➜  go tool buildid -w $WORK/b2492/_pkg_.a # internal
2025-08-20T23:01:03.0138163Z [00:03:25.275]➜  cp $WORK/b2492/_pkg_.a /root/.cache/go-build/bc/bc13bec4520cc8c1196471d0c0780f44ab8a95dc1e7b9ae57a68a81df44ad321-d # internal
2025-08-20T23:01:03.0139765Z [00:03:25.275]➜  go tool buildid -w $WORK/b2493/_pkg_.a # internal
2025-08-20T23:01:03.0149015Z [00:03:25.276]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata
2025-08-20T23:01:03.0150110Z [00:03:25.276]➜  mkdir -p $WORK/b2497/
2025-08-20T23:01:03.0150566Z [00:03:25.276]➜  cat >/tmp/go-build2180205415/b2497/importcfg << 'EOF' # internal
2025-08-20T23:01:03.0150920Z [00:03:25.276]➜  # import config
2025-08-20T23:01:03.0151265Z [00:03:25.276]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.0151901Z [00:03:25.276]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.0152451Z [00:03:25.276]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.0152876Z [00:03:25.276]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.0153506Z [00:03:25.276]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.0154292Z [00:03:25.276]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.0155114Z [00:03:25.276]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2180205415/b2494/_pkg_.a
2025-08-20T23:01:03.0155727Z [00:03:25.276]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.0166326Z [00:03:25.276]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.0166802Z [00:03:25.276]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.0167236Z [00:03:25.276]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.0167665Z [00:03:25.276]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.0168135Z [00:03:25.276]➜  EOF
2025-08-20T23:01:03.0170965Z [00:03:25.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2497/_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/b2497=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata -lang=go1.22 -complete -installsuffix shared -buildid F9Xhydeyxc1zcjUgQeM_/F9Xhydeyxc1zcjUgQeM_ -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/fielddata/fielddata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/fielddata/response.go
2025-08-20T23:01:03.0173666Z [00:03:25.278]➜  cp $WORK/b2493/_pkg_.a /root/.cache/go-build/eb/ebd68c12e123c8b0f267049a71bd5419fe8a632f96e5fb799d20333bdce652d0-d # internal
2025-08-20T23:01:03.0174324Z [00:03:25.278]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/health
2025-08-20T23:01:03.0174872Z [00:03:25.278]➜  mkdir -p $WORK/b2498/
2025-08-20T23:01:03.0175251Z [00:03:25.278]➜  cat >/tmp/go-build2180205415/b2498/importcfg << 'EOF' # internal
2025-08-20T23:01:03.0175604Z [00:03:25.278]➜  # import config
2025-08-20T23:01:03.0176248Z [00:03:25.278]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.0176714Z [00:03:25.278]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.0177159Z [00:03:25.278]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.0177567Z [00:03:25.278]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.0178290Z [00:03:25.278]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.0179149Z [00:03:25.278]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.0179984Z [00:03:25.278]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2180205415/b2499/_pkg_.a
2025-08-20T23:01:03.0180601Z [00:03:25.278]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.0181017Z [00:03:25.278]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.0181452Z [00:03:25.278]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.0182041Z [00:03:25.278]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.0182469Z [00:03:25.278]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.0182782Z [00:03:25.278]➜  EOF
2025-08-20T23:01:03.0185393Z [00:03:25.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2498/_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/b2498=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/health -lang=go1.22 -complete -installsuffix shared -buildid y8xXFafqRsmAGpQaCqg7/y8xXFafqRsmAGpQaCqg7 -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/health/health.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/health/response.go
2025-08-20T23:01:03.0395669Z [00:03:25.301]➜  go tool buildid -w $WORK/b2495/_pkg_.a # internal
2025-08-20T23:01:03.0411849Z [00:03:25.302]➜  cp $WORK/b2495/_pkg_.a /root/.cache/go-build/31/3151fb35fe0aa33af2d5935a5be98611537744e9977b5fbf91c953715f841bf4-d # internal
2025-08-20T23:01:03.0436078Z [00:03:25.305]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/help
2025-08-20T23:01:03.0436549Z [00:03:25.305]➜  mkdir -p $WORK/b2500/
2025-08-20T23:01:03.0438859Z [00:03:25.305]➜  cat >/tmp/go-build2180205415/b2500/importcfg << 'EOF' # internal
2025-08-20T23:01:03.0439767Z [00:03:25.305]➜  # import config
2025-08-20T23:01:03.0440334Z [00:03:25.305]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.0440897Z [00:03:25.305]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.0441347Z [00:03:25.305]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.0441770Z [00:03:25.305]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.0442434Z [00:03:25.305]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.0443228Z [00:03:25.305]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.0443799Z [00:03:25.305]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.0444216Z [00:03:25.305]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.0444647Z [00:03:25.305]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.0445077Z [00:03:25.305]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.0445504Z [00:03:25.305]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.0451468Z [00:03:25.305]➜  EOF
2025-08-20T23:01:03.0454335Z [00:03:25.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2500/_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/b2500=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/help -lang=go1.22 -complete -installsuffix shared -buildid SWs5Ar1LAwVPYXiNdUVm/SWs5Ar1LAwVPYXiNdUVm -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/help/help.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/help/response.go
2025-08-20T23:01:03.0741844Z [00:03:25.335]➜  go tool buildid -w $WORK/b2498/_pkg_.a # internal
2025-08-20T23:01:03.0742338Z [00:03:25.335]➜  go tool buildid -w $WORK/b2496/_pkg_.a # internal
2025-08-20T23:01:03.0771964Z [00:03:25.338]➜  cp $WORK/b2498/_pkg_.a /root/.cache/go-build/9b/9b03556494452c7d40a495dca6d2caed3b5e7494af5ffe46a63c976d6216cdbe-d # internal
2025-08-20T23:01:03.0778587Z [00:03:25.339]➜  cp $WORK/b2496/_pkg_.a /root/.cache/go-build/a7/a7653a7ad878adc5bd162805db5f333ca07f6937d89c23ffd337f89748fbd2f4-d # internal
2025-08-20T23:01:03.0780193Z [00:03:25.339]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices
2025-08-20T23:01:03.0784203Z [00:03:25.340]➜  mkdir -p $WORK/b2501/
2025-08-20T23:01:03.0792291Z [00:03:25.340]➜  cat >/tmp/go-build2180205415/b2501/importcfg << 'EOF' # internal
2025-08-20T23:01:03.0793069Z [00:03:25.340]➜  # import config
2025-08-20T23:01:03.0793860Z [00:03:25.340]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.0795334Z [00:03:25.340]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.0795884Z [00:03:25.340]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.0796360Z [00:03:25.340]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.0796989Z [00:03:25.340]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.0797786Z [00:03:25.340]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.0798605Z [00:03:25.340]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2180205415/b2494/_pkg_.a
2025-08-20T23:01:03.0799510Z [00:03:25.340]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:03.0800436Z [00:03:25.340]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build2180205415/b2364/_pkg_.a
2025-08-20T23:01:03.0801547Z [00:03:25.340]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2180205415/b2499/_pkg_.a
2025-08-20T23:01:03.0802235Z [00:03:25.340]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.0802655Z [00:03:25.340]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.0803092Z [00:03:25.340]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.0803525Z [00:03:25.340]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.0803951Z [00:03:25.340]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.0804265Z [00:03:25.340]➜  EOF
2025-08-20T23:01:03.0807042Z [00:03:25.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2501/_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/b2501=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices -lang=go1.22 -complete -installsuffix shared -buildid tZf9oDt_5Grv1fzrYBEp/tZf9oDt_5Grv1fzrYBEp -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/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:01:03.0816371Z [00:03:25.343]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/master
2025-08-20T23:01:03.0819723Z [00:03:25.343]➜  mkdir -p $WORK/b2502/
2025-08-20T23:01:03.0833419Z [00:03:25.344]➜  cat >/tmp/go-build2180205415/b2502/importcfg << 'EOF' # internal
2025-08-20T23:01:03.0840016Z [00:03:25.344]➜  # import config
2025-08-20T23:01:03.0840572Z [00:03:25.344]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.0841092Z [00:03:25.344]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.0841545Z [00:03:25.344]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.0841958Z [00:03:25.344]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.0842586Z [00:03:25.344]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.0843374Z [00:03:25.344]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.0844137Z [00:03:25.344]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.0844559Z [00:03:25.344]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.0844990Z [00:03:25.344]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.0845423Z [00:03:25.344]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.0845978Z [00:03:25.344]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.0846350Z [00:03:25.344]➜  EOF
2025-08-20T23:01:03.0848962Z [00:03:25.344]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2502/_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/b2502=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/master -lang=go1.22 -complete -installsuffix shared -buildid 5FMfhSfklIIti88M-0I0/5FMfhSfklIIti88M-0I0 -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/master/master.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/master/response.go
2025-08-20T23:01:03.0919413Z [00:03:25.353]➜  go tool buildid -w $WORK/b2497/_pkg_.a # internal
2025-08-20T23:01:03.0930421Z [00:03:25.354]➜  cp $WORK/b2497/_pkg_.a /root/.cache/go-build/9f/9fa550b173421116bdbe8edd886c36dfc096faafcd1948f4061b3ee3b0bde984-d # internal
2025-08-20T23:01:03.0963062Z [00:03:25.357]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds
2025-08-20T23:01:03.0964269Z [00:03:25.358]➜  mkdir -p $WORK/b2503/
2025-08-20T23:01:03.0981466Z [00:03:25.359]➜  cat >/tmp/go-build2180205415/b2503/importcfg << 'EOF' # internal
2025-08-20T23:01:03.0983671Z [00:03:25.359]➜  # import config
2025-08-20T23:01:03.0985009Z [00:03:25.359]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.0985502Z [00:03:25.359]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.0986107Z [00:03:25.359]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.0986531Z [00:03:25.359]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.0987175Z [00:03:25.359]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.0987985Z [00:03:25.359]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.0988863Z [00:03:25.359]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn=/tmp/go-build2180205415/b2302/_pkg_.a
2025-08-20T23:01:03.0989785Z [00:03:25.359]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2180205415/b2499/_pkg_.a
2025-08-20T23:01:03.0990690Z [00:03:25.359]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.0991117Z [00:03:25.359]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.0991547Z [00:03:25.359]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.0991969Z [00:03:25.359]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.0992485Z [00:03:25.359]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.0992870Z [00:03:25.359]➜  EOF
2025-08-20T23:01:03.0995647Z [00:03:25.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2503/_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/b2503=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds -lang=go1.22 -complete -installsuffix shared -buildid OuY-Me8fgXMef2oX5Tey/OuY-Me8fgXMef2oX5Tey -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/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:01:03.1138553Z [00:03:25.375]➜  go tool buildid -w $WORK/b2500/_pkg_.a # internal
2025-08-20T23:01:03.1149368Z [00:03:25.376]➜  cp $WORK/b2500/_pkg_.a /root/.cache/go-build/f3/f3be34ecbcab074d75692f67013a52d0e2c8433272a9d5075f537cb551a9e97c-d # internal
2025-08-20T23:01:03.1156218Z [00:03:25.376]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics
2025-08-20T23:01:03.1156848Z [00:03:25.377]➜  mkdir -p $WORK/b2504/
2025-08-20T23:01:03.1160808Z [00:03:25.377]➜  cat >/tmp/go-build2180205415/b2504/importcfg << 'EOF' # internal
2025-08-20T23:01:03.1161703Z [00:03:25.377]➜  # import config
2025-08-20T23:01:03.1162501Z [00:03:25.377]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.1163787Z [00:03:25.377]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.1164295Z [00:03:25.377]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.1164723Z [00:03:25.377]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.1165362Z [00:03:25.377]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.1166280Z [00:03:25.377]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.1167401Z [00:03:25.377]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2180205415/b2494/_pkg_.a
2025-08-20T23:01:03.1168363Z [00:03:25.377]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn=/tmp/go-build2180205415/b2303/_pkg_.a
2025-08-20T23:01:03.1169007Z [00:03:25.377]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.1169588Z [00:03:25.377]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.1170027Z [00:03:25.377]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.1170453Z [00:03:25.377]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.1170880Z [00:03:25.377]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.1171200Z [00:03:25.377]➜  EOF
2025-08-20T23:01:03.1174186Z [00:03:25.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2504/_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/b2504=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid g4bTpmGlL5Rd_d7kvMJ8/g4bTpmGlL5Rd_d7kvMJ8 -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/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:01:03.1448149Z [00:03:25.406]➜  go tool buildid -w $WORK/b2501/_pkg_.a # internal
2025-08-20T23:01:03.1478730Z [00:03:25.409]➜  cp $WORK/b2501/_pkg_.a /root/.cache/go-build/86/86a56b1e9e4a76888ed31bb740cf78783f6a4bd11363969fe701434066c53a4a-d # internal
2025-08-20T23:01:03.1485190Z [00:03:25.409]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs
2025-08-20T23:01:03.1485628Z [00:03:25.410]➜  mkdir -p $WORK/b2505/
2025-08-20T23:01:03.1491135Z [00:03:25.410]➜  cat >/tmp/go-build2180205415/b2505/importcfg << 'EOF' # internal
2025-08-20T23:01:03.1492542Z [00:03:25.410]➜  # import config
2025-08-20T23:01:03.1493487Z [00:03:25.410]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.1494513Z [00:03:25.410]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.1495287Z [00:03:25.410]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.1495727Z [00:03:25.410]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.1496555Z [00:03:25.410]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.1497717Z [00:03:25.410]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.1498939Z [00:03:25.410]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2180205415/b2494/_pkg_.a
2025-08-20T23:01:03.1499961Z [00:03:25.410]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn=/tmp/go-build2180205415/b2301/_pkg_.a
2025-08-20T23:01:03.1500920Z [00:03:25.410]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2180205415/b2499/_pkg_.a
2025-08-20T23:01:03.1501562Z [00:03:25.410]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.1501989Z [00:03:25.410]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.1502423Z [00:03:25.410]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.1502861Z [00:03:25.410]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.1503290Z [00:03:25.410]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.1503606Z [00:03:25.410]➜  EOF
2025-08-20T23:01:03.1506355Z [00:03:25.411]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2505/_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/b2505=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs -lang=go1.22 -complete -installsuffix shared -buildid RZq06YVfrGFjtmdcZejT/RZq06YVfrGFjtmdcZejT -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/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:01:03.1509868Z [00:03:25.411]➜  go tool buildid -w $WORK/b2502/_pkg_.a # internal
2025-08-20T23:01:03.1510963Z [00:03:25.412]➜  cp $WORK/b2502/_pkg_.a /root/.cache/go-build/82/8227569153232495fda23b77692ed632cc71ff0ca8a49bfe18542ca2fd0ebcaa-d # internal
2025-08-20T23:01:03.1552520Z [00:03:25.416]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels
2025-08-20T23:01:03.1554180Z [00:03:25.416]➜  mkdir -p $WORK/b2506/
2025-08-20T23:01:03.1565625Z [00:03:25.417]➜  cat >/tmp/go-build2180205415/b2506/importcfg << 'EOF' # internal
2025-08-20T23:01:03.1566913Z [00:03:25.417]➜  # import config
2025-08-20T23:01:03.1567285Z [00:03:25.417]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.1567777Z [00:03:25.417]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.1568224Z [00:03:25.417]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.1568640Z [00:03:25.417]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.1569458Z [00:03:25.417]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.1570335Z [00:03:25.417]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.1571165Z [00:03:25.417]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2180205415/b2494/_pkg_.a
2025-08-20T23:01:03.1572099Z [00:03:25.417]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn=/tmp/go-build2180205415/b2305/_pkg_.a
2025-08-20T23:01:03.1572787Z [00:03:25.417]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.1573361Z [00:03:25.417]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.1573843Z [00:03:25.417]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.1574270Z [00:03:25.417]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.1574703Z [00:03:25.417]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.1575019Z [00:03:25.417]➜  EOF
2025-08-20T23:01:03.1578215Z [00:03:25.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2506/_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/b2506=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels -lang=go1.22 -complete -installsuffix shared -buildid 0ch07PMrmBAnthOxKqD4/0ch07PMrmBAnthOxKqD4 -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/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:01:03.1804125Z [00:03:25.441]➜  go tool buildid -w $WORK/b2504/_pkg_.a # internal
2025-08-20T23:01:03.1814104Z [00:03:25.442]➜  cp $WORK/b2504/_pkg_.a /root/.cache/go-build/22/2294ac4f26421e3ef9b4089bf9d944b42a8e04352daa08b164ae5d5d48126d9d-d # internal
2025-08-20T23:01:03.1820638Z [00:03:25.443]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs
2025-08-20T23:01:03.1821529Z [00:03:25.443]➜  mkdir -p $WORK/b2507/
2025-08-20T23:01:03.1827819Z [00:03:25.444]➜  cat >/tmp/go-build2180205415/b2507/importcfg << 'EOF' # internal
2025-08-20T23:01:03.1828300Z [00:03:25.444]➜  # import config
2025-08-20T23:01:03.1828654Z [00:03:25.444]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.1829475Z [00:03:25.444]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.1829936Z [00:03:25.444]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.1830350Z [00:03:25.444]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.1830977Z [00:03:25.444]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.1831770Z [00:03:25.444]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.1832337Z [00:03:25.444]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.1832760Z [00:03:25.444]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.1833189Z [00:03:25.444]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.1833614Z [00:03:25.444]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.1834047Z [00:03:25.444]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.1834367Z [00:03:25.444]➜  EOF
2025-08-20T23:01:03.1842493Z [00:03:25.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2507/_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/b2507=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs -lang=go1.22 -complete -installsuffix shared -buildid PLD9KmaP-2uZ61fKnpod/PLD9KmaP-2uZ61fKnpod -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/nodeattrs/nodeattrs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/nodeattrs/response.go
2025-08-20T23:01:03.1851815Z [00:03:25.446]➜  go tool buildid -w $WORK/b2503/_pkg_.a # internal
2025-08-20T23:01:03.1880954Z [00:03:25.447]➜  cp $WORK/b2503/_pkg_.a /root/.cache/go-build/08/082b234e74e86d836e931ff367f7d9a76ff6a6d445dc45f9a1b50d8f1547a712-d # internal
2025-08-20T23:01:03.1881994Z [00:03:25.448]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes
2025-08-20T23:01:03.1882367Z [00:03:25.448]➜  mkdir -p $WORK/b2508/
2025-08-20T23:01:03.1882744Z [00:03:25.449]➜  cat >/tmp/go-build2180205415/b2508/importcfg << 'EOF' # internal
2025-08-20T23:01:03.1883104Z [00:03:25.449]➜  # import config
2025-08-20T23:01:03.1883447Z [00:03:25.449]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.1883901Z [00:03:25.449]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.1884476Z [00:03:25.449]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.1884998Z [00:03:25.449]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.1885626Z [00:03:25.449]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.1886596Z [00:03:25.449]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.1887420Z [00:03:25.449]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2180205415/b2494/_pkg_.a
2025-08-20T23:01:03.1888029Z [00:03:25.449]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.1888450Z [00:03:25.449]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.1888887Z [00:03:25.449]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.1889311Z [00:03:25.449]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.1889739Z [00:03:25.449]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.1890052Z [00:03:25.449]➜  EOF
2025-08-20T23:01:03.1892643Z [00:03:25.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2508/_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/b2508=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes -lang=go1.22 -complete -installsuffix shared -buildid MGwtoXKuWySv2ri7x26F/MGwtoXKuWySv2ri7x26F -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/nodes/nodes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/nodes/response.go
2025-08-20T23:01:03.2193232Z [00:03:25.480]➜  go tool buildid -w $WORK/b2505/_pkg_.a # internal
2025-08-20T23:01:03.2205286Z [00:03:25.481]➜  cp $WORK/b2505/_pkg_.a /root/.cache/go-build/49/4900a886f0ac6c765f10a2e73e35093cd08a2aa74905a84ffd38e15489089f05-d # internal
2025-08-20T23:01:03.2214444Z [00:03:25.482]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks
2025-08-20T23:01:03.2214852Z [00:03:25.482]➜  mkdir -p $WORK/b2509/
2025-08-20T23:01:03.2215252Z [00:03:25.482]➜  cat >/tmp/go-build2180205415/b2509/importcfg << 'EOF' # internal
2025-08-20T23:01:03.2215613Z [00:03:25.482]➜  # import config
2025-08-20T23:01:03.2216065Z [00:03:25.482]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.2216535Z [00:03:25.482]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.2217240Z [00:03:25.482]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.2217735Z [00:03:25.482]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.2218377Z [00:03:25.482]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.2219169Z [00:03:25.482]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.2219734Z [00:03:25.482]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.2220157Z [00:03:25.482]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.2220800Z [00:03:25.482]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.2221232Z [00:03:25.482]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.2221656Z [00:03:25.482]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.2221988Z [00:03:25.482]➜  EOF
2025-08-20T23:01:03.2224927Z [00:03:25.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2509/_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/b2509=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks -lang=go1.22 -complete -installsuffix shared -buildid FtYXHtttrstJpkpCCa5q/FtYXHtttrstJpkpCCa5q -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/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:01:03.2354091Z [00:03:25.496]➜  go tool buildid -w $WORK/b2506/_pkg_.a # internal
2025-08-20T23:01:03.2367157Z [00:03:25.498]➜  cp $WORK/b2506/_pkg_.a /root/.cache/go-build/95/95ee22d79e4866c18fd43f57208df3bd773d843adcb88c8da28d5b2843e2a4d1-d # internal
2025-08-20T23:01:03.2436680Z [00:03:25.505]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins
2025-08-20T23:01:03.2439598Z [00:03:25.505]➜  mkdir -p $WORK/b2510/
2025-08-20T23:01:03.2454006Z [00:03:25.506]➜  cat >/tmp/go-build2180205415/b2510/importcfg << 'EOF' # internal
2025-08-20T23:01:03.2454849Z [00:03:25.506]➜  # import config
2025-08-20T23:01:03.2455659Z [00:03:25.506]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.2456811Z [00:03:25.506]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.2457668Z [00:03:25.506]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.2458115Z [00:03:25.506]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.2458748Z [00:03:25.506]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.2459543Z [00:03:25.506]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.2460114Z [00:03:25.506]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.2460534Z [00:03:25.506]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.2460966Z [00:03:25.506]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.2461390Z [00:03:25.506]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.2461816Z [00:03:25.506]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.2462134Z [00:03:25.506]➜  EOF
2025-08-20T23:01:03.2464947Z [00:03:25.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2510/_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/b2510=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins -lang=go1.22 -complete -installsuffix shared -buildid kGqmUyeK_GtGgLl_IGti/kGqmUyeK_GtGgLl_IGti -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/plugins/plugins.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/plugins/response.go
2025-08-20T23:01:03.2467592Z [00:03:25.506]➜  go tool buildid -w $WORK/b2507/_pkg_.a # internal
2025-08-20T23:01:03.2468269Z [00:03:25.508]➜  cp $WORK/b2507/_pkg_.a /root/.cache/go-build/36/367149fe14dd7afb9ff2a31a5bfafcc6c5d0cb3d346eb1e539f14d097c8eb7b0-d # internal
2025-08-20T23:01:03.2478206Z [00:03:25.509]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery
2025-08-20T23:01:03.2479248Z [00:03:25.509]➜  mkdir -p $WORK/b2511/
2025-08-20T23:01:03.2482462Z [00:03:25.509]➜  cat >/tmp/go-build2180205415/b2511/importcfg << 'EOF' # internal
2025-08-20T23:01:03.2482825Z [00:03:25.509]➜  # import config
2025-08-20T23:01:03.2483169Z [00:03:25.509]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.2483636Z [00:03:25.509]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.2488164Z [00:03:25.509]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.2488863Z [00:03:25.509]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.2489557Z [00:03:25.509]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.2490349Z [00:03:25.509]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.2491171Z [00:03:25.509]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2180205415/b2494/_pkg_.a
2025-08-20T23:01:03.2491783Z [00:03:25.509]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.2492199Z [00:03:25.509]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.2492635Z [00:03:25.509]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.2493061Z [00:03:25.509]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.2493488Z [00:03:25.509]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.2494816Z [00:03:25.509]➜  EOF
2025-08-20T23:01:03.2497628Z [00:03:25.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2511/_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/b2511=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery -lang=go1.22 -complete -installsuffix shared -buildid LSlIQ403qXgQiNEQq7pp/LSlIQ403qXgQiNEQq7pp -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/recovery/recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/recovery/response.go
2025-08-20T23:01:03.2649237Z [00:03:25.526]➜  go tool buildid -w $WORK/b2508/_pkg_.a # internal
2025-08-20T23:01:03.2668083Z [00:03:25.527]➜  cp $WORK/b2508/_pkg_.a /root/.cache/go-build/19/197878384aa8fb7e21ad5c6d7f0dfa431abebe5e984f0b8712e7300ee23d8d72-d # internal
2025-08-20T23:01:03.2668799Z [00:03:25.527]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories
2025-08-20T23:01:03.2677352Z [00:03:25.529]➜  mkdir -p $WORK/b2512/
2025-08-20T23:01:03.2679576Z [00:03:25.529]➜  cat >/tmp/go-build2180205415/b2512/importcfg << 'EOF' # internal
2025-08-20T23:01:03.2680362Z [00:03:25.529]➜  # import config
2025-08-20T23:01:03.2681317Z [00:03:25.529]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.2682268Z [00:03:25.529]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.2682772Z [00:03:25.529]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.2683440Z [00:03:25.529]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.2684165Z [00:03:25.529]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.2684968Z [00:03:25.529]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.2685534Z [00:03:25.529]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.2686135Z [00:03:25.529]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.2686590Z [00:03:25.529]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.2687032Z [00:03:25.529]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.2687456Z [00:03:25.529]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.2687770Z [00:03:25.529]➜  EOF
2025-08-20T23:01:03.2690731Z [00:03:25.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2512/_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/b2512=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories -lang=go1.22 -complete -installsuffix shared -buildid 6wnLpB8VM1IaQlMCpcap/6wnLpB8VM1IaQlMCpcap -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/repositories/repositories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/repositories/response.go
2025-08-20T23:01:03.3021148Z [00:03:25.563]➜  go tool buildid -w $WORK/b2509/_pkg_.a # internal
2025-08-20T23:01:03.3036533Z [00:03:25.565]➜  cp $WORK/b2509/_pkg_.a /root/.cache/go-build/c9/c932680af552f4a6e87ee3ee4e4f226b9f4ca4cc120619680b33836e7165843b-d # internal
2025-08-20T23:01:03.3037259Z [00:03:25.565]➜  go tool buildid -w $WORK/b2510/_pkg_.a # internal
2025-08-20T23:01:03.3045669Z [00:03:25.566]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments
2025-08-20T23:01:03.3052996Z [00:03:25.566]➜  mkdir -p $WORK/b2513/
2025-08-20T23:01:03.3053683Z [00:03:25.566]➜  cp $WORK/b2510/_pkg_.a /root/.cache/go-build/98/986af824fffa66398ef677546c123957891dfbe4d32c498fd723d1effbc0173f-d # internal
2025-08-20T23:01:03.3054351Z [00:03:25.566]➜  cat >/tmp/go-build2180205415/b2513/importcfg << 'EOF' # internal
2025-08-20T23:01:03.3054702Z [00:03:25.566]➜  # import config
2025-08-20T23:01:03.3055045Z [00:03:25.566]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.3056061Z [00:03:25.566]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.3056586Z [00:03:25.566]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.3057001Z [00:03:25.566]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.3057633Z [00:03:25.566]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.3058421Z [00:03:25.566]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.3059235Z [00:03:25.566]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2180205415/b2494/_pkg_.a
2025-08-20T23:01:03.3059841Z [00:03:25.566]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.3060256Z [00:03:25.566]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.3060694Z [00:03:25.566]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.3061345Z [00:03:25.566]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.3061773Z [00:03:25.566]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.3062087Z [00:03:25.566]➜  EOF
2025-08-20T23:01:03.3067393Z [00:03:25.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2513/_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/b2513=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments -lang=go1.22 -complete -installsuffix shared -buildid PPzzBYklclW0Kon9hVFU/PPzzBYklclW0Kon9hVFU -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/segments/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/segments/segments.go
2025-08-20T23:01:03.3069941Z [00:03:25.567]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards
2025-08-20T23:01:03.3070315Z [00:03:25.568]➜  mkdir -p $WORK/b2514/
2025-08-20T23:01:03.3070692Z [00:03:25.568]➜  cat >/tmp/go-build2180205415/b2514/importcfg << 'EOF' # internal
2025-08-20T23:01:03.3071038Z [00:03:25.568]➜  # import config
2025-08-20T23:01:03.3071383Z [00:03:25.568]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.3071835Z [00:03:25.568]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.3072280Z [00:03:25.568]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.3072816Z [00:03:25.568]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.3073517Z [00:03:25.568]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.3074303Z [00:03:25.568]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.3075123Z [00:03:25.568]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2180205415/b2494/_pkg_.a
2025-08-20T23:01:03.3075729Z [00:03:25.568]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.3076392Z [00:03:25.568]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.3076828Z [00:03:25.568]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.3077256Z [00:03:25.568]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.3077685Z [00:03:25.568]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.3077997Z [00:03:25.568]➜  EOF
2025-08-20T23:01:03.3080595Z [00:03:25.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2514/_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/b2514=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards -lang=go1.22 -complete -installsuffix shared -buildid neYFwqR0PyAEbQbWeJUA/neYFwqR0PyAEbQbWeJUA -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/shards/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/shards/shards.go
2025-08-20T23:01:03.3109820Z [00:03:25.572]➜  go tool buildid -w $WORK/b2511/_pkg_.a # internal
2025-08-20T23:01:03.3126463Z [00:03:25.574]➜  cp $WORK/b2511/_pkg_.a /root/.cache/go-build/68/68e5beecbd37b2339104db6511c2e79aae883fdef0b99d90c8e6a414f317def5-d # internal
2025-08-20T23:01:03.3135447Z [00:03:25.575]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots
2025-08-20T23:01:03.3136383Z [00:03:25.575]➜  mkdir -p $WORK/b2515/
2025-08-20T23:01:03.3142001Z [00:03:25.575]➜  cat >/tmp/go-build2180205415/b2515/importcfg << 'EOF' # internal
2025-08-20T23:01:03.3142427Z [00:03:25.575]➜  # import config
2025-08-20T23:01:03.3143041Z [00:03:25.575]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.3143504Z [00:03:25.575]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.3143955Z [00:03:25.575]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.3144485Z [00:03:25.575]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.3145240Z [00:03:25.575]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.3146231Z [00:03:25.575]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.3147366Z [00:03:25.575]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.3148115Z [00:03:25.575]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.3149272Z [00:03:25.575]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.3149727Z [00:03:25.576]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.3150156Z [00:03:25.576]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.3150470Z [00:03:25.576]➜  EOF
2025-08-20T23:01:03.3153380Z [00:03:25.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2515/_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/b2515=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots -lang=go1.22 -complete -installsuffix shared -buildid txyO8XEqUCdXNJly72Iz/txyO8XEqUCdXNJly72Iz -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/snapshots/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/snapshots/snapshots.go
2025-08-20T23:01:03.3511597Z [00:03:25.612]➜  go tool buildid -w $WORK/b2512/_pkg_.a # internal
2025-08-20T23:01:03.3513010Z [00:03:25.612]➜  cp $WORK/b2512/_pkg_.a /root/.cache/go-build/57/57cfd9a48f923525cfeb9c5e1c5dd25e385280205f47a93d9a1339cddedb0fb3-d # internal
2025-08-20T23:01:03.3523691Z [00:03:25.613]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks
2025-08-20T23:01:03.3526371Z [00:03:25.614]➜  mkdir -p $WORK/b2516/
2025-08-20T23:01:03.3551655Z [00:03:25.614]➜  cat >/tmp/go-build2180205415/b2516/importcfg << 'EOF' # internal
2025-08-20T23:01:03.3552051Z [00:03:25.614]➜  # import config
2025-08-20T23:01:03.3552421Z [00:03:25.614]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.3552877Z [00:03:25.614]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.3553328Z [00:03:25.614]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.3554100Z [00:03:25.614]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.3554741Z [00:03:25.614]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.3555532Z [00:03:25.614]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.3556389Z [00:03:25.614]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.3556817Z [00:03:25.614]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.3557249Z [00:03:25.614]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.3557683Z [00:03:25.614]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.3558107Z [00:03:25.614]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.3558422Z [00:03:25.614]➜  EOF
2025-08-20T23:01:03.3569069Z [00:03:25.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2516/_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/b2516=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks -lang=go1.22 -complete -installsuffix shared -buildid f2AjoJjHwK893QulIQTD/f2AjoJjHwK893QulIQTD -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/tasks/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/tasks/tasks.go
2025-08-20T23:01:03.3638662Z [00:03:25.625]➜  go tool buildid -w $WORK/b2514/_pkg_.a # internal
2025-08-20T23:01:03.3650441Z [00:03:25.626]➜  cp $WORK/b2514/_pkg_.a /root/.cache/go-build/8a/8aaff8e4c8ec9db43df79fd1b233a2136cff696e483554cba0ef0a105eac12e8-d # internal
2025-08-20T23:01:03.3656385Z [00:03:25.626]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates
2025-08-20T23:01:03.3656831Z [00:03:25.627]➜  mkdir -p $WORK/b2517/
2025-08-20T23:01:03.3658972Z [00:03:25.627]➜  cat >/tmp/go-build2180205415/b2517/importcfg << 'EOF' # internal
2025-08-20T23:01:03.3659717Z [00:03:25.627]➜  # import config
2025-08-20T23:01:03.3660343Z [00:03:25.627]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.3661470Z [00:03:25.627]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.3661990Z [00:03:25.627]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.3662416Z [00:03:25.627]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.3663340Z [00:03:25.627]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.3664209Z [00:03:25.627]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.3664779Z [00:03:25.627]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.3665207Z [00:03:25.627]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.3665649Z [00:03:25.627]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.3666318Z [00:03:25.627]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.3666752Z [00:03:25.627]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.3667072Z [00:03:25.627]➜  EOF
2025-08-20T23:01:03.3669795Z [00:03:25.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2517/_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/b2517=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates -lang=go1.22 -complete -installsuffix shared -buildid 1uIx48ca9cLF0qk3Sabs/1uIx48ca9cLF0qk3Sabs -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/templates/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/templates/templates.go
2025-08-20T23:01:03.3735211Z [00:03:25.635]➜  go tool buildid -w $WORK/b2513/_pkg_.a # internal
2025-08-20T23:01:03.3811243Z [00:03:25.642]➜  cp $WORK/b2513/_pkg_.a /root/.cache/go-build/bf/bf6323c79ce4a35d99ad74cb92d7e42bd0f3f45a6b371e66e581cf19fba9ac44-d # internal
2025-08-20T23:01:03.3869453Z [00:03:25.648]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool
2025-08-20T23:01:03.3869916Z [00:03:25.648]➜  mkdir -p $WORK/b2518/
2025-08-20T23:01:03.3870532Z [00:03:25.648]➜  cat >/tmp/go-build2180205415/b2518/importcfg << 'EOF' # internal
2025-08-20T23:01:03.3870897Z [00:03:25.648]➜  # import config
2025-08-20T23:01:03.3871392Z [00:03:25.648]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.3871976Z [00:03:25.648]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.3872548Z [00:03:25.648]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.3873420Z [00:03:25.648]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.3874190Z [00:03:25.648]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.3875291Z [00:03:25.648]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.3886798Z [00:03:25.648]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2180205415/b2499/_pkg_.a
2025-08-20T23:01:03.3887629Z [00:03:25.648]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.3888187Z [00:03:25.648]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.3888761Z [00:03:25.648]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.3889318Z [00:03:25.648]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.3889880Z [00:03:25.648]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.3890307Z [00:03:25.648]➜  EOF
2025-08-20T23:01:03.3893318Z [00:03:25.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2518/_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/b2518=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool -lang=go1.22 -complete -installsuffix shared -buildid -nigsk9tawwz06Uu0ULR/-nigsk9tawwz06Uu0ULR -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/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:01:03.4068895Z [00:03:25.666]➜  go tool buildid -w $WORK/b2515/_pkg_.a # internal
2025-08-20T23:01:03.4094587Z [00:03:25.670]➜  cp $WORK/b2515/_pkg_.a /root/.cache/go-build/43/433c9d799124db5ced8b021b5adc35c163b13fc2f54211882e3c1f6827f6d571-d # internal
2025-08-20T23:01:03.4125471Z [00:03:25.673]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms
2025-08-20T23:01:03.4126025Z [00:03:25.673]➜  mkdir -p $WORK/b2519/
2025-08-20T23:01:03.4126437Z [00:03:25.673]➜  cat >/tmp/go-build2180205415/b2519/importcfg << 'EOF' # internal
2025-08-20T23:01:03.4126802Z [00:03:25.673]➜  # import config
2025-08-20T23:01:03.4127150Z [00:03:25.674]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.4127618Z [00:03:25.674]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.4128066Z [00:03:25.674]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.4128480Z [00:03:25.674]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.4129114Z [00:03:25.674]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.4130245Z [00:03:25.674]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.4131121Z [00:03:25.674]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn=/tmp/go-build2180205415/b2306/_pkg_.a
2025-08-20T23:01:03.4132060Z [00:03:25.674]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2180205415/b2499/_pkg_.a
2025-08-20T23:01:03.4132683Z [00:03:25.674]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.4133107Z [00:03:25.674]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.4133536Z [00:03:25.674]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.4133963Z [00:03:25.674]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.4134395Z [00:03:25.674]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.4134894Z [00:03:25.674]➜  EOF
2025-08-20T23:01:03.4137903Z [00:03:25.674]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2519/_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/b2519=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms -lang=go1.22 -complete -installsuffix shared -buildid ODbowxXcQXxxp5kc68dU/ODbowxXcQXxxp5kc68dU -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/transforms/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/transforms/transforms.go
2025-08-20T23:01:03.4262930Z [00:03:25.684]➜  go tool buildid -w $WORK/b2517/_pkg_.a # internal
2025-08-20T23:01:03.4263717Z [00:03:25.685]➜  cp $WORK/b2517/_pkg_.a /root/.cache/go-build/d9/d94b9ac86b0154239a3ec7650c6c7b3e3cd28405bf827574a8ef83ee5e56fc4c-d # internal
2025-08-20T23:01:03.4264375Z [00:03:25.687]➜  go tool buildid -w $WORK/b2516/_pkg_.a # internal
2025-08-20T23:01:03.4267538Z [00:03:25.688]➜  cp $WORK/b2516/_pkg_.a /root/.cache/go-build/f3/f3e7c7385f3f8cbcb843c273c1da656ff28c61e408be455210f5e29f328bc736-d # internal
2025-08-20T23:01:03.4272703Z [00:03:25.688]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern
2025-08-20T23:01:03.4273229Z [00:03:25.688]➜  mkdir -p $WORK/b2520/
2025-08-20T23:01:03.4276114Z [00:03:25.688]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow
2025-08-20T23:01:03.4276770Z [00:03:25.688]➜  mkdir -p $WORK/b2521/
2025-08-20T23:01:03.4277226Z [00:03:25.689]➜  cat >/tmp/go-build2180205415/b2520/importcfg << 'EOF' # internal
2025-08-20T23:01:03.4277579Z [00:03:25.689]➜  # import config
2025-08-20T23:01:03.4277949Z [00:03:25.689]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.4278413Z [00:03:25.689]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.4278869Z [00:03:25.689]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.4279283Z [00:03:25.689]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.4279914Z [00:03:25.689]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.4280703Z [00:03:25.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.4281264Z [00:03:25.689]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.4281687Z [00:03:25.689]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.4282118Z [00:03:25.689]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.4282546Z [00:03:25.689]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.4283253Z [00:03:25.689]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.4283580Z [00:03:25.689]➜  EOF
2025-08-20T23:01:03.4286927Z [00:03:25.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2520/_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/b2520=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern -lang=go1.22 -complete -installsuffix shared -buildid aXa8r5uvz2L-Tk-6QzAd/aXa8r5uvz2L-Tk-6QzAd -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/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:01:03.4289780Z [00:03:25.689]➜  cat >/tmp/go-build2180205415/b2521/importcfg << 'EOF' # internal
2025-08-20T23:01:03.4290388Z [00:03:25.689]➜  # import config
2025-08-20T23:01:03.4290728Z [00:03:25.689]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:03.4291154Z [00:03:25.689]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.4291607Z [00:03:25.689]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.4292155Z [00:03:25.689]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.4292633Z [00:03:25.689]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.4293268Z [00:03:25.689]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.4294051Z [00:03:25.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.4294615Z [00:03:25.689]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.4295036Z [00:03:25.689]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.4295471Z [00:03:25.689]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.4296073Z [00:03:25.689]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.4296552Z [00:03:25.689]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.4296873Z [00:03:25.689]➜  EOF
2025-08-20T23:01:03.4299981Z [00:03:25.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2521/_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/b2521=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow -lang=go1.22 -complete -installsuffix shared -buildid kxuFG-vlmqlVhl3KerY1/kxuFG-vlmqlVhl3KerY1 -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/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:01:03.4679725Z [00:03:25.729]➜  go tool buildid -w $WORK/b2518/_pkg_.a # internal
2025-08-20T23:01:03.4691555Z [00:03:25.730]➜  cp $WORK/b2518/_pkg_.a /root/.cache/go-build/81/81a166fd7b5ba22730478cccd4b7ef7227c80935e1eeeefb8fb327eeb4037203-d # internal
2025-08-20T23:01:03.4720902Z [00:03:25.733]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo
2025-08-20T23:01:03.4721329Z [00:03:25.733]➜  mkdir -p $WORK/b2522/
2025-08-20T23:01:03.4722289Z [00:03:25.733]➜  cat >/tmp/go-build2180205415/b2522/importcfg << 'EOF' # internal
2025-08-20T23:01:03.4722665Z [00:03:25.733]➜  # import config
2025-08-20T23:01:03.4723011Z [00:03:25.733]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.4723784Z [00:03:25.733]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.4724240Z [00:03:25.733]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.4724654Z [00:03:25.733]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.4725285Z [00:03:25.733]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.4726281Z [00:03:25.733]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.4726866Z [00:03:25.733]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.4727295Z [00:03:25.733]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.4727729Z [00:03:25.733]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.4728156Z [00:03:25.733]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.4728586Z [00:03:25.733]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.4729169Z [00:03:25.733]➜  EOF
2025-08-20T23:01:03.4740097Z [00:03:25.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2522/_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/b2522=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo -lang=go1.22 -complete -installsuffix shared -buildid u51kuz2Yu1j-wjinQ70-/u51kuz2Yu1j-wjinQ70- -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/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:01:03.4799612Z [00:03:25.741]➜  go tool buildid -w $WORK/b2519/_pkg_.a # internal
2025-08-20T23:01:03.4842143Z [00:03:25.745]➜  cp $WORK/b2519/_pkg_.a /root/.cache/go-build/62/627bb35f3a22341c29e3eb0c78cc21abf8416f882d99c00e6de67ddc966663c4-d # internal
2025-08-20T23:01:03.4857283Z [00:03:25.746]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats
2025-08-20T23:01:03.4857707Z [00:03:25.746]➜  mkdir -p $WORK/b2523/
2025-08-20T23:01:03.4858091Z [00:03:25.746]➜  cat >/tmp/go-build2180205415/b2523/importcfg << 'EOF' # internal
2025-08-20T23:01:03.4858442Z [00:03:25.746]➜  # import config
2025-08-20T23:01:03.4858804Z [00:03:25.746]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.4859261Z [00:03:25.746]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.4859943Z [00:03:25.746]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.4860432Z [00:03:25.746]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.4861066Z [00:03:25.746]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.4861864Z [00:03:25.746]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.4862436Z [00:03:25.746]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.4862855Z [00:03:25.746]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.4863287Z [00:03:25.746]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.4863721Z [00:03:25.746]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.4864145Z [00:03:25.746]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.4864458Z [00:03:25.746]➜  EOF
2025-08-20T23:01:03.4867369Z [00:03:25.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2523/_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/b2523=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats -lang=go1.22 -complete -installsuffix shared -buildid icK_aHm-LYjRPSlp1p93/icK_aHm-LYjRPSlp1p93 -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/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:01:03.4998547Z [00:03:25.761]➜  go tool buildid -w $WORK/b2521/_pkg_.a # internal
2025-08-20T23:01:03.5011685Z [00:03:25.762]➜  go tool buildid -w $WORK/b2520/_pkg_.a # internal
2025-08-20T23:01:03.5017012Z [00:03:25.763]➜  cp $WORK/b2521/_pkg_.a /root/.cache/go-build/56/569e615b942842aee65fc95e7a806c62047a4398bd068419fc8ec25d61a9d7ae-d # internal
2025-08-20T23:01:03.5025442Z [00:03:25.763]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower
2025-08-20T23:01:03.5027921Z [00:03:25.763]➜  mkdir -p $WORK/b2524/
2025-08-20T23:01:03.5028347Z [00:03:25.764]➜  cat >/tmp/go-build2180205415/b2524/importcfg << 'EOF' # internal
2025-08-20T23:01:03.5028947Z [00:03:25.764]➜  # import config
2025-08-20T23:01:03.5029296Z [00:03:25.764]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:03.5029729Z [00:03:25.764]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.5030181Z [00:03:25.764]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.5030737Z [00:03:25.764]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.5031222Z [00:03:25.764]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.5031861Z [00:03:25.764]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.5032657Z [00:03:25.764]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.5033225Z [00:03:25.764]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.5033655Z [00:03:25.764]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.5037513Z [00:03:25.764]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.5037973Z [00:03:25.764]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.5038406Z [00:03:25.764]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.5038736Z [00:03:25.764]➜  EOF
2025-08-20T23:01:03.5042214Z [00:03:25.764]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2524/_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/b2524=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower -lang=go1.22 -complete -installsuffix shared -buildid 4yexa_NJaMOGoOKlWBSF/4yexa_NJaMOGoOKlWBSF -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/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:01:03.5045449Z [00:03:25.765]➜  cp $WORK/b2520/_pkg_.a /root/.cache/go-build/46/46ae421a818b016b35c7756aaf688019fc192b64080f4375ea1e4b8c182f9a94-d # internal
2025-08-20T23:01:03.5057623Z [00:03:25.766]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern
2025-08-20T23:01:03.5063599Z [00:03:25.766]➜  mkdir -p $WORK/b2525/
2025-08-20T23:01:03.5064031Z [00:03:25.767]➜  cat >/tmp/go-build2180205415/b2525/importcfg << 'EOF' # internal
2025-08-20T23:01:03.5064387Z [00:03:25.767]➜  # import config
2025-08-20T23:01:03.5064731Z [00:03:25.767]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.5065469Z [00:03:25.767]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.5066050Z [00:03:25.767]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.5066471Z [00:03:25.767]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.5067101Z [00:03:25.767]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.5068008Z [00:03:25.767]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.5068646Z [00:03:25.767]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.5069071Z [00:03:25.767]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.5069504Z [00:03:25.767]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.5069928Z [00:03:25.767]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.5070387Z [00:03:25.767]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.5070855Z [00:03:25.767]➜  EOF
2025-08-20T23:01:03.5073871Z [00:03:25.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2525/_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/b2525=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern -lang=go1.22 -complete -installsuffix shared -buildid LCF9l2eSJqp_Cgmdl3tb/LCF9l2eSJqp_Cgmdl3tb -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/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:01:03.5379712Z [00:03:25.799]➜  go tool buildid -w $WORK/b2522/_pkg_.a # internal
2025-08-20T23:01:03.5390628Z [00:03:25.800]➜  cp $WORK/b2522/_pkg_.a /root/.cache/go-build/53/535bdc650b002e314d06fa375b2e0d64a76e7ec4a612ce0e8acc64a1e86826ac-d # internal
2025-08-20T23:01:03.5402164Z [00:03:25.801]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern
2025-08-20T23:01:03.5409718Z [00:03:25.801]➜  mkdir -p $WORK/b2526/
2025-08-20T23:01:03.5410125Z [00:03:25.801]➜  cat >/tmp/go-build2180205415/b2526/importcfg << 'EOF' # internal
2025-08-20T23:01:03.5410499Z [00:03:25.801]➜  # import config
2025-08-20T23:01:03.5410849Z [00:03:25.801]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.5411514Z [00:03:25.801]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.5412042Z [00:03:25.801]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.5412465Z [00:03:25.801]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.5413094Z [00:03:25.802]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.5413903Z [00:03:25.802]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.5414466Z [00:03:25.802]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.5414881Z [00:03:25.802]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.5415319Z [00:03:25.802]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.5415746Z [00:03:25.802]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.5416412Z [00:03:25.802]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.5416733Z [00:03:25.802]➜  EOF
2025-08-20T23:01:03.5419964Z [00:03:25.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2526/_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/b2526=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern -lang=go1.22 -complete -installsuffix shared -buildid sKNkDHBxoGBv5AazIvVu/sKNkDHBxoGBv5AazIvVu -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/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:01:03.5430832Z [00:03:25.804]➜  go tool buildid -w $WORK/b2523/_pkg_.a # internal
2025-08-20T23:01:03.5437700Z [00:03:25.805]➜  cp $WORK/b2523/_pkg_.a /root/.cache/go-build/7e/7e4d2ef46768abf3138229b64137a594b1289d0c59ed6e96a6362dd6ba18c35f-d # internal
2025-08-20T23:01:03.5471739Z [00:03:25.807]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow
2025-08-20T23:01:03.5472161Z [00:03:25.807]➜  mkdir -p $WORK/b2527/
2025-08-20T23:01:03.5472562Z [00:03:25.807]➜  cat >/tmp/go-build2180205415/b2527/importcfg << 'EOF' # internal
2025-08-20T23:01:03.5473159Z [00:03:25.807]➜  # import config
2025-08-20T23:01:03.5473510Z [00:03:25.807]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.5473967Z [00:03:25.807]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.5474423Z [00:03:25.807]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.5474840Z [00:03:25.807]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.5475474Z [00:03:25.807]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.5477791Z [00:03:25.807]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.5478367Z [00:03:25.807]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.5478799Z [00:03:25.807]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.5479238Z [00:03:25.807]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.5479663Z [00:03:25.807]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.5480089Z [00:03:25.807]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.5480403Z [00:03:25.807]➜  EOF
2025-08-20T23:01:03.5483340Z [00:03:25.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2527/_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/b2527=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow -lang=go1.22 -complete -installsuffix shared -buildid kjRNdFIaQ5wWUs9aQRn4/kjRNdFIaQ5wWUs9aQRn4 -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/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:01:03.5671776Z [00:03:25.828]➜  go tool buildid -w $WORK/b2524/_pkg_.a # internal
2025-08-20T23:01:03.5694374Z [00:03:25.830]➜  cp $WORK/b2524/_pkg_.a /root/.cache/go-build/e6/e6c87845b3187cda0b25456d7cc4ecbc893c2aaaee3a24e4aab4f14cd9fa9c02-d # internal
2025-08-20T23:01:03.5696473Z [00:03:25.831]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern
2025-08-20T23:01:03.5697994Z [00:03:25.831]➜  mkdir -p $WORK/b2528/
2025-08-20T23:01:03.5700237Z [00:03:25.831]➜  cat >/tmp/go-build2180205415/b2528/importcfg << 'EOF' # internal
2025-08-20T23:01:03.5701649Z [00:03:25.831]➜  # import config
2025-08-20T23:01:03.5702185Z [00:03:25.831]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:03.5702966Z [00:03:25.831]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.5703846Z [00:03:25.831]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.5704838Z [00:03:25.831]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.5705590Z [00:03:25.831]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.5706886Z [00:03:25.831]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.5708174Z [00:03:25.831]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.5709338Z [00:03:25.831]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.5710340Z [00:03:25.831]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.5711289Z [00:03:25.831]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.5711938Z [00:03:25.831]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.5712856Z [00:03:25.831]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.5713712Z [00:03:25.831]➜  EOF
2025-08-20T23:01:03.5719954Z [00:03:25.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2528/_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/b2528=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern -lang=go1.22 -complete -installsuffix shared -buildid 11wTT9yaiOCNv6M-0mgb/11wTT9yaiOCNv6M-0mgb -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/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:01:03.5786526Z [00:03:25.840]➜  go tool buildid -w $WORK/b2525/_pkg_.a # internal
2025-08-20T23:01:03.5797283Z [00:03:25.841]➜  cp $WORK/b2525/_pkg_.a /root/.cache/go-build/18/18c69292ed91f973cd822b1d046401787c8afa06e92d50a5fb0084cd2d0db56e-d # internal
2025-08-20T23:01:03.5802202Z [00:03:25.841]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern
2025-08-20T23:01:03.5802679Z [00:03:25.841]➜  mkdir -p $WORK/b2529/
2025-08-20T23:01:03.5807271Z [00:03:25.842]➜  cat >/tmp/go-build2180205415/b2529/importcfg << 'EOF' # internal
2025-08-20T23:01:03.5808275Z [00:03:25.842]➜  # import config
2025-08-20T23:01:03.5809174Z [00:03:25.842]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.5810837Z [00:03:25.842]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.5811971Z [00:03:25.842]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.5812673Z [00:03:25.842]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.5813691Z [00:03:25.842]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.5814952Z [00:03:25.842]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.5836364Z [00:03:25.842]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.5836827Z [00:03:25.842]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.5837259Z [00:03:25.842]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.5837692Z [00:03:25.842]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.5838117Z [00:03:25.842]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.5838433Z [00:03:25.842]➜  EOF
2025-08-20T23:01:03.5841765Z [00:03:25.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2529/_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/b2529=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern -lang=go1.22 -complete -installsuffix shared -buildid et5Dk7JPxQHs1s7bSCNr/et5Dk7JPxQHs1s7bSCNr -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/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:01:03.6133934Z [00:03:25.874]➜  go tool buildid -w $WORK/b2526/_pkg_.a # internal
2025-08-20T23:01:03.6147184Z [00:03:25.876]➜  cp $WORK/b2526/_pkg_.a /root/.cache/go-build/fa/fa8f3d13d8a9f71569d9a1c12d73c4f6b0da888f0081a24d6062ff2be5616822-d # internal
2025-08-20T23:01:03.6170349Z [00:03:25.878]➜  go tool buildid -w $WORK/b2527/_pkg_.a # internal
2025-08-20T23:01:03.6179227Z [00:03:25.879]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow
2025-08-20T23:01:03.6180295Z [00:03:25.879]➜  mkdir -p $WORK/b2530/
2025-08-20T23:01:03.6183856Z [00:03:25.879]➜  cat >/tmp/go-build2180205415/b2530/importcfg << 'EOF' # internal
2025-08-20T23:01:03.6185282Z [00:03:25.880]➜  # import config
2025-08-20T23:01:03.6186391Z [00:03:25.880]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:03.6187126Z [00:03:25.880]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.6188969Z [00:03:25.880]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.6189976Z [00:03:25.880]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.6190795Z [00:03:25.880]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.6191913Z [00:03:25.880]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.6193030Z [00:03:25.880]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.6194101Z [00:03:25.880]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.6195058Z [00:03:25.880]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.6196238Z [00:03:25.880]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.6196961Z [00:03:25.880]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.6197724Z [00:03:25.880]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.6198542Z [00:03:25.880]➜  EOF
2025-08-20T23:01:03.6202217Z [00:03:25.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2530/_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/b2530=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow -lang=go1.22 -complete -installsuffix shared -buildid 4WdosdOgYH0S8sUt9Cy8/4WdosdOgYH0S8sUt9Cy8 -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/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:01:03.6222068Z [00:03:25.883]➜  cp $WORK/b2527/_pkg_.a /root/.cache/go-build/a2/a2104362432133210c4d99b8aa6fe7513637ebee0886bd26beaf1d235817d467-d # internal
2025-08-20T23:01:03.6228018Z [00:03:25.884]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats
2025-08-20T23:01:03.6228410Z [00:03:25.884]➜  mkdir -p $WORK/b2531/
2025-08-20T23:01:03.6230361Z [00:03:25.884]➜  cat >/tmp/go-build2180205415/b2531/importcfg << 'EOF' # internal
2025-08-20T23:01:03.6231342Z [00:03:25.884]➜  # import config
2025-08-20T23:01:03.6233285Z [00:03:25.884]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.6234755Z [00:03:25.884]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.6236399Z [00:03:25.884]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.6237394Z [00:03:25.884]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.6238300Z [00:03:25.884]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.6239577Z [00:03:25.884]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.6240491Z [00:03:25.884]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.6241353Z [00:03:25.884]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.6242285Z [00:03:25.884]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.6243139Z [00:03:25.884]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.6243994Z [00:03:25.884]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.6244600Z [00:03:25.884]➜  EOF
2025-08-20T23:01:03.6247712Z [00:03:25.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2531/_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/b2531=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats -lang=go1.22 -complete -installsuffix shared -buildid fKMb3ehReEBBJArPNYwY/fKMb3ehReEBBJArPNYwY -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/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/stats/stats.go
2025-08-20T23:01:03.6393145Z [00:03:25.900]➜  go tool buildid -w $WORK/b2529/_pkg_.a # internal
2025-08-20T23:01:03.6403568Z [00:03:25.901]➜  cp $WORK/b2529/_pkg_.a /root/.cache/go-build/00/00439ed5990790a266a49b6f32a5aa53b9fb1825622ed41a0994e9b5ffbae6d0-d # internal
2025-08-20T23:01:03.6418355Z [00:03:25.903]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow
2025-08-20T23:01:03.6419008Z [00:03:25.903]➜  mkdir -p $WORK/b2532/
2025-08-20T23:01:03.6419897Z [00:03:25.903]➜  go tool buildid -w $WORK/b2528/_pkg_.a # internal
2025-08-20T23:01:03.6421083Z [00:03:25.903]➜  cat >/tmp/go-build2180205415/b2532/importcfg << 'EOF' # internal
2025-08-20T23:01:03.6421454Z [00:03:25.903]➜  # import config
2025-08-20T23:01:03.6421802Z [00:03:25.903]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.6422257Z [00:03:25.903]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.6422699Z [00:03:25.903]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.6423407Z [00:03:25.903]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.6424043Z [00:03:25.903]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.6424833Z [00:03:25.903]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.6427941Z [00:03:25.903]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.6428463Z [00:03:25.903]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.6428906Z [00:03:25.903]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.6431863Z [00:03:25.903]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.6432376Z [00:03:25.903]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.6432695Z [00:03:25.903]➜  EOF
2025-08-20T23:01:03.6436544Z [00:03:25.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2532/_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/b2532=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow -lang=go1.22 -complete -installsuffix shared -buildid L1m0muP21LV5r3acivdk/L1m0muP21LV5r3acivdk -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/unfollow/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/unfollow/unfollow.go
2025-08-20T23:01:03.6439312Z [00:03:25.904]➜  cp $WORK/b2528/_pkg_.a /root/.cache/go-build/81/81ace12cd9051c85cf990e62b88623e73d527694f331d2db1fe5de31b1749803-d # internal
2025-08-20T23:01:03.6440017Z [00:03:25.904]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain
2025-08-20T23:01:03.6442428Z [00:03:25.905]➜  mkdir -p $WORK/b2533/
2025-08-20T23:01:03.6443020Z [00:03:25.905]➜  cat >/tmp/go-build2180205415/b2533/importcfg << 'EOF' # internal
2025-08-20T23:01:03.6443369Z [00:03:25.905]➜  # import config
2025-08-20T23:01:03.6443706Z [00:03:25.905]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:03.6444130Z [00:03:25.905]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.6444588Z [00:03:25.905]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.6445034Z [00:03:25.905]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.6445549Z [00:03:25.905]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.6448307Z [00:03:25.905]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.6449101Z [00:03:25.905]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.6449940Z [00:03:25.905]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision=/tmp/go-build2180205415/b2325/_pkg_.a
2025-08-20T23:01:03.6450571Z [00:03:25.905]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.6450987Z [00:03:25.905]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.6451416Z [00:03:25.905]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.6451840Z [00:03:25.905]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.6452260Z [00:03:25.905]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.6452578Z [00:03:25.905]➜  EOF
2025-08-20T23:01:03.6456208Z [00:03:25.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2533/_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/b2533=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain -lang=go1.22 -complete -installsuffix shared -buildid IXoaa4J-BkZfeejs5nKK/IXoaa4J-BkZfeejs5nKK -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/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:01:03.6885750Z [00:03:25.948]➜  go tool buildid -w $WORK/b2531/_pkg_.a # internal
2025-08-20T23:01:03.6887679Z [00:03:25.949]➜  cp $WORK/b2531/_pkg_.a /root/.cache/go-build/63/63ce7fcc1c76dd695969eaeb207417a575ea34bb048779c5e4b61e5f387cc96f-d # internal
2025-08-20T23:01:03.6947088Z [00:03:25.955]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate
2025-08-20T23:01:03.6947883Z [00:03:25.955]➜  mkdir -p $WORK/b2534/
2025-08-20T23:01:03.6948519Z [00:03:25.956]➜  cat >/tmp/go-build2180205415/b2534/importcfg << 'EOF' # internal
2025-08-20T23:01:03.6949524Z [00:03:25.956]➜  # import config
2025-08-20T23:01:03.6951166Z [00:03:25.956]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.6952020Z [00:03:25.956]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.6953116Z [00:03:25.956]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.6954166Z [00:03:25.956]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.6955426Z [00:03:25.956]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.6956827Z [00:03:25.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.6958021Z [00:03:25.956]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.6959162Z [00:03:25.956]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.6960189Z [00:03:25.956]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.6961016Z [00:03:25.956]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.6961791Z [00:03:25.956]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.6962317Z [00:03:25.956]➜  EOF
2025-08-20T23:01:03.6962812Z [00:03:25.956]➜  go tool buildid -w $WORK/b2530/_pkg_.a # internal
2025-08-20T23:01:03.6966577Z [00:03:25.956]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2534/_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/b2534=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate -lang=go1.22 -complete -installsuffix shared -buildid V1TU2a527yYZ9-gBk_Py/V1TU2a527yYZ9-gBk_Py -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/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:01:03.6995907Z [00:03:25.960]➜  cp $WORK/b2530/_pkg_.a /root/.cache/go-build/62/62adfb3ba00801d6851d03265894963f0c49a349a05445b429a0a307f8994789-d # internal
2025-08-20T23:01:03.7002771Z [00:03:25.961]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate
2025-08-20T23:01:03.7003920Z [00:03:25.961]➜  mkdir -p $WORK/b2537/
2025-08-20T23:01:03.7011646Z [00:03:25.962]➜  cat >/tmp/go-build2180205415/b2537/importcfg << 'EOF' # internal
2025-08-20T23:01:03.7012892Z [00:03:25.962]➜  # import config
2025-08-20T23:01:03.7013257Z [00:03:25.962]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.7013999Z [00:03:25.962]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.7014456Z [00:03:25.962]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.7014872Z [00:03:25.962]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.7015507Z [00:03:25.962]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.7016479Z [00:03:25.962]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.7017052Z [00:03:25.962]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.7017471Z [00:03:25.962]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.7017903Z [00:03:25.962]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.7018328Z [00:03:25.962]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.7018763Z [00:03:25.962]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.7019082Z [00:03:25.962]➜  EOF
2025-08-20T23:01:03.7022306Z [00:03:25.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2537/_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/b2537=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate -lang=go1.22 -complete -installsuffix shared -buildid Ci7UarwDqHc5QUMvOFAH/Ci7UarwDqHc5QUMvOFAH -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/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:01:03.7027272Z [00:03:25.964]➜  go tool buildid -w $WORK/b2532/_pkg_.a # internal
2025-08-20T23:01:03.7049130Z [00:03:25.966]➜  cp $WORK/b2532/_pkg_.a /root/.cache/go-build/ae/ae6a7b5e15ecbdeada46832f533cbe8a2a60dc8ac18f37570e9f910769c40359-d # internal
2025-08-20T23:01:03.7051480Z [00:03:25.966]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings
2025-08-20T23:01:03.7052291Z [00:03:25.966]➜  mkdir -p $WORK/b2538/
2025-08-20T23:01:03.7068466Z [00:03:25.968]➜  cat >/tmp/go-build2180205415/b2538/importcfg << 'EOF' # internal
2025-08-20T23:01:03.7073580Z [00:03:25.968]➜  # import config
2025-08-20T23:01:03.7074358Z [00:03:25.968]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.7075425Z [00:03:25.968]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.7076208Z [00:03:25.968]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.7076686Z [00:03:25.968]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.7077386Z [00:03:25.968]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.7078187Z [00:03:25.968]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.7078754Z [00:03:25.968]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.7079177Z [00:03:25.968]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.7079608Z [00:03:25.968]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.7080031Z [00:03:25.968]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.7080461Z [00:03:25.968]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.7080776Z [00:03:25.968]➜  EOF
2025-08-20T23:01:03.7083651Z [00:03:25.968]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2538/_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/b2538=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings -lang=go1.22 -complete -installsuffix shared -buildid 9QWz7eJD4EVsMfjLczBE/9QWz7eJD4EVsMfjLczBE -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/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:01:03.7132123Z [00:03:25.974]➜  go tool buildid -w $WORK/b2533/_pkg_.a # internal
2025-08-20T23:01:03.7145274Z [00:03:25.976]➜  cp $WORK/b2533/_pkg_.a /root/.cache/go-build/ea/eaa9d05867fdf3c7de50a3c95f207e674f825ea4197865a88b88db1e6a82d8aa-d # internal
2025-08-20T23:01:03.7152868Z [00:03:25.976]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health
2025-08-20T23:01:03.7153452Z [00:03:25.976]➜  mkdir -p $WORK/b2539/
2025-08-20T23:01:03.7155126Z [00:03:25.977]➜  cat >/tmp/go-build2180205415/b2539/importcfg << 'EOF' # internal
2025-08-20T23:01:03.7155632Z [00:03:25.977]➜  # import config
2025-08-20T23:01:03.7156097Z [00:03:25.977]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:03.7156534Z [00:03:25.977]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.7170382Z [00:03:25.977]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.7170927Z [00:03:25.977]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.7171351Z [00:03:25.977]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.7171991Z [00:03:25.977]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.7172783Z [00:03:25.977]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.7173644Z [00:03:25.977]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:03.7174743Z [00:03:25.977]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build2180205415/b2364/_pkg_.a
2025-08-20T23:01:03.7175637Z [00:03:25.977]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build2180205415/b2540/_pkg_.a
2025-08-20T23:01:03.7176694Z [00:03:25.977]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents=/tmp/go-build2180205415/b2541/_pkg_.a
2025-08-20T23:01:03.7177458Z [00:03:25.977]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.7177935Z [00:03:25.977]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.7178368Z [00:03:25.977]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.7178804Z [00:03:25.977]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.7179256Z [00:03:25.977]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.7179572Z [00:03:25.977]➜  EOF
2025-08-20T23:01:03.7182288Z [00:03:25.977]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2539/_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/b2539=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health -lang=go1.22 -complete -installsuffix shared -buildid NLc7EVJfPNIyVLmbqPsj/NLc7EVJfPNIyVLmbqPsj -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/health/health.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/health/response.go
2025-08-20T23:01:03.7596248Z [00:03:26.020]➜  go tool buildid -w $WORK/b2534/_pkg_.a # internal
2025-08-20T23:01:03.7607032Z [00:03:26.022]➜  cp $WORK/b2534/_pkg_.a /root/.cache/go-build/8c/8c10ab83af8db7111ff3e61bfc4e49247ca1b54044e387123826f8fef04601f3-d # internal
2025-08-20T23:01:03.7613857Z [00:03:26.022]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info
2025-08-20T23:01:03.7616570Z [00:03:26.023]➜  mkdir -p $WORK/b2542/
2025-08-20T23:01:03.7625188Z [00:03:26.024]➜  cat >/tmp/go-build2180205415/b2542/importcfg << 'EOF' # internal
2025-08-20T23:01:03.7626196Z [00:03:26.024]➜  # import config
2025-08-20T23:01:03.7626583Z [00:03:26.024]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.7627067Z [00:03:26.024]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.7627514Z [00:03:26.024]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.7627929Z [00:03:26.024]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.7628559Z [00:03:26.024]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.7629692Z [00:03:26.024]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.7630259Z [00:03:26.024]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.7630678Z [00:03:26.024]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.7631225Z [00:03:26.024]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.7631738Z [00:03:26.024]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.7632177Z [00:03:26.024]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.7632490Z [00:03:26.024]➜  EOF
2025-08-20T23:01:03.7635175Z [00:03:26.024]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2542/_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/b2542=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info -lang=go1.22 -complete -installsuffix shared -buildid CisLtFVg5J7Qj4HPQOCA/CisLtFVg5J7Qj4HPQOCA -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/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:01:03.7652705Z [00:03:26.025]➜  go tool buildid -w $WORK/b2537/_pkg_.a # internal
2025-08-20T23:01:03.7659643Z [00:03:26.027]➜  cp $WORK/b2537/_pkg_.a /root/.cache/go-build/d4/d44864a27513df17009f93563f20009971e20ff39c62ca74aba2e78b0a640813-d # internal
2025-08-20T23:01:03.7660440Z [00:03:26.027]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks
2025-08-20T23:01:03.7660844Z [00:03:26.027]➜  mkdir -p $WORK/b2543/
2025-08-20T23:01:03.7667314Z [00:03:26.028]➜  cat >/tmp/go-build2180205415/b2543/importcfg << 'EOF' # internal
2025-08-20T23:01:03.7667745Z [00:03:26.028]➜  # import config
2025-08-20T23:01:03.7668095Z [00:03:26.028]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.7668550Z [00:03:26.028]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.7668994Z [00:03:26.028]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.7669413Z [00:03:26.028]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.7670146Z [00:03:26.028]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.7670993Z [00:03:26.028]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.7671556Z [00:03:26.028]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.7671969Z [00:03:26.028]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.7672724Z [00:03:26.028]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.7673160Z [00:03:26.028]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.7673585Z [00:03:26.028]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.7673903Z [00:03:26.028]➜  EOF
2025-08-20T23:01:03.7699692Z [00:03:26.031]➜  go tool buildid -w $WORK/b2538/_pkg_.a # internal
2025-08-20T23:01:03.7707856Z [00:03:26.032]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2543/_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/b2543=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks -lang=go1.22 -complete -installsuffix shared -buildid 4ziV_GoSUE1dxG7EYE5r/4ziV_GoSUE1dxG7EYE5r -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/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:01:03.7711150Z [00:03:26.032]➜  cp $WORK/b2538/_pkg_.a /root/.cache/go-build/52/529fe2ccb35e368d7eca642e86bfe26c764ba2a2cd3e2c2801fee802c59936ba-d # internal
2025-08-20T23:01:03.7717432Z [00:03:26.033]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate
2025-08-20T23:01:03.7717958Z [00:03:26.033]➜  mkdir -p $WORK/b2545/
2025-08-20T23:01:03.7725478Z [00:03:26.033]➜  cat >/tmp/go-build2180205415/b2545/importcfg << 'EOF' # internal
2025-08-20T23:01:03.7726158Z [00:03:26.033]➜  # import config
2025-08-20T23:01:03.7726538Z [00:03:26.033]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:03.7726969Z [00:03:26.033]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.7727422Z [00:03:26.033]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.7727902Z [00:03:26.033]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.7728310Z [00:03:26.033]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.7728943Z [00:03:26.033]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.7729736Z [00:03:26.033]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.7730300Z [00:03:26.033]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.7730974Z [00:03:26.033]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.7731478Z [00:03:26.033]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.7731904Z [00:03:26.033]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.7732328Z [00:03:26.033]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.7732649Z [00:03:26.033]➜  EOF
2025-08-20T23:01:03.7736340Z [00:03:26.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2545/_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/b2545=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate -lang=go1.22 -complete -installsuffix shared -buildid ffjC52HDcumjREs2SZOt/ffjC52HDcumjREs2SZOt -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/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:01:03.7895695Z [00:03:26.051]➜  go tool buildid -w $WORK/b2539/_pkg_.a # internal
2025-08-20T23:01:03.7912824Z [00:03:26.052]➜  cp $WORK/b2539/_pkg_.a /root/.cache/go-build/af/af391535679f4262486a370c5e274998acfb08ff965e48336c064ed3d5fe28d3-d # internal
2025-08-20T23:01:03.8031687Z [00:03:26.064]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings
2025-08-20T23:01:03.8032952Z [00:03:26.064]➜  mkdir -p $WORK/b2546/
2025-08-20T23:01:03.8038194Z [00:03:26.065]➜  cat >/tmp/go-build2180205415/b2546/importcfg << 'EOF' # internal
2025-08-20T23:01:03.8038575Z [00:03:26.065]➜  # import config
2025-08-20T23:01:03.8038928Z [00:03:26.065]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:03.8039359Z [00:03:26.065]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.8039809Z [00:03:26.065]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.8040256Z [00:03:26.065]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.8040680Z [00:03:26.065]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.8041644Z [00:03:26.065]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.8042436Z [00:03:26.065]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.8043097Z [00:03:26.065]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.8043627Z [00:03:26.065]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.8044235Z [00:03:26.065]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.8044667Z [00:03:26.065]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.8045094Z [00:03:26.065]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.8045408Z [00:03:26.065]➜  EOF
2025-08-20T23:01:03.8048945Z [00:03:26.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2546/_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/b2546=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings -lang=go1.22 -complete -installsuffix shared -buildid bGZew0mVGlCuMv2e5OT_/bGZew0mVGlCuMv2e5OT_ -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/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:01:03.8427312Z [00:03:26.104]➜  go tool buildid -w $WORK/b2542/_pkg_.a # internal
2025-08-20T23:01:03.8439675Z [00:03:26.105]➜  cp $WORK/b2542/_pkg_.a /root/.cache/go-build/51/51baa30c9b8e0e5ceb6b232dfad22af7b95af198328399b34a06e7b66fc53c3b-d # internal
2025-08-20T23:01:03.8445373Z [00:03:26.106]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo
2025-08-20T23:01:03.8446556Z [00:03:26.106]➜  mkdir -p $WORK/b2547/
2025-08-20T23:01:03.8450821Z [00:03:26.106]➜  go tool buildid -w $WORK/b2543/_pkg_.a # internal
2025-08-20T23:01:03.8462620Z [00:03:26.107]➜  cp $WORK/b2543/_pkg_.a /root/.cache/go-build/4f/4fe90e0eb73cbe3124b93aef57ba675fd1dd654e8af169c577bcc6bc86b279de-d # internal
2025-08-20T23:01:03.8464303Z [00:03:26.107]➜  cat >/tmp/go-build2180205415/b2547/importcfg << 'EOF' # internal
2025-08-20T23:01:03.8471794Z [00:03:26.107]➜  # import config
2025-08-20T23:01:03.8472169Z [00:03:26.107]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:03.8472598Z [00:03:26.107]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.8473053Z [00:03:26.107]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.8473822Z [00:03:26.107]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.8482874Z [00:03:26.107]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.8483531Z [00:03:26.108]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.8484339Z [00:03:26.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.8484902Z [00:03:26.108]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.8485321Z [00:03:26.108]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.8485911Z [00:03:26.108]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.8486392Z [00:03:26.108]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.8486818Z [00:03:26.108]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.8487141Z [00:03:26.108]➜  EOF
2025-08-20T23:01:03.8490192Z [00:03:26.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2547/_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/b2547=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo -lang=go1.22 -complete -installsuffix shared -buildid BOkCKS6Ci3wbQbY-f8t7/BOkCKS6Ci3wbQbY-f8t7 -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/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:01:03.8492910Z [00:03:26.108]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute
2025-08-20T23:01:03.8493294Z [00:03:26.108]➜  mkdir -p $WORK/b2548/
2025-08-20T23:01:03.8493671Z [00:03:26.109]➜  cat >/tmp/go-build2180205415/b2548/importcfg << 'EOF' # internal
2025-08-20T23:01:03.8494024Z [00:03:26.109]➜  # import config
2025-08-20T23:01:03.8494356Z [00:03:26.109]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:03.8494777Z [00:03:26.109]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.8495228Z [00:03:26.109]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.8495671Z [00:03:26.109]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.8503652Z [00:03:26.109]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.8505327Z [00:03:26.109]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.8506316Z [00:03:26.109]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.8506893Z [00:03:26.109]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.8507323Z [00:03:26.109]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.8507758Z [00:03:26.109]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.8508183Z [00:03:26.109]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.8508608Z [00:03:26.109]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.8508926Z [00:03:26.109]➜  EOF
2025-08-20T23:01:03.8512031Z [00:03:26.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2548/_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/b2548=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute -lang=go1.22 -complete -installsuffix shared -buildid KibE-HSwLfdDRQQDJU9l/KibE-HSwLfdDRQQDJU9l -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/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:01:03.8514976Z [00:03:26.112]➜  go tool buildid -w $WORK/b2545/_pkg_.a # internal
2025-08-20T23:01:03.8524378Z [00:03:26.113]➜  cp $WORK/b2545/_pkg_.a /root/.cache/go-build/11/118e2a3abf4181951eee2ac6bf951ee01d436fdf18d26972891a7711c75217c8-d # internal
2025-08-20T23:01:03.8528267Z [00:03:26.113]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state
2025-08-20T23:01:03.8544704Z [00:03:26.114]➜  mkdir -p $WORK/b2549/
2025-08-20T23:01:03.8545109Z [00:03:26.114]➜  cat >/tmp/go-build2180205415/b2549/importcfg << 'EOF' # internal
2025-08-20T23:01:03.8545457Z [00:03:26.114]➜  # import config
2025-08-20T23:01:03.8545956Z [00:03:26.114]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.8546481Z [00:03:26.114]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.8547214Z [00:03:26.114]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.8547631Z [00:03:26.114]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.8548338Z [00:03:26.114]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.8549184Z [00:03:26.114]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.8550047Z [00:03:26.114]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:03.8550692Z [00:03:26.114]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.8551106Z [00:03:26.114]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.8551539Z [00:03:26.114]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.8551970Z [00:03:26.114]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.8552392Z [00:03:26.114]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.8552703Z [00:03:26.114]➜  EOF
2025-08-20T23:01:03.8555478Z [00:03:26.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2549/_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/b2549=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state -lang=go1.22 -complete -installsuffix shared -buildid DRQYjuoLGw35tptF-qrM/DRQYjuoLGw35tptF-qrM -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/state/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/state/state.go
2025-08-20T23:01:03.8802578Z [00:03:26.141]➜  go tool buildid -w $WORK/b2546/_pkg_.a # internal
2025-08-20T23:01:03.8814474Z [00:03:26.142]➜  cp $WORK/b2546/_pkg_.a /root/.cache/go-build/9d/9d4a99fb2670d10d507820eebe073e2fb6827104d09ab4b8d32f2d592f331ea0-d # internal
2025-08-20T23:01:03.8830573Z [00:03:26.144]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats
2025-08-20T23:01:03.8831178Z [00:03:26.144]➜  mkdir -p $WORK/b2550/
2025-08-20T23:01:03.8833189Z [00:03:26.144]➜  cat >/tmp/go-build2180205415/b2550/importcfg << 'EOF' # internal
2025-08-20T23:01:03.8836274Z [00:03:26.144]➜  # import config
2025-08-20T23:01:03.8838837Z [00:03:26.144]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.8839780Z [00:03:26.144]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.8840258Z [00:03:26.144]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.8840987Z [00:03:26.144]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.8841635Z [00:03:26.144]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.8842426Z [00:03:26.144]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.8843279Z [00:03:26.144]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build2180205415/b2364/_pkg_.a
2025-08-20T23:01:03.8843919Z [00:03:26.144]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.8844338Z [00:03:26.144]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.8844772Z [00:03:26.144]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.8845198Z [00:03:26.144]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.8845625Z [00:03:26.144]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.8846189Z [00:03:26.144]➜  EOF
2025-08-20T23:01:03.8849174Z [00:03:26.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2550/_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/b2550=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats -lang=go1.22 -complete -installsuffix shared -buildid uubRWeMbVdEXnpgiBXU9/uubRWeMbVdEXnpgiBXU9 -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/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/stats/stats.go
2025-08-20T23:01:03.9118008Z [00:03:26.173]➜  go tool buildid -w $WORK/b2548/_pkg_.a # internal
2025-08-20T23:01:03.9131311Z [00:03:26.174]➜  cp $WORK/b2548/_pkg_.a /root/.cache/go-build/72/72f19cbc782c35bd4094020e9165e764cb2ef41a64c59e3af52770d772c22fe0-d # internal
2025-08-20T23:01:03.9141924Z [00:03:26.175]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin
2025-08-20T23:01:03.9142461Z [00:03:26.175]➜  mkdir -p $WORK/b2551/
2025-08-20T23:01:03.9148061Z [00:03:26.175]➜  cat >/tmp/go-build2180205415/b2551/importcfg << 'EOF' # internal
2025-08-20T23:01:03.9148487Z [00:03:26.176]➜  # import config
2025-08-20T23:01:03.9148862Z [00:03:26.176]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.9149321Z [00:03:26.176]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.9149761Z [00:03:26.176]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.9150439Z [00:03:26.176]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.9151135Z [00:03:26.176]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.9151920Z [00:03:26.176]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.9152755Z [00:03:26.176]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:03.9153366Z [00:03:26.176]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.9153787Z [00:03:26.176]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.9154222Z [00:03:26.176]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.9154647Z [00:03:26.176]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.9155075Z [00:03:26.176]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.9155387Z [00:03:26.176]➜  EOF
2025-08-20T23:01:03.9158394Z [00:03:26.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2551/_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/b2551=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin -lang=go1.22 -complete -installsuffix shared -buildid TLwzpjBq3Q6Pj2aH0FIu/TLwzpjBq3Q6Pj2aH0FIu -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/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:01:03.9240181Z [00:03:26.185]➜  go tool buildid -w $WORK/b2547/_pkg_.a # internal
2025-08-20T23:01:03.9255968Z [00:03:26.186]➜  cp $WORK/b2547/_pkg_.a /root/.cache/go-build/74/7476637de0c173b98b9a815269ac36241c72f63f277cd770bc3408a36a4f0831-d # internal
2025-08-20T23:01:03.9271111Z [00:03:26.187]➜  go tool buildid -w $WORK/b2549/_pkg_.a # internal
2025-08-20T23:01:03.9271612Z [00:03:26.187]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete
2025-08-20T23:01:03.9274974Z [00:03:26.187]➜  mkdir -p $WORK/b2552/
2025-08-20T23:01:03.9277588Z [00:03:26.188]➜  cat >/tmp/go-build2180205415/b2552/importcfg << 'EOF' # internal
2025-08-20T23:01:03.9278982Z [00:03:26.188]➜  # import config
2025-08-20T23:01:03.9279346Z [00:03:26.188]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.9279801Z [00:03:26.188]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.9284395Z [00:03:26.188]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.9284946Z [00:03:26.188]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.9285598Z [00:03:26.188]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.9290616Z [00:03:26.188]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.9291190Z [00:03:26.188]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.9291621Z [00:03:26.188]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.9292059Z [00:03:26.188]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.9292487Z [00:03:26.188]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.9292913Z [00:03:26.188]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.9293236Z [00:03:26.188]➜  EOF
2025-08-20T23:01:03.9293832Z [00:03:26.188]➜  cp $WORK/b2549/_pkg_.a /root/.cache/go-build/4c/4c0d40662f71a3b18b0f7c2d9d210d8e7a0882fc6f4cc79d5e19c68ab28020e9-d # internal
2025-08-20T23:01:03.9294726Z [00:03:26.189]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/get
2025-08-20T23:01:03.9295169Z [00:03:26.189]➜  mkdir -p $WORK/b2553/
2025-08-20T23:01:03.9295541Z [00:03:26.189]➜  cat >/tmp/go-build2180205415/b2553/importcfg << 'EOF' # internal
2025-08-20T23:01:03.9296132Z [00:03:26.189]➜  # import config
2025-08-20T23:01:03.9296478Z [00:03:26.189]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:03.9296908Z [00:03:26.189]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.9297358Z [00:03:26.189]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.9297796Z [00:03:26.189]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.9298213Z [00:03:26.189]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.9298841Z [00:03:26.189]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.9299629Z [00:03:26.189]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.9300487Z [00:03:26.189]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build2180205415/b2319/_pkg_.a
2025-08-20T23:01:03.9301606Z [00:03:26.189]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build2180205415/b2462/_pkg_.a
2025-08-20T23:01:03.9302240Z [00:03:26.189]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.9302655Z [00:03:26.189]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.9303084Z [00:03:26.189]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.9303513Z [00:03:26.189]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.9303942Z [00:03:26.189]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.9304263Z [00:03:26.189]➜  EOF
2025-08-20T23:01:03.9321637Z [00:03:26.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2553/_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/b2553=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/get -lang=go1.22 -complete -installsuffix shared -buildid RCg6EFDbAsFcrKcdFygp/RCg6EFDbAsFcrKcdFygp -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/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/get/response.go
2025-08-20T23:01:03.9327196Z [00:03:26.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2552/_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/b2552=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete -lang=go1.22 -complete -installsuffix shared -buildid 4mgJPloH-LKxvTsA5JcA/4mgJPloH-LKxvTsA5JcA -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/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:01:03.9527839Z [00:03:26.214]➜  go tool buildid -w $WORK/b2550/_pkg_.a # internal
2025-08-20T23:01:03.9564838Z [00:03:26.217]➜  cp $WORK/b2550/_pkg_.a /root/.cache/go-build/fd/fdc0849f1779ba1ac9a1df9e3ebd398c4cc7b496d3b3cdd8946e29cbb0a6bfc0-d # internal
2025-08-20T23:01:03.9603352Z [00:03:26.220]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync
2025-08-20T23:01:03.9603857Z [00:03:26.220]➜  mkdir -p $WORK/b2554/
2025-08-20T23:01:03.9604246Z [00:03:26.220]➜  cat >/tmp/go-build2180205415/b2554/importcfg << 'EOF' # internal
2025-08-20T23:01:03.9604881Z [00:03:26.220]➜  # import config
2025-08-20T23:01:03.9605332Z [00:03:26.220]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:03.9605931Z [00:03:26.220]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.9606463Z [00:03:26.220]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.9606921Z [00:03:26.220]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.9607343Z [00:03:26.220]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.9607969Z [00:03:26.220]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.9608766Z [00:03:26.220]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.9609586Z [00:03:26.220]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:03.9610468Z [00:03:26.220]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build2180205415/b2462/_pkg_.a
2025-08-20T23:01:03.9611101Z [00:03:26.220]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.9611707Z [00:03:26.220]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.9612146Z [00:03:26.220]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.9612573Z [00:03:26.220]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.9612998Z [00:03:26.220]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.9613311Z [00:03:26.220]➜  EOF
2025-08-20T23:01:03.9636971Z [00:03:26.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2554/_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/b2554=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync -lang=go1.22 -complete -installsuffix shared -buildid u_KluSZ1BmTxUz9r9wbs/u_KluSZ1BmTxUz9r9wbs -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/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:01:03.9888715Z [00:03:26.250]➜  go tool buildid -w $WORK/b2552/_pkg_.a # internal
2025-08-20T23:01:03.9900162Z [00:03:26.251]➜  cp $WORK/b2552/_pkg_.a /root/.cache/go-build/ea/eafef891910921722f2d74b6fe88f130b1acee36af60aa179ea84968122584b3-d # internal
2025-08-20T23:01:03.9901473Z [00:03:26.251]➜  go tool buildid -w $WORK/b2551/_pkg_.a # internal
2025-08-20T23:01:03.9902348Z [00:03:26.251]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/list
2025-08-20T23:01:03.9903427Z [00:03:26.251]➜  mkdir -p $WORK/b2555/
2025-08-20T23:01:03.9903877Z [00:03:26.251]➜  cat >/tmp/go-build2180205415/b2555/importcfg << 'EOF' # internal
2025-08-20T23:01:03.9904243Z [00:03:26.251]➜  # import config
2025-08-20T23:01:03.9904614Z [00:03:26.251]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.9905080Z [00:03:26.251]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.9906948Z [00:03:26.252]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.9907390Z [00:03:26.252]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.9908040Z [00:03:26.252]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.9908838Z [00:03:26.252]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.9909570Z [00:03:26.252]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.9910055Z [00:03:26.252]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.9910486Z [00:03:26.252]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.9910916Z [00:03:26.252]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.9911350Z [00:03:26.252]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.9911666Z [00:03:26.252]➜  EOF
2025-08-20T23:01:03.9914378Z [00:03:26.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2555/_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/b2555=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/list -lang=go1.22 -complete -installsuffix shared -buildid -Ag7OsG9XU3N1UM93q7y/-Ag7OsG9XU3N1UM93q7y -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/list/list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/list/response.go
2025-08-20T23:01:03.9927508Z [00:03:26.254]➜  cp $WORK/b2551/_pkg_.a /root/.cache/go-build/0e/0eef3dae54476749f8bc322c3ac1fc824be1790532541d3e8a31df959a13cc78-d # internal
2025-08-20T23:01:03.9934508Z [00:03:26.255]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/post
2025-08-20T23:01:03.9935727Z [00:03:26.255]➜  mkdir -p $WORK/b2556/
2025-08-20T23:01:03.9941660Z [00:03:26.255]➜  cat >/tmp/go-build2180205415/b2556/importcfg << 'EOF' # internal
2025-08-20T23:01:03.9942400Z [00:03:26.255]➜  # import config
2025-08-20T23:01:03.9944280Z [00:03:26.255]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:03.9944786Z [00:03:26.255]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:03.9945261Z [00:03:26.255]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:03.9945714Z [00:03:26.255]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:03.9946297Z [00:03:26.255]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:03.9946935Z [00:03:26.255]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:03.9947960Z [00:03:26.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:03.9948788Z [00:03:26.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:03.9949410Z [00:03:26.256]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:03.9949833Z [00:03:26.256]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:03.9950262Z [00:03:26.256]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:03.9950694Z [00:03:26.256]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:03.9951122Z [00:03:26.256]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:03.9951432Z [00:03:26.256]➜  EOF
2025-08-20T23:01:03.9954631Z [00:03:26.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2556/_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/b2556=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/post -lang=go1.22 -complete -installsuffix shared -buildid 64gG_Chu7XB9eEl7Kj3j/64gG_Chu7XB9eEl7Kj3j -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/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:01:04.0119206Z [00:03:26.273]➜  go tool buildid -w $WORK/b2553/_pkg_.a # internal
2025-08-20T23:01:04.0132760Z [00:03:26.274]➜  cp $WORK/b2553/_pkg_.a /root/.cache/go-build/2a/2ad58f0a6a426848f4a695866b6ac1277699a24adedd26291a239e3dfcccd8ea-d # internal
2025-08-20T23:01:04.0140022Z [00:03:26.275]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/put
2025-08-20T23:01:04.0142991Z [00:03:26.275]➜  mkdir -p $WORK/b2557/
2025-08-20T23:01:04.0149862Z [00:03:26.276]➜  cat >/tmp/go-build2180205415/b2557/importcfg << 'EOF' # internal
2025-08-20T23:01:04.0150908Z [00:03:26.276]➜  # import config
2025-08-20T23:01:04.0151278Z [00:03:26.276]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.0151729Z [00:03:26.276]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.0152185Z [00:03:26.276]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.0152643Z [00:03:26.276]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.0153062Z [00:03:26.276]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.0153689Z [00:03:26.276]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.0154785Z [00:03:26.276]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.0155640Z [00:03:26.276]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.0156531Z [00:03:26.276]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.0157071Z [00:03:26.276]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.0157549Z [00:03:26.276]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.0157984Z [00:03:26.276]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.0158410Z [00:03:26.276]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.0158726Z [00:03:26.276]➜  EOF
2025-08-20T23:01:04.0161795Z [00:03:26.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2557/_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/b2557=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/put -lang=go1.22 -complete -installsuffix shared -buildid X9S1vP-V0VDMyFC02Ars/X9S1vP-V0VDMyFC02Ars -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/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:01:04.0447881Z [00:03:26.305]➜  go tool buildid -w $WORK/b2555/_pkg_.a # internal
2025-08-20T23:01:04.0450180Z [00:03:26.306]➜  cp $WORK/b2555/_pkg_.a /root/.cache/go-build/b9/b913396daf56a3407d0e936ffd3c24e6dd85fd800a4cb7b6138d8452008b5b2a-d # internal
2025-08-20T23:01:04.0469933Z [00:03:26.308]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel
2025-08-20T23:01:04.0479913Z [00:03:26.309]➜  mkdir -p $WORK/b2559/
2025-08-20T23:01:04.0480357Z [00:03:26.309]➜  cat >/tmp/go-build2180205415/b2559/importcfg << 'EOF' # internal
2025-08-20T23:01:04.0480719Z [00:03:26.309]➜  # import config
2025-08-20T23:01:04.0481067Z [00:03:26.309]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.0481542Z [00:03:26.309]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.0481992Z [00:03:26.309]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.0482409Z [00:03:26.309]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.0483285Z [00:03:26.309]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.0484147Z [00:03:26.309]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.0484977Z [00:03:26.309]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.0485593Z [00:03:26.309]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.0486207Z [00:03:26.309]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.0486633Z [00:03:26.309]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.0487068Z [00:03:26.309]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.0487494Z [00:03:26.309]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.0487807Z [00:03:26.309]➜  EOF
2025-08-20T23:01:04.0490927Z [00:03:26.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2559/_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/b2559=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel -lang=go1.22 -complete -installsuffix shared -buildid HUINwV4qOOwhSFe51cSa/HUINwV4qOOwhSFe51cSa -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/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:01:04.0599815Z [00:03:26.321]➜  go tool buildid -w $WORK/b2556/_pkg_.a # internal
2025-08-20T23:01:04.0608650Z [00:03:26.322]➜  go tool buildid -w $WORK/b2554/_pkg_.a # internal
2025-08-20T23:01:04.0610497Z [00:03:26.322]➜  cp $WORK/b2556/_pkg_.a /root/.cache/go-build/27/27e3790bdfc52c7ab6b638fd1e9058aa17ff5c61428b74f448aaae7677965467-d # internal
2025-08-20T23:01:04.0627074Z [00:03:26.322]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete
2025-08-20T23:01:04.0627914Z [00:03:26.322]➜  mkdir -p $WORK/b2560/
2025-08-20T23:01:04.0628335Z [00:03:26.324]➜  cat >/tmp/go-build2180205415/b2560/importcfg << 'EOF' # internal
2025-08-20T23:01:04.0629791Z [00:03:26.324]➜  # import config
2025-08-20T23:01:04.0630146Z [00:03:26.324]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.0630607Z [00:03:26.324]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.0631065Z [00:03:26.324]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.0631500Z [00:03:26.324]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.0632132Z [00:03:26.324]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.0632922Z [00:03:26.324]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.0633488Z [00:03:26.324]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.0633916Z [00:03:26.324]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.0634537Z [00:03:26.324]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.0635224Z [00:03:26.324]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.0636312Z [00:03:26.324]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.0636668Z [00:03:26.324]➜  EOF
2025-08-20T23:01:04.0640000Z [00:03:26.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2560/_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/b2560=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete -lang=go1.22 -complete -installsuffix shared -buildid q3fEFWPhfA3zBHSsZzwv/q3fEFWPhfA3zBHSsZzwv -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/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:01:04.0643051Z [00:03:26.324]➜  cp $WORK/b2554/_pkg_.a /root/.cache/go-build/60/60369d0b4dc079d70518ab41e81cb6d5dd495babf1170176a97dfe4af6bc17fb-d # internal
2025-08-20T23:01:04.0643756Z [00:03:26.324]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget
2025-08-20T23:01:04.0644163Z [00:03:26.324]➜  mkdir -p $WORK/b2561/
2025-08-20T23:01:04.0644568Z [00:03:26.325]➜  cat >/tmp/go-build2180205415/b2561/importcfg << 'EOF' # internal
2025-08-20T23:01:04.0644919Z [00:03:26.325]➜  # import config
2025-08-20T23:01:04.0645250Z [00:03:26.325]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.0645676Z [00:03:26.325]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.0646319Z [00:03:26.325]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.0646993Z [00:03:26.325]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.0647413Z [00:03:26.325]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.0648038Z [00:03:26.325]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.0648926Z [00:03:26.325]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.0649923Z [00:03:26.325]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build2180205415/b2460/_pkg_.a
2025-08-20T23:01:04.0650878Z [00:03:26.325]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build2180205415/b2461/_pkg_.a
2025-08-20T23:01:04.0651776Z [00:03:26.325]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build2180205415/b2462/_pkg_.a
2025-08-20T23:01:04.0652409Z [00:03:26.325]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.0653014Z [00:03:26.325]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.0653451Z [00:03:26.325]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.0653878Z [00:03:26.325]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.0654308Z [00:03:26.325]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.0654626Z [00:03:26.325]➜  EOF
2025-08-20T23:01:04.0657790Z [00:03:26.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2561/_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/b2561=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget -lang=go1.22 -complete -installsuffix shared -buildid 8UeMKja1dQ8xQha4FV9_/8UeMKja1dQ8xQha4FV9_ -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/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:01:04.1008896Z [00:03:26.361]➜  go tool buildid -w $WORK/b2557/_pkg_.a # internal
2025-08-20T23:01:04.1011285Z [00:03:26.362]➜  cp $WORK/b2557/_pkg_.a /root/.cache/go-build/64/641afc005b2fd07e5c8e4ee23df3da8127ade81594f80e0425ebc429464431df-d # internal
2025-08-20T23:01:04.1018363Z [00:03:26.363]➜  go tool buildid -w $WORK/b2559/_pkg_.a # internal
2025-08-20T23:01:04.1019832Z [00:03:26.363]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist
2025-08-20T23:01:04.1025041Z [00:03:26.364]➜  mkdir -p $WORK/b2562/
2025-08-20T23:01:04.1035080Z [00:03:26.364]➜  cat >/tmp/go-build2180205415/b2562/importcfg << 'EOF' # internal
2025-08-20T23:01:04.1036354Z [00:03:26.364]➜  # import config
2025-08-20T23:01:04.1036765Z [00:03:26.364]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.1037257Z [00:03:26.364]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.1037708Z [00:03:26.364]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.1038127Z [00:03:26.364]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.1038765Z [00:03:26.364]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.1039566Z [00:03:26.364]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.1040413Z [00:03:26.364]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build2180205415/b2461/_pkg_.a
2025-08-20T23:01:04.1041314Z [00:03:26.364]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build2180205415/b2462/_pkg_.a
2025-08-20T23:01:04.1041966Z [00:03:26.364]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.1042383Z [00:03:26.364]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.1042849Z [00:03:26.364]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.1043496Z [00:03:26.364]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.1044014Z [00:03:26.364]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.1044333Z [00:03:26.364]➜  EOF
2025-08-20T23:01:04.1044919Z [00:03:26.365]➜  cp $WORK/b2559/_pkg_.a /root/.cache/go-build/87/87527f40ad7ec3981b9cbd515b588eed9a8ca88a96bdea790566b76cc1e3fc26-d # internal
2025-08-20T23:01:04.1062015Z [00:03:26.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2562/_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/b2562=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist -lang=go1.22 -complete -installsuffix shared -buildid 7k8_foLCjEFxTPkDZJ4J/7k8_foLCjEFxTPkDZJ4J -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/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:01:04.1070673Z [00:03:26.368]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost
2025-08-20T23:01:04.1071509Z [00:03:26.368]➜  mkdir -p $WORK/b2563/
2025-08-20T23:01:04.1071967Z [00:03:26.368]➜  cat >/tmp/go-build2180205415/b2563/importcfg << 'EOF' # internal
2025-08-20T23:01:04.1072321Z [00:03:26.368]➜  # import config
2025-08-20T23:01:04.1072657Z [00:03:26.368]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.1073094Z [00:03:26.368]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.1073551Z [00:03:26.368]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.1073996Z [00:03:26.368]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.1074412Z [00:03:26.368]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.1075046Z [00:03:26.368]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.1076057Z [00:03:26.368]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.1077019Z [00:03:26.368]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build2180205415/b2460/_pkg_.a
2025-08-20T23:01:04.1077971Z [00:03:26.368]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build2180205415/b2461/_pkg_.a
2025-08-20T23:01:04.1078827Z [00:03:26.368]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.1079266Z [00:03:26.368]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.1079696Z [00:03:26.368]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.1080120Z [00:03:26.368]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.1083017Z [00:03:26.368]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.1083386Z [00:03:26.368]➜  EOF
2025-08-20T23:01:04.1086885Z [00:03:26.368]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2563/_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/b2563=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost -lang=go1.22 -complete -installsuffix shared -buildid IWIyMzdKzZY5I8wRSxK7/IWIyMzdKzZY5I8wRSxK7 -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/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:01:04.1249461Z [00:03:26.386]➜  go tool buildid -w $WORK/b2560/_pkg_.a # internal
2025-08-20T23:01:04.1290328Z [00:03:26.390]➜  cp $WORK/b2560/_pkg_.a /root/.cache/go-build/2d/2dc36e1f73bd8bb208a79d0926e423b883823be51e9a9f7f9261476df0caae9d-d # internal
2025-08-20T23:01:04.1296782Z [00:03:26.390]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering
2025-08-20T23:01:04.1297302Z [00:03:26.390]➜  mkdir -p $WORK/b2564/
2025-08-20T23:01:04.1297684Z [00:03:26.391]➜  cat >/tmp/go-build2180205415/b2564/importcfg << 'EOF' # internal
2025-08-20T23:01:04.1298061Z [00:03:26.391]➜  # import config
2025-08-20T23:01:04.1298741Z [00:03:26.391]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.1299201Z [00:03:26.391]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.1299647Z [00:03:26.391]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.1300075Z [00:03:26.391]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.1300702Z [00:03:26.391]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.1301602Z [00:03:26.391]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.1302500Z [00:03:26.391]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.1303118Z [00:03:26.391]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.1303541Z [00:03:26.391]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.1303976Z [00:03:26.391]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.1304401Z [00:03:26.391]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.1304829Z [00:03:26.391]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.1305152Z [00:03:26.391]➜  EOF
2025-08-20T23:01:04.1308688Z [00:03:26.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2564/_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/b2564=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering -lang=go1.22 -complete -installsuffix shared -buildid 67X_B6VxoB4mye9f9TxC/67X_B6VxoB4mye9f9TxC -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/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:01:04.1439457Z [00:03:26.405]➜  go tool buildid -w $WORK/b2561/_pkg_.a # internal
2025-08-20T23:01:04.1454979Z [00:03:26.406]➜  cp $WORK/b2561/_pkg_.a /root/.cache/go-build/e7/e7dc6779fd58925ae6b302555c99429f22a7bb25ab0cf8228cff2020769365e0-d # internal
2025-08-20T23:01:04.1460718Z [00:03:26.407]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid
2025-08-20T23:01:04.1461375Z [00:03:26.407]➜  mkdir -p $WORK/b2565/
2025-08-20T23:01:04.1474415Z [00:03:26.408]➜  cat >/tmp/go-build2180205415/b2565/importcfg << 'EOF' # internal
2025-08-20T23:01:04.1474905Z [00:03:26.408]➜  # import config
2025-08-20T23:01:04.1475267Z [00:03:26.408]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.1475742Z [00:03:26.408]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.1478859Z [00:03:26.408]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.1479319Z [00:03:26.408]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.1479745Z [00:03:26.408]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.1480786Z [00:03:26.408]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.1481715Z [00:03:26.408]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.1482546Z [00:03:26.408]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.1483161Z [00:03:26.408]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.1483590Z [00:03:26.408]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.1484233Z [00:03:26.408]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.1484667Z [00:03:26.408]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.1485091Z [00:03:26.408]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.1485416Z [00:03:26.408]➜  EOF
2025-08-20T23:01:04.1489250Z [00:03:26.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2565/_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/b2565=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid -lang=go1.22 -complete -installsuffix shared -buildid srdzEwrOEslLaahfMwet/srdzEwrOEslLaahfMwet -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/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:01:04.1691035Z [00:03:26.430]➜  go tool buildid -w $WORK/b2562/_pkg_.a # internal
2025-08-20T23:01:04.1708812Z [00:03:26.432]➜  cp $WORK/b2562/_pkg_.a /root/.cache/go-build/ed/ed191fc6dc686c619bc4ffecffc98da817759ae04d6f6ae0e425e307529baa63-d # internal
2025-08-20T23:01:04.1726658Z [00:03:26.434]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration
2025-08-20T23:01:04.1727137Z [00:03:26.434]➜  mkdir -p $WORK/b2566/
2025-08-20T23:01:04.1727524Z [00:03:26.434]➜  cat >/tmp/go-build2180205415/b2566/importcfg << 'EOF' # internal
2025-08-20T23:01:04.1727876Z [00:03:26.434]➜  # import config
2025-08-20T23:01:04.1728222Z [00:03:26.434]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.1728985Z [00:03:26.434]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.1729450Z [00:03:26.434]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.1729895Z [00:03:26.434]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.1730304Z [00:03:26.434]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.1730942Z [00:03:26.434]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.1731738Z [00:03:26.434]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.1732559Z [00:03:26.434]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.1733197Z [00:03:26.434]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.1733624Z [00:03:26.434]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.1734059Z [00:03:26.434]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.1734486Z [00:03:26.434]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.1734912Z [00:03:26.434]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.1735226Z [00:03:26.434]➜  EOF
2025-08-20T23:01:04.1739270Z [00:03:26.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2566/_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/b2566=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration -lang=go1.22 -complete -installsuffix shared -buildid B_z6OESfvmJJ5x3jN8uW/B_z6OESfvmJJ5x3jN8uW -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/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:01:04.1823341Z [00:03:26.443]➜  go tool buildid -w $WORK/b2563/_pkg_.a # internal
2025-08-20T23:01:04.1839941Z [00:03:26.445]➜  cp $WORK/b2563/_pkg_.a /root/.cache/go-build/9f/9fcff0452689633ef0d471515e636a9e1e728385f8a135579319acd0c473814c-d # internal
2025-08-20T23:01:04.1858254Z [00:03:26.446]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror
2025-08-20T23:01:04.1858761Z [00:03:26.446]➜  mkdir -p $WORK/b2567/
2025-08-20T23:01:04.1862884Z [00:03:26.446]➜  cat >/tmp/go-build2180205415/b2567/importcfg << 'EOF' # internal
2025-08-20T23:01:04.1863257Z [00:03:26.446]➜  # import config
2025-08-20T23:01:04.1863618Z [00:03:26.446]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.1864055Z [00:03:26.446]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.1864505Z [00:03:26.446]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.1864948Z [00:03:26.446]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.1865369Z [00:03:26.446]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.1874348Z [00:03:26.446]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.1875416Z [00:03:26.446]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.1876505Z [00:03:26.446]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.1877133Z [00:03:26.446]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.1877861Z [00:03:26.446]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.1878304Z [00:03:26.446]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.1878736Z [00:03:26.446]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.1879163Z [00:03:26.446]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.1879486Z [00:03:26.446]➜  EOF
2025-08-20T23:01:04.1882805Z [00:03:26.446]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2567/_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/b2567=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror -lang=go1.22 -complete -installsuffix shared -buildid CEJIgtAvjxdcoQsGicNr/CEJIgtAvjxdcoQsGicNr -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/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:01:04.1885916Z [00:03:26.447]➜  go tool buildid -w $WORK/b2564/_pkg_.a # internal
2025-08-20T23:01:04.1897656Z [00:03:26.450]➜  cp $WORK/b2564/_pkg_.a /root/.cache/go-build/89/89242c0374173d623f20eae592e6660fa3d151f6ad0386d7289cd935f275f7eb-d # internal
2025-08-20T23:01:04.1898645Z [00:03:26.450]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering
2025-08-20T23:01:04.1899190Z [00:03:26.450]➜  mkdir -p $WORK/b2568/
2025-08-20T23:01:04.1899659Z [00:03:26.450]➜  cat >/tmp/go-build2180205415/b2568/importcfg << 'EOF' # internal
2025-08-20T23:01:04.1900145Z [00:03:26.450]➜  # import config
2025-08-20T23:01:04.1900627Z [00:03:26.450]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.1901386Z [00:03:26.450]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.1901982Z [00:03:26.450]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.1902566Z [00:03:26.450]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.1903110Z [00:03:26.450]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.1903835Z [00:03:26.450]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.1904902Z [00:03:26.450]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.1908539Z [00:03:26.450]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.1909270Z [00:03:26.450]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.1909701Z [00:03:26.450]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.1910139Z [00:03:26.450]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.1910565Z [00:03:26.450]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.1910990Z [00:03:26.450]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.1911308Z [00:03:26.450]➜  EOF
2025-08-20T23:01:04.1914737Z [00:03:26.450]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2568/_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/b2568=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering -lang=go1.22 -complete -installsuffix shared -buildid au8DGfBQPFVlYgqgrfcf/au8DGfBQPFVlYgqgrfcf -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/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:01:04.2225115Z [00:03:26.483]➜  go tool buildid -w $WORK/b2565/_pkg_.a # internal
2025-08-20T23:01:04.2265721Z [00:03:26.487]➜  cp $WORK/b2565/_pkg_.a /root/.cache/go-build/58/583d638200d18fb868f26cfa9e038ed01d5601f02e53a06841d92ddbc1bcc827-d # internal
2025-08-20T23:01:04.2268919Z [00:03:26.488]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation
2025-08-20T23:01:04.2269610Z [00:03:26.488]➜  mkdir -p $WORK/b2569/
2025-08-20T23:01:04.2273541Z [00:03:26.488]➜  cat >/tmp/go-build2180205415/b2569/importcfg << 'EOF' # internal
2025-08-20T23:01:04.2274034Z [00:03:26.488]➜  # import config
2025-08-20T23:01:04.2274553Z [00:03:26.488]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.2275575Z [00:03:26.488]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.2276359Z [00:03:26.488]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.2276942Z [00:03:26.488]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.2277673Z [00:03:26.488]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.2278459Z [00:03:26.488]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.2279427Z [00:03:26.488]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.2280421Z [00:03:26.488]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.2281198Z [00:03:26.488]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.2281770Z [00:03:26.488]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.2282324Z [00:03:26.488]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.2282877Z [00:03:26.488]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.2283414Z [00:03:26.488]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.2283837Z [00:03:26.488]➜  EOF
2025-08-20T23:01:04.2298277Z [00:03:26.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2569/_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/b2569=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation -lang=go1.22 -complete -installsuffix shared -buildid 3il69Qej25lSPyGNI5rc/3il69Qej25lSPyGNI5rc -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/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:01:04.2485612Z [00:03:26.509]➜  go tool buildid -w $WORK/b2567/_pkg_.a # internal
2025-08-20T23:01:04.2497362Z [00:03:26.511]➜  cp $WORK/b2567/_pkg_.a /root/.cache/go-build/b5/b561a4fcb6d97f579fae66912ec552151f1b2e0c0b2cafcce9e07e92ae80efbf-d # internal
2025-08-20T23:01:04.2500629Z [00:03:26.511]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname
2025-08-20T23:01:04.2501213Z [00:03:26.511]➜  mkdir -p $WORK/b2570/
2025-08-20T23:01:04.2508694Z [00:03:26.511]➜  cat >/tmp/go-build2180205415/b2570/importcfg << 'EOF' # internal
2025-08-20T23:01:04.2509467Z [00:03:26.511]➜  # import config
2025-08-20T23:01:04.2509827Z [00:03:26.511]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.2510258Z [00:03:26.511]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.2510715Z [00:03:26.511]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.2511164Z [00:03:26.511]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.2511578Z [00:03:26.511]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.2512210Z [00:03:26.511]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.2513003Z [00:03:26.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.2513821Z [00:03:26.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.2514682Z [00:03:26.511]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.2515103Z [00:03:26.511]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.2515533Z [00:03:26.511]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.2516258Z [00:03:26.511]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.2516818Z [00:03:26.511]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.2517201Z [00:03:26.511]➜  EOF
2025-08-20T23:01:04.2520649Z [00:03:26.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2570/_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/b2570=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname -lang=go1.22 -complete -installsuffix shared -buildid iK-_h3In0cpwwRSloZFG/iK-_h3In0cpwwRSloZFG -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/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:01:04.2539250Z [00:03:26.515]➜  go tool buildid -w $WORK/b2566/_pkg_.a # internal
2025-08-20T23:01:04.2549472Z [00:03:26.516]➜  cp $WORK/b2566/_pkg_.a /root/.cache/go-build/d8/d8c7e0173e2a32b8286e0daf1d34a492d47712186f736f42d3f3982ed86d21ef-d # internal
2025-08-20T23:01:04.2551469Z [00:03:26.516]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename
2025-08-20T23:01:04.2552560Z [00:03:26.516]➜  mkdir -p $WORK/b2571/
2025-08-20T23:01:04.2558219Z [00:03:26.517]➜  cat >/tmp/go-build2180205415/b2571/importcfg << 'EOF' # internal
2025-08-20T23:01:04.2558617Z [00:03:26.517]➜  # import config
2025-08-20T23:01:04.2558970Z [00:03:26.517]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.2559398Z [00:03:26.517]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.2559856Z [00:03:26.517]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.2560308Z [00:03:26.517]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.2560730Z [00:03:26.517]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.2561366Z [00:03:26.517]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.2562160Z [00:03:26.517]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.2562980Z [00:03:26.517]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.2564042Z [00:03:26.517]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.2564461Z [00:03:26.517]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.2564890Z [00:03:26.517]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.2565321Z [00:03:26.517]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.2565747Z [00:03:26.517]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.2572050Z [00:03:26.517]➜  EOF
2025-08-20T23:01:04.2575612Z [00:03:26.517]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2571/_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/b2571=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename -lang=go1.22 -complete -installsuffix shared -buildid kb75rXJgdsQximeawTvQ/kb75rXJgdsQximeawTvQ -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/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:01:04.2612201Z [00:03:26.521]➜  go tool buildid -w $WORK/b2568/_pkg_.a # internal
2025-08-20T23:01:04.2613448Z [00:03:26.522]➜  cp $WORK/b2568/_pkg_.a /root/.cache/go-build/e3/e36ed8854107b90073793cc3e81b2c7a9f2f7c33bd3e84cd404082f6f962f1ce-d # internal
2025-08-20T23:01:04.2625110Z [00:03:26.523]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative
2025-08-20T23:01:04.2626320Z [00:03:26.523]➜  mkdir -p $WORK/b2572/
2025-08-20T23:01:04.2636278Z [00:03:26.524]➜  cat >/tmp/go-build2180205415/b2572/importcfg << 'EOF' # internal
2025-08-20T23:01:04.2637105Z [00:03:26.524]➜  # import config
2025-08-20T23:01:04.2637683Z [00:03:26.524]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.2638329Z [00:03:26.524]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.2639054Z [00:03:26.524]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.2639685Z [00:03:26.524]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.2640366Z [00:03:26.524]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.2645281Z [00:03:26.524]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.2646478Z [00:03:26.524]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.2647317Z [00:03:26.524]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.2647946Z [00:03:26.524]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.2648374Z [00:03:26.524]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.2648818Z [00:03:26.524]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.2649245Z [00:03:26.524]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.2649677Z [00:03:26.524]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.2649990Z [00:03:26.524]➜  EOF
2025-08-20T23:01:04.2653339Z [00:03:26.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2572/_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/b2572=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative -lang=go1.22 -complete -installsuffix shared -buildid 4nW8IvmsSkweBIWA2DsV/4nW8IvmsSkweBIWA2DsV -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/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:01:04.2967947Z [00:03:26.556]➜  go tool buildid -w $WORK/b2569/_pkg_.a # internal
2025-08-20T23:01:04.2971335Z [00:03:26.557]➜  cp $WORK/b2569/_pkg_.a /root/.cache/go-build/d7/d72c1acd52ed3ac9e45b3891de8407e847781aa9c9b0975a78127e56e5c88394-d # internal
2025-08-20T23:01:04.2983662Z [00:03:26.559]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline
2025-08-20T23:01:04.2985193Z [00:03:26.559]➜  mkdir -p $WORK/b2573/
2025-08-20T23:01:04.2986762Z [00:03:26.560]➜  cat >/tmp/go-build2180205415/b2573/importcfg << 'EOF' # internal
2025-08-20T23:01:04.2987309Z [00:03:26.560]➜  # import config
2025-08-20T23:01:04.2988301Z [00:03:26.560]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.2994194Z [00:03:26.560]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.2994728Z [00:03:26.560]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.2995370Z [00:03:26.560]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.2996104Z [00:03:26.560]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.2996810Z [00:03:26.560]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.2997606Z [00:03:26.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.2998422Z [00:03:26.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.2999042Z [00:03:26.560]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.2999465Z [00:03:26.560]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.2999896Z [00:03:26.560]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.3000321Z [00:03:26.560]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.3000750Z [00:03:26.560]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.3001065Z [00:03:26.560]➜  EOF
2025-08-20T23:01:04.3004633Z [00:03:26.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2573/_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/b2573=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline -lang=go1.22 -complete -installsuffix shared -buildid 6r15iY1QtKD49fE3C52_/6r15iY1QtKD49fE3C52_ -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/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:01:04.3066779Z [00:03:26.567]➜  go tool buildid -w $WORK/b2570/_pkg_.a # internal
2025-08-20T23:01:04.3098543Z [00:03:26.570]➜  cp $WORK/b2570/_pkg_.a /root/.cache/go-build/ac/ac2faa5511d36ee4d06a1b57fa5bc99e77a9aa30b5019070a32b51c69268ad5e-d # internal
2025-08-20T23:01:04.3116728Z [00:03:26.572]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling
2025-08-20T23:01:04.3119514Z [00:03:26.572]➜  mkdir -p $WORK/b2574/
2025-08-20T23:01:04.3125259Z [00:03:26.573]➜  cat >/tmp/go-build2180205415/b2574/importcfg << 'EOF' # internal
2025-08-20T23:01:04.3126065Z [00:03:26.574]➜  # import config
2025-08-20T23:01:04.3126434Z [00:03:26.574]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.3126865Z [00:03:26.574]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.3127318Z [00:03:26.574]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.3127772Z [00:03:26.574]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.3128183Z [00:03:26.574]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.3128817Z [00:03:26.574]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.3129645Z [00:03:26.574]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.3130466Z [00:03:26.574]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.3131314Z [00:03:26.574]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.3131740Z [00:03:26.574]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.3132172Z [00:03:26.574]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.3132600Z [00:03:26.574]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.3133136Z [00:03:26.574]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.3133512Z [00:03:26.574]➜  EOF
2025-08-20T23:01:04.3137145Z [00:03:26.574]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2574/_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/b2574=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling -lang=go1.22 -complete -installsuffix shared -buildid DSBjvV3v61gONgfYndWK/DSBjvV3v61gONgfYndWK -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/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:01:04.3208726Z [00:03:26.582]➜  go tool buildid -w $WORK/b2571/_pkg_.a # internal
2025-08-20T23:01:04.3219840Z [00:03:26.583]➜  cp $WORK/b2571/_pkg_.a /root/.cache/go-build/95/95b6f7944efa8bf53be9edc48c8caae8e83a41b9c71eafefd5cfacc5698dd5aa-d # internal
2025-08-20T23:01:04.3287847Z [00:03:26.590]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype
2025-08-20T23:01:04.3288677Z [00:03:26.590]➜  mkdir -p $WORK/b2575/
2025-08-20T23:01:04.3290229Z [00:03:26.590]➜  cat >/tmp/go-build2180205415/b2575/importcfg << 'EOF' # internal
2025-08-20T23:01:04.3292109Z [00:03:26.590]➜  # import config
2025-08-20T23:01:04.3292505Z [00:03:26.590]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.3292939Z [00:03:26.590]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.3293392Z [00:03:26.590]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.3293855Z [00:03:26.590]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.3294283Z [00:03:26.590]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.3294920Z [00:03:26.590]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.3295712Z [00:03:26.590]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.3296724Z [00:03:26.590]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.3297605Z [00:03:26.590]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.3298028Z [00:03:26.590]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.3298455Z [00:03:26.590]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.3298889Z [00:03:26.590]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.3299317Z [00:03:26.590]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.3299631Z [00:03:26.590]➜  EOF
2025-08-20T23:01:04.3303238Z [00:03:26.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2575/_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/b2575=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype -lang=go1.22 -complete -installsuffix shared -buildid tHFiQqq9sYdtG7AZ7vy8/tHFiQqq9sYdtG7AZ7vy8 -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/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:01:04.3358660Z [00:03:26.597]➜  go tool buildid -w $WORK/b2572/_pkg_.a # internal
2025-08-20T23:01:04.3369771Z [00:03:26.598]➜  cp $WORK/b2572/_pkg_.a /root/.cache/go-build/74/749569d92826b4e95c6440bfefd0ade2d995a50e371bdc5c9da004311d9f9e0a-d # internal
2025-08-20T23:01:04.3373623Z [00:03:26.598]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus
2025-08-20T23:01:04.3374066Z [00:03:26.598]➜  mkdir -p $WORK/b2576/
2025-08-20T23:01:04.3377510Z [00:03:26.599]➜  cat >/tmp/go-build2180205415/b2576/importcfg << 'EOF' # internal
2025-08-20T23:01:04.3378348Z [00:03:26.599]➜  # import config
2025-08-20T23:01:04.3379301Z [00:03:26.599]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.3379737Z [00:03:26.599]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.3380190Z [00:03:26.599]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.3380650Z [00:03:26.599]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.3381063Z [00:03:26.599]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.3381845Z [00:03:26.599]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.3382725Z [00:03:26.599]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.3383595Z [00:03:26.599]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build2180205415/b2319/_pkg_.a
2025-08-20T23:01:04.3384509Z [00:03:26.599]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.3385115Z [00:03:26.599]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.3385536Z [00:03:26.599]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.3386177Z [00:03:26.599]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.3386607Z [00:03:26.599]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.3387039Z [00:03:26.599]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.3387353Z [00:03:26.599]➜  EOF
2025-08-20T23:01:04.3390791Z [00:03:26.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2576/_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/b2576=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus -lang=go1.22 -complete -installsuffix shared -buildid x6S5ZrTXkzDeGGamp6oQ/x6S5ZrTXkzDeGGamp6oQ -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/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:01:04.3725166Z [00:03:26.633]➜  go tool buildid -w $WORK/b2574/_pkg_.a # internal
2025-08-20T23:01:04.3740189Z [00:03:26.635]➜  cp $WORK/b2574/_pkg_.a /root/.cache/go-build/87/871bc7c5be67a6a40686189d59402ea128c1f1f81e5cb7b5b8f52dfed7456830-d # internal
2025-08-20T23:01:04.3830012Z [00:03:26.644]➜  go tool buildid -w $WORK/b2573/_pkg_.a # internal
2025-08-20T23:01:04.3831655Z [00:03:26.644]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk
2025-08-20T23:01:04.3832080Z [00:03:26.644]➜  mkdir -p $WORK/b2577/
2025-08-20T23:01:04.3844324Z [00:03:26.645]➜  cat >/tmp/go-build2180205415/b2577/importcfg << 'EOF' # internal
2025-08-20T23:01:04.3844723Z [00:03:26.645]➜  # import config
2025-08-20T23:01:04.3845258Z [00:03:26.645]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.3845932Z [00:03:26.645]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.3846450Z [00:03:26.645]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.3846909Z [00:03:26.645]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.3847321Z [00:03:26.645]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.3847954Z [00:03:26.645]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.3848759Z [00:03:26.645]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.3849622Z [00:03:26.645]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype=/tmp/go-build2180205415/b2578/_pkg_.a
2025-08-20T23:01:04.3850520Z [00:03:26.645]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:04.3851136Z [00:03:26.645]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.3851554Z [00:03:26.645]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.3852153Z [00:03:26.645]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.3852667Z [00:03:26.645]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.3853096Z [00:03:26.645]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.3853410Z [00:03:26.645]➜  EOF
2025-08-20T23:01:04.3857203Z [00:03:26.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2577/_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/b2577=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk -lang=go1.22 -complete -installsuffix shared -buildid Q8kMKh24nhGG9WiyWh1H/Q8kMKh24nhGG9WiyWh1H -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/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:01:04.3861576Z [00:03:26.647]➜  cp $WORK/b2573/_pkg_.a /root/.cache/go-build/86/86c2afa04b4fa331279e86b39b37440e9cdb72abdcae2aafb92396699d20e120-d # internal
2025-08-20T23:01:04.3886108Z [00:03:26.650]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll
2025-08-20T23:01:04.3886629Z [00:03:26.650]➜  mkdir -p $WORK/b2579/
2025-08-20T23:01:04.3893436Z [00:03:26.650]➜  cat >/tmp/go-build2180205415/b2579/importcfg << 'EOF' # internal
2025-08-20T23:01:04.3896388Z [00:03:26.651]➜  # import config
2025-08-20T23:01:04.3903313Z [00:03:26.651]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.3904038Z [00:03:26.651]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.3904650Z [00:03:26.651]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.3905102Z [00:03:26.651]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.3905513Z [00:03:26.651]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.3906317Z [00:03:26.651]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.3907432Z [00:03:26.651]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.3907998Z [00:03:26.651]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.3908418Z [00:03:26.651]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.3908955Z [00:03:26.651]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.3909479Z [00:03:26.652]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.3909915Z [00:03:26.652]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.3910233Z [00:03:26.652]➜  EOF
2025-08-20T23:01:04.3913391Z [00:03:26.652]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2579/_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/b2579=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll -lang=go1.22 -complete -installsuffix shared -buildid EEDpCXg0vZjp9O700HIn/EEDpCXg0vZjp9O700HIn -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/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:01:04.3940355Z [00:03:26.655]➜  go tool buildid -w $WORK/b2576/_pkg_.a # internal
2025-08-20T23:01:04.3955180Z [00:03:26.656]➜  cp $WORK/b2576/_pkg_.a /root/.cache/go-build/6b/6b2804a8358d02fd5dfba466d86fe9604e69094f02528911cfd3d313c7a4a6b7-d # internal
2025-08-20T23:01:04.3956815Z [00:03:26.657]➜  go tool buildid -w $WORK/b2575/_pkg_.a # internal
2025-08-20T23:01:04.3959719Z [00:03:26.657]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime
2025-08-20T23:01:04.3960942Z [00:03:26.657]➜  mkdir -p $WORK/b2580/
2025-08-20T23:01:04.3964998Z [00:03:26.658]➜  cat >/tmp/go-build2180205415/b2580/importcfg << 'EOF' # internal
2025-08-20T23:01:04.3965399Z [00:03:26.658]➜  # import config
2025-08-20T23:01:04.3965740Z [00:03:26.658]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.3966454Z [00:03:26.658]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.3966914Z [00:03:26.658]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.3967361Z [00:03:26.658]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.3967784Z [00:03:26.658]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.3968412Z [00:03:26.658]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.3969476Z [00:03:26.658]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.3972353Z [00:03:26.658]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.3972807Z [00:03:26.658]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.3973243Z [00:03:26.658]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.3973682Z [00:03:26.658]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.3974107Z [00:03:26.658]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.3974420Z [00:03:26.658]➜  EOF
2025-08-20T23:01:04.3978125Z [00:03:26.658]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2580/_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/b2580=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime -lang=go1.22 -complete -installsuffix shared -buildid yw9XxH2jF2NmbmIeUbpP/yw9XxH2jF2NmbmIeUbpP -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/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:01:04.3982170Z [00:03:26.659]➜  cp $WORK/b2575/_pkg_.a /root/.cache/go-build/c1/c1186145e8b20e890427d189f7bf7ce84c60188ae64bdb65f4c9c20a0568b9a5-d # internal
2025-08-20T23:01:04.3996843Z [00:03:26.660]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/count
2025-08-20T23:01:04.3997822Z [00:03:26.660]➜  mkdir -p $WORK/b2581/
2025-08-20T23:01:04.3998248Z [00:03:26.660]➜  cat >/tmp/go-build2180205415/b2581/importcfg << 'EOF' # internal
2025-08-20T23:01:04.3998622Z [00:03:26.660]➜  # import config
2025-08-20T23:01:04.3998967Z [00:03:26.660]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.3999393Z [00:03:26.660]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.3999844Z [00:03:26.661]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.4000297Z [00:03:26.661]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.4000713Z [00:03:26.661]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.4001618Z [00:03:26.661]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.4002515Z [00:03:26.661]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.4003378Z [00:03:26.661]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:04.4004302Z [00:03:26.661]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2180205415/b2415/_pkg_.a
2025-08-20T23:01:04.4004924Z [00:03:26.661]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.4005343Z [00:03:26.661]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.4006500Z [00:03:26.661]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.4007032Z [00:03:26.661]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.4007459Z [00:03:26.661]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.4007781Z [00:03:26.661]➜  EOF
2025-08-20T23:01:04.4010770Z [00:03:26.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2581/_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/b2581=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/count -lang=go1.22 -complete -installsuffix shared -buildid JLOoutsOYCH9Xpeln5cD/JLOoutsOYCH9Xpeln5cD -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/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:01:04.4541983Z [00:03:26.715]➜  go tool buildid -w $WORK/b2579/_pkg_.a # internal
2025-08-20T23:01:04.4552829Z [00:03:26.716]➜  cp $WORK/b2579/_pkg_.a /root/.cache/go-build/96/965b676a0da7de4823596b0cb6c39c73613b5f60d3f16368255dc813c0cbd3c8-d # internal
2025-08-20T23:01:04.4572610Z [00:03:26.718]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/create
2025-08-20T23:01:04.4573056Z [00:03:26.718]➜  mkdir -p $WORK/b2582/
2025-08-20T23:01:04.4577001Z [00:03:26.719]➜  cat >/tmp/go-build2180205415/b2582/importcfg << 'EOF' # internal
2025-08-20T23:01:04.4578214Z [00:03:26.719]➜  # import config
2025-08-20T23:01:04.4578712Z [00:03:26.719]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.4581782Z [00:03:26.719]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.4582243Z [00:03:26.719]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.4582852Z [00:03:26.719]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.4583340Z [00:03:26.719]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.4583985Z [00:03:26.719]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.4584780Z [00:03:26.719]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.4585613Z [00:03:26.719]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:04.4586657Z [00:03:26.719]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.4587545Z [00:03:26.719]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2180205415/b2481/_pkg_.a
2025-08-20T23:01:04.4588179Z [00:03:26.719]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.4588597Z [00:03:26.719]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.4589181Z [00:03:26.719]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.4589701Z [00:03:26.719]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.4590130Z [00:03:26.719]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.4590443Z [00:03:26.719]➜  EOF
2025-08-20T23:01:04.4610024Z [00:03:26.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2582/_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/b2582=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/create -lang=go1.22 -complete -installsuffix shared -buildid gPVy2nGzC1Z1PLsGtBUf/gPVy2nGzC1Z1PLsGtBUf -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/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:01:04.4612766Z [00:03:26.720]➜  go tool buildid -w $WORK/b2580/_pkg_.a # internal
2025-08-20T23:01:04.4619221Z [00:03:26.723]➜  cp $WORK/b2580/_pkg_.a /root/.cache/go-build/f8/f885bb462639e4389ddaa106e206a6949a716aa27590a4e19b14445efe8830b1-d # internal
2025-08-20T23:01:04.4627155Z [00:03:26.724]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/delete
2025-08-20T23:01:04.4627571Z [00:03:26.724]➜  mkdir -p $WORK/b2583/
2025-08-20T23:01:04.4628563Z [00:03:26.724]➜  cat >/tmp/go-build2180205415/b2583/importcfg << 'EOF' # internal
2025-08-20T23:01:04.4628915Z [00:03:26.724]➜  # import config
2025-08-20T23:01:04.4629471Z [00:03:26.724]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.4630000Z [00:03:26.724]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.4630455Z [00:03:26.724]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.4630907Z [00:03:26.724]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.4631324Z [00:03:26.724]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.4631953Z [00:03:26.724]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.4632761Z [00:03:26.724]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.4633787Z [00:03:26.724]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:04.4634665Z [00:03:26.724]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.4635553Z [00:03:26.724]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2180205415/b2481/_pkg_.a
2025-08-20T23:01:04.4636415Z [00:03:26.724]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.4636839Z [00:03:26.724]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.4637268Z [00:03:26.724]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.4637699Z [00:03:26.724]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.4638131Z [00:03:26.724]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.4638446Z [00:03:26.724]➜  EOF
2025-08-20T23:01:04.4647289Z [00:03:26.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2583/_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/b2583=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/delete -lang=go1.22 -complete -installsuffix shared -buildid 3wwg0a-zneX66HR4BD0x/3wwg0a-zneX66HR4BD0x -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/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/delete/response.go
2025-08-20T23:01:04.4649764Z [00:03:26.726]➜  go tool buildid -w $WORK/b2577/_pkg_.a # internal
2025-08-20T23:01:04.4668297Z [00:03:26.728]➜  cp $WORK/b2577/_pkg_.a /root/.cache/go-build/48/48d02fd50e5e26d7cb03924905b58d97929c6c797f736e754cff6d118483b687-d # internal
2025-08-20T23:01:04.4672624Z [00:03:26.728]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery
2025-08-20T23:01:04.4673046Z [00:03:26.728]➜  mkdir -p $WORK/b2584/
2025-08-20T23:01:04.4698228Z [00:03:26.731]➜  cat >/tmp/go-build2180205415/b2584/importcfg << 'EOF' # internal
2025-08-20T23:01:04.4698665Z [00:03:26.731]➜  # import config
2025-08-20T23:01:04.4699011Z [00:03:26.731]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.4699447Z [00:03:26.731]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.4699900Z [00:03:26.731]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.4700339Z [00:03:26.731]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.4700755Z [00:03:26.731]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.4701718Z [00:03:26.731]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.4702518Z [00:03:26.731]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.4703446Z [00:03:26.731]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build2180205415/b2585/_pkg_.a
2025-08-20T23:01:04.4704479Z [00:03:26.731]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:04.4705396Z [00:03:26.731]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2180205415/b2415/_pkg_.a
2025-08-20T23:01:04.4706623Z [00:03:26.731]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2180205415/b2441/_pkg_.a
2025-08-20T23:01:04.4707268Z [00:03:26.731]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.4707905Z [00:03:26.731]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.4708339Z [00:03:26.731]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.4708766Z [00:03:26.731]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.4709201Z [00:03:26.731]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.4709518Z [00:03:26.731]➜  EOF
2025-08-20T23:01:04.4712750Z [00:03:26.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2584/_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/b2584=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery -lang=go1.22 -complete -installsuffix shared -buildid G_HWHVaj6yRevAQqkt7D/G_HWHVaj6yRevAQqkt7D -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/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:01:04.4813674Z [00:03:26.742]➜  go tool buildid -w $WORK/b2581/_pkg_.a # internal
2025-08-20T23:01:04.4829021Z [00:03:26.744]➜  cp $WORK/b2581/_pkg_.a /root/.cache/go-build/78/78d2de78c122000968e490a41819f4b79d1b20eea22545ddfc77ba3ca7c51e00-d # internal
2025-08-20T23:01:04.4835709Z [00:03:26.744]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle
2025-08-20T23:01:04.4836472Z [00:03:26.744]➜  mkdir -p $WORK/b2586/
2025-08-20T23:01:04.4838336Z [00:03:26.745]➜  cat >/tmp/go-build2180205415/b2586/importcfg << 'EOF' # internal
2025-08-20T23:01:04.4839297Z [00:03:26.745]➜  # import config
2025-08-20T23:01:04.4839647Z [00:03:26.745]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.4840080Z [00:03:26.745]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.4840535Z [00:03:26.745]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.4840982Z [00:03:26.745]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.4841406Z [00:03:26.745]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.4842033Z [00:03:26.745]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.4842825Z [00:03:26.745]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.4843393Z [00:03:26.745]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.4843809Z [00:03:26.745]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.4844527Z [00:03:26.745]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.4844962Z [00:03:26.745]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.4845401Z [00:03:26.745]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.4845717Z [00:03:26.745]➜  EOF
2025-08-20T23:01:04.4849254Z [00:03:26.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2586/_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/b2586=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle -lang=go1.22 -complete -installsuffix shared -buildid QXPxPT3uaanYWqc7RHkP/QXPxPT3uaanYWqc7RHkP -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/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:01:04.5290615Z [00:03:26.790]➜  go tool buildid -w $WORK/b2582/_pkg_.a # internal
2025-08-20T23:01:04.5304258Z [00:03:26.792]➜  go tool buildid -w $WORK/b2583/_pkg_.a # internal
2025-08-20T23:01:04.5314983Z [00:03:26.793]➜  cp $WORK/b2582/_pkg_.a /root/.cache/go-build/ac/ace58363a0e5cc38efa06638fd83b5c28769ac5f201045cc8983944ecda4b514-d # internal
2025-08-20T23:01:04.5318819Z [00:03:26.793]➜  cp $WORK/b2583/_pkg_.a /root/.cache/go-build/c4/c4cd49c8b16de93d0b6bfc0fef8fa2caca932bfc502ff378307ac20deb655a7a-d # internal
2025-08-20T23:01:04.5330175Z [00:03:26.794]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/explain
2025-08-20T23:01:04.5331479Z [00:03:26.794]➜  mkdir -p $WORK/b2590/
2025-08-20T23:01:04.5336960Z [00:03:26.795]➜  cat >/tmp/go-build2180205415/b2590/importcfg << 'EOF' # internal
2025-08-20T23:01:04.5339197Z [00:03:26.795]➜  # import config
2025-08-20T23:01:04.5340087Z [00:03:26.795]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.5342458Z [00:03:26.795]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.5342980Z [00:03:26.795]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.5343442Z [00:03:26.795]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.5343892Z [00:03:26.795]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.5344528Z [00:03:26.795]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.5345631Z [00:03:26.795]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.5346692Z [00:03:26.795]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2180205415/b2415/_pkg_.a
2025-08-20T23:01:04.5347514Z [00:03:26.795]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.5347949Z [00:03:26.795]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.5348381Z [00:03:26.795]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.5348808Z [00:03:26.795]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.5349245Z [00:03:26.795]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.5349564Z [00:03:26.795]➜  EOF
2025-08-20T23:01:04.5352622Z [00:03:26.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2590/_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/b2590=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/explain -lang=go1.22 -complete -installsuffix shared -buildid U20cltpO7V2cklpFgA-w/U20cltpO7V2cklpFgA-w -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/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:01:04.5355504Z [00:03:26.796]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript
2025-08-20T23:01:04.5356097Z [00:03:26.796]➜  mkdir -p $WORK/b2587/
2025-08-20T23:01:04.5371469Z [00:03:26.798]➜  cat >/tmp/go-build2180205415/b2587/importcfg << 'EOF' # internal
2025-08-20T23:01:04.5372485Z [00:03:26.798]➜  # import config
2025-08-20T23:01:04.5373361Z [00:03:26.798]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.5374992Z [00:03:26.798]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.5376219Z [00:03:26.798]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.5377232Z [00:03:26.798]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.5378270Z [00:03:26.798]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.5379073Z [00:03:26.798]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.5379653Z [00:03:26.798]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.5380075Z [00:03:26.798]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.5380506Z [00:03:26.798]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.5381060Z [00:03:26.798]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.5381597Z [00:03:26.798]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.5381916Z [00:03:26.798]➜  EOF
2025-08-20T23:01:04.5384752Z [00:03:26.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2587/_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/b2587=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript -lang=go1.22 -complete -installsuffix shared -buildid yEGtGQaEAxUSO9dbPrKg/yEGtGQaEAxUSO9dbPrKg -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/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:01:04.5540059Z [00:03:26.815]➜  go tool buildid -w $WORK/b2586/_pkg_.a # internal
2025-08-20T23:01:04.5540933Z [00:03:26.815]➜  cp $WORK/b2586/_pkg_.a /root/.cache/go-build/cf/cf6f33c6d60a9fe73fe38f007dddfcd2330a2a97af7ad3ccae462a7e249e54ee-d # internal
2025-08-20T23:01:04.5541920Z [00:03:26.815]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps
2025-08-20T23:01:04.5542313Z [00:03:26.815]➜  mkdir -p $WORK/b2591/
2025-08-20T23:01:04.5542687Z [00:03:26.815]➜  cat >/tmp/go-build2180205415/b2591/importcfg << 'EOF' # internal
2025-08-20T23:01:04.5543035Z [00:03:26.815]➜  # import config
2025-08-20T23:01:04.5543371Z [00:03:26.815]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.5543808Z [00:03:26.815]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.5544264Z [00:03:26.815]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.5544710Z [00:03:26.815]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.5545125Z [00:03:26.815]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.5545913Z [00:03:26.815]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.5546785Z [00:03:26.815]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.5547650Z [00:03:26.815]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:04.5548300Z [00:03:26.815]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.5548882Z [00:03:26.815]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.5549426Z [00:03:26.815]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.5549861Z [00:03:26.815]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.5550298Z [00:03:26.815]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.5550611Z [00:03:26.815]➜  EOF
2025-08-20T23:01:04.5553733Z [00:03:26.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2591/_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/b2591=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps -lang=go1.22 -complete -installsuffix shared -buildid zesEFaZCW7Iicg5BHty2/zesEFaZCW7Iicg5BHty2 -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/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:01:04.5589293Z [00:03:26.820]➜  go tool buildid -w $WORK/b2584/_pkg_.a # internal
2025-08-20T23:01:04.5610240Z [00:03:26.822]➜  cp $WORK/b2584/_pkg_.a /root/.cache/go-build/d5/d5331d9d8fcc4fcf099be04f72fec666359f1e5f2d59ae4c89b3367265cbdd68-d # internal
2025-08-20T23:01:04.5615003Z [00:03:26.822]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/get
2025-08-20T23:01:04.5616420Z [00:03:26.822]➜  mkdir -p $WORK/b2592/
2025-08-20T23:01:04.5617518Z [00:03:26.823]➜  cat >/tmp/go-build2180205415/b2592/importcfg << 'EOF' # internal
2025-08-20T23:01:04.5617946Z [00:03:26.823]➜  # import config
2025-08-20T23:01:04.5618288Z [00:03:26.823]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.5618716Z [00:03:26.823]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.5619180Z [00:03:26.823]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.5619623Z [00:03:26.823]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.5620040Z [00:03:26.823]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.5620669Z [00:03:26.823]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.5621488Z [00:03:26.823]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.5622652Z [00:03:26.823]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2180205415/b2481/_pkg_.a
2025-08-20T23:01:04.5623293Z [00:03:26.823]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.5623711Z [00:03:26.823]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.5624144Z [00:03:26.823]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.5624572Z [00:03:26.823]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.5625001Z [00:03:26.823]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.5625319Z [00:03:26.823]➜  EOF
2025-08-20T23:01:04.5629930Z [00:03:26.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2592/_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/b2592=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/get -lang=go1.22 -complete -installsuffix shared -buildid 5_GLYMbxDGvBLW8ogMna/5_GLYMbxDGvBLW8ogMna -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/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/get/response.go
2025-08-20T23:01:04.6120069Z [00:03:26.871]➜  go tool buildid -w $WORK/b2587/_pkg_.a # internal
2025-08-20T23:01:04.6136867Z [00:03:26.875]➜  cp $WORK/b2587/_pkg_.a /root/.cache/go-build/cc/cc003799a5cc6e5c52deb07bcb6bd6500bbdd0bea3563efa83e993a40a8329e0-d # internal
2025-08-20T23:01:04.6160443Z [00:03:26.877]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript
2025-08-20T23:01:04.6161720Z [00:03:26.877]➜  mkdir -p $WORK/b2593/
2025-08-20T23:01:04.6164226Z [00:03:26.878]➜  cat >/tmp/go-build2180205415/b2593/importcfg << 'EOF' # internal
2025-08-20T23:01:04.6165114Z [00:03:26.878]➜  # import config
2025-08-20T23:01:04.6166335Z [00:03:26.878]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.6167305Z [00:03:26.878]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.6168353Z [00:03:26.878]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.6168823Z [00:03:26.878]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.6169486Z [00:03:26.878]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.6170501Z [00:03:26.878]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.6171178Z [00:03:26.878]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.6171600Z [00:03:26.878]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.6172032Z [00:03:26.878]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.6172478Z [00:03:26.878]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.6172904Z [00:03:26.878]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.6173221Z [00:03:26.878]➜  EOF
2025-08-20T23:01:04.6176178Z [00:03:26.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2593/_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/b2593=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript -lang=go1.22 -complete -installsuffix shared -buildid rYUU5SZX1pLTy4Fsj0hG/rYUU5SZX1pLTy4Fsj0hG -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/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:01:04.6230864Z [00:03:26.884]➜  go tool buildid -w $WORK/b2590/_pkg_.a # internal
2025-08-20T23:01:04.6231613Z [00:03:26.884]➜  cp $WORK/b2590/_pkg_.a /root/.cache/go-build/bb/bba410f947d5dfa6d50d1ff898f3c3b8f13b608dc692c467ed365a22a3902bb5-d # internal
2025-08-20T23:01:04.6233192Z [00:03:26.884]➜  go tool buildid -w $WORK/b2592/_pkg_.a # internal
2025-08-20T23:01:04.6238621Z [00:03:26.885]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext
2025-08-20T23:01:04.6239092Z [00:03:26.885]➜  mkdir -p $WORK/b2594/
2025-08-20T23:01:04.6245472Z [00:03:26.886]➜  cp $WORK/b2592/_pkg_.a /root/.cache/go-build/7a/7ad6b7d95f322983daec02db7a8b288793d6345f3de8db4aa6052ef703490ba0-d # internal
2025-08-20T23:01:04.6246425Z [00:03:26.886]➜  cat >/tmp/go-build2180205415/b2594/importcfg << 'EOF' # internal
2025-08-20T23:01:04.6246784Z [00:03:26.886]➜  # import config
2025-08-20T23:01:04.6247129Z [00:03:26.886]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.6247590Z [00:03:26.886]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.6248045Z [00:03:26.886]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.6248457Z [00:03:26.886]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.6249085Z [00:03:26.886]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.6250123Z [00:03:26.886]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.6250753Z [00:03:26.886]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.6251174Z [00:03:26.886]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.6251604Z [00:03:26.886]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.6252033Z [00:03:26.886]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.6252468Z [00:03:26.886]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.6252975Z [00:03:26.886]➜  EOF
2025-08-20T23:01:04.6256170Z [00:03:26.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2594/_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/b2594=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext -lang=go1.22 -complete -installsuffix shared -buildid zo9P1dfEZ7kmzfr97t97/zo9P1dfEZ7kmzfr97t97 -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/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:01:04.6258932Z [00:03:26.886]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages
2025-08-20T23:01:04.6259336Z [00:03:26.886]➜  mkdir -p $WORK/b2595/
2025-08-20T23:01:04.6259715Z [00:03:26.886]➜  cat >/tmp/go-build2180205415/b2595/importcfg << 'EOF' # internal
2025-08-20T23:01:04.6260059Z [00:03:26.886]➜  # import config
2025-08-20T23:01:04.6260399Z [00:03:26.886]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.6260856Z [00:03:26.886]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.6261299Z [00:03:26.886]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.6261711Z [00:03:26.886]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.6262340Z [00:03:26.886]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.6265544Z [00:03:26.886]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.6266558Z [00:03:26.886]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.6267000Z [00:03:26.886]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.6267428Z [00:03:26.886]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.6267854Z [00:03:26.886]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.6268284Z [00:03:26.886]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.6268599Z [00:03:26.886]➜  EOF
2025-08-20T23:01:04.6271568Z [00:03:26.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2595/_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/b2595=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages -lang=go1.22 -complete -installsuffix shared -buildid yNEjWHhnwuzH3SSEcDws/yNEjWHhnwuzH3SSEcDws -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/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:01:04.6305382Z [00:03:26.892]➜  go tool buildid -w $WORK/b2591/_pkg_.a # internal
2025-08-20T23:01:04.6322098Z [00:03:26.893]➜  cp $WORK/b2591/_pkg_.a /root/.cache/go-build/f4/f415bb385f193c1cc06da482f642c969229a0c5d3fc223955e8e9abe1a6cadbe-d # internal
2025-08-20T23:01:04.6327691Z [00:03:26.894]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource
2025-08-20T23:01:04.6328168Z [00:03:26.894]➜  mkdir -p $WORK/b2596/
2025-08-20T23:01:04.6328550Z [00:03:26.894]➜  cat >/tmp/go-build2180205415/b2596/importcfg << 'EOF' # internal
2025-08-20T23:01:04.6329400Z [00:03:26.894]➜  # import config
2025-08-20T23:01:04.6329905Z [00:03:26.894]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.6330593Z [00:03:26.894]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.6331527Z [00:03:26.894]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.6332119Z [00:03:26.894]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.6333037Z [00:03:26.894]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.6334017Z [00:03:26.894]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.6335253Z [00:03:26.894]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2180205415/b2481/_pkg_.a
2025-08-20T23:01:04.6336169Z [00:03:26.894]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.6336653Z [00:03:26.894]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.6337154Z [00:03:26.894]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.6337585Z [00:03:26.894]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.6338010Z [00:03:26.894]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.6338326Z [00:03:26.894]➜  EOF
2025-08-20T23:01:04.6341043Z [00:03:26.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2596/_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/b2596=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource -lang=go1.22 -complete -installsuffix shared -buildid 8yOgUtSoWx-J5xBh0yk-/8yOgUtSoWx-J5xBh0yk- -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/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:01:04.6800804Z [00:03:26.941]➜  go tool buildid -w $WORK/b2593/_pkg_.a # internal
2025-08-20T23:01:04.6801567Z [00:03:26.941]➜  cp $WORK/b2593/_pkg_.a /root/.cache/go-build/3e/3e9555fefb1b6798a1d8568e5d3d17ac7a52be7228f064d039496cd11ef32e25-d # internal
2025-08-20T23:01:04.6806591Z [00:03:26.942]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport
2025-08-20T23:01:04.6807055Z [00:03:26.942]➜  mkdir -p $WORK/b2597/
2025-08-20T23:01:04.6818107Z [00:03:26.943]➜  cat >/tmp/go-build2180205415/b2597/importcfg << 'EOF' # internal
2025-08-20T23:01:04.6827490Z [00:03:26.943]➜  # import config
2025-08-20T23:01:04.6827894Z [00:03:26.943]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.6828356Z [00:03:26.943]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.6828803Z [00:03:26.943]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.6829233Z [00:03:26.943]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.6829877Z [00:03:26.943]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.6830667Z [00:03:26.943]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.6831809Z [00:03:26.943]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus=/tmp/go-build2180205415/b2389/_pkg_.a
2025-08-20T23:01:04.6832556Z [00:03:26.943]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.6832983Z [00:03:26.943]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.6833417Z [00:03:26.943]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.6833840Z [00:03:26.943]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.6834264Z [00:03:26.943]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.6834580Z [00:03:26.943]➜  EOF
2025-08-20T23:01:04.6837962Z [00:03:26.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2597/_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/b2597=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport -lang=go1.22 -complete -installsuffix shared -buildid ZDo-sCh273EkC8hh1L9r/ZDo-sCh273EkC8hh1L9r -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/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:01:04.6907524Z [00:03:26.952]➜  go tool buildid -w $WORK/b2595/_pkg_.a # internal
2025-08-20T23:01:04.6919361Z [00:03:26.953]➜  cp $WORK/b2595/_pkg_.a /root/.cache/go-build/39/39ae76e8f158b1d51c54249d004484b9b21faa9af190ef43a56b386cd1298544-d # internal
2025-08-20T23:01:04.6949243Z [00:03:26.953]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/index
2025-08-20T23:01:04.6949679Z [00:03:26.953]➜  mkdir -p $WORK/b2598/
2025-08-20T23:01:04.6950059Z [00:03:26.954]➜  cat >/tmp/go-build2180205415/b2598/importcfg << 'EOF' # internal
2025-08-20T23:01:04.6950414Z [00:03:26.954]➜  # import config
2025-08-20T23:01:04.6950764Z [00:03:26.954]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.6951192Z [00:03:26.954]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.6951648Z [00:03:26.954]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.6952091Z [00:03:26.954]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.6952502Z [00:03:26.954]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.6953131Z [00:03:26.954]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.6954264Z [00:03:26.954]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.6955085Z [00:03:26.954]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build2180205415/b2416/_pkg_.a
2025-08-20T23:01:04.6956109Z [00:03:26.954]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:04.6957036Z [00:03:26.954]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:04.6957926Z [00:03:26.954]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2180205415/b2481/_pkg_.a
2025-08-20T23:01:04.6958557Z [00:03:26.954]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.6958978Z [00:03:26.954]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.6959642Z [00:03:26.954]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.6960072Z [00:03:26.954]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.6960537Z [00:03:26.954]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.6960854Z [00:03:26.954]➜  EOF
2025-08-20T23:01:04.6963956Z [00:03:26.954]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2598/_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/b2598=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/index -lang=go1.22 -complete -installsuffix shared -buildid Bn40_NcRqdsR6z8J85-8/Bn40_NcRqdsR6z8J85-8 -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/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:01:04.6967154Z [00:03:26.955]➜  go tool buildid -w $WORK/b2594/_pkg_.a # internal
2025-08-20T23:01:04.6967832Z [00:03:26.956]➜  cp $WORK/b2594/_pkg_.a /root/.cache/go-build/05/0505e325603fc3d38e90f7966c4db7fd4796c2671b6f9dfa8a5c901baee0982d-d # internal
2025-08-20T23:01:04.6976066Z [00:03:26.958]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/info
2025-08-20T23:01:04.6976515Z [00:03:26.958]➜  mkdir -p $WORK/b2599/
2025-08-20T23:01:04.6977120Z [00:03:26.958]➜  cat >/tmp/go-build2180205415/b2599/importcfg << 'EOF' # internal
2025-08-20T23:01:04.6977538Z [00:03:26.958]➜  # import config
2025-08-20T23:01:04.6977883Z [00:03:26.958]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.6978333Z [00:03:26.958]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.6978784Z [00:03:26.958]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.6979205Z [00:03:26.958]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.6979828Z [00:03:26.958]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.6980618Z [00:03:26.958]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.6981180Z [00:03:26.958]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.6981597Z [00:03:26.958]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.6982032Z [00:03:26.958]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.6982457Z [00:03:26.958]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.6982882Z [00:03:26.958]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.6983406Z [00:03:26.958]➜  EOF
2025-08-20T23:01:04.6986213Z [00:03:26.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2599/_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/b2599=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/info -lang=go1.22 -complete -installsuffix shared -buildid nBonX99yuR48ci8-Ra5_/nBonX99yuR48ci8-Ra5_ -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/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/info/response.go
2025-08-20T23:01:04.6997319Z [00:03:26.961]➜  go tool buildid -w $WORK/b2596/_pkg_.a # internal
2025-08-20T23:01:04.7012418Z [00:03:26.962]➜  cp $WORK/b2596/_pkg_.a /root/.cache/go-build/e4/e47f8a0369db0230042579998061facbd9e71d8635a2ed1a76aa287ad85987c9-d # internal
2025-08-20T23:01:04.7027808Z [00:03:26.963]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch
2025-08-20T23:01:04.7028441Z [00:03:26.963]➜  mkdir -p $WORK/b2600/
2025-08-20T23:01:04.7028822Z [00:03:26.963]➜  cat >/tmp/go-build2180205415/b2600/importcfg << 'EOF' # internal
2025-08-20T23:01:04.7029177Z [00:03:26.963]➜  # import config
2025-08-20T23:01:04.7029601Z [00:03:26.963]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.7030130Z [00:03:26.963]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.7030587Z [00:03:26.963]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.7031039Z [00:03:26.963]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.7031449Z [00:03:26.963]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.7032074Z [00:03:26.963]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.7032872Z [00:03:26.963]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.7033439Z [00:03:26.963]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.7033857Z [00:03:26.963]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.7034292Z [00:03:26.963]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.7034717Z [00:03:26.963]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.7035143Z [00:03:26.963]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.7035456Z [00:03:26.963]➜  EOF
2025-08-20T23:01:04.7038912Z [00:03:26.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2600/_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/b2600=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch -lang=go1.22 -complete -installsuffix shared -buildid ET68SO9G6P5hlXjQ0PBC/ET68SO9G6P5hlXjQ0PBC -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/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:01:04.7591228Z [00:03:27.020]➜  go tool buildid -w $WORK/b2598/_pkg_.a # internal
2025-08-20T23:01:04.7595219Z [00:03:27.020]➜  cp $WORK/b2598/_pkg_.a /root/.cache/go-build/2e/2ec476e386d6a56c76fcd4263e5e726a4e1671bcde9b7ca70997b726a33e7cf9-d # internal
2025-08-20T23:01:04.7626187Z [00:03:27.023]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/mget
2025-08-20T23:01:04.7629641Z [00:03:27.024]➜  mkdir -p $WORK/b2601/
2025-08-20T23:01:04.7637675Z [00:03:27.025]➜  cat >/tmp/go-build2180205415/b2601/importcfg << 'EOF' # internal
2025-08-20T23:01:04.7644240Z [00:03:27.025]➜  # import config
2025-08-20T23:01:04.7644611Z [00:03:27.025]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.7645044Z [00:03:27.025]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.7645495Z [00:03:27.025]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.7646092Z [00:03:27.025]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.7646516Z [00:03:27.025]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.7647160Z [00:03:27.025]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.7647952Z [00:03:27.025]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.7648514Z [00:03:27.025]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.7648940Z [00:03:27.025]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.7649625Z [00:03:27.025]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.7650081Z [00:03:27.025]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.7650507Z [00:03:27.025]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.7650923Z [00:03:27.025]➜  EOF
2025-08-20T23:01:04.7653917Z [00:03:27.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2601/_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/b2601=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/mget -lang=go1.22 -complete -installsuffix shared -buildid bm_Z5fkOYjJ3mdbTuHgD/bm_Z5fkOYjJ3mdbTuHgD -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/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:01:04.7665693Z [00:03:27.027]➜  go tool buildid -w $WORK/b2597/_pkg_.a # internal
2025-08-20T23:01:04.7686712Z [00:03:27.030]➜  cp $WORK/b2597/_pkg_.a /root/.cache/go-build/b9/b9086453a5c156a86c97b46ebda99ebac834c6e0ce0c9f4dc16873ab674eb624-d # internal
2025-08-20T23:01:04.7692468Z [00:03:27.030]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch
2025-08-20T23:01:04.7699226Z [00:03:27.030]➜  mkdir -p $WORK/b2602/
2025-08-20T23:01:04.7701078Z [00:03:27.031]➜  cat >/tmp/go-build2180205415/b2602/importcfg << 'EOF' # internal
2025-08-20T23:01:04.7708751Z [00:03:27.031]➜  # import config
2025-08-20T23:01:04.7709146Z [00:03:27.031]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.7709618Z [00:03:27.031]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.7710084Z [00:03:27.031]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.7710531Z [00:03:27.031]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.7710944Z [00:03:27.031]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.7711581Z [00:03:27.031]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.7712372Z [00:03:27.031]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.7714846Z [00:03:27.031]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:04.7717328Z [00:03:27.031]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2180205415/b2441/_pkg_.a
2025-08-20T23:01:04.7718324Z [00:03:27.031]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.7718768Z [00:03:27.031]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.7719202Z [00:03:27.031]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.7719635Z [00:03:27.031]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.7720076Z [00:03:27.031]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.7721012Z [00:03:27.031]➜  EOF
2025-08-20T23:01:04.7724457Z [00:03:27.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2602/_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/b2602=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch -lang=go1.22 -complete -installsuffix shared -buildid LrDoX6qdWt9Zy1GeTHCC/LrDoX6qdWt9Zy1GeTHCC -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/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:01:04.7728582Z [00:03:27.031]➜  go tool buildid -w $WORK/b2600/_pkg_.a # internal
2025-08-20T23:01:04.7729049Z [00:03:27.031]➜  go tool buildid -w $WORK/b2599/_pkg_.a # internal
2025-08-20T23:01:04.7729720Z [00:03:27.033]➜  cp $WORK/b2599/_pkg_.a /root/.cache/go-build/0a/0a3c1305e7956b79da7710c89ad9d849209a311d1e4cfe34ac0a682985683e18-d # internal
2025-08-20T23:01:04.7730611Z [00:03:27.034]➜  cp $WORK/b2600/_pkg_.a /root/.cache/go-build/9b/9b5f9020f53577769606bca6099cd137c911430c97d18e0a28009079e577f134-d # internal
2025-08-20T23:01:04.7742837Z [00:03:27.035]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate
2025-08-20T23:01:04.7743390Z [00:03:27.035]➜  mkdir -p $WORK/b2603/
2025-08-20T23:01:04.7743836Z [00:03:27.035]➜  cat >/tmp/go-build2180205415/b2603/importcfg << 'EOF' # internal
2025-08-20T23:01:04.7744937Z [00:03:27.036]➜  # import config
2025-08-20T23:01:04.7745372Z [00:03:27.036]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.7745958Z [00:03:27.036]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.7746467Z [00:03:27.036]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.7757655Z [00:03:27.036]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.7758395Z [00:03:27.036]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.7759153Z [00:03:27.036]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.7760001Z [00:03:27.036]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.7760851Z [00:03:27.036]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2180205415/b2441/_pkg_.a
2025-08-20T23:01:04.7761487Z [00:03:27.036]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.7761913Z [00:03:27.036]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.7762343Z [00:03:27.036]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.7762776Z [00:03:27.036]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.7763209Z [00:03:27.036]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.7763518Z [00:03:27.036]➜  EOF
2025-08-20T23:01:04.7766937Z [00:03:27.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2603/_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/b2603=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate -lang=go1.22 -complete -installsuffix shared -buildid g7t0mdO6G2Z9WdbWs6EV/g7t0mdO6G2Z9WdbWs6EV -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/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:01:04.7770256Z [00:03:27.036]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors
2025-08-20T23:01:04.7770638Z [00:03:27.036]➜  mkdir -p $WORK/b2604/
2025-08-20T23:01:04.7771020Z [00:03:27.036]➜  cat >/tmp/go-build2180205415/b2604/importcfg << 'EOF' # internal
2025-08-20T23:01:04.7776627Z [00:03:27.036]➜  # import config
2025-08-20T23:01:04.7783404Z [00:03:27.036]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.7783848Z [00:03:27.036]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.7784306Z [00:03:27.036]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.7784749Z [00:03:27.036]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.7785339Z [00:03:27.036]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.7786202Z [00:03:27.036]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.7787056Z [00:03:27.036]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.7787904Z [00:03:27.036]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2180205415/b2481/_pkg_.a
2025-08-20T23:01:04.7788541Z [00:03:27.036]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.7788966Z [00:03:27.037]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.7789397Z [00:03:27.037]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.7789825Z [00:03:27.037]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.7790255Z [00:03:27.037]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.7790568Z [00:03:27.037]➜  EOF
2025-08-20T23:01:04.7793893Z [00:03:27.037]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2604/_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/b2604=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors -lang=go1.22 -complete -installsuffix shared -buildid 3mKUGTi5mt0_4L9A0cWy/3mKUGTi5mt0_4L9A0cWy -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/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:01:04.8402747Z [00:03:27.101]➜  go tool buildid -w $WORK/b2604/_pkg_.a # internal
2025-08-20T23:01:04.8418213Z [00:03:27.102]➜  cp $WORK/b2604/_pkg_.a /root/.cache/go-build/fa/fa3cc6e43e25d326de2f57937036b8075af5f26c96bad810df19ec6fd860fad1-d # internal
2025-08-20T23:01:04.8431218Z [00:03:27.103]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime
2025-08-20T23:01:04.8435528Z [00:03:27.103]➜  mkdir -p $WORK/b2605/
2025-08-20T23:01:04.8436070Z [00:03:27.104]➜  cat >/tmp/go-build2180205415/b2605/importcfg << 'EOF' # internal
2025-08-20T23:01:04.8436698Z [00:03:27.104]➜  # import config
2025-08-20T23:01:04.8437046Z [00:03:27.104]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.8437489Z [00:03:27.104]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.8437942Z [00:03:27.104]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.8438391Z [00:03:27.104]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.8438805Z [00:03:27.104]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.8439433Z [00:03:27.104]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.8440231Z [00:03:27.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.8441089Z [00:03:27.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:04.8441739Z [00:03:27.104]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.8442386Z [00:03:27.105]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.8442820Z [00:03:27.105]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.8443251Z [00:03:27.105]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.8443773Z [00:03:27.105]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.8444177Z [00:03:27.105]➜  EOF
2025-08-20T23:01:04.8456192Z [00:03:27.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2605/_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/b2605=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime -lang=go1.22 -complete -installsuffix shared -buildid vQ5QyVbyMMhyEWfKW0W9/vQ5QyVbyMMhyEWfKW0W9 -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/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:01:04.8459301Z [00:03:27.106]➜  go tool buildid -w $WORK/b2601/_pkg_.a # internal
2025-08-20T23:01:04.8470123Z [00:03:27.108]➜  cp $WORK/b2601/_pkg_.a /root/.cache/go-build/b7/b7141f62ed46814bc2536c5e80d8f6fcb4e9b33c97437ac832ca6741f17fa470-d # internal
2025-08-20T23:01:04.8475847Z [00:03:27.108]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript
2025-08-20T23:01:04.8483989Z [00:03:27.108]➜  mkdir -p $WORK/b2607/
2025-08-20T23:01:04.8484394Z [00:03:27.109]➜  cat >/tmp/go-build2180205415/b2607/importcfg << 'EOF' # internal
2025-08-20T23:01:04.8484751Z [00:03:27.109]➜  # import config
2025-08-20T23:01:04.8485109Z [00:03:27.109]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.8485540Z [00:03:27.109]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.8491288Z [00:03:27.109]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.8491761Z [00:03:27.109]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.8492191Z [00:03:27.109]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.8492825Z [00:03:27.109]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.8493616Z [00:03:27.109]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.8494182Z [00:03:27.109]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.8494602Z [00:03:27.109]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.8495296Z [00:03:27.109]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.8495737Z [00:03:27.109]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.8497314Z [00:03:27.109]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.8497645Z [00:03:27.109]➜  EOF
2025-08-20T23:01:04.8500762Z [00:03:27.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2607/_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/b2607=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript -lang=go1.22 -complete -installsuffix shared -buildid IQbmgXiESRRAXvQdFJ_2/IQbmgXiESRRAXvQdFJ_2 -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/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:01:04.8547265Z [00:03:27.116]➜  go tool buildid -w $WORK/b2603/_pkg_.a # internal
2025-08-20T23:01:04.8568055Z [00:03:27.118]➜  cp $WORK/b2603/_pkg_.a /root/.cache/go-build/7a/7adad3d8a57ba154ee1b4fc075407f784c5f419754ef0dc5ce07f7d6e11ec38d-d # internal
2025-08-20T23:01:04.8569822Z [00:03:27.118]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval
2025-08-20T23:01:04.8571075Z [00:03:27.118]➜  mkdir -p $WORK/b2608/
2025-08-20T23:01:04.8579985Z [00:03:27.119]➜  cat >/tmp/go-build2180205415/b2608/importcfg << 'EOF' # internal
2025-08-20T23:01:04.8581976Z [00:03:27.119]➜  # import config
2025-08-20T23:01:04.8583145Z [00:03:27.119]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.8583852Z [00:03:27.119]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.8584870Z [00:03:27.119]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.8585584Z [00:03:27.119]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.8586340Z [00:03:27.119]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.8587759Z [00:03:27.119]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.8588566Z [00:03:27.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.8589629Z [00:03:27.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:04.8590337Z [00:03:27.119]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.8590756Z [00:03:27.119]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.8591183Z [00:03:27.119]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.8591623Z [00:03:27.119]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.8592044Z [00:03:27.119]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.8592354Z [00:03:27.119]➜  EOF
2025-08-20T23:01:04.8595427Z [00:03:27.119]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2608/_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/b2608=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval -lang=go1.22 -complete -installsuffix shared -buildid keJKO14fwf2FVI4qUuxG/keJKO14fwf2FVI4qUuxG -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/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:01:04.8698948Z [00:03:27.131]➜  go tool buildid -w $WORK/b2602/_pkg_.a # internal
2025-08-20T23:01:04.8715487Z [00:03:27.132]➜  cp $WORK/b2602/_pkg_.a /root/.cache/go-build/de/de718bdfbed43f8da8743c73306a76b94124b7fcec4b6a5d4f88bc9380d90ef2-d # internal
2025-08-20T23:01:04.8721627Z [00:03:27.133]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex
2025-08-20T23:01:04.8724677Z [00:03:27.133]➜  mkdir -p $WORK/b2609/
2025-08-20T23:01:04.8733632Z [00:03:27.134]➜  cat >/tmp/go-build2180205415/b2609/importcfg << 'EOF' # internal
2025-08-20T23:01:04.8736865Z [00:03:27.134]➜  # import config
2025-08-20T23:01:04.8737790Z [00:03:27.134]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.8738678Z [00:03:27.134]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.8739192Z [00:03:27.134]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.8739664Z [00:03:27.134]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.8740392Z [00:03:27.134]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.8741021Z [00:03:27.134]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.8742008Z [00:03:27.134]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.8742952Z [00:03:27.134]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build2180205415/b2585/_pkg_.a
2025-08-20T23:01:04.8743588Z [00:03:27.134]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.8744010Z [00:03:27.134]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.8744440Z [00:03:27.134]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.8744872Z [00:03:27.134]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.8745307Z [00:03:27.134]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.8745623Z [00:03:27.134]➜  EOF
2025-08-20T23:01:04.8749026Z [00:03:27.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2609/_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/b2609=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex -lang=go1.22 -complete -installsuffix shared -buildid elJMEOYH_OkWGksoFukg/elJMEOYH_OkWGksoFukg -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/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:01:04.9185609Z [00:03:27.179]➜  go tool buildid -w $WORK/b2607/_pkg_.a # internal
2025-08-20T23:01:04.9197053Z [00:03:27.181]➜  cp $WORK/b2607/_pkg_.a /root/.cache/go-build/73/7329c599b10e65a409507931e0a91328b5e0b61e138b54f25c497afeae7d917f-d # internal
2025-08-20T23:01:04.9218195Z [00:03:27.181]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle
2025-08-20T23:01:04.9218727Z [00:03:27.183]➜  mkdir -p $WORK/b2610/
2025-08-20T23:01:04.9224153Z [00:03:27.183]➜  cat >/tmp/go-build2180205415/b2610/importcfg << 'EOF' # internal
2025-08-20T23:01:04.9224997Z [00:03:27.183]➜  # import config
2025-08-20T23:01:04.9226211Z [00:03:27.183]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.9227013Z [00:03:27.183]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.9227785Z [00:03:27.183]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.9229466Z [00:03:27.183]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.9230668Z [00:03:27.183]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.9231762Z [00:03:27.183]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.9233355Z [00:03:27.183]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.9233810Z [00:03:27.183]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.9234242Z [00:03:27.183]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.9234677Z [00:03:27.183]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.9235102Z [00:03:27.183]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.9235450Z [00:03:27.183]➜  EOF
2025-08-20T23:01:04.9238844Z [00:03:27.183]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2610/_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/b2610=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle -lang=go1.22 -complete -installsuffix shared -buildid ixZnpDKqnhrXPQXlG71p/ixZnpDKqnhrXPQXlG71p -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/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:01:04.9241654Z [00:03:27.184]➜  go tool buildid -w $WORK/b2608/_pkg_.a # internal
2025-08-20T23:01:04.9242038Z [00:03:27.184]➜  go tool buildid -w $WORK/b2605/_pkg_.a # internal
2025-08-20T23:01:04.9247834Z [00:03:27.186]➜  cp $WORK/b2605/_pkg_.a /root/.cache/go-build/6f/6f85f565b92e7f27bacdf1e3dc1c03a25eb3cc09e19064bd4af55116edb1abf9-d # internal
2025-08-20T23:01:04.9295416Z [00:03:27.190]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate
2025-08-20T23:01:04.9312857Z [00:03:27.190]➜  mkdir -p $WORK/b2611/
2025-08-20T23:01:04.9313298Z [00:03:27.191]➜  cat >/tmp/go-build2180205415/b2611/importcfg << 'EOF' # internal
2025-08-20T23:01:04.9313657Z [00:03:27.191]➜  # import config
2025-08-20T23:01:04.9314010Z [00:03:27.191]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.9314437Z [00:03:27.191]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.9314893Z [00:03:27.191]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.9315630Z [00:03:27.191]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.9316312Z [00:03:27.191]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.9316953Z [00:03:27.191]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.9317755Z [00:03:27.191]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.9318327Z [00:03:27.191]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.9318744Z [00:03:27.191]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.9319185Z [00:03:27.191]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.9319616Z [00:03:27.191]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.9320043Z [00:03:27.191]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.9320364Z [00:03:27.191]➜  EOF
2025-08-20T23:01:04.9321971Z [00:03:27.193]➜  cp $WORK/b2608/_pkg_.a /root/.cache/go-build/9d/9dd2ea21963bb1cebb7c34a90a8ccf78fe912f42e4c4c5cd78969fa291d6c247-d # internal
2025-08-20T23:01:04.9323335Z [00:03:27.193]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute
2025-08-20T23:01:04.9325930Z [00:03:27.194]➜  mkdir -p $WORK/b2612/
2025-08-20T23:01:04.9329966Z [00:03:27.194]➜  cat >/tmp/go-build2180205415/b2612/importcfg << 'EOF' # internal
2025-08-20T23:01:04.9330664Z [00:03:27.194]➜  # import config
2025-08-20T23:01:04.9331372Z [00:03:27.194]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.9331840Z [00:03:27.194]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.9332495Z [00:03:27.194]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.9333022Z [00:03:27.194]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.9333450Z [00:03:27.194]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.9334085Z [00:03:27.194]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.9356889Z [00:03:27.194]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.9357840Z [00:03:27.194]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.9358275Z [00:03:27.194]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.9358709Z [00:03:27.194]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.9359138Z [00:03:27.194]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.9359573Z [00:03:27.194]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.9359888Z [00:03:27.194]➜  EOF
2025-08-20T23:01:04.9363448Z [00:03:27.194]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2612/_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/b2612=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute -lang=go1.22 -complete -installsuffix shared -buildid e6lQ6UYZPzr5G8TBbghX/e6lQ6UYZPzr5G8TBbghX -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/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:01:04.9370121Z [00:03:27.194]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2611/_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/b2611=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate -lang=go1.22 -complete -installsuffix shared -buildid k3p0yLJz9ogUYr-ckhNN/k3p0yLJz9ogUYr-ckhNN -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/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:01:04.9474738Z [00:03:27.209]➜  go tool buildid -w $WORK/b2609/_pkg_.a # internal
2025-08-20T23:01:04.9493098Z [00:03:27.210]➜  cp $WORK/b2609/_pkg_.a /root/.cache/go-build/95/952e5fb37a141f4378d6edef18237f805ddc684895584d7c84746fc9c447f91a-d # internal
2025-08-20T23:01:04.9502514Z [00:03:27.211]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll
2025-08-20T23:01:04.9503132Z [00:03:27.211]➜  mkdir -p $WORK/b2613/
2025-08-20T23:01:04.9504915Z [00:03:27.212]➜  cat >/tmp/go-build2180205415/b2613/importcfg << 'EOF' # internal
2025-08-20T23:01:04.9505505Z [00:03:27.212]➜  # import config
2025-08-20T23:01:04.9505992Z [00:03:27.212]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.9506502Z [00:03:27.212]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.9506957Z [00:03:27.212]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.9507396Z [00:03:27.212]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.9507919Z [00:03:27.212]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.9508617Z [00:03:27.212]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.9509410Z [00:03:27.212]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.9509978Z [00:03:27.212]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.9510397Z [00:03:27.212]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.9510834Z [00:03:27.212]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.9511423Z [00:03:27.212]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.9511854Z [00:03:27.212]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.9512170Z [00:03:27.212]➜  EOF
2025-08-20T23:01:04.9515194Z [00:03:27.212]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2613/_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/b2613=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll -lang=go1.22 -complete -installsuffix shared -buildid 93urbv2VYjGsebpQSr7u/93urbv2VYjGsebpQSr7u -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/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:01:04.9841597Z [00:03:27.245]➜  go tool buildid -w $WORK/b2610/_pkg_.a # internal
2025-08-20T23:01:04.9864425Z [00:03:27.247]➜  cp $WORK/b2610/_pkg_.a /root/.cache/go-build/d3/d3f13ebb4cffa58c7dbf20dcbb1246219688487ed95598f3176763d2fb16e8ca-d # internal
2025-08-20T23:01:04.9869737Z [00:03:27.248]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/search
2025-08-20T23:01:04.9870164Z [00:03:27.248]➜  mkdir -p $WORK/b2614/
2025-08-20T23:01:04.9873652Z [00:03:27.248]➜  cat >/tmp/go-build2180205415/b2614/importcfg << 'EOF' # internal
2025-08-20T23:01:04.9874348Z [00:03:27.248]➜  # import config
2025-08-20T23:01:04.9874908Z [00:03:27.248]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:04.9875429Z [00:03:27.248]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:04.9876144Z [00:03:27.248]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:04.9876743Z [00:03:27.248]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:04.9877299Z [00:03:27.248]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:04.9878041Z [00:03:27.248]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:04.9878968Z [00:03:27.248]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:04.9879952Z [00:03:27.248]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:04.9880976Z [00:03:27.248]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2180205415/b2415/_pkg_.a
2025-08-20T23:01:04.9881977Z [00:03:27.248]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2180205415/b2441/_pkg_.a
2025-08-20T23:01:04.9883190Z [00:03:27.248]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build2180205415/b2458/_pkg_.a
2025-08-20T23:01:04.9883965Z [00:03:27.248]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:04.9884487Z [00:03:27.248]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:04.9885129Z [00:03:27.248]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:04.9885705Z [00:03:27.248]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:04.9901961Z [00:03:27.248]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:04.9902315Z [00:03:27.248]➜  EOF
2025-08-20T23:01:04.9905348Z [00:03:27.248]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2614/_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/b2614=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/search -lang=go1.22 -complete -installsuffix shared -buildid sUzwHRUPzuXeZV_lfus8/sUzwHRUPzuXeZV_lfus8 -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/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:01:05.0011536Z [00:03:27.262]➜  go tool buildid -w $WORK/b2612/_pkg_.a # internal
2025-08-20T23:01:05.0031135Z [00:03:27.264]➜  go tool buildid -w $WORK/b2611/_pkg_.a # internal
2025-08-20T23:01:05.0033838Z [00:03:27.264]➜  cp $WORK/b2612/_pkg_.a /root/.cache/go-build/a8/a81ed9f38640849022f6f0be28f87988e96f08868eea1a891f14f010fec31113-d # internal
2025-08-20T23:01:05.0038922Z [00:03:27.265]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt
2025-08-20T23:01:05.0051507Z [00:03:27.265]➜  mkdir -p $WORK/b2615/
2025-08-20T23:01:05.0057341Z [00:03:27.267]➜  cat >/tmp/go-build2180205415/b2615/importcfg << 'EOF' # internal
2025-08-20T23:01:05.0059862Z [00:03:27.267]➜  # import config
2025-08-20T23:01:05.0067785Z [00:03:27.267]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.0068253Z [00:03:27.267]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.0068710Z [00:03:27.267]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.0069157Z [00:03:27.267]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.0069807Z [00:03:27.267]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.0070513Z [00:03:27.267]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.0071310Z [00:03:27.267]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.0072379Z [00:03:27.267]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype=/tmp/go-build2180205415/b2616/_pkg_.a
2025-08-20T23:01:05.0073310Z [00:03:27.267]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype=/tmp/go-build2180205415/b2617/_pkg_.a
2025-08-20T23:01:05.0073937Z [00:03:27.267]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.0074356Z [00:03:27.267]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.0074784Z [00:03:27.267]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.0075214Z [00:03:27.267]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.0075635Z [00:03:27.267]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.0076187Z [00:03:27.267]➜  EOF
2025-08-20T23:01:05.0079520Z [00:03:27.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2615/_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/b2615=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt -lang=go1.22 -complete -installsuffix shared -buildid FfxA-Y3H7AoO8zu7WDdR/FfxA-Y3H7AoO8zu7WDdR -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/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:01:05.0082661Z [00:03:27.267]➜  cp $WORK/b2611/_pkg_.a /root/.cache/go-build/bf/bf8564e6ae880042f18bdf56ec6452a8bd19de57338069b4a869773f989cf95f-d # internal
2025-08-20T23:01:05.0083341Z [00:03:27.267]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards
2025-08-20T23:01:05.0083876Z [00:03:27.267]➜  mkdir -p $WORK/b2618/
2025-08-20T23:01:05.0085199Z [00:03:27.269]➜  cat >/tmp/go-build2180205415/b2618/importcfg << 'EOF' # internal
2025-08-20T23:01:05.0086202Z [00:03:27.269]➜  # import config
2025-08-20T23:01:05.0087036Z [00:03:27.269]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.0087939Z [00:03:27.269]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.0088437Z [00:03:27.269]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.0088861Z [00:03:27.269]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.0089709Z [00:03:27.269]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.0090581Z [00:03:27.269]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.0091452Z [00:03:27.269]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:05.0092104Z [00:03:27.269]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.0092526Z [00:03:27.269]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.0092963Z [00:03:27.269]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.0093389Z [00:03:27.269]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.0093811Z [00:03:27.269]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.0094129Z [00:03:27.269]➜  EOF
2025-08-20T23:01:05.0097157Z [00:03:27.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2618/_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/b2618=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards -lang=go1.22 -complete -installsuffix shared -buildid UNaV8MHu-5E02WJfrWDU/UNaV8MHu-5E02WJfrWDU -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/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:01:05.0863987Z [00:03:27.347]➜  go tool buildid -w $WORK/b2618/_pkg_.a # internal
2025-08-20T23:01:05.0879948Z [00:03:27.349]➜  cp $WORK/b2618/_pkg_.a /root/.cache/go-build/d6/d674d11c1fa9115f2a20dd4d6ac03464a24a29ac0819cc0d208acc3c633d312b-d # internal
2025-08-20T23:01:05.0901048Z [00:03:27.351]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate
2025-08-20T23:01:05.0903222Z [00:03:27.351]➜  mkdir -p $WORK/b2619/
2025-08-20T23:01:05.0912208Z [00:03:27.352]➜  cat >/tmp/go-build2180205415/b2619/importcfg << 'EOF' # internal
2025-08-20T23:01:05.0913052Z [00:03:27.352]➜  # import config
2025-08-20T23:01:05.0913461Z [00:03:27.352]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.0913898Z [00:03:27.352]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.0914353Z [00:03:27.352]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.0915043Z [00:03:27.352]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.0915529Z [00:03:27.352]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.0916323Z [00:03:27.352]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.0917123Z [00:03:27.352]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.0917982Z [00:03:27.352]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:05.0918907Z [00:03:27.352]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2180205415/b2441/_pkg_.a
2025-08-20T23:01:05.0919725Z [00:03:27.352]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.0920146Z [00:03:27.352]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.0920583Z [00:03:27.352]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.0921007Z [00:03:27.352]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.0921432Z [00:03:27.352]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.0921859Z [00:03:27.352]➜  EOF
2025-08-20T23:01:05.0925214Z [00:03:27.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2619/_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/b2619=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate -lang=go1.22 -complete -installsuffix shared -buildid ovZvdr89xLP191qYaUBU/ovZvdr89xLP191qYaUBU -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/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:01:05.1128065Z [00:03:27.374]➜  go tool buildid -w $WORK/b2615/_pkg_.a # internal
2025-08-20T23:01:05.1145316Z [00:03:27.376]➜  cp $WORK/b2615/_pkg_.a /root/.cache/go-build/0c/0c26ab2f81a02174f0faeb1b7820e76ae3ff5c30ad6772c0b70885d81d019219-d # internal
2025-08-20T23:01:05.1183320Z [00:03:27.379]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum
2025-08-20T23:01:05.1190501Z [00:03:27.380]➜  mkdir -p $WORK/b2620/
2025-08-20T23:01:05.1200750Z [00:03:27.381]➜  cat >/tmp/go-build2180205415/b2620/importcfg << 'EOF' # internal
2025-08-20T23:01:05.1203272Z [00:03:27.381]➜  # import config
2025-08-20T23:01:05.1212711Z [00:03:27.381]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.1213155Z [00:03:27.381]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.1213630Z [00:03:27.381]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.1214078Z [00:03:27.381]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.1214494Z [00:03:27.381]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.1215128Z [00:03:27.381]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.1219889Z [00:03:27.381]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.1220539Z [00:03:27.381]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.1220968Z [00:03:27.381]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.1221399Z [00:03:27.381]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.1221827Z [00:03:27.381]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.1222495Z [00:03:27.381]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.1222869Z [00:03:27.381]➜  EOF
2025-08-20T23:01:05.1232722Z [00:03:27.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2620/_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/b2620=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum -lang=go1.22 -complete -installsuffix shared -buildid CeDAPfG9fKgLnlJcZBko/CeDAPfG9fKgLnlJcZBko -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/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:01:05.1747508Z [00:03:27.436]➜  go tool buildid -w $WORK/b2613/_pkg_.a # internal
2025-08-20T23:01:05.1768004Z [00:03:27.437]➜  cp $WORK/b2613/_pkg_.a /root/.cache/go-build/3e/3e9ecb8561a35b1b19090ff95315c8e1cfe0719534af0b3e9d2cdf4953f5c70f-d # internal
2025-08-20T23:01:05.1775893Z [00:03:27.439]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors
2025-08-20T23:01:05.1776618Z [00:03:27.439]➜  mkdir -p $WORK/b2621/
2025-08-20T23:01:05.1777412Z [00:03:27.439]➜  cat >/tmp/go-build2180205415/b2621/importcfg << 'EOF' # internal
2025-08-20T23:01:05.1778132Z [00:03:27.439]➜  # import config
2025-08-20T23:01:05.1780249Z [00:03:27.439]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.1780704Z [00:03:27.439]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.1781161Z [00:03:27.439]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.1781606Z [00:03:27.439]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.1782026Z [00:03:27.439]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.1782706Z [00:03:27.439]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.1783499Z [00:03:27.439]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.1784340Z [00:03:27.439]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2180205415/b2481/_pkg_.a
2025-08-20T23:01:05.1785265Z [00:03:27.439]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.1785693Z [00:03:27.439]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.1786370Z [00:03:27.439]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.1786806Z [00:03:27.439]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.1787232Z [00:03:27.439]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.1787551Z [00:03:27.439]➜  EOF
2025-08-20T23:01:05.1790730Z [00:03:27.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2621/_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/b2621=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors -lang=go1.22 -complete -installsuffix shared -buildid qooKNm9X8Kk5Onl-tW69/qooKNm9X8Kk5Onl-tW69 -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/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:01:05.2343053Z [00:03:27.494]➜  go tool buildid -w $WORK/b2620/_pkg_.a # internal
2025-08-20T23:01:05.2363791Z [00:03:27.497]➜  cp $WORK/b2620/_pkg_.a /root/.cache/go-build/a9/a9096989cd409da7a849802ad44705dcac82d9ca8bd817972b317dbd50be8c43-d # internal
2025-08-20T23:01:05.2374256Z [00:03:27.497]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/update
2025-08-20T23:01:05.2374751Z [00:03:27.497]➜  mkdir -p $WORK/b2622/
2025-08-20T23:01:05.2375149Z [00:03:27.497]➜  cat >/tmp/go-build2180205415/b2622/importcfg << 'EOF' # internal
2025-08-20T23:01:05.2375499Z [00:03:27.497]➜  # import config
2025-08-20T23:01:05.2375924Z [00:03:27.497]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.2376411Z [00:03:27.497]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.2377186Z [00:03:27.497]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.2377632Z [00:03:27.497]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.2378056Z [00:03:27.497]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.2378692Z [00:03:27.497]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.2380310Z [00:03:27.497]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.2381491Z [00:03:27.497]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:05.2382571Z [00:03:27.497]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:05.2383260Z [00:03:27.497]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.2383834Z [00:03:27.497]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.2384337Z [00:03:27.497]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.2384779Z [00:03:27.497]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.2385208Z [00:03:27.497]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.2385523Z [00:03:27.497]➜  EOF
2025-08-20T23:01:05.2388828Z [00:03:27.497]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2622/_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/b2622=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/update -lang=go1.22 -complete -installsuffix shared -buildid W6V4eiOLNaSwSBJMse5t/W6V4eiOLNaSwSBJMse5t -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/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:01:05.2404152Z [00:03:27.501]➜  go tool buildid -w $WORK/b2621/_pkg_.a # internal
2025-08-20T23:01:05.2415653Z [00:03:27.503]➜  cp $WORK/b2621/_pkg_.a /root/.cache/go-build/b0/b0528ca4798284cf74a57cbcdb0c295dc05c427a61ce951f7fb5ac19060d71d3-d # internal
2025-08-20T23:01:05.2420604Z [00:03:27.503]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery
2025-08-20T23:01:05.2421029Z [00:03:27.503]➜  mkdir -p $WORK/b2623/
2025-08-20T23:01:05.2424043Z [00:03:27.503]➜  cat >/tmp/go-build2180205415/b2623/importcfg << 'EOF' # internal
2025-08-20T23:01:05.2424441Z [00:03:27.503]➜  # import config
2025-08-20T23:01:05.2424777Z [00:03:27.503]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.2425209Z [00:03:27.503]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.2425659Z [00:03:27.503]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.2426290Z [00:03:27.503]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.2426960Z [00:03:27.503]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.2427657Z [00:03:27.503]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.2428448Z [00:03:27.503]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.2429277Z [00:03:27.503]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build2180205415/b2585/_pkg_.a
2025-08-20T23:01:05.2430191Z [00:03:27.503]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:05.2431289Z [00:03:27.503]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2180205415/b2415/_pkg_.a
2025-08-20T23:01:05.2432183Z [00:03:27.503]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2180205415/b2441/_pkg_.a
2025-08-20T23:01:05.2432811Z [00:03:27.503]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.2433231Z [00:03:27.503]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.2433766Z [00:03:27.503]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.2434268Z [00:03:27.503]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.2434706Z [00:03:27.503]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.2435027Z [00:03:27.503]➜  EOF
2025-08-20T23:01:05.2446861Z [00:03:27.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2623/_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/b2623=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery -lang=go1.22 -complete -installsuffix shared -buildid YEPrAFk7Jx07VPQgAM0q/YEPrAFk7Jx07VPQgAM0q -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/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:01:05.2849832Z [00:03:27.546]➜  go tool buildid -w $WORK/b2614/_pkg_.a # internal
2025-08-20T23:01:05.2988423Z [00:03:27.559]➜  cp $WORK/b2614/_pkg_.a /root/.cache/go-build/78/78bfbd5c4c2cc513b979e2031326f6b101d5b199042a3cc4e8464adef1d54184-d # internal
2025-08-20T23:01:05.2995902Z [00:03:27.559]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle
2025-08-20T23:01:05.2996395Z [00:03:27.559]➜  mkdir -p $WORK/b2624/
2025-08-20T23:01:05.2996779Z [00:03:27.559]➜  cat >/tmp/go-build2180205415/b2624/importcfg << 'EOF' # internal
2025-08-20T23:01:05.2997149Z [00:03:27.559]➜  # import config
2025-08-20T23:01:05.2997499Z [00:03:27.559]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.2997952Z [00:03:27.559]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.2998407Z [00:03:27.559]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.2998821Z [00:03:27.559]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.2999444Z [00:03:27.559]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.3000256Z [00:03:27.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.3000822Z [00:03:27.559]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.3001238Z [00:03:27.559]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.3001947Z [00:03:27.559]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.3002488Z [00:03:27.559]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.3002921Z [00:03:27.559]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.3003247Z [00:03:27.559]➜  EOF
2025-08-20T23:01:05.3006535Z [00:03:27.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2624/_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/b2624=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle -lang=go1.22 -complete -installsuffix shared -buildid 80dGoRaJjo7cFZmyyAkT/80dGoRaJjo7cFZmyyAkT -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/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:01:05.3190309Z [00:03:27.580]➜  go tool buildid -w $WORK/b2623/_pkg_.a # internal
2025-08-20T23:01:05.3215376Z [00:03:27.582]➜  cp $WORK/b2623/_pkg_.a /root/.cache/go-build/81/8132dc8e8b33e15e61f40acf54582d05fd1d35e1cec29f0e51250837f5dcd476-d # internal
2025-08-20T23:01:05.3224595Z [00:03:27.583]➜  github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex
2025-08-20T23:01:05.3229400Z [00:03:27.583]➜  mkdir -p $WORK/b2625/
2025-08-20T23:01:05.3240803Z [00:03:27.585]➜  cat >/tmp/go-build2180205415/b2625/importcfg << 'EOF' # internal
2025-08-20T23:01:05.3244853Z [00:03:27.585]➜  # import config
2025-08-20T23:01:05.3245239Z [00:03:27.585]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.3245700Z [00:03:27.585]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.3248207Z [00:03:27.585]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.3248634Z [00:03:27.585]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.3249273Z [00:03:27.585]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.3250067Z [00:03:27.585]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.3250638Z [00:03:27.585]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.3251401Z [00:03:27.585]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.3251839Z [00:03:27.585]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.3252269Z [00:03:27.585]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.3252694Z [00:03:27.585]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.3253010Z [00:03:27.585]➜  EOF
2025-08-20T23:01:05.3256483Z [00:03:27.585]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2625/_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/b2625=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex -lang=go1.22 -complete -installsuffix shared -buildid v9z984sYHnvGtM_sWs81/v9z984sYHnvGtM_sWs81 -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/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:01:05.3271601Z [00:03:27.588]➜  go tool buildid -w $WORK/b2622/_pkg_.a # internal
2025-08-20T23:01:05.3285319Z [00:03:27.589]➜  cp $WORK/b2622/_pkg_.a /root/.cache/go-build/af/afb88c9ebb54a28d58340c52ba052e122738c3d42a6280b13eded61f75bd4e31-d # internal
2025-08-20T23:01:05.3296458Z [00:03:27.590]➜  github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex
2025-08-20T23:01:05.3296957Z [00:03:27.590]➜  mkdir -p $WORK/b2626/
2025-08-20T23:01:05.3297339Z [00:03:27.590]➜  cat >/tmp/go-build2180205415/b2626/importcfg << 'EOF' # internal
2025-08-20T23:01:05.3297692Z [00:03:27.590]➜  # import config
2025-08-20T23:01:05.3298038Z [00:03:27.590]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.3298500Z [00:03:27.590]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.3298948Z [00:03:27.590]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.3299359Z [00:03:27.590]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.3299985Z [00:03:27.590]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.3300778Z [00:03:27.590]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.3301342Z [00:03:27.590]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.3302017Z [00:03:27.590]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.3302531Z [00:03:27.590]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.3302954Z [00:03:27.590]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.3303385Z [00:03:27.590]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.3303704Z [00:03:27.590]➜  EOF
2025-08-20T23:01:05.3307131Z [00:03:27.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2626/_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/b2626=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex -lang=go1.22 -complete -installsuffix shared -buildid eu2ewB73X_zs9jfXM0fq/eu2ewB73X_zs9jfXM0fq -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/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:01:05.3419329Z [00:03:27.601]➜  go tool buildid -w $WORK/b2619/_pkg_.a # internal
2025-08-20T23:01:05.3434564Z [00:03:27.604]➜  cp $WORK/b2619/_pkg_.a /root/.cache/go-build/7e/7eb2f2b1430a683a360eff990417331cbf810f07c7c8d462ee07af4952ec1eb5-d # internal
2025-08-20T23:01:05.3441055Z [00:03:27.605]➜  github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices
2025-08-20T23:01:05.3441540Z [00:03:27.605]➜  mkdir -p $WORK/b2627/
2025-08-20T23:01:05.3453050Z [00:03:27.606]➜  cat >/tmp/go-build2180205415/b2627/importcfg << 'EOF' # internal
2025-08-20T23:01:05.3457260Z [00:03:27.607]➜  # import config
2025-08-20T23:01:05.3457647Z [00:03:27.607]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.3458125Z [00:03:27.607]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.3458573Z [00:03:27.607]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.3458987Z [00:03:27.607]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.3459625Z [00:03:27.607]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.3460731Z [00:03:27.607]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.3461296Z [00:03:27.607]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.3461822Z [00:03:27.607]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.3462313Z [00:03:27.607]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.3462738Z [00:03:27.607]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.3463167Z [00:03:27.607]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.3463481Z [00:03:27.607]➜  EOF
2025-08-20T23:01:05.3466883Z [00:03:27.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2627/_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/b2627=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices -lang=go1.22 -complete -installsuffix shared -buildid LIq2IttuxsQ__avYd9YD/LIq2IttuxsQ__avYd9YD -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/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:01:05.3604376Z [00:03:27.621]➜  go tool buildid -w $WORK/b2624/_pkg_.a # internal
2025-08-20T23:01:05.3615900Z [00:03:27.622]➜  cp $WORK/b2624/_pkg_.a /root/.cache/go-build/bb/bb9f135bdd5949db3f5cdc7e5f3f3e794b1258ddfd795514909357073faf161e-d # internal
2025-08-20T23:01:05.3622587Z [00:03:27.623]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy
2025-08-20T23:01:05.3623034Z [00:03:27.623]➜  mkdir -p $WORK/b2628/
2025-08-20T23:01:05.3626217Z [00:03:27.624]➜  cat >/tmp/go-build2180205415/b2628/importcfg << 'EOF' # internal
2025-08-20T23:01:05.3627245Z [00:03:27.624]➜  # import config
2025-08-20T23:01:05.3628218Z [00:03:27.624]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.3630416Z [00:03:27.624]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.3631195Z [00:03:27.624]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.3631989Z [00:03:27.624]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.3632946Z [00:03:27.624]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.3633988Z [00:03:27.624]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.3635079Z [00:03:27.624]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.3635618Z [00:03:27.624]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.3637130Z [00:03:27.624]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.3637579Z [00:03:27.624]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.3638021Z [00:03:27.624]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.3638334Z [00:03:27.624]➜  EOF
2025-08-20T23:01:05.3641174Z [00:03:27.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2628/_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/b2628=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy -lang=go1.22 -complete -installsuffix shared -buildid 4q2fkZL_vNKGjmX9dk_U/4q2fkZL_vNKGjmX9dk_U -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/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:01:05.3943954Z [00:03:27.655]➜  go tool buildid -w $WORK/b2626/_pkg_.a # internal
2025-08-20T23:01:05.3957394Z [00:03:27.657]➜  go tool buildid -w $WORK/b2625/_pkg_.a # internal
2025-08-20T23:01:05.3968083Z [00:03:27.658]➜  cp $WORK/b2625/_pkg_.a /root/.cache/go-build/31/317acce062e8eb70b40a4568207c659c5406b306ef025f36c8618f238cb07036-d # internal
2025-08-20T23:01:05.3970230Z [00:03:27.658]➜  cp $WORK/b2626/_pkg_.a /root/.cache/go-build/1f/1f4a02ddfe715416f6ebdb59a7126f88a89048dfe10e9ec2d47304f23e487926-d # internal
2025-08-20T23:01:05.3971580Z [00:03:27.658]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy
2025-08-20T23:01:05.3972274Z [00:03:27.658]➜  mkdir -p $WORK/b2629/
2025-08-20T23:01:05.3974647Z [00:03:27.659]➜  cat >/tmp/go-build2180205415/b2629/importcfg << 'EOF' # internal
2025-08-20T23:01:05.3977348Z [00:03:27.659]➜  # import config
2025-08-20T23:01:05.3978042Z [00:03:27.659]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.3978766Z [00:03:27.659]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.3979922Z [00:03:27.659]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.3980539Z [00:03:27.659]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.3981635Z [00:03:27.659]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.3982840Z [00:03:27.659]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.3984920Z [00:03:27.659]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.3986023Z [00:03:27.659]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.3986757Z [00:03:27.659]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.3987457Z [00:03:27.659]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.3988395Z [00:03:27.659]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.3989014Z [00:03:27.659]➜  EOF
2025-08-20T23:01:05.3992163Z [00:03:27.659]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2629/_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/b2629=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy -lang=go1.22 -complete -installsuffix shared -buildid HMPjm8ychh785ajoJd0x/HMPjm8ychh785ajoJd0x -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/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:01:05.3995348Z [00:03:27.659]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy
2025-08-20T23:01:05.3995924Z [00:03:27.659]➜  mkdir -p $WORK/b2630/
2025-08-20T23:01:05.4006728Z [00:03:27.659]➜  cat >/tmp/go-build2180205415/b2630/importcfg << 'EOF' # internal
2025-08-20T23:01:05.4007302Z [00:03:27.659]➜  # import config
2025-08-20T23:01:05.4007804Z [00:03:27.659]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.4008741Z [00:03:27.659]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.4009828Z [00:03:27.659]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.4010522Z [00:03:27.659]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.4012007Z [00:03:27.659]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.4013140Z [00:03:27.659]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.4013715Z [00:03:27.659]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.4014136Z [00:03:27.659]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.4014680Z [00:03:27.659]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.4015227Z [00:03:27.659]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.4015666Z [00:03:27.659]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.4016269Z [00:03:27.659]➜  EOF
2025-08-20T23:01:05.4019069Z [00:03:27.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2630/_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/b2630=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy -lang=go1.22 -complete -installsuffix shared -buildid IklsFMz8NYSHFhfK92Ey/IklsFMz8NYSHFhfK92Ey -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/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:01:05.4143806Z [00:03:27.675]➜  go tool buildid -w $WORK/b2627/_pkg_.a # internal
2025-08-20T23:01:05.4155019Z [00:03:27.677]➜  cp $WORK/b2627/_pkg_.a /root/.cache/go-build/19/19398c1b52953e17b0ad4ee3c1789ce42c05bc924dd0f72fd6de2ce1f3c15122-d # internal
2025-08-20T23:01:05.4161257Z [00:03:27.677]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy
2025-08-20T23:01:05.4166180Z [00:03:27.677]➜  mkdir -p $WORK/b2631/
2025-08-20T23:01:05.4170077Z [00:03:27.678]➜  cat >/tmp/go-build2180205415/b2631/importcfg << 'EOF' # internal
2025-08-20T23:01:05.4170474Z [00:03:27.678]➜  # import config
2025-08-20T23:01:05.4170815Z [00:03:27.678]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.4171245Z [00:03:27.678]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.4171700Z [00:03:27.678]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.4172154Z [00:03:27.678]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.4172571Z [00:03:27.678]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.4173212Z [00:03:27.678]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.4174004Z [00:03:27.678]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.4174568Z [00:03:27.678]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.4175271Z [00:03:27.678]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.4175716Z [00:03:27.678]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.4178563Z [00:03:27.678]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.4179001Z [00:03:27.678]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.4179329Z [00:03:27.678]➜  EOF
2025-08-20T23:01:05.4182498Z [00:03:27.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2631/_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/b2631=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy -lang=go1.22 -complete -installsuffix shared -buildid alMjpwcbTRUWdPwj-5Ox/alMjpwcbTRUWdPwj-5Ox -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/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:01:05.4251949Z [00:03:27.686]➜  go tool buildid -w $WORK/b2628/_pkg_.a # internal
2025-08-20T23:01:05.4261243Z [00:03:27.687]➜  cp $WORK/b2628/_pkg_.a /root/.cache/go-build/fb/fb3f3c7d02bb3d1f8adfac8d9034c1fcd4bf43822d05e6f29c9a5dcca221c01c-d # internal
2025-08-20T23:01:05.4262038Z [00:03:27.687]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats
2025-08-20T23:01:05.4262430Z [00:03:27.687]➜  mkdir -p $WORK/b2632/
2025-08-20T23:01:05.4264223Z [00:03:27.687]➜  cat >/tmp/go-build2180205415/b2632/importcfg << 'EOF' # internal
2025-08-20T23:01:05.4264863Z [00:03:27.688]➜  # import config
2025-08-20T23:01:05.4265423Z [00:03:27.688]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.4267115Z [00:03:27.688]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.4267853Z [00:03:27.688]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.4268849Z [00:03:27.688]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.4270066Z [00:03:27.688]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.4270946Z [00:03:27.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.4272163Z [00:03:27.688]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.4273569Z [00:03:27.688]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.4274008Z [00:03:27.688]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.4274435Z [00:03:27.688]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.4274870Z [00:03:27.688]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.4275188Z [00:03:27.688]➜  EOF
2025-08-20T23:01:05.4278069Z [00:03:27.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2632/_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/b2632=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats -lang=go1.22 -complete -installsuffix shared -buildid lH39MFKg3pwIuatAh3vC/lH39MFKg3pwIuatAh3vC -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/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/stats/stats.go
2025-08-20T23:01:05.4610254Z [00:03:27.722]➜  go tool buildid -w $WORK/b2630/_pkg_.a # internal
2025-08-20T23:01:05.4615911Z [00:03:27.723]➜  cp $WORK/b2630/_pkg_.a /root/.cache/go-build/f4/f4876365570282596d372d463706c5a6866de304f302278986d3c0107f8a3eae-d # internal
2025-08-20T23:01:05.4688317Z [00:03:27.730]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete
2025-08-20T23:01:05.4688804Z [00:03:27.730]➜  mkdir -p $WORK/b2633/
2025-08-20T23:01:05.4692395Z [00:03:27.730]➜  cat >/tmp/go-build2180205415/b2633/importcfg << 'EOF' # internal
2025-08-20T23:01:05.4696797Z [00:03:27.730]➜  # import config
2025-08-20T23:01:05.4697166Z [00:03:27.730]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.4697637Z [00:03:27.730]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.4698096Z [00:03:27.730]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.4698511Z [00:03:27.730]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.4699140Z [00:03:27.730]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.4699944Z [00:03:27.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.4700806Z [00:03:27.730]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.4701228Z [00:03:27.730]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.4701778Z [00:03:27.730]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.4702275Z [00:03:27.730]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.4702706Z [00:03:27.730]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.4703029Z [00:03:27.730]➜  EOF
2025-08-20T23:01:05.4707056Z [00:03:27.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2633/_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/b2633=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete -lang=go1.22 -complete -installsuffix shared -buildid m7ImW1S6EvKpXiF6Yhoc/m7ImW1S6EvKpXiF6Yhoc -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/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:01:05.4750339Z [00:03:27.736]➜  go tool buildid -w $WORK/b2629/_pkg_.a # internal
2025-08-20T23:01:05.4760189Z [00:03:27.737]➜  cp $WORK/b2629/_pkg_.a /root/.cache/go-build/08/08ced819cb18d095a366487ae8f9d95e2db2297220de2e88eb7c755825881730-d # internal
2025-08-20T23:01:05.4780987Z [00:03:27.739]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/get
2025-08-20T23:01:05.4784336Z [00:03:27.739]➜  mkdir -p $WORK/b2634/
2025-08-20T23:01:05.4790260Z [00:03:27.740]➜  cat >/tmp/go-build2180205415/b2634/importcfg << 'EOF' # internal
2025-08-20T23:01:05.4792272Z [00:03:27.740]➜  # import config
2025-08-20T23:01:05.4794983Z [00:03:27.740]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.4795970Z [00:03:27.740]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.4797948Z [00:03:27.740]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.4799623Z [00:03:27.740]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.4800944Z [00:03:27.740]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.4802317Z [00:03:27.740]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.4803396Z [00:03:27.740]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.4804321Z [00:03:27.740]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.4806273Z [00:03:27.740]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.4807257Z [00:03:27.740]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.4808885Z [00:03:27.740]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.4809237Z [00:03:27.740]➜  EOF
2025-08-20T23:01:05.4811824Z [00:03:27.740]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2634/_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/b2634=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/get -lang=go1.22 -complete -installsuffix shared -buildid mLBnl1pfLkr8SNnQsoBv/mLBnl1pfLkr8SNnQsoBv -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/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:01:05.4815951Z [00:03:27.743]➜  go tool buildid -w $WORK/b2632/_pkg_.a # internal
2025-08-20T23:01:05.4820097Z [00:03:27.743]➜  cp $WORK/b2632/_pkg_.a /root/.cache/go-build/4b/4b4389a3145f1fcad6a52627dcbffd5b4999445cb499a9511e8aad2562c537d3-d # internal
2025-08-20T23:01:05.4841541Z [00:03:27.745]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus
2025-08-20T23:01:05.4842056Z [00:03:27.745]➜  mkdir -p $WORK/b2635/
2025-08-20T23:01:05.4842656Z [00:03:27.745]➜  cat >/tmp/go-build2180205415/b2635/importcfg << 'EOF' # internal
2025-08-20T23:01:05.4843059Z [00:03:27.745]➜  # import config
2025-08-20T23:01:05.4843408Z [00:03:27.745]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.4843869Z [00:03:27.745]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.4844491Z [00:03:27.745]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.4844919Z [00:03:27.745]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.4845558Z [00:03:27.745]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.4846482Z [00:03:27.745]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.4847061Z [00:03:27.745]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.4847489Z [00:03:27.745]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.4847918Z [00:03:27.745]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.4848343Z [00:03:27.745]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.4848932Z [00:03:27.745]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.4849298Z [00:03:27.745]➜  EOF
2025-08-20T23:01:05.4851994Z [00:03:27.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2635/_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/b2635=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus -lang=go1.22 -complete -installsuffix shared -buildid 88i14Ampymq6Hkb_77zt/88i14Ampymq6Hkb_77zt -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/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:01:05.4922993Z [00:03:27.753]➜  go tool buildid -w $WORK/b2631/_pkg_.a # internal
2025-08-20T23:01:05.4938695Z [00:03:27.755]➜  cp $WORK/b2631/_pkg_.a /root/.cache/go-build/1e/1ef91c01cdbee5ba1f5254d737b2b1bab0532240f1cb4162c551c31978813367-d # internal
2025-08-20T23:01:05.4941882Z [00:03:27.755]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/search
2025-08-20T23:01:05.4960637Z [00:03:27.757]➜  mkdir -p $WORK/b2636/
2025-08-20T23:01:05.4961616Z [00:03:27.757]➜  cat >/tmp/go-build2180205415/b2636/importcfg << 'EOF' # internal
2025-08-20T23:01:05.4961995Z [00:03:27.757]➜  # import config
2025-08-20T23:01:05.4962339Z [00:03:27.757]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.4962851Z [00:03:27.757]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.4963316Z [00:03:27.757]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.4963771Z [00:03:27.757]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.4964187Z [00:03:27.757]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.4964824Z [00:03:27.757]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.4965629Z [00:03:27.757]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.4967874Z [00:03:27.757]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:05.4977823Z [00:03:27.757]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition=/tmp/go-build2180205415/b2637/_pkg_.a
2025-08-20T23:01:05.4978499Z [00:03:27.757]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.4979187Z [00:03:27.757]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.4979693Z [00:03:27.757]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.4980120Z [00:03:27.757]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.4980553Z [00:03:27.757]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.4980869Z [00:03:27.757]➜  EOF
2025-08-20T23:01:05.4983867Z [00:03:27.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2636/_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/b2636=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/search -lang=go1.22 -complete -installsuffix shared -buildid 98oVg2NFYNDtjnU7t5fk/98oVg2NFYNDtjnU7t5fk -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/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:01:05.5390176Z [00:03:27.800]➜  go tool buildid -w $WORK/b2633/_pkg_.a # internal
2025-08-20T23:01:05.5404131Z [00:03:27.801]➜  go tool buildid -w $WORK/b2635/_pkg_.a # internal
2025-08-20T23:01:05.5404841Z [00:03:27.802]➜  cp $WORK/b2633/_pkg_.a /root/.cache/go-build/d3/d38c00b2afe180d8565c778613561b61d4a544db2937d95d72c325a41277bdb0-d # internal
2025-08-20T23:01:05.5407087Z [00:03:27.802]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/query
2025-08-20T23:01:05.5409340Z [00:03:27.802]➜  mkdir -p $WORK/b2639/
2025-08-20T23:01:05.5412222Z [00:03:27.802]➜  cp $WORK/b2635/_pkg_.a /root/.cache/go-build/d5/d53bbf0a9c552dc24321937b63c2562ff334ffb5acdb66b2f3273b531a901a36-d # internal
2025-08-20T23:01:05.5414320Z [00:03:27.803]➜  go tool buildid -w $WORK/b2634/_pkg_.a # internal
2025-08-20T23:01:05.5416651Z [00:03:27.803]➜  github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures
2025-08-20T23:01:05.5418521Z [00:03:27.803]➜  mkdir -p $WORK/b2641/
2025-08-20T23:01:05.5422193Z [00:03:27.803]➜  cat >/tmp/go-build2180205415/b2641/importcfg << 'EOF' # internal
2025-08-20T23:01:05.5422855Z [00:03:27.803]➜  # import config
2025-08-20T23:01:05.5423335Z [00:03:27.803]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.5423794Z [00:03:27.803]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.5424588Z [00:03:27.803]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.5425011Z [00:03:27.803]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.5425639Z [00:03:27.803]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.5426690Z [00:03:27.803]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.5427269Z [00:03:27.803]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.5427688Z [00:03:27.803]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.5428128Z [00:03:27.803]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.5428558Z [00:03:27.803]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.5428986Z [00:03:27.803]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.5429307Z [00:03:27.803]➜  EOF
2025-08-20T23:01:05.5432331Z [00:03:27.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2641/_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/b2641=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures -lang=go1.22 -complete -installsuffix shared -buildid 8QRCF-Apxk7meNdtIE2y/8QRCF-Apxk7meNdtIE2y -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/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:01:05.5435335Z [00:03:27.804]➜  cp $WORK/b2634/_pkg_.a /root/.cache/go-build/ee/ee058800b7e96235d10157d6820e371fdbf82b2bd705294df561040de3dcecb4-d # internal
2025-08-20T23:01:05.5436174Z [00:03:27.804]➜  github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures
2025-08-20T23:01:05.5436584Z [00:03:27.804]➜  mkdir -p $WORK/b2642/
2025-08-20T23:01:05.5436957Z [00:03:27.804]➜  cat >/tmp/go-build2180205415/b2639/importcfg << 'EOF' # internal
2025-08-20T23:01:05.5437304Z [00:03:27.804]➜  # import config
2025-08-20T23:01:05.5437639Z [00:03:27.804]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.5438068Z [00:03:27.804]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.5438518Z [00:03:27.804]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.5438961Z [00:03:27.804]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.5439518Z [00:03:27.804]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.5440216Z [00:03:27.804]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.5441011Z [00:03:27.804]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.5441854Z [00:03:27.804]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat=/tmp/go-build2180205415/b2640/_pkg_.a
2025-08-20T23:01:05.5442484Z [00:03:27.804]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.5442901Z [00:03:27.804]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.5443336Z [00:03:27.804]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.5443762Z [00:03:27.804]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.5444194Z [00:03:27.804]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.5444509Z [00:03:27.804]➜  EOF
2025-08-20T23:01:05.5444852Z [00:03:27.805]➜  cat >/tmp/go-build2180205415/b2642/importcfg << 'EOF' # internal
2025-08-20T23:01:05.5445190Z [00:03:27.805]➜  # import config
2025-08-20T23:01:05.5456204Z [00:03:27.805]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.5456916Z [00:03:27.805]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.5457371Z [00:03:27.805]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.5457786Z [00:03:27.805]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.5458710Z [00:03:27.805]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.5459574Z [00:03:27.805]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.5460145Z [00:03:27.805]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.5460563Z [00:03:27.805]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.5460992Z [00:03:27.805]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.5461421Z [00:03:27.805]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.5462003Z [00:03:27.805]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.5462319Z [00:03:27.805]➜  EOF
2025-08-20T23:01:05.5465620Z [00:03:27.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2639/_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/b2639=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/query -lang=go1.22 -complete -installsuffix shared -buildid S_5MoggKyEC6Vaqfb_27/S_5MoggKyEC6Vaqfb_27 -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/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:01:05.5471496Z [00:03:27.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2642/_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/b2642=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures -lang=go1.22 -complete -installsuffix shared -buildid 6Hd3GpPKs4k_XsQKgRlG/6Hd3GpPKs4k_XsQKgRlG -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/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:01:05.6015493Z [00:03:27.862]➜  go tool buildid -w $WORK/b2642/_pkg_.a # internal
2025-08-20T23:01:05.6028476Z [00:03:27.864]➜  cp $WORK/b2642/_pkg_.a /root/.cache/go-build/8d/8d2c3c0b8c91f9ea0bb70ea501b75ff7e33ffe2b2588e3f9319ca072a904148d-d # internal
2025-08-20T23:01:05.6033017Z [00:03:27.864]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints
2025-08-20T23:01:05.6034032Z [00:03:27.865]➜  mkdir -p $WORK/b2643/
2025-08-20T23:01:05.6040877Z [00:03:27.865]➜  cat >/tmp/go-build2180205415/b2643/importcfg << 'EOF' # internal
2025-08-20T23:01:05.6041313Z [00:03:27.865]➜  # import config
2025-08-20T23:01:05.6041670Z [00:03:27.865]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.6042131Z [00:03:27.865]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.6042587Z [00:03:27.865]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.6043001Z [00:03:27.865]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.6043631Z [00:03:27.865]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.6044929Z [00:03:27.865]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.6045547Z [00:03:27.865]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.6046207Z [00:03:27.865]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.6046842Z [00:03:27.865]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.6047342Z [00:03:27.865]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.6047767Z [00:03:27.865]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.6048091Z [00:03:27.865]➜  EOF
2025-08-20T23:01:05.6051090Z [00:03:27.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2643/_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/b2643=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints -lang=go1.22 -complete -installsuffix shared -buildid jlV7gt-jB4orwaZxZKqW/jlV7gt-jB4orwaZxZKqW -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/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:01:05.6067406Z [00:03:27.867]➜  go tool buildid -w $WORK/b2641/_pkg_.a # internal
2025-08-20T23:01:05.6076707Z [00:03:27.869]➜  cp $WORK/b2641/_pkg_.a /root/.cache/go-build/5c/5c2b569276e67ef4a2bd7c684a861873e5bc22af1062a1bf7e2c1295c697a440-d # internal
2025-08-20T23:01:05.6097047Z [00:03:27.869]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch
2025-08-20T23:01:05.6097509Z [00:03:27.869]➜  mkdir -p $WORK/b2644/
2025-08-20T23:01:05.6097918Z [00:03:27.870]➜  cat >/tmp/go-build2180205415/b2644/importcfg << 'EOF' # internal
2025-08-20T23:01:05.6098286Z [00:03:27.870]➜  # import config
2025-08-20T23:01:05.6098626Z [00:03:27.870]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.6099051Z [00:03:27.870]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.6099502Z [00:03:27.870]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.6099951Z [00:03:27.870]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.6100363Z [00:03:27.870]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.6101378Z [00:03:27.870]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.6102248Z [00:03:27.870]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.6103105Z [00:03:27.870]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:05.6104033Z [00:03:27.870]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2180205415/b2441/_pkg_.a
2025-08-20T23:01:05.6104658Z [00:03:27.870]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.6105083Z [00:03:27.870]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.6105512Z [00:03:27.870]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.6106419Z [00:03:27.870]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.6106867Z [00:03:27.870]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.6107181Z [00:03:27.870]➜  EOF
2025-08-20T23:01:05.6110470Z [00:03:27.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2644/_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/b2644=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch -lang=go1.22 -complete -installsuffix shared -buildid lojx7aKr-WThgtgDX-qd/lojx7aKr-WThgtgDX-qd -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/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:01:05.6126687Z [00:03:27.874]➜  go tool buildid -w $WORK/b2639/_pkg_.a # internal
2025-08-20T23:01:05.6144314Z [00:03:27.875]➜  cp $WORK/b2639/_pkg_.a /root/.cache/go-build/06/06a8cc83b0e81a20ed7113c65f09ff08775f786177b26e428172fa9306354826-d # internal
2025-08-20T23:01:05.6154373Z [00:03:27.876]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search
2025-08-20T23:01:05.6155294Z [00:03:27.876]➜  mkdir -p $WORK/b2646/
2025-08-20T23:01:05.6156996Z [00:03:27.876]➜  cat >/tmp/go-build2180205415/b2646/importcfg << 'EOF' # internal
2025-08-20T23:01:05.6157361Z [00:03:27.876]➜  # import config
2025-08-20T23:01:05.6157699Z [00:03:27.876]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.6158123Z [00:03:27.876]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.6158583Z [00:03:27.876]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.6159026Z [00:03:27.876]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.6159444Z [00:03:27.876]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.6160075Z [00:03:27.876]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.6160869Z [00:03:27.876]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.6161750Z [00:03:27.876]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:05.6162663Z [00:03:27.876]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2180205415/b2415/_pkg_.a
2025-08-20T23:01:05.6163552Z [00:03:27.876]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2180205415/b2441/_pkg_.a
2025-08-20T23:01:05.6164454Z [00:03:27.876]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build2180205415/b2458/_pkg_.a
2025-08-20T23:01:05.6165401Z [00:03:27.876]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.6166115Z [00:03:27.876]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.6166620Z [00:03:27.876]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.6167054Z [00:03:27.876]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.6167485Z [00:03:27.876]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.6167796Z [00:03:27.876]➜  EOF
2025-08-20T23:01:05.6170854Z [00:03:27.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2646/_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/b2646=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search -lang=go1.22 -complete -installsuffix shared -buildid -PBdImJJ56eXN83777Ic/-PBdImJJ56eXN83777Ic -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/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:01:05.6176804Z [00:03:27.879]➜  go tool buildid -w $WORK/b2636/_pkg_.a # internal
2025-08-20T23:01:05.6183650Z [00:03:27.879]➜  cp $WORK/b2636/_pkg_.a /root/.cache/go-build/d4/d4b565ed8403f3c65c2d8a683c7102862b6bb6c6227f760db87cecc028985cec-d # internal
2025-08-20T23:01:05.6195725Z [00:03:27.880]➜  github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore
2025-08-20T23:01:05.6196740Z [00:03:27.880]➜  mkdir -p $WORK/b2647/
2025-08-20T23:01:05.6197200Z [00:03:27.880]➜  cat >/tmp/go-build2180205415/b2647/importcfg << 'EOF' # internal
2025-08-20T23:01:05.6197553Z [00:03:27.881]➜  # import config
2025-08-20T23:01:05.6197900Z [00:03:27.881]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.6198323Z [00:03:27.881]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.6198777Z [00:03:27.881]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.6199242Z [00:03:27.881]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.6199886Z [00:03:27.881]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.6200513Z [00:03:27.881]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.6201297Z [00:03:27.881]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.6201865Z [00:03:27.881]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.6202282Z [00:03:27.881]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.6207051Z [00:03:27.881]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.6207579Z [00:03:27.881]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.6208009Z [00:03:27.881]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.6208323Z [00:03:27.881]➜  EOF
2025-08-20T23:01:05.6211396Z [00:03:27.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2647/_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/b2647=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore -lang=go1.22 -complete -installsuffix shared -buildid 8WsZSq9mobwhf5Z1gBFr/8WsZSq9mobwhf5Z1gBFr -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/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:01:05.6762309Z [00:03:27.937]➜  go tool buildid -w $WORK/b2643/_pkg_.a # internal
2025-08-20T23:01:05.6771774Z [00:03:27.938]➜  cp $WORK/b2643/_pkg_.a /root/.cache/go-build/54/546d471756f858caa5284a63371413259174696e69e8ce757f3af0dc620a67cc-d # internal
2025-08-20T23:01:05.6811473Z [00:03:27.942]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle
2025-08-20T23:01:05.6812117Z [00:03:27.942]➜  mkdir -p $WORK/b2648/
2025-08-20T23:01:05.6813436Z [00:03:27.942]➜  cat >/tmp/go-build2180205415/b2648/importcfg << 'EOF' # internal
2025-08-20T23:01:05.6814538Z [00:03:27.942]➜  # import config
2025-08-20T23:01:05.6814926Z [00:03:27.942]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.6815388Z [00:03:27.942]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.6815964Z [00:03:27.942]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.6816441Z [00:03:27.942]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.6817077Z [00:03:27.942]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.6817882Z [00:03:27.942]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.6818463Z [00:03:27.942]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.6818882Z [00:03:27.942]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.6819312Z [00:03:27.942]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.6819993Z [00:03:27.942]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.6820508Z [00:03:27.942]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.6820823Z [00:03:27.942]➜  EOF
2025-08-20T23:01:05.6823708Z [00:03:27.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2648/_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/b2648=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle -lang=go1.22 -complete -installsuffix shared -buildid JpscbCv8rFDc25MKWKF4/JpscbCv8rFDc25MKWKF4 -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/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:01:05.6963993Z [00:03:27.957]➜  go tool buildid -w $WORK/b2647/_pkg_.a # internal
2025-08-20T23:01:05.6976671Z [00:03:27.959]➜  cp $WORK/b2647/_pkg_.a /root/.cache/go-build/ab/ab915f794de397e164dada59355dd97cff65a691f568210c8f310a2cb223b705-d # internal
2025-08-20T23:01:05.6990324Z [00:03:27.960]➜  go tool buildid -w $WORK/b2644/_pkg_.a # internal
2025-08-20T23:01:05.7001254Z [00:03:27.961]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle
2025-08-20T23:01:05.7003790Z [00:03:27.961]➜  mkdir -p $WORK/b2649/
2025-08-20T23:01:05.7007398Z [00:03:27.962]➜  cat >/tmp/go-build2180205415/b2649/importcfg << 'EOF' # internal
2025-08-20T23:01:05.7007925Z [00:03:27.962]➜  # import config
2025-08-20T23:01:05.7008275Z [00:03:27.962]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.7008703Z [00:03:27.962]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.7009157Z [00:03:27.962]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.7009611Z [00:03:27.962]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.7010025Z [00:03:27.962]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.7010661Z [00:03:27.962]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.7011547Z [00:03:27.962]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.7015379Z [00:03:27.963]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.7016207Z [00:03:27.963]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.7016655Z [00:03:27.963]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.7017084Z [00:03:27.963]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.7017512Z [00:03:27.963]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.7017830Z [00:03:27.963]➜  EOF
2025-08-20T23:01:05.7020753Z [00:03:27.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2649/_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/b2649=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle -lang=go1.22 -complete -installsuffix shared -buildid juKDnHFzIh7o5fzkatP6/juKDnHFzIh7o5fzkatP6 -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/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:01:05.7031840Z [00:03:27.964]➜  cp $WORK/b2644/_pkg_.a /root/.cache/go-build/63/630cd4e88e64ef3791fd96ca693231f43d2c069c9744ab27c8b6de9da5a05a89-d # internal
2025-08-20T23:01:05.7032817Z [00:03:27.964]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle
2025-08-20T23:01:05.7052430Z [00:03:27.966]➜  mkdir -p $WORK/b2650/
2025-08-20T23:01:05.7060262Z [00:03:27.967]➜  cat >/tmp/go-build2180205415/b2650/importcfg << 'EOF' # internal
2025-08-20T23:01:05.7060964Z [00:03:27.967]➜  # import config
2025-08-20T23:01:05.7061427Z [00:03:27.967]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.7062758Z [00:03:27.967]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.7063233Z [00:03:27.967]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.7064005Z [00:03:27.967]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.7064646Z [00:03:27.967]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.7065439Z [00:03:27.967]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.7068081Z [00:03:27.967]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.7068513Z [00:03:27.967]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.7069104Z [00:03:27.967]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.7069648Z [00:03:27.967]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.7070083Z [00:03:27.967]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.7070401Z [00:03:27.967]➜  EOF
2025-08-20T23:01:05.7073232Z [00:03:27.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2650/_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/b2650=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle -lang=go1.22 -complete -installsuffix shared -buildid epyJQnvwfNwKMZdwE1cb/epyJQnvwfNwKMZdwE1cb -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/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:01:05.7580098Z [00:03:28.019]➜  go tool buildid -w $WORK/b2648/_pkg_.a # internal
2025-08-20T23:01:05.7588951Z [00:03:28.020]➜  cp $WORK/b2648/_pkg_.a /root/.cache/go-build/df/df705fdf1516a27b1e47f42f2b92c34a8ab90999a2f7b84416469f57600da5ca-d # internal
2025-08-20T23:01:05.7612212Z [00:03:28.022]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus
2025-08-20T23:01:05.7613241Z [00:03:28.022]➜  mkdir -p $WORK/b2651/
2025-08-20T23:01:05.7616701Z [00:03:28.023]➜  cat >/tmp/go-build2180205415/b2651/importcfg << 'EOF' # internal
2025-08-20T23:01:05.7617256Z [00:03:28.023]➜  # import config
2025-08-20T23:01:05.7618375Z [00:03:28.023]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.7619169Z [00:03:28.023]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.7620463Z [00:03:28.023]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.7620898Z [00:03:28.023]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.7621530Z [00:03:28.023]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.7622319Z [00:03:28.023]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.7623228Z [00:03:28.023]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build2180205415/b2399/_pkg_.a
2025-08-20T23:01:05.7623911Z [00:03:28.023]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.7624328Z [00:03:28.023]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.7624958Z [00:03:28.023]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.7625470Z [00:03:28.023]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.7626077Z [00:03:28.023]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.7626454Z [00:03:28.023]➜  EOF
2025-08-20T23:01:05.7629178Z [00:03:28.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2651/_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/b2651=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus -lang=go1.22 -complete -installsuffix shared -buildid L01uLipJlZK6qL91BsvO/L01uLipJlZK6qL91BsvO -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/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:01:05.7713241Z [00:03:28.032]➜  go tool buildid -w $WORK/b2650/_pkg_.a # internal
2025-08-20T23:01:05.7733534Z [00:03:28.034]➜  cp $WORK/b2650/_pkg_.a /root/.cache/go-build/d2/d2b96e8da40afd328ab33f3b9281ff3819c47a90df6baeb2813d00601db5078d-d # internal
2025-08-20T23:01:05.7742413Z [00:03:28.035]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers
2025-08-20T23:01:05.7747734Z [00:03:28.035]➜  mkdir -p $WORK/b2652/
2025-08-20T23:01:05.7749529Z [00:03:28.036]➜  cat >/tmp/go-build2180205415/b2652/importcfg << 'EOF' # internal
2025-08-20T23:01:05.7750753Z [00:03:28.036]➜  # import config
2025-08-20T23:01:05.7751551Z [00:03:28.036]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.7753458Z [00:03:28.036]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.7754006Z [00:03:28.036]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.7754480Z [00:03:28.036]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.7754899Z [00:03:28.036]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.7755546Z [00:03:28.036]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.7756522Z [00:03:28.036]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.7757086Z [00:03:28.036]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.7757836Z [00:03:28.036]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.7758277Z [00:03:28.036]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.7758704Z [00:03:28.036]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.7759131Z [00:03:28.036]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.7759445Z [00:03:28.036]➜  EOF
2025-08-20T23:01:05.7763833Z [00:03:28.037]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2652/_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/b2652=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers -lang=go1.22 -complete -installsuffix shared -buildid SVqC6VtPI35L8LYS-w8W/SVqC6VtPI35L8LYS-w8W -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/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:01:05.7802526Z [00:03:28.041]➜  go tool buildid -w $WORK/b2649/_pkg_.a # internal
2025-08-20T23:01:05.7807765Z [00:03:28.041]➜  cp $WORK/b2649/_pkg_.a /root/.cache/go-build/51/514036efb77201f7b2692c577fd635abe9dcf5373868117771795851ff8381a7-d # internal
2025-08-20T23:01:05.7810675Z [00:03:28.042]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep
2025-08-20T23:01:05.7811106Z [00:03:28.042]➜  mkdir -p $WORK/b2653/
2025-08-20T23:01:05.7811509Z [00:03:28.042]➜  cat >/tmp/go-build2180205415/b2653/importcfg << 'EOF' # internal
2025-08-20T23:01:05.7811863Z [00:03:28.042]➜  # import config
2025-08-20T23:01:05.7812206Z [00:03:28.042]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.7812644Z [00:03:28.042]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.7813385Z [00:03:28.042]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.7813829Z [00:03:28.042]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.7814242Z [00:03:28.042]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.7814882Z [00:03:28.042]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.7815952Z [00:03:28.042]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.7816648Z [00:03:28.042]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.7817068Z [00:03:28.042]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.7817502Z [00:03:28.042]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.7817935Z [00:03:28.042]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.7818368Z [00:03:28.042]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.7818681Z [00:03:28.042]➜  EOF
2025-08-20T23:01:05.7821790Z [00:03:28.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2653/_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/b2653=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep -lang=go1.22 -complete -installsuffix shared -buildid x2h4Z2fd4_3PJr66fhzm/x2h4Z2fd4_3PJr66fhzm -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/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:01:05.8200034Z [00:03:28.081]➜  go tool buildid -w $WORK/b2651/_pkg_.a # internal
2025-08-20T23:01:05.8216948Z [00:03:28.083]➜  cp $WORK/b2651/_pkg_.a /root/.cache/go-build/21/21a9cdc359cbda692646dd91b5aca9c9e3cf44444f5aad878420bcefd715c6f4-d # internal
2025-08-20T23:01:05.8260399Z [00:03:28.087]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle
2025-08-20T23:01:05.8267176Z [00:03:28.088]➜  mkdir -p $WORK/b2654/
2025-08-20T23:01:05.8277529Z [00:03:28.089]➜  cat >/tmp/go-build2180205415/b2654/importcfg << 'EOF' # internal
2025-08-20T23:01:05.8279096Z [00:03:28.089]➜  # import config
2025-08-20T23:01:05.8281114Z [00:03:28.089]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.8281867Z [00:03:28.089]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.8282564Z [00:03:28.089]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.8283556Z [00:03:28.089]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.8284246Z [00:03:28.089]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.8288448Z [00:03:28.089]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.8289901Z [00:03:28.089]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.8293018Z [00:03:28.089]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.8293840Z [00:03:28.089]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.8295114Z [00:03:28.089]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.8295549Z [00:03:28.089]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.8296180Z [00:03:28.089]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.8296516Z [00:03:28.089]➜  EOF
2025-08-20T23:01:05.8300047Z [00:03:28.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2654/_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/b2654=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle -lang=go1.22 -complete -installsuffix shared -buildid onqb2O5xk4U2p33KRNLC/onqb2O5xk4U2p33KRNLC -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/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:01:05.8528753Z [00:03:28.114]➜  go tool buildid -w $WORK/b2652/_pkg_.a # internal
2025-08-20T23:01:05.8557270Z [00:03:28.115]➜  cp $WORK/b2652/_pkg_.a /root/.cache/go-build/8e/8e77ae818b6081247226d1d3fb9ed32ce05b2baafb2d5d29c1c3f60d5a2c32e0-d # internal
2025-08-20T23:01:05.8560599Z [00:03:28.116]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy
2025-08-20T23:01:05.8561289Z [00:03:28.116]➜  mkdir -p $WORK/b2655/
2025-08-20T23:01:05.8571005Z [00:03:28.118]➜  cat >/tmp/go-build2180205415/b2655/importcfg << 'EOF' # internal
2025-08-20T23:01:05.8571660Z [00:03:28.118]➜  # import config
2025-08-20T23:01:05.8572181Z [00:03:28.118]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.8573686Z [00:03:28.118]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.8574153Z [00:03:28.118]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.8574570Z [00:03:28.118]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.8575200Z [00:03:28.118]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.8576475Z [00:03:28.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.8577046Z [00:03:28.118]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.8577468Z [00:03:28.118]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.8577906Z [00:03:28.118]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.8578334Z [00:03:28.118]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.8578768Z [00:03:28.118]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.8579082Z [00:03:28.118]➜  EOF
2025-08-20T23:01:05.8581981Z [00:03:28.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2655/_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/b2655=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy -lang=go1.22 -complete -installsuffix shared -buildid TYN_a_m87eiGIKDUhIyS/TYN_a_m87eiGIKDUhIyS -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/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:01:05.8681803Z [00:03:28.129]➜  go tool buildid -w $WORK/b2653/_pkg_.a # internal
2025-08-20T23:01:05.8695056Z [00:03:28.130]➜  cp $WORK/b2653/_pkg_.a /root/.cache/go-build/f1/f1ab5db123f963615daf4cb2ea21818f261d2890517edb02f0acee60f4efdde3-d # internal
2025-08-20T23:01:05.8702129Z [00:03:28.131]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry
2025-08-20T23:01:05.8702522Z [00:03:28.131]➜  mkdir -p $WORK/b2656/
2025-08-20T23:01:05.8702907Z [00:03:28.131]➜  cat >/tmp/go-build2180205415/b2656/importcfg << 'EOF' # internal
2025-08-20T23:01:05.8703288Z [00:03:28.131]➜  # import config
2025-08-20T23:01:05.8703636Z [00:03:28.131]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.8704089Z [00:03:28.131]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.8704532Z [00:03:28.131]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.8704953Z [00:03:28.131]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.8705599Z [00:03:28.131]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.8706806Z [00:03:28.131]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.8707441Z [00:03:28.131]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.8707859Z [00:03:28.131]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.8708296Z [00:03:28.131]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.8708725Z [00:03:28.131]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.8709153Z [00:03:28.131]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.8709466Z [00:03:28.131]➜  EOF
2025-08-20T23:01:05.8712062Z [00:03:28.131]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2656/_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/b2656=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry -lang=go1.22 -complete -installsuffix shared -buildid Pj2RIzJVXfZRO2ka2kKC/Pj2RIzJVXfZRO2ka2kKC -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/retry/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/retry/retry.go
2025-08-20T23:01:05.8998091Z [00:03:28.159]➜  go tool buildid -w $WORK/b2654/_pkg_.a # internal
2025-08-20T23:01:05.9013157Z [00:03:28.162]➜  cp $WORK/b2654/_pkg_.a /root/.cache/go-build/fe/fe985bc47a888f3a06373eb3c6a3c8f8cb3d3ac8066f6ed86b6d3a066a914f00-d # internal
2025-08-20T23:01:05.9019354Z [00:03:28.162]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start
2025-08-20T23:01:05.9019796Z [00:03:28.162]➜  mkdir -p $WORK/b2657/
2025-08-20T23:01:05.9020180Z [00:03:28.162]➜  cat >/tmp/go-build2180205415/b2657/importcfg << 'EOF' # internal
2025-08-20T23:01:05.9020534Z [00:03:28.162]➜  # import config
2025-08-20T23:01:05.9020890Z [00:03:28.162]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.9021350Z [00:03:28.162]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.9021799Z [00:03:28.162]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.9022224Z [00:03:28.162]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.9023162Z [00:03:28.162]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.9023959Z [00:03:28.162]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.9024529Z [00:03:28.162]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.9025063Z [00:03:28.162]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.9025628Z [00:03:28.162]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.9026592Z [00:03:28.162]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.9027030Z [00:03:28.162]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.9027346Z [00:03:28.162]➜  EOF
2025-08-20T23:01:05.9029957Z [00:03:28.162]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2657/_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/b2657=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start -lang=go1.22 -complete -installsuffix shared -buildid uoP2BdJqF7Ys-6eCXXij/uoP2BdJqF7Ys-6eCXXij -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/start/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/start/start.go
2025-08-20T23:01:05.9166990Z [00:03:28.175]➜  go tool buildid -w $WORK/b2646/_pkg_.a # internal
2025-08-20T23:01:05.9196379Z [00:03:28.181]➜  cp $WORK/b2646/_pkg_.a /root/.cache/go-build/4f/4fedd4dae14b47792ddaa7cefb726ad4a1febc5a92044a56839a661b501ac142-d # internal
2025-08-20T23:01:05.9218025Z [00:03:28.183]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop
2025-08-20T23:01:05.9218457Z [00:03:28.183]➜  mkdir -p $WORK/b2658/
2025-08-20T23:01:05.9218889Z [00:03:28.183]➜  cat >/tmp/go-build2180205415/b2658/importcfg << 'EOF' # internal
2025-08-20T23:01:05.9219257Z [00:03:28.183]➜  # import config
2025-08-20T23:01:05.9219600Z [00:03:28.183]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.9220054Z [00:03:28.183]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.9220508Z [00:03:28.183]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.9220923Z [00:03:28.183]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.9221560Z [00:03:28.183]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.9222351Z [00:03:28.183]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.9222917Z [00:03:28.183]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.9223633Z [00:03:28.183]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.9224076Z [00:03:28.183]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.9224501Z [00:03:28.183]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.9224925Z [00:03:28.183]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.9225252Z [00:03:28.183]➜  EOF
2025-08-20T23:01:05.9238986Z [00:03:28.184]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2658/_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/b2658=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop -lang=go1.22 -complete -installsuffix shared -buildid HUtQTGmUGBAMcMfrDUX0/HUtQTGmUGBAMcMfrDUX0 -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/stop/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/stop/stop.go
2025-08-20T23:01:05.9260474Z [00:03:28.187]➜  go tool buildid -w $WORK/b2655/_pkg_.a # internal
2025-08-20T23:01:05.9279535Z [00:03:28.189]➜  cp $WORK/b2655/_pkg_.a /root/.cache/go-build/65/650281b45883073a036ed28c9f126fe262b37762a572d7bfa9c9e6a5cc150226-d # internal
2025-08-20T23:01:05.9289490Z [00:03:28.190]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock
2025-08-20T23:01:05.9290023Z [00:03:28.190]➜  mkdir -p $WORK/b2659/
2025-08-20T23:01:05.9290414Z [00:03:28.190]➜  cat >/tmp/go-build2180205415/b2659/importcfg << 'EOF' # internal
2025-08-20T23:01:05.9290775Z [00:03:28.190]➜  # import config
2025-08-20T23:01:05.9291122Z [00:03:28.190]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.9291578Z [00:03:28.190]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.9292034Z [00:03:28.190]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.9292454Z [00:03:28.190]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.9293079Z [00:03:28.190]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.9293869Z [00:03:28.190]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.9294736Z [00:03:28.190]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:05.9295537Z [00:03:28.190]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.9296316Z [00:03:28.190]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.9296748Z [00:03:28.190]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.9297173Z [00:03:28.190]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.9297601Z [00:03:28.190]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.9297918Z [00:03:28.190]➜  EOF
2025-08-20T23:01:05.9300693Z [00:03:28.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2659/_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/b2659=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock -lang=go1.22 -complete -installsuffix shared -buildid tfufWpnUFXiYbDTGDyzJ/tfufWpnUFXiYbDTGDyzJ -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/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:01:05.9322400Z [00:03:28.193]➜  go tool buildid -w $WORK/b2656/_pkg_.a # internal
2025-08-20T23:01:05.9333303Z [00:03:28.194]➜  cp $WORK/b2656/_pkg_.a /root/.cache/go-build/88/88ef1e58ef13eabfa20631dc482993ca52bbb5d77415cafcf660fef6f3a42d8e-d # internal
2025-08-20T23:01:05.9337512Z [00:03:28.195]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze
2025-08-20T23:01:05.9337925Z [00:03:28.195]➜  mkdir -p $WORK/b2660/
2025-08-20T23:01:05.9342107Z [00:03:28.195]➜  cat >/tmp/go-build2180205415/b2660/importcfg << 'EOF' # internal
2025-08-20T23:01:05.9342550Z [00:03:28.195]➜  # import config
2025-08-20T23:01:05.9342898Z [00:03:28.195]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:05.9343328Z [00:03:28.195]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.9343785Z [00:03:28.195]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.9344231Z [00:03:28.195]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.9344639Z [00:03:28.195]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.9345273Z [00:03:28.195]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.9346494Z [00:03:28.195]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.9347064Z [00:03:28.195]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.9347582Z [00:03:28.195]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.9348085Z [00:03:28.195]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.9348516Z [00:03:28.195]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.9348952Z [00:03:28.195]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.9349268Z [00:03:28.195]➜  EOF
2025-08-20T23:01:05.9352378Z [00:03:28.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2660/_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/b2660=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze -lang=go1.22 -complete -installsuffix shared -buildid 7scAoaNYooSrE0RHUFL_/7scAoaNYooSrE0RHUFL_ -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/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:01:05.9584013Z [00:03:28.219]➜  go tool buildid -w $WORK/b2657/_pkg_.a # internal
2025-08-20T23:01:05.9593848Z [00:03:28.220]➜  cp $WORK/b2657/_pkg_.a /root/.cache/go-build/80/804cab12e7d599329cad090ceaa8a4aa9aad1473e253b9544d44b740b401fb28-d # internal
2025-08-20T23:01:05.9597329Z [00:03:28.221]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache
2025-08-20T23:01:05.9597960Z [00:03:28.221]➜  mkdir -p $WORK/b2661/
2025-08-20T23:01:05.9598470Z [00:03:28.221]➜  cat >/tmp/go-build2180205415/b2661/importcfg << 'EOF' # internal
2025-08-20T23:01:05.9598828Z [00:03:28.221]➜  # import config
2025-08-20T23:01:05.9599179Z [00:03:28.221]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:05.9599645Z [00:03:28.221]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:05.9600089Z [00:03:28.221]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:05.9600503Z [00:03:28.221]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:05.9601137Z [00:03:28.221]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:05.9601930Z [00:03:28.221]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:05.9603157Z [00:03:28.221]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:05.9603822Z [00:03:28.221]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:05.9604241Z [00:03:28.221]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:05.9604681Z [00:03:28.221]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:05.9605113Z [00:03:28.221]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:05.9605538Z [00:03:28.221]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:05.9606090Z [00:03:28.221]➜  EOF
2025-08-20T23:01:05.9609087Z [00:03:28.221]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2661/_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/b2661=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache -lang=go1.22 -complete -installsuffix shared -buildid p4SpqmlRNXxxCMW0ABYL/p4SpqmlRNXxxCMW0ABYL -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/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:01:05.9947384Z [00:03:28.254]➜  go tool buildid -w $WORK/b2658/_pkg_.a # internal
2025-08-20T23:01:05.9999588Z [00:03:28.261]➜  go tool buildid -w $WORK/b2659/_pkg_.a # internal
2025-08-20T23:01:06.0056129Z [00:03:28.267]➜  cp $WORK/b2659/_pkg_.a /root/.cache/go-build/78/78fb3d25d515e62bac60ac9b9f9d85510c848b59518844c2b9fe628e6c059451-d # internal
2025-08-20T23:01:06.0057651Z [00:03:28.267]➜  cp $WORK/b2658/_pkg_.a /root/.cache/go-build/3e/3e72e4e067aa07161e2d52c6157c6c8393834787af420e7c0d50af03d0381852-d # internal
2025-08-20T23:01:06.0064434Z [00:03:28.267]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/close
2025-08-20T23:01:06.0064868Z [00:03:28.268]➜  mkdir -p $WORK/b2663/
2025-08-20T23:01:06.0088742Z [00:03:28.268]➜  cat >/tmp/go-build2180205415/b2663/importcfg << 'EOF' # internal
2025-08-20T23:01:06.0089177Z [00:03:28.270]➜  # import config
2025-08-20T23:01:06.0089539Z [00:03:28.270]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.0090028Z [00:03:28.270]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.0090479Z [00:03:28.270]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.0091115Z [00:03:28.270]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.0092157Z [00:03:28.270]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.0093011Z [00:03:28.270]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.0093894Z [00:03:28.270]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.0094557Z [00:03:28.270]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.0094978Z [00:03:28.270]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.0095418Z [00:03:28.270]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.0095942Z [00:03:28.270]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.0096415Z [00:03:28.270]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.0096742Z [00:03:28.270]➜  EOF
2025-08-20T23:01:06.0099452Z [00:03:28.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2663/_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/b2663=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/close -lang=go1.22 -complete -installsuffix shared -buildid jILSYApETKUmjlpSpLFp/jILSYApETKUmjlpSpLFp -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/close/close.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/close/response.go
2025-08-20T23:01:06.0104062Z [00:03:28.271]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone
2025-08-20T23:01:06.0104481Z [00:03:28.271]➜  mkdir -p $WORK/b2662/
2025-08-20T23:01:06.0104879Z [00:03:28.271]➜  cat >/tmp/go-build2180205415/b2662/importcfg << 'EOF' # internal
2025-08-20T23:01:06.0105228Z [00:03:28.271]➜  # import config
2025-08-20T23:01:06.0105566Z [00:03:28.271]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.0106174Z [00:03:28.271]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.0106642Z [00:03:28.271]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.0107314Z [00:03:28.271]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.0107733Z [00:03:28.271]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.0108362Z [00:03:28.271]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.0109266Z [00:03:28.271]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.0109906Z [00:03:28.271]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.0110334Z [00:03:28.271]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.0110770Z [00:03:28.271]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.0111194Z [00:03:28.271]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.0111625Z [00:03:28.271]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.0111946Z [00:03:28.271]➜  EOF
2025-08-20T23:01:06.0115087Z [00:03:28.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2662/_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/b2662=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone -lang=go1.22 -complete -installsuffix shared -buildid hQH6yMZCFYrJAJKb5L5c/hQH6yMZCFYrJAJKb5L5c -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/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:01:06.0278318Z [00:03:28.289]➜  go tool buildid -w $WORK/b2661/_pkg_.a # internal
2025-08-20T23:01:06.0279144Z [00:03:28.289]➜  cp $WORK/b2661/_pkg_.a /root/.cache/go-build/de/de7a13826cfbc1c280667f13b5fe37f24dc77236e96c3f19f7a8babab1340084-d # internal
2025-08-20T23:01:06.0317014Z [00:03:28.293]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/create
2025-08-20T23:01:06.0317696Z [00:03:28.293]➜  mkdir -p $WORK/b2664/
2025-08-20T23:01:06.0318860Z [00:03:28.293]➜  cat >/tmp/go-build2180205415/b2664/importcfg << 'EOF' # internal
2025-08-20T23:01:06.0319860Z [00:03:28.293]➜  # import config
2025-08-20T23:01:06.0321079Z [00:03:28.293]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.0321571Z [00:03:28.293]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.0323143Z [00:03:28.293]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.0323638Z [00:03:28.293]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.0324383Z [00:03:28.293]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.0325021Z [00:03:28.293]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.0325943Z [00:03:28.293]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.0326582Z [00:03:28.293]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.0327003Z [00:03:28.293]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.0327448Z [00:03:28.293]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.0327883Z [00:03:28.293]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.0328309Z [00:03:28.293]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.0328622Z [00:03:28.293]➜  EOF
2025-08-20T23:01:06.0331857Z [00:03:28.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2664/_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/b2664=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/create -lang=go1.22 -complete -installsuffix shared -buildid czsMqHoyTo54M4woqA_3/czsMqHoyTo54M4woqA_3 -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/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:01:06.0831317Z [00:03:28.344]➜  go tool buildid -w $WORK/b2662/_pkg_.a # internal
2025-08-20T23:01:06.0848477Z [00:03:28.346]➜  cp $WORK/b2662/_pkg_.a /root/.cache/go-build/37/371981eb89c365d730f8d2456dfa997b4035840fbd09ff893f90e6bd482c13bc-d # internal
2025-08-20T23:01:06.0857403Z [00:03:28.347]➜  go tool buildid -w $WORK/b2663/_pkg_.a # internal
2025-08-20T23:01:06.0872972Z [00:03:28.348]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream
2025-08-20T23:01:06.0873628Z [00:03:28.348]➜  mkdir -p $WORK/b2665/
2025-08-20T23:01:06.0874262Z [00:03:28.348]➜  cp $WORK/b2663/_pkg_.a /root/.cache/go-build/30/30179fc236f068db7c4ba60c0f0da05faa8b6bfe6a8ede1accbf8cc35a4a5b32-d # internal
2025-08-20T23:01:06.0877202Z [00:03:28.349]➜  cat >/tmp/go-build2180205415/b2665/importcfg << 'EOF' # internal
2025-08-20T23:01:06.0877685Z [00:03:28.349]➜  # import config
2025-08-20T23:01:06.0878036Z [00:03:28.349]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.0878803Z [00:03:28.349]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.0879315Z [00:03:28.349]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.0879728Z [00:03:28.349]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.0880686Z [00:03:28.349]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.0885025Z [00:03:28.349]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.0909896Z [00:03:28.349]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.0910376Z [00:03:28.349]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.0910825Z [00:03:28.349]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.0911261Z [00:03:28.349]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.0911698Z [00:03:28.349]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.0912013Z [00:03:28.349]➜  EOF
2025-08-20T23:01:06.0915005Z [00:03:28.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2665/_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/b2665=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream -lang=go1.22 -complete -installsuffix shared -buildid Gxld-v02B6u51qtBx0L2/Gxld-v02B6u51qtBx0L2 -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/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:01:06.0918229Z [00:03:28.349]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats
2025-08-20T23:01:06.0918640Z [00:03:28.349]➜  mkdir -p $WORK/b2666/
2025-08-20T23:01:06.0919014Z [00:03:28.350]➜  cat >/tmp/go-build2180205415/b2666/importcfg << 'EOF' # internal
2025-08-20T23:01:06.0919363Z [00:03:28.350]➜  # import config
2025-08-20T23:01:06.0919708Z [00:03:28.350]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.0920409Z [00:03:28.350]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.0920859Z [00:03:28.350]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.0921272Z [00:03:28.350]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.0922010Z [00:03:28.350]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.0922907Z [00:03:28.350]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.0923780Z [00:03:28.350]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.0924432Z [00:03:28.350]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.0924857Z [00:03:28.350]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.0925298Z [00:03:28.350]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.0925726Z [00:03:28.350]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.0926624Z [00:03:28.350]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.0927137Z [00:03:28.350]➜  EOF
2025-08-20T23:01:06.0930865Z [00:03:28.350]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2666/_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/b2666=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats -lang=go1.22 -complete -installsuffix shared -buildid INap0uEEeVxViiLeWRry/INap0uEEeVxViiLeWRry -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/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:01:06.0997969Z [00:03:28.361]➜  go tool buildid -w $WORK/b2664/_pkg_.a # internal
2025-08-20T23:01:06.1014489Z [00:03:28.362]➜  cp $WORK/b2664/_pkg_.a /root/.cache/go-build/a2/a2afa55b48b06055863299481c4a3b240d3e414e2d06f4ad60c5e880e00f37ad-d # internal
2025-08-20T23:01:06.1029232Z [00:03:28.364]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete
2025-08-20T23:01:06.1031292Z [00:03:28.364]➜  mkdir -p $WORK/b2667/
2025-08-20T23:01:06.1031698Z [00:03:28.364]➜  cat >/tmp/go-build2180205415/b2667/importcfg << 'EOF' # internal
2025-08-20T23:01:06.1032053Z [00:03:28.364]➜  # import config
2025-08-20T23:01:06.1032395Z [00:03:28.364]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.1032870Z [00:03:28.364]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.1033641Z [00:03:28.364]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.1034069Z [00:03:28.364]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.1034698Z [00:03:28.364]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.1035490Z [00:03:28.364]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.1036542Z [00:03:28.364]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.1037207Z [00:03:28.364]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.1037628Z [00:03:28.364]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.1038056Z [00:03:28.364]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.1038484Z [00:03:28.364]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.1039123Z [00:03:28.364]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.1039438Z [00:03:28.364]➜  EOF
2025-08-20T23:01:06.1042255Z [00:03:28.364]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2667/_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/b2667=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete -lang=go1.22 -complete -installsuffix shared -buildid pTv56qsIvjr-gr0SbsKq/pTv56qsIvjr-gr0SbsKq -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/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/delete/response.go
2025-08-20T23:01:06.1405966Z [00:03:28.402]➜  go tool buildid -w $WORK/b2660/_pkg_.a # internal
2025-08-20T23:01:06.1424055Z [00:03:28.403]➜  cp $WORK/b2660/_pkg_.a /root/.cache/go-build/be/be3265e33bdcce060f39d690995b4baf65655f576ab2a215c9054525384056d7-d # internal
2025-08-20T23:01:06.1427254Z [00:03:28.404]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias
2025-08-20T23:01:06.1429052Z [00:03:28.404]➜  mkdir -p $WORK/b2668/
2025-08-20T23:01:06.1441504Z [00:03:28.405]➜  cat >/tmp/go-build2180205415/b2668/importcfg << 'EOF' # internal
2025-08-20T23:01:06.1441910Z [00:03:28.405]➜  # import config
2025-08-20T23:01:06.1442826Z [00:03:28.405]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.1443933Z [00:03:28.405]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.1444963Z [00:03:28.405]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.1445474Z [00:03:28.405]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.1446459Z [00:03:28.405]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.1447275Z [00:03:28.405]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.1448259Z [00:03:28.405]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.1448701Z [00:03:28.405]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.1449148Z [00:03:28.405]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.1449580Z [00:03:28.405]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.1450014Z [00:03:28.405]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.1456458Z [00:03:28.405]➜  EOF
2025-08-20T23:01:06.1459850Z [00:03:28.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2668/_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/b2668=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias -lang=go1.22 -complete -installsuffix shared -buildid A_zaMnNIpBYVTpAUgkuS/A_zaMnNIpBYVTpAUgkuS -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/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:01:06.1462575Z [00:03:28.406]➜  go tool buildid -w $WORK/b2665/_pkg_.a # internal
2025-08-20T23:01:06.1499793Z [00:03:28.411]➜  go tool buildid -w $WORK/b2666/_pkg_.a # internal
2025-08-20T23:01:06.1510652Z [00:03:28.412]➜  cp $WORK/b2666/_pkg_.a /root/.cache/go-build/3a/3a9e7f1bf83adf650dee91ea4a04b3f2ab3785f06b88473c505fb68e20f14903-d # internal
2025-08-20T23:01:06.1511593Z [00:03:28.412]➜  cp $WORK/b2665/_pkg_.a /root/.cache/go-build/ac/ac36efede35195843717935f9890ae19e16d4acfd259ee945bb5ecca6db97522-d # internal
2025-08-20T23:01:06.1547265Z [00:03:28.414]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle
2025-08-20T23:01:06.1547772Z [00:03:28.414]➜  mkdir -p $WORK/b2669/
2025-08-20T23:01:06.1548158Z [00:03:28.415]➜  cat >/tmp/go-build2180205415/b2669/importcfg << 'EOF' # internal
2025-08-20T23:01:06.1548643Z [00:03:28.415]➜  # import config
2025-08-20T23:01:06.1549033Z [00:03:28.415]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.1549496Z [00:03:28.415]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.1549951Z [00:03:28.415]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.1550366Z [00:03:28.415]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.1551000Z [00:03:28.415]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.1551798Z [00:03:28.415]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.1552662Z [00:03:28.415]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.1553310Z [00:03:28.415]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.1553736Z [00:03:28.415]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.1554166Z [00:03:28.415]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.1554596Z [00:03:28.415]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.1555369Z [00:03:28.415]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.1555983Z [00:03:28.415]➜  EOF
2025-08-20T23:01:06.1559175Z [00:03:28.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2669/_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/b2669=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle -lang=go1.22 -complete -installsuffix shared -buildid 9mvceIdaJvE4ERuhXNRF/9mvceIdaJvE4ERuhXNRF -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/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:01:06.1562007Z [00:03:28.415]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream
2025-08-20T23:01:06.1562412Z [00:03:28.415]➜  mkdir -p $WORK/b2670/
2025-08-20T23:01:06.1562783Z [00:03:28.416]➜  cat >/tmp/go-build2180205415/b2670/importcfg << 'EOF' # internal
2025-08-20T23:01:06.1563364Z [00:03:28.416]➜  # import config
2025-08-20T23:01:06.1563711Z [00:03:28.416]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.1564170Z [00:03:28.416]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.1564613Z [00:03:28.416]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.1565027Z [00:03:28.416]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.1565916Z [00:03:28.416]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.1566798Z [00:03:28.416]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.1567660Z [00:03:28.416]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.1568310Z [00:03:28.416]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.1568736Z [00:03:28.416]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.1569364Z [00:03:28.416]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.1569798Z [00:03:28.416]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.1570228Z [00:03:28.416]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.1570542Z [00:03:28.416]➜  EOF
2025-08-20T23:01:06.1573531Z [00:03:28.416]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2670/_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/b2670=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream -lang=go1.22 -complete -installsuffix shared -buildid QBjNgxJeqH-PArlCfxJc/QBjNgxJeqH-PArlCfxJc -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/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:01:06.1660731Z [00:03:28.427]➜  go tool buildid -w $WORK/b2667/_pkg_.a # internal
2025-08-20T23:01:06.1661514Z [00:03:28.427]➜  cp $WORK/b2667/_pkg_.a /root/.cache/go-build/eb/ebd9b105ffc1ed1e6a4cc2408abae27bb4d97171b584e263bf5a25829c739fb5-d # internal
2025-08-20T23:01:06.1662256Z [00:03:28.427]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate
2025-08-20T23:01:06.1662677Z [00:03:28.427]➜  mkdir -p $WORK/b2671/
2025-08-20T23:01:06.1664846Z [00:03:28.428]➜  cat >/tmp/go-build2180205415/b2671/importcfg << 'EOF' # internal
2025-08-20T23:01:06.1665270Z [00:03:28.428]➜  # import config
2025-08-20T23:01:06.1665615Z [00:03:28.428]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.1666333Z [00:03:28.428]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.1666798Z [00:03:28.428]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.1667217Z [00:03:28.428]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.1667844Z [00:03:28.428]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.1668640Z [00:03:28.428]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.1669205Z [00:03:28.428]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.1669630Z [00:03:28.428]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.1670061Z [00:03:28.428]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.1670488Z [00:03:28.428]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.1670914Z [00:03:28.428]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.1671471Z [00:03:28.428]➜  EOF
2025-08-20T23:01:06.1674773Z [00:03:28.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2671/_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/b2671=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate -lang=go1.22 -complete -installsuffix shared -buildid tjHMMgUofTotgzzI_eJA/tjHMMgUofTotgzzI_eJA -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/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:01:06.2175935Z [00:03:28.478]➜  go tool buildid -w $WORK/b2668/_pkg_.a # internal
2025-08-20T23:01:06.2199117Z [00:03:28.479]➜  cp $WORK/b2668/_pkg_.a /root/.cache/go-build/52/5234e31aba98f21c8ca4136e1ce926d52b46b682d8f43ff5b26205223caf2be0-d # internal
2025-08-20T23:01:06.2222479Z [00:03:28.480]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate
2025-08-20T23:01:06.2222992Z [00:03:28.480]➜  mkdir -p $WORK/b2672/
2025-08-20T23:01:06.2223378Z [00:03:28.480]➜  cat >/tmp/go-build2180205415/b2672/importcfg << 'EOF' # internal
2025-08-20T23:01:06.2223755Z [00:03:28.480]➜  # import config
2025-08-20T23:01:06.2224102Z [00:03:28.480]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.2224557Z [00:03:28.480]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.2225014Z [00:03:28.480]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.2225426Z [00:03:28.480]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.2226232Z [00:03:28.480]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.2227107Z [00:03:28.480]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.2227677Z [00:03:28.480]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.2228094Z [00:03:28.480]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.2228534Z [00:03:28.480]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.2228980Z [00:03:28.480]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.2229410Z [00:03:28.480]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.2230020Z [00:03:28.480]➜  EOF
2025-08-20T23:01:06.2233022Z [00:03:28.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2672/_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/b2672=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate -lang=go1.22 -complete -installsuffix shared -buildid Y2wOz0HqWQrehjSV-BeU/Y2wOz0HqWQrehjSV-BeU -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/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:01:06.2270913Z [00:03:28.488]➜  go tool buildid -w $WORK/b2670/_pkg_.a # internal
2025-08-20T23:01:06.2271469Z [00:03:28.488]➜  go tool buildid -w $WORK/b2671/_pkg_.a # internal
2025-08-20T23:01:06.2272642Z [00:03:28.488]➜  go tool buildid -w $WORK/b2669/_pkg_.a # internal
2025-08-20T23:01:06.2287117Z [00:03:28.490]➜  cp $WORK/b2669/_pkg_.a /root/.cache/go-build/c8/c8c886b2b9a87631b1f574c1a5582d2a1afcab2a9f14b5a1ab29940c6f882dd3-d # internal
2025-08-20T23:01:06.2290326Z [00:03:28.490]➜  cp $WORK/b2670/_pkg_.a /root/.cache/go-build/e7/e752e9e5931869f2ca9d188f439722093ece65cf61cd8441b7ea0951fecb9671-d # internal
2025-08-20T23:01:06.2297939Z [00:03:28.490]➜  cp $WORK/b2671/_pkg_.a /root/.cache/go-build/09/097c3ee8f254dd6a90536b7bc8eda4d24aad5dc6149368816f9a860d010e4c07-d # internal
2025-08-20T23:01:06.2298700Z [00:03:28.490]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle
2025-08-20T23:01:06.2299360Z [00:03:28.490]➜  mkdir -p $WORK/b2679/
2025-08-20T23:01:06.2299848Z [00:03:28.491]➜  cat >/tmp/go-build2180205415/b2679/importcfg << 'EOF' # internal
2025-08-20T23:01:06.2300201Z [00:03:28.491]➜  # import config
2025-08-20T23:01:06.2300571Z [00:03:28.491]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.2301027Z [00:03:28.491]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.2301480Z [00:03:28.491]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.2301905Z [00:03:28.491]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.2302758Z [00:03:28.491]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.2303551Z [00:03:28.491]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.2304115Z [00:03:28.491]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.2304544Z [00:03:28.491]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.2304974Z [00:03:28.491]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.2305512Z [00:03:28.491]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.2306203Z [00:03:28.491]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.2306527Z [00:03:28.491]➜  EOF
2025-08-20T23:01:06.2313362Z [00:03:28.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2679/_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/b2679=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle -lang=go1.22 -complete -installsuffix shared -buildid 1mBEit8_E2brI1kdMP10/1mBEit8_E2brI1kdMP10 -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/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:01:06.2318565Z [00:03:28.491]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage
2025-08-20T23:01:06.2320055Z [00:03:28.491]➜  mkdir -p $WORK/b2673/
2025-08-20T23:01:06.2320500Z [00:03:28.492]➜  cat >/tmp/go-build2180205415/b2673/importcfg << 'EOF' # internal
2025-08-20T23:01:06.2321166Z [00:03:28.492]➜  # import config
2025-08-20T23:01:06.2321525Z [00:03:28.492]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.2321981Z [00:03:28.492]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.2322428Z [00:03:28.492]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.2322848Z [00:03:28.492]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.2323476Z [00:03:28.492]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.2324264Z [00:03:28.492]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.2325122Z [00:03:28.492]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.2328063Z [00:03:28.492]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.2328694Z [00:03:28.492]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.2329138Z [00:03:28.492]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.2329572Z [00:03:28.492]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.2330007Z [00:03:28.492]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.2330536Z [00:03:28.492]➜  EOF
2025-08-20T23:01:06.2333712Z [00:03:28.492]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2673/_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/b2673=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage -lang=go1.22 -complete -installsuffix shared -buildid KUxYoF7EtcEguW5r1FmB/KUxYoF7EtcEguW5r1FmB -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/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:01:06.2336537Z [00:03:28.492]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample
2025-08-20T23:01:06.2336925Z [00:03:28.493]➜  mkdir -p $WORK/b2674/
2025-08-20T23:01:06.2337331Z [00:03:28.494]➜  cat >/tmp/go-build2180205415/b2674/importcfg << 'EOF' # internal
2025-08-20T23:01:06.2337677Z [00:03:28.494]➜  # import config
2025-08-20T23:01:06.2338012Z [00:03:28.494]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.2338549Z [00:03:28.494]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.2339076Z [00:03:28.494]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.2339523Z [00:03:28.494]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.2339947Z [00:03:28.494]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.2340576Z [00:03:28.494]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.2341361Z [00:03:28.494]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.2341931Z [00:03:28.494]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.2342352Z [00:03:28.494]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.2342787Z [00:03:28.494]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.2343215Z [00:03:28.494]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.2343643Z [00:03:28.494]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.2343953Z [00:03:28.494]➜  EOF
2025-08-20T23:01:06.2347325Z [00:03:28.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2674/_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/b2674=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample -lang=go1.22 -complete -installsuffix shared -buildid vbFTbGo2-LuQuKeBxJa2/vbFTbGo2-LuQuKeBxJa2 -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/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:01:06.2801408Z [00:03:28.541]➜  go tool buildid -w $WORK/b2672/_pkg_.a # internal
2025-08-20T23:01:06.2812459Z [00:03:28.542]➜  cp $WORK/b2672/_pkg_.a /root/.cache/go-build/79/79feaa3af9723280fc771603e8503fff7d6e14bb146ac8410f47c157503c31ba-d # internal
2025-08-20T23:01:06.2833570Z [00:03:28.544]➜  go tool buildid -w $WORK/b2679/_pkg_.a # internal
2025-08-20T23:01:06.2836167Z [00:03:28.545]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats
2025-08-20T23:01:06.2836659Z [00:03:28.545]➜  mkdir -p $WORK/b2680/
2025-08-20T23:01:06.2853143Z [00:03:28.546]➜  cat >/tmp/go-build2180205415/b2680/importcfg << 'EOF' # internal
2025-08-20T23:01:06.2854113Z [00:03:28.546]➜  # import config
2025-08-20T23:01:06.2855110Z [00:03:28.546]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.2855609Z [00:03:28.546]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.2856254Z [00:03:28.546]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.2856677Z [00:03:28.546]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.2857310Z [00:03:28.546]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.2858114Z [00:03:28.546]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.2859315Z [00:03:28.546]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.2859961Z [00:03:28.546]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.2860387Z [00:03:28.546]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.2860818Z [00:03:28.546]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.2861362Z [00:03:28.546]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.2861870Z [00:03:28.546]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.2862186Z [00:03:28.546]➜  EOF
2025-08-20T23:01:06.2865157Z [00:03:28.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2680/_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/b2680=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats -lang=go1.22 -complete -installsuffix shared -buildid oQ0MLvTuquscg5x7O8Py/oQ0MLvTuquscg5x7O8Py -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/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:01:06.2878715Z [00:03:28.546]➜  cp $WORK/b2679/_pkg_.a /root/.cache/go-build/a0/a057d20816f3623ff25a6f440e71774ae4517d796abc7985f3e0c86c21ee47b9-d # internal
2025-08-20T23:01:06.2886352Z [00:03:28.550]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush
2025-08-20T23:01:06.2886766Z [00:03:28.550]➜  mkdir -p $WORK/b2681/
2025-08-20T23:01:06.2911761Z [00:03:28.552]➜  cat >/tmp/go-build2180205415/b2681/importcfg << 'EOF' # internal
2025-08-20T23:01:06.2912333Z [00:03:28.552]➜  # import config
2025-08-20T23:01:06.2912792Z [00:03:28.552]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.2913365Z [00:03:28.552]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.2913950Z [00:03:28.552]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.2914475Z [00:03:28.552]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.2915198Z [00:03:28.552]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.2916241Z [00:03:28.552]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.2917271Z [00:03:28.552]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.2918056Z [00:03:28.552]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.2918622Z [00:03:28.552]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.2919164Z [00:03:28.552]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.2919703Z [00:03:28.552]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.2920517Z [00:03:28.552]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.2921015Z [00:03:28.552]➜  EOF
2025-08-20T23:01:06.2925372Z [00:03:28.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2681/_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/b2681=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush -lang=go1.22 -complete -installsuffix shared -buildid K7aLnIPI8cVAeHvc7VPM/K7aLnIPI8cVAeHvc7VPM -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/flush/flush.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/flush/response.go
2025-08-20T23:01:06.2991274Z [00:03:28.560]➜  go tool buildid -w $WORK/b2673/_pkg_.a # internal
2025-08-20T23:01:06.3000468Z [00:03:28.561]➜  cp $WORK/b2673/_pkg_.a /root/.cache/go-build/c8/c815ad1f23a3ba7ffa731277bc8796344225b5a1beaad06ee530dc4ae8d184fe-d # internal
2025-08-20T23:01:06.3007677Z [00:03:28.562]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge
2025-08-20T23:01:06.3008651Z [00:03:28.562]➜  mkdir -p $WORK/b2682/
2025-08-20T23:01:06.3019181Z [00:03:28.563]➜  cat >/tmp/go-build2180205415/b2682/importcfg << 'EOF' # internal
2025-08-20T23:01:06.3020093Z [00:03:28.563]➜  # import config
2025-08-20T23:01:06.3020929Z [00:03:28.563]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.3021444Z [00:03:28.563]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.3021908Z [00:03:28.563]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.3022322Z [00:03:28.563]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.3022962Z [00:03:28.563]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.3023752Z [00:03:28.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.3024613Z [00:03:28.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.3025259Z [00:03:28.563]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.3025681Z [00:03:28.563]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.3026707Z [00:03:28.563]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.3027143Z [00:03:28.563]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.3027570Z [00:03:28.563]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.3027887Z [00:03:28.563]➜  EOF
2025-08-20T23:01:06.3037543Z [00:03:28.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2682/_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/b2682=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge -lang=go1.22 -complete -installsuffix shared -buildid 7nYfto7OvzzsSHLfMHlU/7nYfto7OvzzsSHLfMHlU -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/forcemerge/forcemerge.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/forcemerge/response.go
2025-08-20T23:01:06.3054202Z [00:03:28.567]➜  go tool buildid -w $WORK/b2674/_pkg_.a # internal
2025-08-20T23:01:06.3086573Z [00:03:28.570]➜  cp $WORK/b2674/_pkg_.a /root/.cache/go-build/bc/bc89bdbdcf16c117d476e7a211651042c171ae70779d84bf6dff9d7d2d3ce35c-d # internal
2025-08-20T23:01:06.3092582Z [00:03:28.570]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/get
2025-08-20T23:01:06.3093294Z [00:03:28.570]➜  mkdir -p $WORK/b2683/
2025-08-20T23:01:06.3110389Z [00:03:28.572]➜  cat >/tmp/go-build2180205415/b2683/importcfg << 'EOF' # internal
2025-08-20T23:01:06.3111347Z [00:03:28.572]➜  # import config
2025-08-20T23:01:06.3112272Z [00:03:28.572]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.3113007Z [00:03:28.572]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.3113649Z [00:03:28.572]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.3115521Z [00:03:28.572]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.3116647Z [00:03:28.572]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.3117446Z [00:03:28.572]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.3118316Z [00:03:28.572]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.3119215Z [00:03:28.572]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature=/tmp/go-build2180205415/b2343/_pkg_.a
2025-08-20T23:01:06.3119981Z [00:03:28.572]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.3120464Z [00:03:28.572]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.3120898Z [00:03:28.572]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.3121329Z [00:03:28.572]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.3121760Z [00:03:28.572]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.3122193Z [00:03:28.572]➜  EOF
2025-08-20T23:01:06.3124875Z [00:03:28.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2683/_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/b2683=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/get -lang=go1.22 -complete -installsuffix shared -buildid 9jISHZ2Q1LpqmZNlT4T-/9jISHZ2Q1LpqmZNlT4T- -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/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/get/response.go
2025-08-20T23:01:06.3486195Z [00:03:28.609]➜  go tool buildid -w $WORK/b2680/_pkg_.a # internal
2025-08-20T23:01:06.3495735Z [00:03:28.610]➜  cp $WORK/b2680/_pkg_.a /root/.cache/go-build/f6/f64bf0c1b0cbeac84020ec3266989285bd697f210c000cc8db902d9f973209fe-d # internal
2025-08-20T23:01:06.3508490Z [00:03:28.612]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias
2025-08-20T23:01:06.3509732Z [00:03:28.612]➜  mkdir -p $WORK/b2684/
2025-08-20T23:01:06.3516693Z [00:03:28.613]➜  cat >/tmp/go-build2180205415/b2684/importcfg << 'EOF' # internal
2025-08-20T23:01:06.3520736Z [00:03:28.613]➜  # import config
2025-08-20T23:01:06.3521913Z [00:03:28.613]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.3522371Z [00:03:28.613]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.3522832Z [00:03:28.613]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.3523280Z [00:03:28.613]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.3523703Z [00:03:28.613]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.3524350Z [00:03:28.613]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.3525139Z [00:03:28.613]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.3526370Z [00:03:28.613]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.3527101Z [00:03:28.613]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.3527526Z [00:03:28.613]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.3527954Z [00:03:28.613]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.3528423Z [00:03:28.613]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.3528843Z [00:03:28.613]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.3529168Z [00:03:28.613]➜  EOF
2025-08-20T23:01:06.3532270Z [00:03:28.613]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2684/_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/b2684=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias -lang=go1.22 -complete -installsuffix shared -buildid teuQUwpoTlXVmI15tSeL/teuQUwpoTlXVmI15tSeL -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/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:01:06.3578818Z [00:03:28.619]➜  go tool buildid -w $WORK/b2681/_pkg_.a # internal
2025-08-20T23:01:06.3589340Z [00:03:28.620]➜  cp $WORK/b2681/_pkg_.a /root/.cache/go-build/2f/2f3931f0e31ec6f2845e2fc04ccdfd0449637cc1e9488a27d425497c9d80b13b-d # internal
2025-08-20T23:01:06.3622801Z [00:03:28.623]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle
2025-08-20T23:01:06.3629639Z [00:03:28.624]➜  mkdir -p $WORK/b2685/
2025-08-20T23:01:06.3637028Z [00:03:28.625]➜  cat >/tmp/go-build2180205415/b2685/importcfg << 'EOF' # internal
2025-08-20T23:01:06.3637746Z [00:03:28.625]➜  # import config
2025-08-20T23:01:06.3640108Z [00:03:28.625]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.3640859Z [00:03:28.625]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.3641539Z [00:03:28.625]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.3644048Z [00:03:28.625]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.3644688Z [00:03:28.625]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.3651583Z [00:03:28.625]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.3652547Z [00:03:28.625]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.3653202Z [00:03:28.625]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.3653634Z [00:03:28.625]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.3654065Z [00:03:28.625]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.3654488Z [00:03:28.625]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.3654917Z [00:03:28.625]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.3655232Z [00:03:28.625]➜  EOF
2025-08-20T23:01:06.3666534Z [00:03:28.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2685/_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/b2685=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle -lang=go1.22 -complete -installsuffix shared -buildid 74dlTvYHOrM4aIxXxowy/74dlTvYHOrM4aIxXxowy -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/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:01:06.3709717Z [00:03:28.632]➜  go tool buildid -w $WORK/b2682/_pkg_.a # internal
2025-08-20T23:01:06.3726755Z [00:03:28.634]➜  cp $WORK/b2682/_pkg_.a /root/.cache/go-build/0a/0ae140d852a1672c9d415cb0c6e60d269225ac13e825c499482218271eb7c4c3-d # internal
2025-08-20T23:01:06.3759188Z [00:03:28.637]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream
2025-08-20T23:01:06.3760763Z [00:03:28.637]➜  mkdir -p $WORK/b2686/
2025-08-20T23:01:06.3761177Z [00:03:28.637]➜  cat >/tmp/go-build2180205415/b2686/importcfg << 'EOF' # internal
2025-08-20T23:01:06.3761531Z [00:03:28.637]➜  # import config
2025-08-20T23:01:06.3761876Z [00:03:28.637]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.3762331Z [00:03:28.637]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.3762783Z [00:03:28.637]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.3763193Z [00:03:28.637]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.3764047Z [00:03:28.637]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.3764937Z [00:03:28.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.3766119Z [00:03:28.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.3766868Z [00:03:28.637]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.3767291Z [00:03:28.637]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.3767718Z [00:03:28.637]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.3768149Z [00:03:28.637]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.3768573Z [00:03:28.637]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.3768888Z [00:03:28.637]➜  EOF
2025-08-20T23:01:06.3771775Z [00:03:28.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2686/_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/b2686=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream -lang=go1.22 -complete -installsuffix shared -buildid j-AN7rGOgsN1zzpr5Jy-/j-AN7rGOgsN1zzpr5Jy- -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/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:01:06.3931267Z [00:03:28.654]➜  go tool buildid -w $WORK/b2683/_pkg_.a # internal
2025-08-20T23:01:06.3935706Z [00:03:28.654]➜  cp $WORK/b2683/_pkg_.a /root/.cache/go-build/74/74360b476fd60dcbe4a1f48dd170df3c0913833fb715316053639f8ef1964a40-d # internal
2025-08-20T23:01:06.3945394Z [00:03:28.655]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping
2025-08-20T23:01:06.3945960Z [00:03:28.655]➜  mkdir -p $WORK/b2687/
2025-08-20T23:01:06.3946405Z [00:03:28.655]➜  cat >/tmp/go-build2180205415/b2687/importcfg << 'EOF' # internal
2025-08-20T23:01:06.3946766Z [00:03:28.655]➜  # import config
2025-08-20T23:01:06.3947447Z [00:03:28.655]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.3947905Z [00:03:28.655]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.3948347Z [00:03:28.655]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.3948762Z [00:03:28.655]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.3949497Z [00:03:28.655]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.3950400Z [00:03:28.655]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.3951258Z [00:03:28.655]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.3951902Z [00:03:28.655]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.3952324Z [00:03:28.655]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.3952759Z [00:03:28.655]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.3953183Z [00:03:28.655]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.3954071Z [00:03:28.655]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.3954466Z [00:03:28.655]➜  EOF
2025-08-20T23:01:06.3957722Z [00:03:28.655]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2687/_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/b2687=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping -lang=go1.22 -complete -installsuffix shared -buildid CMuFH81dWWQHzpBLuDin/CMuFH81dWWQHzpBLuDin -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/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:01:06.4283967Z [00:03:28.689]➜  go tool buildid -w $WORK/b2684/_pkg_.a # internal
2025-08-20T23:01:06.4298865Z [00:03:28.691]➜  cp $WORK/b2684/_pkg_.a /root/.cache/go-build/ad/ad0dab0b0dc08433e4db947113ce614f93799715078844a750cc7f54936aaa65-d # internal
2025-08-20T23:01:06.4319543Z [00:03:28.693]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate
2025-08-20T23:01:06.4323652Z [00:03:28.693]➜  mkdir -p $WORK/b2688/
2025-08-20T23:01:06.4325381Z [00:03:28.694]➜  cat >/tmp/go-build2180205415/b2688/importcfg << 'EOF' # internal
2025-08-20T23:01:06.4335978Z [00:03:28.694]➜  # import config
2025-08-20T23:01:06.4336453Z [00:03:28.694]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.4337304Z [00:03:28.694]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.4337776Z [00:03:28.694]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.4338195Z [00:03:28.694]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.4338827Z [00:03:28.694]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.4339625Z [00:03:28.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.4340197Z [00:03:28.694]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.4340618Z [00:03:28.694]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.4341050Z [00:03:28.694]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.4341476Z [00:03:28.694]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.4341907Z [00:03:28.694]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.4342458Z [00:03:28.694]➜  EOF
2025-08-20T23:01:06.4345616Z [00:03:28.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2688/_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/b2688=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate -lang=go1.22 -complete -installsuffix shared -buildid 6VoaVVDS3im-AnLOBSoy/6VoaVVDS3im-AnLOBSoy -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/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:01:06.4375270Z [00:03:28.698]➜  go tool buildid -w $WORK/b2685/_pkg_.a # internal
2025-08-20T23:01:06.4421008Z [00:03:28.703]➜  cp $WORK/b2685/_pkg_.a /root/.cache/go-build/22/22f22cbcec53307fbf349bc1d8e75edda88060c55c617cfd74931288269cbfc6-d # internal
2025-08-20T23:01:06.4421941Z [00:03:28.703]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping
2025-08-20T23:01:06.4428512Z [00:03:28.703]➜  mkdir -p $WORK/b2689/
2025-08-20T23:01:06.4428930Z [00:03:28.703]➜  cat >/tmp/go-build2180205415/b2689/importcfg << 'EOF' # internal
2025-08-20T23:01:06.4429294Z [00:03:28.703]➜  # import config
2025-08-20T23:01:06.4429642Z [00:03:28.703]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.4430094Z [00:03:28.703]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.4430831Z [00:03:28.703]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.4431360Z [00:03:28.703]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.4431995Z [00:03:28.703]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.4432795Z [00:03:28.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.4433649Z [00:03:28.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.4434302Z [00:03:28.703]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.4434727Z [00:03:28.703]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.4435164Z [00:03:28.703]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.4435596Z [00:03:28.703]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.4436312Z [00:03:28.703]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.4436633Z [00:03:28.703]➜  EOF
2025-08-20T23:01:06.4439457Z [00:03:28.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2689/_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/b2689=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping -lang=go1.22 -complete -installsuffix shared -buildid Qt3uuYtpG84FS6_eYE9v/Qt3uuYtpG84FS6_eYE9v -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/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:01:06.4450204Z [00:03:28.706]➜  go tool buildid -w $WORK/b2686/_pkg_.a # internal
2025-08-20T23:01:06.4510431Z [00:03:28.712]➜  cp $WORK/b2686/_pkg_.a /root/.cache/go-build/de/de3cb6cc83949a6615cd0fa7ae89fe3befefa1bc93f491931ce267d9eb6ac881-d # internal
2025-08-20T23:01:06.4511228Z [00:03:28.712]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings
2025-08-20T23:01:06.4511649Z [00:03:28.712]➜  mkdir -p $WORK/b2690/
2025-08-20T23:01:06.4512336Z [00:03:28.712]➜  cat >/tmp/go-build2180205415/b2690/importcfg << 'EOF' # internal
2025-08-20T23:01:06.4512687Z [00:03:28.712]➜  # import config
2025-08-20T23:01:06.4513030Z [00:03:28.712]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.4513575Z [00:03:28.712]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.4514094Z [00:03:28.712]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.4514509Z [00:03:28.712]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.4515147Z [00:03:28.712]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.4516153Z [00:03:28.712]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.4517085Z [00:03:28.712]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.4517742Z [00:03:28.712]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.4518157Z [00:03:28.712]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.4518585Z [00:03:28.712]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.4519019Z [00:03:28.712]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.4519447Z [00:03:28.712]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.4519762Z [00:03:28.712]➜  EOF
2025-08-20T23:01:06.4522734Z [00:03:28.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2690/_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/b2690=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings -lang=go1.22 -complete -installsuffix shared -buildid 3-6Gokn_etbuwwKIvgK5/3-6Gokn_etbuwwKIvgK5 -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/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:01:06.4670613Z [00:03:28.728]➜  go tool buildid -w $WORK/b2687/_pkg_.a # internal
2025-08-20T23:01:06.4682987Z [00:03:28.729]➜  cp $WORK/b2687/_pkg_.a /root/.cache/go-build/2f/2f50868e7f91121ab29ab701d7870bdd7fad321ffa534d9916b164d8139240c5-d # internal
2025-08-20T23:01:06.4686747Z [00:03:28.730]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate
2025-08-20T23:01:06.4687181Z [00:03:28.730]➜  mkdir -p $WORK/b2691/
2025-08-20T23:01:06.4691841Z [00:03:28.730]➜  cat >/tmp/go-build2180205415/b2691/importcfg << 'EOF' # internal
2025-08-20T23:01:06.4692529Z [00:03:28.730]➜  # import config
2025-08-20T23:01:06.4692889Z [00:03:28.730]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.4693350Z [00:03:28.730]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.4693790Z [00:03:28.730]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.4694205Z [00:03:28.730]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.4694841Z [00:03:28.730]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.4695636Z [00:03:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.4696480Z [00:03:28.730]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.4696918Z [00:03:28.730]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.4697365Z [00:03:28.730]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.4698064Z [00:03:28.730]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.4698497Z [00:03:28.730]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.4698810Z [00:03:28.730]➜  EOF
2025-08-20T23:01:06.4701826Z [00:03:28.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2691/_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/b2691=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate -lang=go1.22 -complete -installsuffix shared -buildid Ei20qCl_tQVBG1-hkynv/Ei20qCl_tQVBG1-hkynv -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/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:01:06.5102402Z [00:03:28.771]➜  go tool buildid -w $WORK/b2688/_pkg_.a # internal
2025-08-20T23:01:06.5105323Z [00:03:28.772]➜  go tool buildid -w $WORK/b2689/_pkg_.a # internal
2025-08-20T23:01:06.5118746Z [00:03:28.773]➜  cp $WORK/b2689/_pkg_.a /root/.cache/go-build/f0/f059a6829332b0d8d704bd2a5a1a3b62c283bfb497bbf46168febf1f552d9658-d # internal
2025-08-20T23:01:06.5139789Z [00:03:28.775]➜  cp $WORK/b2688/_pkg_.a /root/.cache/go-build/27/278f49aacd8eddadaa3b57e1c7b5cf9fe215c29fa92249f32df4c5505c4faa07-d # internal
2025-08-20T23:01:06.5143485Z [00:03:28.775]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream
2025-08-20T23:01:06.5145491Z [00:03:28.775]➜  mkdir -p $WORK/b2692/
2025-08-20T23:01:06.5152904Z [00:03:28.776]➜  cat >/tmp/go-build2180205415/b2692/importcfg << 'EOF' # internal
2025-08-20T23:01:06.5154899Z [00:03:28.777]➜  # import config
2025-08-20T23:01:06.5155455Z [00:03:28.777]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.5156234Z [00:03:28.777]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.5157405Z [00:03:28.777]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.5158083Z [00:03:28.777]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.5158914Z [00:03:28.777]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.5167567Z [00:03:28.777]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.5168430Z [00:03:28.777]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.5169461Z [00:03:28.777]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.5170206Z [00:03:28.777]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.5171121Z [00:03:28.777]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.5172393Z [00:03:28.777]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.5172906Z [00:03:28.777]➜  EOF
2025-08-20T23:01:06.5176572Z [00:03:28.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2692/_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/b2692=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream -lang=go1.22 -complete -installsuffix shared -buildid ViP7pvIlM9VmUAFDGxp5/ViP7pvIlM9VmUAFDGxp5 -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/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:01:06.5187351Z [00:03:28.780]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream
2025-08-20T23:01:06.5192648Z [00:03:28.780]➜  mkdir -p $WORK/b2693/
2025-08-20T23:01:06.5193507Z [00:03:28.780]➜  cat >/tmp/go-build2180205415/b2693/importcfg << 'EOF' # internal
2025-08-20T23:01:06.5194806Z [00:03:28.780]➜  # import config
2025-08-20T23:01:06.5196137Z [00:03:28.780]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.5197303Z [00:03:28.780]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.5198290Z [00:03:28.780]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.5199118Z [00:03:28.780]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.5199681Z [00:03:28.780]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.5200414Z [00:03:28.780]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.5201657Z [00:03:28.780]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.5203234Z [00:03:28.780]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.5203691Z [00:03:28.780]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.5204131Z [00:03:28.780]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.5204571Z [00:03:28.780]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.5205000Z [00:03:28.780]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.5205313Z [00:03:28.780]➜  EOF
2025-08-20T23:01:06.5209049Z [00:03:28.781]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2693/_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/b2693=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream -lang=go1.22 -complete -installsuffix shared -buildid GENCy39XU848kky9Ve37/GENCy39XU848kky9Ve37 -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/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:01:06.5284546Z [00:03:28.789]➜  go tool buildid -w $WORK/b2690/_pkg_.a # internal
2025-08-20T23:01:06.5308663Z [00:03:28.792]➜  cp $WORK/b2690/_pkg_.a /root/.cache/go-build/63/63a320ebb7df5bc179cc73cde3142f9702e5427e00994f8096f8f19e0278bca4-d # internal
2025-08-20T23:01:06.5324754Z [00:03:28.793]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/open
2025-08-20T23:01:06.5326478Z [00:03:28.794]➜  mkdir -p $WORK/b2694/
2025-08-20T23:01:06.5327923Z [00:03:28.794]➜  cat >/tmp/go-build2180205415/b2694/importcfg << 'EOF' # internal
2025-08-20T23:01:06.5328305Z [00:03:28.794]➜  # import config
2025-08-20T23:01:06.5328655Z [00:03:28.794]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.5329107Z [00:03:28.794]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.5329554Z [00:03:28.794]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.5329964Z [00:03:28.794]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.5330600Z [00:03:28.794]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.5331391Z [00:03:28.794]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.5332249Z [00:03:28.794]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.5333120Z [00:03:28.794]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.5333538Z [00:03:28.794]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.5333967Z [00:03:28.794]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.5334392Z [00:03:28.794]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.5334916Z [00:03:28.794]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.5335282Z [00:03:28.794]➜  EOF
2025-08-20T23:01:06.5338262Z [00:03:28.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2694/_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/b2694=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/open -lang=go1.22 -complete -installsuffix shared -buildid V7PrlTd5TPDUBvdxD4U4/V7PrlTd5TPDUBvdxD4U4 -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/open/open.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/open/response.go
2025-08-20T23:01:06.5365035Z [00:03:28.797]➜  go tool buildid -w $WORK/b2691/_pkg_.a # internal
2025-08-20T23:01:06.5379138Z [00:03:28.799]➜  cp $WORK/b2691/_pkg_.a /root/.cache/go-build/49/49e32d4b5c14205b5143ea67084873deb9511995b66a9da4c437a9d5ed1df9f3-d # internal
2025-08-20T23:01:06.5386422Z [00:03:28.799]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream
2025-08-20T23:01:06.5387019Z [00:03:28.799]➜  mkdir -p $WORK/b2695/
2025-08-20T23:01:06.5388902Z [00:03:28.800]➜  cat >/tmp/go-build2180205415/b2695/importcfg << 'EOF' # internal
2025-08-20T23:01:06.5389705Z [00:03:28.800]➜  # import config
2025-08-20T23:01:06.5390261Z [00:03:28.800]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.5391572Z [00:03:28.800]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.5392039Z [00:03:28.800]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.5392457Z [00:03:28.800]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.5393092Z [00:03:28.800]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.5393882Z [00:03:28.800]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.5394449Z [00:03:28.800]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.5394868Z [00:03:28.800]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.5395297Z [00:03:28.800]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.5395722Z [00:03:28.800]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.5396553Z [00:03:28.800]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.5396882Z [00:03:28.800]➜  EOF
2025-08-20T23:01:06.5399885Z [00:03:28.800]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2695/_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/b2695=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream -lang=go1.22 -complete -installsuffix shared -buildid 1mEG6-w8OLjuzIFNQiBt/1mEG6-w8OLjuzIFNQiBt -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/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:01:06.5731037Z [00:03:28.833]➜  go tool buildid -w $WORK/b2692/_pkg_.a # internal
2025-08-20T23:01:06.5736269Z [00:03:28.834]➜  cp $WORK/b2692/_pkg_.a /root/.cache/go-build/01/0137574ab7969dffc105510193b3a7da0ad7b3fcb4983ebc844931954b5cb0ba-d # internal
2025-08-20T23:01:06.5745186Z [00:03:28.835]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias
2025-08-20T23:01:06.5745604Z [00:03:28.835]➜  mkdir -p $WORK/b2696/
2025-08-20T23:01:06.5751739Z [00:03:28.836]➜  cat >/tmp/go-build2180205415/b2696/importcfg << 'EOF' # internal
2025-08-20T23:01:06.5752570Z [00:03:28.836]➜  # import config
2025-08-20T23:01:06.5754807Z [00:03:28.836]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.5755262Z [00:03:28.836]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.5756054Z [00:03:28.836]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.5756567Z [00:03:28.836]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.5756994Z [00:03:28.836]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.5757632Z [00:03:28.836]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.5758422Z [00:03:28.836]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.5758994Z [00:03:28.836]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.5759411Z [00:03:28.836]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.5759841Z [00:03:28.836]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.5760447Z [00:03:28.836]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.5760981Z [00:03:28.836]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.5761298Z [00:03:28.836]➜  EOF
2025-08-20T23:01:06.5764477Z [00:03:28.836]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2696/_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/b2696=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias -lang=go1.22 -complete -installsuffix shared -buildid VM87HQiauXZMtyLSKIsc/VM87HQiauXZMtyLSKIsc -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/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:01:06.5770542Z [00:03:28.838]➜  go tool buildid -w $WORK/b2693/_pkg_.a # internal
2025-08-20T23:01:06.5810266Z [00:03:28.840]➜  cp $WORK/b2693/_pkg_.a /root/.cache/go-build/ce/ce3bedea4953d475810e2b63d0ab2bd46bd904116c2ebaa9cba999f137ecaa9b-d # internal
2025-08-20T23:01:06.5833081Z [00:03:28.843]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle
2025-08-20T23:01:06.5833661Z [00:03:28.843]➜  mkdir -p $WORK/b2697/
2025-08-20T23:01:06.5834063Z [00:03:28.844]➜  cat >/tmp/go-build2180205415/b2697/importcfg << 'EOF' # internal
2025-08-20T23:01:06.5834412Z [00:03:28.844]➜  # import config
2025-08-20T23:01:06.5834759Z [00:03:28.844]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.5835185Z [00:03:28.844]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.5835637Z [00:03:28.844]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.5836256Z [00:03:28.844]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.5836673Z [00:03:28.844]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.5837298Z [00:03:28.844]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.5838097Z [00:03:28.844]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.5839254Z [00:03:28.844]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.5839905Z [00:03:28.844]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.5840417Z [00:03:28.844]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.5840924Z [00:03:28.844]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.5841360Z [00:03:28.844]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.5841788Z [00:03:28.844]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.5842102Z [00:03:28.844]➜  EOF
2025-08-20T23:01:06.5845595Z [00:03:28.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2697/_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/b2697=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle -lang=go1.22 -complete -installsuffix shared -buildid _Z0TkM3pIG-L0OJR1ATT/_Z0TkM3pIG-L0OJR1ATT -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/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:01:06.6069449Z [00:03:28.868]➜  go tool buildid -w $WORK/b2695/_pkg_.a # internal
2025-08-20T23:01:06.6081407Z [00:03:28.868]➜  go tool buildid -w $WORK/b2694/_pkg_.a # internal
2025-08-20T23:01:06.6083449Z [00:03:28.869]➜  cp $WORK/b2695/_pkg_.a /root/.cache/go-build/df/df74098b97d1ac30243b3855b8043271a8679bb73a014615eefeeb93a2c62252-d # internal
2025-08-20T23:01:06.6084425Z [00:03:28.869]➜  cp $WORK/b2694/_pkg_.a /root/.cache/go-build/ac/ac85c1434b9e72f48560f652cf85af41da914d2dd291d0ccf86451179b521e42-d # internal
2025-08-20T23:01:06.6088884Z [00:03:28.870]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate
2025-08-20T23:01:06.6089378Z [00:03:28.870]➜  mkdir -p $WORK/b2698/
2025-08-20T23:01:06.6092531Z [00:03:28.870]➜  cat >/tmp/go-build2180205415/b2698/importcfg << 'EOF' # internal
2025-08-20T23:01:06.6092943Z [00:03:28.870]➜  # import config
2025-08-20T23:01:06.6093316Z [00:03:28.870]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.6093753Z [00:03:28.870]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.6094208Z [00:03:28.870]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.6095006Z [00:03:28.870]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.6095439Z [00:03:28.870]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.6096327Z [00:03:28.870]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.6112616Z [00:03:28.870]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.6113451Z [00:03:28.870]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.6113957Z [00:03:28.870]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.6114406Z [00:03:28.870]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.6114838Z [00:03:28.870]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.6115263Z [00:03:28.870]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.6115587Z [00:03:28.870]➜  EOF
2025-08-20T23:01:06.6121144Z [00:03:28.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2698/_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/b2698=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate -lang=go1.22 -complete -installsuffix shared -buildid IXIVY4DYvPR8lRN7OA56/IXIVY4DYvPR8lRN7OA56 -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/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:01:06.6124509Z [00:03:28.871]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping
2025-08-20T23:01:06.6124910Z [00:03:28.871]➜  mkdir -p $WORK/b2699/
2025-08-20T23:01:06.6125294Z [00:03:28.871]➜  cat >/tmp/go-build2180205415/b2699/importcfg << 'EOF' # internal
2025-08-20T23:01:06.6125641Z [00:03:28.871]➜  # import config
2025-08-20T23:01:06.6126128Z [00:03:28.871]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.6126553Z [00:03:28.871]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.6127014Z [00:03:28.871]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.6127461Z [00:03:28.871]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.6128022Z [00:03:28.871]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.6128727Z [00:03:28.871]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.6129516Z [00:03:28.871]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.6130379Z [00:03:28.871]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping=/tmp/go-build2180205415/b2335/_pkg_.a
2025-08-20T23:01:06.6131315Z [00:03:28.871]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.6131963Z [00:03:28.871]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.6132382Z [00:03:28.871]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.6132816Z [00:03:28.871]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.6133249Z [00:03:28.871]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.6133679Z [00:03:28.871]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.6133996Z [00:03:28.871]➜  EOF
2025-08-20T23:01:06.6137782Z [00:03:28.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2699/_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/b2699=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping -lang=go1.22 -complete -installsuffix shared -buildid 53BCwot8Uz1d0ZfHaFIp/53BCwot8Uz1d0ZfHaFIp -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/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:01:06.6554427Z [00:03:28.916]➜  go tool buildid -w $WORK/b2696/_pkg_.a # internal
2025-08-20T23:01:06.6565121Z [00:03:28.917]➜  cp $WORK/b2696/_pkg_.a /root/.cache/go-build/ac/ac5d7479a52a2a197e3d5092a574d2c91b8f57515ab8d2d3cac2aeba1e3fd3d6-d # internal
2025-08-20T23:01:06.6593860Z [00:03:28.920]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings
2025-08-20T23:01:06.6599166Z [00:03:28.921]➜  mkdir -p $WORK/b2700/
2025-08-20T23:01:06.6599873Z [00:03:28.921]➜  cat >/tmp/go-build2180205415/b2700/importcfg << 'EOF' # internal
2025-08-20T23:01:06.6601429Z [00:03:28.921]➜  # import config
2025-08-20T23:01:06.6602774Z [00:03:28.921]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.6603298Z [00:03:28.921]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.6607883Z [00:03:28.921]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.6608377Z [00:03:28.921]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.6608800Z [00:03:28.921]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.6609426Z [00:03:28.921]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.6610228Z [00:03:28.921]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.6611091Z [00:03:28.921]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.6612056Z [00:03:28.921]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup=/tmp/go-build2180205415/b2382/_pkg_.a
2025-08-20T23:01:06.6612725Z [00:03:28.921]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.6613389Z [00:03:28.921]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.6613893Z [00:03:28.921]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.6614323Z [00:03:28.921]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.6614750Z [00:03:28.921]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.6615069Z [00:03:28.921]➜  EOF
2025-08-20T23:01:06.6618482Z [00:03:28.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2700/_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/b2700=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings -lang=go1.22 -complete -installsuffix shared -buildid shBcIJCfOn-Gs1kHtvnr/shBcIJCfOn-Gs1kHtvnr -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/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:01:06.6644332Z [00:03:28.924]➜  go tool buildid -w $WORK/b2697/_pkg_.a # internal
2025-08-20T23:01:06.6645330Z [00:03:28.924]➜  cp $WORK/b2697/_pkg_.a /root/.cache/go-build/f0/f00a01499b43023bcb0caf6ff3c26009ae8faa0c919bedb3b2895563fd9be697-d # internal
2025-08-20T23:01:06.6646213Z [00:03:28.924]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate
2025-08-20T23:01:06.6646611Z [00:03:28.924]➜  mkdir -p $WORK/b2701/
2025-08-20T23:01:06.6647113Z [00:03:28.924]➜  cat >/tmp/go-build2180205415/b2701/importcfg << 'EOF' # internal
2025-08-20T23:01:06.6647556Z [00:03:28.924]➜  # import config
2025-08-20T23:01:06.6647908Z [00:03:28.924]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.6648343Z [00:03:28.924]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.6648795Z [00:03:28.924]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.6649234Z [00:03:28.924]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.6649645Z [00:03:28.924]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.6650275Z [00:03:28.924]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.6651224Z [00:03:28.924]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.6651792Z [00:03:28.924]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.6652218Z [00:03:28.924]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.6652646Z [00:03:28.924]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.6653082Z [00:03:28.924]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.6653508Z [00:03:28.924]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.6653822Z [00:03:28.924]➜  EOF
2025-08-20T23:01:06.6658449Z [00:03:28.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2701/_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/b2701=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate -lang=go1.22 -complete -installsuffix shared -buildid 6SY_ZUGZ28bSNFvSzMK2/6SY_ZUGZ28bSNFvSzMK2 -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/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:01:06.6869872Z [00:03:28.948]➜  go tool buildid -w $WORK/b2698/_pkg_.a # internal
2025-08-20T23:01:06.6884932Z [00:03:28.950]➜  cp $WORK/b2698/_pkg_.a /root/.cache/go-build/33/33b364f4d0e291a299b818154db695c2133d114533f5b84d199e3936f30db74c-d # internal
2025-08-20T23:01:06.6886979Z [00:03:28.950]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery
2025-08-20T23:01:06.6887442Z [00:03:28.950]➜  mkdir -p $WORK/b2702/
2025-08-20T23:01:06.6890004Z [00:03:28.950]➜  cat >/tmp/go-build2180205415/b2702/importcfg << 'EOF' # internal
2025-08-20T23:01:06.6890373Z [00:03:28.950]➜  # import config
2025-08-20T23:01:06.6890739Z [00:03:28.950]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.6891218Z [00:03:28.950]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.6891826Z [00:03:28.950]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.6892612Z [00:03:28.950]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.6894083Z [00:03:28.950]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.6895126Z [00:03:28.950]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.6897814Z [00:03:28.950]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.6898252Z [00:03:28.950]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.6898684Z [00:03:28.950]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.6899114Z [00:03:28.950]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.6899796Z [00:03:28.950]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.6900181Z [00:03:28.950]➜  EOF
2025-08-20T23:01:06.6902960Z [00:03:28.950]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2702/_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/b2702=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery -lang=go1.22 -complete -installsuffix shared -buildid _j4BLhBIdTeKmVRZbuc7/_j4BLhBIdTeKmVRZbuc7 -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/recovery/recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/recovery/response.go
2025-08-20T23:01:06.7471703Z [00:03:29.008]➜  go tool buildid -w $WORK/b2700/_pkg_.a # internal
2025-08-20T23:01:06.7488305Z [00:03:29.010]➜  cp $WORK/b2700/_pkg_.a /root/.cache/go-build/a6/a61a25cf3e136083bb543d642e86b2f8c042b97e00384033ffbe167ccf2065a0-d # internal
2025-08-20T23:01:06.7494941Z [00:03:29.010]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh
2025-08-20T23:01:06.7497571Z [00:03:29.011]➜  mkdir -p $WORK/b2703/
2025-08-20T23:01:06.7498224Z [00:03:29.011]➜  cat >/tmp/go-build2180205415/b2703/importcfg << 'EOF' # internal
2025-08-20T23:01:06.7499988Z [00:03:29.011]➜  # import config
2025-08-20T23:01:06.7501797Z [00:03:29.011]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.7503361Z [00:03:29.011]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.7503831Z [00:03:29.011]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.7504250Z [00:03:29.011]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.7504890Z [00:03:29.011]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.7505685Z [00:03:29.011]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.7512613Z [00:03:29.011]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.7514455Z [00:03:29.011]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.7514955Z [00:03:29.011]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.7516048Z [00:03:29.011]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.7516561Z [00:03:29.011]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.7517219Z [00:03:29.011]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.7517735Z [00:03:29.011]➜  EOF
2025-08-20T23:01:06.7520713Z [00:03:29.011]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2703/_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/b2703=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh -lang=go1.22 -complete -installsuffix shared -buildid JVk6LYWfc7XgZMZ1-MCo/JVk6LYWfc7XgZMZ1-MCo -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/refresh/refresh.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/refresh/response.go
2025-08-20T23:01:06.7523225Z [00:03:29.012]➜  go tool buildid -w $WORK/b2699/_pkg_.a # internal
2025-08-20T23:01:06.7530158Z [00:03:29.014]➜  cp $WORK/b2699/_pkg_.a /root/.cache/go-build/a2/a29f24bbde2f8d4152674483fdb3639a503463dc827a1c2f2797ba2a99ed60b7-d # internal
2025-08-20T23:01:06.7532290Z [00:03:29.014]➜  go tool buildid -w $WORK/b2702/_pkg_.a # internal
2025-08-20T23:01:06.7533516Z [00:03:29.014]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers
2025-08-20T23:01:06.7534033Z [00:03:29.014]➜  mkdir -p $WORK/b2704/
2025-08-20T23:01:06.7538378Z [00:03:29.015]➜  cat >/tmp/go-build2180205415/b2704/importcfg << 'EOF' # internal
2025-08-20T23:01:06.7539062Z [00:03:29.015]➜  # import config
2025-08-20T23:01:06.7540595Z [00:03:29.015]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.7542320Z [00:03:29.015]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.7543968Z [00:03:29.015]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.7544643Z [00:03:29.015]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.7545276Z [00:03:29.015]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.7555444Z [00:03:29.015]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.7556608Z [00:03:29.015]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.7557504Z [00:03:29.015]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.7557983Z [00:03:29.015]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.7558420Z [00:03:29.015]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.7558854Z [00:03:29.015]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.7559284Z [00:03:29.015]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.7559603Z [00:03:29.015]➜  EOF
2025-08-20T23:01:06.7562711Z [00:03:29.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2704/_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/b2704=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers -lang=go1.22 -complete -installsuffix shared -buildid Y9OzxFCrsHYUJG3frWgs/Y9OzxFCrsHYUJG3frWgs -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/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:01:06.7570449Z [00:03:29.018]➜  cp $WORK/b2702/_pkg_.a /root/.cache/go-build/dc/dccd38744f667ee3bc69166e8a2e2b6cd95a6ef9ef530680a6ca0451663a82fa-d # internal
2025-08-20T23:01:06.7578347Z [00:03:29.019]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster
2025-08-20T23:01:06.7584310Z [00:03:29.019]➜  mkdir -p $WORK/b2705/
2025-08-20T23:01:06.7594203Z [00:03:29.020]➜  cat >/tmp/go-build2180205415/b2705/importcfg << 'EOF' # internal
2025-08-20T23:01:06.7594919Z [00:03:29.020]➜  # import config
2025-08-20T23:01:06.7595922Z [00:03:29.020]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.7596979Z [00:03:29.020]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.7597482Z [00:03:29.020]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.7597902Z [00:03:29.021]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.7598536Z [00:03:29.021]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.7599343Z [00:03:29.021]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.7600199Z [00:03:29.021]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.7601098Z [00:03:29.021]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.7601580Z [00:03:29.021]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.7602013Z [00:03:29.021]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.7602445Z [00:03:29.021]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.7602871Z [00:03:29.021]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.7603184Z [00:03:29.021]➜  EOF
2025-08-20T23:01:06.7612266Z [00:03:29.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2705/_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/b2705=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster -lang=go1.22 -complete -installsuffix shared -buildid ivQOWyZjmgjWjwJHGkah/ivQOWyZjmgjWjwJHGkah -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/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:01:06.7625927Z [00:03:29.024]➜  go tool buildid -w $WORK/b2701/_pkg_.a # internal
2025-08-20T23:01:06.7642290Z [00:03:29.025]➜  cp $WORK/b2701/_pkg_.a /root/.cache/go-build/a0/a0fb452b695c6bdc15b1df3f802cddccd4229a427904352d2983b55c9e694f12-d # internal
2025-08-20T23:01:06.7654663Z [00:03:29.026]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex
2025-08-20T23:01:06.7655381Z [00:03:29.026]➜  mkdir -p $WORK/b2706/
2025-08-20T23:01:06.7656177Z [00:03:29.027]➜  cat >/tmp/go-build2180205415/b2706/importcfg << 'EOF' # internal
2025-08-20T23:01:06.7657523Z [00:03:29.027]➜  # import config
2025-08-20T23:01:06.7657903Z [00:03:29.027]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.7658375Z [00:03:29.027]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.7661048Z [00:03:29.027]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.7661549Z [00:03:29.027]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.7662184Z [00:03:29.027]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.7662973Z [00:03:29.027]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.7664164Z [00:03:29.027]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.7664824Z [00:03:29.027]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.7665242Z [00:03:29.027]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.7665677Z [00:03:29.027]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.7666311Z [00:03:29.027]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.7666745Z [00:03:29.027]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.7667065Z [00:03:29.027]➜  EOF
2025-08-20T23:01:06.7672005Z [00:03:29.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2706/_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/b2706=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex -lang=go1.22 -complete -installsuffix shared -buildid PsaeT7reWNeXsKrPXD9A/PsaeT7reWNeXsKrPXD9A -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/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:01:06.8080856Z [00:03:29.069]➜  go tool buildid -w $WORK/b2703/_pkg_.a # internal
2025-08-20T23:01:06.8093218Z [00:03:29.070]➜  cp $WORK/b2703/_pkg_.a /root/.cache/go-build/96/96e30c7f89dd6098a82b86900a34bfad624856eaa1149f4a71b01fb3c55daff2-d # internal
2025-08-20T23:01:06.8113205Z [00:03:29.072]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover
2025-08-20T23:01:06.8113940Z [00:03:29.072]➜  mkdir -p $WORK/b2707/
2025-08-20T23:01:06.8122736Z [00:03:29.073]➜  cat >/tmp/go-build2180205415/b2707/importcfg << 'EOF' # internal
2025-08-20T23:01:06.8124947Z [00:03:29.073]➜  # import config
2025-08-20T23:01:06.8125946Z [00:03:29.073]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.8126465Z [00:03:29.073]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.8126934Z [00:03:29.073]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.8127406Z [00:03:29.073]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.8127826Z [00:03:29.073]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.8128786Z [00:03:29.073]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.8129685Z [00:03:29.073]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.8130256Z [00:03:29.073]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.8130687Z [00:03:29.073]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.8131123Z [00:03:29.073]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.8131549Z [00:03:29.073]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.8131977Z [00:03:29.073]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.8132299Z [00:03:29.073]➜  EOF
2025-08-20T23:01:06.8135471Z [00:03:29.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2707/_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/b2707=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover -lang=go1.22 -complete -installsuffix shared -buildid L1Kn9azeRgniDH7y6nls/L1Kn9azeRgniDH7y6nls -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/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:01:06.8251029Z [00:03:29.086]➜  go tool buildid -w $WORK/b2704/_pkg_.a # internal
2025-08-20T23:01:06.8256200Z [00:03:29.087]➜  go tool buildid -w $WORK/b2705/_pkg_.a # internal
2025-08-20T23:01:06.8271509Z [00:03:29.088]➜  cp $WORK/b2705/_pkg_.a /root/.cache/go-build/0f/0fe0421077bb54a11a14ba49fb732adcf9fe437be265da04fedc92939ebf33f3-d # internal
2025-08-20T23:01:06.8283676Z [00:03:29.089]➜  cp $WORK/b2704/_pkg_.a /root/.cache/go-build/6c/6cacd6ef93e74b4aa07f635c896d9af1d44d1eeecff33336f7d23ddf14e6af4b-d # internal
2025-08-20T23:01:06.8287987Z [00:03:29.090]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores
2025-08-20T23:01:06.8288457Z [00:03:29.090]➜  mkdir -p $WORK/b2709/
2025-08-20T23:01:06.8289684Z [00:03:29.090]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments
2025-08-20T23:01:06.8291988Z [00:03:29.090]➜  mkdir -p $WORK/b2708/
2025-08-20T23:01:06.8297699Z [00:03:29.091]➜  cat >/tmp/go-build2180205415/b2708/importcfg << 'EOF' # internal
2025-08-20T23:01:06.8298117Z [00:03:29.091]➜  # import config
2025-08-20T23:01:06.8298463Z [00:03:29.091]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.8299168Z [00:03:29.091]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.8299676Z [00:03:29.091]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.8300108Z [00:03:29.091]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.8300739Z [00:03:29.091]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.8301527Z [00:03:29.091]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.8302546Z [00:03:29.091]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.8303192Z [00:03:29.091]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.8303608Z [00:03:29.091]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.8304042Z [00:03:29.091]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.8304466Z [00:03:29.091]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.8305003Z [00:03:29.091]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.8305354Z [00:03:29.091]➜  EOF
2025-08-20T23:01:06.8307949Z [00:03:29.092]➜  cat >/tmp/go-build2180205415/b2709/importcfg << 'EOF' # internal
2025-08-20T23:01:06.8308322Z [00:03:29.092]➜  # import config
2025-08-20T23:01:06.8308676Z [00:03:29.092]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.8309142Z [00:03:29.092]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.8309591Z [00:03:29.092]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.8310002Z [00:03:29.092]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.8310658Z [00:03:29.092]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.8311442Z [00:03:29.092]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.8312303Z [00:03:29.092]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.8313250Z [00:03:29.092]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus=/tmp/go-build2180205415/b2710/_pkg_.a
2025-08-20T23:01:06.8314203Z [00:03:29.092]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.8314630Z [00:03:29.092]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.8315058Z [00:03:29.092]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.8315490Z [00:03:29.092]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.8316123Z [00:03:29.092]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.8316489Z [00:03:29.092]➜  EOF
2025-08-20T23:01:06.8319361Z [00:03:29.092]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2709/_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/b2709=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores -lang=go1.22 -complete -installsuffix shared -buildid fSs6U6PzrG8H82Z78Yuj/fSs6U6PzrG8H82Z78Yuj -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/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:01:06.8324897Z [00:03:29.092]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2708/_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/b2708=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments -lang=go1.22 -complete -installsuffix shared -buildid SFv2s9cNlUwc0yIoevWN/SFv2s9cNlUwc0yIoevWN -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/segments/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/segments/segments.go
2025-08-20T23:01:06.8386120Z [00:03:29.098]➜  go tool buildid -w $WORK/b2706/_pkg_.a # internal
2025-08-20T23:01:06.8397788Z [00:03:29.099]➜  cp $WORK/b2706/_pkg_.a /root/.cache/go-build/55/55c909a6a7a084833b6a60c41d88a672903bf13e3a7179746efc6df25fef3e98-d # internal
2025-08-20T23:01:06.8398593Z [00:03:29.100]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink
2025-08-20T23:01:06.8400647Z [00:03:29.101]➜  mkdir -p $WORK/b2711/
2025-08-20T23:01:06.8401078Z [00:03:29.101]➜  cat >/tmp/go-build2180205415/b2711/importcfg << 'EOF' # internal
2025-08-20T23:01:06.8401430Z [00:03:29.101]➜  # import config
2025-08-20T23:01:06.8401970Z [00:03:29.101]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.8402463Z [00:03:29.101]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.8402922Z [00:03:29.101]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.8403368Z [00:03:29.101]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.8403791Z [00:03:29.101]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.8404426Z [00:03:29.101]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.8405212Z [00:03:29.101]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.8405944Z [00:03:29.101]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.8406546Z [00:03:29.101]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.8406983Z [00:03:29.101]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.8407408Z [00:03:29.101]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.8407834Z [00:03:29.101]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.8408146Z [00:03:29.101]➜  EOF
2025-08-20T23:01:06.8411487Z [00:03:29.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2711/_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/b2711=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink -lang=go1.22 -complete -installsuffix shared -buildid cKoqb6XpxJ2p6ddGGEuC/cKoqb6XpxJ2p6ddGGEuC -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/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:01:06.8901139Z [00:03:29.151]➜  go tool buildid -w $WORK/b2709/_pkg_.a # internal
2025-08-20T23:01:06.8901855Z [00:03:29.151]➜  go tool buildid -w $WORK/b2707/_pkg_.a # internal
2025-08-20T23:01:06.8914736Z [00:03:29.153]➜  cp $WORK/b2709/_pkg_.a /root/.cache/go-build/3b/3b2659c647c10f580756322f7692edf90af8ec3d3e5415521d2a765e23f8947e-d # internal
2025-08-20T23:01:06.8920443Z [00:03:29.153]➜  cp $WORK/b2707/_pkg_.a /root/.cache/go-build/6f/6f4f4a0175daf74395bb3778bc837da05d8f5cb3bb18f58ef7768228387fbf5f-d # internal
2025-08-20T23:01:06.8923021Z [00:03:29.153]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate
2025-08-20T23:01:06.8923721Z [00:03:29.153]➜  mkdir -p $WORK/b2712/
2025-08-20T23:01:06.8927040Z [00:03:29.154]➜  cat >/tmp/go-build2180205415/b2712/importcfg << 'EOF' # internal
2025-08-20T23:01:06.8927731Z [00:03:29.154]➜  # import config
2025-08-20T23:01:06.8928360Z [00:03:29.154]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.8929629Z [00:03:29.154]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.8930144Z [00:03:29.154]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.8930584Z [00:03:29.154]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.8931228Z [00:03:29.154]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.8932019Z [00:03:29.154]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.8932585Z [00:03:29.154]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.8933002Z [00:03:29.154]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.8933433Z [00:03:29.154]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.8934091Z [00:03:29.154]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.8934599Z [00:03:29.154]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.8934916Z [00:03:29.154]➜  EOF
2025-08-20T23:01:06.8935292Z [00:03:29.154]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate
2025-08-20T23:01:06.8939683Z [00:03:29.155]➜  mkdir -p $WORK/b2713/
2025-08-20T23:01:06.8940139Z [00:03:29.155]➜  cat >/tmp/go-build2180205415/b2713/importcfg << 'EOF' # internal
2025-08-20T23:01:06.8940492Z [00:03:29.155]➜  # import config
2025-08-20T23:01:06.8940824Z [00:03:29.155]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.8941257Z [00:03:29.155]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.8941704Z [00:03:29.155]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.8942147Z [00:03:29.155]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.8942567Z [00:03:29.155]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.8943191Z [00:03:29.155]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.8943977Z [00:03:29.155]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.8944833Z [00:03:29.155]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.8945253Z [00:03:29.155]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.8945684Z [00:03:29.155]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.8957373Z [00:03:29.155]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.8957832Z [00:03:29.155]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.8958157Z [00:03:29.155]➜  EOF
2025-08-20T23:01:06.8961318Z [00:03:29.155]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2712/_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/b2712=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate -lang=go1.22 -complete -installsuffix shared -buildid RWpHK6uBK8CuTe7QAOrE/RWpHK6uBK8CuTe7QAOrE -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/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:01:06.8967794Z [00:03:29.155]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2713/_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/b2713=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate -lang=go1.22 -complete -installsuffix shared -buildid PTEKT3FppCUrLYBQf6_h/PTEKT3FppCUrLYBQf6_h -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/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:01:06.8974403Z [00:03:29.159]➜  go tool buildid -w $WORK/b2708/_pkg_.a # internal
2025-08-20T23:01:06.8989975Z [00:03:29.160]➜  cp $WORK/b2708/_pkg_.a /root/.cache/go-build/49/4997b87e7d0df91516cb2a7396b8cc29920ed90bd13840685241fab978514112-d # internal
2025-08-20T23:01:06.8993244Z [00:03:29.160]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/split
2025-08-20T23:01:06.8994328Z [00:03:29.161]➜  mkdir -p $WORK/b2714/
2025-08-20T23:01:06.9003844Z [00:03:29.161]➜  cat >/tmp/go-build2180205415/b2714/importcfg << 'EOF' # internal
2025-08-20T23:01:06.9004232Z [00:03:29.162]➜  # import config
2025-08-20T23:01:06.9006981Z [00:03:29.162]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.9007436Z [00:03:29.162]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.9009264Z [00:03:29.162]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.9009788Z [00:03:29.162]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.9010200Z [00:03:29.162]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.9010842Z [00:03:29.162]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.9011637Z [00:03:29.162]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.9012202Z [00:03:29.162]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.9012617Z [00:03:29.162]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.9013050Z [00:03:29.162]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.9013723Z [00:03:29.162]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.9015250Z [00:03:29.163]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.9015592Z [00:03:29.163]➜  EOF
2025-08-20T23:01:06.9018810Z [00:03:29.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2714/_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/b2714=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/split -lang=go1.22 -complete -installsuffix shared -buildid o7HckBHWWTlJ-eUaRjzk/o7HckBHWWTlJ-eUaRjzk -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/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:01:06.9199510Z [00:03:29.179]➜  go tool buildid -w $WORK/b2711/_pkg_.a # internal
2025-08-20T23:01:06.9200437Z [00:03:29.181]➜  cp $WORK/b2711/_pkg_.a /root/.cache/go-build/e1/e1fb34fd1a613893bbfaec1cc8162a0d04eb648a165a459deb976b92e3f3ea97-d # internal
2025-08-20T23:01:06.9214274Z [00:03:29.182]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats
2025-08-20T23:01:06.9215006Z [00:03:29.182]➜  mkdir -p $WORK/b2715/
2025-08-20T23:01:06.9215591Z [00:03:29.182]➜  cat >/tmp/go-build2180205415/b2715/importcfg << 'EOF' # internal
2025-08-20T23:01:06.9216217Z [00:03:29.182]➜  # import config
2025-08-20T23:01:06.9216807Z [00:03:29.182]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.9217293Z [00:03:29.182]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.9217742Z [00:03:29.182]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.9218173Z [00:03:29.182]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.9218810Z [00:03:29.182]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.9219698Z [00:03:29.182]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.9220624Z [00:03:29.182]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.9221695Z [00:03:29.182]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build2180205415/b2540/_pkg_.a
2025-08-20T23:01:06.9222368Z [00:03:29.182]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.9222792Z [00:03:29.182]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.9223222Z [00:03:29.182]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.9223653Z [00:03:29.182]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.9224086Z [00:03:29.182]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.9224403Z [00:03:29.182]➜  EOF
2025-08-20T23:01:06.9227210Z [00:03:29.182]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2715/_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/b2715=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats -lang=go1.22 -complete -installsuffix shared -buildid 10XGgkXVoOEXNLq0334n/10XGgkXVoOEXNLq0334n -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/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/stats/stats.go
2025-08-20T23:01:06.9621257Z [00:03:29.223]➜  go tool buildid -w $WORK/b2712/_pkg_.a # internal
2025-08-20T23:01:06.9636153Z [00:03:29.224]➜  cp $WORK/b2712/_pkg_.a /root/.cache/go-build/4a/4a1fe6faf46ad5b73ae1dd34f64d13c318a70f4d5d7d71a4940178d8ea58037e-d # internal
2025-08-20T23:01:06.9641054Z [00:03:29.225]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze
2025-08-20T23:01:06.9643939Z [00:03:29.225]➜  mkdir -p $WORK/b2716/
2025-08-20T23:01:06.9649991Z [00:03:29.226]➜  cat >/tmp/go-build2180205415/b2716/importcfg << 'EOF' # internal
2025-08-20T23:01:06.9651450Z [00:03:29.226]➜  # import config
2025-08-20T23:01:06.9652464Z [00:03:29.226]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.9653239Z [00:03:29.226]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.9654011Z [00:03:29.226]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.9654919Z [00:03:29.226]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.9655622Z [00:03:29.226]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.9656892Z [00:03:29.226]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.9658289Z [00:03:29.226]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.9659016Z [00:03:29.226]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.9659441Z [00:03:29.226]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.9659883Z [00:03:29.226]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.9660313Z [00:03:29.226]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.9660742Z [00:03:29.226]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.9661067Z [00:03:29.226]➜  EOF
2025-08-20T23:01:06.9664004Z [00:03:29.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2716/_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/b2716=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze -lang=go1.22 -complete -installsuffix shared -buildid D5G-FRIh0UX_nWYcVDOv/D5G-FRIh0UX_nWYcVDOv -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/unfreeze/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/unfreeze/unfreeze.go
2025-08-20T23:01:06.9836599Z [00:03:29.245]➜  go tool buildid -w $WORK/b2714/_pkg_.a # internal
2025-08-20T23:01:06.9874337Z [00:03:29.246]➜  cp $WORK/b2714/_pkg_.a /root/.cache/go-build/f3/f3d4c53b0ea7dd7d2ed8d1c4698a93194e539fb74fd81eb5e21198321ddb807e-d # internal
2025-08-20T23:01:06.9905365Z [00:03:29.252]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases
2025-08-20T23:01:06.9906337Z [00:03:29.252]➜  mkdir -p $WORK/b2717/
2025-08-20T23:01:06.9916523Z [00:03:29.253]➜  cat >/tmp/go-build2180205415/b2717/importcfg << 'EOF' # internal
2025-08-20T23:01:06.9917233Z [00:03:29.253]➜  # import config
2025-08-20T23:01:06.9918306Z [00:03:29.253]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.9918825Z [00:03:29.253]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.9919296Z [00:03:29.253]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.9919758Z [00:03:29.253]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.9920184Z [00:03:29.253]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.9920828Z [00:03:29.253]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.9921966Z [00:03:29.253]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.9922550Z [00:03:29.253]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.9922976Z [00:03:29.253]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.9923406Z [00:03:29.253]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.9923840Z [00:03:29.253]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.9924270Z [00:03:29.253]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.9924584Z [00:03:29.253]➜  EOF
2025-08-20T23:01:06.9928214Z [00:03:29.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2717/_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/b2717=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases -lang=go1.22 -complete -installsuffix shared -buildid Vhp7TjKL9DwY-35HrEqU/Vhp7TjKL9DwY-35HrEqU -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/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:01:06.9941478Z [00:03:29.255]➜  go tool buildid -w $WORK/b2713/_pkg_.a # internal
2025-08-20T23:01:06.9942212Z [00:03:29.255]➜  cp $WORK/b2713/_pkg_.a /root/.cache/go-build/b2/b2d68510e3839ac6e03e7cfb688d71ac03659ac63cd73c2170f25ef98e439d51-d # internal
2025-08-20T23:01:06.9953379Z [00:03:29.256]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery
2025-08-20T23:01:06.9955119Z [00:03:29.256]➜  mkdir -p $WORK/b2718/
2025-08-20T23:01:06.9956329Z [00:03:29.257]➜  cat >/tmp/go-build2180205415/b2718/importcfg << 'EOF' # internal
2025-08-20T23:01:06.9956998Z [00:03:29.257]➜  # import config
2025-08-20T23:01:06.9957653Z [00:03:29.257]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:06.9958492Z [00:03:29.257]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:06.9959006Z [00:03:29.257]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:06.9959459Z [00:03:29.257]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:06.9959880Z [00:03:29.257]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:06.9960720Z [00:03:29.257]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:06.9961570Z [00:03:29.257]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:06.9962438Z [00:03:29.257]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:06.9963354Z [00:03:29.257]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2180205415/b2415/_pkg_.a
2025-08-20T23:01:06.9964004Z [00:03:29.257]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:06.9964429Z [00:03:29.257]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:06.9964860Z [00:03:29.257]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:06.9965289Z [00:03:29.257]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:06.9965719Z [00:03:29.257]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:06.9966280Z [00:03:29.257]➜  EOF
2025-08-20T23:01:06.9969601Z [00:03:29.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2718/_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/b2718=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery -lang=go1.22 -complete -installsuffix shared -buildid VizW2OoxVI6VL4VeGD2O/VizW2OoxVI6VL4VeGD2O -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/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:01:07.0023153Z [00:03:29.263]➜  go tool buildid -w $WORK/b2715/_pkg_.a # internal
2025-08-20T23:01:07.0039545Z [00:03:29.265]➜  cp $WORK/b2715/_pkg_.a /root/.cache/go-build/56/562fae4f46e9bba21acba37ddf684e9bddeee04c1ee53602becb43356a037f22-d # internal
2025-08-20T23:01:07.0047615Z [00:03:29.266]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete
2025-08-20T23:01:07.0048280Z [00:03:29.266]➜  mkdir -p $WORK/b2719/
2025-08-20T23:01:07.0048674Z [00:03:29.266]➜  cat >/tmp/go-build2180205415/b2719/importcfg << 'EOF' # internal
2025-08-20T23:01:07.0049030Z [00:03:29.266]➜  # import config
2025-08-20T23:01:07.0049376Z [00:03:29.266]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.0049948Z [00:03:29.266]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.0050457Z [00:03:29.266]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.0050881Z [00:03:29.266]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.0051511Z [00:03:29.266]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.0052306Z [00:03:29.266]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.0052877Z [00:03:29.266]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.0053299Z [00:03:29.266]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.0053731Z [00:03:29.266]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.0054162Z [00:03:29.266]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.0054592Z [00:03:29.266]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.0054909Z [00:03:29.266]➜  EOF
2025-08-20T23:01:07.0058070Z [00:03:29.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2719/_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/b2719=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete -lang=go1.22 -complete -installsuffix shared -buildid uBe5yuWIfEt-SYQWHuPr/uBe5yuWIfEt-SYQWHuPr -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/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:01:07.0273323Z [00:03:29.288]➜  go tool buildid -w $WORK/b2716/_pkg_.a # internal
2025-08-20T23:01:07.0302053Z [00:03:29.291]➜  cp $WORK/b2716/_pkg_.a /root/.cache/go-build/cf/cf9ad0f9d3c30c4fd8814d0638e933e908fdc5b5e9d58a3cd9db11b48a9ba21c-d # internal
2025-08-20T23:01:07.0340709Z [00:03:29.295]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/get
2025-08-20T23:01:07.0341511Z [00:03:29.295]➜  mkdir -p $WORK/b2720/
2025-08-20T23:01:07.0358995Z [00:03:29.297]➜  cat >/tmp/go-build2180205415/b2720/importcfg << 'EOF' # internal
2025-08-20T23:01:07.0360140Z [00:03:29.297]➜  # import config
2025-08-20T23:01:07.0360970Z [00:03:29.297]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.0364856Z [00:03:29.297]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.0365655Z [00:03:29.297]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.0366215Z [00:03:29.297]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.0366866Z [00:03:29.297]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.0367661Z [00:03:29.297]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.0368239Z [00:03:29.297]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.0368660Z [00:03:29.297]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.0369094Z [00:03:29.297]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.0369521Z [00:03:29.297]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.0369954Z [00:03:29.297]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.0370557Z [00:03:29.297]➜  EOF
2025-08-20T23:01:07.0373356Z [00:03:29.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2720/_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/b2720=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/get -lang=go1.22 -complete -installsuffix shared -buildid JR9rXUUpYsdWNyoDqxr3/JR9rXUUpYsdWNyoDqxr3 -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/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:01:07.0503551Z [00:03:29.311]➜  go tool buildid -w $WORK/b2717/_pkg_.a # internal
2025-08-20T23:01:07.0517289Z [00:03:29.313]➜  cp $WORK/b2717/_pkg_.a /root/.cache/go-build/56/56a2ce64bc3a28003fbf470aaf4511e24e0c130e4a41803c866685e8f8cbdecc-d # internal
2025-08-20T23:01:07.0543634Z [00:03:29.315]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference
2025-08-20T23:01:07.0546874Z [00:03:29.315]➜  mkdir -p $WORK/b2721/
2025-08-20T23:01:07.0552726Z [00:03:29.316]➜  cat >/tmp/go-build2180205415/b2721/importcfg << 'EOF' # internal
2025-08-20T23:01:07.0553732Z [00:03:29.316]➜  # import config
2025-08-20T23:01:07.0554417Z [00:03:29.316]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.0554961Z [00:03:29.316]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.0556270Z [00:03:29.316]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.0557087Z [00:03:29.316]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.0562504Z [00:03:29.316]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.0564158Z [00:03:29.316]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.0565221Z [00:03:29.316]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.0566351Z [00:03:29.316]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.0567286Z [00:03:29.316]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.0568284Z [00:03:29.316]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.0568944Z [00:03:29.316]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.0569755Z [00:03:29.316]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.0570670Z [00:03:29.316]➜  EOF
2025-08-20T23:01:07.0574174Z [00:03:29.316]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2721/_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/b2721=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference -lang=go1.22 -complete -installsuffix shared -buildid n5rABEWShEuGhgwnln8t/n5rABEWShEuGhgwnln8t -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/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:01:07.0762341Z [00:03:29.337]➜  go tool buildid -w $WORK/b2718/_pkg_.a # internal
2025-08-20T23:01:07.0781424Z [00:03:29.339]➜  cp $WORK/b2718/_pkg_.a /root/.cache/go-build/d9/d93900d8ab903b47c0f07684031987a580b06b4351b2e9196f7d720b28efd504-d # internal
2025-08-20T23:01:07.0783172Z [00:03:29.339]➜  go tool buildid -w $WORK/b2719/_pkg_.a # internal
2025-08-20T23:01:07.0790131Z [00:03:29.340]➜  cp $WORK/b2719/_pkg_.a /root/.cache/go-build/9c/9cd0cd539e29e795b5a26abb36bc3313aafd9d8f1fbe85176fb436a538636f6f-d # internal
2025-08-20T23:01:07.0791705Z [00:03:29.340]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase
2025-08-20T23:01:07.0792152Z [00:03:29.340]➜  mkdir -p $WORK/b2723/
2025-08-20T23:01:07.0803307Z [00:03:29.341]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/put
2025-08-20T23:01:07.0807708Z [00:03:29.341]➜  mkdir -p $WORK/b2722/
2025-08-20T23:01:07.0808199Z [00:03:29.341]➜  cat >/tmp/go-build2180205415/b2722/importcfg << 'EOF' # internal
2025-08-20T23:01:07.0808574Z [00:03:29.341]➜  # import config
2025-08-20T23:01:07.0808917Z [00:03:29.341]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.0809344Z [00:03:29.341]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.0809803Z [00:03:29.341]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.0810253Z [00:03:29.341]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.0810670Z [00:03:29.341]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.0811303Z [00:03:29.341]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.0812101Z [00:03:29.341]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.0812935Z [00:03:29.341]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2180205415/b2464/_pkg_.a
2025-08-20T23:01:07.0813862Z [00:03:29.341]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.0814367Z [00:03:29.341]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.0814805Z [00:03:29.341]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.0815243Z [00:03:29.341]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.0815676Z [00:03:29.341]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.0816389Z [00:03:29.341]➜  EOF
2025-08-20T23:01:07.0816733Z [00:03:29.341]➜  cat >/tmp/go-build2180205415/b2723/importcfg << 'EOF' # internal
2025-08-20T23:01:07.0817080Z [00:03:29.341]➜  # import config
2025-08-20T23:01:07.0817431Z [00:03:29.341]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.0817884Z [00:03:29.341]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.0818331Z [00:03:29.341]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.0818739Z [00:03:29.341]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.0819364Z [00:03:29.341]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.0820393Z [00:03:29.341]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.0820963Z [00:03:29.341]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.0821382Z [00:03:29.341]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.0821814Z [00:03:29.341]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.0822246Z [00:03:29.341]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.0822676Z [00:03:29.341]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.0822990Z [00:03:29.341]➜  EOF
2025-08-20T23:01:07.0826333Z [00:03:29.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2722/_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/b2722=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/put -lang=go1.22 -complete -installsuffix shared -buildid hzWQeC2TZ5GcG9C4Ap3p/hzWQeC2TZ5GcG9C4Ap3p -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/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:01:07.0840259Z [00:03:29.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2723/_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/b2723=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase -lang=go1.22 -complete -installsuffix shared -buildid i8QaWuTtyrHA1P3Jf7Pq/i8QaWuTtyrHA1P3Jf7Pq -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/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:01:07.1078704Z [00:03:29.369]➜  go tool buildid -w $WORK/b2720/_pkg_.a # internal
2025-08-20T23:01:07.1083887Z [00:03:29.369]➜  cp $WORK/b2720/_pkg_.a /root/.cache/go-build/91/91629d8b42b695cb7cfa38adab71470cfe320b2fa7ae3a1f874948d04f6bec36-d # internal
2025-08-20T23:01:07.1111655Z [00:03:29.372]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline
2025-08-20T23:01:07.1119675Z [00:03:29.373]➜  mkdir -p $WORK/b2724/
2025-08-20T23:01:07.1129778Z [00:03:29.374]➜  cat >/tmp/go-build2180205415/b2724/importcfg << 'EOF' # internal
2025-08-20T23:01:07.1130201Z [00:03:29.374]➜  # import config
2025-08-20T23:01:07.1130555Z [00:03:29.374]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.1131034Z [00:03:29.374]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.1131497Z [00:03:29.374]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.1131912Z [00:03:29.374]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.1132546Z [00:03:29.374]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.1133347Z [00:03:29.374]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.1133913Z [00:03:29.374]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.1134345Z [00:03:29.374]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.1134778Z [00:03:29.374]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.1135204Z [00:03:29.374]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.1140683Z [00:03:29.374]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.1141057Z [00:03:29.374]➜  EOF
2025-08-20T23:01:07.1144136Z [00:03:29.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2724/_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/b2724=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline -lang=go1.22 -complete -installsuffix shared -buildid dOOgwg_RgLyV4S4V8EEV/dOOgwg_RgLyV4S4V8EEV -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/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:01:07.1350817Z [00:03:29.395]➜  go tool buildid -w $WORK/b2721/_pkg_.a # internal
2025-08-20T23:01:07.1351587Z [00:03:29.396]➜  cp $WORK/b2721/_pkg_.a /root/.cache/go-build/a5/a5a3654075e1e5ee3adfe68f907a9438a4e908e628c7282c8b741a8365391924-d # internal
2025-08-20T23:01:07.1360591Z [00:03:29.397]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats
2025-08-20T23:01:07.1361805Z [00:03:29.397]➜  mkdir -p $WORK/b2725/
2025-08-20T23:01:07.1365556Z [00:03:29.398]➜  cat >/tmp/go-build2180205415/b2725/importcfg << 'EOF' # internal
2025-08-20T23:01:07.1368096Z [00:03:29.398]➜  # import config
2025-08-20T23:01:07.1369576Z [00:03:29.398]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.1370743Z [00:03:29.398]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.1371271Z [00:03:29.398]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.1371691Z [00:03:29.398]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.1372326Z [00:03:29.398]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.1373134Z [00:03:29.398]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.1373699Z [00:03:29.398]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.1374117Z [00:03:29.398]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.1374556Z [00:03:29.398]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.1374981Z [00:03:29.398]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.1375695Z [00:03:29.398]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.1377635Z [00:03:29.398]➜  EOF
2025-08-20T23:01:07.1383097Z [00:03:29.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2725/_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/b2725=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats -lang=go1.22 -complete -installsuffix shared -buildid Z5vItiCIr_rkaC46cO1A/Z5vItiCIr_rkaC46cO1A -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/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:01:07.1385674Z [00:03:29.399]➜  go tool buildid -w $WORK/b2723/_pkg_.a # internal
2025-08-20T23:01:07.1393665Z [00:03:29.400]➜  cp $WORK/b2723/_pkg_.a /root/.cache/go-build/d9/d9862dafd298842fa78aac6ea41e98ca46eb00b47bcc3b90c1409c88f0753e30-d # internal
2025-08-20T23:01:07.1410887Z [00:03:29.402]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase
2025-08-20T23:01:07.1413342Z [00:03:29.402]➜  mkdir -p $WORK/b2726/
2025-08-20T23:01:07.1414984Z [00:03:29.402]➜  cat >/tmp/go-build2180205415/b2726/importcfg << 'EOF' # internal
2025-08-20T23:01:07.1416111Z [00:03:29.402]➜  # import config
2025-08-20T23:01:07.1416942Z [00:03:29.402]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.1417605Z [00:03:29.402]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.1418545Z [00:03:29.402]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.1419463Z [00:03:29.403]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.1420589Z [00:03:29.403]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.1421706Z [00:03:29.403]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.1422760Z [00:03:29.403]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.1423714Z [00:03:29.403]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.1424391Z [00:03:29.403]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.1437927Z [00:03:29.403]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.1439146Z [00:03:29.403]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.1439887Z [00:03:29.403]➜  EOF
2025-08-20T23:01:07.1443307Z [00:03:29.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2726/_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/b2726=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase -lang=go1.22 -complete -installsuffix shared -buildid 5ddrVmwgjky677uCBwgx/5ddrVmwgjky677uCBwgx -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/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:01:07.1612865Z [00:03:29.422]➜  go tool buildid -w $WORK/b2722/_pkg_.a # internal
2025-08-20T23:01:07.1622517Z [00:03:29.423]➜  cp $WORK/b2722/_pkg_.a /root/.cache/go-build/96/966cfff04dd380a6ac7eb119d4deae2fe7d37d5225ae3a554688c4e0d257d6d2-d # internal
2025-08-20T23:01:07.1655280Z [00:03:29.426]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline
2025-08-20T23:01:07.1655957Z [00:03:29.427]➜  mkdir -p $WORK/b2727/
2025-08-20T23:01:07.1657590Z [00:03:29.427]➜  cat >/tmp/go-build2180205415/b2727/importcfg << 'EOF' # internal
2025-08-20T23:01:07.1658833Z [00:03:29.427]➜  # import config
2025-08-20T23:01:07.1659791Z [00:03:29.427]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.1662059Z [00:03:29.427]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.1663237Z [00:03:29.427]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.1664035Z [00:03:29.427]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.1664951Z [00:03:29.427]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.1666790Z [00:03:29.427]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.1668002Z [00:03:29.427]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.1670018Z [00:03:29.427]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.1670488Z [00:03:29.427]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.1670923Z [00:03:29.427]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.1671353Z [00:03:29.427]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.1671970Z [00:03:29.427]➜  EOF
2025-08-20T23:01:07.1674943Z [00:03:29.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2727/_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/b2727=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline -lang=go1.22 -complete -installsuffix shared -buildid GzHmzoetpYgEBFTIJhOe/GzHmzoetpYgEBFTIJhOe -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/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:01:07.1974990Z [00:03:29.458]➜  go tool buildid -w $WORK/b2724/_pkg_.a # internal
2025-08-20T23:01:07.1988207Z [00:03:29.459]➜  cp $WORK/b2724/_pkg_.a /root/.cache/go-build/f1/f123a5219cddbac0203fdb0e002616c630668e58bcbde1ab2fa83db63cd73807-d # internal
2025-08-20T23:01:07.1989082Z [00:03:29.460]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok
2025-08-20T23:01:07.1991383Z [00:03:29.460]➜  mkdir -p $WORK/b2728/
2025-08-20T23:01:07.1992427Z [00:03:29.460]➜  cat >/tmp/go-build2180205415/b2728/importcfg << 'EOF' # internal
2025-08-20T23:01:07.1994370Z [00:03:29.460]➜  # import config
2025-08-20T23:01:07.1995005Z [00:03:29.460]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.1996127Z [00:03:29.460]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.1996675Z [00:03:29.460]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.1997119Z [00:03:29.460]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.1997756Z [00:03:29.460]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.1998548Z [00:03:29.460]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.1999130Z [00:03:29.460]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.1999548Z [00:03:29.460]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.1999977Z [00:03:29.460]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.2000978Z [00:03:29.460]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.2001420Z [00:03:29.460]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.2001735Z [00:03:29.460]➜  EOF
2025-08-20T23:01:07.2004888Z [00:03:29.460]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2728/_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/b2728=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok -lang=go1.22 -complete -installsuffix shared -buildid GE8QzDVk60fgLzlNtvgS/GE8QzDVk60fgLzlNtvgS -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/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:01:07.2009102Z [00:03:29.462]➜  go tool buildid -w $WORK/b2725/_pkg_.a # internal
2025-08-20T23:01:07.2018952Z [00:03:29.463]➜  cp $WORK/b2725/_pkg_.a /root/.cache/go-build/68/685631847f3d2a12274e63135c73b0d103692ecb0c9e0a70c9fbccce465dc181-d # internal
2025-08-20T23:01:07.2034867Z [00:03:29.464]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase
2025-08-20T23:01:07.2035337Z [00:03:29.464]➜  mkdir -p $WORK/b2729/
2025-08-20T23:01:07.2035731Z [00:03:29.464]➜  cat >/tmp/go-build2180205415/b2729/importcfg << 'EOF' # internal
2025-08-20T23:01:07.2037875Z [00:03:29.465]➜  # import config
2025-08-20T23:01:07.2038525Z [00:03:29.465]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.2038968Z [00:03:29.465]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.2039425Z [00:03:29.465]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.2039871Z [00:03:29.465]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.2040397Z [00:03:29.465]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.2041094Z [00:03:29.465]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.2041895Z [00:03:29.465]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.2042466Z [00:03:29.465]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.2042883Z [00:03:29.465]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.2043318Z [00:03:29.465]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.2043920Z [00:03:29.465]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.2044349Z [00:03:29.465]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.2044663Z [00:03:29.465]➜  EOF
2025-08-20T23:01:07.2048325Z [00:03:29.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2729/_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/b2729=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase -lang=go1.22 -complete -installsuffix shared -buildid t8-W4EIV1uCvmUKVHYT8/t8-W4EIV1uCvmUKVHYT8 -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/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:01:07.2130458Z [00:03:29.473]➜  go tool buildid -w $WORK/b2726/_pkg_.a # internal
2025-08-20T23:01:07.2131511Z [00:03:29.474]➜  cp $WORK/b2726/_pkg_.a /root/.cache/go-build/34/34e654665de06c83e1f0d99f8f094867d929fce3e7629837228ba955fefb9778-d # internal
2025-08-20T23:01:07.2174616Z [00:03:29.478]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline
2025-08-20T23:01:07.2175435Z [00:03:29.478]➜  mkdir -p $WORK/b2730/
2025-08-20T23:01:07.2177618Z [00:03:29.479]➜  cat >/tmp/go-build2180205415/b2730/importcfg << 'EOF' # internal
2025-08-20T23:01:07.2178069Z [00:03:29.479]➜  # import config
2025-08-20T23:01:07.2178415Z [00:03:29.479]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.2178844Z [00:03:29.479]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.2179614Z [00:03:29.479]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.2180073Z [00:03:29.479]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.2180494Z [00:03:29.479]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.2181153Z [00:03:29.479]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.2181943Z [00:03:29.479]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.2182514Z [00:03:29.479]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.2182930Z [00:03:29.479]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.2183362Z [00:03:29.479]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.2183784Z [00:03:29.479]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.2184218Z [00:03:29.479]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.2184536Z [00:03:29.479]➜  EOF
2025-08-20T23:01:07.2188120Z [00:03:29.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2730/_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/b2730=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline -lang=go1.22 -complete -installsuffix shared -buildid oUFS9DMLdrahce9jlqWm/oUFS9DMLdrahce9jlqWm -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/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:01:07.2297099Z [00:03:29.491]➜  go tool buildid -w $WORK/b2727/_pkg_.a # internal
2025-08-20T23:01:07.2307656Z [00:03:29.492]➜  cp $WORK/b2727/_pkg_.a /root/.cache/go-build/b9/b9268e88ead73451e418b3b38fb6c8a23531c4af32275185f523f7f331248bd4-d # internal
2025-08-20T23:01:07.2341625Z [00:03:29.495]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate
2025-08-20T23:01:07.2347920Z [00:03:29.495]➜  mkdir -p $WORK/b2731/
2025-08-20T23:01:07.2348341Z [00:03:29.495]➜  cat >/tmp/go-build2180205415/b2731/importcfg << 'EOF' # internal
2025-08-20T23:01:07.2348699Z [00:03:29.495]➜  # import config
2025-08-20T23:01:07.2349267Z [00:03:29.495]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.2349769Z [00:03:29.495]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.2350223Z [00:03:29.495]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.2350676Z [00:03:29.495]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.2351098Z [00:03:29.495]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.2351728Z [00:03:29.495]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.2352516Z [00:03:29.495]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.2353084Z [00:03:29.495]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.2353505Z [00:03:29.495]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.2353938Z [00:03:29.495]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.2354367Z [00:03:29.495]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.2354794Z [00:03:29.495]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.2355107Z [00:03:29.495]➜  EOF
2025-08-20T23:01:07.2358694Z [00:03:29.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2731/_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/b2731=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate -lang=go1.22 -complete -installsuffix shared -buildid g53hhGSO8MiP95ZLNisK/g53hhGSO8MiP95ZLNisK -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/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:01:07.2649611Z [00:03:29.526]➜  go tool buildid -w $WORK/b2729/_pkg_.a # internal
2025-08-20T23:01:07.2663824Z [00:03:29.527]➜  cp $WORK/b2729/_pkg_.a /root/.cache/go-build/74/7474c01bbecdb0bbf7d90cf33417b5708bdaf291d0e7549457dd729fc61676c1-d # internal
2025-08-20T23:01:07.2667926Z [00:03:29.528]➜  go tool buildid -w $WORK/b2728/_pkg_.a # internal
2025-08-20T23:01:07.2679471Z [00:03:29.529]➜  cp $WORK/b2728/_pkg_.a /root/.cache/go-build/df/dff942e51655ec63f1e6f9907440b7eb0f952479a8870f83ad8e6f4ba0f29a49-d # internal
2025-08-20T23:01:07.2684415Z [00:03:29.529]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/get
2025-08-20T23:01:07.2686035Z [00:03:29.530]➜  mkdir -p $WORK/b2733/
2025-08-20T23:01:07.2687732Z [00:03:29.530]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/delete
2025-08-20T23:01:07.2688348Z [00:03:29.530]➜  mkdir -p $WORK/b2732/
2025-08-20T23:01:07.2690559Z [00:03:29.530]➜  cat >/tmp/go-build2180205415/b2732/importcfg << 'EOF' # internal
2025-08-20T23:01:07.2691880Z [00:03:29.530]➜  # import config
2025-08-20T23:01:07.2693578Z [00:03:29.530]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.2694581Z [00:03:29.530]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.2695416Z [00:03:29.530]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.2695977Z [00:03:29.530]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.2696680Z [00:03:29.530]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.2697486Z [00:03:29.530]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.2698053Z [00:03:29.530]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.2698619Z [00:03:29.530]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.2699140Z [00:03:29.530]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.2699572Z [00:03:29.530]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.2700010Z [00:03:29.530]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.2700332Z [00:03:29.530]➜  EOF
2025-08-20T23:01:07.2703082Z [00:03:29.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2732/_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/b2732=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/delete -lang=go1.22 -complete -installsuffix shared -buildid okv0NG0tpiU4Sc5ZQijS/okv0NG0tpiU4Sc5ZQijS -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/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:01:07.2719408Z [00:03:29.533]➜  cat >/tmp/go-build2180205415/b2733/importcfg << 'EOF' # internal
2025-08-20T23:01:07.2720349Z [00:03:29.533]➜  # import config
2025-08-20T23:01:07.2721321Z [00:03:29.533]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.2722172Z [00:03:29.533]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.2723635Z [00:03:29.533]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.2724099Z [00:03:29.533]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.2724752Z [00:03:29.533]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.2725542Z [00:03:29.533]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.2726242Z [00:03:29.533]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.2726676Z [00:03:29.533]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.2727115Z [00:03:29.533]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.2727552Z [00:03:29.533]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.2727984Z [00:03:29.533]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.2728298Z [00:03:29.533]➜  EOF
2025-08-20T23:01:07.2939713Z [00:03:29.533]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2733/_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/b2733=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/get -lang=go1.22 -complete -installsuffix shared -buildid _Bwe7pdfKEPTDlKf7E6t/_Bwe7pdfKEPTDlKf7E6t -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/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:01:07.2942201Z [00:03:29.553]➜  go tool buildid -w $WORK/b2730/_pkg_.a # internal
2025-08-20T23:01:07.2953994Z [00:03:29.556]➜  cp $WORK/b2730/_pkg_.a /root/.cache/go-build/48/48b008db99f502a0f0cea274146b543b67456577ccc903205ddfc7a2eada7249-d # internal
2025-08-20T23:01:07.2972919Z [00:03:29.558]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus
2025-08-20T23:01:07.2974864Z [00:03:29.558]➜  mkdir -p $WORK/b2734/
2025-08-20T23:01:07.2975712Z [00:03:29.558]➜  cat >/tmp/go-build2180205415/b2734/importcfg << 'EOF' # internal
2025-08-20T23:01:07.2977533Z [00:03:29.558]➜  # import config
2025-08-20T23:01:07.2978441Z [00:03:29.558]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.2979261Z [00:03:29.558]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.2979786Z [00:03:29.558]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.2980203Z [00:03:29.558]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.2980846Z [00:03:29.558]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.2981646Z [00:03:29.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.2982213Z [00:03:29.558]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.2982643Z [00:03:29.558]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.2983073Z [00:03:29.558]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.2983501Z [00:03:29.558]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.2983932Z [00:03:29.558]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.2984245Z [00:03:29.558]➜  EOF
2025-08-20T23:01:07.2987353Z [00:03:29.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2734/_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/b2734=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus -lang=go1.22 -complete -installsuffix shared -buildid 43B1hArhsMxPl0ICqZgr/43B1hArhsMxPl0ICqZgr -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/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:01:07.3108916Z [00:03:29.572]➜  go tool buildid -w $WORK/b2731/_pkg_.a # internal
2025-08-20T23:01:07.3156557Z [00:03:29.576]➜  cp $WORK/b2731/_pkg_.a /root/.cache/go-build/cd/cd65eedc3de00b2c9587152b8821761b90c80a00eb45f4abdbf40296505cbf1d-d # internal
2025-08-20T23:01:07.3157459Z [00:03:29.577]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus
2025-08-20T23:01:07.3157891Z [00:03:29.577]➜  mkdir -p $WORK/b2735/
2025-08-20T23:01:07.3158282Z [00:03:29.577]➜  cat >/tmp/go-build2180205415/b2735/importcfg << 'EOF' # internal
2025-08-20T23:01:07.3158638Z [00:03:29.577]➜  # import config
2025-08-20T23:01:07.3158995Z [00:03:29.577]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.3159448Z [00:03:29.577]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.3160176Z [00:03:29.577]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.3161462Z [00:03:29.577]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.3187444Z [00:03:29.577]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.3188822Z [00:03:29.577]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.3189470Z [00:03:29.577]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.3189921Z [00:03:29.577]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.3190744Z [00:03:29.577]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.3191176Z [00:03:29.577]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.3191606Z [00:03:29.577]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.3191925Z [00:03:29.577]➜  EOF
2025-08-20T23:01:07.3194994Z [00:03:29.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2735/_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/b2735=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus -lang=go1.22 -complete -installsuffix shared -buildid ZK3bCL7lQgo4I9dOaKjq/ZK3bCL7lQgo4I9dOaKjq -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/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:01:07.3401151Z [00:03:29.601]➜  go tool buildid -w $WORK/b2732/_pkg_.a # internal
2025-08-20T23:01:07.3415246Z [00:03:29.603]➜  cp $WORK/b2732/_pkg_.a /root/.cache/go-build/2c/2c025b6d433e4b6e2bb7669cd8f39037d4c12145c5efcb86ec0dfb187ae56a9b-d # internal
2025-08-20T23:01:07.3437298Z [00:03:29.605]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/post
2025-08-20T23:01:07.3438239Z [00:03:29.605]➜  mkdir -p $WORK/b2736/
2025-08-20T23:01:07.3446197Z [00:03:29.606]➜  cat >/tmp/go-build2180205415/b2736/importcfg << 'EOF' # internal
2025-08-20T23:01:07.3446644Z [00:03:29.606]➜  # import config
2025-08-20T23:01:07.3446993Z [00:03:29.606]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.3447425Z [00:03:29.606]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.3448293Z [00:03:29.606]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.3448758Z [00:03:29.606]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.3449175Z [00:03:29.606]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.3449813Z [00:03:29.606]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.3450607Z [00:03:29.606]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.3451469Z [00:03:29.606]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus=/tmp/go-build2180205415/b2397/_pkg_.a
2025-08-20T23:01:07.3452116Z [00:03:29.606]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.3452537Z [00:03:29.606]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.3452976Z [00:03:29.606]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.3453411Z [00:03:29.606]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.3453841Z [00:03:29.606]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.3454159Z [00:03:29.606]➜  EOF
2025-08-20T23:01:07.3494582Z [00:03:29.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2736/_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/b2736=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/post -lang=go1.22 -complete -installsuffix shared -buildid stzudapUOdCM-1WvI1-5/stzudapUOdCM-1WvI1-5 -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/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:01:07.3497923Z [00:03:29.609]➜  go tool buildid -w $WORK/b2733/_pkg_.a # internal
2025-08-20T23:01:07.3498613Z [00:03:29.609]➜  cp $WORK/b2733/_pkg_.a /root/.cache/go-build/65/655e6f2a9de68e9d86171ad5330db1cae7e3d0306622e601509eb0c5095378d9-d # internal
2025-08-20T23:01:07.3499321Z [00:03:29.609]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic
2025-08-20T23:01:07.3499729Z [00:03:29.609]➜  mkdir -p $WORK/b2737/
2025-08-20T23:01:07.3500107Z [00:03:29.610]➜  cat >/tmp/go-build2180205415/b2737/importcfg << 'EOF' # internal
2025-08-20T23:01:07.3500698Z [00:03:29.610]➜  # import config
2025-08-20T23:01:07.3501119Z [00:03:29.610]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.3501548Z [00:03:29.610]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.3502008Z [00:03:29.610]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.3502457Z [00:03:29.610]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.3502867Z [00:03:29.610]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.3503492Z [00:03:29.610]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.3504284Z [00:03:29.610]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.3505125Z [00:03:29.610]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build2180205415/b2398/_pkg_.a
2025-08-20T23:01:07.3505895Z [00:03:29.610]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.3506394Z [00:03:29.610]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.3506828Z [00:03:29.610]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.3507495Z [00:03:29.610]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.3507931Z [00:03:29.610]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.3508245Z [00:03:29.610]➜  EOF
2025-08-20T23:01:07.3511166Z [00:03:29.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2737/_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/b2737=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic -lang=go1.22 -complete -installsuffix shared -buildid ruZabeev2RvDATGbhA4-/ruZabeev2RvDATGbhA4- -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/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:01:07.3544481Z [00:03:29.615]➜  go tool buildid -w $WORK/b2734/_pkg_.a # internal
2025-08-20T23:01:07.3552164Z [00:03:29.616]➜  cp $WORK/b2734/_pkg_.a /root/.cache/go-build/b3/b39d61f31fa5ff9a114d89e77b6b698540d77eed8ecd4f2f540e3cb82cac4322-d # internal
2025-08-20T23:01:07.3565184Z [00:03:29.617]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial
2025-08-20T23:01:07.3568172Z [00:03:29.618]➜  mkdir -p $WORK/b2738/
2025-08-20T23:01:07.3570509Z [00:03:29.618]➜  cat >/tmp/go-build2180205415/b2738/importcfg << 'EOF' # internal
2025-08-20T23:01:07.3571332Z [00:03:29.618]➜  # import config
2025-08-20T23:01:07.3571800Z [00:03:29.618]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.3572277Z [00:03:29.618]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.3572729Z [00:03:29.618]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.3573156Z [00:03:29.618]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.3573796Z [00:03:29.618]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.3574583Z [00:03:29.618]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.3575432Z [00:03:29.618]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build2180205415/b2398/_pkg_.a
2025-08-20T23:01:07.3576436Z [00:03:29.618]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.3577171Z [00:03:29.618]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.3577675Z [00:03:29.618]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.3578103Z [00:03:29.618]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.3578534Z [00:03:29.618]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.3578858Z [00:03:29.618]➜  EOF
2025-08-20T23:01:07.3581807Z [00:03:29.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2738/_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/b2738=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial -lang=go1.22 -complete -installsuffix shared -buildid RXP0ReXMy4fk9xXNF_AL/RXP0ReXMy4fk9xXNF_AL -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/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:01:07.3830597Z [00:03:29.644]➜  go tool buildid -w $WORK/b2735/_pkg_.a # internal
2025-08-20T23:01:07.3847820Z [00:03:29.646]➜  cp $WORK/b2735/_pkg_.a /root/.cache/go-build/58/58feb022b3b099ba835418199430c5bceabb09953f00ac291981325d3ef7d656-d # internal
2025-08-20T23:01:07.3853596Z [00:03:29.646]➜  github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline
2025-08-20T23:01:07.3854217Z [00:03:29.646]➜  mkdir -p $WORK/b2740/
2025-08-20T23:01:07.3861018Z [00:03:29.647]➜  cat >/tmp/go-build2180205415/b2740/importcfg << 'EOF' # internal
2025-08-20T23:01:07.3861718Z [00:03:29.647]➜  # import config
2025-08-20T23:01:07.3872636Z [00:03:29.647]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.3873325Z [00:03:29.647]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.3873796Z [00:03:29.647]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.3874216Z [00:03:29.647]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.3874848Z [00:03:29.647]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.3875652Z [00:03:29.647]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.3876711Z [00:03:29.647]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.3877146Z [00:03:29.647]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.3877687Z [00:03:29.647]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.3878186Z [00:03:29.647]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.3878612Z [00:03:29.647]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.3878926Z [00:03:29.647]➜  EOF
2025-08-20T23:01:07.3881812Z [00:03:29.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2740/_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/b2740=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline -lang=go1.22 -complete -installsuffix shared -buildid GX-EsR41XExlYczlOqja/GX-EsR41XExlYczlOqja -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/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:01:07.4166892Z [00:03:29.678]➜  go tool buildid -w $WORK/b2738/_pkg_.a # internal
2025-08-20T23:01:07.4174429Z [00:03:29.678]➜  cp $WORK/b2738/_pkg_.a /root/.cache/go-build/66/66fac3417860c3a4a4317c1e950d81789db9348bac2a2a7c2c5ad0eb114eb554-d # internal
2025-08-20T23:01:07.4177488Z [00:03:29.679]➜  github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline
2025-08-20T23:01:07.4177983Z [00:03:29.679]➜  mkdir -p $WORK/b2741/
2025-08-20T23:01:07.4181495Z [00:03:29.679]➜  cat >/tmp/go-build2180205415/b2741/importcfg << 'EOF' # internal
2025-08-20T23:01:07.4182877Z [00:03:29.679]➜  # import config
2025-08-20T23:01:07.4184200Z [00:03:29.679]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.4185573Z [00:03:29.679]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.4186297Z [00:03:29.679]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.4186895Z [00:03:29.679]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.4187395Z [00:03:29.679]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.4188101Z [00:03:29.679]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.4188894Z [00:03:29.679]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.4189467Z [00:03:29.679]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.4190221Z [00:03:29.679]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.4190667Z [00:03:29.679]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.4191094Z [00:03:29.679]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.4191523Z [00:03:29.679]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.4191842Z [00:03:29.679]➜  EOF
2025-08-20T23:01:07.4194745Z [00:03:29.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2741/_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/b2741=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline -lang=go1.22 -complete -installsuffix shared -buildid G9XnrtlSwiZCntTi8ohi/G9XnrtlSwiZCntTi8ohi -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/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:01:07.4286256Z [00:03:29.690]➜  go tool buildid -w $WORK/b2736/_pkg_.a # internal
2025-08-20T23:01:07.4298286Z [00:03:29.691]➜  cp $WORK/b2736/_pkg_.a /root/.cache/go-build/d8/d804cb4238370dfc0fddf748b044dbc568e70368705c4cb1be0ba66b6ae9876c-d # internal
2025-08-20T23:01:07.4321734Z [00:03:29.693]➜  github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations
2025-08-20T23:01:07.4322323Z [00:03:29.693]➜  mkdir -p $WORK/b2742/
2025-08-20T23:01:07.4326401Z [00:03:29.694]➜  cat >/tmp/go-build2180205415/b2742/importcfg << 'EOF' # internal
2025-08-20T23:01:07.4327074Z [00:03:29.694]➜  # import config
2025-08-20T23:01:07.4327566Z [00:03:29.694]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.4328090Z [00:03:29.694]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.4328756Z [00:03:29.694]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.4329403Z [00:03:29.694]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.4330187Z [00:03:29.694]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.4331034Z [00:03:29.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.4331842Z [00:03:29.694]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.4332266Z [00:03:29.694]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.4332950Z [00:03:29.694]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.4333652Z [00:03:29.694]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.4334159Z [00:03:29.694]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.4334485Z [00:03:29.694]➜  EOF
2025-08-20T23:01:07.4338375Z [00:03:29.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2742/_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/b2742=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations -lang=go1.22 -complete -installsuffix shared -buildid xlcRp3nQWNISPaq07m5V/xlcRp3nQWNISPaq07m5V -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/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:01:07.4342972Z [00:03:29.695]➜  go tool buildid -w $WORK/b2737/_pkg_.a # internal
2025-08-20T23:01:07.4366730Z [00:03:29.698]➜  cp $WORK/b2737/_pkg_.a /root/.cache/go-build/12/122949e01bf38f68c806e776fce4ab600b0cf1451394b3e2d76147e51c035574-d # internal
2025-08-20T23:01:07.4377670Z [00:03:29.699]➜  github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus
2025-08-20T23:01:07.4378236Z [00:03:29.699]➜  mkdir -p $WORK/b2743/
2025-08-20T23:01:07.4389767Z [00:03:29.700]➜  cat >/tmp/go-build2180205415/b2743/importcfg << 'EOF' # internal
2025-08-20T23:01:07.4390397Z [00:03:29.700]➜  # import config
2025-08-20T23:01:07.4391290Z [00:03:29.700]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.4394968Z [00:03:29.700]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.4396091Z [00:03:29.700]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.4396742Z [00:03:29.700]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.4397489Z [00:03:29.700]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.4398446Z [00:03:29.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.4400595Z [00:03:29.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus=/tmp/go-build2180205415/b2404/_pkg_.a
2025-08-20T23:01:07.4401266Z [00:03:29.700]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.4401833Z [00:03:29.700]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.4402321Z [00:03:29.700]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.4402746Z [00:03:29.700]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.4403183Z [00:03:29.700]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.4403497Z [00:03:29.700]➜  EOF
2025-08-20T23:01:07.4406878Z [00:03:29.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2743/_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/b2743=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus -lang=go1.22 -complete -installsuffix shared -buildid nU43sU2ZPoS0nNVACE3r/nU43sU2ZPoS0nNVACE3r -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/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:01:07.4409913Z [00:03:29.701]➜  go tool buildid -w $WORK/b2740/_pkg_.a # internal
2025-08-20T23:01:07.4414126Z [00:03:29.702]➜  cp $WORK/b2740/_pkg_.a /root/.cache/go-build/bc/bcab9724c22fb3566662bf7252c46e047b15a130fcb1977537cce405b116a9bf-d # internal
2025-08-20T23:01:07.4434304Z [00:03:29.704]➜  github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade
2025-08-20T23:01:07.4440464Z [00:03:29.704]➜  mkdir -p $WORK/b2744/
2025-08-20T23:01:07.4440875Z [00:03:29.705]➜  cat >/tmp/go-build2180205415/b2744/importcfg << 'EOF' # internal
2025-08-20T23:01:07.4441226Z [00:03:29.705]➜  # import config
2025-08-20T23:01:07.4441569Z [00:03:29.705]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.4442034Z [00:03:29.705]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.4442476Z [00:03:29.705]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.4442897Z [00:03:29.705]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.4443558Z [00:03:29.705]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.4444342Z [00:03:29.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.4445228Z [00:03:29.705]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.4445657Z [00:03:29.705]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.4446304Z [00:03:29.705]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.4446739Z [00:03:29.705]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.4447171Z [00:03:29.705]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.4447489Z [00:03:29.705]➜  EOF
2025-08-20T23:01:07.4450553Z [00:03:29.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2744/_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/b2744=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade -lang=go1.22 -complete -installsuffix shared -buildid 207F0xPzaMi_6t9mucLI/207F0xPzaMi_6t9mucLI -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/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:01:07.4724711Z [00:03:29.733]➜  go tool buildid -w $WORK/b2741/_pkg_.a # internal
2025-08-20T23:01:07.4735968Z [00:03:29.735]➜  cp $WORK/b2741/_pkg_.a /root/.cache/go-build/3d/3ddc32c3f3c26254588f22dcb33d10d7a232936b013e39618622f70b8a9bea3d-d # internal
2025-08-20T23:01:07.4759016Z [00:03:29.737]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache
2025-08-20T23:01:07.4759530Z [00:03:29.737]➜  mkdir -p $WORK/b2745/
2025-08-20T23:01:07.4765119Z [00:03:29.737]➜  cat >/tmp/go-build2180205415/b2745/importcfg << 'EOF' # internal
2025-08-20T23:01:07.4769323Z [00:03:29.738]➜  # import config
2025-08-20T23:01:07.4769758Z [00:03:29.738]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.4770231Z [00:03:29.738]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.4770685Z [00:03:29.738]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.4771099Z [00:03:29.738]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.4771739Z [00:03:29.738]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.4772531Z [00:03:29.738]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.4773351Z [00:03:29.738]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.4773835Z [00:03:29.738]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.4774272Z [00:03:29.738]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.4774705Z [00:03:29.738]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.4775139Z [00:03:29.738]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.4775454Z [00:03:29.738]➜  EOF
2025-08-20T23:01:07.4779007Z [00:03:29.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2745/_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/b2745=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache -lang=go1.22 -complete -installsuffix shared -buildid jmVFsiK2qI7IOhlBCy23/jmVFsiK2qI7IOhlBCy23 -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/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:01:07.4993231Z [00:03:29.760]➜  go tool buildid -w $WORK/b2742/_pkg_.a # internal
2025-08-20T23:01:07.5000580Z [00:03:29.761]➜  go tool buildid -w $WORK/b2744/_pkg_.a # internal
2025-08-20T23:01:07.5027200Z [00:03:29.764]➜  cp $WORK/b2742/_pkg_.a /root/.cache/go-build/8c/8c61af075e5f1515c66e50f16c884d118f4fb5e801f9602e4873f6eab67a49fc-d # internal
2025-08-20T23:01:07.5029497Z [00:03:29.764]➜  cp $WORK/b2744/_pkg_.a /root/.cache/go-build/6d/6d78d369b74f57aaa4f2b25c23330c15cfdc8a916931d9e510a62f470ef375be-d # internal
2025-08-20T23:01:07.5030635Z [00:03:29.764]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar
2025-08-20T23:01:07.5031407Z [00:03:29.764]➜  mkdir -p $WORK/b2747/
2025-08-20T23:01:07.5032516Z [00:03:29.764]➜  cat >/tmp/go-build2180205415/b2747/importcfg << 'EOF' # internal
2025-08-20T23:01:07.5033111Z [00:03:29.764]➜  # import config
2025-08-20T23:01:07.5033778Z [00:03:29.764]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.5034738Z [00:03:29.764]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.5035402Z [00:03:29.764]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.5036227Z [00:03:29.764]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.5037389Z [00:03:29.764]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.5038396Z [00:03:29.764]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.5039281Z [00:03:29.764]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.5039972Z [00:03:29.764]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.5040770Z [00:03:29.764]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.5041979Z [00:03:29.764]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.5042463Z [00:03:29.764]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.5042785Z [00:03:29.764]➜  EOF
2025-08-20T23:01:07.5043113Z [00:03:29.764]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob
2025-08-20T23:01:07.5043480Z [00:03:29.764]➜  mkdir -p $WORK/b2746/
2025-08-20T23:01:07.5043862Z [00:03:29.764]➜  cat >/tmp/go-build2180205415/b2746/importcfg << 'EOF' # internal
2025-08-20T23:01:07.5044211Z [00:03:29.764]➜  # import config
2025-08-20T23:01:07.5044543Z [00:03:29.764]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.5045187Z [00:03:29.764]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.5045715Z [00:03:29.764]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.5046361Z [00:03:29.764]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.5046789Z [00:03:29.764]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.5047427Z [00:03:29.764]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.5048220Z [00:03:29.764]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.5048788Z [00:03:29.764]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.5049205Z [00:03:29.764]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.5049638Z [00:03:29.764]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.5050073Z [00:03:29.764]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.5050504Z [00:03:29.764]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.5050823Z [00:03:29.764]➜  EOF
2025-08-20T23:01:07.5053869Z [00:03:29.764]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2746/_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/b2746=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob -lang=go1.22 -complete -installsuffix shared -buildid GxfSSxtgczaclzatRWeS/GxfSSxtgczaclzatRWeS -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/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:01:07.5059529Z [00:03:29.764]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2747/_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/b2747=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar -lang=go1.22 -complete -installsuffix shared -buildid wTAzyTReE8MGoM8ml89l/wTAzyTReE8MGoM8ml89l -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/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:01:07.5069036Z [00:03:29.768]➜  go tool buildid -w $WORK/b2743/_pkg_.a # internal
2025-08-20T23:01:07.5080978Z [00:03:29.769]➜  cp $WORK/b2743/_pkg_.a /root/.cache/go-build/d4/d4109171f4d40f9ffb223188d8488283dba855811b0f94426b6911ec0bd601b2-d # internal
2025-08-20T23:01:07.5086818Z [00:03:29.770]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent
2025-08-20T23:01:07.5089334Z [00:03:29.770]➜  mkdir -p $WORK/b2748/
2025-08-20T23:01:07.5092664Z [00:03:29.770]➜  cat >/tmp/go-build2180205415/b2748/importcfg << 'EOF' # internal
2025-08-20T23:01:07.5093055Z [00:03:29.770]➜  # import config
2025-08-20T23:01:07.5093410Z [00:03:29.770]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.5093867Z [00:03:29.770]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.5094313Z [00:03:29.770]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.5094739Z [00:03:29.770]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.5095369Z [00:03:29.770]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.5096610Z [00:03:29.770]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.5097293Z [00:03:29.770]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.5097724Z [00:03:29.770]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.5098166Z [00:03:29.770]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.5098599Z [00:03:29.770]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.5099027Z [00:03:29.770]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.5099340Z [00:03:29.770]➜  EOF
2025-08-20T23:01:07.5102298Z [00:03:29.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2748/_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/b2748=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent -lang=go1.22 -complete -installsuffix shared -buildid efpDOQKPgH_7bj9F4oWT/efpDOQKPgH_7bj9F4oWT -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/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:01:07.5498220Z [00:03:29.808]➜  go tool buildid -w $WORK/b2745/_pkg_.a # internal
2025-08-20T23:01:07.5515097Z [00:03:29.810]➜  cp $WORK/b2745/_pkg_.a /root/.cache/go-build/97/97e36cd77d993f61d8fdcc7fc0fdcdb31767b24b4588f24b5172dcea0f0bf651-d # internal
2025-08-20T23:01:07.5515933Z [00:03:29.811]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob
2025-08-20T23:01:07.5516398Z [00:03:29.811]➜  mkdir -p $WORK/b2749/
2025-08-20T23:01:07.5516782Z [00:03:29.811]➜  cat >/tmp/go-build2180205415/b2749/importcfg << 'EOF' # internal
2025-08-20T23:01:07.5517138Z [00:03:29.811]➜  # import config
2025-08-20T23:01:07.5517491Z [00:03:29.811]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.5517921Z [00:03:29.811]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.5518373Z [00:03:29.811]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.5518831Z [00:03:29.811]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.5519584Z [00:03:29.811]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.5520221Z [00:03:29.811]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.5521117Z [00:03:29.811]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.5521798Z [00:03:29.811]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.5522216Z [00:03:29.811]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.5522652Z [00:03:29.811]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.5523081Z [00:03:29.811]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.5523513Z [00:03:29.811]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.5523841Z [00:03:29.811]➜  EOF
2025-08-20T23:01:07.5528935Z [00:03:29.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2749/_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/b2749=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob -lang=go1.22 -complete -installsuffix shared -buildid aS9Vv4VKSqstMBgsOgZ7/aS9Vv4VKSqstMBgsOgZ7 -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/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:01:07.5660699Z [00:03:29.827]➜  go tool buildid -w $WORK/b2748/_pkg_.a # internal
2025-08-20T23:01:07.5686073Z [00:03:29.829]➜  cp $WORK/b2748/_pkg_.a /root/.cache/go-build/69/69cb60923693a5be9a6aede463f12ffae435add36f2c6c39c5b864316b9cbdcb-d # internal
2025-08-20T23:01:07.5705067Z [00:03:29.832]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed
2025-08-20T23:01:07.5706989Z [00:03:29.832]➜  mkdir -p $WORK/b2750/
2025-08-20T23:01:07.5712410Z [00:03:29.832]➜  cat >/tmp/go-build2180205415/b2750/importcfg << 'EOF' # internal
2025-08-20T23:01:07.5712890Z [00:03:29.832]➜  # import config
2025-08-20T23:01:07.5713285Z [00:03:29.832]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.5713746Z [00:03:29.832]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.5714209Z [00:03:29.832]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.5714630Z [00:03:29.832]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.5715262Z [00:03:29.832]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.5716500Z [00:03:29.832]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.5717079Z [00:03:29.832]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.5717500Z [00:03:29.832]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.5717927Z [00:03:29.832]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.5718358Z [00:03:29.832]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.5718786Z [00:03:29.832]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.5719104Z [00:03:29.832]➜  EOF
2025-08-20T23:01:07.5721946Z [00:03:29.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2750/_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/b2750=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed -lang=go1.22 -complete -installsuffix shared -buildid vQZyRo-tnoxIu0FSoQZj/vQZyRo-tnoxIu0FSoQZj -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/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:01:07.5748206Z [00:03:29.836]➜  go tool buildid -w $WORK/b2747/_pkg_.a # internal
2025-08-20T23:01:07.5772421Z [00:03:29.838]➜  cp $WORK/b2747/_pkg_.a /root/.cache/go-build/21/21621c1475be7246ca648c15e8fbeef8db55cbed30231b6f5fb535d410638ddb-d # internal
2025-08-20T23:01:07.5776439Z [00:03:29.839]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics
2025-08-20T23:01:07.5784819Z [00:03:29.839]➜  mkdir -p $WORK/b2751/
2025-08-20T23:01:07.5786805Z [00:03:29.839]➜  cat >/tmp/go-build2180205415/b2751/importcfg << 'EOF' # internal
2025-08-20T23:01:07.5787298Z [00:03:29.839]➜  # import config
2025-08-20T23:01:07.5787667Z [00:03:29.839]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.5788128Z [00:03:29.839]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.5788576Z [00:03:29.839]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.5788993Z [00:03:29.839]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.5789630Z [00:03:29.839]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.5790701Z [00:03:29.839]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.5807916Z [00:03:29.839]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.5808379Z [00:03:29.839]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.5808819Z [00:03:29.839]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.5809277Z [00:03:29.839]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.5809706Z [00:03:29.839]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.5810022Z [00:03:29.839]➜  EOF
2025-08-20T23:01:07.5813154Z [00:03:29.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2751/_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/b2751=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid OF2ppGEkYCuFuvTMtkcS/OF2ppGEkYCuFuvTMtkcS -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/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:01:07.5911303Z [00:03:29.852]➜  go tool buildid -w $WORK/b2746/_pkg_.a # internal
2025-08-20T23:01:07.5938954Z [00:03:29.853]➜  cp $WORK/b2746/_pkg_.a /root/.cache/go-build/4b/4b4337f8d69457ba8a8638598c57aba76744b9462a0b94d67a15694b6f1f2da6-d # internal
2025-08-20T23:01:07.5953704Z [00:03:29.856]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata
2025-08-20T23:01:07.5954388Z [00:03:29.857]➜  mkdir -p $WORK/b2752/
2025-08-20T23:01:07.5962217Z [00:03:29.857]➜  cat >/tmp/go-build2180205415/b2752/importcfg << 'EOF' # internal
2025-08-20T23:01:07.5962965Z [00:03:29.857]➜  # import config
2025-08-20T23:01:07.5964753Z [00:03:29.857]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.5965396Z [00:03:29.857]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.5966298Z [00:03:29.857]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.5967137Z [00:03:29.857]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.5968278Z [00:03:29.857]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.5969273Z [00:03:29.857]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.5970308Z [00:03:29.857]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.5971217Z [00:03:29.857]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.5972438Z [00:03:29.857]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.5972883Z [00:03:29.857]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.5973313Z [00:03:29.857]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.5973742Z [00:03:29.857]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.5974067Z [00:03:29.857]➜  EOF
2025-08-20T23:01:07.5977790Z [00:03:29.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2752/_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/b2752=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata -lang=go1.22 -complete -installsuffix shared -buildid aWvgrnmXCaF3oAt5RYiv/aWvgrnmXCaF3oAt5RYiv -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/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:01:07.6150834Z [00:03:29.876]➜  go tool buildid -w $WORK/b2749/_pkg_.a # internal
2025-08-20T23:01:07.6160014Z [00:03:29.876]➜  cp $WORK/b2749/_pkg_.a /root/.cache/go-build/70/70d58ef92543930568dabffc0175260c408b29f3042dce4df93d489471d40940-d # internal
2025-08-20T23:01:07.6160721Z [00:03:29.876]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter
2025-08-20T23:01:07.6161101Z [00:03:29.876]➜  mkdir -p $WORK/b2753/
2025-08-20T23:01:07.6161486Z [00:03:29.876]➜  cat >/tmp/go-build2180205415/b2753/importcfg << 'EOF' # internal
2025-08-20T23:01:07.6161837Z [00:03:29.876]➜  # import config
2025-08-20T23:01:07.6162185Z [00:03:29.876]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.6162650Z [00:03:29.876]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.6163099Z [00:03:29.876]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.6163509Z [00:03:29.876]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.6164145Z [00:03:29.876]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.6165386Z [00:03:29.876]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.6166125Z [00:03:29.876]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.6166551Z [00:03:29.876]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.6167110Z [00:03:29.876]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.6167649Z [00:03:29.876]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.6168088Z [00:03:29.876]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.6168406Z [00:03:29.876]➜  EOF
2025-08-20T23:01:07.6171162Z [00:03:29.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2753/_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/b2753=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter -lang=go1.22 -complete -installsuffix shared -buildid WEpWB_kcHb_rC5Ea-Zf4/WEpWB_kcHb_rC5Ea-Zf4 -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/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:01:07.6460473Z [00:03:29.906]➜  go tool buildid -w $WORK/b2750/_pkg_.a # internal
2025-08-20T23:01:07.6464053Z [00:03:29.907]➜  cp $WORK/b2750/_pkg_.a /root/.cache/go-build/c9/c997619043fe4cb4465ebb02073f0cf9263748a45089e6b1014b6714dba0263a-d # internal
2025-08-20T23:01:07.6481822Z [00:03:29.909]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast
2025-08-20T23:01:07.6487164Z [00:03:29.909]➜  mkdir -p $WORK/b2754/
2025-08-20T23:01:07.6487598Z [00:03:29.909]➜  cat >/tmp/go-build2180205415/b2754/importcfg << 'EOF' # internal
2025-08-20T23:01:07.6487964Z [00:03:29.909]➜  # import config
2025-08-20T23:01:07.6488314Z [00:03:29.909]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.6488771Z [00:03:29.909]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.6489227Z [00:03:29.909]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.6489656Z [00:03:29.909]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.6490293Z [00:03:29.909]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.6491400Z [00:03:29.909]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.6492086Z [00:03:29.909]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.6492517Z [00:03:29.909]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.6492962Z [00:03:29.909]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.6493396Z [00:03:29.909]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.6493852Z [00:03:29.909]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.6494177Z [00:03:29.909]➜  EOF
2025-08-20T23:01:07.6497272Z [00:03:29.909]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2754/_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/b2754=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast -lang=go1.22 -complete -installsuffix shared -buildid VP8p073AXWjjCm0g-GQ_/VP8p073AXWjjCm0g-GQ_ -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/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:01:07.6541274Z [00:03:29.915]➜  go tool buildid -w $WORK/b2751/_pkg_.a # internal
2025-08-20T23:01:07.6553469Z [00:03:29.916]➜  cp $WORK/b2751/_pkg_.a /root/.cache/go-build/af/af8da2c2ed35eb5b3e9551ca725a113fbd70e3802b4dd8e28cbf610452b00696-d # internal
2025-08-20T23:01:07.6562018Z [00:03:29.917]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob
2025-08-20T23:01:07.6565160Z [00:03:29.917]➜  mkdir -p $WORK/b2755/
2025-08-20T23:01:07.6568546Z [00:03:29.918]➜  cat >/tmp/go-build2180205415/b2755/importcfg << 'EOF' # internal
2025-08-20T23:01:07.6568923Z [00:03:29.918]➜  # import config
2025-08-20T23:01:07.6569488Z [00:03:29.918]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.6570110Z [00:03:29.918]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.6571176Z [00:03:29.918]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.6571779Z [00:03:29.918]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.6572773Z [00:03:29.918]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.6573699Z [00:03:29.918]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.6574374Z [00:03:29.918]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.6574903Z [00:03:29.918]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.6575427Z [00:03:29.918]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.6576318Z [00:03:29.918]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.6577797Z [00:03:29.918]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.6578125Z [00:03:29.918]➜  EOF
2025-08-20T23:01:07.6580821Z [00:03:29.918]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2755/_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/b2755=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob -lang=go1.22 -complete -installsuffix shared -buildid ksJpdF3jUdczx_T5C_uY/ksJpdF3jUdczx_T5C_uY -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/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:01:07.6644807Z [00:03:29.925]➜  go tool buildid -w $WORK/b2752/_pkg_.a # internal
2025-08-20T23:01:07.6677166Z [00:03:29.927]➜  cp $WORK/b2752/_pkg_.a /root/.cache/go-build/45/45abc8a5e464ee17cfe8b9b72f4fc5b5996b587a13721ed69b91dc8617d021cd-d # internal
2025-08-20T23:01:07.6684569Z [00:03:29.930]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot
2025-08-20T23:01:07.6685259Z [00:03:29.930]➜  mkdir -p $WORK/b2756/
2025-08-20T23:01:07.6694662Z [00:03:29.931]➜  cat >/tmp/go-build2180205415/b2756/importcfg << 'EOF' # internal
2025-08-20T23:01:07.6695328Z [00:03:29.931]➜  # import config
2025-08-20T23:01:07.6696128Z [00:03:29.931]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.6697011Z [00:03:29.931]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.6698137Z [00:03:29.931]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.6698733Z [00:03:29.931]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.6699689Z [00:03:29.931]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.6700977Z [00:03:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.6702160Z [00:03:29.931]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.6702746Z [00:03:29.931]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.6704020Z [00:03:29.931]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.6704462Z [00:03:29.931]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.6705046Z [00:03:29.931]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.6705424Z [00:03:29.931]➜  EOF
2025-08-20T23:01:07.6708552Z [00:03:29.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2756/_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/b2756=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot -lang=go1.22 -complete -installsuffix shared -buildid A65iARn-u6rKRhKYpY-n/A65iARn-u6rKRhKYpY-n -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/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:01:07.6763238Z [00:03:29.937]➜  go tool buildid -w $WORK/b2753/_pkg_.a # internal
2025-08-20T23:01:07.6771667Z [00:03:29.938]➜  cp $WORK/b2753/_pkg_.a /root/.cache/go-build/10/10b52be482b647dbecbdb3e44a674f6a8e323abcb4a2740f4950a22d2202739e-d # internal
2025-08-20T23:01:07.6777248Z [00:03:29.939]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel
2025-08-20T23:01:07.6778042Z [00:03:29.939]➜  mkdir -p $WORK/b2757/
2025-08-20T23:01:07.6786229Z [00:03:29.939]➜  cat >/tmp/go-build2180205415/b2757/importcfg << 'EOF' # internal
2025-08-20T23:01:07.6786790Z [00:03:29.939]➜  # import config
2025-08-20T23:01:07.6787254Z [00:03:29.939]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.6788927Z [00:03:29.939]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.6789827Z [00:03:29.939]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.6790316Z [00:03:29.939]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.6790963Z [00:03:29.939]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.6791752Z [00:03:29.939]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.6792323Z [00:03:29.939]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.6792746Z [00:03:29.939]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.6793180Z [00:03:29.939]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.6793611Z [00:03:29.939]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.6794354Z [00:03:29.939]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.6794673Z [00:03:29.939]➜  EOF
2025-08-20T23:01:07.6797835Z [00:03:29.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2757/_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/b2757=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel -lang=go1.22 -complete -installsuffix shared -buildid DgJpbzIupXn1a0mmLQ-g/DgJpbzIupXn1a0mmLQ-g -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/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:01:07.7284534Z [00:03:29.989]➜  go tool buildid -w $WORK/b2755/_pkg_.a # internal
2025-08-20T23:01:07.7300905Z [00:03:29.991]➜  cp $WORK/b2755/_pkg_.a /root/.cache/go-build/5c/5c52e1c56a5b89678280b44dab9090242db9aaa38ce8555fe3f205f657949706-d # internal
2025-08-20T23:01:07.7301680Z [00:03:29.991]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias
2025-08-20T23:01:07.7302099Z [00:03:29.991]➜  mkdir -p $WORK/b2758/
2025-08-20T23:01:07.7314304Z [00:03:29.992]➜  cat >/tmp/go-build2180205415/b2758/importcfg << 'EOF' # internal
2025-08-20T23:01:07.7314800Z [00:03:29.992]➜  # import config
2025-08-20T23:01:07.7315153Z [00:03:29.992]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.7315632Z [00:03:29.992]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.7317982Z [00:03:29.992]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.7318409Z [00:03:29.992]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.7319055Z [00:03:29.992]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.7320098Z [00:03:29.992]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.7320672Z [00:03:29.992]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.7321101Z [00:03:29.992]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.7321537Z [00:03:29.992]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.7321967Z [00:03:29.992]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.7322526Z [00:03:29.992]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.7322905Z [00:03:29.992]➜  EOF
2025-08-20T23:01:07.7326264Z [00:03:29.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2758/_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/b2758=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias -lang=go1.22 -complete -installsuffix shared -buildid G6UAdQcbCvGgcxtySjcy/G6UAdQcbCvGgcxtySjcy -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/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:01:07.7362265Z [00:03:29.997]➜  go tool buildid -w $WORK/b2756/_pkg_.a # internal
2025-08-20T23:01:07.7373079Z [00:03:29.998]➜  cp $WORK/b2756/_pkg_.a /root/.cache/go-build/00/00c4310002ace615705fa7c9ea4e201004c4974067c6b6531a50ceaf3cf82f55-d # internal
2025-08-20T23:01:07.7378675Z [00:03:29.999]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory
2025-08-20T23:01:07.7379441Z [00:03:29.999]➜  mkdir -p $WORK/b2759/
2025-08-20T23:01:07.7384010Z [00:03:29.999]➜  cat >/tmp/go-build2180205415/b2759/importcfg << 'EOF' # internal
2025-08-20T23:01:07.7384485Z [00:03:29.999]➜  # import config
2025-08-20T23:01:07.7384833Z [00:03:29.999]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.7385268Z [00:03:29.999]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.7385737Z [00:03:29.999]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.7386355Z [00:03:29.999]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.7386788Z [00:03:29.999]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.7387423Z [00:03:29.999]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.7388221Z [00:03:29.999]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.7388800Z [00:03:29.999]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.7389220Z [00:03:29.999]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.7389657Z [00:03:29.999]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.7390086Z [00:03:29.999]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.7390735Z [00:03:29.999]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.7391115Z [00:03:29.999]➜  EOF
2025-08-20T23:01:07.7395336Z [00:03:30.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2759/_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/b2759=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory -lang=go1.22 -complete -installsuffix shared -buildid n50qmy9fvERf1FmGaMxm/n50qmy9fvERf1FmGaMxm -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/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:01:07.7420484Z [00:03:30.003]➜  go tool buildid -w $WORK/b2757/_pkg_.a # internal
2025-08-20T23:01:07.7431049Z [00:03:30.004]➜  go tool buildid -w $WORK/b2754/_pkg_.a # internal
2025-08-20T23:01:07.7441737Z [00:03:30.005]➜  cp $WORK/b2754/_pkg_.a /root/.cache/go-build/b3/b3c8f6a7d35eb08541e8363f00cf813ddc53785e778d50305468ba24a529ff05-d # internal
2025-08-20T23:01:07.7445060Z [00:03:30.006]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe
2025-08-20T23:01:07.7446256Z [00:03:30.006]➜  mkdir -p $WORK/b2760/
2025-08-20T23:01:07.7447641Z [00:03:30.006]➜  cat >/tmp/go-build2180205415/b2760/importcfg << 'EOF' # internal
2025-08-20T23:01:07.7448114Z [00:03:30.006]➜  # import config
2025-08-20T23:01:07.7448455Z [00:03:30.006]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.7448889Z [00:03:30.006]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.7449351Z [00:03:30.006]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.7449796Z [00:03:30.006]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.7450206Z [00:03:30.006]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.7450843Z [00:03:30.006]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.7451633Z [00:03:30.006]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.7452544Z [00:03:30.006]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.7452971Z [00:03:30.006]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.7453402Z [00:03:30.006]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.7453830Z [00:03:30.006]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.7454261Z [00:03:30.006]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.7454606Z [00:03:30.006]➜  EOF
2025-08-20T23:01:07.7458070Z [00:03:30.006]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2760/_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/b2760=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe -lang=go1.22 -complete -installsuffix shared -buildid -YlFZpAgMrWF4vYXcHUR/-YlFZpAgMrWF4vYXcHUR -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/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:01:07.7473623Z [00:03:30.008]➜  cp $WORK/b2757/_pkg_.a /root/.cache/go-build/ef/ef18077d201e2370aa04b53d42f49db352d1deaef020878e4ce42799b98a942f-d # internal
2025-08-20T23:01:07.7489268Z [00:03:30.010]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics
2025-08-20T23:01:07.7496538Z [00:03:30.010]➜  mkdir -p $WORK/b2761/
2025-08-20T23:01:07.7496967Z [00:03:30.010]➜  cat >/tmp/go-build2180205415/b2761/importcfg << 'EOF' # internal
2025-08-20T23:01:07.7497325Z [00:03:30.010]➜  # import config
2025-08-20T23:01:07.7497661Z [00:03:30.010]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.7498094Z [00:03:30.010]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.7498826Z [00:03:30.010]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.7499285Z [00:03:30.010]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.7499699Z [00:03:30.010]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.7500335Z [00:03:30.010]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.7501236Z [00:03:30.010]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.7501872Z [00:03:30.010]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.7502289Z [00:03:30.010]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.7502722Z [00:03:30.010]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.7503156Z [00:03:30.010]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.7503585Z [00:03:30.010]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.7503898Z [00:03:30.010]➜  EOF
2025-08-20T23:01:07.7507642Z [00:03:30.010]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2761/_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/b2761=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid Tudq6D6w5L2tcpWCZBYL/Tudq6D6w5L2tcpWCZBYL -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/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:01:07.7884114Z [00:03:30.049]➜  go tool buildid -w $WORK/b2758/_pkg_.a # internal
2025-08-20T23:01:07.7905973Z [00:03:30.049]➜  cp $WORK/b2758/_pkg_.a /root/.cache/go-build/30/30e410efab4f187b6f5132e3d9284d5dc82a66db17e79f918730fe2eaa89a6fd-d # internal
2025-08-20T23:01:07.7906768Z [00:03:30.050]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob
2025-08-20T23:01:07.7907145Z [00:03:30.050]➜  mkdir -p $WORK/b2762/
2025-08-20T23:01:07.7907541Z [00:03:30.050]➜  cat >/tmp/go-build2180205415/b2762/importcfg << 'EOF' # internal
2025-08-20T23:01:07.7907896Z [00:03:30.050]➜  # import config
2025-08-20T23:01:07.7908234Z [00:03:30.050]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.7908659Z [00:03:30.050]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.7909123Z [00:03:30.050]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.7909579Z [00:03:30.050]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.7909994Z [00:03:30.050]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.7910624Z [00:03:30.050]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.7911691Z [00:03:30.050]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.7912324Z [00:03:30.050]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.7912748Z [00:03:30.050]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.7913237Z [00:03:30.050]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.7913663Z [00:03:30.050]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.7914103Z [00:03:30.050]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.7914647Z [00:03:30.050]➜  EOF
2025-08-20T23:01:07.7918786Z [00:03:30.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2762/_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/b2762=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob -lang=go1.22 -complete -installsuffix shared -buildid wZj41DxtIke6cxTp3977/wZj41DxtIke6cxTp3977 -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/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:01:07.8097866Z [00:03:30.071]➜  go tool buildid -w $WORK/b2759/_pkg_.a # internal
2025-08-20T23:01:07.8110149Z [00:03:30.072]➜  cp $WORK/b2759/_pkg_.a /root/.cache/go-build/9e/9e655764f66b82be5f2832c33d3f9c7c2fe0ec8bd087e3d8e741348ade4c4e8d-d # internal
2025-08-20T23:01:07.8139204Z [00:03:30.075]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast
2025-08-20T23:01:07.8142592Z [00:03:30.075]➜  mkdir -p $WORK/b2763/
2025-08-20T23:01:07.8144374Z [00:03:30.076]➜  cat >/tmp/go-build2180205415/b2763/importcfg << 'EOF' # internal
2025-08-20T23:01:07.8145250Z [00:03:30.076]➜  # import config
2025-08-20T23:01:07.8146108Z [00:03:30.076]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.8146920Z [00:03:30.076]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.8147928Z [00:03:30.076]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.8148430Z [00:03:30.076]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.8149267Z [00:03:30.076]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.8149921Z [00:03:30.076]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.8150723Z [00:03:30.076]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.8151290Z [00:03:30.076]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.8151718Z [00:03:30.076]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.8152155Z [00:03:30.076]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.8152592Z [00:03:30.076]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.8153023Z [00:03:30.076]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.8153338Z [00:03:30.076]➜  EOF
2025-08-20T23:01:07.8163182Z [00:03:30.076]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2763/_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/b2763=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast -lang=go1.22 -complete -installsuffix shared -buildid SpNmgVXiUvrojL19EJC-/SpNmgVXiUvrojL19EJC- -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/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:01:07.8218794Z [00:03:30.083]➜  go tool buildid -w $WORK/b2761/_pkg_.a # internal
2025-08-20T23:01:07.8226967Z [00:03:30.084]➜  cp $WORK/b2761/_pkg_.a /root/.cache/go-build/ee/eece63b4cf024aad3dacd0d81c569f72e08e7c2473c064349683318b80f1316d-d # internal
2025-08-20T23:01:07.8234576Z [00:03:30.084]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets
2025-08-20T23:01:07.8235540Z [00:03:30.085]➜  mkdir -p $WORK/b2764/
2025-08-20T23:01:07.8247512Z [00:03:30.086]➜  cat >/tmp/go-build2180205415/b2764/importcfg << 'EOF' # internal
2025-08-20T23:01:07.8247928Z [00:03:30.086]➜  # import config
2025-08-20T23:01:07.8248274Z [00:03:30.086]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.8248723Z [00:03:30.086]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.8249181Z [00:03:30.086]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.8249880Z [00:03:30.086]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.8250364Z [00:03:30.086]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.8250994Z [00:03:30.086]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.8251796Z [00:03:30.086]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.8252371Z [00:03:30.086]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.8252791Z [00:03:30.086]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.8253223Z [00:03:30.086]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.8253656Z [00:03:30.086]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.8254085Z [00:03:30.086]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.8254402Z [00:03:30.086]➜  EOF
2025-08-20T23:01:07.8269961Z [00:03:30.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2764/_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/b2764=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets -lang=go1.22 -complete -installsuffix shared -buildid ELjPq7vnyThnt4tQ_5Ou/ELjPq7vnyThnt4tQ_5Ou -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/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:01:07.8280431Z [00:03:30.089]➜  go tool buildid -w $WORK/b2760/_pkg_.a # internal
2025-08-20T23:01:07.8300131Z [00:03:30.090]➜  cp $WORK/b2760/_pkg_.a /root/.cache/go-build/44/4444f02878d57f8ce48d33e6d0ea88982cf9d2ca99e5e2d97fbabf2627b5be27-d # internal
2025-08-20T23:01:07.8303685Z [00:03:30.091]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents
2025-08-20T23:01:07.8306402Z [00:03:30.091]➜  mkdir -p $WORK/b2765/
2025-08-20T23:01:07.8308718Z [00:03:30.091]➜  cat >/tmp/go-build2180205415/b2765/importcfg << 'EOF' # internal
2025-08-20T23:01:07.8309612Z [00:03:30.091]➜  # import config
2025-08-20T23:01:07.8310446Z [00:03:30.091]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.8311106Z [00:03:30.091]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.8311698Z [00:03:30.091]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.8312368Z [00:03:30.091]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.8313284Z [00:03:30.091]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.8314287Z [00:03:30.091]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.8315091Z [00:03:30.091]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.8315727Z [00:03:30.091]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.8316439Z [00:03:30.091]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.8317063Z [00:03:30.091]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.8317537Z [00:03:30.091]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.8317882Z [00:03:30.091]➜  EOF
2025-08-20T23:01:07.8320966Z [00:03:30.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2765/_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/b2765=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents -lang=go1.22 -complete -installsuffix shared -buildid QbvlSi6BYxnmnW78CmGU/QbvlSi6BYxnmnW78CmGU -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/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:01:07.8607203Z [00:03:30.122]➜  go tool buildid -w $WORK/b2762/_pkg_.a # internal
2025-08-20T23:01:07.8642133Z [00:03:30.125]➜  cp $WORK/b2762/_pkg_.a /root/.cache/go-build/27/2744d3b6d0d825968a063331346a6896ebb87f6933acfc822d8cd402c3f56d64-d # internal
2025-08-20T23:01:07.8674739Z [00:03:30.128]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars
2025-08-20T23:01:07.8675551Z [00:03:30.128]➜  mkdir -p $WORK/b2766/
2025-08-20T23:01:07.8676511Z [00:03:30.129]➜  cat >/tmp/go-build2180205415/b2766/importcfg << 'EOF' # internal
2025-08-20T23:01:07.8677463Z [00:03:30.129]➜  # import config
2025-08-20T23:01:07.8677910Z [00:03:30.129]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.8678355Z [00:03:30.129]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.8678818Z [00:03:30.129]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.8679670Z [00:03:30.129]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.8680104Z [00:03:30.129]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.8680739Z [00:03:30.129]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.8681547Z [00:03:30.129]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.8682116Z [00:03:30.129]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.8682533Z [00:03:30.129]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.8682971Z [00:03:30.129]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.8683397Z [00:03:30.129]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.8683823Z [00:03:30.129]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.8684145Z [00:03:30.129]➜  EOF
2025-08-20T23:01:07.8687984Z [00:03:30.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2766/_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/b2766=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars -lang=go1.22 -complete -installsuffix shared -buildid UpURNIQZksWvRsJbnKz4/UpURNIQZksWvRsJbnKz4 -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/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:01:07.8777632Z [00:03:30.139]➜  go tool buildid -w $WORK/b2763/_pkg_.a # internal
2025-08-20T23:01:07.8793436Z [00:03:30.140]➜  cp $WORK/b2763/_pkg_.a /root/.cache/go-build/0a/0a5f73fc2cc20be5d8073309fd3959b75d0c3072d0dd0b0102b8df490c876e3f-d # internal
2025-08-20T23:01:07.8898015Z [00:03:30.151]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories
2025-08-20T23:01:07.8899037Z [00:03:30.151]➜  mkdir -p $WORK/b2767/
2025-08-20T23:01:07.8899486Z [00:03:30.151]➜  cat >/tmp/go-build2180205415/b2767/importcfg << 'EOF' # internal
2025-08-20T23:01:07.8899881Z [00:03:30.151]➜  # import config
2025-08-20T23:01:07.8900231Z [00:03:30.151]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:07.8900662Z [00:03:30.151]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.8901397Z [00:03:30.151]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.8901925Z [00:03:30.151]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.8902344Z [00:03:30.151]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.8902986Z [00:03:30.151]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.8903786Z [00:03:30.151]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.8904351Z [00:03:30.151]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.8904794Z [00:03:30.151]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.8905225Z [00:03:30.151]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.8905652Z [00:03:30.151]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.8906340Z [00:03:30.151]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.8906661Z [00:03:30.151]➜  EOF
2025-08-20T23:01:07.8909867Z [00:03:30.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2767/_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/b2767=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories -lang=go1.22 -complete -installsuffix shared -buildid b8fqNjanHThNon3pLey4/b8fqNjanHThNon3pLey4 -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/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:01:07.9041973Z [00:03:30.165]➜  go tool buildid -w $WORK/b2765/_pkg_.a # internal
2025-08-20T23:01:07.9093914Z [00:03:30.170]➜  cp $WORK/b2765/_pkg_.a /root/.cache/go-build/4a/4a207602189abe377fa89c29c8b1fa1792e9a2bb3c0a64cd49924fd3bd4b3500-d # internal
2025-08-20T23:01:07.9164428Z [00:03:30.177]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds
2025-08-20T23:01:07.9172650Z [00:03:30.177]➜  mkdir -p $WORK/b2768/
2025-08-20T23:01:07.9173098Z [00:03:30.177]➜  cat >/tmp/go-build2180205415/b2768/importcfg << 'EOF' # internal
2025-08-20T23:01:07.9173457Z [00:03:30.178]➜  # import config
2025-08-20T23:01:07.9173811Z [00:03:30.178]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.9174435Z [00:03:30.178]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.9174955Z [00:03:30.178]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.9175376Z [00:03:30.178]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.9176128Z [00:03:30.178]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.9176982Z [00:03:30.178]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.9177560Z [00:03:30.178]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.9177988Z [00:03:30.178]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.9178420Z [00:03:30.178]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.9178848Z [00:03:30.178]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.9179284Z [00:03:30.178]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.9179605Z [00:03:30.178]➜  EOF
2025-08-20T23:01:07.9182518Z [00:03:30.178]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2768/_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/b2768=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds -lang=go1.22 -complete -installsuffix shared -buildid uc0eXJ5lyH3-ou9RXxlx/uc0eXJ5lyH3-ou9RXxlx -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/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:01:07.9247785Z [00:03:30.186]➜  go tool buildid -w $WORK/b2764/_pkg_.a # internal
2025-08-20T23:01:07.9292240Z [00:03:30.189]➜  cp $WORK/b2764/_pkg_.a /root/.cache/go-build/ec/ec078eaf60e70f80b1c3c3845f17d1d8349ce00eb5d4353fe99b0457db1c5e69-d # internal
2025-08-20T23:01:07.9303424Z [00:03:30.190]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats
2025-08-20T23:01:07.9303938Z [00:03:30.191]➜  mkdir -p $WORK/b2769/
2025-08-20T23:01:07.9304281Z [00:03:30.191]➜  go tool buildid -w $WORK/b2766/_pkg_.a # internal
2025-08-20T23:01:07.9304706Z [00:03:30.191]➜  cat >/tmp/go-build2180205415/b2769/importcfg << 'EOF' # internal
2025-08-20T23:01:07.9305064Z [00:03:30.191]➜  # import config
2025-08-20T23:01:07.9305700Z [00:03:30.191]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.9306361Z [00:03:30.191]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.9306840Z [00:03:30.191]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.9307262Z [00:03:30.191]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.9307899Z [00:03:30.191]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.9308876Z [00:03:30.191]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.9310054Z [00:03:30.191]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.9310493Z [00:03:30.191]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.9310928Z [00:03:30.191]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.9311362Z [00:03:30.191]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.9312041Z [00:03:30.191]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.9314693Z [00:03:30.191]➜  EOF
2025-08-20T23:01:07.9318278Z [00:03:30.193]➜  cp $WORK/b2766/_pkg_.a /root/.cache/go-build/35/358b47e614b2ff12191b4a6701ce0b32f2dc101dcc4ca6a7a15651e07fd46a3e-d # internal
2025-08-20T23:01:07.9323796Z [00:03:30.193]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics
2025-08-20T23:01:07.9324289Z [00:03:30.193]➜  mkdir -p $WORK/b2770/
2025-08-20T23:01:07.9327360Z [00:03:30.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2769/_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/b2769=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats -lang=go1.22 -complete -installsuffix shared -buildid FvwH0BpC4fntS-yruGwy/FvwH0BpC4fntS-yruGwy -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/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:01:07.9330025Z [00:03:30.193]➜  cat >/tmp/go-build2180205415/b2770/importcfg << 'EOF' # internal
2025-08-20T23:01:07.9330381Z [00:03:30.193]➜  # import config
2025-08-20T23:01:07.9330717Z [00:03:30.193]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.9331294Z [00:03:30.193]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.9331804Z [00:03:30.193]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.9332220Z [00:03:30.193]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.9332845Z [00:03:30.193]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.9333645Z [00:03:30.193]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.9334213Z [00:03:30.193]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.9334634Z [00:03:30.193]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.9335078Z [00:03:30.193]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.9335508Z [00:03:30.193]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.9336157Z [00:03:30.193]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.9336491Z [00:03:30.193]➜  EOF
2025-08-20T23:01:07.9339476Z [00:03:30.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2770/_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/b2770=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid mw_hRVfGtBP3yIVM5eSI/mw_hRVfGtBP3yIVM5eSI -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/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:01:07.9590474Z [00:03:30.220]➜  go tool buildid -w $WORK/b2767/_pkg_.a # internal
2025-08-20T23:01:07.9605197Z [00:03:30.221]➜  cp $WORK/b2767/_pkg_.a /root/.cache/go-build/19/195179cbead96a68995c355be94b42d3e053aba800402424b278f6c05ca474f5-d # internal
2025-08-20T23:01:07.9628984Z [00:03:30.222]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats
2025-08-20T23:01:07.9629461Z [00:03:30.222]➜  mkdir -p $WORK/b2771/
2025-08-20T23:01:07.9629867Z [00:03:30.222]➜  cat >/tmp/go-build2180205415/b2771/importcfg << 'EOF' # internal
2025-08-20T23:01:07.9630545Z [00:03:30.222]➜  # import config
2025-08-20T23:01:07.9630902Z [00:03:30.222]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.9631363Z [00:03:30.222]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.9631921Z [00:03:30.222]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.9634777Z [00:03:30.222]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.9635441Z [00:03:30.222]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.9636427Z [00:03:30.222]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.9637000Z [00:03:30.222]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.9637435Z [00:03:30.222]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.9637873Z [00:03:30.222]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.9638300Z [00:03:30.222]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.9638728Z [00:03:30.222]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.9639044Z [00:03:30.222]➜  EOF
2025-08-20T23:01:07.9642449Z [00:03:30.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2771/_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/b2771=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats -lang=go1.22 -complete -installsuffix shared -buildid u9OfvBf9lKtwoQnGGH5L/u9OfvBf9lKtwoQnGGH5L -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/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:01:07.9923812Z [00:03:30.253]➜  go tool buildid -w $WORK/b2769/_pkg_.a # internal
2025-08-20T23:01:07.9938716Z [00:03:30.255]➜  cp $WORK/b2769/_pkg_.a /root/.cache/go-build/10/10258e0a6d67dabc8e4f5a877eedff19440e96e1843564d9212588ac73e7e1e0-d # internal
2025-08-20T23:01:07.9990456Z [00:03:30.260]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters
2025-08-20T23:01:07.9991548Z [00:03:30.260]➜  mkdir -p $WORK/b2772/
2025-08-20T23:01:07.9992592Z [00:03:30.260]➜  cat >/tmp/go-build2180205415/b2772/importcfg << 'EOF' # internal
2025-08-20T23:01:07.9993001Z [00:03:30.260]➜  # import config
2025-08-20T23:01:07.9993360Z [00:03:30.260]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:07.9993824Z [00:03:30.260]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:07.9994651Z [00:03:30.260]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:07.9995078Z [00:03:30.260]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:07.9995712Z [00:03:30.260]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:07.9996730Z [00:03:30.260]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:07.9997305Z [00:03:30.260]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:07.9997736Z [00:03:30.260]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:07.9998165Z [00:03:30.260]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:07.9998590Z [00:03:30.260]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:07.9999022Z [00:03:30.260]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:07.9999609Z [00:03:30.260]➜  EOF
2025-08-20T23:01:08.0002432Z [00:03:30.260]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2772/_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/b2772=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters -lang=go1.22 -complete -installsuffix shared -buildid Xegn5DRjGbf_bREVRX_8/Xegn5DRjGbf_bREVRX_8 -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/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:01:08.0031357Z [00:03:30.264]➜  go tool buildid -w $WORK/b2768/_pkg_.a # internal
2025-08-20T23:01:08.0077555Z [00:03:30.269]➜  cp $WORK/b2768/_pkg_.a /root/.cache/go-build/75/752f722847cc3f6f0a707c84271f9c95874577d9acd20fcef2d471fb2cd126e7-d # internal
2025-08-20T23:01:08.0080446Z [00:03:30.269]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers
2025-08-20T23:01:08.0080857Z [00:03:30.269]➜  mkdir -p $WORK/b2773/
2025-08-20T23:01:08.0083945Z [00:03:30.269]➜  cat >/tmp/go-build2180205415/b2773/importcfg << 'EOF' # internal
2025-08-20T23:01:08.0084514Z [00:03:30.269]➜  # import config
2025-08-20T23:01:08.0084882Z [00:03:30.270]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.0085316Z [00:03:30.270]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.0086088Z [00:03:30.270]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.0086612Z [00:03:30.270]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.0087030Z [00:03:30.270]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.0087667Z [00:03:30.270]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.0088476Z [00:03:30.270]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.0089043Z [00:03:30.270]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.0089458Z [00:03:30.270]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.0089896Z [00:03:30.270]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.0090329Z [00:03:30.270]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.0090763Z [00:03:30.270]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.0091078Z [00:03:30.270]➜  EOF
2025-08-20T23:01:08.0095476Z [00:03:30.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2773/_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/b2773=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers -lang=go1.22 -complete -installsuffix shared -buildid 21672vEXXXHT6LKthMkv/21672vEXXXHT6LKthMkv -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/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:01:08.0158886Z [00:03:30.277]➜  go tool buildid -w $WORK/b2770/_pkg_.a # internal
2025-08-20T23:01:08.0172847Z [00:03:30.278]➜  cp $WORK/b2770/_pkg_.a /root/.cache/go-build/9d/9d8df2547ee1bd0cdd57172d20117ca15d2755db205b809a818f430f9ed00c21-d # internal
2025-08-20T23:01:08.0183487Z [00:03:30.279]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs
2025-08-20T23:01:08.0185066Z [00:03:30.279]➜  mkdir -p $WORK/b2774/
2025-08-20T23:01:08.0186420Z [00:03:30.279]➜  cat >/tmp/go-build2180205415/b2774/importcfg << 'EOF' # internal
2025-08-20T23:01:08.0186845Z [00:03:30.279]➜  # import config
2025-08-20T23:01:08.0187202Z [00:03:30.279]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.0187659Z [00:03:30.279]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.0188380Z [00:03:30.279]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.0188864Z [00:03:30.279]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.0189504Z [00:03:30.279]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.0190304Z [00:03:30.279]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.0190871Z [00:03:30.279]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.0191299Z [00:03:30.279]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.0191738Z [00:03:30.279]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.0192177Z [00:03:30.279]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.0192606Z [00:03:30.279]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.0192930Z [00:03:30.279]➜  EOF
2025-08-20T23:01:08.0195737Z [00:03:30.279]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2774/_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/b2774=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs -lang=go1.22 -complete -installsuffix shared -buildid QvqUrCfChsZaSPs0ZWMJ/QvqUrCfChsZaSPs0ZWMJ -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/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:01:08.0340810Z [00:03:30.295]➜  go tool buildid -w $WORK/b2771/_pkg_.a # internal
2025-08-20T23:01:08.0349328Z [00:03:30.296]➜  cp $WORK/b2771/_pkg_.a /root/.cache/go-build/57/57655e656301bbeff628a1c797517d30abe28ca432c72f9face7ca59f5fd6ba4-d # internal
2025-08-20T23:01:08.0366877Z [00:03:30.297]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats
2025-08-20T23:01:08.0367893Z [00:03:30.297]➜  mkdir -p $WORK/b2775/
2025-08-20T23:01:08.0368352Z [00:03:30.297]➜  cat >/tmp/go-build2180205415/b2775/importcfg << 'EOF' # internal
2025-08-20T23:01:08.0368716Z [00:03:30.297]➜  # import config
2025-08-20T23:01:08.0369070Z [00:03:30.297]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.0369526Z [00:03:30.297]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.0370295Z [00:03:30.297]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.0370723Z [00:03:30.297]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.0371355Z [00:03:30.297]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.0372159Z [00:03:30.297]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.0372727Z [00:03:30.297]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.0373153Z [00:03:30.297]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.0373589Z [00:03:30.297]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.0374022Z [00:03:30.297]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.0374452Z [00:03:30.297]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.0374771Z [00:03:30.297]➜  EOF
2025-08-20T23:01:08.0378359Z [00:03:30.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2775/_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/b2775=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats -lang=go1.22 -complete -installsuffix shared -buildid iZIpBn83fvXS1Q2q-Py-/iZIpBn83fvXS1Q2q-Py- -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/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:01:08.0573131Z [00:03:30.318]➜  go tool buildid -w $WORK/b2772/_pkg_.a # internal
2025-08-20T23:01:08.0644059Z [00:03:30.325]➜  cp $WORK/b2772/_pkg_.a /root/.cache/go-build/13/13ce20d4b98a33db46a811cbe7bf6319fc51c03648c215408120f70ef71c7d87-d # internal
2025-08-20T23:01:08.0676552Z [00:03:30.329]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats
2025-08-20T23:01:08.0677045Z [00:03:30.329]➜  mkdir -p $WORK/b2776/
2025-08-20T23:01:08.0687657Z [00:03:30.330]➜  cat >/tmp/go-build2180205415/b2776/importcfg << 'EOF' # internal
2025-08-20T23:01:08.0688060Z [00:03:30.330]➜  # import config
2025-08-20T23:01:08.0688439Z [00:03:30.330]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.0688904Z [00:03:30.330]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.0689349Z [00:03:30.330]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.0690052Z [00:03:30.330]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.0690758Z [00:03:30.330]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.0691557Z [00:03:30.330]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.0692142Z [00:03:30.330]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.0692564Z [00:03:30.330]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.0692992Z [00:03:30.330]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.0693450Z [00:03:30.330]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.0693881Z [00:03:30.330]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.0694194Z [00:03:30.330]➜  EOF
2025-08-20T23:01:08.0697273Z [00:03:30.330]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2776/_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/b2776=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats -lang=go1.22 -complete -installsuffix shared -buildid bYwG3l8G07cS_g7smQTa/bYwG3l8G07cS_g7smQTa -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/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:01:08.0825561Z [00:03:30.344]➜  go tool buildid -w $WORK/b2773/_pkg_.a # internal
2025-08-20T23:01:08.0839567Z [00:03:30.345]➜  cp $WORK/b2773/_pkg_.a /root/.cache/go-build/e1/e194da466e146bbb22d8a9d35e42060abe95b4ebf7ef4a1f1375a287be1e82b3-d # internal
2025-08-20T23:01:08.0854016Z [00:03:30.345]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots
2025-08-20T23:01:08.0854575Z [00:03:30.346]➜  mkdir -p $WORK/b2777/
2025-08-20T23:01:08.0854971Z [00:03:30.346]➜  cat >/tmp/go-build2180205415/b2777/importcfg << 'EOF' # internal
2025-08-20T23:01:08.0855329Z [00:03:30.346]➜  # import config
2025-08-20T23:01:08.0855707Z [00:03:30.346]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.0856749Z [00:03:30.346]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.0857214Z [00:03:30.346]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.0857662Z [00:03:30.346]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.0858198Z [00:03:30.346]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.0858920Z [00:03:30.346]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.0859727Z [00:03:30.346]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.0860300Z [00:03:30.346]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.0860724Z [00:03:30.346]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.0861165Z [00:03:30.346]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.0861601Z [00:03:30.346]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.0862027Z [00:03:30.346]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.0862433Z [00:03:30.346]➜  EOF
2025-08-20T23:01:08.0866310Z [00:03:30.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2777/_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/b2777=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots -lang=go1.22 -complete -installsuffix shared -buildid 0xHBSZf6euqtVQX1yzv8/0xHBSZf6euqtVQX1yzv8 -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/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:01:08.0937200Z [00:03:30.351]➜  go tool buildid -w $WORK/b2774/_pkg_.a # internal
2025-08-20T23:01:08.0943743Z [00:03:30.355]➜  cp $WORK/b2774/_pkg_.a /root/.cache/go-build/6d/6def5f2bd0adf3ed955c54a524d23571c8f1b3b956029a97ee4af611228e70e1-d # internal
2025-08-20T23:01:08.0954181Z [00:03:30.355]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats
2025-08-20T23:01:08.0954837Z [00:03:30.355]➜  mkdir -p $WORK/b2778/
2025-08-20T23:01:08.0955243Z [00:03:30.355]➜  cat >/tmp/go-build2180205415/b2778/importcfg << 'EOF' # internal
2025-08-20T23:01:08.0955599Z [00:03:30.355]➜  # import config
2025-08-20T23:01:08.0956110Z [00:03:30.355]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.0956568Z [00:03:30.355]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.0957411Z [00:03:30.355]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.0957837Z [00:03:30.355]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.0958462Z [00:03:30.355]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.0959392Z [00:03:30.355]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.0960071Z [00:03:30.355]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.0960497Z [00:03:30.355]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.0960929Z [00:03:30.355]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.0961359Z [00:03:30.355]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.0961784Z [00:03:30.355]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.0962100Z [00:03:30.355]➜  EOF
2025-08-20T23:01:08.0965475Z [00:03:30.355]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2778/_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/b2778=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats -lang=go1.22 -complete -installsuffix shared -buildid q6VAmTFaqt8Qf-ov5GHF/q6VAmTFaqt8Qf-ov5GHF -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/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:01:08.1087438Z [00:03:30.370]➜  go tool buildid -w $WORK/b2775/_pkg_.a # internal
2025-08-20T23:01:08.1197244Z [00:03:30.381]➜  cp $WORK/b2775/_pkg_.a /root/.cache/go-build/0d/0de66508b8b2e47b412206cb50039a2a0ef700cd2a4a12ae66030f0af490430d-d # internal
2025-08-20T23:01:08.1293595Z [00:03:30.390]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets
2025-08-20T23:01:08.1301103Z [00:03:30.391]➜  mkdir -p $WORK/b2779/
2025-08-20T23:01:08.1311933Z [00:03:30.392]➜  cat >/tmp/go-build2180205415/b2779/importcfg << 'EOF' # internal
2025-08-20T23:01:08.1312366Z [00:03:30.392]➜  # import config
2025-08-20T23:01:08.1312717Z [00:03:30.392]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.1313147Z [00:03:30.392]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.1313856Z [00:03:30.392]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.1314361Z [00:03:30.392]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.1314774Z [00:03:30.392]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.1315412Z [00:03:30.392]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.1316924Z [00:03:30.392]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.1317505Z [00:03:30.392]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.1317937Z [00:03:30.392]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.1318368Z [00:03:30.392]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.1318792Z [00:03:30.392]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.1319223Z [00:03:30.392]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.1319535Z [00:03:30.392]➜  EOF
2025-08-20T23:01:08.1330694Z [00:03:30.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2779/_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/b2779=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets -lang=go1.22 -complete -installsuffix shared -buildid i-Q-dSr44DaCpsCfMWLC/i-Q-dSr44DaCpsCfMWLC -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/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:01:08.1452269Z [00:03:30.406]➜  go tool buildid -w $WORK/b2776/_pkg_.a # internal
2025-08-20T23:01:08.1480896Z [00:03:30.409]➜  cp $WORK/b2776/_pkg_.a /root/.cache/go-build/e1/e176f6491eb52175520728b4ddfa56e9b9353c876087d1be268e71b48364341f-d # internal
2025-08-20T23:01:08.1490197Z [00:03:30.410]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords
2025-08-20T23:01:08.1491045Z [00:03:30.410]➜  mkdir -p $WORK/b2780/
2025-08-20T23:01:08.1491693Z [00:03:30.410]➜  cat >/tmp/go-build2180205415/b2780/importcfg << 'EOF' # internal
2025-08-20T23:01:08.1492069Z [00:03:30.410]➜  # import config
2025-08-20T23:01:08.1492412Z [00:03:30.410]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.1492850Z [00:03:30.410]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.1493302Z [00:03:30.410]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.1493754Z [00:03:30.410]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.1494166Z [00:03:30.410]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.1494802Z [00:03:30.410]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.1495597Z [00:03:30.410]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.1496347Z [00:03:30.410]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.1496771Z [00:03:30.410]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.1497197Z [00:03:30.410]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.1497628Z [00:03:30.410]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.1498054Z [00:03:30.410]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.1498371Z [00:03:30.410]➜  EOF
2025-08-20T23:01:08.1501662Z [00:03:30.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2780/_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/b2780=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords -lang=go1.22 -complete -installsuffix shared -buildid c5q0EJYXrXfFUEUUqipu/c5q0EJYXrXfFUEUUqipu -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/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:01:08.1640646Z [00:03:30.425]➜  go tool buildid -w $WORK/b2777/_pkg_.a # internal
2025-08-20T23:01:08.1659248Z [00:03:30.427]➜  cp $WORK/b2777/_pkg_.a /root/.cache/go-build/9a/9ab908f8a1020d7c325590927cff46f1e805716aa951ac1ae69c5821bba60c3b-d # internal
2025-08-20T23:01:08.1691864Z [00:03:30.430]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels
2025-08-20T23:01:08.1692315Z [00:03:30.430]➜  mkdir -p $WORK/b2781/
2025-08-20T23:01:08.1705572Z [00:03:30.431]➜  cat >/tmp/go-build2180205415/b2781/importcfg << 'EOF' # internal
2025-08-20T23:01:08.1706872Z [00:03:30.431]➜  # import config
2025-08-20T23:01:08.1707276Z [00:03:30.431]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.1707746Z [00:03:30.431]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.1708197Z [00:03:30.431]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.1708865Z [00:03:30.431]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.1709602Z [00:03:30.431]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.1710409Z [00:03:30.431]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.1711235Z [00:03:30.431]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include=/tmp/go-build2180205415/b2782/_pkg_.a
2025-08-20T23:01:08.1711858Z [00:03:30.431]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.1712504Z [00:03:30.431]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.1712938Z [00:03:30.431]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.1713364Z [00:03:30.431]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.1713795Z [00:03:30.431]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.1714119Z [00:03:30.431]➜  EOF
2025-08-20T23:01:08.1717171Z [00:03:30.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2781/_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/b2781=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels -lang=go1.22 -complete -installsuffix shared -buildid MIRPjKPlt8WONygH0GLS/MIRPjKPlt8WONygH0GLS -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/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:01:08.1873099Z [00:03:30.448]➜  go tool buildid -w $WORK/b2778/_pkg_.a # internal
2025-08-20T23:01:08.1886437Z [00:03:30.450]➜  cp $WORK/b2778/_pkg_.a /root/.cache/go-build/eb/ebc009b34ba80f3e09d89d71d9543060036730c17a706750275688deb6001902-d # internal
2025-08-20T23:01:08.1907625Z [00:03:30.452]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats
2025-08-20T23:01:08.1908372Z [00:03:30.452]➜  mkdir -p $WORK/b2783/
2025-08-20T23:01:08.1913023Z [00:03:30.452]➜  cat >/tmp/go-build2180205415/b2783/importcfg << 'EOF' # internal
2025-08-20T23:01:08.1913427Z [00:03:30.452]➜  # import config
2025-08-20T23:01:08.1913779Z [00:03:30.452]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.1914250Z [00:03:30.452]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.1914696Z [00:03:30.452]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.1915105Z [00:03:30.452]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.1915733Z [00:03:30.452]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.1916808Z [00:03:30.452]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.1917376Z [00:03:30.452]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.1917802Z [00:03:30.452]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.1918226Z [00:03:30.452]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.1918655Z [00:03:30.452]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.1919445Z [00:03:30.452]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.1919773Z [00:03:30.452]➜  EOF
2025-08-20T23:01:08.1922931Z [00:03:30.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2783/_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/b2783=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats -lang=go1.22 -complete -installsuffix shared -buildid px9VxJPzEI3xJBpcJQYO/px9VxJPzEI3xJBpcJQYO -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/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:01:08.2120419Z [00:03:30.473]➜  go tool buildid -w $WORK/b2779/_pkg_.a # internal
2025-08-20T23:01:08.2121513Z [00:03:30.473]➜  cp $WORK/b2779/_pkg_.a /root/.cache/go-build/8d/8d2b214abd3d0b9003ee88f0065031691f35b9bd2d882ea365e43371a00e955a-d # internal
2025-08-20T23:01:08.2148604Z [00:03:30.476]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel
2025-08-20T23:01:08.2151537Z [00:03:30.476]➜  mkdir -p $WORK/b2784/
2025-08-20T23:01:08.2159430Z [00:03:30.477]➜  cat >/tmp/go-build2180205415/b2784/importcfg << 'EOF' # internal
2025-08-20T23:01:08.2160050Z [00:03:30.477]➜  # import config
2025-08-20T23:01:08.2161612Z [00:03:30.477]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.2162233Z [00:03:30.477]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.2162747Z [00:03:30.477]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.2163195Z [00:03:30.477]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.2163609Z [00:03:30.477]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.2164244Z [00:03:30.477]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.2165035Z [00:03:30.477]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.2165599Z [00:03:30.477]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.2166225Z [00:03:30.477]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.2166656Z [00:03:30.477]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.2167084Z [00:03:30.477]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.2167508Z [00:03:30.477]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.2167821Z [00:03:30.477]➜  EOF
2025-08-20T23:01:08.2171132Z [00:03:30.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2784/_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/b2784=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel -lang=go1.22 -complete -installsuffix shared -buildid yWPUAXykLrcqCxos5HLc/yWPUAXykLrcqCxos5HLc -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/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:01:08.2411984Z [00:03:30.502]➜  go tool buildid -w $WORK/b2780/_pkg_.a # internal
2025-08-20T23:01:08.2427896Z [00:03:30.504]➜  cp $WORK/b2780/_pkg_.a /root/.cache/go-build/22/226cdcbe7acf176e2e50ab46f6037728b6ba6348e1c0dfc8edb31d47c0adccf5-d # internal
2025-08-20T23:01:08.2436233Z [00:03:30.504]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/info
2025-08-20T23:01:08.2436639Z [00:03:30.504]➜  mkdir -p $WORK/b2785/
2025-08-20T23:01:08.2437023Z [00:03:30.505]➜  cat >/tmp/go-build2180205415/b2785/importcfg << 'EOF' # internal
2025-08-20T23:01:08.2437374Z [00:03:30.505]➜  # import config
2025-08-20T23:01:08.2437715Z [00:03:30.505]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.2438431Z [00:03:30.505]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.2438944Z [00:03:30.505]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.2439371Z [00:03:30.505]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.2440000Z [00:03:30.505]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.2440788Z [00:03:30.505]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.2441580Z [00:03:30.505]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.2442002Z [00:03:30.505]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.2442431Z [00:03:30.505]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.2442853Z [00:03:30.505]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.2443286Z [00:03:30.505]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.2443600Z [00:03:30.505]➜  EOF
2025-08-20T23:01:08.2447426Z [00:03:30.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2785/_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/b2785=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/info -lang=go1.22 -complete -installsuffix shared -buildid nI8bOtlk0MuaTauj-YAF/nI8bOtlk0MuaTauj-YAF -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/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/info/response.go
2025-08-20T23:01:08.2469945Z [00:03:30.508]➜  go tool buildid -w $WORK/b2781/_pkg_.a # internal
2025-08-20T23:01:08.2500934Z [00:03:30.511]➜  cp $WORK/b2781/_pkg_.a /root/.cache/go-build/7f/7faa06cddd0b933c626d365852ce61aac4330657409454875289434d6d942c5a-d # internal
2025-08-20T23:01:08.2506816Z [00:03:30.512]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob
2025-08-20T23:01:08.2507749Z [00:03:30.512]➜  mkdir -p $WORK/b2786/
2025-08-20T23:01:08.2516376Z [00:03:30.513]➜  cat >/tmp/go-build2180205415/b2786/importcfg << 'EOF' # internal
2025-08-20T23:01:08.2516841Z [00:03:30.513]➜  # import config
2025-08-20T23:01:08.2517187Z [00:03:30.513]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.2517947Z [00:03:30.513]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.2518629Z [00:03:30.513]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.2520001Z [00:03:30.513]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.2520469Z [00:03:30.513]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.2521128Z [00:03:30.513]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.2521919Z [00:03:30.513]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.2522493Z [00:03:30.513]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.2522915Z [00:03:30.513]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.2523344Z [00:03:30.513]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.2523779Z [00:03:30.513]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.2524209Z [00:03:30.513]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.2524523Z [00:03:30.513]➜  EOF
2025-08-20T23:01:08.2527832Z [00:03:30.513]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2786/_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/b2786=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob -lang=go1.22 -complete -installsuffix shared -buildid a8LdJGZx803Dbz7Dovt7/a8LdJGZx803Dbz7Dovt7 -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/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:01:08.2619707Z [00:03:30.523]➜  go tool buildid -w $WORK/b2783/_pkg_.a # internal
2025-08-20T23:01:08.2632254Z [00:03:30.524]➜  cp $WORK/b2783/_pkg_.a /root/.cache/go-build/2d/2dfa30404b8517a9af11bb15e2c1c61538381f9361ec0a4be10f68816098cd37-d # internal
2025-08-20T23:01:08.2678713Z [00:03:30.529]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents
2025-08-20T23:01:08.2679480Z [00:03:30.529]➜  mkdir -p $WORK/b2787/
2025-08-20T23:01:08.2680234Z [00:03:30.529]➜  cat >/tmp/go-build2180205415/b2787/importcfg << 'EOF' # internal
2025-08-20T23:01:08.2681076Z [00:03:30.529]➜  # import config
2025-08-20T23:01:08.2681687Z [00:03:30.529]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.2682231Z [00:03:30.529]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.2682689Z [00:03:30.529]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.2683145Z [00:03:30.529]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.2683568Z [00:03:30.529]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.2684199Z [00:03:30.529]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.2684994Z [00:03:30.529]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.2685569Z [00:03:30.529]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.2686183Z [00:03:30.529]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.2686624Z [00:03:30.529]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.2687051Z [00:03:30.529]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.2687472Z [00:03:30.529]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.2687997Z [00:03:30.529]➜  EOF
2025-08-20T23:01:08.2691379Z [00:03:30.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2787/_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/b2787=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents -lang=go1.22 -complete -installsuffix shared -buildid u0Jd9Y1wAy7tuzWZCZrC/u0Jd9Y1wAy7tuzWZCZrC -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/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:01:08.2910918Z [00:03:30.552]➜  go tool buildid -w $WORK/b2784/_pkg_.a # internal
2025-08-20T23:01:08.2926557Z [00:03:30.554]➜  cp $WORK/b2784/_pkg_.a /root/.cache/go-build/36/36e2786577416c08df86303fb01452e63968618f41505993f55b3f7f483880c6-d # internal
2025-08-20T23:01:08.2960347Z [00:03:30.557]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata
2025-08-20T23:01:08.2960946Z [00:03:30.557]➜  mkdir -p $WORK/b2788/
2025-08-20T23:01:08.2964740Z [00:03:30.558]➜  cat >/tmp/go-build2180205415/b2788/importcfg << 'EOF' # internal
2025-08-20T23:01:08.2965359Z [00:03:30.558]➜  # import config
2025-08-20T23:01:08.2965864Z [00:03:30.558]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.2968784Z [00:03:30.558]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.2969265Z [00:03:30.558]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.2969714Z [00:03:30.558]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.2970128Z [00:03:30.558]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.2970769Z [00:03:30.558]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.2971825Z [00:03:30.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.2972400Z [00:03:30.558]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.2972828Z [00:03:30.558]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.2973257Z [00:03:30.558]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.2973684Z [00:03:30.558]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.2974217Z [00:03:30.558]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.2974619Z [00:03:30.558]➜  EOF
2025-08-20T23:01:08.2977824Z [00:03:30.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2788/_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/b2788=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata -lang=go1.22 -complete -installsuffix shared -buildid T7a24AO2-oViUcT761Wv/T7a24AO2-oViUcT761Wv -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/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:01:08.3087684Z [00:03:30.568]➜  go tool buildid -w $WORK/b2785/_pkg_.a # internal
2025-08-20T23:01:08.3092334Z [00:03:30.570]➜  cp $WORK/b2785/_pkg_.a /root/.cache/go-build/9d/9d0221b99b911ff568b5441924e44322e3d760435a9573894014a93053320ff8-d # internal
2025-08-20T23:01:08.3093542Z [00:03:30.570]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed
2025-08-20T23:01:08.3094336Z [00:03:30.570]➜  mkdir -p $WORK/b2789/
2025-08-20T23:01:08.3126498Z [00:03:30.574]➜  cat >/tmp/go-build2180205415/b2789/importcfg << 'EOF' # internal
2025-08-20T23:01:08.3126923Z [00:03:30.574]➜  # import config
2025-08-20T23:01:08.3127273Z [00:03:30.574]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.3127704Z [00:03:30.574]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.3128177Z [00:03:30.574]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.3128621Z [00:03:30.574]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.3129043Z [00:03:30.574]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.3129672Z [00:03:30.574]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.3130463Z [00:03:30.574]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.3131040Z [00:03:30.574]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.3131472Z [00:03:30.574]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.3131906Z [00:03:30.574]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.3132334Z [00:03:30.574]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.3133093Z [00:03:30.574]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.3133472Z [00:03:30.574]➜  EOF
2025-08-20T23:01:08.3136965Z [00:03:30.574]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2789/_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/b2789=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed -lang=go1.22 -complete -installsuffix shared -buildid MJqGTNEx6edYc6j9Igr1/MJqGTNEx6edYc6j9Igr1 -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/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:01:08.3179476Z [00:03:30.579]➜  go tool buildid -w $WORK/b2786/_pkg_.a # internal
2025-08-20T23:01:08.3199047Z [00:03:30.581]➜  cp $WORK/b2786/_pkg_.a /root/.cache/go-build/bb/bb10c847e1a8c6ed28c245b59d81d03c14312443364828ef033d02803df23527-d # internal
2025-08-20T23:01:08.3208811Z [00:03:30.582]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics
2025-08-20T23:01:08.3211675Z [00:03:30.582]➜  mkdir -p $WORK/b2790/
2025-08-20T23:01:08.3222133Z [00:03:30.583]➜  cat >/tmp/go-build2180205415/b2790/importcfg << 'EOF' # internal
2025-08-20T23:01:08.3226725Z [00:03:30.583]➜  # import config
2025-08-20T23:01:08.3227120Z [00:03:30.583]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.3227552Z [00:03:30.583]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.3228003Z [00:03:30.583]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.3228455Z [00:03:30.583]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.3228867Z [00:03:30.583]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.3229494Z [00:03:30.583]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.3230292Z [00:03:30.583]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.3230887Z [00:03:30.583]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.3231650Z [00:03:30.583]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.3232089Z [00:03:30.583]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.3232511Z [00:03:30.583]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.3232933Z [00:03:30.583]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.3233248Z [00:03:30.583]➜  EOF
2025-08-20T23:01:08.3241031Z [00:03:30.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2790/_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/b2790=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid _DhPDTi9KeXzQAokWhDQ/_DhPDTi9KeXzQAokWhDQ -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/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:01:08.3491456Z [00:03:30.610]➜  go tool buildid -w $WORK/b2787/_pkg_.a # internal
2025-08-20T23:01:08.3503273Z [00:03:30.611]➜  cp $WORK/b2787/_pkg_.a /root/.cache/go-build/6a/6a6f4ad8e65d24d714e47110a1f721b1ea70658253a2745e8e1326259e51ccc4-d # internal
2025-08-20T23:01:08.3542719Z [00:03:30.615]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar
2025-08-20T23:01:08.3547176Z [00:03:30.615]➜  mkdir -p $WORK/b2791/
2025-08-20T23:01:08.3547693Z [00:03:30.616]➜  cat >/tmp/go-build2180205415/b2791/importcfg << 'EOF' # internal
2025-08-20T23:01:08.3548053Z [00:03:30.616]➜  # import config
2025-08-20T23:01:08.3548397Z [00:03:30.616]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.3548841Z [00:03:30.616]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.3549637Z [00:03:30.616]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.3550089Z [00:03:30.616]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.3550507Z [00:03:30.616]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.3551150Z [00:03:30.616]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.3552067Z [00:03:30.616]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.3552725Z [00:03:30.616]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.3553147Z [00:03:30.616]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.3553576Z [00:03:30.616]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.3554008Z [00:03:30.616]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.3554441Z [00:03:30.616]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.3554756Z [00:03:30.616]➜  EOF
2025-08-20T23:01:08.3558055Z [00:03:30.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2791/_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/b2791=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar -lang=go1.22 -complete -installsuffix shared -buildid GL3eqsr2KtPVXG1ZMrl0/GL3eqsr2KtPVXG1ZMrl0 -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/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:01:08.3662987Z [00:03:30.627]➜  go tool buildid -w $WORK/b2788/_pkg_.a # internal
2025-08-20T23:01:08.3705692Z [00:03:30.630]➜  cp $WORK/b2788/_pkg_.a /root/.cache/go-build/da/da10658c1769c4852556074030e6cd130795fce197ca1bbf59a87ea600d8d655-d # internal
2025-08-20T23:01:08.3706780Z [00:03:30.631]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob
2025-08-20T23:01:08.3707182Z [00:03:30.631]➜  mkdir -p $WORK/b2792/
2025-08-20T23:01:08.3707559Z [00:03:30.631]➜  cat >/tmp/go-build2180205415/b2792/importcfg << 'EOF' # internal
2025-08-20T23:01:08.3707924Z [00:03:30.631]➜  # import config
2025-08-20T23:01:08.3708267Z [00:03:30.631]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.3708691Z [00:03:30.631]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.3709145Z [00:03:30.631]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.3709594Z [00:03:30.631]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.3710375Z [00:03:30.631]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.3711008Z [00:03:30.631]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.3711906Z [00:03:30.631]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.3712549Z [00:03:30.631]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.3712979Z [00:03:30.631]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.3713410Z [00:03:30.631]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.3713835Z [00:03:30.631]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.3714259Z [00:03:30.631]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.3714579Z [00:03:30.631]➜  EOF
2025-08-20T23:01:08.3717915Z [00:03:30.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2792/_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/b2792=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob -lang=go1.22 -complete -installsuffix shared -buildid liCHBLfiy55iEE-0xXPQ/liCHBLfiy55iEE-0xXPQ -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/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:01:08.3841454Z [00:03:30.642]➜  go tool buildid -w $WORK/b2789/_pkg_.a # internal
2025-08-20T23:01:08.3842359Z [00:03:30.642]➜  cp $WORK/b2789/_pkg_.a /root/.cache/go-build/a8/a86961471be907ececbe9333cc4e4cf0d853c634d1d088bdfbf934249f9f741d-d # internal
2025-08-20T23:01:08.3843094Z [00:03:30.642]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed
2025-08-20T23:01:08.3843469Z [00:03:30.642]➜  mkdir -p $WORK/b2793/
2025-08-20T23:01:08.3843844Z [00:03:30.643]➜  cat >/tmp/go-build2180205415/b2793/importcfg << 'EOF' # internal
2025-08-20T23:01:08.3844191Z [00:03:30.643]➜  # import config
2025-08-20T23:01:08.3844540Z [00:03:30.643]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.3844970Z [00:03:30.643]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.3845432Z [00:03:30.643]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.3846026Z [00:03:30.643]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.3846502Z [00:03:30.643]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.3847133Z [00:03:30.643]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.3848304Z [00:03:30.643]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.3849164Z [00:03:30.643]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:08.3849816Z [00:03:30.643]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.3850236Z [00:03:30.643]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.3850668Z [00:03:30.643]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.3851098Z [00:03:30.643]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.3851524Z [00:03:30.643]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.3851841Z [00:03:30.643]➜  EOF
2025-08-20T23:01:08.3855103Z [00:03:30.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2793/_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/b2793=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed -lang=go1.22 -complete -installsuffix shared -buildid yQJqv9xXcfPm22r4C6Ty/yQJqv9xXcfPm22r4C6Ty -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/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:01:08.4158919Z [00:03:30.676]➜  go tool buildid -w $WORK/b2790/_pkg_.a # internal
2025-08-20T23:01:08.4175024Z [00:03:30.678]➜  cp $WORK/b2790/_pkg_.a /root/.cache/go-build/50/502783a77ff6e16a863091121065186368e9fa39fa73d0c85af9671124a2512e-d # internal
2025-08-20T23:01:08.4184946Z [00:03:30.680]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics
2025-08-20T23:01:08.4186482Z [00:03:30.680]➜  mkdir -p $WORK/b2794/
2025-08-20T23:01:08.4196718Z [00:03:30.680]➜  go tool buildid -w $WORK/b2791/_pkg_.a # internal
2025-08-20T23:01:08.4205500Z [00:03:30.682]➜  cp $WORK/b2791/_pkg_.a /root/.cache/go-build/ce/ce1ffe0801b5664a1775a3928158fea1fd7e7215e49a164340218b7bbd9b18ea-d # internal
2025-08-20T23:01:08.4228915Z [00:03:30.684]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter
2025-08-20T23:01:08.4229699Z [00:03:30.684]➜  mkdir -p $WORK/b2795/
2025-08-20T23:01:08.4230939Z [00:03:30.684]➜  cat >/tmp/go-build2180205415/b2795/importcfg << 'EOF' # internal
2025-08-20T23:01:08.4231404Z [00:03:30.684]➜  # import config
2025-08-20T23:01:08.4231758Z [00:03:30.684]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.4232190Z [00:03:30.684]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.4232661Z [00:03:30.684]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.4233116Z [00:03:30.684]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.4233531Z [00:03:30.684]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.4234170Z [00:03:30.684]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.4234962Z [00:03:30.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.4235529Z [00:03:30.684]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.4236161Z [00:03:30.684]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.4236596Z [00:03:30.684]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.4237021Z [00:03:30.684]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.4237672Z [00:03:30.684]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.4238001Z [00:03:30.684]➜  EOF
2025-08-20T23:01:08.4241109Z [00:03:30.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2795/_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/b2795=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter -lang=go1.22 -complete -installsuffix shared -buildid k39ElHIjPpmKQXngcowD/k39ElHIjPpmKQXngcowD -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/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:01:08.4260356Z [00:03:30.687]➜  cat >/tmp/go-build2180205415/b2794/importcfg << 'EOF' # internal
2025-08-20T23:01:08.4261427Z [00:03:30.687]➜  # import config
2025-08-20T23:01:08.4262008Z [00:03:30.687]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.4262686Z [00:03:30.687]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.4263880Z [00:03:30.687]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.4264523Z [00:03:30.687]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.4265005Z [00:03:30.687]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.4265649Z [00:03:30.687]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.4266638Z [00:03:30.687]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.4267220Z [00:03:30.687]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.4267650Z [00:03:30.687]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.4268092Z [00:03:30.687]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.4268516Z [00:03:30.687]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.4268942Z [00:03:30.687]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.4269262Z [00:03:30.687]➜  EOF
2025-08-20T23:01:08.4272909Z [00:03:30.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2794/_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/b2794=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid c3Sez2Gh-rrgrdSGrLdg/c3Sez2Gh-rrgrdSGrLdg -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/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:01:08.4405747Z [00:03:30.702]➜  go tool buildid -w $WORK/b2792/_pkg_.a # internal
2025-08-20T23:01:08.4449861Z [00:03:30.706]➜  cp $WORK/b2792/_pkg_.a /root/.cache/go-build/ae/ae7e6ec49ca246027e8674d7ffa4abcbd01fd8cae112799b7f10c00b90a47ac7-d # internal
2025-08-20T23:01:08.4453329Z [00:03:30.706]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob
2025-08-20T23:01:08.4453714Z [00:03:30.706]➜  mkdir -p $WORK/b2796/
2025-08-20T23:01:08.4456186Z [00:03:30.707]➜  cat >/tmp/go-build2180205415/b2796/importcfg << 'EOF' # internal
2025-08-20T23:01:08.4456603Z [00:03:30.707]➜  # import config
2025-08-20T23:01:08.4459774Z [00:03:30.707]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.4460292Z [00:03:30.707]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.4460754Z [00:03:30.707]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.4461202Z [00:03:30.707]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.4461629Z [00:03:30.707]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.4462260Z [00:03:30.707]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.4463055Z [00:03:30.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.4463916Z [00:03:30.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:08.4464571Z [00:03:30.707]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.4465232Z [00:03:30.707]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.4465667Z [00:03:30.707]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.4467073Z [00:03:30.707]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.4467510Z [00:03:30.707]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.4467974Z [00:03:30.707]➜  EOF
2025-08-20T23:01:08.4471075Z [00:03:30.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2796/_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/b2796=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob -lang=go1.22 -complete -installsuffix shared -buildid ocF4BABNj35nR8NVYvXb/ocF4BABNj35nR8NVYvXb -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/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:01:08.4791571Z [00:03:30.740]➜  go tool buildid -w $WORK/b2793/_pkg_.a # internal
2025-08-20T23:01:08.4834925Z [00:03:30.745]➜  cp $WORK/b2793/_pkg_.a /root/.cache/go-build/93/938f96e19a20f102d1d40ddcb5d04fd544e399d1db0710c6b2e3c635637b30cc-d # internal
2025-08-20T23:01:08.4842358Z [00:03:30.745]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel
2025-08-20T23:01:08.4843628Z [00:03:30.745]➜  mkdir -p $WORK/b2797/
2025-08-20T23:01:08.4853913Z [00:03:30.746]➜  cat >/tmp/go-build2180205415/b2797/importcfg << 'EOF' # internal
2025-08-20T23:01:08.4856223Z [00:03:30.746]➜  # import config
2025-08-20T23:01:08.4857993Z [00:03:30.746]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.4858465Z [00:03:30.746]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.4858939Z [00:03:30.746]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.4859389Z [00:03:30.746]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.4859802Z [00:03:30.746]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.4860441Z [00:03:30.746]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.4861233Z [00:03:30.746]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.4862109Z [00:03:30.746]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype=/tmp/go-build2180205415/b2474/_pkg_.a
2025-08-20T23:01:08.4862775Z [00:03:30.746]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.4863558Z [00:03:30.746]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.4863999Z [00:03:30.746]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.4864426Z [00:03:30.746]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.4864852Z [00:03:30.746]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.4868867Z [00:03:30.746]➜  EOF
2025-08-20T23:01:08.4872138Z [00:03:30.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2797/_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/b2797=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel -lang=go1.22 -complete -installsuffix shared -buildid BblrpDT2-tDm9iT2n9mK/BblrpDT2-tDm9iT2n9mK -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/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:01:08.4912505Z [00:03:30.752]➜  go tool buildid -w $WORK/b2795/_pkg_.a # internal
2025-08-20T23:01:08.4930407Z [00:03:30.754]➜  cp $WORK/b2795/_pkg_.a /root/.cache/go-build/54/54f24ee8a38e17018942ea1c895839c2ab54e8217dff1c26fb58fda193c39784-d # internal
2025-08-20T23:01:08.4935492Z [00:03:30.755]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias
2025-08-20T23:01:08.4940403Z [00:03:30.755]➜  mkdir -p $WORK/b2798/
2025-08-20T23:01:08.4950807Z [00:03:30.756]➜  cat >/tmp/go-build2180205415/b2798/importcfg << 'EOF' # internal
2025-08-20T23:01:08.4953905Z [00:03:30.756]➜  # import config
2025-08-20T23:01:08.4954688Z [00:03:30.756]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.4955446Z [00:03:30.756]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.4956182Z [00:03:30.756]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.4957146Z [00:03:30.756]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.4959843Z [00:03:30.756]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.4960673Z [00:03:30.756]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.4961244Z [00:03:30.756]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.4961890Z [00:03:30.756]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.4962438Z [00:03:30.756]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.4962878Z [00:03:30.756]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.4963306Z [00:03:30.756]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.4963624Z [00:03:30.756]➜  EOF
2025-08-20T23:01:08.4966782Z [00:03:30.756]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2798/_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/b2798=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias -lang=go1.22 -complete -installsuffix shared -buildid WXnkuGuLy-SFmI5K4rc4/WXnkuGuLy-SFmI5K4rc4 -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/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:01:08.5031290Z [00:03:30.764]➜  go tool buildid -w $WORK/b2794/_pkg_.a # internal
2025-08-20T23:01:08.5049720Z [00:03:30.766]➜  cp $WORK/b2794/_pkg_.a /root/.cache/go-build/ac/ac2ef7b92f41902360a519d7da2c1a8ddabf955164ce95a4e600f99215a1c49a-d # internal
2025-08-20T23:01:08.5057201Z [00:03:30.767]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart
2025-08-20T23:01:08.5059992Z [00:03:30.767]➜  mkdir -p $WORK/b2799/
2025-08-20T23:01:08.5061333Z [00:03:30.767]➜  cat >/tmp/go-build2180205415/b2799/importcfg << 'EOF' # internal
2025-08-20T23:01:08.5061722Z [00:03:30.767]➜  # import config
2025-08-20T23:01:08.5062075Z [00:03:30.767]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.5062510Z [00:03:30.767]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.5062965Z [00:03:30.767]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.5064316Z [00:03:30.767]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.5064747Z [00:03:30.767]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.5065380Z [00:03:30.767]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.5080747Z [00:03:30.767]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.5081674Z [00:03:30.767]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.5082242Z [00:03:30.767]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.5082753Z [00:03:30.767]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.5083199Z [00:03:30.767]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.5083624Z [00:03:30.767]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.5083940Z [00:03:30.767]➜  EOF
2025-08-20T23:01:08.5088095Z [00:03:30.769]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2799/_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/b2799=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart -lang=go1.22 -complete -installsuffix shared -buildid bCaUUWY4QVivf_nlAsCK/bCaUUWY4QVivf_nlAsCK -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/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:01:08.5605238Z [00:03:30.821]➜  go tool buildid -w $WORK/b2798/_pkg_.a # internal
2025-08-20T23:01:08.5645320Z [00:03:30.826]➜  cp $WORK/b2798/_pkg_.a /root/.cache/go-build/73/73e65fb63d69def2a085458299c55f1481bfc281fdbc6aab087c12b7edcee2e1-d # internal
2025-08-20T23:01:08.5684829Z [00:03:30.829]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary
2025-08-20T23:01:08.5685705Z [00:03:30.829]➜  mkdir -p $WORK/b2800/
2025-08-20T23:01:08.5686853Z [00:03:30.829]➜  cat >/tmp/go-build2180205415/b2800/importcfg << 'EOF' # internal
2025-08-20T23:01:08.5687307Z [00:03:30.829]➜  # import config
2025-08-20T23:01:08.5687658Z [00:03:30.829]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.5688092Z [00:03:30.829]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.5688551Z [00:03:30.829]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.5688994Z [00:03:30.829]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.5689407Z [00:03:30.829]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.5690035Z [00:03:30.829]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.5690823Z [00:03:30.829]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.5691388Z [00:03:30.829]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.5691816Z [00:03:30.829]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.5692655Z [00:03:30.829]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.5693088Z [00:03:30.829]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.5693522Z [00:03:30.829]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.5693835Z [00:03:30.829]➜  EOF
2025-08-20T23:01:08.5697732Z [00:03:30.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2800/_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/b2800=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary -lang=go1.22 -complete -installsuffix shared -buildid FvqqWl3FHx397gZwXAND/FvqqWl3FHx397gZwXAND -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/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:01:08.5701033Z [00:03:30.829]➜  go tool buildid -w $WORK/b2799/_pkg_.a # internal
2025-08-20T23:01:08.5701700Z [00:03:30.829]➜  cp $WORK/b2799/_pkg_.a /root/.cache/go-build/c4/c40f22035478dafc0cdc13a85db2ab2078764be1fe79c87bc7878256b8ecfba0-d # internal
2025-08-20T23:01:08.5702359Z [00:03:30.829]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob
2025-08-20T23:01:08.5702721Z [00:03:30.829]➜  mkdir -p $WORK/b2801/
2025-08-20T23:01:08.5703093Z [00:03:30.829]➜  cat >/tmp/go-build2180205415/b2801/importcfg << 'EOF' # internal
2025-08-20T23:01:08.5703446Z [00:03:30.829]➜  # import config
2025-08-20T23:01:08.5703785Z [00:03:30.829]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.5704245Z [00:03:30.829]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.5704690Z [00:03:30.829]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.5705254Z [00:03:30.829]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.5706129Z [00:03:30.829]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.5706978Z [00:03:30.829]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.5707545Z [00:03:30.829]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.5707964Z [00:03:30.829]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.5708396Z [00:03:30.829]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.5708830Z [00:03:30.829]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.5709267Z [00:03:30.829]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.5709581Z [00:03:30.829]➜  EOF
2025-08-20T23:01:08.5712237Z [00:03:30.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2801/_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/b2801=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob -lang=go1.22 -complete -installsuffix shared -buildid GLJb6ey0HvXloHA4cGJl/GLJb6ey0HvXloHA4cGJl -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/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:01:08.5719502Z [00:03:30.833]➜  go tool buildid -w $WORK/b2796/_pkg_.a # internal
2025-08-20T23:01:08.5721249Z [00:03:30.833]➜  cp $WORK/b2796/_pkg_.a /root/.cache/go-build/e8/e8961b848dcbbad2e40dd6f82f5d1d47f62b046a5b21f2752b3cc327bccf950c-d # internal
2025-08-20T23:01:08.5732720Z [00:03:30.834]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot
2025-08-20T23:01:08.5733499Z [00:03:30.834]➜  mkdir -p $WORK/b2802/
2025-08-20T23:01:08.5734184Z [00:03:30.835]➜  cat >/tmp/go-build2180205415/b2802/importcfg << 'EOF' # internal
2025-08-20T23:01:08.5734759Z [00:03:30.835]➜  # import config
2025-08-20T23:01:08.5736764Z [00:03:30.835]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.5737210Z [00:03:30.835]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.5737672Z [00:03:30.835]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.5738142Z [00:03:30.835]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.5738891Z [00:03:30.835]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.5739671Z [00:03:30.835]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.5740538Z [00:03:30.835]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.5741113Z [00:03:30.835]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.5741532Z [00:03:30.835]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.5741962Z [00:03:30.835]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.5742393Z [00:03:30.835]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.5742819Z [00:03:30.835]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.5743134Z [00:03:30.835]➜  EOF
2025-08-20T23:01:08.5746952Z [00:03:30.835]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2802/_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/b2802=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot -lang=go1.22 -complete -installsuffix shared -buildid XIL5vCWet0lklf1i64c0/XIL5vCWet0lklf1i64c0 -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/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:01:08.5976502Z [00:03:30.857]➜  go tool buildid -w $WORK/b2797/_pkg_.a # internal
2025-08-20T23:01:08.5980277Z [00:03:30.859]➜  cp $WORK/b2797/_pkg_.a /root/.cache/go-build/d2/d29bab91bc696a110c5a0521cc627ea89c7415a88c26704df4c6dd6a86f53b99-d # internal
2025-08-20T23:01:08.5988943Z [00:03:30.860]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode
2025-08-20T23:01:08.5996794Z [00:03:30.861]➜  mkdir -p $WORK/b2803/
2025-08-20T23:01:08.6008036Z [00:03:30.862]➜  cat >/tmp/go-build2180205415/b2803/importcfg << 'EOF' # internal
2025-08-20T23:01:08.6009098Z [00:03:30.862]➜  # import config
2025-08-20T23:01:08.6010019Z [00:03:30.862]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.6010542Z [00:03:30.862]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.6011002Z [00:03:30.862]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.6011423Z [00:03:30.862]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.6012057Z [00:03:30.862]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.6012873Z [00:03:30.862]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.6013887Z [00:03:30.862]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.6014315Z [00:03:30.862]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.6014756Z [00:03:30.862]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.6015182Z [00:03:30.862]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.6015606Z [00:03:30.862]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.6016150Z [00:03:30.862]➜  EOF
2025-08-20T23:01:08.6021061Z [00:03:30.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2803/_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/b2803=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode -lang=go1.22 -complete -installsuffix shared -buildid K6q_irEL6Lo3C-NJE9VS/K6q_irEL6Lo3C-NJE9VS -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/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:01:08.6243022Z [00:03:30.885]➜  go tool buildid -w $WORK/b2801/_pkg_.a # internal
2025-08-20T23:01:08.6257880Z [00:03:30.887]➜  cp $WORK/b2801/_pkg_.a /root/.cache/go-build/da/daedf61fa28aee5392e645d0a0ddd40b26e33b44ccf53a086cf3f86080288ff6-d # internal
2025-08-20T23:01:08.6277670Z [00:03:30.889]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed
2025-08-20T23:01:08.6278542Z [00:03:30.889]➜  mkdir -p $WORK/b2804/
2025-08-20T23:01:08.6279842Z [00:03:30.889]➜  cat >/tmp/go-build2180205415/b2804/importcfg << 'EOF' # internal
2025-08-20T23:01:08.6280294Z [00:03:30.889]➜  # import config
2025-08-20T23:01:08.6280644Z [00:03:30.889]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.6281099Z [00:03:30.889]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.6281557Z [00:03:30.889]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.6282239Z [00:03:30.889]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.6282716Z [00:03:30.889]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.6283346Z [00:03:30.889]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.6284138Z [00:03:30.889]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.6284703Z [00:03:30.889]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.6285120Z [00:03:30.889]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.6285559Z [00:03:30.889]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.6286246Z [00:03:30.889]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.6286673Z [00:03:30.889]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.6306406Z [00:03:30.889]➜  EOF
2025-08-20T23:01:08.6309932Z [00:03:30.889]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2804/_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/b2804=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed -lang=go1.22 -complete -installsuffix shared -buildid evuNxe_gYkXpyaoSKPb3/evuNxe_gYkXpyaoSKPb3 -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/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:01:08.6391255Z [00:03:30.900]➜  go tool buildid -w $WORK/b2800/_pkg_.a # internal
2025-08-20T23:01:08.6408683Z [00:03:30.902]➜  cp $WORK/b2800/_pkg_.a /root/.cache/go-build/e9/e9080673c05cf9fd1229de2b5dcc677b9a324293c6bf098508a72232559a8a23-d # internal
2025-08-20T23:01:08.6421900Z [00:03:30.903]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics
2025-08-20T23:01:08.6422448Z [00:03:30.903]➜  mkdir -p $WORK/b2805/
2025-08-20T23:01:08.6429492Z [00:03:30.904]➜  cat >/tmp/go-build2180205415/b2805/importcfg << 'EOF' # internal
2025-08-20T23:01:08.6430367Z [00:03:30.904]➜  # import config
2025-08-20T23:01:08.6431206Z [00:03:30.904]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.6431939Z [00:03:30.904]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.6432903Z [00:03:30.904]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.6434166Z [00:03:30.904]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.6435116Z [00:03:30.904]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.6436634Z [00:03:30.904]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.6438209Z [00:03:30.904]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.6438683Z [00:03:30.904]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.6439122Z [00:03:30.904]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.6439555Z [00:03:30.904]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.6439982Z [00:03:30.904]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.6440311Z [00:03:30.904]➜  EOF
2025-08-20T23:01:08.6443630Z [00:03:30.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2805/_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/b2805=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid FcCTazif9Ls3NKkSXCZM/FcCTazif9Ls3NKkSXCZM -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/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:01:08.6516131Z [00:03:30.912]➜  go tool buildid -w $WORK/b2802/_pkg_.a # internal
2025-08-20T23:01:08.6520338Z [00:03:30.913]➜  cp $WORK/b2802/_pkg_.a /root/.cache/go-build/24/24194a013c3d87cacbdff36721790240290ccd5967fb051ec8c20bd1284ed597-d # internal
2025-08-20T23:01:08.6534579Z [00:03:30.914]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment
2025-08-20T23:01:08.6535105Z [00:03:30.914]➜  mkdir -p $WORK/b2806/
2025-08-20T23:01:08.6542326Z [00:03:30.915]➜  cat >/tmp/go-build2180205415/b2806/importcfg << 'EOF' # internal
2025-08-20T23:01:08.6542972Z [00:03:30.915]➜  # import config
2025-08-20T23:01:08.6543426Z [00:03:30.915]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.6544660Z [00:03:30.915]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.6545115Z [00:03:30.915]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.6545536Z [00:03:30.915]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.6546397Z [00:03:30.915]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.6547569Z [00:03:30.915]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.6548540Z [00:03:30.915]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate=/tmp/go-build2180205415/b2327/_pkg_.a
2025-08-20T23:01:08.6549543Z [00:03:30.915]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority=/tmp/go-build2180205415/b2475/_pkg_.a
2025-08-20T23:01:08.6550202Z [00:03:30.915]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.6550619Z [00:03:30.915]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.6551049Z [00:03:30.915]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.6551475Z [00:03:30.915]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.6552064Z [00:03:30.915]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.6552393Z [00:03:30.915]➜  EOF
2025-08-20T23:01:08.6555612Z [00:03:30.915]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2806/_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/b2806=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment -lang=go1.22 -complete -installsuffix shared -buildid zuGLqtXsZKNSRVJLzdVC/zuGLqtXsZKNSRVJLzdVC -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/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:01:08.6702813Z [00:03:30.931]➜  go tool buildid -w $WORK/b2803/_pkg_.a # internal
2025-08-20T23:01:08.6740420Z [00:03:30.935]➜  cp $WORK/b2803/_pkg_.a /root/.cache/go-build/57/576ac071576a572ab371dd5e66def36e1e135e38e11e3f56dddf2e43c9328e7b-d # internal
2025-08-20T23:01:08.6744664Z [00:03:30.936]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed
2025-08-20T23:01:08.6745111Z [00:03:30.936]➜  mkdir -p $WORK/b2807/
2025-08-20T23:01:08.6753961Z [00:03:30.936]➜  cat >/tmp/go-build2180205415/b2807/importcfg << 'EOF' # internal
2025-08-20T23:01:08.6760841Z [00:03:30.936]➜  # import config
2025-08-20T23:01:08.6762553Z [00:03:30.936]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.6763010Z [00:03:30.936]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.6763470Z [00:03:30.936]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.6763916Z [00:03:30.936]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.6764329Z [00:03:30.936]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.6764985Z [00:03:30.936]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.6765987Z [00:03:30.936]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.6766633Z [00:03:30.936]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.6767056Z [00:03:30.936]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.6767486Z [00:03:30.936]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.6767910Z [00:03:30.936]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.6768342Z [00:03:30.936]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.6768657Z [00:03:30.936]➜  EOF
2025-08-20T23:01:08.6772150Z [00:03:30.936]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2807/_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/b2807=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed -lang=go1.22 -complete -installsuffix shared -buildid OYPVI60gwiZvsj-UEO3v/OYPVI60gwiZvsj-UEO3v -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/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:01:08.7092798Z [00:03:30.970]➜  go tool buildid -w $WORK/b2805/_pkg_.a # internal
2025-08-20T23:01:08.7104286Z [00:03:30.971]➜  cp $WORK/b2805/_pkg_.a /root/.cache/go-build/0b/0ba417399b453e1a081bd82b1616d86fbb1d62d7e31585abcfd3bd973f80bf69-d # internal
2025-08-20T23:01:08.7114205Z [00:03:30.973]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics
2025-08-20T23:01:08.7115064Z [00:03:30.973]➜  mkdir -p $WORK/b2808/
2025-08-20T23:01:08.7126366Z [00:03:30.974]➜  cat >/tmp/go-build2180205415/b2808/importcfg << 'EOF' # internal
2025-08-20T23:01:08.7127399Z [00:03:30.974]➜  # import config
2025-08-20T23:01:08.7128602Z [00:03:30.974]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.7129909Z [00:03:30.974]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.7130381Z [00:03:30.974]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.7130805Z [00:03:30.974]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.7131438Z [00:03:30.974]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.7132231Z [00:03:30.974]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.7132811Z [00:03:30.974]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.7133247Z [00:03:30.974]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.7133678Z [00:03:30.974]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.7134342Z [00:03:30.974]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.7134841Z [00:03:30.974]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.7135160Z [00:03:30.974]➜  EOF
2025-08-20T23:01:08.7147526Z [00:03:30.975]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2808/_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/b2808=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid wL_K9aT0sZsldCU_r4f8/wL_K9aT0sZsldCU_r4f8 -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/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:01:08.7254709Z [00:03:30.987]➜  go tool buildid -w $WORK/b2804/_pkg_.a # internal
2025-08-20T23:01:08.7268118Z [00:03:30.988]➜  cp $WORK/b2804/_pkg_.a /root/.cache/go-build/1e/1ea7b6c30b03cf1e29735d7daae790acd38ce331c3362e875993ae5555accba6-d # internal
2025-08-20T23:01:08.7271832Z [00:03:30.988]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment
2025-08-20T23:01:08.7277050Z [00:03:30.989]➜  mkdir -p $WORK/b2809/
2025-08-20T23:01:08.7278019Z [00:03:30.989]➜  cat >/tmp/go-build2180205415/b2809/importcfg << 'EOF' # internal
2025-08-20T23:01:08.7278452Z [00:03:30.989]➜  # import config
2025-08-20T23:01:08.7278837Z [00:03:30.989]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.7279761Z [00:03:30.989]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.7280291Z [00:03:30.989]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.7280718Z [00:03:30.989]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.7281351Z [00:03:30.989]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.7282147Z [00:03:30.989]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.7282714Z [00:03:30.989]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.7283131Z [00:03:30.989]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.7283567Z [00:03:30.989]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.7284158Z [00:03:30.989]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.7284600Z [00:03:30.989]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.7284918Z [00:03:30.989]➜  EOF
2025-08-20T23:01:08.7288411Z [00:03:30.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2809/_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/b2809=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment -lang=go1.22 -complete -installsuffix shared -buildid J2Ky6edsOAAOH5VSQ8zM/J2Ky6edsOAAOH5VSQ8zM -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/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:01:08.7330609Z [00:03:30.994]➜  go tool buildid -w $WORK/b2806/_pkg_.a # internal
2025-08-20T23:01:08.7377353Z [00:03:30.999]➜  cp $WORK/b2806/_pkg_.a /root/.cache/go-build/da/da9e855910848593b567c4f088a432858afdf9dc6a6f59e186ae9f18417ce7a4-d # internal
2025-08-20T23:01:08.7384160Z [00:03:30.999]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed
2025-08-20T23:01:08.7384855Z [00:03:30.999]➜  mkdir -p $WORK/b2810/
2025-08-20T23:01:08.7390296Z [00:03:31.000]➜  cat >/tmp/go-build2180205415/b2810/importcfg << 'EOF' # internal
2025-08-20T23:01:08.7417271Z [00:03:31.000]➜  # import config
2025-08-20T23:01:08.7419032Z [00:03:31.000]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.7419825Z [00:03:31.000]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.7420736Z [00:03:31.000]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.7421546Z [00:03:31.000]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.7422431Z [00:03:31.000]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.7423321Z [00:03:31.000]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.7424627Z [00:03:31.000]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.7426162Z [00:03:31.000]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:08.7427312Z [00:03:31.000]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.7428309Z [00:03:31.000]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.7429393Z [00:03:31.000]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.7430334Z [00:03:31.000]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.7431702Z [00:03:31.000]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.7432164Z [00:03:31.000]➜  EOF
2025-08-20T23:01:08.7435397Z [00:03:31.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2810/_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/b2810=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed -lang=go1.22 -complete -installsuffix shared -buildid Q90h2TcESHS8SkMRsjvl/Q90h2TcESHS8SkMRsjvl -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/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:01:08.7584769Z [00:03:31.019]➜  go tool buildid -w $WORK/b2807/_pkg_.a # internal
2025-08-20T23:01:08.7619361Z [00:03:31.023]➜  cp $WORK/b2807/_pkg_.a /root/.cache/go-build/07/070898c45441a6ae28e0f4ffa170f7bfda1f24431796532287e3ef557fae1ca0-d # internal
2025-08-20T23:01:08.7657421Z [00:03:31.027]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics
2025-08-20T23:01:08.7658576Z [00:03:31.027]➜  mkdir -p $WORK/b2811/
2025-08-20T23:01:08.7668905Z [00:03:31.028]➜  cat >/tmp/go-build2180205415/b2811/importcfg << 'EOF' # internal
2025-08-20T23:01:08.7669673Z [00:03:31.028]➜  # import config
2025-08-20T23:01:08.7670935Z [00:03:31.028]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.7671649Z [00:03:31.028]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.7672680Z [00:03:31.028]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.7673907Z [00:03:31.028]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.7674353Z [00:03:31.028]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.7674986Z [00:03:31.028]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.7675882Z [00:03:31.028]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.7676507Z [00:03:31.028]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.7676926Z [00:03:31.028]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.7677356Z [00:03:31.028]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.7677783Z [00:03:31.028]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.7678209Z [00:03:31.028]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.7678525Z [00:03:31.028]➜  EOF
2025-08-20T23:01:08.7691003Z [00:03:31.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2811/_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/b2811=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid K1FdHR_paH_eVdYbpapg/K1FdHR_paH_eVdYbpapg -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/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:01:08.7783246Z [00:03:31.039]➜  go tool buildid -w $WORK/b2808/_pkg_.a # internal
2025-08-20T23:01:08.7794595Z [00:03:31.040]➜  cp $WORK/b2808/_pkg_.a /root/.cache/go-build/25/25d7b61d922b6515567984448cbb0ef019cbb35d603018cb15397604e9f49a7a-d # internal
2025-08-20T23:01:08.7815083Z [00:03:31.042]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter
2025-08-20T23:01:08.7821463Z [00:03:31.043]➜  mkdir -p $WORK/b2812/
2025-08-20T23:01:08.7834660Z [00:03:31.044]➜  cat >/tmp/go-build2180205415/b2812/importcfg << 'EOF' # internal
2025-08-20T23:01:08.7835398Z [00:03:31.044]➜  # import config
2025-08-20T23:01:08.7836399Z [00:03:31.044]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.7837120Z [00:03:31.044]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.7837869Z [00:03:31.044]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.7838875Z [00:03:31.044]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.7839547Z [00:03:31.045]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.7840730Z [00:03:31.045]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.7842532Z [00:03:31.045]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.7843268Z [00:03:31.045]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.7843760Z [00:03:31.045]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.7844196Z [00:03:31.045]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.7844620Z [00:03:31.045]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.7845045Z [00:03:31.045]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.7845357Z [00:03:31.045]➜  EOF
2025-08-20T23:01:08.7848714Z [00:03:31.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2812/_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/b2812=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter -lang=go1.22 -complete -installsuffix shared -buildid t1vZgnVzT7pSewKoN02g/t1vZgnVzT7pSewKoN02g -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/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:01:08.7868525Z [00:03:31.048]➜  go tool buildid -w $WORK/b2809/_pkg_.a # internal
2025-08-20T23:01:08.7877213Z [00:03:31.049]➜  cp $WORK/b2809/_pkg_.a /root/.cache/go-build/7e/7e6cf7ed7ea65fedaae879d57f763677332c47a9b6088d675dc3864a8f36b4f1-d # internal
2025-08-20T23:01:08.7888741Z [00:03:31.049]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob
2025-08-20T23:01:08.7889223Z [00:03:31.050]➜  mkdir -p $WORK/b2813/
2025-08-20T23:01:08.7889625Z [00:03:31.050]➜  cat >/tmp/go-build2180205415/b2813/importcfg << 'EOF' # internal
2025-08-20T23:01:08.7889979Z [00:03:31.050]➜  # import config
2025-08-20T23:01:08.7890363Z [00:03:31.050]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.7890796Z [00:03:31.050]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.7893398Z [00:03:31.050]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.7894301Z [00:03:31.050]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.7894718Z [00:03:31.050]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.7895360Z [00:03:31.050]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.7896412Z [00:03:31.050]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.7897376Z [00:03:31.050]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.7897858Z [00:03:31.050]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.7898298Z [00:03:31.050]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.7898727Z [00:03:31.050]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.7899156Z [00:03:31.050]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.7899469Z [00:03:31.050]➜  EOF
2025-08-20T23:01:08.7902622Z [00:03:31.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2813/_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/b2813=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob -lang=go1.22 -complete -installsuffix shared -buildid ee_g3Z8Zp_0RHK9Nazkn/ee_g3Z8Zp_0RHK9Nazkn -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/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:01:08.8230477Z [00:03:31.084]➜  go tool buildid -w $WORK/b2810/_pkg_.a # internal
2025-08-20T23:01:08.8260109Z [00:03:31.087]➜  cp $WORK/b2810/_pkg_.a /root/.cache/go-build/b4/b4c24d4435980b6261ccdb5a4678307def9761a65cbd5eef93cc8fb18daf4213-d # internal
2025-08-20T23:01:08.8260952Z [00:03:31.087]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot
2025-08-20T23:01:08.8265607Z [00:03:31.087]➜  mkdir -p $WORK/b2814/
2025-08-20T23:01:08.8278401Z [00:03:31.089]➜  cat >/tmp/go-build2180205415/b2814/importcfg << 'EOF' # internal
2025-08-20T23:01:08.8278895Z [00:03:31.089]➜  # import config
2025-08-20T23:01:08.8279265Z [00:03:31.089]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.8279695Z [00:03:31.089]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.8280169Z [00:03:31.089]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.8280627Z [00:03:31.089]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.8281045Z [00:03:31.089]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.8281672Z [00:03:31.089]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.8282467Z [00:03:31.089]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.8283037Z [00:03:31.089]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.8283461Z [00:03:31.089]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.8283904Z [00:03:31.089]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.8284331Z [00:03:31.089]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.8284759Z [00:03:31.089]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.8285080Z [00:03:31.089]➜  EOF
2025-08-20T23:01:08.8321793Z [00:03:31.089]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2814/_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/b2814=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot -lang=go1.22 -complete -installsuffix shared -buildid y4mWFV4xfrOVESkj8OwQ/y4mWFV4xfrOVESkj8OwQ -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/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:01:08.8463905Z [00:03:31.107]➜  go tool buildid -w $WORK/b2811/_pkg_.a # internal
2025-08-20T23:01:08.8490865Z [00:03:31.109]➜  cp $WORK/b2811/_pkg_.a /root/.cache/go-build/08/085c451168ab46cdc225823c14d44cedff196243cc8a77cfdbe55792b1f85c10-d # internal
2025-08-20T23:01:08.8491786Z [00:03:31.109]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment
2025-08-20T23:01:08.8492244Z [00:03:31.109]➜  mkdir -p $WORK/b2815/
2025-08-20T23:01:08.8492628Z [00:03:31.110]➜  cat >/tmp/go-build2180205415/b2815/importcfg << 'EOF' # internal
2025-08-20T23:01:08.8492983Z [00:03:31.110]➜  # import config
2025-08-20T23:01:08.8493337Z [00:03:31.110]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.8494103Z [00:03:31.110]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.8494586Z [00:03:31.110]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.8495032Z [00:03:31.110]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.8495551Z [00:03:31.110]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.8517725Z [00:03:31.110]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.8518549Z [00:03:31.110]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.8519122Z [00:03:31.110]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.8519541Z [00:03:31.110]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.8519973Z [00:03:31.110]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.8520420Z [00:03:31.110]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.8520861Z [00:03:31.110]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.8521175Z [00:03:31.110]➜  EOF
2025-08-20T23:01:08.8524895Z [00:03:31.110]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2815/_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/b2815=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment -lang=go1.22 -complete -installsuffix shared -buildid NNG2hmlgPHguGTRmnCWm/NNG2hmlgPHguGTRmnCWm -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/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:01:08.8528415Z [00:03:31.111]➜  go tool buildid -w $WORK/b2812/_pkg_.a # internal
2025-08-20T23:01:08.8529091Z [00:03:31.111]➜  cp $WORK/b2812/_pkg_.a /root/.cache/go-build/3b/3b777bdbbbd2a09a6286f35645ba60ead3423ce2faeb8423c77c39be24a232ca-d # internal
2025-08-20T23:01:08.8529789Z [00:03:31.112]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot
2025-08-20T23:01:08.8530189Z [00:03:31.112]➜  mkdir -p $WORK/b2816/
2025-08-20T23:01:08.8530565Z [00:03:31.112]➜  cat >/tmp/go-build2180205415/b2816/importcfg << 'EOF' # internal
2025-08-20T23:01:08.8530910Z [00:03:31.112]➜  # import config
2025-08-20T23:01:08.8531251Z [00:03:31.112]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.8531704Z [00:03:31.112]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.8532394Z [00:03:31.112]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.8532937Z [00:03:31.112]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.8533569Z [00:03:31.112]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.8534360Z [00:03:31.112]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.8534922Z [00:03:31.112]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.8535342Z [00:03:31.112]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.8537124Z [00:03:31.112]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.8537630Z [00:03:31.112]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.8538058Z [00:03:31.112]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.8538545Z [00:03:31.112]➜  EOF
2025-08-20T23:01:08.8541596Z [00:03:31.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2816/_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/b2816=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot -lang=go1.22 -complete -installsuffix shared -buildid zArApW059pmgMPUphqRx/zArApW059pmgMPUphqRx -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/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:01:08.9075061Z [00:03:31.168]➜  go tool buildid -w $WORK/b2814/_pkg_.a # internal
2025-08-20T23:01:08.9081614Z [00:03:31.169]➜  cp $WORK/b2814/_pkg_.a /root/.cache/go-build/66/660faf9eaffc98a5258166a1a6fdb2f5af54b63961d60ed672a5ffed0a1d30ef-d # internal
2025-08-20T23:01:08.9082311Z [00:03:31.169]➜  go tool buildid -w $WORK/b2813/_pkg_.a # internal
2025-08-20T23:01:08.9103546Z [00:03:31.171]➜  cp $WORK/b2813/_pkg_.a /root/.cache/go-build/94/948b802f2b49358522db25c2a54ba3e2b9234bba8a51ef98d17408b02e7c4bec-d # internal
2025-08-20T23:01:08.9104302Z [00:03:31.171]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate
2025-08-20T23:01:08.9104677Z [00:03:31.171]➜  mkdir -p $WORK/b2817/
2025-08-20T23:01:08.9117154Z [00:03:31.173]➜  cat >/tmp/go-build2180205415/b2817/importcfg << 'EOF' # internal
2025-08-20T23:01:08.9119502Z [00:03:31.173]➜  # import config
2025-08-20T23:01:08.9121134Z [00:03:31.173]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.9122106Z [00:03:31.173]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.9122912Z [00:03:31.173]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.9124717Z [00:03:31.173]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.9125514Z [00:03:31.173]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.9126728Z [00:03:31.173]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.9127604Z [00:03:31.173]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.9128185Z [00:03:31.173]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.9128610Z [00:03:31.173]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.9129067Z [00:03:31.173]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.9129495Z [00:03:31.173]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.9129922Z [00:03:31.173]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.9130246Z [00:03:31.173]➜  EOF
2025-08-20T23:01:08.9133824Z [00:03:31.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2817/_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/b2817=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate -lang=go1.22 -complete -installsuffix shared -buildid 6Ir5l8bUSpJK6cilIpai/6Ir5l8bUSpJK6cilIpai -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/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:01:08.9136810Z [00:03:31.173]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector
2025-08-20T23:01:08.9137381Z [00:03:31.173]➜  mkdir -p $WORK/b2818/
2025-08-20T23:01:08.9137767Z [00:03:31.173]➜  cat >/tmp/go-build2180205415/b2818/importcfg << 'EOF' # internal
2025-08-20T23:01:08.9138116Z [00:03:31.173]➜  # import config
2025-08-20T23:01:08.9138450Z [00:03:31.173]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.9138990Z [00:03:31.173]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.9139502Z [00:03:31.173]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.9141537Z [00:03:31.173]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.9142081Z [00:03:31.173]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.9142714Z [00:03:31.173]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.9143500Z [00:03:31.173]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.9144373Z [00:03:31.173]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent=/tmp/go-build2180205415/b2339/_pkg_.a
2025-08-20T23:01:08.9145027Z [00:03:31.173]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.9145447Z [00:03:31.173]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.9156431Z [00:03:31.173]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.9156967Z [00:03:31.173]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.9157464Z [00:03:31.173]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.9157781Z [00:03:31.173]➜  EOF
2025-08-20T23:01:08.9161078Z [00:03:31.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2818/_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/b2818=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector -lang=go1.22 -complete -installsuffix shared -buildid u1o6zkng6g7ULqXuQ5-K/u1o6zkng6g7ULqXuQ5-K -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/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:01:08.9252075Z [00:03:31.186]➜  go tool buildid -w $WORK/b2815/_pkg_.a # internal
2025-08-20T23:01:08.9252758Z [00:03:31.186]➜  go tool buildid -w $WORK/b2816/_pkg_.a # internal
2025-08-20T23:01:08.9255336Z [00:03:31.186]➜  cp $WORK/b2815/_pkg_.a /root/.cache/go-build/be/be751a585f53aa77845692717a1e50ef609dc40eaa09be5d2dc247538f6a6216-d # internal
2025-08-20T23:01:08.9272617Z [00:03:31.187]➜  github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk
2025-08-20T23:01:08.9273335Z [00:03:31.187]➜  mkdir -p $WORK/b2819/
2025-08-20T23:01:08.9273716Z [00:03:31.187]➜  cat >/tmp/go-build2180205415/b2819/importcfg << 'EOF' # internal
2025-08-20T23:01:08.9274068Z [00:03:31.187]➜  # import config
2025-08-20T23:01:08.9274411Z [00:03:31.187]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:08.9274837Z [00:03:31.187]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.9275292Z [00:03:31.187]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.9275743Z [00:03:31.187]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.9276428Z [00:03:31.187]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.9277063Z [00:03:31.187]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.9278100Z [00:03:31.187]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.9278679Z [00:03:31.187]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.9279098Z [00:03:31.187]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.9279529Z [00:03:31.187]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.9279956Z [00:03:31.187]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.9280382Z [00:03:31.187]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.9280867Z [00:03:31.187]➜  EOF
2025-08-20T23:01:08.9284419Z [00:03:31.187]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2819/_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/b2819=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk -lang=go1.22 -complete -installsuffix shared -buildid 7UgyudVyM1ytDhFhx2Hv/7UgyudVyM1ytDhFhx2Hv -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/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:01:08.9287951Z [00:03:31.187]➜  cp $WORK/b2816/_pkg_.a /root/.cache/go-build/14/14582623e11bf60680b44104bd6a6bc9bc387897df471bc2b20bdc9720708359-d # internal
2025-08-20T23:01:08.9288714Z [00:03:31.188]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive
2025-08-20T23:01:08.9289172Z [00:03:31.188]➜  mkdir -p $WORK/b2820/
2025-08-20T23:01:08.9293262Z [00:03:31.190]➜  cat >/tmp/go-build2180205415/b2820/importcfg << 'EOF' # internal
2025-08-20T23:01:08.9293891Z [00:03:31.190]➜  # import config
2025-08-20T23:01:08.9294252Z [00:03:31.190]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.9294707Z [00:03:31.190]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.9295373Z [00:03:31.190]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.9296608Z [00:03:31.190]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.9297415Z [00:03:31.190]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.9298301Z [00:03:31.190]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.9298883Z [00:03:31.190]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.9313999Z [00:03:31.190]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.9314542Z [00:03:31.190]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.9315126Z [00:03:31.190]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.9315557Z [00:03:31.190]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.9316085Z [00:03:31.190]➜  EOF
2025-08-20T23:01:08.9319501Z [00:03:31.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2820/_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/b2820=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive -lang=go1.22 -complete -installsuffix shared -buildid I7GgKQ1L2341jsO90e4F/I7GgKQ1L2341jsO90e4F -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/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:01:08.9732594Z [00:03:31.234]➜  go tool buildid -w $WORK/b2818/_pkg_.a # internal
2025-08-20T23:01:08.9762357Z [00:03:31.237]➜  cp $WORK/b2818/_pkg_.a /root/.cache/go-build/73/735289a5a07ec6f4c3470d8b1c83495f00c526c1caa7cd7b35204abf06ccd6d9-d # internal
2025-08-20T23:01:08.9763725Z [00:03:31.237]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo
2025-08-20T23:01:08.9766741Z [00:03:31.237]➜  mkdir -p $WORK/b2821/
2025-08-20T23:01:08.9775214Z [00:03:31.239]➜  cat >/tmp/go-build2180205415/b2821/importcfg << 'EOF' # internal
2025-08-20T23:01:08.9777916Z [00:03:31.239]➜  # import config
2025-08-20T23:01:08.9780807Z [00:03:31.239]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.9781308Z [00:03:31.239]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.9781780Z [00:03:31.239]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.9782191Z [00:03:31.239]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.9782824Z [00:03:31.239]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.9783618Z [00:03:31.239]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.9784190Z [00:03:31.239]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.9784609Z [00:03:31.239]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.9785041Z [00:03:31.239]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.9785468Z [00:03:31.239]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.9791395Z [00:03:31.239]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.9791801Z [00:03:31.239]➜  EOF
2025-08-20T23:01:08.9795081Z [00:03:31.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2821/_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/b2821=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo -lang=go1.22 -complete -installsuffix shared -buildid h-Jq8eh4c1O7iCxmvpvq/h-Jq8eh4c1O7iCxmvpvq -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/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:01:08.9830809Z [00:03:31.244]➜  go tool buildid -w $WORK/b2817/_pkg_.a # internal
2025-08-20T23:01:08.9842050Z [00:03:31.245]➜  cp $WORK/b2817/_pkg_.a /root/.cache/go-build/09/092c8a1052781b14cc1f1edb28103a6a36b0cb732ac34ef0d9c5eac2da20d304-d # internal
2025-08-20T23:01:08.9884946Z [00:03:31.250]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads
2025-08-20T23:01:08.9888870Z [00:03:31.250]➜  mkdir -p $WORK/b2822/
2025-08-20T23:01:08.9889676Z [00:03:31.250]➜  cat >/tmp/go-build2180205415/b2822/importcfg << 'EOF' # internal
2025-08-20T23:01:08.9890532Z [00:03:31.250]➜  # import config
2025-08-20T23:01:08.9891219Z [00:03:31.250]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:08.9891928Z [00:03:31.250]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:08.9892899Z [00:03:31.250]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:08.9893391Z [00:03:31.250]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:08.9894044Z [00:03:31.250]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:08.9895119Z [00:03:31.250]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:08.9896175Z [00:03:31.250]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype=/tmp/go-build2180205415/b2823/_pkg_.a
2025-08-20T23:01:08.9896871Z [00:03:31.250]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:08.9897288Z [00:03:31.250]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:08.9897836Z [00:03:31.250]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:08.9898325Z [00:03:31.250]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:08.9898752Z [00:03:31.250]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:08.9899066Z [00:03:31.250]➜  EOF
2025-08-20T23:01:08.9901848Z [00:03:31.250]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2822/_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/b2822=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads -lang=go1.22 -complete -installsuffix shared -buildid u9Ngen8tD7lyWh-x93rC/u9Ngen8tD7lyWh-x93rC -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/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:01:09.0010383Z [00:03:31.262]➜  go tool buildid -w $WORK/b2820/_pkg_.a # internal
2025-08-20T23:01:09.0023027Z [00:03:31.263]➜  cp $WORK/b2820/_pkg_.a /root/.cache/go-build/00/0085f489af1df6c3919a12be57e4fd4c35980f31fbbd9f2cd28c5e00504bb22a-d # internal
2025-08-20T23:01:09.0032346Z [00:03:31.264]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info
2025-08-20T23:01:09.0033064Z [00:03:31.264]➜  mkdir -p $WORK/b2824/
2025-08-20T23:01:09.0033940Z [00:03:31.264]➜  cat >/tmp/go-build2180205415/b2824/importcfg << 'EOF' # internal
2025-08-20T23:01:09.0034383Z [00:03:31.264]➜  # import config
2025-08-20T23:01:09.0034739Z [00:03:31.264]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.0035203Z [00:03:31.264]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.0035651Z [00:03:31.264]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.0036284Z [00:03:31.264]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.0036947Z [00:03:31.264]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.0037995Z [00:03:31.264]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.0038633Z [00:03:31.264]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.0039240Z [00:03:31.264]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.0039673Z [00:03:31.264]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.0040099Z [00:03:31.264]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.0040525Z [00:03:31.264]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.0040838Z [00:03:31.264]➜  EOF
2025-08-20T23:01:09.0043489Z [00:03:31.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2824/_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/b2824=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info -lang=go1.22 -complete -installsuffix shared -buildid eFc_N6hIFEN56QG2wu27/eFc_N6hIFEN56QG2wu27 -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/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/info/response.go
2025-08-20T23:01:09.0081615Z [00:03:31.269]➜  go tool buildid -w $WORK/b2819/_pkg_.a # internal
2025-08-20T23:01:09.0096341Z [00:03:31.271]➜  cp $WORK/b2819/_pkg_.a /root/.cache/go-build/39/39470a41ad31fc29af3e17fb70bd2b48b3a8c128d9873b5737bcb4b7d253266c-d # internal
2025-08-20T23:01:09.0110548Z [00:03:31.272]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings
2025-08-20T23:01:09.0111290Z [00:03:31.272]➜  mkdir -p $WORK/b2825/
2025-08-20T23:01:09.0111744Z [00:03:31.272]➜  cat >/tmp/go-build2180205415/b2825/importcfg << 'EOF' # internal
2025-08-20T23:01:09.0112097Z [00:03:31.272]➜  # import config
2025-08-20T23:01:09.0112446Z [00:03:31.272]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:09.0112877Z [00:03:31.272]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.0113339Z [00:03:31.272]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.0113785Z [00:03:31.272]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.0114200Z [00:03:31.272]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.0114829Z [00:03:31.272]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.0115626Z [00:03:31.272]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.0149078Z [00:03:31.272]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.0150287Z [00:03:31.272]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.0150828Z [00:03:31.272]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.0151493Z [00:03:31.272]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.0152467Z [00:03:31.272]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.0152817Z [00:03:31.272]➜  EOF
2025-08-20T23:01:09.0161078Z [00:03:31.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2825/_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/b2825=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings -lang=go1.22 -complete -installsuffix shared -buildid inyBy8W1hcc7JgPWOiEb/inyBy8W1hcc7JgPWOiEb -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/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:01:09.0538395Z [00:03:31.314]➜  go tool buildid -w $WORK/b2822/_pkg_.a # internal
2025-08-20T23:01:09.0538872Z [00:03:31.315]➜  go tool buildid -w $WORK/b2821/_pkg_.a # internal
2025-08-20T23:01:09.0558213Z [00:03:31.317]➜  cp $WORK/b2822/_pkg_.a /root/.cache/go-build/7b/7be16aacf9cc3bc0d1dd6e2df4fd55788b9fd120154efd330cab3bbb3161b0a1-d # internal
2025-08-20T23:01:09.0559297Z [00:03:31.317]➜  cp $WORK/b2821/_pkg_.a /root/.cache/go-build/a6/a6fde238164165e34757714f9fa2c5a16ae4f6fd4c6780fb6e6be77e37715abc-d # internal
2025-08-20T23:01:09.0592735Z [00:03:31.320]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats
2025-08-20T23:01:09.0593913Z [00:03:31.320]➜  mkdir -p $WORK/b2826/
2025-08-20T23:01:09.0595855Z [00:03:31.321]➜  cat >/tmp/go-build2180205415/b2826/importcfg << 'EOF' # internal
2025-08-20T23:01:09.0596712Z [00:03:31.321]➜  # import config
2025-08-20T23:01:09.0598450Z [00:03:31.321]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.0598985Z [00:03:31.321]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.0599445Z [00:03:31.321]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.0599867Z [00:03:31.321]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.0600503Z [00:03:31.321]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.0601536Z [00:03:31.321]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.0602425Z [00:03:31.321]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build2180205415/b2540/_pkg_.a
2025-08-20T23:01:09.0603037Z [00:03:31.321]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.0603463Z [00:03:31.321]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.0603901Z [00:03:31.321]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.0604332Z [00:03:31.321]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.0604760Z [00:03:31.321]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.0605076Z [00:03:31.321]➜  EOF
2025-08-20T23:01:09.0618182Z [00:03:31.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2826/_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/b2826=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats -lang=go1.22 -complete -installsuffix shared -buildid Tnbb84bWnuQcTT1Fo-fN/Tnbb84bWnuQcTT1Fo-fN -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/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/stats/stats.go
2025-08-20T23:01:09.0628937Z [00:03:31.324]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage
2025-08-20T23:01:09.0629535Z [00:03:31.324]➜  mkdir -p $WORK/b2827/
2025-08-20T23:01:09.0631308Z [00:03:31.324]➜  cat >/tmp/go-build2180205415/b2827/importcfg << 'EOF' # internal
2025-08-20T23:01:09.0634119Z [00:03:31.324]➜  # import config
2025-08-20T23:01:09.0634485Z [00:03:31.324]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.0634959Z [00:03:31.324]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.0635432Z [00:03:31.324]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.0635981Z [00:03:31.324]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.0636890Z [00:03:31.324]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.0637819Z [00:03:31.324]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.0638400Z [00:03:31.324]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.0638822Z [00:03:31.324]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.0639256Z [00:03:31.324]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.0639684Z [00:03:31.324]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.0640114Z [00:03:31.324]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.0640431Z [00:03:31.324]➜  EOF
2025-08-20T23:01:09.0643078Z [00:03:31.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2827/_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/b2827=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage -lang=go1.22 -complete -installsuffix shared -buildid DJV-MlXe1qX6vwFqYuBV/DJV-MlXe1qX6vwFqYuBV -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/usage/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/usage/usage.go
2025-08-20T23:01:09.0839625Z [00:03:31.345]➜  go tool buildid -w $WORK/b2824/_pkg_.a # internal
2025-08-20T23:01:09.0858283Z [00:03:31.345]➜  cp $WORK/b2824/_pkg_.a /root/.cache/go-build/86/868c52ff64793476db5130410e0384c00baa5e7a8dd3fde547bf746d77519538-d # internal
2025-08-20T23:01:09.0859144Z [00:03:31.345]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule
2025-08-20T23:01:09.0859557Z [00:03:31.345]➜  mkdir -p $WORK/b2832/
2025-08-20T23:01:09.0859939Z [00:03:31.345]➜  cat >/tmp/go-build2180205415/b2832/importcfg << 'EOF' # internal
2025-08-20T23:01:09.0860299Z [00:03:31.345]➜  # import config
2025-08-20T23:01:09.0860658Z [00:03:31.345]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.0861121Z [00:03:31.345]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.0861563Z [00:03:31.345]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.0861972Z [00:03:31.345]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.0862597Z [00:03:31.345]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.0863391Z [00:03:31.345]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.0863957Z [00:03:31.345]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.0864370Z [00:03:31.345]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.0864834Z [00:03:31.345]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.0865272Z [00:03:31.345]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.0868387Z [00:03:31.345]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.0868744Z [00:03:31.345]➜  EOF
2025-08-20T23:01:09.0871847Z [00:03:31.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2832/_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/b2832=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule -lang=go1.22 -complete -installsuffix shared -buildid P0cti9bTnNpUcSAahk92/P0cti9bTnNpUcSAahk92 -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/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:01:09.0979070Z [00:03:31.359]➜  go tool buildid -w $WORK/b2825/_pkg_.a # internal
2025-08-20T23:01:09.0998482Z [00:03:31.361]➜  cp $WORK/b2825/_pkg_.a /root/.cache/go-build/41/41452818456e265fbd57929edd71cf3a8725fffa973d0e37725fdc4818e5d57c-d # internal
2025-08-20T23:01:09.1009681Z [00:03:31.362]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset
2025-08-20T23:01:09.1012361Z [00:03:31.362]➜  mkdir -p $WORK/b2833/
2025-08-20T23:01:09.1012883Z [00:03:31.362]➜  cat >/tmp/go-build2180205415/b2833/importcfg << 'EOF' # internal
2025-08-20T23:01:09.1013263Z [00:03:31.362]➜  # import config
2025-08-20T23:01:09.1013610Z [00:03:31.362]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.1014070Z [00:03:31.362]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.1014514Z [00:03:31.362]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.1014936Z [00:03:31.362]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.1015574Z [00:03:31.362]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.1021789Z [00:03:31.362]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.1022378Z [00:03:31.362]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.1022801Z [00:03:31.362]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.1023482Z [00:03:31.362]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.1023979Z [00:03:31.362]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.1024412Z [00:03:31.362]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.1024729Z [00:03:31.362]➜  EOF
2025-08-20T23:01:09.1027827Z [00:03:31.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2833/_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/b2833=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset -lang=go1.22 -complete -installsuffix shared -buildid ob1EQSiq7Q6xNUhG_pud/ob1EQSiq7Q6xNUhG_pud -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/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:01:09.1324574Z [00:03:31.393]➜  go tool buildid -w $WORK/b2827/_pkg_.a # internal
2025-08-20T23:01:09.1372763Z [00:03:31.398]➜  cp $WORK/b2827/_pkg_.a /root/.cache/go-build/e5/e5f4d0e4a7a6bdce61e0fa21613d87d96aa78947ffc1dd74ad26cabe24247193-d # internal
2025-08-20T23:01:09.1376903Z [00:03:31.398]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule
2025-08-20T23:01:09.1377660Z [00:03:31.398]➜  mkdir -p $WORK/b2834/
2025-08-20T23:01:09.1379132Z [00:03:31.399]➜  cat >/tmp/go-build2180205415/b2834/importcfg << 'EOF' # internal
2025-08-20T23:01:09.1379497Z [00:03:31.399]➜  # import config
2025-08-20T23:01:09.1379845Z [00:03:31.399]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.1380307Z [00:03:31.399]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.1380753Z [00:03:31.399]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.1381187Z [00:03:31.399]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.1381815Z [00:03:31.399]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.1382759Z [00:03:31.399]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.1383760Z [00:03:31.399]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build2180205415/b2426/_pkg_.a
2025-08-20T23:01:09.1384966Z [00:03:31.399]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.1385394Z [00:03:31.399]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.1385931Z [00:03:31.399]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.1386417Z [00:03:31.399]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.1386853Z [00:03:31.399]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.1387170Z [00:03:31.399]➜  EOF
2025-08-20T23:01:09.1390017Z [00:03:31.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2834/_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/b2834=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule -lang=go1.22 -complete -installsuffix shared -buildid DHdCxPdsHxsjL9H9Nrun/DHdCxPdsHxsjL9H9Nrun -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/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:01:09.1428040Z [00:03:31.404]➜  go tool buildid -w $WORK/b2832/_pkg_.a # internal
2025-08-20T23:01:09.1446374Z [00:03:31.406]➜  cp $WORK/b2832/_pkg_.a /root/.cache/go-build/01/01240e6057240fbe15ccfd37ae2bd77c5a3fcbf60f40fa64d5bcab527ca3ab3e-d # internal
2025-08-20T23:01:09.1454368Z [00:03:31.406]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset
2025-08-20T23:01:09.1457316Z [00:03:31.407]➜  mkdir -p $WORK/b2835/
2025-08-20T23:01:09.1458706Z [00:03:31.407]➜  cat >/tmp/go-build2180205415/b2835/importcfg << 'EOF' # internal
2025-08-20T23:01:09.1459815Z [00:03:31.407]➜  # import config
2025-08-20T23:01:09.1462110Z [00:03:31.407]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.1462666Z [00:03:31.407]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.1463523Z [00:03:31.407]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.1467424Z [00:03:31.407]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.1468631Z [00:03:31.407]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.1469746Z [00:03:31.407]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.1470511Z [00:03:31.407]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.1471615Z [00:03:31.407]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.1472073Z [00:03:31.407]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.1472511Z [00:03:31.407]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.1473187Z [00:03:31.407]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.1473502Z [00:03:31.407]➜  EOF
2025-08-20T23:01:09.1476693Z [00:03:31.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2835/_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/b2835=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset -lang=go1.22 -complete -installsuffix shared -buildid _ISATxutPHSk8ZtY3DCQ/_ISATxutPHSk8ZtY3DCQ -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/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:01:09.1582484Z [00:03:31.419]➜  go tool buildid -w $WORK/b2826/_pkg_.a # internal
2025-08-20T23:01:09.1592034Z [00:03:31.420]➜  cp $WORK/b2826/_pkg_.a /root/.cache/go-build/64/64212075adf283eb7630ed7de4d7de6f5f5f0690441c0120c1fc9a7f0c1ccdbf-d # internal
2025-08-20T23:01:09.1598511Z [00:03:31.421]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets
2025-08-20T23:01:09.1598978Z [00:03:31.421]➜  mkdir -p $WORK/b2836/
2025-08-20T23:01:09.1605374Z [00:03:31.422]➜  cat >/tmp/go-build2180205415/b2836/importcfg << 'EOF' # internal
2025-08-20T23:01:09.1607032Z [00:03:31.422]➜  # import config
2025-08-20T23:01:09.1613728Z [00:03:31.422]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.1616054Z [00:03:31.422]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.1617337Z [00:03:31.422]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.1617868Z [00:03:31.422]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.1618510Z [00:03:31.422]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.1619295Z [00:03:31.422]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.1619860Z [00:03:31.422]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.1620278Z [00:03:31.422]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.1620924Z [00:03:31.422]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.1621423Z [00:03:31.422]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.1621851Z [00:03:31.422]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.1622164Z [00:03:31.422]➜  EOF
2025-08-20T23:01:09.1625129Z [00:03:31.422]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2836/_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/b2836=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets -lang=go1.22 -complete -installsuffix shared -buildid 5CpIJBtO0kfPlfeVNnFq/5CpIJBtO0kfPlfeVNnFq -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/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:01:09.1932287Z [00:03:31.454]➜  go tool buildid -w $WORK/b2833/_pkg_.a # internal
2025-08-20T23:01:09.1943106Z [00:03:31.455]➜  cp $WORK/b2833/_pkg_.a /root/.cache/go-build/a7/a752dfe0b941d35a8bf0615c298088c6e7988262a32c5eee25e7fc9b2fcdb3cf-d # internal
2025-08-20T23:01:09.1955482Z [00:03:31.456]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule
2025-08-20T23:01:09.1957698Z [00:03:31.456]➜  mkdir -p $WORK/b2837/
2025-08-20T23:01:09.1958692Z [00:03:31.456]➜  cat >/tmp/go-build2180205415/b2837/importcfg << 'EOF' # internal
2025-08-20T23:01:09.1959539Z [00:03:31.456]➜  # import config
2025-08-20T23:01:09.1960400Z [00:03:31.456]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:09.1962008Z [00:03:31.456]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.1962667Z [00:03:31.456]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.1964207Z [00:03:31.456]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.1965854Z [00:03:31.456]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.1966793Z [00:03:31.456]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.1967786Z [00:03:31.456]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.1968661Z [00:03:31.456]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build2180205415/b2426/_pkg_.a
2025-08-20T23:01:09.1969581Z [00:03:31.456]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:09.1970194Z [00:03:31.456]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.1970617Z [00:03:31.456]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.1971084Z [00:03:31.456]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.1971513Z [00:03:31.456]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.1971944Z [00:03:31.457]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.1972264Z [00:03:31.457]➜  EOF
2025-08-20T23:01:09.1976622Z [00:03:31.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2837/_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/b2837=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule -lang=go1.22 -complete -installsuffix shared -buildid GMDdS0ihlAgmvnLjoTKY/GMDdS0ihlAgmvnLjoTKY -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/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:01:09.1979603Z [00:03:31.457]➜  go tool buildid -w $WORK/b2834/_pkg_.a # internal
2025-08-20T23:01:09.1980280Z [00:03:31.458]➜  cp $WORK/b2834/_pkg_.a /root/.cache/go-build/87/87eeaf922882a927f562a36d52738dfe2c34a3c96bd289ffa113355897a943d6-d # internal
2025-08-20T23:01:09.1987091Z [00:03:31.460]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset
2025-08-20T23:01:09.1990892Z [00:03:31.460]➜  mkdir -p $WORK/b2838/
2025-08-20T23:01:09.1991848Z [00:03:31.460]➜  cat >/tmp/go-build2180205415/b2838/importcfg << 'EOF' # internal
2025-08-20T23:01:09.1993480Z [00:03:31.460]➜  # import config
2025-08-20T23:01:09.1994339Z [00:03:31.460]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:09.1996991Z [00:03:31.460]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.1997466Z [00:03:31.460]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.1997913Z [00:03:31.460]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.1998323Z [00:03:31.460]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.1998956Z [00:03:31.460]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.2010630Z [00:03:31.460]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.2011469Z [00:03:31.460]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:09.2012084Z [00:03:31.460]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.2012503Z [00:03:31.460]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.2012946Z [00:03:31.460]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.2013373Z [00:03:31.460]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.2013800Z [00:03:31.460]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.2014113Z [00:03:31.460]➜  EOF
2025-08-20T23:01:09.2017919Z [00:03:31.461]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2838/_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/b2838=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset -lang=go1.22 -complete -installsuffix shared -buildid uIyioHXgRLyYUdVxCQ_6/uIyioHXgRLyYUdVxCQ_6 -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/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:01:09.2020995Z [00:03:31.461]➜  go tool buildid -w $WORK/b2835/_pkg_.a # internal
2025-08-20T23:01:09.2025238Z [00:03:31.463]➜  cp $WORK/b2835/_pkg_.a /root/.cache/go-build/a3/a3e6232e46531afd0cd1667861910391db693c960e876984431a77ce056b73cc-d # internal
2025-08-20T23:01:09.2026028Z [00:03:31.463]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test
2025-08-20T23:01:09.2026462Z [00:03:31.463]➜  mkdir -p $WORK/b2839/
2025-08-20T23:01:09.2026847Z [00:03:31.463]➜  cat >/tmp/go-build2180205415/b2839/importcfg << 'EOF' # internal
2025-08-20T23:01:09.2032065Z [00:03:31.463]➜  # import config
2025-08-20T23:01:09.2033110Z [00:03:31.463]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:09.2034111Z [00:03:31.463]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.2034887Z [00:03:31.463]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.2035408Z [00:03:31.463]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.2036242Z [00:03:31.464]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.2036949Z [00:03:31.464]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.2037757Z [00:03:31.464]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.2038325Z [00:03:31.464]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.2039419Z [00:03:31.464]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.2040162Z [00:03:31.464]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.2040789Z [00:03:31.464]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.2041487Z [00:03:31.464]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.2043380Z [00:03:31.464]➜  EOF
2025-08-20T23:01:09.2046660Z [00:03:31.464]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2839/_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/b2839=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test -lang=go1.22 -complete -installsuffix shared -buildid UsF1XHCQYErdrn17X3Iv/UsF1XHCQYErdrn17X3Iv -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/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:01:09.2321159Z [00:03:31.493]➜  go tool buildid -w $WORK/b2836/_pkg_.a # internal
2025-08-20T23:01:09.2387718Z [00:03:31.498]➜  cp $WORK/b2836/_pkg_.a /root/.cache/go-build/c3/c34958214d882c6525e62b5f26ed2103db7443751ea9f5dbb99ff24563b4a774-d # internal
2025-08-20T23:01:09.2388758Z [00:03:31.498]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob
2025-08-20T23:01:09.2389286Z [00:03:31.498]➜  mkdir -p $WORK/b2840/
2025-08-20T23:01:09.2389664Z [00:03:31.498]➜  cat >/tmp/go-build2180205415/b2840/importcfg << 'EOF' # internal
2025-08-20T23:01:09.2390025Z [00:03:31.498]➜  # import config
2025-08-20T23:01:09.2390370Z [00:03:31.498]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.2390822Z [00:03:31.498]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.2391266Z [00:03:31.498]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.2391683Z [00:03:31.498]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.2392323Z [00:03:31.498]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.2393115Z [00:03:31.498]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.2393684Z [00:03:31.498]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.2394102Z [00:03:31.498]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.2394537Z [00:03:31.498]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.2394963Z [00:03:31.498]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.2395388Z [00:03:31.498]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.2395701Z [00:03:31.498]➜  EOF
2025-08-20T23:01:09.2398888Z [00:03:31.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2840/_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/b2840=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob -lang=go1.22 -complete -installsuffix shared -buildid bBm52gC2MvAvtuhinIlJ/bBm52gC2MvAvtuhinIlJ -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/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:01:09.2606350Z [00:03:31.522]➜  go tool buildid -w $WORK/b2839/_pkg_.a # internal
2025-08-20T23:01:09.2627290Z [00:03:31.524]➜  cp $WORK/b2839/_pkg_.a /root/.cache/go-build/8a/8a44cbbc91a88a6b15a13976b8cc0af2551f8024a10d041be52c3b1850846a9c-d # internal
2025-08-20T23:01:09.2635220Z [00:03:31.524]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs
2025-08-20T23:01:09.2637020Z [00:03:31.525]➜  mkdir -p $WORK/b2841/
2025-08-20T23:01:09.2669329Z [00:03:31.528]➜  cat >/tmp/go-build2180205415/b2841/importcfg << 'EOF' # internal
2025-08-20T23:01:09.2671897Z [00:03:31.528]➜  # import config
2025-08-20T23:01:09.2672261Z [00:03:31.528]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.2672736Z [00:03:31.528]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.2673196Z [00:03:31.528]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.2673945Z [00:03:31.528]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.2674576Z [00:03:31.528]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.2675369Z [00:03:31.528]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.2676137Z [00:03:31.528]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.2676573Z [00:03:31.528]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.2677006Z [00:03:31.528]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.2677432Z [00:03:31.528]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.2677988Z [00:03:31.528]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.2678437Z [00:03:31.528]➜  EOF
2025-08-20T23:01:09.2689065Z [00:03:31.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2841/_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/b2841=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs -lang=go1.22 -complete -installsuffix shared -buildid 1p6uvIXsuzybX9aB_fkj/1p6uvIXsuzybX9aB_fkj -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/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:01:09.2693970Z [00:03:31.530]➜  go tool buildid -w $WORK/b2837/_pkg_.a # internal
2025-08-20T23:01:09.2713995Z [00:03:31.532]➜  go tool buildid -w $WORK/b2838/_pkg_.a # internal
2025-08-20T23:01:09.2715307Z [00:03:31.532]➜  cp $WORK/b2837/_pkg_.a /root/.cache/go-build/05/05e630b222e7b830b2b11e66f0d829016ef8c027fd9cb32e6a5b83fac7a41503-d # internal
2025-08-20T23:01:09.2725406Z [00:03:31.534]➜  cp $WORK/b2838/_pkg_.a /root/.cache/go-build/78/7860a899e949274be6bd482f15763684ef614dfe44dd8301af69b2b106790007-d # internal
2025-08-20T23:01:09.2727770Z [00:03:31.534]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps
2025-08-20T23:01:09.2728209Z [00:03:31.534]➜  mkdir -p $WORK/b2842/
2025-08-20T23:01:09.2736148Z [00:03:31.535]➜  cat >/tmp/go-build2180205415/b2842/importcfg << 'EOF' # internal
2025-08-20T23:01:09.2736865Z [00:03:31.535]➜  # import config
2025-08-20T23:01:09.2737290Z [00:03:31.535]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.2737750Z [00:03:31.535]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.2738191Z [00:03:31.535]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.2738615Z [00:03:31.535]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.2739253Z [00:03:31.535]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.2740047Z [00:03:31.535]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.2740608Z [00:03:31.535]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.2741025Z [00:03:31.535]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.2741465Z [00:03:31.535]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.2741892Z [00:03:31.535]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.2742319Z [00:03:31.535]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.2742635Z [00:03:31.535]➜  EOF
2025-08-20T23:01:09.2745553Z [00:03:31.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2842/_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/b2842=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps -lang=go1.22 -complete -installsuffix shared -buildid MKs5eJKlvvFGiuXUGuYX/MKs5eJKlvvFGiuXUGuYX -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/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:01:09.2752518Z [00:03:31.536]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps
2025-08-20T23:01:09.2752947Z [00:03:31.536]➜  mkdir -p $WORK/b2843/
2025-08-20T23:01:09.2755105Z [00:03:31.537]➜  cat >/tmp/go-build2180205415/b2843/importcfg << 'EOF' # internal
2025-08-20T23:01:09.2756458Z [00:03:31.537]➜  # import config
2025-08-20T23:01:09.2757565Z [00:03:31.537]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.2758104Z [00:03:31.537]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.2758568Z [00:03:31.537]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.2758988Z [00:03:31.537]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.2759620Z [00:03:31.537]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.2760423Z [00:03:31.537]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.2760988Z [00:03:31.537]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.2761410Z [00:03:31.537]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.2761849Z [00:03:31.537]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.2762283Z [00:03:31.537]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.2762712Z [00:03:31.537]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.2763028Z [00:03:31.537]➜  EOF
2025-08-20T23:01:09.2766707Z [00:03:31.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2843/_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/b2843=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps -lang=go1.22 -complete -installsuffix shared -buildid P44ljvWrzWUC9RP9wVVv/P44ljvWrzWUC9RP9wVVv -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/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:01:09.3012995Z [00:03:31.562]➜  go tool buildid -w $WORK/b2840/_pkg_.a # internal
2025-08-20T23:01:09.3022502Z [00:03:31.563]➜  cp $WORK/b2840/_pkg_.a /root/.cache/go-build/f5/f5fae60df68c9196212f7842a97ae99acbb8e90b296980ea050841d0170f97bb-d # internal
2025-08-20T23:01:09.3052211Z [00:03:31.566]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob
2025-08-20T23:01:09.3053229Z [00:03:31.566]➜  mkdir -p $WORK/b2844/
2025-08-20T23:01:09.3055206Z [00:03:31.567]➜  cat >/tmp/go-build2180205415/b2844/importcfg << 'EOF' # internal
2025-08-20T23:01:09.3055623Z [00:03:31.567]➜  # import config
2025-08-20T23:01:09.3056222Z [00:03:31.567]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:09.3056667Z [00:03:31.567]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.3057117Z [00:03:31.567]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.3057578Z [00:03:31.567]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.3058008Z [00:03:31.567]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.3058913Z [00:03:31.567]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.3059710Z [00:03:31.567]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.3060275Z [00:03:31.567]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.3060700Z [00:03:31.567]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.3061133Z [00:03:31.567]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.3061562Z [00:03:31.567]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.3061989Z [00:03:31.567]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.3062414Z [00:03:31.567]➜  EOF
2025-08-20T23:01:09.3065625Z [00:03:31.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2844/_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/b2844=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob -lang=go1.22 -complete -installsuffix shared -buildid WivEr3gmcai-LZ_oxZuz/WivEr3gmcai-LZ_oxZuz -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/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:01:09.3311127Z [00:03:31.592]➜  go tool buildid -w $WORK/b2843/_pkg_.a # internal
2025-08-20T23:01:09.3318560Z [00:03:31.593]➜  cp $WORK/b2843/_pkg_.a /root/.cache/go-build/95/95c327737cd29bf2adcd18a35d260feb3fb77d69fc2ea762ad65853abaf7c933-d # internal
2025-08-20T23:01:09.3323576Z [00:03:31.593]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch
2025-08-20T23:01:09.3326256Z [00:03:31.593]➜  mkdir -p $WORK/b2845/
2025-08-20T23:01:09.3328548Z [00:03:31.594]➜  cat >/tmp/go-build2180205415/b2845/importcfg << 'EOF' # internal
2025-08-20T23:01:09.3329180Z [00:03:31.594]➜  # import config
2025-08-20T23:01:09.3329674Z [00:03:31.594]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:09.3330368Z [00:03:31.594]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.3331096Z [00:03:31.594]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.3331611Z [00:03:31.594]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.3332027Z [00:03:31.594]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.3332663Z [00:03:31.594]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.3333476Z [00:03:31.594]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.3334038Z [00:03:31.594]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.3334458Z [00:03:31.594]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.3334887Z [00:03:31.594]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.3335310Z [00:03:31.594]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.3335744Z [00:03:31.594]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.3337222Z [00:03:31.594]➜  EOF
2025-08-20T23:01:09.3341198Z [00:03:31.594]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2845/_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/b2845=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch -lang=go1.22 -complete -installsuffix shared -buildid bX3L3xVsv_z-p8cMpy7w/bX3L3xVsv_z-p8cMpy7w -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/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:01:09.3381549Z [00:03:31.599]➜  go tool buildid -w $WORK/b2842/_pkg_.a # internal
2025-08-20T23:01:09.3398562Z [00:03:31.601]➜  cp $WORK/b2842/_pkg_.a /root/.cache/go-build/79/79a2bc389e5a149b1dfec6ff625ac8b6639e9f95496376461348cfaf85428f6e-d # internal
2025-08-20T23:01:09.3401975Z [00:03:31.601]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob
2025-08-20T23:01:09.3402871Z [00:03:31.601]➜  mkdir -p $WORK/b2846/
2025-08-20T23:01:09.3407565Z [00:03:31.602]➜  cat >/tmp/go-build2180205415/b2846/importcfg << 'EOF' # internal
2025-08-20T23:01:09.3407963Z [00:03:31.602]➜  # import config
2025-08-20T23:01:09.3408313Z [00:03:31.602]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.3408766Z [00:03:31.602]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.3411853Z [00:03:31.602]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.3412321Z [00:03:31.602]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.3412952Z [00:03:31.602]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.3413744Z [00:03:31.602]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.3414311Z [00:03:31.602]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.3414755Z [00:03:31.602]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.3415192Z [00:03:31.602]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.3415620Z [00:03:31.602]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.3416458Z [00:03:31.602]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.3416777Z [00:03:31.602]➜  EOF
2025-08-20T23:01:09.3419736Z [00:03:31.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2846/_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/b2846=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob -lang=go1.22 -complete -installsuffix shared -buildid 41bB3iylRACrxxAbf3Ri/41bB3iylRACrxxAbf3Ri -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/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:01:09.3422553Z [00:03:31.602]➜  go tool buildid -w $WORK/b2841/_pkg_.a # internal
2025-08-20T23:01:09.3425161Z [00:03:31.604]➜  cp $WORK/b2841/_pkg_.a /root/.cache/go-build/68/68ef0ce47a89d7135d86f327548d7ae85f300f20ca179c17f8b3d1c02cbc025a-d # internal
2025-08-20T23:01:09.3429492Z [00:03:31.604]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob
2025-08-20T23:01:09.3429915Z [00:03:31.604]➜  mkdir -p $WORK/b2847/
2025-08-20T23:01:09.3430292Z [00:03:31.604]➜  cat >/tmp/go-build2180205415/b2847/importcfg << 'EOF' # internal
2025-08-20T23:01:09.3430640Z [00:03:31.604]➜  # import config
2025-08-20T23:01:09.3430984Z [00:03:31.604]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.3431442Z [00:03:31.604]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.3431890Z [00:03:31.604]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.3432522Z [00:03:31.604]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.3433148Z [00:03:31.604]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.3433932Z [00:03:31.604]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.3434494Z [00:03:31.604]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.3435201Z [00:03:31.604]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.3436014Z [00:03:31.604]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.3436549Z [00:03:31.604]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.3437130Z [00:03:31.604]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.3438135Z [00:03:31.604]➜  EOF
2025-08-20T23:01:09.3440978Z [00:03:31.604]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2847/_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/b2847=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob -lang=go1.22 -complete -installsuffix shared -buildid lKi1h_km16dSx3MoPpOl/lKi1h_km16dSx3MoPpOl -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/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:01:09.3889596Z [00:03:31.650]➜  go tool buildid -w $WORK/b2844/_pkg_.a # internal
2025-08-20T23:01:09.3901432Z [00:03:31.651]➜  cp $WORK/b2844/_pkg_.a /root/.cache/go-build/fb/fb7dfa0ee25ae20d8987efbfb3f555cac137c34506b8bdfae54c2630bc0f28cb-d # internal
2025-08-20T23:01:09.4000565Z [00:03:31.661]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats
2025-08-20T23:01:09.4001096Z [00:03:31.661]➜  mkdir -p $WORK/b2848/
2025-08-20T23:01:09.4001480Z [00:03:31.661]➜  cat >/tmp/go-build2180205415/b2848/importcfg << 'EOF' # internal
2025-08-20T23:01:09.4001829Z [00:03:31.661]➜  # import config
2025-08-20T23:01:09.4002187Z [00:03:31.661]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.4002639Z [00:03:31.661]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.4003398Z [00:03:31.661]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.4003919Z [00:03:31.661]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.4004562Z [00:03:31.661]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.4005365Z [00:03:31.661]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.4006238Z [00:03:31.661]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.4006695Z [00:03:31.661]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.4007128Z [00:03:31.661]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.4007555Z [00:03:31.661]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.4007978Z [00:03:31.661]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.4008298Z [00:03:31.661]➜  EOF
2025-08-20T23:01:09.4011392Z [00:03:31.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2848/_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/b2848=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats -lang=go1.22 -complete -installsuffix shared -buildid Ld8VmyjRDsbEp5hyRbAf/Ld8VmyjRDsbEp5hyRbAf -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/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:01:09.4068670Z [00:03:31.668]➜  go tool buildid -w $WORK/b2847/_pkg_.a # internal
2025-08-20T23:01:09.4088751Z [00:03:31.670]➜  cp $WORK/b2847/_pkg_.a /root/.cache/go-build/8d/8d75d7d78aa5e68c07cf3163b73e1cb2d4c48f958f5668cca5ec82efac11aaea-d # internal
2025-08-20T23:01:09.4112392Z [00:03:31.672]➜  go tool buildid -w $WORK/b2846/_pkg_.a # internal
2025-08-20T23:01:09.4128113Z [00:03:31.674]➜  cp $WORK/b2846/_pkg_.a /root/.cache/go-build/5c/5c58ffc44cc5936e118089f3c2c52860d5e28869c3a78d7b536f717479b41887-d # internal
2025-08-20T23:01:09.4137364Z [00:03:31.675]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache
2025-08-20T23:01:09.4137886Z [00:03:31.675]➜  mkdir -p $WORK/b2849/
2025-08-20T23:01:09.4142461Z [00:03:31.675]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount
2025-08-20T23:01:09.4142918Z [00:03:31.675]➜  mkdir -p $WORK/b2850/
2025-08-20T23:01:09.4149348Z [00:03:31.676]➜  cat >/tmp/go-build2180205415/b2849/importcfg << 'EOF' # internal
2025-08-20T23:01:09.4150683Z [00:03:31.676]➜  # import config
2025-08-20T23:01:09.4151146Z [00:03:31.676]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.4151611Z [00:03:31.676]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.4152064Z [00:03:31.676]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.4152483Z [00:03:31.676]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.4153117Z [00:03:31.676]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.4153920Z [00:03:31.676]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.4154784Z [00:03:31.676]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:09.4157411Z [00:03:31.676]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.4157856Z [00:03:31.676]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.4160109Z [00:03:31.676]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.4160764Z [00:03:31.676]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.4161198Z [00:03:31.676]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.4161515Z [00:03:31.676]➜  EOF
2025-08-20T23:01:09.4164643Z [00:03:31.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2849/_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/b2849=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache -lang=go1.22 -complete -installsuffix shared -buildid eurHZqcXQf-0wNDVL8Vk/eurHZqcXQf-0wNDVL8Vk -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/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:01:09.4177911Z [00:03:31.677]➜  cat >/tmp/go-build2180205415/b2850/importcfg << 'EOF' # internal
2025-08-20T23:01:09.4178307Z [00:03:31.677]➜  # import config
2025-08-20T23:01:09.4178852Z [00:03:31.677]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:09.4179347Z [00:03:31.677]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.4179948Z [00:03:31.677]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.4180396Z [00:03:31.677]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.4180810Z [00:03:31.677]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.4181435Z [00:03:31.677]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.4182223Z [00:03:31.677]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.4182800Z [00:03:31.677]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.4183216Z [00:03:31.677]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.4183699Z [00:03:31.677]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.4184294Z [00:03:31.677]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.4184730Z [00:03:31.677]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.4185044Z [00:03:31.677]➜  EOF
2025-08-20T23:01:09.4199262Z [00:03:31.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2850/_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/b2850=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount -lang=go1.22 -complete -installsuffix shared -buildid iyqNDbni5cPOxlCHhTDK/iyqNDbni5cPOxlCHhTDK -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/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:01:09.4559185Z [00:03:31.717]➜  go tool buildid -w $WORK/b2848/_pkg_.a # internal
2025-08-20T23:01:09.4577251Z [00:03:31.719]➜  cp $WORK/b2848/_pkg_.a /root/.cache/go-build/bf/bf8ac3c70221c79ba1b6ba9c05067349525af6e71d5305c841f5b0fdd2e65fb8-d # internal
2025-08-20T23:01:09.4582274Z [00:03:31.719]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats
2025-08-20T23:01:09.4584801Z [00:03:31.719]➜  mkdir -p $WORK/b2851/
2025-08-20T23:01:09.4591908Z [00:03:31.720]➜  cat >/tmp/go-build2180205415/b2851/importcfg << 'EOF' # internal
2025-08-20T23:01:09.4593010Z [00:03:31.720]➜  # import config
2025-08-20T23:01:09.4593413Z [00:03:31.720]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.4593904Z [00:03:31.720]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.4594365Z [00:03:31.720]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.4594790Z [00:03:31.720]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.4595419Z [00:03:31.720]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.4596488Z [00:03:31.720]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.4597344Z [00:03:31.720]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel=/tmp/go-build2180205415/b2852/_pkg_.a
2025-08-20T23:01:09.4597975Z [00:03:31.720]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.4598388Z [00:03:31.720]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.4598822Z [00:03:31.720]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.4599512Z [00:03:31.720]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.4600034Z [00:03:31.720]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.4600522Z [00:03:31.720]➜  EOF
2025-08-20T23:01:09.4603505Z [00:03:31.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2851/_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/b2851=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats -lang=go1.22 -complete -installsuffix shared -buildid ygwokE448gsaxNu37vcf/ygwokE448gsaxNu37vcf -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/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/stats/stats.go
2025-08-20T23:01:09.4988632Z [00:03:31.759]➜  go tool buildid -w $WORK/b2850/_pkg_.a # internal
2025-08-20T23:01:09.4995678Z [00:03:31.761]➜  go tool buildid -w $WORK/b2849/_pkg_.a # internal
2025-08-20T23:01:09.5011982Z [00:03:31.762]➜  cp $WORK/b2849/_pkg_.a /root/.cache/go-build/fb/fb7a3ffaccdb1deac997aa48ed6df9f7e6f7bdcca6c55f502b44909c1431212f-d # internal
2025-08-20T23:01:09.5017013Z [00:03:31.763]➜  cp $WORK/b2850/_pkg_.a /root/.cache/go-build/31/3165ef392688a6c57ce3adba8f807247cc12957ae003608b57891cd0852fa158-d # internal
2025-08-20T23:01:09.5022822Z [00:03:31.763]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics
2025-08-20T23:01:09.5023727Z [00:03:31.763]➜  mkdir -p $WORK/b2854/
2025-08-20T23:01:09.5034137Z [00:03:31.764]➜  cat >/tmp/go-build2180205415/b2854/importcfg << 'EOF' # internal
2025-08-20T23:01:09.5034850Z [00:03:31.764]➜  # import config
2025-08-20T23:01:09.5035525Z [00:03:31.764]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.5036547Z [00:03:31.764]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.5037465Z [00:03:31.764]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.5037921Z [00:03:31.764]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.5038559Z [00:03:31.764]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.5039354Z [00:03:31.764]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.5039932Z [00:03:31.764]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.5040349Z [00:03:31.764]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.5040778Z [00:03:31.764]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.5041202Z [00:03:31.764]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.5041640Z [00:03:31.764]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.5041962Z [00:03:31.764]➜  EOF
2025-08-20T23:01:09.5045724Z [00:03:31.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2854/_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/b2854=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics -lang=go1.22 -complete -installsuffix shared -buildid dsRHc_K7_et0KnGmVH9a/dsRHc_K7_et0KnGmVH9a -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/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:01:09.5060315Z [00:03:31.766]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete
2025-08-20T23:01:09.5061065Z [00:03:31.766]➜  mkdir -p $WORK/b2853/
2025-08-20T23:01:09.5061451Z [00:03:31.767]➜  cat >/tmp/go-build2180205415/b2853/importcfg << 'EOF' # internal
2025-08-20T23:01:09.5061799Z [00:03:31.767]➜  # import config
2025-08-20T23:01:09.5062144Z [00:03:31.767]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.5062595Z [00:03:31.767]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.5063046Z [00:03:31.767]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.5063458Z [00:03:31.767]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.5064081Z [00:03:31.767]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.5064877Z [00:03:31.767]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.5065634Z [00:03:31.767]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.5066327Z [00:03:31.767]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.5066764Z [00:03:31.767]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.5067190Z [00:03:31.767]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.5067614Z [00:03:31.767]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.5067929Z [00:03:31.767]➜  EOF
2025-08-20T23:01:09.5082850Z [00:03:31.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2853/_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/b2853=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete -lang=go1.22 -complete -installsuffix shared -buildid VhJ_9nou_hsrviVjsvht/VhJ_9nou_hsrviVjsvht -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/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:01:09.5172821Z [00:03:31.778]➜  go tool buildid -w $WORK/b2851/_pkg_.a # internal
2025-08-20T23:01:09.5189992Z [00:03:31.780]➜  cp $WORK/b2851/_pkg_.a /root/.cache/go-build/93/937ba8e45df7ed6e10d8410c1d26b1f86d11506c173d6b1fe4e8602b2274ef23-d # internal
2025-08-20T23:01:09.5198517Z [00:03:31.781]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get
2025-08-20T23:01:09.5199368Z [00:03:31.781]➜  mkdir -p $WORK/b2855/
2025-08-20T23:01:09.5210347Z [00:03:31.782]➜  cat >/tmp/go-build2180205415/b2855/importcfg << 'EOF' # internal
2025-08-20T23:01:09.5211447Z [00:03:31.782]➜  # import config
2025-08-20T23:01:09.5212141Z [00:03:31.782]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.5212903Z [00:03:31.782]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.5213644Z [00:03:31.782]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.5214358Z [00:03:31.782]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.5216352Z [00:03:31.782]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.5217252Z [00:03:31.782]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.5217836Z [00:03:31.782]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.5218272Z [00:03:31.782]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.5218954Z [00:03:31.782]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.5219522Z [00:03:31.782]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.5220124Z [00:03:31.782]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.5220448Z [00:03:31.782]➜  EOF
2025-08-20T23:01:09.5223344Z [00:03:31.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2855/_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/b2855=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get -lang=go1.22 -complete -installsuffix shared -buildid 2ac0Y2eWdhnnax2NBsWe/2ac0Y2eWdhnnax2NBsWe -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/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/get/response.go
2025-08-20T23:01:09.5630077Z [00:03:31.824]➜  go tool buildid -w $WORK/b2854/_pkg_.a # internal
2025-08-20T23:01:09.5640442Z [00:03:31.825]➜  cp $WORK/b2854/_pkg_.a /root/.cache/go-build/ae/ae0eb926a8a20bc678bedf87fc559237674c39df6f942640b638955ef4a02e6e-d # internal
2025-08-20T23:01:09.5648897Z [00:03:31.826]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics
2025-08-20T23:01:09.5653832Z [00:03:31.826]➜  mkdir -p $WORK/b2856/
2025-08-20T23:01:09.5717987Z [00:03:31.832]➜  cat >/tmp/go-build2180205415/b2856/importcfg << 'EOF' # internal
2025-08-20T23:01:09.5718844Z [00:03:31.833]➜  # import config
2025-08-20T23:01:09.5719538Z [00:03:31.833]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.5720068Z [00:03:31.833]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.5720518Z [00:03:31.833]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.5720948Z [00:03:31.833]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.5721591Z [00:03:31.833]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.5722399Z [00:03:31.833]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.5722965Z [00:03:31.833]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.5723381Z [00:03:31.833]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.5723810Z [00:03:31.833]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.5724243Z [00:03:31.833]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.5724673Z [00:03:31.833]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.5724984Z [00:03:31.833]➜  EOF
2025-08-20T23:01:09.5728602Z [00:03:31.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2856/_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/b2856=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics -lang=go1.22 -complete -installsuffix shared -buildid 0Q5kgjS1RwLlTLcan0T2/0Q5kgjS1RwLlTLcan0T2 -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/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:01:09.5744733Z [00:03:31.836]➜  go tool buildid -w $WORK/b2845/_pkg_.a # internal
2025-08-20T23:01:09.5747229Z [00:03:31.836]➜  go tool buildid -w $WORK/b2855/_pkg_.a # internal
2025-08-20T23:01:09.5761495Z [00:03:31.837]➜  cp $WORK/b2855/_pkg_.a /root/.cache/go-build/ea/eae757f2397fe63d4c115479839b6c8ed58cef5e740b8c149341bfa441ec01f0-d # internal
2025-08-20T23:01:09.5765240Z [00:03:31.838]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list
2025-08-20T23:01:09.5769303Z [00:03:31.838]➜  mkdir -p $WORK/b2857/
2025-08-20T23:01:09.5771150Z [00:03:31.838]➜  cat >/tmp/go-build2180205415/b2857/importcfg << 'EOF' # internal
2025-08-20T23:01:09.5771521Z [00:03:31.838]➜  # import config
2025-08-20T23:01:09.5771869Z [00:03:31.838]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.5772415Z [00:03:31.838]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.5772862Z [00:03:31.838]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.5773277Z [00:03:31.838]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.5773911Z [00:03:31.838]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.5774705Z [00:03:31.838]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.5775274Z [00:03:31.838]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.5775692Z [00:03:31.838]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.5776360Z [00:03:31.838]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.5776790Z [00:03:31.838]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.5777413Z [00:03:31.838]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.5777796Z [00:03:31.838]➜  EOF
2025-08-20T23:01:09.5784758Z [00:03:31.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2857/_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/b2857=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list -lang=go1.22 -complete -installsuffix shared -buildid SZoPFYoZ_FEZLMumLQMm/SZoPFYoZ_FEZLMumLQMm -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/list/list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/list/response.go
2025-08-20T23:01:09.5787587Z [00:03:31.839]➜  go tool buildid -w $WORK/b2853/_pkg_.a # internal
2025-08-20T23:01:09.5792385Z [00:03:31.840]➜  cp $WORK/b2853/_pkg_.a /root/.cache/go-build/bf/bfe0c70011d8a8dc00484577b33252414c5904839e9b4ddd4dccbc9c7e3cf980-d # internal
2025-08-20T23:01:09.5793352Z [00:03:31.840]➜  cp $WORK/b2845/_pkg_.a /root/.cache/go-build/61/61ae46d6d7656be7c652ed9bb441158e7c3284aeade2740d3b9c6a0619466178-d # internal
2025-08-20T23:01:09.5796497Z [00:03:31.841]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put
2025-08-20T23:01:09.5798039Z [00:03:31.841]➜  mkdir -p $WORK/b2858/
2025-08-20T23:01:09.5802114Z [00:03:31.841]➜  cat >/tmp/go-build2180205415/b2858/importcfg << 'EOF' # internal
2025-08-20T23:01:09.5802481Z [00:03:31.841]➜  # import config
2025-08-20T23:01:09.5805213Z [00:03:31.841]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:09.5805908Z [00:03:31.841]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.5806440Z [00:03:31.841]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.5806909Z [00:03:31.841]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.5807324Z [00:03:31.841]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.5807952Z [00:03:31.841]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.5808950Z [00:03:31.841]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.5809908Z [00:03:31.841]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:09.5810537Z [00:03:31.841]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.5810951Z [00:03:31.841]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.5811381Z [00:03:31.842]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.5811808Z [00:03:31.842]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.5812243Z [00:03:31.842]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.5812559Z [00:03:31.842]➜  EOF
2025-08-20T23:01:09.5824124Z [00:03:31.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2858/_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/b2858=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put -lang=go1.22 -complete -installsuffix shared -buildid 6EaCk90VhMlO3jc-EQHk/6EaCk90VhMlO3jc-EQHk -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/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:01:09.5830615Z [00:03:31.843]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics
2025-08-20T23:01:09.5831562Z [00:03:31.843]➜  mkdir -p $WORK/b2859/
2025-08-20T23:01:09.5832152Z [00:03:31.843]➜  cat >/tmp/go-build2180205415/b2859/importcfg << 'EOF' # internal
2025-08-20T23:01:09.5832537Z [00:03:31.843]➜  # import config
2025-08-20T23:01:09.5832893Z [00:03:31.843]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.5833355Z [00:03:31.843]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.5833803Z [00:03:31.843]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.5834212Z [00:03:31.843]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.5834847Z [00:03:31.843]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.5843564Z [00:03:31.843]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.5844154Z [00:03:31.843]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.5844574Z [00:03:31.843]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.5845010Z [00:03:31.843]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.5845444Z [00:03:31.843]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.5846517Z [00:03:31.843]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.5846839Z [00:03:31.843]➜  EOF
2025-08-20T23:01:09.5850378Z [00:03:31.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2859/_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/b2859=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics -lang=go1.22 -complete -installsuffix shared -buildid -z9t88RbAupL59crtXVT/-z9t88RbAupL59crtXVT -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/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:01:09.6386807Z [00:03:31.900]➜  go tool buildid -w $WORK/b2856/_pkg_.a # internal
2025-08-20T23:01:09.6424191Z [00:03:31.903]➜  cp $WORK/b2856/_pkg_.a /root/.cache/go-build/7c/7ccf80d085f068b4dab00ce2fbf643b49ce8df902fcb1b53f57d2f54bad2d29d-d # internal
2025-08-20T23:01:09.6425032Z [00:03:31.903]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search
2025-08-20T23:01:09.6425451Z [00:03:31.903]➜  mkdir -p $WORK/b2860/
2025-08-20T23:01:09.6426065Z [00:03:31.903]➜  cat >/tmp/go-build2180205415/b2860/importcfg << 'EOF' # internal
2025-08-20T23:01:09.6426477Z [00:03:31.903]➜  # import config
2025-08-20T23:01:09.6426825Z [00:03:31.903]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:09.6427254Z [00:03:31.903]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.6427716Z [00:03:31.903]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.6428175Z [00:03:31.903]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.6428600Z [00:03:31.903]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.6430087Z [00:03:31.903]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.6430960Z [00:03:31.903]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.6431662Z [00:03:31.903]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.6432430Z [00:03:31.903]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.6433069Z [00:03:31.903]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.6433510Z [00:03:31.903]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.6433946Z [00:03:31.903]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.6434548Z [00:03:31.903]➜  EOF
2025-08-20T23:01:09.6438166Z [00:03:31.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2860/_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/b2860=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search -lang=go1.22 -complete -installsuffix shared -buildid fgAwqnM8A0QfdgQSlGQT/fgAwqnM8A0QfdgQSlGQT -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/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:01:09.6447551Z [00:03:31.903]➜  go tool buildid -w $WORK/b2859/_pkg_.a # internal
2025-08-20T23:01:09.6448214Z [00:03:31.906]➜  go tool buildid -w $WORK/b2857/_pkg_.a # internal
2025-08-20T23:01:09.6450476Z [00:03:31.906]➜  cp $WORK/b2859/_pkg_.a /root/.cache/go-build/aa/aa098c45216ae1fb648982705ee3f31cbc93f6065e21c086c86bee16805179f9-d # internal
2025-08-20T23:01:09.6451206Z [00:03:31.906]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile
2025-08-20T23:01:09.6451629Z [00:03:31.906]➜  mkdir -p $WORK/b2861/
2025-08-20T23:01:09.6452032Z [00:03:31.906]➜  cat >/tmp/go-build2180205415/b2861/importcfg << 'EOF' # internal
2025-08-20T23:01:09.6452387Z [00:03:31.906]➜  # import config
2025-08-20T23:01:09.6452734Z [00:03:31.906]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:09.6453157Z [00:03:31.906]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.6453606Z [00:03:31.906]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.6454418Z [00:03:31.906]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.6455156Z [00:03:31.906]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.6459551Z [00:03:31.906]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.6460428Z [00:03:31.906]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.6461263Z [00:03:31.906]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype=/tmp/go-build2180205415/b2862/_pkg_.a
2025-08-20T23:01:09.6461904Z [00:03:31.906]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.6462323Z [00:03:31.906]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.6462751Z [00:03:31.906]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.6463181Z [00:03:31.906]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.6463619Z [00:03:31.906]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.6463937Z [00:03:31.906]➜  EOF
2025-08-20T23:01:09.6467856Z [00:03:31.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2861/_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/b2861=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile -lang=go1.22 -complete -installsuffix shared -buildid dwtxRPbW-aQI6sPGyjgK/dwtxRPbW-aQI6sPGyjgK -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/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:01:09.6471330Z [00:03:31.906]➜  cp $WORK/b2857/_pkg_.a /root/.cache/go-build/4b/4b848bb4427bb2c331a766c3f6c4ed48206b4a03927eba2a73a09241297520e1-d # internal
2025-08-20T23:01:09.6472019Z [00:03:31.906]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate
2025-08-20T23:01:09.6472409Z [00:03:31.906]➜  mkdir -p $WORK/b2863/
2025-08-20T23:01:09.6472801Z [00:03:31.907]➜  cat >/tmp/go-build2180205415/b2863/importcfg << 'EOF' # internal
2025-08-20T23:01:09.6473144Z [00:03:31.907]➜  # import config
2025-08-20T23:01:09.6473487Z [00:03:31.907]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.6473940Z [00:03:31.907]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.6474383Z [00:03:31.907]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.6474799Z [00:03:31.907]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.6475426Z [00:03:31.907]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.6482686Z [00:03:31.907]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.6483337Z [00:03:31.907]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.6483768Z [00:03:31.907]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.6484205Z [00:03:31.907]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.6484653Z [00:03:31.907]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.6485085Z [00:03:31.907]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.6485397Z [00:03:31.907]➜  EOF
2025-08-20T23:01:09.6488883Z [00:03:31.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2863/_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/b2863=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate -lang=go1.22 -complete -installsuffix shared -buildid Qd4mWEQJGoNm7KpHoe0i/Qd4mWEQJGoNm7KpHoe0i -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/authenticate/authenticate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/authenticate/response.go
2025-08-20T23:01:09.6517125Z [00:03:31.907]➜  go tool buildid -w $WORK/b2858/_pkg_.a # internal
2025-08-20T23:01:09.6517868Z [00:03:31.909]➜  cp $WORK/b2858/_pkg_.a /root/.cache/go-build/26/26ade9d847546dfa28b9991f97118bdb6b72c54db3bfc04229b10b0808e8d7eb-d # internal
2025-08-20T23:01:09.6518578Z [00:03:31.910]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole
2025-08-20T23:01:09.6518990Z [00:03:31.910]➜  mkdir -p $WORK/b2864/
2025-08-20T23:01:09.6519366Z [00:03:31.910]➜  cat >/tmp/go-build2180205415/b2864/importcfg << 'EOF' # internal
2025-08-20T23:01:09.6519726Z [00:03:31.910]➜  # import config
2025-08-20T23:01:09.6520063Z [00:03:31.910]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:09.6520488Z [00:03:31.910]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.6520942Z [00:03:31.910]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.6521388Z [00:03:31.910]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.6522062Z [00:03:31.910]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.6522802Z [00:03:31.910]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.6523602Z [00:03:31.910]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.6524431Z [00:03:31.910]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:09.6525055Z [00:03:31.910]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.6525477Z [00:03:31.910]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.6526108Z [00:03:31.910]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.6526559Z [00:03:31.910]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.6526995Z [00:03:31.910]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.6527313Z [00:03:31.910]➜  EOF
2025-08-20T23:01:09.6530667Z [00:03:31.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2864/_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/b2864=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole -lang=go1.22 -complete -installsuffix shared -buildid 7of_yVCwmpcLWYgfN8xD/7of_yVCwmpcLWYgfN8xD -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/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:01:09.7081624Z [00:03:31.969]➜  go tool buildid -w $WORK/b2863/_pkg_.a # internal
2025-08-20T23:01:09.7091400Z [00:03:31.970]➜  cp $WORK/b2863/_pkg_.a /root/.cache/go-build/4f/4f0b111753dcd41ec6d3902ca9a0fcaddb0115a7e5ff924abc4b96af4d5460d9-d # internal
2025-08-20T23:01:09.7095592Z [00:03:31.971]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole
2025-08-20T23:01:09.7096404Z [00:03:31.971]➜  mkdir -p $WORK/b2865/
2025-08-20T23:01:09.7098210Z [00:03:31.971]➜  cat >/tmp/go-build2180205415/b2865/importcfg << 'EOF' # internal
2025-08-20T23:01:09.7098621Z [00:03:31.971]➜  # import config
2025-08-20T23:01:09.7098968Z [00:03:31.971]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:09.7099395Z [00:03:31.971]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.7099851Z [00:03:31.971]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.7100293Z [00:03:31.971]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.7100718Z [00:03:31.971]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.7101349Z [00:03:31.971]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.7102146Z [00:03:31.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.7103249Z [00:03:31.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:09.7103879Z [00:03:31.971]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.7104426Z [00:03:31.971]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.7104994Z [00:03:31.971]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.7105532Z [00:03:31.971]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.7106437Z [00:03:31.971]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.7106938Z [00:03:31.971]➜  EOF
2025-08-20T23:01:09.7111503Z [00:03:31.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2865/_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/b2865=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole -lang=go1.22 -complete -installsuffix shared -buildid arWohMq-2azp2-SYjQSx/arWohMq-2azp2-SYjQSx -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/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:01:09.7163858Z [00:03:31.977]➜  go tool buildid -w $WORK/b2861/_pkg_.a # internal
2025-08-20T23:01:09.7174092Z [00:03:31.978]➜  cp $WORK/b2861/_pkg_.a /root/.cache/go-build/51/51790dcd73bd822eaf5315e5696cb0fbf7e8466d42e666fda8ed97fe15741a88-d # internal
2025-08-20T23:01:09.7176920Z [00:03:31.979]➜  go tool buildid -w $WORK/b2864/_pkg_.a # internal
2025-08-20T23:01:09.7188393Z [00:03:31.980]➜  cp $WORK/b2864/_pkg_.a /root/.cache/go-build/dc/dcc63fc97e8c95301fea46e9fc55c4e641e7535ef4a788c8f9fdbd5338b325ba-d # internal
2025-08-20T23:01:09.7192386Z [00:03:31.980]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword
2025-08-20T23:01:09.7192828Z [00:03:31.980]➜  mkdir -p $WORK/b2867/
2025-08-20T23:01:09.7193211Z [00:03:31.980]➜  cat >/tmp/go-build2180205415/b2867/importcfg << 'EOF' # internal
2025-08-20T23:01:09.7193558Z [00:03:31.980]➜  # import config
2025-08-20T23:01:09.7193896Z [00:03:31.980]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:09.7194336Z [00:03:31.980]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.7194800Z [00:03:31.980]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.7195265Z [00:03:31.980]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.7195675Z [00:03:31.980]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.7196828Z [00:03:31.980]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.7197719Z [00:03:31.980]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.7202861Z [00:03:31.980]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:09.7203495Z [00:03:31.980]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.7203920Z [00:03:31.980]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.7204362Z [00:03:31.980]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.7204792Z [00:03:31.980]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.7205217Z [00:03:31.980]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.7205538Z [00:03:31.980]➜  EOF
2025-08-20T23:01:09.7209262Z [00:03:31.980]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2867/_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/b2867=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword -lang=go1.22 -complete -installsuffix shared -buildid KdgYR7LMJypJvVRy2txb/KdgYR7LMJypJvVRy2txb -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/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:01:09.7212443Z [00:03:31.981]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache
2025-08-20T23:01:09.7212860Z [00:03:31.981]➜  mkdir -p $WORK/b2868/
2025-08-20T23:01:09.7222004Z [00:03:31.983]➜  cat >/tmp/go-build2180205415/b2868/importcfg << 'EOF' # internal
2025-08-20T23:01:09.7223002Z [00:03:31.983]➜  # import config
2025-08-20T23:01:09.7223790Z [00:03:31.983]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.7224784Z [00:03:31.983]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.7225309Z [00:03:31.983]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.7226079Z [00:03:31.983]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.7226919Z [00:03:31.983]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.7227915Z [00:03:31.983]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.7228713Z [00:03:31.983]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.7229314Z [00:03:31.983]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.7230214Z [00:03:31.983]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.7230829Z [00:03:31.983]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.7231397Z [00:03:31.983]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.7231752Z [00:03:31.983]➜  EOF
2025-08-20T23:01:09.7235490Z [00:03:31.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2868/_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/b2868=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache -lang=go1.22 -complete -installsuffix shared -buildid yi4XexV_IIXkXBYVca7f/yi4XexV_IIXkXBYVca7f -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/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:01:09.7707064Z [00:03:32.032]➜  go tool buildid -w $WORK/b2865/_pkg_.a # internal
2025-08-20T23:01:09.7721751Z [00:03:32.033]➜  cp $WORK/b2865/_pkg_.a /root/.cache/go-build/e1/e191f33aee4885d9d0aad02fe77d08e25687fbdf2b45c38cb7e69b49583bda7e-d # internal
2025-08-20T23:01:09.7725682Z [00:03:32.034]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges
2025-08-20T23:01:09.7727671Z [00:03:32.034]➜  mkdir -p $WORK/b2869/
2025-08-20T23:01:09.7734702Z [00:03:32.035]➜  cat >/tmp/go-build2180205415/b2869/importcfg << 'EOF' # internal
2025-08-20T23:01:09.7735103Z [00:03:32.035]➜  # import config
2025-08-20T23:01:09.7735476Z [00:03:32.035]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.7736079Z [00:03:32.035]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.7736599Z [00:03:32.035]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.7737013Z [00:03:32.035]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.7737644Z [00:03:32.035]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.7738436Z [00:03:32.035]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.7739263Z [00:03:32.035]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.7739741Z [00:03:32.035]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.7740171Z [00:03:32.035]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.7740602Z [00:03:32.035]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.7741038Z [00:03:32.035]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.7741360Z [00:03:32.035]➜  EOF
2025-08-20T23:01:09.7744509Z [00:03:32.035]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2869/_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/b2869=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges -lang=go1.22 -complete -installsuffix shared -buildid NjivvBUX1GRv_dMA55C5/NjivvBUX1GRv_dMA55C5 -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/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:01:09.7809606Z [00:03:32.042]➜  go tool buildid -w $WORK/b2868/_pkg_.a # internal
2025-08-20T23:01:09.7829106Z [00:03:32.044]➜  cp $WORK/b2868/_pkg_.a /root/.cache/go-build/b3/b37b5128c8ffc52ddae447f37f1601519a69998f2d609bbbcf596da7a5439f93-d # internal
2025-08-20T23:01:09.7868458Z [00:03:32.048]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms
2025-08-20T23:01:09.7870827Z [00:03:32.048]➜  mkdir -p $WORK/b2870/
2025-08-20T23:01:09.7871217Z [00:03:32.048]➜  cat >/tmp/go-build2180205415/b2870/importcfg << 'EOF' # internal
2025-08-20T23:01:09.7871569Z [00:03:32.048]➜  # import config
2025-08-20T23:01:09.7871931Z [00:03:32.048]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.7872391Z [00:03:32.048]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.7872836Z [00:03:32.048]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.7873252Z [00:03:32.048]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.7874124Z [00:03:32.048]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.7875062Z [00:03:32.048]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.7875632Z [00:03:32.048]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.7876232Z [00:03:32.048]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.7876674Z [00:03:32.048]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.7877110Z [00:03:32.048]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.7877544Z [00:03:32.048]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.7877858Z [00:03:32.048]➜  EOF
2025-08-20T23:01:09.7880907Z [00:03:32.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2870/_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/b2870=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms -lang=go1.22 -complete -installsuffix shared -buildid E3LoXvazb9RCeJSPpHK3/E3LoXvazb9RCeJSPpHK3 -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/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:01:09.7887206Z [00:03:32.050]➜  go tool buildid -w $WORK/b2867/_pkg_.a # internal
2025-08-20T23:01:09.7893182Z [00:03:32.050]➜  cp $WORK/b2867/_pkg_.a /root/.cache/go-build/17/17e65c1a5ca26c28a37b7646cc7905278d35ca9f2bb42b306c4e88f25fecaeb3-d # internal
2025-08-20T23:01:09.7898135Z [00:03:32.051]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles
2025-08-20T23:01:09.7901018Z [00:03:32.051]➜  mkdir -p $WORK/b2871/
2025-08-20T23:01:09.7903334Z [00:03:32.051]➜  cat >/tmp/go-build2180205415/b2871/importcfg << 'EOF' # internal
2025-08-20T23:01:09.7903833Z [00:03:32.051]➜  # import config
2025-08-20T23:01:09.7904188Z [00:03:32.051]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.7904641Z [00:03:32.051]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.7905086Z [00:03:32.051]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.7905499Z [00:03:32.051]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.7906317Z [00:03:32.051]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.7907112Z [00:03:32.051]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.7907686Z [00:03:32.051]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.7908110Z [00:03:32.051]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.7910172Z [00:03:32.051]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.7910610Z [00:03:32.051]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.7911041Z [00:03:32.051]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.7911351Z [00:03:32.051]➜  EOF
2025-08-20T23:01:09.7914547Z [00:03:32.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2871/_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/b2871=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles -lang=go1.22 -complete -installsuffix shared -buildid e4ZoNERhOV4cOdgeVDAO/e4ZoNERhOV4cOdgeVDAO -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/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:01:09.8457509Z [00:03:32.106]➜  go tool buildid -w $WORK/b2869/_pkg_.a # internal
2025-08-20T23:01:09.8458372Z [00:03:32.107]➜  cp $WORK/b2869/_pkg_.a /root/.cache/go-build/e8/e8323da1ecb8cf0ea816a1fad95a9d2eabe17f330dbfc24973fcec37777b6223-d # internal
2025-08-20T23:01:09.8471711Z [00:03:32.108]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens
2025-08-20T23:01:09.8472211Z [00:03:32.108]➜  mkdir -p $WORK/b2872/
2025-08-20T23:01:09.8478553Z [00:03:32.109]➜  cat >/tmp/go-build2180205415/b2872/importcfg << 'EOF' # internal
2025-08-20T23:01:09.8478958Z [00:03:32.109]➜  # import config
2025-08-20T23:01:09.8479331Z [00:03:32.109]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.8479804Z [00:03:32.109]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.8480263Z [00:03:32.109]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.8480676Z [00:03:32.109]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.8481304Z [00:03:32.109]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.8482099Z [00:03:32.109]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.8482886Z [00:03:32.109]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.8483379Z [00:03:32.109]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.8483810Z [00:03:32.109]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.8484239Z [00:03:32.109]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.8484671Z [00:03:32.109]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.8484992Z [00:03:32.109]➜  EOF
2025-08-20T23:01:09.8485288Z [00:03:32.109]➜  go tool buildid -w $WORK/b2871/_pkg_.a # internal
2025-08-20T23:01:09.8488840Z [00:03:32.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2872/_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/b2872=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens -lang=go1.22 -complete -installsuffix shared -buildid ywNflqxz9hcjIkDl1kZ8/ywNflqxz9hcjIkDl1kZ8 -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/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:01:09.8507225Z [00:03:32.111]➜  cp $WORK/b2871/_pkg_.a /root/.cache/go-build/40/40175d19bac5e9576aa70b0164b8508b67cf804247e6e1594946064bcd2737a6-d # internal
2025-08-20T23:01:09.8518086Z [00:03:32.113]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey
2025-08-20T23:01:09.8518576Z [00:03:32.113]➜  mkdir -p $WORK/b2873/
2025-08-20T23:01:09.8526475Z [00:03:32.114]➜  cat >/tmp/go-build2180205415/b2873/importcfg << 'EOF' # internal
2025-08-20T23:01:09.8526882Z [00:03:32.114]➜  # import config
2025-08-20T23:01:09.8527242Z [00:03:32.114]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:09.8527669Z [00:03:32.114]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.8528118Z [00:03:32.114]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.8528768Z [00:03:32.114]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.8529358Z [00:03:32.114]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.8530001Z [00:03:32.114]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.8530790Z [00:03:32.114]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.8531618Z [00:03:32.114]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:09.8532230Z [00:03:32.114]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.8532650Z [00:03:32.114]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.8533080Z [00:03:32.114]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.8533503Z [00:03:32.114]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.8533932Z [00:03:32.114]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.8534251Z [00:03:32.114]➜  EOF
2025-08-20T23:01:09.8537865Z [00:03:32.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2873/_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/b2873=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey -lang=go1.22 -complete -installsuffix shared -buildid 3I-Y3ZhL28vgry5f0V-Z/3I-Y3ZhL28vgry5f0V-Z -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/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:01:09.8596699Z [00:03:32.121]➜  go tool buildid -w $WORK/b2860/_pkg_.a # internal
2025-08-20T23:01:09.8624456Z [00:03:32.123]➜  cp $WORK/b2860/_pkg_.a /root/.cache/go-build/29/29d2f6d22f629551db4db2fe8ef7d01f2625c1d5539ace719d5c44891a6c8d7d-d # internal
2025-08-20T23:01:09.8631810Z [00:03:32.124]➜  go tool buildid -w $WORK/b2870/_pkg_.a # internal
2025-08-20T23:01:09.8635989Z [00:03:32.125]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey
2025-08-20T23:01:09.8636503Z [00:03:32.125]➜  mkdir -p $WORK/b2874/
2025-08-20T23:01:09.8640455Z [00:03:32.125]➜  cp $WORK/b2870/_pkg_.a /root/.cache/go-build/50/50aedd8f12d0efffdb3828b7de6cd513f91b97beffa595f509e5fbd8dd0fad12-d # internal
2025-08-20T23:01:09.8641394Z [00:03:32.125]➜  cat >/tmp/go-build2180205415/b2874/importcfg << 'EOF' # internal
2025-08-20T23:01:09.8641839Z [00:03:32.125]➜  # import config
2025-08-20T23:01:09.8642178Z [00:03:32.125]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:09.8642629Z [00:03:32.125]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.8643089Z [00:03:32.125]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.8643848Z [00:03:32.125]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.8644266Z [00:03:32.125]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.8644894Z [00:03:32.125]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.8645684Z [00:03:32.125]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.8646456Z [00:03:32.125]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.8646883Z [00:03:32.125]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.8647313Z [00:03:32.125]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.8647861Z [00:03:32.125]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.8648436Z [00:03:32.125]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.8648762Z [00:03:32.125]➜  EOF
2025-08-20T23:01:09.8655493Z [00:03:32.126]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken
2025-08-20T23:01:09.8656504Z [00:03:32.126]➜  mkdir -p $WORK/b2875/
2025-08-20T23:01:09.8656892Z [00:03:32.126]➜  cat >/tmp/go-build2180205415/b2875/importcfg << 'EOF' # internal
2025-08-20T23:01:09.8657242Z [00:03:32.126]➜  # import config
2025-08-20T23:01:09.8658905Z [00:03:32.126]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.8659453Z [00:03:32.126]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.8659896Z [00:03:32.126]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.8660308Z [00:03:32.126]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.8660939Z [00:03:32.126]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.8661737Z [00:03:32.126]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.8662565Z [00:03:32.126]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:09.8663183Z [00:03:32.126]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.8663598Z [00:03:32.126]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.8664265Z [00:03:32.126]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.8664755Z [00:03:32.126]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.8665595Z [00:03:32.126]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.8666458Z [00:03:32.126]➜  EOF
2025-08-20T23:01:09.8670355Z [00:03:32.126]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2875/_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/b2875=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken -lang=go1.22 -complete -installsuffix shared -buildid c29JTCzDy7gQOIEx0trL/c29JTCzDy7gQOIEx0trL -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/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:01:09.8676659Z [00:03:32.126]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2874/_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/b2874=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey -lang=go1.22 -complete -installsuffix shared -buildid v_-UoJTZcvcwrJiy9zR2/v_-UoJTZcvcwrJiy9zR2 -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/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:01:09.9246250Z [00:03:32.185]➜  go tool buildid -w $WORK/b2873/_pkg_.a # internal
2025-08-20T23:01:09.9252652Z [00:03:32.186]➜  go tool buildid -w $WORK/b2872/_pkg_.a # internal
2025-08-20T23:01:09.9260718Z [00:03:32.187]➜  cp $WORK/b2873/_pkg_.a /root/.cache/go-build/d4/d43f6b282d9b2209266d573881630db532a99c4542c7b875979d8612db5cc1ab-d # internal
2025-08-20T23:01:09.9264859Z [00:03:32.188]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges
2025-08-20T23:01:09.9265289Z [00:03:32.188]➜  mkdir -p $WORK/b2876/
2025-08-20T23:01:09.9267560Z [00:03:32.188]➜  cp $WORK/b2872/_pkg_.a /root/.cache/go-build/08/08ab1129e3c0c15b50ec20e6d05af3e997b86dc45983de22556a6cc3bfaa8ed1-d # internal
2025-08-20T23:01:09.9273138Z [00:03:32.188]➜  cat >/tmp/go-build2180205415/b2876/importcfg << 'EOF' # internal
2025-08-20T23:01:09.9273708Z [00:03:32.188]➜  # import config
2025-08-20T23:01:09.9274114Z [00:03:32.188]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.9274700Z [00:03:32.188]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.9275150Z [00:03:32.188]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.9275702Z [00:03:32.188]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.9277443Z [00:03:32.188]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.9278266Z [00:03:32.188]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.9279093Z [00:03:32.188]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:09.9279709Z [00:03:32.188]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.9280345Z [00:03:32.188]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.9280843Z [00:03:32.188]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.9281273Z [00:03:32.188]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.9281701Z [00:03:32.188]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.9282022Z [00:03:32.188]➜  EOF
2025-08-20T23:01:09.9285328Z [00:03:32.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2876/_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/b2876=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges -lang=go1.22 -complete -installsuffix shared -buildid 14bRp-6_RYaW7fjbv4YS/14bRp-6_RYaW7fjbv4YS -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/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:01:09.9299177Z [00:03:32.188]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole
2025-08-20T23:01:09.9299685Z [00:03:32.189]➜  mkdir -p $WORK/b2877/
2025-08-20T23:01:09.9300110Z [00:03:32.190]➜  cat >/tmp/go-build2180205415/b2877/importcfg << 'EOF' # internal
2025-08-20T23:01:09.9300713Z [00:03:32.190]➜  # import config
2025-08-20T23:01:09.9301061Z [00:03:32.190]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.9301515Z [00:03:32.190]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.9301958Z [00:03:32.190]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.9302371Z [00:03:32.190]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.9303002Z [00:03:32.190]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.9303794Z [00:03:32.190]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.9304703Z [00:03:32.190]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:09.9305460Z [00:03:32.190]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.9306071Z [00:03:32.190]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.9306566Z [00:03:32.190]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.9306992Z [00:03:32.190]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.9307417Z [00:03:32.190]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.9307728Z [00:03:32.190]➜  EOF
2025-08-20T23:01:09.9310567Z [00:03:32.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2877/_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/b2877=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole -lang=go1.22 -complete -installsuffix shared -buildid xSmF6U4X3QI4uRQXvpzQ/xSmF6U4X3QI4uRQXvpzQ -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/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:01:09.9313097Z [00:03:32.190]➜  go tool buildid -w $WORK/b2875/_pkg_.a # internal
2025-08-20T23:01:09.9313764Z [00:03:32.192]➜  cp $WORK/b2875/_pkg_.a /root/.cache/go-build/67/675f76e5d681b93e1fb3a22f93a18046e3377b37811d86223a1f944dde34e61f-d # internal
2025-08-20T23:01:09.9314589Z [00:03:32.192]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping
2025-08-20T23:01:09.9315061Z [00:03:32.192]➜  mkdir -p $WORK/b2878/
2025-08-20T23:01:09.9315444Z [00:03:32.193]➜  cat >/tmp/go-build2180205415/b2878/importcfg << 'EOF' # internal
2025-08-20T23:01:09.9316034Z [00:03:32.193]➜  # import config
2025-08-20T23:01:09.9316509Z [00:03:32.193]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.9316978Z [00:03:32.193]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.9317426Z [00:03:32.193]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.9317844Z [00:03:32.193]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.9318466Z [00:03:32.193]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.9325164Z [00:03:32.193]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.9326197Z [00:03:32.194]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:09.9326877Z [00:03:32.194]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.9327295Z [00:03:32.194]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.9327739Z [00:03:32.194]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.9328469Z [00:03:32.194]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.9328900Z [00:03:32.194]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.9329212Z [00:03:32.194]➜  EOF
2025-08-20T23:01:09.9332315Z [00:03:32.194]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2878/_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/b2878=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping -lang=go1.22 -complete -installsuffix shared -buildid ZwNO0X0oFxf0EfxwOTE-/ZwNO0X0oFxf0EfxwOTE- -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/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:01:09.9359015Z [00:03:32.197]➜  go tool buildid -w $WORK/b2874/_pkg_.a # internal
2025-08-20T23:01:09.9417132Z [00:03:32.200]➜  cp $WORK/b2874/_pkg_.a /root/.cache/go-build/cb/cbeba6b9d1e17cf2dc4f979e731d71351ec91f59d06deff4a25e51783b232f70-d # internal
2025-08-20T23:01:09.9417921Z [00:03:32.200]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken
2025-08-20T23:01:09.9436729Z [00:03:32.200]➜  mkdir -p $WORK/b2879/
2025-08-20T23:01:09.9437426Z [00:03:32.200]➜  cat >/tmp/go-build2180205415/b2879/importcfg << 'EOF' # internal
2025-08-20T23:01:09.9437889Z [00:03:32.200]➜  # import config
2025-08-20T23:01:09.9438241Z [00:03:32.200]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.9438700Z [00:03:32.200]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.9439154Z [00:03:32.200]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.9439572Z [00:03:32.200]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.9440206Z [00:03:32.200]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.9440993Z [00:03:32.200]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.9441812Z [00:03:32.200]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:09.9442432Z [00:03:32.200]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.9442851Z [00:03:32.200]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.9443281Z [00:03:32.200]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.9443710Z [00:03:32.200]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.9444143Z [00:03:32.200]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.9444461Z [00:03:32.200]➜  EOF
2025-08-20T23:01:09.9447748Z [00:03:32.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2879/_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/b2879=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken -lang=go1.22 -complete -installsuffix shared -buildid m8jOBcdC47FaPDAJqEva/m8jOBcdC47FaPDAJqEva -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/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:01:09.9874187Z [00:03:32.247]➜  go tool buildid -w $WORK/b2878/_pkg_.a # internal
2025-08-20T23:01:09.9875044Z [00:03:32.248]➜  cp $WORK/b2878/_pkg_.a /root/.cache/go-build/12/12bd8feca451dfc0dfcc061a26cc9f7a7c0dc4a68731939fe4db62c0c5d66e93-d # internal
2025-08-20T23:01:09.9905574Z [00:03:32.251]➜  go tool buildid -w $WORK/b2876/_pkg_.a # internal
2025-08-20T23:01:09.9909988Z [00:03:32.251]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser
2025-08-20T23:01:09.9910391Z [00:03:32.251]➜  mkdir -p $WORK/b2880/
2025-08-20T23:01:09.9910771Z [00:03:32.252]➜  cat >/tmp/go-build2180205415/b2880/importcfg << 'EOF' # internal
2025-08-20T23:01:09.9911147Z [00:03:32.252]➜  # import config
2025-08-20T23:01:09.9911491Z [00:03:32.252]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.9911944Z [00:03:32.252]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.9912389Z [00:03:32.252]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.9912989Z [00:03:32.252]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.9913905Z [00:03:32.252]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.9914710Z [00:03:32.252]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.9915533Z [00:03:32.252]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:09.9916673Z [00:03:32.252]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.9917247Z [00:03:32.252]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.9917744Z [00:03:32.252]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.9918172Z [00:03:32.252]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.9918606Z [00:03:32.252]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.9918929Z [00:03:32.252]➜  EOF
2025-08-20T23:01:09.9922597Z [00:03:32.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2880/_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/b2880=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser -lang=go1.22 -complete -installsuffix shared -buildid 0BkPAUeq39g3CGOa682T/0BkPAUeq39g3CGOa682T -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/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:01:09.9937714Z [00:03:32.255]➜  cp $WORK/b2876/_pkg_.a /root/.cache/go-build/00/0028ed43dc503d5af3b78aa8a93a42a3c5816f66ec544e688bfbe7dd8d4646f4-d # internal
2025-08-20T23:01:09.9957675Z [00:03:32.256]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser
2025-08-20T23:01:09.9958292Z [00:03:32.256]➜  mkdir -p $WORK/b2881/
2025-08-20T23:01:09.9958699Z [00:03:32.256]➜  cat >/tmp/go-build2180205415/b2881/importcfg << 'EOF' # internal
2025-08-20T23:01:09.9959052Z [00:03:32.256]➜  # import config
2025-08-20T23:01:09.9959400Z [00:03:32.256]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:09.9959851Z [00:03:32.256]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:09.9960292Z [00:03:32.256]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:09.9960710Z [00:03:32.256]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:09.9961338Z [00:03:32.256]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:09.9962327Z [00:03:32.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:09.9963234Z [00:03:32.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:09.9964000Z [00:03:32.256]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:09.9964420Z [00:03:32.256]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:09.9964850Z [00:03:32.256]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:09.9965278Z [00:03:32.256]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:09.9965707Z [00:03:32.256]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:09.9966219Z [00:03:32.256]➜  EOF
2025-08-20T23:01:09.9969106Z [00:03:32.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2881/_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/b2881=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser -lang=go1.22 -complete -installsuffix shared -buildid NqYUdSVHVsK5X5P4JvAN/NqYUdSVHVsK5X5P4JvAN -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/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:01:10.0005045Z [00:03:32.261]➜  go tool buildid -w $WORK/b2877/_pkg_.a # internal
2025-08-20T23:01:10.0015739Z [00:03:32.262]➜  cp $WORK/b2877/_pkg_.a /root/.cache/go-build/be/bee52248bb31f1154acb28698589256d183d31054864111e020781c86741d74e-d # internal
2025-08-20T23:01:10.0071284Z [00:03:32.268]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile
2025-08-20T23:01:10.0089457Z [00:03:32.268]➜  mkdir -p $WORK/b2882/
2025-08-20T23:01:10.0089953Z [00:03:32.268]➜  cat >/tmp/go-build2180205415/b2882/importcfg << 'EOF' # internal
2025-08-20T23:01:10.0090329Z [00:03:32.268]➜  # import config
2025-08-20T23:01:10.0090683Z [00:03:32.268]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.0091142Z [00:03:32.268]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.0091588Z [00:03:32.268]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.0092000Z [00:03:32.268]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.0092635Z [00:03:32.268]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.0093426Z [00:03:32.268]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.0094251Z [00:03:32.268]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:10.0094875Z [00:03:32.268]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.0095296Z [00:03:32.268]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.0095727Z [00:03:32.268]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.0096435Z [00:03:32.268]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.0096868Z [00:03:32.268]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.0097183Z [00:03:32.268]➜  EOF
2025-08-20T23:01:10.0101189Z [00:03:32.268]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2882/_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/b2882=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile -lang=go1.22 -complete -installsuffix shared -buildid gJtp2B3cX26oyWxO7pnx/gJtp2B3cX26oyWxO7pnx -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/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:01:10.0221588Z [00:03:32.283]➜  go tool buildid -w $WORK/b2879/_pkg_.a # internal
2025-08-20T23:01:10.0237352Z [00:03:32.285]➜  cp $WORK/b2879/_pkg_.a /root/.cache/go-build/f6/f61fb70de8c129b87f69d9f19e8c810d961350c1a68a5d090bbea21d7f33d3e1-d # internal
2025-08-20T23:01:10.0247777Z [00:03:32.286]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser
2025-08-20T23:01:10.0248645Z [00:03:32.286]➜  mkdir -p $WORK/b2883/
2025-08-20T23:01:10.0249123Z [00:03:32.286]➜  cat >/tmp/go-build2180205415/b2883/importcfg << 'EOF' # internal
2025-08-20T23:01:10.0249483Z [00:03:32.286]➜  # import config
2025-08-20T23:01:10.0249845Z [00:03:32.286]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.0250596Z [00:03:32.286]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.0251056Z [00:03:32.286]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.0251473Z [00:03:32.286]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.0252106Z [00:03:32.286]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.0252897Z [00:03:32.286]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.0253819Z [00:03:32.286]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:10.0254546Z [00:03:32.286]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.0255004Z [00:03:32.286]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.0255442Z [00:03:32.286]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.0256247Z [00:03:32.286]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.0256752Z [00:03:32.286]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.0257072Z [00:03:32.286]➜  EOF
2025-08-20T23:01:10.0259925Z [00:03:32.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2883/_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/b2883=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser -lang=go1.22 -complete -installsuffix shared -buildid 50GNDmTH1GUxDmnieenC/50GNDmTH1GUxDmnieenC -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/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:01:10.0603445Z [00:03:32.321]➜  go tool buildid -w $WORK/b2880/_pkg_.a # internal
2025-08-20T23:01:10.0617830Z [00:03:32.323]➜  cp $WORK/b2880/_pkg_.a /root/.cache/go-build/13/13fa32ab65612a0c5a44f06e9d0c64b4458325207bac4841e3c3ec73bc2cac78-d # internal
2025-08-20T23:01:10.0624529Z [00:03:32.323]➜  go tool buildid -w $WORK/b2881/_pkg_.a # internal
2025-08-20T23:01:10.0631650Z [00:03:32.324]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile
2025-08-20T23:01:10.0640368Z [00:03:32.324]➜  mkdir -p $WORK/b2884/
2025-08-20T23:01:10.0643017Z [00:03:32.325]➜  cat >/tmp/go-build2180205415/b2884/importcfg << 'EOF' # internal
2025-08-20T23:01:10.0645354Z [00:03:32.325]➜  # import config
2025-08-20T23:01:10.0645712Z [00:03:32.325]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.0646908Z [00:03:32.325]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.0647524Z [00:03:32.325]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.0658541Z [00:03:32.325]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.0659332Z [00:03:32.325]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.0660137Z [00:03:32.325]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.0660979Z [00:03:32.325]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:10.0661600Z [00:03:32.325]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.0662019Z [00:03:32.325]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.0662448Z [00:03:32.325]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.0662876Z [00:03:32.325]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.0663315Z [00:03:32.325]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.0663631Z [00:03:32.325]➜  EOF
2025-08-20T23:01:10.0667008Z [00:03:32.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2884/_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/b2884=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile -lang=go1.22 -complete -installsuffix shared -buildid gHqLv4zyIVTpvFhuNpim/gHqLv4zyIVTpvFhuNpim -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/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:01:10.0670101Z [00:03:32.325]➜  cp $WORK/b2881/_pkg_.a /root/.cache/go-build/0a/0a932a8862ea36004e175826d716e24acf8193b14698f082a2c10bab429458d7-d # internal
2025-08-20T23:01:10.0670792Z [00:03:32.326]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana
2025-08-20T23:01:10.0671188Z [00:03:32.326]➜  mkdir -p $WORK/b2885/
2025-08-20T23:01:10.0671562Z [00:03:32.327]➜  cat >/tmp/go-build2180205415/b2885/importcfg << 'EOF' # internal
2025-08-20T23:01:10.0671906Z [00:03:32.327]➜  # import config
2025-08-20T23:01:10.0672247Z [00:03:32.327]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.0672702Z [00:03:32.327]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.0673149Z [00:03:32.327]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.0673556Z [00:03:32.327]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.0674184Z [00:03:32.327]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.0675167Z [00:03:32.327]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.0675733Z [00:03:32.327]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.0676389Z [00:03:32.327]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.0676830Z [00:03:32.327]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.0677256Z [00:03:32.327]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.0677691Z [00:03:32.327]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.0678006Z [00:03:32.327]➜  EOF
2025-08-20T23:01:10.0681006Z [00:03:32.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2885/_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/b2885=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana -lang=go1.22 -complete -installsuffix shared -buildid lw-xZQfqdj4JkGVfypqv/lw-xZQfqdj4JkGVfypqv -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/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:01:10.0724509Z [00:03:32.334]➜  go tool buildid -w $WORK/b2882/_pkg_.a # internal
2025-08-20T23:01:10.0742372Z [00:03:32.335]➜  cp $WORK/b2882/_pkg_.a /root/.cache/go-build/fa/fa95ec216379606dd3b422c9e20ad348af221c767d09b76e8bb18283df454286-d # internal
2025-08-20T23:01:10.0788776Z [00:03:32.340]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode
2025-08-20T23:01:10.0815872Z [00:03:32.340]➜  mkdir -p $WORK/b2886/
2025-08-20T23:01:10.0816368Z [00:03:32.340]➜  cat >/tmp/go-build2180205415/b2886/importcfg << 'EOF' # internal
2025-08-20T23:01:10.0816734Z [00:03:32.340]➜  # import config
2025-08-20T23:01:10.0817082Z [00:03:32.340]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.0817536Z [00:03:32.340]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.0817983Z [00:03:32.340]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.0818396Z [00:03:32.340]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.0820783Z [00:03:32.340]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.0821672Z [00:03:32.340]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.0822248Z [00:03:32.340]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.0822678Z [00:03:32.340]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.0823114Z [00:03:32.340]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.0823549Z [00:03:32.340]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.0823977Z [00:03:32.340]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.0824290Z [00:03:32.340]➜  EOF
2025-08-20T23:01:10.0827304Z [00:03:32.340]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2886/_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/b2886=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode -lang=go1.22 -complete -installsuffix shared -buildid xI-PJy5GaJLqZFYpVX_d/xI-PJy5GaJLqZFYpVX_d -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/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:01:10.0935560Z [00:03:32.354]➜  go tool buildid -w $WORK/b2883/_pkg_.a # internal
2025-08-20T23:01:10.0944360Z [00:03:32.355]➜  cp $WORK/b2883/_pkg_.a /root/.cache/go-build/27/2758027418ff9074ecadce6128873f62c3a13ef1de6cb9b223be7fe1dffd580d-d # internal
2025-08-20T23:01:10.0946713Z [00:03:32.356]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey
2025-08-20T23:01:10.0949452Z [00:03:32.356]➜  mkdir -p $WORK/b2887/
2025-08-20T23:01:10.0956962Z [00:03:32.356]➜  cat >/tmp/go-build2180205415/b2887/importcfg << 'EOF' # internal
2025-08-20T23:01:10.0958404Z [00:03:32.356]➜  # import config
2025-08-20T23:01:10.0959387Z [00:03:32.356]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.0959895Z [00:03:32.356]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.0960711Z [00:03:32.356]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.0961175Z [00:03:32.356]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.0961813Z [00:03:32.356]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.0962614Z [00:03:32.356]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.0963182Z [00:03:32.356]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.0963611Z [00:03:32.356]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.0964042Z [00:03:32.356]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.0964470Z [00:03:32.356]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.0964899Z [00:03:32.357]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.0965220Z [00:03:32.357]➜  EOF
2025-08-20T23:01:10.0971083Z [00:03:32.357]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2887/_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/b2887=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey -lang=go1.22 -complete -installsuffix shared -buildid ro8jAqUc2Y356TARMS1J/ro8jAqUc2Y356TARMS1J -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/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:01:10.1263036Z [00:03:32.387]➜  go tool buildid -w $WORK/b2885/_pkg_.a # internal
2025-08-20T23:01:10.1279923Z [00:03:32.389]➜  cp $WORK/b2885/_pkg_.a /root/.cache/go-build/f3/f37d3930f078bdce8d09572a9f7f27788336c6dfbea68654a0da8f15867ce3c9-d # internal
2025-08-20T23:01:10.1287097Z [00:03:32.390]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges
2025-08-20T23:01:10.1288609Z [00:03:32.390]➜  mkdir -p $WORK/b2888/
2025-08-20T23:01:10.1289005Z [00:03:32.390]➜  cat >/tmp/go-build2180205415/b2888/importcfg << 'EOF' # internal
2025-08-20T23:01:10.1289365Z [00:03:32.390]➜  # import config
2025-08-20T23:01:10.1289705Z [00:03:32.390]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.1290132Z [00:03:32.390]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.1290597Z [00:03:32.390]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.1291043Z [00:03:32.390]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.1291458Z [00:03:32.390]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.1292096Z [00:03:32.390]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.1292900Z [00:03:32.390]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.1294162Z [00:03:32.390]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build2180205415/b2310/_pkg_.a
2025-08-20T23:01:10.1295157Z [00:03:32.390]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege=/tmp/go-build2180205415/b2430/_pkg_.a
2025-08-20T23:01:10.1299942Z [00:03:32.390]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.1300517Z [00:03:32.390]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.1300957Z [00:03:32.390]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.1301390Z [00:03:32.390]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.1302041Z [00:03:32.390]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.1302494Z [00:03:32.390]➜  EOF
2025-08-20T23:01:10.1305672Z [00:03:32.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2888/_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/b2888=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges -lang=go1.22 -complete -installsuffix shared -buildid 6rW6sEbB1LJxkjZpKjM5/6rW6sEbB1LJxkjZpKjM5 -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/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:01:10.1308679Z [00:03:32.391]➜  go tool buildid -w $WORK/b2884/_pkg_.a # internal
2025-08-20T23:01:10.1309430Z [00:03:32.392]➜  cp $WORK/b2884/_pkg_.a /root/.cache/go-build/ed/ed6b73562aa4da22ab1e6f939962712a826a07c0a16814d064f02bbb11492c88-d # internal
2025-08-20T23:01:10.1318293Z [00:03:32.393]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges
2025-08-20T23:01:10.1347825Z [00:03:32.396]➜  mkdir -p $WORK/b2889/
2025-08-20T23:01:10.1351283Z [00:03:32.396]➜  cat >/tmp/go-build2180205415/b2889/importcfg << 'EOF' # internal
2025-08-20T23:01:10.1351669Z [00:03:32.396]➜  # import config
2025-08-20T23:01:10.1352020Z [00:03:32.396]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.1352693Z [00:03:32.396]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.1353197Z [00:03:32.396]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.1353615Z [00:03:32.396]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.1354248Z [00:03:32.396]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.1355047Z [00:03:32.396]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.1355621Z [00:03:32.396]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.1356259Z [00:03:32.396]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.1356697Z [00:03:32.396]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.1357127Z [00:03:32.396]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.1357559Z [00:03:32.396]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.1357875Z [00:03:32.396]➜  EOF
2025-08-20T23:01:10.1360810Z [00:03:32.396]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2889/_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/b2889=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges -lang=go1.22 -complete -installsuffix shared -buildid q5PJJs66CzOPMtKOzuFR/q5PJJs66CzOPMtKOzuFR -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/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:01:10.1433880Z [00:03:32.404]➜  go tool buildid -w $WORK/b2886/_pkg_.a # internal
2025-08-20T23:01:10.1451181Z [00:03:32.406]➜  cp $WORK/b2886/_pkg_.a /root/.cache/go-build/ee/ee066766ba11324113d823f15fa8ec2686eeef22b2ae4e5fe63268966605f496-d # internal
2025-08-20T23:01:10.1501290Z [00:03:32.411]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole
2025-08-20T23:01:10.1501903Z [00:03:32.411]➜  mkdir -p $WORK/b2890/
2025-08-20T23:01:10.1502586Z [00:03:32.411]➜  cat >/tmp/go-build2180205415/b2890/importcfg << 'EOF' # internal
2025-08-20T23:01:10.1503270Z [00:03:32.411]➜  # import config
2025-08-20T23:01:10.1503716Z [00:03:32.411]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.1504356Z [00:03:32.411]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.1505000Z [00:03:32.411]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.1505559Z [00:03:32.411]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.1506540Z [00:03:32.411]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.1507923Z [00:03:32.411]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.1508643Z [00:03:32.411]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.1509228Z [00:03:32.411]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.1509824Z [00:03:32.411]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.1510323Z [00:03:32.411]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.1510967Z [00:03:32.411]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.1511427Z [00:03:32.411]➜  EOF
2025-08-20T23:01:10.1514757Z [00:03:32.411]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2890/_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/b2890=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole -lang=go1.22 -complete -installsuffix shared -buildid 94i2_sqyTVOMYlx3KP33/94i2_sqyTVOMYlx3KP33 -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/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:01:10.1579682Z [00:03:32.419]➜  go tool buildid -w $WORK/b2887/_pkg_.a # internal
2025-08-20T23:01:10.1604505Z [00:03:32.421]➜  cp $WORK/b2887/_pkg_.a /root/.cache/go-build/d5/d5f5b3f6e0e8833d3cf17f8df4ecd1b1c5f7368a546598e79d35fd1a9affd949-d # internal
2025-08-20T23:01:10.1605365Z [00:03:32.422]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping
2025-08-20T23:01:10.1606488Z [00:03:32.422]➜  mkdir -p $WORK/b2891/
2025-08-20T23:01:10.1610752Z [00:03:32.422]➜  cat >/tmp/go-build2180205415/b2891/importcfg << 'EOF' # internal
2025-08-20T23:01:10.1612788Z [00:03:32.422]➜  # import config
2025-08-20T23:01:10.1613171Z [00:03:32.422]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.1613650Z [00:03:32.422]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.1614112Z [00:03:32.422]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.1614536Z [00:03:32.422]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.1615394Z [00:03:32.422]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.1616711Z [00:03:32.422]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.1617289Z [00:03:32.422]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.1617711Z [00:03:32.422]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.1618153Z [00:03:32.422]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.1618583Z [00:03:32.422]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.1619104Z [00:03:32.422]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.1619628Z [00:03:32.422]➜  EOF
2025-08-20T23:01:10.1622705Z [00:03:32.422]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2891/_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/b2891=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping -lang=go1.22 -complete -installsuffix shared -buildid BcF_jOx04G1Gp9gdvBkU/BcF_jOx04G1Gp9gdvBkU -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/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:01:10.1900649Z [00:03:32.449]➜  go tool buildid -w $WORK/b2888/_pkg_.a # internal
2025-08-20T23:01:10.1912928Z [00:03:32.452]➜  cp $WORK/b2888/_pkg_.a /root/.cache/go-build/5f/5f43ebd251ff8329a1bbe18181016660e2e036cb01c9ec0b1fb16301c91ca025-d # internal
2025-08-20T23:01:10.1913767Z [00:03:32.452]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts
2025-08-20T23:01:10.1914211Z [00:03:32.452]➜  mkdir -p $WORK/b2892/
2025-08-20T23:01:10.1914595Z [00:03:32.452]➜  cat >/tmp/go-build2180205415/b2892/importcfg << 'EOF' # internal
2025-08-20T23:01:10.1914946Z [00:03:32.452]➜  # import config
2025-08-20T23:01:10.1915289Z [00:03:32.452]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.1915738Z [00:03:32.452]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.1917073Z [00:03:32.452]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.1917563Z [00:03:32.452]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.1918199Z [00:03:32.452]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.1919107Z [00:03:32.452]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.1919696Z [00:03:32.452]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.1920117Z [00:03:32.452]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.1920545Z [00:03:32.452]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.1920969Z [00:03:32.452]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.1921389Z [00:03:32.452]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.1921702Z [00:03:32.452]➜  EOF
2025-08-20T23:01:10.1924774Z [00:03:32.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2892/_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/b2892=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts -lang=go1.22 -complete -installsuffix shared -buildid mhaL3nQqDtyUBYgS1Nb0/mhaL3nQqDtyUBYgS1Nb0 -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/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:01:10.2145405Z [00:03:32.475]➜  go tool buildid -w $WORK/b2890/_pkg_.a # internal
2025-08-20T23:01:10.2161973Z [00:03:32.476]➜  cp $WORK/b2890/_pkg_.a /root/.cache/go-build/9d/9daa77cdd84665fe5b95618493e4ad716410b73f0f83949c7280e65b546f2603-d # internal
2025-08-20T23:01:10.2162721Z [00:03:32.477]➜  go tool buildid -w $WORK/b2889/_pkg_.a # internal
2025-08-20T23:01:10.2163229Z [00:03:32.477]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials
2025-08-20T23:01:10.2163664Z [00:03:32.477]➜  mkdir -p $WORK/b2893/
2025-08-20T23:01:10.2164239Z [00:03:32.477]➜  cat >/tmp/go-build2180205415/b2893/importcfg << 'EOF' # internal
2025-08-20T23:01:10.2173997Z [00:03:32.478]➜  # import config
2025-08-20T23:01:10.2174741Z [00:03:32.478]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.2176258Z [00:03:32.478]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.2176730Z [00:03:32.478]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.2177156Z [00:03:32.478]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.2177808Z [00:03:32.478]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.2178608Z [00:03:32.478]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.2179178Z [00:03:32.478]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.2183176Z [00:03:32.478]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.2183625Z [00:03:32.478]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.2184060Z [00:03:32.478]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.2184485Z [00:03:32.478]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.2184801Z [00:03:32.478]➜  EOF
2025-08-20T23:01:10.2188404Z [00:03:32.478]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2893/_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/b2893=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials -lang=go1.22 -complete -installsuffix shared -buildid hlhT8Wa9sUm3L_A0IBeY/hlhT8Wa9sUm3L_A0IBeY -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/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:01:10.2191556Z [00:03:32.478]➜  cp $WORK/b2889/_pkg_.a /root/.cache/go-build/3d/3dc1fe78a93701e768f9d7091f071a7e5dcc8b0ebc7630c5516b7150454c77f7-d # internal
2025-08-20T23:01:10.2192257Z [00:03:32.479]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken
2025-08-20T23:01:10.2192640Z [00:03:32.479]➜  mkdir -p $WORK/b2895/
2025-08-20T23:01:10.2193014Z [00:03:32.479]➜  cat >/tmp/go-build2180205415/b2895/importcfg << 'EOF' # internal
2025-08-20T23:01:10.2193377Z [00:03:32.479]➜  # import config
2025-08-20T23:01:10.2193715Z [00:03:32.479]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.2194137Z [00:03:32.479]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.2194590Z [00:03:32.479]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.2195033Z [00:03:32.479]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.2195640Z [00:03:32.479]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.2196468Z [00:03:32.479]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.2197261Z [00:03:32.479]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.2198150Z [00:03:32.479]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype=/tmp/go-build2180205415/b2896/_pkg_.a
2025-08-20T23:01:10.2198825Z [00:03:32.479]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.2199243Z [00:03:32.479]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.2199772Z [00:03:32.479]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.2200337Z [00:03:32.479]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.2200777Z [00:03:32.479]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.2201092Z [00:03:32.479]➜  EOF
2025-08-20T23:01:10.2204248Z [00:03:32.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2895/_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/b2895=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken -lang=go1.22 -complete -installsuffix shared -buildid 4BTTU7guN0sgWXg_W-Mc/4BTTU7guN0sgWXg_W-Mc -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/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:01:10.2380713Z [00:03:32.499]➜  go tool buildid -w $WORK/b2891/_pkg_.a # internal
2025-08-20T23:01:10.2390861Z [00:03:32.500]➜  cp $WORK/b2891/_pkg_.a /root/.cache/go-build/02/026f0b6aa4395f021055530d06598ed577eaf9bb4fdc2ce4a9fdb05fa655fa9d-d # internal
2025-08-20T23:01:10.2397467Z [00:03:32.501]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser
2025-08-20T23:01:10.2397885Z [00:03:32.501]➜  mkdir -p $WORK/b2897/
2025-08-20T23:01:10.2401340Z [00:03:32.501]➜  cat >/tmp/go-build2180205415/b2897/importcfg << 'EOF' # internal
2025-08-20T23:01:10.2402015Z [00:03:32.501]➜  # import config
2025-08-20T23:01:10.2402450Z [00:03:32.501]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.2402914Z [00:03:32.501]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.2403372Z [00:03:32.501]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.2403797Z [00:03:32.501]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.2404433Z [00:03:32.501]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.2405225Z [00:03:32.501]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.2406104Z [00:03:32.501]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.2406543Z [00:03:32.501]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.2406983Z [00:03:32.501]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.2407410Z [00:03:32.501]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.2407838Z [00:03:32.501]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.2408152Z [00:03:32.501]➜  EOF
2025-08-20T23:01:10.2410912Z [00:03:32.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2897/_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/b2897=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser -lang=go1.22 -complete -installsuffix shared -buildid kSQUz1KL6XEoLlNw0QG-/kSQUz1KL6XEoLlNw0QG- -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/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:01:10.2678662Z [00:03:32.529]➜  go tool buildid -w $WORK/b2892/_pkg_.a # internal
2025-08-20T23:01:10.2709385Z [00:03:32.532]➜  cp $WORK/b2892/_pkg_.a /root/.cache/go-build/38/380ade12b019e6bd12a1644c5d0cb8c48e590ab38b946148a9544a6b70447414-d # internal
2025-08-20T23:01:10.2721925Z [00:03:32.533]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges
2025-08-20T23:01:10.2722739Z [00:03:32.533]➜  mkdir -p $WORK/b2898/
2025-08-20T23:01:10.2730503Z [00:03:32.534]➜  cat >/tmp/go-build2180205415/b2898/importcfg << 'EOF' # internal
2025-08-20T23:01:10.2731323Z [00:03:32.534]➜  # import config
2025-08-20T23:01:10.2731698Z [00:03:32.534]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.2732161Z [00:03:32.534]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.2732607Z [00:03:32.534]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.2733040Z [00:03:32.534]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.2733672Z [00:03:32.534]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.2734471Z [00:03:32.534]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.2735063Z [00:03:32.534]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.2735489Z [00:03:32.534]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.2736116Z [00:03:32.534]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.2736595Z [00:03:32.534]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.2737023Z [00:03:32.534]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.2737336Z [00:03:32.534]➜  EOF
2025-08-20T23:01:10.2744349Z [00:03:32.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2898/_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/b2898=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges -lang=go1.22 -complete -installsuffix shared -buildid kO9a1xVLeDfXVNbVUCRm/kO9a1xVLeDfXVNbVUCRm -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/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:01:10.2964868Z [00:03:32.557]➜  go tool buildid -w $WORK/b2895/_pkg_.a # internal
2025-08-20T23:01:10.2976875Z [00:03:32.559]➜  cp $WORK/b2895/_pkg_.a /root/.cache/go-build/62/622f64417dd1146e59948779458b6af3ef12642fdb7097e5f02d6ee4d21458cd-d # internal
2025-08-20T23:01:10.2981151Z [00:03:32.559]➜  go tool buildid -w $WORK/b2893/_pkg_.a # internal
2025-08-20T23:01:10.3017509Z [00:03:32.560]➜  cp $WORK/b2893/_pkg_.a /root/.cache/go-build/d6/d678d8d2730c4f8f1dd83238526160238850f53c990a1fff73b3ea9e842f5f94-d # internal
2025-08-20T23:01:10.3018319Z [00:03:32.560]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile
2025-08-20T23:01:10.3018762Z [00:03:32.560]➜  mkdir -p $WORK/b2899/
2025-08-20T23:01:10.3019149Z [00:03:32.560]➜  cat >/tmp/go-build2180205415/b2899/importcfg << 'EOF' # internal
2025-08-20T23:01:10.3019795Z [00:03:32.560]➜  # import config
2025-08-20T23:01:10.3020159Z [00:03:32.560]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.3020617Z [00:03:32.561]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.3021066Z [00:03:32.561]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.3021480Z [00:03:32.561]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.3022118Z [00:03:32.561]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.3022910Z [00:03:32.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.3023582Z [00:03:32.561]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.3024141Z [00:03:32.561]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.3024579Z [00:03:32.561]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.3025005Z [00:03:32.561]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.3025429Z [00:03:32.561]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.3025742Z [00:03:32.561]➜  EOF
2025-08-20T23:01:10.3028925Z [00:03:32.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2899/_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/b2899=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile -lang=go1.22 -complete -installsuffix shared -buildid 3DCsYql5XtYPJvOBjOP_/3DCsYql5XtYPJvOBjOP_ -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/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:01:10.3031635Z [00:03:32.561]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey
2025-08-20T23:01:10.3032025Z [00:03:32.561]➜  mkdir -p $WORK/b2900/
2025-08-20T23:01:10.3032399Z [00:03:32.562]➜  cat >/tmp/go-build2180205415/b2900/importcfg << 'EOF' # internal
2025-08-20T23:01:10.3032744Z [00:03:32.562]➜  # import config
2025-08-20T23:01:10.3033216Z [00:03:32.562]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.3033705Z [00:03:32.562]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.3034157Z [00:03:32.562]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.3034603Z [00:03:32.562]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.3035018Z [00:03:32.562]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.3035644Z [00:03:32.562]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.3036589Z [00:03:32.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.3037454Z [00:03:32.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype=/tmp/go-build2180205415/b2901/_pkg_.a
2025-08-20T23:01:10.3038111Z [00:03:32.562]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.3038539Z [00:03:32.562]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.3038971Z [00:03:32.562]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.3039395Z [00:03:32.562]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.3039825Z [00:03:32.562]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.3040144Z [00:03:32.562]➜  EOF
2025-08-20T23:01:10.3043651Z [00:03:32.562]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2900/_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/b2900=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey -lang=go1.22 -complete -installsuffix shared -buildid 2g985Jv-nc5biGTyYfV9/2g985Jv-nc5biGTyYfV9 -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/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:01:10.3198582Z [00:03:32.580]➜  go tool buildid -w $WORK/b2897/_pkg_.a # internal
2025-08-20T23:01:10.3199494Z [00:03:32.581]➜  cp $WORK/b2897/_pkg_.a /root/.cache/go-build/b7/b78c9f90f23e714eeb4998a74ffb42731682126c67b16fb3ae0285b3d971b778-d # internal
2025-08-20T23:01:10.3209001Z [00:03:32.582]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges
2025-08-20T23:01:10.3210125Z [00:03:32.582]➜  mkdir -p $WORK/b2902/
2025-08-20T23:01:10.3245620Z [00:03:32.586]➜  cat >/tmp/go-build2180205415/b2902/importcfg << 'EOF' # internal
2025-08-20T23:01:10.3246738Z [00:03:32.586]➜  # import config
2025-08-20T23:01:10.3247298Z [00:03:32.586]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.3248584Z [00:03:32.586]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.3249053Z [00:03:32.586]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.3249512Z [00:03:32.586]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.3249940Z [00:03:32.586]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.3250580Z [00:03:32.586]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.3251371Z [00:03:32.586]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.3252242Z [00:03:32.586]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build2180205415/b2310/_pkg_.a
2025-08-20T23:01:10.3252900Z [00:03:32.586]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.3253544Z [00:03:32.586]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.3254087Z [00:03:32.586]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.3254517Z [00:03:32.586]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.3254951Z [00:03:32.586]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.3255272Z [00:03:32.586]➜  EOF
2025-08-20T23:01:10.3258859Z [00:03:32.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2902/_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/b2902=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges -lang=go1.22 -complete -installsuffix shared -buildid bhO_HhEDuq1jJVQ4siXb/bhO_HhEDuq1jJVQ4siXb -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/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:01:10.3330038Z [00:03:32.594]➜  go tool buildid -w $WORK/b2898/_pkg_.a # internal
2025-08-20T23:01:10.3341709Z [00:03:32.595]➜  cp $WORK/b2898/_pkg_.a /root/.cache/go-build/af/afd76daf8f9dab551e23f44dabf7c78655ffaabe2ea6042825c4652d3dc39165-d # internal
2025-08-20T23:01:10.3343895Z [00:03:32.596]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile
2025-08-20T23:01:10.3344357Z [00:03:32.596]➜  mkdir -p $WORK/b2903/
2025-08-20T23:01:10.3346133Z [00:03:32.596]➜  cat >/tmp/go-build2180205415/b2903/importcfg << 'EOF' # internal
2025-08-20T23:01:10.3346514Z [00:03:32.596]➜  # import config
2025-08-20T23:01:10.3346906Z [00:03:32.596]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.3347338Z [00:03:32.596]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.3347806Z [00:03:32.596]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.3348414Z [00:03:32.596]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.3349011Z [00:03:32.596]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.3349647Z [00:03:32.596]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.3350438Z [00:03:32.596]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.3351002Z [00:03:32.596]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.3351421Z [00:03:32.596]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.3351857Z [00:03:32.596]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.3352285Z [00:03:32.596]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.3352712Z [00:03:32.596]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.3353027Z [00:03:32.596]➜  EOF
2025-08-20T23:01:10.3357021Z [00:03:32.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2903/_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/b2903=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile -lang=go1.22 -complete -installsuffix shared -buildid AjGQIifKaB_NpCpIthPq/AjGQIifKaB_NpCpIthPq -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/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:01:10.3733271Z [00:03:32.634]➜  go tool buildid -w $WORK/b2900/_pkg_.a # internal
2025-08-20T23:01:10.3745879Z [00:03:32.636]➜  cp $WORK/b2900/_pkg_.a /root/.cache/go-build/2e/2e72a2ec9effe00e65dab1fce09265fac9d7f3f724b7d7b5364a0fe010a6e036-d # internal
2025-08-20T23:01:10.3772039Z [00:03:32.638]➜  go tool buildid -w $WORK/b2899/_pkg_.a # internal
2025-08-20T23:01:10.3786871Z [00:03:32.639]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey
2025-08-20T23:01:10.3788046Z [00:03:32.639]➜  mkdir -p $WORK/b2904/
2025-08-20T23:01:10.3788528Z [00:03:32.640]➜  cat >/tmp/go-build2180205415/b2904/importcfg << 'EOF' # internal
2025-08-20T23:01:10.3788890Z [00:03:32.640]➜  # import config
2025-08-20T23:01:10.3789250Z [00:03:32.640]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.3789683Z [00:03:32.640]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.3790137Z [00:03:32.640]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.3790593Z [00:03:32.640]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.3791017Z [00:03:32.640]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.3791981Z [00:03:32.640]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.3792775Z [00:03:32.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.3793341Z [00:03:32.640]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.3793756Z [00:03:32.640]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.3794192Z [00:03:32.640]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.3794619Z [00:03:32.640]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.3795040Z [00:03:32.640]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.3795355Z [00:03:32.640]➜  EOF
2025-08-20T23:01:10.3799214Z [00:03:32.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2904/_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/b2904=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey -lang=go1.22 -complete -installsuffix shared -buildid EYB8LlPcaVGhehepQJGj/EYB8LlPcaVGhehepQJGj -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/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:01:10.3802801Z [00:03:32.641]➜  cp $WORK/b2899/_pkg_.a /root/.cache/go-build/86/86ebe13652a4d0d6c841f720f5035e4053b90fd2d3ed890de880e3396fd6ed3f-d # internal
2025-08-20T23:01:10.3803509Z [00:03:32.641]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken
2025-08-20T23:01:10.3803920Z [00:03:32.641]➜  mkdir -p $WORK/b2905/
2025-08-20T23:01:10.3804292Z [00:03:32.641]➜  cat >/tmp/go-build2180205415/b2905/importcfg << 'EOF' # internal
2025-08-20T23:01:10.3804637Z [00:03:32.641]➜  # import config
2025-08-20T23:01:10.3804963Z [00:03:32.641]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.3805390Z [00:03:32.641]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.3806062Z [00:03:32.641]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.3806569Z [00:03:32.641]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.3806989Z [00:03:32.641]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.3807615Z [00:03:32.641]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.3808405Z [00:03:32.641]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.3808973Z [00:03:32.641]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.3809387Z [00:03:32.641]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.3809816Z [00:03:32.641]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.3810239Z [00:03:32.641]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.3810665Z [00:03:32.641]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.3810979Z [00:03:32.641]➜  EOF
2025-08-20T23:01:10.3814363Z [00:03:32.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2905/_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/b2905=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken -lang=go1.22 -complete -installsuffix shared -buildid fPGQpZP3bV2_eFm-iQtu/fPGQpZP3bV2_eFm-iQtu -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/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:01:10.3908807Z [00:03:32.652]➜  go tool buildid -w $WORK/b2902/_pkg_.a # internal
2025-08-20T23:01:10.3922861Z [00:03:32.653]➜  cp $WORK/b2902/_pkg_.a /root/.cache/go-build/e5/e5b4aab54dea31b58043caa70342bb0003077dcb27345e996dd8fbcc15023389-d # internal
2025-08-20T23:01:10.3951160Z [00:03:32.656]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges
2025-08-20T23:01:10.3953753Z [00:03:32.656]➜  mkdir -p $WORK/b2909/
2025-08-20T23:01:10.3955282Z [00:03:32.657]➜  cat >/tmp/go-build2180205415/b2909/importcfg << 'EOF' # internal
2025-08-20T23:01:10.3955664Z [00:03:32.657]➜  # import config
2025-08-20T23:01:10.3956177Z [00:03:32.657]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.3956610Z [00:03:32.657]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.3957061Z [00:03:32.657]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.3957505Z [00:03:32.657]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.3957923Z [00:03:32.657]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.3958551Z [00:03:32.657]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.3959343Z [00:03:32.657]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.3960174Z [00:03:32.657]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:10.3960794Z [00:03:32.657]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.3961208Z [00:03:32.657]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.3961635Z [00:03:32.657]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.3962059Z [00:03:32.657]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.3962763Z [00:03:32.657]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.3963147Z [00:03:32.657]➜  EOF
2025-08-20T23:01:10.3966741Z [00:03:32.657]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2909/_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/b2909=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges -lang=go1.22 -complete -installsuffix shared -buildid 8ICdI-Aa075bjktE3SrM/8ICdI-Aa075bjktE3SrM -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/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:01:10.3976901Z [00:03:32.659]➜  go tool buildid -w $WORK/b2903/_pkg_.a # internal
2025-08-20T23:01:10.3987899Z [00:03:32.660]➜  cp $WORK/b2903/_pkg_.a /root/.cache/go-build/5f/5fa13daaf09d0c12c7e57347eb35dcb19dd665e5be7f853e7a0311a653d6f7c3-d # internal
2025-08-20T23:01:10.3991574Z [00:03:32.660]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole
2025-08-20T23:01:10.3996983Z [00:03:32.660]➜  mkdir -p $WORK/b2910/
2025-08-20T23:01:10.3997530Z [00:03:32.661]➜  cat >/tmp/go-build2180205415/b2910/importcfg << 'EOF' # internal
2025-08-20T23:01:10.3998156Z [00:03:32.661]➜  # import config
2025-08-20T23:01:10.3998503Z [00:03:32.661]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.3998931Z [00:03:32.661]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.3999381Z [00:03:32.661]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.3999823Z [00:03:32.661]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.4000246Z [00:03:32.661]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.4003078Z [00:03:32.661]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.4004259Z [00:03:32.661]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.4005598Z [00:03:32.661]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build2180205415/b2310/_pkg_.a
2025-08-20T23:01:10.4007034Z [00:03:32.661]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:10.4007883Z [00:03:32.661]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.4008453Z [00:03:32.661]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.4009289Z [00:03:32.661]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.4010032Z [00:03:32.661]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.4010544Z [00:03:32.661]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.4010863Z [00:03:32.661]➜  EOF
2025-08-20T23:01:10.4014154Z [00:03:32.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2910/_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/b2910=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole -lang=go1.22 -complete -installsuffix shared -buildid 4Bj1NPFfLIXRmKg7y67X/4Bj1NPFfLIXRmKg7y67X -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/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:01:10.4519833Z [00:03:32.713]➜  go tool buildid -w $WORK/b2905/_pkg_.a # internal
2025-08-20T23:01:10.4527132Z [00:03:32.714]➜  cp $WORK/b2905/_pkg_.a /root/.cache/go-build/83/835b98477eee466f6755068b3969042f6a8b4daa5eb1793fb622d3ee75105c95-d # internal
2025-08-20T23:01:10.4536961Z [00:03:32.715]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping
2025-08-20T23:01:10.4538508Z [00:03:32.715]➜  mkdir -p $WORK/b2911/
2025-08-20T23:01:10.4542526Z [00:03:32.715]➜  cat >/tmp/go-build2180205415/b2911/importcfg << 'EOF' # internal
2025-08-20T23:01:10.4543536Z [00:03:32.715]➜  # import config
2025-08-20T23:01:10.4543909Z [00:03:32.715]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.4544338Z [00:03:32.715]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.4544789Z [00:03:32.715]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.4545256Z [00:03:32.715]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.4545670Z [00:03:32.715]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.4546948Z [00:03:32.715]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.4547828Z [00:03:32.715]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.4548849Z [00:03:32.715]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:10.4549476Z [00:03:32.715]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.4549895Z [00:03:32.715]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.4550323Z [00:03:32.715]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.4550758Z [00:03:32.715]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.4551179Z [00:03:32.715]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.4551494Z [00:03:32.715]➜  EOF
2025-08-20T23:01:10.4554998Z [00:03:32.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2911/_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/b2911=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping -lang=go1.22 -complete -installsuffix shared -buildid GMrT89V6QoHopgqwspP3/GMrT89V6QoHopgqwspP3 -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/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:01:10.4632497Z [00:03:32.723]➜  go tool buildid -w $WORK/b2904/_pkg_.a # internal
2025-08-20T23:01:10.4633173Z [00:03:32.724]➜  go tool buildid -w $WORK/b2909/_pkg_.a # internal
2025-08-20T23:01:10.4633873Z [00:03:32.724]➜  cp $WORK/b2904/_pkg_.a /root/.cache/go-build/b9/b9b0f460de0a880dd6b6215afb4e3aac55240c309e0b52a6b1d67844b16e3d32-d # internal
2025-08-20T23:01:10.4640526Z [00:03:32.725]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser
2025-08-20T23:01:10.4646779Z [00:03:32.725]➜  mkdir -p $WORK/b2912/
2025-08-20T23:01:10.4647581Z [00:03:32.725]➜  cat >/tmp/go-build2180205415/b2912/importcfg << 'EOF' # internal
2025-08-20T23:01:10.4647974Z [00:03:32.725]➜  # import config
2025-08-20T23:01:10.4648320Z [00:03:32.725]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.4648752Z [00:03:32.725]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.4649221Z [00:03:32.725]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.4649668Z [00:03:32.725]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.4650080Z [00:03:32.725]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.4650713Z [00:03:32.725]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.4651507Z [00:03:32.725]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.4652334Z [00:03:32.725]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:10.4652948Z [00:03:32.725]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.4653363Z [00:03:32.725]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.4653800Z [00:03:32.725]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.4654225Z [00:03:32.725]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.4654651Z [00:03:32.725]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.4654964Z [00:03:32.725]➜  EOF
2025-08-20T23:01:10.4658498Z [00:03:32.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2912/_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/b2912=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser -lang=go1.22 -complete -installsuffix shared -buildid u1RS3C1zr36vArzH3BBW/u1RS3C1zr36vArzH3BBW -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/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:01:10.4661460Z [00:03:32.727]➜  go tool buildid -w $WORK/b2910/_pkg_.a # internal
2025-08-20T23:01:10.4663312Z [00:03:32.727]➜  cp $WORK/b2909/_pkg_.a /root/.cache/go-build/81/811d3d4300f609b9aba74d27bed7be9c59bf16ad13d221bd90d3620989254168-d # internal
2025-08-20T23:01:10.4669630Z [00:03:32.728]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys
2025-08-20T23:01:10.4670085Z [00:03:32.728]➜  mkdir -p $WORK/b2913/
2025-08-20T23:01:10.4679668Z [00:03:32.729]➜  cat >/tmp/go-build2180205415/b2913/importcfg << 'EOF' # internal
2025-08-20T23:01:10.4680382Z [00:03:32.729]➜  # import config
2025-08-20T23:01:10.4681117Z [00:03:32.729]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.4681576Z [00:03:32.729]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.4682248Z [00:03:32.729]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.4682766Z [00:03:32.729]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.4683179Z [00:03:32.729]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.4683811Z [00:03:32.729]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.4684606Z [00:03:32.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.4685561Z [00:03:32.729]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.4686389Z [00:03:32.729]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.4686828Z [00:03:32.729]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.4687425Z [00:03:32.729]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.4687911Z [00:03:32.729]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.4688563Z [00:03:32.729]➜  EOF
2025-08-20T23:01:10.4689333Z [00:03:32.730]➜  cp $WORK/b2910/_pkg_.a /root/.cache/go-build/18/182d983c112991cce1c75a5ab92c401ded5e3ac6c293cc4b6b05e13dbc7a8d21-d # internal
2025-08-20T23:01:10.4693177Z [00:03:32.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2913/_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/b2913=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys -lang=go1.22 -complete -installsuffix shared -buildid I6eDQrGABdNeScX8D0yu/I6eDQrGABdNeScX8D0yu -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/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:01:10.4696652Z [00:03:32.730]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole
2025-08-20T23:01:10.4697045Z [00:03:32.730]➜  mkdir -p $WORK/b2914/
2025-08-20T23:01:10.4698213Z [00:03:32.731]➜  cat >/tmp/go-build2180205415/b2914/importcfg << 'EOF' # internal
2025-08-20T23:01:10.4698617Z [00:03:32.731]➜  # import config
2025-08-20T23:01:10.4699100Z [00:03:32.731]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.4699524Z [00:03:32.731]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.4699973Z [00:03:32.731]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.4700413Z [00:03:32.731]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.4700819Z [00:03:32.731]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.4701446Z [00:03:32.731]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.4702231Z [00:03:32.731]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.4702831Z [00:03:32.731]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.4703385Z [00:03:32.731]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.4703822Z [00:03:32.731]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.4704245Z [00:03:32.731]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.4704672Z [00:03:32.731]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.4704983Z [00:03:32.731]➜  EOF
2025-08-20T23:01:10.4708511Z [00:03:32.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2914/_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/b2914=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole -lang=go1.22 -complete -installsuffix shared -buildid Eb3DBCf222sdRVaZp9Xe/Eb3DBCf222sdRVaZp9Xe -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/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:01:10.5369121Z [00:03:32.798]➜  go tool buildid -w $WORK/b2914/_pkg_.a # internal
2025-08-20T23:01:10.5369628Z [00:03:32.798]➜  go tool buildid -w $WORK/b2911/_pkg_.a # internal
2025-08-20T23:01:10.5370335Z [00:03:32.798]➜  cp $WORK/b2914/_pkg_.a /root/.cache/go-build/1d/1d87c871ee9e696145cc5f8b56e94af7e82469c87c2bc5ee61fdfb211b407959-d # internal
2025-08-20T23:01:10.5370952Z [00:03:32.798]➜  go tool buildid -w $WORK/b2912/_pkg_.a # internal
2025-08-20T23:01:10.5371406Z [00:03:32.798]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser
2025-08-20T23:01:10.5371797Z [00:03:32.798]➜  mkdir -p $WORK/b2915/
2025-08-20T23:01:10.5372195Z [00:03:32.798]➜  cat >/tmp/go-build2180205415/b2915/importcfg << 'EOF' # internal
2025-08-20T23:01:10.5372552Z [00:03:32.798]➜  # import config
2025-08-20T23:01:10.5372898Z [00:03:32.798]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.5373322Z [00:03:32.798]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.5373774Z [00:03:32.798]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.5374215Z [00:03:32.798]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.5374631Z [00:03:32.798]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.5375265Z [00:03:32.798]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.5376254Z [00:03:32.798]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.5377119Z [00:03:32.798]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.5377691Z [00:03:32.798]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.5378279Z [00:03:32.798]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.5378713Z [00:03:32.798]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.5379140Z [00:03:32.798]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.5379453Z [00:03:32.798]➜  EOF
2025-08-20T23:01:10.5380029Z [00:03:32.798]➜  cp $WORK/b2911/_pkg_.a /root/.cache/go-build/07/079cdb9f00aab99ff81648cec2456d88630e1d84a3888067e4c7a525e2f466de-d # internal
2025-08-20T23:01:10.5383635Z [00:03:32.798]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2915/_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/b2915=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser -lang=go1.22 -complete -installsuffix shared -buildid oEmyn2WZY45TcVS08Rdx/oEmyn2WZY45TcVS08Rdx -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/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:01:10.5396801Z [00:03:32.801]➜  cp $WORK/b2912/_pkg_.a /root/.cache/go-build/2b/2b38f3349b0bea30acd73a2c61fe088a4ee3fe8bf5be2fc8bb5e5009b711f629-d # internal
2025-08-20T23:01:10.5398271Z [00:03:32.801]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate
2025-08-20T23:01:10.5399572Z [00:03:32.801]➜  mkdir -p $WORK/b2916/
2025-08-20T23:01:10.5402164Z [00:03:32.801]➜  cat >/tmp/go-build2180205415/b2916/importcfg << 'EOF' # internal
2025-08-20T23:01:10.5404404Z [00:03:32.801]➜  # import config
2025-08-20T23:01:10.5405024Z [00:03:32.801]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.5406001Z [00:03:32.801]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.5406755Z [00:03:32.801]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.5407537Z [00:03:32.801]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.5408305Z [00:03:32.801]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.5409421Z [00:03:32.801]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.5410368Z [00:03:32.801]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.5410953Z [00:03:32.802]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.5411389Z [00:03:32.802]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.5411837Z [00:03:32.802]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.5412669Z [00:03:32.802]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.5413108Z [00:03:32.802]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.5413429Z [00:03:32.802]➜  EOF
2025-08-20T23:01:10.5417181Z [00:03:32.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2916/_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/b2916=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate -lang=go1.22 -complete -installsuffix shared -buildid gOzcsOVzNu59UWlTItlv/gOzcsOVzNu59UWlTItlv -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/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:01:10.5420463Z [00:03:32.802]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate
2025-08-20T23:01:10.5420878Z [00:03:32.802]➜  mkdir -p $WORK/b2918/
2025-08-20T23:01:10.5423178Z [00:03:32.803]➜  cat >/tmp/go-build2180205415/b2918/importcfg << 'EOF' # internal
2025-08-20T23:01:10.5423680Z [00:03:32.803]➜  # import config
2025-08-20T23:01:10.5424179Z [00:03:32.803]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.5424726Z [00:03:32.803]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.5425290Z [00:03:32.803]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.5426009Z [00:03:32.803]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.5426602Z [00:03:32.803]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.5427329Z [00:03:32.803]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.5428240Z [00:03:32.803]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.5428934Z [00:03:32.803]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.5429456Z [00:03:32.803]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.5430224Z [00:03:32.803]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.5430843Z [00:03:32.803]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.5431421Z [00:03:32.803]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.5431837Z [00:03:32.803]➜  EOF
2025-08-20T23:01:10.5435340Z [00:03:32.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2918/_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/b2918=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate -lang=go1.22 -complete -installsuffix shared -buildid Qw7aF3GFyZ6Q6oxxupjO/Qw7aF3GFyZ6Q6oxxupjO -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/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:01:10.5657282Z [00:03:32.827]➜  go tool buildid -w $WORK/b2913/_pkg_.a # internal
2025-08-20T23:01:10.5679289Z [00:03:32.829]➜  cp $WORK/b2913/_pkg_.a /root/.cache/go-build/4f/4fde911bab7869b5f31e14a2612c4b36db6fa6abb3816be6ad4188695da81297-d # internal
2025-08-20T23:01:10.5698988Z [00:03:32.830]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout
2025-08-20T23:01:10.5699450Z [00:03:32.830]➜  mkdir -p $WORK/b2919/
2025-08-20T23:01:10.5699835Z [00:03:32.830]➜  cat >/tmp/go-build2180205415/b2919/importcfg << 'EOF' # internal
2025-08-20T23:01:10.5700194Z [00:03:32.830]➜  # import config
2025-08-20T23:01:10.5700538Z [00:03:32.830]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.5700968Z [00:03:32.830]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.5701441Z [00:03:32.830]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.5701887Z [00:03:32.830]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.5702305Z [00:03:32.830]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.5703179Z [00:03:32.830]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.5704136Z [00:03:32.830]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.5704713Z [00:03:32.830]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.5705134Z [00:03:32.830]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.5705567Z [00:03:32.830]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.5706302Z [00:03:32.830]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.5706745Z [00:03:32.830]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.5707063Z [00:03:32.830]➜  EOF
2025-08-20T23:01:10.5710334Z [00:03:32.830]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2919/_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/b2919=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout -lang=go1.22 -complete -installsuffix shared -buildid XI0aoq-1EI-6OS9bDg5l/XI0aoq-1EI-6OS9bDg5l -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/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:01:10.6141583Z [00:03:32.875]➜  go tool buildid -w $WORK/b2915/_pkg_.a # internal
2025-08-20T23:01:10.6146618Z [00:03:32.875]➜  go tool buildid -w $WORK/b2918/_pkg_.a # internal
2025-08-20T23:01:10.6156866Z [00:03:32.877]➜  cp $WORK/b2918/_pkg_.a /root/.cache/go-build/52/52a16b0e277bbeb15c32f72fc24ea91745d521d80bc90b232ebc71e041503572-d # internal
2025-08-20T23:01:10.6164377Z [00:03:32.878]➜  cp $WORK/b2915/_pkg_.a /root/.cache/go-build/04/04d3a2109755f905e290c2d7bcb1dd2db7342128d4361124429fc43d8fefb758-d # internal
2025-08-20T23:01:10.6174734Z [00:03:32.878]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata
2025-08-20T23:01:10.6175319Z [00:03:32.878]➜  mkdir -p $WORK/b2921/
2025-08-20T23:01:10.6179596Z [00:03:32.878]➜  cat >/tmp/go-build2180205415/b2921/importcfg << 'EOF' # internal
2025-08-20T23:01:10.6183701Z [00:03:32.878]➜  # import config
2025-08-20T23:01:10.6184079Z [00:03:32.878]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.6184558Z [00:03:32.878]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.6185011Z [00:03:32.878]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.6185428Z [00:03:32.878]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.6186252Z [00:03:32.878]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.6187373Z [00:03:32.878]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.6187967Z [00:03:32.878]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.6188390Z [00:03:32.878]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.6188822Z [00:03:32.878]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.6189249Z [00:03:32.878]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.6189678Z [00:03:32.878]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.6189998Z [00:03:32.878]➜  EOF
2025-08-20T23:01:10.6212177Z [00:03:32.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2921/_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/b2921=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata -lang=go1.22 -complete -installsuffix shared -buildid nuVDmBb0Ahtw7Nktk91V/nuVDmBb0Ahtw7Nktk91V -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/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:01:10.6215600Z [00:03:32.878]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication
2025-08-20T23:01:10.6216240Z [00:03:32.878]➜  mkdir -p $WORK/b2920/
2025-08-20T23:01:10.6216629Z [00:03:32.879]➜  cat >/tmp/go-build2180205415/b2920/importcfg << 'EOF' # internal
2025-08-20T23:01:10.6218800Z [00:03:32.880]➜  # import config
2025-08-20T23:01:10.6219164Z [00:03:32.880]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.6219602Z [00:03:32.880]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.6220055Z [00:03:32.880]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.6220502Z [00:03:32.880]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.6220918Z [00:03:32.880]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.6221545Z [00:03:32.880]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.6222590Z [00:03:32.880]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.6223227Z [00:03:32.880]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.6223652Z [00:03:32.880]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.6224097Z [00:03:32.880]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.6224527Z [00:03:32.880]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.6224960Z [00:03:32.880]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.6225277Z [00:03:32.880]➜  EOF
2025-08-20T23:01:10.6229384Z [00:03:32.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2920/_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/b2920=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication -lang=go1.22 -complete -installsuffix shared -buildid aJIwPc1kCXVDY3_THcgj/aJIwPc1kCXVDY3_THcgj -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/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:01:10.6232909Z [00:03:32.881]➜  go tool buildid -w $WORK/b2916/_pkg_.a # internal
2025-08-20T23:01:10.6233291Z [00:03:32.882]➜  go tool buildid -w $WORK/b2919/_pkg_.a # internal
2025-08-20T23:01:10.6596328Z [00:03:32.918]➜  cp $WORK/b2919/_pkg_.a /root/.cache/go-build/11/119997a0a82b0b77bad1f3fa29322b44f151275ad421deb6abcd28f09796e8f2-d # internal
2025-08-20T23:01:10.6598305Z [00:03:32.919]➜  cp $WORK/b2916/_pkg_.a /root/.cache/go-build/71/711744dd333c3060658ea2ac61fb0c229a649fab8e02a870178d1f59e5de5dd9-d # internal
2025-08-20T23:01:10.6602585Z [00:03:32.921]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey
2025-08-20T23:01:10.6604670Z [00:03:32.922]➜  mkdir -p $WORK/b2923/
2025-08-20T23:01:10.6606271Z [00:03:32.922]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles
2025-08-20T23:01:10.6606747Z [00:03:32.922]➜  mkdir -p $WORK/b2922/
2025-08-20T23:01:10.6610521Z [00:03:32.922]➜  cat >/tmp/go-build2180205415/b2922/importcfg << 'EOF' # internal
2025-08-20T23:01:10.6611188Z [00:03:32.922]➜  # import config
2025-08-20T23:01:10.6611645Z [00:03:32.922]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.6612349Z [00:03:32.922]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.6613050Z [00:03:32.922]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.6614083Z [00:03:32.922]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.6614579Z [00:03:32.922]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.6615222Z [00:03:32.922]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.6616108Z [00:03:32.922]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.6616749Z [00:03:32.922]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.6617166Z [00:03:32.922]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.6617596Z [00:03:32.922]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.6618020Z [00:03:32.922]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.6618662Z [00:03:32.922]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.6619049Z [00:03:32.922]➜  EOF
2025-08-20T23:01:10.6622609Z [00:03:32.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2922/_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/b2922=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles -lang=go1.22 -complete -installsuffix shared -buildid JGs_5Qhy2olFwGJ4nzQZ/JGs_5Qhy2olFwGJ4nzQZ -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/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:01:10.6633988Z [00:03:32.922]➜  cat >/tmp/go-build2180205415/b2923/importcfg << 'EOF' # internal
2025-08-20T23:01:10.6634587Z [00:03:32.922]➜  # import config
2025-08-20T23:01:10.6634936Z [00:03:32.922]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.6635371Z [00:03:32.922]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.6635977Z [00:03:32.922]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.6636798Z [00:03:32.922]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.6637212Z [00:03:32.922]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.6645460Z [00:03:32.922]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.6646453Z [00:03:32.922]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.6647039Z [00:03:32.922]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.6647462Z [00:03:32.922]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.6647894Z [00:03:32.922]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.6648535Z [00:03:32.922]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.6649110Z [00:03:32.922]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.6649432Z [00:03:32.922]➜  EOF
2025-08-20T23:01:10.6652741Z [00:03:32.923]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2923/_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/b2923=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey -lang=go1.22 -complete -installsuffix shared -buildid awDUck-d8dvm_xaD6D6W/awDUck-d8dvm_xaD6D6W -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/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:01:10.6730063Z [00:03:32.934]➜  go tool buildid -w $WORK/b2921/_pkg_.a # internal
2025-08-20T23:01:10.6732499Z [00:03:32.934]➜  go tool buildid -w $WORK/b2920/_pkg_.a # internal
2025-08-20T23:01:10.6746045Z [00:03:32.936]➜  cp $WORK/b2920/_pkg_.a /root/.cache/go-build/76/76b8bef9dd6983bb1e3700b8418c36630dcc04b871841bd5671e5d01f3bfe66a-d # internal
2025-08-20T23:01:10.6747329Z [00:03:32.936]➜  cp $WORK/b2921/_pkg_.a /root/.cache/go-build/99/998ab110a03b29d457a962a0664bdeac9a2dbea471c779e0e4144fc3fb39a925-d # internal
2025-08-20T23:01:10.6761642Z [00:03:32.937]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata
2025-08-20T23:01:10.6762187Z [00:03:32.937]➜  mkdir -p $WORK/b2926/
2025-08-20T23:01:10.6762684Z [00:03:32.937]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey
2025-08-20T23:01:10.6763124Z [00:03:32.937]➜  mkdir -p $WORK/b2924/
2025-08-20T23:01:10.6763508Z [00:03:32.937]➜  cat >/tmp/go-build2180205415/b2926/importcfg << 'EOF' # internal
2025-08-20T23:01:10.6763869Z [00:03:32.937]➜  # import config
2025-08-20T23:01:10.6764208Z [00:03:32.937]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.6764633Z [00:03:32.937]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.6765083Z [00:03:32.937]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.6765539Z [00:03:32.937]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.6766163Z [00:03:32.937]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.6766796Z [00:03:32.937]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.6767586Z [00:03:32.937]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.6768419Z [00:03:32.937]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:10.6769042Z [00:03:32.937]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.6769729Z [00:03:32.937]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.6770168Z [00:03:32.937]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.6770594Z [00:03:32.937]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.6771019Z [00:03:32.937]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.6771331Z [00:03:32.937]➜  EOF
2025-08-20T23:01:10.6775172Z [00:03:32.937]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2926/_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/b2926=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata -lang=go1.22 -complete -installsuffix shared -buildid c86ZG6GlKpXQKsXtBEH3/c86ZG6GlKpXQKsXtBEH3 -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/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:01:10.6778694Z [00:03:32.937]➜  cat >/tmp/go-build2180205415/b2924/importcfg << 'EOF' # internal
2025-08-20T23:01:10.6779047Z [00:03:32.937]➜  # import config
2025-08-20T23:01:10.6779380Z [00:03:32.937]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.6779803Z [00:03:32.937]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.6780256Z [00:03:32.937]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.6780704Z [00:03:32.937]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.6781118Z [00:03:32.937]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.6781734Z [00:03:32.937]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.6782514Z [00:03:32.937]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.6783076Z [00:03:32.937]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.6783637Z [00:03:32.937]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.6784140Z [00:03:32.937]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.6784568Z [00:03:32.937]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.6784998Z [00:03:32.937]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.6785313Z [00:03:32.937]➜  EOF
2025-08-20T23:01:10.6789262Z [00:03:32.937]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2924/_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/b2924=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey -lang=go1.22 -complete -installsuffix shared -buildid R3-XQEuoQCO-Z8_6CuOj/R3-XQEuoQCO-Z8_6CuOj -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/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:01:10.7307958Z [00:03:32.992]➜  go tool buildid -w $WORK/b2923/_pkg_.a # internal
2025-08-20T23:01:10.7336187Z [00:03:32.995]➜  cp $WORK/b2923/_pkg_.a /root/.cache/go-build/96/9693616d5749d68e012c1be48460df7a5024579af88af6128a30d591559a0cd6-d # internal
2025-08-20T23:01:10.7368624Z [00:03:32.998]➜  go tool buildid -w $WORK/b2922/_pkg_.a # internal
2025-08-20T23:01:10.7379693Z [00:03:32.999]➜  cp $WORK/b2922/_pkg_.a /root/.cache/go-build/d1/d1f78ceeeb69ca3fcc27e09f565dc063dfc708fdc79804f2178d9a4fc9bf6b1e-d # internal
2025-08-20T23:01:10.7395485Z [00:03:32.999]➜  go tool buildid -w $WORK/b2924/_pkg_.a # internal
2025-08-20T23:01:10.7397297Z [00:03:32.999]➜  github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode
2025-08-20T23:01:10.7397755Z [00:03:32.999]➜  mkdir -p $WORK/b2927/
2025-08-20T23:01:10.7398150Z [00:03:33.001]➜  github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode
2025-08-20T23:01:10.7398523Z [00:03:33.001]➜  mkdir -p $WORK/b2928/
2025-08-20T23:01:10.7400138Z [00:03:33.001]➜  cat >/tmp/go-build2180205415/b2927/importcfg << 'EOF' # internal
2025-08-20T23:01:10.7400634Z [00:03:33.001]➜  # import config
2025-08-20T23:01:10.7400999Z [00:03:33.001]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.7401451Z [00:03:33.001]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.7401897Z [00:03:33.001]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.7402312Z [00:03:33.001]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.7402943Z [00:03:33.001]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.7403735Z [00:03:33.001]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.7404574Z [00:03:33.001]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2180205415/b2499/_pkg_.a
2025-08-20T23:01:10.7405202Z [00:03:33.001]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.7405627Z [00:03:33.001]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.7406389Z [00:03:33.001]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.7406821Z [00:03:33.001]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.7407247Z [00:03:33.001]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.7407563Z [00:03:33.001]➜  EOF
2025-08-20T23:01:10.7407893Z [00:03:33.001]➜  cat >/tmp/go-build2180205415/b2928/importcfg << 'EOF' # internal
2025-08-20T23:01:10.7408407Z [00:03:33.001]➜  # import config
2025-08-20T23:01:10.7408856Z [00:03:33.001]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.7409313Z [00:03:33.001]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.7409762Z [00:03:33.001]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.7410178Z [00:03:33.001]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.7410806Z [00:03:33.001]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.7411587Z [00:03:33.001]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.7412421Z [00:03:33.001]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2180205415/b2499/_pkg_.a
2025-08-20T23:01:10.7413074Z [00:03:33.001]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.7413490Z [00:03:33.001]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.7413918Z [00:03:33.001]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.7414346Z [00:03:33.001]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.7414776Z [00:03:33.001]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.7415256Z [00:03:33.001]➜  EOF
2025-08-20T23:01:10.7418303Z [00:03:33.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2927/_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/b2927=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode -lang=go1.22 -complete -installsuffix shared -buildid PRWcslMR0GWWTXZ8K1PC/PRWcslMR0GWWTXZ8K1PC -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/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:01:10.7421247Z [00:03:33.001]➜  cp $WORK/b2924/_pkg_.a /root/.cache/go-build/ab/ab8604f0b15ccaa4f73725a59e6c468be61d7f92a86399aa3e1a8bba6d9682ef-d # internal
2025-08-20T23:01:10.7424430Z [00:03:33.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2928/_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/b2928=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode -lang=go1.22 -complete -installsuffix shared -buildid 3OZwSXIypLVdT7W0ftOM/3OZwSXIypLVdT7W0ftOM -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/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:01:10.7442003Z [00:03:33.003]➜  github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode
2025-08-20T23:01:10.7442659Z [00:03:33.003]➜  mkdir -p $WORK/b2929/
2025-08-20T23:01:10.7443241Z [00:03:33.004]➜  cat >/tmp/go-build2180205415/b2929/importcfg << 'EOF' # internal
2025-08-20T23:01:10.7443655Z [00:03:33.004]➜  # import config
2025-08-20T23:01:10.7444214Z [00:03:33.004]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.7444818Z [00:03:33.004]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.7445331Z [00:03:33.004]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.7446165Z [00:03:33.004]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.7446764Z [00:03:33.004]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.7447928Z [00:03:33.004]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.7448979Z [00:03:33.004]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.7449879Z [00:03:33.004]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2180205415/b2499/_pkg_.a
2025-08-20T23:01:10.7450775Z [00:03:33.004]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_=/tmp/go-build2180205415/b2930/_pkg_.a
2025-08-20T23:01:10.7451386Z [00:03:33.004]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.7451804Z [00:03:33.004]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.7452236Z [00:03:33.004]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.7452692Z [00:03:33.004]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.7453125Z [00:03:33.004]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.7453438Z [00:03:33.004]➜  EOF
2025-08-20T23:01:10.7456780Z [00:03:33.004]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2929/_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/b2929=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode -lang=go1.22 -complete -installsuffix shared -buildid eG6qKiW43a7NN6Hh9_Et/eG6qKiW43a7NN6Hh9_Et -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/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:01:10.7542618Z [00:03:33.015]➜  go tool buildid -w $WORK/b2926/_pkg_.a # internal
2025-08-20T23:01:10.7562207Z [00:03:33.017]➜  cp $WORK/b2926/_pkg_.a /root/.cache/go-build/2a/2a060705862e094fe0fbd52dac7052a8ce5143e9217db5c5176dd4f8f114f5b9-d # internal
2025-08-20T23:01:10.7566473Z [00:03:33.018]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle
2025-08-20T23:01:10.7571959Z [00:03:33.018]➜  mkdir -p $WORK/b2931/
2025-08-20T23:01:10.7572366Z [00:03:33.018]➜  cat >/tmp/go-build2180205415/b2931/importcfg << 'EOF' # internal
2025-08-20T23:01:10.7572737Z [00:03:33.018]➜  # import config
2025-08-20T23:01:10.7573085Z [00:03:33.018]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.7573539Z [00:03:33.018]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.7573981Z [00:03:33.018]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.7574391Z [00:03:33.018]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.7575029Z [00:03:33.018]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.7575966Z [00:03:33.018]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.7576640Z [00:03:33.018]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.7577073Z [00:03:33.018]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.7577510Z [00:03:33.018]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.7577936Z [00:03:33.018]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.7578361Z [00:03:33.018]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.7578670Z [00:03:33.018]➜  EOF
2025-08-20T23:01:10.7581701Z [00:03:33.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2931/_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/b2931=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle -lang=go1.22 -complete -installsuffix shared -buildid QoRt3VcP_m8ErMzriZ7V/QoRt3VcP_m8ErMzriZ7V -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/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:01:10.7964453Z [00:03:33.057]➜  go tool buildid -w $WORK/b2928/_pkg_.a # internal
2025-08-20T23:01:10.7999245Z [00:03:33.060]➜  cp $WORK/b2928/_pkg_.a /root/.cache/go-build/bd/bd5270c8378882682ac896f176a1f685511f783de9743ad11b1772904ea2cd50-d # internal
2025-08-20T23:01:10.8000052Z [00:03:33.061]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle
2025-08-20T23:01:10.8000490Z [00:03:33.061]➜  mkdir -p $WORK/b2932/
2025-08-20T23:01:10.8003087Z [00:03:33.061]➜  cat >/tmp/go-build2180205415/b2932/importcfg << 'EOF' # internal
2025-08-20T23:01:10.8003456Z [00:03:33.061]➜  # import config
2025-08-20T23:01:10.8003810Z [00:03:33.061]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.8004282Z [00:03:33.061]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.8004732Z [00:03:33.061]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.8005475Z [00:03:33.061]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.8006267Z [00:03:33.061]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.8007106Z [00:03:33.061]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.8007672Z [00:03:33.061]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.8008100Z [00:03:33.061]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.8008532Z [00:03:33.061]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.8008962Z [00:03:33.061]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.8009553Z [00:03:33.061]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.8010004Z [00:03:33.061]➜  EOF
2025-08-20T23:01:10.8012929Z [00:03:33.061]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2932/_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/b2932=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle -lang=go1.22 -complete -installsuffix shared -buildid GzpZ9uChxo7yLqIciIXx/GzpZ9uChxo7yLqIciIXx -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/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:01:10.8125697Z [00:03:33.073]➜  go tool buildid -w $WORK/b2927/_pkg_.a # internal
2025-08-20T23:01:10.8129658Z [00:03:33.074]➜  go tool buildid -w $WORK/b2929/_pkg_.a # internal
2025-08-20T23:01:10.8140429Z [00:03:33.075]➜  cp $WORK/b2927/_pkg_.a /root/.cache/go-build/01/019c45441c95a920ea58a1e9e39547917508ef0116a9364d45123cab94a172c5-d # internal
2025-08-20T23:01:10.8145976Z [00:03:33.075]➜  cp $WORK/b2929/_pkg_.a /root/.cache/go-build/ec/ece69ce73c171a72b16467c98393a98b7a3e69d645f0e5513ce6c4ba0822fe1a-d # internal
2025-08-20T23:01:10.8146728Z [00:03:33.075]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention
2025-08-20T23:01:10.8147131Z [00:03:33.075]➜  mkdir -p $WORK/b2933/
2025-08-20T23:01:10.8147757Z [00:03:33.076]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle
2025-08-20T23:01:10.8148240Z [00:03:33.076]➜  mkdir -p $WORK/b2934/
2025-08-20T23:01:10.8151483Z [00:03:33.076]➜  cat >/tmp/go-build2180205415/b2934/importcfg << 'EOF' # internal
2025-08-20T23:01:10.8152158Z [00:03:33.076]➜  # import config
2025-08-20T23:01:10.8152853Z [00:03:33.076]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.8153825Z [00:03:33.076]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.8154596Z [00:03:33.076]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.8155510Z [00:03:33.076]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.8156532Z [00:03:33.076]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.8158124Z [00:03:33.076]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.8159100Z [00:03:33.076]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.8159875Z [00:03:33.076]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.8160640Z [00:03:33.076]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.8161382Z [00:03:33.076]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.8161968Z [00:03:33.076]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.8162880Z [00:03:33.076]➜  EOF
2025-08-20T23:01:10.8166180Z [00:03:33.076]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2934/_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/b2934=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle -lang=go1.22 -complete -installsuffix shared -buildid DUbSdoU4yjhIfgx_qeDb/DUbSdoU4yjhIfgx_qeDb -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/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:01:10.8169058Z [00:03:33.077]➜  cat >/tmp/go-build2180205415/b2933/importcfg << 'EOF' # internal
2025-08-20T23:01:10.8169630Z [00:03:33.077]➜  # import config
2025-08-20T23:01:10.8170098Z [00:03:33.077]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.8171435Z [00:03:33.077]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.8171972Z [00:03:33.077]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.8172391Z [00:03:33.077]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.8173018Z [00:03:33.077]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.8173815Z [00:03:33.077]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.8174404Z [00:03:33.077]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.8174828Z [00:03:33.077]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.8175260Z [00:03:33.077]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.8175693Z [00:03:33.077]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.8176243Z [00:03:33.077]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.8181685Z [00:03:33.077]➜  EOF
2025-08-20T23:01:10.8184909Z [00:03:33.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2933/_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/b2933=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention -lang=go1.22 -complete -installsuffix shared -buildid zJ12tk9017M44zrP4v-j/zJ12tk9017M44zrP4v-j -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/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:01:10.8252443Z [00:03:33.086]➜  go tool buildid -w $WORK/b2931/_pkg_.a # internal
2025-08-20T23:01:10.8261373Z [00:03:33.087]➜  cp $WORK/b2931/_pkg_.a /root/.cache/go-build/01/01bb9a703b7679133593aacb44e6f8e86b10b18cc98bd0bf41d168e1d371e3e2-d # internal
2025-08-20T23:01:10.8265129Z [00:03:33.088]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats
2025-08-20T23:01:10.8274011Z [00:03:33.088]➜  mkdir -p $WORK/b2935/
2025-08-20T23:01:10.8274519Z [00:03:33.088]➜  cat >/tmp/go-build2180205415/b2935/importcfg << 'EOF' # internal
2025-08-20T23:01:10.8274900Z [00:03:33.088]➜  # import config
2025-08-20T23:01:10.8275249Z [00:03:33.088]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.8275707Z [00:03:33.088]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.8276369Z [00:03:33.088]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.8276791Z [00:03:33.088]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.8277722Z [00:03:33.088]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.8278518Z [00:03:33.088]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.8279081Z [00:03:33.088]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.8290484Z [00:03:33.088]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.8290945Z [00:03:33.088]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.8291374Z [00:03:33.088]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.8291807Z [00:03:33.088]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.8292118Z [00:03:33.088]➜  EOF
2025-08-20T23:01:10.8294958Z [00:03:33.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2935/_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/b2935=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats -lang=go1.22 -complete -installsuffix shared -buildid CjeZTnnl7EsZnM9Fz0ck/CjeZTnnl7EsZnM9Fz0ck -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/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:01:10.8616533Z [00:03:33.123]➜  go tool buildid -w $WORK/b2932/_pkg_.a # internal
2025-08-20T23:01:10.8628136Z [00:03:33.124]➜  cp $WORK/b2932/_pkg_.a /root/.cache/go-build/3e/3e3b09f1c2b04b7ab66ac734be1cfd10c25933830af89c811dd104a54a92f67b-d # internal
2025-08-20T23:01:10.8641801Z [00:03:33.125]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus
2025-08-20T23:01:10.8642655Z [00:03:33.125]➜  mkdir -p $WORK/b2936/
2025-08-20T23:01:10.8647670Z [00:03:33.126]➜  cat >/tmp/go-build2180205415/b2936/importcfg << 'EOF' # internal
2025-08-20T23:01:10.8648044Z [00:03:33.126]➜  # import config
2025-08-20T23:01:10.8648389Z [00:03:33.126]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.8648844Z [00:03:33.126]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.8649290Z [00:03:33.126]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.8649974Z [00:03:33.126]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.8650667Z [00:03:33.126]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.8651456Z [00:03:33.126]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.8652361Z [00:03:33.126]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build2180205415/b2399/_pkg_.a
2025-08-20T23:01:10.8653054Z [00:03:33.126]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.8653470Z [00:03:33.126]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.8653903Z [00:03:33.126]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.8654327Z [00:03:33.126]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.8654751Z [00:03:33.126]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.8655068Z [00:03:33.126]➜  EOF
2025-08-20T23:01:10.8661263Z [00:03:33.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2936/_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/b2936=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus -lang=go1.22 -complete -installsuffix shared -buildid z13LkgAz3jNaGHBLvp1B/z13LkgAz3jNaGHBLvp1B -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/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:01:10.8834627Z [00:03:33.145]➜  go tool buildid -w $WORK/b2933/_pkg_.a # internal
2025-08-20T23:01:10.8848517Z [00:03:33.146]➜  cp $WORK/b2933/_pkg_.a /root/.cache/go-build/b5/b5c5cd379f638ce3200452703fb387c4f51a6ddb666f1fdd1608236d4544731a-d # internal
2025-08-20T23:01:10.8861490Z [00:03:33.147]➜  go tool buildid -w $WORK/b2935/_pkg_.a # internal
2025-08-20T23:01:10.8864630Z [00:03:33.147]➜  go tool buildid -w $WORK/b2934/_pkg_.a # internal
2025-08-20T23:01:10.8868153Z [00:03:33.147]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle
2025-08-20T23:01:10.8868813Z [00:03:33.147]➜  mkdir -p $WORK/b2937/
2025-08-20T23:01:10.8869337Z [00:03:33.147]➜  cat >/tmp/go-build2180205415/b2937/importcfg << 'EOF' # internal
2025-08-20T23:01:10.8869701Z [00:03:33.147]➜  # import config
2025-08-20T23:01:10.8870042Z [00:03:33.147]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.8870468Z [00:03:33.147]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.8870915Z [00:03:33.147]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.8871361Z [00:03:33.147]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.8871777Z [00:03:33.147]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.8872407Z [00:03:33.147]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.8873198Z [00:03:33.147]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.8873772Z [00:03:33.147]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.8874470Z [00:03:33.147]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.8874917Z [00:03:33.147]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.8875343Z [00:03:33.147]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.8875874Z [00:03:33.147]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.8876249Z [00:03:33.147]➜  EOF
2025-08-20T23:01:10.8888853Z [00:03:33.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2937/_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/b2937=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle -lang=go1.22 -complete -installsuffix shared -buildid FqkKUqvWrz5AITWn6tES/FqkKUqvWrz5AITWn6tES -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/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:01:10.8892142Z [00:03:33.147]➜  cp $WORK/b2935/_pkg_.a /root/.cache/go-build/36/36900b848a8866ae87105cf60b6fa729810de199390ff687af9ed1e8f5b827a8-d # internal
2025-08-20T23:01:10.8892793Z [00:03:33.148]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/start
2025-08-20T23:01:10.8893152Z [00:03:33.148]➜  mkdir -p $WORK/b2938/
2025-08-20T23:01:10.8893551Z [00:03:33.148]➜  cat >/tmp/go-build2180205415/b2938/importcfg << 'EOF' # internal
2025-08-20T23:01:10.8893894Z [00:03:33.148]➜  # import config
2025-08-20T23:01:10.8894243Z [00:03:33.148]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.8894698Z [00:03:33.148]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.8895322Z [00:03:33.148]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.8895735Z [00:03:33.148]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.8896614Z [00:03:33.148]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.8897445Z [00:03:33.148]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.8898015Z [00:03:33.148]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.8898431Z [00:03:33.148]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.8898860Z [00:03:33.148]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.8899396Z [00:03:33.148]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.8899989Z [00:03:33.148]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.8900315Z [00:03:33.148]➜  EOF
2025-08-20T23:01:10.8902959Z [00:03:33.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2938/_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/b2938=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/start -lang=go1.22 -complete -installsuffix shared -buildid lvw62SF8yKIOn1VR6-xd/lvw62SF8yKIOn1VR6-xd -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/start/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/start/start.go
2025-08-20T23:01:10.8905585Z [00:03:33.149]➜  cp $WORK/b2934/_pkg_.a /root/.cache/go-build/30/307df5f7b144173366fe62fb3d7e4db8b58c48c08e1a63126db36b6ffd918464-d # internal
2025-08-20T23:01:10.8916030Z [00:03:33.152]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop
2025-08-20T23:01:10.8916469Z [00:03:33.152]➜  mkdir -p $WORK/b2939/
2025-08-20T23:01:10.8916850Z [00:03:33.152]➜  cat >/tmp/go-build2180205415/b2939/importcfg << 'EOF' # internal
2025-08-20T23:01:10.8917198Z [00:03:33.152]➜  # import config
2025-08-20T23:01:10.8917536Z [00:03:33.152]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.8917990Z [00:03:33.152]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.8918441Z [00:03:33.152]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.8918856Z [00:03:33.152]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.8919481Z [00:03:33.152]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.8920267Z [00:03:33.152]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.8923456Z [00:03:33.152]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.8923899Z [00:03:33.152]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.8924330Z [00:03:33.152]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.8924754Z [00:03:33.152]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.8925180Z [00:03:33.152]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.8925492Z [00:03:33.152]➜  EOF
2025-08-20T23:01:10.8928511Z [00:03:33.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2939/_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/b2939=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop -lang=go1.22 -complete -installsuffix shared -buildid 6a_hMWeqbmOkzw4Qu4nY/6a_hMWeqbmOkzw4Qu4nY -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/stop/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/stop/stop.go
2025-08-20T23:01:10.9298068Z [00:03:33.191]➜  go tool buildid -w $WORK/b2936/_pkg_.a # internal
2025-08-20T23:01:10.9299680Z [00:03:33.191]➜  cp $WORK/b2936/_pkg_.a /root/.cache/go-build/e2/e216ee9e0601f7c75212ea74a925f6b8a33f93bb97886274b34e026abaa17004-d # internal
2025-08-20T23:01:10.9314294Z [00:03:33.192]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository
2025-08-20T23:01:10.9314778Z [00:03:33.192]➜  mkdir -p $WORK/b2940/
2025-08-20T23:01:10.9335070Z [00:03:33.194]➜  cat >/tmp/go-build2180205415/b2940/importcfg << 'EOF' # internal
2025-08-20T23:01:10.9336011Z [00:03:33.195]➜  # import config
2025-08-20T23:01:10.9336832Z [00:03:33.195]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.9337703Z [00:03:33.195]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.9338216Z [00:03:33.195]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.9338638Z [00:03:33.195]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.9339268Z [00:03:33.195]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.9340057Z [00:03:33.195]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.9340749Z [00:03:33.195]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.9341237Z [00:03:33.195]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.9341671Z [00:03:33.195]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.9342107Z [00:03:33.195]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.9342540Z [00:03:33.195]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.9342856Z [00:03:33.195]➜  EOF
2025-08-20T23:01:10.9346121Z [00:03:33.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2940/_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/b2940=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository -lang=go1.22 -complete -installsuffix shared -buildid Tby94XszdWhGuRbiY3gv/Tby94XszdWhGuRbiY3gv -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/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:01:10.9490005Z [00:03:33.210]➜  go tool buildid -w $WORK/b2938/_pkg_.a # internal
2025-08-20T23:01:10.9500859Z [00:03:33.211]➜  cp $WORK/b2938/_pkg_.a /root/.cache/go-build/33/3336941daa8ef39f6098dd9b2e4a1909636f15bb425eabb6139f7bfb0034bdc0-d # internal
2025-08-20T23:01:10.9511180Z [00:03:33.212]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone
2025-08-20T23:01:10.9511687Z [00:03:33.212]➜  mkdir -p $WORK/b2941/
2025-08-20T23:01:10.9512476Z [00:03:33.212]➜  cat >/tmp/go-build2180205415/b2941/importcfg << 'EOF' # internal
2025-08-20T23:01:10.9513067Z [00:03:33.212]➜  # import config
2025-08-20T23:01:10.9513576Z [00:03:33.212]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.9514244Z [00:03:33.212]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.9514888Z [00:03:33.212]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.9515488Z [00:03:33.212]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.9516899Z [00:03:33.212]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.9517603Z [00:03:33.212]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.9518538Z [00:03:33.212]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.9519106Z [00:03:33.212]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.9519525Z [00:03:33.212]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.9519960Z [00:03:33.212]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.9520429Z [00:03:33.212]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.9520854Z [00:03:33.212]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.9521170Z [00:03:33.212]➜  EOF
2025-08-20T23:01:10.9524359Z [00:03:33.212]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2941/_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/b2941=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone -lang=go1.22 -complete -installsuffix shared -buildid I9nrccdflxSU2eAh0s9Z/I9nrccdflxSU2eAh0s9Z -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/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:01:10.9560948Z [00:03:33.217]➜  go tool buildid -w $WORK/b2937/_pkg_.a # internal
2025-08-20T23:01:10.9570721Z [00:03:33.218]➜  cp $WORK/b2937/_pkg_.a /root/.cache/go-build/6a/6aeb41283a1617998a3ac093b9b2374b33794e2270fe258b229eb2b9b78d38df-d # internal
2025-08-20T23:01:10.9577911Z [00:03:33.219]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create
2025-08-20T23:01:10.9580483Z [00:03:33.219]➜  mkdir -p $WORK/b2942/
2025-08-20T23:01:10.9581606Z [00:03:33.219]➜  cat >/tmp/go-build2180205415/b2942/importcfg << 'EOF' # internal
2025-08-20T23:01:10.9581968Z [00:03:33.219]➜  # import config
2025-08-20T23:01:10.9582310Z [00:03:33.219]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.9582736Z [00:03:33.219]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.9583188Z [00:03:33.219]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.9583650Z [00:03:33.219]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.9584068Z [00:03:33.219]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.9584702Z [00:03:33.219]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.9585498Z [00:03:33.219]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.9587831Z [00:03:33.219]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.9588271Z [00:03:33.219]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.9588707Z [00:03:33.219]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.9589133Z [00:03:33.219]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.9589580Z [00:03:33.219]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.9589907Z [00:03:33.219]➜  EOF
2025-08-20T23:01:10.9593270Z [00:03:33.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2942/_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/b2942=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create -lang=go1.22 -complete -installsuffix shared -buildid FIEU6BLYP4MLIrhOJ5b0/FIEU6BLYP4MLIrhOJ5b0 -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/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:01:10.9647327Z [00:03:33.226]➜  go tool buildid -w $WORK/b2939/_pkg_.a # internal
2025-08-20T23:01:10.9658606Z [00:03:33.227]➜  cp $WORK/b2939/_pkg_.a /root/.cache/go-build/4e/4e1036ba703114737c19df7f26ce70736920f42d8577e312dc82b8c67835b981-d # internal
2025-08-20T23:01:10.9665361Z [00:03:33.228]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository
2025-08-20T23:01:10.9666293Z [00:03:33.228]➜  mkdir -p $WORK/b2943/
2025-08-20T23:01:10.9666929Z [00:03:33.228]➜  cat >/tmp/go-build2180205415/b2943/importcfg << 'EOF' # internal
2025-08-20T23:01:10.9667584Z [00:03:33.228]➜  # import config
2025-08-20T23:01:10.9667935Z [00:03:33.228]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:10.9668365Z [00:03:33.228]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:10.9668818Z [00:03:33.228]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:10.9669264Z [00:03:33.228]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:10.9669680Z [00:03:33.228]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:10.9670415Z [00:03:33.228]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:10.9671308Z [00:03:33.228]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:10.9671884Z [00:03:33.228]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:10.9672306Z [00:03:33.228]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:10.9672739Z [00:03:33.228]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:10.9673165Z [00:03:33.228]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:10.9673586Z [00:03:33.228]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:10.9673905Z [00:03:33.228]➜  EOF
2025-08-20T23:01:10.9677550Z [00:03:33.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2943/_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/b2943=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository -lang=go1.22 -complete -installsuffix shared -buildid 2kygII1YkOeL3guc4Bvd/2kygII1YkOeL3guc4Bvd -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/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:01:11.0141661Z [00:03:33.275]➜  go tool buildid -w $WORK/b2940/_pkg_.a # internal
2025-08-20T23:01:11.0157527Z [00:03:33.277]➜  cp $WORK/b2940/_pkg_.a /root/.cache/go-build/58/58ebab1c6ad942cfe3f7a5f2c6784a2fca4018633e083abc5f05e99693cc0dd1-d # internal
2025-08-20T23:01:11.0171632Z [00:03:33.278]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete
2025-08-20T23:01:11.0172114Z [00:03:33.278]➜  mkdir -p $WORK/b2944/
2025-08-20T23:01:11.0188457Z [00:03:33.280]➜  cat >/tmp/go-build2180205415/b2944/importcfg << 'EOF' # internal
2025-08-20T23:01:11.0188850Z [00:03:33.280]➜  # import config
2025-08-20T23:01:11.0189435Z [00:03:33.280]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.0189980Z [00:03:33.280]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.0190609Z [00:03:33.280]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.0191029Z [00:03:33.280]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.0191663Z [00:03:33.280]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.0192466Z [00:03:33.280]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.0193031Z [00:03:33.280]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.0193450Z [00:03:33.280]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.0193877Z [00:03:33.280]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.0194307Z [00:03:33.280]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.0194932Z [00:03:33.280]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.0195254Z [00:03:33.280]➜  EOF
2025-08-20T23:01:11.0198320Z [00:03:33.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2944/_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/b2944=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete -lang=go1.22 -complete -installsuffix shared -buildid hZbC3JrDB9HepECk0HWF/hZbC3JrDB9HepECk0HWF -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/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/delete/response.go
2025-08-20T23:01:11.0252483Z [00:03:33.284]➜  go tool buildid -w $WORK/b2943/_pkg_.a # internal
2025-08-20T23:01:11.0253776Z [00:03:33.286]➜  cp $WORK/b2943/_pkg_.a /root/.cache/go-build/af/af770d0dd16e112f9344d93572df09d643fc21c0436c67e2b19fea8a42f92919-d # internal
2025-08-20T23:01:11.0254870Z [00:03:33.286]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository
2025-08-20T23:01:11.0255696Z [00:03:33.286]➜  mkdir -p $WORK/b2945/
2025-08-20T23:01:11.0256287Z [00:03:33.286]➜  cat >/tmp/go-build2180205415/b2945/importcfg << 'EOF' # internal
2025-08-20T23:01:11.0256657Z [00:03:33.286]➜  # import config
2025-08-20T23:01:11.0257025Z [00:03:33.286]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.0257483Z [00:03:33.286]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.0257930Z [00:03:33.286]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.0258347Z [00:03:33.286]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.0258988Z [00:03:33.286]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.0260085Z [00:03:33.286]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.0260656Z [00:03:33.286]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.0261075Z [00:03:33.286]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.0261503Z [00:03:33.286]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.0261946Z [00:03:33.286]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.0262370Z [00:03:33.286]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.0262688Z [00:03:33.286]➜  EOF
2025-08-20T23:01:11.0265929Z [00:03:33.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2945/_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/b2945=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository -lang=go1.22 -complete -installsuffix shared -buildid SWpw3L1vJOBG2rXq6Gw2/SWpw3L1vJOBG2rXq6Gw2 -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/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:01:11.0338488Z [00:03:33.295]➜  go tool buildid -w $WORK/b2941/_pkg_.a # internal
2025-08-20T23:01:11.0350312Z [00:03:33.296]➜  cp $WORK/b2941/_pkg_.a /root/.cache/go-build/b0/b0031f5727121b3ecc19a21853b336e18fc31295bbbb9b1d7a8c1ff3a81829c2-d # internal
2025-08-20T23:01:11.0352272Z [00:03:33.296]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get
2025-08-20T23:01:11.0352693Z [00:03:33.296]➜  mkdir -p $WORK/b2946/
2025-08-20T23:01:11.0356142Z [00:03:33.297]➜  cat >/tmp/go-build2180205415/b2946/importcfg << 'EOF' # internal
2025-08-20T23:01:11.0357065Z [00:03:33.297]➜  # import config
2025-08-20T23:01:11.0357708Z [00:03:33.297]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.0358191Z [00:03:33.297]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.0358641Z [00:03:33.297]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.0359056Z [00:03:33.297]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.0359946Z [00:03:33.297]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.0360795Z [00:03:33.297]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.0361651Z [00:03:33.297]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort=/tmp/go-build2180205415/b2947/_pkg_.a
2025-08-20T23:01:11.0362557Z [00:03:33.297]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder=/tmp/go-build2180205415/b2454/_pkg_.a
2025-08-20T23:01:11.0363188Z [00:03:33.297]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.0363606Z [00:03:33.297]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.0364036Z [00:03:33.297]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.0364463Z [00:03:33.297]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.0364893Z [00:03:33.297]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.0365209Z [00:03:33.297]➜  EOF
2025-08-20T23:01:11.0368056Z [00:03:33.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2946/_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/b2946=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get -lang=go1.22 -complete -installsuffix shared -buildid aEvy9Vl8DhijxAviT-Sk/aEvy9Vl8DhijxAviT-Sk -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/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/get/response.go
2025-08-20T23:01:11.0432563Z [00:03:33.304]➜  go tool buildid -w $WORK/b2942/_pkg_.a # internal
2025-08-20T23:01:11.0460815Z [00:03:33.307]➜  cp $WORK/b2942/_pkg_.a /root/.cache/go-build/1d/1d4734bbcf81c45f5a77e03a0903726af44daf29fe7d555b39444ee9ed3c4442-d # internal
2025-08-20T23:01:11.0462843Z [00:03:33.307]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository
2025-08-20T23:01:11.0463936Z [00:03:33.308]➜  mkdir -p $WORK/b2948/
2025-08-20T23:01:11.0490831Z [00:03:33.310]➜  cat >/tmp/go-build2180205415/b2948/importcfg << 'EOF' # internal
2025-08-20T23:01:11.0491713Z [00:03:33.310]➜  # import config
2025-08-20T23:01:11.0492081Z [00:03:33.310]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.0492512Z [00:03:33.310]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.0492966Z [00:03:33.310]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.0493411Z [00:03:33.310]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.0493824Z [00:03:33.310]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.0494477Z [00:03:33.310]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.0495261Z [00:03:33.310]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.0496045Z [00:03:33.310]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.0496519Z [00:03:33.310]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.0496956Z [00:03:33.310]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.0497379Z [00:03:33.310]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.0497809Z [00:03:33.310]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.0498121Z [00:03:33.310]➜  EOF
2025-08-20T23:01:11.0501203Z [00:03:33.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2948/_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/b2948=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository -lang=go1.22 -complete -installsuffix shared -buildid x9HClUR_qq4T8EtwesVi/x9HClUR_qq4T8EtwesVi -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/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:01:11.0930262Z [00:03:33.354]➜  go tool buildid -w $WORK/b2944/_pkg_.a # internal
2025-08-20T23:01:11.0936175Z [00:03:33.355]➜  cp $WORK/b2944/_pkg_.a /root/.cache/go-build/41/4137af42163c7aa9e0f4bfde03870799690cfd0190060bd2512dbe3de2ccb95d-d # internal
2025-08-20T23:01:11.0954041Z [00:03:33.356]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity
2025-08-20T23:01:11.0961064Z [00:03:33.356]➜  mkdir -p $WORK/b2949/
2025-08-20T23:01:11.0961481Z [00:03:33.357]➜  cat >/tmp/go-build2180205415/b2949/importcfg << 'EOF' # internal
2025-08-20T23:01:11.0961836Z [00:03:33.357]➜  # import config
2025-08-20T23:01:11.0962182Z [00:03:33.357]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.0962647Z [00:03:33.357]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.0963102Z [00:03:33.357]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.0963849Z [00:03:33.357]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.0964484Z [00:03:33.357]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.0965273Z [00:03:33.357]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.0965976Z [00:03:33.357]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.0966456Z [00:03:33.357]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.0966897Z [00:03:33.357]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.0967323Z [00:03:33.357]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.0967858Z [00:03:33.357]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.0968311Z [00:03:33.357]➜  EOF
2025-08-20T23:01:11.0971590Z [00:03:33.357]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2949/_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/b2949=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity -lang=go1.22 -complete -installsuffix shared -buildid O7DCUURlaPM-cDVwfAeu/O7DCUURlaPM-cDVwfAeu -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/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:01:11.1070525Z [00:03:33.368]➜  go tool buildid -w $WORK/b2945/_pkg_.a # internal
2025-08-20T23:01:11.1081822Z [00:03:33.369]➜  go tool buildid -w $WORK/b2946/_pkg_.a # internal
2025-08-20T23:01:11.1084948Z [00:03:33.369]➜  cp $WORK/b2945/_pkg_.a /root/.cache/go-build/1b/1bd0ca745fe6415198df9ff6f75303f0b43e770a2323ab57e6bbb4d132a3b12f-d # internal
2025-08-20T23:01:11.1089719Z [00:03:33.370]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore
2025-08-20T23:01:11.1096317Z [00:03:33.370]➜  mkdir -p $WORK/b2950/
2025-08-20T23:01:11.1097258Z [00:03:33.371]➜  go tool buildid -w $WORK/b2948/_pkg_.a # internal
2025-08-20T23:01:11.1098401Z [00:03:33.371]➜  cat >/tmp/go-build2180205415/b2950/importcfg << 'EOF' # internal
2025-08-20T23:01:11.1099017Z [00:03:33.371]➜  # import config
2025-08-20T23:01:11.1099468Z [00:03:33.371]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.1100051Z [00:03:33.371]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.1100647Z [00:03:33.371]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.1101929Z [00:03:33.371]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.1102358Z [00:03:33.371]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.1103011Z [00:03:33.371]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.1103799Z [00:03:33.371]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.1104361Z [00:03:33.371]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.1104780Z [00:03:33.371]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.1105210Z [00:03:33.371]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.1105637Z [00:03:33.371]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.1106278Z [00:03:33.371]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.1106601Z [00:03:33.371]➜  EOF
2025-08-20T23:01:11.1124791Z [00:03:33.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2950/_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/b2950=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore -lang=go1.22 -complete -installsuffix shared -buildid WgGsg6WFUc6m4sLuut0j/WgGsg6WFUc6m4sLuut0j -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/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:01:11.1128302Z [00:03:33.372]➜  cp $WORK/b2946/_pkg_.a /root/.cache/go-build/03/034c4322cbd55142395b7c7d48d553b3ad886a64849bdcd2bf93cec7a7a59680-d # internal
2025-08-20T23:01:11.1129115Z [00:03:33.373]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status
2025-08-20T23:01:11.1129499Z [00:03:33.373]➜  mkdir -p $WORK/b2951/
2025-08-20T23:01:11.1129872Z [00:03:33.373]➜  cat >/tmp/go-build2180205415/b2951/importcfg << 'EOF' # internal
2025-08-20T23:01:11.1130215Z [00:03:33.373]➜  # import config
2025-08-20T23:01:11.1130559Z [00:03:33.373]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.1131005Z [00:03:33.373]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.1131455Z [00:03:33.373]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.1131867Z [00:03:33.373]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.1132497Z [00:03:33.373]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.1133286Z [00:03:33.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.1133854Z [00:03:33.373]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.1134269Z [00:03:33.373]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.1134700Z [00:03:33.373]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.1135124Z [00:03:33.373]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.1135549Z [00:03:33.373]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.1136241Z [00:03:33.373]➜  EOF
2025-08-20T23:01:11.1139114Z [00:03:33.373]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2951/_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/b2951=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status -lang=go1.22 -complete -installsuffix shared -buildid d3cw4whkZH91e67zlAEP/d3cw4whkZH91e67zlAEP -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/status/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/status/status.go
2025-08-20T23:01:11.1148326Z [00:03:33.376]➜  cp $WORK/b2948/_pkg_.a /root/.cache/go-build/80/80dd2da8052095b6732a2193f26a3520349c7947273110785ccc6bf9f3935179-d # internal
2025-08-20T23:01:11.1154110Z [00:03:33.377]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository
2025-08-20T23:01:11.1155175Z [00:03:33.377]➜  mkdir -p $WORK/b2952/
2025-08-20T23:01:11.1164484Z [00:03:33.377]➜  cat >/tmp/go-build2180205415/b2952/importcfg << 'EOF' # internal
2025-08-20T23:01:11.1166826Z [00:03:33.377]➜  # import config
2025-08-20T23:01:11.1167238Z [00:03:33.377]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.1167708Z [00:03:33.377]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.1168523Z [00:03:33.377]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.1168944Z [00:03:33.377]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.1169581Z [00:03:33.377]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.1170375Z [00:03:33.377]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.1170948Z [00:03:33.377]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.1171368Z [00:03:33.377]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.1171799Z [00:03:33.377]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.1172332Z [00:03:33.378]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.1172905Z [00:03:33.378]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.1173231Z [00:03:33.378]➜  EOF
2025-08-20T23:01:11.1176557Z [00:03:33.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2952/_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/b2952=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository -lang=go1.22 -complete -installsuffix shared -buildid eJQrLIh-ZXkNIj2LRz9z/eJQrLIh-ZXkNIj2LRz9z -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/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:01:11.1712423Z [00:03:33.431]➜  go tool buildid -w $WORK/b2949/_pkg_.a # internal
2025-08-20T23:01:11.1721314Z [00:03:33.433]➜  cp $WORK/b2949/_pkg_.a /root/.cache/go-build/a8/a8d813eeeb3a9037271cddcb38e03424a48116220854af195d45d4b65adb32be-d # internal
2025-08-20T23:01:11.1740522Z [00:03:33.435]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor
2025-08-20T23:01:11.1741293Z [00:03:33.435]➜  mkdir -p $WORK/b2953/
2025-08-20T23:01:11.1753307Z [00:03:33.436]➜  cat >/tmp/go-build2180205415/b2953/importcfg << 'EOF' # internal
2025-08-20T23:01:11.1754017Z [00:03:33.436]➜  # import config
2025-08-20T23:01:11.1754902Z [00:03:33.436]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.1755588Z [00:03:33.436]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.1756529Z [00:03:33.436]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.1757716Z [00:03:33.436]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.1758153Z [00:03:33.436]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.1758791Z [00:03:33.436]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.1759588Z [00:03:33.436]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.1760151Z [00:03:33.436]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.1760571Z [00:03:33.436]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.1761006Z [00:03:33.436]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.1761430Z [00:03:33.436]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.1761854Z [00:03:33.436]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.1762169Z [00:03:33.436]➜  EOF
2025-08-20T23:01:11.1772877Z [00:03:33.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2953/_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/b2953=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor -lang=go1.22 -complete -installsuffix shared -buildid y4HxgBvmy8Lr6_QYjYcD/y4HxgBvmy8Lr6_QYjYcD -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/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:01:11.1776202Z [00:03:33.438]➜  go tool buildid -w $WORK/b2952/_pkg_.a # internal
2025-08-20T23:01:11.1783120Z [00:03:33.439]➜  cp $WORK/b2952/_pkg_.a /root/.cache/go-build/97/9708151407a740a9f2b1d7a501ead10ae30157da9d5f5d777e16eefd52a8006c-d # internal
2025-08-20T23:01:11.1789111Z [00:03:33.439]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync
2025-08-20T23:01:11.1789555Z [00:03:33.440]➜  mkdir -p $WORK/b2954/
2025-08-20T23:01:11.1794917Z [00:03:33.440]➜  cat >/tmp/go-build2180205415/b2954/importcfg << 'EOF' # internal
2025-08-20T23:01:11.1798492Z [00:03:33.441]➜  # import config
2025-08-20T23:01:11.1798930Z [00:03:33.441]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.1799392Z [00:03:33.441]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.1799853Z [00:03:33.441]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.1800270Z [00:03:33.441]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.1800901Z [00:03:33.441]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.1801700Z [00:03:33.441]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.1802274Z [00:03:33.441]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.1802698Z [00:03:33.441]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.1803127Z [00:03:33.441]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.1803553Z [00:03:33.441]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.1803980Z [00:03:33.441]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.1804298Z [00:03:33.441]➜  EOF
2025-08-20T23:01:11.1807443Z [00:03:33.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2954/_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/b2954=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync -lang=go1.22 -complete -installsuffix shared -buildid 1ku2_eRJR3PWs7oJWl3t/1ku2_eRJR3PWs7oJWl3t -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/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:01:11.1870511Z [00:03:33.448]➜  go tool buildid -w $WORK/b2951/_pkg_.a # internal
2025-08-20T23:01:11.1888222Z [00:03:33.450]➜  cp $WORK/b2951/_pkg_.a /root/.cache/go-build/57/574a9dc6a93dfee8d4ce9930610d0fef22be334b00c34cd7ea7775ea0610c2a2-d # internal
2025-08-20T23:01:11.1897348Z [00:03:33.451]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync
2025-08-20T23:01:11.1903437Z [00:03:33.451]➜  mkdir -p $WORK/b2955/
2025-08-20T23:01:11.1911108Z [00:03:33.452]➜  cat >/tmp/go-build2180205415/b2955/importcfg << 'EOF' # internal
2025-08-20T23:01:11.1911818Z [00:03:33.452]➜  # import config
2025-08-20T23:01:11.1912382Z [00:03:33.452]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.1913151Z [00:03:33.452]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.1914116Z [00:03:33.452]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.1914675Z [00:03:33.452]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.1916315Z [00:03:33.452]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.1917167Z [00:03:33.452]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.1917746Z [00:03:33.452]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.1918164Z [00:03:33.452]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.1918593Z [00:03:33.452]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.1919181Z [00:03:33.452]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.1919751Z [00:03:33.452]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.1920075Z [00:03:33.452]➜  EOF
2025-08-20T23:01:11.1935257Z [00:03:33.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2955/_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/b2955=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync -lang=go1.22 -complete -installsuffix shared -buildid XBnSPq1wleNP4ecMJCUK/XBnSPq1wleNP4ecMJCUK -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/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:01:11.2032986Z [00:03:33.464]➜  go tool buildid -w $WORK/b2950/_pkg_.a # internal
2025-08-20T23:01:11.2061590Z [00:03:33.467]➜  cp $WORK/b2950/_pkg_.a /root/.cache/go-build/79/7983764a1135953d173739e8ab261f033527d3b01a9ec089be3e997de1c8d167-d # internal
2025-08-20T23:01:11.2064425Z [00:03:33.467]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus
2025-08-20T23:01:11.2065975Z [00:03:33.467]➜  mkdir -p $WORK/b2956/
2025-08-20T23:01:11.2066792Z [00:03:33.468]➜  cat >/tmp/go-build2180205415/b2956/importcfg << 'EOF' # internal
2025-08-20T23:01:11.2067250Z [00:03:33.468]➜  # import config
2025-08-20T23:01:11.2067681Z [00:03:33.468]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.2068727Z [00:03:33.468]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.2069739Z [00:03:33.468]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.2070354Z [00:03:33.468]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.2071809Z [00:03:33.468]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.2072806Z [00:03:33.468]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.2073380Z [00:03:33.468]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.2073805Z [00:03:33.468]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.2074236Z [00:03:33.468]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.2074666Z [00:03:33.468]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.2075100Z [00:03:33.468]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.2075415Z [00:03:33.468]➜  EOF
2025-08-20T23:01:11.2078398Z [00:03:33.468]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2956/_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/b2956=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus -lang=go1.22 -complete -installsuffix shared -buildid Q7ch6G3HZ3ylwY_Pvqnm/Q7ch6G3HZ3ylwY_Pvqnm -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/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:01:11.2399294Z [00:03:33.500]➜  go tool buildid -w $WORK/b2954/_pkg_.a # internal
2025-08-20T23:01:11.2400092Z [00:03:33.501]➜  cp $WORK/b2954/_pkg_.a /root/.cache/go-build/f4/f40c806ecf801abfeeb6feccc7ef7a3b08d26e07e90414d882d8bf986529d66d-d # internal
2025-08-20T23:01:11.2434405Z [00:03:33.504]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/query
2025-08-20T23:01:11.2434888Z [00:03:33.504]➜  mkdir -p $WORK/b2957/
2025-08-20T23:01:11.2435555Z [00:03:33.504]➜  cat >/tmp/go-build2180205415/b2957/importcfg << 'EOF' # internal
2025-08-20T23:01:11.2436241Z [00:03:33.504]➜  # import config
2025-08-20T23:01:11.2436593Z [00:03:33.504]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.2437019Z [00:03:33.504]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.2437469Z [00:03:33.504]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.2437914Z [00:03:33.504]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.2438326Z [00:03:33.504]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.2438962Z [00:03:33.504]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.2439754Z [00:03:33.504]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.2440588Z [00:03:33.504]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat=/tmp/go-build2180205415/b2958/_pkg_.a
2025-08-20T23:01:11.2441224Z [00:03:33.504]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.2441641Z [00:03:33.504]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.2442071Z [00:03:33.504]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.2442496Z [00:03:33.504]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.2442919Z [00:03:33.504]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.2443234Z [00:03:33.504]➜  EOF
2025-08-20T23:01:11.2446423Z [00:03:33.504]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2957/_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/b2957=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/query -lang=go1.22 -complete -installsuffix shared -buildid TITOdoPpvG7C6IBJt3yb/TITOdoPpvG7C6IBJt3yb -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/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:01:11.2449331Z [00:03:33.506]➜  go tool buildid -w $WORK/b2953/_pkg_.a # internal
2025-08-20T23:01:11.2469613Z [00:03:33.508]➜  cp $WORK/b2953/_pkg_.a /root/.cache/go-build/e9/e917311ab958fb7dc8442dedcbba9f47af9c5510f29a744391e72171c40588f9-d # internal
2025-08-20T23:01:11.2485002Z [00:03:33.509]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate
2025-08-20T23:01:11.2495189Z [00:03:33.510]➜  mkdir -p $WORK/b2959/
2025-08-20T23:01:11.2495685Z [00:03:33.510]➜  cat >/tmp/go-build2180205415/b2959/importcfg << 'EOF' # internal
2025-08-20T23:01:11.2496239Z [00:03:33.510]➜  # import config
2025-08-20T23:01:11.2496591Z [00:03:33.510]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.2497316Z [00:03:33.510]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.2497775Z [00:03:33.510]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.2498223Z [00:03:33.510]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.2498635Z [00:03:33.510]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.2499275Z [00:03:33.510]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.2500066Z [00:03:33.510]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.2500634Z [00:03:33.510]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.2501151Z [00:03:33.510]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.2501722Z [00:03:33.510]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.2502161Z [00:03:33.510]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.2502587Z [00:03:33.510]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.2502898Z [00:03:33.510]➜  EOF
2025-08-20T23:01:11.2506116Z [00:03:33.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2959/_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/b2959=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate -lang=go1.22 -complete -installsuffix shared -buildid Q1vF8yY-bpfJdJ_em2gu/Q1vF8yY-bpfJdJ_em2gu -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/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:01:11.2594028Z [00:03:33.520]➜  go tool buildid -w $WORK/b2955/_pkg_.a # internal
2025-08-20T23:01:11.2605701Z [00:03:33.521]➜  cp $WORK/b2955/_pkg_.a /root/.cache/go-build/52/525ff7f2bdaeb04652a1cd875cd24b758707d1396ea0fa7b9525f01355902bdd-d # internal
2025-08-20T23:01:11.2607196Z [00:03:33.522]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates
2025-08-20T23:01:11.2607690Z [00:03:33.522]➜  mkdir -p $WORK/b2960/
2025-08-20T23:01:11.2611893Z [00:03:33.522]➜  cat >/tmp/go-build2180205415/b2960/importcfg << 'EOF' # internal
2025-08-20T23:01:11.2612354Z [00:03:33.522]➜  # import config
2025-08-20T23:01:11.2612711Z [00:03:33.522]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.2613175Z [00:03:33.522]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.2613629Z [00:03:33.522]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.2614060Z [00:03:33.522]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.2614688Z [00:03:33.522]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.2615480Z [00:03:33.522]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.2618330Z [00:03:33.522]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.2618769Z [00:03:33.522]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.2619203Z [00:03:33.522]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.2619628Z [00:03:33.522]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.2620055Z [00:03:33.522]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.2620375Z [00:03:33.522]➜  EOF
2025-08-20T23:01:11.2623156Z [00:03:33.522]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2960/_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/b2960=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates -lang=go1.22 -complete -installsuffix shared -buildid bYYusPpyuOWs-eXRKLq_/bYYusPpyuOWs-eXRKLq_ -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/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:01:11.2711288Z [00:03:33.532]➜  go tool buildid -w $WORK/b2956/_pkg_.a # internal
2025-08-20T23:01:11.2719865Z [00:03:33.533]➜  cp $WORK/b2956/_pkg_.a /root/.cache/go-build/f4/f4df31850b8119169e70f7fc6cbf81de18bb214aee3a3230736b01760be30979-d # internal
2025-08-20T23:01:11.2755626Z [00:03:33.537]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym
2025-08-20T23:01:11.2757237Z [00:03:33.537]➜  mkdir -p $WORK/b2961/
2025-08-20T23:01:11.2757902Z [00:03:33.537]➜  cat >/tmp/go-build2180205415/b2961/importcfg << 'EOF' # internal
2025-08-20T23:01:11.2758775Z [00:03:33.537]➜  # import config
2025-08-20T23:01:11.2761394Z [00:03:33.537]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.2764420Z [00:03:33.537]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.2767103Z [00:03:33.537]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.2767947Z [00:03:33.537]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.2768975Z [00:03:33.537]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.2771681Z [00:03:33.537]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.2773263Z [00:03:33.537]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.2774059Z [00:03:33.537]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.2774818Z [00:03:33.537]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.2775633Z [00:03:33.537]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.2776397Z [00:03:33.537]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.2777149Z [00:03:33.537]➜  EOF
2025-08-20T23:01:11.2780642Z [00:03:33.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2961/_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/b2961=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym -lang=go1.22 -complete -installsuffix shared -buildid e8NOjtfhjSvCdyVl3rfQ/e8NOjtfhjSvCdyVl3rfQ -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/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:01:11.3242698Z [00:03:33.585]➜  go tool buildid -w $WORK/b2960/_pkg_.a # internal
2025-08-20T23:01:11.3255522Z [00:03:33.587]➜  cp $WORK/b2960/_pkg_.a /root/.cache/go-build/25/25af715296cc86e8328d6880a485b3e3ef05bcef3b76d3adc797f0abb4e48558-d # internal
2025-08-20T23:01:11.3261427Z [00:03:33.587]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule
2025-08-20T23:01:11.3261876Z [00:03:33.587]➜  mkdir -p $WORK/b2962/
2025-08-20T23:01:11.3266037Z [00:03:33.588]➜  cat >/tmp/go-build2180205415/b2962/importcfg << 'EOF' # internal
2025-08-20T23:01:11.3267324Z [00:03:33.588]➜  # import config
2025-08-20T23:01:11.3268219Z [00:03:33.588]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.3269125Z [00:03:33.588]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.3269585Z [00:03:33.588]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.3270005Z [00:03:33.588]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.3270640Z [00:03:33.588]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.3271439Z [00:03:33.588]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.3272260Z [00:03:33.588]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:11.3272981Z [00:03:33.588]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.3273612Z [00:03:33.588]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.3274054Z [00:03:33.588]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.3274483Z [00:03:33.588]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.3274910Z [00:03:33.588]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.3275226Z [00:03:33.588]➜  EOF
2025-08-20T23:01:11.3290713Z [00:03:33.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2962/_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/b2962=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule -lang=go1.22 -complete -installsuffix shared -buildid 80-ckWXra1-z3RVIXcsD/80-ckWXra1-z3RVIXcsD -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/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:01:11.3352261Z [00:03:33.596]➜  go tool buildid -w $WORK/b2957/_pkg_.a # internal
2025-08-20T23:01:11.3368213Z [00:03:33.598]➜  cp $WORK/b2957/_pkg_.a /root/.cache/go-build/0f/0fc295b0976a007f9a4c1caeac65dcc86475906c3ac305a524d164db0ec3a74c-d # internal
2025-08-20T23:01:11.3370181Z [00:03:33.598]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym
2025-08-20T23:01:11.3370803Z [00:03:33.598]➜  mkdir -p $WORK/b2963/
2025-08-20T23:01:11.3374802Z [00:03:33.599]➜  cat >/tmp/go-build2180205415/b2963/importcfg << 'EOF' # internal
2025-08-20T23:01:11.3375193Z [00:03:33.599]➜  # import config
2025-08-20T23:01:11.3375545Z [00:03:33.599]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.3376143Z [00:03:33.599]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.3376606Z [00:03:33.599]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.3377028Z [00:03:33.599]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.3377659Z [00:03:33.599]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.3379475Z [00:03:33.599]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.3380135Z [00:03:33.599]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.3380573Z [00:03:33.599]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.3381006Z [00:03:33.599]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.3381434Z [00:03:33.599]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.3381865Z [00:03:33.599]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.3382186Z [00:03:33.599]➜  EOF
2025-08-20T23:01:11.3385266Z [00:03:33.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2963/_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/b2963=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym -lang=go1.22 -complete -installsuffix shared -buildid HBsMc0_YTU1zA9GJRmqP/HBsMc0_YTU1zA9GJRmqP -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/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:01:11.3402958Z [00:03:33.601]➜  go tool buildid -w $WORK/b2959/_pkg_.a # internal
2025-08-20T23:01:11.3450373Z [00:03:33.606]➜  cp $WORK/b2959/_pkg_.a /root/.cache/go-build/d9/d9b7965f90dc3086e40174eda401227cb81edbef57c1c5c1c7d1117acf9c3897-d # internal
2025-08-20T23:01:11.3456696Z [00:03:33.607]➜  go tool buildid -w $WORK/b2961/_pkg_.a # internal
2025-08-20T23:01:11.3458155Z [00:03:33.607]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule
2025-08-20T23:01:11.3459846Z [00:03:33.607]➜  mkdir -p $WORK/b2964/
2025-08-20T23:01:11.3463265Z [00:03:33.607]➜  cat >/tmp/go-build2180205415/b2964/importcfg << 'EOF' # internal
2025-08-20T23:01:11.3466989Z [00:03:33.607]➜  # import config
2025-08-20T23:01:11.3467581Z [00:03:33.607]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.3468126Z [00:03:33.607]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.3468581Z [00:03:33.607]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.3468996Z [00:03:33.607]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.3469631Z [00:03:33.607]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.3470432Z [00:03:33.607]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.3470999Z [00:03:33.607]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.3471416Z [00:03:33.607]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.3471846Z [00:03:33.607]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.3472438Z [00:03:33.607]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.3472979Z [00:03:33.607]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.3473300Z [00:03:33.607]➜  EOF
2025-08-20T23:01:11.3476410Z [00:03:33.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2964/_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/b2964=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule -lang=go1.22 -complete -installsuffix shared -buildid 8mCWz2d8y4L7VKBNENQ-/8mCWz2d8y4L7VKBNENQ- -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/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:01:11.3484480Z [00:03:33.610]➜  cp $WORK/b2961/_pkg_.a /root/.cache/go-build/52/528e004ab8c9ca90d03db35b2086270858b2bce1ba5f0794af6da40fc977dc45-d # internal
2025-08-20T23:01:11.3493296Z [00:03:33.610]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets
2025-08-20T23:01:11.3496442Z [00:03:33.610]➜  mkdir -p $WORK/b2965/
2025-08-20T23:01:11.3503935Z [00:03:33.611]➜  cat >/tmp/go-build2180205415/b2965/importcfg << 'EOF' # internal
2025-08-20T23:01:11.3508955Z [00:03:33.612]➜  # import config
2025-08-20T23:01:11.3510454Z [00:03:33.612]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.3510929Z [00:03:33.612]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.3511379Z [00:03:33.612]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.3511793Z [00:03:33.612]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.3512431Z [00:03:33.612]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.3513215Z [00:03:33.612]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.3513776Z [00:03:33.612]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.3514329Z [00:03:33.612]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.3514923Z [00:03:33.612]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.3515360Z [00:03:33.612]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.3516033Z [00:03:33.612]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.3516425Z [00:03:33.612]➜  EOF
2025-08-20T23:01:11.3519418Z [00:03:33.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2965/_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/b2965=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets -lang=go1.22 -complete -installsuffix shared -buildid JtJyzGi64c94FntiWSS5/JtJyzGi64c94FntiWSS5 -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/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:01:11.4008714Z [00:03:33.662]➜  go tool buildid -w $WORK/b2963/_pkg_.a # internal
2025-08-20T23:01:11.4018806Z [00:03:33.663]➜  cp $WORK/b2963/_pkg_.a /root/.cache/go-build/a5/a52c3d34348362ef170cb58d51c00c59121bf4f0f15df8801a0132cf9bd2e1e7-d # internal
2025-08-20T23:01:11.4030543Z [00:03:33.663]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym
2025-08-20T23:01:11.4030979Z [00:03:33.663]➜  mkdir -p $WORK/b2966/
2025-08-20T23:01:11.4031581Z [00:03:33.663]➜  cat >/tmp/go-build2180205415/b2966/importcfg << 'EOF' # internal
2025-08-20T23:01:11.4031987Z [00:03:33.663]➜  # import config
2025-08-20T23:01:11.4032329Z [00:03:33.663]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.4032757Z [00:03:33.663]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.4033221Z [00:03:33.663]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.4033675Z [00:03:33.663]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.4034098Z [00:03:33.663]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.4034738Z [00:03:33.663]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.4041674Z [00:03:33.663]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.4042522Z [00:03:33.663]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:11.4043139Z [00:03:33.663]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.4043556Z [00:03:33.663]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.4043992Z [00:03:33.663]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.4044424Z [00:03:33.663]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.4045081Z [00:03:33.663]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.4045399Z [00:03:33.663]➜  EOF
2025-08-20T23:01:11.4049185Z [00:03:33.663]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2966/_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/b2966=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym -lang=go1.22 -complete -installsuffix shared -buildid zPDW4pyiDasJ-pb7iOKT/zPDW4pyiDasJ-pb7iOKT -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/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:01:11.4052232Z [00:03:33.665]➜  go tool buildid -w $WORK/b2962/_pkg_.a # internal
2025-08-20T23:01:11.4055542Z [00:03:33.666]➜  go tool buildid -w $WORK/b2964/_pkg_.a # internal
2025-08-20T23:01:11.4064802Z [00:03:33.667]➜  cp $WORK/b2962/_pkg_.a /root/.cache/go-build/3c/3c926a289caa4cc1173abc146be84ba26435d824fbb3fd5975cd4897d7456e71-d # internal
2025-08-20T23:01:11.4067072Z [00:03:33.668]➜  cp $WORK/b2964/_pkg_.a /root/.cache/go-build/dc/dc352350554293779f4aeb704e7830c846aa765ae49dbd9c0dbc9c58dcd48036-d # internal
2025-08-20T23:01:11.4069003Z [00:03:33.668]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule
2025-08-20T23:01:11.4069483Z [00:03:33.668]➜  mkdir -p $WORK/b2967/
2025-08-20T23:01:11.4073418Z [00:03:33.668]➜  cat >/tmp/go-build2180205415/b2967/importcfg << 'EOF' # internal
2025-08-20T23:01:11.4074222Z [00:03:33.668]➜  # import config
2025-08-20T23:01:11.4078973Z [00:03:33.668]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.4079968Z [00:03:33.668]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.4080487Z [00:03:33.668]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.4080938Z [00:03:33.668]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.4081356Z [00:03:33.668]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.4081993Z [00:03:33.668]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.4082800Z [00:03:33.668]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.4083618Z [00:03:33.668]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:11.4084234Z [00:03:33.668]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.4084656Z [00:03:33.668]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.4085091Z [00:03:33.668]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.4085518Z [00:03:33.668]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.4086382Z [00:03:33.668]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.4086719Z [00:03:33.668]➜  EOF
2025-08-20T23:01:11.4090319Z [00:03:33.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2967/_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/b2967=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule -lang=go1.22 -complete -installsuffix shared -buildid rbidwUtbZuhYqlq5k1x1/rbidwUtbZuhYqlq5k1x1 -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/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:01:11.4093492Z [00:03:33.669]➜  github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel
2025-08-20T23:01:11.4094313Z [00:03:33.669]➜  mkdir -p $WORK/b2968/
2025-08-20T23:01:11.4094967Z [00:03:33.669]➜  cat >/tmp/go-build2180205415/b2968/importcfg << 'EOF' # internal
2025-08-20T23:01:11.4095378Z [00:03:33.669]➜  # import config
2025-08-20T23:01:11.4095714Z [00:03:33.669]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.4096259Z [00:03:33.669]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.4096721Z [00:03:33.669]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.4097411Z [00:03:33.669]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.4097843Z [00:03:33.669]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.4098472Z [00:03:33.669]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.4099259Z [00:03:33.669]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.4099820Z [00:03:33.669]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.4100398Z [00:03:33.669]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.4100916Z [00:03:33.669]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.4101366Z [00:03:33.669]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.4101796Z [00:03:33.669]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.4102115Z [00:03:33.669]➜  EOF
2025-08-20T23:01:11.4104782Z [00:03:33.669]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2968/_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/b2968=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel -lang=go1.22 -complete -installsuffix shared -buildid e5LxP741jFRKifGDnDOl/e5LxP741jFRKifGDnDOl -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/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:01:11.4107432Z [00:03:33.671]➜  go tool buildid -w $WORK/b2965/_pkg_.a # internal
2025-08-20T23:01:11.4112797Z [00:03:33.672]➜  cp $WORK/b2965/_pkg_.a /root/.cache/go-build/5a/5a2d0c29341a478b310a1666e1faf8eecad2939356ba6b669e0dcf6ba84d73be-d # internal
2025-08-20T23:01:11.4124950Z [00:03:33.674]➜  github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get
2025-08-20T23:01:11.4126828Z [00:03:33.674]➜  mkdir -p $WORK/b2969/
2025-08-20T23:01:11.4127331Z [00:03:33.674]➜  cat >/tmp/go-build2180205415/b2969/importcfg << 'EOF' # internal
2025-08-20T23:01:11.4127686Z [00:03:33.674]➜  # import config
2025-08-20T23:01:11.4128036Z [00:03:33.674]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.4128493Z [00:03:33.674]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.4128950Z [00:03:33.674]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.4129366Z [00:03:33.674]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.4129994Z [00:03:33.674]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.4131054Z [00:03:33.674]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.4131764Z [00:03:33.674]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.4132187Z [00:03:33.674]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.4132617Z [00:03:33.674]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.4133040Z [00:03:33.674]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.4133466Z [00:03:33.674]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.4133783Z [00:03:33.674]➜  EOF
2025-08-20T23:01:11.4136934Z [00:03:33.674]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2969/_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/b2969=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get -lang=go1.22 -complete -installsuffix shared -buildid HVxFFdnMxlnEfr2SoBW7/HVxFFdnMxlnEfr2SoBW7 -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/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:01:11.4701854Z [00:03:33.730]➜  go tool buildid -w $WORK/b2966/_pkg_.a # internal
2025-08-20T23:01:11.4702592Z [00:03:33.730]➜  cp $WORK/b2966/_pkg_.a /root/.cache/go-build/89/89ea4c286e7229addcc85ab0d48f23fd4bf995922e7fda7f0236685a98bf040c-d # internal
2025-08-20T23:01:11.4729108Z [00:03:33.733]➜  github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list
2025-08-20T23:01:11.4730956Z [00:03:33.733]➜  mkdir -p $WORK/b2970/
2025-08-20T23:01:11.4731371Z [00:03:33.733]➜  cat >/tmp/go-build2180205415/b2970/importcfg << 'EOF' # internal
2025-08-20T23:01:11.4731724Z [00:03:33.733]➜  # import config
2025-08-20T23:01:11.4732078Z [00:03:33.733]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.4737943Z [00:03:33.733]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.4745852Z [00:03:33.733]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.4746378Z [00:03:33.733]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.4746803Z [00:03:33.733]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.4747439Z [00:03:33.733]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.4748247Z [00:03:33.733]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.4749082Z [00:03:33.733]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby=/tmp/go-build2180205415/b2971/_pkg_.a
2025-08-20T23:01:11.4749708Z [00:03:33.733]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.4750134Z [00:03:33.733]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.4750573Z [00:03:33.733]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.4750999Z [00:03:33.733]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.4751423Z [00:03:33.733]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.4751738Z [00:03:33.733]➜  EOF
2025-08-20T23:01:11.4754592Z [00:03:33.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2970/_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/b2970=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list -lang=go1.22 -complete -installsuffix shared -buildid hfX7T3gfKz4wzym4xKyx/hfX7T3gfKz4wzym4xKyx -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/list/list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/tasks/list/response.go
2025-08-20T23:01:11.4757298Z [00:03:33.734]➜  go tool buildid -w $WORK/b2969/_pkg_.a # internal
2025-08-20T23:01:11.4757965Z [00:03:33.734]➜  cp $WORK/b2969/_pkg_.a /root/.cache/go-build/f3/f352343cfadc572535582c41b2d5117a12411f0621bdd254ecd8210ccb9e97ca-d # internal
2025-08-20T23:01:11.4758705Z [00:03:33.735]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure
2025-08-20T23:01:11.4759120Z [00:03:33.735]➜  mkdir -p $WORK/b2974/
2025-08-20T23:01:11.4759495Z [00:03:33.735]➜  cat >/tmp/go-build2180205415/b2974/importcfg << 'EOF' # internal
2025-08-20T23:01:11.4759838Z [00:03:33.735]➜  # import config
2025-08-20T23:01:11.4760171Z [00:03:33.735]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.4760590Z [00:03:33.735]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.4761043Z [00:03:33.735]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.4761707Z [00:03:33.735]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.4762128Z [00:03:33.735]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.4762749Z [00:03:33.735]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.4763533Z [00:03:33.735]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.4764100Z [00:03:33.735]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.4764599Z [00:03:33.735]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.4765146Z [00:03:33.735]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.4765577Z [00:03:33.735]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.4766223Z [00:03:33.735]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.4766550Z [00:03:33.735]➜  EOF
2025-08-20T23:01:11.4770016Z [00:03:33.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2974/_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/b2974=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure -lang=go1.22 -complete -installsuffix shared -buildid Er8mC7RQjRRrgAw65ce8/Er8mC7RQjRRrgAw65ce8 -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/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:01:11.4773071Z [00:03:33.738]➜  go tool buildid -w $WORK/b2968/_pkg_.a # internal
2025-08-20T23:01:11.4791178Z [00:03:33.740]➜  cp $WORK/b2968/_pkg_.a /root/.cache/go-build/08/08dcbc9d37011d3ffbf2293572bb3b675e02d05e4fec4097524faa507b1bb225-d # internal
2025-08-20T23:01:11.4817355Z [00:03:33.743]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern
2025-08-20T23:01:11.4818160Z [00:03:33.743]➜  mkdir -p $WORK/b2975/
2025-08-20T23:01:11.4819067Z [00:03:33.743]➜  cat >/tmp/go-build2180205415/b2975/importcfg << 'EOF' # internal
2025-08-20T23:01:11.4819508Z [00:03:33.743]➜  # import config
2025-08-20T23:01:11.4819905Z [00:03:33.743]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.4820347Z [00:03:33.743]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.4820857Z [00:03:33.743]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.4821606Z [00:03:33.743]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.4822166Z [00:03:33.743]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.4822921Z [00:03:33.743]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.4823713Z [00:03:33.743]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.4824277Z [00:03:33.743]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.4824693Z [00:03:33.743]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.4825127Z [00:03:33.743]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.4825552Z [00:03:33.743]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.4826121Z [00:03:33.743]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.4826442Z [00:03:33.743]➜  EOF
2025-08-20T23:01:11.4830147Z [00:03:33.743]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2975/_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/b2975=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern -lang=go1.22 -complete -installsuffix shared -buildid Oqsve3jj7l-BzewhSMzX/Oqsve3jj7l-BzewhSMzX -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/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:01:11.4833626Z [00:03:33.743]➜  go tool buildid -w $WORK/b2967/_pkg_.a # internal
2025-08-20T23:01:11.4834300Z [00:03:33.744]➜  cp $WORK/b2967/_pkg_.a /root/.cache/go-build/8b/8b9e14b6110bccc56c1362be5af6b7115723c71a34ac6662db6ea6e7272a4533-d # internal
2025-08-20T23:01:11.4835006Z [00:03:33.745]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform
2025-08-20T23:01:11.4835407Z [00:03:33.745]➜  mkdir -p $WORK/b2976/
2025-08-20T23:01:11.4836600Z [00:03:33.745]➜  cat >/tmp/go-build2180205415/b2976/importcfg << 'EOF' # internal
2025-08-20T23:01:11.4838442Z [00:03:33.745]➜  # import config
2025-08-20T23:01:11.4839290Z [00:03:33.745]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.4840303Z [00:03:33.745]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.4842047Z [00:03:33.745]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.4842787Z [00:03:33.745]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.4844002Z [00:03:33.745]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.4844818Z [00:03:33.745]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.4845693Z [00:03:33.745]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.4846324Z [00:03:33.745]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.4846763Z [00:03:33.745]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.4847190Z [00:03:33.745]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.4847628Z [00:03:33.745]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.4847944Z [00:03:33.745]➜  EOF
2025-08-20T23:01:11.4851068Z [00:03:33.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2976/_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/b2976=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform -lang=go1.22 -complete -installsuffix shared -buildid s0xBZyHUJrQTBvLHNQY6/s0xBZyHUJrQTBvLHNQY6 -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/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:01:11.5431242Z [00:03:33.804]➜  go tool buildid -w $WORK/b2976/_pkg_.a # internal
2025-08-20T23:01:11.5440068Z [00:03:33.805]➜  go tool buildid -w $WORK/b2974/_pkg_.a # internal
2025-08-20T23:01:11.5440930Z [00:03:33.805]➜  cp $WORK/b2976/_pkg_.a /root/.cache/go-build/a6/a677cba28e3b791bc6f9891a46f596a81dd7ebc6e8969dbed85a5938fcd5bfe2-d # internal
2025-08-20T23:01:11.5459944Z [00:03:33.805]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform
2025-08-20T23:01:11.5460796Z [00:03:33.805]➜  mkdir -p $WORK/b2978/
2025-08-20T23:01:11.5461295Z [00:03:33.806]➜  cat >/tmp/go-build2180205415/b2978/importcfg << 'EOF' # internal
2025-08-20T23:01:11.5461652Z [00:03:33.806]➜  # import config
2025-08-20T23:01:11.5462000Z [00:03:33.806]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.5462454Z [00:03:33.806]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.5462900Z [00:03:33.806]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.5463580Z [00:03:33.806]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.5464273Z [00:03:33.806]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.5465063Z [00:03:33.806]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.5465632Z [00:03:33.806]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.5473467Z [00:03:33.806]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.5474160Z [00:03:33.806]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.5474609Z [00:03:33.806]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.5475041Z [00:03:33.806]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.5475355Z [00:03:33.806]➜  EOF
2025-08-20T23:01:11.5478939Z [00:03:33.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2978/_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/b2978=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform -lang=go1.22 -complete -installsuffix shared -buildid oPfHDQOQk7AxZaxS7Lyw/oPfHDQOQk7AxZaxS7Lyw -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/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:01:11.5482163Z [00:03:33.806]➜  cp $WORK/b2974/_pkg_.a /root/.cache/go-build/f6/f6a0c924f87429a626a19e5ecce318696bbfe2287a9d4f4c46596be4854c6073-d # internal
2025-08-20T23:01:11.5482919Z [00:03:33.808]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats
2025-08-20T23:01:11.5483335Z [00:03:33.808]➜  mkdir -p $WORK/b2979/
2025-08-20T23:01:11.5483712Z [00:03:33.808]➜  cat >/tmp/go-build2180205415/b2979/importcfg << 'EOF' # internal
2025-08-20T23:01:11.5484059Z [00:03:33.808]➜  # import config
2025-08-20T23:01:11.5484397Z [00:03:33.808]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.5484957Z [00:03:33.808]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.5485537Z [00:03:33.808]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.5486139Z [00:03:33.808]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.5486779Z [00:03:33.808]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.5487571Z [00:03:33.808]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.5488139Z [00:03:33.808]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.5488559Z [00:03:33.808]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.5488988Z [00:03:33.808]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.5489409Z [00:03:33.808]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.5490202Z [00:03:33.808]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.5490594Z [00:03:33.808]➜  EOF
2025-08-20T23:01:11.5491090Z [00:03:33.808]➜  go tool buildid -w $WORK/b2975/_pkg_.a # internal
2025-08-20T23:01:11.5494881Z [00:03:33.808]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2979/_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/b2979=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats -lang=go1.22 -complete -installsuffix shared -buildid XQmgW9__9fVX9-SfWY8u/XQmgW9__9fVX9-SfWY8u -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/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:01:11.5499110Z [00:03:33.808]➜  cp $WORK/b2975/_pkg_.a /root/.cache/go-build/57/573197d2bf5bf54a162668eeeb726cc94c30dc9cb11da4736a4bddbbb928a9a6-d # internal
2025-08-20T23:01:11.5500184Z [00:03:33.809]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform
2025-08-20T23:01:11.5500655Z [00:03:33.809]➜  mkdir -p $WORK/b2980/
2025-08-20T23:01:11.5501234Z [00:03:33.809]➜  cat >/tmp/go-build2180205415/b2980/importcfg << 'EOF' # internal
2025-08-20T23:01:11.5501757Z [00:03:33.809]➜  # import config
2025-08-20T23:01:11.5502116Z [00:03:33.809]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.5502750Z [00:03:33.809]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.5503337Z [00:03:33.809]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.5503948Z [00:03:33.809]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.5504460Z [00:03:33.809]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.5505297Z [00:03:33.809]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.5506764Z [00:03:33.809]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.5507528Z [00:03:33.809]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.5507991Z [00:03:33.809]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.5508659Z [00:03:33.809]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.5509293Z [00:03:33.809]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.5509933Z [00:03:33.809]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.5510282Z [00:03:33.809]➜  EOF
2025-08-20T23:01:11.5514778Z [00:03:33.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2980/_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/b2980=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform -lang=go1.22 -complete -installsuffix shared -buildid RMl36HxqRSadDToo6Ld_/RMl36HxqRSadDToo6Ld_ -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/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:01:11.5527096Z [00:03:33.811]➜  go tool buildid -w $WORK/b2970/_pkg_.a # internal
2025-08-20T23:01:11.5529604Z [00:03:33.813]➜  cp $WORK/b2970/_pkg_.a /root/.cache/go-build/00/008152188cdfc3ae8373fb4a64b26d5fceed375944ecbb1c14f51a8b728bd8dd-d # internal
2025-08-20T23:01:11.5530344Z [00:03:33.813]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform
2025-08-20T23:01:11.5530758Z [00:03:33.813]➜  mkdir -p $WORK/b2981/
2025-08-20T23:01:11.5531160Z [00:03:33.814]➜  cat >/tmp/go-build2180205415/b2981/importcfg << 'EOF' # internal
2025-08-20T23:01:11.5531507Z [00:03:33.814]➜  # import config
2025-08-20T23:01:11.5531839Z [00:03:33.814]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.5532264Z [00:03:33.814]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.5532712Z [00:03:33.814]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.5533384Z [00:03:33.814]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.5533864Z [00:03:33.814]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.5534489Z [00:03:33.814]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.5535281Z [00:03:33.814]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.5536020Z [00:03:33.814]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.5536497Z [00:03:33.814]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.5536929Z [00:03:33.814]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.5537351Z [00:03:33.814]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.5537778Z [00:03:33.814]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.5538095Z [00:03:33.814]➜  EOF
2025-08-20T23:01:11.5553831Z [00:03:33.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2981/_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/b2981=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform -lang=go1.22 -complete -installsuffix shared -buildid OCESgzJZMrqxhBEG2hle/OCESgzJZMrqxhBEG2hle -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/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:01:11.6160911Z [00:03:33.877]➜  go tool buildid -w $WORK/b2979/_pkg_.a # internal
2025-08-20T23:01:11.6175721Z [00:03:33.879]➜  cp $WORK/b2979/_pkg_.a /root/.cache/go-build/86/866a84a40e9bc94df68fbbcc39867fe06d957c956c39ca5827aa9eae8e160ff3-d # internal
2025-08-20T23:01:11.6197341Z [00:03:33.881]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform
2025-08-20T23:01:11.6198157Z [00:03:33.881]➜  mkdir -p $WORK/b2982/
2025-08-20T23:01:11.6199912Z [00:03:33.881]➜  cat >/tmp/go-build2180205415/b2982/importcfg << 'EOF' # internal
2025-08-20T23:01:11.6200572Z [00:03:33.881]➜  # import config
2025-08-20T23:01:11.6201093Z [00:03:33.881]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.6203200Z [00:03:33.881]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.6205274Z [00:03:33.881]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.6205708Z [00:03:33.881]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.6206493Z [00:03:33.881]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.6207285Z [00:03:33.881]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.6219226Z [00:03:33.881]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.6219706Z [00:03:33.881]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.6220153Z [00:03:33.881]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.6220589Z [00:03:33.881]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.6221016Z [00:03:33.881]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.6221330Z [00:03:33.881]➜  EOF
2025-08-20T23:01:11.6224562Z [00:03:33.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2982/_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/b2982=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform -lang=go1.22 -complete -installsuffix shared -buildid op50OUOuU3iV3DkShush/op50OUOuU3iV3DkShush -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/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:01:11.6263389Z [00:03:33.887]➜  go tool buildid -w $WORK/b2980/_pkg_.a # internal
2025-08-20T23:01:11.6279393Z [00:03:33.889]➜  go tool buildid -w $WORK/b2978/_pkg_.a # internal
2025-08-20T23:01:11.6282252Z [00:03:33.889]➜  cp $WORK/b2978/_pkg_.a /root/.cache/go-build/ac/acbf92d7f10ca7949c00752248b4bddd4bdc0aff6fc9b4eb2489255cfc366135-d # internal
2025-08-20T23:01:11.6287207Z [00:03:33.889]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform
2025-08-20T23:01:11.6287659Z [00:03:33.889]➜  mkdir -p $WORK/b2983/
2025-08-20T23:01:11.6288042Z [00:03:33.890]➜  cat >/tmp/go-build2180205415/b2983/importcfg << 'EOF' # internal
2025-08-20T23:01:11.6288390Z [00:03:33.890]➜  # import config
2025-08-20T23:01:11.6288741Z [00:03:33.890]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.6289202Z [00:03:33.890]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.6289952Z [00:03:33.890]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.6290366Z [00:03:33.890]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.6290991Z [00:03:33.890]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.6291776Z [00:03:33.890]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.6292347Z [00:03:33.890]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.6292762Z [00:03:33.890]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.6293191Z [00:03:33.890]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.6293728Z [00:03:33.890]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.6301857Z [00:03:33.890]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.6302209Z [00:03:33.890]➜  EOF
2025-08-20T23:01:11.6305351Z [00:03:33.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2983/_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/b2983=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform -lang=go1.22 -complete -installsuffix shared -buildid tXUsx5YA9R_Ek_MDjvJH/tXUsx5YA9R_Ek_MDjvJH -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/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:01:11.6323079Z [00:03:33.893]➜  cp $WORK/b2980/_pkg_.a /root/.cache/go-build/53/5318186b39aff956adcf66dd6a2d499bc8c197d3a3af2d0904f5b2b7e9e7e72f-d # internal
2025-08-20T23:01:11.6335277Z [00:03:33.894]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform
2025-08-20T23:01:11.6335719Z [00:03:33.894]➜  mkdir -p $WORK/b2984/
2025-08-20T23:01:11.6346920Z [00:03:33.896]➜  cat >/tmp/go-build2180205415/b2984/importcfg << 'EOF' # internal
2025-08-20T23:01:11.6348677Z [00:03:33.896]➜  # import config
2025-08-20T23:01:11.6349041Z [00:03:33.896]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.6349731Z [00:03:33.896]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.6350221Z [00:03:33.896]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.6350635Z [00:03:33.896]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.6351265Z [00:03:33.896]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.6352059Z [00:03:33.896]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.6352630Z [00:03:33.896]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.6353043Z [00:03:33.896]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.6353474Z [00:03:33.896]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.6353899Z [00:03:33.896]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.6354329Z [00:03:33.896]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.6354644Z [00:03:33.896]➜  EOF
2025-08-20T23:01:11.6360441Z [00:03:33.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2984/_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/b2984=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform -lang=go1.22 -complete -installsuffix shared -buildid F31Z7gosb9plO6uqtVWN/F31Z7gosb9plO6uqtVWN -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/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:01:11.6380016Z [00:03:33.899]➜  go tool buildid -w $WORK/b2981/_pkg_.a # internal
2025-08-20T23:01:11.6403657Z [00:03:33.901]➜  cp $WORK/b2981/_pkg_.a /root/.cache/go-build/c7/c7cb5bfb26c01eeef03bcf07e3ef6119a4029fcfd5ec62db4510eaea7cfda6dd-d # internal
2025-08-20T23:01:11.6409695Z [00:03:33.902]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform
2025-08-20T23:01:11.6410371Z [00:03:33.902]➜  mkdir -p $WORK/b2985/
2025-08-20T23:01:11.6418727Z [00:03:33.903]➜  cat >/tmp/go-build2180205415/b2985/importcfg << 'EOF' # internal
2025-08-20T23:01:11.6420901Z [00:03:33.903]➜  # import config
2025-08-20T23:01:11.6421287Z [00:03:33.903]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.6421743Z [00:03:33.903]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.6422187Z [00:03:33.903]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.6422602Z [00:03:33.903]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.6424085Z [00:03:33.903]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.6424963Z [00:03:33.903]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.6425535Z [00:03:33.903]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.6426106Z [00:03:33.903]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.6426556Z [00:03:33.903]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.6426987Z [00:03:33.903]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.6427410Z [00:03:33.903]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.6427722Z [00:03:33.903]➜  EOF
2025-08-20T23:01:11.6432864Z [00:03:33.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2985/_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/b2985=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform -lang=go1.22 -complete -installsuffix shared -buildid hQUYBLTmyrX0bvnHS1cf/hQUYBLTmyrX0bvnHS1cf -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/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:01:11.6889657Z [00:03:33.950]➜  go tool buildid -w $WORK/b2983/_pkg_.a # internal
2025-08-20T23:01:11.6924773Z [00:03:33.953]➜  cp $WORK/b2983/_pkg_.a /root/.cache/go-build/a4/a43236755a250bc513b317de6b79ff4b0907fdb3078c47f0f47335b984ea78d0-d # internal
2025-08-20T23:01:11.6927094Z [00:03:33.954]➜  go tool buildid -w $WORK/b2982/_pkg_.a # internal
2025-08-20T23:01:11.6934384Z [00:03:33.954]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform
2025-08-20T23:01:11.6935462Z [00:03:33.954]➜  mkdir -p $WORK/b2986/
2025-08-20T23:01:11.6936055Z [00:03:33.954]➜  cat >/tmp/go-build2180205415/b2986/importcfg << 'EOF' # internal
2025-08-20T23:01:11.6936447Z [00:03:33.954]➜  # import config
2025-08-20T23:01:11.6936790Z [00:03:33.954]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.6937232Z [00:03:33.954]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.6938089Z [00:03:33.954]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.6938546Z [00:03:33.954]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.6938965Z [00:03:33.954]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.6939626Z [00:03:33.954]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.6940423Z [00:03:33.954]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.6940988Z [00:03:33.954]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.6941407Z [00:03:33.954]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.6941838Z [00:03:33.954]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.6942374Z [00:03:33.954]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.6942955Z [00:03:33.954]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.6943277Z [00:03:33.954]➜  EOF
2025-08-20T23:01:11.6946877Z [00:03:33.954]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2986/_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/b2986=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform -lang=go1.22 -complete -installsuffix shared -buildid JU6f13Kduux5vdhG10W3/JU6f13Kduux5vdhG10W3 -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/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:01:11.6976537Z [00:03:33.959]➜  cp $WORK/b2982/_pkg_.a /root/.cache/go-build/c7/c7f1cb5dedabf2bfe00473b6b938613a4a78d77bb18de335e30a484d57886d8e-d # internal
2025-08-20T23:01:11.6979679Z [00:03:33.959]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms
2025-08-20T23:01:11.6982102Z [00:03:33.959]➜  mkdir -p $WORK/b2987/
2025-08-20T23:01:11.6983608Z [00:03:33.959]➜  cat >/tmp/go-build2180205415/b2987/importcfg << 'EOF' # internal
2025-08-20T23:01:11.6999975Z [00:03:33.959]➜  # import config
2025-08-20T23:01:11.7000643Z [00:03:33.959]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.7001180Z [00:03:33.959]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.7001635Z [00:03:33.959]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.7002059Z [00:03:33.959]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.7002695Z [00:03:33.959]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.7003497Z [00:03:33.959]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.7004066Z [00:03:33.959]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.7004486Z [00:03:33.959]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.7004917Z [00:03:33.959]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.7005349Z [00:03:33.959]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.7005973Z [00:03:33.959]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.7006361Z [00:03:33.959]➜  EOF
2025-08-20T23:01:11.7009465Z [00:03:33.959]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2987/_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/b2987=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms -lang=go1.22 -complete -installsuffix shared -buildid irYxknOho8Jbk5cxow9C/irYxknOho8Jbk5cxow9C -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/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:01:11.7015016Z [00:03:33.963]➜  go tool buildid -w $WORK/b2985/_pkg_.a # internal
2025-08-20T23:01:11.7029749Z [00:03:33.964]➜  cp $WORK/b2985/_pkg_.a /root/.cache/go-build/6a/6a5e1b71c05516fcc546c3fbe9aa51fa32c623a336a84085da7738c85a09365c-d # internal
2025-08-20T23:01:11.7036947Z [00:03:33.965]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch
2025-08-20T23:01:11.7040287Z [00:03:33.965]➜  mkdir -p $WORK/b2988/
2025-08-20T23:01:11.7050767Z [00:03:33.966]➜  cat >/tmp/go-build2180205415/b2988/importcfg << 'EOF' # internal
2025-08-20T23:01:11.7051717Z [00:03:33.966]➜  # import config
2025-08-20T23:01:11.7052166Z [00:03:33.966]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.7052640Z [00:03:33.966]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.7053090Z [00:03:33.966]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.7053521Z [00:03:33.966]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.7054188Z [00:03:33.966]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.7054991Z [00:03:33.966]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.7055566Z [00:03:33.966]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.7056243Z [00:03:33.966]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.7056687Z [00:03:33.966]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.7057118Z [00:03:33.966]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.7057545Z [00:03:33.966]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.7057862Z [00:03:33.966]➜  EOF
2025-08-20T23:01:11.7066833Z [00:03:33.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2988/_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/b2988=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch -lang=go1.22 -complete -installsuffix shared -buildid iLCssBFTUrmntgEOpsLh/iLCssBFTUrmntgEOpsLh -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/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:01:11.7129879Z [00:03:33.974]➜  go tool buildid -w $WORK/b2984/_pkg_.a # internal
2025-08-20T23:01:11.7142183Z [00:03:33.975]➜  cp $WORK/b2984/_pkg_.a /root/.cache/go-build/69/69b852efda0e1bd666abc4a4e648d591b16b7946b589d79991ec2fc6ec0f90aa-d # internal
2025-08-20T23:01:11.7165591Z [00:03:33.978]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch
2025-08-20T23:01:11.7180379Z [00:03:33.978]➜  mkdir -p $WORK/b2989/
2025-08-20T23:01:11.7180812Z [00:03:33.978]➜  cat >/tmp/go-build2180205415/b2989/importcfg << 'EOF' # internal
2025-08-20T23:01:11.7181173Z [00:03:33.978]➜  # import config
2025-08-20T23:01:11.7181533Z [00:03:33.978]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.7181997Z [00:03:33.978]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.7182856Z [00:03:33.978]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.7183275Z [00:03:33.978]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.7183901Z [00:03:33.978]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.7184688Z [00:03:33.978]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.7185266Z [00:03:33.978]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.7185684Z [00:03:33.978]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.7186481Z [00:03:33.978]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.7187053Z [00:03:33.978]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.7187610Z [00:03:33.978]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.7187933Z [00:03:33.978]➜  EOF
2025-08-20T23:01:11.7190824Z [00:03:33.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2989/_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/b2989=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch -lang=go1.22 -complete -installsuffix shared -buildid 1hZMIKh4Zym-85U4W7Y2/1hZMIKh4Zym-85U4W7Y2 -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/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:01:11.7636872Z [00:03:34.025]➜  go tool buildid -w $WORK/b2987/_pkg_.a # internal
2025-08-20T23:01:11.7647372Z [00:03:34.026]➜  cp $WORK/b2987/_pkg_.a /root/.cache/go-build/2a/2a20217be8f6e6d9de8d4c6ba1dab04132047519455f5e31031c2c0268ca735a-d # internal
2025-08-20T23:01:11.7652588Z [00:03:34.026]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch
2025-08-20T23:01:11.7654317Z [00:03:34.027]➜  mkdir -p $WORK/b2990/
2025-08-20T23:01:11.7682519Z [00:03:34.029]➜  cat >/tmp/go-build2180205415/b2990/importcfg << 'EOF' # internal
2025-08-20T23:01:11.7683372Z [00:03:34.029]➜  # import config
2025-08-20T23:01:11.7683777Z [00:03:34.029]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.7684516Z [00:03:34.029]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.7685030Z [00:03:34.029]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.7685447Z [00:03:34.029]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.7686292Z [00:03:34.029]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.7687162Z [00:03:34.029]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.7687730Z [00:03:34.029]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.7688146Z [00:03:34.029]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.7688574Z [00:03:34.029]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.7688996Z [00:03:34.029]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.7689429Z [00:03:34.029]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.7689743Z [00:03:34.029]➜  EOF
2025-08-20T23:01:11.7692706Z [00:03:34.029]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2990/_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/b2990=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch -lang=go1.22 -complete -installsuffix shared -buildid F8xADQtCKDoIGWdnD-qT/F8xADQtCKDoIGWdnD-qT -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/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:01:11.7770850Z [00:03:34.038]➜  go tool buildid -w $WORK/b2988/_pkg_.a # internal
2025-08-20T23:01:11.7799821Z [00:03:34.040]➜  cp $WORK/b2988/_pkg_.a /root/.cache/go-build/0d/0d23551f3be8841faa8d38c64e23ab25c4d4a770054d4a071916cf434dfb3d03-d # internal
2025-08-20T23:01:11.7800585Z [00:03:34.040]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch
2025-08-20T23:01:11.7801252Z [00:03:34.040]➜  mkdir -p $WORK/b2991/
2025-08-20T23:01:11.7801779Z [00:03:34.040]➜  cat >/tmp/go-build2180205415/b2991/importcfg << 'EOF' # internal
2025-08-20T23:01:11.7802143Z [00:03:34.040]➜  # import config
2025-08-20T23:01:11.7802492Z [00:03:34.040]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.7802947Z [00:03:34.040]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.7803393Z [00:03:34.040]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.7803805Z [00:03:34.040]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.7804437Z [00:03:34.040]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.7805230Z [00:03:34.040]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.7805956Z [00:03:34.040]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.7806447Z [00:03:34.040]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.7806886Z [00:03:34.040]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.7807326Z [00:03:34.040]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.7807758Z [00:03:34.040]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.7808072Z [00:03:34.041]➜  EOF
2025-08-20T23:01:11.7811092Z [00:03:34.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2991/_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/b2991=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch -lang=go1.22 -complete -installsuffix shared -buildid ljpyck0sn56EBmECnTd6/ljpyck0sn56EBmECnTd6 -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/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:01:11.7820811Z [00:03:34.043]➜  go tool buildid -w $WORK/b2989/_pkg_.a # internal
2025-08-20T23:01:11.7832182Z [00:03:34.044]➜  cp $WORK/b2989/_pkg_.a /root/.cache/go-build/b2/b20ac4adae8483c134f6c2518e9bbc6ba72cdc5b06ec7d9b8d07c238cf8e7397-d # internal
2025-08-20T23:01:11.7832927Z [00:03:34.044]➜  go tool buildid -w $WORK/b2986/_pkg_.a # internal
2025-08-20T23:01:11.7841092Z [00:03:34.045]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch
2025-08-20T23:01:11.7843706Z [00:03:34.045]➜  mkdir -p $WORK/b2992/
2025-08-20T23:01:11.7849708Z [00:03:34.046]➜  cp $WORK/b2986/_pkg_.a /root/.cache/go-build/09/094c3e95c1f771a10ea4077566cea6fc64900a9321297639cf34f73f081433e4-d # internal
2025-08-20T23:01:11.7855907Z [00:03:34.046]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch
2025-08-20T23:01:11.7856400Z [00:03:34.046]➜  mkdir -p $WORK/b2995/
2025-08-20T23:01:11.7856790Z [00:03:34.047]➜  cat >/tmp/go-build2180205415/b2995/importcfg << 'EOF' # internal
2025-08-20T23:01:11.7857465Z [00:03:34.047]➜  # import config
2025-08-20T23:01:11.7857814Z [00:03:34.047]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.7858273Z [00:03:34.047]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.7861219Z [00:03:34.047]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.7861919Z [00:03:34.047]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.7862989Z [00:03:34.047]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.7864080Z [00:03:34.047]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.7865165Z [00:03:34.047]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.7866387Z [00:03:34.047]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.7868113Z [00:03:34.047]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.7868868Z [00:03:34.047]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.7869644Z [00:03:34.047]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.7870530Z [00:03:34.047]➜  EOF
2025-08-20T23:01:11.7870863Z [00:03:34.047]➜  cat >/tmp/go-build2180205415/b2992/importcfg << 'EOF' # internal
2025-08-20T23:01:11.7871209Z [00:03:34.047]➜  # import config
2025-08-20T23:01:11.7871552Z [00:03:34.047]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.7871976Z [00:03:34.047]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.7872425Z [00:03:34.047]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.7872874Z [00:03:34.047]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.7873292Z [00:03:34.047]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.7887182Z [00:03:34.047]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.7887994Z [00:03:34.047]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.7888875Z [00:03:34.047]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode=/tmp/go-build2180205415/b2993/_pkg_.a
2025-08-20T23:01:11.7889769Z [00:03:34.047]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.7890271Z [00:03:34.047]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.7890702Z [00:03:34.047]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.7891137Z [00:03:34.047]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.7891569Z [00:03:34.047]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.7891892Z [00:03:34.047]➜  EOF
2025-08-20T23:01:11.7894642Z [00:03:34.047]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2995/_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/b2995=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch -lang=go1.22 -complete -installsuffix shared -buildid dBtZpi0XWw2d-_3B7hX2/dBtZpi0XWw2d-_3B7hX2 -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/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:01:11.7900209Z [00:03:34.047]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2992/_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/b2992=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch -lang=go1.22 -complete -installsuffix shared -buildid GW_b3oPCuaKjvwbBORdj/GW_b3oPCuaKjvwbBORdj -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/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:01:11.8344262Z [00:03:34.095]➜  go tool buildid -w $WORK/b2990/_pkg_.a # internal
2025-08-20T23:01:11.8346093Z [00:03:34.095]➜  cp $WORK/b2990/_pkg_.a /root/.cache/go-build/99/9914b1830a3132c5259e4ffabe475db6d7560c420f6f401fe67fafa5296028df-d # internal
2025-08-20T23:01:11.8362813Z [00:03:34.097]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch
2025-08-20T23:01:11.8363643Z [00:03:34.097]➜  mkdir -p $WORK/b2996/
2025-08-20T23:01:11.8364286Z [00:03:34.097]➜  cat >/tmp/go-build2180205415/b2996/importcfg << 'EOF' # internal
2025-08-20T23:01:11.8364793Z [00:03:34.097]➜  # import config
2025-08-20T23:01:11.8366065Z [00:03:34.097]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.8366536Z [00:03:34.097]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.8367010Z [00:03:34.097]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.8367455Z [00:03:34.097]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.8367869Z [00:03:34.097]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.8368503Z [00:03:34.097]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.8369296Z [00:03:34.097]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.8369871Z [00:03:34.097]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.8370287Z [00:03:34.097]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.8370716Z [00:03:34.097]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.8371144Z [00:03:34.097]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.8371776Z [00:03:34.097]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.8372164Z [00:03:34.097]➜  EOF
2025-08-20T23:01:11.8375341Z [00:03:34.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2996/_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/b2996=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch -lang=go1.22 -complete -installsuffix shared -buildid LYVsH2LpbizDjNdP0fsR/LYVsH2LpbizDjNdP0fsR -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/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:01:11.8490385Z [00:03:34.109]➜  go tool buildid -w $WORK/b2991/_pkg_.a # internal
2025-08-20T23:01:11.8493974Z [00:03:34.110]➜  cp $WORK/b2991/_pkg_.a /root/.cache/go-build/08/08c1ec56b3c4b1e5dfd32076dcfb71ef04f502a3af8a1a716a1dbad1853c79a1-d # internal
2025-08-20T23:01:11.8496867Z [00:03:34.111]➜  go tool buildid -w $WORK/b2995/_pkg_.a # internal
2025-08-20T23:01:11.8504249Z [00:03:34.111]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches
2025-08-20T23:01:11.8509550Z [00:03:34.112]➜  mkdir -p $WORK/b2997/
2025-08-20T23:01:11.8513152Z [00:03:34.112]➜  cat >/tmp/go-build2180205415/b2997/importcfg << 'EOF' # internal
2025-08-20T23:01:11.8515344Z [00:03:34.112]➜  # import config
2025-08-20T23:01:11.8516276Z [00:03:34.112]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:11.8517812Z [00:03:34.112]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.8519111Z [00:03:34.112]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.8520205Z [00:03:34.112]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.8521097Z [00:03:34.112]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.8521780Z [00:03:34.112]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.8522820Z [00:03:34.112]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.8523548Z [00:03:34.112]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.8523984Z [00:03:34.112]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.8524418Z [00:03:34.112]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.8524850Z [00:03:34.112]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.8525279Z [00:03:34.112]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.8525595Z [00:03:34.112]➜  EOF
2025-08-20T23:01:11.8529091Z [00:03:34.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2997/_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/b2997=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches -lang=go1.22 -complete -installsuffix shared -buildid 8oxSQyX-yY99-CwAlP_J/8oxSQyX-yY99-CwAlP_J -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/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:01:11.8539139Z [00:03:34.115]➜  cp $WORK/b2995/_pkg_.a /root/.cache/go-build/c4/c47ca647ff71337b4b1ca1350d4fed357cc3c665c8a51ef1346fde625a0ae96a-d # internal
2025-08-20T23:01:11.8545950Z [00:03:34.116]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start
2025-08-20T23:01:11.8546616Z [00:03:34.116]➜  mkdir -p $WORK/b2998/
2025-08-20T23:01:11.8560543Z [00:03:34.116]➜  cat >/tmp/go-build2180205415/b2998/importcfg << 'EOF' # internal
2025-08-20T23:01:11.8560958Z [00:03:34.116]➜  # import config
2025-08-20T23:01:11.8561327Z [00:03:34.116]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.8561796Z [00:03:34.116]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.8562247Z [00:03:34.116]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.8562661Z [00:03:34.116]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.8563288Z [00:03:34.116]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.8564089Z [00:03:34.116]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.8564655Z [00:03:34.116]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.8565075Z [00:03:34.116]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.8565507Z [00:03:34.116]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.8566150Z [00:03:34.116]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.8566592Z [00:03:34.116]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.8567273Z [00:03:34.116]➜  EOF
2025-08-20T23:01:11.8569976Z [00:03:34.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2998/_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/b2998=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start -lang=go1.22 -complete -installsuffix shared -buildid LYh-7CS25BWTxAG5ODR7/LYh-7CS25BWTxAG5ODR7 -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/start/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/start/start.go
2025-08-20T23:01:11.8682690Z [00:03:34.129]➜  go tool buildid -w $WORK/b2992/_pkg_.a # internal
2025-08-20T23:01:11.8700808Z [00:03:34.131]➜  cp $WORK/b2992/_pkg_.a /root/.cache/go-build/fc/fc28a19b7781c0d615357aa6492c4d946ec05e1349675ef5f61f0ee8f82f0aa6-d # internal
2025-08-20T23:01:11.8704204Z [00:03:34.131]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats
2025-08-20T23:01:11.8705693Z [00:03:34.132]➜  mkdir -p $WORK/b2999/
2025-08-20T23:01:11.8712809Z [00:03:34.132]➜  cat >/tmp/go-build2180205415/b2999/importcfg << 'EOF' # internal
2025-08-20T23:01:11.8713656Z [00:03:34.132]➜  # import config
2025-08-20T23:01:11.8714102Z [00:03:34.132]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.8714799Z [00:03:34.132]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.8715310Z [00:03:34.132]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.8715725Z [00:03:34.132]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.8716559Z [00:03:34.132]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.8717380Z [00:03:34.132]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.8717944Z [00:03:34.132]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.8718358Z [00:03:34.132]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.8718788Z [00:03:34.132]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.8719237Z [00:03:34.132]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.8719668Z [00:03:34.132]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.8719983Z [00:03:34.132]➜  EOF
2025-08-20T23:01:11.8729358Z [00:03:34.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2999/_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/b2999=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats -lang=go1.22 -complete -installsuffix shared -buildid W5L1QV66Pk92ir8SSbTo/W5L1QV66Pk92ir8SSbTo -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/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/stats/stats.go
2025-08-20T23:01:11.9260898Z [00:03:34.187]➜  go tool buildid -w $WORK/b2996/_pkg_.a # internal
2025-08-20T23:01:11.9266921Z [00:03:34.188]➜  go tool buildid -w $WORK/b2998/_pkg_.a # internal
2025-08-20T23:01:11.9270098Z [00:03:34.188]➜  go tool buildid -w $WORK/b2997/_pkg_.a # internal
2025-08-20T23:01:11.9273175Z [00:03:34.188]➜  cp $WORK/b2996/_pkg_.a /root/.cache/go-build/3f/3f2934fc05b69a007f51ae5ab7edb21c3c8fa1cd7eeb1ded1aa30b676b7f0bf9-d # internal
2025-08-20T23:01:11.9276807Z [00:03:34.189]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop
2025-08-20T23:01:11.9277276Z [00:03:34.189]➜  mkdir -p $WORK/b3000/
2025-08-20T23:01:11.9280557Z [00:03:34.189]➜  cat >/tmp/go-build2180205415/b3000/importcfg << 'EOF' # internal
2025-08-20T23:01:11.9281587Z [00:03:34.189]➜  # import config
2025-08-20T23:01:11.9282223Z [00:03:34.189]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.9283217Z [00:03:34.189]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.9284011Z [00:03:34.189]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.9284627Z [00:03:34.189]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.9285601Z [00:03:34.189]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.9288035Z [00:03:34.189]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.9288883Z [00:03:34.189]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.9289321Z [00:03:34.189]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.9289754Z [00:03:34.189]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.9290183Z [00:03:34.189]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.9290609Z [00:03:34.189]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.9290925Z [00:03:34.189]➜  EOF
2025-08-20T23:01:11.9293722Z [00:03:34.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3000/_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/b3000=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop -lang=go1.22 -complete -installsuffix shared -buildid nOObNAHfOSPrwMqKYwa6/nOObNAHfOSPrwMqKYwa6 -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/stop/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/stop/stop.go
2025-08-20T23:01:11.9299914Z [00:03:34.191]➜  go tool buildid -w $WORK/b2999/_pkg_.a # internal
2025-08-20T23:01:11.9300947Z [00:03:34.191]➜  cp $WORK/b2998/_pkg_.a /root/.cache/go-build/f0/f0cfa601c8ef5bf0286e07e810b6f289397290968409a9aa485cd2cc772b3423-d # internal
2025-08-20T23:01:11.9302305Z [00:03:34.191]➜  github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info
2025-08-20T23:01:11.9302793Z [00:03:34.191]➜  mkdir -p $WORK/b3002/
2025-08-20T23:01:11.9309806Z [00:03:34.192]➜  cat >/tmp/go-build2180205415/b3002/importcfg << 'EOF' # internal
2025-08-20T23:01:11.9313030Z [00:03:34.192]➜  # import config
2025-08-20T23:01:11.9314391Z [00:03:34.192]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.9314920Z [00:03:34.192]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.9315409Z [00:03:34.192]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.9316004Z [00:03:34.192]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.9316859Z [00:03:34.192]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.9317871Z [00:03:34.192]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.9318933Z [00:03:34.192]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory=/tmp/go-build2180205415/b3003/_pkg_.a
2025-08-20T23:01:11.9319587Z [00:03:34.192]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.9320008Z [00:03:34.192]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.9320690Z [00:03:34.192]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.9321345Z [00:03:34.192]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.9322141Z [00:03:34.192]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.9322476Z [00:03:34.192]➜  EOF
2025-08-20T23:01:11.9325109Z [00:03:34.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3002/_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/b3002=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info -lang=go1.22 -complete -installsuffix shared -buildid xAqIT7ImPgJmI6Y7q5J-/xAqIT7ImPgJmI6Y7q5J- -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/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:01:11.9327993Z [00:03:34.193]➜  cp $WORK/b2997/_pkg_.a /root/.cache/go-build/f9/f957aff129eb40c4bbc983b5385ca7c38238ffb08afdc997715d3d181f5262e5-d # internal
2025-08-20T23:01:11.9329098Z [00:03:34.193]➜  cp $WORK/b2999/_pkg_.a /root/.cache/go-build/29/294ecb0e54bd077762ece75e6a1bbe37b4e52e04dedec7d77db5ebad3712665e-d # internal
2025-08-20T23:01:11.9329760Z [00:03:34.193]➜  github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage
2025-08-20T23:01:11.9330123Z [00:03:34.193]➜  mkdir -p $WORK/b3004/
2025-08-20T23:01:11.9330496Z [00:03:34.193]➜  cat >/tmp/go-build2180205415/b3004/importcfg << 'EOF' # internal
2025-08-20T23:01:11.9330844Z [00:03:34.193]➜  # import config
2025-08-20T23:01:11.9331274Z [00:03:34.193]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.9331801Z [00:03:34.193]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:11.9332244Z [00:03:34.193]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:11.9332661Z [00:03:34.193]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:11.9333289Z [00:03:34.193]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.9334080Z [00:03:34.193]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:11.9334645Z [00:03:34.193]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:11.9335059Z [00:03:34.193]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:11.9335487Z [00:03:34.193]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:11.9336145Z [00:03:34.193]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:11.9336639Z [00:03:34.193]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:11.9336955Z [00:03:34.193]➜  EOF
2025-08-20T23:01:11.9339577Z [00:03:34.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b3004/_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/b3004=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage -lang=go1.22 -complete -installsuffix shared -buildid pLNiK-XjFfHN7_Iktuf5/pLNiK-XjFfHN7_Iktuf5 -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/usage/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/xpack/usage/usage.go
2025-08-20T23:01:11.9777637Z [00:03:34.236]➜  go tool buildid -w $WORK/b3000/_pkg_.a # internal
2025-08-20T23:01:11.9778414Z [00:03:34.237]➜  cp $WORK/b3000/_pkg_.a /root/.cache/go-build/7e/7e0baa76ef3ed2c7cc2973f91784c332a4f1459d7444557be0d2048f9fcb3cc9-d # internal
2025-08-20T23:01:11.9838929Z [00:03:34.245]➜  go tool buildid -w $WORK/b3002/_pkg_.a # internal
2025-08-20T23:01:11.9848933Z [00:03:34.246]➜  cp $WORK/b3002/_pkg_.a /root/.cache/go-build/5c/5ceb4967d2daf1dd30ee2a36734cfd9d81bc02c0d125fc54dddaebf72503ac09-d # internal
2025-08-20T23:01:11.9908269Z [00:03:34.252]➜  go tool buildid -w $WORK/b3004/_pkg_.a # internal
2025-08-20T23:01:11.9918854Z [00:03:34.253]➜  cp $WORK/b3004/_pkg_.a /root/.cache/go-build/cc/ccb14fcceaf68615f094eee3341612892615d3b69304597d927cfbbb7c98d3e2-d # internal
2025-08-20T23:01:11.9927396Z [00:03:34.254]➜  github.com/elastic/go-elasticsearch/v8/typedapi
2025-08-20T23:01:11.9927759Z [00:03:34.254]➜  mkdir -p $WORK/b2289/
2025-08-20T23:01:11.9933157Z [00:03:34.254]➜  cat >/tmp/go-build2180205415/b2289/importcfg << 'EOF' # internal
2025-08-20T23:01:11.9938050Z [00:03:34.254]➜  # import config
2025-08-20T23:01:11.9938891Z [00:03:34.254]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:11.9940121Z [00:03:34.254]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:11.9944177Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete=/tmp/go-build2180205415/b2290/_pkg_.a
2025-08-20T23:01:11.9947142Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get=/tmp/go-build2180205415/b2484/_pkg_.a
2025-08-20T23:01:11.9948138Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status=/tmp/go-build2180205415/b2485/_pkg_.a
2025-08-20T23:01:11.9949102Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit=/tmp/go-build2180205415/b2486/_pkg_.a
2025-08-20T23:01:11.9950361Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy=/tmp/go-build2180205415/b2487/_pkg_.a
2025-08-20T23:01:11.9951546Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity=/tmp/go-build2180205415/b2488/_pkg_.a
2025-08-20T23:01:11.9952682Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy=/tmp/go-build2180205415/b2489/_pkg_.a
2025-08-20T23:01:11.9953811Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy=/tmp/go-build2180205415/b2490/_pkg_.a
2025-08-20T23:01:11.9954715Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/capabilities=/tmp/go-build2180205415/b2491/_pkg_.a
2025-08-20T23:01:11.9955528Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases=/tmp/go-build2180205415/b2492/_pkg_.a
2025-08-20T23:01:11.9956571Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation=/tmp/go-build2180205415/b2493/_pkg_.a
2025-08-20T23:01:11.9957450Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates=/tmp/go-build2180205415/b2495/_pkg_.a
2025-08-20T23:01:11.9958300Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/count=/tmp/go-build2180205415/b2496/_pkg_.a
2025-08-20T23:01:11.9959111Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata=/tmp/go-build2180205415/b2497/_pkg_.a
2025-08-20T23:01:11.9959915Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/health=/tmp/go-build2180205415/b2498/_pkg_.a
2025-08-20T23:01:11.9960698Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/help=/tmp/go-build2180205415/b2500/_pkg_.a
2025-08-20T23:01:11.9961490Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices=/tmp/go-build2180205415/b2501/_pkg_.a
2025-08-20T23:01:11.9962288Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/master=/tmp/go-build2180205415/b2502/_pkg_.a
2025-08-20T23:01:11.9963289Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds=/tmp/go-build2180205415/b2503/_pkg_.a
2025-08-20T23:01:11.9964256Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics=/tmp/go-build2180205415/b2504/_pkg_.a
2025-08-20T23:01:11.9965256Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs=/tmp/go-build2180205415/b2505/_pkg_.a
2025-08-20T23:01:11.9966260Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels=/tmp/go-build2180205415/b2506/_pkg_.a
2025-08-20T23:01:11.9967171Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs=/tmp/go-build2180205415/b2507/_pkg_.a
2025-08-20T23:01:11.9967980Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes=/tmp/go-build2180205415/b2508/_pkg_.a
2025-08-20T23:01:11.9968799Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks=/tmp/go-build2180205415/b2509/_pkg_.a
2025-08-20T23:01:11.9969628Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins=/tmp/go-build2180205415/b2510/_pkg_.a
2025-08-20T23:01:11.9970619Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery=/tmp/go-build2180205415/b2511/_pkg_.a
2025-08-20T23:01:11.9971453Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories=/tmp/go-build2180205415/b2512/_pkg_.a
2025-08-20T23:01:11.9972279Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments=/tmp/go-build2180205415/b2513/_pkg_.a
2025-08-20T23:01:11.9973165Z [00:03:34.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards=/tmp/go-build2180205415/b2514/_pkg_.a
2025-08-20T23:01:11.9974036Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots=/tmp/go-build2180205415/b2515/_pkg_.a
2025-08-20T23:01:11.9974844Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks=/tmp/go-build2180205415/b2516/_pkg_.a
2025-08-20T23:01:11.9975648Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates=/tmp/go-build2180205415/b2517/_pkg_.a
2025-08-20T23:01:11.9976728Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool=/tmp/go-build2180205415/b2518/_pkg_.a
2025-08-20T23:01:11.9977572Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms=/tmp/go-build2180205415/b2519/_pkg_.a
2025-08-20T23:01:11.9978469Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern=/tmp/go-build2180205415/b2520/_pkg_.a
2025-08-20T23:01:11.9979344Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow=/tmp/go-build2180205415/b2521/_pkg_.a
2025-08-20T23:01:11.9980157Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo=/tmp/go-build2180205415/b2522/_pkg_.a
2025-08-20T23:01:11.9980992Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats=/tmp/go-build2180205415/b2523/_pkg_.a
2025-08-20T23:01:11.9982026Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower=/tmp/go-build2180205415/b2524/_pkg_.a
2025-08-20T23:01:11.9982921Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern=/tmp/go-build2180205415/b2525/_pkg_.a
2025-08-20T23:01:11.9983847Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern=/tmp/go-build2180205415/b2526/_pkg_.a
2025-08-20T23:01:11.9984736Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow=/tmp/go-build2180205415/b2527/_pkg_.a
2025-08-20T23:01:11.9985616Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern=/tmp/go-build2180205415/b2528/_pkg_.a
2025-08-20T23:01:11.9986841Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern=/tmp/go-build2180205415/b2529/_pkg_.a
2025-08-20T23:01:11.9987851Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow=/tmp/go-build2180205415/b2530/_pkg_.a
2025-08-20T23:01:11.9988663Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats=/tmp/go-build2180205415/b2531/_pkg_.a
2025-08-20T23:01:11.9989465Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow=/tmp/go-build2180205415/b2532/_pkg_.a
2025-08-20T23:01:11.9990343Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain=/tmp/go-build2180205415/b2533/_pkg_.a
2025-08-20T23:01:11.9991297Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate=/tmp/go-build2180205415/b2534/_pkg_.a
2025-08-20T23:01:11.9992305Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions=/tmp/go-build2180205415/b2535/_pkg_.a
2025-08-20T23:01:11.9993313Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate=/tmp/go-build2180205415/b2536/_pkg_.a
2025-08-20T23:01:11.9994280Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate=/tmp/go-build2180205415/b2537/_pkg_.a
2025-08-20T23:01:11.9995191Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings=/tmp/go-build2180205415/b2538/_pkg_.a
2025-08-20T23:01:11.9996248Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health=/tmp/go-build2180205415/b2539/_pkg_.a
2025-08-20T23:01:11.9997143Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info=/tmp/go-build2180205415/b2542/_pkg_.a
2025-08-20T23:01:11.9997993Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks=/tmp/go-build2180205415/b2543/_pkg_.a
2025-08-20T23:01:11.9998946Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions=/tmp/go-build2180205415/b2544/_pkg_.a
2025-08-20T23:01:11.9999929Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate=/tmp/go-build2180205415/b2545/_pkg_.a
2025-08-20T23:01:12.0000836Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings=/tmp/go-build2180205415/b2546/_pkg_.a
2025-08-20T23:01:12.0001705Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo=/tmp/go-build2180205415/b2547/_pkg_.a
2025-08-20T23:01:12.0002553Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute=/tmp/go-build2180205415/b2548/_pkg_.a
2025-08-20T23:01:12.0003383Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state=/tmp/go-build2180205415/b2549/_pkg_.a
2025-08-20T23:01:12.0004203Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats=/tmp/go-build2180205415/b2550/_pkg_.a
2025-08-20T23:01:12.0005246Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin=/tmp/go-build2180205415/b2551/_pkg_.a
2025-08-20T23:01:12.0006292Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete=/tmp/go-build2180205415/b2552/_pkg_.a
2025-08-20T23:01:12.0007172Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/get=/tmp/go-build2180205415/b2553/_pkg_.a
2025-08-20T23:01:12.0008022Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync=/tmp/go-build2180205415/b2554/_pkg_.a
2025-08-20T23:01:12.0008865Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/list=/tmp/go-build2180205415/b2555/_pkg_.a
2025-08-20T23:01:12.0009800Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/post=/tmp/go-build2180205415/b2556/_pkg_.a
2025-08-20T23:01:12.0010806Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/put=/tmp/go-build2180205415/b2557/_pkg_.a
2025-08-20T23:01:12.0011657Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost=/tmp/go-build2180205415/b2558/_pkg_.a
2025-08-20T23:01:12.0012553Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel=/tmp/go-build2180205415/b2559/_pkg_.a
2025-08-20T23:01:12.0013463Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete=/tmp/go-build2180205415/b2560/_pkg_.a
2025-08-20T23:01:12.0014353Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget=/tmp/go-build2180205415/b2561/_pkg_.a
2025-08-20T23:01:12.0015241Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist=/tmp/go-build2180205415/b2562/_pkg_.a
2025-08-20T23:01:12.0016327Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost=/tmp/go-build2180205415/b2563/_pkg_.a
2025-08-20T23:01:12.0017320Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering=/tmp/go-build2180205415/b2564/_pkg_.a
2025-08-20T23:01:12.0018267Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid=/tmp/go-build2180205415/b2565/_pkg_.a
2025-08-20T23:01:12.0019409Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration=/tmp/go-build2180205415/b2566/_pkg_.a
2025-08-20T23:01:12.0020438Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror=/tmp/go-build2180205415/b2567/_pkg_.a
2025-08-20T23:01:12.0021353Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering=/tmp/go-build2180205415/b2568/_pkg_.a
2025-08-20T23:01:12.0022336Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation=/tmp/go-build2180205415/b2569/_pkg_.a
2025-08-20T23:01:12.0023306Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname=/tmp/go-build2180205415/b2570/_pkg_.a
2025-08-20T23:01:12.0024208Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename=/tmp/go-build2180205415/b2571/_pkg_.a
2025-08-20T23:01:12.0025127Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative=/tmp/go-build2180205415/b2572/_pkg_.a
2025-08-20T23:01:12.0026152Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline=/tmp/go-build2180205415/b2573/_pkg_.a
2025-08-20T23:01:12.0027148Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling=/tmp/go-build2180205415/b2574/_pkg_.a
2025-08-20T23:01:12.0028090Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype=/tmp/go-build2180205415/b2575/_pkg_.a
2025-08-20T23:01:12.0029207Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus=/tmp/go-build2180205415/b2576/_pkg_.a
2025-08-20T23:01:12.0030044Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk=/tmp/go-build2180205415/b2577/_pkg_.a
2025-08-20T23:01:12.0030866Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll=/tmp/go-build2180205415/b2579/_pkg_.a
2025-08-20T23:01:12.0031733Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime=/tmp/go-build2180205415/b2580/_pkg_.a
2025-08-20T23:01:12.0032639Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/count=/tmp/go-build2180205415/b2581/_pkg_.a
2025-08-20T23:01:12.0033568Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/create=/tmp/go-build2180205415/b2582/_pkg_.a
2025-08-20T23:01:12.0034376Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/delete=/tmp/go-build2180205415/b2583/_pkg_.a
2025-08-20T23:01:12.0035207Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery=/tmp/go-build2180205415/b2584/_pkg_.a
2025-08-20T23:01:12.0036232Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle=/tmp/go-build2180205415/b2586/_pkg_.a
2025-08-20T23:01:12.0037201Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript=/tmp/go-build2180205415/b2587/_pkg_.a
2025-08-20T23:01:12.0038028Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/exists=/tmp/go-build2180205415/b2588/_pkg_.a
2025-08-20T23:01:12.0038857Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource=/tmp/go-build2180205415/b2589/_pkg_.a
2025-08-20T23:01:12.0039692Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/explain=/tmp/go-build2180205415/b2590/_pkg_.a
2025-08-20T23:01:12.0040512Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps=/tmp/go-build2180205415/b2591/_pkg_.a
2025-08-20T23:01:12.0041311Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/get=/tmp/go-build2180205415/b2592/_pkg_.a
2025-08-20T23:01:12.0042236Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript=/tmp/go-build2180205415/b2593/_pkg_.a
2025-08-20T23:01:12.0043159Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext=/tmp/go-build2180205415/b2594/_pkg_.a
2025-08-20T23:01:12.0044063Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages=/tmp/go-build2180205415/b2595/_pkg_.a
2025-08-20T23:01:12.0044939Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource=/tmp/go-build2180205415/b2596/_pkg_.a
2025-08-20T23:01:12.0045889Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport=/tmp/go-build2180205415/b2597/_pkg_.a
2025-08-20T23:01:12.0046778Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/index=/tmp/go-build2180205415/b2598/_pkg_.a
2025-08-20T23:01:12.0047568Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/info=/tmp/go-build2180205415/b2599/_pkg_.a
2025-08-20T23:01:12.0048374Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch=/tmp/go-build2180205415/b2600/_pkg_.a
2025-08-20T23:01:12.0049175Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mget=/tmp/go-build2180205415/b2601/_pkg_.a
2025-08-20T23:01:12.0049974Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch=/tmp/go-build2180205415/b2602/_pkg_.a
2025-08-20T23:01:12.0051007Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate=/tmp/go-build2180205415/b2603/_pkg_.a
2025-08-20T23:01:12.0051875Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors=/tmp/go-build2180205415/b2604/_pkg_.a
2025-08-20T23:01:12.0052741Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime=/tmp/go-build2180205415/b2605/_pkg_.a
2025-08-20T23:01:12.0053573Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/ping=/tmp/go-build2180205415/b2606/_pkg_.a
2025-08-20T23:01:12.0054383Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript=/tmp/go-build2180205415/b2607/_pkg_.a
2025-08-20T23:01:12.0055303Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval=/tmp/go-build2180205415/b2608/_pkg_.a
2025-08-20T23:01:12.0056354Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex=/tmp/go-build2180205415/b2609/_pkg_.a
2025-08-20T23:01:12.0057219Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle=/tmp/go-build2180205415/b2610/_pkg_.a
2025-08-20T23:01:12.0058131Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate=/tmp/go-build2180205415/b2611/_pkg_.a
2025-08-20T23:01:12.0059070Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute=/tmp/go-build2180205415/b2612/_pkg_.a
2025-08-20T23:01:12.0059940Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll=/tmp/go-build2180205415/b2613/_pkg_.a
2025-08-20T23:01:12.0060743Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/search=/tmp/go-build2180205415/b2614/_pkg_.a
2025-08-20T23:01:12.0061561Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt=/tmp/go-build2180205415/b2615/_pkg_.a
2025-08-20T23:01:12.0062402Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards=/tmp/go-build2180205415/b2618/_pkg_.a
2025-08-20T23:01:12.0063263Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate=/tmp/go-build2180205415/b2619/_pkg_.a
2025-08-20T23:01:12.0064107Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum=/tmp/go-build2180205415/b2620/_pkg_.a
2025-08-20T23:01:12.0065054Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors=/tmp/go-build2180205415/b2621/_pkg_.a
2025-08-20T23:01:12.0066056Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/update=/tmp/go-build2180205415/b2622/_pkg_.a
2025-08-20T23:01:12.0066967Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery=/tmp/go-build2180205415/b2623/_pkg_.a
2025-08-20T23:01:12.0067897Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle=/tmp/go-build2180205415/b2624/_pkg_.a
2025-08-20T23:01:12.0068882Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex=/tmp/go-build2180205415/b2625/_pkg_.a
2025-08-20T23:01:12.0069893Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex=/tmp/go-build2180205415/b2626/_pkg_.a
2025-08-20T23:01:12.0070905Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices=/tmp/go-build2180205415/b2627/_pkg_.a
2025-08-20T23:01:12.0071838Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy=/tmp/go-build2180205415/b2628/_pkg_.a
2025-08-20T23:01:12.0072715Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy=/tmp/go-build2180205415/b2629/_pkg_.a
2025-08-20T23:01:12.0073747Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy=/tmp/go-build2180205415/b2630/_pkg_.a
2025-08-20T23:01:12.0074593Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy=/tmp/go-build2180205415/b2631/_pkg_.a
2025-08-20T23:01:12.0075416Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats=/tmp/go-build2180205415/b2632/_pkg_.a
2025-08-20T23:01:12.0076410Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete=/tmp/go-build2180205415/b2633/_pkg_.a
2025-08-20T23:01:12.0077200Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/get=/tmp/go-build2180205415/b2634/_pkg_.a
2025-08-20T23:01:12.0078142Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus=/tmp/go-build2180205415/b2635/_pkg_.a
2025-08-20T23:01:12.0079114Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/search=/tmp/go-build2180205415/b2636/_pkg_.a
2025-08-20T23:01:12.0079946Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery=/tmp/go-build2180205415/b2638/_pkg_.a
2025-08-20T23:01:12.0080756Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/query=/tmp/go-build2180205415/b2639/_pkg_.a
2025-08-20T23:01:12.0081599Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures=/tmp/go-build2180205415/b2641/_pkg_.a
2025-08-20T23:01:12.0082486Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures=/tmp/go-build2180205415/b2642/_pkg_.a
2025-08-20T23:01:12.0083388Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints=/tmp/go-build2180205415/b2643/_pkg_.a
2025-08-20T23:01:12.0084246Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch=/tmp/go-build2180205415/b2644/_pkg_.a
2025-08-20T23:01:12.0085082Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret=/tmp/go-build2180205415/b2645/_pkg_.a
2025-08-20T23:01:12.0086035Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search=/tmp/go-build2180205415/b2646/_pkg_.a
2025-08-20T23:01:12.0086912Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore=/tmp/go-build2180205415/b2647/_pkg_.a
2025-08-20T23:01:12.0087872Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle=/tmp/go-build2180205415/b2648/_pkg_.a
2025-08-20T23:01:12.0088819Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle=/tmp/go-build2180205415/b2649/_pkg_.a
2025-08-20T23:01:12.0089686Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle=/tmp/go-build2180205415/b2650/_pkg_.a
2025-08-20T23:01:12.0090521Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus=/tmp/go-build2180205415/b2651/_pkg_.a
2025-08-20T23:01:12.0091376Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers=/tmp/go-build2180205415/b2652/_pkg_.a
2025-08-20T23:01:12.0092238Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep=/tmp/go-build2180205415/b2653/_pkg_.a
2025-08-20T23:01:12.0093076Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle=/tmp/go-build2180205415/b2654/_pkg_.a
2025-08-20T23:01:12.0093917Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy=/tmp/go-build2180205415/b2655/_pkg_.a
2025-08-20T23:01:12.0094737Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry=/tmp/go-build2180205415/b2656/_pkg_.a
2025-08-20T23:01:12.0095526Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start=/tmp/go-build2180205415/b2657/_pkg_.a
2025-08-20T23:01:12.0096601Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop=/tmp/go-build2180205415/b2658/_pkg_.a
2025-08-20T23:01:12.0097417Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock=/tmp/go-build2180205415/b2659/_pkg_.a
2025-08-20T23:01:12.0098255Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze=/tmp/go-build2180205415/b2660/_pkg_.a
2025-08-20T23:01:12.0099111Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache=/tmp/go-build2180205415/b2661/_pkg_.a
2025-08-20T23:01:12.0099948Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone=/tmp/go-build2180205415/b2662/_pkg_.a
2025-08-20T23:01:12.0100859Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/close=/tmp/go-build2180205415/b2663/_pkg_.a
2025-08-20T23:01:12.0101803Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/create=/tmp/go-build2180205415/b2664/_pkg_.a
2025-08-20T23:01:12.0102681Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream=/tmp/go-build2180205415/b2665/_pkg_.a
2025-08-20T23:01:12.0103593Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats=/tmp/go-build2180205415/b2666/_pkg_.a
2025-08-20T23:01:12.0104467Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete=/tmp/go-build2180205415/b2667/_pkg_.a
2025-08-20T23:01:12.0105317Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias=/tmp/go-build2180205415/b2668/_pkg_.a
2025-08-20T23:01:12.0106383Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle=/tmp/go-build2180205415/b2669/_pkg_.a
2025-08-20T23:01:12.0107332Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream=/tmp/go-build2180205415/b2670/_pkg_.a
2025-08-20T23:01:12.0108261Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate=/tmp/go-build2180205415/b2671/_pkg_.a
2025-08-20T23:01:12.0109180Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate=/tmp/go-build2180205415/b2672/_pkg_.a
2025-08-20T23:01:12.0110171Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage=/tmp/go-build2180205415/b2673/_pkg_.a
2025-08-20T23:01:12.0111089Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample=/tmp/go-build2180205415/b2674/_pkg_.a
2025-08-20T23:01:12.0111938Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists=/tmp/go-build2180205415/b2675/_pkg_.a
2025-08-20T23:01:12.0112792Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias=/tmp/go-build2180205415/b2676/_pkg_.a
2025-08-20T23:01:12.0113700Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate=/tmp/go-build2180205415/b2677/_pkg_.a
2025-08-20T23:01:12.0114615Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate=/tmp/go-build2180205415/b2678/_pkg_.a
2025-08-20T23:01:12.0115542Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle=/tmp/go-build2180205415/b2679/_pkg_.a
2025-08-20T23:01:12.0116718Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats=/tmp/go-build2180205415/b2680/_pkg_.a
2025-08-20T23:01:12.0117590Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush=/tmp/go-build2180205415/b2681/_pkg_.a
2025-08-20T23:01:12.0118429Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge=/tmp/go-build2180205415/b2682/_pkg_.a
2025-08-20T23:01:12.0119487Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/get=/tmp/go-build2180205415/b2683/_pkg_.a
2025-08-20T23:01:12.0120314Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias=/tmp/go-build2180205415/b2684/_pkg_.a
2025-08-20T23:01:12.0121199Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle=/tmp/go-build2180205415/b2685/_pkg_.a
2025-08-20T23:01:12.0122095Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream=/tmp/go-build2180205415/b2686/_pkg_.a
2025-08-20T23:01:12.0123072Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping=/tmp/go-build2180205415/b2687/_pkg_.a
2025-08-20T23:01:12.0124147Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate=/tmp/go-build2180205415/b2688/_pkg_.a
2025-08-20T23:01:12.0125048Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping=/tmp/go-build2180205415/b2689/_pkg_.a
2025-08-20T23:01:12.0126128Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings=/tmp/go-build2180205415/b2690/_pkg_.a
2025-08-20T23:01:12.0127061Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate=/tmp/go-build2180205415/b2691/_pkg_.a
2025-08-20T23:01:12.0127977Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream=/tmp/go-build2180205415/b2692/_pkg_.a
2025-08-20T23:01:12.0128902Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream=/tmp/go-build2180205415/b2693/_pkg_.a
2025-08-20T23:01:12.0129759Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/open=/tmp/go-build2180205415/b2694/_pkg_.a
2025-08-20T23:01:12.0130639Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream=/tmp/go-build2180205415/b2695/_pkg_.a
2025-08-20T23:01:12.0131523Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias=/tmp/go-build2180205415/b2696/_pkg_.a
2025-08-20T23:01:12.0132402Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle=/tmp/go-build2180205415/b2697/_pkg_.a
2025-08-20T23:01:12.0133447Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate=/tmp/go-build2180205415/b2698/_pkg_.a
2025-08-20T23:01:12.0134405Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping=/tmp/go-build2180205415/b2699/_pkg_.a
2025-08-20T23:01:12.0135279Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings=/tmp/go-build2180205415/b2700/_pkg_.a
2025-08-20T23:01:12.0136311Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate=/tmp/go-build2180205415/b2701/_pkg_.a
2025-08-20T23:01:12.0137181Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery=/tmp/go-build2180205415/b2702/_pkg_.a
2025-08-20T23:01:12.0138021Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh=/tmp/go-build2180205415/b2703/_pkg_.a
2025-08-20T23:01:12.0138929Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers=/tmp/go-build2180205415/b2704/_pkg_.a
2025-08-20T23:01:12.0139858Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster=/tmp/go-build2180205415/b2705/_pkg_.a
2025-08-20T23:01:12.0140751Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex=/tmp/go-build2180205415/b2706/_pkg_.a
2025-08-20T23:01:12.0141613Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover=/tmp/go-build2180205415/b2707/_pkg_.a
2025-08-20T23:01:12.0142633Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments=/tmp/go-build2180205415/b2708/_pkg_.a
2025-08-20T23:01:12.0143495Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores=/tmp/go-build2180205415/b2709/_pkg_.a
2025-08-20T23:01:12.0144350Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink=/tmp/go-build2180205415/b2711/_pkg_.a
2025-08-20T23:01:12.0145255Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate=/tmp/go-build2180205415/b2712/_pkg_.a
2025-08-20T23:01:12.0146585Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate=/tmp/go-build2180205415/b2713/_pkg_.a
2025-08-20T23:01:12.0147586Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/split=/tmp/go-build2180205415/b2714/_pkg_.a
2025-08-20T23:01:12.0148409Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats=/tmp/go-build2180205415/b2715/_pkg_.a
2025-08-20T23:01:12.0149237Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze=/tmp/go-build2180205415/b2716/_pkg_.a
2025-08-20T23:01:12.0150104Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases=/tmp/go-build2180205415/b2717/_pkg_.a
2025-08-20T23:01:12.0150991Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery=/tmp/go-build2180205415/b2718/_pkg_.a
2025-08-20T23:01:12.0151853Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete=/tmp/go-build2180205415/b2719/_pkg_.a
2025-08-20T23:01:12.0152688Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/get=/tmp/go-build2180205415/b2720/_pkg_.a
2025-08-20T23:01:12.0153541Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference=/tmp/go-build2180205415/b2721/_pkg_.a
2025-08-20T23:01:12.0154389Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/put=/tmp/go-build2180205415/b2722/_pkg_.a
2025-08-20T23:01:12.0155273Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase=/tmp/go-build2180205415/b2723/_pkg_.a
2025-08-20T23:01:12.0156469Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline=/tmp/go-build2180205415/b2724/_pkg_.a
2025-08-20T23:01:12.0157406Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats=/tmp/go-build2180205415/b2725/_pkg_.a
2025-08-20T23:01:12.0158295Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase=/tmp/go-build2180205415/b2726/_pkg_.a
2025-08-20T23:01:12.0159186Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline=/tmp/go-build2180205415/b2727/_pkg_.a
2025-08-20T23:01:12.0160058Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok=/tmp/go-build2180205415/b2728/_pkg_.a
2025-08-20T23:01:12.0160951Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase=/tmp/go-build2180205415/b2729/_pkg_.a
2025-08-20T23:01:12.0161840Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline=/tmp/go-build2180205415/b2730/_pkg_.a
2025-08-20T23:01:12.0162690Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate=/tmp/go-build2180205415/b2731/_pkg_.a
2025-08-20T23:01:12.0163525Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/delete=/tmp/go-build2180205415/b2732/_pkg_.a
2025-08-20T23:01:12.0164341Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/get=/tmp/go-build2180205415/b2733/_pkg_.a
2025-08-20T23:01:12.0165360Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus=/tmp/go-build2180205415/b2734/_pkg_.a
2025-08-20T23:01:12.0166415Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus=/tmp/go-build2180205415/b2735/_pkg_.a
2025-08-20T23:01:12.0167278Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/post=/tmp/go-build2180205415/b2736/_pkg_.a
2025-08-20T23:01:12.0168134Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic=/tmp/go-build2180205415/b2737/_pkg_.a
2025-08-20T23:01:12.0169115Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial=/tmp/go-build2180205415/b2738/_pkg_.a
2025-08-20T23:01:12.0170144Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline=/tmp/go-build2180205415/b2739/_pkg_.a
2025-08-20T23:01:12.0171046Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline=/tmp/go-build2180205415/b2740/_pkg_.a
2025-08-20T23:01:12.0171926Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline=/tmp/go-build2180205415/b2741/_pkg_.a
2025-08-20T23:01:12.0172816Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations=/tmp/go-build2180205415/b2742/_pkg_.a
2025-08-20T23:01:12.0173763Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus=/tmp/go-build2180205415/b2743/_pkg_.a
2025-08-20T23:01:12.0174743Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade=/tmp/go-build2180205415/b2744/_pkg_.a
2025-08-20T23:01:12.0175740Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache=/tmp/go-build2180205415/b2745/_pkg_.a
2025-08-20T23:01:12.0176845Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob=/tmp/go-build2180205415/b2746/_pkg_.a
2025-08-20T23:01:12.0177678Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar=/tmp/go-build2180205415/b2747/_pkg_.a
2025-08-20T23:01:12.0178673Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent=/tmp/go-build2180205415/b2748/_pkg_.a
2025-08-20T23:01:12.0179647Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob=/tmp/go-build2180205415/b2749/_pkg_.a
2025-08-20T23:01:12.0180515Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed=/tmp/go-build2180205415/b2750/_pkg_.a
2025-08-20T23:01:12.0181421Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics=/tmp/go-build2180205415/b2751/_pkg_.a
2025-08-20T23:01:12.0182341Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata=/tmp/go-build2180205415/b2752/_pkg_.a
2025-08-20T23:01:12.0183198Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter=/tmp/go-build2180205415/b2753/_pkg_.a
2025-08-20T23:01:12.0184041Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast=/tmp/go-build2180205415/b2754/_pkg_.a
2025-08-20T23:01:12.0184872Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob=/tmp/go-build2180205415/b2755/_pkg_.a
2025-08-20T23:01:12.0185728Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot=/tmp/go-build2180205415/b2756/_pkg_.a
2025-08-20T23:01:12.0186998Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel=/tmp/go-build2180205415/b2757/_pkg_.a
2025-08-20T23:01:12.0188122Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias=/tmp/go-build2180205415/b2758/_pkg_.a
2025-08-20T23:01:12.0189038Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory=/tmp/go-build2180205415/b2759/_pkg_.a
2025-08-20T23:01:12.0189925Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe=/tmp/go-build2180205415/b2760/_pkg_.a
2025-08-20T23:01:12.0190852Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics=/tmp/go-build2180205415/b2761/_pkg_.a
2025-08-20T23:01:12.0191726Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob=/tmp/go-build2180205415/b2762/_pkg_.a
2025-08-20T23:01:12.0192610Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast=/tmp/go-build2180205415/b2763/_pkg_.a
2025-08-20T23:01:12.0193722Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets=/tmp/go-build2180205415/b2764/_pkg_.a
2025-08-20T23:01:12.0194588Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents=/tmp/go-build2180205415/b2765/_pkg_.a
2025-08-20T23:01:12.0195444Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars=/tmp/go-build2180205415/b2766/_pkg_.a
2025-08-20T23:01:12.0196509Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories=/tmp/go-build2180205415/b2767/_pkg_.a
2025-08-20T23:01:12.0197352Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds=/tmp/go-build2180205415/b2768/_pkg_.a
2025-08-20T23:01:12.0198213Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats=/tmp/go-build2180205415/b2769/_pkg_.a
2025-08-20T23:01:12.0199114Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics=/tmp/go-build2180205415/b2770/_pkg_.a
2025-08-20T23:01:12.0200062Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats=/tmp/go-build2180205415/b2771/_pkg_.a
2025-08-20T23:01:12.0200955Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters=/tmp/go-build2180205415/b2772/_pkg_.a
2025-08-20T23:01:12.0201792Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers=/tmp/go-build2180205415/b2773/_pkg_.a
2025-08-20T23:01:12.0202750Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs=/tmp/go-build2180205415/b2774/_pkg_.a
2025-08-20T23:01:12.0203642Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats=/tmp/go-build2180205415/b2775/_pkg_.a
2025-08-20T23:01:12.0204487Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats=/tmp/go-build2180205415/b2776/_pkg_.a
2025-08-20T23:01:12.0205361Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots=/tmp/go-build2180205415/b2777/_pkg_.a
2025-08-20T23:01:12.0206569Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats=/tmp/go-build2180205415/b2778/_pkg_.a
2025-08-20T23:01:12.0207503Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets=/tmp/go-build2180205415/b2779/_pkg_.a
2025-08-20T23:01:12.0208355Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords=/tmp/go-build2180205415/b2780/_pkg_.a
2025-08-20T23:01:12.0209199Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels=/tmp/go-build2180205415/b2781/_pkg_.a
2025-08-20T23:01:12.0210100Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats=/tmp/go-build2180205415/b2783/_pkg_.a
2025-08-20T23:01:12.0211191Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel=/tmp/go-build2180205415/b2784/_pkg_.a
2025-08-20T23:01:12.0212017Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/info=/tmp/go-build2180205415/b2785/_pkg_.a
2025-08-20T23:01:12.0212799Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob=/tmp/go-build2180205415/b2786/_pkg_.a
2025-08-20T23:01:12.0213650Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents=/tmp/go-build2180205415/b2787/_pkg_.a
2025-08-20T23:01:12.0214495Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata=/tmp/go-build2180205415/b2788/_pkg_.a
2025-08-20T23:01:12.0215409Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed=/tmp/go-build2180205415/b2789/_pkg_.a
2025-08-20T23:01:12.0216624Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics=/tmp/go-build2180205415/b2790/_pkg_.a
2025-08-20T23:01:12.0217526Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar=/tmp/go-build2180205415/b2791/_pkg_.a
2025-08-20T23:01:12.0218368Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob=/tmp/go-build2180205415/b2792/_pkg_.a
2025-08-20T23:01:12.0219213Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed=/tmp/go-build2180205415/b2793/_pkg_.a
2025-08-20T23:01:12.0220091Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics=/tmp/go-build2180205415/b2794/_pkg_.a
2025-08-20T23:01:12.0220954Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter=/tmp/go-build2180205415/b2795/_pkg_.a
2025-08-20T23:01:12.0221754Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob=/tmp/go-build2180205415/b2796/_pkg_.a
2025-08-20T23:01:12.0222587Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel=/tmp/go-build2180205415/b2797/_pkg_.a
2025-08-20T23:01:12.0223473Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias=/tmp/go-build2180205415/b2798/_pkg_.a
2025-08-20T23:01:12.0224426Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart=/tmp/go-build2180205415/b2799/_pkg_.a
2025-08-20T23:01:12.0225539Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary=/tmp/go-build2180205415/b2800/_pkg_.a
2025-08-20T23:01:12.0226732Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob=/tmp/go-build2180205415/b2801/_pkg_.a
2025-08-20T23:01:12.0227601Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot=/tmp/go-build2180205415/b2802/_pkg_.a
2025-08-20T23:01:12.0228489Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode=/tmp/go-build2180205415/b2803/_pkg_.a
2025-08-20T23:01:12.0229352Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed=/tmp/go-build2180205415/b2804/_pkg_.a
2025-08-20T23:01:12.0230255Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics=/tmp/go-build2180205415/b2805/_pkg_.a
2025-08-20T23:01:12.0231222Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment=/tmp/go-build2180205415/b2806/_pkg_.a
2025-08-20T23:01:12.0232124Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed=/tmp/go-build2180205415/b2807/_pkg_.a
2025-08-20T23:01:12.0233018Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics=/tmp/go-build2180205415/b2808/_pkg_.a
2025-08-20T23:01:12.0234221Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment=/tmp/go-build2180205415/b2809/_pkg_.a
2025-08-20T23:01:12.0235138Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed=/tmp/go-build2180205415/b2810/_pkg_.a
2025-08-20T23:01:12.0236207Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics=/tmp/go-build2180205415/b2811/_pkg_.a
2025-08-20T23:01:12.0237146Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter=/tmp/go-build2180205415/b2812/_pkg_.a
2025-08-20T23:01:12.0237970Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob=/tmp/go-build2180205415/b2813/_pkg_.a
2025-08-20T23:01:12.0238933Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot=/tmp/go-build2180205415/b2814/_pkg_.a
2025-08-20T23:01:12.0239999Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment=/tmp/go-build2180205415/b2815/_pkg_.a
2025-08-20T23:01:12.0240954Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot=/tmp/go-build2180205415/b2816/_pkg_.a
2025-08-20T23:01:12.0241799Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate=/tmp/go-build2180205415/b2817/_pkg_.a
2025-08-20T23:01:12.0242862Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector=/tmp/go-build2180205415/b2818/_pkg_.a
2025-08-20T23:01:12.0243785Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk=/tmp/go-build2180205415/b2819/_pkg_.a
2025-08-20T23:01:12.0244843Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive=/tmp/go-build2180205415/b2820/_pkg_.a
2025-08-20T23:01:12.0245981Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo=/tmp/go-build2180205415/b2821/_pkg_.a
2025-08-20T23:01:12.0246965Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads=/tmp/go-build2180205415/b2822/_pkg_.a
2025-08-20T23:01:12.0247787Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info=/tmp/go-build2180205415/b2824/_pkg_.a
2025-08-20T23:01:12.0248792Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings=/tmp/go-build2180205415/b2825/_pkg_.a
2025-08-20T23:01:12.0249759Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats=/tmp/go-build2180205415/b2826/_pkg_.a
2025-08-20T23:01:12.0250570Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage=/tmp/go-build2180205415/b2827/_pkg_.a
2025-08-20T23:01:12.0251420Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph=/tmp/go-build2180205415/b2828/_pkg_.a
2025-08-20T23:01:12.0252312Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces=/tmp/go-build2180205415/b2829/_pkg_.a
2025-08-20T23:01:12.0253178Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status=/tmp/go-build2180205415/b2830/_pkg_.a
2025-08-20T23:01:12.0254055Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions=/tmp/go-build2180205415/b2831/_pkg_.a
2025-08-20T23:01:12.0254956Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule=/tmp/go-build2180205415/b2832/_pkg_.a
2025-08-20T23:01:12.0255964Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset=/tmp/go-build2180205415/b2833/_pkg_.a
2025-08-20T23:01:12.0256919Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule=/tmp/go-build2180205415/b2834/_pkg_.a
2025-08-20T23:01:12.0257978Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset=/tmp/go-build2180205415/b2835/_pkg_.a
2025-08-20T23:01:12.0258876Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets=/tmp/go-build2180205415/b2836/_pkg_.a
2025-08-20T23:01:12.0259760Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule=/tmp/go-build2180205415/b2837/_pkg_.a
2025-08-20T23:01:12.0260646Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset=/tmp/go-build2180205415/b2838/_pkg_.a
2025-08-20T23:01:12.0261509Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test=/tmp/go-build2180205415/b2839/_pkg_.a
2025-08-20T23:01:12.0262427Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob=/tmp/go-build2180205415/b2840/_pkg_.a
2025-08-20T23:01:12.0263433Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs=/tmp/go-build2180205415/b2841/_pkg_.a
2025-08-20T23:01:12.0264297Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps=/tmp/go-build2180205415/b2842/_pkg_.a
2025-08-20T23:01:12.0265201Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps=/tmp/go-build2180205415/b2843/_pkg_.a
2025-08-20T23:01:12.0266285Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob=/tmp/go-build2180205415/b2844/_pkg_.a
2025-08-20T23:01:12.0267195Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch=/tmp/go-build2180205415/b2845/_pkg_.a
2025-08-20T23:01:12.0268050Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob=/tmp/go-build2180205415/b2846/_pkg_.a
2025-08-20T23:01:12.0268883Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob=/tmp/go-build2180205415/b2847/_pkg_.a
2025-08-20T23:01:12.0269796Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats=/tmp/go-build2180205415/b2848/_pkg_.a
2025-08-20T23:01:12.0270762Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache=/tmp/go-build2180205415/b2849/_pkg_.a
2025-08-20T23:01:12.0271861Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount=/tmp/go-build2180205415/b2850/_pkg_.a
2025-08-20T23:01:12.0272852Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats=/tmp/go-build2180205415/b2851/_pkg_.a
2025-08-20T23:01:12.0273781Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete=/tmp/go-build2180205415/b2853/_pkg_.a
2025-08-20T23:01:12.0274806Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics=/tmp/go-build2180205415/b2854/_pkg_.a
2025-08-20T23:01:12.0275944Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get=/tmp/go-build2180205415/b2855/_pkg_.a
2025-08-20T23:01:12.0277005Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics=/tmp/go-build2180205415/b2856/_pkg_.a
2025-08-20T23:01:12.0277992Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list=/tmp/go-build2180205415/b2857/_pkg_.a
2025-08-20T23:01:12.0278890Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put=/tmp/go-build2180205415/b2858/_pkg_.a
2025-08-20T23:01:12.0279875Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics=/tmp/go-build2180205415/b2859/_pkg_.a
2025-08-20T23:01:12.0280865Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search=/tmp/go-build2180205415/b2860/_pkg_.a
2025-08-20T23:01:12.0282042Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile=/tmp/go-build2180205415/b2861/_pkg_.a
2025-08-20T23:01:12.0282968Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate=/tmp/go-build2180205415/b2863/_pkg_.a
2025-08-20T23:01:12.0283874Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole=/tmp/go-build2180205415/b2864/_pkg_.a
2025-08-20T23:01:12.0284773Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole=/tmp/go-build2180205415/b2865/_pkg_.a
2025-08-20T23:01:12.0285935Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys=/tmp/go-build2180205415/b2866/_pkg_.a
2025-08-20T23:01:12.0287044Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword=/tmp/go-build2180205415/b2867/_pkg_.a
2025-08-20T23:01:12.0287967Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache=/tmp/go-build2180205415/b2868/_pkg_.a
2025-08-20T23:01:12.0288917Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges=/tmp/go-build2180205415/b2869/_pkg_.a
2025-08-20T23:01:12.0289868Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms=/tmp/go-build2180205415/b2870/_pkg_.a
2025-08-20T23:01:12.0290794Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles=/tmp/go-build2180205415/b2871/_pkg_.a
2025-08-20T23:01:12.0291765Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens=/tmp/go-build2180205415/b2872/_pkg_.a
2025-08-20T23:01:12.0292706Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey=/tmp/go-build2180205415/b2873/_pkg_.a
2025-08-20T23:01:12.0293653Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey=/tmp/go-build2180205415/b2874/_pkg_.a
2025-08-20T23:01:12.0294626Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken=/tmp/go-build2180205415/b2875/_pkg_.a
2025-08-20T23:01:12.0295672Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges=/tmp/go-build2180205415/b2876/_pkg_.a
2025-08-20T23:01:12.0296809Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole=/tmp/go-build2180205415/b2877/_pkg_.a
2025-08-20T23:01:12.0297727Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping=/tmp/go-build2180205415/b2878/_pkg_.a
2025-08-20T23:01:12.0298672Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken=/tmp/go-build2180205415/b2879/_pkg_.a
2025-08-20T23:01:12.0299580Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser=/tmp/go-build2180205415/b2880/_pkg_.a
2025-08-20T23:01:12.0300455Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser=/tmp/go-build2180205415/b2881/_pkg_.a
2025-08-20T23:01:12.0301372Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile=/tmp/go-build2180205415/b2882/_pkg_.a
2025-08-20T23:01:12.0302280Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser=/tmp/go-build2180205415/b2883/_pkg_.a
2025-08-20T23:01:12.0303185Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile=/tmp/go-build2180205415/b2884/_pkg_.a
2025-08-20T23:01:12.0304100Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana=/tmp/go-build2180205415/b2885/_pkg_.a
2025-08-20T23:01:12.0305236Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode=/tmp/go-build2180205415/b2886/_pkg_.a
2025-08-20T23:01:12.0306276Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey=/tmp/go-build2180205415/b2887/_pkg_.a
2025-08-20T23:01:12.0307215Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges=/tmp/go-build2180205415/b2888/_pkg_.a
2025-08-20T23:01:12.0308144Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges=/tmp/go-build2180205415/b2889/_pkg_.a
2025-08-20T23:01:12.0309093Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole=/tmp/go-build2180205415/b2890/_pkg_.a
2025-08-20T23:01:12.0310115Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping=/tmp/go-build2180205415/b2891/_pkg_.a
2025-08-20T23:01:12.0311047Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts=/tmp/go-build2180205415/b2892/_pkg_.a
2025-08-20T23:01:12.0312003Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials=/tmp/go-build2180205415/b2893/_pkg_.a
2025-08-20T23:01:12.0312925Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings=/tmp/go-build2180205415/b2894/_pkg_.a
2025-08-20T23:01:12.0313789Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken=/tmp/go-build2180205415/b2895/_pkg_.a
2025-08-20T23:01:12.0314637Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser=/tmp/go-build2180205415/b2897/_pkg_.a
2025-08-20T23:01:12.0315529Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges=/tmp/go-build2180205415/b2898/_pkg_.a
2025-08-20T23:01:12.0316650Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile=/tmp/go-build2180205415/b2899/_pkg_.a
2025-08-20T23:01:12.0317548Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey=/tmp/go-build2180205415/b2900/_pkg_.a
2025-08-20T23:01:12.0318437Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges=/tmp/go-build2180205415/b2902/_pkg_.a
2025-08-20T23:01:12.0319519Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile=/tmp/go-build2180205415/b2903/_pkg_.a
2025-08-20T23:01:12.0320599Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey=/tmp/go-build2180205415/b2904/_pkg_.a
2025-08-20T23:01:12.0321531Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken=/tmp/go-build2180205415/b2905/_pkg_.a
2025-08-20T23:01:12.0322457Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate=/tmp/go-build2180205415/b2906/_pkg_.a
2025-08-20T23:01:12.0323372Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout=/tmp/go-build2180205415/b2907/_pkg_.a
2025-08-20T23:01:12.0324322Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication=/tmp/go-build2180205415/b2908/_pkg_.a
2025-08-20T23:01:12.0325271Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges=/tmp/go-build2180205415/b2909/_pkg_.a
2025-08-20T23:01:12.0326359Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole=/tmp/go-build2180205415/b2910/_pkg_.a
2025-08-20T23:01:12.0327261Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping=/tmp/go-build2180205415/b2911/_pkg_.a
2025-08-20T23:01:12.0328321Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser=/tmp/go-build2180205415/b2912/_pkg_.a
2025-08-20T23:01:12.0329190Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys=/tmp/go-build2180205415/b2913/_pkg_.a
2025-08-20T23:01:12.0330065Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole=/tmp/go-build2180205415/b2914/_pkg_.a
2025-08-20T23:01:12.0330931Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser=/tmp/go-build2180205415/b2915/_pkg_.a
2025-08-20T23:01:12.0331826Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate=/tmp/go-build2180205415/b2916/_pkg_.a
2025-08-20T23:01:12.0332853Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout=/tmp/go-build2180205415/b2917/_pkg_.a
2025-08-20T23:01:12.0333904Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate=/tmp/go-build2180205415/b2918/_pkg_.a
2025-08-20T23:01:12.0334790Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout=/tmp/go-build2180205415/b2919/_pkg_.a
2025-08-20T23:01:12.0335729Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication=/tmp/go-build2180205415/b2920/_pkg_.a
2025-08-20T23:01:12.0337015Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata=/tmp/go-build2180205415/b2921/_pkg_.a
2025-08-20T23:01:12.0338001Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles=/tmp/go-build2180205415/b2922/_pkg_.a
2025-08-20T23:01:12.0338923Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey=/tmp/go-build2180205415/b2923/_pkg_.a
2025-08-20T23:01:12.0339879Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey=/tmp/go-build2180205415/b2924/_pkg_.a
2025-08-20T23:01:12.0340825Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings=/tmp/go-build2180205415/b2925/_pkg_.a
2025-08-20T23:01:12.0341764Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata=/tmp/go-build2180205415/b2926/_pkg_.a
2025-08-20T23:01:12.0342819Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode=/tmp/go-build2180205415/b2927/_pkg_.a
2025-08-20T23:01:12.0343752Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode=/tmp/go-build2180205415/b2928/_pkg_.a
2025-08-20T23:01:12.0344606Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode=/tmp/go-build2180205415/b2929/_pkg_.a
2025-08-20T23:01:12.0345469Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle=/tmp/go-build2180205415/b2931/_pkg_.a
2025-08-20T23:01:12.0346527Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle=/tmp/go-build2180205415/b2932/_pkg_.a
2025-08-20T23:01:12.0347409Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention=/tmp/go-build2180205415/b2933/_pkg_.a
2025-08-20T23:01:12.0348277Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle=/tmp/go-build2180205415/b2934/_pkg_.a
2025-08-20T23:01:12.0349102Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats=/tmp/go-build2180205415/b2935/_pkg_.a
2025-08-20T23:01:12.0349915Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus=/tmp/go-build2180205415/b2936/_pkg_.a
2025-08-20T23:01:12.0350752Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle=/tmp/go-build2180205415/b2937/_pkg_.a
2025-08-20T23:01:12.0351798Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/start=/tmp/go-build2180205415/b2938/_pkg_.a
2025-08-20T23:01:12.0352581Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop=/tmp/go-build2180205415/b2939/_pkg_.a
2025-08-20T23:01:12.0353449Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository=/tmp/go-build2180205415/b2940/_pkg_.a
2025-08-20T23:01:12.0354325Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone=/tmp/go-build2180205415/b2941/_pkg_.a
2025-08-20T23:01:12.0355234Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create=/tmp/go-build2180205415/b2942/_pkg_.a
2025-08-20T23:01:12.0356404Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository=/tmp/go-build2180205415/b2943/_pkg_.a
2025-08-20T23:01:12.0357306Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete=/tmp/go-build2180205415/b2944/_pkg_.a
2025-08-20T23:01:12.0358192Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository=/tmp/go-build2180205415/b2945/_pkg_.a
2025-08-20T23:01:12.0359056Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get=/tmp/go-build2180205415/b2946/_pkg_.a
2025-08-20T23:01:12.0360002Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository=/tmp/go-build2180205415/b2948/_pkg_.a
2025-08-20T23:01:12.0361021Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity=/tmp/go-build2180205415/b2949/_pkg_.a
2025-08-20T23:01:12.0361949Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore=/tmp/go-build2180205415/b2950/_pkg_.a
2025-08-20T23:01:12.0362798Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status=/tmp/go-build2180205415/b2951/_pkg_.a
2025-08-20T23:01:12.0363682Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository=/tmp/go-build2180205415/b2952/_pkg_.a
2025-08-20T23:01:12.0364562Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor=/tmp/go-build2180205415/b2953/_pkg_.a
2025-08-20T23:01:12.0365397Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync=/tmp/go-build2180205415/b2954/_pkg_.a
2025-08-20T23:01:12.0366500Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync=/tmp/go-build2180205415/b2955/_pkg_.a
2025-08-20T23:01:12.0367352Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus=/tmp/go-build2180205415/b2956/_pkg_.a
2025-08-20T23:01:12.0368182Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/query=/tmp/go-build2180205415/b2957/_pkg_.a
2025-08-20T23:01:12.0368990Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate=/tmp/go-build2180205415/b2959/_pkg_.a
2025-08-20T23:01:12.0369820Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates=/tmp/go-build2180205415/b2960/_pkg_.a
2025-08-20T23:01:12.0370694Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym=/tmp/go-build2180205415/b2961/_pkg_.a
2025-08-20T23:01:12.0371611Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule=/tmp/go-build2180205415/b2962/_pkg_.a
2025-08-20T23:01:12.0372668Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym=/tmp/go-build2180205415/b2963/_pkg_.a
2025-08-20T23:01:12.0373629Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule=/tmp/go-build2180205415/b2964/_pkg_.a
2025-08-20T23:01:12.0374718Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets=/tmp/go-build2180205415/b2965/_pkg_.a
2025-08-20T23:01:12.0375610Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym=/tmp/go-build2180205415/b2966/_pkg_.a
2025-08-20T23:01:12.0376707Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule=/tmp/go-build2180205415/b2967/_pkg_.a
2025-08-20T23:01:12.0377571Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel=/tmp/go-build2180205415/b2968/_pkg_.a
2025-08-20T23:01:12.0378371Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get=/tmp/go-build2180205415/b2969/_pkg_.a
2025-08-20T23:01:12.0379164Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list=/tmp/go-build2180205415/b2970/_pkg_.a
2025-08-20T23:01:12.0380229Z [00:03:34.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure=/tmp/go-build2180205415/b2972/_pkg_.a
2025-08-20T23:01:12.0381227Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure=/tmp/go-build2180205415/b2973/_pkg_.a
2025-08-20T23:01:12.0382195Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure=/tmp/go-build2180205415/b2974/_pkg_.a
2025-08-20T23:01:12.0383223Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern=/tmp/go-build2180205415/b2975/_pkg_.a
2025-08-20T23:01:12.0384256Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform=/tmp/go-build2180205415/b2976/_pkg_.a
2025-08-20T23:01:12.0385177Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats=/tmp/go-build2180205415/b2977/_pkg_.a
2025-08-20T23:01:12.0386209Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform=/tmp/go-build2180205415/b2978/_pkg_.a
2025-08-20T23:01:12.0387189Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats=/tmp/go-build2180205415/b2979/_pkg_.a
2025-08-20T23:01:12.0388124Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform=/tmp/go-build2180205415/b2980/_pkg_.a
2025-08-20T23:01:12.0389040Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform=/tmp/go-build2180205415/b2981/_pkg_.a
2025-08-20T23:01:12.0389943Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform=/tmp/go-build2180205415/b2982/_pkg_.a
2025-08-20T23:01:12.0390888Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform=/tmp/go-build2180205415/b2983/_pkg_.a
2025-08-20T23:01:12.0391829Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform=/tmp/go-build2180205415/b2984/_pkg_.a
2025-08-20T23:01:12.0392739Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform=/tmp/go-build2180205415/b2985/_pkg_.a
2025-08-20T23:01:12.0393649Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform=/tmp/go-build2180205415/b2986/_pkg_.a
2025-08-20T23:01:12.0394588Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms=/tmp/go-build2180205415/b2987/_pkg_.a
2025-08-20T23:01:12.0395485Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch=/tmp/go-build2180205415/b2988/_pkg_.a
2025-08-20T23:01:12.0396667Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch=/tmp/go-build2180205415/b2989/_pkg_.a
2025-08-20T23:01:12.0397692Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch=/tmp/go-build2180205415/b2990/_pkg_.a
2025-08-20T23:01:12.0398578Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch=/tmp/go-build2180205415/b2991/_pkg_.a
2025-08-20T23:01:12.0399449Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch=/tmp/go-build2180205415/b2992/_pkg_.a
2025-08-20T23:01:12.0400328Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings=/tmp/go-build2180205415/b2994/_pkg_.a
2025-08-20T23:01:12.0401179Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch=/tmp/go-build2180205415/b2995/_pkg_.a
2025-08-20T23:01:12.0402020Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch=/tmp/go-build2180205415/b2996/_pkg_.a
2025-08-20T23:01:12.0403067Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches=/tmp/go-build2180205415/b2997/_pkg_.a
2025-08-20T23:01:12.0403919Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start=/tmp/go-build2180205415/b2998/_pkg_.a
2025-08-20T23:01:12.0404736Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats=/tmp/go-build2180205415/b2999/_pkg_.a
2025-08-20T23:01:12.0405630Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop=/tmp/go-build2180205415/b3000/_pkg_.a
2025-08-20T23:01:12.0406687Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings=/tmp/go-build2180205415/b3001/_pkg_.a
2025-08-20T23:01:12.0407538Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info=/tmp/go-build2180205415/b3002/_pkg_.a
2025-08-20T23:01:12.0408339Z [00:03:34.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage=/tmp/go-build2180205415/b3004/_pkg_.a
2025-08-20T23:01:12.0408964Z [00:03:34.256]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:12.0409286Z [00:03:34.256]➜  EOF
2025-08-20T23:01:12.0411716Z [00:03:34.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2289/_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/b2289=>" -p github.com/elastic/go-elasticsearch/v8/typedapi -lang=go1.22 -complete -installsuffix shared -buildid DJckFcyyirS5N_gPct7b/DJckFcyyirS5N_gPct7b -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/typedapi/api._.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/typedclient.request.go
2025-08-20T23:01:13.2176611Z [00:03:35.479]➜  go tool buildid -w $WORK/b2289/_pkg_.a # internal
2025-08-20T23:01:13.2290759Z [00:03:35.490]➜  cp $WORK/b2289/_pkg_.a /root/.cache/go-build/f5/f5bce987ec93060a86ebff5a9c04feb4086dd1bcf0f00c158e3fe0ad83f37b94-d # internal
2025-08-20T23:01:13.2293600Z [00:03:35.490]➜  github.com/elastic/go-elasticsearch/v8
2025-08-20T23:01:13.2293925Z [00:03:35.490]➜  mkdir -p $WORK/b2284/
2025-08-20T23:01:13.2297389Z [00:03:35.491]➜  cat >/tmp/go-build2180205415/b2284/importcfg << 'EOF' # internal
2025-08-20T23:01:13.2297772Z [00:03:35.491]➜  # import config
2025-08-20T23:01:13.2298171Z [00:03:35.491]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:01:13.2298635Z [00:03:35.491]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:13.2299051Z [00:03:35.491]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:13.2299994Z [00:03:35.491]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:13.2300920Z [00:03:35.491]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport/version=/tmp/go-build2180205415/b2286/_pkg_.a
2025-08-20T23:01:13.2301853Z [00:03:35.491]➜  packagefile github.com/elastic/go-elasticsearch/v8/esapi=/tmp/go-build2180205415/b2287/_pkg_.a
2025-08-20T23:01:13.2302598Z [00:03:35.491]➜  packagefile github.com/elastic/go-elasticsearch/v8/internal/version=/tmp/go-build2180205415/b2288/_pkg_.a
2025-08-20T23:01:13.2303342Z [00:03:35.491]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi=/tmp/go-build2180205415/b2289/_pkg_.a
2025-08-20T23:01:13.2303996Z [00:03:35.491]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T23:01:13.2304500Z [00:03:35.491]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:13.2304934Z [00:03:35.491]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:13.2305351Z [00:03:35.491]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:01:13.2306279Z [00:03:35.491]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:01:13.2306734Z [00:03:35.491]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:01:13.2307169Z [00:03:35.491]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:13.2307592Z [00:03:35.491]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:13.2308008Z [00:03:35.491]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:01:13.2308422Z [00:03:35.491]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:01:13.2308842Z [00:03:35.491]➜  EOF
2025-08-20T23:01:13.2311168Z [00:03:35.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2284/_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/b2284=>" -p github.com/elastic/go-elasticsearch/v8 -lang=go1.22 -complete -installsuffix shared -buildid bwx6t065XwC7DXKqJAi4/bwx6t065XwC7DXKqJAi4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2284/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:01:13.4745454Z [00:03:35.736]➜  go tool buildid -w $WORK/b2284/_pkg_.a # internal
2025-08-20T23:01:13.4841814Z [00:03:35.745]➜  cp $WORK/b2284/_pkg_.a /root/.cache/go-build/4e/4eb401a4b17350f3625315ea0ebe20497fcb536566d6a27b2785df78c8ef03ef-d # internal
2025-08-20T23:01:13.4843635Z [00:03:35.745]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/elasticsearch
2025-08-20T23:01:13.4845450Z [00:03:35.746]➜  mkdir -p $WORK/b2283/
2025-08-20T23:01:13.4846418Z [00:03:35.746]➜  cat >/tmp/go-build2180205415/b2283/importcfg << 'EOF' # internal
2025-08-20T23:01:13.4847041Z [00:03:35.746]➜  # import config
2025-08-20T23:01:13.4847869Z [00:03:35.746]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:13.4848439Z [00:03:35.746]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:13.4849184Z [00:03:35.746]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:13.4849601Z [00:03:35.746]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:13.4850140Z [00:03:35.746]➜  packagefile github.com/elastic/go-elasticsearch/v8=/tmp/go-build2180205415/b2284/_pkg_.a
2025-08-20T23:01:13.4850815Z [00:03:35.746]➜  packagefile github.com/elastic/go-elasticsearch/v8/esapi=/tmp/go-build2180205415/b2287/_pkg_.a
2025-08-20T23:01:13.4851442Z [00:03:35.746]➜  packagefile github.com/go-errors/errors=/tmp/go-build2180205415/b801/_pkg_.a
2025-08-20T23:01:13.4851985Z [00:03:35.746]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T23:01:13.4852638Z [00:03:35.746]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:01:13.4853505Z [00:03:35.746]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:01:13.4854363Z [00:03:35.746]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build2180205415/b225/_pkg_.a
2025-08-20T23:01:13.4855162Z [00:03:35.746]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:01:13.4856156Z [00:03:35.746]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:01:13.4857017Z [00:03:35.746]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build2180205415/b1976/_pkg_.a
2025-08-20T23:01:13.4857782Z [00:03:35.746]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:01:13.4858433Z [00:03:35.746]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:01:13.4859019Z [00:03:35.746]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:01:13.4859672Z [00:03:35.746]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:01:13.4860207Z [00:03:35.746]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:13.4860615Z [00:03:35.746]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:01:13.4861072Z [00:03:35.746]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:13.4861486Z [00:03:35.746]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:01:13.4862033Z [00:03:35.746]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:01:13.4862422Z [00:03:35.746]➜  EOF
2025-08-20T23:01:13.4864802Z [00:03:35.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2283/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/elasticsearch=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/elasticsearch;$WORK/b2283=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/elasticsearch -lang=go1.24 -complete -installsuffix shared -buildid yud7GhJUh-Z_HeMRnDPf/yud7GhJUh-Z_HeMRnDPf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2283/importcfg -pack ./pkg/sources/elasticsearch/api.go ./pkg/sources/elasticsearch/elasticsearch.go ./pkg/sources/elasticsearch/unit_of_work.go
2025-08-20T23:01:13.6884225Z [00:03:35.949]➜  go tool buildid -w $WORK/b2283/_pkg_.a # internal
2025-08-20T23:01:13.6958859Z [00:03:35.957]➜  cp $WORK/b2283/_pkg_.a /root/.cache/go-build/2f/2fec5ca5fbfc3f873174f392b29dd65c61955bd8ce6c23c484591ee3e4aa44c3-d # internal
2025-08-20T23:01:13.6961077Z [00:03:35.957]➜  github.com/trufflesecurity/trufflehog/v3/pkg/engine
2025-08-20T23:01:13.6961964Z [00:03:35.957]➜  mkdir -p $WORK/b2273/
2025-08-20T23:01:13.6966226Z [00:03:35.958]➜  cat >/tmp/go-build2180205415/b2273/importcfg << 'EOF' # internal
2025-08-20T23:01:13.6966602Z [00:03:35.958]➜  # import config
2025-08-20T23:01:13.6967004Z [00:03:35.958]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:13.6967445Z [00:03:35.958]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:13.6968165Z [00:03:35.958]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:13.6968650Z [00:03:35.958]➜  packagefile github.com/adrg/strutil=/tmp/go-build2180205415/b2274/_pkg_.a
2025-08-20T23:01:13.6969226Z [00:03:35.958]➜  packagefile github.com/adrg/strutil/metrics=/tmp/go-build2180205415/b2278/_pkg_.a
2025-08-20T23:01:13.6969802Z [00:03:35.958]➜  packagefile github.com/go-errors/errors=/tmp/go-build2180205415/b801/_pkg_.a
2025-08-20T23:01:13.6970358Z [00:03:35.958]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build2180205415/b2158/_pkg_.a
2025-08-20T23:01:13.6970945Z [00:03:35.958]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build2180205415/b823/_pkg_.a
2025-08-20T23:01:13.6971702Z [00:03:35.958]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:01:13.6972594Z [00:03:35.958]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build2180205415/b641/_pkg_.a
2025-08-20T23:01:13.6973368Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:01:13.6974117Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/config=/tmp/go-build2180205415/b700/_pkg_.a
2025-08-20T23:01:13.6974872Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:01:13.6975645Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/decoders=/tmp/go-build2180205415/b2279/_pkg_.a
2025-08-20T23:01:13.6976989Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:01:13.6977822Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine/ahocorasick=/tmp/go-build2180205415/b2280/_pkg_.a
2025-08-20T23:01:13.6978665Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine/defaults=/tmp/go-build2180205415/b922/_pkg_.a
2025-08-20T23:01:13.6979458Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/giturl=/tmp/go-build2180205415/b2243/_pkg_.a
2025-08-20T23:01:13.6980221Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/output=/tmp/go-build2180205415/b2281/_pkg_.a
2025-08-20T23:01:13.6981019Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb=/tmp/go-build2180205415/b624/_pkg_.a
2025-08-20T23:01:13.6981980Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:01:13.6982917Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:01:13.6983761Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:01:13.6984551Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:01:13.6985351Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/circleci=/tmp/go-build2180205415/b2282/_pkg_.a
2025-08-20T23:01:13.6986545Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/docker=/tmp/go-build2180205415/b707/_pkg_.a
2025-08-20T23:01:13.6987408Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/elasticsearch=/tmp/go-build2180205415/b2283/_pkg_.a
2025-08-20T23:01:13.6988275Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/filesystem=/tmp/go-build2180205415/b800/_pkg_.a
2025-08-20T23:01:13.6989097Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/gcs=/tmp/go-build2180205415/b1977/_pkg_.a
2025-08-20T23:01:13.6989890Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build2180205415/b2157/_pkg_.a
2025-08-20T23:01:13.6990916Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/github=/tmp/go-build2180205415/b2239/_pkg_.a
2025-08-20T23:01:13.6991794Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/github_experimental=/tmp/go-build2180205415/b3005/_pkg_.a
2025-08-20T23:01:13.6992658Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/gitlab=/tmp/go-build2180205415/b2244/_pkg_.a
2025-08-20T23:01:13.6993509Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/huggingface=/tmp/go-build2180205415/b3010/_pkg_.a
2025-08-20T23:01:13.6994353Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/jenkins=/tmp/go-build2180205415/b2246/_pkg_.a
2025-08-20T23:01:13.6995271Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/postman=/tmp/go-build2180205415/b2248/_pkg_.a
2025-08-20T23:01:13.6996314Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/s3=/tmp/go-build2180205415/b2250/_pkg_.a
2025-08-20T23:01:13.6997131Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/stdin=/tmp/go-build2180205415/b3011/_pkg_.a
2025-08-20T23:01:13.6997947Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/syslog=/tmp/go-build2180205415/b3012/_pkg_.a
2025-08-20T23:01:13.6998780Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/travisci=/tmp/go-build2180205415/b3016/_pkg_.a
2025-08-20T23:01:13.6999624Z [00:03:35.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/verificationcache=/tmp/go-build2180205415/b3018/_pkg_.a
2025-08-20T23:01:13.7000339Z [00:03:35.958]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:01:13.7000991Z [00:03:35.958]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:01:13.7001531Z [00:03:35.958]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:01:13.7001948Z [00:03:35.958]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:01:13.7002379Z [00:03:35.958]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:13.7002803Z [00:03:35.958]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:13.7003220Z [00:03:35.958]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:01:13.7003743Z [00:03:35.958]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:01:13.7004259Z [00:03:35.958]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:01:13.7004571Z [00:03:35.958]➜  EOF
2025-08-20T23:01:13.7008062Z [00:03:35.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2273/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine=>github.com/trufflesecurity/trufflehog/v3/pkg/engine;$WORK/b2273=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/engine -lang=go1.24 -complete -installsuffix shared -buildid raXlS69yiPUdscoVtdqv/raXlS69yiPUdscoVtdqv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2273/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:01:14.0386921Z [00:03:36.300]➜  go tool buildid -w $WORK/b2273/_pkg_.a # internal
2025-08-20T23:01:14.0459581Z [00:03:36.307]➜  cp $WORK/b2273/_pkg_.a /root/.cache/go-build/c9/c9beb5e1e344c77b5dc9db7f9ee52ba411da437b133ccbbb18a2726add36e410-d # internal
2025-08-20T23:01:14.0462588Z [00:03:36.307]➜  github.com/trufflesecurity/trufflehog/v3
2025-08-20T23:01:14.0463232Z [00:03:36.307]➜  mkdir -p $WORK/b001/
2025-08-20T23:01:14.0465569Z [00:03:36.308]➜  cat >/tmp/go-build2180205415/b001/importcfg << 'EOF' # internal
2025-08-20T23:01:14.0466132Z [00:03:36.308]➜  # import config
2025-08-20T23:01:14.0466506Z [00:03:36.308]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:14.0466950Z [00:03:36.308]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:14.0467481Z [00:03:36.308]➜  packagefile github.com/alecthomas/kingpin/v2=/tmp/go-build2180205415/b068/_pkg_.a
2025-08-20T23:01:14.0468048Z [00:03:36.308]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T23:01:14.0468590Z [00:03:36.308]➜  packagefile github.com/felixge/fgprof=/tmp/go-build2180205415/b101/_pkg_.a
2025-08-20T23:01:14.0469322Z [00:03:36.308]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T23:01:14.0470028Z [00:03:36.308]➜  packagefile github.com/jpillora/overseer=/tmp/go-build2180205415/b205/_pkg_.a
2025-08-20T23:01:14.0470606Z [00:03:36.308]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build2180205415/b098/_pkg_.a
2025-08-20T23:01:14.0471279Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer=/tmp/go-build2180205415/b213/_pkg_.a
2025-08-20T23:01:14.0472063Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:01:14.0472852Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp=/tmp/go-build2180205415/b698/_pkg_.a
2025-08-20T23:01:14.0473618Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:01:14.0474367Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/config=/tmp/go-build2180205415/b700/_pkg_.a
2025-08-20T23:01:14.0475123Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:01:14.0476094Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:01:14.0476950Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine=/tmp/go-build2180205415/b2273/_pkg_.a
2025-08-20T23:01:14.0477747Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine/defaults=/tmp/go-build2180205415/b922/_pkg_.a
2025-08-20T23:01:14.0478787Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build2180205415/b616/_pkg_.a
2025-08-20T23:01:14.0479667Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build2180205415/b802/_pkg_.a
2025-08-20T23:01:14.0480420Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build2180205415/b225/_pkg_.a
2025-08-20T23:01:14.0481170Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/output=/tmp/go-build2180205415/b2281/_pkg_.a
2025-08-20T23:01:14.0481929Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:01:14.0482672Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui=/tmp/go-build2180205415/b3020/_pkg_.a
2025-08-20T23:01:14.0483418Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/updater=/tmp/go-build2180205415/b3107/_pkg_.a
2025-08-20T23:01:14.0484228Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/verificationcache=/tmp/go-build2180205415/b3018/_pkg_.a
2025-08-20T23:01:14.0485029Z [00:03:36.308]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/version=/tmp/go-build2180205415/b3108/_pkg_.a
2025-08-20T23:01:14.0485712Z [00:03:36.308]➜  packagefile go.uber.org/automaxprocs/maxprocs=/tmp/go-build2180205415/b3109/_pkg_.a
2025-08-20T23:01:14.0486552Z [00:03:36.308]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:14.0487170Z [00:03:36.308]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:14.0487634Z [00:03:36.308]➜  packagefile net/http/pprof=/tmp/go-build2180205415/b3112/_pkg_.a
2025-08-20T23:01:14.0488072Z [00:03:36.308]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:01:14.0488486Z [00:03:36.308]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:01:14.0488919Z [00:03:36.308]➜  packagefile os/signal=/tmp/go-build2180205415/b212/_pkg_.a
2025-08-20T23:01:14.0489359Z [00:03:36.308]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:01:14.0489785Z [00:03:36.308]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:14.0490214Z [00:03:36.308]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:14.0490720Z [00:03:36.308]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:01:14.0491312Z [00:03:36.308]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:01:14.0491768Z [00:03:36.308]➜  packagefile runtime/cgo=/tmp/go-build2180205415/b091/_pkg_.a
2025-08-20T23:01:14.0492094Z [00:03:36.308]➜  EOF
2025-08-20T23:01:14.0493511Z [00:03:36.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.Ul5mljWa2N/TEMPREPO=>github.com/trufflesecurity/trufflehog/v3;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid GFAqgGZIoW7L_haTgdCy/GFAqgGZIoW7L_haTgdCy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T23:01:14.4082729Z [00:03:36.669]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T23:01:14.4142245Z [00:03:36.675]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/88/884af444ff256e993105b0d71bc6dac5c1612cb13795fde975503bc1984bde91-d # internal
2025-08-20T23:01:14.4212632Z [00:03:36.682]➜  cat >/tmp/go-build2180205415/b001/importcfg.link << 'EOF' # internal
2025-08-20T23:01:14.4213420Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3=/tmp/go-build2180205415/b001/_pkg_.a
2025-08-20T23:01:14.4228729Z [00:03:36.682]➜  packagefile encoding/json=/tmp/go-build2180205415/b002/_pkg_.a
2025-08-20T23:01:14.4229366Z [00:03:36.682]➜  packagefile fmt=/tmp/go-build2180205415/b049/_pkg_.a
2025-08-20T23:01:14.4230154Z [00:03:36.682]➜  packagefile github.com/alecthomas/kingpin/v2=/tmp/go-build2180205415/b068/_pkg_.a
2025-08-20T23:01:14.4230785Z [00:03:36.682]➜  packagefile github.com/fatih/color=/tmp/go-build2180205415/b096/_pkg_.a
2025-08-20T23:01:14.4231613Z [00:03:36.682]➜  packagefile github.com/felixge/fgprof=/tmp/go-build2180205415/b101/_pkg_.a
2025-08-20T23:01:14.4232278Z [00:03:36.682]➜  packagefile github.com/go-logr/logr=/tmp/go-build2180205415/b201/_pkg_.a
2025-08-20T23:01:14.4232838Z [00:03:36.682]➜  packagefile github.com/jpillora/overseer=/tmp/go-build2180205415/b205/_pkg_.a
2025-08-20T23:01:14.4233449Z [00:03:36.682]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build2180205415/b098/_pkg_.a
2025-08-20T23:01:14.4234133Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer=/tmp/go-build2180205415/b213/_pkg_.a
2025-08-20T23:01:14.4265664Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build2180205415/b696/_pkg_.a
2025-08-20T23:01:14.4269408Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp=/tmp/go-build2180205415/b698/_pkg_.a
2025-08-20T23:01:14.4273187Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build2180205415/b319/_pkg_.a
2025-08-20T23:01:14.4275374Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/config=/tmp/go-build2180205415/b700/_pkg_.a
2025-08-20T23:01:14.4276611Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build2180205415/b224/_pkg_.a
2025-08-20T23:01:14.4277579Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build2180205415/b617/_pkg_.a
2025-08-20T23:01:14.4278979Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine=/tmp/go-build2180205415/b2273/_pkg_.a
2025-08-20T23:01:14.4280399Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine/defaults=/tmp/go-build2180205415/b922/_pkg_.a
2025-08-20T23:01:14.4281413Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build2180205415/b616/_pkg_.a
2025-08-20T23:01:14.4282555Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build2180205415/b802/_pkg_.a
2025-08-20T23:01:14.4285105Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build2180205415/b225/_pkg_.a
2025-08-20T23:01:14.4286072Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/output=/tmp/go-build2180205415/b2281/_pkg_.a
2025-08-20T23:01:14.4288284Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build2180205415/b625/_pkg_.a
2025-08-20T23:01:14.4289260Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui=/tmp/go-build2180205415/b3020/_pkg_.a
2025-08-20T23:01:14.4290014Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/updater=/tmp/go-build2180205415/b3107/_pkg_.a
2025-08-20T23:01:14.4290821Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/verificationcache=/tmp/go-build2180205415/b3018/_pkg_.a
2025-08-20T23:01:14.4291626Z [00:03:36.682]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/version=/tmp/go-build2180205415/b3108/_pkg_.a
2025-08-20T23:01:14.4292307Z [00:03:36.682]➜  packagefile go.uber.org/automaxprocs/maxprocs=/tmp/go-build2180205415/b3109/_pkg_.a
2025-08-20T23:01:14.4292809Z [00:03:36.682]➜  packagefile io=/tmp/go-build2180205415/b034/_pkg_.a
2025-08-20T23:01:14.4293234Z [00:03:36.682]➜  packagefile net/http=/tmp/go-build2180205415/b107/_pkg_.a
2025-08-20T23:01:14.4293698Z [00:03:36.682]➜  packagefile net/http/pprof=/tmp/go-build2180205415/b3112/_pkg_.a
2025-08-20T23:01:14.4294349Z [00:03:36.682]➜  packagefile os=/tmp/go-build2180205415/b053/_pkg_.a
2025-08-20T23:01:14.4294847Z [00:03:36.682]➜  packagefile os/exec=/tmp/go-build2180205415/b211/_pkg_.a
2025-08-20T23:01:14.4295283Z [00:03:36.682]➜  packagefile os/signal=/tmp/go-build2180205415/b212/_pkg_.a
2025-08-20T23:01:14.4295715Z [00:03:36.682]➜  packagefile runtime=/tmp/go-build2180205415/b010/_pkg_.a
2025-08-20T23:01:14.4296262Z [00:03:36.682]➜  packagefile strconv=/tmp/go-build2180205415/b047/_pkg_.a
2025-08-20T23:01:14.4296836Z [00:03:36.682]➜  packagefile strings=/tmp/go-build2180205415/b066/_pkg_.a
2025-08-20T23:01:14.4297329Z [00:03:36.682]➜  packagefile sync=/tmp/go-build2180205415/b035/_pkg_.a
2025-08-20T23:01:14.4297746Z [00:03:36.682]➜  packagefile syscall=/tmp/go-build2180205415/b061/_pkg_.a
2025-08-20T23:01:14.4298191Z [00:03:36.682]➜  packagefile runtime/cgo=/tmp/go-build2180205415/b091/_pkg_.a
2025-08-20T23:01:14.4298634Z [00:03:36.682]➜  packagefile bytes=/tmp/go-build2180205415/b003/_pkg_.a
2025-08-20T23:01:14.4299045Z [00:03:36.682]➜  packagefile cmp=/tmp/go-build2180205415/b043/_pkg_.a
2025-08-20T23:01:14.4299462Z [00:03:36.682]➜  packagefile encoding=/tmp/go-build2180205415/b044/_pkg_.a
2025-08-20T23:01:14.4299918Z [00:03:36.682]➜  packagefile encoding/base64=/tmp/go-build2180205415/b045/_pkg_.a
2025-08-20T23:01:14.4300366Z [00:03:36.682]➜  packagefile errors=/tmp/go-build2180205415/b004/_pkg_.a
2025-08-20T23:01:14.4300776Z [00:03:36.682]➜  packagefile math=/tmp/go-build2180205415/b048/_pkg_.a
2025-08-20T23:01:14.4301195Z [00:03:36.682]➜  packagefile reflect=/tmp/go-build2180205415/b051/_pkg_.a
2025-08-20T23:01:14.4301843Z [00:03:36.682]➜  packagefile slices=/tmp/go-build2180205415/b046/_pkg_.a
2025-08-20T23:01:14.4302289Z [00:03:36.682]➜  packagefile unicode=/tmp/go-build2180205415/b041/_pkg_.a
2025-08-20T23:01:14.4302748Z [00:03:36.682]➜  packagefile unicode/utf16=/tmp/go-build2180205415/b067/_pkg_.a
2025-08-20T23:01:14.4303219Z [00:03:36.683]➜  packagefile unicode/utf8=/tmp/go-build2180205415/b042/_pkg_.a
2025-08-20T23:01:14.4303895Z [00:03:36.683]➜  packagefile internal/fmtsort=/tmp/go-build2180205415/b050/_pkg_.a
2025-08-20T23:01:14.4304346Z [00:03:36.683]➜  packagefile bufio=/tmp/go-build2180205415/b069/_pkg_.a
2025-08-20T23:01:14.4304786Z [00:03:36.683]➜  packagefile encoding/hex=/tmp/go-build2180205415/b070/_pkg_.a
2025-08-20T23:01:14.4305305Z [00:03:36.683]➜  packagefile github.com/alecthomas/units=/tmp/go-build2180205415/b071/_pkg_.a
2025-08-20T23:01:14.4306080Z [00:03:36.683]➜  packagefile github.com/xhit/go-str2duration/v2=/tmp/go-build2180205415/b072/_pkg_.a
2025-08-20T23:01:14.4306655Z [00:03:36.683]➜  packagefile go/doc=/tmp/go-build2180205415/b073/_pkg_.a
2025-08-20T23:01:14.4309361Z [00:03:36.683]➜  packagefile net=/tmp/go-build2180205415/b083/_pkg_.a
2025-08-20T23:01:14.4309960Z [00:03:36.683]➜  packagefile net/url=/tmp/go-build2180205415/b092/_pkg_.a
2025-08-20T23:01:14.4310598Z [00:03:36.683]➜  packagefile path/filepath=/tmp/go-build2180205415/b077/_pkg_.a
2025-08-20T23:01:14.4311057Z [00:03:36.683]➜  packagefile regexp=/tmp/go-build2180205415/b081/_pkg_.a
2025-08-20T23:01:14.4311507Z [00:03:36.683]➜  packagefile text/template=/tmp/go-build2180205415/b094/_pkg_.a
2025-08-20T23:01:14.4311945Z [00:03:36.683]➜  packagefile time=/tmp/go-build2180205415/b058/_pkg_.a
2025-08-20T23:01:14.4312436Z [00:03:36.683]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build2180205415/b097/_pkg_.a
2025-08-20T23:01:14.4313032Z [00:03:36.683]➜  packagefile github.com/google/pprof/profile=/tmp/go-build2180205415/b102/_pkg_.a
2025-08-20T23:01:14.4313527Z [00:03:36.683]➜  packagefile sort=/tmp/go-build2180205415/b078/_pkg_.a
2025-08-20T23:01:14.4313949Z [00:03:36.683]➜  packagefile context=/tmp/go-build2180205415/b084/_pkg_.a
2025-08-20T23:01:14.4314379Z [00:03:36.683]➜  packagefile log/slog=/tmp/go-build2180205415/b202/_pkg_.a
2025-08-20T23:01:14.4314834Z [00:03:36.683]➜  packagefile crypto/rand=/tmp/go-build2180205415/b109/_pkg_.a
2025-08-20T23:01:14.4315303Z [00:03:36.683]➜  packagefile crypto/sha1=/tmp/go-build2180205415/b175/_pkg_.a
2025-08-20T23:01:14.4323635Z [00:03:36.683]➜  packagefile github.com/jpillora/overseer/fetcher=/tmp/go-build2180205415/b206/_pkg_.a
2025-08-20T23:01:14.4324974Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/touchfile=/tmp/go-build2180205415/b209/_pkg_.a
2025-08-20T23:01:14.4326673Z [00:03:36.683]➜  packagefile log=/tmp/go-build2180205415/b188/_pkg_.a
2025-08-20T23:01:14.4327803Z [00:03:36.683]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2180205415/b099/_pkg_.a
2025-08-20T23:01:14.4329963Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airbrake=/tmp/go-build2180205415/b214/_pkg_.a
2025-08-20T23:01:14.4332859Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtableoauth=/tmp/go-build2180205415/b263/_pkg_.a
2025-08-20T23:01:14.4335480Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtablepat=/tmp/go-build2180205415/b265/_pkg_.a
2025-08-20T23:01:14.4336998Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/anthropic=/tmp/go-build2180205415/b267/_pkg_.a
2025-08-20T23:01:14.4338005Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/asana=/tmp/go-build2180205415/b268/_pkg_.a
2025-08-20T23:01:14.4339106Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/bitbucket=/tmp/go-build2180205415/b269/_pkg_.a
2025-08-20T23:01:14.4340113Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/databricks=/tmp/go-build2180205415/b270/_pkg_.a
2025-08-20T23:01:14.4341054Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/datadog=/tmp/go-build2180205415/b271/_pkg_.a
2025-08-20T23:01:14.4342002Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/digitalocean=/tmp/go-build2180205415/b272/_pkg_.a
2025-08-20T23:01:14.4343193Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dockerhub=/tmp/go-build2180205415/b273/_pkg_.a
2025-08-20T23:01:14.4344116Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dropbox=/tmp/go-build2180205415/b275/_pkg_.a
2025-08-20T23:01:14.4345043Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/elevenlabs=/tmp/go-build2180205415/b276/_pkg_.a
2025-08-20T23:01:14.4346092Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/fastly=/tmp/go-build2180205415/b279/_pkg_.a
2025-08-20T23:01:14.4347058Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/figma=/tmp/go-build2180205415/b280/_pkg_.a
2025-08-20T23:01:14.4348061Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github=/tmp/go-build2180205415/b281/_pkg_.a
2025-08-20T23:01:14.4349088Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/gitlab=/tmp/go-build2180205415/b287/_pkg_.a
2025-08-20T23:01:14.4349982Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/groq=/tmp/go-build2180205415/b288/_pkg_.a
2025-08-20T23:01:14.4350899Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/huggingface=/tmp/go-build2180205415/b289/_pkg_.a
2025-08-20T23:01:14.4351817Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/jira=/tmp/go-build2180205415/b290/_pkg_.a
2025-08-20T23:01:14.4352739Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/launchdarkly=/tmp/go-build2180205415/b291/_pkg_.a
2025-08-20T23:01:14.4353686Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailchimp=/tmp/go-build2180205415/b292/_pkg_.a
2025-08-20T23:01:14.4354616Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailgun=/tmp/go-build2180205415/b293/_pkg_.a
2025-08-20T23:01:14.4355520Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/monday=/tmp/go-build2180205415/b294/_pkg_.a
2025-08-20T23:01:14.4357091Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mux=/tmp/go-build2180205415/b295/_pkg_.a
2025-08-20T23:01:14.4359889Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mysql=/tmp/go-build2180205415/b296/_pkg_.a
2025-08-20T23:01:14.4362672Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/netlify=/tmp/go-build2180205415/b303/_pkg_.a
2025-08-20T23:01:14.4363652Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/ngrok=/tmp/go-build2180205415/b304/_pkg_.a
2025-08-20T23:01:14.4368605Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/notion=/tmp/go-build2180205415/b305/_pkg_.a
2025-08-20T23:01:14.4370846Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/openai=/tmp/go-build2180205415/b306/_pkg_.a
2025-08-20T23:01:14.4372432Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/opsgenie=/tmp/go-build2180205415/b307/_pkg_.a
2025-08-20T23:01:14.4373761Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/plaid=/tmp/go-build2180205415/b308/_pkg_.a
2025-08-20T23:01:14.4374923Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/planetscale=/tmp/go-build2180205415/b309/_pkg_.a
2025-08-20T23:01:14.4376348Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postgres=/tmp/go-build2180205415/b310/_pkg_.a
2025-08-20T23:01:14.4377545Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/posthog=/tmp/go-build2180205415/b315/_pkg_.a
2025-08-20T23:01:14.4379259Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postman=/tmp/go-build2180205415/b316/_pkg_.a
2025-08-20T23:01:14.4380207Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/privatekey=/tmp/go-build2180205415/b317/_pkg_.a
2025-08-20T23:01:14.4381156Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sendgrid=/tmp/go-build2180205415/b685/_pkg_.a
2025-08-20T23:01:14.4382230Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/shopify=/tmp/go-build2180205415/b689/_pkg_.a
2025-08-20T23:01:14.4383323Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/slack=/tmp/go-build2180205415/b690/_pkg_.a
2025-08-20T23:01:14.4384384Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sourcegraph=/tmp/go-build2180205415/b691/_pkg_.a
2025-08-20T23:01:14.4385325Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/square=/tmp/go-build2180205415/b692/_pkg_.a
2025-08-20T23:01:14.4389531Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/stripe=/tmp/go-build2180205415/b693/_pkg_.a
2025-08-20T23:01:14.4390547Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/twilio=/tmp/go-build2180205415/b695/_pkg_.a
2025-08-20T23:01:14.4391426Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build2180205415/b223/_pkg_.a
2025-08-20T23:01:14.4392120Z [00:03:36.683]➜  packagefile github.com/patrickmn/go-cache=/tmp/go-build2180205415/b697/_pkg_.a
2025-08-20T23:01:14.4392694Z [00:03:36.683]➜  packagefile github.com/mitchellh/go-ps=/tmp/go-build2180205415/b699/_pkg_.a
2025-08-20T23:01:14.4393308Z [00:03:36.683]➜  packagefile cloud.google.com/go/secretmanager/apiv1=/tmp/go-build2180205415/b320/_pkg_.a
2025-08-20T23:01:14.4394027Z [00:03:36.683]➜  packagefile cloud.google.com/go/secretmanager/apiv1/secretmanagerpb=/tmp/go-build2180205415/b443/_pkg_.a
2025-08-20T23:01:14.4394632Z [00:03:36.683]➜  packagefile crypto/tls=/tmp/go-build2180205415/b137/_pkg_.a
2025-08-20T23:01:14.4395087Z [00:03:36.683]➜  packagefile crypto/x509=/tmp/go-build2180205415/b179/_pkg_.a
2025-08-20T23:01:14.4395898Z [00:03:36.683]➜  packagefile github.com/getsentry/sentry-go=/tmp/go-build2180205415/b227/_pkg_.a
2025-08-20T23:01:14.4396589Z [00:03:36.683]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build2180205415/b565/_pkg_.a
2025-08-20T23:01:14.4397173Z [00:03:36.683]➜  packagefile github.com/joho/godotenv=/tmp/go-build2180205415/b567/_pkg_.a
2025-08-20T23:01:14.4397706Z [00:03:36.683]➜  packagefile github.com/pkg/errors=/tmp/go-build2180205415/b568/_pkg_.a
2025-08-20T23:01:14.4398300Z [00:03:36.683]➜  packagefile github.com/tailscale/depaware/depaware=/tmp/go-build2180205415/b569/_pkg_.a
2025-08-20T23:01:14.4398837Z [00:03:36.683]➜  packagefile math/big=/tmp/go-build2180205415/b135/_pkg_.a
2025-08-20T23:01:14.4399274Z [00:03:36.683]➜  packagefile math/rand=/tmp/go-build2180205415/b136/_pkg_.a
2025-08-20T23:01:14.4399744Z [00:03:36.683]➜  packagefile runtime/debug=/tmp/go-build2180205415/b249/_pkg_.a
2025-08-20T23:01:14.4400406Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/custom_detectors=/tmp/go-build2180205415/b701/_pkg_.a
2025-08-20T23:01:14.4401210Z [00:03:36.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/configpb=/tmp/go-build2180205415/b703/_pkg_.a
2025-08-20T23:01:14.4402006Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build2180205415/b619/_pkg_.a
2025-08-20T23:01:14.4402814Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build2180205415/b622/_pkg_.a
2025-08-20T23:01:14.4403825Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/protoyaml=/tmp/go-build2180205415/b704/_pkg_.a
2025-08-20T23:01:14.4404621Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/docker=/tmp/go-build2180205415/b707/_pkg_.a
2025-08-20T23:01:14.4405452Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/filesystem=/tmp/go-build2180205415/b800/_pkg_.a
2025-08-20T23:01:14.4407354Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/gcs=/tmp/go-build2180205415/b1977/_pkg_.a
2025-08-20T23:01:14.4408160Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build2180205415/b2157/_pkg_.a
2025-08-20T23:01:14.4409159Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/github=/tmp/go-build2180205415/b2239/_pkg_.a
2025-08-20T23:01:14.4410105Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/gitlab=/tmp/go-build2180205415/b2244/_pkg_.a
2025-08-20T23:01:14.4410939Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/jenkins=/tmp/go-build2180205415/b2246/_pkg_.a
2025-08-20T23:01:14.4411769Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/postman=/tmp/go-build2180205415/b2248/_pkg_.a
2025-08-20T23:01:14.4412571Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/s3=/tmp/go-build2180205415/b2250/_pkg_.a
2025-08-20T23:01:14.4413158Z [00:03:36.684]➜  packagefile embed=/tmp/go-build2180205415/b266/_pkg_.a
2025-08-20T23:01:14.4413676Z [00:03:36.684]➜  packagefile github.com/BobuSumisu/aho-corasick=/tmp/go-build2180205415/b618/_pkg_.a
2025-08-20T23:01:14.4414897Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build2180205415/b621/_pkg_.a
2025-08-20T23:01:14.4415656Z [00:03:36.684]➜  packagefile github.com/adrg/strutil=/tmp/go-build2180205415/b2274/_pkg_.a
2025-08-20T23:01:14.4416465Z [00:03:36.684]➜  packagefile github.com/adrg/strutil/metrics=/tmp/go-build2180205415/b2278/_pkg_.a
2025-08-20T23:01:14.4417046Z [00:03:36.684]➜  packagefile github.com/go-errors/errors=/tmp/go-build2180205415/b801/_pkg_.a
2025-08-20T23:01:14.4417599Z [00:03:36.684]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build2180205415/b2158/_pkg_.a
2025-08-20T23:01:14.4418181Z [00:03:36.684]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build2180205415/b823/_pkg_.a
2025-08-20T23:01:14.4419019Z [00:03:36.684]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2180205415/b627/_pkg_.a
2025-08-20T23:01:14.4419834Z [00:03:36.684]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build2180205415/b641/_pkg_.a
2025-08-20T23:01:14.4420611Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/decoders=/tmp/go-build2180205415/b2279/_pkg_.a
2025-08-20T23:01:14.4421434Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine/ahocorasick=/tmp/go-build2180205415/b2280/_pkg_.a
2025-08-20T23:01:14.4422238Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/giturl=/tmp/go-build2180205415/b2243/_pkg_.a
2025-08-20T23:01:14.4423035Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb=/tmp/go-build2180205415/b624/_pkg_.a
2025-08-20T23:01:14.4423871Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/circleci=/tmp/go-build2180205415/b2282/_pkg_.a
2025-08-20T23:01:14.4424729Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/elasticsearch=/tmp/go-build2180205415/b2283/_pkg_.a
2025-08-20T23:01:14.4425629Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/github_experimental=/tmp/go-build2180205415/b3005/_pkg_.a
2025-08-20T23:01:14.4426682Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/huggingface=/tmp/go-build2180205415/b3010/_pkg_.a
2025-08-20T23:01:14.4427719Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/stdin=/tmp/go-build2180205415/b3011/_pkg_.a
2025-08-20T23:01:14.4428540Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/syslog=/tmp/go-build2180205415/b3012/_pkg_.a
2025-08-20T23:01:14.4429369Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/travisci=/tmp/go-build2180205415/b3016/_pkg_.a
2025-08-20T23:01:14.4430081Z [00:03:36.684]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2180205415/b342/_pkg_.a
2025-08-20T23:01:14.4430725Z [00:03:36.684]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2180205415/b403/_pkg_.a
2025-08-20T23:01:14.4431288Z [00:03:36.684]➜  packagefile sync/atomic=/tmp/go-build2180205415/b037/_pkg_.a
2025-08-20T23:01:14.4432047Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abuseipdb=/tmp/go-build2180205415/b923/_pkg_.a
2025-08-20T23:01:14.4433066Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abyssale=/tmp/go-build2180205415/b924/_pkg_.a
2025-08-20T23:01:14.4433947Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v1=/tmp/go-build2180205415/b925/_pkg_.a
2025-08-20T23:01:14.4435445Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v2=/tmp/go-build2180205415/b926/_pkg_.a
2025-08-20T23:01:14.4436506Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adafruitio=/tmp/go-build2180205415/b927/_pkg_.a
2025-08-20T23:01:14.4437365Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adzuna=/tmp/go-build2180205415/b928/_pkg_.a
2025-08-20T23:01:14.4438229Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aeroworkflow=/tmp/go-build2180205415/b929/_pkg_.a
2025-08-20T23:01:14.4439083Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/agora=/tmp/go-build2180205415/b930/_pkg_.a
2025-08-20T23:01:14.4439900Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aha=/tmp/go-build2180205415/b931/_pkg_.a
2025-08-20T23:01:14.4440778Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeprojectkey=/tmp/go-build2180205415/b932/_pkg_.a
2025-08-20T23:01:14.4441837Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeuserkey=/tmp/go-build2180205415/b933/_pkg_.a
2025-08-20T23:01:14.4442786Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airship=/tmp/go-build2180205415/b934/_pkg_.a
2025-08-20T23:01:14.4443663Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtableoauth=/tmp/go-build2180205415/b935/_pkg_.a
2025-08-20T23:01:14.4444637Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtablepersonalaccesstoken=/tmp/go-build2180205415/b936/_pkg_.a
2025-08-20T23:01:14.4445578Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airvisual=/tmp/go-build2180205415/b937/_pkg_.a
2025-08-20T23:01:14.4446626Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aiven=/tmp/go-build2180205415/b938/_pkg_.a
2025-08-20T23:01:14.4447463Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alchemy=/tmp/go-build2180205415/b939/_pkg_.a
2025-08-20T23:01:14.4448299Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alegra=/tmp/go-build2180205415/b940/_pkg_.a
2025-08-20T23:01:14.4449150Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aletheiaapi=/tmp/go-build2180205415/b941/_pkg_.a
2025-08-20T23:01:14.4450047Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/algoliaadminkey=/tmp/go-build2180205415/b942/_pkg_.a
2025-08-20T23:01:14.4451154Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alibaba=/tmp/go-build2180205415/b943/_pkg_.a
2025-08-20T23:01:14.4452017Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alienvault=/tmp/go-build2180205415/b944/_pkg_.a
2025-08-20T23:01:14.4452881Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/allsports=/tmp/go-build2180205415/b945/_pkg_.a
2025-08-20T23:01:14.4453737Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amadeus=/tmp/go-build2180205415/b946/_pkg_.a
2025-08-20T23:01:14.4454564Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ambee=/tmp/go-build2180205415/b947/_pkg_.a
2025-08-20T23:01:14.4455520Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amplitudeapikey=/tmp/go-build2180205415/b948/_pkg_.a
2025-08-20T23:01:14.4456633Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anthropic=/tmp/go-build2180205415/b949/_pkg_.a
2025-08-20T23:01:14.4457496Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anypoint=/tmp/go-build2180205415/b950/_pkg_.a
2025-08-20T23:01:14.4458337Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apacta=/tmp/go-build2180205415/b951/_pkg_.a
2025-08-20T23:01:14.4459417Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/api2cart=/tmp/go-build2180205415/b952/_pkg_.a
2025-08-20T23:01:14.4460262Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apideck=/tmp/go-build2180205415/b953/_pkg_.a
2025-08-20T23:01:14.4461108Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apiflash=/tmp/go-build2180205415/b954/_pkg_.a
2025-08-20T23:01:14.4461964Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apifonica=/tmp/go-build2180205415/b955/_pkg_.a
2025-08-20T23:01:14.4462804Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apify=/tmp/go-build2180205415/b956/_pkg_.a
2025-08-20T23:01:14.4463636Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apilayer=/tmp/go-build2180205415/b957/_pkg_.a
2025-08-20T23:01:14.4464478Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimatic=/tmp/go-build2180205415/b958/_pkg_.a
2025-08-20T23:01:14.4465485Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimetrics=/tmp/go-build2180205415/b959/_pkg_.a
2025-08-20T23:01:14.4466529Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apitemplate=/tmp/go-build2180205415/b960/_pkg_.a
2025-08-20T23:01:14.4467395Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appcues=/tmp/go-build2180205415/b961/_pkg_.a
2025-08-20T23:01:14.4468250Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appfollow=/tmp/go-build2180205415/b962/_pkg_.a
2025-08-20T23:01:14.4469114Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appointedd=/tmp/go-build2180205415/b963/_pkg_.a
2025-08-20T23:01:14.4469975Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appoptics=/tmp/go-build2180205415/b964/_pkg_.a
2025-08-20T23:01:14.4470837Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appsynergy=/tmp/go-build2180205415/b965/_pkg_.a
2025-08-20T23:01:14.4471687Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apptivo=/tmp/go-build2180205415/b966/_pkg_.a
2025-08-20T23:01:14.4472552Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artifactory=/tmp/go-build2180205415/b967/_pkg_.a
2025-08-20T23:01:14.4473402Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artsy=/tmp/go-build2180205415/b968/_pkg_.a
2025-08-20T23:01:14.4474409Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanaoauth=/tmp/go-build2180205415/b969/_pkg_.a
2025-08-20T23:01:14.4475350Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanapersonalaccesstoken=/tmp/go-build2180205415/b970/_pkg_.a
2025-08-20T23:01:14.4476451Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/assemblyai=/tmp/go-build2180205415/b971/_pkg_.a
2025-08-20T23:01:14.4477299Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atera=/tmp/go-build2180205415/b972/_pkg_.a
2025-08-20T23:01:14.4478154Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v1=/tmp/go-build2180205415/b973/_pkg_.a
2025-08-20T23:01:14.4479133Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v2=/tmp/go-build2180205415/b974/_pkg_.a
2025-08-20T23:01:14.4480108Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/audd=/tmp/go-build2180205415/b975/_pkg_.a
2025-08-20T23:01:14.4481017Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0managementapitoken=/tmp/go-build2180205415/b976/_pkg_.a
2025-08-20T23:01:14.4481943Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0oauth=/tmp/go-build2180205415/b977/_pkg_.a
2025-08-20T23:01:14.4482804Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autodesk=/tmp/go-build2180205415/b978/_pkg_.a
2025-08-20T23:01:14.4483653Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autoklose=/tmp/go-build2180205415/b979/_pkg_.a
2025-08-20T23:01:14.4484508Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autopilot=/tmp/go-build2180205415/b980/_pkg_.a
2025-08-20T23:01:14.4485443Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/avazapersonalaccesstoken=/tmp/go-build2180205415/b981/_pkg_.a
2025-08-20T23:01:14.4486657Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aviationstack=/tmp/go-build2180205415/b982/_pkg_.a
2025-08-20T23:01:14.4487559Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/access_keys=/tmp/go-build2180205415/b983/_pkg_.a
2025-08-20T23:01:14.4488590Z [00:03:36.684]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/session_keys=/tmp/go-build2180205415/b1059/_pkg_.a
2025-08-20T23:01:14.4489545Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/axonaut=/tmp/go-build2180205415/b1060/_pkg_.a
2025-08-20T23:01:14.4490395Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aylien=/tmp/go-build2180205415/b1061/_pkg_.a
2025-08-20T23:01:14.4491245Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ayrshare=/tmp/go-build2180205415/b1062/_pkg_.a
2025-08-20T23:01:14.4492114Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_batch=/tmp/go-build2180205415/b1063/_pkg_.a
2025-08-20T23:01:14.4492994Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_cosmosdb=/tmp/go-build2180205415/b1064/_pkg_.a
2025-08-20T23:01:14.4493931Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/refreshtoken=/tmp/go-build2180205415/b1065/_pkg_.a
2025-08-20T23:01:14.4494929Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v1=/tmp/go-build2180205415/b1068/_pkg_.a
2025-08-20T23:01:14.4496238Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v2=/tmp/go-build2180205415/b1070/_pkg_.a
2025-08-20T23:01:14.4497257Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_openai=/tmp/go-build2180205415/b1071/_pkg_.a
2025-08-20T23:01:14.4498347Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_storage=/tmp/go-build2180205415/b1072/_pkg_.a
2025-08-20T23:01:14.4499338Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagement/repositorykey=/tmp/go-build2180205415/b1073/_pkg_.a
2025-08-20T23:01:14.4500426Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagementsubscriptionkey=/tmp/go-build2180205415/b1074/_pkg_.a
2025-08-20T23:01:14.4501658Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureappconfigconnectionstring=/tmp/go-build2180205415/b1075/_pkg_.a
2025-08-20T23:01:14.4503683Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azurecontainerregistry=/tmp/go-build2180205415/b1076/_pkg_.a
2025-08-20T23:01:14.4504831Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredevopspersonalaccesstoken=/tmp/go-build2180205415/b1077/_pkg_.a
2025-08-20T23:01:14.4506044Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredirectmanagementkey=/tmp/go-build2180205415/b1078/_pkg_.a
2025-08-20T23:01:14.4507059Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresastoken=/tmp/go-build2180205415/b1079/_pkg_.a
2025-08-20T23:01:14.4507996Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchadminkey=/tmp/go-build2180205415/b1080/_pkg_.a
2025-08-20T23:01:14.4508953Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchquerykey=/tmp/go-build2180205415/b1081/_pkg_.a
2025-08-20T23:01:14.4509880Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v1=/tmp/go-build2180205415/b1082/_pkg_.a
2025-08-20T23:01:14.4510782Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v2=/tmp/go-build2180205415/b1083/_pkg_.a
2025-08-20T23:01:14.4511674Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/baremetrics=/tmp/go-build2180205415/b1084/_pkg_.a
2025-08-20T23:01:14.4512536Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beamer=/tmp/go-build2180205415/b1085/_pkg_.a
2025-08-20T23:01:14.4513493Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beebole=/tmp/go-build2180205415/b1086/_pkg_.a
2025-08-20T23:01:14.4514400Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/besttime=/tmp/go-build2180205415/b1087/_pkg_.a
2025-08-20T23:01:14.4515271Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/betterstack=/tmp/go-build2180205415/b1088/_pkg_.a
2025-08-20T23:01:14.4516277Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/billomat=/tmp/go-build2180205415/b1089/_pkg_.a
2025-08-20T23:01:14.4517197Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bingsubscriptionkey=/tmp/go-build2180205415/b1090/_pkg_.a
2025-08-20T23:01:14.4518090Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbar=/tmp/go-build2180205415/b1091/_pkg_.a
2025-08-20T23:01:14.4519000Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbucketapppassword=/tmp/go-build2180205415/b1092/_pkg_.a
2025-08-20T23:01:14.4519937Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitcoinaverage=/tmp/go-build2180205415/b1093/_pkg_.a
2025-08-20T23:01:14.4520823Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitfinex=/tmp/go-build2180205415/b1094/_pkg_.a
2025-08-20T23:01:14.4521716Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitlyaccesstoken=/tmp/go-build2180205415/b1095/_pkg_.a
2025-08-20T23:01:14.4522803Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitmex=/tmp/go-build2180205415/b1096/_pkg_.a
2025-08-20T23:01:14.4523669Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blazemeter=/tmp/go-build2180205415/b1097/_pkg_.a
2025-08-20T23:01:14.4524529Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blitapp=/tmp/go-build2180205415/b1098/_pkg_.a
2025-08-20T23:01:14.4525375Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blogger=/tmp/go-build2180205415/b1099/_pkg_.a
2025-08-20T23:01:14.4526385Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bombbomb=/tmp/go-build2180205415/b1100/_pkg_.a
2025-08-20T23:01:14.4527349Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boostnote=/tmp/go-build2180205415/b1101/_pkg_.a
2025-08-20T23:01:14.4528300Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/borgbase=/tmp/go-build2180205415/b1102/_pkg_.a
2025-08-20T23:01:14.4529135Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/box=/tmp/go-build2180205415/b1103/_pkg_.a
2025-08-20T23:01:14.4529961Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boxoauth=/tmp/go-build2180205415/b1104/_pkg_.a
2025-08-20T23:01:14.4530928Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/braintreepayments=/tmp/go-build2180205415/b1105/_pkg_.a
2025-08-20T23:01:14.4531907Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v1=/tmp/go-build2180205415/b1106/_pkg_.a
2025-08-20T23:01:14.4532803Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v2=/tmp/go-build2180205415/b1107/_pkg_.a
2025-08-20T23:01:14.4533739Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browserstack=/tmp/go-build2180205415/b1108/_pkg_.a
2025-08-20T23:01:14.4534614Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browshot=/tmp/go-build2180205415/b1111/_pkg_.a
2025-08-20T23:01:14.4535459Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bscscan=/tmp/go-build2180205415/b1112/_pkg_.a
2025-08-20T23:01:14.4536467Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buddyns=/tmp/go-build2180205415/b1113/_pkg_.a
2025-08-20T23:01:14.4537321Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/budibase=/tmp/go-build2180205415/b1114/_pkg_.a
2025-08-20T23:01:14.4538173Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugherd=/tmp/go-build2180205415/b1115/_pkg_.a
2025-08-20T23:01:14.4539020Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugsnag=/tmp/go-build2180205415/b1116/_pkg_.a
2025-08-20T23:01:14.4539889Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v1=/tmp/go-build2180205415/b1117/_pkg_.a
2025-08-20T23:01:14.4540771Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v2=/tmp/go-build2180205415/b1118/_pkg_.a
2025-08-20T23:01:14.4541628Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulbul=/tmp/go-build2180205415/b1119/_pkg_.a
2025-08-20T23:01:14.4542472Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulksms=/tmp/go-build2180205415/b1120/_pkg_.a
2025-08-20T23:01:14.4543325Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buttercms=/tmp/go-build2180205415/b1121/_pkg_.a
2025-08-20T23:01:14.4544326Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caflou=/tmp/go-build2180205415/b1122/_pkg_.a
2025-08-20T23:01:14.4545251Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendarific=/tmp/go-build2180205415/b1123/_pkg_.a
2025-08-20T23:01:14.4546406Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendlyapikey=/tmp/go-build2180205415/b1124/_pkg_.a
2025-08-20T23:01:14.4547308Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calorieninja=/tmp/go-build2180205415/b1125/_pkg_.a
2025-08-20T23:01:14.4548176Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/campayn=/tmp/go-build2180205415/b1126/_pkg_.a
2025-08-20T23:01:14.4549018Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cannyio=/tmp/go-build2180205415/b1127/_pkg_.a
2025-08-20T23:01:14.4549875Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/capsulecrm=/tmp/go-build2180205415/b1128/_pkg_.a
2025-08-20T23:01:14.4551040Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v1=/tmp/go-build2180205415/b1129/_pkg_.a
2025-08-20T23:01:14.4551957Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v2=/tmp/go-build2180205415/b1130/_pkg_.a
2025-08-20T23:01:14.4552866Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/carboninterface=/tmp/go-build2180205415/b1131/_pkg_.a
2025-08-20T23:01:14.4553826Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cashboard=/tmp/go-build2180205415/b1132/_pkg_.a
2025-08-20T23:01:14.4554734Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caspio=/tmp/go-build2180205415/b1133/_pkg_.a
2025-08-20T23:01:14.4555570Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/censys=/tmp/go-build2180205415/b1134/_pkg_.a
2025-08-20T23:01:14.4556661Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/centralstationcrm=/tmp/go-build2180205415/b1135/_pkg_.a
2025-08-20T23:01:14.4557551Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cexio=/tmp/go-build2180205415/b1136/_pkg_.a
2025-08-20T23:01:14.4558400Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chartmogul=/tmp/go-build2180205415/b1137/_pkg_.a
2025-08-20T23:01:14.4559254Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatbot=/tmp/go-build2180205415/b1138/_pkg_.a
2025-08-20T23:01:14.4560103Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatfule=/tmp/go-build2180205415/b1139/_pkg_.a
2025-08-20T23:01:14.4560951Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checio=/tmp/go-build2180205415/b1140/_pkg_.a
2025-08-20T23:01:14.4561808Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checklyhq=/tmp/go-build2180205415/b1141/_pkg_.a
2025-08-20T23:01:14.4562672Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkout=/tmp/go-build2180205415/b1142/_pkg_.a
2025-08-20T23:01:14.4563527Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkvist=/tmp/go-build2180205415/b1143/_pkg_.a
2025-08-20T23:01:14.4564376Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cicero=/tmp/go-build2180205415/b1144/_pkg_.a
2025-08-20T23:01:14.4565237Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v1=/tmp/go-build2180205415/b1145/_pkg_.a
2025-08-20T23:01:14.4566223Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v2=/tmp/go-build2180205415/b1146/_pkg_.a
2025-08-20T23:01:14.4567238Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clarifai=/tmp/go-build2180205415/b1147/_pkg_.a
2025-08-20T23:01:14.4568170Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clearbit=/tmp/go-build2180205415/b1148/_pkg_.a
2025-08-20T23:01:14.4569149Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickhelp=/tmp/go-build2180205415/b1149/_pkg_.a
2025-08-20T23:01:14.4570027Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clicksendsms=/tmp/go-build2180205415/b1150/_pkg_.a
2025-08-20T23:01:14.4570962Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickuppersonaltoken=/tmp/go-build2180205415/b1151/_pkg_.a
2025-08-20T23:01:14.4571867Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cliengo=/tmp/go-build2180205415/b1152/_pkg_.a
2025-08-20T23:01:14.4572722Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clientary=/tmp/go-build2180205415/b1153/_pkg_.a
2025-08-20T23:01:14.4573586Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clinchpad=/tmp/go-build2180205415/b1154/_pkg_.a
2025-08-20T23:01:14.4574584Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockify=/tmp/go-build2180205415/b1155/_pkg_.a
2025-08-20T23:01:14.4575456Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockworksms=/tmp/go-build2180205415/b1156/_pkg_.a
2025-08-20T23:01:14.4576491Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/closecrm=/tmp/go-build2180205415/b1157/_pkg_.a
2025-08-20T23:01:14.4577439Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudconvert=/tmp/go-build2180205415/b1158/_pkg_.a
2025-08-20T23:01:14.4578407Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudelements=/tmp/go-build2180205415/b1159/_pkg_.a
2025-08-20T23:01:14.4579332Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareapitoken=/tmp/go-build2180205415/b1160/_pkg_.a
2025-08-20T23:01:14.4580271Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflarecakey=/tmp/go-build2180205415/b1161/_pkg_.a
2025-08-20T23:01:14.4581223Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareglobalapikey=/tmp/go-build2180205415/b1162/_pkg_.a
2025-08-20T23:01:14.4582149Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudimage=/tmp/go-build2180205415/b1163/_pkg_.a
2025-08-20T23:01:14.4583030Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudmersive=/tmp/go-build2180205415/b1164/_pkg_.a
2025-08-20T23:01:14.4583902Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudplan=/tmp/go-build2180205415/b1165/_pkg_.a
2025-08-20T23:01:14.4584772Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudsmith=/tmp/go-build2180205415/b1166/_pkg_.a
2025-08-20T23:01:14.4585636Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloverly=/tmp/go-build2180205415/b1167/_pkg_.a
2025-08-20T23:01:14.4586631Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloze=/tmp/go-build2180205415/b1168/_pkg_.a
2025-08-20T23:01:14.4587546Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clustdoc=/tmp/go-build2180205415/b1169/_pkg_.a
2025-08-20T23:01:14.4588428Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coda=/tmp/go-build2180205415/b1170/_pkg_.a
2025-08-20T23:01:14.4589269Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codacy=/tmp/go-build2180205415/b1171/_pkg_.a
2025-08-20T23:01:14.4590256Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codeclimate=/tmp/go-build2180205415/b1172/_pkg_.a
2025-08-20T23:01:14.4591211Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codemagic=/tmp/go-build2180205415/b1173/_pkg_.a
2025-08-20T23:01:14.4592192Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codequiry=/tmp/go-build2180205415/b1174/_pkg_.a
2025-08-20T23:01:14.4593044Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinapi=/tmp/go-build2180205415/b1175/_pkg_.a
2025-08-20T23:01:14.4593887Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinbase=/tmp/go-build2180205415/b1176/_pkg_.a
2025-08-20T23:01:14.4594748Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlayer=/tmp/go-build2180205415/b1177/_pkg_.a
2025-08-20T23:01:14.4595599Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlib=/tmp/go-build2180205415/b1178/_pkg_.a
2025-08-20T23:01:14.4596633Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/collect2=/tmp/go-build2180205415/b1179/_pkg_.a
2025-08-20T23:01:14.4597633Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/column=/tmp/go-build2180205415/b1180/_pkg_.a
2025-08-20T23:01:14.4598496Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commercejs=/tmp/go-build2180205415/b1181/_pkg_.a
2025-08-20T23:01:14.4599371Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commodities=/tmp/go-build2180205415/b1182/_pkg_.a
2025-08-20T23:01:14.4600317Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/companyhub=/tmp/go-build2180205415/b1183/_pkg_.a
2025-08-20T23:01:14.4601253Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/confluent=/tmp/go-build2180205415/b1184/_pkg_.a
2025-08-20T23:01:14.4602221Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/contentfulpersonalaccesstoken=/tmp/go-build2180205415/b1185/_pkg_.a
2025-08-20T23:01:14.4603208Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/conversiontools=/tmp/go-build2180205415/b1186/_pkg_.a
2025-08-20T23:01:14.4604108Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertapi=/tmp/go-build2180205415/b1187/_pkg_.a
2025-08-20T23:01:14.4604975Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertkit=/tmp/go-build2180205415/b1188/_pkg_.a
2025-08-20T23:01:14.4606023Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convier=/tmp/go-build2180205415/b1189/_pkg_.a
2025-08-20T23:01:14.4606937Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/copper=/tmp/go-build2180205415/b1190/_pkg_.a
2025-08-20T23:01:14.4607793Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/couchbase=/tmp/go-build2180205415/b1191/_pkg_.a
2025-08-20T23:01:14.4608675Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/countrylayer=/tmp/go-build2180205415/b1215/_pkg_.a
2025-08-20T23:01:14.4609548Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/courier=/tmp/go-build2180205415/b1216/_pkg_.a
2025-08-20T23:01:14.4610403Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coveralls=/tmp/go-build2180205415/b1217/_pkg_.a
2025-08-20T23:01:14.4611274Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/craftmypdf=/tmp/go-build2180205415/b1218/_pkg_.a
2025-08-20T23:01:14.4612132Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/crowdin=/tmp/go-build2180205415/b1219/_pkg_.a
2025-08-20T23:01:14.4613004Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cryptocompare=/tmp/go-build2180205415/b1220/_pkg_.a
2025-08-20T23:01:14.4614038Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencycloud=/tmp/go-build2180205415/b1221/_pkg_.a
2025-08-20T23:01:14.4615069Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyfreaks=/tmp/go-build2180205415/b1222/_pkg_.a
2025-08-20T23:01:14.4616123Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencylayer=/tmp/go-build2180205415/b1223/_pkg_.a
2025-08-20T23:01:14.4617073Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyscoop=/tmp/go-build2180205415/b1224/_pkg_.a
2025-08-20T23:01:14.4617969Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currentsapi=/tmp/go-build2180205415/b1225/_pkg_.a
2025-08-20T23:01:14.4618853Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerguru=/tmp/go-build2180205415/b1226/_pkg_.a
2025-08-20T23:01:14.4619735Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerio=/tmp/go-build2180205415/b1227/_pkg_.a
2025-08-20T23:01:14.4620772Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/d7network=/tmp/go-build2180205415/b1228/_pkg_.a
2025-08-20T23:01:14.4621642Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dandelion=/tmp/go-build2180205415/b1229/_pkg_.a
2025-08-20T23:01:14.4622500Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dareboost=/tmp/go-build2180205415/b1230/_pkg_.a
2025-08-20T23:01:14.4623420Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databox=/tmp/go-build2180205415/b1231/_pkg_.a
2025-08-20T23:01:14.4624372Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databrickstoken=/tmp/go-build2180205415/b1232/_pkg_.a
2025-08-20T23:01:14.4625278Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datadogtoken=/tmp/go-build2180205415/b1233/_pkg_.a
2025-08-20T23:01:14.4626453Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datagov=/tmp/go-build2180205415/b1234/_pkg_.a
2025-08-20T23:01:14.4627314Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepai=/tmp/go-build2180205415/b1235/_pkg_.a
2025-08-20T23:01:14.4628163Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepgram=/tmp/go-build2180205415/b1236/_pkg_.a
2025-08-20T23:01:14.4629017Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepseek=/tmp/go-build2180205415/b1237/_pkg_.a
2025-08-20T23:01:14.4629880Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/delighted=/tmp/go-build2180205415/b1238/_pkg_.a
2025-08-20T23:01:14.4630721Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/demio=/tmp/go-build2180205415/b1239/_pkg_.a
2025-08-20T23:01:14.4631543Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deno=/tmp/go-build2180205415/b1240/_pkg_.a
2025-08-20T23:01:14.4632637Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deputy=/tmp/go-build2180205415/b1241/_pkg_.a
2025-08-20T23:01:14.4633543Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectify=/tmp/go-build2180205415/b1242/_pkg_.a
2025-08-20T23:01:14.4634435Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectlanguage=/tmp/go-build2180205415/b1243/_pkg_.a
2025-08-20T23:01:14.4635305Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dfuse=/tmp/go-build2180205415/b1244/_pkg_.a
2025-08-20T23:01:14.4636295Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diffbot=/tmp/go-build2180205415/b1245/_pkg_.a
2025-08-20T23:01:14.4637257Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diggernaut=/tmp/go-build2180205415/b1246/_pkg_.a
2025-08-20T23:01:14.4638295Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceantoken=/tmp/go-build2180205415/b1247/_pkg_.a
2025-08-20T23:01:14.4639223Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceanv2=/tmp/go-build2180205415/b1248/_pkg_.a
2025-08-20T23:01:14.4640137Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordbottoken=/tmp/go-build2180205415/b1249/_pkg_.a
2025-08-20T23:01:14.4641052Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordwebhook=/tmp/go-build2180205415/b1250/_pkg_.a
2025-08-20T23:01:14.4641921Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/disqus=/tmp/go-build2180205415/b1251/_pkg_.a
2025-08-20T23:01:14.4642758Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ditto=/tmp/go-build2180205415/b1252/_pkg_.a
2025-08-20T23:01:14.4643601Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dnscheck=/tmp/go-build2180205415/b1253/_pkg_.a
2025-08-20T23:01:14.4644455Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docker=/tmp/go-build2180205415/b1254/_pkg_.a
2025-08-20T23:01:14.4645319Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v1=/tmp/go-build2180205415/b1255/_pkg_.a
2025-08-20T23:01:14.4646350Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v2=/tmp/go-build2180205415/b1256/_pkg_.a
2025-08-20T23:01:14.4647347Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docparser=/tmp/go-build2180205415/b1257/_pkg_.a
2025-08-20T23:01:14.4648275Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/documo=/tmp/go-build2180205415/b1258/_pkg_.a
2025-08-20T23:01:14.4649127Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docusign=/tmp/go-build2180205415/b1259/_pkg_.a
2025-08-20T23:01:14.4649984Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/doppler=/tmp/go-build2180205415/b1260/_pkg_.a
2025-08-20T23:01:14.4650843Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dotdigital=/tmp/go-build2180205415/b1261/_pkg_.a
2025-08-20T23:01:14.4651696Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dovico=/tmp/go-build2180205415/b1262/_pkg_.a
2025-08-20T23:01:14.4652540Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dronahq=/tmp/go-build2180205415/b1263/_pkg_.a
2025-08-20T23:01:14.4653383Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/droneci=/tmp/go-build2180205415/b1264/_pkg_.a
2025-08-20T23:01:14.4654230Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dropbox=/tmp/go-build2180205415/b1265/_pkg_.a
2025-08-20T23:01:14.4655067Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/duply=/tmp/go-build2180205415/b1266/_pkg_.a
2025-08-20T23:01:14.4656163Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dwolla=/tmp/go-build2180205415/b1267/_pkg_.a
2025-08-20T23:01:14.4657071Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dynalist=/tmp/go-build2180205415/b1268/_pkg_.a
2025-08-20T23:01:14.4657929Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dyspatch=/tmp/go-build2180205415/b1269/_pkg_.a
2025-08-20T23:01:14.4658826Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eagleeyenetworks=/tmp/go-build2180205415/b1270/_pkg_.a
2025-08-20T23:01:14.4659730Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/easyinsight=/tmp/go-build2180205415/b1271/_pkg_.a
2025-08-20T23:01:14.4660706Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ecostruxureit=/tmp/go-build2180205415/b1272/_pkg_.a
2025-08-20T23:01:14.4661741Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edamam=/tmp/go-build2180205415/b1273/_pkg_.a
2025-08-20T23:01:14.4662581Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edenai=/tmp/go-build2180205415/b1274/_pkg_.a
2025-08-20T23:01:14.4663443Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eightxeight=/tmp/go-build2180205415/b1275/_pkg_.a
2025-08-20T23:01:14.4664332Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elasticemail=/tmp/go-build2180205415/b1276/_pkg_.a
2025-08-20T23:01:14.4665226Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v1=/tmp/go-build2180205415/b1277/_pkg_.a
2025-08-20T23:01:14.4666362Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v2=/tmp/go-build2180205415/b1278/_pkg_.a
2025-08-20T23:01:14.4667257Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enablex=/tmp/go-build2180205415/b1279/_pkg_.a
2025-08-20T23:01:14.4668113Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/endorlabs=/tmp/go-build2180205415/b1280/_pkg_.a
2025-08-20T23:01:14.4668959Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enigma=/tmp/go-build2180205415/b1281/_pkg_.a
2025-08-20T23:01:14.4669947Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/envoyapikey=/tmp/go-build2180205415/b1282/_pkg_.a
2025-08-20T23:01:14.4670913Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eraser=/tmp/go-build2180205415/b1283/_pkg_.a
2025-08-20T23:01:14.4671770Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/etherscan=/tmp/go-build2180205415/b1284/_pkg_.a
2025-08-20T23:01:14.4672637Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ethplorer=/tmp/go-build2180205415/b1285/_pkg_.a
2025-08-20T23:01:14.4673507Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eventbrite=/tmp/go-build2180205415/b1286/_pkg_.a
2025-08-20T23:01:14.4674365Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/everhour=/tmp/go-build2180205415/b1287/_pkg_.a
2025-08-20T23:01:14.4675255Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangerateapi=/tmp/go-build2180205415/b1288/_pkg_.a
2025-08-20T23:01:14.4676367Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangeratesapi=/tmp/go-build2180205415/b1289/_pkg_.a
2025-08-20T23:01:14.4677268Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exportsdk=/tmp/go-build2180205415/b1290/_pkg_.a
2025-08-20T23:01:14.4678152Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/extractorapi=/tmp/go-build2180205415/b1291/_pkg_.a
2025-08-20T23:01:14.4679222Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/facebookoauth=/tmp/go-build2180205415/b1292/_pkg_.a
2025-08-20T23:01:14.4680113Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/faceplusplus=/tmp/go-build2180205415/b1293/_pkg_.a
2025-08-20T23:01:14.4680982Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastforex=/tmp/go-build2180205415/b1294/_pkg_.a
2025-08-20T23:01:14.4681896Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastlypersonaltoken=/tmp/go-build2180205415/b1295/_pkg_.a
2025-08-20T23:01:14.4682796Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/feedier=/tmp/go-build2180205415/b1296/_pkg_.a
2025-08-20T23:01:14.4683719Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fetchrss=/tmp/go-build2180205415/b1297/_pkg_.a
2025-08-20T23:01:14.4684697Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fibery=/tmp/go-build2180205415/b1298/_pkg_.a
2025-08-20T23:01:14.4685639Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v1=/tmp/go-build2180205415/b1299/_pkg_.a
2025-08-20T23:01:14.4686995Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v2=/tmp/go-build2180205415/b1300/_pkg_.a
2025-08-20T23:01:14.4687938Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fileio=/tmp/go-build2180205415/b1301/_pkg_.a
2025-08-20T23:01:14.4688777Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finage=/tmp/go-build2180205415/b1302/_pkg_.a
2025-08-20T23:01:14.4689691Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/financialmodelingprep=/tmp/go-build2180205415/b1303/_pkg_.a
2025-08-20T23:01:14.4690592Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/findl=/tmp/go-build2180205415/b1304/_pkg_.a
2025-08-20T23:01:14.4691428Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finnhub=/tmp/go-build2180205415/b1305/_pkg_.a
2025-08-20T23:01:14.4692267Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fixerio=/tmp/go-build2180205415/b1306/_pkg_.a
2025-08-20T23:01:14.4693226Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flatio=/tmp/go-build2180205415/b1307/_pkg_.a
2025-08-20T23:01:14.4694145Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fleetbase=/tmp/go-build2180205415/b1308/_pkg_.a
2025-08-20T23:01:14.4695012Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flexport=/tmp/go-build2180205415/b1309/_pkg_.a
2025-08-20T23:01:14.4695972Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flickr=/tmp/go-build2180205415/b1310/_pkg_.a
2025-08-20T23:01:14.4696897Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightapi=/tmp/go-build2180205415/b1311/_pkg_.a
2025-08-20T23:01:14.4697763Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightlabs=/tmp/go-build2180205415/b1312/_pkg_.a
2025-08-20T23:01:14.4698641Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightstats=/tmp/go-build2180205415/b1313/_pkg_.a
2025-08-20T23:01:14.4699494Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/float=/tmp/go-build2180205415/b1314/_pkg_.a
2025-08-20T23:01:14.4700330Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flowflu=/tmp/go-build2180205415/b1315/_pkg_.a
2025-08-20T23:01:14.4701195Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flutterwave=/tmp/go-build2180205415/b1316/_pkg_.a
2025-08-20T23:01:14.4702220Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fmfw=/tmp/go-build2180205415/b1317/_pkg_.a
2025-08-20T23:01:14.4703071Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formbucket=/tmp/go-build2180205415/b1318/_pkg_.a
2025-08-20T23:01:14.4703938Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formcraft=/tmp/go-build2180205415/b1319/_pkg_.a
2025-08-20T23:01:14.4704786Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formio=/tmp/go-build2180205415/b1320/_pkg_.a
2025-08-20T23:01:14.4705631Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formsite=/tmp/go-build2180205415/b1321/_pkg_.a
2025-08-20T23:01:14.4706747Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/foursquare=/tmp/go-build2180205415/b1322/_pkg_.a
2025-08-20T23:01:14.4707718Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/frameio=/tmp/go-build2180205415/b1323/_pkg_.a
2025-08-20T23:01:14.4708583Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshbooks=/tmp/go-build2180205415/b1324/_pkg_.a
2025-08-20T23:01:14.4709455Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshdesk=/tmp/go-build2180205415/b1325/_pkg_.a
2025-08-20T23:01:14.4710302Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/front=/tmp/go-build2180205415/b1326/_pkg_.a
2025-08-20T23:01:14.4711117Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ftp=/tmp/go-build2180205415/b1327/_pkg_.a
2025-08-20T23:01:14.4711942Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fulcrum=/tmp/go-build2180205415/b1329/_pkg_.a
2025-08-20T23:01:14.4712812Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v1=/tmp/go-build2180205415/b1330/_pkg_.a
2025-08-20T23:01:14.4713704Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v2=/tmp/go-build2180205415/b1331/_pkg_.a
2025-08-20T23:01:14.4714569Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fxmarket=/tmp/go-build2180205415/b1332/_pkg_.a
2025-08-20T23:01:14.4715395Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcp=/tmp/go-build2180205415/b1333/_pkg_.a
2025-08-20T23:01:14.4716634Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcpapplicationdefaultcredentials=/tmp/go-build2180205415/b1334/_pkg_.a
2025-08-20T23:01:14.4717678Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geckoboard=/tmp/go-build2180205415/b1335/_pkg_.a
2025-08-20T23:01:14.4718537Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gemini=/tmp/go-build2180205415/b1336/_pkg_.a
2025-08-20T23:01:14.4719373Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gengo=/tmp/go-build2180205415/b1337/_pkg_.a
2025-08-20T23:01:14.4720210Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoapify=/tmp/go-build2180205415/b1338/_pkg_.a
2025-08-20T23:01:14.4721055Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocode=/tmp/go-build2180205415/b1339/_pkg_.a
2025-08-20T23:01:14.4721913Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodify=/tmp/go-build2180205415/b1340/_pkg_.a
2025-08-20T23:01:14.4722768Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodio=/tmp/go-build2180205415/b1341/_pkg_.a
2025-08-20T23:01:14.4723625Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoipifi=/tmp/go-build2180205415/b1342/_pkg_.a
2025-08-20T23:01:14.4724485Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgeoapi=/tmp/go-build2180205415/b1343/_pkg_.a
2025-08-20T23:01:14.4725536Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgist=/tmp/go-build2180205415/b1344/_pkg_.a
2025-08-20T23:01:14.4726630Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getresponse=/tmp/go-build2180205415/b1345/_pkg_.a
2025-08-20T23:01:14.4727517Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getsandbox=/tmp/go-build2180205415/b1346/_pkg_.a
2025-08-20T23:01:14.4728383Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v1=/tmp/go-build2180205415/b1347/_pkg_.a
2025-08-20T23:01:14.4729238Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v2=/tmp/go-build2180205415/b1348/_pkg_.a
2025-08-20T23:01:14.4730265Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github_oauth2=/tmp/go-build2180205415/b1349/_pkg_.a
2025-08-20T23:01:14.4731292Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/githubapp=/tmp/go-build2180205415/b1353/_pkg_.a
2025-08-20T23:01:14.4732156Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v1=/tmp/go-build2180205415/b1354/_pkg_.a
2025-08-20T23:01:14.4733056Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v2=/tmp/go-build2180205415/b1355/_pkg_.a
2025-08-20T23:01:14.4733909Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitter=/tmp/go-build2180205415/b1356/_pkg_.a
2025-08-20T23:01:14.4734761Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/glassnode=/tmp/go-build2180205415/b1357/_pkg_.a
2025-08-20T23:01:14.4735618Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocanvas=/tmp/go-build2180205415/b1358/_pkg_.a
2025-08-20T23:01:14.4736684Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocardless=/tmp/go-build2180205415/b1359/_pkg_.a
2025-08-20T23:01:14.4737568Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v1=/tmp/go-build2180205415/b1360/_pkg_.a
2025-08-20T23:01:14.4738437Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v2=/tmp/go-build2180205415/b1361/_pkg_.a
2025-08-20T23:01:14.4739404Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/goodday=/tmp/go-build2180205415/b1362/_pkg_.a
2025-08-20T23:01:14.4740337Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/googleoauth2=/tmp/go-build2180205415/b1363/_pkg_.a
2025-08-20T23:01:14.4741203Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafana=/tmp/go-build2180205415/b1364/_pkg_.a
2025-08-20T23:01:14.4742123Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafanaserviceaccount=/tmp/go-build2180205415/b1365/_pkg_.a
2025-08-20T23:01:14.4743035Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphcms=/tmp/go-build2180205415/b1366/_pkg_.a
2025-08-20T23:01:14.4743901Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphhopper=/tmp/go-build2180205415/b1367/_pkg_.a
2025-08-20T23:01:14.4744770Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groovehq=/tmp/go-build2180205415/b1368/_pkg_.a
2025-08-20T23:01:14.4745603Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groq=/tmp/go-build2180205415/b1369/_pkg_.a
2025-08-20T23:01:14.4746620Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gtmetrix=/tmp/go-build2180205415/b1370/_pkg_.a
2025-08-20T23:01:14.4747502Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/guardianapi=/tmp/go-build2180205415/b1371/_pkg_.a
2025-08-20T23:01:14.4748586Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gumroad=/tmp/go-build2180205415/b1372/_pkg_.a
2025-08-20T23:01:14.4749441Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gyazo=/tmp/go-build2180205415/b1373/_pkg_.a
2025-08-20T23:01:14.4750296Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/happyscribe=/tmp/go-build2180205415/b1374/_pkg_.a
2025-08-20T23:01:14.4751164Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harness=/tmp/go-build2180205415/b1375/_pkg_.a
2025-08-20T23:01:14.4752006Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harvest=/tmp/go-build2180205415/b1376/_pkg_.a
2025-08-20T23:01:14.4752982Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hashicorpvaultauth=/tmp/go-build2180205415/b1377/_pkg_.a
2025-08-20T23:01:14.4753993Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hasura=/tmp/go-build2180205415/b1378/_pkg_.a
2025-08-20T23:01:14.4754850Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hellosign=/tmp/go-build2180205415/b1379/_pkg_.a
2025-08-20T23:01:14.4755716Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpcrunch=/tmp/go-build2180205415/b1380/_pkg_.a
2025-08-20T23:01:14.4756735Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpscout=/tmp/go-build2180205415/b1381/_pkg_.a
2025-08-20T23:01:14.4757948Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hereapi=/tmp/go-build2180205415/b1382/_pkg_.a
2025-08-20T23:01:14.4758892Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v1=/tmp/go-build2180205415/b1383/_pkg_.a
2025-08-20T23:01:14.4759763Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v2=/tmp/go-build2180205415/b1384/_pkg_.a
2025-08-20T23:01:14.4760616Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hiveage=/tmp/go-build2180205415/b1385/_pkg_.a
2025-08-20T23:01:14.4761844Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holidayapi=/tmp/go-build2180205415/b1386/_pkg_.a
2025-08-20T23:01:14.4762714Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holistic=/tmp/go-build2180205415/b1387/_pkg_.a
2025-08-20T23:01:14.4764332Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/honeycomb=/tmp/go-build2180205415/b1388/_pkg_.a
2025-08-20T23:01:14.4765591Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/host=/tmp/go-build2180205415/b1389/_pkg_.a
2025-08-20T23:01:14.4766737Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/html2pdf=/tmp/go-build2180205415/b1390/_pkg_.a
2025-08-20T23:01:14.4767772Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v1=/tmp/go-build2180205415/b1391/_pkg_.a
2025-08-20T23:01:14.4768943Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v2=/tmp/go-build2180205415/b1392/_pkg_.a
2025-08-20T23:01:14.4785553Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/huggingface=/tmp/go-build2180205415/b1393/_pkg_.a
2025-08-20T23:01:14.4786840Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/humanity=/tmp/go-build2180205415/b1394/_pkg_.a
2025-08-20T23:01:14.4787703Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hunter=/tmp/go-build2180205415/b1395/_pkg_.a
2025-08-20T23:01:14.4788558Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hybiscus=/tmp/go-build2180205415/b1396/_pkg_.a
2025-08-20T23:01:14.4789429Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hypertrack=/tmp/go-build2180205415/b1397/_pkg_.a
2025-08-20T23:01:14.4790625Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iconfinder=/tmp/go-build2180205415/b1398/_pkg_.a
2025-08-20T23:01:14.4791483Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexapis=/tmp/go-build2180205415/b1399/_pkg_.a
2025-08-20T23:01:14.4792334Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexcloud=/tmp/go-build2180205415/b1400/_pkg_.a
2025-08-20T23:01:14.4793189Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagekit=/tmp/go-build2180205415/b1401/_pkg_.a
2025-08-20T23:01:14.4794117Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagga=/tmp/go-build2180205415/b1402/_pkg_.a
2025-08-20T23:01:14.4795072Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/impala=/tmp/go-build2180205415/b1403/_pkg_.a
2025-08-20T23:01:14.4796110Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/infura=/tmp/go-build2180205415/b1404/_pkg_.a
2025-08-20T23:01:14.4797023Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/insightly=/tmp/go-build2180205415/b1405/_pkg_.a
2025-08-20T23:01:14.4797877Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instabot=/tmp/go-build2180205415/b1406/_pkg_.a
2025-08-20T23:01:14.4798739Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instamojo=/tmp/go-build2180205415/b1407/_pkg_.a
2025-08-20T23:01:14.4799593Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intercom=/tmp/go-build2180205415/b1408/_pkg_.a
2025-08-20T23:01:14.4800638Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/interseller=/tmp/go-build2180205415/b1409/_pkg_.a
2025-08-20T23:01:14.4801508Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intra42=/tmp/go-build2180205415/b1410/_pkg_.a
2025-08-20T23:01:14.4802354Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intrinio=/tmp/go-build2180205415/b1411/_pkg_.a
2025-08-20T23:01:14.4803224Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/invoiceocean=/tmp/go-build2180205415/b1412/_pkg_.a
2025-08-20T23:01:14.4804240Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ip2location=/tmp/go-build2180205415/b1413/_pkg_.a
2025-08-20T23:01:14.4805201Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipapi=/tmp/go-build2180205415/b1414/_pkg_.a
2025-08-20T23:01:14.4806189Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipgeolocation=/tmp/go-build2180205415/b1415/_pkg_.a
2025-08-20T23:01:14.4807131Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipinfodb=/tmp/go-build2180205415/b1416/_pkg_.a
2025-08-20T23:01:14.4807997Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipquality=/tmp/go-build2180205415/b1417/_pkg_.a
2025-08-20T23:01:14.4808851Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipstack=/tmp/go-build2180205415/b1418/_pkg_.a
2025-08-20T23:01:14.4809682Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jdbc=/tmp/go-build2180205415/b1419/_pkg_.a
2025-08-20T23:01:14.4810533Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v1=/tmp/go-build2180205415/b1436/_pkg_.a
2025-08-20T23:01:14.4811420Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v2=/tmp/go-build2180205415/b1437/_pkg_.a
2025-08-20T23:01:14.4812290Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jotform=/tmp/go-build2180205415/b1438/_pkg_.a
2025-08-20T23:01:14.4813331Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jumpcloud=/tmp/go-build2180205415/b1439/_pkg_.a
2025-08-20T23:01:14.4814205Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jupiterone=/tmp/go-build2180205415/b1440/_pkg_.a
2025-08-20T23:01:14.4815042Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/juro=/tmp/go-build2180205415/b1441/_pkg_.a
2025-08-20T23:01:14.4815990Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanban=/tmp/go-build2180205415/b1442/_pkg_.a
2025-08-20T23:01:14.4816892Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanbantool=/tmp/go-build2180205415/b1443/_pkg_.a
2025-08-20T23:01:14.4817844Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/karmacrm=/tmp/go-build2180205415/b1444/_pkg_.a
2025-08-20T23:01:14.4818808Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/keenio=/tmp/go-build2180205415/b1445/_pkg_.a
2025-08-20T23:01:14.4819659Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kickbox=/tmp/go-build2180205415/b1446/_pkg_.a
2025-08-20T23:01:14.4820503Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klaviyo=/tmp/go-build2180205415/b1447/_pkg_.a
2025-08-20T23:01:14.4821359Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klipfolio=/tmp/go-build2180205415/b1448/_pkg_.a
2025-08-20T23:01:14.4822233Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/knapsackpro=/tmp/go-build2180205415/b1449/_pkg_.a
2025-08-20T23:01:14.4823100Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kontent=/tmp/go-build2180205415/b1450/_pkg_.a
2025-08-20T23:01:14.4823941Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kraken=/tmp/go-build2180205415/b1451/_pkg_.a
2025-08-20T23:01:14.4824930Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kucoin=/tmp/go-build2180205415/b1452/_pkg_.a
2025-08-20T23:01:14.4825855Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kylas=/tmp/go-build2180205415/b1453/_pkg_.a
2025-08-20T23:01:14.4826759Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langfuse=/tmp/go-build2180205415/b1454/_pkg_.a
2025-08-20T23:01:14.4827747Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langsmith=/tmp/go-build2180205415/b1455/_pkg_.a
2025-08-20T23:01:14.4828689Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/languagelayer=/tmp/go-build2180205415/b1456/_pkg_.a
2025-08-20T23:01:14.4829572Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuite=/tmp/go-build2180205415/b1457/_pkg_.a
2025-08-20T23:01:14.4830470Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuiteapikey=/tmp/go-build2180205415/b1458/_pkg_.a
2025-08-20T23:01:14.4831371Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/launchdarkly=/tmp/go-build2180205415/b1459/_pkg_.a
2025-08-20T23:01:14.4832217Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ldap=/tmp/go-build2180205415/b1460/_pkg_.a
2025-08-20T23:01:14.4833104Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/leadfeeder=/tmp/go-build2180205415/b1464/_pkg_.a
2025-08-20T23:01:14.4833964Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemlist=/tmp/go-build2180205415/b1465/_pkg_.a
2025-08-20T23:01:14.4834828Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemonsqueezy=/tmp/go-build2180205415/b1466/_pkg_.a
2025-08-20T23:01:14.4835700Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lendflow=/tmp/go-build2180205415/b1467/_pkg_.a
2025-08-20T23:01:14.4836854Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lessannoyingcrm=/tmp/go-build2180205415/b1468/_pkg_.a
2025-08-20T23:01:14.4837737Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lexigram=/tmp/go-build2180205415/b1469/_pkg_.a
2025-08-20T23:01:14.4838973Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linearapi=/tmp/go-build2180205415/b1470/_pkg_.a
2025-08-20T23:01:14.4839850Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linenotify=/tmp/go-build2180205415/b1471/_pkg_.a
2025-08-20T23:01:14.4840841Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linkpreview=/tmp/go-build2180205415/b1472/_pkg_.a
2025-08-20T23:01:14.4841821Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/liveagent=/tmp/go-build2180205415/b1473/_pkg_.a
2025-08-20T23:01:14.4842689Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/livestorm=/tmp/go-build2180205415/b1474/_pkg_.a
2025-08-20T23:01:14.4843548Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loadmill=/tmp/go-build2180205415/b1475/_pkg_.a
2025-08-20T23:01:14.4844411Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/locationiq=/tmp/go-build2180205415/b1476/_pkg_.a
2025-08-20T23:01:14.4845270Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loggly=/tmp/go-build2180205415/b1477/_pkg_.a
2025-08-20T23:01:14.4846283Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loginradius=/tmp/go-build2180205415/b1478/_pkg_.a
2025-08-20T23:01:14.4847170Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/logzio=/tmp/go-build2180205415/b1479/_pkg_.a
2025-08-20T23:01:14.4848048Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lokalisetoken=/tmp/go-build2180205415/b1480/_pkg_.a
2025-08-20T23:01:14.4848919Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loyverse=/tmp/go-build2180205415/b1481/_pkg_.a
2025-08-20T23:01:14.4849778Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lunchmoney=/tmp/go-build2180205415/b1482/_pkg_.a
2025-08-20T23:01:14.4850735Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/luno=/tmp/go-build2180205415/b1483/_pkg_.a
2025-08-20T23:01:14.4851631Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/madkudu=/tmp/go-build2180205415/b1484/_pkg_.a
2025-08-20T23:01:14.4852488Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/magicbell=/tmp/go-build2180205415/b1485/_pkg_.a
2025-08-20T23:01:14.4853370Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailboxlayer=/tmp/go-build2180205415/b1486/_pkg_.a
2025-08-20T23:01:14.4854249Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailchimp=/tmp/go-build2180205415/b1487/_pkg_.a
2025-08-20T23:01:14.4855119Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailerlite=/tmp/go-build2180205415/b1488/_pkg_.a
2025-08-20T23:01:14.4856092Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailgun=/tmp/go-build2180205415/b1489/_pkg_.a
2025-08-20T23:01:14.4857045Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetbasicauth=/tmp/go-build2180205415/b1490/_pkg_.a
2025-08-20T23:01:14.4857951Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetsms=/tmp/go-build2180205415/b1491/_pkg_.a
2025-08-20T23:01:14.4858817Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailmodo=/tmp/go-build2180205415/b1492/_pkg_.a
2025-08-20T23:01:14.4859889Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailsac=/tmp/go-build2180205415/b1493/_pkg_.a
2025-08-20T23:01:14.4860738Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mandrill=/tmp/go-build2180205415/b1494/_pkg_.a
2025-08-20T23:01:14.4861581Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapbox=/tmp/go-build2180205415/b1495/_pkg_.a
2025-08-20T23:01:14.4862430Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapquest=/tmp/go-build2180205415/b1496/_pkg_.a
2025-08-20T23:01:14.4863295Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/marketstack=/tmp/go-build2180205415/b1497/_pkg_.a
2025-08-20T23:01:14.4864338Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mattermostpersonaltoken=/tmp/go-build2180205415/b1498/_pkg_.a
2025-08-20T23:01:14.4865626Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mavenlink=/tmp/go-build2180205415/b1499/_pkg_.a
2025-08-20T23:01:14.4866857Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v1=/tmp/go-build2180205415/b1500/_pkg_.a
2025-08-20T23:01:14.4867794Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v2=/tmp/go-build2180205415/b1501/_pkg_.a
2025-08-20T23:01:14.4868708Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meaningcloud=/tmp/go-build2180205415/b1502/_pkg_.a
2025-08-20T23:01:14.4869589Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mediastack=/tmp/go-build2180205415/b1503/_pkg_.a
2025-08-20T23:01:14.4870466Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meistertask=/tmp/go-build2180205415/b1504/_pkg_.a
2025-08-20T23:01:14.4871328Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meraki=/tmp/go-build2180205415/b1505/_pkg_.a
2025-08-20T23:01:14.4872168Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mesibo=/tmp/go-build2180205415/b1506/_pkg_.a
2025-08-20T23:01:14.4873027Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/messagebird=/tmp/go-build2180205415/b1507/_pkg_.a
2025-08-20T23:01:14.4874084Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metaapi=/tmp/go-build2180205415/b1508/_pkg_.a
2025-08-20T23:01:14.4875045Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metabase=/tmp/go-build2180205415/b1509/_pkg_.a
2025-08-20T23:01:14.4876036Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metrilo=/tmp/go-build2180205415/b1510/_pkg_.a
2025-08-20T23:01:14.4877017Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/microsoftteamswebhook=/tmp/go-build2180205415/b1511/_pkg_.a
2025-08-20T23:01:14.4877945Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mindmeister=/tmp/go-build2180205415/b1512/_pkg_.a
2025-08-20T23:01:14.4878790Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/miro=/tmp/go-build2180205415/b1513/_pkg_.a
2025-08-20T23:01:14.4879605Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mite=/tmp/go-build2180205415/b1514/_pkg_.a
2025-08-20T23:01:14.4880434Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mixmax=/tmp/go-build2180205415/b1515/_pkg_.a
2025-08-20T23:01:14.4881274Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mockaroo=/tmp/go-build2180205415/b1516/_pkg_.a
2025-08-20T23:01:14.4882138Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moderation=/tmp/go-build2180205415/b1517/_pkg_.a
2025-08-20T23:01:14.4883173Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monday=/tmp/go-build2180205415/b1518/_pkg_.a
2025-08-20T23:01:14.4884011Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mongodb=/tmp/go-build2180205415/b1519/_pkg_.a
2025-08-20T23:01:14.4884871Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monkeylearn=/tmp/go-build2180205415/b1574/_pkg_.a
2025-08-20T23:01:14.4885744Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moonclerk=/tmp/go-build2180205415/b1575/_pkg_.a
2025-08-20T23:01:14.4886760Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moosend=/tmp/go-build2180205415/b1576/_pkg_.a
2025-08-20T23:01:14.4888092Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moralis=/tmp/go-build2180205415/b1577/_pkg_.a
2025-08-20T23:01:14.4889078Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mrticktock=/tmp/go-build2180205415/b1578/_pkg_.a
2025-08-20T23:01:14.4889924Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mux=/tmp/go-build2180205415/b1579/_pkg_.a
2025-08-20T23:01:14.4890775Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myfreshworks=/tmp/go-build2180205415/b1580/_pkg_.a
2025-08-20T23:01:14.4891661Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myintervals=/tmp/go-build2180205415/b1581/_pkg_.a
2025-08-20T23:01:14.4892520Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nethunt=/tmp/go-build2180205415/b1582/_pkg_.a
2025-08-20T23:01:14.4893373Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v1=/tmp/go-build2180205415/b1583/_pkg_.a
2025-08-20T23:01:14.4894244Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v2=/tmp/go-build2180205415/b1584/_pkg_.a
2025-08-20T23:01:14.4895103Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netsuite=/tmp/go-build2180205415/b1585/_pkg_.a
2025-08-20T23:01:14.4896099Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/neutrinoapi=/tmp/go-build2180205415/b1586/_pkg_.a
2025-08-20T23:01:14.4897099Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newrelicpersonalapikey=/tmp/go-build2180205415/b1587/_pkg_.a
2025-08-20T23:01:14.4898133Z [00:03:36.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newsapi=/tmp/go-build2180205415/b1588/_pkg_.a
2025-08-20T23:01:14.4899057Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newscatcher=/tmp/go-build2180205415/b1589/_pkg_.a
2025-08-20T23:01:14.4899941Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nexmoapikey=/tmp/go-build2180205415/b1590/_pkg_.a
2025-08-20T23:01:14.4900810Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nftport=/tmp/go-build2180205415/b1591/_pkg_.a
2025-08-20T23:01:14.4901871Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngc=/tmp/go-build2180205415/b1592/_pkg_.a
2025-08-20T23:01:14.4902759Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngrok=/tmp/go-build2180205415/b1593/_pkg_.a
2025-08-20T23:01:14.4903616Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nicereply=/tmp/go-build2180205415/b1594/_pkg_.a
2025-08-20T23:01:14.4904478Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nightfall=/tmp/go-build2180205415/b1595/_pkg_.a
2025-08-20T23:01:14.4905328Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nimble=/tmp/go-build2180205415/b1596/_pkg_.a
2025-08-20T23:01:14.4906413Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/noticeable=/tmp/go-build2180205415/b1597/_pkg_.a
2025-08-20T23:01:14.4907478Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/notion=/tmp/go-build2180205415/b1598/_pkg_.a
2025-08-20T23:01:14.4908332Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nozbeteams=/tmp/go-build2180205415/b1599/_pkg_.a
2025-08-20T23:01:14.4909191Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtoken=/tmp/go-build2180205415/b1600/_pkg_.a
2025-08-20T23:01:14.4910059Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtokenv2=/tmp/go-build2180205415/b1601/_pkg_.a
2025-08-20T23:01:14.4910936Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nugetapikey=/tmp/go-build2180205415/b1602/_pkg_.a
2025-08-20T23:01:14.4911887Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/numverify=/tmp/go-build2180205415/b1603/_pkg_.a
2025-08-20T23:01:14.4912896Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nutritionix=/tmp/go-build2180205415/b1604/_pkg_.a
2025-08-20T23:01:14.4913750Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nvapi=/tmp/go-build2180205415/b1605/_pkg_.a
2025-08-20T23:01:14.4914576Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nylas=/tmp/go-build2180205415/b1606/_pkg_.a
2025-08-20T23:01:14.4915400Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oanda=/tmp/go-build2180205415/b1607/_pkg_.a
2025-08-20T23:01:14.4916389Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/okta=/tmp/go-build2180205415/b1608/_pkg_.a
2025-08-20T23:01:14.4917233Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/omnisend=/tmp/go-build2180205415/b1609/_pkg_.a
2025-08-20T23:01:14.4918086Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onedesk=/tmp/go-build2180205415/b1610/_pkg_.a
2025-08-20T23:01:14.4918934Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onelogin=/tmp/go-build2180205415/b1611/_pkg_.a
2025-08-20T23:01:14.4919797Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onepagecrm=/tmp/go-build2180205415/b1612/_pkg_.a
2025-08-20T23:01:14.4920774Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onesignal=/tmp/go-build2180205415/b1613/_pkg_.a
2025-08-20T23:01:14.4921706Z [00:03:36.687]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onfleet=/tmp/go-build2180205415/b1614/_pkg_.a
2025-08-20T23:01:14.4922557Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oopspam=/tmp/go-build2180205415/b1615/_pkg_.a
2025-08-20T23:01:14.4923401Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openai=/tmp/go-build2180205415/b1616/_pkg_.a
2025-08-20T23:01:14.4924271Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opencagedata=/tmp/go-build2180205415/b1617/_pkg_.a
2025-08-20T23:01:14.4925434Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openuv=/tmp/go-build2180205415/b1618/_pkg_.a
2025-08-20T23:01:14.4926457Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openvpn=/tmp/go-build2180205415/b1619/_pkg_.a
2025-08-20T23:01:14.4927342Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openweather=/tmp/go-build2180205415/b1620/_pkg_.a
2025-08-20T23:01:14.4928209Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opsgenie=/tmp/go-build2180205415/b1621/_pkg_.a
2025-08-20T23:01:14.4929070Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/optimizely=/tmp/go-build2180205415/b1622/_pkg_.a
2025-08-20T23:01:14.4930139Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/overloop=/tmp/go-build2180205415/b1623/_pkg_.a
2025-08-20T23:01:14.4930977Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/owlbot=/tmp/go-build2180205415/b1624/_pkg_.a
2025-08-20T23:01:14.4931844Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/packagecloud=/tmp/go-build2180205415/b1625/_pkg_.a
2025-08-20T23:01:14.4932714Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagarme=/tmp/go-build2180205415/b1626/_pkg_.a
2025-08-20T23:01:14.4933641Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagerdutyapikey=/tmp/go-build2180205415/b1627/_pkg_.a
2025-08-20T23:01:14.4934608Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandadoc=/tmp/go-build2180205415/b1628/_pkg_.a
2025-08-20T23:01:14.4935582Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandascore=/tmp/go-build2180205415/b1629/_pkg_.a
2025-08-20T23:01:14.4936610Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paperform=/tmp/go-build2180205415/b1630/_pkg_.a
2025-08-20T23:01:14.4937494Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paralleldots=/tmp/go-build2180205415/b1631/_pkg_.a
2025-08-20T23:01:14.4938365Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsehub=/tmp/go-build2180205415/b1632/_pkg_.a
2025-08-20T23:01:14.4939214Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsers=/tmp/go-build2180205415/b1633/_pkg_.a
2025-08-20T23:01:14.4940052Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parseur=/tmp/go-build2180205415/b1634/_pkg_.a
2025-08-20T23:01:14.4940921Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/partnerstack=/tmp/go-build2180205415/b1635/_pkg_.a
2025-08-20T23:01:14.4941796Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pastebin=/tmp/go-build2180205415/b1636/_pkg_.a
2025-08-20T23:01:14.4942661Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paydirtapp=/tmp/go-build2180205415/b1637/_pkg_.a
2025-08-20T23:01:14.4943521Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymoapp=/tmp/go-build2180205415/b1638/_pkg_.a
2025-08-20T23:01:14.4944489Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymongo=/tmp/go-build2180205415/b1639/_pkg_.a
2025-08-20T23:01:14.4945435Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paypaloauth=/tmp/go-build2180205415/b1640/_pkg_.a
2025-08-20T23:01:14.4946567Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paystack=/tmp/go-build2180205415/b1641/_pkg_.a
2025-08-20T23:01:14.4947435Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdflayer=/tmp/go-build2180205415/b1642/_pkg_.a
2025-08-20T23:01:14.4948285Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdfshift=/tmp/go-build2180205415/b1643/_pkg_.a
2025-08-20T23:01:14.4949165Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/peopledatalabs=/tmp/go-build2180205415/b1644/_pkg_.a
2025-08-20T23:01:14.4950044Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pepipost=/tmp/go-build2180205415/b1645/_pkg_.a
2025-08-20T23:01:14.4950880Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/percy=/tmp/go-build2180205415/b1646/_pkg_.a
2025-08-20T23:01:14.4951772Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/phraseaccesstoken=/tmp/go-build2180205415/b1647/_pkg_.a
2025-08-20T23:01:14.4952657Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pinata=/tmp/go-build2180205415/b1648/_pkg_.a
2025-08-20T23:01:14.4953700Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedream=/tmp/go-build2180205415/b1649/_pkg_.a
2025-08-20T23:01:14.4954569Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedrive=/tmp/go-build2180205415/b1650/_pkg_.a
2025-08-20T23:01:14.4955459Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pivotaltracker=/tmp/go-build2180205415/b1651/_pkg_.a
2025-08-20T23:01:14.4956498Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pixabay=/tmp/go-build2180205415/b1652/_pkg_.a
2025-08-20T23:01:14.4957350Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plaidkey=/tmp/go-build2180205415/b1653/_pkg_.a
2025-08-20T23:01:14.4958314Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscale=/tmp/go-build2180205415/b1654/_pkg_.a
2025-08-20T23:01:14.4959375Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscaledb=/tmp/go-build2180205415/b1655/_pkg_.a
2025-08-20T23:01:14.4960288Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planviewleankit=/tmp/go-build2180205415/b1656/_pkg_.a
2025-08-20T23:01:14.4961159Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planyo=/tmp/go-build2180205415/b1657/_pkg_.a
2025-08-20T23:01:14.4961988Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plivo=/tmp/go-build2180205415/b1658/_pkg_.a
2025-08-20T23:01:14.4962808Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/podio=/tmp/go-build2180205415/b1659/_pkg_.a
2025-08-20T23:01:14.4963657Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pollsapi=/tmp/go-build2180205415/b1660/_pkg_.a
2025-08-20T23:01:14.4964737Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/poloniex=/tmp/go-build2180205415/b1661/_pkg_.a
2025-08-20T23:01:14.4965655Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/polygon=/tmp/go-build2180205415/b1662/_pkg_.a
2025-08-20T23:01:14.4966625Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainer=/tmp/go-build2180205415/b1663/_pkg_.a
2025-08-20T23:01:14.4967678Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainertoken=/tmp/go-build2180205415/b1664/_pkg_.a
2025-08-20T23:01:14.4968641Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/positionstack=/tmp/go-build2180205415/b1665/_pkg_.a
2025-08-20T23:01:14.4969531Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postageapp=/tmp/go-build2180205415/b1666/_pkg_.a
2025-08-20T23:01:14.4970402Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postbacks=/tmp/go-build2180205415/b1667/_pkg_.a
2025-08-20T23:01:14.4971260Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postgres=/tmp/go-build2180205415/b1668/_pkg_.a
2025-08-20T23:01:14.4972104Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/posthog=/tmp/go-build2180205415/b1669/_pkg_.a
2025-08-20T23:01:14.4972946Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postman=/tmp/go-build2180205415/b1670/_pkg_.a
2025-08-20T23:01:14.4973795Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postmark=/tmp/go-build2180205415/b1671/_pkg_.a
2025-08-20T23:01:14.4974645Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/powrbot=/tmp/go-build2180205415/b1672/_pkg_.a
2025-08-20T23:01:14.4975489Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prefect=/tmp/go-build2180205415/b1673/_pkg_.a
2025-08-20T23:01:14.4976606Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privacy=/tmp/go-build2180205415/b1674/_pkg_.a
2025-08-20T23:01:14.4977466Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privatekey=/tmp/go-build2180205415/b318/_pkg_.a
2025-08-20T23:01:14.4978320Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prodpad=/tmp/go-build2180205415/b1675/_pkg_.a
2025-08-20T23:01:14.4979189Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prospectcrm=/tmp/go-build2180205415/b1676/_pkg_.a
2025-08-20T23:01:14.4980069Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/protocolsio=/tmp/go-build2180205415/b1677/_pkg_.a
2025-08-20T23:01:14.4981046Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/proxycrawl=/tmp/go-build2180205415/b1678/_pkg_.a
2025-08-20T23:01:14.4982065Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubpublishkey=/tmp/go-build2180205415/b1679/_pkg_.a
2025-08-20T23:01:14.4983024Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubsubscriptionkey=/tmp/go-build2180205415/b1680/_pkg_.a
2025-08-20T23:01:14.4983924Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pulumi=/tmp/go-build2180205415/b1681/_pkg_.a
2025-08-20T23:01:14.4984780Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/purestake=/tmp/go-build2180205415/b1682/_pkg_.a
2025-08-20T23:01:14.4985675Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pushbulletapikey=/tmp/go-build2180205415/b1683/_pkg_.a
2025-08-20T23:01:14.4986867Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pusherchannelkey=/tmp/go-build2180205415/b1684/_pkg_.a
2025-08-20T23:01:14.4987743Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pypi=/tmp/go-build2180205415/b1685/_pkg_.a
2025-08-20T23:01:14.4988562Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qase=/tmp/go-build2180205415/b1686/_pkg_.a
2025-08-20T23:01:14.4989595Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qualaroo=/tmp/go-build2180205415/b1687/_pkg_.a
2025-08-20T23:01:14.4990447Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qubole=/tmp/go-build2180205415/b1688/_pkg_.a
2025-08-20T23:01:14.4991448Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rabbitmq=/tmp/go-build2180205415/b1689/_pkg_.a
2025-08-20T23:01:14.4992351Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/railwayapp=/tmp/go-build2180205415/b1691/_pkg_.a
2025-08-20T23:01:14.4993197Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ramp=/tmp/go-build2180205415/b1692/_pkg_.a
2025-08-20T23:01:14.4994040Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rapidapi=/tmp/go-build2180205415/b1693/_pkg_.a
2025-08-20T23:01:14.4994870Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rawg=/tmp/go-build2180205415/b1694/_pkg_.a
2025-08-20T23:01:14.4995701Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/razorpay=/tmp/go-build2180205415/b1695/_pkg_.a
2025-08-20T23:01:14.4996758Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reachmail=/tmp/go-build2180205415/b1696/_pkg_.a
2025-08-20T23:01:14.4997609Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/readme=/tmp/go-build2180205415/b1697/_pkg_.a
2025-08-20T23:01:14.4998510Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reallysimplesystems=/tmp/go-build2180205415/b1698/_pkg_.a
2025-08-20T23:01:14.4999421Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rebrandly=/tmp/go-build2180205415/b1699/_pkg_.a
2025-08-20T23:01:14.5000524Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rechargepayments=/tmp/go-build2180205415/b1700/_pkg_.a
2025-08-20T23:01:14.5001399Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/redis=/tmp/go-build2180205415/b1701/_pkg_.a
2025-08-20T23:01:14.5002237Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/refiner=/tmp/go-build2180205415/b1709/_pkg_.a
2025-08-20T23:01:14.5003076Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rentman=/tmp/go-build2180205415/b1710/_pkg_.a
2025-08-20T23:01:14.5004020Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/repairshopr=/tmp/go-build2180205415/b1711/_pkg_.a
2025-08-20T23:01:14.5004992Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replicate=/tmp/go-build2180205415/b1712/_pkg_.a
2025-08-20T23:01:14.5005988Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replyio=/tmp/go-build2180205415/b1713/_pkg_.a
2025-08-20T23:01:14.5006920Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/requestfinance=/tmp/go-build2180205415/b1714/_pkg_.a
2025-08-20T23:01:14.5007864Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackhtmltopdfapi=/tmp/go-build2180205415/b1715/_pkg_.a
2025-08-20T23:01:14.5008842Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackscreenshotapi=/tmp/go-build2180205415/b1716/_pkg_.a
2025-08-20T23:01:14.5009758Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/revampcrm=/tmp/go-build2180205415/b1717/_pkg_.a
2025-08-20T23:01:14.5010634Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ringcentral=/tmp/go-build2180205415/b1718/_pkg_.a
2025-08-20T23:01:14.5011500Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ritekit=/tmp/go-build2180205415/b1719/_pkg_.a
2025-08-20T23:01:14.5012338Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/roaring=/tmp/go-build2180205415/b1720/_pkg_.a
2025-08-20T23:01:14.5013216Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/robinhoodcrypto=/tmp/go-build2180205415/b1721/_pkg_.a
2025-08-20T23:01:14.5014230Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rocketreach=/tmp/go-build2180205415/b1722/_pkg_.a
2025-08-20T23:01:14.5015191Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rootly=/tmp/go-build2180205415/b1723/_pkg_.a
2025-08-20T23:01:14.5016164Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/route4me=/tmp/go-build2180205415/b1724/_pkg_.a
2025-08-20T23:01:14.5017064Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rownd=/tmp/go-build2180205415/b1725/_pkg_.a
2025-08-20T23:01:14.5017908Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rubygems=/tmp/go-build2180205415/b1726/_pkg_.a
2025-08-20T23:01:14.5018756Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/runrunit=/tmp/go-build2180205415/b1727/_pkg_.a
2025-08-20T23:01:14.5019650Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saladcloudapikey=/tmp/go-build2180205415/b1728/_pkg_.a
2025-08-20T23:01:14.5020548Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesblink=/tmp/go-build2180205415/b1729/_pkg_.a
2025-08-20T23:01:14.5021427Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salescookie=/tmp/go-build2180205415/b1730/_pkg_.a
2025-08-20T23:01:14.5022307Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesflare=/tmp/go-build2180205415/b1731/_pkg_.a
2025-08-20T23:01:14.5023643Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforce=/tmp/go-build2180205415/b1732/_pkg_.a
2025-08-20T23:01:14.5024547Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforceoauth2=/tmp/go-build2180205415/b1733/_pkg_.a
2025-08-20T23:01:14.5025507Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforcerefreshtoken=/tmp/go-build2180205415/b1734/_pkg_.a
2025-08-20T23:01:14.5026675Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesmate=/tmp/go-build2180205415/b1735/_pkg_.a
2025-08-20T23:01:14.5027527Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sanity=/tmp/go-build2180205415/b1736/_pkg_.a
2025-08-20T23:01:14.5028724Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterprojectkey=/tmp/go-build2180205415/b1737/_pkg_.a
2025-08-20T23:01:14.5029758Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterwritekey=/tmp/go-build2180205415/b1738/_pkg_.a
2025-08-20T23:01:14.5030664Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saucelabs=/tmp/go-build2180205415/b1739/_pkg_.a
2025-08-20T23:01:14.5031536Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalewaykey=/tmp/go-build2180205415/b1740/_pkg_.a
2025-08-20T23:01:14.5032451Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalr=/tmp/go-build2180205415/b1741/_pkg_.a
2025-08-20T23:01:14.5033395Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapeowl=/tmp/go-build2180205415/b1742/_pkg_.a
2025-08-20T23:01:14.5034266Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperapi=/tmp/go-build2180205415/b1743/_pkg_.a
2025-08-20T23:01:14.5035143Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperbox=/tmp/go-build2180205415/b1744/_pkg_.a
2025-08-20T23:01:14.5036115Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapestack=/tmp/go-build2180205415/b1745/_pkg_.a
2025-08-20T23:01:14.5037046Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapfly=/tmp/go-build2180205415/b1746/_pkg_.a
2025-08-20T23:01:14.5037924Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingant=/tmp/go-build2180205415/b1747/_pkg_.a
2025-08-20T23:01:14.5038801Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingbee=/tmp/go-build2180205415/b1748/_pkg_.a
2025-08-20T23:01:14.5039691Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotapi=/tmp/go-build2180205415/b1749/_pkg_.a
2025-08-20T23:01:14.5040601Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotlayer=/tmp/go-build2180205415/b1750/_pkg_.a
2025-08-20T23:01:14.5041510Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrutinizerci=/tmp/go-build2180205415/b1751/_pkg_.a
2025-08-20T23:01:14.5042417Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/securitytrails=/tmp/go-build2180205415/b1752/_pkg_.a
2025-08-20T23:01:14.5043328Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/segmentapikey=/tmp/go-build2180205415/b1753/_pkg_.a
2025-08-20T23:01:14.5044212Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/selectpdf=/tmp/go-build2180205415/b1754/_pkg_.a
2025-08-20T23:01:14.5045215Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/semaphore=/tmp/go-build2180205415/b1755/_pkg_.a
2025-08-20T23:01:14.5046289Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbird=/tmp/go-build2180205415/b1756/_pkg_.a
2025-08-20T23:01:14.5047375Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbirdorganizationapi=/tmp/go-build2180205415/b1757/_pkg_.a
2025-08-20T23:01:14.5048296Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendgrid=/tmp/go-build2180205415/b1758/_pkg_.a
2025-08-20T23:01:14.5049171Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendinbluev2=/tmp/go-build2180205415/b1759/_pkg_.a
2025-08-20T23:01:14.5050092Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentryorgtoken=/tmp/go-build2180205415/b1760/_pkg_.a
2025-08-20T23:01:14.5050996Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v1=/tmp/go-build2180205415/b1761/_pkg_.a
2025-08-20T23:01:14.5052052Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v2=/tmp/go-build2180205415/b1762/_pkg_.a
2025-08-20T23:01:14.5052941Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serphouse=/tmp/go-build2180205415/b1763/_pkg_.a
2025-08-20T23:01:14.5053799Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serpstack=/tmp/go-build2180205415/b1764/_pkg_.a
2025-08-20T23:01:14.5054644Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sheety=/tmp/go-build2180205415/b1765/_pkg_.a
2025-08-20T23:01:14.5055583Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sherpadesk=/tmp/go-build2180205415/b1766/_pkg_.a
2025-08-20T23:01:14.5056642Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shipday=/tmp/go-build2180205415/b1767/_pkg_.a
2025-08-20T23:01:14.5057505Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shodankey=/tmp/go-build2180205415/b1768/_pkg_.a
2025-08-20T23:01:14.5058361Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shopify=/tmp/go-build2180205415/b1769/_pkg_.a
2025-08-20T23:01:14.5059209Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shortcut=/tmp/go-build2180205415/b1770/_pkg_.a
2025-08-20T23:01:14.5060067Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shotstack=/tmp/go-build2180205415/b1771/_pkg_.a
2025-08-20T23:01:14.5060946Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstock=/tmp/go-build2180205415/b1772/_pkg_.a
2025-08-20T23:01:14.5061857Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstockoauth=/tmp/go-build2180205415/b1773/_pkg_.a
2025-08-20T23:01:14.5062756Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signable=/tmp/go-build2180205415/b1774/_pkg_.a
2025-08-20T23:01:14.5063621Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signalwire=/tmp/go-build2180205415/b1775/_pkg_.a
2025-08-20T23:01:14.5064506Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signaturit=/tmp/go-build2180205415/b1776/_pkg_.a
2025-08-20T23:01:14.5065386Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signupgenius=/tmp/go-build2180205415/b1777/_pkg_.a
2025-08-20T23:01:14.5066524Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sigopt=/tmp/go-build2180205415/b1778/_pkg_.a
2025-08-20T23:01:14.5067363Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simfin=/tmp/go-build2180205415/b1779/_pkg_.a
2025-08-20T23:01:14.5068211Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplesat=/tmp/go-build2180205415/b1780/_pkg_.a
2025-08-20T23:01:14.5069243Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplynoted=/tmp/go-build2180205415/b1781/_pkg_.a
2025-08-20T23:01:14.5070266Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simvoly=/tmp/go-build2180205415/b1782/_pkg_.a
2025-08-20T23:01:14.5071142Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sinchmessage=/tmp/go-build2180205415/b1783/_pkg_.a
2025-08-20T23:01:14.5071993Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sirv=/tmp/go-build2180205415/b1784/_pkg_.a
2025-08-20T23:01:14.5072832Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/siteleaf=/tmp/go-build2180205415/b1785/_pkg_.a
2025-08-20T23:01:14.5073685Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skrappio=/tmp/go-build2180205415/b1786/_pkg_.a
2025-08-20T23:01:14.5074553Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skybiometry=/tmp/go-build2180205415/b1787/_pkg_.a
2025-08-20T23:01:14.5075537Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slack=/tmp/go-build2180205415/b1788/_pkg_.a
2025-08-20T23:01:14.5076593Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slackwebhook=/tmp/go-build2180205415/b1789/_pkg_.a
2025-08-20T23:01:14.5077479Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartsheets=/tmp/go-build2180205415/b1790/_pkg_.a
2025-08-20T23:01:14.5078461Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartystreets=/tmp/go-build2180205415/b1791/_pkg_.a
2025-08-20T23:01:14.5079389Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smooch=/tmp/go-build2180205415/b1792/_pkg_.a
2025-08-20T23:01:14.5080240Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snipcart=/tmp/go-build2180205415/b1793/_pkg_.a
2025-08-20T23:01:14.5081102Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snowflake=/tmp/go-build2180205415/b1794/_pkg_.a
2025-08-20T23:01:14.5081958Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snykkey=/tmp/go-build2180205415/b1795/_pkg_.a
2025-08-20T23:01:14.5082818Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sonarcloud=/tmp/go-build2180205415/b1796/_pkg_.a
2025-08-20T23:01:14.5083693Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraph=/tmp/go-build2180205415/b1797/_pkg_.a
2025-08-20T23:01:14.5084604Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraphcody=/tmp/go-build2180205415/b1798/_pkg_.a
2025-08-20T23:01:14.5085504Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/speechtextai=/tmp/go-build2180205415/b1799/_pkg_.a
2025-08-20T23:01:14.5086714Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/splunkobservabilitytoken=/tmp/go-build2180205415/b1800/_pkg_.a
2025-08-20T23:01:14.5087664Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/spoonacular=/tmp/go-build2180205415/b1801/_pkg_.a
2025-08-20T23:01:14.5088539Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sportsmonk=/tmp/go-build2180205415/b1802/_pkg_.a
2025-08-20T23:01:14.5089404Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sqlserver=/tmp/go-build2180205415/b1803/_pkg_.a
2025-08-20T23:01:14.5090255Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/square=/tmp/go-build2180205415/b1804/_pkg_.a
2025-08-20T23:01:14.5091105Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareapp=/tmp/go-build2180205415/b1805/_pkg_.a
2025-08-20T23:01:14.5092136Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squarespace=/tmp/go-build2180205415/b1806/_pkg_.a
2025-08-20T23:01:14.5093163Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareup=/tmp/go-build2180205415/b1807/_pkg_.a
2025-08-20T23:01:14.5094010Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sslmate=/tmp/go-build2180205415/b1808/_pkg_.a
2025-08-20T23:01:14.5094869Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuscake=/tmp/go-build2180205415/b1809/_pkg_.a
2025-08-20T23:01:14.5095745Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspage=/tmp/go-build2180205415/b1810/_pkg_.a
2025-08-20T23:01:14.5096822Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspal=/tmp/go-build2180205415/b1811/_pkg_.a
2025-08-20T23:01:14.5097698Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stitchdata=/tmp/go-build2180205415/b1812/_pkg_.a
2025-08-20T23:01:14.5098782Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stockdata=/tmp/go-build2180205415/b1813/_pkg_.a
2025-08-20T23:01:14.5099650Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storecove=/tmp/go-build2180205415/b1814/_pkg_.a
2025-08-20T23:01:14.5100513Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormboard=/tmp/go-build2180205415/b1815/_pkg_.a
2025-08-20T23:01:14.5101466Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormglass=/tmp/go-build2180205415/b1816/_pkg_.a
2025-08-20T23:01:14.5102442Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblok=/tmp/go-build2180205415/b1817/_pkg_.a
2025-08-20T23:01:14.5103701Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblokpersonalaccesstoken=/tmp/go-build2180205415/b1818/_pkg_.a
2025-08-20T23:01:14.5104753Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storychief=/tmp/go-build2180205415/b1819/_pkg_.a
2025-08-20T23:01:14.5105611Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/strava=/tmp/go-build2180205415/b1820/_pkg_.a
2025-08-20T23:01:14.5106696Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/streak=/tmp/go-build2180205415/b1821/_pkg_.a
2025-08-20T23:01:14.5107540Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripe=/tmp/go-build2180205415/b1822/_pkg_.a
2025-08-20T23:01:14.5108445Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripepaymentintent=/tmp/go-build2180205415/b1823/_pkg_.a
2025-08-20T23:01:14.5109341Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripo=/tmp/go-build2180205415/b1824/_pkg_.a
2025-08-20T23:01:14.5110175Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stytch=/tmp/go-build2180205415/b1825/_pkg_.a
2025-08-20T23:01:14.5111025Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sugester=/tmp/go-build2180205415/b1826/_pkg_.a
2025-08-20T23:01:14.5111896Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sumologickey=/tmp/go-build2180205415/b1827/_pkg_.a
2025-08-20T23:01:14.5112784Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supabasetoken=/tmp/go-build2180205415/b1828/_pkg_.a
2025-08-20T23:01:14.5113678Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supernotesapi=/tmp/go-build2180205415/b1829/_pkg_.a
2025-08-20T23:01:14.5114580Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveyanyplace=/tmp/go-build2180205415/b1830/_pkg_.a
2025-08-20T23:01:14.5115651Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveybot=/tmp/go-build2180205415/b1831/_pkg_.a
2025-08-20T23:01:14.5116803Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveysparrow=/tmp/go-build2180205415/b1832/_pkg_.a
2025-08-20T23:01:14.5117831Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/survicate=/tmp/go-build2180205415/b1833/_pkg_.a
2025-08-20T23:01:14.5118684Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swell=/tmp/go-build2180205415/b1834/_pkg_.a
2025-08-20T23:01:14.5119534Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swiftype=/tmp/go-build2180205415/b1835/_pkg_.a
2025-08-20T23:01:14.5120385Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tableau=/tmp/go-build2180205415/b1836/_pkg_.a
2025-08-20T23:01:14.5121240Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tailscale=/tmp/go-build2180205415/b1837/_pkg_.a
2025-08-20T23:01:14.5122092Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tallyfy=/tmp/go-build2180205415/b1838/_pkg_.a
2025-08-20T23:01:14.5122934Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tatumio=/tmp/go-build2180205415/b1839/_pkg_.a
2025-08-20T23:01:14.5123771Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/taxjar=/tmp/go-build2180205415/b1840/_pkg_.a
2025-08-20T23:01:14.5124629Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamgate=/tmp/go-build2180205415/b1841/_pkg_.a
2025-08-20T23:01:14.5125590Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkcrm=/tmp/go-build2180205415/b1842/_pkg_.a
2025-08-20T23:01:14.5126637Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkdesk=/tmp/go-build2180205415/b1843/_pkg_.a
2025-08-20T23:01:14.5127540Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkspaces=/tmp/go-build2180205415/b1844/_pkg_.a
2025-08-20T23:01:14.5128487Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/technicalanalysisapi=/tmp/go-build2180205415/b1845/_pkg_.a
2025-08-20T23:01:14.5129385Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tefter=/tmp/go-build2180205415/b1846/_pkg_.a
2025-08-20T23:01:14.5130266Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telegrambottoken=/tmp/go-build2180205415/b1847/_pkg_.a
2025-08-20T23:01:14.5131154Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teletype=/tmp/go-build2180205415/b1848/_pkg_.a
2025-08-20T23:01:14.5131998Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telnyx=/tmp/go-build2180205415/b1849/_pkg_.a
2025-08-20T23:01:14.5132938Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/terraformcloudpersonaltoken=/tmp/go-build2180205415/b1850/_pkg_.a
2025-08-20T23:01:14.5133937Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/testingbot=/tmp/go-build2180205415/b1851/_pkg_.a
2025-08-20T23:01:14.5134991Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/textmagic=/tmp/go-build2180205415/b1852/_pkg_.a
2025-08-20T23:01:14.5135991Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/theoddsapi=/tmp/go-build2180205415/b1853/_pkg_.a
2025-08-20T23:01:14.5136924Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thinkific=/tmp/go-build2180205415/b1854/_pkg_.a
2025-08-20T23:01:14.5137803Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thousandeyes=/tmp/go-build2180205415/b1855/_pkg_.a
2025-08-20T23:01:14.5138835Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ticketmaster=/tmp/go-build2180205415/b1856/_pkg_.a
2025-08-20T23:01:14.5139847Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tickettailor=/tmp/go-build2180205415/b1857/_pkg_.a
2025-08-20T23:01:14.5140715Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tiingo=/tmp/go-build2180205415/b1858/_pkg_.a
2025-08-20T23:01:14.5141562Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timecamp=/tmp/go-build2180205415/b1859/_pkg_.a
2025-08-20T23:01:14.5142432Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timezoneapi=/tmp/go-build2180205415/b1860/_pkg_.a
2025-08-20T23:01:14.5143321Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tineswebhook=/tmp/go-build2180205415/b1861/_pkg_.a
2025-08-20T23:01:14.5144184Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tmetric=/tmp/go-build2180205415/b1862/_pkg_.a
2025-08-20T23:01:14.5145031Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/todoist=/tmp/go-build2180205415/b1863/_pkg_.a
2025-08-20T23:01:14.5146093Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tokeet=/tmp/go-build2180205415/b1864/_pkg_.a
2025-08-20T23:01:14.5147011Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomorrowio=/tmp/go-build2180205415/b1865/_pkg_.a
2025-08-20T23:01:14.5147865Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomtom=/tmp/go-build2180205415/b1866/_pkg_.a
2025-08-20T23:01:14.5148832Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tradier=/tmp/go-build2180205415/b1867/_pkg_.a
2025-08-20T23:01:14.5149801Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/transferwise=/tmp/go-build2180205415/b1868/_pkg_.a
2025-08-20T23:01:14.5150701Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travelpayouts=/tmp/go-build2180205415/b1869/_pkg_.a
2025-08-20T23:01:14.5151583Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travisci=/tmp/go-build2180205415/b1870/_pkg_.a
2025-08-20T23:01:14.5152460Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trelloapikey=/tmp/go-build2180205415/b1871/_pkg_.a
2025-08-20T23:01:14.5153391Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trufflehogenterprise=/tmp/go-build2180205415/b1872/_pkg_.a
2025-08-20T23:01:14.5154310Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twelvedata=/tmp/go-build2180205415/b1873/_pkg_.a
2025-08-20T23:01:14.5155162Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilio=/tmp/go-build2180205415/b1874/_pkg_.a
2025-08-20T23:01:14.5156187Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilioapikey=/tmp/go-build2180205415/b1875/_pkg_.a
2025-08-20T23:01:14.5157122Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twist=/tmp/go-build2180205415/b1876/_pkg_.a
2025-08-20T23:01:14.5158126Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitch=/tmp/go-build2180205415/b1877/_pkg_.a
2025-08-20T23:01:14.5159012Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitchaccesstoken=/tmp/go-build2180205415/b1878/_pkg_.a
2025-08-20T23:01:14.5159911Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v1=/tmp/go-build2180205415/b1879/_pkg_.a
2025-08-20T23:01:14.5160783Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v2=/tmp/go-build2180205415/b1880/_pkg_.a
2025-08-20T23:01:14.5161692Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitterconsumerkey=/tmp/go-build2180205415/b1881/_pkg_.a
2025-08-20T23:01:14.5162654Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tyntec=/tmp/go-build2180205415/b1882/_pkg_.a
2025-08-20T23:01:14.5163680Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v1=/tmp/go-build2180205415/b1883/_pkg_.a
2025-08-20T23:01:14.5164562Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v2=/tmp/go-build2180205415/b1884/_pkg_.a
2025-08-20T23:01:14.5165426Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typetalk=/tmp/go-build2180205415/b1885/_pkg_.a
2025-08-20T23:01:14.5166468Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ubidots=/tmp/go-build2180205415/b1886/_pkg_.a
2025-08-20T23:01:14.5167331Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uclassify=/tmp/go-build2180205415/b1887/_pkg_.a
2025-08-20T23:01:14.5168189Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unifyid=/tmp/go-build2180205415/b1888/_pkg_.a
2025-08-20T23:01:14.5169034Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unplugg=/tmp/go-build2180205415/b1889/_pkg_.a
2025-08-20T23:01:14.5169889Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unsplash=/tmp/go-build2180205415/b1890/_pkg_.a
2025-08-20T23:01:14.5170759Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upcdatabase=/tmp/go-build2180205415/b1891/_pkg_.a
2025-08-20T23:01:14.5171750Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uplead=/tmp/go-build2180205415/b1892/_pkg_.a
2025-08-20T23:01:14.5172658Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uploadcare=/tmp/go-build2180205415/b1893/_pkg_.a
2025-08-20T23:01:14.5173539Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uptimerobot=/tmp/go-build2180205415/b1894/_pkg_.a
2025-08-20T23:01:14.5174396Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upwave=/tmp/go-build2180205415/b1895/_pkg_.a
2025-08-20T23:01:14.5175222Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uri=/tmp/go-build2180205415/b1896/_pkg_.a
2025-08-20T23:01:14.5176187Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/urlscan=/tmp/go-build2180205415/b1897/_pkg_.a
2025-08-20T23:01:14.5177083Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userflow=/tmp/go-build2180205415/b1898/_pkg_.a
2025-08-20T23:01:14.5177949Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userstack=/tmp/go-build2180205415/b1899/_pkg_.a
2025-08-20T23:01:14.5178895Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vagrantcloudpersonaltoken=/tmp/go-build2180205415/b1900/_pkg_.a
2025-08-20T23:01:14.5179828Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vatlayer=/tmp/go-build2180205415/b1901/_pkg_.a
2025-08-20T23:01:14.5180839Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vbout=/tmp/go-build2180205415/b1902/_pkg_.a
2025-08-20T23:01:14.5181674Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vercel=/tmp/go-build2180205415/b1903/_pkg_.a
2025-08-20T23:01:14.5182521Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verifier=/tmp/go-build2180205415/b1904/_pkg_.a
2025-08-20T23:01:14.5183377Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verimail=/tmp/go-build2180205415/b1905/_pkg_.a
2025-08-20T23:01:14.5184234Z [00:03:36.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/veriphone=/tmp/go-build2180205415/b1906/_pkg_.a
2025-08-20T23:01:14.5185188Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/versioneye=/tmp/go-build2180205415/b1907/_pkg_.a
2025-08-20T23:01:14.5186350Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/viewneo=/tmp/go-build2180205415/b1908/_pkg_.a
2025-08-20T23:01:14.5187237Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/virustotal=/tmp/go-build2180205415/b1909/_pkg_.a
2025-08-20T23:01:14.5188131Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/visualcrossing=/tmp/go-build2180205415/b1910/_pkg_.a
2025-08-20T23:01:14.5189020Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voiceflow=/tmp/go-build2180205415/b1911/_pkg_.a
2025-08-20T23:01:14.5189879Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voicegain=/tmp/go-build2180205415/b1912/_pkg_.a
2025-08-20T23:01:14.5190744Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voodoosms=/tmp/go-build2180205415/b1913/_pkg_.a
2025-08-20T23:01:14.5191602Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vouchery=/tmp/go-build2180205415/b1914/_pkg_.a
2025-08-20T23:01:14.5192032Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vpnapi=/tmp/go-build2180205415/b1915/_pkg_.a
2025-08-20T23:01:14.5192480Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vultrapikey=/tmp/go-build2180205415/b1916/_pkg_.a
2025-08-20T23:01:14.5192894Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vyte=/tmp/go-build2180205415/b1917/_pkg_.a
2025-08-20T23:01:14.5193456Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/walkscore=/tmp/go-build2180205415/b1918/_pkg_.a
2025-08-20T23:01:14.5193914Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherbit=/tmp/go-build2180205415/b1919/_pkg_.a
2025-08-20T23:01:14.5194368Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherstack=/tmp/go-build2180205415/b1920/_pkg_.a
2025-08-20T23:01:14.5194823Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/web3storage=/tmp/go-build2180205415/b1921/_pkg_.a
2025-08-20T23:01:14.5195240Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webex=/tmp/go-build2180205415/b1922/_pkg_.a
2025-08-20T23:01:14.5195673Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webexbot=/tmp/go-build2180205415/b1923/_pkg_.a
2025-08-20T23:01:14.5196260Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webflow=/tmp/go-build2180205415/b1924/_pkg_.a
2025-08-20T23:01:14.5196752Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraper=/tmp/go-build2180205415/b1925/_pkg_.a
2025-08-20T23:01:14.5197204Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraping=/tmp/go-build2180205415/b1926/_pkg_.a
2025-08-20T23:01:14.5197664Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/websitepulse=/tmp/go-build2180205415/b1927/_pkg_.a
2025-08-20T23:01:14.5198252Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weightsandbiases=/tmp/go-build2180205415/b1928/_pkg_.a
2025-08-20T23:01:14.5198675Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/whoxy=/tmp/go-build2180205415/b1929/_pkg_.a
2025-08-20T23:01:14.5199101Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wistia=/tmp/go-build2180205415/b1930/_pkg_.a
2025-08-20T23:01:14.5199513Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wiz=/tmp/go-build2180205415/b1931/_pkg_.a
2025-08-20T23:01:14.5199949Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worksnaps=/tmp/go-build2180205415/b1932/_pkg_.a
2025-08-20T23:01:14.5200562Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/workstack=/tmp/go-build2180205415/b1933/_pkg_.a
2025-08-20T23:01:14.5201054Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldcoinindex=/tmp/go-build2180205415/b1934/_pkg_.a
2025-08-20T23:01:14.5201510Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldweather=/tmp/go-build2180205415/b1935/_pkg_.a
2025-08-20T23:01:14.5201930Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wrike=/tmp/go-build2180205415/b1936/_pkg_.a
2025-08-20T23:01:14.5202343Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/xai=/tmp/go-build2180205415/b1937/_pkg_.a
2025-08-20T23:01:14.5202768Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yandex=/tmp/go-build2180205415/b1938/_pkg_.a
2025-08-20T23:01:14.5203181Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yelp=/tmp/go-build2180205415/b1939/_pkg_.a
2025-08-20T23:01:14.5203651Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youneedabudget=/tmp/go-build2180205415/b1940/_pkg_.a
2025-08-20T23:01:14.5204079Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yousign=/tmp/go-build2180205415/b1941/_pkg_.a
2025-08-20T23:01:14.5204537Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youtubeapikey=/tmp/go-build2180205415/b1942/_pkg_.a
2025-08-20T23:01:14.5205043Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zendeskapi=/tmp/go-build2180205415/b1943/_pkg_.a
2025-08-20T23:01:14.5205498Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenkitapi=/tmp/go-build2180205415/b1944/_pkg_.a
2025-08-20T23:01:14.5206053Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenrows=/tmp/go-build2180205415/b1945/_pkg_.a
2025-08-20T23:01:14.5206557Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenscrape=/tmp/go-build2180205415/b1946/_pkg_.a
2025-08-20T23:01:14.5206988Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenserp=/tmp/go-build2180205415/b1947/_pkg_.a
2025-08-20T23:01:14.5207416Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zeplin=/tmp/go-build2180205415/b1948/_pkg_.a
2025-08-20T23:01:14.5207860Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerobounce=/tmp/go-build2180205415/b1949/_pkg_.a
2025-08-20T23:01:14.5208301Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerotier=/tmp/go-build2180205415/b1950/_pkg_.a
2025-08-20T23:01:14.5208720Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipapi=/tmp/go-build2180205415/b1951/_pkg_.a
2025-08-20T23:01:14.5209157Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipbooks=/tmp/go-build2180205415/b1952/_pkg_.a
2025-08-20T23:01:14.5209754Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodeapi=/tmp/go-build2180205415/b1953/_pkg_.a
2025-08-20T23:01:14.5210206Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodebase=/tmp/go-build2180205415/b1954/_pkg_.a
2025-08-20T23:01:14.5210633Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zohocrm=/tmp/go-build2180205415/b1955/_pkg_.a
2025-08-20T23:01:14.5211093Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zonkafeedback=/tmp/go-build2180205415/b1956/_pkg_.a
2025-08-20T23:01:14.5211534Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zulipchat=/tmp/go-build2180205415/b1957/_pkg_.a
2025-08-20T23:01:14.5211828Z [00:03:36.689]➜  packagefile archive/zip=/tmp/go-build2180205415/b803/_pkg_.a
2025-08-20T23:01:14.5212143Z [00:03:36.689]➜  packagefile encoding/xml=/tmp/go-build2180205415/b804/_pkg_.a
2025-08-20T23:01:14.5212422Z [00:03:36.689]➜  packagefile github.com/avast/apkparser=/tmp/go-build2180205415/b805/_pkg_.a
2025-08-20T23:01:14.5212692Z [00:03:36.689]➜  packagefile github.com/csnewman/dextk=/tmp/go-build2180205415/b806/_pkg_.a
2025-08-20T23:01:14.5212994Z [00:03:36.689]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build2180205415/b807/_pkg_.a
2025-08-20T23:01:14.5213263Z [00:03:36.689]➜  packagefile github.com/mholt/archives=/tmp/go-build2180205415/b816/_pkg_.a
2025-08-20T23:01:14.5213567Z [00:03:36.689]➜  packagefile github.com/sassoftware/go-rpmutils=/tmp/go-build2180205415/b874/_pkg_.a
2025-08-20T23:01:14.5213950Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/iobuf=/tmp/go-build2180205415/b1958/_pkg_.a
2025-08-20T23:01:14.5214206Z [00:03:36.689]➜  packagefile pault.ag/go/debian/deb=/tmp/go-build2180205415/b1961/_pkg_.a
2025-08-20T23:01:14.5214516Z [00:03:36.689]➜  packagefile github.com/TheZeroSlave/zapsentry=/tmp/go-build2180205415/b226/_pkg_.a
2025-08-20T23:01:14.5214776Z [00:03:36.689]➜  packagefile github.com/go-logr/zapr=/tmp/go-build2180205415/b261/_pkg_.a
2025-08-20T23:01:14.5215003Z [00:03:36.689]➜  packagefile go.uber.org/zap=/tmp/go-build2180205415/b250/_pkg_.a
2025-08-20T23:01:14.5215256Z [00:03:36.689]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build2180205415/b254/_pkg_.a
2025-08-20T23:01:14.5215481Z [00:03:36.689]➜  packagefile crypto/sha256=/tmp/go-build2180205415/b176/_pkg_.a
2025-08-20T23:01:14.5216084Z [00:03:36.689]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build2180205415/b2168/_pkg_.a
2025-08-20T23:01:14.5216470Z [00:03:36.689]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build2180205415/b2193/_pkg_.a
2025-08-20T23:01:14.5216794Z [00:03:36.689]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build2180205415/b2204/_pkg_.a
2025-08-20T23:01:14.5217062Z [00:03:36.689]➜  packagefile golang.org/x/text/cases=/tmp/go-build2180205415/b233/_pkg_.a
2025-08-20T23:01:14.5217338Z [00:03:36.689]➜  packagefile golang.org/x/text/language=/tmp/go-build2180205415/b235/_pkg_.a
2025-08-20T23:01:14.5217643Z [00:03:36.689]➜  packagefile github.com/marusama/semaphore/v2=/tmp/go-build2180205415/b626/_pkg_.a
2025-08-20T23:01:14.5217912Z [00:03:36.689]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2180205415/b583/_pkg_.a
2025-08-20T23:01:14.5218230Z [00:03:36.689]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2180205415/b3021/_pkg_.a
2025-08-20T23:01:14.5218542Z [00:03:36.689]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2180205415/b3022/_pkg_.a
2025-08-20T23:01:14.5218838Z [00:03:36.689]➜  packagefile github.com/lrstanley/bubblezone=/tmp/go-build2180205415/b3038/_pkg_.a
2025-08-20T23:01:14.5219269Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build2180205415/b222/_pkg_.a
2025-08-20T23:01:14.5219671Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build2180205415/b3039/_pkg_.a
2025-08-20T23:01:14.5220293Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector=/tmp/go-build2180205415/b3080/_pkg_.a
2025-08-20T23:01:14.5220697Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/keymap=/tmp/go-build2180205415/b3078/_pkg_.a
2025-08-20T23:01:14.5221143Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_form=/tmp/go-build2180205415/b3085/_pkg_.a
2025-08-20T23:01:14.5221593Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_keys=/tmp/go-build2180205415/b3086/_pkg_.a
2025-08-20T23:01:14.5222063Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/contact_enterprise=/tmp/go-build2180205415/b3087/_pkg_.a
2025-08-20T23:01:14.5222605Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_configure=/tmp/go-build2180205415/b3088/_pkg_.a
2025-08-20T23:01:14.5223224Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_select=/tmp/go-build2180205415/b3104/_pkg_.a
2025-08-20T23:01:14.5223660Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/view_oss=/tmp/go-build2180205415/b3105/_pkg_.a
2025-08-20T23:01:14.5224104Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/wizard_intro=/tmp/go-build2180205415/b3106/_pkg_.a
2025-08-20T23:01:14.5224501Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build2180205415/b3079/_pkg_.a
2025-08-20T23:01:14.5224720Z [00:03:36.689]➜  packagefile archive/tar=/tmp/go-build2180205415/b708/_pkg_.a
2025-08-20T23:01:14.5224948Z [00:03:36.689]➜  packagefile compress/gzip=/tmp/go-build2180205415/b103/_pkg_.a
2025-08-20T23:01:14.5225181Z [00:03:36.689]➜  packagefile encoding/binary=/tmp/go-build2180205415/b100/_pkg_.a
2025-08-20T23:01:14.5225563Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache=/tmp/go-build2180205415/b2156/_pkg_.a
2025-08-20T23:01:14.5226141Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/hasher=/tmp/go-build2180205415/b3019/_pkg_.a
2025-08-20T23:01:14.5226546Z [00:03:36.689]➜  packagefile go.uber.org/automaxprocs/internal/runtime=/tmp/go-build2180205415/b3110/_pkg_.a
2025-08-20T23:01:14.5226778Z [00:03:36.689]➜  packagefile container/list=/tmp/go-build2180205415/b108/_pkg_.a
2025-08-20T23:01:14.5227193Z [00:03:36.689]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2180205415/b183/_pkg_.a
2025-08-20T23:01:14.5227535Z [00:03:36.689]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build2180205415/b192/_pkg_.a
2025-08-20T23:01:14.5227841Z [00:03:36.689]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2180205415/b193/_pkg_.a
2025-08-20T23:01:14.5228125Z [00:03:36.689]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2180205415/b184/_pkg_.a
2025-08-20T23:01:14.5228366Z [00:03:36.689]➜  packagefile internal/godebug=/tmp/go-build2180205415/b059/_pkg_.a
2025-08-20T23:01:14.5228567Z [00:03:36.689]➜  packagefile io/fs=/tmp/go-build2180205415/b055/_pkg_.a
2025-08-20T23:01:14.5228760Z [00:03:36.689]➜  packagefile maps=/tmp/go-build2180205415/b093/_pkg_.a
2025-08-20T23:01:14.5228975Z [00:03:36.689]➜  packagefile math/bits=/tmp/go-build2180205415/b040/_pkg_.a
2025-08-20T23:01:14.5229167Z [00:03:36.689]➜  packagefile mime=/tmp/go-build2180205415/b194/_pkg_.a
2025-08-20T23:01:14.5229401Z [00:03:36.689]➜  packagefile mime/multipart=/tmp/go-build2180205415/b195/_pkg_.a
2025-08-20T23:01:14.5229641Z [00:03:36.689]➜  packagefile net/http/httptrace=/tmp/go-build2180205415/b197/_pkg_.a
2025-08-20T23:01:14.5229880Z [00:03:36.689]➜  packagefile net/http/internal=/tmp/go-build2180205415/b198/_pkg_.a
2025-08-20T23:01:14.5230141Z [00:03:36.689]➜  packagefile net/http/internal/ascii=/tmp/go-build2180205415/b199/_pkg_.a
2025-08-20T23:01:14.5230430Z [00:03:36.689]➜  packagefile net/http/internal/httpcommon=/tmp/go-build2180205415/b200/_pkg_.a
2025-08-20T23:01:14.5230750Z [00:03:36.689]➜  packagefile net/textproto=/tmp/go-build2180205415/b191/_pkg_.a
2025-08-20T23:01:14.5230947Z [00:03:36.689]➜  packagefile path=/tmp/go-build2180205415/b057/_pkg_.a
2025-08-20T23:01:14.5231137Z [00:03:36.689]➜  packagefile html=/tmp/go-build2180205415/b221/_pkg_.a
2025-08-20T23:01:14.5231379Z [00:03:36.689]➜  packagefile internal/profile=/tmp/go-build2180205415/b3113/_pkg_.a
2025-08-20T23:01:14.5231607Z [00:03:36.689]➜  packagefile runtime/pprof=/tmp/go-build2180205415/b3114/_pkg_.a
2025-08-20T23:01:14.5231831Z [00:03:36.689]➜  packagefile runtime/trace=/tmp/go-build2180205415/b615/_pkg_.a
2025-08-20T23:01:14.5232066Z [00:03:36.689]➜  packagefile internal/bytealg=/tmp/go-build2180205415/b011/_pkg_.a
2025-08-20T23:01:14.5232383Z [00:03:36.689]➜  packagefile internal/byteorder=/tmp/go-build2180205415/b013/_pkg_.a
2025-08-20T23:01:14.5232722Z [00:03:36.689]➜  packagefile internal/filepathlite=/tmp/go-build2180205415/b054/_pkg_.a
2025-08-20T23:01:14.5232962Z [00:03:36.689]➜  packagefile internal/goarch=/tmp/go-build2180205415/b007/_pkg_.a
2025-08-20T23:01:14.5233227Z [00:03:36.689]➜  packagefile internal/itoa=/tmp/go-build2180205415/b052/_pkg_.a
2025-08-20T23:01:14.5233456Z [00:03:36.689]➜  packagefile internal/poll=/tmp/go-build2180205415/b062/_pkg_.a
2025-08-20T23:01:14.5233708Z [00:03:36.689]➜  packagefile internal/stringslite=/tmp/go-build2180205415/b032/_pkg_.a
2025-08-20T23:01:14.5233976Z [00:03:36.689]➜  packagefile internal/syscall/execenv=/tmp/go-build2180205415/b064/_pkg_.a
2025-08-20T23:01:14.5234230Z [00:03:36.689]➜  packagefile internal/syscall/unix=/tmp/go-build2180205415/b063/_pkg_.a
2025-08-20T23:01:14.5234468Z [00:03:36.689]➜  packagefile internal/testlog=/tmp/go-build2180205415/b065/_pkg_.a
2025-08-20T23:01:14.5234687Z [00:03:36.689]➜  packagefile internal/abi=/tmp/go-build2180205415/b006/_pkg_.a
2025-08-20T23:01:14.5234949Z [00:03:36.689]➜  packagefile internal/chacha8rand=/tmp/go-build2180205415/b014/_pkg_.a
2025-08-20T23:01:14.5235213Z [00:03:36.689]➜  packagefile internal/coverage/rtcov=/tmp/go-build2180205415/b015/_pkg_.a
2025-08-20T23:01:14.5235437Z [00:03:36.689]➜  packagefile internal/cpu=/tmp/go-build2180205415/b012/_pkg_.a
2025-08-20T23:01:14.5235675Z [00:03:36.689]➜  packagefile internal/godebugs=/tmp/go-build2180205415/b016/_pkg_.a
2025-08-20T23:01:14.5236128Z [00:03:36.689]➜  packagefile internal/goexperiment=/tmp/go-build2180205415/b017/_pkg_.a
2025-08-20T23:01:14.5236400Z [00:03:36.689]➜  packagefile internal/goos=/tmp/go-build2180205415/b018/_pkg_.a
2025-08-20T23:01:14.5236788Z [00:03:36.689]➜  packagefile internal/profilerecord=/tmp/go-build2180205415/b019/_pkg_.a
2025-08-20T23:01:14.5237056Z [00:03:36.689]➜  packagefile internal/runtime/atomic=/tmp/go-build2180205415/b020/_pkg_.a
2025-08-20T23:01:14.5237321Z [00:03:36.689]➜  packagefile internal/runtime/cgroup=/tmp/go-build2180205415/b021/_pkg_.a
2025-08-20T23:01:14.5237595Z [00:03:36.689]➜  packagefile internal/runtime/exithook=/tmp/go-build2180205415/b025/_pkg_.a
2025-08-20T23:01:14.5238115Z [00:03:36.689]➜  packagefile internal/runtime/gc=/tmp/go-build2180205415/b026/_pkg_.a
2025-08-20T23:01:14.5238570Z [00:03:36.689]➜  packagefile internal/runtime/maps=/tmp/go-build2180205415/b027/_pkg_.a
2025-08-20T23:01:14.5239104Z [00:03:36.689]➜  packagefile internal/runtime/math=/tmp/go-build2180205415/b023/_pkg_.a
2025-08-20T23:01:14.5239427Z [00:03:36.689]➜  packagefile internal/runtime/strconv=/tmp/go-build2180205415/b022/_pkg_.a
2025-08-20T23:01:14.5239781Z [00:03:36.689]➜  packagefile internal/runtime/sys=/tmp/go-build2180205415/b031/_pkg_.a
2025-08-20T23:01:14.5240219Z [00:03:36.689]➜  packagefile internal/runtime/syscall=/tmp/go-build2180205415/b024/_pkg_.a
2025-08-20T23:01:14.5240527Z [00:03:36.689]➜  packagefile internal/trace/tracev2=/tmp/go-build2180205415/b033/_pkg_.a
2025-08-20T23:01:14.5240730Z [00:03:36.689]➜  packagefile iter=/tmp/go-build2180205415/b039/_pkg_.a
2025-08-20T23:01:14.5240964Z [00:03:36.689]➜  packagefile internal/race=/tmp/go-build2180205415/b030/_pkg_.a
2025-08-20T23:01:14.5241331Z [00:03:36.689]➜  packagefile internal/sync=/tmp/go-build2180205415/b036/_pkg_.a
2025-08-20T23:01:14.5241574Z [00:03:36.689]➜  packagefile internal/synctest=/tmp/go-build2180205415/b038/_pkg_.a
2025-08-20T23:01:14.5241797Z [00:03:36.689]➜  packagefile internal/asan=/tmp/go-build2180205415/b028/_pkg_.a
2025-08-20T23:01:14.5242021Z [00:03:36.689]➜  packagefile internal/msan=/tmp/go-build2180205415/b029/_pkg_.a
2025-08-20T23:01:14.5242263Z [00:03:36.689]➜  packagefile internal/oserror=/tmp/go-build2180205415/b056/_pkg_.a
2025-08-20T23:01:14.5242517Z [00:03:36.689]➜  packagefile internal/reflectlite=/tmp/go-build2180205415/b005/_pkg_.a
2025-08-20T23:01:14.5242774Z [00:03:36.689]➜  packagefile internal/unsafeheader=/tmp/go-build2180205415/b009/_pkg_.a
2025-08-20T23:01:14.5243050Z [00:03:36.689]➜  packagefile go/ast=/tmp/go-build2180205415/b074/_pkg_.a
2025-08-20T23:01:14.5243429Z [00:03:36.689]➜  packagefile go/doc/comment=/tmp/go-build2180205415/b079/_pkg_.a
2025-08-20T23:01:14.5243645Z [00:03:36.689]➜  packagefile go/token=/tmp/go-build2180205415/b076/_pkg_.a
2025-08-20T23:01:14.5243893Z [00:03:36.689]➜  packagefile internal/lazyregexp=/tmp/go-build2180205415/b080/_pkg_.a
2025-08-20T23:01:14.5244214Z [00:03:36.689]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2180205415/b085/_pkg_.a
2025-08-20T23:01:14.5244453Z [00:03:36.689]➜  packagefile internal/nettrace=/tmp/go-build2180205415/b086/_pkg_.a
2025-08-20T23:01:14.5244714Z [00:03:36.689]➜  packagefile internal/singleflight=/tmp/go-build2180205415/b087/_pkg_.a
2025-08-20T23:01:14.5244922Z [00:03:36.689]➜  packagefile net/netip=/tmp/go-build2180205415/b088/_pkg_.a
2025-08-20T23:01:14.5245146Z [00:03:36.689]➜  packagefile regexp/syntax=/tmp/go-build2180205415/b082/_pkg_.a
2025-08-20T23:01:14.5245394Z [00:03:36.689]➜  packagefile text/template/parse=/tmp/go-build2180205415/b095/_pkg_.a
2025-08-20T23:01:14.5245620Z [00:03:36.689]➜  packagefile log/internal=/tmp/go-build2180205415/b189/_pkg_.a
2025-08-20T23:01:14.5246047Z [00:03:36.689]➜  packagefile log/slog/internal=/tmp/go-build2180205415/b203/_pkg_.a
2025-08-20T23:01:14.5246364Z [00:03:36.689]➜  packagefile log/slog/internal/buffer=/tmp/go-build2180205415/b204/_pkg_.a
2025-08-20T23:01:14.5246622Z [00:03:36.689]➜  packagefile crypto/internal/boring=/tmp/go-build2180205415/b110/_pkg_.a
2025-08-20T23:01:14.5246886Z [00:03:36.689]➜  packagefile crypto/internal/fips140=/tmp/go-build2180205415/b114/_pkg_.a
2025-08-20T23:01:14.5247290Z [00:03:36.689]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2180205415/b127/_pkg_.a
2025-08-20T23:01:14.5247580Z [00:03:36.689]➜  packagefile crypto/internal/fips140only=/tmp/go-build2180205415/b132/_pkg_.a
2025-08-20T23:01:14.5247844Z [00:03:36.689]➜  packagefile crypto/internal/randutil=/tmp/go-build2180205415/b130/_pkg_.a
2025-08-20T23:01:14.5248111Z [00:03:36.689]➜  packagefile crypto/internal/sysrand=/tmp/go-build2180205415/b129/_pkg_.a
2025-08-20T23:01:14.5248313Z [00:03:36.689]➜  packagefile crypto=/tmp/go-build2180205415/b111/_pkg_.a
2025-08-20T23:01:14.5248569Z [00:03:36.689]➜  packagefile crypto/internal/impl=/tmp/go-build2180205415/b122/_pkg_.a
2025-08-20T23:01:14.5248760Z [00:03:36.689]➜  packagefile hash=/tmp/go-build2180205415/b106/_pkg_.a
2025-08-20T23:01:14.5248976Z [00:03:36.689]➜  packagefile crypto/md5=/tmp/go-build2180205415/b171/_pkg_.a
2025-08-20T23:01:14.5249231Z [00:03:36.689]➜  packagefile github.com/jpillora/s3=/tmp/go-build2180205415/b207/_pkg_.a
2025-08-20T23:01:14.5249489Z [00:03:36.689]➜  packagefile github.com/gofrs/flock=/tmp/go-build2180205415/b210/_pkg_.a
2025-08-20T23:01:14.5249799Z [00:03:36.689]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build2180205415/b215/_pkg_.a
2025-08-20T23:01:14.5250314Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/common=/tmp/go-build2180205415/b264/_pkg_.a
2025-08-20T23:01:14.5250597Z [00:03:36.689]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build2180205415/b274/_pkg_.a
2025-08-20T23:01:14.5251024Z [00:03:36.689]➜  packagefile github.com/google/uuid=/tmp/go-build2180205415/b277/_pkg_.a
2025-08-20T23:01:14.5251335Z [00:03:36.689]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build2180205415/b282/_pkg_.a
2025-08-20T23:01:14.5251840Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/classic=/tmp/go-build2180205415/b284/_pkg_.a
2025-08-20T23:01:14.5252337Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/common=/tmp/go-build2180205415/b285/_pkg_.a
2025-08-20T23:01:14.5252857Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/finegrained=/tmp/go-build2180205415/b286/_pkg_.a
2025-08-20T23:01:14.5253078Z [00:03:36.689]➜  packagefile database/sql=/tmp/go-build2180205415/b297/_pkg_.a
2025-08-20T23:01:14.5253475Z [00:03:36.689]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build2180205415/b298/_pkg_.a
2025-08-20T23:01:14.5253888Z [00:03:36.689]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build2180205415/b299/_pkg_.a
2025-08-20T23:01:14.5254199Z [00:03:36.689]➜  packagefile github.com/jedib0t/go-pretty/v6/text=/tmp/go-build2180205415/b216/_pkg_.a
2025-08-20T23:01:14.5254445Z [00:03:36.689]➜  packagefile github.com/xo/dburl=/tmp/go-build2180205415/b302/_pkg_.a
2025-08-20T23:01:14.5254686Z [00:03:36.689]➜  packagefile github.com/lib/pq=/tmp/go-build2180205415/b311/_pkg_.a
2025-08-20T23:01:14.5254947Z [00:03:36.689]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2180205415/b680/_pkg_.a
2025-08-20T23:01:14.5255242Z [00:03:36.689]➜  packagefile github.com/sendgrid/sendgrid-go=/tmp/go-build2180205415/b686/_pkg_.a
2025-08-20T23:01:14.5255478Z [00:03:36.689]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build2180205415/b694/_pkg_.a
2025-08-20T23:01:14.5255703Z [00:03:36.689]➜  packagefile encoding/gob=/tmp/go-build2180205415/b474/_pkg_.a
2025-08-20T23:01:14.5256084Z [00:03:36.689]➜  packagefile io/ioutil=/tmp/go-build2180205415/b208/_pkg_.a
2025-08-20T23:01:14.5256402Z [00:03:36.689]➜  packagefile cloud.google.com/go/iam=/tmp/go-build2180205415/b321/_pkg_.a
2025-08-20T23:01:14.5256704Z [00:03:36.689]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build2180205415/b322/_pkg_.a
2025-08-20T23:01:14.5257164Z [00:03:36.689]➜  packagefile cloud.google.com/go/secretmanager/internal=/tmp/go-build2180205415/b445/_pkg_.a
2025-08-20T23:01:14.5257457Z [00:03:36.689]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2180205415/b434/_pkg_.a
2025-08-20T23:01:14.5257937Z [00:03:36.689]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2180205415/b446/_pkg_.a
2025-08-20T23:01:14.5258324Z [00:03:36.689]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build2180205415/b448/_pkg_.a
2025-08-20T23:01:14.5258655Z [00:03:36.689]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build2180205415/b449/_pkg_.a
2025-08-20T23:01:14.5258954Z [00:03:36.689]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2180205415/b438/_pkg_.a
2025-08-20T23:01:14.5259246Z [00:03:36.689]➜  packagefile google.golang.org/api/iterator=/tmp/go-build2180205415/b450/_pkg_.a
2025-08-20T23:01:14.5259522Z [00:03:36.689]➜  packagefile google.golang.org/api/option=/tmp/go-build2180205415/b451/_pkg_.a
2025-08-20T23:01:14.5259863Z [00:03:36.689]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build2180205415/b511/_pkg_.a
2025-08-20T23:01:14.5260172Z [00:03:36.689]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build2180205415/b512/_pkg_.a
2025-08-20T23:01:14.5260482Z [00:03:36.689]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build2180205415/b555/_pkg_.a
2025-08-20T23:01:14.5260862Z [00:03:36.689]➜  packagefile google.golang.org/genproto/googleapis/cloud/location=/tmp/go-build2180205415/b564/_pkg_.a
2025-08-20T23:01:14.5261126Z [00:03:36.689]➜  packagefile google.golang.org/grpc=/tmp/go-build2180205415/b356/_pkg_.a
2025-08-20T23:01:14.5261405Z [00:03:36.689]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2180205415/b389/_pkg_.a
2025-08-20T23:01:14.5261890Z [00:03:36.689]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2180205415/b384/_pkg_.a
2025-08-20T23:01:14.5262238Z [00:03:36.689]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2180205415/b331/_pkg_.a
2025-08-20T23:01:14.5262627Z [00:03:36.689]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build2180205415/b323/_pkg_.a
2025-08-20T23:01:14.5262912Z [00:03:36.689]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2180205415/b401/_pkg_.a
2025-08-20T23:01:14.5263276Z [00:03:36.689]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2180205415/b325/_pkg_.a
2025-08-20T23:01:14.5263707Z [00:03:36.689]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2180205415/b354/_pkg_.a
2025-08-20T23:01:14.5264163Z [00:03:36.689]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build2180205415/b444/_pkg_.a
2025-08-20T23:01:14.5264537Z [00:03:36.689]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build2180205415/b433/_pkg_.a
2025-08-20T23:01:14.5264910Z [00:03:36.689]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2180205415/b400/_pkg_.a
2025-08-20T23:01:14.5265125Z [00:03:36.689]➜  packagefile crypto/aes=/tmp/go-build2180205415/b138/_pkg_.a
2025-08-20T23:01:14.5265355Z [00:03:36.689]➜  packagefile crypto/cipher=/tmp/go-build2180205415/b112/_pkg_.a
2025-08-20T23:01:14.5265571Z [00:03:36.689]➜  packagefile crypto/des=/tmp/go-build2180205415/b139/_pkg_.a
2025-08-20T23:01:14.5265966Z [00:03:36.689]➜  packagefile crypto/ecdh=/tmp/go-build2180205415/b140/_pkg_.a
2025-08-20T23:01:14.5266225Z [00:03:36.689]➜  packagefile crypto/ecdsa=/tmp/go-build2180205415/b145/_pkg_.a
2025-08-20T23:01:14.5266457Z [00:03:36.689]➜  packagefile crypto/ed25519=/tmp/go-build2180205415/b157/_pkg_.a
2025-08-20T23:01:14.5266693Z [00:03:36.689]➜  packagefile crypto/elliptic=/tmp/go-build2180205415/b146/_pkg_.a
2025-08-20T23:01:14.5266915Z [00:03:36.689]➜  packagefile crypto/hkdf=/tmp/go-build2180205415/b160/_pkg_.a
2025-08-20T23:01:14.5267130Z [00:03:36.689]➜  packagefile crypto/hmac=/tmp/go-build2180205415/b162/_pkg_.a
2025-08-20T23:01:14.5267414Z [00:03:36.689]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2180205415/b113/_pkg_.a
2025-08-20T23:01:14.5267705Z [00:03:36.689]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2180205415/b126/_pkg_.a
2025-08-20T23:01:14.5268093Z [00:03:36.689]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2180205415/b163/_pkg_.a
2025-08-20T23:01:14.5268385Z [00:03:36.689]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build2180205415/b164/_pkg_.a
2025-08-20T23:01:14.5268670Z [00:03:36.689]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build2180205415/b165/_pkg_.a
2025-08-20T23:01:14.5268922Z [00:03:36.689]➜  packagefile crypto/internal/hpke=/tmp/go-build2180205415/b166/_pkg_.a
2025-08-20T23:01:14.5269145Z [00:03:36.689]➜  packagefile crypto/rc4=/tmp/go-build2180205415/b172/_pkg_.a
2025-08-20T23:01:14.5269358Z [00:03:36.689]➜  packagefile crypto/rsa=/tmp/go-build2180205415/b173/_pkg_.a
2025-08-20T23:01:14.5269584Z [00:03:36.689]➜  packagefile crypto/sha512=/tmp/go-build2180205415/b153/_pkg_.a
2025-08-20T23:01:14.5269804Z [00:03:36.689]➜  packagefile crypto/subtle=/tmp/go-build2180205415/b133/_pkg_.a
2025-08-20T23:01:14.5270097Z [00:03:36.689]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build2180205415/b177/_pkg_.a
2025-08-20T23:01:14.5270323Z [00:03:36.689]➜  packagefile encoding/pem=/tmp/go-build2180205415/b182/_pkg_.a
2025-08-20T23:01:14.5270667Z [00:03:36.689]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2180205415/b167/_pkg_.a
2025-08-20T23:01:14.5270983Z [00:03:36.689]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2180205415/b154/_pkg_.a
2025-08-20T23:01:14.5271184Z [00:03:36.689]➜  packagefile weak=/tmp/go-build2180205415/b090/_pkg_.a
2025-08-20T23:01:14.5271563Z [00:03:36.689]➜  packagefile crypto/dsa=/tmp/go-build2180205415/b180/_pkg_.a
2025-08-20T23:01:14.5271807Z [00:03:36.689]➜  packagefile crypto/x509/pkix=/tmp/go-build2180205415/b181/_pkg_.a
2025-08-20T23:01:14.5272030Z [00:03:36.689]➜  packagefile encoding/asn1=/tmp/go-build2180205415/b155/_pkg_.a
2025-08-20T23:01:14.5272367Z [00:03:36.689]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2180205415/b156/_pkg_.a
2025-08-20T23:01:14.5272718Z [00:03:36.689]➜  packagefile github.com/getsentry/sentry-go/internal/debug=/tmp/go-build2180205415/b228/_pkg_.a
2025-08-20T23:01:14.5273090Z [00:03:36.689]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage=/tmp/go-build2180205415/b230/_pkg_.a
2025-08-20T23:01:14.5273453Z [00:03:36.689]➜  packagefile github.com/getsentry/sentry-go/internal/ratelimit=/tmp/go-build2180205415/b232/_pkg_.a
2025-08-20T23:01:14.5273727Z [00:03:36.689]➜  packagefile go/build=/tmp/go-build2180205415/b240/_pkg_.a
2025-08-20T23:01:14.5274100Z [00:03:36.689]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build2180205415/b248/_pkg_.a
2025-08-20T23:01:14.5274400Z [00:03:36.689]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build2180205415/b566/_pkg_.a
2025-08-20T23:01:14.5274595Z [00:03:36.689]➜  packagefile flag=/tmp/go-build2180205415/b251/_pkg_.a
2025-08-20T23:01:14.5274837Z [00:03:36.689]➜  packagefile github.com/pkg/diff=/tmp/go-build2180205415/b570/_pkg_.a
2025-08-20T23:01:14.5275103Z [00:03:36.689]➜  packagefile github.com/pkg/diff/write=/tmp/go-build2180205415/b575/_pkg_.a
2025-08-20T23:01:14.5275393Z [00:03:36.689]➜  packagefile golang.org/x/tools/go/packages=/tmp/go-build2180205415/b576/_pkg_.a
2025-08-20T23:01:14.5275665Z [00:03:36.689]➜  packagefile golang.org/x/tools/imports=/tmp/go-build2180205415/b602/_pkg_.a
2025-08-20T23:01:14.5276250Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/custom_detectorspb=/tmp/go-build2180205415/b702/_pkg_.a
2025-08-20T23:01:14.5276477Z [00:03:36.689]➜  packagefile net/mail=/tmp/go-build2180205415/b620/_pkg_.a
2025-08-20T23:01:14.5276974Z [00:03:36.689]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2180205415/b623/_pkg_.a
2025-08-20T23:01:14.5277244Z [00:03:36.689]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build2180205415/b705/_pkg_.a
2025-08-20T23:01:14.5277601Z [00:03:36.689]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build2180205415/b709/_pkg_.a
2025-08-20T23:01:14.5278070Z [00:03:36.689]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build2180205415/b717/_pkg_.a
2025-08-20T23:01:14.5278469Z [00:03:36.689]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build2180205415/b720/_pkg_.a
2025-08-20T23:01:14.5278845Z [00:03:36.689]➜  packagefile github.com/google/go-containerregistry/pkg/v1/daemon=/tmp/go-build2180205415/b722/_pkg_.a
2025-08-20T23:01:14.5279218Z [00:03:36.689]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote=/tmp/go-build2180205415/b779/_pkg_.a
2025-08-20T23:01:14.5279605Z [00:03:36.689]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build2180205415/b759/_pkg_.a
2025-08-20T23:01:14.5279877Z [00:03:36.689]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build2180205415/b789/_pkg_.a
2025-08-20T23:01:14.5280274Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common/glob=/tmp/go-build2180205415/b791/_pkg_.a
2025-08-20T23:01:14.5280667Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build2180205415/b1976/_pkg_.a
2025-08-20T23:01:14.5280947Z [00:03:36.689]➜  packagefile cloud.google.com/go/storage=/tmp/go-build2180205415/b1978/_pkg_.a
2025-08-20T23:01:14.5281199Z [00:03:36.689]➜  packagefile github.com/gobwas/glob=/tmp/go-build2180205415/b792/_pkg_.a
2025-08-20T23:01:14.5281448Z [00:03:36.689]➜  packagefile golang.org/x/oauth2=/tmp/go-build2180205415/b456/_pkg_.a
2025-08-20T23:01:14.5281735Z [00:03:36.689]➜  packagefile golang.org/x/oauth2/endpoints=/tmp/go-build2180205415/b1352/_pkg_.a
2025-08-20T23:01:14.5282231Z [00:03:36.689]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/gitparse=/tmp/go-build2180205415/b2236/_pkg_.a
2025-08-20T23:01:14.5282514Z [00:03:36.690]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build2180205415/b544/_pkg_.a
2025-08-20T23:01:14.5282862Z [00:03:36.692]➜  packagefile github.com/bradleyfalzon/ghinstallation/v2=/tmp/go-build2180205415/b2240/_pkg_.a
2025-08-20T23:01:14.5283082Z [00:03:36.692]➜  packagefile math/rand/v2=/tmp/go-build2180205415/b131/_pkg_.a
2025-08-20T23:01:14.5283396Z [00:03:36.692]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build2180205415/b2245/_pkg_.a
2025-08-20T23:01:14.5283805Z [00:03:36.692]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/roundtripper=/tmp/go-build2180205415/b2247/_pkg_.a
2025-08-20T23:01:14.5284141Z [00:03:36.692]➜  packagefile github.com/repeale/fp-go=/tmp/go-build2180205415/b2249/_pkg_.a
2025-08-20T23:01:14.5284457Z [00:03:36.692]➜  packagefile golang.org/x/time/rate=/tmp/go-build2180205415/b539/_pkg_.a
2025-08-20T23:01:14.5284754Z [00:03:36.692]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2180205415/b984/_pkg_.a
2025-08-20T23:01:14.5285052Z [00:03:36.692]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build2180205415/b1004/_pkg_.a
2025-08-20T23:01:14.5285375Z [00:03:36.692]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build2180205415/b1005/_pkg_.a
2025-08-20T23:01:14.5285735Z [00:03:36.692]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build2180205415/b1043/_pkg_.a
2025-08-20T23:01:14.5286268Z [00:03:36.692]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/s3/manager=/tmp/go-build2180205415/b2251/_pkg_.a
2025-08-20T23:01:14.5286591Z [00:03:36.692]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build2180205415/b2254/_pkg_.a
2025-08-20T23:01:14.5286941Z [00:03:36.692]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build2180205415/b2267/_pkg_.a
2025-08-20T23:01:14.5287266Z [00:03:36.692]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build2180205415/b1044/_pkg_.a
2025-08-20T23:01:14.5287591Z [00:03:36.692]➜  packagefile github.com/adrg/strutil/internal/ngram=/tmp/go-build2180205415/b2275/_pkg_.a
2025-08-20T23:01:14.5287937Z [00:03:36.692]➜  packagefile github.com/adrg/strutil/internal/stringutil=/tmp/go-build2180205415/b2277/_pkg_.a
2025-08-20T23:01:14.5288283Z [00:03:36.692]➜  packagefile github.com/adrg/strutil/internal/mathutil=/tmp/go-build2180205415/b2276/_pkg_.a
2025-08-20T23:01:14.5288974Z [00:03:36.692]➜  packagefile container/heap=/tmp/go-build2180205415/b578/_pkg_.a
2025-08-20T23:01:14.5289537Z [00:03:36.692]➜  packagefile dario.cat/mergo=/tmp/go-build2180205415/b2159/_pkg_.a
2025-08-20T23:01:14.5290116Z [00:03:36.692]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build2180205415/b876/_pkg_.a
2025-08-20T23:01:14.5290795Z [00:03:36.692]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build2180205415/b906/_pkg_.a
2025-08-20T23:01:14.5291427Z [00:03:36.692]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build2180205415/b2160/_pkg_.a
2025-08-20T23:01:14.5292008Z [00:03:36.692]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build2180205415/b2161/_pkg_.a
2025-08-20T23:01:14.5292604Z [00:03:36.692]➜  packagefile github.com/go-git/go-billy/v5/util=/tmp/go-build2180205415/b2165/_pkg_.a
2025-08-20T23:01:14.5293194Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build2180205415/b2166/_pkg_.a
2025-08-20T23:01:14.5293832Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build2180205415/b2179/_pkg_.a
2025-08-20T23:01:14.5294514Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/internal/revision=/tmp/go-build2180205415/b2180/_pkg_.a
2025-08-20T23:01:14.5295174Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build2180205415/b2167/_pkg_.a
2025-08-20T23:01:14.5295938Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build2180205415/b2181/_pkg_.a
2025-08-20T23:01:14.5296790Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build2180205415/b2182/_pkg_.a
2025-08-20T23:01:14.5297498Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build2180205415/b2173/_pkg_.a
2025-08-20T23:01:14.5298234Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/gitignore=/tmp/go-build2180205415/b2183/_pkg_.a
2025-08-20T23:01:14.5298961Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build2180205415/b2187/_pkg_.a
2025-08-20T23:01:14.5299688Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build2180205415/b2189/_pkg_.a
2025-08-20T23:01:14.5300486Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build2180205415/b2169/_pkg_.a
2025-08-20T23:01:14.5301295Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build2180205415/b2208/_pkg_.a
2025-08-20T23:01:14.5302090Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build2180205415/b2211/_pkg_.a
2025-08-20T23:01:14.5302899Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build2180205415/b2212/_pkg_.a
2025-08-20T23:01:14.5303628Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build2180205415/b2214/_pkg_.a
2025-08-20T23:01:14.5304323Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build2180205415/b2191/_pkg_.a
2025-08-20T23:01:14.5304998Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build2180205415/b2215/_pkg_.a
2025-08-20T23:01:14.5305716Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/client=/tmp/go-build2180205415/b2216/_pkg_.a
2025-08-20T23:01:14.5306614Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build2180205415/b2202/_pkg_.a
2025-08-20T23:01:14.5307270Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build2180205415/b2220/_pkg_.a
2025-08-20T23:01:14.5307983Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build2180205415/b2222/_pkg_.a
2025-08-20T23:01:14.5308670Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build2180205415/b2213/_pkg_.a
2025-08-20T23:01:14.5309430Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build2180205415/b2203/_pkg_.a
2025-08-20T23:01:14.5310109Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build2180205415/b2184/_pkg_.a
2025-08-20T23:01:14.5310764Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build2180205415/b2205/_pkg_.a
2025-08-20T23:01:14.5311482Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/filesystem=/tmp/go-build2180205415/b2234/_pkg_.a
2025-08-20T23:01:14.5312218Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/index=/tmp/go-build2180205415/b2235/_pkg_.a
2025-08-20T23:01:14.5312927Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build2180205415/b2207/_pkg_.a
2025-08-20T23:01:14.5313587Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build2180205415/b2192/_pkg_.a
2025-08-20T23:01:14.5314241Z [00:03:36.692]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/tmp/go-build2180205415/b824/_pkg_.a
2025-08-20T23:01:14.5314786Z [00:03:36.692]➜  packagefile expvar=/tmp/go-build2180205415/b628/_pkg_.a
2025-08-20T23:01:14.5315305Z [00:03:36.692]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build2180205415/b629/_pkg_.a
2025-08-20T23:01:14.5316050Z [00:03:36.692]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build2180205415/b630/_pkg_.a
2025-08-20T23:01:14.5316794Z [00:03:36.692]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build2180205415/b631/_pkg_.a
2025-08-20T23:01:14.5317663Z [00:03:36.692]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build2180205415/b632/_pkg_.a
2025-08-20T23:01:14.5318293Z [00:03:36.692]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build2180205415/b635/_pkg_.a
2025-08-20T23:01:14.5318911Z [00:03:36.692]➜  packagefile github.com/prometheus/common/model=/tmp/go-build2180205415/b633/_pkg_.a
2025-08-20T23:01:14.5319509Z [00:03:36.692]➜  packagefile github.com/prometheus/procfs=/tmp/go-build2180205415/b638/_pkg_.a
2025-08-20T23:01:14.5320031Z [00:03:36.692]➜  packagefile runtime/metrics=/tmp/go-build2180205415/b634/_pkg_.a
2025-08-20T23:01:14.5320600Z [00:03:36.692]➜  packagefile github.com/elastic/go-elasticsearch/v8=/tmp/go-build2180205415/b2284/_pkg_.a
2025-08-20T23:01:14.5321346Z [00:03:36.692]➜  packagefile github.com/elastic/go-elasticsearch/v8/esapi=/tmp/go-build2180205415/b2287/_pkg_.a
2025-08-20T23:01:14.5322080Z [00:03:36.692]➜  packagefile github.com/k0kubun/go-ansi=/tmp/go-build2180205415/b3006/_pkg_.a
2025-08-20T23:01:14.5322664Z [00:03:36.692]➜  packagefile github.com/schollz/progressbar/v3=/tmp/go-build2180205415/b3007/_pkg_.a
2025-08-20T23:01:14.5323357Z [00:03:36.692]➜  packagefile github.com/bill-rich/go-syslog/pkg/syslogparser/rfc3164=/tmp/go-build2180205415/b3013/_pkg_.a
2025-08-20T23:01:14.5324007Z [00:03:36.692]➜  packagefile github.com/crewjam/rfc5424=/tmp/go-build2180205415/b3015/_pkg_.a
2025-08-20T23:01:14.5324656Z [00:03:36.692]➜  packagefile github.com/shuheiktgw/go-travis=/tmp/go-build2180205415/b3017/_pkg_.a
2025-08-20T23:01:14.5325361Z [00:03:36.692]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2180205415/b326/_pkg_.a
2025-08-20T23:01:14.5326271Z [00:03:36.692]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2180205415/b340/_pkg_.a
2025-08-20T23:01:14.5326999Z [00:03:36.692]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2180205415/b327/_pkg_.a
2025-08-20T23:01:14.5327667Z [00:03:36.692]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2180205415/b338/_pkg_.a
2025-08-20T23:01:14.5328326Z [00:03:36.692]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2180205415/b341/_pkg_.a
2025-08-20T23:01:14.5328982Z [00:03:36.692]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build2180205415/b343/_pkg_.a
2025-08-20T23:01:14.5329647Z [00:03:36.692]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2180205415/b330/_pkg_.a
2025-08-20T23:01:14.5330306Z [00:03:36.692]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2180205415/b339/_pkg_.a
2025-08-20T23:01:14.5330990Z [00:03:36.692]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2180205415/b344/_pkg_.a
2025-08-20T23:01:14.5331702Z [00:03:36.692]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build2180205415/b345/_pkg_.a
2025-08-20T23:01:14.5332330Z [00:03:36.692]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build2180205415/b642/_pkg_.a
2025-08-20T23:01:14.5332960Z [00:03:36.692]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2180205415/b1001/_pkg_.a
2025-08-20T23:01:14.5333719Z [00:03:36.692]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sns=/tmp/go-build2180205415/b1054/_pkg_.a
2025-08-20T23:01:14.5334344Z [00:03:36.692]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2180205415/b991/_pkg_.a
2025-08-20T23:01:14.5334973Z [00:03:36.692]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2180205415/b993/_pkg_.a
2025-08-20T23:01:14.5335703Z [00:03:36.692]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws=/tmp/go-build2180205415/b1057/_pkg_.a
2025-08-20T23:01:14.5336861Z [00:03:36.692]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra=/tmp/go-build2180205415/b1066/_pkg_.a
2025-08-20T23:01:14.5337868Z [00:03:36.692]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal=/tmp/go-build2180205415/b1069/_pkg_.a
2025-08-20T23:01:14.5338781Z [00:03:36.692]➜  packagefile golang.org/x/net/publicsuffix=/tmp/go-build2180205415/b1109/_pkg_.a
2025-08-20T23:01:14.5339322Z [00:03:36.692]➜  packagefile net/http/cookiejar=/tmp/go-build2180205415/b1110/_pkg_.a
2025-08-20T23:01:14.5339865Z [00:03:36.692]➜  packagefile github.com/couchbase/gocb/v2=/tmp/go-build2180205415/b1192/_pkg_.a
2025-08-20T23:01:14.5340420Z [00:03:36.692]➜  packagefile github.com/jlaffaye/ftp=/tmp/go-build2180205415/b1328/_pkg_.a
2025-08-20T23:01:14.5340966Z [00:03:36.692]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2180205415/b458/_pkg_.a
2025-08-20T23:01:14.5341564Z [00:03:36.692]➜  packagefile golang.org/x/oauth2/clientcredentials=/tmp/go-build2180205415/b1350/_pkg_.a
2025-08-20T23:01:14.5342165Z [00:03:36.692]➜  packagefile golang.org/x/oauth2/github=/tmp/go-build2180205415/b1351/_pkg_.a
2025-08-20T23:01:14.5342877Z [00:03:36.692]➜  packagefile github.com/microsoft/go-mssqldb=/tmp/go-build2180205415/b1420/_pkg_.a
2025-08-20T23:01:14.5343455Z [00:03:36.692]➜  packagefile github.com/go-ldap/ldap/v3=/tmp/go-build2180205415/b1461/_pkg_.a
2025-08-20T23:01:14.5344030Z [00:03:36.692]➜  packagefile go.mongodb.org/mongo-driver/mongo=/tmp/go-build2180205415/b1520/_pkg_.a
2025-08-20T23:01:14.5344661Z [00:03:36.692]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build2180205415/b1544/_pkg_.a
2025-08-20T23:01:14.5345395Z [00:03:36.692]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build2180205415/b1534/_pkg_.a
2025-08-20T23:01:14.5346357Z [00:03:36.692]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build2180205415/b1556/_pkg_.a
2025-08-20T23:01:14.5347002Z [00:03:36.692]➜  packagefile github.com/rabbitmq/amqp091-go=/tmp/go-build2180205415/b1690/_pkg_.a
2025-08-20T23:01:14.5347578Z [00:03:36.692]➜  packagefile github.com/go-redis/redis=/tmp/go-build2180205415/b1702/_pkg_.a
2025-08-20T23:01:14.5348171Z [00:03:36.692]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build2180205415/b1425/_pkg_.a
2025-08-20T23:01:14.5348712Z [00:03:36.692]➜  packagefile compress/flate=/tmp/go-build2180205415/b104/_pkg_.a
2025-08-20T23:01:14.5349170Z [00:03:36.692]➜  packagefile hash/crc32=/tmp/go-build2180205415/b105/_pkg_.a
2025-08-20T23:01:14.5349707Z [00:03:36.692]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build2180205415/b790/_pkg_.a
2025-08-20T23:01:14.5350395Z [00:03:36.692]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build2180205415/b808/_pkg_.a
2025-08-20T23:01:14.5351127Z [00:03:36.692]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build2180205415/b811/_pkg_.a
2025-08-20T23:01:14.5351743Z [00:03:36.692]➜  packagefile github.com/STARRY-S/zip=/tmp/go-build2180205415/b817/_pkg_.a
2025-08-20T23:01:14.5352304Z [00:03:36.692]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build2180205415/b818/_pkg_.a
2025-08-20T23:01:14.5352875Z [00:03:36.692]➜  packagefile github.com/bodgit/sevenzip=/tmp/go-build2180205415/b820/_pkg_.a
2025-08-20T23:01:14.5353450Z [00:03:36.692]➜  packagefile github.com/dsnet/compress/bzip2=/tmp/go-build2180205415/b858/_pkg_.a
2025-08-20T23:01:14.5354052Z [00:03:36.692]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build2180205415/b864/_pkg_.a
2025-08-20T23:01:14.5354655Z [00:03:36.692]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build2180205415/b865/_pkg_.a
2025-08-20T23:01:14.5355264Z [00:03:36.692]➜  packagefile github.com/klauspost/compress/zip=/tmp/go-build2180205415/b867/_pkg_.a
2025-08-20T23:01:14.5355994Z [00:03:36.692]➜  packagefile github.com/klauspost/compress/zlib=/tmp/go-build2180205415/b869/_pkg_.a
2025-08-20T23:01:14.5356671Z [00:03:36.692]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build2180205415/b762/_pkg_.a
2025-08-20T23:01:14.5357447Z [00:03:36.692]➜  packagefile github.com/nwaples/rardecode/v2=/tmp/go-build2180205415/b870/_pkg_.a
2025-08-20T23:01:14.5358135Z [00:03:36.692]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build2180205415/b844/_pkg_.a
2025-08-20T23:01:14.5358709Z [00:03:36.692]➜  packagefile github.com/sorairolake/lzip-go=/tmp/go-build2180205415/b871/_pkg_.a
2025-08-20T23:01:14.5359283Z [00:03:36.692]➜  packagefile github.com/therootcompany/xz=/tmp/go-build2180205415/b872/_pkg_.a
2025-08-20T23:01:14.5359832Z [00:03:36.692]➜  packagefile github.com/ulikunitz/xz=/tmp/go-build2180205415/b873/_pkg_.a
2025-08-20T23:01:14.5360378Z [00:03:36.692]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2180205415/b828/_pkg_.a
2025-08-20T23:01:14.5360887Z [00:03:36.692]➜  packagefile compress/bzip2=/tmp/go-build2180205415/b840/_pkg_.a
2025-08-20T23:01:14.5361391Z [00:03:36.692]➜  packagefile github.com/DataDog/zstd=/tmp/go-build2180205415/b875/_pkg_.a
2025-08-20T23:01:14.5361988Z [00:03:36.692]➜  packagefile github.com/sassoftware/go-rpmutils/cpio=/tmp/go-build2180205415/b919/_pkg_.a
2025-08-20T23:01:14.5362814Z [00:03:36.692]➜  packagefile github.com/sassoftware/go-rpmutils/fileutil=/tmp/go-build2180205415/b920/_pkg_.a
2025-08-20T23:01:14.5363447Z [00:03:36.692]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build2180205415/b850/_pkg_.a
2025-08-20T23:01:14.5363974Z [00:03:36.692]➜  packagefile github.com/xi2/xz=/tmp/go-build2180205415/b921/_pkg_.a
2025-08-20T23:01:14.5364643Z [00:03:36.692]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer=/tmp/go-build2180205415/b1959/_pkg_.a
2025-08-20T23:01:14.5365576Z [00:03:36.692]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/pool=/tmp/go-build2180205415/b1960/_pkg_.a
2025-08-20T23:01:14.5366446Z [00:03:36.692]➜  packagefile github.com/kjk/lzma=/tmp/go-build2180205415/b1962/_pkg_.a
2025-08-20T23:01:14.5366997Z [00:03:36.692]➜  packagefile golang.org/x/crypto/openpgp=/tmp/go-build2180205415/b1963/_pkg_.a
2025-08-20T23:01:14.5367566Z [00:03:36.692]➜  packagefile pault.ag/go/debian/control=/tmp/go-build2180205415/b1969/_pkg_.a
2025-08-20T23:01:14.5368140Z [00:03:36.692]➜  packagefile pault.ag/go/debian/dependency=/tmp/go-build2180205415/b1971/_pkg_.a
2025-08-20T23:01:14.5368708Z [00:03:36.692]➜  packagefile pault.ag/go/debian/version=/tmp/go-build2180205415/b1972/_pkg_.a
2025-08-20T23:01:14.5369265Z [00:03:36.692]➜  packagefile github.com/go-logr/logr/slogr=/tmp/go-build2180205415/b262/_pkg_.a
2025-08-20T23:01:14.5369795Z [00:03:36.692]➜  packagefile go.uber.org/multierr=/tmp/go-build2180205415/b252/_pkg_.a
2025-08-20T23:01:14.5370314Z [00:03:36.692]➜  packagefile go.uber.org/zap/internal=/tmp/go-build2180205415/b253/_pkg_.a
2025-08-20T23:01:14.5370892Z [00:03:36.692]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build2180205415/b257/_pkg_.a
2025-08-20T23:01:14.5371482Z [00:03:36.692]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build2180205415/b256/_pkg_.a
2025-08-20T23:01:14.5372078Z [00:03:36.692]➜  packagefile go.uber.org/zap/internal/stacktrace=/tmp/go-build2180205415/b260/_pkg_.a
2025-08-20T23:01:14.5372640Z [00:03:36.692]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build2180205415/b255/_pkg_.a
2025-08-20T23:01:14.5373191Z [00:03:36.692]➜  packagefile go.uber.org/zap/internal/color=/tmp/go-build2180205415/b258/_pkg_.a
2025-08-20T23:01:14.5373961Z [00:03:36.692]➜  packagefile go.uber.org/zap/internal/exit=/tmp/go-build2180205415/b259/_pkg_.a
2025-08-20T23:01:14.5374600Z [00:03:36.692]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2180205415/b119/_pkg_.a
2025-08-20T23:01:14.5375245Z [00:03:36.692]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build2180205415/b2194/_pkg_.a
2025-08-20T23:01:14.5376037Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/diff=/tmp/go-build2180205415/b2200/_pkg_.a
2025-08-20T23:01:14.5376759Z [00:03:36.692]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build2180205415/b2188/_pkg_.a
2025-08-20T23:01:14.5377522Z [00:03:36.692]➜  packagefile golang.org/x/text/internal=/tmp/go-build2180205415/b234/_pkg_.a
2025-08-20T23:01:14.5378188Z [00:03:36.692]➜  packagefile golang.org/x/text/transform=/tmp/go-build2180205415/b220/_pkg_.a
2025-08-20T23:01:14.5378887Z [00:03:36.692]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build2180205415/b239/_pkg_.a
2025-08-20T23:01:14.5379486Z [00:03:36.692]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build2180205415/b236/_pkg_.a
2025-08-20T23:01:14.5380142Z [00:03:36.692]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build2180205415/b238/_pkg_.a
2025-08-20T23:01:14.5380792Z [00:03:36.692]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2180205415/b3023/_pkg_.a
2025-08-20T23:01:14.5381396Z [00:03:36.692]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build2180205415/b3024/_pkg_.a
2025-08-20T23:01:14.5381988Z [00:03:36.692]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build2180205415/b3031/_pkg_.a
2025-08-20T23:01:14.5382595Z [00:03:36.692]➜  packagefile github.com/muesli/ansi/compressor=/tmp/go-build2180205415/b3035/_pkg_.a
2025-08-20T23:01:14.5383329Z [00:03:36.692]➜  packagefile github.com/muesli/cancelreader=/tmp/go-build2180205415/b3037/_pkg_.a
2025-08-20T23:01:14.5383887Z [00:03:36.692]➜  packagefile github.com/muesli/ansi=/tmp/go-build2180205415/b3036/_pkg_.a
2025-08-20T23:01:14.5384451Z [00:03:36.692]➜  packagefile github.com/aymanbagabas/go-osc52=/tmp/go-build2180205415/b3040/_pkg_.a
2025-08-20T23:01:14.5385071Z [00:03:36.692]➜  packagefile github.com/charmbracelet/bubbles/help=/tmp/go-build2180205415/b3041/_pkg_.a
2025-08-20T23:01:14.5385935Z [00:03:36.692]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build2180205415/b3042/_pkg_.a
2025-08-20T23:01:14.5386705Z [00:03:36.692]➜  packagefile github.com/charmbracelet/glamour/styles=/tmp/go-build2180205415/b3071/_pkg_.a
2025-08-20T23:01:14.5387346Z [00:03:36.692]➜  packagefile github.com/muesli/reflow/truncate=/tmp/go-build2180205415/b3072/_pkg_.a
2025-08-20T23:01:14.5388127Z [00:03:36.692]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build2180205415/b3073/_pkg_.a
2025-08-20T23:01:14.5388904Z [00:03:36.692]➜  packagefile github.com/charmbracelet/bubbles/list=/tmp/go-build2180205415/b3081/_pkg_.a
2025-08-20T23:01:14.5389660Z [00:03:36.692]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/tabs=/tmp/go-build2180205415/b3089/_pkg_.a
2025-08-20T23:01:14.5390482Z [00:03:36.692]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources=/tmp/go-build2180205415/b3090/_pkg_.a
2025-08-20T23:01:14.5391080Z [00:03:36.692]➜  packagefile os/user=/tmp/go-build2180205415/b314/_pkg_.a
2025-08-20T23:01:14.5391579Z [00:03:36.692]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build2180205415/b910/_pkg_.a
2025-08-20T23:01:14.5392200Z [00:03:36.692]➜  packagefile go.uber.org/automaxprocs/internal/cgroups=/tmp/go-build2180205415/b3111/_pkg_.a
2025-08-20T23:01:14.5392864Z [00:03:36.692]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build2180205415/b185/_pkg_.a
2025-08-20T23:01:14.5393508Z [00:03:36.692]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2180205415/b187/_pkg_.a
2025-08-20T23:01:14.5394333Z [00:03:36.692]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build2180205415/b190/_pkg_.a
2025-08-20T23:01:14.5394880Z [00:03:36.692]➜  packagefile internal/bisect=/tmp/go-build2180205415/b060/_pkg_.a
2025-08-20T23:01:14.5395383Z [00:03:36.692]➜  packagefile mime/quotedprintable=/tmp/go-build2180205415/b196/_pkg_.a
2025-08-20T23:01:14.5396067Z [00:03:36.692]➜  packagefile text/tabwriter=/tmp/go-build2180205415/b360/_pkg_.a
2025-08-20T23:01:14.5396605Z [00:03:36.692]➜  packagefile go/scanner=/tmp/go-build2180205415/b075/_pkg_.a
2025-08-20T23:01:14.5397044Z [00:03:36.692]➜  packagefile unique=/tmp/go-build2180205415/b089/_pkg_.a
2025-08-20T23:01:14.5397535Z [00:03:36.692]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2180205415/b134/_pkg_.a
2025-08-20T23:01:14.5398225Z [00:03:36.692]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2180205415/b115/_pkg_.a
2025-08-20T23:01:14.5398931Z [00:03:36.692]➜  packagefile crypto/internal/entropy=/tmp/go-build2180205415/b128/_pkg_.a
2025-08-20T23:01:14.5399496Z [00:03:36.692]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2180205415/b117/_pkg_.a
2025-08-20T23:01:14.5400075Z [00:03:36.692]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2180205415/b124/_pkg_.a
2025-08-20T23:01:14.5400694Z [00:03:36.692]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2180205415/b120/_pkg_.a
2025-08-20T23:01:14.5401306Z [00:03:36.692]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2180205415/b123/_pkg_.a
2025-08-20T23:01:14.5401885Z [00:03:36.693]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2180205415/b125/_pkg_.a
2025-08-20T23:01:14.5402425Z [00:03:36.693]➜  packagefile database/sql/driver=/tmp/go-build2180205415/b278/_pkg_.a
2025-08-20T23:01:14.5403000Z [00:03:36.693]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build2180205415/b283/_pkg_.a
2025-08-20T23:01:14.5403585Z [00:03:36.693]➜  packagefile filippo.io/edwards25519=/tmp/go-build2180205415/b300/_pkg_.a
2025-08-20T23:01:14.5404144Z [00:03:36.693]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2180205415/b217/_pkg_.a
2025-08-20T23:01:14.5404695Z [00:03:36.693]➜  packagefile golang.org/x/text/width=/tmp/go-build2180205415/b219/_pkg_.a
2025-08-20T23:01:14.5405214Z [00:03:36.693]➜  packagefile github.com/lib/pq/oid=/tmp/go-build2180205415/b312/_pkg_.a
2025-08-20T23:01:14.5405737Z [00:03:36.693]➜  packagefile github.com/lib/pq/scram=/tmp/go-build2180205415/b313/_pkg_.a
2025-08-20T23:01:14.5406528Z [00:03:36.693]➜  packagefile crypto/mlkem=/tmp/go-build2180205415/b681/_pkg_.a
2025-08-20T23:01:14.5407110Z [00:03:36.693]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build2180205415/b493/_pkg_.a
2025-08-20T23:01:14.5407690Z [00:03:36.693]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build2180205415/b682/_pkg_.a
2025-08-20T23:01:14.5408301Z [00:03:36.693]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build2180205415/b495/_pkg_.a
2025-08-20T23:01:14.5408968Z [00:03:36.693]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build2180205415/b683/_pkg_.a
2025-08-20T23:01:14.5409844Z [00:03:36.693]➜  packagefile github.com/sendgrid/rest=/tmp/go-build2180205415/b687/_pkg_.a
2025-08-20T23:01:14.5410477Z [00:03:36.693]➜  packagefile github.com/sendgrid/sendgrid-go/helpers/mail=/tmp/go-build2180205415/b688/_pkg_.a
2025-08-20T23:01:14.5411051Z [00:03:36.693]➜  packagefile internal/saferio=/tmp/go-build2180205415/b475/_pkg_.a
2025-08-20T23:01:14.5411596Z [00:03:36.693]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2180205415/b376/_pkg_.a
2025-08-20T23:01:14.5412254Z [00:03:36.693]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build2180205415/b355/_pkg_.a
2025-08-20T23:01:14.5412936Z [00:03:36.693]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build2180205415/b435/_pkg_.a
2025-08-20T23:01:14.5413582Z [00:03:36.693]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build2180205415/b441/_pkg_.a
2025-08-20T23:01:14.5414434Z [00:03:36.693]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build2180205415/b442/_pkg_.a
2025-08-20T23:01:14.5415136Z [00:03:36.693]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build2180205415/b447/_pkg_.a
2025-08-20T23:01:14.5416065Z [00:03:36.693]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build2180205415/b439/_pkg_.a
2025-08-20T23:01:14.5416771Z [00:03:36.693]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2180205415/b452/_pkg_.a
2025-08-20T23:01:14.5417333Z [00:03:36.693]➜  packagefile google.golang.org/api/internal=/tmp/go-build2180205415/b466/_pkg_.a
2025-08-20T23:01:14.5417963Z [00:03:36.693]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build2180205415/b510/_pkg_.a
2025-08-20T23:01:14.5418705Z [00:03:36.693]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build2180205415/b467/_pkg_.a
2025-08-20T23:01:14.5419504Z [00:03:36.693]➜  packagefile cloud.google.com/go/auth/grpctransport=/tmp/go-build2180205415/b513/_pkg_.a
2025-08-20T23:01:14.5420138Z [00:03:36.693]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build2180205415/b480/_pkg_.a
2025-08-20T23:01:14.5420756Z [00:03:36.693]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2180205415/b454/_pkg_.a
2025-08-20T23:01:14.5421539Z [00:03:36.693]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build2180205415/b516/_pkg_.a
2025-08-20T23:01:14.5422312Z [00:03:36.693]➜  packagefile google.golang.org/grpc/balancer/grpclb=/tmp/go-build2180205415/b552/_pkg_.a
2025-08-20T23:01:14.5422957Z [00:03:36.693]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build2180205415/b540/_pkg_.a
2025-08-20T23:01:14.5423628Z [00:03:36.693]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2180205415/b390/_pkg_.a
2025-08-20T23:01:14.5424296Z [00:03:36.693]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build2180205415/b550/_pkg_.a
2025-08-20T23:01:14.5424899Z [00:03:36.693]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2180205415/b375/_pkg_.a
2025-08-20T23:01:14.5425500Z [00:03:36.693]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build2180205415/b556/_pkg_.a
2025-08-20T23:01:14.5426470Z [00:03:36.693]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build2180205415/b557/_pkg_.a
2025-08-20T23:01:14.5427258Z [00:03:36.693]➜  packagefile golang.org/x/net/http2=/tmp/go-build2180205415/b414/_pkg_.a
2025-08-20T23:01:14.5427970Z [00:03:36.693]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build2180205415/b563/_pkg_.a
2025-08-20T23:01:14.5428613Z [00:03:36.693]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build2180205415/b509/_pkg_.a
2025-08-20T23:01:14.5429180Z [00:03:36.693]➜  packagefile golang.org/x/net/trace=/tmp/go-build2180205415/b357/_pkg_.a
2025-08-20T23:01:14.5429740Z [00:03:36.693]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build2180205415/b361/_pkg_.a
2025-08-20T23:01:14.5430324Z [00:03:36.693]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2180205415/b362/_pkg_.a
2025-08-20T23:01:14.5430928Z [00:03:36.693]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2180205415/b378/_pkg_.a
2025-08-20T23:01:14.5431567Z [00:03:36.693]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build2180205415/b379/_pkg_.a
2025-08-20T23:01:14.5432237Z [00:03:36.693]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build2180205415/b387/_pkg_.a
2025-08-20T23:01:14.5432860Z [00:03:36.693]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build2180205415/b363/_pkg_.a
2025-08-20T23:01:14.5433548Z [00:03:36.693]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2180205415/b365/_pkg_.a
2025-08-20T23:01:14.5434173Z [00:03:36.693]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2180205415/b368/_pkg_.a
2025-08-20T23:01:14.5434957Z [00:03:36.693]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build2180205415/b391/_pkg_.a
2025-08-20T23:01:14.5435567Z [00:03:36.693]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build2180205415/b394/_pkg_.a
2025-08-20T23:01:14.5436464Z [00:03:36.693]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2180205415/b374/_pkg_.a
2025-08-20T23:01:14.5437083Z [00:03:36.693]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2180205415/b366/_pkg_.a
2025-08-20T23:01:14.5437670Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2180205415/b372/_pkg_.a
2025-08-20T23:01:14.5438284Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2180205415/b395/_pkg_.a
2025-08-20T23:01:14.5439106Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build2180205415/b396/_pkg_.a
2025-08-20T23:01:14.5439964Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build2180205415/b397/_pkg_.a
2025-08-20T23:01:14.5440639Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build2180205415/b398/_pkg_.a
2025-08-20T23:01:14.5441292Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build2180205415/b364/_pkg_.a
2025-08-20T23:01:14.5441940Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2180205415/b405/_pkg_.a
2025-08-20T23:01:14.5442591Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2180205415/b392/_pkg_.a
2025-08-20T23:01:14.5443223Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build2180205415/b407/_pkg_.a
2025-08-20T23:01:14.5443861Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build2180205415/b408/_pkg_.a
2025-08-20T23:01:14.5444508Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2180205415/b383/_pkg_.a
2025-08-20T23:01:14.5445152Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2180205415/b409/_pkg_.a
2025-08-20T23:01:14.5446025Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build2180205415/b411/_pkg_.a
2025-08-20T23:01:14.5446869Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build2180205415/b426/_pkg_.a
2025-08-20T23:01:14.5447592Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build2180205415/b427/_pkg_.a
2025-08-20T23:01:14.5448402Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2180205415/b410/_pkg_.a
2025-08-20T23:01:14.5449109Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build2180205415/b428/_pkg_.a
2025-08-20T23:01:14.5449742Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build2180205415/b404/_pkg_.a
2025-08-20T23:01:14.5450392Z [00:03:36.693]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build2180205415/b413/_pkg_.a
2025-08-20T23:01:14.5451022Z [00:03:36.693]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build2180205415/b423/_pkg_.a
2025-08-20T23:01:14.5451593Z [00:03:36.693]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build2180205415/b393/_pkg_.a
2025-08-20T23:01:14.5452152Z [00:03:36.693]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build2180205415/b424/_pkg_.a
2025-08-20T23:01:14.5452727Z [00:03:36.693]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2180205415/b377/_pkg_.a
2025-08-20T23:01:14.5453331Z [00:03:36.693]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build2180205415/b429/_pkg_.a
2025-08-20T23:01:14.5453949Z [00:03:36.693]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2180205415/b373/_pkg_.a
2025-08-20T23:01:14.5454537Z [00:03:36.693]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build2180205415/b425/_pkg_.a
2025-08-20T23:01:14.5455187Z [00:03:36.693]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build2180205415/b385/_pkg_.a
2025-08-20T23:01:14.5456228Z [00:03:36.693]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2180205415/b332/_pkg_.a
2025-08-20T23:01:14.5456954Z [00:03:36.693]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build2180205415/b349/_pkg_.a
2025-08-20T23:01:14.5457623Z [00:03:36.693]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build2180205415/b346/_pkg_.a
2025-08-20T23:01:14.5458297Z [00:03:36.693]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build2180205415/b347/_pkg_.a
2025-08-20T23:01:14.5458972Z [00:03:36.693]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build2180205415/b351/_pkg_.a
2025-08-20T23:01:14.5459772Z [00:03:36.693]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build2180205415/b352/_pkg_.a
2025-08-20T23:01:14.5460595Z [00:03:36.693]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build2180205415/b324/_pkg_.a
2025-08-20T23:01:14.5461284Z [00:03:36.693]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build2180205415/b353/_pkg_.a
2025-08-20T23:01:14.5461993Z [00:03:36.693]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2180205415/b402/_pkg_.a
2025-08-20T23:01:14.5462635Z [00:03:36.693]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2180205415/b116/_pkg_.a
2025-08-20T23:01:14.5463211Z [00:03:36.693]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build2180205415/b141/_pkg_.a
2025-08-20T23:01:14.5463851Z [00:03:36.693]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2180205415/b144/_pkg_.a
2025-08-20T23:01:14.5464471Z [00:03:36.693]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2180205415/b147/_pkg_.a
2025-08-20T23:01:14.5465337Z [00:03:36.693]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build2180205415/b148/_pkg_.a
2025-08-20T23:01:14.5466132Z [00:03:36.693]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2180205415/b142/_pkg_.a
2025-08-20T23:01:14.5466741Z [00:03:36.693]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2180205415/b150/_pkg_.a
2025-08-20T23:01:14.5467316Z [00:03:36.693]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2180205415/b151/_pkg_.a
2025-08-20T23:01:14.5467896Z [00:03:36.693]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build2180205415/b158/_pkg_.a
2025-08-20T23:01:14.5468475Z [00:03:36.693]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2180205415/b161/_pkg_.a
2025-08-20T23:01:14.5469222Z [00:03:36.693]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2180205415/b118/_pkg_.a
2025-08-20T23:01:14.5469865Z [00:03:36.693]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2180205415/b121/_pkg_.a
2025-08-20T23:01:14.5470460Z [00:03:36.693]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2180205415/b149/_pkg_.a
2025-08-20T23:01:14.5471039Z [00:03:36.693]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build2180205415/b174/_pkg_.a
2025-08-20T23:01:14.5471558Z [00:03:36.693]➜  packagefile crypto/fips140=/tmp/go-build2180205415/b178/_pkg_.a
2025-08-20T23:01:14.5472103Z [00:03:36.693]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build2180205415/b168/_pkg_.a
2025-08-20T23:01:14.5472746Z [00:03:36.693]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2180205415/b169/_pkg_.a
2025-08-20T23:01:14.5473425Z [00:03:36.693]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build2180205415/b170/_pkg_.a
2025-08-20T23:01:14.5474011Z [00:03:36.693]➜  packagefile net/http/httputil=/tmp/go-build2180205415/b229/_pkg_.a
2025-08-20T23:01:14.5474716Z [00:03:36.693]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage=/tmp/go-build2180205415/b231/_pkg_.a
2025-08-20T23:01:14.5475400Z [00:03:36.693]➜  packagefile go/build/constraint=/tmp/go-build2180205415/b241/_pkg_.a
2025-08-20T23:01:14.5476008Z [00:03:36.693]➜  packagefile go/parser=/tmp/go-build2180205415/b242/_pkg_.a
2025-08-20T23:01:14.5476647Z [00:03:36.693]➜  packagefile internal/buildcfg=/tmp/go-build2180205415/b243/_pkg_.a
2025-08-20T23:01:14.5477135Z [00:03:36.693]➜  packagefile internal/goroot=/tmp/go-build2180205415/b244/_pkg_.a
2025-08-20T23:01:14.5477625Z [00:03:36.693]➜  packagefile internal/goversion=/tmp/go-build2180205415/b245/_pkg_.a
2025-08-20T23:01:14.5478125Z [00:03:36.693]➜  packagefile internal/platform=/tmp/go-build2180205415/b246/_pkg_.a
2025-08-20T23:01:14.5478620Z [00:03:36.693]➜  packagefile internal/syslist=/tmp/go-build2180205415/b247/_pkg_.a
2025-08-20T23:01:14.5479136Z [00:03:36.693]➜  packagefile github.com/pkg/diff/ctxt=/tmp/go-build2180205415/b571/_pkg_.a
2025-08-20T23:01:14.5479685Z [00:03:36.693]➜  packagefile github.com/pkg/diff/intern=/tmp/go-build2180205415/b573/_pkg_.a
2025-08-20T23:01:14.5480328Z [00:03:36.693]➜  packagefile github.com/pkg/diff/myers=/tmp/go-build2180205415/b574/_pkg_.a
2025-08-20T23:01:14.5481000Z [00:03:36.693]➜  packagefile github.com/pkg/diff/edit=/tmp/go-build2180205415/b572/_pkg_.a
2025-08-20T23:01:14.5481489Z [00:03:36.693]➜  packagefile go/types=/tmp/go-build2180205415/b577/_pkg_.a
2025-08-20T23:01:14.5482022Z [00:03:36.693]➜  packagefile golang.org/x/tools/go/gcexportdata=/tmp/go-build2180205415/b584/_pkg_.a
2025-08-20T23:01:14.5482649Z [00:03:36.693]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build2180205415/b595/_pkg_.a
2025-08-20T23:01:14.5483342Z [00:03:36.693]➜  packagefile golang.org/x/tools/internal/packagesinternal=/tmp/go-build2180205415/b601/_pkg_.a
2025-08-20T23:01:14.5484036Z [00:03:36.693]➜  packagefile golang.org/x/tools/internal/typesinternal=/tmp/go-build2180205415/b588/_pkg_.a
2025-08-20T23:01:14.5484681Z [00:03:36.693]➜  packagefile golang.org/x/tools/internal/imports=/tmp/go-build2180205415/b603/_pkg_.a
2025-08-20T23:01:14.5485267Z [00:03:36.693]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/tmp/go-build2180205415/b706/_pkg_.a
2025-08-20T23:01:14.5486102Z [00:03:36.693]➜  packagefile github.com/docker/cli/cli/config=/tmp/go-build2180205415/b710/_pkg_.a
2025-08-20T23:01:14.5486819Z [00:03:36.693]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build2180205415/b711/_pkg_.a
2025-08-20T23:01:14.5487478Z [00:03:36.693]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build2180205415/b713/_pkg_.a
2025-08-20T23:01:14.5488088Z [00:03:36.693]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build2180205415/b719/_pkg_.a
2025-08-20T23:01:14.5488689Z [00:03:36.693]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build2180205415/b718/_pkg_.a
2025-08-20T23:01:14.5489532Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build2180205415/b721/_pkg_.a
2025-08-20T23:01:14.5490299Z [00:03:36.693]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build2180205415/b723/_pkg_.a
2025-08-20T23:01:14.5490923Z [00:03:36.693]➜  packagefile github.com/docker/docker/client=/tmp/go-build2180205415/b739/_pkg_.a
2025-08-20T23:01:14.5491564Z [00:03:36.693]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build2180205415/b736/_pkg_.a
2025-08-20T23:01:14.5492293Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/internal/redact=/tmp/go-build2180205415/b780/_pkg_.a
2025-08-20T23:01:14.5493042Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/internal/retry=/tmp/go-build2180205415/b781/_pkg_.a
2025-08-20T23:01:14.5493797Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/internal/verify=/tmp/go-build2180205415/b783/_pkg_.a
2025-08-20T23:01:14.5494528Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build2180205415/b776/_pkg_.a
2025-08-20T23:01:14.5495614Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build2180205415/b784/_pkg_.a
2025-08-20T23:01:14.5496491Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/pkg/v1/mutate=/tmp/go-build2180205415/b785/_pkg_.a
2025-08-20T23:01:14.5497250Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build2180205415/b777/_pkg_.a
2025-08-20T23:01:14.5498278Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote/transport=/tmp/go-build2180205415/b787/_pkg_.a
2025-08-20T23:01:14.5499058Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build2180205415/b786/_pkg_.a
2025-08-20T23:01:14.5499786Z [00:03:36.693]➜  packagefile github.com/containerd/stargz-snapshotter/estargz=/tmp/go-build2180205415/b760/_pkg_.a
2025-08-20T23:01:14.5500522Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build2180205415/b770/_pkg_.a
2025-08-20T23:01:14.5501293Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/internal/compression=/tmp/go-build2180205415/b771/_pkg_.a
2025-08-20T23:01:14.5502161Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/internal/estargz=/tmp/go-build2180205415/b775/_pkg_.a
2025-08-20T23:01:14.5503070Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build2180205415/b772/_pkg_.a
2025-08-20T23:01:14.5503817Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build2180205415/b773/_pkg_.a
2025-08-20T23:01:14.5504572Z [00:03:36.693]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build2180205415/b774/_pkg_.a
2025-08-20T23:01:14.5505230Z [00:03:36.693]➜  packagefile cloud.google.com/go/internal=/tmp/go-build2180205415/b1979/_pkg_.a
2025-08-20T23:01:14.5506059Z [00:03:36.693]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build2180205415/b1980/_pkg_.a
2025-08-20T23:01:14.5506753Z [00:03:36.693]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build2180205415/b1981/_pkg_.a
2025-08-20T23:01:14.5507376Z [00:03:36.693]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build2180205415/b1982/_pkg_.a
2025-08-20T23:01:14.5508026Z [00:03:36.693]➜  packagefile cloud.google.com/go/storage/experimental=/tmp/go-build2180205415/b1983/_pkg_.a
2025-08-20T23:01:14.5508671Z [00:03:36.693]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build2180205415/b1984/_pkg_.a
2025-08-20T23:01:14.5509320Z [00:03:36.693]➜  packagefile cloud.google.com/go/storage/internal/apiv2=/tmp/go-build2180205415/b1995/_pkg_.a
2025-08-20T23:01:14.5510036Z [00:03:36.693]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build2180205415/b1996/_pkg_.a
2025-08-20T23:01:14.5511029Z [00:03:36.693]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric=/tmp/go-build2180205415/b1998/_pkg_.a
2025-08-20T23:01:14.5511891Z [00:03:36.693]➜  packagefile go.opentelemetry.io/contrib/detectors/gcp=/tmp/go-build2180205415/b2013/_pkg_.a
2025-08-20T23:01:14.5512494Z [00:03:36.693]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2180205415/b521/_pkg_.a
2025-08-20T23:01:14.5513075Z [00:03:36.693]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2180205415/b518/_pkg_.a
2025-08-20T23:01:14.5513672Z [00:03:36.693]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2180205415/b527/_pkg_.a
2025-08-20T23:01:14.5514269Z [00:03:36.693]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build2180205415/b1985/_pkg_.a
2025-08-20T23:01:14.5514930Z [00:03:36.693]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build2180205415/b1990/_pkg_.a
2025-08-20T23:01:14.5515593Z [00:03:36.693]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build2180205415/b1991/_pkg_.a
2025-08-20T23:01:14.5516400Z [00:03:36.693]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2180205415/b529/_pkg_.a
2025-08-20T23:01:14.5517019Z [00:03:36.693]➜  packagefile google.golang.org/api/iamcredentials/v1=/tmp/go-build2180205415/b2015/_pkg_.a
2025-08-20T23:01:14.5517644Z [00:03:36.693]➜  packagefile google.golang.org/api/storage/v1=/tmp/go-build2180205415/b2017/_pkg_.a
2025-08-20T23:01:14.5518240Z [00:03:36.693]➜  packagefile google.golang.org/api/transport=/tmp/go-build2180205415/b2018/_pkg_.a
2025-08-20T23:01:14.5519087Z [00:03:36.693]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build2180205415/b1997/_pkg_.a
2025-08-20T23:01:14.5519754Z [00:03:36.693]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build2180205415/b2019/_pkg_.a
2025-08-20T23:01:14.5520404Z [00:03:36.693]➜  packagefile google.golang.org/grpc/stats/opentelemetry=/tmp/go-build2180205415/b2025/_pkg_.a
2025-08-20T23:01:14.5521090Z [00:03:36.693]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build2180205415/b2029/_pkg_.a
2025-08-20T23:01:14.5521724Z [00:03:36.693]➜  packagefile github.com/gobwas/glob/compiler=/tmp/go-build2180205415/b793/_pkg_.a
2025-08-20T23:01:14.5522300Z [00:03:36.693]➜  packagefile github.com/gobwas/glob/syntax=/tmp/go-build2180205415/b799/_pkg_.a
2025-08-20T23:01:14.5522953Z [00:03:36.693]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build2180205415/b457/_pkg_.a
2025-08-20T23:01:14.5523913Z [00:03:36.693]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffer_writer=/tmp/go-build2180205415/b2237/_pkg_.a
2025-08-20T23:01:14.5524825Z [00:03:36.693]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffered_file_writer=/tmp/go-build2180205415/b2238/_pkg_.a
2025-08-20T23:01:14.5525557Z [00:03:36.693]➜  packagefile github.com/golang-jwt/jwt/v4=/tmp/go-build2180205415/b2241/_pkg_.a
2025-08-20T23:01:14.5526372Z [00:03:36.693]➜  packagefile github.com/google/go-github/v72/github=/tmp/go-build2180205415/b2242/_pkg_.a
2025-08-20T23:01:14.5527024Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build2180205415/b985/_pkg_.a
2025-08-20T23:01:14.5527668Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2180205415/b986/_pkg_.a
2025-08-20T23:01:14.5528374Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build2180205415/b987/_pkg_.a
2025-08-20T23:01:14.5529054Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build2180205415/b988/_pkg_.a
2025-08-20T23:01:14.5529660Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2180205415/b992/_pkg_.a
2025-08-20T23:01:14.5530238Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2180205415/b1000/_pkg_.a
2025-08-20T23:01:14.5530904Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build2180205415/b1006/_pkg_.a
2025-08-20T23:01:14.5531776Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build2180205415/b1014/_pkg_.a
2025-08-20T23:01:14.5532584Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build2180205415/b1016/_pkg_.a
2025-08-20T23:01:14.5533363Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build2180205415/b1018/_pkg_.a
2025-08-20T23:01:14.5534084Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build2180205415/b1007/_pkg_.a
2025-08-20T23:01:14.5534746Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build2180205415/b1052/_pkg_.a
2025-08-20T23:01:14.5535441Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build2180205415/b1019/_pkg_.a
2025-08-20T23:01:14.5536351Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build2180205415/b1020/_pkg_.a
2025-08-20T23:01:14.5537025Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build2180205415/b1038/_pkg_.a
2025-08-20T23:01:14.5537738Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build2180205415/b1053/_pkg_.a
2025-08-20T23:01:14.5538415Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2180205415/b1008/_pkg_.a
2025-08-20T23:01:14.5539077Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build2180205415/b1050/_pkg_.a
2025-08-20T23:01:14.5539935Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build2180205415/b2252/_pkg_.a
2025-08-20T23:01:14.5540578Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2180205415/b1002/_pkg_.a
2025-08-20T23:01:14.5541251Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/awsutil=/tmp/go-build2180205415/b2253/_pkg_.a
2025-08-20T23:01:14.5541930Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2180205415/b1010/_pkg_.a
2025-08-20T23:01:14.5542599Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build2180205415/b1017/_pkg_.a
2025-08-20T23:01:14.5543253Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2180205415/b1021/_pkg_.a
2025-08-20T23:01:14.5544038Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream=/tmp/go-build2180205415/b2255/_pkg_.a
2025-08-20T23:01:14.5545010Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi=/tmp/go-build2180205415/b2256/_pkg_.a
2025-08-20T23:01:14.5545940Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build2180205415/b1046/_pkg_.a
2025-08-20T23:01:14.5546671Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2180205415/b1023/_pkg_.a
2025-08-20T23:01:14.5547323Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2180205415/b1026/_pkg_.a
2025-08-20T23:01:14.5548009Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2180205415/b1028/_pkg_.a
2025-08-20T23:01:14.5548731Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2180205415/b1029/_pkg_.a
2025-08-20T23:01:14.5549444Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2180205415/b1030/_pkg_.a
2025-08-20T23:01:14.5550197Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2180205415/b1031/_pkg_.a
2025-08-20T23:01:14.5550939Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2180205415/b1032/_pkg_.a
2025-08-20T23:01:14.5551613Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build2180205415/b2257/_pkg_.a
2025-08-20T23:01:14.5552463Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build2180205415/b1047/_pkg_.a
2025-08-20T23:01:14.5553343Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build2180205415/b2260/_pkg_.a
2025-08-20T23:01:14.5554114Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build2180205415/b1048/_pkg_.a
2025-08-20T23:01:14.5554886Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build2180205415/b2261/_pkg_.a
2025-08-20T23:01:14.5555672Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config=/tmp/go-build2180205415/b2263/_pkg_.a
2025-08-20T23:01:14.5556676Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations=/tmp/go-build2180205415/b2264/_pkg_.a
2025-08-20T23:01:14.5557482Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build2180205415/b2266/_pkg_.a
2025-08-20T23:01:14.5558134Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2180205415/b994/_pkg_.a
2025-08-20T23:01:14.5558688Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2180205415/b995/_pkg_.a
2025-08-20T23:01:14.5559334Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build2180205415/b2268/_pkg_.a
2025-08-20T23:01:14.5560067Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/container/private/cache/lru=/tmp/go-build2180205415/b2269/_pkg_.a
2025-08-20T23:01:14.5560936Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2180205415/b1036/_pkg_.a
2025-08-20T23:01:14.5561599Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2180205415/b1027/_pkg_.a
2025-08-20T23:01:14.5562254Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build2180205415/b1051/_pkg_.a
2025-08-20T23:01:14.5562867Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2180205415/b1037/_pkg_.a
2025-08-20T23:01:14.5563547Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build2180205415/b2270/_pkg_.a
2025-08-20T23:01:14.5564184Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2180205415/b1013/_pkg_.a
2025-08-20T23:01:14.5564846Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2180205415/b996/_pkg_.a
2025-08-20T23:01:14.5565874Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build2180205415/b1003/_pkg_.a
2025-08-20T23:01:14.5566520Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/sync=/tmp/go-build2180205415/b2271/_pkg_.a
2025-08-20T23:01:14.5567090Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2180205415/b997/_pkg_.a
2025-08-20T23:01:14.5567669Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2180205415/b998/_pkg_.a
2025-08-20T23:01:14.5568256Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build2180205415/b2272/_pkg_.a
2025-08-20T23:01:14.5568905Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build2180205415/b1045/_pkg_.a
2025-08-20T23:01:14.5569651Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build2180205415/b1049/_pkg_.a
2025-08-20T23:01:14.5570396Z [00:03:36.693]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build2180205415/b877/_pkg_.a
2025-08-20T23:01:14.5571093Z [00:03:36.693]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build2180205415/b879/_pkg_.a
2025-08-20T23:01:14.5571778Z [00:03:36.693]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build2180205415/b902/_pkg_.a
2025-08-20T23:01:14.5572474Z [00:03:36.693]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build2180205415/b903/_pkg_.a
2025-08-20T23:01:14.5573166Z [00:03:36.693]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build2180205415/b904/_pkg_.a
2025-08-20T23:01:14.5573989Z [00:03:36.693]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build2180205415/b905/_pkg_.a
2025-08-20T23:01:14.5574760Z [00:03:36.693]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2180205415/b878/_pkg_.a
2025-08-20T23:01:14.5575517Z [00:03:36.693]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build2180205415/b881/_pkg_.a
2025-08-20T23:01:14.5576465Z [00:03:36.693]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build2180205415/b886/_pkg_.a
2025-08-20T23:01:14.5577199Z [00:03:36.693]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build2180205415/b911/_pkg_.a
2025-08-20T23:01:14.5577880Z [00:03:36.693]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build2180205415/b912/_pkg_.a
2025-08-20T23:01:14.5578484Z [00:03:36.693]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build2180205415/b917/_pkg_.a
2025-08-20T23:01:14.5578990Z [00:03:36.693]➜  packagefile compress/zlib=/tmp/go-build2180205415/b813/_pkg_.a
2025-08-20T23:01:14.5579583Z [00:03:36.693]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build2180205415/b907/_pkg_.a
2025-08-20T23:01:14.5580329Z [00:03:36.693]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build2180205415/b889/_pkg_.a
2025-08-20T23:01:14.5581062Z [00:03:36.693]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build2180205415/b908/_pkg_.a
2025-08-20T23:01:14.5581856Z [00:03:36.693]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build2180205415/b498/_pkg_.a
2025-08-20T23:01:14.5582328Z [00:03:36.693]➜  packagefile image=/tmp/go-build2180205415/b913/_pkg_.a
2025-08-20T23:01:14.5582758Z [00:03:36.693]➜  packagefile image/jpeg=/tmp/go-build2180205415/b915/_pkg_.a
2025-08-20T23:01:14.5583308Z [00:03:36.693]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build2180205415/b2162/_pkg_.a
2025-08-20T23:01:14.5583966Z [00:03:36.693]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build2180205415/b2163/_pkg_.a
2025-08-20T23:01:14.5584550Z [00:03:36.693]➜  packagefile github.com/go-git/gcfg=/tmp/go-build2180205415/b2174/_pkg_.a
2025-08-20T23:01:14.5585183Z [00:03:36.693]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build2180205415/b2190/_pkg_.a
2025-08-20T23:01:14.5586114Z [00:03:36.693]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build2180205415/b2170/_pkg_.a
2025-08-20T23:01:14.5586885Z [00:03:36.693]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build2180205415/b2209/_pkg_.a
2025-08-20T23:01:14.5587615Z [00:03:36.693]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/file=/tmp/go-build2180205415/b2217/_pkg_.a
2025-08-20T23:01:14.5588331Z [00:03:36.693]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/git=/tmp/go-build2180205415/b2223/_pkg_.a
2025-08-20T23:01:14.5589050Z [00:03:36.693]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/http=/tmp/go-build2180205415/b2224/_pkg_.a
2025-08-20T23:01:14.5589769Z [00:03:36.693]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/ssh=/tmp/go-build2180205415/b2226/_pkg_.a
2025-08-20T23:01:14.5590483Z [00:03:36.693]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build2180205415/b2221/_pkg_.a
2025-08-20T23:01:14.5591139Z [00:03:36.693]➜  packagefile github.com/jbenet/go-context/io=/tmp/go-build2180205415/b2185/_pkg_.a
2025-08-20T23:01:14.5591842Z [00:03:36.693]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/internal/frame=/tmp/go-build2180205415/b2206/_pkg_.a
2025-08-20T23:01:14.5592570Z [00:03:36.693]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/tmp/go-build2180205415/b825/_pkg_.a
2025-08-20T23:01:14.5593186Z [00:03:36.693]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build2180205415/b636/_pkg_.a
2025-08-20T23:01:14.5593829Z [00:03:36.693]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build2180205415/b637/_pkg_.a
2025-08-20T23:01:14.5594624Z [00:03:36.693]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build2180205415/b348/_pkg_.a
2025-08-20T23:01:14.5595383Z [00:03:36.693]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build2180205415/b639/_pkg_.a
2025-08-20T23:01:14.5596265Z [00:03:36.693]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build2180205415/b640/_pkg_.a
2025-08-20T23:01:14.5597037Z [00:03:36.693]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2180205415/b2285/_pkg_.a
2025-08-20T23:01:14.5597891Z [00:03:36.693]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport/version=/tmp/go-build2180205415/b2286/_pkg_.a
2025-08-20T23:01:14.5598711Z [00:03:36.693]➜  packagefile github.com/elastic/go-elasticsearch/v8/internal/version=/tmp/go-build2180205415/b2288/_pkg_.a
2025-08-20T23:01:14.5599453Z [00:03:36.693]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi=/tmp/go-build2180205415/b2289/_pkg_.a
2025-08-20T23:01:14.5600112Z [00:03:36.693]➜  packagefile github.com/mitchellh/colorstring=/tmp/go-build2180205415/b3008/_pkg_.a
2025-08-20T23:01:14.5600676Z [00:03:36.693]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2180205415/b218/_pkg_.a
2025-08-20T23:01:14.5601193Z [00:03:36.693]➜  packagefile golang.org/x/term=/tmp/go-build2180205415/b3009/_pkg_.a
2025-08-20T23:01:14.5601807Z [00:03:36.693]➜  packagefile github.com/bill-rich/go-syslog/pkg/syslogparser=/tmp/go-build2180205415/b3014/_pkg_.a
2025-08-20T23:01:14.5602708Z [00:03:36.693]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2180205415/b328/_pkg_.a
2025-08-20T23:01:14.5603355Z [00:03:36.693]➜  packagefile github.com/wasilibs/go-re2/internal=/tmp/go-build2180205415/b643/_pkg_.a
2025-08-20T23:01:14.5604068Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sns/internal/endpoints=/tmp/go-build2180205415/b1055/_pkg_.a
2025-08-20T23:01:14.5604805Z [00:03:36.693]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sns/types=/tmp/go-build2180205415/b1056/_pkg_.a
2025-08-20T23:01:14.5605514Z [00:03:36.693]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build2180205415/b999/_pkg_.a
2025-08-20T23:01:14.5606406Z [00:03:36.693]➜  packagefile encoding/base32=/tmp/go-build2180205415/b1058/_pkg_.a
2025-08-20T23:01:14.5607061Z [00:03:36.693]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build2180205415/b1067/_pkg_.a
2025-08-20T23:01:14.5607775Z [00:03:36.693]➜  packagefile github.com/couchbase/gocb/v2/search=/tmp/go-build2180205415/b1193/_pkg_.a
2025-08-20T23:01:14.5608408Z [00:03:36.693]➜  packagefile github.com/couchbase/gocb/v2/vector=/tmp/go-build2180205415/b1195/_pkg_.a
2025-08-20T23:01:14.5609021Z [00:03:36.693]➜  packagefile github.com/couchbase/gocbcore/v10=/tmp/go-build2180205415/b1196/_pkg_.a
2025-08-20T23:01:14.5609647Z [00:03:36.693]➜  packagefile github.com/couchbase/gocbcore/v10/memd=/tmp/go-build2180205415/b1198/_pkg_.a
2025-08-20T23:01:14.5610274Z [00:03:36.693]➜  packagefile github.com/couchbase/gocbcoreps=/tmp/go-build2180205415/b1202/_pkg_.a
2025-08-20T23:01:14.5610999Z [00:03:36.693]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_bucket_v1=/tmp/go-build2180205415/b1203/_pkg_.a
2025-08-20T23:01:14.5611840Z [00:03:36.693]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_collection_v1=/tmp/go-build2180205415/b1205/_pkg_.a
2025-08-20T23:01:14.5612673Z [00:03:36.693]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_query_v1=/tmp/go-build2180205415/b1206/_pkg_.a
2025-08-20T23:01:14.5613492Z [00:03:36.693]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_search_v1=/tmp/go-build2180205415/b1207/_pkg_.a
2025-08-20T23:01:14.5614277Z [00:03:36.693]➜  packagefile github.com/couchbase/goprotostellar/genproto/kv_v1=/tmp/go-build2180205415/b1204/_pkg_.a
2025-08-20T23:01:14.5615364Z [00:03:36.693]➜  packagefile github.com/couchbase/goprotostellar/genproto/query_v1=/tmp/go-build2180205415/b1209/_pkg_.a
2025-08-20T23:01:14.5616520Z [00:03:36.693]➜  packagefile github.com/couchbase/goprotostellar/genproto/search_v1=/tmp/go-build2180205415/b1194/_pkg_.a
2025-08-20T23:01:14.5617306Z [00:03:36.693]➜  packagefile github.com/couchbaselabs/gocbconnstr/v2=/tmp/go-build2180205415/b1214/_pkg_.a
2025-08-20T23:01:14.5617911Z [00:03:36.693]➜  packagefile github.com/golang/snappy=/tmp/go-build2180205415/b1200/_pkg_.a
2025-08-20T23:01:14.5618481Z [00:03:36.693]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2180205415/b533/_pkg_.a
2025-08-20T23:01:14.5619159Z [00:03:36.693]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build2180205415/b440/_pkg_.a
2025-08-20T23:01:14.5619834Z [00:03:36.693]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build2180205415/b835/_pkg_.a
2025-08-20T23:01:14.5620619Z [00:03:36.693]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build2180205415/b459/_pkg_.a
2025-08-20T23:01:14.5621325Z [00:03:36.693]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build2180205415/b460/_pkg_.a
2025-08-20T23:01:14.5622122Z [00:03:36.693]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build2180205415/b463/_pkg_.a
2025-08-20T23:01:14.5622921Z [00:03:36.693]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build2180205415/b461/_pkg_.a
2025-08-20T23:01:14.5623541Z [00:03:36.693]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build2180205415/b464/_pkg_.a
2025-08-20T23:01:14.5624072Z [00:03:36.693]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build2180205415/b465/_pkg_.a
2025-08-20T23:01:14.5624826Z [00:03:36.693]➜  packagefile github.com/golang-sql/civil=/tmp/go-build2180205415/b1421/_pkg_.a
2025-08-20T23:01:14.5625393Z [00:03:36.693]➜  packagefile github.com/golang-sql/sqlexp=/tmp/go-build2180205415/b1422/_pkg_.a
2025-08-20T23:01:14.5626184Z [00:03:36.693]➜  packagefile github.com/microsoft/go-mssqldb/aecmk=/tmp/go-build2180205415/b1423/_pkg_.a
2025-08-20T23:01:14.5626922Z [00:03:36.693]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build2180205415/b1424/_pkg_.a
2025-08-20T23:01:14.5627650Z [00:03:36.693]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth/ntlm=/tmp/go-build2180205415/b1426/_pkg_.a
2025-08-20T23:01:14.5628357Z [00:03:36.693]➜  packagefile github.com/microsoft/go-mssqldb/internal/cp=/tmp/go-build2180205415/b1428/_pkg_.a
2025-08-20T23:01:14.5629176Z [00:03:36.693]➜  packagefile github.com/microsoft/go-mssqldb/internal/decimal=/tmp/go-build2180205415/b1429/_pkg_.a
2025-08-20T23:01:14.5630222Z [00:03:36.693]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms=/tmp/go-build2180205415/b1430/_pkg_.a
2025-08-20T23:01:14.5631323Z [00:03:36.693]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=/tmp/go-build2180205415/b1432/_pkg_.a
2025-08-20T23:01:14.5632401Z [00:03:36.693]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=/tmp/go-build2180205415/b1433/_pkg_.a
2025-08-20T23:01:14.5632773Z [00:03:36.693]➜  packagefile github.com/microsoft/go-mssqldb/internal/querytext=/tmp/go-build2180205415/b1435/_pkg_.a
2025-08-20T23:01:14.5633076Z [00:03:36.693]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build2180205415/b827/_pkg_.a
2025-08-20T23:01:14.5633400Z [00:03:36.693]➜  packagefile github.com/Azure/go-ntlmssp=/tmp/go-build2180205415/b1462/_pkg_.a
2025-08-20T23:01:14.5633695Z [00:03:36.693]➜  packagefile github.com/go-asn1-ber/asn1-ber=/tmp/go-build2180205415/b1463/_pkg_.a
2025-08-20T23:01:14.5633963Z [00:03:36.693]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build2180205415/b1427/_pkg_.a
2025-08-20T23:01:14.5634253Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2180205415/b1521/_pkg_.a
2025-08-20T23:01:14.5634590Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build2180205415/b1522/_pkg_.a
2025-08-20T23:01:14.5634991Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build2180205415/b1524/_pkg_.a
2025-08-20T23:01:14.5635377Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2180205415/b1525/_pkg_.a
2025-08-20T23:01:14.5635708Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2180205415/b1526/_pkg_.a
2025-08-20T23:01:14.5636183Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build2180205415/b1528/_pkg_.a
2025-08-20T23:01:14.5636546Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build2180205415/b1536/_pkg_.a
2025-08-20T23:01:14.5636878Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/internal/csfle=/tmp/go-build2180205415/b1537/_pkg_.a
2025-08-20T23:01:14.5637416Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build2180205415/b1538/_pkg_.a
2025-08-20T23:01:14.5637808Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build2180205415/b1539/_pkg_.a
2025-08-20T23:01:14.5638148Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build2180205415/b1540/_pkg_.a
2025-08-20T23:01:14.5638481Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build2180205415/b1541/_pkg_.a
2025-08-20T23:01:14.5638833Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2180205415/b1530/_pkg_.a
2025-08-20T23:01:14.5639177Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build2180205415/b1548/_pkg_.a
2025-08-20T23:01:14.5639731Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build2180205415/b1549/_pkg_.a
2025-08-20T23:01:14.5640076Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2180205415/b1527/_pkg_.a
2025-08-20T23:01:14.5640411Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build2180205415/b1550/_pkg_.a
2025-08-20T23:01:14.5640792Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build2180205415/b1552/_pkg_.a
2025-08-20T23:01:14.5641215Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build2180205415/b1553/_pkg_.a
2025-08-20T23:01:14.5641667Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build2180205415/b1566/_pkg_.a
2025-08-20T23:01:14.5642133Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build2180205415/b1554/_pkg_.a
2025-08-20T23:01:14.5642508Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/topology=/tmp/go-build2180205415/b1570/_pkg_.a
2025-08-20T23:01:14.5642779Z [00:03:36.693]➜  packagefile github.com/youmark/pkcs8=/tmp/go-build2180205415/b1545/_pkg_.a
2025-08-20T23:01:14.5643067Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build2180205415/b1535/_pkg_.a
2025-08-20T23:01:14.5643452Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build2180205415/b1568/_pkg_.a
2025-08-20T23:01:14.5643834Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build2180205415/b1555/_pkg_.a
2025-08-20T23:01:14.5644099Z [00:03:36.693]➜  packagefile github.com/xdg-go/scram=/tmp/go-build2180205415/b1557/_pkg_.a
2025-08-20T23:01:14.5644382Z [00:03:36.693]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build2180205415/b1559/_pkg_.a
2025-08-20T23:01:14.5644760Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build2180205415/b1560/_pkg_.a
2025-08-20T23:01:14.5645123Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/signer/v4=/tmp/go-build2180205415/b1562/_pkg_.a
2025-08-20T23:01:14.5645492Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build2180205415/b1564/_pkg_.a
2025-08-20T23:01:14.5646084Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2180205415/b1529/_pkg_.a
2025-08-20T23:01:14.5646514Z [00:03:36.693]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds=/tmp/go-build2180205415/b1565/_pkg_.a
2025-08-20T23:01:14.5646830Z [00:03:36.693]➜  packagefile github.com/go-redis/redis/internal=/tmp/go-build2180205415/b1703/_pkg_.a
2025-08-20T23:01:14.5647204Z [00:03:36.693]➜  packagefile github.com/go-redis/redis/internal/consistenthash=/tmp/go-build2180205415/b1706/_pkg_.a
2025-08-20T23:01:14.5647546Z [00:03:36.693]➜  packagefile github.com/go-redis/redis/internal/hashtag=/tmp/go-build2180205415/b1707/_pkg_.a
2025-08-20T23:01:14.5647865Z [00:03:36.693]➜  packagefile github.com/go-redis/redis/internal/pool=/tmp/go-build2180205415/b1708/_pkg_.a
2025-08-20T23:01:14.5648187Z [00:03:36.693]➜  packagefile github.com/go-redis/redis/internal/proto=/tmp/go-build2180205415/b1704/_pkg_.a
2025-08-20T23:01:14.5648522Z [00:03:36.693]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build2180205415/b766/_pkg_.a
2025-08-20T23:01:14.5648774Z [00:03:36.693]➜  packagefile golang.org/x/net/html=/tmp/go-build2180205415/b809/_pkg_.a
2025-08-20T23:01:14.5648995Z [00:03:36.693]➜  packagefile debug/macho=/tmp/go-build2180205415/b812/_pkg_.a
2025-08-20T23:01:14.5649213Z [00:03:36.693]➜  packagefile encoding/csv=/tmp/go-build2180205415/b611/_pkg_.a
2025-08-20T23:01:14.5649577Z [00:03:36.693]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build2180205415/b815/_pkg_.a
2025-08-20T23:01:14.5650094Z [00:03:36.693]➜  packagefile github.com/andybalholm/brotli/matchfinder=/tmp/go-build2180205415/b819/_pkg_.a
2025-08-20T23:01:14.5650371Z [00:03:36.693]➜  packagefile github.com/bodgit/plumbing=/tmp/go-build2180205415/b821/_pkg_.a
2025-08-20T23:01:14.5650700Z [00:03:36.693]➜  packagefile github.com/bodgit/sevenzip/internal/aes7z=/tmp/go-build2180205415/b822/_pkg_.a
2025-08-20T23:01:14.5651027Z [00:03:36.693]➜  packagefile github.com/bodgit/sevenzip/internal/bcj2=/tmp/go-build2180205415/b833/_pkg_.a
2025-08-20T23:01:14.5651353Z [00:03:36.693]➜  packagefile github.com/bodgit/sevenzip/internal/bra=/tmp/go-build2180205415/b837/_pkg_.a
2025-08-20T23:01:14.5651690Z [00:03:36.693]➜  packagefile github.com/bodgit/sevenzip/internal/brotli=/tmp/go-build2180205415/b838/_pkg_.a
2025-08-20T23:01:14.5652085Z [00:03:36.693]➜  packagefile github.com/bodgit/sevenzip/internal/bzip2=/tmp/go-build2180205415/b839/_pkg_.a
2025-08-20T23:01:14.5652570Z [00:03:36.693]➜  packagefile github.com/bodgit/sevenzip/internal/deflate=/tmp/go-build2180205415/b841/_pkg_.a
2025-08-20T23:01:14.5652906Z [00:03:36.693]➜  packagefile github.com/bodgit/sevenzip/internal/delta=/tmp/go-build2180205415/b842/_pkg_.a
2025-08-20T23:01:14.5653233Z [00:03:36.693]➜  packagefile github.com/bodgit/sevenzip/internal/lz4=/tmp/go-build2180205415/b843/_pkg_.a
2025-08-20T23:01:14.5653559Z [00:03:36.693]➜  packagefile github.com/bodgit/sevenzip/internal/lzma=/tmp/go-build2180205415/b849/_pkg_.a
2025-08-20T23:01:14.5653936Z [00:03:36.693]➜  packagefile github.com/bodgit/sevenzip/internal/lzma2=/tmp/go-build2180205415/b853/_pkg_.a
2025-08-20T23:01:14.5654284Z [00:03:36.693]➜  packagefile github.com/bodgit/sevenzip/internal/pool=/tmp/go-build2180205415/b854/_pkg_.a
2025-08-20T23:01:14.5654610Z [00:03:36.693]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build2180205415/b834/_pkg_.a
2025-08-20T23:01:14.5654940Z [00:03:36.693]➜  packagefile github.com/bodgit/sevenzip/internal/zstd=/tmp/go-build2180205415/b855/_pkg_.a
2025-08-20T23:01:14.5655212Z [00:03:36.693]➜  packagefile github.com/bodgit/windows=/tmp/go-build2180205415/b856/_pkg_.a
2025-08-20T23:01:14.5655457Z [00:03:36.693]➜  packagefile go4.org/readerutil=/tmp/go-build2180205415/b857/_pkg_.a
2025-08-20T23:01:14.5655957Z [00:03:36.693]➜  packagefile github.com/dsnet/compress/bzip2/internal/sais=/tmp/go-build2180205415/b859/_pkg_.a
2025-08-20T23:01:14.5656301Z [00:03:36.693]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build2180205415/b860/_pkg_.a
2025-08-20T23:01:14.5656636Z [00:03:36.693]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build2180205415/b861/_pkg_.a
2025-08-20T23:01:14.5656972Z [00:03:36.693]➜  packagefile github.com/dsnet/compress/internal/prefix=/tmp/go-build2180205415/b862/_pkg_.a
2025-08-20T23:01:14.5657317Z [00:03:36.693]➜  packagefile github.com/klauspost/compress/internal/race=/tmp/go-build2180205415/b866/_pkg_.a
2025-08-20T23:01:14.5657702Z [00:03:36.693]➜  packagefile github.com/klauspost/compress/internal/godebug=/tmp/go-build2180205415/b868/_pkg_.a
2025-08-20T23:01:14.5657926Z [00:03:36.693]➜  packagefile hash/adler32=/tmp/go-build2180205415/b814/_pkg_.a
2025-08-20T23:01:14.5658212Z [00:03:36.693]➜  packagefile github.com/klauspost/compress=/tmp/go-build2180205415/b763/_pkg_.a
2025-08-20T23:01:14.5658517Z [00:03:36.693]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build2180205415/b764/_pkg_.a
2025-08-20T23:01:14.5658873Z [00:03:36.693]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build2180205415/b767/_pkg_.a
2025-08-20T23:01:14.5659247Z [00:03:36.693]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build2180205415/b768/_pkg_.a
2025-08-20T23:01:14.5659591Z [00:03:36.693]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build2180205415/b845/_pkg_.a
2025-08-20T23:01:14.5660043Z [00:03:36.693]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build2180205415/b846/_pkg_.a
2025-08-20T23:01:14.5660454Z [00:03:36.693]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build2180205415/b847/_pkg_.a
2025-08-20T23:01:14.5660805Z [00:03:36.693]➜  packagefile hash/crc64=/tmp/go-build2180205415/b612/_pkg_.a
2025-08-20T23:01:14.5661130Z [00:03:36.693]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build2180205415/b852/_pkg_.a
2025-08-20T23:01:14.5661492Z [00:03:36.693]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2180205415/b829/_pkg_.a
2025-08-20T23:01:14.5661814Z [00:03:36.693]➜  packagefile github.com/ulikunitz/xz/internal/hash=/tmp/go-build2180205415/b851/_pkg_.a
2025-08-20T23:01:14.5662123Z [00:03:36.693]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build2180205415/b1964/_pkg_.a
2025-08-20T23:01:14.5662432Z [00:03:36.693]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build2180205415/b1965/_pkg_.a
2025-08-20T23:01:14.5662742Z [00:03:36.693]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build2180205415/b1966/_pkg_.a
2025-08-20T23:01:14.5663117Z [00:03:36.693]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build2180205415/b1968/_pkg_.a
2025-08-20T23:01:14.5663441Z [00:03:36.693]➜  packagefile golang.org/x/crypto/openpgp/clearsign=/tmp/go-build2180205415/b1970/_pkg_.a
2025-08-20T23:01:14.5663716Z [00:03:36.693]➜  packagefile pault.ag/go/debian/hashio=/tmp/go-build2180205415/b1973/_pkg_.a
2025-08-20T23:01:14.5663991Z [00:03:36.693]➜  packagefile pault.ag/go/debian/internal=/tmp/go-build2180205415/b1974/_pkg_.a
2025-08-20T23:01:14.5664307Z [00:03:36.693]➜  packagefile pault.ag/go/topsort=/tmp/go-build2180205415/b1975/_pkg_.a
2025-08-20T23:01:14.5664666Z [00:03:36.694]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build2180205415/b2195/_pkg_.a
2025-08-20T23:01:14.5665011Z [00:03:36.694]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build2180205415/b2197/_pkg_.a
2025-08-20T23:01:14.5665310Z [00:03:36.694]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build2180205415/b2199/_pkg_.a
2025-08-20T23:01:14.5665609Z [00:03:36.694]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build2180205415/b2196/_pkg_.a
2025-08-20T23:01:14.5666142Z [00:03:36.694]➜  packagefile github.com/go-git/go-git/v5/plumbing/color=/tmp/go-build2180205415/b2201/_pkg_.a
2025-08-20T23:01:14.5666482Z [00:03:36.694]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build2180205415/b237/_pkg_.a
2025-08-20T23:01:14.5666790Z [00:03:36.694]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build2180205415/b3029/_pkg_.a
2025-08-20T23:01:14.5667068Z [00:03:36.694]➜  packagefile github.com/muesli/termenv=/tmp/go-build2180205415/b3033/_pkg_.a
2025-08-20T23:01:14.5667384Z [00:03:36.694]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build2180205415/b3025/_pkg_.a
2025-08-20T23:01:14.5667710Z [00:03:36.694]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build2180205415/b3027/_pkg_.a
2025-08-20T23:01:14.5668013Z [00:03:36.694]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build2180205415/b3028/_pkg_.a
2025-08-20T23:01:14.5668241Z [00:03:36.694]➜  packagefile image/color=/tmp/go-build2180205415/b914/_pkg_.a
2025-08-20T23:01:14.5668531Z [00:03:36.694]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build2180205415/b3043/_pkg_.a
2025-08-20T23:01:14.5668849Z [00:03:36.694]➜  packagefile github.com/alecthomas/chroma/v2/quick=/tmp/go-build2180205415/b3046/_pkg_.a
2025-08-20T23:01:14.5669169Z [00:03:36.694]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build2180205415/b3051/_pkg_.a
2025-08-20T23:01:14.5669553Z [00:03:36.694]➜  packagefile github.com/charmbracelet/glamour/internal/autolink=/tmp/go-build2180205415/b3052/_pkg_.a
2025-08-20T23:01:14.5669877Z [00:03:36.694]➜  packagefile github.com/charmbracelet/lipgloss/table=/tmp/go-build2180205415/b3053/_pkg_.a
2025-08-20T23:01:14.5670192Z [00:03:36.694]➜  packagefile github.com/charmbracelet/x/exp/slice=/tmp/go-build2180205415/b3054/_pkg_.a
2025-08-20T23:01:14.5670606Z [00:03:36.694]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build2180205415/b3055/_pkg_.a
2025-08-20T23:01:14.5671020Z [00:03:36.694]➜  packagefile github.com/muesli/reflow/indent=/tmp/go-build2180205415/b3060/_pkg_.a
2025-08-20T23:01:14.5671319Z [00:03:36.694]➜  packagefile github.com/muesli/reflow/padding=/tmp/go-build2180205415/b3062/_pkg_.a
2025-08-20T23:01:14.5671622Z [00:03:36.694]➜  packagefile github.com/muesli/reflow/wordwrap=/tmp/go-build2180205415/b3063/_pkg_.a
2025-08-20T23:01:14.5671923Z [00:03:36.694]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build2180205415/b3064/_pkg_.a
2025-08-20T23:01:14.5672213Z [00:03:36.694]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build2180205415/b3066/_pkg_.a
2025-08-20T23:01:14.5672532Z [00:03:36.694]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build2180205415/b3069/_pkg_.a
2025-08-20T23:01:14.5672836Z [00:03:36.694]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build2180205415/b3070/_pkg_.a
2025-08-20T23:01:14.5673207Z [00:03:36.694]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build2180205415/b3068/_pkg_.a
2025-08-20T23:01:14.5673498Z [00:03:36.694]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build2180205415/b3061/_pkg_.a
2025-08-20T23:01:14.5673844Z [00:03:36.694]➜  packagefile github.com/charmbracelet/bubbles/textinput=/tmp/go-build2180205415/b3074/_pkg_.a
2025-08-20T23:01:14.5674183Z [00:03:36.694]➜  packagefile github.com/charmbracelet/bubbles/paginator=/tmp/go-build2180205415/b3082/_pkg_.a
2025-08-20T23:01:14.5674517Z [00:03:36.694]➜  packagefile github.com/charmbracelet/bubbles/spinner=/tmp/go-build2180205415/b3083/_pkg_.a
2025-08-20T23:01:14.5674844Z [00:03:36.694]➜  packagefile github.com/sahilm/fuzzy=/tmp/go-build2180205415/b3084/_pkg_.a
2025-08-20T23:01:14.5675367Z [00:03:36.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/circleci=/tmp/go-build2180205415/b3091/_pkg_.a
2025-08-20T23:01:14.5675983Z [00:03:36.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/docker=/tmp/go-build2180205415/b3092/_pkg_.a
2025-08-20T23:01:14.5676512Z [00:03:36.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/elasticsearch=/tmp/go-build2180205415/b3093/_pkg_.a
2025-08-20T23:01:14.5676966Z [00:03:36.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/filesystem=/tmp/go-build2180205415/b3094/_pkg_.a
2025-08-20T23:01:14.5677385Z [00:03:36.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gcs=/tmp/go-build2180205415/b3095/_pkg_.a
2025-08-20T23:01:14.5677804Z [00:03:36.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/git=/tmp/go-build2180205415/b3096/_pkg_.a
2025-08-20T23:01:14.5678238Z [00:03:36.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/github=/tmp/go-build2180205415/b3097/_pkg_.a
2025-08-20T23:01:14.5678672Z [00:03:36.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gitlab=/tmp/go-build2180205415/b3098/_pkg_.a
2025-08-20T23:01:14.5679136Z [00:03:36.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/huggingface=/tmp/go-build2180205415/b3099/_pkg_.a
2025-08-20T23:01:14.5679573Z [00:03:36.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/jenkins=/tmp/go-build2180205415/b3100/_pkg_.a
2025-08-20T23:01:14.5680010Z [00:03:36.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/postman=/tmp/go-build2180205415/b3101/_pkg_.a
2025-08-20T23:01:14.5680420Z [00:03:36.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/s3=/tmp/go-build2180205415/b3102/_pkg_.a
2025-08-20T23:01:14.5680855Z [00:03:36.694]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/syslog=/tmp/go-build2180205415/b3103/_pkg_.a
2025-08-20T23:01:14.5681158Z [00:03:36.694]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2180205415/b186/_pkg_.a
2025-08-20T23:01:14.5681544Z [00:03:36.694]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build2180205415/b301/_pkg_.a
2025-08-20T23:01:14.5681889Z [00:03:36.694]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build2180205415/b494/_pkg_.a
2025-08-20T23:01:14.5682264Z [00:03:36.694]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build2180205415/b684/_pkg_.a
2025-08-20T23:01:14.5682651Z [00:03:36.694]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build2180205415/b436/_pkg_.a
2025-08-20T23:01:14.5682952Z [00:03:36.694]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2180205415/b453/_pkg_.a
2025-08-20T23:01:14.5683265Z [00:03:36.694]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build2180205415/b455/_pkg_.a
2025-08-20T23:01:14.5683527Z [00:03:36.694]➜  packagefile github.com/google/s2a-go=/tmp/go-build2180205415/b481/_pkg_.a
2025-08-20T23:01:14.5683944Z [00:03:36.694]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build2180205415/b468/_pkg_.a
2025-08-20T23:01:14.5684386Z [00:03:36.694]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build2180205415/b478/_pkg_.a
2025-08-20T23:01:14.5684868Z [00:03:36.694]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build2180205415/b479/_pkg_.a
2025-08-20T23:01:14.5685279Z [00:03:36.694]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build2180205415/b469/_pkg_.a
2025-08-20T23:01:14.5685612Z [00:03:36.694]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build2180205415/b471/_pkg_.a
2025-08-20T23:01:14.5686170Z [00:03:36.694]➜  packagefile cloud.google.com/go/auth/internal/compute=/tmp/go-build2180205415/b514/_pkg_.a
2025-08-20T23:01:14.5686558Z [00:03:36.694]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build2180205415/b515/_pkg_.a
2025-08-20T23:01:14.5687077Z [00:03:36.694]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build2180205415/b517/_pkg_.a
2025-08-20T23:01:14.5687377Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build2180205415/b536/_pkg_.a
2025-08-20T23:01:14.5687686Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build2180205415/b538/_pkg_.a
2025-08-20T23:01:14.5687995Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build2180205415/b535/_pkg_.a
2025-08-20T23:01:14.5688319Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/semconv/v1.30.0=/tmp/go-build2180205415/b520/_pkg_.a
2025-08-20T23:01:14.5688687Z [00:03:36.694]➜  packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/tmp/go-build2180205415/b553/_pkg_.a
2025-08-20T23:01:14.5689023Z [00:03:36.694]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build2180205415/b431/_pkg_.a
2025-08-20T23:01:14.5689347Z [00:03:36.694]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2180205415/b382/_pkg_.a
2025-08-20T23:01:14.5689691Z [00:03:36.694]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build2180205415/b430/_pkg_.a
2025-08-20T23:01:14.5690010Z [00:03:36.694]➜  packagefile google.golang.org/grpc/resolver/manual=/tmp/go-build2180205415/b554/_pkg_.a
2025-08-20T23:01:14.5690465Z [00:03:36.694]➜  packagefile google.golang.org/grpc/credentials/alts=/tmp/go-build2180205415/b541/_pkg_.a
2025-08-20T23:01:14.5690772Z [00:03:36.694]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build2180205415/b551/_pkg_.a
2025-08-20T23:01:14.5691134Z [00:03:36.694]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build2180205415/b472/_pkg_.a
2025-08-20T23:01:14.5691421Z [00:03:36.694]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build2180205415/b558/_pkg_.a
2025-08-20T23:01:14.5691913Z [00:03:36.694]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build2180205415/b559/_pkg_.a
2025-08-20T23:01:14.5692472Z [00:03:36.694]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build2180205415/b560/_pkg_.a
2025-08-20T23:01:14.5692829Z [00:03:36.694]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build2180205415/b415/_pkg_.a
2025-08-20T23:01:14.5693118Z [00:03:36.694]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build2180205415/b419/_pkg_.a
2025-08-20T23:01:14.5693367Z [00:03:36.694]➜  packagefile golang.org/x/net/idna=/tmp/go-build2180205415/b416/_pkg_.a
2025-08-20T23:01:14.5693680Z [00:03:36.694]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build2180205415/b420/_pkg_.a
2025-08-20T23:01:14.5694085Z [00:03:36.694]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build2180205415/b473/_pkg_.a
2025-08-20T23:01:14.5694397Z [00:03:36.694]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build2180205415/b358/_pkg_.a
2025-08-20T23:01:14.5694622Z [00:03:36.694]➜  packagefile html/template=/tmp/go-build2180205415/b359/_pkg_.a
2025-08-20T23:01:14.5695000Z [00:03:36.694]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build2180205415/b380/_pkg_.a
2025-08-20T23:01:14.5695395Z [00:03:36.694]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build2180205415/b381/_pkg_.a
2025-08-20T23:01:14.5695729Z [00:03:36.694]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2180205415/b371/_pkg_.a
2025-08-20T23:01:14.5696316Z [00:03:36.694]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build2180205415/b388/_pkg_.a
2025-08-20T23:01:14.5696622Z [00:03:36.694]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build2180205415/b369/_pkg_.a
2025-08-20T23:01:14.5697061Z [00:03:36.694]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build2180205415/b370/_pkg_.a
2025-08-20T23:01:14.5697381Z [00:03:36.694]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build2180205415/b386/_pkg_.a
2025-08-20T23:01:14.5697703Z [00:03:36.694]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build2180205415/b367/_pkg_.a
2025-08-20T23:01:14.5698071Z [00:03:36.694]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build2180205415/b399/_pkg_.a
2025-08-20T23:01:14.5698387Z [00:03:36.694]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build2180205415/b406/_pkg_.a
2025-08-20T23:01:14.5698747Z [00:03:36.694]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build2180205415/b412/_pkg_.a
2025-08-20T23:01:14.5699128Z [00:03:36.694]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build2180205415/b422/_pkg_.a
2025-08-20T23:01:14.5699451Z [00:03:36.694]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build2180205415/b421/_pkg_.a
2025-08-20T23:01:14.5699786Z [00:03:36.694]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build2180205415/b333/_pkg_.a
2025-08-20T23:01:14.5700130Z [00:03:36.694]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build2180205415/b334/_pkg_.a
2025-08-20T23:01:14.5700518Z [00:03:36.694]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build2180205415/b335/_pkg_.a
2025-08-20T23:01:14.5700986Z [00:03:36.694]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build2180205415/b336/_pkg_.a
2025-08-20T23:01:14.5701346Z [00:03:36.694]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build2180205415/b350/_pkg_.a
2025-08-20T23:01:14.5701655Z [00:03:36.694]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build2180205415/b143/_pkg_.a
2025-08-20T23:01:14.5701877Z [00:03:36.694]➜  packagefile crypto/sha3=/tmp/go-build2180205415/b152/_pkg_.a
2025-08-20T23:01:14.5702192Z [00:03:36.694]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build2180205415/b159/_pkg_.a
2025-08-20T23:01:14.5702416Z [00:03:36.694]➜  packagefile go/constant=/tmp/go-build2180205415/b579/_pkg_.a
2025-08-20T23:01:14.5702631Z [00:03:36.694]➜  packagefile go/version=/tmp/go-build2180205415/b580/_pkg_.a
2025-08-20T23:01:14.5702950Z [00:03:36.694]➜  packagefile internal/types/errors=/tmp/go-build2180205415/b582/_pkg_.a
2025-08-20T23:01:14.5703392Z [00:03:36.694]➜  packagefile golang.org/x/tools/internal/gcimporter=/tmp/go-build2180205415/b585/_pkg_.a
2025-08-20T23:01:14.5703655Z [00:03:36.694]➜  packagefile golang.org/x/mod/semver=/tmp/go-build2180205415/b596/_pkg_.a
2025-08-20T23:01:14.5703952Z [00:03:36.694]➜  packagefile golang.org/x/tools/internal/event=/tmp/go-build2180205415/b597/_pkg_.a
2025-08-20T23:01:14.5704271Z [00:03:36.694]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build2180205415/b599/_pkg_.a
2025-08-20T23:01:14.5704594Z [00:03:36.694]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build2180205415/b600/_pkg_.a
2025-08-20T23:01:14.5704905Z [00:03:36.694]➜  packagefile golang.org/x/tools/go/types/typeutil=/tmp/go-build2180205415/b589/_pkg_.a
2025-08-20T23:01:14.5705215Z [00:03:36.694]➜  packagefile golang.org/x/tools/internal/aliases=/tmp/go-build2180205415/b587/_pkg_.a
2025-08-20T23:01:14.5705520Z [00:03:36.694]➜  packagefile golang.org/x/tools/internal/stdlib=/tmp/go-build2180205415/b592/_pkg_.a
2025-08-20T23:01:14.5705993Z [00:03:36.694]➜  packagefile golang.org/x/tools/internal/versions=/tmp/go-build2180205415/b593/_pkg_.a
2025-08-20T23:01:14.5706258Z [00:03:36.694]➜  packagefile go/format=/tmp/go-build2180205415/b604/_pkg_.a
2025-08-20T23:01:14.5706471Z [00:03:36.694]➜  packagefile go/printer=/tmp/go-build2180205415/b605/_pkg_.a
2025-08-20T23:01:14.5706731Z [00:03:36.694]➜  packagefile golang.org/x/mod/module=/tmp/go-build2180205415/b606/_pkg_.a
2025-08-20T23:01:14.5707125Z [00:03:36.694]➜  packagefile golang.org/x/tools/go/ast/astutil=/tmp/go-build2180205415/b608/_pkg_.a
2025-08-20T23:01:14.5707452Z [00:03:36.694]➜  packagefile golang.org/x/tools/internal/gopathwalk=/tmp/go-build2180205415/b609/_pkg_.a
2025-08-20T23:01:14.5707759Z [00:03:36.694]➜  packagefile golang.org/x/tools/internal/modindex=/tmp/go-build2180205415/b610/_pkg_.a
2025-08-20T23:01:14.5708112Z [00:03:36.694]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build2180205415/b712/_pkg_.a
2025-08-20T23:01:14.5708389Z [00:03:36.694]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build2180205415/b716/_pkg_.a
2025-08-20T23:01:14.5708737Z [00:03:36.694]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build2180205415/b724/_pkg_.a
2025-08-20T23:01:14.5709073Z [00:03:36.694]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build2180205415/b727/_pkg_.a
2025-08-20T23:01:14.5709409Z [00:03:36.694]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build2180205415/b732/_pkg_.a
2025-08-20T23:01:14.5709768Z [00:03:36.694]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build2180205415/b737/_pkg_.a
2025-08-20T23:01:14.5710052Z [00:03:36.694]➜  packagefile github.com/containerd/errdefs=/tmp/go-build2180205415/b740/_pkg_.a
2025-08-20T23:01:14.5710390Z [00:03:36.694]➜  packagefile github.com/containerd/errdefs/pkg/errhttp=/tmp/go-build2180205415/b741/_pkg_.a
2025-08-20T23:01:14.5710697Z [00:03:36.694]➜  packagefile github.com/distribution/reference=/tmp/go-build2180205415/b743/_pkg_.a
2025-08-20T23:01:14.5711079Z [00:03:36.694]➜  packagefile github.com/docker/docker/api=/tmp/go-build2180205415/b744/_pkg_.a
2025-08-20T23:01:14.5711387Z [00:03:36.694]➜  packagefile github.com/docker/docker/api/types=/tmp/go-build2180205415/b745/_pkg_.a
2025-08-20T23:01:14.5711711Z [00:03:36.694]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build2180205415/b746/_pkg_.a
2025-08-20T23:01:14.5712060Z [00:03:36.694]➜  packagefile github.com/docker/docker/api/types/checkpoint=/tmp/go-build2180205415/b752/_pkg_.a
2025-08-20T23:01:14.5712690Z [00:03:36.694]➜  packagefile github.com/docker/docker/api/types/events=/tmp/go-build2180205415/b753/_pkg_.a
2025-08-20T23:01:14.5713247Z [00:03:36.694]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build2180205415/b730/_pkg_.a
2025-08-20T23:01:14.5713914Z [00:03:36.694]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build2180205415/b747/_pkg_.a
2025-08-20T23:01:14.5714459Z [00:03:36.694]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build2180205415/b748/_pkg_.a
2025-08-20T23:01:14.5714926Z [00:03:36.694]➜  packagefile github.com/docker/docker/api/types/system=/tmp/go-build2180205415/b754/_pkg_.a
2025-08-20T23:01:14.5715476Z [00:03:36.694]➜  packagefile github.com/docker/docker/api/types/time=/tmp/go-build2180205415/b755/_pkg_.a
2025-08-20T23:01:14.5715995Z [00:03:36.694]➜  packagefile github.com/docker/docker/api/types/versions=/tmp/go-build2180205415/b728/_pkg_.a
2025-08-20T23:01:14.5716350Z [00:03:36.694]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build2180205415/b751/_pkg_.a
2025-08-20T23:01:14.5716699Z [00:03:36.694]➜  packagefile github.com/docker/docker/internal/lazyregexp=/tmp/go-build2180205415/b756/_pkg_.a
2025-08-20T23:01:14.5717028Z [00:03:36.694]➜  packagefile github.com/docker/go-connections/sockets=/tmp/go-build2180205415/b757/_pkg_.a
2025-08-20T23:01:14.5717363Z [00:03:36.694]➜  packagefile github.com/docker/go-connections/tlsconfig=/tmp/go-build2180205415/b758/_pkg_.a
2025-08-20T23:01:14.5717768Z [00:03:36.694]➜  packagefile github.com/google/go-containerregistry/internal/retry/wait=/tmp/go-build2180205415/b782/_pkg_.a
2025-08-20T23:01:14.5718136Z [00:03:36.694]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build2180205415/b778/_pkg_.a
2025-08-20T23:01:14.5718558Z [00:03:36.694]➜  packagefile github.com/docker/distribution/registry/client/auth/challenge=/tmp/go-build2180205415/b788/_pkg_.a
2025-08-20T23:01:14.5719065Z [00:03:36.694]➜  packagefile github.com/containerd/stargz-snapshotter/estargz/errorutil=/tmp/go-build2180205415/b761/_pkg_.a
2025-08-20T23:01:14.5719403Z [00:03:36.694]➜  packagefile github.com/vbatts/tar-split/archive/tar=/tmp/go-build2180205415/b769/_pkg_.a
2025-08-20T23:01:14.5719606Z [00:03:36.694]➜  packagefile testing=/tmp/go-build2180205415/b613/_pkg_.a
2025-08-20T23:01:14.5719938Z [00:03:36.694]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build2180205415/b1999/_pkg_.a
2025-08-20T23:01:14.5720326Z [00:03:36.694]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build2180205415/b2000/_pkg_.a
2025-08-20T23:01:14.5720850Z [00:03:36.694]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping=/tmp/go-build2180205415/b2010/_pkg_.a
2025-08-20T23:01:14.5721199Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build2180205415/b1986/_pkg_.a
2025-08-20T23:01:14.5721531Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build2180205415/b2011/_pkg_.a
2025-08-20T23:01:14.5721925Z [00:03:36.694]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build2180205415/b2001/_pkg_.a
2025-08-20T23:01:14.5722284Z [00:03:36.694]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build2180205415/b2002/_pkg_.a
2025-08-20T23:01:14.5722652Z [00:03:36.694]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build2180205415/b2003/_pkg_.a
2025-08-20T23:01:14.5723175Z [00:03:36.694]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build2180205415/b2004/_pkg_.a
2025-08-20T23:01:14.5723490Z [00:03:36.694]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build2180205415/b2012/_pkg_.a
2025-08-20T23:01:14.5723962Z [00:03:36.694]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp=/tmp/go-build2180205415/b2014/_pkg_.a
2025-08-20T23:01:14.5724293Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build2180205415/b528/_pkg_.a
2025-08-20T23:01:14.5724616Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build2180205415/b522/_pkg_.a
2025-08-20T23:01:14.5724953Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/attribute/internal=/tmp/go-build2180205415/b519/_pkg_.a
2025-08-20T23:01:14.5725345Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build2180205415/b534/_pkg_.a
2025-08-20T23:01:14.5726015Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build2180205415/b1987/_pkg_.a
2025-08-20T23:01:14.5726390Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build2180205415/b1988/_pkg_.a
2025-08-20T23:01:14.5726782Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build2180205415/b1989/_pkg_.a
2025-08-20T23:01:14.5727131Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build2180205415/b1994/_pkg_.a
2025-08-20T23:01:14.5727419Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build2180205415/b1992/_pkg_.a
2025-08-20T23:01:14.5727738Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build2180205415/b1993/_pkg_.a
2025-08-20T23:01:14.5728062Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build2180205415/b530/_pkg_.a
2025-08-20T23:01:14.5728427Z [00:03:36.694]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build2180205415/b531/_pkg_.a
2025-08-20T23:01:14.5728962Z [00:03:36.694]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build2180205415/b2016/_pkg_.a
2025-08-20T23:01:14.5729548Z [00:03:36.694]➜  packagefile google.golang.org/grpc/balancer/rls/internal/adaptive=/tmp/go-build2180205415/b2020/_pkg_.a
2025-08-20T23:01:14.5730044Z [00:03:36.694]➜  packagefile google.golang.org/grpc/balancer/rls/internal/keys=/tmp/go-build2180205415/b2021/_pkg_.a
2025-08-20T23:01:14.5730736Z [00:03:36.694]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build2180205415/b2023/_pkg_.a
2025-08-20T23:01:14.5731279Z [00:03:36.694]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build2180205415/b2022/_pkg_.a
2025-08-20T23:01:14.5731712Z [00:03:36.694]➜  packagefile google.golang.org/grpc/experimental/opentelemetry=/tmp/go-build2180205415/b2026/_pkg_.a
2025-08-20T23:01:14.5732096Z [00:03:36.694]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal=/tmp/go-build2180205415/b2027/_pkg_.a
2025-08-20T23:01:14.5732510Z [00:03:36.694]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal/tracing=/tmp/go-build2180205415/b2028/_pkg_.a
2025-08-20T23:01:14.5732849Z [00:03:36.694]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build2180205415/b549/_pkg_.a
2025-08-20T23:01:14.5733194Z [00:03:36.694]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2180205415/b2030/_pkg_.a
2025-08-20T23:01:14.5733509Z [00:03:36.694]➜  packagefile google.golang.org/grpc/xds=/tmp/go-build2180205415/b2055/_pkg_.a
2025-08-20T23:01:14.5733856Z [00:03:36.694]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2180205415/b2079/_pkg_.a
2025-08-20T23:01:14.5734134Z [00:03:36.694]➜  packagefile github.com/gobwas/glob/match=/tmp/go-build2180205415/b794/_pkg_.a
2025-08-20T23:01:14.5734440Z [00:03:36.694]➜  packagefile github.com/gobwas/glob/syntax/ast=/tmp/go-build2180205415/b797/_pkg_.a
2025-08-20T23:01:14.5734861Z [00:03:36.694]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build2180205415/b795/_pkg_.a
2025-08-20T23:01:14.5735174Z [00:03:36.694]➜  packagefile github.com/gobwas/glob/syntax/lexer=/tmp/go-build2180205415/b798/_pkg_.a
2025-08-20T23:01:14.5735607Z [00:03:36.694]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build2180205415/b989/_pkg_.a
2025-08-20T23:01:14.5736114Z [00:03:36.694]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build2180205415/b990/_pkg_.a
2025-08-20T23:01:14.5736827Z [00:03:36.694]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build2180205415/b1015/_pkg_.a
2025-08-20T23:01:14.5737294Z [00:03:36.694]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build2180205415/b1012/_pkg_.a
2025-08-20T23:01:14.5737760Z [00:03:36.694]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build2180205415/b1022/_pkg_.a
2025-08-20T23:01:14.5738321Z [00:03:36.694]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build2180205415/b1033/_pkg_.a
2025-08-20T23:01:14.5738668Z [00:03:36.694]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build2180205415/b1035/_pkg_.a
2025-08-20T23:01:14.5739093Z [00:03:36.694]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build2180205415/b1039/_pkg_.a
2025-08-20T23:01:14.5739458Z [00:03:36.694]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build2180205415/b1040/_pkg_.a
2025-08-20T23:01:14.5739778Z [00:03:36.694]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build2180205415/b1041/_pkg_.a
2025-08-20T23:01:14.5740100Z [00:03:36.694]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build2180205415/b1009/_pkg_.a
2025-08-20T23:01:14.5740452Z [00:03:36.694]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build2180205415/b1011/_pkg_.a
2025-08-20T23:01:14.5740950Z [00:03:36.694]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build2180205415/b1024/_pkg_.a
2025-08-20T23:01:14.5741346Z [00:03:36.694]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto=/tmp/go-build2180205415/b2258/_pkg_.a
2025-08-20T23:01:14.5741715Z [00:03:36.694]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4=/tmp/go-build2180205415/b2259/_pkg_.a
2025-08-20T23:01:14.5742208Z [00:03:36.694]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build2180205415/b2262/_pkg_.a
2025-08-20T23:01:14.5742587Z [00:03:36.694]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/arn=/tmp/go-build2180205415/b2265/_pkg_.a
2025-08-20T23:01:14.5742950Z [00:03:36.694]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2180205415/b1034/_pkg_.a
2025-08-20T23:01:14.5743252Z [00:03:36.694]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build2180205415/b1042/_pkg_.a
2025-08-20T23:01:14.5743635Z [00:03:36.694]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build2180205415/b880/_pkg_.a
2025-08-20T23:01:14.5743958Z [00:03:36.694]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build2180205415/b895/_pkg_.a
2025-08-20T23:01:14.5744278Z [00:03:36.694]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build2180205415/b898/_pkg_.a
2025-08-20T23:01:14.5744583Z [00:03:36.694]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build2180205415/b882/_pkg_.a
2025-08-20T23:01:14.5744893Z [00:03:36.694]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build2180205415/b884/_pkg_.a
2025-08-20T23:01:14.5745161Z [00:03:36.694]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build2180205415/b885/_pkg_.a
2025-08-20T23:01:14.5745494Z [00:03:36.694]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build2180205415/b887/_pkg_.a
2025-08-20T23:01:14.5746006Z [00:03:36.694]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build2180205415/b888/_pkg_.a
2025-08-20T23:01:14.5746529Z [00:03:36.694]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build2180205415/b890/_pkg_.a
2025-08-20T23:01:14.5746835Z [00:03:36.694]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build2180205415/b893/_pkg_.a
2025-08-20T23:01:14.5747088Z [00:03:36.694]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build2180205415/b918/_pkg_.a
2025-08-20T23:01:14.5747359Z [00:03:36.694]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build2180205415/b909/_pkg_.a
2025-08-20T23:01:14.5747630Z [00:03:36.694]➜  packagefile image/internal/imageutil=/tmp/go-build2180205415/b916/_pkg_.a
2025-08-20T23:01:14.5747976Z [00:03:36.694]➜  packagefile github.com/go-git/go-billy/v5/helper/polyfill=/tmp/go-build2180205415/b2164/_pkg_.a
2025-08-20T23:01:14.5748336Z [00:03:36.694]➜  packagefile github.com/go-git/gcfg/scanner=/tmp/go-build2180205415/b2175/_pkg_.a
2025-08-20T23:01:14.5748680Z [00:03:36.694]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build2180205415/b2176/_pkg_.a
2025-08-20T23:01:14.5748964Z [00:03:36.694]➜  packagefile github.com/go-git/gcfg/types=/tmp/go-build2180205415/b2177/_pkg_.a
2025-08-20T23:01:14.5749215Z [00:03:36.694]➜  packagefile gopkg.in/warnings.v0=/tmp/go-build2180205415/b2178/_pkg_.a
2025-08-20T23:01:14.5749513Z [00:03:36.694]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build2180205415/b2171/_pkg_.a
2025-08-20T23:01:14.5749792Z [00:03:36.694]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build2180205415/b2172/_pkg_.a
2025-08-20T23:01:14.5750107Z [00:03:36.694]➜  packagefile github.com/go-git/go-git/v5/utils/trace=/tmp/go-build2180205415/b2210/_pkg_.a
2025-08-20T23:01:14.5750528Z [00:03:36.694]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build2180205415/b2218/_pkg_.a
2025-08-20T23:01:14.5750903Z [00:03:36.694]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/server=/tmp/go-build2180205415/b2219/_pkg_.a
2025-08-20T23:01:14.5751206Z [00:03:36.694]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build2180205415/b2225/_pkg_.a
2025-08-20T23:01:14.5751504Z [00:03:36.694]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build2180205415/b2227/_pkg_.a
2025-08-20T23:01:14.5751787Z [00:03:36.694]➜  packagefile github.com/skeema/knownhosts=/tmp/go-build2180205415/b2228/_pkg_.a
2025-08-20T23:01:14.5752056Z [00:03:36.694]➜  packagefile github.com/xanzy/ssh-agent=/tmp/go-build2180205415/b2230/_pkg_.a
2025-08-20T23:01:14.5752394Z [00:03:36.694]➜  packagefile golang.org/x/net/proxy=/tmp/go-build2180205415/b2232/_pkg_.a
2025-08-20T23:01:14.5752760Z [00:03:36.694]➜  packagefile golang.org/x/net/context=/tmp/go-build2180205415/b2186/_pkg_.a
2025-08-20T23:01:14.5753133Z [00:03:36.694]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build2180205415/b337/_pkg_.a
2025-08-20T23:01:14.5753578Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete=/tmp/go-build2180205415/b2290/_pkg_.a
2025-08-20T23:01:14.5754012Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get=/tmp/go-build2180205415/b2484/_pkg_.a
2025-08-20T23:01:14.5754446Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status=/tmp/go-build2180205415/b2485/_pkg_.a
2025-08-20T23:01:14.5754883Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit=/tmp/go-build2180205415/b2486/_pkg_.a
2025-08-20T23:01:14.5755403Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy=/tmp/go-build2180205415/b2487/_pkg_.a
2025-08-20T23:01:14.5756076Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity=/tmp/go-build2180205415/b2488/_pkg_.a
2025-08-20T23:01:14.5756626Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy=/tmp/go-build2180205415/b2489/_pkg_.a
2025-08-20T23:01:14.5757271Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy=/tmp/go-build2180205415/b2490/_pkg_.a
2025-08-20T23:01:14.5757684Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/capabilities=/tmp/go-build2180205415/b2491/_pkg_.a
2025-08-20T23:01:14.5758093Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases=/tmp/go-build2180205415/b2492/_pkg_.a
2025-08-20T23:01:14.5758514Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation=/tmp/go-build2180205415/b2493/_pkg_.a
2025-08-20T23:01:14.5758974Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates=/tmp/go-build2180205415/b2495/_pkg_.a
2025-08-20T23:01:14.5759428Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/count=/tmp/go-build2180205415/b2496/_pkg_.a
2025-08-20T23:01:14.5759914Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata=/tmp/go-build2180205415/b2497/_pkg_.a
2025-08-20T23:01:14.5760486Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/health=/tmp/go-build2180205415/b2498/_pkg_.a
2025-08-20T23:01:14.5760930Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/help=/tmp/go-build2180205415/b2500/_pkg_.a
2025-08-20T23:01:14.5761339Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices=/tmp/go-build2180205415/b2501/_pkg_.a
2025-08-20T23:01:14.5761745Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/master=/tmp/go-build2180205415/b2502/_pkg_.a
2025-08-20T23:01:14.5762170Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds=/tmp/go-build2180205415/b2503/_pkg_.a
2025-08-20T23:01:14.5762637Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics=/tmp/go-build2180205415/b2504/_pkg_.a
2025-08-20T23:01:14.5763046Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs=/tmp/go-build2180205415/b2505/_pkg_.a
2025-08-20T23:01:14.5763485Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels=/tmp/go-build2180205415/b2506/_pkg_.a
2025-08-20T23:01:14.5764140Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs=/tmp/go-build2180205415/b2507/_pkg_.a
2025-08-20T23:01:14.5764648Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes=/tmp/go-build2180205415/b2508/_pkg_.a
2025-08-20T23:01:14.5765105Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks=/tmp/go-build2180205415/b2509/_pkg_.a
2025-08-20T23:01:14.5765517Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins=/tmp/go-build2180205415/b2510/_pkg_.a
2025-08-20T23:01:14.5766054Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery=/tmp/go-build2180205415/b2511/_pkg_.a
2025-08-20T23:01:14.5766536Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories=/tmp/go-build2180205415/b2512/_pkg_.a
2025-08-20T23:01:14.5766951Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments=/tmp/go-build2180205415/b2513/_pkg_.a
2025-08-20T23:01:14.5767349Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards=/tmp/go-build2180205415/b2514/_pkg_.a
2025-08-20T23:01:14.5767767Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots=/tmp/go-build2180205415/b2515/_pkg_.a
2025-08-20T23:01:14.5768160Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks=/tmp/go-build2180205415/b2516/_pkg_.a
2025-08-20T23:01:14.5768579Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates=/tmp/go-build2180205415/b2517/_pkg_.a
2025-08-20T23:01:14.5769114Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool=/tmp/go-build2180205415/b2518/_pkg_.a
2025-08-20T23:01:14.5769537Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms=/tmp/go-build2180205415/b2519/_pkg_.a
2025-08-20T23:01:14.5770021Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern=/tmp/go-build2180205415/b2520/_pkg_.a
2025-08-20T23:01:14.5770428Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow=/tmp/go-build2180205415/b2521/_pkg_.a
2025-08-20T23:01:14.5770845Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo=/tmp/go-build2180205415/b2522/_pkg_.a
2025-08-20T23:01:14.5771341Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats=/tmp/go-build2180205415/b2523/_pkg_.a
2025-08-20T23:01:14.5771895Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower=/tmp/go-build2180205415/b2524/_pkg_.a
2025-08-20T23:01:14.5772366Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern=/tmp/go-build2180205415/b2525/_pkg_.a
2025-08-20T23:01:14.5772844Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern=/tmp/go-build2180205415/b2526/_pkg_.a
2025-08-20T23:01:14.5773270Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow=/tmp/go-build2180205415/b2527/_pkg_.a
2025-08-20T23:01:14.5773740Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern=/tmp/go-build2180205415/b2528/_pkg_.a
2025-08-20T23:01:14.5774226Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern=/tmp/go-build2180205415/b2529/_pkg_.a
2025-08-20T23:01:14.5774658Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow=/tmp/go-build2180205415/b2530/_pkg_.a
2025-08-20T23:01:14.5775061Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats=/tmp/go-build2180205415/b2531/_pkg_.a
2025-08-20T23:01:14.5775471Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow=/tmp/go-build2180205415/b2532/_pkg_.a
2025-08-20T23:01:14.5776169Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain=/tmp/go-build2180205415/b2533/_pkg_.a
2025-08-20T23:01:14.5776703Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate=/tmp/go-build2180205415/b2534/_pkg_.a
2025-08-20T23:01:14.5777233Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions=/tmp/go-build2180205415/b2535/_pkg_.a
2025-08-20T23:01:14.5777739Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate=/tmp/go-build2180205415/b2536/_pkg_.a
2025-08-20T23:01:14.5778230Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate=/tmp/go-build2180205415/b2537/_pkg_.a
2025-08-20T23:01:14.5778675Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings=/tmp/go-build2180205415/b2538/_pkg_.a
2025-08-20T23:01:14.5779099Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health=/tmp/go-build2180205415/b2539/_pkg_.a
2025-08-20T23:01:14.5779511Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info=/tmp/go-build2180205415/b2542/_pkg_.a
2025-08-20T23:01:14.5779956Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks=/tmp/go-build2180205415/b2543/_pkg_.a
2025-08-20T23:01:14.5780478Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions=/tmp/go-build2180205415/b2544/_pkg_.a
2025-08-20T23:01:14.5781101Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate=/tmp/go-build2180205415/b2545/_pkg_.a
2025-08-20T23:01:14.5781543Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings=/tmp/go-build2180205415/b2546/_pkg_.a
2025-08-20T23:01:14.5781984Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo=/tmp/go-build2180205415/b2547/_pkg_.a
2025-08-20T23:01:14.5782409Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute=/tmp/go-build2180205415/b2548/_pkg_.a
2025-08-20T23:01:14.5782824Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state=/tmp/go-build2180205415/b2549/_pkg_.a
2025-08-20T23:01:14.5783302Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats=/tmp/go-build2180205415/b2550/_pkg_.a
2025-08-20T23:01:14.5783824Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin=/tmp/go-build2180205415/b2551/_pkg_.a
2025-08-20T23:01:14.5784254Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete=/tmp/go-build2180205415/b2552/_pkg_.a
2025-08-20T23:01:14.5784672Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/get=/tmp/go-build2180205415/b2553/_pkg_.a
2025-08-20T23:01:14.5785110Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync=/tmp/go-build2180205415/b2554/_pkg_.a
2025-08-20T23:01:14.5785533Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/list=/tmp/go-build2180205415/b2555/_pkg_.a
2025-08-20T23:01:14.5786084Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/post=/tmp/go-build2180205415/b2556/_pkg_.a
2025-08-20T23:01:14.5786527Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/put=/tmp/go-build2180205415/b2557/_pkg_.a
2025-08-20T23:01:14.5786982Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost=/tmp/go-build2180205415/b2558/_pkg_.a
2025-08-20T23:01:14.5787444Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel=/tmp/go-build2180205415/b2559/_pkg_.a
2025-08-20T23:01:14.5787993Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete=/tmp/go-build2180205415/b2560/_pkg_.a
2025-08-20T23:01:14.5788450Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget=/tmp/go-build2180205415/b2561/_pkg_.a
2025-08-20T23:01:14.5788903Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist=/tmp/go-build2180205415/b2562/_pkg_.a
2025-08-20T23:01:14.5789595Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost=/tmp/go-build2180205415/b2563/_pkg_.a
2025-08-20T23:01:14.5790157Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering=/tmp/go-build2180205415/b2564/_pkg_.a
2025-08-20T23:01:14.5790630Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid=/tmp/go-build2180205415/b2565/_pkg_.a
2025-08-20T23:01:14.5791126Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration=/tmp/go-build2180205415/b2566/_pkg_.a
2025-08-20T23:01:14.5791579Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror=/tmp/go-build2180205415/b2567/_pkg_.a
2025-08-20T23:01:14.5792054Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering=/tmp/go-build2180205415/b2568/_pkg_.a
2025-08-20T23:01:14.5792576Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation=/tmp/go-build2180205415/b2569/_pkg_.a
2025-08-20T23:01:14.5793165Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname=/tmp/go-build2180205415/b2570/_pkg_.a
2025-08-20T23:01:14.5793612Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename=/tmp/go-build2180205415/b2571/_pkg_.a
2025-08-20T23:01:14.5794071Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative=/tmp/go-build2180205415/b2572/_pkg_.a
2025-08-20T23:01:14.5794534Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline=/tmp/go-build2180205415/b2573/_pkg_.a
2025-08-20T23:01:14.5795076Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling=/tmp/go-build2180205415/b2574/_pkg_.a
2025-08-20T23:01:14.5795635Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype=/tmp/go-build2180205415/b2575/_pkg_.a
2025-08-20T23:01:14.5796230Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus=/tmp/go-build2180205415/b2576/_pkg_.a
2025-08-20T23:01:14.5796679Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk=/tmp/go-build2180205415/b2577/_pkg_.a
2025-08-20T23:01:14.5797115Z [00:03:36.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll=/tmp/go-build2180205415/b2579/_pkg_.a
2025-08-20T23:01:14.5797569Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime=/tmp/go-build2180205415/b2580/_pkg_.a
2025-08-20T23:01:14.5797970Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/count=/tmp/go-build2180205415/b2581/_pkg_.a
2025-08-20T23:01:14.5798375Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/create=/tmp/go-build2180205415/b2582/_pkg_.a
2025-08-20T23:01:14.5798787Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/delete=/tmp/go-build2180205415/b2583/_pkg_.a
2025-08-20T23:01:14.5799223Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery=/tmp/go-build2180205415/b2584/_pkg_.a
2025-08-20T23:01:14.5799718Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle=/tmp/go-build2180205415/b2586/_pkg_.a
2025-08-20T23:01:14.5800236Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript=/tmp/go-build2180205415/b2587/_pkg_.a
2025-08-20T23:01:14.5800644Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/exists=/tmp/go-build2180205415/b2588/_pkg_.a
2025-08-20T23:01:14.5801082Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource=/tmp/go-build2180205415/b2589/_pkg_.a
2025-08-20T23:01:14.5801493Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/explain=/tmp/go-build2180205415/b2590/_pkg_.a
2025-08-20T23:01:14.5801915Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps=/tmp/go-build2180205415/b2591/_pkg_.a
2025-08-20T23:01:14.5802301Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/get=/tmp/go-build2180205415/b2592/_pkg_.a
2025-08-20T23:01:14.5802927Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript=/tmp/go-build2180205415/b2593/_pkg_.a
2025-08-20T23:01:14.5803428Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext=/tmp/go-build2180205415/b2594/_pkg_.a
2025-08-20T23:01:14.5803896Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages=/tmp/go-build2180205415/b2595/_pkg_.a
2025-08-20T23:01:14.5804319Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource=/tmp/go-build2180205415/b2596/_pkg_.a
2025-08-20T23:01:14.5804876Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport=/tmp/go-build2180205415/b2597/_pkg_.a
2025-08-20T23:01:14.5805280Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/index=/tmp/go-build2180205415/b2598/_pkg_.a
2025-08-20T23:01:14.5805676Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/info=/tmp/go-build2180205415/b2599/_pkg_.a
2025-08-20T23:01:14.5806225Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch=/tmp/go-build2180205415/b2600/_pkg_.a
2025-08-20T23:01:14.5806639Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mget=/tmp/go-build2180205415/b2601/_pkg_.a
2025-08-20T23:01:14.5807125Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch=/tmp/go-build2180205415/b2602/_pkg_.a
2025-08-20T23:01:14.5807677Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate=/tmp/go-build2180205415/b2603/_pkg_.a
2025-08-20T23:01:14.5808107Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors=/tmp/go-build2180205415/b2604/_pkg_.a
2025-08-20T23:01:14.5808555Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime=/tmp/go-build2180205415/b2605/_pkg_.a
2025-08-20T23:01:14.5808956Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/ping=/tmp/go-build2180205415/b2606/_pkg_.a
2025-08-20T23:01:14.5809376Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript=/tmp/go-build2180205415/b2607/_pkg_.a
2025-08-20T23:01:14.5809788Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval=/tmp/go-build2180205415/b2608/_pkg_.a
2025-08-20T23:01:14.5810203Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex=/tmp/go-build2180205415/b2609/_pkg_.a
2025-08-20T23:01:14.5810666Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle=/tmp/go-build2180205415/b2610/_pkg_.a
2025-08-20T23:01:14.5811140Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate=/tmp/go-build2180205415/b2611/_pkg_.a
2025-08-20T23:01:14.5811693Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute=/tmp/go-build2180205415/b2612/_pkg_.a
2025-08-20T23:01:14.5812131Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll=/tmp/go-build2180205415/b2613/_pkg_.a
2025-08-20T23:01:14.5812540Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/search=/tmp/go-build2180205415/b2614/_pkg_.a
2025-08-20T23:01:14.5812961Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt=/tmp/go-build2180205415/b2615/_pkg_.a
2025-08-20T23:01:14.5813402Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards=/tmp/go-build2180205415/b2618/_pkg_.a
2025-08-20T23:01:14.5813845Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate=/tmp/go-build2180205415/b2619/_pkg_.a
2025-08-20T23:01:14.5814265Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum=/tmp/go-build2180205415/b2620/_pkg_.a
2025-08-20T23:01:14.5814695Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors=/tmp/go-build2180205415/b2621/_pkg_.a
2025-08-20T23:01:14.5815102Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/update=/tmp/go-build2180205415/b2622/_pkg_.a
2025-08-20T23:01:14.5815540Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery=/tmp/go-build2180205415/b2623/_pkg_.a
2025-08-20T23:01:14.5816177Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle=/tmp/go-build2180205415/b2624/_pkg_.a
2025-08-20T23:01:14.5816837Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex=/tmp/go-build2180205415/b2625/_pkg_.a
2025-08-20T23:01:14.5817357Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex=/tmp/go-build2180205415/b2626/_pkg_.a
2025-08-20T23:01:14.5817876Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices=/tmp/go-build2180205415/b2627/_pkg_.a
2025-08-20T23:01:14.5818318Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy=/tmp/go-build2180205415/b2628/_pkg_.a
2025-08-20T23:01:14.5818832Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy=/tmp/go-build2180205415/b2629/_pkg_.a
2025-08-20T23:01:14.5819420Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy=/tmp/go-build2180205415/b2630/_pkg_.a
2025-08-20T23:01:14.5819852Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy=/tmp/go-build2180205415/b2631/_pkg_.a
2025-08-20T23:01:14.5820260Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats=/tmp/go-build2180205415/b2632/_pkg_.a
2025-08-20T23:01:14.5820665Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete=/tmp/go-build2180205415/b2633/_pkg_.a
2025-08-20T23:01:14.5821051Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/get=/tmp/go-build2180205415/b2634/_pkg_.a
2025-08-20T23:01:14.5821471Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus=/tmp/go-build2180205415/b2635/_pkg_.a
2025-08-20T23:01:14.5821873Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/search=/tmp/go-build2180205415/b2636/_pkg_.a
2025-08-20T23:01:14.5822300Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery=/tmp/go-build2180205415/b2638/_pkg_.a
2025-08-20T23:01:14.5822698Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/query=/tmp/go-build2180205415/b2639/_pkg_.a
2025-08-20T23:01:14.5823147Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures=/tmp/go-build2180205415/b2641/_pkg_.a
2025-08-20T23:01:14.5823671Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures=/tmp/go-build2180205415/b2642/_pkg_.a
2025-08-20T23:01:14.5824174Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints=/tmp/go-build2180205415/b2643/_pkg_.a
2025-08-20T23:01:14.5824593Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch=/tmp/go-build2180205415/b2644/_pkg_.a
2025-08-20T23:01:14.5825030Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret=/tmp/go-build2180205415/b2645/_pkg_.a
2025-08-20T23:01:14.5825439Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search=/tmp/go-build2180205415/b2646/_pkg_.a
2025-08-20T23:01:14.5826050Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore=/tmp/go-build2180205415/b2647/_pkg_.a
2025-08-20T23:01:14.5826548Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle=/tmp/go-build2180205415/b2648/_pkg_.a
2025-08-20T23:01:14.5827001Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle=/tmp/go-build2180205415/b2649/_pkg_.a
2025-08-20T23:01:14.5827431Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle=/tmp/go-build2180205415/b2650/_pkg_.a
2025-08-20T23:01:14.5827848Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus=/tmp/go-build2180205415/b2651/_pkg_.a
2025-08-20T23:01:14.5828457Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers=/tmp/go-build2180205415/b2652/_pkg_.a
2025-08-20T23:01:14.5828884Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep=/tmp/go-build2180205415/b2653/_pkg_.a
2025-08-20T23:01:14.5829315Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle=/tmp/go-build2180205415/b2654/_pkg_.a
2025-08-20T23:01:14.5829745Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy=/tmp/go-build2180205415/b2655/_pkg_.a
2025-08-20T23:01:14.5830207Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry=/tmp/go-build2180205415/b2656/_pkg_.a
2025-08-20T23:01:14.5830722Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start=/tmp/go-build2180205415/b2657/_pkg_.a
2025-08-20T23:01:14.5831124Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop=/tmp/go-build2180205415/b2658/_pkg_.a
2025-08-20T23:01:14.5831547Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock=/tmp/go-build2180205415/b2659/_pkg_.a
2025-08-20T23:01:14.5831972Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze=/tmp/go-build2180205415/b2660/_pkg_.a
2025-08-20T23:01:14.5832411Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache=/tmp/go-build2180205415/b2661/_pkg_.a
2025-08-20T23:01:14.5832825Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone=/tmp/go-build2180205415/b2662/_pkg_.a
2025-08-20T23:01:14.5833239Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/close=/tmp/go-build2180205415/b2663/_pkg_.a
2025-08-20T23:01:14.5833705Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/create=/tmp/go-build2180205415/b2664/_pkg_.a
2025-08-20T23:01:14.5834174Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream=/tmp/go-build2180205415/b2665/_pkg_.a
2025-08-20T23:01:14.5834642Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats=/tmp/go-build2180205415/b2666/_pkg_.a
2025-08-20T23:01:14.5835197Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete=/tmp/go-build2180205415/b2667/_pkg_.a
2025-08-20T23:01:14.5835654Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias=/tmp/go-build2180205415/b2668/_pkg_.a
2025-08-20T23:01:14.5836271Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle=/tmp/go-build2180205415/b2669/_pkg_.a
2025-08-20T23:01:14.5836753Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream=/tmp/go-build2180205415/b2670/_pkg_.a
2025-08-20T23:01:14.5837235Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate=/tmp/go-build2180205415/b2671/_pkg_.a
2025-08-20T23:01:14.5837906Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate=/tmp/go-build2180205415/b2672/_pkg_.a
2025-08-20T23:01:14.5838402Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage=/tmp/go-build2180205415/b2673/_pkg_.a
2025-08-20T23:01:14.5838847Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample=/tmp/go-build2180205415/b2674/_pkg_.a
2025-08-20T23:01:14.5839270Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists=/tmp/go-build2180205415/b2675/_pkg_.a
2025-08-20T23:01:14.5839717Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias=/tmp/go-build2180205415/b2676/_pkg_.a
2025-08-20T23:01:14.5840325Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate=/tmp/go-build2180205415/b2677/_pkg_.a
2025-08-20T23:01:14.5840782Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate=/tmp/go-build2180205415/b2678/_pkg_.a
2025-08-20T23:01:14.5841277Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle=/tmp/go-build2180205415/b2679/_pkg_.a
2025-08-20T23:01:14.5841735Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats=/tmp/go-build2180205415/b2680/_pkg_.a
2025-08-20T23:01:14.5842259Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush=/tmp/go-build2180205415/b2681/_pkg_.a
2025-08-20T23:01:14.5842796Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge=/tmp/go-build2180205415/b2682/_pkg_.a
2025-08-20T23:01:14.5843208Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/get=/tmp/go-build2180205415/b2683/_pkg_.a
2025-08-20T23:01:14.5843635Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias=/tmp/go-build2180205415/b2684/_pkg_.a
2025-08-20T23:01:14.5844100Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle=/tmp/go-build2180205415/b2685/_pkg_.a
2025-08-20T23:01:14.5844551Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream=/tmp/go-build2180205415/b2686/_pkg_.a
2025-08-20T23:01:14.5845012Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping=/tmp/go-build2180205415/b2687/_pkg_.a
2025-08-20T23:01:14.5845478Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate=/tmp/go-build2180205415/b2688/_pkg_.a
2025-08-20T23:01:14.5846059Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping=/tmp/go-build2180205415/b2689/_pkg_.a
2025-08-20T23:01:14.5846547Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings=/tmp/go-build2180205415/b2690/_pkg_.a
2025-08-20T23:01:14.5846991Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate=/tmp/go-build2180205415/b2691/_pkg_.a
2025-08-20T23:01:14.5847553Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream=/tmp/go-build2180205415/b2692/_pkg_.a
2025-08-20T23:01:14.5848026Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream=/tmp/go-build2180205415/b2693/_pkg_.a
2025-08-20T23:01:14.5848440Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/open=/tmp/go-build2180205415/b2694/_pkg_.a
2025-08-20T23:01:14.5848922Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream=/tmp/go-build2180205415/b2695/_pkg_.a
2025-08-20T23:01:14.5849352Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias=/tmp/go-build2180205415/b2696/_pkg_.a
2025-08-20T23:01:14.5849815Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle=/tmp/go-build2180205415/b2697/_pkg_.a
2025-08-20T23:01:14.5850285Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate=/tmp/go-build2180205415/b2698/_pkg_.a
2025-08-20T23:01:14.5850724Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping=/tmp/go-build2180205415/b2699/_pkg_.a
2025-08-20T23:01:14.5851169Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings=/tmp/go-build2180205415/b2700/_pkg_.a
2025-08-20T23:01:14.5851611Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate=/tmp/go-build2180205415/b2701/_pkg_.a
2025-08-20T23:01:14.5852107Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery=/tmp/go-build2180205415/b2702/_pkg_.a
2025-08-20T23:01:14.5852531Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh=/tmp/go-build2180205415/b2703/_pkg_.a
2025-08-20T23:01:14.5853029Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers=/tmp/go-build2180205415/b2704/_pkg_.a
2025-08-20T23:01:14.5853483Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster=/tmp/go-build2180205415/b2705/_pkg_.a
2025-08-20T23:01:14.5853990Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex=/tmp/go-build2180205415/b2706/_pkg_.a
2025-08-20T23:01:14.5854527Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover=/tmp/go-build2180205415/b2707/_pkg_.a
2025-08-20T23:01:14.5854965Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments=/tmp/go-build2180205415/b2708/_pkg_.a
2025-08-20T23:01:14.5855407Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores=/tmp/go-build2180205415/b2709/_pkg_.a
2025-08-20T23:01:14.5855981Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink=/tmp/go-build2180205415/b2711/_pkg_.a
2025-08-20T23:01:14.5856493Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate=/tmp/go-build2180205415/b2712/_pkg_.a
2025-08-20T23:01:14.5856967Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate=/tmp/go-build2180205415/b2713/_pkg_.a
2025-08-20T23:01:14.5857383Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/split=/tmp/go-build2180205415/b2714/_pkg_.a
2025-08-20T23:01:14.5857799Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats=/tmp/go-build2180205415/b2715/_pkg_.a
2025-08-20T23:01:14.5858225Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze=/tmp/go-build2180205415/b2716/_pkg_.a
2025-08-20T23:01:14.5858676Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases=/tmp/go-build2180205415/b2717/_pkg_.a
2025-08-20T23:01:14.5859219Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery=/tmp/go-build2180205415/b2718/_pkg_.a
2025-08-20T23:01:14.5859657Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete=/tmp/go-build2180205415/b2719/_pkg_.a
2025-08-20T23:01:14.5860076Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/get=/tmp/go-build2180205415/b2720/_pkg_.a
2025-08-20T23:01:14.5860522Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference=/tmp/go-build2180205415/b2721/_pkg_.a
2025-08-20T23:01:14.5860935Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/put=/tmp/go-build2180205415/b2722/_pkg_.a
2025-08-20T23:01:14.5861411Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase=/tmp/go-build2180205415/b2723/_pkg_.a
2025-08-20T23:01:14.5861868Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline=/tmp/go-build2180205415/b2724/_pkg_.a
2025-08-20T23:01:14.5862298Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats=/tmp/go-build2180205415/b2725/_pkg_.a
2025-08-20T23:01:14.5862763Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase=/tmp/go-build2180205415/b2726/_pkg_.a
2025-08-20T23:01:14.5863201Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline=/tmp/go-build2180205415/b2727/_pkg_.a
2025-08-20T23:01:14.5863782Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok=/tmp/go-build2180205415/b2728/_pkg_.a
2025-08-20T23:01:14.5864246Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase=/tmp/go-build2180205415/b2729/_pkg_.a
2025-08-20T23:01:14.5864693Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline=/tmp/go-build2180205415/b2730/_pkg_.a
2025-08-20T23:01:14.5865114Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate=/tmp/go-build2180205415/b2731/_pkg_.a
2025-08-20T23:01:14.5866058Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/delete=/tmp/go-build2180205415/b2732/_pkg_.a
2025-08-20T23:01:14.5866588Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/get=/tmp/go-build2180205415/b2733/_pkg_.a
2025-08-20T23:01:14.5867059Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus=/tmp/go-build2180205415/b2734/_pkg_.a
2025-08-20T23:01:14.5867515Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus=/tmp/go-build2180205415/b2735/_pkg_.a
2025-08-20T23:01:14.5867927Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/post=/tmp/go-build2180205415/b2736/_pkg_.a
2025-08-20T23:01:14.5868454Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic=/tmp/go-build2180205415/b2737/_pkg_.a
2025-08-20T23:01:14.5868915Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial=/tmp/go-build2180205415/b2738/_pkg_.a
2025-08-20T23:01:14.5869382Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline=/tmp/go-build2180205415/b2739/_pkg_.a
2025-08-20T23:01:14.5869834Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline=/tmp/go-build2180205415/b2740/_pkg_.a
2025-08-20T23:01:14.5870287Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline=/tmp/go-build2180205415/b2741/_pkg_.a
2025-08-20T23:01:14.5870739Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations=/tmp/go-build2180205415/b2742/_pkg_.a
2025-08-20T23:01:14.5871254Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus=/tmp/go-build2180205415/b2743/_pkg_.a
2025-08-20T23:01:14.5871739Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade=/tmp/go-build2180205415/b2744/_pkg_.a
2025-08-20T23:01:14.5872267Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache=/tmp/go-build2180205415/b2745/_pkg_.a
2025-08-20T23:01:14.5872675Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob=/tmp/go-build2180205415/b2746/_pkg_.a
2025-08-20T23:01:14.5873111Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar=/tmp/go-build2180205415/b2747/_pkg_.a
2025-08-20T23:01:14.5873565Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent=/tmp/go-build2180205415/b2748/_pkg_.a
2025-08-20T23:01:14.5874016Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob=/tmp/go-build2180205415/b2749/_pkg_.a
2025-08-20T23:01:14.5874460Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed=/tmp/go-build2180205415/b2750/_pkg_.a
2025-08-20T23:01:14.5875007Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics=/tmp/go-build2180205415/b2751/_pkg_.a
2025-08-20T23:01:14.5875539Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata=/tmp/go-build2180205415/b2752/_pkg_.a
2025-08-20T23:01:14.5876152Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter=/tmp/go-build2180205415/b2753/_pkg_.a
2025-08-20T23:01:14.5876640Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast=/tmp/go-build2180205415/b2754/_pkg_.a
2025-08-20T23:01:14.5877062Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob=/tmp/go-build2180205415/b2755/_pkg_.a
2025-08-20T23:01:14.5877517Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot=/tmp/go-build2180205415/b2756/_pkg_.a
2025-08-20T23:01:14.5877979Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel=/tmp/go-build2180205415/b2757/_pkg_.a
2025-08-20T23:01:14.5878562Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias=/tmp/go-build2180205415/b2758/_pkg_.a
2025-08-20T23:01:14.5879023Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory=/tmp/go-build2180205415/b2759/_pkg_.a
2025-08-20T23:01:14.5879471Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe=/tmp/go-build2180205415/b2760/_pkg_.a
2025-08-20T23:01:14.5880020Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics=/tmp/go-build2180205415/b2761/_pkg_.a
2025-08-20T23:01:14.5880442Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob=/tmp/go-build2180205415/b2762/_pkg_.a
2025-08-20T23:01:14.5880851Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast=/tmp/go-build2180205415/b2763/_pkg_.a
2025-08-20T23:01:14.5881274Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets=/tmp/go-build2180205415/b2764/_pkg_.a
2025-08-20T23:01:14.5881723Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents=/tmp/go-build2180205415/b2765/_pkg_.a
2025-08-20T23:01:14.5882148Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars=/tmp/go-build2180205415/b2766/_pkg_.a
2025-08-20T23:01:14.5882575Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories=/tmp/go-build2180205415/b2767/_pkg_.a
2025-08-20T23:01:14.5883001Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds=/tmp/go-build2180205415/b2768/_pkg_.a
2025-08-20T23:01:14.5883439Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats=/tmp/go-build2180205415/b2769/_pkg_.a
2025-08-20T23:01:14.5883914Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics=/tmp/go-build2180205415/b2770/_pkg_.a
2025-08-20T23:01:14.5884410Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats=/tmp/go-build2180205415/b2771/_pkg_.a
2025-08-20T23:01:14.5884828Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters=/tmp/go-build2180205415/b2772/_pkg_.a
2025-08-20T23:01:14.5885258Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers=/tmp/go-build2180205415/b2773/_pkg_.a
2025-08-20T23:01:14.5885663Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs=/tmp/go-build2180205415/b2774/_pkg_.a
2025-08-20T23:01:14.5886210Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats=/tmp/go-build2180205415/b2775/_pkg_.a
2025-08-20T23:01:14.5886785Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats=/tmp/go-build2180205415/b2776/_pkg_.a
2025-08-20T23:01:14.5887247Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots=/tmp/go-build2180205415/b2777/_pkg_.a
2025-08-20T23:01:14.5887816Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats=/tmp/go-build2180205415/b2778/_pkg_.a
2025-08-20T23:01:14.5888266Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets=/tmp/go-build2180205415/b2779/_pkg_.a
2025-08-20T23:01:14.5888684Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords=/tmp/go-build2180205415/b2780/_pkg_.a
2025-08-20T23:01:14.5889131Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels=/tmp/go-build2180205415/b2781/_pkg_.a
2025-08-20T23:01:14.5889600Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats=/tmp/go-build2180205415/b2783/_pkg_.a
2025-08-20T23:01:14.5890149Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel=/tmp/go-build2180205415/b2784/_pkg_.a
2025-08-20T23:01:14.5890542Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/info=/tmp/go-build2180205415/b2785/_pkg_.a
2025-08-20T23:01:14.5890944Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob=/tmp/go-build2180205415/b2786/_pkg_.a
2025-08-20T23:01:14.5891450Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents=/tmp/go-build2180205415/b2787/_pkg_.a
2025-08-20T23:01:14.5891895Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata=/tmp/go-build2180205415/b2788/_pkg_.a
2025-08-20T23:01:14.5892334Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed=/tmp/go-build2180205415/b2789/_pkg_.a
2025-08-20T23:01:14.5892837Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics=/tmp/go-build2180205415/b2790/_pkg_.a
2025-08-20T23:01:14.5893261Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar=/tmp/go-build2180205415/b2791/_pkg_.a
2025-08-20T23:01:14.5893696Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob=/tmp/go-build2180205415/b2792/_pkg_.a
2025-08-20T23:01:14.5894112Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed=/tmp/go-build2180205415/b2793/_pkg_.a
2025-08-20T23:01:14.5894583Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics=/tmp/go-build2180205415/b2794/_pkg_.a
2025-08-20T23:01:14.5894994Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter=/tmp/go-build2180205415/b2795/_pkg_.a
2025-08-20T23:01:14.5895395Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob=/tmp/go-build2180205415/b2796/_pkg_.a
2025-08-20T23:01:14.5895976Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel=/tmp/go-build2180205415/b2797/_pkg_.a
2025-08-20T23:01:14.5896488Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias=/tmp/go-build2180205415/b2798/_pkg_.a
2025-08-20T23:01:14.5897001Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart=/tmp/go-build2180205415/b2799/_pkg_.a
2025-08-20T23:01:14.5897494Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary=/tmp/go-build2180205415/b2800/_pkg_.a
2025-08-20T23:01:14.5897900Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob=/tmp/go-build2180205415/b2801/_pkg_.a
2025-08-20T23:01:14.5898452Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot=/tmp/go-build2180205415/b2802/_pkg_.a
2025-08-20T23:01:14.5898931Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode=/tmp/go-build2180205415/b2803/_pkg_.a
2025-08-20T23:01:14.5899436Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed=/tmp/go-build2180205415/b2804/_pkg_.a
2025-08-20T23:01:14.5899919Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics=/tmp/go-build2180205415/b2805/_pkg_.a
2025-08-20T23:01:14.5900423Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment=/tmp/go-build2180205415/b2806/_pkg_.a
2025-08-20T23:01:14.5900849Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed=/tmp/go-build2180205415/b2807/_pkg_.a
2025-08-20T23:01:14.5901326Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics=/tmp/go-build2180205415/b2808/_pkg_.a
2025-08-20T23:01:14.5901919Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment=/tmp/go-build2180205415/b2809/_pkg_.a
2025-08-20T23:01:14.5902358Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed=/tmp/go-build2180205415/b2810/_pkg_.a
2025-08-20T23:01:14.5902842Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics=/tmp/go-build2180205415/b2811/_pkg_.a
2025-08-20T23:01:14.5903322Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter=/tmp/go-build2180205415/b2812/_pkg_.a
2025-08-20T23:01:14.5903747Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob=/tmp/go-build2180205415/b2813/_pkg_.a
2025-08-20T23:01:14.5904209Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot=/tmp/go-build2180205415/b2814/_pkg_.a
2025-08-20T23:01:14.5904716Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment=/tmp/go-build2180205415/b2815/_pkg_.a
2025-08-20T23:01:14.5905172Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot=/tmp/go-build2180205415/b2816/_pkg_.a
2025-08-20T23:01:14.5905580Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate=/tmp/go-build2180205415/b2817/_pkg_.a
2025-08-20T23:01:14.5906257Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector=/tmp/go-build2180205415/b2818/_pkg_.a
2025-08-20T23:01:14.5906733Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk=/tmp/go-build2180205415/b2819/_pkg_.a
2025-08-20T23:01:14.5907281Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive=/tmp/go-build2180205415/b2820/_pkg_.a
2025-08-20T23:01:14.5908075Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo=/tmp/go-build2180205415/b2821/_pkg_.a
2025-08-20T23:01:14.5908518Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads=/tmp/go-build2180205415/b2822/_pkg_.a
2025-08-20T23:01:14.5908920Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info=/tmp/go-build2180205415/b2824/_pkg_.a
2025-08-20T23:01:14.5909402Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings=/tmp/go-build2180205415/b2825/_pkg_.a
2025-08-20T23:01:14.5909811Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats=/tmp/go-build2180205415/b2826/_pkg_.a
2025-08-20T23:01:14.5910217Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage=/tmp/go-build2180205415/b2827/_pkg_.a
2025-08-20T23:01:14.5910765Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph=/tmp/go-build2180205415/b2828/_pkg_.a
2025-08-20T23:01:14.5911316Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces=/tmp/go-build2180205415/b2829/_pkg_.a
2025-08-20T23:01:14.5911747Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status=/tmp/go-build2180205415/b2830/_pkg_.a
2025-08-20T23:01:14.5912210Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions=/tmp/go-build2180205415/b2831/_pkg_.a
2025-08-20T23:01:14.5912663Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule=/tmp/go-build2180205415/b2832/_pkg_.a
2025-08-20T23:01:14.5913131Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset=/tmp/go-build2180205415/b2833/_pkg_.a
2025-08-20T23:01:14.5913569Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule=/tmp/go-build2180205415/b2834/_pkg_.a
2025-08-20T23:01:14.5914099Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset=/tmp/go-build2180205415/b2835/_pkg_.a
2025-08-20T23:01:14.5914558Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets=/tmp/go-build2180205415/b2836/_pkg_.a
2025-08-20T23:01:14.5914996Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule=/tmp/go-build2180205415/b2837/_pkg_.a
2025-08-20T23:01:14.5915494Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset=/tmp/go-build2180205415/b2838/_pkg_.a
2025-08-20T23:01:14.5916062Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test=/tmp/go-build2180205415/b2839/_pkg_.a
2025-08-20T23:01:14.5916550Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob=/tmp/go-build2180205415/b2840/_pkg_.a
2025-08-20T23:01:14.5916974Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs=/tmp/go-build2180205415/b2841/_pkg_.a
2025-08-20T23:01:14.5917428Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps=/tmp/go-build2180205415/b2842/_pkg_.a
2025-08-20T23:01:14.5917903Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps=/tmp/go-build2180205415/b2843/_pkg_.a
2025-08-20T23:01:14.5918324Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob=/tmp/go-build2180205415/b2844/_pkg_.a
2025-08-20T23:01:14.5918767Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch=/tmp/go-build2180205415/b2845/_pkg_.a
2025-08-20T23:01:14.5919197Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob=/tmp/go-build2180205415/b2846/_pkg_.a
2025-08-20T23:01:14.5919618Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob=/tmp/go-build2180205415/b2847/_pkg_.a
2025-08-20T23:01:14.5920310Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats=/tmp/go-build2180205415/b2848/_pkg_.a
2025-08-20T23:01:14.5920808Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache=/tmp/go-build2180205415/b2849/_pkg_.a
2025-08-20T23:01:14.5921284Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount=/tmp/go-build2180205415/b2850/_pkg_.a
2025-08-20T23:01:14.5921750Z [00:03:36.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats=/tmp/go-build2180205415/b2851/_pkg_.a
2025-08-20T23:01:14.5922280Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete=/tmp/go-build2180205415/b2853/_pkg_.a
2025-08-20T23:01:14.5922989Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics=/tmp/go-build2180205415/b2854/_pkg_.a
2025-08-20T23:01:14.5923455Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get=/tmp/go-build2180205415/b2855/_pkg_.a
2025-08-20T23:01:14.5923999Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics=/tmp/go-build2180205415/b2856/_pkg_.a
2025-08-20T23:01:14.5924462Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list=/tmp/go-build2180205415/b2857/_pkg_.a
2025-08-20T23:01:14.5924913Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put=/tmp/go-build2180205415/b2858/_pkg_.a
2025-08-20T23:01:14.5925463Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics=/tmp/go-build2180205415/b2859/_pkg_.a
2025-08-20T23:01:14.5926098Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search=/tmp/go-build2180205415/b2860/_pkg_.a
2025-08-20T23:01:14.5926639Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile=/tmp/go-build2180205415/b2861/_pkg_.a
2025-08-20T23:01:14.5927091Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate=/tmp/go-build2180205415/b2863/_pkg_.a
2025-08-20T23:01:14.5927647Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole=/tmp/go-build2180205415/b2864/_pkg_.a
2025-08-20T23:01:14.5928108Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole=/tmp/go-build2180205415/b2865/_pkg_.a
2025-08-20T23:01:14.5928590Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys=/tmp/go-build2180205415/b2866/_pkg_.a
2025-08-20T23:01:14.5929056Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword=/tmp/go-build2180205415/b2867/_pkg_.a
2025-08-20T23:01:14.5929526Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache=/tmp/go-build2180205415/b2868/_pkg_.a
2025-08-20T23:01:14.5930022Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges=/tmp/go-build2180205415/b2869/_pkg_.a
2025-08-20T23:01:14.5930500Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms=/tmp/go-build2180205415/b2870/_pkg_.a
2025-08-20T23:01:14.5930970Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles=/tmp/go-build2180205415/b2871/_pkg_.a
2025-08-20T23:01:14.5931482Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens=/tmp/go-build2180205415/b2872/_pkg_.a
2025-08-20T23:01:14.5931936Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey=/tmp/go-build2180205415/b2873/_pkg_.a
2025-08-20T23:01:14.5932548Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey=/tmp/go-build2180205415/b2874/_pkg_.a
2025-08-20T23:01:14.5933030Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken=/tmp/go-build2180205415/b2875/_pkg_.a
2025-08-20T23:01:14.5933542Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges=/tmp/go-build2180205415/b2876/_pkg_.a
2025-08-20T23:01:14.5933987Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole=/tmp/go-build2180205415/b2877/_pkg_.a
2025-08-20T23:01:14.5934528Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping=/tmp/go-build2180205415/b2878/_pkg_.a
2025-08-20T23:01:14.5935106Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken=/tmp/go-build2180205415/b2879/_pkg_.a
2025-08-20T23:01:14.5935553Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser=/tmp/go-build2180205415/b2880/_pkg_.a
2025-08-20T23:01:14.5936219Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser=/tmp/go-build2180205415/b2881/_pkg_.a
2025-08-20T23:01:14.5936762Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile=/tmp/go-build2180205415/b2882/_pkg_.a
2025-08-20T23:01:14.5937205Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser=/tmp/go-build2180205415/b2883/_pkg_.a
2025-08-20T23:01:14.5937686Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile=/tmp/go-build2180205415/b2884/_pkg_.a
2025-08-20T23:01:14.5938139Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana=/tmp/go-build2180205415/b2885/_pkg_.a
2025-08-20T23:01:14.5938582Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode=/tmp/go-build2180205415/b2886/_pkg_.a
2025-08-20T23:01:14.5939018Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey=/tmp/go-build2180205415/b2887/_pkg_.a
2025-08-20T23:01:14.5939509Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges=/tmp/go-build2180205415/b2888/_pkg_.a
2025-08-20T23:01:14.5940063Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges=/tmp/go-build2180205415/b2889/_pkg_.a
2025-08-20T23:01:14.5940507Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole=/tmp/go-build2180205415/b2890/_pkg_.a
2025-08-20T23:01:14.5940973Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping=/tmp/go-build2180205415/b2891/_pkg_.a
2025-08-20T23:01:14.5941460Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts=/tmp/go-build2180205415/b2892/_pkg_.a
2025-08-20T23:01:14.5941952Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials=/tmp/go-build2180205415/b2893/_pkg_.a
2025-08-20T23:01:14.5942400Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings=/tmp/go-build2180205415/b2894/_pkg_.a
2025-08-20T23:01:14.5942833Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken=/tmp/go-build2180205415/b2895/_pkg_.a
2025-08-20T23:01:14.5943262Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser=/tmp/go-build2180205415/b2897/_pkg_.a
2025-08-20T23:01:14.5943740Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges=/tmp/go-build2180205415/b2898/_pkg_.a
2025-08-20T23:01:14.5944306Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile=/tmp/go-build2180205415/b2899/_pkg_.a
2025-08-20T23:01:14.5944756Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey=/tmp/go-build2180205415/b2900/_pkg_.a
2025-08-20T23:01:14.5945206Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges=/tmp/go-build2180205415/b2902/_pkg_.a
2025-08-20T23:01:14.5945719Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile=/tmp/go-build2180205415/b2903/_pkg_.a
2025-08-20T23:01:14.5946337Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey=/tmp/go-build2180205415/b2904/_pkg_.a
2025-08-20T23:01:14.5946896Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken=/tmp/go-build2180205415/b2905/_pkg_.a
2025-08-20T23:01:14.5947509Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate=/tmp/go-build2180205415/b2906/_pkg_.a
2025-08-20T23:01:14.5947962Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout=/tmp/go-build2180205415/b2907/_pkg_.a
2025-08-20T23:01:14.5948475Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication=/tmp/go-build2180205415/b2908/_pkg_.a
2025-08-20T23:01:14.5948941Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges=/tmp/go-build2180205415/b2909/_pkg_.a
2025-08-20T23:01:14.5949394Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole=/tmp/go-build2180205415/b2910/_pkg_.a
2025-08-20T23:01:14.5949861Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping=/tmp/go-build2180205415/b2911/_pkg_.a
2025-08-20T23:01:14.5950295Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser=/tmp/go-build2180205415/b2912/_pkg_.a
2025-08-20T23:01:14.5950747Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys=/tmp/go-build2180205415/b2913/_pkg_.a
2025-08-20T23:01:14.5951182Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole=/tmp/go-build2180205415/b2914/_pkg_.a
2025-08-20T23:01:14.5951697Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser=/tmp/go-build2180205415/b2915/_pkg_.a
2025-08-20T23:01:14.5952209Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate=/tmp/go-build2180205415/b2916/_pkg_.a
2025-08-20T23:01:14.5952698Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout=/tmp/go-build2180205415/b2917/_pkg_.a
2025-08-20T23:01:14.5953161Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate=/tmp/go-build2180205415/b2918/_pkg_.a
2025-08-20T23:01:14.5953604Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout=/tmp/go-build2180205415/b2919/_pkg_.a
2025-08-20T23:01:14.5954118Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication=/tmp/go-build2180205415/b2920/_pkg_.a
2025-08-20T23:01:14.5954642Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata=/tmp/go-build2180205415/b2921/_pkg_.a
2025-08-20T23:01:14.5955130Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles=/tmp/go-build2180205415/b2922/_pkg_.a
2025-08-20T23:01:14.5955581Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey=/tmp/go-build2180205415/b2923/_pkg_.a
2025-08-20T23:01:14.5956228Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey=/tmp/go-build2180205415/b2924/_pkg_.a
2025-08-20T23:01:14.5956879Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings=/tmp/go-build2180205415/b2925/_pkg_.a
2025-08-20T23:01:14.5957388Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata=/tmp/go-build2180205415/b2926/_pkg_.a
2025-08-20T23:01:14.5957833Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode=/tmp/go-build2180205415/b2927/_pkg_.a
2025-08-20T23:01:14.5958263Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode=/tmp/go-build2180205415/b2928/_pkg_.a
2025-08-20T23:01:14.5958755Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode=/tmp/go-build2180205415/b2929/_pkg_.a
2025-08-20T23:01:14.5959284Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle=/tmp/go-build2180205415/b2931/_pkg_.a
2025-08-20T23:01:14.5959738Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle=/tmp/go-build2180205415/b2932/_pkg_.a
2025-08-20T23:01:14.5960186Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention=/tmp/go-build2180205415/b2933/_pkg_.a
2025-08-20T23:01:14.5960615Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle=/tmp/go-build2180205415/b2934/_pkg_.a
2025-08-20T23:01:14.5961026Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats=/tmp/go-build2180205415/b2935/_pkg_.a
2025-08-20T23:01:14.5961440Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus=/tmp/go-build2180205415/b2936/_pkg_.a
2025-08-20T23:01:14.5961871Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle=/tmp/go-build2180205415/b2937/_pkg_.a
2025-08-20T23:01:14.5962273Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/start=/tmp/go-build2180205415/b2938/_pkg_.a
2025-08-20T23:01:14.5962663Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop=/tmp/go-build2180205415/b2939/_pkg_.a
2025-08-20T23:01:14.5963139Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository=/tmp/go-build2180205415/b2940/_pkg_.a
2025-08-20T23:01:14.5963622Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone=/tmp/go-build2180205415/b2941/_pkg_.a
2025-08-20T23:01:14.5964085Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create=/tmp/go-build2180205415/b2942/_pkg_.a
2025-08-20T23:01:14.5964560Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository=/tmp/go-build2180205415/b2943/_pkg_.a
2025-08-20T23:01:14.5964996Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete=/tmp/go-build2180205415/b2944/_pkg_.a
2025-08-20T23:01:14.5965465Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository=/tmp/go-build2180205415/b2945/_pkg_.a
2025-08-20T23:01:14.5966004Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get=/tmp/go-build2180205415/b2946/_pkg_.a
2025-08-20T23:01:14.5966519Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository=/tmp/go-build2180205415/b2948/_pkg_.a
2025-08-20T23:01:14.5967038Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity=/tmp/go-build2180205415/b2949/_pkg_.a
2025-08-20T23:01:14.5967468Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore=/tmp/go-build2180205415/b2950/_pkg_.a
2025-08-20T23:01:14.5967898Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status=/tmp/go-build2180205415/b2951/_pkg_.a
2025-08-20T23:01:14.5968500Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository=/tmp/go-build2180205415/b2952/_pkg_.a
2025-08-20T23:01:14.5968928Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor=/tmp/go-build2180205415/b2953/_pkg_.a
2025-08-20T23:01:14.5969355Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync=/tmp/go-build2180205415/b2954/_pkg_.a
2025-08-20T23:01:14.5969768Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync=/tmp/go-build2180205415/b2955/_pkg_.a
2025-08-20T23:01:14.5970272Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus=/tmp/go-build2180205415/b2956/_pkg_.a
2025-08-20T23:01:14.5970759Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/query=/tmp/go-build2180205415/b2957/_pkg_.a
2025-08-20T23:01:14.5971179Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate=/tmp/go-build2180205415/b2959/_pkg_.a
2025-08-20T23:01:14.5971610Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates=/tmp/go-build2180205415/b2960/_pkg_.a
2025-08-20T23:01:14.5972066Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym=/tmp/go-build2180205415/b2961/_pkg_.a
2025-08-20T23:01:14.5972545Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule=/tmp/go-build2180205415/b2962/_pkg_.a
2025-08-20T23:01:14.5972989Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym=/tmp/go-build2180205415/b2963/_pkg_.a
2025-08-20T23:01:14.5973449Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule=/tmp/go-build2180205415/b2964/_pkg_.a
2025-08-20T23:01:14.5973924Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets=/tmp/go-build2180205415/b2965/_pkg_.a
2025-08-20T23:01:14.5974363Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym=/tmp/go-build2180205415/b2966/_pkg_.a
2025-08-20T23:01:14.5974825Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule=/tmp/go-build2180205415/b2967/_pkg_.a
2025-08-20T23:01:14.5975297Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel=/tmp/go-build2180205415/b2968/_pkg_.a
2025-08-20T23:01:14.5975709Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get=/tmp/go-build2180205415/b2969/_pkg_.a
2025-08-20T23:01:14.5976243Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list=/tmp/go-build2180205415/b2970/_pkg_.a
2025-08-20T23:01:14.5976765Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure=/tmp/go-build2180205415/b2972/_pkg_.a
2025-08-20T23:01:14.5977274Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure=/tmp/go-build2180205415/b2973/_pkg_.a
2025-08-20T23:01:14.5977756Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure=/tmp/go-build2180205415/b2974/_pkg_.a
2025-08-20T23:01:14.5978245Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern=/tmp/go-build2180205415/b2975/_pkg_.a
2025-08-20T23:01:14.5978717Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform=/tmp/go-build2180205415/b2976/_pkg_.a
2025-08-20T23:01:14.5979175Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats=/tmp/go-build2180205415/b2977/_pkg_.a
2025-08-20T23:01:14.5979792Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform=/tmp/go-build2180205415/b2978/_pkg_.a
2025-08-20T23:01:14.5980287Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats=/tmp/go-build2180205415/b2979/_pkg_.a
2025-08-20T23:01:14.5980771Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform=/tmp/go-build2180205415/b2980/_pkg_.a
2025-08-20T23:01:14.5981230Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform=/tmp/go-build2180205415/b2981/_pkg_.a
2025-08-20T23:01:14.5981693Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform=/tmp/go-build2180205415/b2982/_pkg_.a
2025-08-20T23:01:14.5982263Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform=/tmp/go-build2180205415/b2983/_pkg_.a
2025-08-20T23:01:14.5982824Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform=/tmp/go-build2180205415/b2984/_pkg_.a
2025-08-20T23:01:14.5983285Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform=/tmp/go-build2180205415/b2985/_pkg_.a
2025-08-20T23:01:14.5983754Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform=/tmp/go-build2180205415/b2986/_pkg_.a
2025-08-20T23:01:14.5984241Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms=/tmp/go-build2180205415/b2987/_pkg_.a
2025-08-20T23:01:14.5984670Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch=/tmp/go-build2180205415/b2988/_pkg_.a
2025-08-20T23:01:14.5985127Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch=/tmp/go-build2180205415/b2989/_pkg_.a
2025-08-20T23:01:14.5985589Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch=/tmp/go-build2180205415/b2990/_pkg_.a
2025-08-20T23:01:14.5986225Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch=/tmp/go-build2180205415/b2991/_pkg_.a
2025-08-20T23:01:14.5986723Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch=/tmp/go-build2180205415/b2992/_pkg_.a
2025-08-20T23:01:14.5987269Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings=/tmp/go-build2180205415/b2994/_pkg_.a
2025-08-20T23:01:14.5987755Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch=/tmp/go-build2180205415/b2995/_pkg_.a
2025-08-20T23:01:14.5988192Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch=/tmp/go-build2180205415/b2996/_pkg_.a
2025-08-20T23:01:14.5988641Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches=/tmp/go-build2180205415/b2997/_pkg_.a
2025-08-20T23:01:14.5989061Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start=/tmp/go-build2180205415/b2998/_pkg_.a
2025-08-20T23:01:14.5989470Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats=/tmp/go-build2180205415/b2999/_pkg_.a
2025-08-20T23:01:14.5989884Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop=/tmp/go-build2180205415/b3000/_pkg_.a
2025-08-20T23:01:14.5990337Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings=/tmp/go-build2180205415/b3001/_pkg_.a
2025-08-20T23:01:14.5990739Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info=/tmp/go-build2180205415/b3002/_pkg_.a
2025-08-20T23:01:14.5991146Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage=/tmp/go-build2180205415/b3004/_pkg_.a
2025-08-20T23:01:14.5991496Z [00:03:36.696]➜  packagefile hash/fnv=/tmp/go-build2180205415/b329/_pkg_.a
2025-08-20T23:01:14.5992187Z [00:03:36.696]➜  packagefile github.com/tetratelabs/wazero=/tmp/go-build2180205415/b644/_pkg_.a
2025-08-20T23:01:14.5992498Z [00:03:36.696]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2180205415/b645/_pkg_.a
2025-08-20T23:01:14.5992844Z [00:03:36.696]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2180205415/b647/_pkg_.a
2025-08-20T23:01:14.5993256Z [00:03:36.696]➜  packagefile github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1=/tmp/go-build2180205415/b677/_pkg_.a
2025-08-20T23:01:14.5993601Z [00:03:36.696]➜  packagefile github.com/wasilibs/wazero-helpers/allocator=/tmp/go-build2180205415/b679/_pkg_.a
2025-08-20T23:01:14.5994033Z [00:03:36.696]➜  packagefile github.com/couchbase/gocbcore/v10/connstr=/tmp/go-build2180205415/b1197/_pkg_.a
2025-08-20T23:01:14.5994653Z [00:03:36.696]➜  packagefile github.com/couchbase/gocbcore/v10/scram=/tmp/go-build2180205415/b1199/_pkg_.a
2025-08-20T23:01:14.5994943Z [00:03:36.696]➜  packagefile github.com/gorilla/websocket=/tmp/go-build2180205415/b1201/_pkg_.a
2025-08-20T23:01:14.5995353Z [00:03:36.696]➜  packagefile github.com/couchbase/goprotostellar/genproto/analytics_v1=/tmp/go-build2180205415/b1208/_pkg_.a
2025-08-20T23:01:14.5995746Z [00:03:36.696]➜  packagefile github.com/couchbase/goprotostellar/genproto/routing_v1=/tmp/go-build2180205415/b1210/_pkg_.a
2025-08-20T23:01:14.5996328Z [00:03:36.696]➜  packagefile github.com/couchbase/goprotostellar/genproto/view_v1=/tmp/go-build2180205415/b1211/_pkg_.a
2025-08-20T23:01:14.5996752Z [00:03:36.696]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/logging/settable=/tmp/go-build2180205415/b1212/_pkg_.a
2025-08-20T23:01:14.5997018Z [00:03:36.696]➜  packagefile go.uber.org/zap/zapgrpc=/tmp/go-build2180205415/b1213/_pkg_.a
2025-08-20T23:01:14.5997301Z [00:03:36.696]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build2180205415/b836/_pkg_.a
2025-08-20T23:01:14.5997673Z [00:03:36.696]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build2180205415/b462/_pkg_.a
2025-08-20T23:01:14.5998227Z [00:03:36.696]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=/tmp/go-build2180205415/b1431/_pkg_.a
2025-08-20T23:01:14.5998772Z [00:03:36.696]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils=/tmp/go-build2180205415/b1434/_pkg_.a
2025-08-20T23:01:14.5999173Z [00:03:36.696]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build2180205415/b830/_pkg_.a
2025-08-20T23:01:14.5999517Z [00:03:36.696]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build2180205415/b831/_pkg_.a
2025-08-20T23:01:14.5999781Z [00:03:36.696]➜  packagefile golang.org/x/text/runes=/tmp/go-build2180205415/b832/_pkg_.a
2025-08-20T23:01:14.6000129Z [00:03:36.696]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build2180205415/b1523/_pkg_.a
2025-08-20T23:01:14.6000477Z [00:03:36.696]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build2180205415/b1542/_pkg_.a
2025-08-20T23:01:14.6000821Z [00:03:36.696]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build2180205415/b1531/_pkg_.a
2025-08-20T23:01:14.6001167Z [00:03:36.696]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build2180205415/b1532/_pkg_.a
2025-08-20T23:01:14.6001515Z [00:03:36.696]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build2180205415/b1533/_pkg_.a
2025-08-20T23:01:14.6001865Z [00:03:36.696]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build2180205415/b1551/_pkg_.a
2025-08-20T23:01:14.6002170Z [00:03:36.696]➜  packagefile go.mongodb.org/mongo-driver/version=/tmp/go-build2180205415/b1567/_pkg_.a
2025-08-20T23:01:14.6002456Z [00:03:36.696]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build2180205415/b1571/_pkg_.a
2025-08-20T23:01:14.6002939Z [00:03:36.696]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build2180205415/b1569/_pkg_.a
2025-08-20T23:01:14.6003292Z [00:03:36.696]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/ocsp=/tmp/go-build2180205415/b1572/_pkg_.a
2025-08-20T23:01:14.6003571Z [00:03:36.696]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build2180205415/b1546/_pkg_.a
2025-08-20T23:01:14.6003845Z [00:03:36.696]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build2180205415/b1547/_pkg_.a
2025-08-20T23:01:14.6004116Z [00:03:36.696]➜  packagefile github.com/xdg-go/pbkdf2=/tmp/go-build2180205415/b1558/_pkg_.a
2025-08-20T23:01:14.6004468Z [00:03:36.696]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/awserr=/tmp/go-build2180205415/b1561/_pkg_.a
2025-08-20T23:01:14.6004859Z [00:03:36.696]➜  packagefile go.mongodb.org/mongo-driver/internal/aws=/tmp/go-build2180205415/b1563/_pkg_.a
2025-08-20T23:01:14.6005292Z [00:03:36.696]➜  packagefile github.com/go-redis/redis/internal/util=/tmp/go-build2180205415/b1705/_pkg_.a
2025-08-20T23:01:14.6005568Z [00:03:36.696]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build2180205415/b810/_pkg_.a
2025-08-20T23:01:14.6005933Z [00:03:36.696]➜  packagefile debug/dwarf=/tmp/go-build2180205415/b664/_pkg_.a
2025-08-20T23:01:14.6006182Z [00:03:36.696]➜  packagefile go4.org/syncutil=/tmp/go-build2180205415/b826/_pkg_.a
2025-08-20T23:01:14.6006456Z [00:03:36.696]➜  packagefile github.com/dsnet/compress=/tmp/go-build2180205415/b863/_pkg_.a
2025-08-20T23:01:14.6006760Z [00:03:36.696]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build2180205415/b765/_pkg_.a
2025-08-20T23:01:14.6007092Z [00:03:36.696]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build2180205415/b848/_pkg_.a
2025-08-20T23:01:14.6007407Z [00:03:36.696]➜  packagefile golang.org/x/crypto/openpgp/elgamal=/tmp/go-build2180205415/b1967/_pkg_.a
2025-08-20T23:01:14.6007705Z [00:03:36.696]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build2180205415/b2198/_pkg_.a
2025-08-20T23:01:14.6008027Z [00:03:36.696]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build2180205415/b3030/_pkg_.a
2025-08-20T23:01:14.6008336Z [00:03:36.696]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build2180205415/b3034/_pkg_.a
2025-08-20T23:01:14.6008552Z [00:03:36.696]➜  packagefile image/png=/tmp/go-build2180205415/b3026/_pkg_.a
2025-08-20T23:01:14.6008831Z [00:03:36.696]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build2180205415/b3044/_pkg_.a
2025-08-20T23:01:14.6009270Z [00:03:36.696]➜  packagefile github.com/alecthomas/chroma/v2/formatters=/tmp/go-build2180205415/b3047/_pkg_.a
2025-08-20T23:01:14.6009618Z [00:03:36.696]➜  packagefile github.com/alecthomas/chroma/v2/lexers=/tmp/go-build2180205415/b3050/_pkg_.a
2025-08-20T23:01:14.6009931Z [00:03:36.696]➜  packagefile github.com/aymerick/douceur/parser=/tmp/go-build2180205415/b3056/_pkg_.a
2025-08-20T23:01:14.6010256Z [00:03:36.696]➜  packagefile github.com/microcosm-cc/bluemonday/css=/tmp/go-build2180205415/b3059/_pkg_.a
2025-08-20T23:01:14.6010589Z [00:03:36.696]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build2180205415/b3065/_pkg_.a
2025-08-20T23:01:14.6010876Z [00:03:36.696]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build2180205415/b3067/_pkg_.a
2025-08-20T23:01:14.6011152Z [00:03:36.696]➜  packagefile github.com/atotto/clipboard=/tmp/go-build2180205415/b3075/_pkg_.a
2025-08-20T23:01:14.6011482Z [00:03:36.696]➜  packagefile github.com/charmbracelet/bubbles/cursor=/tmp/go-build2180205415/b3076/_pkg_.a
2025-08-20T23:01:14.6011821Z [00:03:36.696]➜  packagefile github.com/charmbracelet/bubbles/runeutil=/tmp/go-build2180205415/b3077/_pkg_.a
2025-08-20T23:01:14.6012172Z [00:03:36.696]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build2180205415/b437/_pkg_.a
2025-08-20T23:01:14.6012470Z [00:03:36.696]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build2180205415/b482/_pkg_.a
2025-08-20T23:01:14.6012815Z [00:03:36.696]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build2180205415/b483/_pkg_.a
2025-08-20T23:01:14.6013329Z [00:03:36.696]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build2180205415/b489/_pkg_.a
2025-08-20T23:01:14.6013710Z [00:03:36.696]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2180205415/b485/_pkg_.a
2025-08-20T23:01:14.6014098Z [00:03:36.696]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build2180205415/b500/_pkg_.a
2025-08-20T23:01:14.6014479Z [00:03:36.696]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build2180205415/b501/_pkg_.a
2025-08-20T23:01:14.6014824Z [00:03:36.696]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build2180205415/b499/_pkg_.a
2025-08-20T23:01:14.6015234Z [00:03:36.696]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build2180205415/b503/_pkg_.a
2025-08-20T23:01:14.6015632Z [00:03:36.696]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build2180205415/b508/_pkg_.a
2025-08-20T23:01:14.6016142Z [00:03:36.696]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build2180205415/b506/_pkg_.a
2025-08-20T23:01:14.6016592Z [00:03:36.696]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build2180205415/b470/_pkg_.a
2025-08-20T23:01:14.6016925Z [00:03:36.696]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build2180205415/b537/_pkg_.a
2025-08-20T23:01:14.6017312Z [00:03:36.696]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build2180205415/b432/_pkg_.a
2025-08-20T23:01:14.6017673Z [00:03:36.696]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build2180205415/b542/_pkg_.a
2025-08-20T23:01:14.6018087Z [00:03:36.696]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=/tmp/go-build2180205415/b543/_pkg_.a
2025-08-20T23:01:14.6018538Z [00:03:36.696]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/tmp/go-build2180205415/b548/_pkg_.a
2025-08-20T23:01:14.6018963Z [00:03:36.696]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build2180205415/b546/_pkg_.a
2025-08-20T23:01:14.6019389Z [00:03:36.696]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build2180205415/b476/_pkg_.a
2025-08-20T23:01:14.6019902Z [00:03:36.696]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build2180205415/b561/_pkg_.a
2025-08-20T23:01:14.6020318Z [00:03:36.696]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build2180205415/b562/_pkg_.a
2025-08-20T23:01:14.6020648Z [00:03:36.696]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build2180205415/b417/_pkg_.a
2025-08-20T23:01:14.6020942Z [00:03:36.696]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build2180205415/b418/_pkg_.a
2025-08-20T23:01:14.6021152Z [00:03:36.696]➜  packagefile net/rpc=/tmp/go-build2180205415/b477/_pkg_.a
2025-08-20T23:01:14.6021382Z [00:03:36.696]➜  packagefile internal/gover=/tmp/go-build2180205415/b581/_pkg_.a
2025-08-20T23:01:14.6021702Z [00:03:36.696]➜  packagefile golang.org/x/tools/go/types/objectpath=/tmp/go-build2180205415/b586/_pkg_.a
2025-08-20T23:01:14.6022008Z [00:03:36.696]➜  packagefile golang.org/x/tools/internal/pkgbits=/tmp/go-build2180205415/b594/_pkg_.a
2025-08-20T23:01:14.6022327Z [00:03:36.696]➜  packagefile golang.org/x/tools/internal/event/core=/tmp/go-build2180205415/b598/_pkg_.a
2025-08-20T23:01:14.6022649Z [00:03:36.696]➜  packagefile golang.org/x/tools/internal/typeparams=/tmp/go-build2180205415/b590/_pkg_.a
2025-08-20T23:01:14.6022875Z [00:03:36.696]➜  packagefile hash/maphash=/tmp/go-build2180205415/b591/_pkg_.a
2025-08-20T23:01:14.6023184Z [00:03:36.696]➜  packagefile golang.org/x/mod/internal/lazyregexp=/tmp/go-build2180205415/b607/_pkg_.a
2025-08-20T23:01:14.6023564Z [00:03:36.696]➜  packagefile github.com/docker/docker-credential-helpers/client=/tmp/go-build2180205415/b714/_pkg_.a
2025-08-20T23:01:14.6024052Z [00:03:36.696]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build2180205415/b715/_pkg_.a
2025-08-20T23:01:14.6024397Z [00:03:36.696]➜  packagefile github.com/docker/docker/api/types/blkiodev=/tmp/go-build2180205415/b725/_pkg_.a
2025-08-20T23:01:14.6024728Z [00:03:36.696]➜  packagefile github.com/docker/docker/api/types/common=/tmp/go-build2180205415/b726/_pkg_.a
2025-08-20T23:01:14.6025060Z [00:03:36.696]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build2180205415/b729/_pkg_.a
2025-08-20T23:01:14.6025402Z [00:03:36.696]➜  packagefile github.com/docker/docker/api/types/strslice=/tmp/go-build2180205415/b733/_pkg_.a
2025-08-20T23:01:14.6025706Z [00:03:36.696]➜  packagefile github.com/docker/go-connections/nat=/tmp/go-build2180205415/b734/_pkg_.a
2025-08-20T23:01:14.6026239Z [00:03:36.696]➜  packagefile github.com/docker/go-units=/tmp/go-build2180205415/b735/_pkg_.a
2025-08-20T23:01:14.6026704Z [00:03:36.696]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build2180205415/b738/_pkg_.a
2025-08-20T23:01:14.6027075Z [00:03:36.696]➜  packagefile github.com/containerd/errdefs/pkg/internal/cause=/tmp/go-build2180205415/b742/_pkg_.a
2025-08-20T23:01:14.6027424Z [00:03:36.696]➜  packagefile github.com/docker/docker/internal/multierror=/tmp/go-build2180205415/b731/_pkg_.a
2025-08-20T23:01:14.6027786Z [00:03:36.696]➜  packagefile github.com/docker/docker/api/types/swarm/runtime=/tmp/go-build2180205415/b749/_pkg_.a
2025-08-20T23:01:14.6028028Z [00:03:36.696]➜  packagefile internal/sysinfo=/tmp/go-build2180205415/b614/_pkg_.a
2025-08-20T23:01:14.6028350Z [00:03:36.696]➜  packagefile cloud.google.com/go/monitoring/internal=/tmp/go-build2180205415/b2009/_pkg_.a
2025-08-20T23:01:14.6028760Z [00:03:36.696]➜  packagefile google.golang.org/genproto/googleapis/type/calendarperiod=/tmp/go-build2180205415/b2006/_pkg_.a
2025-08-20T23:01:14.6029147Z [00:03:36.696]➜  packagefile google.golang.org/genproto/googleapis/type/timeofday=/tmp/go-build2180205415/b2007/_pkg_.a
2025-08-20T23:01:14.6029522Z [00:03:36.696]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2180205415/b2008/_pkg_.a
2025-08-20T23:01:14.6029879Z [00:03:36.696]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2180205415/b2005/_pkg_.a
2025-08-20T23:01:14.6030139Z [00:03:36.696]➜  packagefile github.com/go-logr/stdr=/tmp/go-build2180205415/b523/_pkg_.a
2025-08-20T23:01:14.6030487Z [00:03:36.696]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build2180205415/b525/_pkg_.a
2025-08-20T23:01:14.6030870Z [00:03:36.696]➜  packagefile google.golang.org/grpc/internal/cache=/tmp/go-build2180205415/b2024/_pkg_.a
2025-08-20T23:01:14.6031277Z [00:03:36.696]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2180205415/b2031/_pkg_.a
2025-08-20T23:01:14.6031660Z [00:03:36.696]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build2180205415/b2038/_pkg_.a
2025-08-20T23:01:14.6031977Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build2180205415/b2051/_pkg_.a
2025-08-20T23:01:14.6032398Z [00:03:36.696]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build2180205415/b2056/_pkg_.a
2025-08-20T23:01:14.6032808Z [00:03:36.696]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build2180205415/b2053/_pkg_.a
2025-08-20T23:01:14.6033130Z [00:03:36.696]➜  packagefile google.golang.org/grpc/internal/admin=/tmp/go-build2180205415/b2077/_pkg_.a
2025-08-20T23:01:14.6033467Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/csds=/tmp/go-build2180205415/b2078/_pkg_.a
2025-08-20T23:01:14.6033815Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/internal/balancer=/tmp/go-build2180205415/b2106/_pkg_.a
2025-08-20T23:01:14.6034217Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier/rls=/tmp/go-build2180205415/b2125/_pkg_.a
2025-08-20T23:01:14.6034693Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/fault=/tmp/go-build2180205415/b2126/_pkg_.a
2025-08-20T23:01:14.6035072Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/rbac=/tmp/go-build2180205415/b2129/_pkg_.a
2025-08-20T23:01:14.6035454Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/router=/tmp/go-build2180205415/b2136/_pkg_.a
2025-08-20T23:01:14.6035923Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/internal/resolver=/tmp/go-build2180205415/b2138/_pkg_.a
2025-08-20T23:01:14.6036323Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/internal/server=/tmp/go-build2180205415/b2141/_pkg_.a
2025-08-20T23:01:14.6036787Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter=/tmp/go-build2180205415/b2142/_pkg_.a
2025-08-20T23:01:14.6037268Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build2180205415/b2095/_pkg_.a
2025-08-20T23:01:14.6037683Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build2180205415/b2080/_pkg_.a
2025-08-20T23:01:14.6038088Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/internal/clients/grpctransport=/tmp/go-build2180205415/b2081/_pkg_.a
2025-08-20T23:01:14.6038472Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient=/tmp/go-build2180205415/b2082/_pkg_.a
2025-08-20T23:01:14.6038853Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient=/tmp/go-build2180205415/b2087/_pkg_.a
2025-08-20T23:01:14.6039274Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/metrics=/tmp/go-build2180205415/b2094/_pkg_.a
2025-08-20T23:01:14.6039713Z [00:03:36.696]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build2180205415/b2105/_pkg_.a
2025-08-20T23:01:14.6040026Z [00:03:36.696]➜  packagefile github.com/gobwas/glob/util/strings=/tmp/go-build2180205415/b796/_pkg_.a
2025-08-20T23:01:14.6040369Z [00:03:36.696]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build2180205415/b1025/_pkg_.a
2025-08-20T23:01:14.6040700Z [00:03:36.696]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build2180205415/b892/_pkg_.a
2025-08-20T23:01:14.6040992Z [00:03:36.696]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build2180205415/b896/_pkg_.a
2025-08-20T23:01:14.6041322Z [00:03:36.696]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build2180205415/b891/_pkg_.a
2025-08-20T23:01:14.6041685Z [00:03:36.696]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build2180205415/b897/_pkg_.a
2025-08-20T23:01:14.6042105Z [00:03:36.696]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build2180205415/b899/_pkg_.a
2025-08-20T23:01:14.6042443Z [00:03:36.696]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build2180205415/b901/_pkg_.a
2025-08-20T23:01:14.6042813Z [00:03:36.696]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build2180205415/b883/_pkg_.a
2025-08-20T23:01:14.6043136Z [00:03:36.696]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build2180205415/b894/_pkg_.a
2025-08-20T23:01:14.6043448Z [00:03:36.696]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build2180205415/b2229/_pkg_.a
2025-08-20T23:01:14.6043730Z [00:03:36.696]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build2180205415/b2231/_pkg_.a
2025-08-20T23:01:14.6044030Z [00:03:36.696]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build2180205415/b2233/_pkg_.a
2025-08-20T23:01:14.6044410Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2180205415/b2291/_pkg_.a
2025-08-20T23:01:14.6044892Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2180205415/b2342/_pkg_.a
2025-08-20T23:01:14.6045342Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2180205415/b2415/_pkg_.a
2025-08-20T23:01:14.6046031Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2180205415/b2441/_pkg_.a
2025-08-20T23:01:14.6046546Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build2180205415/b2458/_pkg_.a
2025-08-20T23:01:14.6046983Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2180205415/b2494/_pkg_.a
2025-08-20T23:01:14.6047432Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2180205415/b2499/_pkg_.a
2025-08-20T23:01:14.6047899Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build2180205415/b2364/_pkg_.a
2025-08-20T23:01:14.6048575Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn=/tmp/go-build2180205415/b2302/_pkg_.a
2025-08-20T23:01:14.6049050Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn=/tmp/go-build2180205415/b2303/_pkg_.a
2025-08-20T23:01:14.6049576Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn=/tmp/go-build2180205415/b2301/_pkg_.a
2025-08-20T23:01:14.6050090Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn=/tmp/go-build2180205415/b2305/_pkg_.a
2025-08-20T23:01:14.6050586Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn=/tmp/go-build2180205415/b2306/_pkg_.a
2025-08-20T23:01:14.6051033Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision=/tmp/go-build2180205415/b2325/_pkg_.a
2025-08-20T23:01:14.6051469Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build2180205415/b2540/_pkg_.a
2025-08-20T23:01:14.6051941Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents=/tmp/go-build2180205415/b2541/_pkg_.a
2025-08-20T23:01:14.6052379Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2180205415/b2433/_pkg_.a
2025-08-20T23:01:14.6052858Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build2180205415/b2319/_pkg_.a
2025-08-20T23:01:14.6053387Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build2180205415/b2462/_pkg_.a
2025-08-20T23:01:14.6053942Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build2180205415/b2460/_pkg_.a
2025-08-20T23:01:14.6054414Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build2180205415/b2461/_pkg_.a
2025-08-20T23:01:14.6054886Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype=/tmp/go-build2180205415/b2578/_pkg_.a
2025-08-20T23:01:14.6055330Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2180205415/b2429/_pkg_.a
2025-08-20T23:01:14.6055924Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2180205415/b2481/_pkg_.a
2025-08-20T23:01:14.6056416Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build2180205415/b2585/_pkg_.a
2025-08-20T23:01:14.6056924Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus=/tmp/go-build2180205415/b2389/_pkg_.a
2025-08-20T23:01:14.6057369Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build2180205415/b2416/_pkg_.a
2025-08-20T23:01:14.6058013Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype=/tmp/go-build2180205415/b2616/_pkg_.a
2025-08-20T23:01:14.6058466Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype=/tmp/go-build2180205415/b2617/_pkg_.a
2025-08-20T23:01:14.6058944Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition=/tmp/go-build2180205415/b2637/_pkg_.a
2025-08-20T23:01:14.6059399Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat=/tmp/go-build2180205415/b2640/_pkg_.a
2025-08-20T23:01:14.6059915Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build2180205415/b2399/_pkg_.a
2025-08-20T23:01:14.6060415Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature=/tmp/go-build2180205415/b2343/_pkg_.a
2025-08-20T23:01:14.6060985Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping=/tmp/go-build2180205415/b2335/_pkg_.a
2025-08-20T23:01:14.6061482Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup=/tmp/go-build2180205415/b2382/_pkg_.a
2025-08-20T23:01:14.6061969Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus=/tmp/go-build2180205415/b2710/_pkg_.a
2025-08-20T23:01:14.6062418Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2180205415/b2464/_pkg_.a
2025-08-20T23:01:14.6062887Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus=/tmp/go-build2180205415/b2397/_pkg_.a
2025-08-20T23:01:14.6063347Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build2180205415/b2398/_pkg_.a
2025-08-20T23:01:14.6063836Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus=/tmp/go-build2180205415/b2404/_pkg_.a
2025-08-20T23:01:14.6064273Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include=/tmp/go-build2180205415/b2782/_pkg_.a
2025-08-20T23:01:14.6064759Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype=/tmp/go-build2180205415/b2474/_pkg_.a
2025-08-20T23:01:14.6065386Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate=/tmp/go-build2180205415/b2327/_pkg_.a
2025-08-20T23:01:14.6066260Z [00:03:36.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority=/tmp/go-build2180205415/b2475/_pkg_.a
2025-08-20T23:01:14.6066805Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent=/tmp/go-build2180205415/b2339/_pkg_.a
2025-08-20T23:01:14.6067270Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype=/tmp/go-build2180205415/b2823/_pkg_.a
2025-08-20T23:01:14.6067740Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build2180205415/b2426/_pkg_.a
2025-08-20T23:01:14.6068193Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel=/tmp/go-build2180205415/b2852/_pkg_.a
2025-08-20T23:01:14.6068648Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype=/tmp/go-build2180205415/b2862/_pkg_.a
2025-08-20T23:01:14.6069131Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build2180205415/b2310/_pkg_.a
2025-08-20T23:01:14.6069645Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege=/tmp/go-build2180205415/b2430/_pkg_.a
2025-08-20T23:01:14.6070257Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype=/tmp/go-build2180205415/b2896/_pkg_.a
2025-08-20T23:01:14.6070743Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype=/tmp/go-build2180205415/b2901/_pkg_.a
2025-08-20T23:01:14.6071172Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_=/tmp/go-build2180205415/b2930/_pkg_.a
2025-08-20T23:01:14.6071642Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort=/tmp/go-build2180205415/b2947/_pkg_.a
2025-08-20T23:01:14.6072096Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder=/tmp/go-build2180205415/b2454/_pkg_.a
2025-08-20T23:01:14.6072615Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat=/tmp/go-build2180205415/b2958/_pkg_.a
2025-08-20T23:01:14.6073131Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby=/tmp/go-build2180205415/b2971/_pkg_.a
2025-08-20T23:01:14.6073636Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode=/tmp/go-build2180205415/b2993/_pkg_.a
2025-08-20T23:01:14.6074104Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory=/tmp/go-build2180205415/b3003/_pkg_.a
2025-08-20T23:01:14.6074467Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2180205415/b649/_pkg_.a
2025-08-20T23:01:14.6074868Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/engine/interpreter=/tmp/go-build2180205415/b651/_pkg_.a
2025-08-20T23:01:14.6075251Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo=/tmp/go-build2180205415/b666/_pkg_.a
2025-08-20T23:01:14.6075618Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2180205415/b648/_pkg_.a
2025-08-20T23:01:14.6076119Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build2180205415/b652/_pkg_.a
2025-08-20T23:01:14.6076545Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2180205415/b646/_pkg_.a
2025-08-20T23:01:14.6076904Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build2180205415/b660/_pkg_.a
2025-08-20T23:01:14.6077328Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build2180205415/b661/_pkg_.a
2025-08-20T23:01:14.6077714Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build2180205415/b657/_pkg_.a
2025-08-20T23:01:14.6078065Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build2180205415/b662/_pkg_.a
2025-08-20T23:01:14.6078420Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/version=/tmp/go-build2180205415/b675/_pkg_.a
2025-08-20T23:01:14.6078767Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2180205415/b655/_pkg_.a
2025-08-20T23:01:14.6079136Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/wasm/binary=/tmp/go-build2180205415/b676/_pkg_.a
2025-08-20T23:01:14.6079438Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2180205415/b650/_pkg_.a
2025-08-20T23:01:14.6079783Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build2180205415/b659/_pkg_.a
2025-08-20T23:01:14.6080134Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/wasip1=/tmp/go-build2180205415/b678/_pkg_.a
2025-08-20T23:01:14.6080461Z [00:03:36.697]➜  packagefile go.mongodb.org/mongo-driver/internal/rand=/tmp/go-build2180205415/b1543/_pkg_.a
2025-08-20T23:01:14.6080734Z [00:03:36.697]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build2180205415/b1573/_pkg_.a
2025-08-20T23:01:14.6081131Z [00:03:36.697]➜  packagefile github.com/xo/terminfo=/tmp/go-build2180205415/b3032/_pkg_.a
2025-08-20T23:01:14.6081442Z [00:03:36.697]➜  packagefile github.com/dlclark/regexp2/syntax=/tmp/go-build2180205415/b3045/_pkg_.a
2025-08-20T23:01:14.6081801Z [00:03:36.697]➜  packagefile github.com/alecthomas/chroma/v2/formatters/html=/tmp/go-build2180205415/b3048/_pkg_.a
2025-08-20T23:01:14.6082158Z [00:03:36.697]➜  packagefile github.com/alecthomas/chroma/v2/formatters/svg=/tmp/go-build2180205415/b3049/_pkg_.a
2025-08-20T23:01:14.6082456Z [00:03:36.697]➜  packagefile github.com/aymerick/douceur/css=/tmp/go-build2180205415/b3057/_pkg_.a
2025-08-20T23:01:14.6082750Z [00:03:36.697]➜  packagefile github.com/gorilla/css/scanner=/tmp/go-build2180205415/b3058/_pkg_.a
2025-08-20T23:01:14.6083155Z [00:03:36.697]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build2180205415/b484/_pkg_.a
2025-08-20T23:01:14.6083653Z [00:03:36.697]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build2180205415/b487/_pkg_.a
2025-08-20T23:01:14.6083979Z [00:03:36.697]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build2180205415/b488/_pkg_.a
2025-08-20T23:01:14.6084389Z [00:03:36.697]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build2180205415/b502/_pkg_.a
2025-08-20T23:01:14.6084757Z [00:03:36.697]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build2180205415/b504/_pkg_.a
2025-08-20T23:01:14.6085164Z [00:03:36.697]➜  packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/tmp/go-build2180205415/b545/_pkg_.a
2025-08-20T23:01:14.6085542Z [00:03:36.697]➜  packagefile google.golang.org/grpc/credentials/alts/internal/conn=/tmp/go-build2180205415/b547/_pkg_.a
2025-08-20T23:01:14.6086001Z [00:03:36.697]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build2180205415/b750/_pkg_.a
2025-08-20T23:01:14.6086335Z [00:03:36.697]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build2180205415/b524/_pkg_.a
2025-08-20T23:01:14.6086700Z [00:03:36.697]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build2180205415/b526/_pkg_.a
2025-08-20T23:01:14.6087004Z [00:03:36.697]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build2180205415/b532/_pkg_.a
2025-08-20T23:01:14.6087330Z [00:03:36.697]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2180205415/b2032/_pkg_.a
2025-08-20T23:01:14.6087751Z [00:03:36.697]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2180205415/b2033/_pkg_.a
2025-08-20T23:01:14.6088086Z [00:03:36.697]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build2180205415/b2034/_pkg_.a
2025-08-20T23:01:14.6088479Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2180205415/b2035/_pkg_.a
2025-08-20T23:01:14.6088897Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2180205415/b2036/_pkg_.a
2025-08-20T23:01:14.6089281Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2180205415/b2037/_pkg_.a
2025-08-20T23:01:14.6089651Z [00:03:36.697]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build2180205415/b2039/_pkg_.a
2025-08-20T23:01:14.6090068Z [00:03:36.697]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap/tlscreds=/tmp/go-build2180205415/b2052/_pkg_.a
2025-08-20T23:01:14.6090454Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build2180205415/b2057/_pkg_.a
2025-08-20T23:01:14.6090828Z [00:03:36.697]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build2180205415/b2054/_pkg_.a
2025-08-20T23:01:14.6091173Z [00:03:36.697]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build2180205415/b2107/_pkg_.a
2025-08-20T23:01:14.6091534Z [00:03:36.697]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build2180205415/b2108/_pkg_.a
2025-08-20T23:01:14.6092084Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/balancer/cdsbalancer=/tmp/go-build2180205415/b2112/_pkg_.a
2025-08-20T23:01:14.6092486Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build2180205415/b2118/_pkg_.a
2025-08-20T23:01:14.6092902Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build2180205415/b2124/_pkg_.a
2025-08-20T23:01:14.6093323Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build2180205415/b2115/_pkg_.a
2025-08-20T23:01:14.6093743Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build2180205415/b2121/_pkg_.a
2025-08-20T23:01:14.6094190Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build2180205415/b2122/_pkg_.a
2025-08-20T23:01:14.6094681Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build2180205415/b2102/_pkg_.a
2025-08-20T23:01:14.6095186Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build2180205415/b2127/_pkg_.a
2025-08-20T23:01:14.6095666Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3=/tmp/go-build2180205415/b2128/_pkg_.a
2025-08-20T23:01:14.6096246Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build2180205415/b2103/_pkg_.a
2025-08-20T23:01:14.6096781Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build2180205415/b2130/_pkg_.a
2025-08-20T23:01:14.6097270Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3=/tmp/go-build2180205415/b2131/_pkg_.a
2025-08-20T23:01:14.6097602Z [00:03:36.697]➜  packagefile google.golang.org/grpc/internal/xds/rbac=/tmp/go-build2180205415/b2132/_pkg_.a
2025-08-20T23:01:14.6098104Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3=/tmp/go-build2180205415/b2137/_pkg_.a
2025-08-20T23:01:14.6098432Z [00:03:36.697]➜  packagefile google.golang.org/grpc/internal/ringhash=/tmp/go-build2180205415/b2139/_pkg_.a
2025-08-20T23:01:14.6098742Z [00:03:36.697]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build2180205415/b2110/_pkg_.a
2025-08-20T23:01:14.6099127Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/resolver/internal=/tmp/go-build2180205415/b2140/_pkg_.a
2025-08-20T23:01:14.6099488Z [00:03:36.697]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build2180205415/b2114/_pkg_.a
2025-08-20T23:01:14.6099795Z [00:03:36.697]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build2180205415/b2096/_pkg_.a
2025-08-20T23:01:14.6100103Z [00:03:36.697]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build2180205415/b2062/_pkg_.a
2025-08-20T23:01:14.6100727Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=/tmp/go-build2180205415/b2143/_pkg_.a
2025-08-20T23:01:14.6101284Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3=/tmp/go-build2180205415/b2144/_pkg_.a
2025-08-20T23:01:14.6101826Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3=/tmp/go-build2180205415/b2146/_pkg_.a
2025-08-20T23:01:14.6102362Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3=/tmp/go-build2180205415/b2147/_pkg_.a
2025-08-20T23:01:14.6103036Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3=/tmp/go-build2180205415/b2148/_pkg_.a
2025-08-20T23:01:14.6103384Z [00:03:36.697]➜  packagefile google.golang.org/grpc/balancer/ringhash=/tmp/go-build2180205415/b2149/_pkg_.a
2025-08-20T23:01:14.6103825Z [00:03:36.697]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build2180205415/b2151/_pkg_.a
2025-08-20T23:01:14.6104223Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build2180205415/b2123/_pkg_.a
2025-08-20T23:01:14.6104639Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build2180205415/b2104/_pkg_.a
2025-08-20T23:01:14.6105062Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build2180205415/b2068/_pkg_.a
2025-08-20T23:01:14.6105487Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build2180205415/b2069/_pkg_.a
2025-08-20T23:01:14.6106045Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build2180205415/b2070/_pkg_.a
2025-08-20T23:01:14.6106593Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2180205415/b2060/_pkg_.a
2025-08-20T23:01:14.6107084Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3=/tmp/go-build2180205415/b2097/_pkg_.a
2025-08-20T23:01:14.6107656Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build2180205415/b2098/_pkg_.a
2025-08-20T23:01:14.6108215Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build2180205415/b2074/_pkg_.a
2025-08-20T23:01:14.6108658Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build2180205415/b2088/_pkg_.a
2025-08-20T23:01:14.6109005Z [00:03:36.697]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build2180205415/b2100/_pkg_.a
2025-08-20T23:01:14.6109319Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build2180205415/b2101/_pkg_.a
2025-08-20T23:01:14.6109753Z [00:03:36.697]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build2180205415/b2083/_pkg_.a
2025-08-20T23:01:14.6110136Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal=/tmp/go-build2180205415/b2084/_pkg_.a
2025-08-20T23:01:14.6110549Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/backoff=/tmp/go-build2180205415/b2085/_pkg_.a
2025-08-20T23:01:14.6110976Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient/internal=/tmp/go-build2180205415/b2086/_pkg_.a
2025-08-20T23:01:14.6111388Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/buffer=/tmp/go-build2180205415/b2089/_pkg_.a
2025-08-20T23:01:14.6111799Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/pretty=/tmp/go-build2180205415/b2090/_pkg_.a
2025-08-20T23:01:14.6112225Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/syncutil=/tmp/go-build2180205415/b2091/_pkg_.a
2025-08-20T23:01:14.6112645Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/internal=/tmp/go-build2180205415/b2092/_pkg_.a
2025-08-20T23:01:14.6113132Z [00:03:36.697]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/internal/xdsresource=/tmp/go-build2180205415/b2093/_pkg_.a
2025-08-20T23:01:14.6113424Z [00:03:36.697]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build2180205415/b496/_pkg_.a
2025-08-20T23:01:14.6113752Z [00:03:36.697]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build2180205415/b900/_pkg_.a
2025-08-20T23:01:14.6114334Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions=/tmp/go-build2180205415/b2292/_pkg_.a
2025-08-20T23:01:14.6114880Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions=/tmp/go-build2180205415/b2293/_pkg_.a
2025-08-20T23:01:14.6115443Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype=/tmp/go-build2180205415/b2294/_pkg_.a
2025-08-20T23:01:14.6116099Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision=/tmp/go-build2180205415/b2295/_pkg_.a
2025-08-20T23:01:14.6116603Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype=/tmp/go-build2180205415/b2296/_pkg_.a
2025-08-20T23:01:14.6117057Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto=/tmp/go-build2180205415/b2297/_pkg_.a
2025-08-20T23:01:14.6117537Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner=/tmp/go-build2180205415/b2298/_pkg_.a
2025-08-20T23:01:14.6118150Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval=/tmp/go-build2180205415/b2299/_pkg_.a
2025-08-20T23:01:14.6118677Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode=/tmp/go-build2180205415/b2300/_pkg_.a
2025-08-20T23:01:14.6119182Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus=/tmp/go-build2180205415/b2304/_pkg_.a
2025-08-20T23:01:14.6119711Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode=/tmp/go-build2180205415/b2307/_pkg_.a
2025-08-20T23:01:14.6120214Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode=/tmp/go-build2180205415/b2308/_pkg_.a
2025-08-20T23:01:14.6120711Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget=/tmp/go-build2180205415/b2309/_pkg_.a
2025-08-20T23:01:14.6121210Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus=/tmp/go-build2180205415/b2311/_pkg_.a
2025-08-20T23:01:14.6121728Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator=/tmp/go-build2180205415/b2312/_pkg_.a
2025-08-20T23:01:14.6122247Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms=/tmp/go-build2180205415/b2313/_pkg_.a
2025-08-20T23:01:14.6122711Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop=/tmp/go-build2180205415/b2314/_pkg_.a
2025-08-20T23:01:14.6123194Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator=/tmp/go-build2180205415/b2315/_pkg_.a
2025-08-20T23:01:14.6123670Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype=/tmp/go-build2180205415/b2316/_pkg_.a
2025-08-20T23:01:14.6124157Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme=/tmp/go-build2180205415/b2317/_pkg_.a
2025-08-20T23:01:14.6124655Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype=/tmp/go-build2180205415/b2318/_pkg_.a
2025-08-20T23:01:14.6125110Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype=/tmp/go-build2180205415/b2320/_pkg_.a
2025-08-20T23:01:14.6125618Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat=/tmp/go-build2180205415/b2321/_pkg_.a
2025-08-20T23:01:14.6126208Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate=/tmp/go-build2180205415/b2322/_pkg_.a
2025-08-20T23:01:14.6126819Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate=/tmp/go-build2180205415/b2323/_pkg_.a
2025-08-20T23:01:14.6127292Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day=/tmp/go-build2180205415/b2324/_pkg_.a
2025-08-20T23:01:14.6127913Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding=/tmp/go-build2180205415/b2326/_pkg_.a
2025-08-20T23:01:14.6128442Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate=/tmp/go-build2180205415/b2328/_pkg_.a
2025-08-20T23:01:14.6128934Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel=/tmp/go-build2180205415/b2329/_pkg_.a
2025-08-20T23:01:14.6129450Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure=/tmp/go-build2180205415/b2330/_pkg_.a
2025-08-20T23:01:14.6129924Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect=/tmp/go-build2180205415/b2331/_pkg_.a
2025-08-20T23:01:14.6130481Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel=/tmp/go-build2180205415/b2332/_pkg_.a
2025-08-20T23:01:14.6130938Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype=/tmp/go-build2180205415/b2333/_pkg_.a
2025-08-20T23:01:14.6131405Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit=/tmp/go-build2180205415/b2334/_pkg_.a
2025-08-20T23:01:14.6131934Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside=/tmp/go-build2180205415/b2336/_pkg_.a
2025-08-20T23:01:14.6132444Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority=/tmp/go-build2180205415/b2337/_pkg_.a
2025-08-20T23:01:14.6132940Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase=/tmp/go-build2180205415/b2338/_pkg_.a
2025-08-20T23:01:14.6133459Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase=/tmp/go-build2180205415/b2340/_pkg_.a
2025-08-20T23:01:14.6133945Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus=/tmp/go-build2180205415/b2341/_pkg_.a
2025-08-20T23:01:14.6134451Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype=/tmp/go-build2180205415/b2344/_pkg_.a
2025-08-20T23:01:14.6134906Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype=/tmp/go-build2180205415/b2345/_pkg_.a
2025-08-20T23:01:14.6135432Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier=/tmp/go-build2180205415/b2346/_pkg_.a
2025-08-20T23:01:14.6136097Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy=/tmp/go-build2180205415/b2347/_pkg_.a
2025-08-20T23:01:14.6136759Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule=/tmp/go-build2180205415/b2348/_pkg_.a
2025-08-20T23:01:14.6137280Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate=/tmp/go-build2180205415/b2349/_pkg_.a
2025-08-20T23:01:14.6137740Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype=/tmp/go-build2180205415/b2350/_pkg_.a
2025-08-20T23:01:14.6138234Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest=/tmp/go-build2180205415/b2351/_pkg_.a
2025-08-20T23:01:14.6138733Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus=/tmp/go-build2180205415/b2352/_pkg_.a
2025-08-20T23:01:14.6139289Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode=/tmp/go-build2180205415/b2353/_pkg_.a
2025-08-20T23:01:14.6139894Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode=/tmp/go-build2180205415/b2354/_pkg_.a
2025-08-20T23:01:14.6140351Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy=/tmp/go-build2180205415/b2355/_pkg_.a
2025-08-20T23:01:14.6140828Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype=/tmp/go-build2180205415/b2356/_pkg_.a
2025-08-20T23:01:14.6141300Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution=/tmp/go-build2180205415/b2357/_pkg_.a
2025-08-20T23:01:14.6141798Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat=/tmp/go-build2180205415/b2358/_pkg_.a
2025-08-20T23:01:14.6142281Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype=/tmp/go-build2180205415/b2359/_pkg_.a
2025-08-20T23:01:14.6142759Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation=/tmp/go-build2180205415/b2360/_pkg_.a
2025-08-20T23:01:14.6143243Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation=/tmp/go-build2180205415/b2361/_pkg_.a
2025-08-20T23:01:14.6143699Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy=/tmp/go-build2180205415/b2362/_pkg_.a
2025-08-20T23:01:14.6144258Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod=/tmp/go-build2180205415/b2363/_pkg_.a
2025-08-20T23:01:14.6144760Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder=/tmp/go-build2180205415/b2365/_pkg_.a
2025-08-20T23:01:14.6145276Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter=/tmp/go-build2180205415/b2366/_pkg_.a
2025-08-20T23:01:14.6145888Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder=/tmp/go-build2180205415/b2367/_pkg_.a
2025-08-20T23:01:14.6146432Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema=/tmp/go-build2180205415/b2368/_pkg_.a
2025-08-20T23:01:14.6146914Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype=/tmp/go-build2180205415/b2369/_pkg_.a
2025-08-20T23:01:14.6147394Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype=/tmp/go-build2180205415/b2370/_pkg_.a
2025-08-20T23:01:14.6147874Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod=/tmp/go-build2180205415/b2371/_pkg_.a
2025-08-20T23:01:14.6148349Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution=/tmp/go-build2180205415/b2372/_pkg_.a
2025-08-20T23:01:14.6148905Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda=/tmp/go-build2180205415/b2373/_pkg_.a
2025-08-20T23:01:14.6149413Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate=/tmp/go-build2180205415/b2374/_pkg_.a
2025-08-20T23:01:14.6149921Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst=/tmp/go-build2180205415/b2375/_pkg_.a
2025-08-20T23:01:14.6150450Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition=/tmp/go-build2180205415/b2376/_pkg_.a
2025-08-20T23:01:14.6151021Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength=/tmp/go-build2180205415/b2377/_pkg_.a
2025-08-20T23:01:14.6151620Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode=/tmp/go-build2180205415/b2378/_pkg_.a
2025-08-20T23:01:14.6152130Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype=/tmp/go-build2180205415/b2379/_pkg_.a
2025-08-20T23:01:14.6152635Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection=/tmp/go-build2180205415/b2380/_pkg_.a
2025-08-20T23:01:14.6153095Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea=/tmp/go-build2180205415/b2381/_pkg_.a
2025-08-20T23:01:14.6153578Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate=/tmp/go-build2180205415/b2383/_pkg_.a
2025-08-20T23:01:14.6154073Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate=/tmp/go-build2180205415/b2384/_pkg_.a
2025-08-20T23:01:14.6154542Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions=/tmp/go-build2180205415/b2385/_pkg_.a
2025-08-20T23:01:14.6155020Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege=/tmp/go-build2180205415/b2386/_pkg_.a
2025-08-20T23:01:14.6155575Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions=/tmp/go-build2180205415/b2387/_pkg_.a
2025-08-20T23:01:14.6156313Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions=/tmp/go-build2180205415/b2388/_pkg_.a
2025-08-20T23:01:14.6156819Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype=/tmp/go-build2180205415/b2390/_pkg_.a
2025-08-20T23:01:14.6157311Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason=/tmp/go-build2180205415/b2391/_pkg_.a
2025-08-20T23:01:14.6157763Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate=/tmp/go-build2180205415/b2392/_pkg_.a
2025-08-20T23:01:14.6158316Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy=/tmp/go-build2180205415/b2393/_pkg_.a
2025-08-20T23:01:14.6158789Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode=/tmp/go-build2180205415/b2394/_pkg_.a
2025-08-20T23:01:14.6159312Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode=/tmp/go-build2180205415/b2395/_pkg_.a
2025-08-20T23:01:14.6159761Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/language=/tmp/go-build2180205415/b2396/_pkg_.a
2025-08-20T23:01:14.6160213Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby=/tmp/go-build2180205415/b2400/_pkg_.a
2025-08-20T23:01:14.6160668Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype=/tmp/go-build2180205415/b2401/_pkg_.a
2025-08-20T23:01:14.6161245Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus=/tmp/go-build2180205415/b2402/_pkg_.a
2025-08-20T23:01:14.6161687Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric=/tmp/go-build2180205415/b2403/_pkg_.a
2025-08-20T23:01:14.6162170Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval=/tmp/go-build2180205415/b2405/_pkg_.a
2025-08-20T23:01:14.6162638Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder=/tmp/go-build2180205415/b2406/_pkg_.a
2025-08-20T23:01:14.6163128Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month=/tmp/go-build2180205415/b2407/_pkg_.a
2025-08-20T23:01:14.6163680Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode=/tmp/go-build2180205415/b2408/_pkg_.a
2025-08-20T23:01:14.6164135Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole=/tmp/go-build2180205415/b2409/_pkg_.a
2025-08-20T23:01:14.6164632Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode=/tmp/go-build2180205415/b2410/_pkg_.a
2025-08-20T23:01:14.6165106Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization=/tmp/go-build2180205415/b2411/_pkg_.a
2025-08-20T23:01:14.6165582Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod=/tmp/go-build2180205415/b2412/_pkg_.a
2025-08-20T23:01:14.6166302Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat=/tmp/go-build2180205415/b2413/_pkg_.a
2025-08-20T23:01:14.6166816Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror=/tmp/go-build2180205415/b2414/_pkg_.a
2025-08-20T23:01:14.6167327Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype=/tmp/go-build2180205415/b2417/_pkg_.a
2025-08-20T23:01:14.6167819Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype=/tmp/go-build2180205415/b2418/_pkg_.a
2025-08-20T23:01:14.6168397Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder=/tmp/go-build2180205415/b2419/_pkg_.a
2025-08-20T23:01:14.6168923Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage=/tmp/go-build2180205415/b2420/_pkg_.a
2025-08-20T23:01:14.6169420Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype=/tmp/go-build2180205415/b2421/_pkg_.a
2025-08-20T23:01:14.6169907Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype=/tmp/go-build2180205415/b2422/_pkg_.a
2025-08-20T23:01:14.6170369Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype=/tmp/go-build2180205415/b2423/_pkg_.a
2025-08-20T23:01:14.6170819Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier=/tmp/go-build2180205415/b2424/_pkg_.a
2025-08-20T23:01:14.6171332Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype=/tmp/go-build2180205415/b2425/_pkg_.a
2025-08-20T23:01:14.6171800Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation=/tmp/go-build2180205415/b2427/_pkg_.a
2025-08-20T23:01:14.6172256Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode=/tmp/go-build2180205415/b2428/_pkg_.a
2025-08-20T23:01:14.6172758Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype=/tmp/go-build2180205415/b2431/_pkg_.a
2025-08-20T23:01:14.6173361Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow=/tmp/go-build2180205415/b2432/_pkg_.a
2025-08-20T23:01:14.6173831Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate=/tmp/go-build2180205415/b2434/_pkg_.a
2025-08-20T23:01:14.6174287Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction=/tmp/go-build2180205415/b2435/_pkg_.a
2025-08-20T23:01:14.6174775Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype=/tmp/go-build2180205415/b2436/_pkg_.a
2025-08-20T23:01:14.6175401Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint=/tmp/go-build2180205415/b2437/_pkg_.a
2025-08-20T23:01:14.6176213Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode=/tmp/go-build2180205415/b2438/_pkg_.a
2025-08-20T23:01:14.6176739Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage=/tmp/go-build2180205415/b2439/_pkg_.a
2025-08-20T23:01:14.6177219Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype=/tmp/go-build2180205415/b2440/_pkg_.a
2025-08-20T23:01:14.6177714Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing=/tmp/go-build2180205415/b2442/_pkg_.a
2025-08-20T23:01:14.6178199Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode=/tmp/go-build2180205415/b2443/_pkg_.a
2025-08-20T23:01:14.6178686Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder=/tmp/go-build2180205415/b2444/_pkg_.a
2025-08-20T23:01:14.6179147Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype=/tmp/go-build2180205415/b2445/_pkg_.a
2025-08-20T23:01:14.6179635Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate=/tmp/go-build2180205415/b2446/_pkg_.a
2025-08-20T23:01:14.6180118Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage=/tmp/go-build2180205415/b2447/_pkg_.a
2025-08-20T23:01:14.6180719Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation=/tmp/go-build2180205415/b2448/_pkg_.a
2025-08-20T23:01:14.6181262Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus=/tmp/go-build2180205415/b2449/_pkg_.a
2025-08-20T23:01:14.6181732Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype=/tmp/go-build2180205415/b2450/_pkg_.a
2025-08-20T23:01:14.6182248Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate=/tmp/go-build2180205415/b2451/_pkg_.a
2025-08-20T23:01:14.6182737Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage=/tmp/go-build2180205415/b2452/_pkg_.a
2025-08-20T23:01:14.6183184Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode=/tmp/go-build2180205415/b2453/_pkg_.a
2025-08-20T23:01:14.6183667Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode=/tmp/go-build2180205415/b2455/_pkg_.a
2025-08-20T23:01:14.6184124Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype=/tmp/go-build2180205415/b2456/_pkg_.a
2025-08-20T23:01:14.6184601Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance=/tmp/go-build2180205415/b2457/_pkg_.a
2025-08-20T23:01:14.6185168Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort=/tmp/go-build2180205415/b2459/_pkg_.a
2025-08-20T23:01:14.6185637Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat=/tmp/go-build2180205415/b2463/_pkg_.a
2025-08-20T23:01:14.6186233Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat=/tmp/go-build2180205415/b2465/_pkg_.a
2025-08-20T23:01:14.6186822Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode=/tmp/go-build2180205415/b2466/_pkg_.a
2025-08-20T23:01:14.6187726Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint=/tmp/go-build2180205415/b2467/_pkg_.a
2025-08-20T23:01:14.6188346Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption=/tmp/go-build2180205415/b2468/_pkg_.a
2025-08-20T23:01:14.6188929Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype=/tmp/go-build2180205415/b2469/_pkg_.a
2025-08-20T23:01:14.6189438Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype=/tmp/go-build2180205415/b2470/_pkg_.a
2025-08-20T23:01:14.6189889Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar=/tmp/go-build2180205415/b2471/_pkg_.a
2025-08-20T23:01:14.6190404Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate=/tmp/go-build2180205415/b2472/_pkg_.a
2025-08-20T23:01:14.6190889Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation=/tmp/go-build2180205415/b2473/_pkg_.a
2025-08-20T23:01:14.6191389Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability=/tmp/go-build2180205415/b2476/_pkg_.a
2025-08-20T23:01:14.6191843Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype=/tmp/go-build2180205415/b2477/_pkg_.a
2025-08-20T23:01:14.6192387Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason=/tmp/go-build2180205415/b2478/_pkg_.a
2025-08-20T23:01:14.6192883Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty=/tmp/go-build2180205415/b2479/_pkg_.a
2025-08-20T23:01:14.6193459Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype=/tmp/go-build2180205415/b2480/_pkg_.a
2025-08-20T23:01:14.6193941Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate=/tmp/go-build2180205415/b2482/_pkg_.a
2025-08-20T23:01:14.6194423Z [00:03:36.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery=/tmp/go-build2180205415/b2483/_pkg_.a
2025-08-20T23:01:14.6194782Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build2180205415/b653/_pkg_.a
2025-08-20T23:01:14.6195142Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/moremath=/tmp/go-build2180205415/b654/_pkg_.a
2025-08-20T23:01:14.6195507Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2180205415/b663/_pkg_.a
2025-08-20T23:01:14.6196107Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build2180205415/b665/_pkg_.a
2025-08-20T23:01:14.6196573Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend=/tmp/go-build2180205415/b667/_pkg_.a
2025-08-20T23:01:14.6197039Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64=/tmp/go-build2180205415/b671/_pkg_.a
2025-08-20T23:01:14.6197463Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/frontend=/tmp/go-build2180205415/b672/_pkg_.a
2025-08-20T23:01:14.6197971Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2180205415/b669/_pkg_.a
2025-08-20T23:01:14.6198404Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2180205415/b670/_pkg_.a
2025-08-20T23:01:14.6198739Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/u32=/tmp/go-build2180205415/b673/_pkg_.a
2025-08-20T23:01:14.6199083Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/u64=/tmp/go-build2180205415/b674/_pkg_.a
2025-08-20T23:01:14.6199449Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/descriptor=/tmp/go-build2180205415/b658/_pkg_.a
2025-08-20T23:01:14.6199867Z [00:03:36.697]➜  packagefile github.com/tetratelabs/wazero/internal/ieee754=/tmp/go-build2180205415/b656/_pkg_.a
2025-08-20T23:01:14.6200347Z [00:03:36.698]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build2180205415/b486/_pkg_.a
2025-08-20T23:01:14.6200757Z [00:03:36.698]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build2180205415/b490/_pkg_.a
2025-08-20T23:01:14.6201113Z [00:03:36.698]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build2180205415/b505/_pkg_.a
2025-08-20T23:01:14.6201473Z [00:03:36.698]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build2180205415/b507/_pkg_.a
2025-08-20T23:01:14.6201754Z [00:03:36.698]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build2180205415/b2040/_pkg_.a
2025-08-20T23:01:14.6202110Z [00:03:36.698]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/jwtbundle=/tmp/go-build2180205415/b2043/_pkg_.a
2025-08-20T23:01:14.6202465Z [00:03:36.698]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/x509bundle=/tmp/go-build2180205415/b2048/_pkg_.a
2025-08-20T23:01:14.6202824Z [00:03:36.698]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build2180205415/b2044/_pkg_.a
2025-08-20T23:01:14.6203181Z [00:03:36.698]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build2180205415/b2050/_pkg_.a
2025-08-20T23:01:14.6203501Z [00:03:36.698]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build2180205415/b2046/_pkg_.a
2025-08-20T23:01:14.6203759Z [00:03:36.698]➜  packagefile github.com/zeebo/errs=/tmp/go-build2180205415/b2047/_pkg_.a
2025-08-20T23:01:14.6204258Z [00:03:36.698]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3=/tmp/go-build2180205415/b2058/_pkg_.a
2025-08-20T23:01:14.6204682Z [00:03:36.698]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/tap/v3=/tmp/go-build2180205415/b2075/_pkg_.a
2025-08-20T23:01:14.6205130Z [00:03:36.698]➜  packagefile google.golang.org/grpc/balancer/weightedtarget/weightedaggregator=/tmp/go-build2180205415/b2109/_pkg_.a
2025-08-20T23:01:14.6205472Z [00:03:36.698]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build2180205415/b2111/_pkg_.a
2025-08-20T23:01:14.6205976Z [00:03:36.698]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build2180205415/b2113/_pkg_.a
2025-08-20T23:01:14.6206359Z [00:03:36.698]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build2180205415/b2119/_pkg_.a
2025-08-20T23:01:14.6206749Z [00:03:36.698]➜  packagefile google.golang.org/grpc/xds/internal/balancer/loadstore=/tmp/go-build2180205415/b2120/_pkg_.a
2025-08-20T23:01:14.6207115Z [00:03:36.698]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build2180205415/b2116/_pkg_.a
2025-08-20T23:01:14.6207443Z [00:03:36.698]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build2180205415/b2117/_pkg_.a
2025-08-20T23:01:14.6207841Z [00:03:36.698]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build2180205415/b2064/_pkg_.a
2025-08-20T23:01:14.6208179Z [00:03:36.698]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build2180205415/b2061/_pkg_.a
2025-08-20T23:01:14.6208790Z [00:03:36.698]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3=/tmp/go-build2180205415/b2133/_pkg_.a
2025-08-20T23:01:14.6209095Z [00:03:36.698]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build2180205415/b2134/_pkg_.a
2025-08-20T23:01:14.6209429Z [00:03:36.698]➜  packagefile google.golang.org/grpc/authz/audit/stdout=/tmp/go-build2180205415/b2135/_pkg_.a
2025-08-20T23:01:14.6209856Z [00:03:36.698]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build2180205415/b2059/_pkg_.a
2025-08-20T23:01:14.6210081Z [00:03:36.698]➜  packagefile cel.dev/expr=/tmp/go-build2180205415/b2063/_pkg_.a
2025-08-20T23:01:14.6210661Z [00:03:36.698]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build2180205415/b2145/_pkg_.a
2025-08-20T23:01:14.6211068Z [00:03:36.698]➜  packagefile google.golang.org/grpc/balancer/lazy=/tmp/go-build2180205415/b2150/_pkg_.a
2025-08-20T23:01:14.6211497Z [00:03:36.698]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin/internal=/tmp/go-build2180205415/b2152/_pkg_.a
2025-08-20T23:01:14.6211774Z [00:03:36.698]➜  packagefile google.golang.org/grpc/orca=/tmp/go-build2180205415/b2153/_pkg_.a
2025-08-20T23:01:14.6212187Z [00:03:36.698]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build2180205415/b2065/_pkg_.a
2025-08-20T23:01:14.6212603Z [00:03:36.698]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build2180205415/b2066/_pkg_.a
2025-08-20T23:01:14.6213007Z [00:03:36.698]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build2180205415/b2073/_pkg_.a
2025-08-20T23:01:14.6213409Z [00:03:36.698]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/http/v3=/tmp/go-build2180205415/b2099/_pkg_.a
2025-08-20T23:01:14.6213719Z [00:03:36.698]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2180205415/b497/_pkg_.a
2025-08-20T23:01:14.6214184Z [00:03:36.698]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc=/tmp/go-build2180205415/b668/_pkg_.a
2025-08-20T23:01:14.6214593Z [00:03:36.698]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build2180205415/b491/_pkg_.a
2025-08-20T23:01:14.6214900Z [00:03:36.698]➜  packagefile github.com/go-jose/go-jose/v4/cipher=/tmp/go-build2180205415/b2041/_pkg_.a
2025-08-20T23:01:14.6215255Z [00:03:36.698]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build2180205415/b2042/_pkg_.a
2025-08-20T23:01:14.6215621Z [00:03:36.698]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/pemutil=/tmp/go-build2180205415/b2049/_pkg_.a
2025-08-20T23:01:14.6216198Z [00:03:36.698]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/cryptoutil=/tmp/go-build2180205415/b2045/_pkg_.a
2025-08-20T23:01:14.6216675Z [00:03:36.698]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3=/tmp/go-build2180205415/b2071/_pkg_.a
2025-08-20T23:01:14.6217108Z [00:03:36.698]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/overload/v3=/tmp/go-build2180205415/b2072/_pkg_.a
2025-08-20T23:01:14.6217552Z [00:03:36.698]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3=/tmp/go-build2180205415/b2076/_pkg_.a
2025-08-20T23:01:14.6217971Z [00:03:36.698]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3=/tmp/go-build2180205415/b2067/_pkg_.a
2025-08-20T23:01:14.6218306Z [00:03:36.698]➜  packagefile github.com/cncf/xds/go/xds/service/orca/v3=/tmp/go-build2180205415/b2154/_pkg_.a
2025-08-20T23:01:14.6218620Z [00:03:36.698]➜  packagefile google.golang.org/grpc/orca/internal=/tmp/go-build2180205415/b2155/_pkg_.a
2025-08-20T23:01:14.6218936Z [00:03:36.698]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build2180205415/b492/_pkg_.a
2025-08-20T23:01:14.6319082Z [00:03:36.698]➜  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=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\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:01:14.6319834Z [00:03:36.698]➜  EOF
2025-08-20T23:01:14.6320057Z [00:03:36.698]➜  mkdir -p $WORK/b001/exe/
2025-08-20T23:01:14.6320166Z [00:03:36.698]➜  cd .
2025-08-20T23:01:14.6321883Z [00:03:36.698]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0 -buildmode=pie -buildid=LlobpnRK6-hpC8xs4FAt/GFAqgGZIoW7L_haTgdCy/3pHd4ozU2w_ZHS-zVPSS/LlobpnRK6-hpC8xs4FAt -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T23:01:20.1644956Z [00:03:42.425]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T23:01:20.2462761Z [00:03:42.507]➜  mkdir -p /build-bins/
2025-08-20T23:01:20.2465477Z [00:03:42.508]➜  cp $WORK/b001/exe/a.out /build-bins/trufflehog
2025-08-20T23:01:20.3044151Z [00:03:42.565]➜  rm -rf $WORK/b001/
2025-08-20T23:01:20.8778546Z [00:03:43.139]➜  '/tmp/tmp.Ul5mljWa2N/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T23:01:20.8922155Z [00:03:43.153]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T23:01:20.8956597Z [00:03:43.157]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T23:01:21.1420168Z [00:03:43.403]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T23:01:21.5805062Z [00:03:43.841]➜  copy from `/build-bins/trufflehog' [elf64-littleaarch64] to `/build-bins/stLEiFmF' [elf64-littleaarch64]
2025-08-20T23:01:21.9715902Z [00:03:44.233]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T23:01:21.9741011Z [00:03:44.235]➜  
2025-08-20T23:01:21.9755573Z [00:03:44.237]➜  /build-bins/LICENSE
2025-08-20T23:01:22.0213777Z [00:03:44.282]➜  
2025-08-20T23:01:22.0227268Z [00:03:44.284]➜  /build-bins/trufflehog
2025-08-20T23:01:22.0236515Z [00:03:44.285]➜  There are 24 section headers, starting at offset 0x77d5278:
2025-08-20T23:01:22.0236902Z [00:03:44.285]➜  
2025-08-20T23:01:22.0237130Z [00:03:44.285]➜  Section Headers:
2025-08-20T23:01:22.0237463Z [00:03:44.285]➜    [Nr] Name              Type             Address           Offset
2025-08-20T23:01:22.0237871Z [00:03:44.285]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T23:01:22.0238264Z [00:03:44.285]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T23:01:22.0238660Z [00:03:44.285]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T23:01:22.0239092Z [00:03:44.285]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T23:01:22.0239509Z [00:03:44.285]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T23:01:22.0239927Z [00:03:44.285]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T23:01:22.0240349Z [00:03:44.285]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T23:01:22.0242078Z [00:03:44.285]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T23:01:22.0242822Z [00:03:44.285]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T23:01:22.0243248Z [00:03:44.285]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T23:01:22.0243664Z [00:03:44.285]➜         0000000000d65be8  0000000000000018   A       2     0     8
2025-08-20T23:01:22.0244078Z [00:03:44.285]➜    [ 5] .init             PROGBITS         0000000000d65e98  00d65e98
2025-08-20T23:01:22.0244501Z [00:03:44.285]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T23:01:22.0244920Z [00:03:44.285]➜    [ 6] .text             PROGBITS         0000000000d65ec0  00d65ec0
2025-08-20T23:01:22.0245336Z [00:03:44.285]➜         0000000002c472f0  0000000000000000  AX       0     0     32
2025-08-20T23:01:22.0245986Z [00:03:44.285]➜    [ 7] .fini             PROGBITS         00000000039ad1b0  039ad1b0
2025-08-20T23:01:22.0246729Z [00:03:44.285]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T23:01:22.0247164Z [00:03:44.285]➜    [ 8] .rodata           PROGBITS         00000000039ad1c0  039ad1c0
2025-08-20T23:01:22.0247724Z [00:03:44.285]➜         00000000009b9f1c  0000000000000000   A       0     0     32
2025-08-20T23:01:22.0248155Z [00:03:44.285]➜    [ 9] .eh_frame_hdr     PROGBITS         00000000043670dc  043670dc
2025-08-20T23:01:22.0248578Z [00:03:44.285]➜         0000000000000534  0000000000000000   A       0     0     4
2025-08-20T23:01:22.0248999Z [00:03:44.285]➜    [10] .eh_frame         PROGBITS         0000000004367610  04367610
2025-08-20T23:01:22.0249417Z [00:03:44.285]➜         0000000000002c58  0000000000000000   A       0     0     8
2025-08-20T23:01:22.0250010Z [00:03:44.285]➜    [11] .tbss             NOBITS           000000000437f230  0436f230
2025-08-20T23:01:22.0250427Z [00:03:44.285]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T23:01:22.0250862Z [00:03:44.285]➜    [12] .init_array       INIT_ARRAY       000000000437f230  0436f230
2025-08-20T23:01:22.0251285Z [00:03:44.285]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T23:01:22.0251846Z [00:03:44.285]➜    [13] .fini_array       FINI_ARRAY       000000000437f238  0436f238
2025-08-20T23:01:22.0252332Z [00:03:44.285]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T23:01:22.0252944Z [00:03:44.285]➜    [14] .data.rel.ro      PROGBITS         000000000437f240  0436f240
2025-08-20T23:01:22.0253624Z [00:03:44.285]➜         0000000002e60b78  0000000000000000  WA       0     0     32
2025-08-20T23:01:22.0254136Z [00:03:44.285]➜    [15] .dynamic          DYNAMIC          00000000071dfdb8  071cfdb8
2025-08-20T23:01:22.0254558Z [00:03:44.285]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T23:01:22.0254974Z [00:03:44.285]➜    [16] .got              PROGBITS         00000000071dff28  071cff28
2025-08-20T23:01:22.0255387Z [00:03:44.285]➜         00000000000000c8  0000000000000008  WA       0     0     8
2025-08-20T23:01:22.0256102Z [00:03:44.285]➜    [17] .data             PROGBITS         00000000071e0000  071d0000
2025-08-20T23:01:22.0256597Z [00:03:44.285]➜         00000000000fc630  0000000000000000  WA       0     0     32
2025-08-20T23:01:22.0257034Z [00:03:44.285]➜    [18] .go.buildinfo     PROGBITS         00000000072dc630  072cc630
2025-08-20T23:01:22.0257464Z [00:03:44.285]➜         0000000000005f60  0000000000000000  WA       0     0     16
2025-08-20T23:01:22.0257901Z [00:03:44.285]➜    [19] .go.fipsinfo      PROGBITS         00000000072e25a0  072d25a0
2025-08-20T23:01:22.0258331Z [00:03:44.285]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T23:01:22.0258759Z [00:03:44.285]➜    [20] .noptrdata        PROGBITS         00000000072e2620  072d2620
2025-08-20T23:01:22.0259193Z [00:03:44.285]➜         0000000000502b81  0000000000000000  WA       0     0     32
2025-08-20T23:01:22.0259610Z [00:03:44.285]➜    [21] .bss              NOBITS           00000000077e51c0  077d51a1
2025-08-20T23:01:22.0260255Z [00:03:44.285]➜         0000000000051480  0000000000000000  WA       0     0     32
2025-08-20T23:01:22.0260685Z [00:03:44.285]➜    [22] .noptrbss         NOBITS           0000000007836640  077d51a1
2025-08-20T23:01:22.0261110Z [00:03:44.285]➜         000000000002ebe0  0000000000000000  WA       0     0     32
2025-08-20T23:01:22.0261775Z [00:03:44.285]➜    [23] .shstrtab         STRTAB           0000000000000000  077d51a1
2025-08-20T23:01:22.0262206Z [00:03:44.285]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T23:01:22.0262525Z [00:03:44.285]➜  Key to Flags:
2025-08-20T23:01:22.0262872Z [00:03:44.285]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T23:01:22.0263439Z [00:03:44.285]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T23:01:22.0264097Z [00:03:44.285]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T23:01:22.0264479Z [00:03:44.285]➜    D (mbind), p (processor specific)
2025-08-20T23:01:22.0264841Z [00:03:44.285]➜  + file /build-bins/LICENSE /build-bins/trufflehog
2025-08-20T23:01:22.0441094Z [00:03:44.305]➜  /build-bins/LICENSE:    Unicode text, UTF-8 text
2025-08-20T23:01:22.0510405Z [00:03:44.312]➜  /build-bins/trufflehog: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T23:01:22.0518345Z [00:03:44.313]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/trufflehog
2025-08-20T23:01:22.0533029Z [00:03:44.314]➜  /build-bins/LICENSE:         35449 Bytes
2025-08-20T23:01:22.0533470Z [00:03:44.314]➜  /build-bins/trufflehog:         125655160 Bytes
2025-08-20T23:01:22.0538262Z [00:03:44.315]➜  + du /build-bins/LICENSE /build-bins/trufflehog --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T23:01:22.0547368Z [00:03:44.316]➜  35K	2025-08-20 23:01:20.875906792 +0000	/build-bins/LICENSE
2025-08-20T23:01:22.0547867Z [00:03:44.316]➜  120M	2025-08-20 23:01:21.816933822 +0000	/build-bins/trufflehog
2025-08-20T23:01:22.0550131Z [00:03:44.316]➜  + popd
2025-08-20T23:01:24.7753261Z [00:03:47.036]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T23:01:25.6007151Z [00:03:47.862]➜  + '[' -s /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T23:01:25.6008442Z [00:03:47.862]➜  + cp -fv /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T23:01:25.6024681Z [00:03:47.864]➜  '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T23:01:25.6029689Z [00:03:47.864]➜  + find /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T23:01:25.6041086Z [00:03:47.865]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T23:01:25.6041576Z [00:03:47.865]➜  + cut -d: -f1
2025-08-20T23:01:25.6041860Z [00:03:47.865]➜  + xargs realpath --no-symlinks
2025-08-20T23:01:25.6042337Z [00:03:47.865]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR
2025-08-20T23:01:25.9306268Z [00:03:48.192]➜  sending incremental file list
2025-08-20T23:01:25.9632242Z [00:03:48.224]➜  trufflehog
2025-08-20T23:01:26.1210999Z [00:03:48.382]➜  
2025-08-20T23:01:26.1211474Z [00:03:48.382]➜  sent 125.69M bytes  received 35 bytes  83.79M bytes/sec
2025-08-20T23:01:26.1211865Z [00:03:48.382]➜  total size is 125.66M  speedup is 1.00
2025-08-20T23:01:26.1222967Z [00:03:48.383]➜  
2025-08-20T23:01:27.8453009Z [00:03:50.106]➜  
2025-08-20T23:01:27.8538483Z [00:03:50.115]➜  ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T23:01:27.8540740Z [00:03:50.115]➜  ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T23:01:27.8541765Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/main.go' from root:root to runner:runner
2025-08-20T23:01:27.8542936Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T23:01:27.8544138Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T23:01:27.8545505Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/scripts/gen_proto.sh' from root:root to runner:runner
2025-08-20T23:01:27.8547011Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/scripts/install.sh' from root:root to runner:runner
2025-08-20T23:01:27.8548322Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/scripts/test-last-changed-detector.sh' from root:root to runner:runner
2025-08-20T23:01:27.8549662Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/scripts/test_changed_detectors.sh' from root:root to runner:runner
2025-08-20T23:01:27.8550879Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T23:01:27.8552077Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/process/zombies.go' from root:root to runner:runner
2025-08-20T23:01:27.8553287Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/process' from root:root to runner:runner
2025-08-20T23:01:27.8554485Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/secrets.go' from root:root to runner:runner
2025-08-20T23:01:27.8555953Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/utils_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8557269Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/utils.go' from root:root to runner:runner
2025-08-20T23:01:27.8558509Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/glob/glob.go' from root:root to runner:runner
2025-08-20T23:01:27.8559786Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/glob/glob_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8561019Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/glob' from root:root to runner:runner
2025-08-20T23:01:27.8562241Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/patterns.go' from root:root to runner:runner
2025-08-20T23:01:27.8563490Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/vars_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8564882Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/filter.go' from root:root to runner:runner
2025-08-20T23:01:27.8566722Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/export_error.go' from root:root to runner:runner
2025-08-20T23:01:27.8568072Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/http.go' from root:root to runner:runner
2025-08-20T23:01:27.8569299Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/depaware.go' from root:root to runner:runner
2025-08-20T23:01:27.8570676Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/patterns_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8572035Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/vars.go' from root:root to runner:runner
2025-08-20T23:01:27.8573269Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/filter_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8574526Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/http_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8575908Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/context.go' from root:root to runner:runner
2025-08-20T23:01:27.8577195Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/metrics.go' from root:root to runner:runner
2025-08-20T23:01:27.8578466Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/recover.go' from root:root to runner:runner
2025-08-20T23:01:27.8579762Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common' from root:root to runner:runner
2025-08-20T23:01:27.8581073Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/roundtripper/roundtripper.go' from root:root to runner:runner
2025-08-20T23:01:27.8582338Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/roundtripper' from root:root to runner:runner
2025-08-20T23:01:27.8583568Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/version/version.go' from root:root to runner:runner
2025-08-20T23:01:27.8584767Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/version' from root:root to runner:runner
2025-08-20T23:01:27.8586390Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/common/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8587938Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/common/common.go' from root:root to runner:runner
2025-08-20T23:01:27.8589405Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/common/models.go' from root:root to runner:runner
2025-08-20T23:01:27.8591086Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/common/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8592586Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/common/scopes.go' from root:root to runner:runner
2025-08-20T23:01:27.8594060Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/common/endpoints.go' from root:root to runner:runner
2025-08-20T23:01:27.8596785Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/common' from root:root to runner:runner
2025-08-20T23:01:27.8598370Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/requests.go' from root:root to runner:runner
2025-08-20T23:01:27.8599947Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8601529Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/airtable.go' from root:root to runner:runner
2025-08-20T23:01:27.8603080Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/airtable_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8604577Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat' from root:root to runner:runner
2025-08-20T23:01:27.8606368Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8608055Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth/airtable.go' from root:root to runner:runner
2025-08-20T23:01:27.8609635Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth/airtable_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8611157Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth' from root:root to runner:runner
2025-08-20T23:01:27.8612564Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable' from root:root to runner:runner
2025-08-20T23:01:27.8613957Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/common/github.go' from root:root to runner:runner
2025-08-20T23:01:27.8615363Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/common' from root:root to runner:runner
2025-08-20T23:01:27.8617034Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/github.go' from root:root to runner:runner
2025-08-20T23:01:27.8618511Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/classic/classic_permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8620050Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/classic/classictoken.go' from root:root to runner:runner
2025-08-20T23:01:27.8621631Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/classic/classic.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8623198Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/classic' from root:root to runner:runner
2025-08-20T23:01:27.8624604Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/github_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8626204Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8627871Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained_permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8629465Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained.go' from root:root to runner:runner
2025-08-20T23:01:27.8631019Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8632603Z [00:03:50.115]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/finegrained' from root:root to runner:runner
2025-08-20T23:01:27.8634029Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github' from root:root to runner:runner
2025-08-20T23:01:27.8635403Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8636970Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/requests.go' from root:root to runner:runner
2025-08-20T23:01:27.8638375Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/models.go' from root:root to runner:runner
2025-08-20T23:01:27.8639804Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8641239Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/resources.go' from root:root to runner:runner
2025-08-20T23:01:27.8642787Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/ngrok.go' from root:root to runner:runner
2025-08-20T23:01:27.8644206Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8645627Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/ngrok_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8647273Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok' from root:root to runner:runner
2025-08-20T23:01:27.8648812Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8650238Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify/requests.go' from root:root to runner:runner
2025-08-20T23:01:27.8651644Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify/models.go' from root:root to runner:runner
2025-08-20T23:01:27.8653073Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify/result_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8654539Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8656061Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify/netlify.go' from root:root to runner:runner
2025-08-20T23:01:27.8657729Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify/netlify_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8659175Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify' from root:root to runner:runner
2025-08-20T23:01:27.8660552Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8661967Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly/requests.go' from root:root to runner:runner
2025-08-20T23:01:27.8663363Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly/models.go' from root:root to runner:runner
2025-08-20T23:01:27.8664748Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly/fastly.go' from root:root to runner:runner
2025-08-20T23:01:27.8666262Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly/result_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8667868Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8669301Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly/fastly_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8670656Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly' from root:root to runner:runner
2025-08-20T23:01:27.8672102Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/asana/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8673622Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/asana/asana.go' from root:root to runner:runner
2025-08-20T23:01:27.8675003Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/asana/asana_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8676563Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/asana/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8678065Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/asana/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8679446Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/asana' from root:root to runner:runner
2025-08-20T23:01:27.8680809Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mysql/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8682307Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mysql/mysql.go' from root:root to runner:runner
2025-08-20T23:01:27.8683818Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mysql/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8685274Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mysql/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8686895Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mysql/scopes.go' from root:root to runner:runner
2025-08-20T23:01:27.8688297Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mysql/mysql_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8689642Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mysql' from root:root to runner:runner
2025-08-20T23:01:27.8691014Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8692614Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid/plaid_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8694009Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid/models.go' from root:root to runner:runner
2025-08-20T23:01:27.8695432Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8697146Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8698676Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid/plaid.go' from root:root to runner:runner
2025-08-20T23:01:27.8700062Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid/products.go' from root:root to runner:runner
2025-08-20T23:01:27.8701401Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid' from root:root to runner:runner
2025-08-20T23:01:27.8702776Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/twilio/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8704204Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/twilio/twilio_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8705600Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/twilio/twilio.go' from root:root to runner:runner
2025-08-20T23:01:27.8707302Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/twilio/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8708791Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/twilio' from root:root to runner:runner
2025-08-20T23:01:27.8710176Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/shopify/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8711624Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/shopify/shopify_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8713060Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/shopify/scopes.json' from root:root to runner:runner
2025-08-20T23:01:27.8714509Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/shopify/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8716066Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/shopify/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8717661Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/shopify/shopify.go' from root:root to runner:runner
2025-08-20T23:01:27.8719020Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/shopify' from root:root to runner:runner
2025-08-20T23:01:27.8720345Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/mux.go' from root:root to runner:runner
2025-08-20T23:01:27.8721788Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8723308Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/requests.go' from root:root to runner:runner
2025-08-20T23:01:27.8724677Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/models.go' from root:root to runner:runner
2025-08-20T23:01:27.8726323Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8727819Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/resources.go' from root:root to runner:runner
2025-08-20T23:01:27.8729228Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8730618Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/tests.json' from root:root to runner:runner
2025-08-20T23:01:27.8731987Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/mux_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8733309Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux' from root:root to runner:runner
2025-08-20T23:01:27.8734662Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog/datadog.go' from root:root to runner:runner
2025-08-20T23:01:27.8736180Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog/datadog_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8737674Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog/requests.go' from root:root to runner:runner
2025-08-20T23:01:27.8739110Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog/scopes.json' from root:root to runner:runner
2025-08-20T23:01:27.8740513Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog/models.go' from root:root to runner:runner
2025-08-20T23:01:27.8742154Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8743627Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8745014Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog' from root:root to runner:runner
2025-08-20T23:01:27.8746601Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8748124Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira/requests.go' from root:root to runner:runner
2025-08-20T23:01:27.8749514Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira/jira_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8750954Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira/models.go' from root:root to runner:runner
2025-08-20T23:01:27.8752431Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira/result_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8753861Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8755250Z [00:03:50.116]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira/jira.go' from root:root to runner:runner
2025-08-20T23:01:27.8756801Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira' from root:root to runner:runner
2025-08-20T23:01:27.8758159Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airbrake/scopes.go' from root:root to runner:runner
2025-08-20T23:01:27.8759573Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airbrake/airbrake.go' from root:root to runner:runner
2025-08-20T23:01:27.8760949Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airbrake' from root:root to runner:runner
2025-08-20T23:01:27.8762427Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/launchdarkly_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8763944Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8765535Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/requests.go' from root:root to runner:runner
2025-08-20T23:01:27.8767175Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/user.go' from root:root to runner:runner
2025-08-20T23:01:27.8768607Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/models.go' from root:root to runner:runner
2025-08-20T23:01:27.8770087Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/result_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8771597Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8773243Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/launchdarkly.go' from root:root to runner:runner
2025-08-20T23:01:27.8774668Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly' from root:root to runner:runner
2025-08-20T23:01:27.8776374Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8777922Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub/requests.go' from root:root to runner:runner
2025-08-20T23:01:27.8779364Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub/dockerhub.go' from root:root to runner:runner
2025-08-20T23:01:27.8780787Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub/helper.go' from root:root to runner:runner
2025-08-20T23:01:27.8782252Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub/result_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8783735Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8785215Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub/dockerhub_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8786793Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub' from root:root to runner:runner
2025-08-20T23:01:27.8788211Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/square/square_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8789613Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/square/square.go' from root:root to runner:runner
2025-08-20T23:01:27.8791179Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/square/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8792762Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/square/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8794224Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/square/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8795631Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/square/scopes.go' from root:root to runner:runner
2025-08-20T23:01:27.8797131Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/square' from root:root to runner:runner
2025-08-20T23:01:27.8798693Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/gitlab/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8800144Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/gitlab/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8801706Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/gitlab/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8803183Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/gitlab/gitlab.go' from root:root to runner:runner
2025-08-20T23:01:27.8804579Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/gitlab/scopes.go' from root:root to runner:runner
2025-08-20T23:01:27.8806101Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/gitlab/gitlab_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8807529Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/gitlab' from root:root to runner:runner
2025-08-20T23:01:27.8808934Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8810385Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks/requests.go' from root:root to runner:runner
2025-08-20T23:01:27.8811815Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks/models.go' from root:root to runner:runner
2025-08-20T23:01:27.8813277Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks/result_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8814878Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8816700Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks/databricks_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8818360Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks/databricks.go' from root:root to runner:runner
2025-08-20T23:01:27.8819762Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks' from root:root to runner:runner
2025-08-20T23:01:27.8821151Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/anthropic/anthropic.go' from root:root to runner:runner
2025-08-20T23:01:27.8822597Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/anthropic/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8824238Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/anthropic/requests.go' from root:root to runner:runner
2025-08-20T23:01:27.8825876Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/anthropic/result_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8827446Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/anthropic/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8828935Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/anthropic/anthropic_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8830344Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/anthropic' from root:root to runner:runner
2025-08-20T23:01:27.8831753Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/huggingface/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8833229Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/huggingface/huggingface.go' from root:root to runner:runner
2025-08-20T23:01:27.8834718Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/huggingface/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8836317Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/huggingface/huggingface_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8837846Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/huggingface/scopes.go' from root:root to runner:runner
2025-08-20T23:01:27.8839233Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/huggingface' from root:root to runner:runner
2025-08-20T23:01:27.8840789Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/planetscale/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8842343Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/planetscale/scopes.json' from root:root to runner:runner
2025-08-20T23:01:27.8843971Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/planetscale/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8845492Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/planetscale/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8847150Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/planetscale/planetscale_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8848876Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/planetscale/planetscale.go' from root:root to runner:runner
2025-08-20T23:01:27.8850293Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/planetscale' from root:root to runner:runner
2025-08-20T23:01:27.8851761Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8853265Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday/query.graphql' from root:root to runner:runner
2025-08-20T23:01:27.8854693Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday/monday_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8856248Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday/result_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8857726Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday/monday.go' from root:root to runner:runner
2025-08-20T23:01:27.8859149Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8860563Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday/query.go' from root:root to runner:runner
2025-08-20T23:01:27.8861905Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday' from root:root to runner:runner
2025-08-20T23:01:27.8863283Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailgun/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8864705Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailgun/requests.go' from root:root to runner:runner
2025-08-20T23:01:27.8866343Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailgun/mailgun_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8867928Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailgun/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8869400Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailgun/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8870831Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailgun/mailgun.go' from root:root to runner:runner
2025-08-20T23:01:27.8872192Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailgun' from root:root to runner:runner
2025-08-20T23:01:27.8873752Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/sourcegraph_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8875253Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8876992Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/sourcegraph.go' from root:root to runner:runner
2025-08-20T23:01:27.8878577Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8880007Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sourcegraph' from root:root to runner:runner
2025-08-20T23:01:27.8881389Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/slack/slack_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8882805Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/slack/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8884196Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/slack/slack.go' from root:root to runner:runner
2025-08-20T23:01:27.8885617Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/slack/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8887338Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/slack/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8888745Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/slack/scopes.go' from root:root to runner:runner
2025-08-20T23:01:27.8890088Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/slack' from root:root to runner:runner
2025-08-20T23:01:27.8891553Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/posthog/posthog_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8893097Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/posthog/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8894523Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/posthog/scopes.json' from root:root to runner:runner
2025-08-20T23:01:27.8896107Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/posthog/posthog.go' from root:root to runner:runner
2025-08-20T23:01:27.8897634Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/posthog/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8899118Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/posthog/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8900504Z [00:03:50.117]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/posthog' from root:root to runner:runner
2025-08-20T23:01:27.8901948Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/analyzers.go' from root:root to runner:runner
2025-08-20T23:01:27.8903450Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8904870Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/requests.go' from root:root to runner:runner
2025-08-20T23:01:27.8906380Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/models.go' from root:root to runner:runner
2025-08-20T23:01:27.8907869Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8909325Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8910733Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/scopes.go' from root:root to runner:runner
2025-08-20T23:01:27.8912310Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/figma_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8913726Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/endpoints.json' from root:root to runner:runner
2025-08-20T23:01:27.8915124Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/figma.go' from root:root to runner:runner
2025-08-20T23:01:27.8916704Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma' from root:root to runner:runner
2025-08-20T23:01:27.8918254Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/openai/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8919685Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/openai/openai_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8921130Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/openai/result_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8922593Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/openai/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8924008Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/openai/scopes.go' from root:root to runner:runner
2025-08-20T23:01:27.8925391Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/openai/openai.go' from root:root to runner:runner
2025-08-20T23:01:27.8927141Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/openai' from root:root to runner:runner
2025-08-20T23:01:27.8928537Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/client.go' from root:root to runner:runner
2025-08-20T23:01:27.8929949Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/bitbucket/bitbucket_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8931424Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/bitbucket/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8932906Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/bitbucket/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8934401Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/bitbucket/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8936017Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/bitbucket/bitbucket.go' from root:root to runner:runner
2025-08-20T23:01:27.8937622Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/bitbucket/scopes.go' from root:root to runner:runner
2025-08-20T23:01:27.8938991Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/bitbucket' from root:root to runner:runner
2025-08-20T23:01:27.8940379Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8941903Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox/dropbox_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8943455Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox/dropbox.go' from root:root to runner:runner
2025-08-20T23:01:27.8944858Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox/scopes.json' from root:root to runner:runner
2025-08-20T23:01:27.8946372Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox/models.go' from root:root to runner:runner
2025-08-20T23:01:27.8947880Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8949363Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8950745Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox' from root:root to runner:runner
2025-08-20T23:01:27.8952211Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postman/postman.go' from root:root to runner:runner
2025-08-20T23:01:27.8953703Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postman/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8955169Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postman/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8956794Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postman/postman_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8958256Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postman/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8959678Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postman/scopes.go' from root:root to runner:runner
2025-08-20T23:01:27.8961040Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postman' from root:root to runner:runner
2025-08-20T23:01:27.8962617Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/elevenlabs_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8964101Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8965555Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/requests.go' from root:root to runner:runner
2025-08-20T23:01:27.8967396Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/result_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8968992Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/elevenlabs.go' from root:root to runner:runner
2025-08-20T23:01:27.8970463Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8971874Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/elevenlabs' from root:root to runner:runner
2025-08-20T23:01:27.8973280Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/privatekey/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8974783Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/privatekey/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8976381Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/privatekey/privatekey_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8978071Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/privatekey/privatekey.go' from root:root to runner:runner
2025-08-20T23:01:27.8979611Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/privatekey/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8981041Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/privatekey' from root:root to runner:runner
2025-08-20T23:01:27.8982426Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/groq/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8983823Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/groq/requests.go' from root:root to runner:runner
2025-08-20T23:01:27.8985233Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/groq/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8986809Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/groq/groq_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8988359Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/groq/groq.go' from root:root to runner:runner
2025-08-20T23:01:27.8989682Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/groq' from root:root to runner:runner
2025-08-20T23:01:27.8991012Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/client_test.go' from root:root to runner:runner
2025-08-20T23:01:27.8992469Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/notion/notion.go' from root:root to runner:runner
2025-08-20T23:01:27.8994004Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/notion/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.8995420Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/notion/scopes.json' from root:root to runner:runner
2025-08-20T23:01:27.8997012Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/notion/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.8998484Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/notion/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.8999919Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/notion/notion_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9001274Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/notion' from root:root to runner:runner
2025-08-20T23:01:27.9002744Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/stripe/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.9004241Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/stripe/restricted.yaml' from root:root to runner:runner
2025-08-20T23:01:27.9005701Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/stripe/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.9007307Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/stripe/stripe.go' from root:root to runner:runner
2025-08-20T23:01:27.9008731Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/stripe/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.9010172Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/stripe/stripe_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9011528Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/stripe' from root:root to runner:runner
2025-08-20T23:01:27.9013106Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/opsgenie/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.9014548Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/opsgenie/scopes.json' from root:root to runner:runner
2025-08-20T23:01:27.9016114Z [00:03:50.118]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/opsgenie/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.9017743Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/opsgenie/opsgenie_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9019312Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/opsgenie/opsgenie.go' from root:root to runner:runner
2025-08-20T23:01:27.9020689Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/opsgenie' from root:root to runner:runner
2025-08-20T23:01:27.9022086Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailchimp/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.9023577Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailchimp/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.9025071Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailchimp/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.9026705Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailchimp/mailchimp_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9028264Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailchimp/mailchimp.go' from root:root to runner:runner
2025-08-20T23:01:27.9029753Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailchimp' from root:root to runner:runner
2025-08-20T23:01:27.9031159Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postgres/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.9032637Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postgres/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.9034118Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postgres/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.9035586Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postgres/postgres_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9037149Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postgres/postgres.go' from root:root to runner:runner
2025-08-20T23:01:27.9038722Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postgres' from root:root to runner:runner
2025-08-20T23:01:27.9040133Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/digitalocean/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.9041601Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/digitalocean/scopes.json' from root:root to runner:runner
2025-08-20T23:01:27.9043346Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/digitalocean/expected_output.json' from root:root to runner:runner
2025-08-20T23:01:27.9044931Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/digitalocean/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.9046543Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/digitalocean/digitalocean.go' from root:root to runner:runner
2025-08-20T23:01:27.9048075Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/digitalocean/digitalocean_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9049525Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/digitalocean' from root:root to runner:runner
2025-08-20T23:01:27.9050938Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sendgrid/permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.9052507Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sendgrid/result_output.json' from root:root to runner:runner
2025-08-20T23:01:27.9054038Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sendgrid/permissions.yaml' from root:root to runner:runner
2025-08-20T23:01:27.9055469Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sendgrid/scopes.go' from root:root to runner:runner
2025-08-20T23:01:27.9057052Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sendgrid/sendgrid.go' from root:root to runner:runner
2025-08-20T23:01:27.9058506Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sendgrid/sendgrid_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9059892Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sendgrid' from root:root to runner:runner
2025-08-20T23:01:27.9061171Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers' from root:root to runner:runner
2025-08-20T23:01:27.9062409Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/cli.go' from root:root to runner:runner
2025-08-20T23:01:27.9063836Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/README.md' from root:root to runner:runner
2025-08-20T23:01:27.9065119Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/config/config.go' from root:root to runner:runner
2025-08-20T23:01:27.9066547Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/config' from root:root to runner:runner
2025-08-20T23:01:27.9068045Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/generate_permissions/generate_permissions.go' from root:root to runner:runner
2025-08-20T23:01:27.9069590Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/generate_permissions' from root:root to runner:runner
2025-08-20T23:01:27.9070834Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer' from root:root to runner:runner
2025-08-20T23:01:27.9072054Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/log/redaction_core.go' from root:root to runner:runner
2025-08-20T23:01:27.9073282Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/log/level.go' from root:root to runner:runner
2025-08-20T23:01:27.9074475Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/log/log.go' from root:root to runner:runner
2025-08-20T23:01:27.9075676Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/log/log_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9077223Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/log/dynamic_redactor.go' from root:root to runner:runner
2025-08-20T23:01:27.9078516Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/log' from root:root to runner:runner
2025-08-20T23:01:27.9079710Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/feature/feature.go' from root:root to runner:runner
2025-08-20T23:01:27.9080913Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/feature' from root:root to runner:runner
2025-08-20T23:01:27.9082123Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/gitparse/gitparse.go' from root:root to runner:runner
2025-08-20T23:01:27.9083405Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/gitparse/gitparse_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9084634Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/gitparse' from root:root to runner:runner
2025-08-20T23:01:27.9085998Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/channelmetrics/noopcollector.go' from root:root to runner:runner
2025-08-20T23:01:27.9087520Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/channelmetrics/observablechan.go' from root:root to runner:runner
2025-08-20T23:01:27.9088904Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/channelmetrics/observablechan_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9090392Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/channelmetrics/metrics_collector/prometheus/collector.go' from root:root to runner:runner
2025-08-20T23:01:27.9091976Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/channelmetrics/metrics_collector/prometheus' from root:root to runner:runner
2025-08-20T23:01:27.9093499Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/channelmetrics/metrics_collector' from root:root to runner:runner
2025-08-20T23:01:27.9094786Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/channelmetrics' from root:root to runner:runner
2025-08-20T23:01:27.9096130Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/keymap/keymap.go' from root:root to runner:runner
2025-08-20T23:01:27.9097409Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/keymap' from root:root to runner:runner
2025-08-20T23:01:27.9098626Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/common/utils.go' from root:root to runner:runner
2025-08-20T23:01:27.9099880Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/common/common.go' from root:root to runner:runner
2025-08-20T23:01:27.9101225Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/common/error.go' from root:root to runner:runner
2025-08-20T23:01:27.9102581Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/common/style.go' from root:root to runner:runner
2025-08-20T23:01:27.9103855Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/common/component.go' from root:root to runner:runner
2025-08-20T23:01:27.9105089Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/common' from root:root to runner:runner
2025-08-20T23:01:27.9106496Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_select/item.go' from root:root to runner:runner
2025-08-20T23:01:27.9107935Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_select/source_select.go' from root:root to runner:runner
2025-08-20T23:01:27.9109274Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_select' from root:root to runner:runner
2025-08-20T23:01:27.9110580Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/view_oss/view_oss.go' from root:root to runner:runner
2025-08-20T23:01:27.9112067Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/view_oss' from root:root to runner:runner
2025-08-20T23:01:27.9113360Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/wizard_intro/item.go' from root:root to runner:runner
2025-08-20T23:01:27.9114712Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/wizard_intro/wizard_intro.go' from root:root to runner:runner
2025-08-20T23:01:27.9116236Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/wizard_intro' from root:root to runner:runner
2025-08-20T23:01:27.9117694Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/analyze_form/analyze_form.go' from root:root to runner:runner
2025-08-20T23:01:27.9119019Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/analyze_form' from root:root to runner:runner
2025-08-20T23:01:27.9120405Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/contact_enterprise/contact_enterprise.go' from root:root to runner:runner
2025-08-20T23:01:27.9121793Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/contact_enterprise' from root:root to runner:runner
2025-08-20T23:01:27.9123148Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/analyze_keys/analyze_keys.go' from root:root to runner:runner
2025-08-20T23:01:27.9124469Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/analyze_keys' from root:root to runner:runner
2025-08-20T23:01:27.9126041Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_configure/source_configure.go' from root:root to runner:runner
2025-08-20T23:01:27.9127594Z [00:03:50.119]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_configure/trufflehog_component.go' from root:root to runner:runner
2025-08-20T23:01:27.9129020Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_configure/item.go' from root:root to runner:runner
2025-08-20T23:01:27.9130457Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_configure/trufflehog_configure.go' from root:root to runner:runner
2025-08-20T23:01:27.9131919Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_configure/source_component.go' from root:root to runner:runner
2025-08-20T23:01:27.9133354Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_configure/run_component.go' from root:root to runner:runner
2025-08-20T23:01:27.9134716Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_configure' from root:root to runner:runner
2025-08-20T23:01:27.9136248Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages' from root:root to runner:runner
2025-08-20T23:01:27.9137539Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/styles/styles.go' from root:root to runner:runner
2025-08-20T23:01:27.9138764Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/styles' from root:root to runner:runner
2025-08-20T23:01:27.9140138Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/footer/footer.go' from root:root to runner:runner
2025-08-20T23:01:27.9141607Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/footer' from root:root to runner:runner
2025-08-20T23:01:27.9142952Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/formfield/formfield.go' from root:root to runner:runner
2025-08-20T23:01:27.9144300Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/formfield' from root:root to runner:runner
2025-08-20T23:01:27.9145645Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/selector/selector.go' from root:root to runner:runner
2025-08-20T23:01:27.9147139Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/selector' from root:root to runner:runner
2025-08-20T23:01:27.9148498Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/textinput/textinput.go' from root:root to runner:runner
2025-08-20T23:01:27.9149843Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/textinput' from root:root to runner:runner
2025-08-20T23:01:27.9151277Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/confirm/confirm.go' from root:root to runner:runner
2025-08-20T23:01:27.9152669Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/confirm' from root:root to runner:runner
2025-08-20T23:01:27.9153975Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/tabs/tabs.go' from root:root to runner:runner
2025-08-20T23:01:27.9155257Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/tabs' from root:root to runner:runner
2025-08-20T23:01:27.9156732Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/viewport/viewport.go' from root:root to runner:runner
2025-08-20T23:01:27.9158068Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/viewport' from root:root to runner:runner
2025-08-20T23:01:27.9160096Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/header/header.go' from root:root to runner:runner
2025-08-20T23:01:27.9161595Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/header' from root:root to runner:runner
2025-08-20T23:01:27.9162947Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/textinputs/textinputs.go' from root:root to runner:runner
2025-08-20T23:01:27.9164307Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/textinputs' from root:root to runner:runner
2025-08-20T23:01:27.9165734Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/statusbar/statusbar.go' from root:root to runner:runner
2025-08-20T23:01:27.9167337Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/statusbar' from root:root to runner:runner
2025-08-20T23:01:27.9168589Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components' from root:root to runner:runner
2025-08-20T23:01:27.9169788Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/tui.go' from root:root to runner:runner
2025-08-20T23:01:27.9171042Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/github/github.go' from root:root to runner:runner
2025-08-20T23:01:27.9172320Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/github' from root:root to runner:runner
2025-08-20T23:01:27.9173613Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/gitlab/gitlab.go' from root:root to runner:runner
2025-08-20T23:01:27.9174887Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/gitlab' from root:root to runner:runner
2025-08-20T23:01:27.9176454Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/huggingface/huggingface.go' from root:root to runner:runner
2025-08-20T23:01:27.9177920Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/huggingface' from root:root to runner:runner
2025-08-20T23:01:27.9179209Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/git/git.go' from root:root to runner:runner
2025-08-20T23:01:27.9180453Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/git' from root:root to runner:runner
2025-08-20T23:01:27.9181698Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/s3/s3.go' from root:root to runner:runner
2025-08-20T23:01:27.9182930Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/s3' from root:root to runner:runner
2025-08-20T23:01:27.9184215Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/jenkins/jenkins.go' from root:root to runner:runner
2025-08-20T23:01:27.9185685Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/jenkins' from root:root to runner:runner
2025-08-20T23:01:27.9187160Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/docker/docker.go' from root:root to runner:runner
2025-08-20T23:01:27.9188454Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/docker' from root:root to runner:runner
2025-08-20T23:01:27.9189843Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/postman/postman.go' from root:root to runner:runner
2025-08-20T23:01:27.9191259Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/postman' from root:root to runner:runner
2025-08-20T23:01:27.9192591Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/filesystem/filesystem.go' from root:root to runner:runner
2025-08-20T23:01:27.9193927Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/filesystem' from root:root to runner:runner
2025-08-20T23:01:27.9195252Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/syslog/syslog.go' from root:root to runner:runner
2025-08-20T23:01:27.9196737Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/syslog' from root:root to runner:runner
2025-08-20T23:01:27.9198007Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/gcs/gcs.go' from root:root to runner:runner
2025-08-20T23:01:27.9199250Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/gcs' from root:root to runner:runner
2025-08-20T23:01:27.9200604Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/sources.go' from root:root to runner:runner
2025-08-20T23:01:27.9202005Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/circleci/circleci.go' from root:root to runner:runner
2025-08-20T23:01:27.9203313Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/circleci' from root:root to runner:runner
2025-08-20T23:01:27.9204678Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/elasticsearch/elasticsearch.go' from root:root to runner:runner
2025-08-20T23:01:27.9206205Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/elasticsearch' from root:root to runner:runner
2025-08-20T23:01:27.9207520Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources' from root:root to runner:runner
2025-08-20T23:01:27.9208678Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui' from root:root to runner:runner
2025-08-20T23:01:27.9210050Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sanitizer/utf8.go' from root:root to runner:runner
2025-08-20T23:01:27.9211310Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sanitizer/utf8_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9212532Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sanitizer' from root:root to runner:runner
2025-08-20T23:01:27.9213869Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffer_writer/metrics.go' from root:root to runner:runner
2025-08-20T23:01:27.9215387Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffer_writer/bufferwriter_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9217010Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffer_writer/bufferwriter.go' from root:root to runner:runner
2025-08-20T23:01:27.9218348Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffer_writer' from root:root to runner:runner
2025-08-20T23:01:27.9219734Z [00:03:50.120]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffered_file_writer/bufferedfilewriter.go' from root:root to runner:runner
2025-08-20T23:01:27.9221246Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffered_file_writer/bufferedfilewriter_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9222712Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffered_file_writer/metrics.go' from root:root to runner:runner
2025-08-20T23:01:27.9224178Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffered_file_writer' from root:root to runner:runner
2025-08-20T23:01:27.9225470Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers' from root:root to runner:runner
2025-08-20T23:01:27.9226863Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/protoyaml/protoyaml.go' from root:root to runner:runner
2025-08-20T23:01:27.9228103Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/protoyaml' from root:root to runner:runner
2025-08-20T23:01:27.9229365Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groovehq/groovehq.go' from root:root to runner:runner
2025-08-20T23:01:27.9230740Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groovehq/groovehq_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9232169Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groovehq/groovehq_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9233526Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groovehq' from root:root to runner:runner
2025-08-20T23:01:27.9235100Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshdesk/freshdesk_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9236596Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshdesk/freshdesk.go' from root:root to runner:runner
2025-08-20T23:01:27.9238034Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshdesk/freshdesk_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9239486Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshdesk' from root:root to runner:runner
2025-08-20T23:01:27.9240905Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fetchrss/fetchrss.go' from root:root to runner:runner
2025-08-20T23:01:27.9242279Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fetchrss/fetchrss_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9243711Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fetchrss/fetchrss_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9245061Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fetchrss' from root:root to runner:runner
2025-08-20T23:01:27.9246481Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepai/deepai.go' from root:root to runner:runner
2025-08-20T23:01:27.9247926Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepai/deepai_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9249413Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepai/deepai_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9250801Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepai' from root:root to runner:runner
2025-08-20T23:01:27.9252214Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/extractorapi/extractorapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9253706Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/extractorapi/extractorapi.go' from root:root to runner:runner
2025-08-20T23:01:27.9255144Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/extractorapi/extractorapi_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9256650Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/extractorapi' from root:root to runner:runner
2025-08-20T23:01:27.9257974Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/debounce/debounce.go' from root:root to runner:runner
2025-08-20T23:01:27.9259543Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/debounce/debounce_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9260980Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/debounce/debounce_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9262336Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/debounce' from root:root to runner:runner
2025-08-20T23:01:27.9263728Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travisci/travisci_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9265216Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travisci/travisci.go' from root:root to runner:runner
2025-08-20T23:01:27.9266799Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travisci/travisci_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9268162Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travisci' from root:root to runner:runner
2025-08-20T23:01:27.9269473Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linearapi/linearapi.go' from root:root to runner:runner
2025-08-20T23:01:27.9270904Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linearapi/linearapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9272343Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linearapi/linearapi_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9273760Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linearapi' from root:root to runner:runner
2025-08-20T23:01:27.9275178Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtokenv2/npmtokenv2_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9276750Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtokenv2/npmtokenv2.go' from root:root to runner:runner
2025-08-20T23:01:27.9278253Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtokenv2/npmtokenv2_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9279634Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtokenv2' from root:root to runner:runner
2025-08-20T23:01:27.9281034Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v2/atlassian_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9282488Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v2/atlassian.go' from root:root to runner:runner
2025-08-20T23:01:27.9284073Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v2/atlassian_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9285420Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v2' from root:root to runner:runner
2025-08-20T23:01:27.9286989Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v1/atlassian_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9288539Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v1/atlassian.go' from root:root to runner:runner
2025-08-20T23:01:27.9290070Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v1/atlassian_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9291417Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v1' from root:root to runner:runner
2025-08-20T23:01:27.9292679Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian' from root:root to runner:runner
2025-08-20T23:01:27.9294000Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/karmacrm/karmacrm_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9295434Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/karmacrm/karmacrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9297003Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/karmacrm/karmacrm.go' from root:root to runner:runner
2025-08-20T23:01:27.9298300Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/karmacrm' from root:root to runner:runner
2025-08-20T23:01:27.9299784Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/virustotal/virustotal_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9301310Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/virustotal/virustotal_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9302710Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/virustotal/virustotal.go' from root:root to runner:runner
2025-08-20T23:01:27.9304030Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/virustotal' from root:root to runner:runner
2025-08-20T23:01:27.9305349Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenkitapi/zenkitapi.go' from root:root to runner:runner
2025-08-20T23:01:27.9306941Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenkitapi/zenkitapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9308393Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenkitapi/zenkitapi_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9309917Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenkitapi' from root:root to runner:runner
2025-08-20T23:01:27.9311237Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langsmith/langsmith.go' from root:root to runner:runner
2025-08-20T23:01:27.9312624Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langsmith/langsmith_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9314139Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langsmith/langsmith_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9315615Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langsmith' from root:root to runner:runner
2025-08-20T23:01:27.9317069Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fixerio/fixerio.go' from root:root to runner:runner
2025-08-20T23:01:27.9318474Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fixerio/fixerio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9319884Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fixerio/fixerio_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9321183Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fixerio' from root:root to runner:runner
2025-08-20T23:01:27.9322543Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lexigram/lexigram_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9324021Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lexigram/lexigram.go' from root:root to runner:runner
2025-08-20T23:01:27.9325463Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lexigram/lexigram_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9326925Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lexigram' from root:root to runner:runner
2025-08-20T23:01:27.9328222Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v2/github.go' from root:root to runner:runner
2025-08-20T23:01:27.9329622Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v2/github_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9331030Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v2/github_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9332333Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v2' from root:root to runner:runner
2025-08-20T23:01:27.9333844Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v1/github_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9335264Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v1/github_old_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9336793Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v1/github_old.go' from root:root to runner:runner
2025-08-20T23:01:27.9338185Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v1' from root:root to runner:runner
2025-08-20T23:01:27.9339529Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github' from root:root to runner:runner
2025-08-20T23:01:27.9340877Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sslmate/sslmate_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9342266Z [00:03:50.121]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sslmate/sslmate.go' from root:root to runner:runner
2025-08-20T23:01:27.9343615Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sslmate/sslmate_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9344913Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sslmate' from root:root to runner:runner
2025-08-20T23:01:27.9346343Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fmfw/fmfw_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9347832Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fmfw/fmfw_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9349220Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fmfw/fmfw.go' from root:root to runner:runner
2025-08-20T23:01:27.9350468Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fmfw' from root:root to runner:runner
2025-08-20T23:01:27.9351720Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fp_words.txt' from root:root to runner:runner
2025-08-20T23:01:27.9353042Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fp_programmingbooks.txt' from root:root to runner:runner
2025-08-20T23:01:27.9354369Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngrok/ngrok.go' from root:root to runner:runner
2025-08-20T23:01:27.9355731Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngrok/ngrok_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9357257Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngrok/ngrok_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9358742Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngrok' from root:root to runner:runner
2025-08-20T23:01:27.9360012Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kylas/kylas.go' from root:root to runner:runner
2025-08-20T23:01:27.9361367Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kylas/kylas_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9362802Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kylas/kylas_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9364187Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kylas' from root:root to runner:runner
2025-08-20T23:01:27.9365496Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/spotifykey/spotifykey.go' from root:root to runner:runner
2025-08-20T23:01:27.9367062Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/spotifykey/spotifykey_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9368536Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/spotifykey/spotifykey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9369918Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/spotifykey' from root:root to runner:runner
2025-08-20T23:01:27.9371215Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replyio/replyio.go' from root:root to runner:runner
2025-08-20T23:01:27.9372703Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replyio/replyio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9374179Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replyio/replyio_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9375474Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replyio' from root:root to runner:runner
2025-08-20T23:01:27.9377009Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sonarcloud/sonarcloud_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9378492Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sonarcloud/sonarcloud.go' from root:root to runner:runner
2025-08-20T23:01:27.9379889Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sonarcloud/sonarcloud_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9381222Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sonarcloud' from root:root to runner:runner
2025-08-20T23:01:27.9382809Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveybot/surveybot_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9384257Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveybot/surveybot_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9385683Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveybot/surveybot.go' from root:root to runner:runner
2025-08-20T23:01:27.9387229Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveybot' from root:root to runner:runner
2025-08-20T23:01:27.9388675Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nutritionix/nutritionix.go' from root:root to runner:runner
2025-08-20T23:01:27.9390092Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nutritionix/nutritionix_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9391580Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nutritionix/nutritionix_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9392982Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nutritionix' from root:root to runner:runner
2025-08-20T23:01:27.9394326Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uclassify/uclassify_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9395878Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uclassify/uclassify_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9397457Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uclassify/uclassify.go' from root:root to runner:runner
2025-08-20T23:01:27.9398835Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uclassify' from root:root to runner:runner
2025-08-20T23:01:27.9400164Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meistertask/meistertask.go' from root:root to runner:runner
2025-08-20T23:01:27.9401635Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meistertask/meistertask_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9403117Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meistertask/meistertask_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9404480Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meistertask' from root:root to runner:runner
2025-08-20T23:01:27.9406024Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesblink/salesblink_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9407667Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesblink/salesblink_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9409067Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesblink/salesblink.go' from root:root to runner:runner
2025-08-20T23:01:27.9410379Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesblink' from root:root to runner:runner
2025-08-20T23:01:27.9411876Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailboxlayer/mailboxlayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9413500Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailboxlayer/mailboxlayer_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9414932Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailboxlayer/mailboxlayer.go' from root:root to runner:runner
2025-08-20T23:01:27.9416392Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailboxlayer' from root:root to runner:runner
2025-08-20T23:01:27.9417787Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocanvas/gocanvas_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9419153Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocanvas/gocanvas.go' from root:root to runner:runner
2025-08-20T23:01:27.9420569Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocanvas/gocanvas_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9422081Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocanvas' from root:root to runner:runner
2025-08-20T23:01:27.9423509Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timecamp/timecamp_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9424938Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timecamp/timecamp_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9426383Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timecamp/timecamp.go' from root:root to runner:runner
2025-08-20T23:01:27.9427722Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timecamp' from root:root to runner:runner
2025-08-20T23:01:27.9429077Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cliengo/cliengo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9430485Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cliengo/cliengo_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9432017Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cliengo/cliengo.go' from root:root to runner:runner
2025-08-20T23:01:27.9433298Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cliengo' from root:root to runner:runner
2025-08-20T23:01:27.9434686Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0oauth/auth0oauth_integeration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9436327Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0oauth/auth0oauth.go' from root:root to runner:runner
2025-08-20T23:01:27.9437850Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0oauth/auth0oauth_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9439193Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0oauth' from root:root to runner:runner
2025-08-20T23:01:27.9440583Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v2/netlify_v2_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9442029Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v2/netlify_v2_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9443413Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v2/netlify_v2.go' from root:root to runner:runner
2025-08-20T23:01:27.9444727Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v2' from root:root to runner:runner
2025-08-20T23:01:27.9446194Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v1/netlify_v1_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9447778Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v1/netlify_v1.go' from root:root to runner:runner
2025-08-20T23:01:27.9449241Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v1/netlify_v1_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9450572Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v1' from root:root to runner:runner
2025-08-20T23:01:27.9451820Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify' from root:root to runner:runner
2025-08-20T23:01:27.9453143Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tailscale/tailscale_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9454606Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tailscale/tailscale_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9456132Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tailscale/tailscale.go' from root:root to runner:runner
2025-08-20T23:01:27.9457587Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tailscale' from root:root to runner:runner
2025-08-20T23:01:27.9458855Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectors.go' from root:root to runner:runner
2025-08-20T23:01:27.9460176Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/textmagic/textmagic.go' from root:root to runner:runner
2025-08-20T23:01:27.9461681Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/textmagic/textmagic_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9463302Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/textmagic/textmagic_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9464746Z [00:03:50.122]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/textmagic' from root:root to runner:runner
2025-08-20T23:01:27.9466795Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken/contentfulpersonalaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9468791Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken/contentfulpersonalacesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9470811Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken/contentfulpersonalaccesstoken.go' from root:root to runner:runner
2025-08-20T23:01:27.9472512Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken' from root:root to runner:runner
2025-08-20T23:01:27.9473996Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/madkudu/madkudu.go' from root:root to runner:runner
2025-08-20T23:01:27.9475563Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/madkudu/madkudu_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9477200Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/madkudu/madkudu_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9478678Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/madkudu' from root:root to runner:runner
2025-08-20T23:01:27.9480204Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforce/salesforce_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9481789Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforce/salesforce_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9483393Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforce/salesforce.go' from root:root to runner:runner
2025-08-20T23:01:27.9484991Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforce' from root:root to runner:runner
2025-08-20T23:01:27.9486704Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangerateapi/exchangerateapi.go' from root:root to runner:runner
2025-08-20T23:01:27.9488506Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangerateapi/exchangerateapi_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9490249Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangerateapi/exchangerateapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9491867Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangerateapi' from root:root to runner:runner
2025-08-20T23:01:27.9493452Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flowflu/flowflu_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9494937Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flowflu/flowflu.go' from root:root to runner:runner
2025-08-20T23:01:27.9496626Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flowflu/flowflu_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9498091Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flowflu' from root:root to runner:runner
2025-08-20T23:01:27.9499490Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nftport/nftport_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9501029Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nftport/nftport.go' from root:root to runner:runner
2025-08-20T23:01:27.9502575Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nftport/nftport_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9504083Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nftport' from root:root to runner:runner
2025-08-20T23:01:27.9505522Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metaapi/metaapi_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9507094Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metaapi/metaapi.go' from root:root to runner:runner
2025-08-20T23:01:27.9508809Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metaapi/metaapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9510334Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metaapi' from root:root to runner:runner
2025-08-20T23:01:27.9511928Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nethunt/nethunt_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9533767Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nethunt/nethunt_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9535193Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nethunt/nethunt.go' from root:root to runner:runner
2025-08-20T23:01:27.9536703Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nethunt' from root:root to runner:runner
2025-08-20T23:01:27.9538418Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtoken/npmtoken_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9539789Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtoken/npmtoken.go' from root:root to runner:runner
2025-08-20T23:01:27.9541297Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtoken/npmtoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9542756Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtoken' from root:root to runner:runner
2025-08-20T23:01:27.9544144Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docparser/docparser_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9545573Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docparser/docparser.go' from root:root to runner:runner
2025-08-20T23:01:27.9547137Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docparser/docparser_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9548465Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docparser' from root:root to runner:runner
2025-08-20T23:01:27.9549789Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/omnisend/omnisend_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9551221Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/omnisend/omnisend_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9552622Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/omnisend/omnisend.go' from root:root to runner:runner
2025-08-20T23:01:27.9553910Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/omnisend' from root:root to runner:runner
2025-08-20T23:01:27.9555302Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gemini/gemini.go' from root:root to runner:runner
2025-08-20T23:01:27.9556943Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gemini/gemini_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9558330Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gemini/gemini_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9559618Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gemini' from root:root to runner:runner
2025-08-20T23:01:27.9560946Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/host/host_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9562430Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/host/host.go' from root:root to runner:runner
2025-08-20T23:01:27.9563731Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/host/host_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9565070Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/host' from root:root to runner:runner
2025-08-20T23:01:27.9566592Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/revampcrm/revampcrm_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9567994Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/revampcrm/revampcrm.go' from root:root to runner:runner
2025-08-20T23:01:27.9569434Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/revampcrm/revampcrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9570796Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/revampcrm' from root:root to runner:runner
2025-08-20T23:01:27.9572124Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diggernaut/diggernaut.go' from root:root to runner:runner
2025-08-20T23:01:27.9573529Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diggernaut/diggernaut_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9574997Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diggernaut/diggernaut_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9576600Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diggernaut' from root:root to runner:runner
2025-08-20T23:01:27.9577950Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kickbox/kickbox.go' from root:root to runner:runner
2025-08-20T23:01:27.9579424Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kickbox/kickbox_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9580923Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kickbox/kickbox_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9582405Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kickbox' from root:root to runner:runner
2025-08-20T23:01:27.9583735Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/endorlabs/endorlabs_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9585183Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/endorlabs/endorlabs_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9586805Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/endorlabs/endorlabs.go' from root:root to runner:runner
2025-08-20T23:01:27.9588310Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/endorlabs' from root:root to runner:runner
2025-08-20T23:01:27.9589693Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenscrape/zenscrape_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9591188Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenscrape/zenscrape.go' from root:root to runner:runner
2025-08-20T23:01:27.9592682Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenscrape/zenscrape_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9594011Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenscrape' from root:root to runner:runner
2025-08-20T23:01:27.9595336Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autodesk/autodesk_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9597076Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autodesk/autodesk_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9598502Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autodesk/autodesk.go' from root:root to runner:runner
2025-08-20T23:01:27.9599798Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autodesk' from root:root to runner:runner
2025-08-20T23:01:27.9601126Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodebase/zipcodebase.go' from root:root to runner:runner
2025-08-20T23:01:27.9602546Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodebase/zipcodebase_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9604037Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodebase/zipcodebase_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9605575Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodebase' from root:root to runner:runner
2025-08-20T23:01:27.9607148Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldweather/worldweather.go' from root:root to runner:runner
2025-08-20T23:01:27.9608635Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldweather/worldweather_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9610134Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldweather/worldweather_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9611493Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldweather' from root:root to runner:runner
2025-08-20T23:01:27.9613067Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/spoonacular/spoonacular_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9614539Z [00:03:50.123]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/spoonacular/spoonacular.go' from root:root to runner:runner
2025-08-20T23:01:27.9616129Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/spoonacular/spoonacular_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9617549Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/spoonacular' from root:root to runner:runner
2025-08-20T23:01:27.9618973Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weightsandbiases/weightsandbiases_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9620477Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weightsandbiases/weightsandbiases.go' from root:root to runner:runner
2025-08-20T23:01:27.9622040Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weightsandbiases/weightsandbiases_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9623504Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weightsandbiases' from root:root to runner:runner
2025-08-20T23:01:27.9624893Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newscatcher/newscatcher_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9626410Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newscatcher/newscatcher.go' from root:root to runner:runner
2025-08-20T23:01:27.9627948Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newscatcher/newscatcher_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9629450Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newscatcher' from root:root to runner:runner
2025-08-20T23:01:27.9630830Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenrows/zenrows_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9632316Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenrows/zenrows.go' from root:root to runner:runner
2025-08-20T23:01:27.9633712Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenrows/zenrows_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9635048Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenrows' from root:root to runner:runner
2025-08-20T23:01:27.9636499Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitcoinaverage/bitcoinaverage.go' from root:root to runner:runner
2025-08-20T23:01:27.9638088Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitcoinaverage/bitcoinaverage_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9639625Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitcoinaverage/bitcoinaverage_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9641132Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitcoinaverage' from root:root to runner:runner
2025-08-20T23:01:27.9642541Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openweather/openweather_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9644035Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openweather/openweather_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9645490Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openweather/openweather.go' from root:root to runner:runner
2025-08-20T23:01:27.9647054Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openweather' from root:root to runner:runner
2025-08-20T23:01:27.9648403Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sqlserver/sqlserver_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9649852Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sqlserver/sqlserver_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9651476Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sqlserver/sqlserver.go' from root:root to runner:runner
2025-08-20T23:01:27.9652786Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sqlserver' from root:root to runner:runner
2025-08-20T23:01:27.9654151Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v2/heroku_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9655609Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v2/heroku.go' from root:root to runner:runner
2025-08-20T23:01:27.9657187Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v2/heroku_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9658490Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v2' from root:root to runner:runner
2025-08-20T23:01:27.9659852Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v1/heroku_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9661241Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v1/heroku.go' from root:root to runner:runner
2025-08-20T23:01:27.9662596Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v1/heroku_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9663903Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v1' from root:root to runner:runner
2025-08-20T23:01:27.9665235Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku' from root:root to runner:runner
2025-08-20T23:01:27.9666808Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyscoop/currencyscoop_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9668341Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyscoop/currencyscoop_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9669796Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyscoop/currencyscoop.go' from root:root to runner:runner
2025-08-20T23:01:27.9671154Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyscoop' from root:root to runner:runner
2025-08-20T23:01:27.9672470Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipbooks/zipbooks.go' from root:root to runner:runner
2025-08-20T23:01:27.9673883Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipbooks/zipbooks_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9675492Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipbooks/zipbooks_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9676972Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipbooks' from root:root to runner:runner
2025-08-20T23:01:27.9678446Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/robinhoodcrypto/robinhoodcrypto_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9680088Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/robinhoodcrypto/robinhoodcrypto.go' from root:root to runner:runner
2025-08-20T23:01:27.9681743Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/robinhoodcrypto/robinhoodcrypto_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9683146Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/robinhoodcrypto' from root:root to runner:runner
2025-08-20T23:01:27.9684467Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/redis/redis_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9685969Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/redis/redis_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9687379Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/redis/redis.go' from root:root to runner:runner
2025-08-20T23:01:27.9688638Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/redis' from root:root to runner:runner
2025-08-20T23:01:27.9689999Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checio/checio.go' from root:root to runner:runner
2025-08-20T23:01:27.9691459Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checio/checio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9692854Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checio/checio_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9694145Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checio' from root:root to runner:runner
2025-08-20T23:01:27.9695624Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickuppersonaltoken/clickuppersonaltoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9697452Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickuppersonaltoken/clickuppersonaltoken_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9699052Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickuppersonaltoken/clickuppersonaltoken.go' from root:root to runner:runner
2025-08-20T23:01:27.9700705Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickuppersonaltoken' from root:root to runner:runner
2025-08-20T23:01:27.9702204Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/technicalanalysisapi/technicalanalysisapi_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9703866Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/technicalanalysisapi/technicalanalysisapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9705573Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/technicalanalysisapi/technicalanalysisapi.go' from root:root to runner:runner
2025-08-20T23:01:27.9707245Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/technicalanalysisapi' from root:root to runner:runner
2025-08-20T23:01:27.9708702Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/repairshopr/repairshopr_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9710166Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/repairshopr/repairshopr.go' from root:root to runner:runner
2025-08-20T23:01:27.9711585Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/repairshopr/repairshopr_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9712937Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/repairshopr' from root:root to runner:runner
2025-08-20T23:01:27.9714244Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamgate/teamgate.go' from root:root to runner:runner
2025-08-20T23:01:27.9715700Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamgate/teamgate_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9717321Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamgate/teamgate_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9718683Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamgate' from root:root to runner:runner
2025-08-20T23:01:27.9720040Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zohocrm/zohocrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9721475Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zohocrm/zohocrm.go' from root:root to runner:runner
2025-08-20T23:01:27.9722827Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zohocrm/zohocrm_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9724132Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zohocrm' from root:root to runner:runner
2025-08-20T23:01:27.9725672Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilio/twilio_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9727254Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilio/twilio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9728629Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilio/twilio.go' from root:root to runner:runner
2025-08-20T23:01:27.9729981Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilio' from root:root to runner:runner
2025-08-20T23:01:27.9731467Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snykkey/snykkey_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9732908Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snykkey/snykkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9734298Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snykkey/snykkey.go' from root:root to runner:runner
2025-08-20T23:01:27.9735581Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snykkey' from root:root to runner:runner
2025-08-20T23:01:27.9737098Z [00:03:50.124]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telegrambottoken/telegrambottoken.go' from root:root to runner:runner
2025-08-20T23:01:27.9738672Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telegrambottoken/telegrambottoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9740347Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telegrambottoken/telegrambottoken_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9741837Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telegrambottoken' from root:root to runner:runner
2025-08-20T23:01:27.9743169Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anypoint/anypoint.go' from root:root to runner:runner
2025-08-20T23:01:27.9744537Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anypoint/anypoint_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9746056Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anypoint/anypoint_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9747466Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anypoint' from root:root to runner:runner
2025-08-20T23:01:27.9748837Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/carboninterface/carboninterface.go' from root:root to runner:runner
2025-08-20T23:01:27.9750541Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/carboninterface/carboninterface_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9752098Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/carboninterface/carboninterface_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9753495Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/carboninterface' from root:root to runner:runner
2025-08-20T23:01:27.9754989Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appointedd/appointedd_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9756671Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appointedd/appointedd.go' from root:root to runner:runner
2025-08-20T23:01:27.9758074Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appointedd/appointedd_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9759414Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appointedd' from root:root to runner:runner
2025-08-20T23:01:27.9760764Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alconost/alconost_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9762203Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alconost/alconost_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9763607Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alconost/alconost.go' from root:root to runner:runner
2025-08-20T23:01:27.9764993Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alconost' from root:root to runner:runner
2025-08-20T23:01:27.9766523Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rabbitmq/rabbitmq_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9767967Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rabbitmq/rabbitmq.go' from root:root to runner:runner
2025-08-20T23:01:27.9769333Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rabbitmq/rabbitmq_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9770645Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rabbitmq' from root:root to runner:runner
2025-08-20T23:01:27.9771946Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/copper/copper_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9773277Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/copper/copper.go' from root:root to runner:runner
2025-08-20T23:01:27.9774814Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/copper/copper_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9776242Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/copper' from root:root to runner:runner
2025-08-20T23:01:27.9777650Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linemessaging/linemessaging.go' from root:root to runner:runner
2025-08-20T23:01:27.9779232Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linemessaging/linemessaging_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9780869Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linemessaging/linemessaging_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9782300Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linemessaging' from root:root to runner:runner
2025-08-20T23:01:27.9783632Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thinkific/thinkific.go' from root:root to runner:runner
2025-08-20T23:01:27.9785018Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thinkific/thinkific_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9786640Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thinkific/thinkific_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9788031Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thinkific' from root:root to runner:runner
2025-08-20T23:01:27.9789514Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storecove/storecove_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9791061Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storecove/storecove_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9792449Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storecove/storecove.go' from root:root to runner:runner
2025-08-20T23:01:27.9793759Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storecove' from root:root to runner:runner
2025-08-20T23:01:27.9795279Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mattermostpersonaltoken/mattermostpersonaltoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9797182Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mattermostpersonaltoken/mattermostpersonaltoken_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9798832Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mattermostpersonaltoken/mattermostpersonaltoken.go' from root:root to runner:runner
2025-08-20T23:01:27.9800515Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mattermostpersonaltoken' from root:root to runner:runner
2025-08-20T23:01:27.9801924Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanbantool/kanbantool_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9803327Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanbantool/kanbantool.go' from root:root to runner:runner
2025-08-20T23:01:27.9804853Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanbantool/kanbantool_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9806576Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanbantool' from root:root to runner:runner
2025-08-20T23:01:27.9807939Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperbox/scraperbox_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9809340Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperbox/scraperbox.go' from root:root to runner:runner
2025-08-20T23:01:27.9810789Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperbox/scraperbox_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9812172Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperbox' from root:root to runner:runner
2025-08-20T23:01:27.9813580Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubpublishkey/pubnubpublishkey_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9815191Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubpublishkey/pubnubpublishkey.go' from root:root to runner:runner
2025-08-20T23:01:27.9816908Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubpublishkey/pubnubpublishkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9818384Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubpublishkey' from root:root to runner:runner
2025-08-20T23:01:27.9819796Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jumpcloud/jumpcloud_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9821220Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jumpcloud/jumpcloud.go' from root:root to runner:runner
2025-08-20T23:01:27.9822602Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jumpcloud/jumpcloud_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9823926Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jumpcloud' from root:root to runner:runner
2025-08-20T23:01:27.9825454Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymongo/paymongo_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9826968Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymongo/paymongo.go' from root:root to runner:runner
2025-08-20T23:01:27.9828390Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymongo/paymongo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9829834Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymongo' from root:root to runner:runner
2025-08-20T23:01:27.9831312Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotlayer/screenshotlayer.go' from root:root to runner:runner
2025-08-20T23:01:27.9832811Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotlayer/screenshotlayer_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9834371Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotlayer/screenshotlayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9835909Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotlayer' from root:root to runner:runner
2025-08-20T23:01:27.9837278Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/podio/podio.go' from root:root to runner:runner
2025-08-20T23:01:27.9838601Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/podio/podio_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9840084Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/podio/podio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9841458Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/podio' from root:root to runner:runner
2025-08-20T23:01:27.9842887Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyfreaks/currencyfreaks_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9844412Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyfreaks/currencyfreaks.go' from root:root to runner:runner
2025-08-20T23:01:27.9845995Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyfreaks/currencyfreaks_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9847454Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyfreaks' from root:root to runner:runner
2025-08-20T23:01:27.9849027Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2/figmapersonalaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9850990Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2/figmapersonalaccesstoken_v2_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9852700Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2/figmapersonalaccesstoken_v2.go' from root:root to runner:runner
2025-08-20T23:01:27.9854246Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2' from root:root to runner:runner
2025-08-20T23:01:27.9855971Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1/figmapersonalaccesstoken.go' from root:root to runner:runner
2025-08-20T23:01:27.9857785Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1/figmapersonalaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9859662Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1/figmapersonalacesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9861314Z [00:03:50.125]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1' from root:root to runner:runner
2025-08-20T23:01:27.9862720Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken' from root:root to runner:runner
2025-08-20T23:01:27.9864146Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectlanguage/detectlanguage.go' from root:root to runner:runner
2025-08-20T23:01:27.9865707Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectlanguage/detectlanguage_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9867416Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectlanguage/detectlanguage_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9868864Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectlanguage' from root:root to runner:runner
2025-08-20T23:01:27.9870257Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/countrylayer/countrylayer_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9871694Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/countrylayer/countrylayer.go' from root:root to runner:runner
2025-08-20T23:01:27.9873177Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/countrylayer/countrylayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9874583Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/countrylayer' from root:root to runner:runner
2025-08-20T23:01:27.9876243Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/m3o/m3o_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9877623Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/m3o/m3o.go' from root:root to runner:runner
2025-08-20T23:01:27.9878953Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/m3o/m3o_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9880311Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/m3o' from root:root to runner:runner
2025-08-20T23:01:27.9881828Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraper/webscraper_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9883302Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraper/webscraper_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9884696Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraper/webscraper.go' from root:root to runner:runner
2025-08-20T23:01:27.9886120Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraper' from root:root to runner:runner
2025-08-20T23:01:27.9887431Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wiz/wiz.go' from root:root to runner:runner
2025-08-20T23:01:27.9888722Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wiz/wiz_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9890060Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wiz/wiz_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9891461Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wiz' from root:root to runner:runner
2025-08-20T23:01:27.9892833Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vyte/vyte_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9894190Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vyte/vyte_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9895480Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vyte/vyte.go' from root:root to runner:runner
2025-08-20T23:01:27.9896881Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vyte' from root:root to runner:runner
2025-08-20T23:01:27.9898279Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bingsubscriptionkey/bingsubscriptionkey.go' from root:root to runner:runner
2025-08-20T23:01:27.9899912Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bingsubscriptionkey/bingsubscriptionkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9901712Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bingsubscriptionkey/bingsubscriptionkey_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9903175Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bingsubscriptionkey' from root:root to runner:runner
2025-08-20T23:01:27.9904529Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shopify/shopify_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9906093Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shopify/shopify.go' from root:root to runner:runner
2025-08-20T23:01:27.9907619Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shopify/shopify_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9908958Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shopify' from root:root to runner:runner
2025-08-20T23:01:27.9910231Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/percy/percy.go' from root:root to runner:runner
2025-08-20T23:01:27.9911600Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/percy/percy_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9913009Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/percy/percy_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9914291Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/percy' from root:root to runner:runner
2025-08-20T23:01:27.9915744Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mux/mux_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9917227Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mux/mux.go' from root:root to runner:runner
2025-08-20T23:01:27.9918511Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mux/mux_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9919761Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mux' from root:root to runner:runner
2025-08-20T23:01:27.9921046Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aylien/aylien_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9922374Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aylien/aylien.go' from root:root to runner:runner
2025-08-20T23:01:27.9923754Z [00:03:50.126]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aylien/aylien_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9925236Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aylien' from root:root to runner:runner
2025-08-20T23:01:27.9926716Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailmodo/mailmodo_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9928084Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailmodo/mailmodo.go' from root:root to runner:runner
2025-08-20T23:01:27.9929585Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailmodo/mailmodo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9931056Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailmodo' from root:root to runner:runner
2025-08-20T23:01:27.9932379Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/craftmypdf/craftmypdf.go' from root:root to runner:runner
2025-08-20T23:01:27.9933835Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/craftmypdf/craftmypdf_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9935297Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/craftmypdf/craftmypdf_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9936824Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/craftmypdf' from root:root to runner:runner
2025-08-20T23:01:27.9938204Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moosend/moosend_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9939710Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moosend/moosend_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9941146Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moosend/moosend.go' from root:root to runner:runner
2025-08-20T23:01:27.9942433Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moosend' from root:root to runner:runner
2025-08-20T23:01:27.9943744Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/githubapp/githubapp.go' from root:root to runner:runner
2025-08-20T23:01:27.9945185Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/githubapp/githubapp_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9946774Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/githubapp/githubapp_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9948107Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/githubapp' from root:root to runner:runner
2025-08-20T23:01:27.9949420Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flickr/flickr_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9950900Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flickr/flickr.go' from root:root to runner:runner
2025-08-20T23:01:27.9952279Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flickr/flickr_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9953605Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flickr' from root:root to runner:runner
2025-08-20T23:01:27.9954971Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspal/statuspal.go' from root:root to runner:runner
2025-08-20T23:01:27.9956652Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspal/statuspal_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9958110Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspal/statuspal_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9959435Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspal' from root:root to runner:runner
2025-08-20T23:01:27.9960941Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafanaserviceaccount/grafanaserviceaccount_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9962619Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafanaserviceaccount/grafanaserviceaccount_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9964223Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafanaserviceaccount/grafanaserviceaccount.go' from root:root to runner:runner
2025-08-20T23:01:27.9965862Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafanaserviceaccount' from root:root to runner:runner
2025-08-20T23:01:27.9967367Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userflow/userflow_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9968800Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userflow/userflow_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9970161Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userflow/userflow.go' from root:root to runner:runner
2025-08-20T23:01:27.9971453Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userflow' from root:root to runner:runner
2025-08-20T23:01:27.9972804Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aletheiaapi/aletheiaapi_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9974222Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aletheiaapi/aletheiaapi.go' from root:root to runner:runner
2025-08-20T23:01:27.9976101Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aletheiaapi/aletheiaapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9977581Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aletheiaapi' from root:root to runner:runner
2025-08-20T23:01:27.9979001Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoipifi/geoipifi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9980669Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoipifi/geoipifi.go' from root:root to runner:runner
2025-08-20T23:01:27.9982139Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoipifi/geoipifi_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9983452Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoipifi' from root:root to runner:runner
2025-08-20T23:01:27.9984760Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblok/storyblok.go' from root:root to runner:runner
2025-08-20T23:01:27.9986316Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblok/storyblok_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9987824Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblok/storyblok_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9989142Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblok' from root:root to runner:runner
2025-08-20T23:01:27.9990599Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tineswebhook/tineswebhook_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9992184Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tineswebhook/tineswebhook_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9993669Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tineswebhook/tineswebhook.go' from root:root to runner:runner
2025-08-20T23:01:27.9995010Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tineswebhook' from root:root to runner:runner
2025-08-20T23:01:27.9996568Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflarecakey/cloudflarecakey.go' from root:root to runner:runner
2025-08-20T23:01:27.9998086Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflarecakey/cloudflarecakey_test.go' from root:root to runner:runner
2025-08-20T23:01:27.9999655Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflarecakey/cloudflarecakey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0001270Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflarecakey' from root:root to runner:runner
2025-08-20T23:01:28.0002669Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerguru/customerguru_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0004104Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerguru/customerguru.go' from root:root to runner:runner
2025-08-20T23:01:28.0005657Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerguru/customerguru_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0007309Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerguru' from root:root to runner:runner
2025-08-20T23:01:28.0008714Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedream/pipedream_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0010157Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedream/pipedream_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0011540Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedream/pipedream.go' from root:root to runner:runner
2025-08-20T23:01:28.0012861Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedream' from root:root to runner:runner
2025-08-20T23:01:28.0014257Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailerlite/mailerlite_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0015883Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailerlite/mailerlite.go' from root:root to runner:runner
2025-08-20T23:01:28.0017373Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailerlite/mailerlite_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0018714Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailerlite' from root:root to runner:runner
2025-08-20T23:01:28.0020032Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metrilo/metrilo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0021448Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metrilo/metrilo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0022831Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metrilo/metrilo.go' from root:root to runner:runner
2025-08-20T23:01:28.0024112Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metrilo' from root:root to runner:runner
2025-08-20T23:01:28.0025619Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browshot/browshot_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0027296Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browshot/browshot_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0028703Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browshot/browshot.go' from root:root to runner:runner
2025-08-20T23:01:28.0030106Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browshot' from root:root to runner:runner
2025-08-20T23:01:28.0031641Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myfreshworks/myfreshworks_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0033119Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myfreshworks/myfreshworks.go' from root:root to runner:runner
2025-08-20T23:01:28.0034556Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myfreshworks/myfreshworks_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0036037Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myfreshworks' from root:root to runner:runner
2025-08-20T23:01:28.0037454Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v2/twitter_v2_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0038845Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v2/twitter_v2.go' from root:root to runner:runner
2025-08-20T23:01:28.0040379Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v2/twitter_v2_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0041809Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v2' from root:root to runner:runner
2025-08-20T23:01:28.0043145Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v1/twitter_v1_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0044535Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v1/twitter_v1.go' from root:root to runner:runner
2025-08-20T23:01:28.0046062Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v1/twitter_v1_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0046774Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v1' from root:root to runner:runner
2025-08-20T23:01:28.0047425Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter' from root:root to runner:runner
2025-08-20T23:01:28.0048291Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/audd/audd_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0048974Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/audd/audd_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0049643Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/audd/audd.go' from root:root to runner:runner
2025-08-20T23:01:28.0050340Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/audd' from root:root to runner:runner
2025-08-20T23:01:28.0051098Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webex/webex.go' from root:root to runner:runner
2025-08-20T23:01:28.0051844Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webex/webex_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0052541Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webex/webex_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0053172Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webex' from root:root to runner:runner
2025-08-20T23:01:28.0053897Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wistia/wistia_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0054588Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wistia/wistia.go' from root:root to runner:runner
2025-08-20T23:01:28.0055339Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wistia/wistia_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0056145Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wistia' from root:root to runner:runner
2025-08-20T23:01:28.0056921Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpscout/helpscout_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0057708Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpscout/helpscout_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0058414Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpscout/helpscout.go' from root:root to runner:runner
2025-08-20T23:01:28.0059070Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpscout' from root:root to runner:runner
2025-08-20T23:01:28.0059827Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/transferwise/transferwise_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0060570Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/transferwise/transferwise.go' from root:root to runner:runner
2025-08-20T23:01:28.0061508Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/transferwise/transferwise_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0062178Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/transferwise' from root:root to runner:runner
2025-08-20T23:01:28.0062938Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudmersive/cloudmersive_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0063907Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudmersive/cloudmersive_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0064657Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudmersive/cloudmersive.go' from root:root to runner:runner
2025-08-20T23:01:28.0065327Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudmersive' from root:root to runner:runner
2025-08-20T23:01:28.0066166Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formcraft/formcraft.go' from root:root to runner:runner
2025-08-20T23:01:28.0067020Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formcraft/formcraft_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0067758Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formcraft/formcraft_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0068414Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formcraft' from root:root to runner:runner
2025-08-20T23:01:28.0069404Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforcerefreshtoken/salesforcerefreshtoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0070361Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforcerefreshtoken/salesforcerefreshtoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0071211Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforcerefreshtoken/salesforcerefreshtoken.go' from root:root to runner:runner
2025-08-20T23:01:28.0071928Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforcerefreshtoken' from root:root to runner:runner
2025-08-20T23:01:28.0072715Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appoptics/appoptics_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0073429Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appoptics/appoptics.go' from root:root to runner:runner
2025-08-20T23:01:28.0074305Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appoptics/appoptics_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0074962Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appoptics' from root:root to runner:runner
2025-08-20T23:01:28.0075904Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_cosmosdb/azure_cosmosdb_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0076742Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_cosmosdb/table.go' from root:root to runner:runner
2025-08-20T23:01:28.0077663Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_cosmosdb/azure_cosmosdb_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0078444Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_cosmosdb/azure_cosmosdb.go' from root:root to runner:runner
2025-08-20T23:01:28.0079121Z [00:03:50.127]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_cosmosdb' from root:root to runner:runner
2025-08-20T23:01:28.0079824Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sheety/sheety_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0080574Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sheety/sheety_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0081260Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sheety/sheety.go' from root:root to runner:runner
2025-08-20T23:01:28.0081899Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sheety' from root:root to runner:runner
2025-08-20T23:01:28.0082694Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/route4me/route4me_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0083427Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/route4me/route4me.go' from root:root to runner:runner
2025-08-20T23:01:28.0084202Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/route4me/route4me_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0084844Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/route4me' from root:root to runner:runner
2025-08-20T23:01:28.0085538Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atera/atera_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0086424Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atera/atera_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0087140Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atera/atera.go' from root:root to runner:runner
2025-08-20T23:01:28.0087896Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atera' from root:root to runner:runner
2025-08-20T23:01:28.0088621Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vouchery/vouchery_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0089393Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vouchery/vouchery_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0090169Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vouchery/vouchery.go' from root:root to runner:runner
2025-08-20T23:01:28.0090920Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vouchery' from root:root to runner:runner
2025-08-20T23:01:28.0091648Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apilayer/apilayer_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0092419Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apilayer/apilayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0093125Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apilayer/apilayer.go' from root:root to runner:runner
2025-08-20T23:01:28.0093774Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apilayer' from root:root to runner:runner
2025-08-20T23:01:28.0094536Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/launchdarkly/launchdarkly_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0095408Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/launchdarkly/launchdarkly_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0096306Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/launchdarkly/launchdarkly.go' from root:root to runner:runner
2025-08-20T23:01:28.0097032Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/launchdarkly' from root:root to runner:runner
2025-08-20T23:01:28.0097759Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shortcut/shortcut_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0098535Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shortcut/shortcut_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0099232Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shortcut/shortcut.go' from root:root to runner:runner
2025-08-20T23:01:28.0099881Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shortcut' from root:root to runner:runner
2025-08-20T23:01:28.0100779Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apiflash/apiflash_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0101558Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apiflash/apiflash_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0102257Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apiflash/apiflash.go' from root:root to runner:runner
2025-08-20T23:01:28.0102970Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apiflash' from root:root to runner:runner
2025-08-20T23:01:28.0103913Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/requestfinance/requestfinance_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0104675Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/requestfinance/requestfinance.go' from root:root to runner:runner
2025-08-20T23:01:28.0105506Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/requestfinance/requestfinance_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0106279Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/requestfinance' from root:root to runner:runner
2025-08-20T23:01:28.0107094Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscaledb/planetscaledb_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0107920Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscaledb/planetscaledb_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0108742Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscaledb/planetscaledb.go' from root:root to runner:runner
2025-08-20T23:01:28.0109448Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscaledb' from root:root to runner:runner
2025-08-20T23:01:28.0110193Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mediastack/mediastack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0110918Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mediastack/mediastack.go' from root:root to runner:runner
2025-08-20T23:01:28.0111709Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mediastack/mediastack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0112366Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mediastack' from root:root to runner:runner
2025-08-20T23:01:28.0113079Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/crowdin/crowdin_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0113889Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/crowdin/crowdin.go' from root:root to runner:runner
2025-08-20T23:01:28.0114648Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/crowdin/crowdin_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0115296Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/crowdin' from root:root to runner:runner
2025-08-20T23:01:28.0116239Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eagleeyenetworks/eagleeyenetworks.go' from root:root to runner:runner
2025-08-20T23:01:28.0117153Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eagleeyenetworks/eagleeyenetworks_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0118009Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eagleeyenetworks/eagleeyenetworks_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0118697Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eagleeyenetworks' from root:root to runner:runner
2025-08-20T23:01:28.0119480Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nasdaqdatalink/nasdaqdatalink_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0120242Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nasdaqdatalink/nasdaqdatalink.go' from root:root to runner:runner
2025-08-20T23:01:28.0121077Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nasdaqdatalink/nasdaqdatalink_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0121820Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nasdaqdatalink' from root:root to runner:runner
2025-08-20T23:01:28.0122646Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/betterstack/betterstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0123383Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/betterstack/betterstack.go' from root:root to runner:runner
2025-08-20T23:01:28.0124135Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/betterstack/betterstack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0124800Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/betterstack' from root:root to runner:runner
2025-08-20T23:01:28.0125639Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amplitudeapikey/amplitudeapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0126581Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amplitudeapikey/amplitudeapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.0127494Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amplitudeapikey/amplitudeapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0128183Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amplitudeapikey' from root:root to runner:runner
2025-08-20T23:01:28.0128862Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/logzio/logzio.go' from root:root to runner:runner
2025-08-20T23:01:28.0129627Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/logzio/logzio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0130462Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/logzio/logzio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0131101Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/logzio' from root:root to runner:runner
2025-08-20T23:01:28.0131774Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/float/float.go' from root:root to runner:runner
2025-08-20T23:01:28.0132468Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/float/float_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0133213Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/float/float_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0133853Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/float' from root:root to runner:runner
2025-08-20T23:01:28.0134650Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilioapikey/twilioapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.0135479Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilioapikey/twilioapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0136337Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilioapikey/twilioapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0137059Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilioapikey' from root:root to runner:runner
2025-08-20T23:01:28.0137790Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rocketreach/rocketreach.go' from root:root to runner:runner
2025-08-20T23:01:28.0138541Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rocketreach/rocketreach_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0139341Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rocketreach/rocketreach_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0140137Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rocketreach' from root:root to runner:runner
2025-08-20T23:01:28.0140824Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sigopt/sigopt.go' from root:root to runner:runner
2025-08-20T23:01:28.0141532Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sigopt/sigopt_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0142349Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sigopt/sigopt_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0143101Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sigopt' from root:root to runner:runner
2025-08-20T23:01:28.0143864Z [00:03:50.128]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/urlscan/urlscan_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0144636Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/urlscan/urlscan_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0145346Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/urlscan/urlscan.go' from root:root to runner:runner
2025-08-20T23:01:28.0146110Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/urlscan' from root:root to runner:runner
2025-08-20T23:01:28.0146873Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ditto/ditto_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0147617Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ditto/ditto_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0148291Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ditto/ditto.go' from root:root to runner:runner
2025-08-20T23:01:28.0148931Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ditto' from root:root to runner:runner
2025-08-20T23:01:28.0149654Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v2/dockerhub.go' from root:root to runner:runner
2025-08-20T23:01:28.0150399Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v2/dockerhub_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0151193Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v2/dockerhub_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0151863Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v2' from root:root to runner:runner
2025-08-20T23:01:28.0152583Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v1/dockerhub.go' from root:root to runner:runner
2025-08-20T23:01:28.0153523Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v1/dockerhub_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0154326Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v1/dockerhub_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0155052Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v1' from root:root to runner:runner
2025-08-20T23:01:28.0155900Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub' from root:root to runner:runner
2025-08-20T23:01:28.0156653Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/square/square_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0157470Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/square/square_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0158209Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/square/square.go' from root:root to runner:runner
2025-08-20T23:01:28.0158859Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/square' from root:root to runner:runner
2025-08-20T23:01:28.0159641Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkvist/checkvist_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0160370Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkvist/checkvist_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0161084Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkvist/checkvist.go' from root:root to runner:runner
2025-08-20T23:01:28.0161734Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkvist' from root:root to runner:runner
2025-08-20T23:01:28.0162430Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bscscan/bscscan.go' from root:root to runner:runner
2025-08-20T23:01:28.0163142Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bscscan/bscscan_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0163903Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bscscan/bscscan_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0164545Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bscscan' from root:root to runner:runner
2025-08-20T23:01:28.0165376Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dronahq/dronahq_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0166266Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dronahq/dronahq_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0167009Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dronahq/dronahq.go' from root:root to runner:runner
2025-08-20T23:01:28.0167655Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dronahq' from root:root to runner:runner
2025-08-20T23:01:28.0168355Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clustdoc/clustdoc.go' from root:root to runner:runner
2025-08-20T23:01:28.0169221Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clustdoc/clustdoc_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0169993Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clustdoc/clustdoc_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0170709Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clustdoc' from root:root to runner:runner
2025-08-20T23:01:28.0171538Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastlypersonaltoken/fastlypersonaltoken.go' from root:root to runner:runner
2025-08-20T23:01:28.0172423Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastlypersonaltoken/fastlypersonaltoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0173257Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastlypersonaltoken/fastlypersonaltoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0173957Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastlypersonaltoken' from root:root to runner:runner
2025-08-20T23:01:28.0174680Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nozbeteams/nozbeteams.go' from root:root to runner:runner
2025-08-20T23:01:28.0175473Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nozbeteams/nozbeteams_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0176314Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nozbeteams/nozbeteams_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0177028Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nozbeteams' from root:root to runner:runner
2025-08-20T23:01:28.0177777Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/partnerstack/partnerstack.go' from root:root to runner:runner
2025-08-20T23:01:28.0178713Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/partnerstack/partnerstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0179645Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/partnerstack/partnerstack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0180326Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/partnerstack' from root:root to runner:runner
2025-08-20T23:01:28.0181036Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diffbot/diffbot_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0181731Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diffbot/diffbot.go' from root:root to runner:runner
2025-08-20T23:01:28.0182637Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diffbot/diffbot_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0183285Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diffbot' from root:root to runner:runner
2025-08-20T23:01:28.0184052Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uplead/uplead_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0184844Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uplead/uplead_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0185529Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uplead/uplead.go' from root:root to runner:runner
2025-08-20T23:01:28.0186277Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uplead' from root:root to runner:runner
2025-08-20T23:01:28.0187012Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tly/tly_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0187666Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tly/tly.go' from root:root to runner:runner
2025-08-20T23:01:28.0188392Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tly/tly_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0189024Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tly' from root:root to runner:runner
2025-08-20T23:01:28.0189818Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandascore/pandascore_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0190540Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandascore/pandascore.go' from root:root to runner:runner
2025-08-20T23:01:28.0191366Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandascore/pandascore_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0192094Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandascore' from root:root to runner:runner
2025-08-20T23:01:28.0192854Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v2/gitlab_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0193580Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v2/gitlab_v2_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0194284Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v2/gitlab_v2.go' from root:root to runner:runner
2025-08-20T23:01:28.0195036Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v2' from root:root to runner:runner
2025-08-20T23:01:28.0195732Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v1/gitlab.go' from root:root to runner:runner
2025-08-20T23:01:28.0196724Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v1/gitlab_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0197465Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v1/gitlab_v1_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0198124Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v1' from root:root to runner:runner
2025-08-20T23:01:28.0198769Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab' from root:root to runner:runner
2025-08-20T23:01:28.0199539Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuiteapikey/larksuiteapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.0200328Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuiteapikey/larksuiteapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0201169Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuiteapikey/larksuiteapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0201857Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuiteapikey' from root:root to runner:runner
2025-08-20T23:01:28.0202546Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appcues/appcues.go' from root:root to runner:runner
2025-08-20T23:01:28.0203312Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appcues/appcues_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0204090Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appcues/appcues_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0204783Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appcues' from root:root to runner:runner
2025-08-20T23:01:28.0205605Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codeclimate/codeclimate_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0206485Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codeclimate/codeclimate_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0207220Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codeclimate/codeclimate.go' from root:root to runner:runner
2025-08-20T23:01:28.0207881Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codeclimate' from root:root to runner:runner
2025-08-20T23:01:28.0208759Z [00:03:50.129]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/box/box_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0209430Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/box/box.go' from root:root to runner:runner
2025-08-20T23:01:28.0210166Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/box/box_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0210808Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/box' from root:root to runner:runner
2025-08-20T23:01:28.0211582Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareup/squareup_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0212287Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareup/squareup.go' from root:root to runner:runner
2025-08-20T23:01:28.0213009Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareup/squareup_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0213660Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareup' from root:root to runner:runner
2025-08-20T23:01:28.0214351Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nvapi/nvapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0215095Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nvapi/nvapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0215848Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nvapi/nvapi.go' from root:root to runner:runner
2025-08-20T23:01:28.0216526Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nvapi' from root:root to runner:runner
2025-08-20T23:01:28.0217401Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zendeskapi/zendeskapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0218187Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zendeskapi/zendeskapi.go' from root:root to runner:runner
2025-08-20T23:01:28.0218926Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zendeskapi/zendeskapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0219587Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zendeskapi' from root:root to runner:runner
2025-08-20T23:01:28.0220299Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectify/detectify.go' from root:root to runner:runner
2025-08-20T23:01:28.0221150Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectify/detectify_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0221881Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectify/detectify_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0222589Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectify' from root:root to runner:runner
2025-08-20T23:01:28.0223313Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/polygon/polygon.go' from root:root to runner:runner
2025-08-20T23:01:28.0224080Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/polygon/polygon_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0224796Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/polygon/polygon_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0225442Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/polygon' from root:root to runner:runner
2025-08-20T23:01:28.0226185Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sirv/sirv.go' from root:root to runner:runner
2025-08-20T23:01:28.0226973Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sirv/sirv_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0227799Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sirv/sirv_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0228434Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sirv' from root:root to runner:runner
2025-08-20T23:01:28.0229164Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anthropic/anthropic.go' from root:root to runner:runner
2025-08-20T23:01:28.0230014Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anthropic/anthropic_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0230846Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anthropic/anthropic_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0231508Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anthropic' from root:root to runner:runner
2025-08-20T23:01:28.0232221Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autoklose/autoklose.go' from root:root to runner:runner
2025-08-20T23:01:28.0232995Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autoklose/autoklose_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0233729Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autoklose/autoklose_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0234389Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autoklose' from root:root to runner:runner
2025-08-20T23:01:28.0235108Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepseek/deepseek_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0236091Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepseek/deepseek_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0236860Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepseek/deepseek.go' from root:root to runner:runner
2025-08-20T23:01:28.0237516Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepseek' from root:root to runner:runner
2025-08-20T23:01:28.0238303Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagerdutyapikey/pagerdutyapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0239079Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagerdutyapikey/pagerdutyapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.0239921Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagerdutyapikey/pagerdutyapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0240757Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagerdutyapikey' from root:root to runner:runner
2025-08-20T23:01:28.0241535Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinbase/coinbase_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0242261Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinbase/coinbase_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0243022Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinbase/coinbase.go' from root:root to runner:runner
2025-08-20T23:01:28.0243767Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinbase' from root:root to runner:runner
2025-08-20T23:01:28.0244486Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/viewneo/viewneo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0245248Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/viewneo/viewneo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0246103Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/viewneo/viewneo.go' from root:root to runner:runner
2025-08-20T23:01:28.0246802Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/viewneo' from root:root to runner:runner
2025-08-20T23:01:28.0247494Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ldap/ldap_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0248157Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ldap/ldap.go' from root:root to runner:runner
2025-08-20T23:01:28.0248974Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ldap/ldap_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0249673Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ldap' from root:root to runner:runner
2025-08-20T23:01:28.0250378Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docusign/docusign.go' from root:root to runner:runner
2025-08-20T23:01:28.0251099Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docusign/docusign_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0251867Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docusign/docusign_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0252514Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docusign' from root:root to runner:runner
2025-08-20T23:01:28.0253282Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dyspatch/dyspatch_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0254144Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dyspatch/dyspatch_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0254850Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dyspatch/dyspatch.go' from root:root to runner:runner
2025-08-20T23:01:28.0255495Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dyspatch' from root:root to runner:runner
2025-08-20T23:01:28.0256448Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nightfall/nightfall_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0257260Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nightfall/nightfall.go' from root:root to runner:runner
2025-08-20T23:01:28.0257992Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nightfall/nightfall_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0258646Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nightfall' from root:root to runner:runner
2025-08-20T23:01:28.0259467Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/packagecloud/packagecloud_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0260227Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/packagecloud/packagecloud_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0260971Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/packagecloud/packagecloud.go' from root:root to runner:runner
2025-08-20T23:01:28.0261703Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/packagecloud' from root:root to runner:runner
2025-08-20T23:01:28.0262502Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/access_keys/accesskey.go' from root:root to runner:runner
2025-08-20T23:01:28.0263222Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/access_keys/canary.go' from root:root to runner:runner
2025-08-20T23:01:28.0264023Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/access_keys/accesskey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0264772Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/access_keys/accesskey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0265448Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/access_keys' from root:root to runner:runner
2025-08-20T23:01:28.0266211Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/utils.go' from root:root to runner:runner
2025-08-20T23:01:28.0267009Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/common.go' from root:root to runner:runner
2025-08-20T23:01:28.0267774Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/session_keys/sessionkeys_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0268515Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/session_keys/sessionkey.go' from root:root to runner:runner
2025-08-20T23:01:28.0269262Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/session_keys' from root:root to runner:runner
2025-08-20T23:01:28.0269977Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws' from root:root to runner:runner
2025-08-20T23:01:28.0270757Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodify/geocodify_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0271492Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodify/geocodify_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0272203Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodify/geocodify.go' from root:root to runner:runner
2025-08-20T23:01:28.0272858Z [00:03:50.130]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodify' from root:root to runner:runner
2025-08-20T23:01:28.0273590Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapestack/scrapestack.go' from root:root to runner:runner
2025-08-20T23:01:28.0274451Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapestack/scrapestack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0275231Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapestack/scrapestack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0276000Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapestack' from root:root to runner:runner
2025-08-20T23:01:28.0276765Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dandelion/dandelion.go' from root:root to runner:runner
2025-08-20T23:01:28.0277541Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dandelion/dandelion_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0278307Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dandelion/dandelion_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0278963Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dandelion' from root:root to runner:runner
2025-08-20T23:01:28.0279740Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudelements/cloudelements_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0280654Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudelements/cloudelements.go' from root:root to runner:runner
2025-08-20T23:01:28.0281477Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudelements/cloudelements_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0282209Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudelements' from root:root to runner:runner
2025-08-20T23:01:28.0283058Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/googleoauth2/googleoauth2_access_token.go' from root:root to runner:runner
2025-08-20T23:01:28.0283876Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/googleoauth2/googleoauth2_access_token_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0284691Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/googleoauth2/googleoauth2_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0285364Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/googleoauth2' from root:root to runner:runner
2025-08-20T23:01:28.0286229Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlib/coinlib_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0286979Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlib/coinlib.go' from root:root to runner:runner
2025-08-20T23:01:28.0287778Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlib/coinlib_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0288442Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlib' from root:root to runner:runner
2025-08-20T23:01:28.0289258Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendinbluev2/sendinbluev2_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0290021Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendinbluev2/sendinbluev2_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0290757Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendinbluev2/sendinbluev2.go' from root:root to runner:runner
2025-08-20T23:01:28.0291423Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendinbluev2' from root:root to runner:runner
2025-08-20T23:01:28.0292186Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harvest/harvest_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0292983Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harvest/harvest.go' from root:root to runner:runner
2025-08-20T23:01:28.0293699Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harvest/harvest_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0294345Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harvest' from root:root to runner:runner
2025-08-20T23:01:28.0295197Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adafruitio/adafruitio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0296199Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adafruitio/adafruitio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0296968Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adafruitio/adafruitio.go' from root:root to runner:runner
2025-08-20T23:01:28.0297632Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adafruitio' from root:root to runner:runner
2025-08-20T23:01:28.0298406Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoapify/geoapify_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0299110Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoapify/geoapify.go' from root:root to runner:runner
2025-08-20T23:01:28.0299839Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoapify/geoapify_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0300484Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoapify' from root:root to runner:runner
2025-08-20T23:01:28.0301323Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/segmentapikey/segmentapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0302193Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/segmentapikey/segmentapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0302951Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/segmentapikey/segmentapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.0303619Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/segmentapikey' from root:root to runner:runner
2025-08-20T23:01:28.0304335Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/glassnode/glassnode.go' from root:root to runner:runner
2025-08-20T23:01:28.0305116Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/glassnode/glassnode_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0305930Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/glassnode/glassnode_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0306721Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/glassnode' from root:root to runner:runner
2025-08-20T23:01:28.0307444Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkout/checkout_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0308214Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkout/checkout_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0309055Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkout/checkout.go' from root:root to runner:runner
2025-08-20T23:01:28.0309710Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkout' from root:root to runner:runner
2025-08-20T23:01:28.0310527Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstockoauth/shutterstockoauth_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0311316Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstockoauth/shutterstockoauth.go' from root:root to runner:runner
2025-08-20T23:01:28.0312180Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstockoauth/shutterstockoauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0312875Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstockoauth' from root:root to runner:runner
2025-08-20T23:01:28.0313602Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/huggingface/huggingface.go' from root:root to runner:runner
2025-08-20T23:01:28.0314460Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/huggingface/huggingface_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0315256Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/huggingface/huggingface_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0316028Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/huggingface' from root:root to runner:runner
2025-08-20T23:01:28.0316845Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphcms/graphcms_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0317573Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphcms/graphcms_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0318274Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphcms/graphcms.go' from root:root to runner:runner
2025-08-20T23:01:28.0318926Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphcms' from root:root to runner:runner
2025-08-20T23:01:28.0319821Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbird/sendbird_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0320528Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbird/sendbird.go' from root:root to runner:runner
2025-08-20T23:01:28.0321249Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbird/sendbird_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0321971Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbird' from root:root to runner:runner
2025-08-20T23:01:28.0322831Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privacy/privacy_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0323603Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privacy/privacy_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0324299Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privacy/privacy.go' from root:root to runner:runner
2025-08-20T23:01:28.0324945Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privacy' from root:root to runner:runner
2025-08-20T23:01:28.0325651Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodio/geocodio.go' from root:root to runner:runner
2025-08-20T23:01:28.0326554Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodio/geocodio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0327383Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodio/geocodio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0328060Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodio' from root:root to runner:runner
2025-08-20T23:01:28.0328779Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenserp/zenserp_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0329472Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenserp/zenserp.go' from root:root to runner:runner
2025-08-20T23:01:28.0330235Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenserp/zenserp_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0330883Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenserp' from root:root to runner:runner
2025-08-20T23:01:28.0331596Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voiceflow/voiceflow.go' from root:root to runner:runner
2025-08-20T23:01:28.0332423Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voiceflow/voiceflow_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0333201Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voiceflow/voiceflow_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0333858Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voiceflow' from root:root to runner:runner
2025-08-20T23:01:28.0334656Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/findl/findl_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0335444Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/findl/findl.go' from root:root to runner:runner
2025-08-20T23:01:28.0336228Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/findl/findl_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0336912Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/findl' from root:root to runner:runner
2025-08-20T23:01:28.0337641Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/assemblyai/assemblyai.go' from root:root to runner:runner
2025-08-20T23:01:28.0338437Z [00:03:50.131]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/assemblyai/assemblyai_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0339187Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/assemblyai/assemblyai_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0339930Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/assemblyai' from root:root to runner:runner
2025-08-20T23:01:28.0340806Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monkeylearn/monkeylearn_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0341562Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monkeylearn/monkeylearn_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0342300Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monkeylearn/monkeylearn.go' from root:root to runner:runner
2025-08-20T23:01:28.0342961Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monkeylearn' from root:root to runner:runner
2025-08-20T23:01:28.0343698Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockworksms/clockworksms.go' from root:root to runner:runner
2025-08-20T23:01:28.0344463Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockworksms/clockworksms_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0345439Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockworksms/clockworksms_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0346202Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockworksms' from root:root to runner:runner
2025-08-20T23:01:28.0347079Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchquerykey/azuresearchquerykey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0347960Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchquerykey/azuresearchquerykey.go' from root:root to runner:runner
2025-08-20T23:01:28.0348940Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchquerykey/azuresearchquerykey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0349640Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchquerykey' from root:root to runner:runner
2025-08-20T23:01:28.0350392Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zapierwebhook/zapierwebhook.go' from root:root to runner:runner
2025-08-20T23:01:28.0351169Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zapierwebhook/zapierwebhook_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0351995Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zapierwebhook/zapierwebhook_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0352668Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zapierwebhook' from root:root to runner:runner
2025-08-20T23:01:28.0353393Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/guru/guru.go' from root:root to runner:runner
2025-08-20T23:01:28.0354117Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/guru/guru_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0354848Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/guru/guru_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0355485Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/guru' from root:root to runner:runner
2025-08-20T23:01:28.0356328Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscale/planetscale_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0357112Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscale/planetscale.go' from root:root to runner:runner
2025-08-20T23:01:28.0357915Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscale/planetscale_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0358731Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscale' from root:root to runner:runner
2025-08-20T23:01:28.0359495Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sinchmessage/sinchmessage_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0360239Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sinchmessage/sinchmessage.go' from root:root to runner:runner
2025-08-20T23:01:28.0361120Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sinchmessage/sinchmessage_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0361898Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sinchmessage' from root:root to runner:runner
2025-08-20T23:01:28.0362619Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abyssale/abyssale_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0363319Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abyssale/abyssale.go' from root:root to runner:runner
2025-08-20T23:01:28.0364092Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abyssale/abyssale_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0364740Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abyssale' from root:root to runner:runner
2025-08-20T23:01:28.0365480Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/guardianapi/guardianapi.go' from root:root to runner:runner
2025-08-20T23:01:28.0366443Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/guardianapi/guardianapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0367250Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/guardianapi/guardianapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0367920Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/guardianapi' from root:root to runner:runner
2025-08-20T23:01:28.0368607Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tyntec/tyntec.go' from root:root to runner:runner
2025-08-20T23:01:28.0369327Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tyntec/tyntec_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0370076Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tyntec/tyntec_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0370722Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tyntec' from root:root to runner:runner
2025-08-20T23:01:28.0371522Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapbox/mapbox.go' from root:root to runner:runner
2025-08-20T23:01:28.0372273Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapbox/mapbox_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0372976Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapbox/mapbox_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0373619Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapbox' from root:root to runner:runner
2025-08-20T23:01:28.0374520Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abstract/abstract_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0375224Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abstract/abstract.go' from root:root to runner:runner
2025-08-20T23:01:28.0376051Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abstract/abstract_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0376747Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abstract' from root:root to runner:runner
2025-08-20T23:01:28.0377492Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormglass/stormglass_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0378251Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormglass/stormglass.go' from root:root to runner:runner
2025-08-20T23:01:28.0379043Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormglass/stormglass_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0379833Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormglass' from root:root to runner:runner
2025-08-20T23:01:28.0380692Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/happyscribe/happyscribe_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0381452Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/happyscribe/happyscribe_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0382181Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/happyscribe/happyscribe.go' from root:root to runner:runner
2025-08-20T23:01:28.0382846Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/happyscribe' from root:root to runner:runner
2025-08-20T23:01:28.0383595Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ecostruxureit/ecostruxureit.go' from root:root to runner:runner
2025-08-20T23:01:28.0384371Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ecostruxureit/ecostruxureit_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0385328Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ecostruxureit/ecostruxureit_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0386097Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ecostruxureit' from root:root to runner:runner
2025-08-20T23:01:28.0386867Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/endpoint_customizer_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0387625Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codacy/codacy.go' from root:root to runner:runner
2025-08-20T23:01:28.0388450Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codacy/codacy_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0389157Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codacy/codacy_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0389799Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codacy' from root:root to runner:runner
2025-08-20T23:01:28.0390592Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/conversiontools/conversiontools_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0391442Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/conversiontools/conversiontools_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0392207Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/conversiontools/conversiontools.go' from root:root to runner:runner
2025-08-20T23:01:28.0392942Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/conversiontools' from root:root to runner:runner
2025-08-20T23:01:28.0393687Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hypertrack/hypertrack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0394407Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hypertrack/hypertrack.go' from root:root to runner:runner
2025-08-20T23:01:28.0395200Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hypertrack/hypertrack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0396032Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hypertrack' from root:root to runner:runner
2025-08-20T23:01:28.0396764Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wit/wit_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0397485Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wit/wit_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0398252Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wit/wit.go' from root:root to runner:runner
2025-08-20T23:01:28.0398887Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wit' from root:root to runner:runner
2025-08-20T23:01:28.0399619Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mite/mite_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0401066Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mite/mite_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0402489Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mite/mite.go' from root:root to runner:runner
2025-08-20T23:01:28.0403733Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mite' from root:root to runner:runner
2025-08-20T23:01:28.0405206Z [00:03:50.132]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/avazapersonalaccesstoken/avazapersonalaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0407054Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/avazapersonalaccesstoken/avazapersonalaccesstoken.go' from root:root to runner:runner
2025-08-20T23:01:28.0408780Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/avazapersonalaccesstoken/avazapersonalaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0410355Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/avazapersonalaccesstoken' from root:root to runner:runner
2025-08-20T23:01:28.0411937Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upcdatabase/upcdatabase_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0413486Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upcdatabase/upcdatabase_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0414903Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upcdatabase/upcdatabase.go' from root:root to runner:runner
2025-08-20T23:01:28.0416324Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upcdatabase' from root:root to runner:runner
2025-08-20T23:01:28.0417791Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airvisual/airvisual_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0419176Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airvisual/airvisual.go' from root:root to runner:runner
2025-08-20T23:01:28.0420611Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airvisual/airvisual_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0422143Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airvisual' from root:root to runner:runner
2025-08-20T23:01:28.0423552Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/neutrinoapi/neutrinoapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0425013Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/neutrinoapi/neutrinoapi.go' from root:root to runner:runner
2025-08-20T23:01:28.0426702Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/neutrinoapi/neutrinoapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0428188Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/neutrinoapi' from root:root to runner:runner
2025-08-20T23:01:28.0429577Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instamojo/instamojo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0431023Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instamojo/instamojo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0432412Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instamojo/instamojo.go' from root:root to runner:runner
2025-08-20T23:01:28.0433722Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instamojo' from root:root to runner:runner
2025-08-20T23:01:28.0435116Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalewaykey/scalewaykey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0436823Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalewaykey/scalewaykey.go' from root:root to runner:runner
2025-08-20T23:01:28.0438325Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalewaykey/scalewaykey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0439680Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalewaykey' from root:root to runner:runner
2025-08-20T23:01:28.0441032Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudconvert/cloudconvert.go' from root:root to runner:runner
2025-08-20T23:01:28.0442517Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudconvert/cloudconvert_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0444023Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudconvert/cloudconvert_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0445394Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudconvert' from root:root to runner:runner
2025-08-20T23:01:28.0446997Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/readme/readme_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0448392Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/readme/readme_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0449722Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/readme/readme.go' from root:root to runner:runner
2025-08-20T23:01:28.0451070Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/readme' from root:root to runner:runner
2025-08-20T23:01:28.0452491Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enablex/enablex_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0453832Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enablex/enablex.go' from root:root to runner:runner
2025-08-20T23:01:28.0455227Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enablex/enablex_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0456712Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enablex' from root:root to runner:runner
2025-08-20T23:01:28.0457988Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swell/swell.go' from root:root to runner:runner
2025-08-20T23:01:28.0459354Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swell/swell_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0460816Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swell/swell_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0462161Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swell' from root:root to runner:runner
2025-08-20T23:01:28.0463507Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nimble/nimble_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0464897Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nimble/nimble_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0466314Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nimble/nimble.go' from root:root to runner:runner
2025-08-20T23:01:28.0467645Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nimble' from root:root to runner:runner
2025-08-20T23:01:28.0468972Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uptimerobot/uptimerobot.go' from root:root to runner:runner
2025-08-20T23:01:28.0470438Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uptimerobot/uptimerobot_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0472096Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uptimerobot/uptimerobot_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0473451Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uptimerobot' from root:root to runner:runner
2025-08-20T23:01:28.0474890Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twist/twist_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0476458Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twist/twist.go' from root:root to runner:runner
2025-08-20T23:01:28.0477821Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twist/twist_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0479134Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twist' from root:root to runner:runner
2025-08-20T23:01:28.0480444Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linenotify/linenotify.go' from root:root to runner:runner
2025-08-20T23:01:28.0481896Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linenotify/linenotify_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0483361Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linenotify/linenotify_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0484694Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linenotify' from root:root to runner:runner
2025-08-20T23:01:28.0486197Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apify/apify_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0487661Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apify/apify_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0489019Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apify/apify.go' from root:root to runner:runner
2025-08-20T23:01:28.0490278Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apify' from root:root to runner:runner
2025-08-20T23:01:28.0491659Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimetrics/apimetrics_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0493123Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimetrics/apimetrics_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0494524Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimetrics/apimetrics.go' from root:root to runner:runner
2025-08-20T23:01:28.0496127Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimetrics' from root:root to runner:runner
2025-08-20T23:01:28.0497487Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hasura/hasura.go' from root:root to runner:runner
2025-08-20T23:01:28.0498878Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hasura/hasura_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0500354Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hasura/hasura_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0501808Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hasura' from root:root to runner:runner
2025-08-20T23:01:28.0503127Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typetalk/typetalk_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0504565Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typetalk/typetalk_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0506053Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typetalk/typetalk.go' from root:root to runner:runner
2025-08-20T23:01:28.0507404Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typetalk' from root:root to runner:runner
2025-08-20T23:01:28.0508683Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngc/ngc_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0510059Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngc/ngc.go' from root:root to runner:runner
2025-08-20T23:01:28.0511458Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngc/ngc_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0512759Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngc' from root:root to runner:runner
2025-08-20T23:01:28.0514052Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipapi/zipapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0515448Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipapi/zipapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0516984Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipapi/zipapi.go' from root:root to runner:runner
2025-08-20T23:01:28.0518269Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipapi' from root:root to runner:runner
2025-08-20T23:01:28.0519639Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartystreets/smartystreets_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0521261Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartystreets/smartystreets.go' from root:root to runner:runner
2025-08-20T23:01:28.0522772Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartystreets/smartystreets_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0524266Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartystreets' from root:root to runner:runner
2025-08-20T23:01:28.0525737Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/versioneye/versioneye_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0527350Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/versioneye/versioneye_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0528802Z [00:03:50.133]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/versioneye/versioneye.go' from root:root to runner:runner
2025-08-20T23:01:28.0530123Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/versioneye' from root:root to runner:runner
2025-08-20T23:01:28.0531447Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/allsports/allsports.go' from root:root to runner:runner
2025-08-20T23:01:28.0532838Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/allsports/allsports_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0534289Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/allsports/allsports_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0535833Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/allsports' from root:root to runner:runner
2025-08-20T23:01:28.0537281Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alibaba/alibaba_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0538675Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alibaba/alibaba.go' from root:root to runner:runner
2025-08-20T23:01:28.0540022Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alibaba/alibaba_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0541329Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alibaba' from root:root to runner:runner
2025-08-20T23:01:28.0542676Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monday/monday_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0544065Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monday/monday_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0545537Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monday/monday.go' from root:root to runner:runner
2025-08-20T23:01:28.0546971Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monday' from root:root to runner:runner
2025-08-20T23:01:28.0548393Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travelpayouts/travelpayouts_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0549984Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travelpayouts/travelpayouts.go' from root:root to runner:runner
2025-08-20T23:01:28.0551618Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travelpayouts/travelpayouts_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0552999Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travelpayouts' from root:root to runner:runner
2025-08-20T23:01:28.0554333Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareapp/squareapp.go' from root:root to runner:runner
2025-08-20T23:01:28.0555726Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareapp/squareapp_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0557340Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareapp/squareapp_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0558711Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareapp' from root:root to runner:runner
2025-08-20T23:01:28.0560163Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tmetric/tmetric_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0561619Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tmetric/tmetric.go' from root:root to runner:runner
2025-08-20T23:01:28.0562974Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tmetric/tmetric_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0564275Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tmetric' from root:root to runner:runner
2025-08-20T23:01:28.0565579Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulksms/bulksms_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0567147Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulksms/bulksms_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0568533Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulksms/bulksms.go' from root:root to runner:runner
2025-08-20T23:01:28.0569968Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulksms' from root:root to runner:runner
2025-08-20T23:01:28.0571309Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplesat/simplesat_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0572764Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplesat/simplesat_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0574257Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplesat/simplesat.go' from root:root to runner:runner
2025-08-20T23:01:28.0575699Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplesat' from root:root to runner:runner
2025-08-20T23:01:28.0577312Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/braintreepayments/braintreepayments_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0578940Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/braintreepayments/braintreepayments.go' from root:root to runner:runner
2025-08-20T23:01:28.0580480Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/braintreepayments/braintreepayments_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0581922Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/braintreepayments' from root:root to runner:runner
2025-08-20T23:01:28.0583291Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/magicbell/magicbell_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0584785Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/magicbell/magicbell.go' from root:root to runner:runner
2025-08-20T23:01:28.0586367Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/magicbell/magicbell_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0587791Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/magicbell' from root:root to runner:runner
2025-08-20T23:01:28.0589233Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youneedabudget/youneedabudget_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0590777Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youneedabudget/youneedabudget_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0592247Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youneedabudget/youneedabudget.go' from root:root to runner:runner
2025-08-20T23:01:28.0593627Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youneedabudget' from root:root to runner:runner
2025-08-20T23:01:28.0595165Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formsite/formsite_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0596657Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formsite/formsite.go' from root:root to runner:runner
2025-08-20T23:01:28.0598079Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formsite/formsite_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0599521Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formsite' from root:root to runner:runner
2025-08-20T23:01:28.0601014Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appfollow/appfollow.go' from root:root to runner:runner
2025-08-20T23:01:28.0602402Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appfollow/appfollow_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0603857Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appfollow/appfollow_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0605231Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appfollow' from root:root to runner:runner
2025-08-20T23:01:28.0606861Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraping/webscraping.go' from root:root to runner:runner
2025-08-20T23:01:28.0608294Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraping/webscraping_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0609903Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraping/webscraping_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0611365Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraping' from root:root to runner:runner
2025-08-20T23:01:28.0612856Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbirdorganizationapi/sendbirdorganizationapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0614578Z [00:03:50.134]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbirdorganizationapi/sendbirdorganizationapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0616366Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbirdorganizationapi/sendbirdorganizationapi.go' from root:root to runner:runner
2025-08-20T23:01:28.0617933Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbirdorganizationapi' from root:root to runner:runner
2025-08-20T23:01:28.0619374Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pepipost/pepipost_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0620938Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pepipost/pepipost.go' from root:root to runner:runner
2025-08-20T23:01:28.0622311Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pepipost/pepipost_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0623625Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pepipost' from root:root to runner:runner
2025-08-20T23:01:28.0625077Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dareboost/dareboost_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0626729Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dareboost/dareboost_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0628106Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dareboost/dareboost.go' from root:root to runner:runner
2025-08-20T23:01:28.0629421Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dareboost' from root:root to runner:runner
2025-08-20T23:01:28.0630813Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lessannoyingcrm/lessannoyingcrm_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0632307Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lessannoyingcrm/lessannoyingcrm.go' from root:root to runner:runner
2025-08-20T23:01:28.0633844Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lessannoyingcrm/lessannoyingcrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0635388Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lessannoyingcrm' from root:root to runner:runner
2025-08-20T23:01:28.0636936Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveyanyplace/surveyanyplace.go' from root:root to runner:runner
2025-08-20T23:01:28.0638416Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveyanyplace/surveyanyplace_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0639964Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveyanyplace/surveyanyplace_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0641400Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveyanyplace' from root:root to runner:runner
2025-08-20T23:01:28.0642736Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moralis/moralis_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0644080Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moralis/moralis.go' from root:root to runner:runner
2025-08-20T23:01:28.0645667Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moralis/moralis_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0647155Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moralis' from root:root to runner:runner
2025-08-20T23:01:28.0648424Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gengo/gengo.go' from root:root to runner:runner
2025-08-20T23:01:28.0649870Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gengo/gengo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0651363Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gengo/gengo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0652638Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gengo' from root:root to runner:runner
2025-08-20T23:01:28.0654088Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/baremetrics/baremetrics_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0655613Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/baremetrics/baremetrics.go' from root:root to runner:runner
2025-08-20T23:01:28.0657195Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/baremetrics/baremetrics_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0658557Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/baremetrics' from root:root to runner:runner
2025-08-20T23:01:28.0659869Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adobeio/adobeio.go' from root:root to runner:runner
2025-08-20T23:01:28.0661220Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adobeio/adobeio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0662640Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adobeio/adobeio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0663981Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adobeio' from root:root to runner:runner
2025-08-20T23:01:28.0665408Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceanv2/digitaloceanv2_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0667058Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceanv2/digitaloceanv2.go' from root:root to runner:runner
2025-08-20T23:01:28.0668536Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceanv2/digitaloceanv2_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0670114Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceanv2' from root:root to runner:runner
2025-08-20T23:01:28.0671458Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getsandbox/getsandbox.go' from root:root to runner:runner
2025-08-20T23:01:28.0672862Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getsandbox/getsandbox_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0674396Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getsandbox/getsandbox_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0675989Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getsandbox' from root:root to runner:runner
2025-08-20T23:01:28.0677457Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomorrowio/tomorrowio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0679055Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomorrowio/tomorrowio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0680513Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomorrowio/tomorrowio.go' from root:root to runner:runner
2025-08-20T23:01:28.0681835Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomorrowio' from root:root to runner:runner
2025-08-20T23:01:28.0683186Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/companyhub/companyhub_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0684660Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/companyhub/companyhub_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0686199Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/companyhub/companyhub.go' from root:root to runner:runner
2025-08-20T23:01:28.0687579Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/companyhub' from root:root to runner:runner
2025-08-20T23:01:28.0688888Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tiingo/tiingo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0690289Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tiingo/tiingo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0691650Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tiingo/tiingo.go' from root:root to runner:runner
2025-08-20T23:01:28.0693037Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tiingo' from root:root to runner:runner
2025-08-20T23:01:28.0694504Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rebrandly/rebrandly_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0696021Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rebrandly/rebrandly_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0697475Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rebrandly/rebrandly.go' from root:root to runner:runner
2025-08-20T23:01:28.0698789Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rebrandly' from root:root to runner:runner
2025-08-20T23:01:28.0700244Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/goodday/goodday_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0701660Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/goodday/goodday_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0703112Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/goodday/goodday.go' from root:root to runner:runner
2025-08-20T23:01:28.0704453Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/goodday' from root:root to runner:runner
2025-08-20T23:01:28.0705925Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/algoliaadminkey/algoliaadminkey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0707553Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/algoliaadminkey/algoliaadminkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0709097Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/algoliaadminkey/algoliaadminkey.go' from root:root to runner:runner
2025-08-20T23:01:28.0710479Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/algoliaadminkey' from root:root to runner:runner
2025-08-20T23:01:28.0711818Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/falsepositives_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0713209Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serphouse/serphouse_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0714658Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serphouse/serphouse_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0716164Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serphouse/serphouse.go' from root:root to runner:runner
2025-08-20T23:01:28.0717636Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serphouse' from root:root to runner:runner
2025-08-20T23:01:28.0719115Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/websitepulse/websitepulse_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0720756Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/websitepulse/websitepulse_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0722196Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/websitepulse/websitepulse.go' from root:root to runner:runner
2025-08-20T23:01:28.0723542Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/websitepulse' from root:root to runner:runner
2025-08-20T23:01:28.0725069Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastforex/fastforex_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0726671Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastforex/fastforex_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0728128Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastforex/fastforex.go' from root:root to runner:runner
2025-08-20T23:01:28.0729489Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastforex' from root:root to runner:runner
2025-08-20T23:01:28.0730796Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kucoin/kucoin_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0732199Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kucoin/kucoin_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0733565Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kucoin/kucoin.go' from root:root to runner:runner
2025-08-20T23:01:28.0734834Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kucoin' from root:root to runner:runner
2025-08-20T23:01:28.0736336Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slackwebhook/slackwebhook_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0737893Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slackwebhook/slackwebhook.go' from root:root to runner:runner
2025-08-20T23:01:28.0739331Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slackwebhook/slackwebhook_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0740700Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slackwebhook' from root:root to runner:runner
2025-08-20T23:01:28.0742137Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eventbrite/eventbrite.go' from root:root to runner:runner
2025-08-20T23:01:28.0743605Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eventbrite/eventbrite_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0745255Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eventbrite/eventbrite_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0746786Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eventbrite' from root:root to runner:runner
2025-08-20T23:01:28.0748095Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/magnetic/magnetic.go' from root:root to runner:runner
2025-08-20T23:01:28.0749462Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/magnetic/magnetic_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0751044Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/magnetic/magnetic_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0752394Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/magnetic' from root:root to runner:runner
2025-08-20T23:01:28.0753729Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gyazo/gyazo.go' from root:root to runner:runner
2025-08-20T23:01:28.0755162Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gyazo/gyazo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0756686Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gyazo/gyazo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0757960Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gyazo' from root:root to runner:runner
2025-08-20T23:01:28.0759256Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomtom/tomtom_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0760657Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomtom/tomtom_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0762021Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomtom/tomtom.go' from root:root to runner:runner
2025-08-20T23:01:28.0763286Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomtom' from root:root to runner:runner
2025-08-20T23:01:28.0764729Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackscreenshotapi/restpackscreenshotapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0766605Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackscreenshotapi/restpackscreenshotapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0768345Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackscreenshotapi/restpackscreenshotapi.go' from root:root to runner:runner
2025-08-20T23:01:28.0769926Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackscreenshotapi' from root:root to runner:runner
2025-08-20T23:01:28.0771298Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailgun/mailgun_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0772714Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailgun/mailgun_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0774110Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailgun/mailgun.go' from root:root to runner:runner
2025-08-20T23:01:28.0775519Z [00:03:50.135]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailgun' from root:root to runner:runner
2025-08-20T23:01:28.0776988Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapeowl/scrapeowl_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0778555Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapeowl/scrapeowl_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0780049Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapeowl/scrapeowl.go' from root:root to runner:runner
2025-08-20T23:01:28.0781370Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapeowl' from root:root to runner:runner
2025-08-20T23:01:28.0782686Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafana/grafana_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0784102Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafana/grafana_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0785491Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafana/grafana.go' from root:root to runner:runner
2025-08-20T23:01:28.0786919Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafana' from root:root to runner:runner
2025-08-20T23:01:28.0788277Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jotform/jotform_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0789684Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jotform/jotform_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0791023Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jotform/jotform.go' from root:root to runner:runner
2025-08-20T23:01:28.0792399Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jotform' from root:root to runner:runner
2025-08-20T23:01:28.0793991Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeprojectkey/airbrakeprojectkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0795615Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeprojectkey/airbrakeprojectkey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0797308Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeprojectkey/airbrakeprojectkey.go' from root:root to runner:runner
2025-08-20T23:01:28.0798736Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeprojectkey' from root:root to runner:runner
2025-08-20T23:01:28.0800209Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/common.go' from root:root to runner:runner
2025-08-20T23:01:28.0801606Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/sp.go' from root:root to runner:runner
2025-08-20T23:01:28.0803199Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v2/spv2_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0804810Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v2/spv2.go' from root:root to runner:runner
2025-08-20T23:01:28.0806401Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v2/spv2_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0807927Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v2' from root:root to runner:runner
2025-08-20T23:01:28.0809384Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v1/spv1.go' from root:root to runner:runner
2025-08-20T23:01:28.0810885Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v1/spv1_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0812686Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v1/spv1_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0814201Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v1' from root:root to runner:runner
2025-08-20T23:01:28.0815630Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal' from root:root to runner:runner
2025-08-20T23:01:28.0817391Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/refreshtoken/refreshtoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0819073Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/refreshtoken/refreshtoken.go' from root:root to runner:runner
2025-08-20T23:01:28.0820582Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/refreshtoken/refreshtoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0822023Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/refreshtoken' from root:root to runner:runner
2025-08-20T23:01:28.0823391Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/common_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0824713Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra' from root:root to runner:runner
2025-08-20T23:01:28.0826143Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/purestake/purestake_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0827674Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/purestake/purestake.go' from root:root to runner:runner
2025-08-20T23:01:28.0829185Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/purestake/purestake_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0830553Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/purestake' from root:root to runner:runner
2025-08-20T23:01:28.0831866Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/endpoint_customizer.go' from root:root to runner:runner
2025-08-20T23:01:28.0833247Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/user/user_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0834578Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/user/user.go' from root:root to runner:runner
2025-08-20T23:01:28.0835969Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/user/user_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0837386Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/user' from root:root to runner:runner
2025-08-20T23:01:28.0838736Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordwebhook/discordwebhook.go' from root:root to runner:runner
2025-08-20T23:01:28.0840262Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordwebhook/discordwebhook_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0841873Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordwebhook/discordwebhook_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0843387Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordwebhook' from root:root to runner:runner
2025-08-20T23:01:28.0844764Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraph/sourcegraph_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0846274Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraph/sourcegraph.go' from root:root to runner:runner
2025-08-20T23:01:28.0847806Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraph/sourcegraph_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0849205Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraph' from root:root to runner:runner
2025-08-20T23:01:28.0850510Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slack/slack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0851993Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slack/slack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0853400Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slack/slack.go' from root:root to runner:runner
2025-08-20T23:01:28.0854660Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slack' from root:root to runner:runner
2025-08-20T23:01:28.0856107Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codequiry/codequiry_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0857621Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codequiry/codequiry_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0859006Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codequiry/codequiry.go' from root:root to runner:runner
2025-08-20T23:01:28.0860313Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codequiry' from root:root to runner:runner
2025-08-20T23:01:28.0861677Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tickettailor/tickettailor_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0863348Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tickettailor/tickettailor_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0864832Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tickettailor/tickettailor.go' from root:root to runner:runner
2025-08-20T23:01:28.0866340Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tickettailor' from root:root to runner:runner
2025-08-20T23:01:28.0867824Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudsmith/cloudsmith_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0869229Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudsmith/cloudsmith.go' from root:root to runner:runner
2025-08-20T23:01:28.0870687Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudsmith/cloudsmith_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0872065Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudsmith' from root:root to runner:runner
2025-08-20T23:01:28.0873426Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingant/scrapingant_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0874854Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingant/scrapingant.go' from root:root to runner:runner
2025-08-20T23:01:28.0876455Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingant/scrapingant_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0878019Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingant' from root:root to runner:runner
2025-08-20T23:01:28.0879424Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/front/front.go' from root:root to runner:runner
2025-08-20T23:01:28.0880747Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/front/front_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0882123Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/front/front_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0883440Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/front' from root:root to runner:runner
2025-08-20T23:01:28.0884732Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dwolla/dwolla_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0886226Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dwolla/dwolla_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0887762Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dwolla/dwolla.go' from root:root to runner:runner
2025-08-20T23:01:28.0889043Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dwolla' from root:root to runner:runner
2025-08-20T23:01:28.0890389Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openuv/openuv_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0891826Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openuv/openuv.go' from root:root to runner:runner
2025-08-20T23:01:28.0893292Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openuv/openuv_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0894579Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openuv' from root:root to runner:runner
2025-08-20T23:01:28.0895999Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uploadcare/uploadcare.go' from root:root to runner:runner
2025-08-20T23:01:28.0897467Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uploadcare/uploadcare_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0898939Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uploadcare/uploadcare_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0900319Z [00:03:50.136]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uploadcare' from root:root to runner:runner
2025-08-20T23:01:28.0901819Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplynoted/simplynoted_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0903351Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplynoted/simplynoted.go' from root:root to runner:runner
2025-08-20T23:01:28.0904770Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplynoted/simplynoted_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0906217Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplynoted' from root:root to runner:runner
2025-08-20T23:01:28.0907608Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/posthog/posthog_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0909025Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/posthog/posthog_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0910412Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/posthog/posthog.go' from root:root to runner:runner
2025-08-20T23:01:28.0911863Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/posthog' from root:root to runner:runner
2025-08-20T23:01:28.0913211Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mesibo/mesibo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0914600Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mesibo/mesibo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0916117Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mesibo/mesibo.go' from root:root to runner:runner
2025-08-20T23:01:28.0917525Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mesibo' from root:root to runner:runner
2025-08-20T23:01:28.0919087Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken/terraformcloudpersonaltoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0920876Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken/terraformcloudpersonaltoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0922605Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken/terraformcloudpersonaltoken.go' from root:root to runner:runner
2025-08-20T23:01:28.0924159Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken' from root:root to runner:runner
2025-08-20T23:01:28.0925603Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordbottoken/discordbottoken.go' from root:root to runner:runner
2025-08-20T23:01:28.0927347Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordbottoken/discordbottoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0928971Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordbottoken/discordbottoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0930432Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordbottoken' from root:root to runner:runner
2025-08-20T23:01:28.0931794Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ramp/ramp_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0933125Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ramp/ramp.go' from root:root to runner:runner
2025-08-20T23:01:28.0934421Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ramp/ramp_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0935681Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ramp' from root:root to runner:runner
2025-08-20T23:01:28.0937279Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boxoauth/boxoauth.go' from root:root to runner:runner
2025-08-20T23:01:28.0938695Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boxoauth/boxoauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0940117Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boxoauth/boxoauth_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0941506Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boxoauth' from root:root to runner:runner
2025-08-20T23:01:28.0943002Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/everhour/everhour_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0944433Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/everhour/everhour_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0945878Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/everhour/everhour.go' from root:root to runner:runner
2025-08-20T23:01:28.0947233Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/everhour' from root:root to runner:runner
2025-08-20T23:01:28.0948521Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectors_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0949941Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperapi/scraperapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0951509Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperapi/scraperapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0952989Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperapi/scraperapi.go' from root:root to runner:runner
2025-08-20T23:01:28.0954320Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperapi' from root:root to runner:runner
2025-08-20T23:01:28.0955606Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/raven/raven.go' from root:root to runner:runner
2025-08-20T23:01:28.0957182Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/raven/raven_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0958562Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/raven/raven_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0959837Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/raven' from root:root to runner:runner
2025-08-20T23:01:28.0961302Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mavenlink/mavenlink.go' from root:root to runner:runner
2025-08-20T23:01:28.0962686Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mavenlink/mavenlink_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0964137Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mavenlink/mavenlink_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0965572Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mavenlink' from root:root to runner:runner
2025-08-20T23:01:28.0967121Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rev/rev_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0968442Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rev/rev.go' from root:root to runner:runner
2025-08-20T23:01:28.0969724Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rev/rev_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0970971Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rev' from root:root to runner:runner
2025-08-20T23:01:28.0972303Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qubole/qubole_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0973699Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qubole/qubole_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0975025Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qubole/qubole.go' from root:root to runner:runner
2025-08-20T23:01:28.0976486Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qubole' from root:root to runner:runner
2025-08-20T23:01:28.0977846Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fileio/fileio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0979219Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fileio/fileio.go' from root:root to runner:runner
2025-08-20T23:01:28.0980601Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fileio/fileio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0981937Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fileio' from root:root to runner:runner
2025-08-20T23:01:28.0983247Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pixabay/pixabay_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0984598Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pixabay/pixabay.go' from root:root to runner:runner
2025-08-20T23:01:28.0986260Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pixabay/pixabay_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0987666Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pixabay' from root:root to runner:runner
2025-08-20T23:01:28.0989028Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datagov/datagov_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0990512Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datagov/datagov_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0991979Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datagov/datagov.go' from root:root to runner:runner
2025-08-20T23:01:28.0993257Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datagov' from root:root to runner:runner
2025-08-20T23:01:28.0994544Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/falsepositives.go' from root:root to runner:runner
2025-08-20T23:01:28.0996138Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v2/maxmindlicense_v2_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0997772Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v2/maxmindlicense_v2_test.go' from root:root to runner:runner
2025-08-20T23:01:28.0999287Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v2/maxmindlicense_v2.go' from root:root to runner:runner
2025-08-20T23:01:28.1000777Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v2' from root:root to runner:runner
2025-08-20T23:01:28.1002275Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v1/maxmindlicense_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1003852Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v1/maxmindlicense_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1005393Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v1/maxmindlicense.go' from root:root to runner:runner
2025-08-20T23:01:28.1007014Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v1' from root:root to runner:runner
2025-08-20T23:01:28.1008328Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense' from root:root to runner:runner
2025-08-20T23:01:28.1009730Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userstack/userstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1011367Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userstack/userstack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1012749Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userstack/userstack.go' from root:root to runner:runner
2025-08-20T23:01:28.1014057Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userstack' from root:root to runner:runner
2025-08-20T23:01:28.1015513Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/liveagent/liveagent_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1017163Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/liveagent/liveagent_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1018540Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/liveagent/liveagent.go' from root:root to runner:runner
2025-08-20T23:01:28.1019843Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/liveagent' from root:root to runner:runner
2025-08-20T23:01:28.1021147Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitmex/bitmex_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1022470Z [00:03:50.137]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitmex/bitmex.go' from root:root to runner:runner
2025-08-20T23:01:28.1023847Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitmex/bitmex_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1025248Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitmex' from root:root to runner:runner
2025-08-20T23:01:28.1026689Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unifyid/unifyid.go' from root:root to runner:runner
2025-08-20T23:01:28.1028042Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unifyid/unifyid_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1029461Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unifyid/unifyid_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1030797Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unifyid' from root:root to runner:runner
2025-08-20T23:01:28.1032164Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langfuse/langfuse_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1033592Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langfuse/langfuse_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1035115Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langfuse/langfuse.go' from root:root to runner:runner
2025-08-20T23:01:28.1036533Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langfuse' from root:root to runner:runner
2025-08-20T23:01:28.1037873Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getemails/getemails_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1039398Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getemails/getemails_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1040925Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getemails/getemails.go' from root:root to runner:runner
2025-08-20T23:01:28.1042234Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getemails' from root:root to runner:runner
2025-08-20T23:01:28.1043540Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tefter/tefter_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1044865Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tefter/tefter.go' from root:root to runner:runner
2025-08-20T23:01:28.1046325Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tefter/tefter_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1047722Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tefter' from root:root to runner:runner
2025-08-20T23:01:28.1049031Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagarme/pagarme_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1050475Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagarme/pagarme.go' from root:root to runner:runner
2025-08-20T23:01:28.1051942Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagarme/pagarme_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1053284Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagarme' from root:root to runner:runner
2025-08-20T23:01:28.1054690Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iconfinder/iconfinder_integreation_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1056251Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iconfinder/iconfinder.go' from root:root to runner:runner
2025-08-20T23:01:28.1057708Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iconfinder/iconfinder_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1059048Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iconfinder' from root:root to runner:runner
2025-08-20T23:01:28.1060527Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clarifai/clarifai_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1061891Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clarifai/clarifai.go' from root:root to runner:runner
2025-08-20T23:01:28.1063305Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clarifai/clarifai_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1064730Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clarifai' from root:root to runner:runner
2025-08-20T23:01:28.1066231Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coda/coda_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1067591Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coda/coda.go' from root:root to runner:runner
2025-08-20T23:01:28.1068936Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coda/coda_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1070232Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coda' from root:root to runner:runner
2025-08-20T23:01:28.1071527Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databox/databox_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1072939Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databox/databox_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1074427Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databox/databox.go' from root:root to runner:runner
2025-08-20T23:01:28.1075911Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databox' from root:root to runner:runner
2025-08-20T23:01:28.1077349Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sugester/sugester_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1078826Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sugester/sugester_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1080189Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sugester/sugester.go' from root:root to runner:runner
2025-08-20T23:01:28.1081479Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sugester' from root:root to runner:runner
2025-08-20T23:01:28.1082801Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipinfodb/ipinfodb_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1084335Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipinfodb/ipinfodb.go' from root:root to runner:runner
2025-08-20T23:01:28.1085836Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipinfodb/ipinfodb_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1087249Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipinfodb' from root:root to runner:runner
2025-08-20T23:01:28.1088643Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openai/openai_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1090140Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openai/openai_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1091514Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openai/openai.go' from root:root to runner:runner
2025-08-20T23:01:28.1092785Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openai' from root:root to runner:runner
2025-08-20T23:01:28.1094133Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klaviyo/klaviyo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1095538Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klaviyo/klaviyo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1097127Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klaviyo/klaviyo.go' from root:root to runner:runner
2025-08-20T23:01:28.1098406Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klaviyo' from root:root to runner:runner
2025-08-20T23:01:28.1099878Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intrinio/intrinio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1101379Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intrinio/intrinio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1102738Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intrinio/intrinio.go' from root:root to runner:runner
2025-08-20T23:01:28.1104034Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intrinio' from root:root to runner:runner
2025-08-20T23:01:28.1105335Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/account_filter_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1106968Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchadminkey/azuresearchadminkey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1108549Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchadminkey/azuresearchadminkey.go' from root:root to runner:runner
2025-08-20T23:01:28.1110367Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchadminkey/azuresearchadminkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1111878Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchadminkey' from root:root to runner:runner
2025-08-20T23:01:28.1113226Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skrappio/skrappio.go' from root:root to runner:runner
2025-08-20T23:01:28.1114658Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skrappio/skrappio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1116306Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skrappio/skrappio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1117721Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skrappio' from root:root to runner:runner
2025-08-20T23:01:28.1119239Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey/repositorykey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1120914Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey/repositorykey.go' from root:root to runner:runner
2025-08-20T23:01:28.1122550Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey/repositorykey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1123444Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey' from root:root to runner:runner
2025-08-20T23:01:28.1124215Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagement' from root:root to runner:runner
2025-08-20T23:01:28.1124992Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snipcart/snipcart_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1125722Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snipcart/snipcart_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1126599Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snipcart/snipcart.go' from root:root to runner:runner
2025-08-20T23:01:28.1127265Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snipcart' from root:root to runner:runner
2025-08-20T23:01:28.1128059Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormboard/stormboard_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1128780Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormboard/stormboard.go' from root:root to runner:runner
2025-08-20T23:01:28.1129672Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormboard/stormboard_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1130336Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormboard' from root:root to runner:runner
2025-08-20T23:01:28.1131084Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagga/imagga.go' from root:root to runner:runner
2025-08-20T23:01:28.1131919Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagga/imagga_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1132629Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagga/imagga_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1133268Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagga' from root:root to runner:runner
2025-08-20T23:01:28.1133978Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/feedier/feedier_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1134745Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/feedier/feedier_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1135438Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/feedier/feedier.go' from root:root to runner:runner
2025-08-20T23:01:28.1136193Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/feedier' from root:root to runner:runner
2025-08-20T23:01:28.1137109Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_storage/storage_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1137879Z [00:03:50.138]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_storage/storage_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1138592Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_storage/storage.go' from root:root to runner:runner
2025-08-20T23:01:28.1139262Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_storage' from root:root to runner:runner
2025-08-20T23:01:28.1139975Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kontent/kontent_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1140671Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kontent/kontent.go' from root:root to runner:runner
2025-08-20T23:01:28.1141437Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kontent/kontent_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1142228Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kontent' from root:root to runner:runner
2025-08-20T23:01:28.1143166Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken/azuredevopspersonalaccesstoken.go' from root:root to runner:runner
2025-08-20T23:01:28.1144214Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken/azuredevopspersonalaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1145254Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken/azuredevopspersonalaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1146101Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken' from root:root to runner:runner
2025-08-20T23:01:28.1146901Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blazemeter/blazemeter_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1147702Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blazemeter/blazemeter_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1148424Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blazemeter/blazemeter.go' from root:root to runner:runner
2025-08-20T23:01:28.1149085Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blazemeter' from root:root to runner:runner
2025-08-20T23:01:28.1149901Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ticketmaster/ticketmaster.go' from root:root to runner:runner
2025-08-20T23:01:28.1150722Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ticketmaster/ticketmaster_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1151485Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ticketmaster/ticketmaster_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1152157Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ticketmaster' from root:root to runner:runner
2025-08-20T23:01:28.1152966Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitchaccesstoken/twitchaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1153752Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitchaccesstoken/twitchaccesstoken.go' from root:root to runner:runner
2025-08-20T23:01:28.1154617Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitchaccesstoken/twitchaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1155415Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitchaccesstoken' from root:root to runner:runner
2025-08-20T23:01:28.1156286Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/frameio/frameio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1157028Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/frameio/frameio.go' from root:root to runner:runner
2025-08-20T23:01:28.1157821Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/frameio/frameio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1158542Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/frameio' from root:root to runner:runner
2025-08-20T23:01:28.1159286Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemonsqueezy/lemonsqueezy.go' from root:root to runner:runner
2025-08-20T23:01:28.1160051Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemonsqueezy/lemonsqueezy_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1160862Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemonsqueezy/lemonsqueezy_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1161530Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemonsqueezy' from root:root to runner:runner
2025-08-20T23:01:28.1162219Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yousign/yousign.go' from root:root to runner:runner
2025-08-20T23:01:28.1163071Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yousign/yousign_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1163861Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yousign/yousign_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1164515Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yousign' from root:root to runner:runner
2025-08-20T23:01:28.1165228Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuite/larksuite.go' from root:root to runner:runner
2025-08-20T23:01:28.1166166Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuite/larksuite_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1166953Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuite/larksuite_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1167612Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuite' from root:root to runner:runner
2025-08-20T23:01:28.1168300Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edenai/edenai.go' from root:root to runner:runner
2025-08-20T23:01:28.1169206Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edenai/edenai_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1169919Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edenai/edenai_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1170559Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edenai' from root:root to runner:runner
2025-08-20T23:01:28.1171381Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upwave/upwave_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1172213Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upwave/upwave.go' from root:root to runner:runner
2025-08-20T23:01:28.1172919Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upwave/upwave_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1173570Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upwave' from root:root to runner:runner
2025-08-20T23:01:28.1174294Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/api2cart/api2cart_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1175001Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/api2cart/api2cart.go' from root:root to runner:runner
2025-08-20T23:01:28.1175868Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/api2cart/api2cart_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1176646Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/api2cart' from root:root to runner:runner
2025-08-20T23:01:28.1177583Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubsubscriptionkey/pubnubsubscriptionkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1178470Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubsubscriptionkey/pubnubsubscriptionkey.go' from root:root to runner:runner
2025-08-20T23:01:28.1179349Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubsubscriptionkey/pubnubsubscriptionkey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1180065Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubsubscriptionkey' from root:root to runner:runner
2025-08-20T23:01:28.1180780Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abuseipdb/abuseipdb.go' from root:root to runner:runner
2025-08-20T23:01:28.1181561Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abuseipdb/abuseipdb_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1182397Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abuseipdb/abuseipdb_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1183057Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abuseipdb' from root:root to runner:runner
2025-08-20T23:01:28.1183880Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbucketapppassword/bitbucketapppassword.go' from root:root to runner:runner
2025-08-20T23:01:28.1184986Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbucketapppassword/bitbucketapppassword_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1186001Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbucketapppassword/bitbucketapppassword_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1186762Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbucketapppassword' from root:root to runner:runner
2025-08-20T23:01:28.1187443Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/censys/censys.go' from root:root to runner:runner
2025-08-20T23:01:28.1188149Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/censys/censys_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1188900Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/censys/censys_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1189545Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/censys' from root:root to runner:runner
2025-08-20T23:01:28.1190339Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gumroad/gumroad_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1191165Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gumroad/gumroad_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1191863Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gumroad/gumroad.go' from root:root to runner:runner
2025-08-20T23:01:28.1192502Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gumroad' from root:root to runner:runner
2025-08-20T23:01:28.1193256Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hunter/hunter_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1193941Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hunter/hunter.go' from root:root to runner:runner
2025-08-20T23:01:28.1194647Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hunter/hunter_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1195406Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hunter' from root:root to runner:runner
2025-08-20T23:01:28.1196254Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/infura/infura_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1196984Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/infura/infura.go' from root:root to runner:runner
2025-08-20T23:01:28.1197766Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/infura/infura_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1198478Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/infura' from root:root to runner:runner
2025-08-20T23:01:28.1199161Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/account_filter.go' from root:root to runner:runner
2025-08-20T23:01:28.1199864Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intercom/intercom.go' from root:root to runner:runner
2025-08-20T23:01:28.1200584Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intercom/intercom_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1201359Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intercom/intercom_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1202010Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intercom' from root:root to runner:runner
2025-08-20T23:01:28.1202798Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pulumi/pulumi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1203490Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pulumi/pulumi.go' from root:root to runner:runner
2025-08-20T23:01:28.1204243Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pulumi/pulumi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1204892Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pulumi' from root:root to runner:runner
2025-08-20T23:01:28.1205668Z [00:03:50.139]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pollsapi/pollsapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1206486Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pollsapi/pollsapi.go' from root:root to runner:runner
2025-08-20T23:01:28.1207247Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pollsapi/pollsapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1208018Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pollsapi' from root:root to runner:runner
2025-08-20T23:01:28.1208852Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/financialmodelingprep/financialmodelingprep.go' from root:root to runner:runner
2025-08-20T23:01:28.1209760Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/financialmodelingprep/financialmodelingprep_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1210683Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/financialmodelingprep/financialmodelingprep_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1211482Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/financialmodelingprep' from root:root to runner:runner
2025-08-20T23:01:28.1212160Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cicero/cicero.go' from root:root to runner:runner
2025-08-20T23:01:28.1212864Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cicero/cicero_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1213620Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cicero/cicero_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1214261Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cicero' from root:root to runner:runner
2025-08-20T23:01:28.1214996Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shodankey/shodankey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1215850Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shodankey/shodankey.go' from root:root to runner:runner
2025-08-20T23:01:28.1216703Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shodankey/shodankey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1217366Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shodankey' from root:root to runner:runner
2025-08-20T23:01:28.1218086Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parseur/parseur_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1218852Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parseur/parseur_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1219544Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parseur/parseur.go' from root:root to runner:runner
2025-08-20T23:01:28.1220196Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parseur' from root:root to runner:runner
2025-08-20T23:01:28.1221110Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtableoauth/airtableoauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1221859Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtableoauth/airtableoauth.go' from root:root to runner:runner
2025-08-20T23:01:28.1222632Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtableoauth/airtableoauth_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1223364Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtableoauth' from root:root to runner:runner
2025-08-20T23:01:28.1224227Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plivo/plivo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1224975Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plivo/plivo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1225655Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plivo/plivo.go' from root:root to runner:runner
2025-08-20T23:01:28.1226397Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plivo' from root:root to runner:runner
2025-08-20T23:01:28.1227221Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v2/bannerbear_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1227980Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v2/bannerbear_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1228798Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v2/bannerbear.go' from root:root to runner:runner
2025-08-20T23:01:28.1229483Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v2' from root:root to runner:runner
2025-08-20T23:01:28.1230290Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v1/bannerbear_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1231049Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v1/bannerbear_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1231779Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v1/bannerbear.go' from root:root to runner:runner
2025-08-20T23:01:28.1232456Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v1' from root:root to runner:runner
2025-08-20T23:01:28.1233112Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear' from root:root to runner:runner
2025-08-20T23:01:28.1233808Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tradier/tradier.go' from root:root to runner:runner
2025-08-20T23:01:28.1234615Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tradier/tradier_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1235383Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tradier/tradier_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1236115Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tradier' from root:root to runner:runner
2025-08-20T23:01:28.1236968Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artifactory/artifactory.go' from root:root to runner:runner
2025-08-20T23:01:28.1237858Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artifactory/artifactory_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1238611Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artifactory/artifactory_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1239276Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artifactory' from root:root to runner:runner
2025-08-20T23:01:28.1239989Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codemagic/codemagic.go' from root:root to runner:runner
2025-08-20T23:01:28.1240774Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codemagic/codemagic_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1241502Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codemagic/codemagic_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1242217Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codemagic' from root:root to runner:runner
2025-08-20T23:01:28.1242961Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replicate/replicate_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1243740Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replicate/replicate_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1244454Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replicate/replicate.go' from root:root to runner:runner
2025-08-20T23:01:28.1245106Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replicate' from root:root to runner:runner
2025-08-20T23:01:28.1245920Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/html2pdf/html2pdf_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1246747Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/html2pdf/html2pdf_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1247587Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/html2pdf/html2pdf.go' from root:root to runner:runner
2025-08-20T23:01:28.1248247Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/html2pdf' from root:root to runner:runner
2025-08-20T23:01:28.1248960Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saucelabs/saucelabs.go' from root:root to runner:runner
2025-08-20T23:01:28.1249757Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saucelabs/saucelabs_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1250638Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saucelabs/saucelabs_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1251294Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saucelabs' from root:root to runner:runner
2025-08-20T23:01:28.1252026Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rawg/rawg_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1252717Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rawg/rawg_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1253383Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rawg/rawg.go' from root:root to runner:runner
2025-08-20T23:01:28.1254018Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rawg' from root:root to runner:runner
2025-08-20T23:01:28.1254852Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anypointoauth2/anypointoauth2.go' from root:root to runner:runner
2025-08-20T23:01:28.1255712Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anypointoauth2/anypointoauth2_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1256718Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anypointoauth2/anypointoauth2_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1257411Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anypointoauth2' from root:root to runner:runner
2025-08-20T23:01:28.1258122Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipinfo/ipinfo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1258803Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipinfo/ipinfo.go' from root:root to runner:runner
2025-08-20T23:01:28.1259561Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipinfo/ipinfo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1260362Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipinfo' from root:root to runner:runner
2025-08-20T23:01:28.1261099Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calorieninja/calorieninja.go' from root:root to runner:runner
2025-08-20T23:01:28.1261867Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calorieninja/calorieninja_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1262740Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calorieninja/calorieninja_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1263523Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calorieninja' from root:root to runner:runner
2025-08-20T23:01:28.1264251Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/semaphore/semaphore_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1265094Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/semaphore/semaphore_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1265919Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/semaphore/semaphore.go' from root:root to runner:runner
2025-08-20T23:01:28.1266616Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/semaphore' from root:root to runner:runner
2025-08-20T23:01:28.1267328Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moonclerk/moonclerk.go' from root:root to runner:runner
2025-08-20T23:01:28.1268054Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moonclerk/moonclerk_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1268832Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moonclerk/moonclerk_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1269483Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moonclerk' from root:root to runner:runner
2025-08-20T23:01:28.1270191Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/besttime/besttime.go' from root:root to runner:runner
2025-08-20T23:01:28.1270907Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/besttime/besttime_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1271676Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/besttime/besttime_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1272325Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/besttime' from root:root to runner:runner
2025-08-20T23:01:28.1273191Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/veriphone/veriphone_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1273972Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/veriphone/veriphone_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1274681Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/veriphone/veriphone.go' from root:root to runner:runner
2025-08-20T23:01:28.1275396Z [00:03:50.140]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/veriphone' from root:root to runner:runner
2025-08-20T23:01:28.1276337Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ritekit/ritekit_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1277089Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ritekit/ritekit_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1277851Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ritekit/ritekit.go' from root:root to runner:runner
2025-08-20T23:01:28.1278586Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ritekit' from root:root to runner:runner
2025-08-20T23:01:28.1279315Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signable/signable_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1280016Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signable/signable.go' from root:root to runner:runner
2025-08-20T23:01:28.1280785Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signable/signable_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1281433Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signable' from root:root to runner:runner
2025-08-20T23:01:28.1282159Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instabot/instabot_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1282861Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instabot/instabot.go' from root:root to runner:runner
2025-08-20T23:01:28.1283634Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instabot/instabot_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1284283Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instabot' from root:root to runner:runner
2025-08-20T23:01:28.1285112Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youtubeapikey/youtubeapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.1286004Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youtubeapikey/youtubeapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1286958Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youtubeapikey/youtubeapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1287634Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youtubeapikey' from root:root to runner:runner
2025-08-20T23:01:28.1288344Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klipfolio/klipfolio.go' from root:root to runner:runner
2025-08-20T23:01:28.1289077Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klipfolio/klipfolio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1289960Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klipfolio/klipfolio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1290618Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klipfolio' from root:root to runner:runner
2025-08-20T23:01:28.1291352Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fp_badlist.txt' from root:root to runner:runner
2025-08-20T23:01:28.1292158Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/railwayapp/railwayapp_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1292887Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/railwayapp/railwayapp.go' from root:root to runner:runner
2025-08-20T23:01:28.1293627Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/railwayapp/railwayapp_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1294293Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/railwayapp' from root:root to runner:runner
2025-08-20T23:01:28.1295083Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/theoddsapi/theoddsapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1295897Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/theoddsapi/theoddsapi.go' from root:root to runner:runner
2025-08-20T23:01:28.1296678Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/theoddsapi/theoddsapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1297340Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/theoddsapi' from root:root to runner:runner
2025-08-20T23:01:28.1298060Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tru/tru_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1298822Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tru/tru_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1299548Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tru/tru.go' from root:root to runner:runner
2025-08-20T23:01:28.1300174Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tru' from root:root to runner:runner
2025-08-20T23:01:28.1300837Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/http.go' from root:root to runner:runner
2025-08-20T23:01:28.1301551Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prodpad/prodpad_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1302427Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prodpad/prodpad_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1303123Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prodpad/prodpad.go' from root:root to runner:runner
2025-08-20T23:01:28.1303833Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prodpad' from root:root to runner:runner
2025-08-20T23:01:28.1304541Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webexbot/webexbot.go' from root:root to runner:runner
2025-08-20T23:01:28.1305265Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webexbot/webexbot_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1306141Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webexbot/webexbot_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1306842Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webexbot' from root:root to runner:runner
2025-08-20T23:01:28.1307592Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitch/twitch_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1308273Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitch/twitch.go' from root:root to runner:runner
2025-08-20T23:01:28.1308980Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitch/twitch_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1309616Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitch' from root:root to runner:runner
2025-08-20T23:01:28.1310381Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prefect/prefect_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1311175Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prefect/prefect_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1311927Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prefect/prefect.go' from root:root to runner:runner
2025-08-20T23:01:28.1312661Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prefect' from root:root to runner:runner
2025-08-20T23:01:28.1313398Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qase/qase_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1314065Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qase/qase.go' from root:root to runner:runner
2025-08-20T23:01:28.1314750Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qase/qase_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1315501Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qase' from root:root to runner:runner
2025-08-20T23:01:28.1316316Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caflou/caflou.go' from root:root to runner:runner
2025-08-20T23:01:28.1317159Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caflou/caflou_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1317929Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caflou/caflou_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1318577Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caflou' from root:root to runner:runner
2025-08-20T23:01:28.1319292Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/powrbot/powrbot_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1319984Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/powrbot/powrbot.go' from root:root to runner:runner
2025-08-20T23:01:28.1320748Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/powrbot/powrbot_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1321392Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/powrbot' from root:root to runner:runner
2025-08-20T23:01:28.1322107Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finnhub/finnhub_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1322867Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finnhub/finnhub_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1323554Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finnhub/finnhub.go' from root:root to runner:runner
2025-08-20T23:01:28.1324266Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finnhub' from root:root to runner:runner
2025-08-20T23:01:28.1325180Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ftp/ftp_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1325954Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ftp/ftp_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1326664Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ftp/ftp.go' from root:root to runner:runner
2025-08-20T23:01:28.1327297Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ftp' from root:root to runner:runner
2025-08-20T23:01:28.1328167Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/billomat/billomat_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1328880Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/billomat/billomat.go' from root:root to runner:runner
2025-08-20T23:01:28.1329666Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/billomat/billomat_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1330395Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/billomat' from root:root to runner:runner
2025-08-20T23:01:28.1331141Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getresponse/getresponse.go' from root:root to runner:runner
2025-08-20T23:01:28.1331951Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getresponse/getresponse_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1332705Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getresponse/getresponse_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1333373Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getresponse' from root:root to runner:runner
2025-08-20T23:01:28.1334139Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/refiner/refiner_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1334834Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/refiner/refiner.go' from root:root to runner:runner
2025-08-20T23:01:28.1335548Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/refiner/refiner_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1336292Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/refiner' from root:root to runner:runner
2025-08-20T23:01:28.1337151Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lunchmoney/lunchmoney.go' from root:root to runner:runner
2025-08-20T23:01:28.1337971Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lunchmoney/lunchmoney_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1338815Z [00:03:50.141]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lunchmoney/lunchmoney_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1339485Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lunchmoney' from root:root to runner:runner
2025-08-20T23:01:28.1340262Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkspaces/teamworkspaces_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1341023Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkspaces/teamworkspaces.go' from root:root to runner:runner
2025-08-20T23:01:28.1341956Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkspaces/teamworkspaces_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1342695Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkspaces' from root:root to runner:runner
2025-08-20T23:01:28.1343382Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcp/gcp.go' from root:root to runner:runner
2025-08-20T23:01:28.1344058Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcp/gcp_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1344790Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcp/gcp_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1345416Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcp' from root:root to runner:runner
2025-08-20T23:01:28.1346249Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opencagedata/opencagedata.go' from root:root to runner:runner
2025-08-20T23:01:28.1347123Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opencagedata/opencagedata_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1347889Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opencagedata/opencagedata_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1348676Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opencagedata' from root:root to runner:runner
2025-08-20T23:01:28.1349389Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatbot/chatbot_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1350080Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatbot/chatbot.go' from root:root to runner:runner
2025-08-20T23:01:28.1350904Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatbot/chatbot_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1351660Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatbot' from root:root to runner:runner
2025-08-20T23:01:28.1352314Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uri/uri.go' from root:root to runner:runner
2025-08-20T23:01:28.1353034Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uri/uri_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1353709Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uri/uri_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1354344Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uri' from root:root to runner:runner
2025-08-20T23:01:28.1355238Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackhtmltopdfapi/restpackhtmltopdfapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1356263Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackhtmltopdfapi/restpackhtmltopdfapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1357155Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackhtmltopdfapi/restpackhtmltopdfapi.go' from root:root to runner:runner
2025-08-20T23:01:28.1357867Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackhtmltopdfapi' from root:root to runner:runner
2025-08-20T23:01:28.1358593Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onelogin/onelogin_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1359366Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onelogin/onelogin_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1360073Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onelogin/onelogin.go' from root:root to runner:runner
2025-08-20T23:01:28.1360727Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onelogin' from root:root to runner:runner
2025-08-20T23:01:28.1361640Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldcoinindex/worldcoinindex_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1362425Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldcoinindex/worldcoinindex_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1363182Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldcoinindex/worldcoinindex.go' from root:root to runner:runner
2025-08-20T23:01:28.1363918Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldcoinindex' from root:root to runner:runner
2025-08-20T23:01:28.1364818Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databrickstoken/databrickstoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1365590Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databrickstoken/databrickstoken.go' from root:root to runner:runner
2025-08-20T23:01:28.1366650Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databrickstoken/databrickstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1367386Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databrickstoken' from root:root to runner:runner
2025-08-20T23:01:28.1368109Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dropbox/dropbox_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1368798Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dropbox/dropbox.go' from root:root to runner:runner
2025-08-20T23:01:28.1369657Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dropbox/dropbox_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1370329Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dropbox' from root:root to runner:runner
2025-08-20T23:01:28.1371046Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tallyfy/tallyfy_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1371738Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tallyfy/tallyfy.go' from root:root to runner:runner
2025-08-20T23:01:28.1372502Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tallyfy/tallyfy_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1373149Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tallyfy' from root:root to runner:runner
2025-08-20T23:01:28.1373974Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveysparrow/surveysparrow_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1374899Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveysparrow/surveysparrow.go' from root:root to runner:runner
2025-08-20T23:01:28.1375675Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveysparrow/surveysparrow_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1376468Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveysparrow' from root:root to runner:runner
2025-08-20T23:01:28.1377334Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mandrill/mandrill_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1378150Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mandrill/mandrill_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1378879Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mandrill/mandrill.go' from root:root to runner:runner
2025-08-20T23:01:28.1379530Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mandrill' from root:root to runner:runner
2025-08-20T23:01:28.1380273Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cexio/cexio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1380981Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cexio/cexio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1381658Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cexio/cexio.go' from root:root to runner:runner
2025-08-20T23:01:28.1382373Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cexio' from root:root to runner:runner
2025-08-20T23:01:28.1383154Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nicereply/nicereply_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1383940Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nicereply/nicereply_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1384653Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nicereply/nicereply.go' from root:root to runner:runner
2025-08-20T23:01:28.1385306Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nicereply' from root:root to runner:runner
2025-08-20T23:01:28.1386260Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azurecontainerregistry/azurecontainerregistry.go' from root:root to runner:runner
2025-08-20T23:01:28.1387231Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azurecontainerregistry/azurecontainerregistry_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1388212Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azurecontainerregistry/azurecontainerregistry_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1388940Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azurecontainerregistry' from root:root to runner:runner
2025-08-20T23:01:28.1389733Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docker/docker_auth_config_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1390536Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docker/docker_auth_config_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1391359Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docker/docker_auth_config.go' from root:root to runner:runner
2025-08-20T23:01:28.1392003Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docker' from root:root to runner:runner
2025-08-20T23:01:28.1392769Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blogger/blogger_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1393479Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blogger/blogger_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1394176Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blogger/blogger.go' from root:root to runner:runner
2025-08-20T23:01:28.1394815Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blogger' from root:root to runner:runner
2025-08-20T23:01:28.1395544Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pypi/pypi.go' from root:root to runner:runner
2025-08-20T23:01:28.1396329Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pypi/pypi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1397132Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pypi/pypi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1397781Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pypi' from root:root to runner:runner
2025-08-20T23:01:28.1398490Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plaidkey/plaidkey.go' from root:root to runner:runner
2025-08-20T23:01:28.1399211Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plaidkey/plaidkey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1399982Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plaidkey/plaidkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1400764Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plaidkey' from root:root to runner:runner
2025-08-20T23:01:28.1401515Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulbul/bulbul_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1402196Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulbul/bulbul.go' from root:root to runner:runner
2025-08-20T23:01:28.1402959Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulbul/bulbul_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1403663Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulbul' from root:root to runner:runner
2025-08-20T23:01:28.1404466Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforceoauth2/salesforceoauth2_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1405244Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforceoauth2/salesforceoauth2.go' from root:root to runner:runner
2025-08-20T23:01:28.1406187Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforceoauth2/salesforceoauth2_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1406925Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforceoauth2' from root:root to runner:runner
2025-08-20T23:01:28.1407702Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherstack/weatherstack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1408523Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherstack/weatherstack.go' from root:root to runner:runner
2025-08-20T23:01:28.1409342Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherstack/weatherstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1410010Z [00:03:50.142]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherstack' from root:root to runner:runner
2025-08-20T23:01:28.1410826Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elasticemail/elasticemail_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1411588Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elasticemail/elasticemail_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1412324Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elasticemail/elasticemail.go' from root:root to runner:runner
2025-08-20T23:01:28.1412994Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elasticemail' from root:root to runner:runner
2025-08-20T23:01:28.1413881Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aeroworkflow/aeroworkflow_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1414624Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aeroworkflow/aeroworkflow.go' from root:root to runner:runner
2025-08-20T23:01:28.1415439Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aeroworkflow/aeroworkflow_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1416307Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aeroworkflow' from root:root to runner:runner
2025-08-20T23:01:28.1417172Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/workstack/workstack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1417953Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/workstack/workstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1418667Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/workstack/workstack.go' from root:root to runner:runner
2025-08-20T23:01:28.1419319Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/workstack' from root:root to runner:runner
2025-08-20T23:01:28.1420003Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enigma/enigma.go' from root:root to runner:runner
2025-08-20T23:01:28.1420752Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enigma/enigma_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1421528Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enigma/enigma_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1422222Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enigma' from root:root to runner:runner
2025-08-20T23:01:28.1422993Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webflow/webflow_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1423711Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webflow/webflow_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1424397Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webflow/webflow.go' from root:root to runner:runner
2025-08-20T23:01:28.1425043Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webflow' from root:root to runner:runner
2025-08-20T23:01:28.1425856Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signaturit/signaturit.go' from root:root to runner:runner
2025-08-20T23:01:28.1426704Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signaturit/signaturit_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1427620Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signaturit/signaturit_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1428282Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signaturit' from root:root to runner:runner
2025-08-20T23:01:28.1429073Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipquality/ipquality_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1429941Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipquality/ipquality_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1430658Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipquality/ipquality.go' from root:root to runner:runner
2025-08-20T23:01:28.1431309Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipquality' from root:root to runner:runner
2025-08-20T23:01:28.1432101Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/capsulecrm/capsulecrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1432841Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/capsulecrm/capsulecrm_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1433567Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/capsulecrm/capsulecrm.go' from root:root to runner:runner
2025-08-20T23:01:28.1434222Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/capsulecrm' from root:root to runner:runner
2025-08-20T23:01:28.1435015Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mindmeister/mindmeister.go' from root:root to runner:runner
2025-08-20T23:01:28.1436144Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mindmeister/mindmeister_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1436999Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mindmeister/mindmeister_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1437664Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mindmeister' from root:root to runner:runner
2025-08-20T23:01:28.1438377Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ubidots/ubidots_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1439142Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ubidots/ubidots_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1439834Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ubidots/ubidots.go' from root:root to runner:runner
2025-08-20T23:01:28.1440613Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ubidots' from root:root to runner:runner
2025-08-20T23:01:28.1441632Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials/gcpapplicationdefaultcredentials_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1442658Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials/gcpapplicationdefaultcredentials_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1443677Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials/gcpapplicationdefaultcredentials.go' from root:root to runner:runner
2025-08-20T23:01:28.1444446Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials' from root:root to runner:runner
2025-08-20T23:01:28.1445135Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pinata/pinata.go' from root:root to runner:runner
2025-08-20T23:01:28.1446014Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pinata/pinata_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1446822Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pinata/pinata_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1447465Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pinata' from root:root to runner:runner
2025-08-20T23:01:28.1448329Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autopilot/autopilot_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1449100Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autopilot/autopilot.go' from root:root to runner:runner
2025-08-20T23:01:28.1449832Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autopilot/autopilot_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1450491Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autopilot' from root:root to runner:runner
2025-08-20T23:01:28.1451194Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alegra/alegra_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1451878Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alegra/alegra.go' from root:root to runner:runner
2025-08-20T23:01:28.1452627Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alegra/alegra_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1453412Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alegra' from root:root to runner:runner
2025-08-20T23:01:28.1454124Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unplugg/unplugg_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1454888Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unplugg/unplugg_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1455652Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unplugg/unplugg.go' from root:root to runner:runner
2025-08-20T23:01:28.1456518Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unplugg' from root:root to runner:runner
2025-08-20T23:01:28.1457334Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squarespace/squarespace_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1458065Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squarespace/squarespace.go' from root:root to runner:runner
2025-08-20T23:01:28.1458815Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squarespace/squarespace_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1459477Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squarespace' from root:root to runner:runner
2025-08-20T23:01:28.1460243Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugsnag/bugsnag_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1460955Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugsnag/bugsnag_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1461717Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugsnag/bugsnag.go' from root:root to runner:runner
2025-08-20T23:01:28.1462423Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugsnag' from root:root to runner:runner
2025-08-20T23:01:28.1463096Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloze/cloze.go' from root:root to runner:runner
2025-08-20T23:01:28.1463842Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloze/cloze_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1464542Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloze/cloze_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1465182Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloze' from root:root to runner:runner
2025-08-20T23:01:28.1465953Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stytch/stytch.go' from root:root to runner:runner
2025-08-20T23:01:28.1466788Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stytch/stytch_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1467541Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stytch/stytch_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1468180Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stytch' from root:root to runner:runner
2025-08-20T23:01:28.1469009Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/doppler/doppler_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1469835Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/doppler/doppler.go' from root:root to runner:runner
2025-08-20T23:01:28.1470551Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/doppler/doppler_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1471200Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/doppler' from root:root to runner:runner
2025-08-20T23:01:28.1471980Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatfule/chatfule_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1472701Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatfule/chatfule_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1473408Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatfule/chatfule.go' from root:root to runner:runner
2025-08-20T23:01:28.1474125Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatfule' from root:root to runner:runner
2025-08-20T23:01:28.1474868Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eightxeight/eightxeight.go' from root:root to runner:runner
2025-08-20T23:01:28.1475625Z [00:03:50.143]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eightxeight/eightxeight_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1476545Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eightxeight/eightxeight_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1477227Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eightxeight' from root:root to runner:runner
2025-08-20T23:01:28.1477929Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexcloud/iexcloud.go' from root:root to runner:runner
2025-08-20T23:01:28.1478687Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexcloud/iexcloud_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1479593Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexcloud/iexcloud_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1480248Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexcloud' from root:root to runner:runner
2025-08-20T23:01:28.1480983Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nugetapikey/nugetapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.1481795Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nugetapikey/nugetapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1482680Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nugetapikey/nugetapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1483344Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nugetapikey' from root:root to runner:runner
2025-08-20T23:01:28.1484117Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerotier/zerotier_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1484834Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerotier/zerotier_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1485540Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerotier/zerotier.go' from root:root to runner:runner
2025-08-20T23:01:28.1486277Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerotier' from root:root to runner:runner
2025-08-20T23:01:28.1487145Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/testingbot/testingbot_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1487880Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/testingbot/testingbot.go' from root:root to runner:runner
2025-08-20T23:01:28.1488675Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/testingbot/testingbot_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1489343Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/testingbot' from root:root to runner:runner
2025-08-20T23:01:28.1490153Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/speechtextai/speechtextai_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1490916Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/speechtextai/speechtextai_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1491657Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/speechtextai/speechtextai.go' from root:root to runner:runner
2025-08-20T23:01:28.1492453Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/speechtextai' from root:root to runner:runner
2025-08-20T23:01:28.1493224Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metabase/metabase_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1493922Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metabase/metabase.go' from root:root to runner:runner
2025-08-20T23:01:28.1494703Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metabase/metabase_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1495447Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metabase' from root:root to runner:runner
2025-08-20T23:01:28.1496327Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pushbulletapikey/pushbulletapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.1497223Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pushbulletapikey/pushbulletapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1498028Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pushbulletapikey/pushbulletapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1498718Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pushbulletapikey' from root:root to runner:runner
2025-08-20T23:01:28.1499414Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postman/postman.go' from root:root to runner:runner
2025-08-20T23:01:28.1500128Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postman/postman_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1500972Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postman/postman_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1501632Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postman' from root:root to runner:runner
2025-08-20T23:01:28.1502346Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coveralls/coveralls.go' from root:root to runner:runner
2025-08-20T23:01:28.1503129Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coveralls/coveralls_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1503855Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coveralls/coveralls_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1504511Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coveralls' from root:root to runner:runner
2025-08-20T23:01:28.1505223Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightapi/flightapi.go' from root:root to runner:runner
2025-08-20T23:01:28.1506209Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightapi/flightapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1507042Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightapi/flightapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1507697Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightapi' from root:root to runner:runner
2025-08-20T23:01:28.1508495Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newsapi/newsapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1509408Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newsapi/newsapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1510111Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newsapi/newsapi.go' from root:root to runner:runner
2025-08-20T23:01:28.1510755Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newsapi' from root:root to runner:runner
2025-08-20T23:01:28.1511482Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lendflow/lendflow_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1512187Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lendflow/lendflow.go' from root:root to runner:runner
2025-08-20T23:01:28.1512955Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lendflow/lendflow_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1513673Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lendflow' from root:root to runner:runner
2025-08-20T23:01:28.1514491Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trelloapikey/trelloapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1515232Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trelloapikey/trelloapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.1516100Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trelloapikey/trelloapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1516822Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trelloapikey' from root:root to runner:runner
2025-08-20T23:01:28.1517549Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanaoauth/asanaoauth.go' from root:root to runner:runner
2025-08-20T23:01:28.1518294Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanaoauth/asanaoauth_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1519203Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanaoauth/asanaoauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1519864Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanaoauth' from root:root to runner:runner
2025-08-20T23:01:28.1520617Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mixmax/mixmax_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1521359Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mixmax/mixmax.go' from root:root to runner:runner
2025-08-20T23:01:28.1522141Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mixmax/mixmax_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1522778Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mixmax' from root:root to runner:runner
2025-08-20T23:01:28.1523463Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/strava/strava.go' from root:root to runner:runner
2025-08-20T23:01:28.1524215Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/strava/strava_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1524915Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/strava/strava_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1525560Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/strava' from root:root to runner:runner
2025-08-20T23:01:28.1526577Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareapitoken/cloudflareapitoken.go' from root:root to runner:runner
2025-08-20T23:01:28.1527468Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareapitoken/cloudflareapitoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1528345Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareapitoken/cloudflareapitoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1529046Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareapitoken' from root:root to runner:runner
2025-08-20T23:01:28.1529823Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/siteleaf/siteleaf_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1530520Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/siteleaf/siteleaf.go' from root:root to runner:runner
2025-08-20T23:01:28.1531242Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/siteleaf/siteleaf_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1532014Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/siteleaf' from root:root to runner:runner
2025-08-20T23:01:28.1532739Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v2/buildkite.go' from root:root to runner:runner
2025-08-20T23:01:28.1533544Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v2/buildkitev2_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1534344Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v2/buildkite_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1535123Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v2' from root:root to runner:runner
2025-08-20T23:01:28.1535958Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v1/buildkite.go' from root:root to runner:runner
2025-08-20T23:01:28.1536812Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v1/buildkite_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1537557Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v1/buildkite_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1538227Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v1' from root:root to runner:runner
2025-08-20T23:01:28.1538880Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite' from root:root to runner:runner
2025-08-20T23:01:28.1539693Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yelp/yelp_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1540426Z [00:03:50.144]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yelp/yelp_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1541099Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yelp/yelp.go' from root:root to runner:runner
2025-08-20T23:01:28.1541736Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yelp' from root:root to runner:runner
2025-08-20T23:01:28.1542488Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/easyinsight/easyinsight_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1543218Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/easyinsight/easyinsight.go' from root:root to runner:runner
2025-08-20T23:01:28.1544023Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/easyinsight/easyinsight_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1544785Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/easyinsight' from root:root to runner:runner
2025-08-20T23:01:28.1545744Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken/airtablepersonalaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1546762Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken/airtablepersonalaccesstoken.go' from root:root to runner:runner
2025-08-20T23:01:28.1547756Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken/airtablepersonalaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1548670Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken' from root:root to runner:runner
2025-08-20T23:01:28.1549443Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supernotesapi/supernotesapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1550284Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supernotesapi/supernotesapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1551043Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supernotesapi/supernotesapi.go' from root:root to runner:runner
2025-08-20T23:01:28.1551720Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supernotesapi' from root:root to runner:runner
2025-08-20T23:01:28.1552428Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boostnote/boostnote.go' from root:root to runner:runner
2025-08-20T23:01:28.1553224Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boostnote/boostnote_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1554026Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boostnote/boostnote_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1554683Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boostnote' from root:root to runner:runner
2025-08-20T23:01:28.1555438Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v2/elevenlabs_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1556352Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v2/elevenlabs_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1557131Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v2/elevenlabs.go' from root:root to runner:runner
2025-08-20T23:01:28.1557806Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v2' from root:root to runner:runner
2025-08-20T23:01:28.1558667Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v1/elevenlabs_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1559478Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v1/elevenlabs_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1560205Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v1/elevenlabs.go' from root:root to runner:runner
2025-08-20T23:01:28.1560936Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v1' from root:root to runner:runner
2025-08-20T23:01:28.1561690Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs' from root:root to runner:runner
2025-08-20T23:01:28.1562441Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphhopper/graphhopper_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1563173Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphhopper/graphhopper.go' from root:root to runner:runner
2025-08-20T23:01:28.1563975Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphhopper/graphhopper_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1564646Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphhopper' from root:root to runner:runner
2025-08-20T23:01:28.1565365Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loyverse/loyverse_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1566300Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loyverse/loyverse_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1567064Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loyverse/loyverse.go' from root:root to runner:runner
2025-08-20T23:01:28.1567718Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loyverse' from root:root to runner:runner
2025-08-20T23:01:28.1568510Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudimage/cloudimage_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1569230Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudimage/cloudimage.go' from root:root to runner:runner
2025-08-20T23:01:28.1569967Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudimage/cloudimage_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1570625Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudimage' from root:root to runner:runner
2025-08-20T23:01:28.1571513Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onesignal/onesignal_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1572241Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onesignal/onesignal_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1572954Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onesignal/onesignal.go' from root:root to runner:runner
2025-08-20T23:01:28.1573892Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onesignal' from root:root to runner:runner
2025-08-20T23:01:28.1574770Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/languagelayer/languagelayer_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1575522Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/languagelayer/languagelayer.go' from root:root to runner:runner
2025-08-20T23:01:28.1576456Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/languagelayer/languagelayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1577162Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/languagelayer' from root:root to runner:runner
2025-08-20T23:01:28.1578088Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureappconfigconnectionstring/azureappconfigconnectionstring.go' from root:root to runner:runner
2025-08-20T23:01:28.1579118Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureappconfigconnectionstring/azureappconfigconnectionstring_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1580164Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureappconfigconnectionstring/azureappconfigconnectionstring_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1580933Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureappconfigconnectionstring' from root:root to runner:runner
2025-08-20T23:01:28.1581678Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v2/typeform_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1582461Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v2/typeform_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1583181Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v2/typeform.go' from root:root to runner:runner
2025-08-20T23:01:28.1583842Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v2' from root:root to runner:runner
2025-08-20T23:01:28.1584587Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v1/typeform_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1585450Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v1/typeform_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1586270Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v1/typeform.go' from root:root to runner:runner
2025-08-20T23:01:28.1586985Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v1' from root:root to runner:runner
2025-08-20T23:01:28.1587717Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform' from root:root to runner:runner
2025-08-20T23:01:28.1588595Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exportsdk/exportsdk_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1589312Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exportsdk/exportsdk.go' from root:root to runner:runner
2025-08-20T23:01:28.1590047Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exportsdk/exportsdk_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1590700Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exportsdk' from root:root to runner:runner
2025-08-20T23:01:28.1591459Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meraki/meraki_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1592140Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meraki/meraki.go' from root:root to runner:runner
2025-08-20T23:01:28.1592903Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meraki/meraki_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1593553Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meraki' from root:root to runner:runner
2025-08-20T23:01:28.1594316Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocode/geocode_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1595029Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocode/geocode_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1595719Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocode/geocode.go' from root:root to runner:runner
2025-08-20T23:01:28.1596510Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocode' from root:root to runner:runner
2025-08-20T23:01:28.1597272Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencylayer/currencylayer.go' from root:root to runner:runner
2025-08-20T23:01:28.1598233Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencylayer/currencylayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1599013Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencylayer/currencylayer_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1599680Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencylayer' from root:root to runner:runner
2025-08-20T23:01:28.1600460Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hellosign/hellosign.go' from root:root to runner:runner
2025-08-20T23:01:28.1601269Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hellosign/hellosign_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1602048Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hellosign/hellosign_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1602702Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hellosign' from root:root to runner:runner
2025-08-20T23:01:28.1603423Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signalwire/signalwire.go' from root:root to runner:runner
2025-08-20T23:01:28.1604213Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signalwire/signalwire_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1604952Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signalwire/signalwire_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1605675Z [00:03:50.145]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signalwire' from root:root to runner:runner
2025-08-20T23:01:28.1606546Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/numverify/numverify.go' from root:root to runner:runner
2025-08-20T23:01:28.1607301Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/numverify/numverify_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1608086Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/numverify/numverify_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1608742Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/numverify' from root:root to runner:runner
2025-08-20T23:01:28.1609442Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sanity/sanity_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1610126Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sanity/sanity.go' from root:root to runner:runner
2025-08-20T23:01:28.1610975Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sanity/sanity_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1611612Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sanity' from root:root to runner:runner
2025-08-20T23:01:28.1612299Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loggly/loggly.go' from root:root to runner:runner
2025-08-20T23:01:28.1613108Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loggly/loggly_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1613890Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loggly/loggly_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1614531Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loggly' from root:root to runner:runner
2025-08-20T23:01:28.1615322Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jupiterone/jupiterone_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1616158Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jupiterone/jupiterone_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1616940Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jupiterone/jupiterone.go' from root:root to runner:runner
2025-08-20T23:01:28.1617608Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jupiterone' from root:root to runner:runner
2025-08-20T23:01:28.1618282Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aha/aha_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1619017Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aha/aha.go' from root:root to runner:runner
2025-08-20T23:01:28.1619790Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aha/aha_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1620428Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aha' from root:root to runner:runner
2025-08-20T23:01:28.1621106Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/documo/documo.go' from root:root to runner:runner
2025-08-20T23:01:28.1621858Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/documo/documo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1622561Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/documo/documo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1623204Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/documo' from root:root to runner:runner
2025-08-20T23:01:28.1624051Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nylas/nylas.go' from root:root to runner:runner
2025-08-20T23:01:28.1624747Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nylas/nylas_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1625489Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nylas/nylas_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1626290Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nylas' from root:root to runner:runner
2025-08-20T23:01:28.1627123Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanban/kanban.go' from root:root to runner:runner
2025-08-20T23:01:28.1627826Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanban/kanban_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1628583Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanban/kanban_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1629222Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanban' from root:root to runner:runner
2025-08-20T23:01:28.1630025Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/messagebird/messagebird_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1630754Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/messagebird/messagebird.go' from root:root to runner:runner
2025-08-20T23:01:28.1631575Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/messagebird/messagebird_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1632280Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/messagebird' from root:root to runner:runner
2025-08-20T23:01:28.1633130Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetbasicauth/mailjetbasicauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1633922Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetbasicauth/mailjetbasicauth.go' from root:root to runner:runner
2025-08-20T23:01:28.1634719Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetbasicauth/mailjetbasicauth_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1635402Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetbasicauth' from root:root to runner:runner
2025-08-20T23:01:28.1636261Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sumologickey/sumologickey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1637144Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sumologickey/sumologickey.go' from root:root to runner:runner
2025-08-20T23:01:28.1637962Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sumologickey/sumologickey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1638630Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sumologickey' from root:root to runner:runner
2025-08-20T23:01:28.1639418Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodeapi/zipcodeapi.go' from root:root to runner:runner
2025-08-20T23:01:28.1640282Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodeapi/zipcodeapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1641073Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodeapi/zipcodeapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1641733Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodeapi' from root:root to runner:runner
2025-08-20T23:01:28.1642427Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alchemy/alchemy.go' from root:root to runner:runner
2025-08-20T23:01:28.1643143Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alchemy/alchemy_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1643904Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alchemy/alchemy_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1644614Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alchemy' from root:root to runner:runner
2025-08-20T23:01:28.1645349Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ayrshare/ayrshare_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1646147Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ayrshare/ayrshare.go' from root:root to runner:runner
2025-08-20T23:01:28.1646963Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ayrshare/ayrshare_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1647612Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ayrshare' from root:root to runner:runner
2025-08-20T23:01:28.1648311Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloverly/cloverly.go' from root:root to runner:runner
2025-08-20T23:01:28.1649081Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloverly/cloverly_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1649908Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloverly/cloverly_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1650553Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloverly' from root:root to runner:runner
2025-08-20T23:01:28.1651315Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/column/column_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1652080Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/column/column_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1652828Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/column/column.go' from root:root to runner:runner
2025-08-20T23:01:28.1653471Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/column' from root:root to runner:runner
2025-08-20T23:01:28.1654403Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken/vagrantcloudpersonaltoken.go' from root:root to runner:runner
2025-08-20T23:01:28.1655361Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken/vagrantcloudpersonaltoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1656350Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken/vagrantcloudpersonaltoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1657120Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken' from root:root to runner:runner
2025-08-20T23:01:28.1657811Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wrike/wrike_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1658552Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wrike/wrike_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1659224Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wrike/wrike.go' from root:root to runner:runner
2025-08-20T23:01:28.1659866Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wrike' from root:root to runner:runner
2025-08-20T23:01:28.1660600Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerobounce/zerobounce_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1661393Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerobounce/zerobounce_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1662115Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerobounce/zerobounce.go' from root:root to runner:runner
2025-08-20T23:01:28.1662927Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerobounce' from root:root to runner:runner
2025-08-20T23:01:28.1663682Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/keenio/keenio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1664386Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/keenio/keenio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1665131Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/keenio/keenio.go' from root:root to runner:runner
2025-08-20T23:01:28.1665992Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/keenio' from root:root to runner:runner
2025-08-20T23:01:28.1666802Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/budibase/budibase_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1667578Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/budibase/budibase.go' from root:root to runner:runner
2025-08-20T23:01:28.1668348Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/budibase/budibase_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1669002Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/budibase' from root:root to runner:runner
2025-08-20T23:01:28.1669806Z [00:03:50.146]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterwritekey/satismeterwritekey.go' from root:root to runner:runner
2025-08-20T23:01:28.1670680Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterwritekey/satismeterwritekey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1671501Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterwritekey/satismeterwritekey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1672200Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterwritekey' from root:root to runner:runner
2025-08-20T23:01:28.1672889Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caspio/caspio.go' from root:root to runner:runner
2025-08-20T23:01:28.1673641Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caspio/caspio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1674352Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caspio/caspio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1675059Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caspio' from root:root to runner:runner
2025-08-20T23:01:28.1676015Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeuserkey/airbrakeuserkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1676902Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeuserkey/airbrakeuserkey.go' from root:root to runner:runner
2025-08-20T23:01:28.1677699Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeuserkey/airbrakeuserkey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1678418Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeuserkey' from root:root to runner:runner
2025-08-20T23:01:28.1679304Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hiveage/hiveage_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1680007Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hiveage/hiveage.go' from root:root to runner:runner
2025-08-20T23:01:28.1680825Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hiveage/hiveage_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1681513Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hiveage' from root:root to runner:runner
2025-08-20T23:01:28.1682284Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holistic/holistic_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1683009Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holistic/holistic_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1683707Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holistic/holistic.go' from root:root to runner:runner
2025-08-20T23:01:28.1684357Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holistic' from root:root to runner:runner
2025-08-20T23:01:28.1685115Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstock/shutterstock_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1686043Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstock/shutterstock_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1686830Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstock/shutterstock.go' from root:root to runner:runner
2025-08-20T23:01:28.1687497Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstock' from root:root to runner:runner
2025-08-20T23:01:28.1688263Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finage/finage.go' from root:root to runner:runner
2025-08-20T23:01:28.1688985Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finage/finage_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1689873Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finage/finage_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1690524Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finage' from root:root to runner:runner
2025-08-20T23:01:28.1691210Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eraser/eraser.go' from root:root to runner:runner
2025-08-20T23:01:28.1691956Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eraser/eraser_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1692746Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eraser/eraser_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1693388Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eraser' from root:root to runner:runner
2025-08-20T23:01:28.1694178Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shotstack/shotstack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1694917Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shotstack/shotstack.go' from root:root to runner:runner
2025-08-20T23:01:28.1695701Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shotstack/shotstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1696496Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shotstack' from root:root to runner:runner
2025-08-20T23:01:28.1697269Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onedesk/onedesk_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1697988Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onedesk/onedesk_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1698675Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onedesk/onedesk.go' from root:root to runner:runner
2025-08-20T23:01:28.1699323Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onedesk' from root:root to runner:runner
2025-08-20T23:01:28.1700049Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rapidapi/rapidapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1700834Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rapidapi/rapidapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1701632Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rapidapi/rapidapi.go' from root:root to runner:runner
2025-08-20T23:01:28.1702370Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rapidapi' from root:root to runner:runner
2025-08-20T23:01:28.1703072Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/collect2/collect2.go' from root:root to runner:runner
2025-08-20T23:01:28.1703840Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/collect2/collect2_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1704560Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/collect2/collect2_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1705301Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/collect2' from root:root to runner:runner
2025-08-20T23:01:28.1706163Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapquest/mapquest_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1707014Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapquest/mapquest_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1707724Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapquest/mapquest.go' from root:root to runner:runner
2025-08-20T23:01:28.1708374Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapquest' from root:root to runner:runner
2025-08-20T23:01:28.1709156Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paperform/paperform_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1709892Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paperform/paperform_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1710603Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paperform/paperform.go' from root:root to runner:runner
2025-08-20T23:01:28.1711261Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paperform' from root:root to runner:runner
2025-08-20T23:01:28.1712034Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimatic/apimatic_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1712752Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimatic/apimatic_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1713454Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimatic/apimatic.go' from root:root to runner:runner
2025-08-20T23:01:28.1714166Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimatic' from root:root to runner:runner
2025-08-20T23:01:28.1715077Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/peopledatalabs/peopledatalabs_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1716060Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/peopledatalabs/peopledatalabs.go' from root:root to runner:runner
2025-08-20T23:01:28.1716925Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/peopledatalabs/peopledatalabs_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1717608Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/peopledatalabs' from root:root to runner:runner
2025-08-20T23:01:28.1718507Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightlabs/flightlabs_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1719255Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightlabs/flightlabs_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1720033Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightlabs/flightlabs.go' from root:root to runner:runner
2025-08-20T23:01:28.1720700Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightlabs' from root:root to runner:runner
2025-08-20T23:01:28.1721431Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/livestorm/livestorm_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1722219Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/livestorm/livestorm_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1722931Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/livestorm/livestorm.go' from root:root to runner:runner
2025-08-20T23:01:28.1723583Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/livestorm' from root:root to runner:runner
2025-08-20T23:01:28.1724427Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ibmclouduserkey/ibmclouduserkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1725197Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ibmclouduserkey/ibmclouduserkey.go' from root:root to runner:runner
2025-08-20T23:01:28.1726064Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ibmclouduserkey/ibmclouduserkey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1726797Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ibmclouduserkey' from root:root to runner:runner
2025-08-20T23:01:28.1727640Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainertoken/portainertoken.go' from root:root to runner:runner
2025-08-20T23:01:28.1728614Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainertoken/portainertoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1729395Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainertoken/portainertoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1730082Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainertoken' from root:root to runner:runner
2025-08-20T23:01:28.1730823Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twelvedata/twelvedata_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1731672Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twelvedata/twelvedata.go' from root:root to runner:runner
2025-08-20T23:01:28.1732464Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twelvedata/twelvedata_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1733183Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twelvedata' from root:root to runner:runner
2025-08-20T23:01:28.1733960Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertapi/convertapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1734754Z [00:03:50.147]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertapi/convertapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1735473Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertapi/convertapi.go' from root:root to runner:runner
2025-08-20T23:01:28.1736218Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertapi' from root:root to runner:runner
2025-08-20T23:01:28.1737012Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendarific/calendarific.go' from root:root to runner:runner
2025-08-20T23:01:28.1737775Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendarific/calendarific_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1738703Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendarific/calendarific_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1739371Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendarific' from root:root to runner:runner
2025-08-20T23:01:28.1740079Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/disqus/disqus_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1740823Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/disqus/disqus.go' from root:root to runner:runner
2025-08-20T23:01:28.1741673Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/disqus/disqus_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1742311Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/disqus' from root:root to runner:runner
2025-08-20T23:01:28.1743024Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/cracker.go' from root:root to runner:runner
2025-08-20T23:01:28.1743814Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/privatekey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1744540Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/fingerprint.go' from root:root to runner:runner
2025-08-20T23:01:28.1745300Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/ssh_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1746201Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/cracker_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1747007Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/privatekey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1747733Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/privatekey.go' from root:root to runner:runner
2025-08-20T23:01:28.1748458Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/normalize.go' from root:root to runner:runner
2025-08-20T23:01:28.1749159Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/list.txt' from root:root to runner:runner
2025-08-20T23:01:28.1749903Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/ssh_integration.go' from root:root to runner:runner
2025-08-20T23:01:28.1750567Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey' from root:root to runner:runner
2025-08-20T23:01:28.1751360Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlayer/coinlayer.go' from root:root to runner:runner
2025-08-20T23:01:28.1752140Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlayer/coinlayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1752870Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlayer/coinlayer_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1753588Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlayer' from root:root to runner:runner
2025-08-20T23:01:28.1754376Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/honeycomb/honeycomb.go' from root:root to runner:runner
2025-08-20T23:01:28.1755109Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/honeycomb/honeycomb_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1756022Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/honeycomb/honeycomb_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1756713Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/honeycomb' from root:root to runner:runner
2025-08-20T23:01:28.1757428Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sparkpost/sparkpost.go' from root:root to runner:runner
2025-08-20T23:01:28.1758164Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sparkpost/sparkpost_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1759034Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sparkpost/sparkpost_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1759703Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sparkpost' from root:root to runner:runner
2025-08-20T23:01:28.1760410Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepgram/deepgram.go' from root:root to runner:runner
2025-08-20T23:01:28.1761181Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepgram/deepgram_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1761900Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepgram/deepgram_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1762552Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepgram' from root:root to runner:runner
2025-08-20T23:01:28.1763264Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/generic/generic_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1763957Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/generic/generic.go' from root:root to runner:runner
2025-08-20T23:01:28.1764821Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/generic/generic_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1765472Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/generic' from root:root to runner:runner
2025-08-20T23:01:28.1766315Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/demio/demio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1767141Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/demio/demio.go' from root:root to runner:runner
2025-08-20T23:01:28.1767945Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/demio/demio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1768581Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/demio' from root:root to runner:runner
2025-08-20T23:01:28.1769323Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signupgenius/signupgenius.go' from root:root to runner:runner
2025-08-20T23:01:28.1770085Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signupgenius/signupgenius_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1770903Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signupgenius/signupgenius_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1771570Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signupgenius' from root:root to runner:runner
2025-08-20T23:01:28.1772407Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supabasetoken/supabasetoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1773245Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supabasetoken/supabasetoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1773999Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supabasetoken/supabasetoken.go' from root:root to runner:runner
2025-08-20T23:01:28.1774673Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supabasetoken' from root:root to runner:runner
2025-08-20T23:01:28.1775362Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/agora/agora_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1776198Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/agora/agora_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1776921Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/agora/agora.go' from root:root to runner:runner
2025-08-20T23:01:28.1777642Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/agora' from root:root to runner:runner
2025-08-20T23:01:28.1778397Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formbucket/formbucket.go' from root:root to runner:runner
2025-08-20T23:01:28.1779192Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formbucket/formbucket_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1779994Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formbucket/formbucket_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1780750Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formbucket' from root:root to runner:runner
2025-08-20T23:01:28.1781451Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fxmarket/fxmarket.go' from root:root to runner:runner
2025-08-20T23:01:28.1782221Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fxmarket/fxmarket_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1782945Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fxmarket/fxmarket_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1783595Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fxmarket' from root:root to runner:runner
2025-08-20T23:01:28.1784326Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/couchbase/couchbase_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1785092Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/couchbase/couchbase.go' from root:root to runner:runner
2025-08-20T23:01:28.1785977Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/couchbase/couchbase_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1786686Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/couchbase' from root:root to runner:runner
2025-08-20T23:01:28.1787623Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredirectmanagementkey/azuredirectmanagementkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1788505Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredirectmanagementkey/azuredirectmanagementkey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1789369Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredirectmanagementkey/azuredirectmanagementkey.go' from root:root to runner:runner
2025-08-20T23:01:28.1790100Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredirectmanagementkey' from root:root to runner:runner
2025-08-20T23:01:28.1790981Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cryptocompare/cryptocompare.go' from root:root to runner:runner
2025-08-20T23:01:28.1791811Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cryptocompare/cryptocompare_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1792587Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cryptocompare/cryptocompare_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1793320Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cryptocompare' from root:root to runner:runner
2025-08-20T23:01:28.1794153Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worksnaps/worksnaps_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1794861Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worksnaps/worksnaps.go' from root:root to runner:runner
2025-08-20T23:01:28.1795643Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worksnaps/worksnaps_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1796378Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worksnaps' from root:root to runner:runner
2025-08-20T23:01:28.1797141Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/proxycrawl/proxycrawl_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1797860Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/proxycrawl/proxycrawl.go' from root:root to runner:runner
2025-08-20T23:01:28.1798724Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/proxycrawl/proxycrawl_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1799458Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/proxycrawl' from root:root to runner:runner
2025-08-20T23:01:28.1800183Z [00:03:50.148]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_openai/azure_openai.go' from root:root to runner:runner
2025-08-20T23:01:28.1800931Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_openai/azure_openai_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1801723Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_openai/azure_openai_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1802391Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_openai' from root:root to runner:runner
2025-08-20T23:01:28.1803104Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reachmail/reachmail.go' from root:root to runner:runner
2025-08-20T23:01:28.1803947Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reachmail/reachmail_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1804730Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reachmail/reachmail_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1805386Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reachmail' from root:root to runner:runner
2025-08-20T23:01:28.1806249Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/runrunit/runrunit.go' from root:root to runner:runner
2025-08-20T23:01:28.1807134Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/runrunit/runrunit_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1807860Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/runrunit/runrunit_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1808509Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/runrunit' from root:root to runner:runner
2025-08-20T23:01:28.1809204Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amadeus/amadeus.go' from root:root to runner:runner
2025-08-20T23:01:28.1809915Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amadeus/amadeus_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1810677Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amadeus/amadeus_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1811382Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amadeus' from root:root to runner:runner
2025-08-20T23:01:28.1812100Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v2/godaddy.go' from root:root to runner:runner
2025-08-20T23:01:28.1812831Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v2/godaddy_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1813598Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v2/godaddy_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1814259Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v2' from root:root to runner:runner
2025-08-20T23:01:28.1814956Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v1/godaddy.go' from root:root to runner:runner
2025-08-20T23:01:28.1815684Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v1/godaddy_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1816684Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v1/godaddy_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1817349Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v1' from root:root to runner:runner
2025-08-20T23:01:28.1818000Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy' from root:root to runner:runner
2025-08-20T23:01:28.1818857Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pivotaltracker/pivotaltracker_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1819763Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pivotaltracker/pivotaltracker_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1820524Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pivotaltracker/pivotaltracker.go' from root:root to runner:runner
2025-08-20T23:01:28.1821202Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pivotaltracker' from root:root to runner:runner
2025-08-20T23:01:28.1821962Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airship/airship_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1822677Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airship/airship_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1823365Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airship/airship.go' from root:root to runner:runner
2025-08-20T23:01:28.1824068Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airship' from root:root to runner:runner
2025-08-20T23:01:28.1824833Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openvpn/openvpn_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1825530Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openvpn/openvpn.go' from root:root to runner:runner
2025-08-20T23:01:28.1826393Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openvpn/openvpn_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1827079Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openvpn' from root:root to runner:runner
2025-08-20T23:01:28.1827845Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipstack/ipstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1828539Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipstack/ipstack.go' from root:root to runner:runner
2025-08-20T23:01:28.1829254Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipstack/ipstack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1830077Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipstack' from root:root to runner:runner
2025-08-20T23:01:28.1830781Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbar/bitbar_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1831466Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbar/bitbar.go' from root:root to runner:runner
2025-08-20T23:01:28.1832278Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbar/bitbar_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1833018Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbar' from root:root to runner:runner
2025-08-20T23:01:28.1833717Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simfin/simfin_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1834471Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simfin/simfin_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1835154Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simfin/simfin.go' from root:root to runner:runner
2025-08-20T23:01:28.1835882Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simfin' from root:root to runner:runner
2025-08-20T23:01:28.1836701Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitfinex/bitfinex_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1837484Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitfinex/bitfinex.go' from root:root to runner:runner
2025-08-20T23:01:28.1838268Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitfinex/bitfinex_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1838922Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitfinex' from root:root to runner:runner
2025-08-20T23:01:28.1839602Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalr/scalr.go' from root:root to runner:runner
2025-08-20T23:01:28.1840341Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalr/scalr_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1841034Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalr/scalr_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1841671Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalr' from root:root to runner:runner
2025-08-20T23:01:28.1842501Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apollo/apollo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1843251Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apollo/apollo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1843935Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apollo/apollo.go' from root:root to runner:runner
2025-08-20T23:01:28.1844631Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apollo' from root:root to runner:runner
2025-08-20T23:01:28.1845542Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reallysimplesystems/reallysimplesystems.go' from root:root to runner:runner
2025-08-20T23:01:28.1846485Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reallysimplesystems/reallysimplesystems_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1847413Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reallysimplesystems/reallysimplesystems_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1848122Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reallysimplesystems' from root:root to runner:runner
2025-08-20T23:01:28.1848868Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rownd/rownd_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1849543Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rownd/rownd.go' from root:root to runner:runner
2025-08-20T23:01:28.1850316Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rownd/rownd_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1850993Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rownd' from root:root to runner:runner
2025-08-20T23:01:28.1851711Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/survicate/survicate.go' from root:root to runner:runner
2025-08-20T23:01:28.1852496Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/survicate/survicate_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1853228Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/survicate/survicate_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1853876Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/survicate' from root:root to runner:runner
2025-08-20T23:01:28.1854661Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rechargepayments/rechargepayments.go' from root:root to runner:runner
2025-08-20T23:01:28.1855589Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rechargepayments/rechargepayments_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1856605Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rechargepayments/rechargepayments_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1857343Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rechargepayments' from root:root to runner:runner
2025-08-20T23:01:28.1858120Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oanda/oanda_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1858900Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oanda/oanda.go' from root:root to runner:runner
2025-08-20T23:01:28.1859642Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oanda/oanda_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1860285Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oanda' from root:root to runner:runner
2025-08-20T23:01:28.1861004Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdflayer/pdflayer_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1861709Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdflayer/pdflayer.go' from root:root to runner:runner
2025-08-20T23:01:28.1862489Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdflayer/pdflayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1863206Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdflayer' from root:root to runner:runner
2025-08-20T23:01:28.1864002Z [00:03:50.149]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/optimizely/optimizely_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1864743Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/optimizely/optimizely_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1865468Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/optimizely/optimizely.go' from root:root to runner:runner
2025-08-20T23:01:28.1866239Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/optimizely' from root:root to runner:runner
2025-08-20T23:01:28.1867016Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cashboard/cashboard.go' from root:root to runner:runner
2025-08-20T23:01:28.1867801Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cashboard/cashboard_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1868664Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cashboard/cashboard_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1869321Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cashboard' from root:root to runner:runner
2025-08-20T23:01:28.1869987Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/juro/juro.go' from root:root to runner:runner
2025-08-20T23:01:28.1870671Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/juro/juro_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1871463Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/juro/juro_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1872215Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/juro' from root:root to runner:runner
2025-08-20T23:01:28.1872901Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/okta/okta_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1873637Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/okta/okta_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1874303Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/okta/okta.go' from root:root to runner:runner
2025-08-20T23:01:28.1874937Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/okta' from root:root to runner:runner
2025-08-20T23:01:28.1875687Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/locationiq/locationiq_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1876721Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/locationiq/locationiq_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1877501Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/locationiq/locationiq.go' from root:root to runner:runner
2025-08-20T23:01:28.1878161Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/locationiq' from root:root to runner:runner
2025-08-20T23:01:28.1878932Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/knapsackpro/knapsackpro.go' from root:root to runner:runner
2025-08-20T23:01:28.1879733Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/knapsackpro/knapsackpro_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1880499Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/knapsackpro/knapsackpro_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1881170Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/knapsackpro' from root:root to runner:runner
2025-08-20T23:01:28.1882013Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artsy/artsy.go' from root:root to runner:runner
2025-08-20T23:01:28.1882712Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artsy/artsy_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1883454Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artsy/artsy_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1884151Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artsy' from root:root to runner:runner
2025-08-20T23:01:28.1885009Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thousandeyes/thousandeyes_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1885954Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thousandeyes/thousandeyes_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1886758Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thousandeyes/thousandeyes.go' from root:root to runner:runner
2025-08-20T23:01:28.1887433Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thousandeyes' from root:root to runner:runner
2025-08-20T23:01:28.1888184Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v2/apikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1888904Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v2/apikey.go' from root:root to runner:runner
2025-08-20T23:01:28.1889784Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v2/apikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1890521Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v2' from root:root to runner:runner
2025-08-20T23:01:28.1891272Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v1/apikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1891995Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v1/apikey.go' from root:root to runner:runner
2025-08-20T23:01:28.1892788Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v1/apikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1893473Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v1' from root:root to runner:runner
2025-08-20T23:01:28.1894146Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey' from root:root to runner:runner
2025-08-20T23:01:28.1894999Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linkpreview/linkpreview_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1895874Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linkpreview/linkpreview_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1896662Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linkpreview/linkpreview.go' from root:root to runner:runner
2025-08-20T23:01:28.1897402Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linkpreview' from root:root to runner:runner
2025-08-20T23:01:28.1898290Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buttercms/buttercms_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1899017Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buttercms/buttercms_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1899730Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buttercms/buttercms.go' from root:root to runner:runner
2025-08-20T23:01:28.1900385Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buttercms' from root:root to runner:runner
2025-08-20T23:01:28.1901178Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesflare/salesflare_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1901920Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesflare/salesflare_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1902706Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesflare/salesflare.go' from root:root to runner:runner
2025-08-20T23:01:28.1903411Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesflare' from root:root to runner:runner
2025-08-20T23:01:28.1904234Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paralleldots/paralleldots_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1905003Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paralleldots/paralleldots_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1905747Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paralleldots/paralleldots.go' from root:root to runner:runner
2025-08-20T23:01:28.1906568Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paralleldots' from root:root to runner:runner
2025-08-20T23:01:28.1907344Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/closecrm/close_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1908158Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/closecrm/close_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1908844Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/closecrm/close.go' from root:root to runner:runner
2025-08-20T23:01:28.1909493Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/closecrm' from root:root to runner:runner
2025-08-20T23:01:28.1910236Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fibery/fibery.go' from root:root to runner:runner
2025-08-20T23:01:28.1911029Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fibery/fibery_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1911786Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fibery/fibery_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1912433Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fibery' from root:root to runner:runner
2025-08-20T23:01:28.1913133Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teletype/teletype.go' from root:root to runner:runner
2025-08-20T23:01:28.1913860Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teletype/teletype_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1914635Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teletype/teletype_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1915281Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teletype' from root:root to runner:runner
2025-08-20T23:01:28.1916123Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgist/getgist.go' from root:root to runner:runner
2025-08-20T23:01:28.1916940Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgist/getgist_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1917663Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgist/getgist_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1918308Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgist' from root:root to runner:runner
2025-08-20T23:01:28.1919109Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hashicorpvaultauth/hashicorpvaultauth.go' from root:root to runner:runner
2025-08-20T23:01:28.1919984Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hashicorpvaultauth/hashicorpvaultauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1920810Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hashicorpvaultauth/hashicorpvaultauth_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1921635Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hashicorpvaultauth' from root:root to runner:runner
2025-08-20T23:01:28.1922486Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterprojectkey/satismeterprojectkey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1923365Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterprojectkey/satismeterprojectkey.go' from root:root to runner:runner
2025-08-20T23:01:28.1924394Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterprojectkey/satismeterprojectkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1925109Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterprojectkey' from root:root to runner:runner
2025-08-20T23:01:28.1925969Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paypaloauth/paypaloauth_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1926828Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paypaloauth/paypaloauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1927561Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paypaloauth/paypaloauth.go' from root:root to runner:runner
2025-08-20T23:01:28.1928229Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paypaloauth' from root:root to runner:runner
2025-08-20T23:01:28.1929126Z [00:03:50.150]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/multi_part_credential_provider_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1930069Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/splunkobservabilitytoken/splunkobservabilitytoken.go' from root:root to runner:runner
2025-08-20T23:01:28.1930961Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/splunkobservabilitytoken/splunkobservabilitytoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1931895Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/splunkobservabilitytoken/splunkobservabilitytoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1932626Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/splunkobservabilitytoken' from root:root to runner:runner
2025-08-20T23:01:28.1933362Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postbacks/postbacks_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1934146Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postbacks/postbacks_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1934984Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postbacks/postbacks.go' from root:root to runner:runner
2025-08-20T23:01:28.1935646Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postbacks' from root:root to runner:runner
2025-08-20T23:01:28.1936591Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timezoneapi/timezoneapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1937418Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timezoneapi/timezoneapi.go' from root:root to runner:runner
2025-08-20T23:01:28.1938265Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timezoneapi/timezoneapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1938929Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timezoneapi' from root:root to runner:runner
2025-08-20T23:01:28.1939638Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paystack/paystack.go' from root:root to runner:runner
2025-08-20T23:01:28.1940361Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paystack/paystack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1941140Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paystack/paystack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1941784Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paystack' from root:root to runner:runner
2025-08-20T23:01:28.1942564Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/confluent/confluent.go' from root:root to runner:runner
2025-08-20T23:01:28.1943347Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/confluent/confluent_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1944136Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/confluent/confluent_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1944793Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/confluent' from root:root to runner:runner
2025-08-20T23:01:28.1945532Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meaningcloud/meaningcloud.go' from root:root to runner:runner
2025-08-20T23:01:28.1946392Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meaningcloud/meaningcloud_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1947258Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meaningcloud/meaningcloud_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1948075Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meaningcloud' from root:root to runner:runner
2025-08-20T23:01:28.1948820Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storychief/storychief_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1949543Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storychief/storychief.go' from root:root to runner:runner
2025-08-20T23:01:28.1950396Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storychief/storychief_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1951147Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storychief' from root:root to runner:runner
2025-08-20T23:01:28.1951834Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formio/formio.go' from root:root to runner:runner
2025-08-20T23:01:28.1952585Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formio/formio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1953290Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formio/formio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1953941Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formio' from root:root to runner:runner
2025-08-20T23:01:28.1954668Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuscake/statuscake.go' from root:root to runner:runner
2025-08-20T23:01:28.1955474Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuscake/statuscake_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1956396Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuscake/statuscake_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1957102Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuscake' from root:root to runner:runner
2025-08-20T23:01:28.1957802Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buddyns/buddyns.go' from root:root to runner:runner
2025-08-20T23:01:28.1958517Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buddyns/buddyns_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1959278Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buddyns/buddyns_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1959930Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buddyns' from root:root to runner:runner
2025-08-20T23:01:28.1960780Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/etherscan/etherscan_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1961490Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/etherscan/etherscan.go' from root:root to runner:runner
2025-08-20T23:01:28.1962276Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/etherscan/etherscan_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1962992Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/etherscan' from root:root to runner:runner
2025-08-20T23:01:28.1963838Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rootly/rootly_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1964545Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rootly/rootly_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1965229Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rootly/rootly.go' from root:root to runner:runner
2025-08-20T23:01:28.1966002Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rootly' from root:root to runner:runner
2025-08-20T23:01:28.1966791Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/invoiceocean/invoiceocean.go' from root:root to runner:runner
2025-08-20T23:01:28.1967556Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/invoiceocean/invoiceocean_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1968451Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/invoiceocean/invoiceocean_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1969144Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/invoiceocean' from root:root to runner:runner
2025-08-20T23:01:28.1969913Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zonkafeedback/zonkafeedback_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1970740Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zonkafeedback/zonkafeedback_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1971487Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zonkafeedback/zonkafeedback.go' from root:root to runner:runner
2025-08-20T23:01:28.1972161Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zonkafeedback' from root:root to runner:runner
2025-08-20T23:01:28.1972891Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/envoyapikey/envoyapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.1973777Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/envoyapikey/envoyapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1974581Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/envoyapikey/envoyapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1975243Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/envoyapikey' from root:root to runner:runner
2025-08-20T23:01:28.1976196Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sportsmonk/sportsmonk_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1977016Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sportsmonk/sportsmonk.go' from root:root to runner:runner
2025-08-20T23:01:28.1977764Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sportsmonk/sportsmonk_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1978458Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sportsmonk' from root:root to runner:runner
2025-08-20T23:01:28.1979166Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandadoc/pandadoc.go' from root:root to runner:runner
2025-08-20T23:01:28.1979938Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandadoc/pandadoc_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1980669Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandadoc/pandadoc_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1981317Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandadoc' from root:root to runner:runner
2025-08-20T23:01:28.1982052Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/http_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1982778Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fleetbase/fleetbase.go' from root:root to runner:runner
2025-08-20T23:01:28.1983513Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fleetbase/fleetbase_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1984294Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fleetbase/fleetbase_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1984947Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fleetbase' from root:root to runner:runner
2025-08-20T23:01:28.1985715Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browserstack/browserstack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1986639Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browserstack/browserstack.go' from root:root to runner:runner
2025-08-20T23:01:28.1987590Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browserstack/browserstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1988269Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browserstack' from root:root to runner:runner
2025-08-20T23:01:28.1988995Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymoapp/paymoapp_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1989833Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymoapp/paymoapp_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1990652Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymoapp/paymoapp.go' from root:root to runner:runner
2025-08-20T23:01:28.1991303Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymoapp' from root:root to runner:runner
2025-08-20T23:01:28.1991995Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hereapi/hereapi.go' from root:root to runner:runner
2025-08-20T23:01:28.1992762Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hereapi/hereapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1993487Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hereapi/hereapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1994130Z [00:03:50.151]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hereapi' from root:root to runner:runner
2025-08-20T23:01:28.1994916Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mockaroo/mockaroo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1995655Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mockaroo/mockaroo.go' from root:root to runner:runner
2025-08-20T23:01:28.1996526Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mockaroo/mockaroo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1997187Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mockaroo' from root:root to runner:runner
2025-08-20T23:01:28.1997904Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deno/denodeploy_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1998661Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deno/denodeploy_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.1999357Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deno/denodeploy.go' from root:root to runner:runner
2025-08-20T23:01:28.2000094Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deno' from root:root to runner:runner
2025-08-20T23:01:28.2000755Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fp_uuids.txt' from root:root to runner:runner
2025-08-20T23:01:28.2001472Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cannyio/cannyio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2002226Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cannyio/cannyio.go' from root:root to runner:runner
2025-08-20T23:01:28.2003090Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cannyio/cannyio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2003739Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cannyio' from root:root to runner:runner
2025-08-20T23:01:28.2004427Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deputy/deputy.go' from root:root to runner:runner
2025-08-20T23:01:28.2005179Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deputy/deputy_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2005972Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deputy/deputy_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2006660Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deputy' from root:root to runner:runner
2025-08-20T23:01:28.2007421Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adzuna/adzuna.go' from root:root to runner:runner
2025-08-20T23:01:28.2008182Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adzuna/adzuna_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2008885Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adzuna/adzuna_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2009533Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adzuna' from root:root to runner:runner
2025-08-20T23:01:28.2010283Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tokeet/tokeet_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2010966Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tokeet/tokeet.go' from root:root to runner:runner
2025-08-20T23:01:28.2011667Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tokeet/tokeet_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2012307Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tokeet' from root:root to runner:runner
2025-08-20T23:01:28.2013103Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blitapp/blitapp.go' from root:root to runner:runner
2025-08-20T23:01:28.2013817Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blitapp/blitapp_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2014583Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blitapp/blitapp_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2015287Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blitapp' from root:root to runner:runner
2025-08-20T23:01:28.2016268Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/web3storage/web3storage.go' from root:root to runner:runner
2025-08-20T23:01:28.2017066Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/web3storage/web3storage_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2017875Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/web3storage/web3storage_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2018547Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/web3storage' from root:root to runner:runner
2025-08-20T23:01:28.2019232Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groq/groq_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2019964Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groq/groq_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2020711Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groq/groq.go' from root:root to runner:runner
2025-08-20T23:01:28.2021435Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groq' from root:root to runner:runner
2025-08-20T23:01:28.2022203Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendlyapikey/calendlyapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.2023039Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendlyapikey/calendlyapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2023819Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendlyapikey/calendlyapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2024502Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendlyapikey' from root:root to runner:runner
2025-08-20T23:01:28.2025202Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dailyco/dailyco.go' from root:root to runner:runner
2025-08-20T23:01:28.2026120Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dailyco/dailyco_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2026873Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dailyco/dailyco_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2027521Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dailyco' from root:root to runner:runner
2025-08-20T23:01:28.2028344Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loginradius/loginradius_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2029341Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loginradius/loginradius_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2030070Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loginradius/loginradius.go' from root:root to runner:runner
2025-08-20T23:01:28.2030737Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loginradius' from root:root to runner:runner
2025-08-20T23:01:28.2031548Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v2/accuweather_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2032313Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v2/accuweather_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2033055Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v2/accuweather.go' from root:root to runner:runner
2025-08-20T23:01:28.2033811Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v2' from root:root to runner:runner
2025-08-20T23:01:28.2034695Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v1/accuweather_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2035462Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v1/accuweather_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2036305Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v1/accuweather.go' from root:root to runner:runner
2025-08-20T23:01:28.2037035Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v1' from root:root to runner:runner
2025-08-20T23:01:28.2037699Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather' from root:root to runner:runner
2025-08-20T23:01:28.2038424Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postmark/postmark_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2039260Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postmark/postmark.go' from root:root to runner:runner
2025-08-20T23:01:28.2040033Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postmark/postmark_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2040685Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postmark' from root:root to runner:runner
2025-08-20T23:01:28.2041485Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clicksendsms/clicksendsms.go' from root:root to runner:runner
2025-08-20T23:01:28.2042375Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clicksendsms/clicksendsms_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2043134Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clicksendsms/clicksendsms_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2043858Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clicksendsms' from root:root to runner:runner
2025-08-20T23:01:28.2044596Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/insightly/insightly_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2045312Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/insightly/insightly.go' from root:root to runner:runner
2025-08-20T23:01:28.2046176Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/insightly/insightly_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2046897Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/insightly' from root:root to runner:runner
2025-08-20T23:01:28.2047619Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commercejs/commercejs.go' from root:root to runner:runner
2025-08-20T23:01:28.2048408Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commercejs/commercejs_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2049157Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commercejs/commercejs_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2049817Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commercejs' from root:root to runner:runner
2025-08-20T23:01:28.2050545Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serpstack/serpstack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2051328Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serpstack/serpstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2052181Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serpstack/serpstack.go' from root:root to runner:runner
2025-08-20T23:01:28.2052837Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serpstack' from root:root to runner:runner
2025-08-20T23:01:28.2053576Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetsms/mailjetsms_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2054359Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetsms/mailjetsms.go' from root:root to runner:runner
2025-08-20T23:01:28.2055270Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetsms/mailjetsms_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2056039Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetsms' from root:root to runner:runner
2025-08-20T23:01:28.2056954Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stitchdata/stitchdata_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2057708Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stitchdata/stitchdata.go' from root:root to runner:runner
2025-08-20T23:01:28.2058453Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stitchdata/stitchdata_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2059112Z [00:03:50.152]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stitchdata' from root:root to runner:runner
2025-08-20T23:01:28.2059831Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/roaring/roaring_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2060518Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/roaring/roaring.go' from root:root to runner:runner
2025-08-20T23:01:28.2061283Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/roaring/roaring_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2061934Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/roaring' from root:root to runner:runner
2025-08-20T23:01:28.2062631Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qualaroo/qualaroo.go' from root:root to runner:runner
2025-08-20T23:01:28.2063408Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qualaroo/qualaroo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2064201Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qualaroo/qualaroo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2064895Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qualaroo' from root:root to runner:runner
2025-08-20T23:01:28.2065857Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mrticktock/mrticktok_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2066608Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mrticktock/mrticktock_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2067327Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mrticktock/mrticktock.go' from root:root to runner:runner
2025-08-20T23:01:28.2068117Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mrticktock' from root:root to runner:runner
2025-08-20T23:01:28.2068809Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edamam/edamam.go' from root:root to runner:runner
2025-08-20T23:01:28.2069621Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edamam/edamam_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2070356Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edamam/edamam_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2070997Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edamam' from root:root to runner:runner
2025-08-20T23:01:28.2071804Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vultrapikey/vultrapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2072531Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vultrapikey/vultrapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.2073288Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vultrapikey/vultrapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2073953Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vultrapikey' from root:root to runner:runner
2025-08-20T23:01:28.2074777Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lokalisetoken/lokalisetoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2075532Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lokalisetoken/lokalisetoken.go' from root:root to runner:runner
2025-08-20T23:01:28.2076581Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lokalisetoken/lokalisetoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2077438Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lokalisetoken' from root:root to runner:runner
2025-08-20T23:01:28.2078216Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/whoxy/whoxy_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2079026Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/whoxy/whoxy_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2079707Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/whoxy/whoxy.go' from root:root to runner:runner
2025-08-20T23:01:28.2080344Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/whoxy' from root:root to runner:runner
2025-08-20T23:01:28.2081064Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedrive/pipedrive.go' from root:root to runner:runner
2025-08-20T23:01:28.2081974Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedrive/pipedrive_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2082710Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedrive/pipedrive_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2083420Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedrive' from root:root to runner:runner
2025-08-20T23:01:28.2084178Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/d7network/d7network.go' from root:root to runner:runner
2025-08-20T23:01:28.2084911Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/d7network/d7network_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2085698Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/d7network/d7network_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2086488Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/d7network' from root:root to runner:runner
2025-08-20T23:01:28.2087232Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ethplorer/ethplorer_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2088018Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ethplorer/ethplorer_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2088729Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ethplorer/ethplorer.go' from root:root to runner:runner
2025-08-20T23:01:28.2089385Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ethplorer' from root:root to runner:runner
2025-08-20T23:01:28.2090163Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clinchpad/clinchpad_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2090957Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clinchpad/clinchpad.go' from root:root to runner:runner
2025-08-20T23:01:28.2091773Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clinchpad/clinchpad_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2092425Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clinchpad' from root:root to runner:runner
2025-08-20T23:01:28.2093190Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugherd/bugherd_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2093886Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugherd/bugherd.go' from root:root to runner:runner
2025-08-20T23:01:28.2094676Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugherd/bugherd_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2095319Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugherd' from root:root to runner:runner
2025-08-20T23:01:28.2096181Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherbit/weatherbit.go' from root:root to runner:runner
2025-08-20T23:01:28.2096984Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherbit/weatherbit_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2097780Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherbit/weatherbit_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2098440Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherbit' from root:root to runner:runner
2025-08-20T23:01:28.2099310Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareglobalapikey/cloudflareglobalapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2100229Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareglobalapikey/cloudflareglobalapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2101071Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareglobalapikey/cloudflareglobalapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.2101791Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareglobalapikey' from root:root to runner:runner
2025-08-20T23:01:28.2102543Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitter/gitter_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2103225Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitter/gitter.go' from root:root to runner:runner
2025-08-20T23:01:28.2104000Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitter/gitter_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2104748Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitter' from root:root to runner:runner
2025-08-20T23:01:28.2105410Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/luno/luno.go' from root:root to runner:runner
2025-08-20T23:01:28.2106198Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/luno/luno_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2106962Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/luno/luno_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2107722Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/luno' from root:root to runner:runner
2025-08-20T23:01:28.2108466Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v2/circleci_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2109239Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v2/circleci.go' from root:root to runner:runner
2025-08-20T23:01:28.2110071Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v2/circleci_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2110737Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v2' from root:root to runner:runner
2025-08-20T23:01:28.2111475Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v1/circleci_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2112193Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v1/circleci.go' from root:root to runner:runner
2025-08-20T23:01:28.2112972Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v1/circleci_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2113638Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v1' from root:root to runner:runner
2025-08-20T23:01:28.2114289Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci' from root:root to runner:runner
2025-08-20T23:01:28.2114986Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loadmill/loadmill.go' from root:root to runner:runner
2025-08-20T23:01:28.2115705Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loadmill/loadmill_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2116675Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loadmill/loadmill_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2117364Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loadmill' from root:root to runner:runner
2025-08-20T23:01:28.2118209Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemlist/lemlist_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2118904Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemlist/lemlist.go' from root:root to runner:runner
2025-08-20T23:01:28.2119613Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemlist/lemlist_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2120327Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemlist' from root:root to runner:runner
2025-08-20T23:01:28.2121092Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinapi/coinapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2121840Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinapi/coinapi.go' from root:root to runner:runner
2025-08-20T23:01:28.2122596Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinapi/coinapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2123247Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinapi' from root:root to runner:runner
2025-08-20T23:01:28.2124015Z [00:03:50.153]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fulcrum/fulcrum_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2124728Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fulcrum/fulcrum_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2125421Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fulcrum/fulcrum.go' from root:root to runner:runner
2025-08-20T23:01:28.2126149Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fulcrum' from root:root to runner:runner
2025-08-20T23:01:28.2126921Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpcrunch/helpcrunch.go' from root:root to runner:runner
2025-08-20T23:01:28.2127791Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpcrunch/helpcrunch_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2128533Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpcrunch/helpcrunch_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2129190Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpcrunch' from root:root to runner:runner
2025-08-20T23:01:28.2130035Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsehub/parsehub_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2130949Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsehub/parsehub_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2131662Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsehub/parsehub.go' from root:root to runner:runner
2025-08-20T23:01:28.2132319Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsehub' from root:root to runner:runner
2025-08-20T23:01:28.2133026Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/impala/impala_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2133717Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/impala/impala.go' from root:root to runner:runner
2025-08-20T23:01:28.2134463Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/impala/impala_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2135176Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/impala' from root:root to runner:runner
2025-08-20T23:01:28.2136020Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/besnappy/besnappy_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2136786Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/besnappy/besnappy.go' from root:root to runner:runner
2025-08-20T23:01:28.2137564Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/besnappy/besnappy_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2138213Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/besnappy' from root:root to runner:runner
2025-08-20T23:01:28.2138944Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/miro/miro_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2139630Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/miro/miro_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2140423Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/miro/miro.go' from root:root to runner:runner
2025-08-20T23:01:28.2141053Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/miro' from root:root to runner:runner
2025-08-20T23:01:28.2141772Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beebole/beebole_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2142519Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beebole/beebole.go' from root:root to runner:runner
2025-08-20T23:01:28.2143384Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beebole/beebole_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2144033Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beebole' from root:root to runner:runner
2025-08-20T23:01:28.2144776Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dotdigital/dotdigital_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2145495Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dotdigital/dotdigital.go' from root:root to runner:runner
2025-08-20T23:01:28.2146387Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dotdigital/dotdigital_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2147101Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dotdigital' from root:root to runner:runner
2025-08-20T23:01:28.2147999Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v2/captaindata_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2148791Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v2/captaindata_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2149537Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v2/captaindata.go' from root:root to runner:runner
2025-08-20T23:01:28.2150219Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v2' from root:root to runner:runner
2025-08-20T23:01:28.2151032Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v1/captaindata_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2151796Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v1/captaindata_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2152540Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v1/captaindata.go' from root:root to runner:runner
2025-08-20T23:01:28.2153383Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v1' from root:root to runner:runner
2025-08-20T23:01:28.2154050Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata' from root:root to runner:runner
2025-08-20T23:01:28.2154830Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesmate/salesmate_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2155619Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesmate/salesmate.go' from root:root to runner:runner
2025-08-20T23:01:28.2156565Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesmate/salesmate_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2157233Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesmate' from root:root to runner:runner
2025-08-20T23:01:28.2158070Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripepaymentintent/stripepaymentintent_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2158883Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripepaymentintent/stripepaymentintent.go' from root:root to runner:runner
2025-08-20T23:01:28.2159765Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripepaymentintent/stripepaymentintent_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2160465Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripepaymentintent' from root:root to runner:runner
2025-08-20T23:01:28.2161295Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/owlbot/owlbot_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2162032Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/owlbot/owlbot_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2162727Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/owlbot/owlbot.go' from root:root to runner:runner
2025-08-20T23:01:28.2163376Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/owlbot' from root:root to runner:runner
2025-08-20T23:01:28.2164117Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geckoboard/geckoboard_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2164838Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geckoboard/geckoboard.go' from root:root to runner:runner
2025-08-20T23:01:28.2165631Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geckoboard/geckoboard_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2166543Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geckoboard' from root:root to runner:runner
2025-08-20T23:01:28.2167381Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aviationstack/aviationstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2168160Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aviationstack/aviationstack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2168987Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aviationstack/aviationstack.go' from root:root to runner:runner
2025-08-20T23:01:28.2169775Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aviationstack' from root:root to runner:runner
2025-08-20T23:01:28.2170494Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apideck/apideck_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2171255Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apideck/apideck_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2171948Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apideck/apideck.go' from root:root to runner:runner
2025-08-20T23:01:28.2172591Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apideck' from root:root to runner:runner
2025-08-20T23:01:28.2173325Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartsheets/smartsheets.go' from root:root to runner:runner
2025-08-20T23:01:28.2174185Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartsheets/smartsheets_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2175000Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartsheets/smartsheets_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2175671Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartsheets' from root:root to runner:runner
2025-08-20T23:01:28.2176589Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/centralstationcrm/centralstationcrm_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2177459Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/centralstationcrm/centralstationcrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2178249Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/centralstationcrm/centralstationcrm.go' from root:root to runner:runner
2025-08-20T23:01:28.2178978Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/centralstationcrm' from root:root to runner:runner
2025-08-20T23:01:28.2179837Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ringcentral/ringcentral_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2180647Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ringcentral/ringcentral_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2181384Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ringcentral/ringcentral.go' from root:root to runner:runner
2025-08-20T23:01:28.2182107Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ringcentral' from root:root to runner:runner
2025-08-20T23:01:28.2183034Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangeratesapi/exchangeratesapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2183815Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangeratesapi/exchangeratesapi.go' from root:root to runner:runner
2025-08-20T23:01:28.2184619Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangeratesapi/exchangeratesapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2185304Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangeratesapi' from root:root to runner:runner
2025-08-20T23:01:28.2186254Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2187213Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2188129Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook.go' from root:root to runner:runner
2025-08-20T23:01:28.2188900Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/microsoftteamswebhook' from root:root to runner:runner
2025-08-20T23:01:28.2189585Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/notion/notion.go' from root:root to runner:runner
2025-08-20T23:01:28.2190337Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/notion/notion_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2191040Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/notion/notion_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2191680Z [00:03:50.154]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/notion' from root:root to runner:runner
2025-08-20T23:01:28.2192529Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0managementapitoken/auth0managementapitoken.go' from root:root to runner:runner
2025-08-20T23:01:28.2193505Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0managementapitoken/auth0managementapitoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2194432Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0managementapitoken/auth0managementapitoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2195153Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0managementapitoken' from root:root to runner:runner
2025-08-20T23:01:28.2196031Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/todoist/todoist_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2196843Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/todoist/todoist.go' from root:root to runner:runner
2025-08-20T23:01:28.2197610Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/todoist/todoist_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2198252Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/todoist' from root:root to runner:runner
2025-08-20T23:01:28.2199027Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipgeolocation/ipgeolocation_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2199782Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipgeolocation/ipgeolocation.go' from root:root to runner:runner
2025-08-20T23:01:28.2200598Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipgeolocation/ipgeolocation_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2201339Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipgeolocation' from root:root to runner:runner
2025-08-20T23:01:28.2202114Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexapis/iexapis_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2202837Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexapis/iexapis_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2203523Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexapis/iexapis.go' from root:root to runner:runner
2025-08-20T23:01:28.2204170Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexapis' from root:root to runner:runner
2025-08-20T23:01:28.2204912Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocardless/gocardless_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2205635Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocardless/gocardless.go' from root:root to runner:runner
2025-08-20T23:01:28.2206596Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocardless/gocardless_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2207260Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocardless' from root:root to runner:runner
2025-08-20T23:01:28.2207950Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/axonaut/axonaut.go' from root:root to runner:runner
2025-08-20T23:01:28.2208728Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/axonaut/axonaut_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2209625Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/axonaut/axonaut_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2210268Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/axonaut' from root:root to runner:runner
2025-08-20T23:01:28.2210958Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zeplin/zeplin.go' from root:root to runner:runner
2025-08-20T23:01:28.2211706Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zeplin/zeplin_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2212413Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zeplin/zeplin_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2213056Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zeplin' from root:root to runner:runner
2025-08-20T23:01:28.2213843Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flutterwave/flutterwave.go' from root:root to runner:runner
2025-08-20T23:01:28.2214677Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flutterwave/flutterwave_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2215431Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flutterwave/flutterwave_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2216228Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flutterwave' from root:root to runner:runner
2025-08-20T23:01:28.2217069Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/overloop/overloop_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2217795Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/overloop/overloop_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2218498Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/overloop/overloop.go' from root:root to runner:runner
2025-08-20T23:01:28.2219289Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/overloop' from root:root to runner:runner
2025-08-20T23:01:28.2220046Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github_oauth2/github_oauth2_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2220779Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github_oauth2/github_oauth2.go' from root:root to runner:runner
2025-08-20T23:01:28.2221512Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github_oauth2' from root:root to runner:runner
2025-08-20T23:01:28.2222419Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postageapp/postageapp_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2223166Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postageapp/postageapp_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2223888Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postageapp/postageapp.go' from root:root to runner:runner
2025-08-20T23:01:28.2224549Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postageapp' from root:root to runner:runner
2025-08-20T23:01:28.2225312Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harness/harness_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2226097Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harness/harness_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2226907Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harness/harness.go' from root:root to runner:runner
2025-08-20T23:01:28.2227561Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harness' from root:root to runner:runner
2025-08-20T23:01:28.2228401Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/securitytrails/securitytrails_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2229163Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/securitytrails/securitytrails.go' from root:root to runner:runner
2025-08-20T23:01:28.2229942Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/securitytrails/securitytrails_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2230624Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/securitytrails' from root:root to runner:runner
2025-08-20T23:01:28.2231394Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/borgbase/borgbase_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2232279Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/borgbase/borgbase.go' from root:root to runner:runner
2025-08-20T23:01:28.2232996Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/borgbase/borgbase_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2233648Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/borgbase' from root:root to runner:runner
2025-08-20T23:01:28.2234688Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey/azureapimanagementsubscriptionkey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2235893Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey/azureapimanagementsubscriptionkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2236889Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey/azureapimanagementsubscriptionkey.go' from root:root to runner:runner
2025-08-20T23:01:28.2237668Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey' from root:root to runner:runner
2025-08-20T23:01:28.2238424Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kraken/kraken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2239133Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kraken/kraken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2239815Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kraken/kraken.go' from root:root to runner:runner
2025-08-20T23:01:28.2240534Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kraken' from root:root to runner:runner
2025-08-20T23:01:28.2241283Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convier/convier.go' from root:root to runner:runner
2025-08-20T23:01:28.2241998Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convier/convier_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2242765Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convier/convier_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2243410Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convier' from root:root to runner:runner
2025-08-20T23:01:28.2244146Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/selectpdf/selectpdf_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2244932Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/selectpdf/selectpdf_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2245735Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/selectpdf/selectpdf.go' from root:root to runner:runner
2025-08-20T23:01:28.2246501Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/selectpdf' from root:root to runner:runner
2025-08-20T23:01:28.2247222Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickhelp/clickhelp.go' from root:root to runner:runner
2025-08-20T23:01:28.2248027Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickhelp/clickhelp_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2248903Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickhelp/clickhelp_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2249559Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickhelp' from root:root to runner:runner
2025-08-20T23:01:28.2250290Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/interseller/interseller.go' from root:root to runner:runner
2025-08-20T23:01:28.2251090Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/interseller/interseller_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2251844Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/interseller/interseller_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2252505Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/interseller' from root:root to runner:runner
2025-08-20T23:01:28.2253333Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onfleet/onfleet_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2254103Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onfleet/onfleet_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2254800Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onfleet/onfleet.go' from root:root to runner:runner
2025-08-20T23:01:28.2255448Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onfleet' from root:root to runner:runner
2025-08-20T23:01:28.2256285Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/taxjar/taxjar_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2257044Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/taxjar/taxjar_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2257728Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/taxjar/taxjar.go' from root:root to runner:runner
2025-08-20T23:01:28.2258493Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/taxjar' from root:root to runner:runner
2025-08-20T23:01:28.2259229Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertkit/convertkit_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2259953Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertkit/convertkit.go' from root:root to runner:runner
2025-08-20T23:01:28.2260802Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertkit/convertkit_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2261529Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertkit' from root:root to runner:runner
2025-08-20T23:01:28.2262256Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockify/clockify_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2263027Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockify/clockify_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2263726Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockify/clockify.go' from root:root to runner:runner
2025-08-20T23:01:28.2264372Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockify' from root:root to runner:runner
2025-08-20T23:01:28.2265051Z [00:03:50.155]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/mysql.go' from root:root to runner:runner
2025-08-20T23:01:28.2265711Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/jdbc.go' from root:root to runner:runner
2025-08-20T23:01:28.2266617Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/jdbc_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2267372Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/mysql_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2268136Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/sqlserver_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2268870Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/jdbc_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2269551Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/postgres.go' from root:root to runner:runner
2025-08-20T23:01:28.2270303Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/postgres_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2270990Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/sqlserver.go' from root:root to runner:runner
2025-08-20T23:01:28.2271716Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc' from root:root to runner:runner
2025-08-20T23:01:28.2272488Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oopspam/oopspam_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2273207Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oopspam/oopspam_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2273961Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oopspam/oopspam.go' from root:root to runner:runner
2025-08-20T23:01:28.2274712Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oopspam' from root:root to runner:runner
2025-08-20T23:01:28.2275475Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tableau/tableau_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2276277Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tableau/tableau_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2277017Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tableau/tableau.go' from root:root to runner:runner
2025-08-20T23:01:28.2277661Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tableau' from root:root to runner:runner
2025-08-20T23:01:28.2278479Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azurefunctionkey/azurefunctionkey.go' from root:root to runner:runner
2025-08-20T23:01:28.2279378Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azurefunctionkey/azurefunctionkey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2280239Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azurefunctionkey/azurefunctionkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2280931Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azurefunctionkey' from root:root to runner:runner
2025-08-20T23:01:28.2281701Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gtmetrix/gtmetrix_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2282403Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gtmetrix/gtmetrix.go' from root:root to runner:runner
2025-08-20T23:01:28.2283114Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gtmetrix/gtmetrix_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2283763Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gtmetrix' from root:root to runner:runner
2025-08-20T23:01:28.2284669Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verimail/verimail_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2285390Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verimail/verimail_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2286179Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verimail/verimail.go' from root:root to runner:runner
2025-08-20T23:01:28.2286945Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verimail' from root:root to runner:runner
2025-08-20T23:01:28.2287861Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v2/brandfetch_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2288590Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v2/brandfetch.go' from root:root to runner:runner
2025-08-20T23:01:28.2289345Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v2/brandfetch_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2290019Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v2' from root:root to runner:runner
2025-08-20T23:01:28.2290827Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v1/brandfetch_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2291558Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v1/brandfetch.go' from root:root to runner:runner
2025-08-20T23:01:28.2292380Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v1/brandfetch_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2293110Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v1' from root:root to runner:runner
2025-08-20T23:01:28.2293777Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch' from root:root to runner:runner
2025-08-20T23:01:28.2294499Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rentman/rentman_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2295265Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rentman/rentman_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2296081Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rentman/rentman.go' from root:root to runner:runner
2025-08-20T23:01:28.2296781Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rentman' from root:root to runner:runner
2025-08-20T23:01:28.2297669Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrutinizerci/scrutinizerci.go' from root:root to runner:runner
2025-08-20T23:01:28.2298491Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrutinizerci/scrutinizerci_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2299262Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrutinizerci/scrutinizerci_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2300008Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrutinizerci' from root:root to runner:runner
2025-08-20T23:01:28.2300788Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dnscheck/dnscheck_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2301496Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dnscheck/dnscheck.go' from root:root to runner:runner
2025-08-20T23:01:28.2302262Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dnscheck/dnscheck_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2302911Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dnscheck' from root:root to runner:runner
2025-08-20T23:01:28.2303711Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkcrm/teamworkcrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2304466Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkcrm/teamworkcrm_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2305256Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkcrm/teamworkcrm.go' from root:root to runner:runner
2025-08-20T23:01:28.2306082Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkcrm' from root:root to runner:runner
2025-08-20T23:01:28.2306835Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagekit/imagekit.go' from root:root to runner:runner
2025-08-20T23:01:28.2307563Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagekit/imagekit_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2308337Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagekit/imagekit_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2308990Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagekit' from root:root to runner:runner
2025-08-20T23:01:28.2309875Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanapersonalaccesstoken/asanapersonalaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2310878Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanapersonalaccesstoken/asanapersonalaccesstoken.go' from root:root to runner:runner
2025-08-20T23:01:28.2311810Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanapersonalaccesstoken/asanapersonalaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2312537Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanapersonalaccesstoken' from root:root to runner:runner
2025-08-20T23:01:28.2313341Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspage/statuspage_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2314223Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspage/statuspage_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2314938Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspage/statuspage.go' from root:root to runner:runner
2025-08-20T23:01:28.2315601Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspage' from root:root to runner:runner
2025-08-20T23:01:28.2316411Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/toggltrack/toggltrack.go' from root:root to runner:runner
2025-08-20T23:01:28.2317179Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/toggltrack/toggltrack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2317971Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/toggltrack/toggltrack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2318704Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/toggltrack' from root:root to runner:runner
2025-08-20T23:01:28.2319466Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planyo/planyo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2320171Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planyo/planyo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2320857Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planyo/planyo.go' from root:root to runner:runner
2025-08-20T23:01:28.2321493Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planyo' from root:root to runner:runner
2025-08-20T23:01:28.2322200Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripo/stripo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2322881Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripo/stripo.go' from root:root to runner:runner
2025-08-20T23:01:28.2323768Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripo/stripo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2324412Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripo' from root:root to runner:runner
2025-08-20T23:01:28.2325219Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceantoken/digitaloceantoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2326177Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceantoken/digitaloceantoken.go' from root:root to runner:runner
2025-08-20T23:01:28.2327138Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceantoken/digitaloceantoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2327838Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceantoken' from root:root to runner:runner
2025-08-20T23:01:28.2328639Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pusherchannelkey/pusherchannelkey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2329497Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pusherchannelkey/pusherchannelkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2330274Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pusherchannelkey/pusherchannelkey.go' from root:root to runner:runner
2025-08-20T23:01:28.2330963Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pusherchannelkey' from root:root to runner:runner
2025-08-20T23:01:28.2331819Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moderation/moderation_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2332630Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moderation/moderation_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2333352Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moderation/moderation.go' from root:root to runner:runner
2025-08-20T23:01:28.2334009Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moderation' from root:root to runner:runner
2025-08-20T23:01:28.2334720Z [00:03:50.156]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apifonica/apifonica.go' from root:root to runner:runner
2025-08-20T23:01:28.2335450Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apifonica/apifonica_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2336324Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apifonica/apifonica_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2337108Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apifonica' from root:root to runner:runner
2025-08-20T23:01:28.2337875Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/facebookoauth/facebookoauth_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2338703Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/facebookoauth/facebookoauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2339511Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/facebookoauth/facebookoauth.go' from root:root to runner:runner
2025-08-20T23:01:28.2340250Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/facebookoauth' from root:root to runner:runner
2025-08-20T23:01:28.2340914Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hive/hive.go' from root:root to runner:runner
2025-08-20T23:01:28.2341650Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hive/hive_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2342333Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hive/hive_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2342968Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hive' from root:root to runner:runner
2025-08-20T23:01:28.2343689Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/humanity/humanity_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2344519Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/humanity/humanity_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2345227Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/humanity/humanity.go' from root:root to runner:runner
2025-08-20T23:01:28.2346084Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/humanity' from root:root to runner:runner
2025-08-20T23:01:28.2346832Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yandex/yandex.go' from root:root to runner:runner
2025-08-20T23:01:28.2347579Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yandex/yandex_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2348286Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yandex/yandex_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2348926Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yandex' from root:root to runner:runner
2025-08-20T23:01:28.2349660Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/marketstack/marketstack.go' from root:root to runner:runner
2025-08-20T23:01:28.2350637Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/marketstack/marketstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2351396Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/marketstack/marketstack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2352062Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/marketstack' from root:root to runner:runner
2025-08-20T23:01:28.2352972Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/protocolsio/protocolsio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2353789Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/protocolsio/protocolsio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2354521Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/protocolsio/protocolsio.go' from root:root to runner:runner
2025-08-20T23:01:28.2355187Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/protocolsio' from root:root to runner:runner
2025-08-20T23:01:28.2356026Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onepagecrm/onepagecrm_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2356793Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onepagecrm/onepagecrm.go' from root:root to runner:runner
2025-08-20T23:01:28.2357585Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onepagecrm/onepagecrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2358322Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onepagecrm' from root:root to runner:runner
2025-08-20T23:01:28.2359102Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingbee/scrapingbee.go' from root:root to runner:runner
2025-08-20T23:01:28.2359907Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingbee/scrapingbee_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2360659Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingbee/scrapingbee_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2361319Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingbee' from root:root to runner:runner
2025-08-20T23:01:28.2362030Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vercel/vercel_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2362781Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vercel/vercel_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2363595Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vercel/vercel.go' from root:root to runner:runner
2025-08-20T23:01:28.2364244Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vercel' from root:root to runner:runner
2025-08-20T23:01:28.2364949Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clientary/clientary.go' from root:root to runner:runner
2025-08-20T23:01:28.2365742Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clientary/clientary_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2366748Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clientary/clientary_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2367405Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clientary' from root:root to runner:runner
2025-08-20T23:01:28.2368128Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lob/lob_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2368789Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lob/lob.go' from root:root to runner:runner
2025-08-20T23:01:28.2369474Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lob/lob_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2370098Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lob' from root:root to runner:runner
2025-08-20T23:01:28.2370943Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailsac/mailsac_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2371724Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailsac/mailsac.go' from root:root to runner:runner
2025-08-20T23:01:28.2372447Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailsac/mailsac_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2373092Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailsac' from root:root to runner:runner
2025-08-20T23:01:28.2373830Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgeoapi/getgeoapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2374612Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgeoapi/getgeoapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2375322Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgeoapi/getgeoapi.go' from root:root to runner:runner
2025-08-20T23:01:28.2376233Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgeoapi' from root:root to runner:runner
2025-08-20T23:01:28.2377052Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapfly/scrapfly_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2377760Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapfly/scrapfly.go' from root:root to runner:runner
2025-08-20T23:01:28.2378590Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapfly/scrapfly_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2379323Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapfly' from root:root to runner:runner
2025-08-20T23:01:28.2380054Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checklyhq/checklyhq_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2380839Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checklyhq/checklyhq_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2381553Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checklyhq/checklyhq.go' from root:root to runner:runner
2025-08-20T23:01:28.2382205Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checklyhq' from root:root to runner:runner
2025-08-20T23:01:28.2383012Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken/storyblok.go' from root:root to runner:runner
2025-08-20T23:01:28.2383945Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken/storyblok_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2384814Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken/storyblok_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2385560Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken' from root:root to runner:runner
2025-08-20T23:01:28.2386346Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smooch/smooch.go' from root:root to runner:runner
2025-08-20T23:01:28.2387103Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smooch/smooch_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2387855Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smooch/smooch_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2388498Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smooch' from root:root to runner:runner
2025-08-20T23:01:28.2389322Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salescookie/salescookie.go' from root:root to runner:runner
2025-08-20T23:01:28.2390071Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salescookie/salescookie_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2390870Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salescookie/salescookie_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2392124Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salescookie' from root:root to runner:runner
2025-08-20T23:01:28.2392927Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripe/stripe.go' from root:root to runner:runner
2025-08-20T23:01:28.2393631Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripe/stripe_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2394383Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripe/stripe_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2395023Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripe' from root:root to runner:runner
2025-08-20T23:01:28.2395739Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainer/portainer.go' from root:root to runner:runner
2025-08-20T23:01:28.2396588Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainer/portainer_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2397448Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainer/portainer_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2398130Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainer' from root:root to runner:runner
2025-08-20T23:01:28.2398876Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshbooks/freshbooks_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2399597Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshbooks/freshbooks.go' from root:root to runner:runner
2025-08-20T23:01:28.2400388Z [00:03:50.157]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshbooks/freshbooks_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2401047Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshbooks' from root:root to runner:runner
2025-08-20T23:01:28.2401916Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitterconsumerkey/twitterconsumerkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2402835Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitterconsumerkey/twitterconsumerkey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2403631Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitterconsumerkey/twitterconsumerkey.go' from root:root to runner:runner
2025-08-20T23:01:28.2404332Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitterconsumerkey' from root:root to runner:runner
2025-08-20T23:01:28.2405132Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v2/sentrytoken.go' from root:root to runner:runner
2025-08-20T23:01:28.2406103Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v2/sentrytoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2406907Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v2/sentrytoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2407586Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v2' from root:root to runner:runner
2025-08-20T23:01:28.2408328Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v1/sentrytoken.go' from root:root to runner:runner
2025-08-20T23:01:28.2409139Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v1/sentrytoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2409904Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v1/sentrytoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2410652Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v1' from root:root to runner:runner
2025-08-20T23:01:28.2411323Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken' from root:root to runner:runner
2025-08-20T23:01:28.2412088Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/faceplusplus/faceplusplus_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2412905Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/faceplusplus/faceplusplus_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2413640Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/faceplusplus/faceplusplus.go' from root:root to runner:runner
2025-08-20T23:01:28.2414307Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/faceplusplus' from root:root to runner:runner
2025-08-20T23:01:28.2415048Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wepay/wepay_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2415937Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wepay/wepay_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2416661Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wepay/wepay.go' from root:root to runner:runner
2025-08-20T23:01:28.2417300Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wepay' from root:root to runner:runner
2025-08-20T23:01:28.2418141Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraphcody/sourcegraphcody.go' from root:root to runner:runner
2025-08-20T23:01:28.2419033Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraphcody/sourcegraphcody_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2419878Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraphcody/sourcegraphcody_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2420569Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraphcody' from root:root to runner:runner
2025-08-20T23:01:28.2421277Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stockdata/stockdata.go' from root:root to runner:runner
2025-08-20T23:01:28.2422012Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stockdata/stockdata_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2422794Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stockdata/stockdata_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2423510Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stockdata' from root:root to runner:runner
2025-08-20T23:01:28.2424268Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flatio/flatio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2424956Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flatio/flatio.go' from root:root to runner:runner
2025-08-20T23:01:28.2425714Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flatio/flatio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2426559Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flatio' from root:root to runner:runner
2025-08-20T23:01:28.2427379Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nexmoapikey/nexmoapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2428129Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nexmoapikey/nexmoapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2428862Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nexmoapikey/nexmoapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.2429660Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nexmoapikey' from root:root to runner:runner
2025-08-20T23:01:28.2430437Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opsgenie/opsgenie_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2431220Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opsgenie/opsgenie_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2432055Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opsgenie/opsgenie.go' from root:root to runner:runner
2025-08-20T23:01:28.2432707Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opsgenie' from root:root to runner:runner
2025-08-20T23:01:28.2433485Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voicegain/voicegain_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2434196Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voicegain/voicegain.go' from root:root to runner:runner
2025-08-20T23:01:28.2434926Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voicegain/voicegain_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2435584Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voicegain' from root:root to runner:runner
2025-08-20T23:01:28.2436463Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v2/fullstory_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2437324Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v2/fullstory_v2.go' from root:root to runner:runner
2025-08-20T23:01:28.2438098Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v2/fullstory_v2_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2438770Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v2' from root:root to runner:runner
2025-08-20T23:01:28.2439561Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v1/fullstory_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2440285Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v1/fullstory.go' from root:root to runner:runner
2025-08-20T23:01:28.2441033Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v1/fullstory_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2441698Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v1' from root:root to runner:runner
2025-08-20T23:01:28.2442468Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory' from root:root to runner:runner
2025-08-20T23:01:28.2443219Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/positionstack/positionstack.go' from root:root to runner:runner
2025-08-20T23:01:28.2443989Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/positionstack/positionstack_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2444873Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/positionstack/positionstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2445640Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/positionstack' from root:root to runner:runner
2025-08-20T23:01:28.2446556Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailchimp/mailchimp_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2447464Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailchimp/mailchimp_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2448253Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailchimp/mailchimp.go' from root:root to runner:runner
2025-08-20T23:01:28.2448910Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailchimp' from root:root to runner:runner
2025-08-20T23:01:28.2449631Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/droneci/droneci_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2450328Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/droneci/droneci.go' from root:root to runner:runner
2025-08-20T23:01:28.2451088Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/droneci/droneci_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2451735Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/droneci' from root:root to runner:runner
2025-08-20T23:01:28.2452511Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentryorgtoken/sentryorgtoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2453341Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentryorgtoken/sentryorgtoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2454168Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentryorgtoken/sentryorgtoken.go' from root:root to runner:runner
2025-08-20T23:01:28.2454895Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentryorgtoken' from root:root to runner:runner
2025-08-20T23:01:28.2455697Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudplan/cloudplan_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2456527Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudplan/cloudplan.go' from root:root to runner:runner
2025-08-20T23:01:28.2457315Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudplan/cloudplan_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2457970Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudplan' from root:root to runner:runner
2025-08-20T23:01:28.2458786Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postgres/postgres_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2459488Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postgres/postgres.go' from root:root to runner:runner
2025-08-20T23:01:28.2460331Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postgres/postgres_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2461051Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postgres' from root:root to runner:runner
2025-08-20T23:01:28.2461780Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getemail/getemail_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2462482Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getemail/getemail.go' from root:root to runner:runner
2025-08-20T23:01:28.2463252Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getemail/getemail_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2463902Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getemail' from root:root to runner:runner
2025-08-20T23:01:28.2464649Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerio/customerio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2465375Z [00:03:50.158]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerio/customerio.go' from root:root to runner:runner
2025-08-20T23:01:28.2466259Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerio/customerio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2466955Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerio' from root:root to runner:runner
2025-08-20T23:01:28.2467822Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/visualcrossing/visualcrossing_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2468736Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/visualcrossing/visualcrossing_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2469499Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/visualcrossing/visualcrossing.go' from root:root to runner:runner
2025-08-20T23:01:28.2470177Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/visualcrossing' from root:root to runner:runner
2025-08-20T23:01:28.2470886Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/streak/streak_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2471777Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/streak/streak_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2472465Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/streak/streak.go' from root:root to runner:runner
2025-08-20T23:01:28.2473169Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/streak' from root:root to runner:runner
2025-08-20T23:01:28.2473919Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unsplash/unsplash_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2474693Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unsplash/unsplash_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2475402Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unsplash/unsplash.go' from root:root to runner:runner
2025-08-20T23:01:28.2476147Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unsplash' from root:root to runner:runner
2025-08-20T23:01:28.2477013Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresastoken/azuresastoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2477789Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresastoken/azuresastoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2478575Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresastoken/azuresastoken.go' from root:root to runner:runner
2025-08-20T23:01:28.2479250Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresastoken' from root:root to runner:runner
2025-08-20T23:01:28.2479969Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dynalist/dynalist_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2480766Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dynalist/dynalist.go' from root:root to runner:runner
2025-08-20T23:01:28.2481638Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dynalist/dynalist_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2482285Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dynalist' from root:root to runner:runner
2025-08-20T23:01:28.2483110Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotapi/screenshotapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2483859Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotapi/screenshotapi.go' from root:root to runner:runner
2025-08-20T23:01:28.2484716Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotapi/screenshotapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2485390Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotapi' from root:root to runner:runner
2025-08-20T23:01:28.2486293Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myintervals/myintervals_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2487148Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myintervals/myintervals_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2487883Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myintervals/myintervals.go' from root:root to runner:runner
2025-08-20T23:01:28.2488547Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myintervals' from root:root to runner:runner
2025-08-20T23:01:28.2489250Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pastebin/pastebin.go' from root:root to runner:runner
2025-08-20T23:01:28.2490022Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pastebin/pastebin_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2490746Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pastebin/pastebin_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2491399Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pastebin' from root:root to runner:runner
2025-08-20T23:01:28.2492108Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intra42/intra42_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2492869Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intra42/intra42_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2493634Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intra42/intra42.go' from root:root to runner:runner
2025-08-20T23:01:28.2494372Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intra42' from root:root to runner:runner
2025-08-20T23:01:28.2495106Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/delighted/delighted_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2495962Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/delighted/delighted_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2496720Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/delighted/delighted.go' from root:root to runner:runner
2025-08-20T23:01:28.2497459Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/delighted' from root:root to runner:runner
2025-08-20T23:01:28.2498148Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dovico/dovico.go' from root:root to runner:runner
2025-08-20T23:01:28.2498960Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dovico/dovico_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2499670Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dovico/dovico_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2500313Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dovico' from root:root to runner:runner
2025-08-20T23:01:28.2501127Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/phraseaccesstoken/phraseaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2501917Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/phraseaccesstoken/phraseaccesstoken.go' from root:root to runner:runner
2025-08-20T23:01:28.2502777Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/phraseaccesstoken/phraseaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2503472Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/phraseaccesstoken' from root:root to runner:runner
2025-08-20T23:01:28.2504174Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/manifest/manifest.go' from root:root to runner:runner
2025-08-20T23:01:28.2504944Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/manifest/manifest_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2505666Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/manifest/manifest_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2506473Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/manifest' from root:root to runner:runner
2025-08-20T23:01:28.2507234Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chartmogul/chartmogul.go' from root:root to runner:runner
2025-08-20T23:01:28.2508055Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chartmogul/chartmogul_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2508847Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chartmogul/chartmogul_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2509503Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chartmogul' from root:root to runner:runner
2025-08-20T23:01:28.2510306Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightstats/flightstats_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2511180Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightstats/flightstats_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2511981Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightstats/flightstats.go' from root:root to runner:runner
2025-08-20T23:01:28.2512692Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightstats' from root:root to runner:runner
2025-08-20T23:01:28.2513384Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tatumio/tatumio.go' from root:root to runner:runner
2025-08-20T23:01:28.2514103Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tatumio/tatumio_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2514863Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tatumio/tatumio_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2515509Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tatumio' from root:root to runner:runner
2025-08-20T23:01:28.2516314Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hybiscus/hybiscus.go' from root:root to runner:runner
2025-08-20T23:01:28.2517086Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hybiscus/hybiscus_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2517969Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hybiscus/hybiscus_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2518627Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hybiscus' from root:root to runner:runner
2025-08-20T23:01:28.2519337Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mongodb/mongodb_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2520155Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mongodb/mongodb_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2520953Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mongodb/mongodb.go' from root:root to runner:runner
2025-08-20T23:01:28.2521600Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mongodb' from root:root to runner:runner
2025-08-20T23:01:28.2522340Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/leadfeeder/leadfeeder_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2523061Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/leadfeeder/leadfeeder.go' from root:root to runner:runner
2025-08-20T23:01:28.2523857Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/leadfeeder/leadfeeder_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2524512Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/leadfeeder' from root:root to runner:runner
2025-08-20T23:01:28.2525267Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simvoly/simvoly.go' from root:root to runner:runner
2025-08-20T23:01:28.2526164Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simvoly/simvoly_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2526915Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simvoly/simvoly_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2527566Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simvoly' from root:root to runner:runner
2025-08-20T23:01:28.2528262Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vbout/vbout_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2529000Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vbout/vbout_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2529675Z [00:03:50.159]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vbout/vbout.go' from root:root to runner:runner
2025-08-20T23:01:28.2530441Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vbout' from root:root to runner:runner
2025-08-20T23:01:28.2531179Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v2/jiratoken_v2.go' from root:root to runner:runner
2025-08-20T23:01:28.2531939Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v2/jiratoken_v2_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2532858Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v2/jiratoken_v2_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2533634Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v2' from root:root to runner:runner
2025-08-20T23:01:28.2534377Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v1/jiratoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2535170Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v1/jiratoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2535985Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v1/jiratoken.go' from root:root to runner:runner
2025-08-20T23:01:28.2536699Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v1' from root:root to runner:runner
2025-08-20T23:01:28.2537358Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken' from root:root to runner:runner
2025-08-20T23:01:28.2538180Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paydirtapp/paydirtapp_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2538925Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paydirtapp/paydirtapp.go' from root:root to runner:runner
2025-08-20T23:01:28.2539727Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paydirtapp/paydirtapp_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2540388Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paydirtapp' from root:root to runner:runner
2025-08-20T23:01:28.2541169Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitlyaccesstoken/bitlyaccesstoken.go' from root:root to runner:runner
2025-08-20T23:01:28.2541967Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitlyaccesstoken/bitlyaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2542821Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitlyaccesstoken/bitlyaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2543591Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitlyaccesstoken' from root:root to runner:runner
2025-08-20T23:01:28.2544307Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/noticeable/noticeable.go' from root:root to runner:runner
2025-08-20T23:01:28.2545072Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/noticeable/noticeable_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2546033Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/noticeable/noticeable_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2546821Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/noticeable' from root:root to runner:runner
2025-08-20T23:01:28.2547620Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ip2location/ip2location_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2548374Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ip2location/ip2location_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2549102Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ip2location/ip2location.go' from root:root to runner:runner
2025-08-20T23:01:28.2549765Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ip2location' from root:root to runner:runner
2025-08-20T23:01:28.2550537Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planviewleankit/planviewleankit.go' from root:root to runner:runner
2025-08-20T23:01:28.2551446Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planviewleankit/planviewleankit_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2552257Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planviewleankit/planviewleankit_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2552941Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planviewleankit' from root:root to runner:runner
2025-08-20T23:01:28.2553658Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsers/parsers_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2554347Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsers/parsers.go' from root:root to runner:runner
2025-08-20T23:01:28.2555108Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsers/parsers_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2555827Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsers' from root:root to runner:runner
2025-08-20T23:01:28.2556649Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bombbomb/bombbomb.go' from root:root to runner:runner
2025-08-20T23:01:28.2557372Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bombbomb/bombbomb_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2558141Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bombbomb/bombbomb_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2558852Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bombbomb' from root:root to runner:runner
2025-08-20T23:01:28.2559694Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swiftype/swiftype_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2560417Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swiftype/swiftype_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2561119Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swiftype/swiftype.go' from root:root to runner:runner
2025-08-20T23:01:28.2561768Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swiftype' from root:root to runner:runner
2025-08-20T23:01:28.2562467Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aiven/aiven_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2563143Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aiven/aiven.go' from root:root to runner:runner
2025-08-20T23:01:28.2563960Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aiven/aiven_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2564612Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aiven' from root:root to runner:runner
2025-08-20T23:01:28.2565339Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/poloniex/poloniex_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2566138Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/poloniex/poloniex.go' from root:root to runner:runner
2025-08-20T23:01:28.2566951Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/poloniex/poloniex_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2567599Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/poloniex' from root:root to runner:runner
2025-08-20T23:01:28.2568415Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkdesk/teamworkdesk_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2569279Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkdesk/teamworkdesk.go' from root:root to runner:runner
2025-08-20T23:01:28.2570037Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkdesk/teamworkdesk_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2570707Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkdesk' from root:root to runner:runner
2025-08-20T23:01:28.2571461Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mixpanel/mixpanel.go' from root:root to runner:runner
2025-08-20T23:01:28.2572296Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mixpanel/mixpanel_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2573070Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mixpanel/mixpanel_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2573720Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mixpanel' from root:root to runner:runner
2025-08-20T23:01:28.2574478Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apptivo/apptivo_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2575169Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apptivo/apptivo.go' from root:root to runner:runner
2025-08-20T23:01:28.2575995Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apptivo/apptivo_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2576692Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apptivo' from root:root to runner:runner
2025-08-20T23:01:28.2577498Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/razorpay/razorpay_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2578339Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/razorpay/razorpay_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2579082Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/razorpay/razorpay.go' from root:root to runner:runner
2025-08-20T23:01:28.2579728Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/razorpay' from root:root to runner:runner
2025-08-20T23:01:28.2580643Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newrelicpersonalapikey/newrelicpersonalapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2581491Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newrelicpersonalapikey/newrelicpersonalapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.2582351Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newrelicpersonalapikey/newrelicpersonalapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2583171Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newrelicpersonalapikey' from root:root to runner:runner
2025-08-20T23:01:28.2583978Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apitemplate/apitemplate_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2584774Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apitemplate/apitemplate.go' from root:root to runner:runner
2025-08-20T23:01:28.2585615Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apitemplate/apitemplate_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2586369Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apitemplate' from root:root to runner:runner
2025-08-20T23:01:28.2587112Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snowflake/snowflake_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2587829Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snowflake/snowflake.go' from root:root to runner:runner
2025-08-20T23:01:28.2588611Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snowflake/snowflake_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2589267Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snowflake' from root:root to runner:runner
2025-08-20T23:01:28.2590112Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netsuite/netsuite_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2590862Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netsuite/netsuite.go' from root:root to runner:runner
2025-08-20T23:01:28.2591589Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netsuite/netsuite_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2592240Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netsuite' from root:root to runner:runner
2025-08-20T23:01:28.2592943Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telnyx/telnyx_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2593695Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telnyx/telnyx_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2594376Z [00:03:50.160]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telnyx/telnyx.go' from root:root to runner:runner
2025-08-20T23:01:28.2595018Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telnyx' from root:root to runner:runner
2025-08-20T23:01:28.2595964Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alienvault/alienvault_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2596730Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alienvault/alienvault.go' from root:root to runner:runner
2025-08-20T23:01:28.2597468Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alienvault/alienvault_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2598201Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alienvault' from root:root to runner:runner
2025-08-20T23:01:28.2599031Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/duply/duply_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2599724Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/duply/duply_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2600403Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/duply/duply.go' from root:root to runner:runner
2025-08-20T23:01:28.2601043Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/duply' from root:root to runner:runner
2025-08-20T23:01:28.2601836Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sherpadesk/sherpadesk_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2602578Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sherpadesk/sherpadesk_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2603366Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sherpadesk/sherpadesk.go' from root:root to runner:runner
2025-08-20T23:01:28.2604087Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sherpadesk' from root:root to runner:runner
2025-08-20T23:01:28.2604844Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commodities/commodities_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2605647Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commodities/commodities_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2606473Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commodities/commodities.go' from root:root to runner:runner
2025-08-20T23:01:28.2607150Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commodities' from root:root to runner:runner
2025-08-20T23:01:28.2607942Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appsynergy/appsynergy_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2608824Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appsynergy/appsynergy_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2609545Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appsynergy/appsynergy.go' from root:root to runner:runner
2025-08-20T23:01:28.2610206Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appsynergy' from root:root to runner:runner
2025-08-20T23:01:28.2611036Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/courier/courier_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2611832Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/courier/courier_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2612523Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/courier/courier.go' from root:root to runner:runner
2025-08-20T23:01:28.2613165Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/courier' from root:root to runner:runner
2025-08-20T23:01:28.2613898Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blocknative/blocknative.go' from root:root to runner:runner
2025-08-20T23:01:28.2614650Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blocknative/blocknative_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2615455Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blocknative/blocknative_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2616275Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blocknative' from root:root to runner:runner
2025-08-20T23:01:28.2617147Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datadogtoken/datadogtoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2617887Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datadogtoken/datadogtoken.go' from root:root to runner:runner
2025-08-20T23:01:28.2618653Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datadogtoken/datadogtoken_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2619321Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datadogtoken' from root:root to runner:runner
2025-08-20T23:01:28.2619995Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/xai/xai_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2620652Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/xai/xai.go' from root:root to runner:runner
2025-08-20T23:01:28.2621516Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/xai/xai_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2622149Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/xai' from root:root to runner:runner
2025-08-20T23:01:28.2622955Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saladcloudapikey/saladcloudapikey_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2623868Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saladcloudapikey/saladcloudapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2624719Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saladcloudapikey/saladcloudapikey.go' from root:root to runner:runner
2025-08-20T23:01:28.2625407Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saladcloudapikey' from root:root to runner:runner
2025-08-20T23:01:28.2626179Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ambee/ambee.go' from root:root to runner:runner
2025-08-20T23:01:28.2626914Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ambee/ambee_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2627660Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ambee/ambee_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2628298Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ambee' from root:root to runner:runner
2025-08-20T23:01:28.2629123Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beamer/beamer_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2629826Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beamer/beamer.go' from root:root to runner:runner
2025-08-20T23:01:28.2630536Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beamer/beamer_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2631184Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beamer' from root:root to runner:runner
2025-08-20T23:01:28.2631874Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dfuse/dfuse_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2632618Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dfuse/dfuse_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2633290Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dfuse/dfuse.go' from root:root to runner:runner
2025-08-20T23:01:28.2633934Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dfuse' from root:root to runner:runner
2025-08-20T23:01:28.2634801Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/campayn/campayn.go' from root:root to runner:runner
2025-08-20T23:01:28.2635571Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/campayn/campayn_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2636463Z [00:03:50.161]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/campayn/campayn_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2637249Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/campayn' from root:root to runner:runner
2025-08-20T23:01:28.2638077Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rubygems/rubygems.go' from root:root to runner:runner
2025-08-20T23:01:28.2638795Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rubygems/rubygems_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2639571Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rubygems/rubygems_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2640220Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rubygems' from root:root to runner:runner
2025-08-20T23:01:28.2640952Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdfshift/pdfshift_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2641720Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdfshift/pdfshift_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2642485Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdfshift/pdfshift.go' from root:root to runner:runner
2025-08-20T23:01:28.2643207Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdfshift' from root:root to runner:runner
2025-08-20T23:01:28.2643930Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_batch/azurebatch.go' from root:root to runner:runner
2025-08-20T23:01:28.2644721Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_batch/azurebatch_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2645454Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_batch/azurebatch_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2646217Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_batch' from root:root to runner:runner
2025-08-20T23:01:28.2647012Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencycloud/currencycloud.go' from root:root to runner:runner
2025-08-20T23:01:28.2647969Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencycloud/currencycloud_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2648742Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencycloud/currencycloud_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2649414Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencycloud' from root:root to runner:runner
2025-08-20T23:01:28.2650256Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/walkscore/walkscore_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2651100Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/walkscore/walkscore_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2651813Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/walkscore/walkscore.go' from root:root to runner:runner
2025-08-20T23:01:28.2652469Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/walkscore' from root:root to runner:runner
2025-08-20T23:01:28.2653219Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/multi_part_credential_provider.go' from root:root to runner:runner
2025-08-20T23:01:28.2653971Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currentsapi/currentsapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2654706Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currentsapi/currentsapi.go' from root:root to runner:runner
2025-08-20T23:01:28.2655567Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currentsapi/currentsapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2656381Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currentsapi' from root:root to runner:runner
2025-08-20T23:01:28.2657173Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holidayapi/holidayapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2657966Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holidayapi/holidayapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2658692Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holidayapi/holidayapi.go' from root:root to runner:runner
2025-08-20T23:01:28.2659350Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holidayapi' from root:root to runner:runner
2025-08-20T23:01:28.2660084Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skybiometry/skybiometry.go' from root:root to runner:runner
2025-08-20T23:01:28.2661014Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skybiometry/skybiometry_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2661770Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skybiometry/skybiometry_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2662436Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skybiometry' from root:root to runner:runner
2025-08-20T23:01:28.2663241Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipapi/ipapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2664022Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipapi/ipapi.go' from root:root to runner:runner
2025-08-20T23:01:28.2664719Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipapi/ipapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2665362Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipapi' from root:root to runner:runner
2025-08-20T23:01:28.2666156Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shipday/shipday.go' from root:root to runner:runner
2025-08-20T23:01:28.2666970Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shipday/shipday_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2667683Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shipday/shipday_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2668405Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shipday' from root:root to runner:runner
2025-08-20T23:01:28.2669237Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vatlayer/vatlayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2669942Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vatlayer/vatlayer.go' from root:root to runner:runner
2025-08-20T23:01:28.2670672Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vatlayer/vatlayer_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2671318Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vatlayer' from root:root to runner:runner
2025-08-20T23:01:28.2672092Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendgrid/sendgrid_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2672792Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendgrid/sendgrid.go' from root:root to runner:runner
2025-08-20T23:01:28.2673650Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendgrid/sendgrid_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2674297Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendgrid' from root:root to runner:runner
2025-08-20T23:01:28.2675080Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voodoosms/voodoosms_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2675939Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voodoosms/voodoosms.go' from root:root to runner:runner
2025-08-20T23:01:28.2676774Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voodoosms/voodoosms_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2677432Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voodoosms' from root:root to runner:runner
2025-08-20T23:01:28.2678135Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flexport/flexport.go' from root:root to runner:runner
2025-08-20T23:01:28.2678889Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flexport/flexport_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2679541Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flexport' from root:root to runner:runner
2025-08-20T23:01:28.2680395Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trufflehogenterprise/trufflehogenterprise_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2681210Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trufflehogenterprise/trufflehogenterprise.go' from root:root to runner:runner
2025-08-20T23:01:28.2682175Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trufflehogenterprise/trufflehogenterprise_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2682905Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trufflehogenterprise' from root:root to runner:runner
2025-08-20T23:01:28.2683630Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/foursquare/foursquare.go' from root:root to runner:runner
2025-08-20T23:01:28.2684369Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/foursquare/foursquare_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2685157Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/foursquare/foursquare_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2685940Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/foursquare' from root:root to runner:runner
2025-08-20T23:01:28.2686760Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clearbit/clearbit_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2687587Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clearbit/clearbit.go' from root:root to runner:runner
2025-08-20T23:01:28.2688314Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clearbit/clearbit_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2688960Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clearbit' from root:root to runner:runner
2025-08-20T23:01:28.2689847Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prospectcrm/prospectcrm_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2690594Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prospectcrm/prospectcrm.go' from root:root to runner:runner
2025-08-20T23:01:28.2691401Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prospectcrm/prospectcrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2692063Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prospectcrm' from root:root to runner:runner
2025-08-20T23:01:28.2692753Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vpnapi/vpnapi.go' from root:root to runner:runner
2025-08-20T23:01:28.2693515Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vpnapi/vpnapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2694220Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vpnapi/vpnapi_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2694924Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vpnapi' from root:root to runner:runner
2025-08-20T23:01:28.2695707Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verifier/verifier_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2696536Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verifier/verifier.go' from root:root to runner:runner
2025-08-20T23:01:28.2697265Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verifier/verifier_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2697914Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verifier' from root:root to runner:runner
﻿2025-08-20T23:01:28.2700851Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zulipchat/zulipchat_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2701651Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zulipchat/zulipchat_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2702499Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zulipchat/zulipchat.go' from root:root to runner:runner
2025-08-20T23:01:28.2703164Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zulipchat' from root:root to runner:runner
2025-08-20T23:01:28.2703867Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apacta/apacta_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2704733Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apacta/apacta_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2705468Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apacta/apacta.go' from root:root to runner:runner
2025-08-20T23:01:28.2706275Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apacta' from root:root to runner:runner
2025-08-20T23:01:28.2706937Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors' from root:root to runner:runner
2025-08-20T23:01:28.2707647Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/escaped_unicode_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2708290Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/utf16.go' from root:root to runner:runner
2025-08-20T23:01:28.2708952Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/utf16_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2709681Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/base64.go' from root:root to runner:runner
2025-08-20T23:01:28.2710410Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/utf16_test.dll' from root:root to runner:runner
2025-08-20T23:01:28.2711080Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/decoders.go' from root:root to runner:runner
2025-08-20T23:01:28.2711720Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/utf8.go' from root:root to runner:runner
2025-08-20T23:01:28.2712375Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/utf8_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2713064Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/escaped_unicode.go' from root:root to runner:runner
2025-08-20T23:01:28.2713995Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/escaped_unicode_bench_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2714667Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/base64_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2715357Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders' from root:root to runner:runner
2025-08-20T23:01:28.2716194Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors/regex_varstring_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2716970Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors/custom_detectors_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2717764Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors/regex_varstring.go' from root:root to runner:runner
2025-08-20T23:01:28.2718496Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors/custom_detectors.go' from root:root to runner:runner
2025-08-20T23:01:28.2719207Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors/CUSTOM_DETECTORS.md' from root:root to runner:runner
2025-08-20T23:01:28.2719918Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors/validation_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2720612Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors/validation.go' from root:root to runner:runner
2025-08-20T23:01:28.2721248Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors' from root:root to runner:runner
2025-08-20T23:01:28.2721899Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/config/detectors.go' from root:root to runner:runner
2025-08-20T23:01:28.2722613Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/config/config.go' from root:root to runner:runner
2025-08-20T23:01:28.2723298Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/config/detectors_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2723905Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/config' from root:root to runner:runner
2025-08-20T23:01:28.2724564Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/archive.go' from root:root to runner:runner
2025-08-20T23:01:28.2725200Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/apk.go' from root:root to runner:runner
2025-08-20T23:01:28.2725968Z [00:03:50.162]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/apk_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2726745Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/rpm.go' from root:root to runner:runner
2025-08-20T23:01:28.2727421Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/archive_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2728147Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/rpm_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2728823Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/default_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2729478Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/metrics.go' from root:root to runner:runner
2025-08-20T23:01:28.2730272Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/nonarchive.txt' from root:root to runner:runner
2025-08-20T23:01:28.2731001Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/test.deb' from root:root to runner:runner
2025-08-20T23:01:28.2731678Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/test.tar' from root:root to runner:runner
2025-08-20T23:01:28.2732396Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/dir-archive.zip' from root:root to runner:runner
2025-08-20T23:01:28.2733114Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/example.zip.gz' from root:root to runner:runner
2025-08-20T23:01:28.2733794Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/test.tgz' from root:root to runner:runner
2025-08-20T23:01:28.2734475Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/test.rpm' from root:root to runner:runner
2025-08-20T23:01:28.2735295Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/testdir.zip' from root:root to runner:runner
2025-08-20T23:01:28.2736306Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/nested-compressed-archive.tar.gz' from root:root to runner:runner
2025-08-20T23:01:28.2737089Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/nested-dirs.zip' from root:root to runner:runner
2025-08-20T23:01:28.2737743Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata' from root:root to runner:runner
2025-08-20T23:01:28.2738392Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/ar_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2739055Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/handlers.go' from root:root to runner:runner
2025-08-20T23:01:28.2739801Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/ar.go' from root:root to runner:runner
2025-08-20T23:01:28.2740477Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/handlers_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2741193Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/default.go' from root:root to runner:runner
2025-08-20T23:01:28.2741804Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers' from root:root to runner:runner
2025-08-20T23:01:28.2742472Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/context/context_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2743181Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/context/context.go' from root:root to runner:runner
2025-08-20T23:01:28.2743805Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/context' from root:root to runner:runner
2025-08-20T23:01:28.2744460Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/hasher/hasher_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2745106Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/hasher/blake2b.go' from root:root to runner:runner
2025-08-20T23:01:28.2745740Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/hasher/hasher.go' from root:root to runner:runner
2025-08-20T23:01:28.2746506Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/hasher' from root:root to runner:runner
2025-08-20T23:01:28.2747188Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/lru/lru.go' from root:root to runner:runner
2025-08-20T23:01:28.2747849Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/lru/lru_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2748537Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/lru' from root:root to runner:runner
2025-08-20T23:01:28.2749220Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/decorator.go' from root:root to runner:runner
2025-08-20T23:01:28.2749887Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/decorator_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2750551Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/simple/simple.go' from root:root to runner:runner
2025-08-20T23:01:28.2751239Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/simple/simple_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2751866Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/simple' from root:root to runner:runner
2025-08-20T23:01:28.2752592Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/cache.go' from root:root to runner:runner
2025-08-20T23:01:28.2753306Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/metrics.go' from root:root to runner:runner
2025-08-20T23:01:28.2753897Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache' from root:root to runner:runner
2025-08-20T23:01:28.2754585Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cleantemp/cleantemp_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2755255Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cleantemp/cleantemp.go' from root:root to runner:runner
2025-08-20T23:01:28.2756042Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cleantemp' from root:root to runner:runner
2025-08-20T23:01:28.2756797Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/iobuf/bufferedreaderseeker.go' from root:root to runner:runner
2025-08-20T23:01:28.2757519Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/iobuf/bufferedreaderseeker_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2758111Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/iobuf' from root:root to runner:runner
2025-08-20T23:01:28.2758757Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/giturl/giturl.go' from root:root to runner:runner
2025-08-20T23:01:28.2759410Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/giturl/giturl_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2760009Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/giturl' from root:root to runner:runner
2025-08-20T23:01:28.2760747Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/pool/pool_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2761461Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/pool/pool.go' from root:root to runner:runner
2025-08-20T23:01:28.2762136Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/pool/metrics.go' from root:root to runner:runner
2025-08-20T23:01:28.2762762Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/pool' from root:root to runner:runner
2025-08-20T23:01:28.2763452Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/buffer/buffer_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2764126Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/buffer/buffer.go' from root:root to runner:runner
2025-08-20T23:01:28.2764932Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/buffer/metrics.go' from root:root to runner:runner
2025-08-20T23:01:28.2765570Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/buffer' from root:root to runner:runner
2025-08-20T23:01:28.2766370Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers' from root:root to runner:runner
2025-08-20T23:01:28.2767176Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/custom_detectorspb/custom_detectors.pb.validate.go' from root:root to runner:runner
2025-08-20T23:01:28.2767929Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/custom_detectorspb/custom_detectors.pb.go' from root:root to runner:runner
2025-08-20T23:01:28.2768658Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/custom_detectorspb' from root:root to runner:runner
2025-08-20T23:01:28.2769512Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/credentialspb/credentials.pb.validate.go' from root:root to runner:runner
2025-08-20T23:01:28.2770236Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/credentialspb/credentials.pb.go' from root:root to runner:runner
2025-08-20T23:01:28.2770880Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/credentialspb' from root:root to runner:runner
2025-08-20T23:01:28.2771559Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/configpb/config.pb.go' from root:root to runner:runner
2025-08-20T23:01:28.2772266Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/configpb/config.pb.validate.go' from root:root to runner:runner
2025-08-20T23:01:28.2772889Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/configpb' from root:root to runner:runner
2025-08-20T23:01:28.2773692Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/detectorspb/detectors.pb.validate.go' from root:root to runner:runner
2025-08-20T23:01:28.2774437Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/detectorspb/detectors.pb.go' from root:root to runner:runner
2025-08-20T23:01:28.2775101Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/detectorspb' from root:root to runner:runner
2025-08-20T23:01:28.2775876Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/sourcespb/sources.pb.go' from root:root to runner:runner
2025-08-20T23:01:28.2776659Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/sourcespb/sources.pb.validate.go' from root:root to runner:runner
2025-08-20T23:01:28.2777288Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/sourcespb' from root:root to runner:runner
2025-08-20T23:01:28.2778195Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/source_metadatapb/source_metadata.pb.validate.go' from root:root to runner:runner
2025-08-20T23:01:28.2778979Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/source_metadatapb/source_metadata.pb.go' from root:root to runner:runner
2025-08-20T23:01:28.2779734Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/source_metadatapb' from root:root to runner:runner
2025-08-20T23:01:28.2780322Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb' from root:root to runner:runner
2025-08-20T23:01:28.2780962Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/output/plain.go' from root:root to runner:runner
2025-08-20T23:01:28.2781680Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/output/legacy_json.go' from root:root to runner:runner
2025-08-20T23:01:28.2782367Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/output/json.go' from root:root to runner:runner
2025-08-20T23:01:28.2783039Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/output/github_actions.go' from root:root to runner:runner
2025-08-20T23:01:28.2783639Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/output' from root:root to runner:runner
2025-08-20T23:01:28.2784360Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/travisci/travisci_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2785047Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/travisci/travisci.go' from root:root to runner:runner
2025-08-20T23:01:28.2785690Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/travisci' from root:root to runner:runner
2025-08-20T23:01:28.2786586Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/connector_app.go' from root:root to runner:runner
2025-08-20T23:01:28.2787356Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/connector_basicauth.go' from root:root to runner:runner
2025-08-20T23:01:28.2788058Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/github.go' from root:root to runner:runner
2025-08-20T23:01:28.2788728Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/repo.go' from root:root to runner:runner
2025-08-20T23:01:28.2789419Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/connector.go' from root:root to runner:runner
2025-08-20T23:01:28.2790167Z [00:03:50.163]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/github_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2791016Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/connector_token.go' from root:root to runner:runner
2025-08-20T23:01:28.2791710Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/github_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2792556Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/connector_unauthenticated.go' from root:root to runner:runner
2025-08-20T23:01:28.2793241Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/metrics.go' from root:root to runner:runner
2025-08-20T23:01:28.2793878Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github' from root:root to runner:runner
2025-08-20T23:01:28.2794639Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/source_manager_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2795310Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/test_helpers.go' from root:root to runner:runner
2025-08-20T23:01:28.2796078Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/sources_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2796832Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/mock_job_progress_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2797513Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gitlab/gitlab.go' from root:root to runner:runner
2025-08-20T23:01:28.2798191Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gitlab/metrics.go' from root:root to runner:runner
2025-08-20T23:01:28.2798935Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gitlab/gitlab_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2799700Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gitlab/gitlab_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2800352Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gitlab' from root:root to runner:runner
2025-08-20T23:01:28.2801015Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/source_unit.go' from root:root to runner:runner
2025-08-20T23:01:28.2801734Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/huggingface/huggingface.go' from root:root to runner:runner
2025-08-20T23:01:28.2802508Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/huggingface/huggingface_client_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2803193Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/huggingface/repo.go' from root:root to runner:runner
2025-08-20T23:01:28.2804008Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/huggingface/client.go' from root:root to runner:runner
2025-08-20T23:01:28.2804833Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/huggingface/huggingface_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2805490Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/huggingface' from root:root to runner:runner
2025-08-20T23:01:28.2806258Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git/cmd_check.go' from root:root to runner:runner
2025-08-20T23:01:28.2807056Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git/git_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2807789Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git/scan_options.go' from root:root to runner:runner
2025-08-20T23:01:28.2808435Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git/git.go' from root:root to runner:runner
2025-08-20T23:01:28.2809110Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git/unit_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2809770Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git/metrics.go' from root:root to runner:runner
2025-08-20T23:01:28.2810428Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git/unit.go' from root:root to runner:runner
2025-08-20T23:01:28.2811046Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git' from root:root to runner:runner
2025-08-20T23:01:28.2811715Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/chunker_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2812436Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/s3/s3_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2813180Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/s3/s3_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2813884Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/s3/checkpointer_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2814568Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/s3/checkpointer.go' from root:root to runner:runner
2025-08-20T23:01:28.2815207Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/s3/s3.go' from root:root to runner:runner
2025-08-20T23:01:28.2815949Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/s3/metrics.go' from root:root to runner:runner
2025-08-20T23:01:28.2816696Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/s3' from root:root to runner:runner
2025-08-20T23:01:28.2817448Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/jenkins/jenkins.go' from root:root to runner:runner
2025-08-20T23:01:28.2818153Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/jenkins/jenkins_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2818907Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/jenkins/jenkins_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2819619Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/jenkins' from root:root to runner:runner
2025-08-20T23:01:28.2820317Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/docker/metrics.go' from root:root to runner:runner
2025-08-20T23:01:28.2820991Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/docker/docker.go' from root:root to runner:runner
2025-08-20T23:01:28.2821746Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/docker/docker_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2822385Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/docker' from root:root to runner:runner
2025-08-20T23:01:28.2823057Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/stdin/stdin.go' from root:root to runner:runner
2025-08-20T23:01:28.2823682Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/stdin' from root:root to runner:runner
2025-08-20T23:01:28.2824364Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/postman/postman.go' from root:root to runner:runner
2025-08-20T23:01:28.2825066Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/postman/postman_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2825906Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/postman/substitution_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2826666Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/postman/substitution.go' from root:root to runner:runner
2025-08-20T23:01:28.2827380Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/postman/postman_client.go' from root:root to runner:runner
2025-08-20T23:01:28.2828065Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/postman/metrics.go' from root:root to runner:runner
2025-08-20T23:01:28.2828698Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/postman' from root:root to runner:runner
2025-08-20T23:01:28.2829568Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/source_manager.go' from root:root to runner:runner
2025-08-20T23:01:28.2830322Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/chunker.go' from root:root to runner:runner
2025-08-20T23:01:28.2830986Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/resume_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2831718Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/filesystem/filesystem_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2832443Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/filesystem/filesystem.go' from root:root to runner:runner
2025-08-20T23:01:28.2833098Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/filesystem' from root:root to runner:runner
2025-08-20T23:01:28.2833784Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/job_progress_hook.go' from root:root to runner:runner
2025-08-20T23:01:28.2834526Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/legacy_reporters.go' from root:root to runner:runner
2025-08-20T23:01:28.2835231Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/syslog/syslog_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2836010Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/syslog/syslog.go' from root:root to runner:runner
2025-08-20T23:01:28.2836692Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/syslog' from root:root to runner:runner
2025-08-20T23:01:28.2837370Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gcs/gcs_manager.go' from root:root to runner:runner
2025-08-20T23:01:28.2838034Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gcs/gcs_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2838756Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gcs/gcs_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2839452Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gcs/gcs_manager_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2840097Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gcs/gcs.go' from root:root to runner:runner
2025-08-20T23:01:28.2840720Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gcs' from root:root to runner:runner
2025-08-20T23:01:28.2841364Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/sources.go' from root:root to runner:runner
2025-08-20T23:01:28.2842255Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/metrics.go' from root:root to runner:runner
2025-08-20T23:01:28.2843041Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/circleci/circleci_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2843742Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/circleci/circleci.go' from root:root to runner:runner
2025-08-20T23:01:28.2844381Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/circleci' from root:root to runner:runner
2025-08-20T23:01:28.2845071Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/job_progress_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2845714Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/resume.go' from root:root to runner:runner
2025-08-20T23:01:28.2846587Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github_experimental/repo.go' from root:root to runner:runner
2025-08-20T23:01:28.2847459Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github_experimental/github_experimental.go' from root:root to runner:runner
2025-08-20T23:01:28.2848288Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github_experimental/object_discovery.go' from root:root to runner:runner
2025-08-20T23:01:28.2848987Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github_experimental' from root:root to runner:runner
2025-08-20T23:01:28.2849802Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/elasticsearch/elasticsearch_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2850542Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/elasticsearch/elasticsearch.go' from root:root to runner:runner
2025-08-20T23:01:28.2851270Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/elasticsearch/unit_of_work.go' from root:root to runner:runner
2025-08-20T23:01:28.2851970Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/elasticsearch/api.go' from root:root to runner:runner
2025-08-20T23:01:28.2852721Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/elasticsearch/unit_of_work_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2853382Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/elasticsearch' from root:root to runner:runner
2025-08-20T23:01:28.2854045Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/errors_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2854861Z [00:03:50.164]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/job_progress.go' from root:root to runner:runner
2025-08-20T23:01:28.2855508Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/errors.go' from root:root to runner:runner
2025-08-20T23:01:28.2856264Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources' from root:root to runner:runner
2025-08-20T23:01:28.2856947Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/updater/updater.go' from root:root to runner:runner
2025-08-20T23:01:28.2857553Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/updater' from root:root to runner:runner
2025-08-20T23:01:28.2858276Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/verificationcache/result_cache.go' from root:root to runner:runner
2025-08-20T23:01:28.2859010Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/verificationcache/metrics_reporter.go' from root:root to runner:runner
2025-08-20T23:01:28.2859736Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/verificationcache/in_memory_metrics.go' from root:root to runner:runner
2025-08-20T23:01:28.2860558Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/verificationcache/verification_cache.go' from root:root to runner:runner
2025-08-20T23:01:28.2861351Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/verificationcache/verification_cache_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2861998Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/verificationcache' from root:root to runner:runner
2025-08-20T23:01:28.2862684Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sourcestest/sourcestest.go' from root:root to runner:runner
2025-08-20T23:01:28.2863309Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sourcestest' from root:root to runner:runner
2025-08-20T23:01:28.2863942Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/stdin.go' from root:root to runner:runner
2025-08-20T23:01:28.2864596Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/git_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2865239Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/engine.go' from root:root to runner:runner
2025-08-20T23:01:28.2865983Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/postman.go' from root:root to runner:runner
2025-08-20T23:01:28.2866799Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/ahocorasick/ahocorasickcore_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2867724Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/ahocorasick/ahocorasickcore.go' from root:root to runner:runner
2025-08-20T23:01:28.2868384Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/ahocorasick' from root:root to runner:runner
2025-08-20T23:01:28.2869104Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/huggingface.go' from root:root to runner:runner
2025-08-20T23:01:28.2869750Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/github.go' from root:root to runner:runner
2025-08-20T23:01:28.2870418Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/elasticsearch.go' from root:root to runner:runner
2025-08-20T23:01:28.2871055Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/scan.go' from root:root to runner:runner
2025-08-20T23:01:28.2871699Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/jenkins.go' from root:root to runner:runner
2025-08-20T23:01:28.2872331Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/syslog.go' from root:root to runner:runner
2025-08-20T23:01:28.2873056Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/postman_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2873732Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/git.go' from root:root to runner:runner
2025-08-20T23:01:28.2874402Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/engine_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2875023Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/s3.go' from root:root to runner:runner
2025-08-20T23:01:28.2875666Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/gcs_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2876479Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/gitlab.go' from root:root to runner:runner
2025-08-20T23:01:28.2877180Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/travisci.go' from root:root to runner:runner
2025-08-20T23:01:28.2877906Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/filesystem_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2878633Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/github_experimental.go' from root:root to runner:runner
2025-08-20T23:01:28.2879350Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/defaults/defaults_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2880036Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/defaults/defaults.go' from root:root to runner:runner
2025-08-20T23:01:28.2880893Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/defaults' from root:root to runner:runner
2025-08-20T23:01:28.2881631Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/circleci.go' from root:root to runner:runner
2025-08-20T23:01:28.2882276Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/metrics.go' from root:root to runner:runner
2025-08-20T23:01:28.2882980Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/gitlab_integration_test.go' from root:root to runner:runner
2025-08-20T23:01:28.2883647Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/filesystem.go' from root:root to runner:runner
2025-08-20T23:01:28.2884290Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/docker.go' from root:root to runner:runner
2025-08-20T23:01:28.2885097Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/testdata/verificationoverlap_detectors_fp.yaml' from root:root to runner:runner
2025-08-20T23:01:28.2885977Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/testdata/secrets.txt' from root:root to runner:runner
2025-08-20T23:01:28.2886795Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/testdata/verificationoverlap_detectors.yaml' from root:root to runner:runner
2025-08-20T23:01:28.2887581Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/testdata/verificationoverlap_secrets.txt' from root:root to runner:runner
2025-08-20T23:01:28.2888373Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/testdata/verificationoverlap_secrets_fp.txt' from root:root to runner:runner
2025-08-20T23:01:28.2889011Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/testdata' from root:root to runner:runner
2025-08-20T23:01:28.2889634Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/gcs.go' from root:root to runner:runner
2025-08-20T23:01:28.2893499Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine' from root:root to runner:runner
2025-08-20T23:01:28.2894214Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg' from root:root to runner:runner
2025-08-20T23:01:28.2894828Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T23:01:28.2895431Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T23:01:28.2896277Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/proto/config.proto' from root:root to runner:runner
2025-08-20T23:01:28.2897226Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/proto/source_metadata.proto' from root:root to runner:runner
2025-08-20T23:01:28.2897979Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/proto/credentials.proto' from root:root to runner:runner
2025-08-20T23:01:28.2898658Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/proto/custom_detectors.proto' from root:root to runner:runner
2025-08-20T23:01:28.2899311Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/proto/detectors.proto' from root:root to runner:runner
2025-08-20T23:01:28.2899955Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/proto/sources.proto' from root:root to runner:runner
2025-08-20T23:01:28.2900535Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/proto' from root:root to runner:runner
2025-08-20T23:01:28.2901119Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T23:01:28.2901718Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T23:01:28.2902431Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/Dockerfile.goreleaser' from root:root to runner:runner
2025-08-20T23:01:28.2903098Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/entrypoint.sh' from root:root to runner:runner
2025-08-20T23:01:28.2903718Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T23:01:28.2904363Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/examples/generic.yml' from root:root to runner:runner
2025-08-20T23:01:28.2904991Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/examples/README.md' from root:root to runner:runner
2025-08-20T23:01:28.2905688Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/examples/generic_with_filters.yml' from root:root to runner:runner
2025-08-20T23:01:28.2906440Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/examples' from root:root to runner:runner
2025-08-20T23:01:28.2907300Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.pre-commit-config.yaml' from root:root to runner:runner
2025-08-20T23:01:28.2907955Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T23:01:28.2908625Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/test.yml' from root:root to runner:runner
2025-08-20T23:01:28.2909327Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/codeql-analysis.yml' from root:root to runner:runner
2025-08-20T23:01:28.2910112Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/TESTING.md' from root:root to runner:runner
2025-08-20T23:01:28.2910810Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/performance.yml' from root:root to runner:runner
2025-08-20T23:01:28.2911482Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T23:01:28.2912149Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/smoke.yml' from root:root to runner:runner
2025-08-20T23:01:28.2912808Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/lint.yml' from root:root to runner:runner
2025-08-20T23:01:28.2913512Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/detector-tests.yml' from root:root to runner:runner
2025-08-20T23:01:28.2914182Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/secrets.yml' from root:root to runner:runner
2025-08-20T23:01:28.2914876Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T23:01:28.2915549Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/renovate.json' from root:root to runner:runner
2025-08-20T23:01:28.2916350Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T23:01:28.2917112Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T23:01:28.2917753Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T23:01:28.2918436Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' from root:root to runner:runner
2025-08-20T23:01:28.2919089Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/community_note.md' from root:root to runner:runner
2025-08-20T23:01:28.2919776Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T23:01:28.2920504Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/action.yml' from root:root to runner:runner
2025-08-20T23:01:28.2921148Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/bench/plot.sh' from root:root to runner:runner
2025-08-20T23:01:28.2921778Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/bench/plot.gp' from root:root to runner:runner
2025-08-20T23:01:28.2922511Z [00:03:50.165]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/bench/plot.txt' from root:root to runner:runner
2025-08-20T23:01:28.2923169Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/bench/versions.png' from root:root to runner:runner
2025-08-20T23:01:28.2923811Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/bench/versions.sh' from root:root to runner:runner
2025-08-20T23:01:28.2924408Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/bench' from root:root to runner:runner
2025-08-20T23:01:28.2925049Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/snifftest/main.go' from root:root to runner:runner
2025-08-20T23:01:28.2925710Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/snifftest/README.md' from root:root to runner:runner
2025-08-20T23:01:28.2926492Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/snifftest/snifftest.sh' from root:root to runner:runner
2025-08-20T23:01:28.2927153Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/snifftest' from root:root to runner:runner
2025-08-20T23:01:28.2927924Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/semgrep-rules/detectors.yaml' from root:root to runner:runner
2025-08-20T23:01:28.2928587Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/semgrep-rules' from root:root to runner:runner
2025-08-20T23:01:28.2929255Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/generate/generate.go' from root:root to runner:runner
2025-08-20T23:01:28.2929905Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/generate/test.sh' from root:root to runner:runner
2025-08-20T23:01:28.2930517Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/generate' from root:root to runner:runner
2025-08-20T23:01:28.2931164Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/Dockerfile.protos' from root:root to runner:runner
2025-08-20T23:01:28.2931940Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/docs/Adding_Detectors_Internal.md' from root:root to runner:runner
2025-08-20T23:01:28.2932781Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/docs/Adding_Detectors_external.md' from root:root to runner:runner
2025-08-20T23:01:28.2933377Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/docs' from root:root to runner:runner
2025-08-20T23:01:28.2933950Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack' from root:root to runner:runner
2025-08-20T23:01:28.2934676Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T23:01:28.2935264Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T23:01:28.2935947Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T23:01:28.2936625Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T23:01:28.2937264Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.captain/config.yaml' from root:root to runner:runner
2025-08-20T23:01:28.2937861Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.captain' from root:root to runner:runner
2025-08-20T23:01:28.2938526Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/assets/scanning_logos.svg' from root:root to runner:runner
2025-08-20T23:01:28.2939114Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/assets' from root:root to runner:runner
2025-08-20T23:01:28.2939733Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T23:01:28.2940536Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T23:01:28.2941293Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T23:01:28.2941971Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T23:01:28.2942660Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T23:01:28.2943318Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T23:01:28.2943973Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T23:01:28.2944735Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T23:01:28.2945507Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T23:01:28.2946268Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T23:01:28.2946993Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T23:01:28.2947777Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T23:01:28.2948458Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T23:01:28.2949124Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T23:01:28.2949827Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T23:01:28.2950423Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T23:01:28.2951016Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T23:01:28.2951618Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T23:01:28.2952476Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-7fec5ba76a2238c2f144708ee704553c2c41267c.promisor' from root:root to runner:runner
2025-08-20T23:01:28.2953423Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-ee5bee28aa321a674a3817375cf9b99d91e79a1a.promisor' from root:root to runner:runner
2025-08-20T23:01:28.2954319Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-7fec5ba76a2238c2f144708ee704553c2c41267c.rev' from root:root to runner:runner
2025-08-20T23:01:28.2955163Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-ee5bee28aa321a674a3817375cf9b99d91e79a1a.rev' from root:root to runner:runner
2025-08-20T23:01:28.2956095Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-ee5bee28aa321a674a3817375cf9b99d91e79a1a.pack' from root:root to runner:runner
2025-08-20T23:01:28.2956971Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-ee5bee28aa321a674a3817375cf9b99d91e79a1a.idx' from root:root to runner:runner
2025-08-20T23:01:28.2957883Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-7fec5ba76a2238c2f144708ee704553c2c41267c.idx' from root:root to runner:runner
2025-08-20T23:01:28.2958819Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-7fec5ba76a2238c2f144708ee704553c2c41267c.pack' from root:root to runner:runner
2025-08-20T23:01:28.2959450Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T23:01:28.2960068Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T23:01:28.2960761Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T23:01:28.2961391Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T23:01:28.2961978Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T23:01:28.2962599Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T23:01:28.2963208Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T23:01:28.2963868Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T23:01:28.2964497Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T23:01:28.2965188Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T23:01:28.2966015Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T23:01:28.2966705Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T23:01:28.2967317Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T23:01:28.2967909Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T23:01:28.2968498Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T23:01:28.2969103Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T23:01:28.2969736Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T23:01:28.2970420Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T23:01:28.2971188Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T23:01:28.2971841Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T23:01:28.2972464Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T23:01:28.2973176Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T23:01:28.2973754Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T23:01:28.2974393Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.pre-commit-hooks.yaml' from root:root to runner:runner
2025-08-20T23:01:28.2974990Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/CODEOWNERS' from root:root to runner:runner
2025-08-20T23:01:28.2975628Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/docs/concurrency.md' from root:root to runner:runner
2025-08-20T23:01:28.2976378Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/docs/process_flow.md' from root:root to runner:runner
2025-08-20T23:01:28.2976967Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T23:01:28.2977569Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/PreCommit.md' from root:root to runner:runner
2025-08-20T23:01:28.2978204Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO' from root:root to runner:runner
2025-08-20T23:01:28.2978772Z [00:03:50.166]➜  changed ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N' from root:root to runner:runner
2025-08-20T23:01:28.2979235Z [00:03:50.166]➜  ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T23:01:28.2979677Z [00:03:50.166]➜  ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/trufflehog' retained as runner:runner
2025-08-20T23:01:28.2980072Z [00:03:50.166]➜  ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T23:01:28.2980494Z [00:03:50.166]➜  ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/trufflehog.version' retained as runner:runner
2025-08-20T23:01:28.2980872Z [00:03:50.166]➜  ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T23:01:28.2981250Z [00:03:50.166]➜  ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T23:01:28.2981705Z [00:03:50.167]➜  ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/trufflehog.static.version' retained as runner:runner
2025-08-20T23:01:28.2982175Z [00:03:50.167]➜  ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/trufflehog' retained as runner:runner
2025-08-20T23:01:28.2982594Z [00:03:50.167]➜  ownership of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T23:01:28.2983108Z [00:03:50.174]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2983670Z [00:03:50.179]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2984266Z [00:03:50.185]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2984986Z [00:03:50.190]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2985615Z [00:03:50.196]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2986406Z [00:03:50.201]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/scripts/gen_proto.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2987028Z [00:03:50.207]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/scripts/install.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2987680Z [00:03:50.212]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/scripts/test-last-changed-detector.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2988312Z [00:03:50.218]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/scripts/test_changed_detectors.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2988980Z [00:03:50.223]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/process/zombies.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2989634Z [00:03:50.229]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/secrets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2990388Z [00:03:50.234]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2991076Z [00:03:50.240]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2991745Z [00:03:50.245]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/glob/glob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2992435Z [00:03:50.251]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/glob/glob_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2993095Z [00:03:50.256]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/patterns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2993757Z [00:03:50.262]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/vars_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2994475Z [00:03:50.268]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2995257Z [00:03:50.273]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/export_error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2995999Z [00:03:50.279]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2996722Z [00:03:50.284]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/depaware.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2997479Z [00:03:50.289]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/patterns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2998127Z [00:03:50.295]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/vars.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2998801Z [00:03:50.300]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.2999460Z [00:03:50.305]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3000114Z [00:03:50.311]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3000776Z [00:03:50.316]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3001436Z [00:03:50.321]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/common/recover.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3002145Z [00:03:50.327]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/roundtripper/roundtripper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3002874Z [00:03:50.332]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/version/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3003726Z [00:03:50.338]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/common/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3004510Z [00:03:50.343]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/common/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3005296Z [00:03:50.348]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/common/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3006198Z [00:03:50.354]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/common/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3007036Z [00:03:50.359]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/common/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3007914Z [00:03:50.365]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/common/endpoints.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3008874Z [00:03:50.370]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3009729Z [00:03:50.375]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3010665Z [00:03:50.380]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/airtable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3011509Z [00:03:50.386]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/airtable_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3012373Z [00:03:50.391]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3013199Z [00:03:50.397]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth/airtable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3014043Z [00:03:50.402]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth/airtable_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3014819Z [00:03:50.408]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/common/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3015556Z [00:03:50.414]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3016554Z [00:03:50.419]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/classic/classic_permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3017433Z [00:03:50.425]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/classic/classictoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3018225Z [00:03:50.430]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/classic/classic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3019005Z [00:03:50.436]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/github_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3019835Z [00:03:50.441]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3020781Z [00:03:50.447]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained_permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3021661Z [00:03:50.452]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3022499Z [00:03:50.457]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3023266Z [00:03:50.463]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3024147Z [00:03:50.468]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3024886Z [00:03:50.474]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3025666Z [00:03:50.480]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3026597Z [00:03:50.485]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/resources.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3027347Z [00:03:50.490]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/ngrok.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3028122Z [00:03:50.496]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3028875Z [00:03:50.501]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/ngrok/ngrok_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3029731Z [00:03:50.507]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3030555Z [00:03:50.512]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3031307Z [00:03:50.517]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3032090Z [00:03:50.522]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3032870Z [00:03:50.528]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3033622Z [00:03:50.533]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify/netlify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3034501Z [00:03:50.538]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/netlify/netlify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3035352Z [00:03:50.544]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3036196Z [00:03:50.549]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3036974Z [00:03:50.555]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3037845Z [00:03:50.560]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly/fastly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3047339Z [00:03:50.566]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3102607Z [00:03:50.571]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3162065Z [00:03:50.577]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/fastly/fastly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3219050Z [00:03:50.583]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/asana/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3274398Z [00:03:50.588]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/asana/asana.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3329142Z [00:03:50.594]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/asana/asana_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3383980Z [00:03:50.599]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/asana/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3439244Z [00:03:50.605]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/asana/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3493519Z [00:03:50.610]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mysql/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3549541Z [00:03:50.616]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mysql/mysql.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3604434Z [00:03:50.621]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mysql/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3657718Z [00:03:50.627]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mysql/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3711305Z [00:03:50.632]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mysql/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3766656Z [00:03:50.638]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mysql/mysql_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3820514Z [00:03:50.643]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3872255Z [00:03:50.648]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid/plaid_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3923093Z [00:03:50.653]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.3975556Z [00:03:50.659]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4029716Z [00:03:50.664]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4081572Z [00:03:50.669]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid/plaid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4136499Z [00:03:50.675]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/plaid/products.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4190417Z [00:03:50.680]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/twilio/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4244471Z [00:03:50.685]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/twilio/twilio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4297741Z [00:03:50.691]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/twilio/twilio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4353014Z [00:03:50.696]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/twilio/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4405618Z [00:03:50.702]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/shopify/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4458544Z [00:03:50.707]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/shopify/shopify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4511691Z [00:03:50.712]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/shopify/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4565070Z [00:03:50.718]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/shopify/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4617524Z [00:03:50.723]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/shopify/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4672283Z [00:03:50.728]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/shopify/shopify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4726150Z [00:03:50.734]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/mux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4779732Z [00:03:50.739]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4832721Z [00:03:50.744]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4884419Z [00:03:50.749]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4936220Z [00:03:50.755]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.4989587Z [00:03:50.760]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/resources.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5041170Z [00:03:50.765]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5095096Z [00:03:50.771]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/tests.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5147863Z [00:03:50.776]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mux/mux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5202588Z [00:03:50.781]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog/datadog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5253725Z [00:03:50.786]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog/datadog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5308839Z [00:03:50.792]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5360122Z [00:03:50.797]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5411407Z [00:03:50.802]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5462416Z [00:03:50.807]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5514243Z [00:03:50.812]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/datadog/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5567189Z [00:03:50.818]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5621508Z [00:03:50.823]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5674862Z [00:03:50.829]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira/jira_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5728221Z [00:03:50.834]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5780802Z [00:03:50.839]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5838357Z [00:03:50.845]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5892011Z [00:03:50.850]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/jira/jira.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5945723Z [00:03:50.856]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airbrake/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.5999483Z [00:03:50.861]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/airbrake/airbrake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6053035Z [00:03:50.866]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/launchdarkly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6105063Z [00:03:50.872]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6159043Z [00:03:50.877]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6211751Z [00:03:50.882]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6265001Z [00:03:50.888]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6321171Z [00:03:50.893]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6376662Z [00:03:50.899]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6432645Z [00:03:50.904]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/launchdarkly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6490643Z [00:03:50.910]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6545948Z [00:03:50.916]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6602442Z [00:03:50.921]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub/dockerhub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6659566Z [00:03:50.927]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub/helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6714770Z [00:03:50.932]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6771454Z [00:03:50.938]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6828608Z [00:03:50.944]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dockerhub/dockerhub_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6885134Z [00:03:50.950]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/square/square_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6940428Z [00:03:50.955]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/square/square.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.6993425Z [00:03:50.960]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/square/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7047971Z [00:03:50.966]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/square/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7103372Z [00:03:50.971]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/square/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7157850Z [00:03:50.977]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/square/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7216578Z [00:03:50.983]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/gitlab/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7273795Z [00:03:50.988]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/gitlab/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7331907Z [00:03:50.994]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/gitlab/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7387342Z [00:03:51.000]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/gitlab/gitlab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7443474Z [00:03:51.005]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/gitlab/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7499315Z [00:03:51.011]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/gitlab/gitlab_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7555679Z [00:03:51.017]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7611135Z [00:03:51.022]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7667034Z [00:03:51.028]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7725195Z [00:03:51.034]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7781478Z [00:03:51.039]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7837191Z [00:03:51.045]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks/databricks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7894565Z [00:03:51.050]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/databricks/databricks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.7952353Z [00:03:51.056]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/anthropic/anthropic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8006210Z [00:03:51.062]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/anthropic/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8059947Z [00:03:51.067]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/anthropic/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8113687Z [00:03:51.072]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/anthropic/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8167664Z [00:03:51.078]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/anthropic/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8223239Z [00:03:51.083]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/anthropic/anthropic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8280676Z [00:03:51.089]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/huggingface/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8337163Z [00:03:51.095]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/huggingface/huggingface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8393803Z [00:03:51.100]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/huggingface/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8447478Z [00:03:51.106]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/huggingface/huggingface_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8503291Z [00:03:51.111]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/huggingface/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8559767Z [00:03:51.117]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/planetscale/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8618158Z [00:03:51.123]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/planetscale/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8674181Z [00:03:51.128]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/planetscale/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8729728Z [00:03:51.134]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/planetscale/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8783855Z [00:03:51.139]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/planetscale/planetscale_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8838924Z [00:03:51.145]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/planetscale/planetscale.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8893645Z [00:03:51.150]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.8949141Z [00:03:51.156]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday/query.graphql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9001538Z [00:03:51.161]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday/monday_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9055897Z [00:03:51.167]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9108239Z [00:03:51.172]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday/monday.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9159993Z [00:03:51.177]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9213791Z [00:03:51.182]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/monday/query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9271252Z [00:03:51.188]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailgun/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9323695Z [00:03:51.193]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailgun/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9377651Z [00:03:51.199]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailgun/mailgun_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9432798Z [00:03:51.204]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailgun/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9485027Z [00:03:51.210]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailgun/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9540178Z [00:03:51.215]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailgun/mailgun.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9596040Z [00:03:51.221]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/sourcegraph_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9650736Z [00:03:51.226]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9706645Z [00:03:51.232]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/sourcegraph.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9764401Z [00:03:51.237]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9820164Z [00:03:51.243]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/slack/slack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9874758Z [00:03:51.248]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/slack/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9932967Z [00:03:51.254]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/slack/slack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:28.9990691Z [00:03:51.260]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/slack/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0050508Z [00:03:51.266]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/slack/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0105991Z [00:03:51.272]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/slack/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0162012Z [00:03:51.277]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/posthog/posthog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0219967Z [00:03:51.283]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/posthog/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0276121Z [00:03:51.289]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/posthog/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0332082Z [00:03:51.294]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/posthog/posthog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0402152Z [00:03:51.301]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/posthog/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0460019Z [00:03:51.307]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/posthog/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0517072Z [00:03:51.313]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/analyzers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0572548Z [00:03:51.318]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0625991Z [00:03:51.324]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0678884Z [00:03:51.329]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0733590Z [00:03:51.334]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0785602Z [00:03:51.340]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0842803Z [00:03:51.345]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0895626Z [00:03:51.351]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/figma_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0946547Z [00:03:51.356]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/endpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.0998002Z [00:03:51.361]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/figma/figma.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1051664Z [00:03:51.366]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/openai/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1103742Z [00:03:51.371]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/openai/openai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1155839Z [00:03:51.377]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/openai/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1208962Z [00:03:51.382]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/openai/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1260939Z [00:03:51.387]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/openai/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1314199Z [00:03:51.392]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/openai/openai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1366637Z [00:03:51.398]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1419617Z [00:03:51.403]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/bitbucket/bitbucket_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1472627Z [00:03:51.408]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/bitbucket/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1524340Z [00:03:51.413]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/bitbucket/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1577798Z [00:03:51.419]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/bitbucket/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1630767Z [00:03:51.424]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/bitbucket/bitbucket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1688335Z [00:03:51.430]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/bitbucket/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1742712Z [00:03:51.435]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1797571Z [00:03:51.441]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox/dropbox_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1852778Z [00:03:51.446]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox/dropbox.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1908885Z [00:03:51.452]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.1965979Z [00:03:51.458]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2022571Z [00:03:51.463]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2076889Z [00:03:51.469]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/dropbox/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2132156Z [00:03:51.474]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postman/postman.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2186046Z [00:03:51.480]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postman/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2241509Z [00:03:51.485]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postman/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2299254Z [00:03:51.491]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postman/postman_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2357165Z [00:03:51.497]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postman/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2414404Z [00:03:51.502]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postman/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2472141Z [00:03:51.508]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/elevenlabs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2527356Z [00:03:51.514]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2583410Z [00:03:51.519]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2636696Z [00:03:51.525]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2690788Z [00:03:51.530]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/elevenlabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2744082Z [00:03:51.535]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2799638Z [00:03:51.541]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/privatekey/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2852754Z [00:03:51.546]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/privatekey/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2906539Z [00:03:51.552]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/privatekey/privatekey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.2960275Z [00:03:51.557]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/privatekey/privatekey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3013344Z [00:03:51.562]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/privatekey/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3068296Z [00:03:51.568]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/groq/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3126582Z [00:03:51.574]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/groq/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3182241Z [00:03:51.579]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/groq/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3237801Z [00:03:51.585]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/groq/groq_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3291377Z [00:03:51.590]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/groq/groq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3343335Z [00:03:51.595]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3397923Z [00:03:51.601]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/notion/notion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3454337Z [00:03:51.606]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/notion/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3510299Z [00:03:51.612]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/notion/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3565981Z [00:03:51.618]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/notion/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3620917Z [00:03:51.623]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/notion/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3671747Z [00:03:51.628]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/notion/notion_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3724272Z [00:03:51.633]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/stripe/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3776159Z [00:03:51.639]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/stripe/restricted.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3829408Z [00:03:51.644]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/stripe/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3882981Z [00:03:51.649]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/stripe/stripe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3937320Z [00:03:51.655]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/stripe/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.3990526Z [00:03:51.660]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/stripe/stripe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4044302Z [00:03:51.665]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/opsgenie/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4098196Z [00:03:51.671]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/opsgenie/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4152840Z [00:03:51.676]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/opsgenie/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4208081Z [00:03:51.682]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/opsgenie/opsgenie_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4261723Z [00:03:51.687]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/opsgenie/opsgenie.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4318731Z [00:03:51.693]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailchimp/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4372669Z [00:03:51.698]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailchimp/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4426280Z [00:03:51.704]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailchimp/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4480439Z [00:03:51.709]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailchimp/mailchimp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4532215Z [00:03:51.714]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/mailchimp/mailchimp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4585077Z [00:03:51.720]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postgres/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4639720Z [00:03:51.725]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postgres/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4696283Z [00:03:51.731]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postgres/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4750604Z [00:03:51.736]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postgres/postgres_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4805459Z [00:03:51.742]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/postgres/postgres.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4858396Z [00:03:51.747]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/digitalocean/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4911216Z [00:03:51.752]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/digitalocean/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.4963829Z [00:03:51.757]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/digitalocean/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5016986Z [00:03:51.763]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/digitalocean/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5071338Z [00:03:51.768]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/digitalocean/digitalocean.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5123995Z [00:03:51.773]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/digitalocean/digitalocean_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5176455Z [00:03:51.779]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sendgrid/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5227932Z [00:03:51.784]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sendgrid/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5282812Z [00:03:51.789]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sendgrid/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5334929Z [00:03:51.794]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sendgrid/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5386347Z [00:03:51.800]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sendgrid/sendgrid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5438431Z [00:03:51.805]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/analyzers/sendgrid/sendgrid_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5491449Z [00:03:51.810]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/cli.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5546000Z [00:03:51.816]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5600220Z [00:03:51.821]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5654524Z [00:03:51.826]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/analyzer/generate_permissions/generate_permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5708163Z [00:03:51.832]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/log/redaction_core.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5761325Z [00:03:51.837]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/log/level.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5818973Z [00:03:51.843]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/log/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5872129Z [00:03:51.848]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/log/log_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5930581Z [00:03:51.854]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/log/dynamic_redactor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.5986652Z [00:03:51.860]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/feature/feature.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6043171Z [00:03:51.865]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/gitparse/gitparse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6103507Z [00:03:51.871]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/gitparse/gitparse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6165454Z [00:03:51.878]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/channelmetrics/noopcollector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6225905Z [00:03:51.884]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/channelmetrics/observablechan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6284120Z [00:03:51.889]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/channelmetrics/observablechan_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6343479Z [00:03:51.895]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/channelmetrics/metrics_collector/prometheus/collector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6404067Z [00:03:51.901]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/keymap/keymap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6462218Z [00:03:51.907]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/common/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6518758Z [00:03:51.913]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/common/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6577390Z [00:03:51.919]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/common/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6636009Z [00:03:51.925]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/common/style.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6694961Z [00:03:51.931]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/common/component.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6754024Z [00:03:51.936]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_select/item.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6812292Z [00:03:51.942]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_select/source_select.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6868540Z [00:03:51.948]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/view_oss/view_oss.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6921439Z [00:03:51.953]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/wizard_intro/item.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.6973401Z [00:03:51.958]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/wizard_intro/wizard_intro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7028614Z [00:03:51.964]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/analyze_form/analyze_form.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7082372Z [00:03:51.969]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/contact_enterprise/contact_enterprise.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7138452Z [00:03:51.975]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/analyze_keys/analyze_keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7193948Z [00:03:51.980]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_configure/source_configure.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7251942Z [00:03:51.986]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_configure/trufflehog_component.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7311091Z [00:03:51.992]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_configure/item.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7367032Z [00:03:51.998]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_configure/trufflehog_configure.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7422592Z [00:03:52.003]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_configure/source_component.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7481811Z [00:03:52.009]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/pages/source_configure/run_component.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7540564Z [00:03:52.015]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/styles/styles.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7600688Z [00:03:52.021]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/footer/footer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7668741Z [00:03:52.028]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/formfield/formfield.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7725897Z [00:03:52.034]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/selector/selector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7786407Z [00:03:52.040]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/textinput/textinput.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7844805Z [00:03:52.045]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/confirm/confirm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7903075Z [00:03:52.051]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/tabs/tabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.7965086Z [00:03:52.057]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/viewport/viewport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8025954Z [00:03:52.064]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/header/header.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8086034Z [00:03:52.070]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/textinputs/textinputs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8157638Z [00:03:52.077]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/components/statusbar/statusbar.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8217750Z [00:03:52.083]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/tui.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8276468Z [00:03:52.089]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/github/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8332925Z [00:03:52.094]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/gitlab/gitlab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8388075Z [00:03:52.100]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/huggingface/huggingface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8440773Z [00:03:52.105]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/git/git.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8494480Z [00:03:52.111]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/s3/s3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8549182Z [00:03:52.116]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/jenkins/jenkins.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8604709Z [00:03:52.122]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/docker/docker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8660681Z [00:03:52.127]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/postman/postman.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8715144Z [00:03:52.133]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/filesystem/filesystem.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8770581Z [00:03:52.138]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/syslog/syslog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8828149Z [00:03:52.144]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/gcs/gcs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8884768Z [00:03:52.149]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/sources.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8940097Z [00:03:52.155]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/circleci/circleci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.8996015Z [00:03:52.161]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/tui/sources/elasticsearch/elasticsearch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9051026Z [00:03:52.166]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sanitizer/utf8.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9109317Z [00:03:52.172]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sanitizer/utf8_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9167013Z [00:03:52.178]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffer_writer/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9223518Z [00:03:52.183]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffer_writer/bufferwriter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9279692Z [00:03:52.189]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffer_writer/bufferwriter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9335134Z [00:03:52.195]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffered_file_writer/bufferedfilewriter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9391228Z [00:03:52.200]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffered_file_writer/bufferedfilewriter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9445742Z [00:03:52.206]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/writers/buffered_file_writer/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9503017Z [00:03:52.211]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/protoyaml/protoyaml.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9562119Z [00:03:52.217]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groovehq/groovehq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9618047Z [00:03:52.223]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groovehq/groovehq_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9674875Z [00:03:52.228]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groovehq/groovehq_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9730249Z [00:03:52.234]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshdesk/freshdesk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9782533Z [00:03:52.239]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshdesk/freshdesk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9836413Z [00:03:52.245]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshdesk/freshdesk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9891978Z [00:03:52.250]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fetchrss/fetchrss.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:29.9946286Z [00:03:52.256]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fetchrss/fetchrss_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0001375Z [00:03:52.261]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fetchrss/fetchrss_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0064432Z [00:03:52.267]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepai/deepai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0120369Z [00:03:52.273]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepai/deepai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0178073Z [00:03:52.279]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepai/deepai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0234313Z [00:03:52.284]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/extractorapi/extractorapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0291165Z [00:03:52.290]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/extractorapi/extractorapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0347969Z [00:03:52.296]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/extractorapi/extractorapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0403656Z [00:03:52.301]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/debounce/debounce.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0459389Z [00:03:52.307]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/debounce/debounce_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0516071Z [00:03:52.313]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/debounce/debounce_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0574053Z [00:03:52.318]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travisci/travisci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0632412Z [00:03:52.324]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travisci/travisci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0690688Z [00:03:52.330]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travisci/travisci_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0752078Z [00:03:52.336]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linearapi/linearapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0810921Z [00:03:52.342]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linearapi/linearapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0871103Z [00:03:52.348]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linearapi/linearapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0931034Z [00:03:52.354]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtokenv2/npmtokenv2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.0986067Z [00:03:52.360]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtokenv2/npmtokenv2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1039855Z [00:03:52.365]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtokenv2/npmtokenv2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1094533Z [00:03:52.370]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v2/atlassian_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1148432Z [00:03:52.376]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v2/atlassian.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1202147Z [00:03:52.381]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v2/atlassian_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1256006Z [00:03:52.387]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v1/atlassian_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1310647Z [00:03:52.392]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v1/atlassian.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1363490Z [00:03:52.397]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atlassian/v1/atlassian_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1419525Z [00:03:52.403]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/karmacrm/karmacrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1474495Z [00:03:52.408]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/karmacrm/karmacrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1528736Z [00:03:52.414]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/karmacrm/karmacrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1584334Z [00:03:52.419]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/virustotal/virustotal_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1639611Z [00:03:52.425]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/virustotal/virustotal_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1693355Z [00:03:52.430]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/virustotal/virustotal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1746947Z [00:03:52.436]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenkitapi/zenkitapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1800747Z [00:03:52.441]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenkitapi/zenkitapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1854782Z [00:03:52.446]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenkitapi/zenkitapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1910481Z [00:03:52.452]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langsmith/langsmith.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.1963211Z [00:03:52.457]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langsmith/langsmith_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2016716Z [00:03:52.463]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langsmith/langsmith_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2070486Z [00:03:52.468]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fixerio/fixerio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2125728Z [00:03:52.474]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fixerio/fixerio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2181846Z [00:03:52.479]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fixerio/fixerio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2239161Z [00:03:52.485]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lexigram/lexigram_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2292758Z [00:03:52.490]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lexigram/lexigram.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2349130Z [00:03:52.496]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lexigram/lexigram_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2404949Z [00:03:52.502]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v2/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2459754Z [00:03:52.507]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v2/github_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2513920Z [00:03:52.512]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v2/github_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2570509Z [00:03:52.518]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v1/github_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2642949Z [00:03:52.524]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v1/github_old_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2681668Z [00:03:52.529]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github/v1/github_old.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2741418Z [00:03:52.535]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sslmate/sslmate_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2803468Z [00:03:52.541]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sslmate/sslmate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2869751Z [00:03:52.548]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sslmate/sslmate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.2935069Z [00:03:52.554]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fmfw/fmfw_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3020174Z [00:03:52.563]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fmfw/fmfw_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3078493Z [00:03:52.569]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fmfw/fmfw.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3134040Z [00:03:52.574]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fp_words.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3191108Z [00:03:52.580]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fp_programmingbooks.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3250302Z [00:03:52.586]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngrok/ngrok.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3307586Z [00:03:52.592]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngrok/ngrok_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3366338Z [00:03:52.598]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngrok/ngrok_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3424455Z [00:03:52.603]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kylas/kylas.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3482999Z [00:03:52.609]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kylas/kylas_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3539772Z [00:03:52.615]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kylas/kylas_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3597290Z [00:03:52.621]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/spotifykey/spotifykey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3652008Z [00:03:52.626]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/spotifykey/spotifykey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3707191Z [00:03:52.632]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/spotifykey/spotifykey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3761184Z [00:03:52.637]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replyio/replyio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3816674Z [00:03:52.643]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replyio/replyio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3871137Z [00:03:52.648]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replyio/replyio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3928752Z [00:03:52.654]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sonarcloud/sonarcloud_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.3983985Z [00:03:52.659]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sonarcloud/sonarcloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4038667Z [00:03:52.665]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sonarcloud/sonarcloud_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4093500Z [00:03:52.670]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveybot/surveybot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4150436Z [00:03:52.676]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveybot/surveybot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4204989Z [00:03:52.682]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveybot/surveybot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4260159Z [00:03:52.687]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nutritionix/nutritionix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4315152Z [00:03:52.693]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nutritionix/nutritionix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4369483Z [00:03:52.698]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nutritionix/nutritionix_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4423807Z [00:03:52.703]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uclassify/uclassify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4477347Z [00:03:52.709]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uclassify/uclassify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4530858Z [00:03:52.714]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uclassify/uclassify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4584945Z [00:03:52.720]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meistertask/meistertask.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4639772Z [00:03:52.725]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meistertask/meistertask_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4693070Z [00:03:52.730]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meistertask/meistertask_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4746902Z [00:03:52.736]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesblink/salesblink_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4800615Z [00:03:52.741]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesblink/salesblink_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4853999Z [00:03:52.746]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesblink/salesblink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4908642Z [00:03:52.752]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailboxlayer/mailboxlayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.4963359Z [00:03:52.757]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailboxlayer/mailboxlayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5017636Z [00:03:52.763]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailboxlayer/mailboxlayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5074644Z [00:03:52.768]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocanvas/gocanvas_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5127154Z [00:03:52.774]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocanvas/gocanvas.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5181030Z [00:03:52.779]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocanvas/gocanvas_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5235096Z [00:03:52.785]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timecamp/timecamp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5289837Z [00:03:52.790]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timecamp/timecamp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5342206Z [00:03:52.795]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timecamp/timecamp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5397444Z [00:03:52.801]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cliengo/cliengo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5450512Z [00:03:52.806]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cliengo/cliengo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5504098Z [00:03:52.811]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cliengo/cliengo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5560188Z [00:03:52.817]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0oauth/auth0oauth_integeration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5614029Z [00:03:52.822]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0oauth/auth0oauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5669053Z [00:03:52.828]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0oauth/auth0oauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5726693Z [00:03:52.834]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v2/netlify_v2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5785312Z [00:03:52.840]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v2/netlify_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5840952Z [00:03:52.845]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v2/netlify_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5898327Z [00:03:52.851]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v1/netlify_v1_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.5952105Z [00:03:52.856]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v1/netlify_v1.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6006173Z [00:03:52.862]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netlify/v1/netlify_v1_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6060814Z [00:03:52.867]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tailscale/tailscale_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6114950Z [00:03:52.873]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tailscale/tailscale_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6170249Z [00:03:52.878]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tailscale/tailscale.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6226119Z [00:03:52.884]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6283130Z [00:03:52.889]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/textmagic/textmagic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6341565Z [00:03:52.895]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/textmagic/textmagic_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6396732Z [00:03:52.901]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/textmagic/textmagic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6452228Z [00:03:52.906]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken/contentfulpersonalaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6507002Z [00:03:52.912]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken/contentfulpersonalacesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6562238Z [00:03:52.917]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken/contentfulpersonalaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6617152Z [00:03:52.923]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/madkudu/madkudu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6672941Z [00:03:52.928]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/madkudu/madkudu_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6726087Z [00:03:52.934]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/madkudu/madkudu_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6780619Z [00:03:52.939]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforce/salesforce_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6837348Z [00:03:52.945]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforce/salesforce_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6891892Z [00:03:52.950]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforce/salesforce.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.6946731Z [00:03:52.956]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangerateapi/exchangerateapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7001263Z [00:03:52.961]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangerateapi/exchangerateapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7055128Z [00:03:52.967]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangerateapi/exchangerateapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7108274Z [00:03:52.972]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flowflu/flowflu_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7162542Z [00:03:52.977]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flowflu/flowflu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7217195Z [00:03:52.983]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flowflu/flowflu_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7272474Z [00:03:52.988]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nftport/nftport_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7328680Z [00:03:52.994]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nftport/nftport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7383816Z [00:03:52.999]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nftport/nftport_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7441148Z [00:03:53.005]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metaapi/metaapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7497416Z [00:03:53.011]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metaapi/metaapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7551546Z [00:03:53.016]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metaapi/metaapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7607201Z [00:03:53.022]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nethunt/nethunt_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7662415Z [00:03:53.027]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nethunt/nethunt_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7717661Z [00:03:53.033]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nethunt/nethunt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7771621Z [00:03:53.038]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtoken/npmtoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7824408Z [00:03:53.043]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtoken/npmtoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7879012Z [00:03:53.049]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/npmtoken/npmtoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7931122Z [00:03:53.054]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docparser/docparser_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.7984025Z [00:03:53.059]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docparser/docparser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8038461Z [00:03:53.065]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docparser/docparser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8092734Z [00:03:53.070]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/omnisend/omnisend_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8150325Z [00:03:53.076]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/omnisend/omnisend_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8204123Z [00:03:53.081]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/omnisend/omnisend.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8259319Z [00:03:53.087]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gemini/gemini.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8317968Z [00:03:53.093]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gemini/gemini_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8375324Z [00:03:53.099]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gemini/gemini_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8431404Z [00:03:53.104]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/host/host_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8484611Z [00:03:53.110]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/host/host.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8538792Z [00:03:53.115]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/host/host_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8593097Z [00:03:53.120]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/revampcrm/revampcrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8646588Z [00:03:53.126]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/revampcrm/revampcrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8700792Z [00:03:53.131]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/revampcrm/revampcrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8755982Z [00:03:53.137]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diggernaut/diggernaut.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8810106Z [00:03:53.142]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diggernaut/diggernaut_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8863627Z [00:03:53.147]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diggernaut/diggernaut_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8917263Z [00:03:53.153]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kickbox/kickbox.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.8972478Z [00:03:53.158]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kickbox/kickbox_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9025528Z [00:03:53.164]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kickbox/kickbox_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9081654Z [00:03:53.169]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/endorlabs/endorlabs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9134593Z [00:03:53.174]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/endorlabs/endorlabs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9190352Z [00:03:53.180]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/endorlabs/endorlabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9244370Z [00:03:53.185]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenscrape/zenscrape_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9299449Z [00:03:53.191]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenscrape/zenscrape.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9353495Z [00:03:53.196]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenscrape/zenscrape_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9408930Z [00:03:53.202]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autodesk/autodesk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9462416Z [00:03:53.207]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autodesk/autodesk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9518662Z [00:03:53.213]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autodesk/autodesk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9573381Z [00:03:53.218]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodebase/zipcodebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9627483Z [00:03:53.224]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodebase/zipcodebase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9683996Z [00:03:53.229]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodebase/zipcodebase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9743993Z [00:03:53.235]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldweather/worldweather.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9799259Z [00:03:53.241]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldweather/worldweather_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9853360Z [00:03:53.246]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldweather/worldweather_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9907982Z [00:03:53.252]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/spoonacular/spoonacular_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:30.9962055Z [00:03:53.257]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/spoonacular/spoonacular.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0015468Z [00:03:53.263]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/spoonacular/spoonacular_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0070876Z [00:03:53.268]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weightsandbiases/weightsandbiases_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0123912Z [00:03:53.273]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weightsandbiases/weightsandbiases.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0177709Z [00:03:53.279]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weightsandbiases/weightsandbiases_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0232124Z [00:03:53.284]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newscatcher/newscatcher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0285523Z [00:03:53.290]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newscatcher/newscatcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0339807Z [00:03:53.295]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newscatcher/newscatcher_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0394491Z [00:03:53.300]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenrows/zenrows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0452371Z [00:03:53.306]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenrows/zenrows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0506462Z [00:03:53.312]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenrows/zenrows_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0565893Z [00:03:53.318]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitcoinaverage/bitcoinaverage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0623365Z [00:03:53.323]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitcoinaverage/bitcoinaverage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0680363Z [00:03:53.329]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitcoinaverage/bitcoinaverage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0733796Z [00:03:53.334]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openweather/openweather_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0788256Z [00:03:53.340]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openweather/openweather_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0842860Z [00:03:53.345]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openweather/openweather.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0898078Z [00:03:53.351]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sqlserver/sqlserver_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.0951949Z [00:03:53.356]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sqlserver/sqlserver_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1007698Z [00:03:53.362]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sqlserver/sqlserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1061039Z [00:03:53.367]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v2/heroku_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1116226Z [00:03:53.373]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v2/heroku.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1172825Z [00:03:53.378]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v2/heroku_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1231619Z [00:03:53.384]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v1/heroku_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1287498Z [00:03:53.390]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v1/heroku.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1344148Z [00:03:53.395]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/heroku/v1/heroku_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1400909Z [00:03:53.401]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyscoop/currencyscoop_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1454838Z [00:03:53.407]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyscoop/currencyscoop_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1508850Z [00:03:53.412]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyscoop/currencyscoop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1564186Z [00:03:53.417]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipbooks/zipbooks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1617654Z [00:03:53.423]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipbooks/zipbooks_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1672737Z [00:03:53.428]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipbooks/zipbooks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1730056Z [00:03:53.434]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/robinhoodcrypto/robinhoodcrypto_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1785552Z [00:03:53.440]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/robinhoodcrypto/robinhoodcrypto.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1843209Z [00:03:53.445]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/robinhoodcrypto/robinhoodcrypto_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1899594Z [00:03:53.451]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/redis/redis_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.1953936Z [00:03:53.456]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/redis/redis_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2007292Z [00:03:53.462]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/redis/redis.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2061344Z [00:03:53.467]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checio/checio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2115635Z [00:03:53.473]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checio/checio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2169635Z [00:03:53.478]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checio/checio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2222567Z [00:03:53.483]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickuppersonaltoken/clickuppersonaltoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2278461Z [00:03:53.489]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickuppersonaltoken/clickuppersonaltoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2334086Z [00:03:53.494]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickuppersonaltoken/clickuppersonaltoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2391914Z [00:03:53.500]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/technicalanalysisapi/technicalanalysisapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2451578Z [00:03:53.506]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/technicalanalysisapi/technicalanalysisapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2508020Z [00:03:53.512]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/technicalanalysisapi/technicalanalysisapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2564035Z [00:03:53.517]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/repairshopr/repairshopr_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2621296Z [00:03:53.523]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/repairshopr/repairshopr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2677940Z [00:03:53.529]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/repairshopr/repairshopr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2734925Z [00:03:53.535]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamgate/teamgate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2793176Z [00:03:53.540]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamgate/teamgate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2851855Z [00:03:53.546]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamgate/teamgate_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2906063Z [00:03:53.552]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zohocrm/zohocrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.2959651Z [00:03:53.557]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zohocrm/zohocrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3013103Z [00:03:53.562]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zohocrm/zohocrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3067435Z [00:03:53.568]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilio/twilio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3121461Z [00:03:53.573]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilio/twilio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3175888Z [00:03:53.579]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilio/twilio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3230533Z [00:03:53.584]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snykkey/snykkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3289375Z [00:03:53.590]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snykkey/snykkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3348231Z [00:03:53.596]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snykkey/snykkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3409310Z [00:03:53.602]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telegrambottoken/telegrambottoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3467719Z [00:03:53.608]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telegrambottoken/telegrambottoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3528542Z [00:03:53.614]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telegrambottoken/telegrambottoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3587577Z [00:03:53.620]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anypoint/anypoint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3646068Z [00:03:53.626]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anypoint/anypoint_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3705354Z [00:03:53.632]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anypoint/anypoint_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3766383Z [00:03:53.638]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/carboninterface/carboninterface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3824315Z [00:03:53.643]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/carboninterface/carboninterface_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3884017Z [00:03:53.649]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/carboninterface/carboninterface_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3939911Z [00:03:53.655]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appointedd/appointedd_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.3996487Z [00:03:53.661]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appointedd/appointedd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4051715Z [00:03:53.666]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appointedd/appointedd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4108985Z [00:03:53.672]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alconost/alconost_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4162349Z [00:03:53.677]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alconost/alconost_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4218467Z [00:03:53.683]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alconost/alconost.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4274271Z [00:03:53.688]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rabbitmq/rabbitmq_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4329838Z [00:03:53.694]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rabbitmq/rabbitmq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4385611Z [00:03:53.700]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rabbitmq/rabbitmq_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4441680Z [00:03:53.705]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/copper/copper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4495582Z [00:03:53.711]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/copper/copper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4549722Z [00:03:53.716]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/copper/copper_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4605019Z [00:03:53.722]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linemessaging/linemessaging.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4658626Z [00:03:53.727]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linemessaging/linemessaging_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4711036Z [00:03:53.732]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linemessaging/linemessaging_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4764399Z [00:03:53.737]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thinkific/thinkific.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4818921Z [00:03:53.743]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thinkific/thinkific_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4873305Z [00:03:53.748]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thinkific/thinkific_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4929865Z [00:03:53.754]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storecove/storecove_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.4984515Z [00:03:53.759]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storecove/storecove_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5042006Z [00:03:53.765]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storecove/storecove.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5098525Z [00:03:53.771]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mattermostpersonaltoken/mattermostpersonaltoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5154044Z [00:03:53.776]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mattermostpersonaltoken/mattermostpersonaltoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5208823Z [00:03:53.782]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mattermostpersonaltoken/mattermostpersonaltoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5264847Z [00:03:53.787]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanbantool/kanbantool_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5322003Z [00:03:53.793]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanbantool/kanbantool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5376822Z [00:03:53.799]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanbantool/kanbantool_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5430120Z [00:03:53.804]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperbox/scraperbox_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5482744Z [00:03:53.809]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperbox/scraperbox.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5536225Z [00:03:53.815]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperbox/scraperbox_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5591673Z [00:03:53.820]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubpublishkey/pubnubpublishkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5644976Z [00:03:53.826]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubpublishkey/pubnubpublishkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5700452Z [00:03:53.831]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubpublishkey/pubnubpublishkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5757737Z [00:03:53.837]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jumpcloud/jumpcloud_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5813616Z [00:03:53.842]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jumpcloud/jumpcloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5869795Z [00:03:53.848]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jumpcloud/jumpcloud_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5927290Z [00:03:53.854]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymongo/paymongo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.5982697Z [00:03:53.859]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymongo/paymongo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6040272Z [00:03:53.865]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymongo/paymongo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6096589Z [00:03:53.871]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotlayer/screenshotlayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6150931Z [00:03:53.876]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotlayer/screenshotlayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6206557Z [00:03:53.882]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotlayer/screenshotlayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6260896Z [00:03:53.887]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/podio/podio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6316776Z [00:03:53.893]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/podio/podio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6375991Z [00:03:53.899]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/podio/podio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6435405Z [00:03:53.905]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyfreaks/currencyfreaks_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6497873Z [00:03:53.911]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyfreaks/currencyfreaks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6555118Z [00:03:53.916]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencyfreaks/currencyfreaks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6612913Z [00:03:53.922]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2/figmapersonalaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6674818Z [00:03:53.928]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2/figmapersonalaccesstoken_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6730501Z [00:03:53.934]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2/figmapersonalaccesstoken_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6784415Z [00:03:53.939]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1/figmapersonalaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6841323Z [00:03:53.945]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1/figmapersonalaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6898617Z [00:03:53.951]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1/figmapersonalacesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.6952420Z [00:03:53.956]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectlanguage/detectlanguage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7007722Z [00:03:53.962]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectlanguage/detectlanguage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7060914Z [00:03:53.967]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectlanguage/detectlanguage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7114783Z [00:03:53.972]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/countrylayer/countrylayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7168227Z [00:03:53.978]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/countrylayer/countrylayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7221374Z [00:03:53.983]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/countrylayer/countrylayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7275192Z [00:03:53.989]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/m3o/m3o_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7331910Z [00:03:53.994]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/m3o/m3o.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7389548Z [00:03:54.000]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/m3o/m3o_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7444765Z [00:03:54.005]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraper/webscraper_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7499599Z [00:03:54.011]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraper/webscraper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7553959Z [00:03:54.016]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraper/webscraper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7609201Z [00:03:54.022]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wiz/wiz.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7664355Z [00:03:54.027]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wiz/wiz_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7719980Z [00:03:54.033]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wiz/wiz_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7775080Z [00:03:54.039]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vyte/vyte_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7828903Z [00:03:54.044]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vyte/vyte_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7881329Z [00:03:54.049]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vyte/vyte.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7936244Z [00:03:54.055]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bingsubscriptionkey/bingsubscriptionkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.7991756Z [00:03:54.060]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bingsubscriptionkey/bingsubscriptionkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8045394Z [00:03:54.066]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bingsubscriptionkey/bingsubscriptionkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8100821Z [00:03:54.071]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shopify/shopify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8155082Z [00:03:54.077]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shopify/shopify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8210750Z [00:03:54.082]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shopify/shopify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8265462Z [00:03:54.088]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/percy/percy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8320534Z [00:03:54.093]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/percy/percy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8373850Z [00:03:54.098]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/percy/percy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8430178Z [00:03:54.104]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mux/mux_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8485723Z [00:03:54.110]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mux/mux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8540929Z [00:03:54.115]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mux/mux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8596496Z [00:03:54.121]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aylien/aylien_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8649753Z [00:03:54.126]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aylien/aylien.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8704081Z [00:03:54.131]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aylien/aylien_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8760771Z [00:03:54.137]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailmodo/mailmodo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8815607Z [00:03:54.143]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailmodo/mailmodo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8870187Z [00:03:54.148]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailmodo/mailmodo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8925045Z [00:03:54.154]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/craftmypdf/craftmypdf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.8979846Z [00:03:54.159]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/craftmypdf/craftmypdf_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9035357Z [00:03:54.165]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/craftmypdf/craftmypdf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9092561Z [00:03:54.170]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moosend/moosend_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9146363Z [00:03:54.176]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moosend/moosend_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9200361Z [00:03:54.181]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moosend/moosend.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9253746Z [00:03:54.186]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/githubapp/githubapp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9308553Z [00:03:54.192]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/githubapp/githubapp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9362102Z [00:03:54.197]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/githubapp/githubapp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9414435Z [00:03:54.202]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flickr/flickr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9470022Z [00:03:54.208]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flickr/flickr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9524572Z [00:03:54.213]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flickr/flickr_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9582222Z [00:03:54.219]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspal/statuspal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9640163Z [00:03:54.225]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspal/statuspal_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9699660Z [00:03:54.231]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspal/statuspal_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9758101Z [00:03:54.237]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafanaserviceaccount/grafanaserviceaccount_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9811593Z [00:03:54.242]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafanaserviceaccount/grafanaserviceaccount_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9866582Z [00:03:54.248]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafanaserviceaccount/grafanaserviceaccount.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9919491Z [00:03:54.253]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userflow/userflow_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:31.9971931Z [00:03:54.258]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userflow/userflow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0023460Z [00:03:54.263]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userflow/userflow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0076185Z [00:03:54.269]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aletheiaapi/aletheiaapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0129689Z [00:03:54.274]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aletheiaapi/aletheiaapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0181312Z [00:03:54.279]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aletheiaapi/aletheiaapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0234298Z [00:03:54.284]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoipifi/geoipifi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0287293Z [00:03:54.290]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoipifi/geoipifi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0341545Z [00:03:54.295]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoipifi/geoipifi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0394204Z [00:03:54.300]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblok/storyblok.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0448432Z [00:03:54.306]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblok/storyblok_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0501849Z [00:03:54.311]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblok/storyblok_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0557846Z [00:03:54.317]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tineswebhook/tineswebhook_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0612229Z [00:03:54.322]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tineswebhook/tineswebhook_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0669903Z [00:03:54.328]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tineswebhook/tineswebhook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0726766Z [00:03:54.334]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflarecakey/cloudflarecakey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0781907Z [00:03:54.339]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflarecakey/cloudflarecakey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0839237Z [00:03:54.345]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflarecakey/cloudflarecakey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0893275Z [00:03:54.350]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerguru/customerguru_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.0949937Z [00:03:54.356]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerguru/customerguru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1008760Z [00:03:54.362]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerguru/customerguru_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1070091Z [00:03:54.368]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedream/pipedream_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1129290Z [00:03:54.374]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedream/pipedream_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1184130Z [00:03:54.379]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedream/pipedream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1239256Z [00:03:54.385]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailerlite/mailerlite_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1294321Z [00:03:54.390]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailerlite/mailerlite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1349475Z [00:03:54.396]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailerlite/mailerlite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1401945Z [00:03:54.401]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metrilo/metrilo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1456092Z [00:03:54.407]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metrilo/metrilo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1509024Z [00:03:54.412]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metrilo/metrilo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1562767Z [00:03:54.417]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browshot/browshot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1618786Z [00:03:54.423]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browshot/browshot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1673645Z [00:03:54.428]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browshot/browshot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1730109Z [00:03:54.434]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myfreshworks/myfreshworks_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1785110Z [00:03:54.440]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myfreshworks/myfreshworks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1840931Z [00:03:54.445]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myfreshworks/myfreshworks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1897815Z [00:03:54.451]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v2/twitter_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.1956079Z [00:03:54.457]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v2/twitter_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2012721Z [00:03:54.462]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v2/twitter_v2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2070824Z [00:03:54.468]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v1/twitter_v1_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2129960Z [00:03:54.474]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v1/twitter_v1.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2188005Z [00:03:54.480]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitter/v1/twitter_v1_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2245616Z [00:03:54.486]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/audd/audd_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2302388Z [00:03:54.491]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/audd/audd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2359215Z [00:03:54.497]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/audd/audd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2418886Z [00:03:54.503]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webex/webex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2475737Z [00:03:54.509]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webex/webex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2532783Z [00:03:54.514]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webex/webex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2589263Z [00:03:54.520]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wistia/wistia_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2642844Z [00:03:54.525]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wistia/wistia.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2697168Z [00:03:54.531]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wistia/wistia_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2752381Z [00:03:54.536]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpscout/helpscout_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2807206Z [00:03:54.542]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpscout/helpscout_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2861722Z [00:03:54.547]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpscout/helpscout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2914252Z [00:03:54.552]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/transferwise/transferwise_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.2967039Z [00:03:54.558]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/transferwise/transferwise.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3019894Z [00:03:54.563]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/transferwise/transferwise_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3074720Z [00:03:54.569]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudmersive/cloudmersive_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3126816Z [00:03:54.574]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudmersive/cloudmersive_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3180642Z [00:03:54.579]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudmersive/cloudmersive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3231861Z [00:03:54.584]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formcraft/formcraft.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3283503Z [00:03:54.589]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formcraft/formcraft_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3334586Z [00:03:54.594]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formcraft/formcraft_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3388749Z [00:03:54.600]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforcerefreshtoken/salesforcerefreshtoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3441391Z [00:03:54.605]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforcerefreshtoken/salesforcerefreshtoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3495570Z [00:03:54.611]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforcerefreshtoken/salesforcerefreshtoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3553496Z [00:03:54.616]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appoptics/appoptics_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3612189Z [00:03:54.622]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appoptics/appoptics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3673005Z [00:03:54.628]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appoptics/appoptics_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3733459Z [00:03:54.634]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_cosmosdb/azure_cosmosdb_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3791467Z [00:03:54.640]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_cosmosdb/table.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3847512Z [00:03:54.646]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_cosmosdb/azure_cosmosdb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3902071Z [00:03:54.651]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_cosmosdb/azure_cosmosdb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.3956515Z [00:03:54.657]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sheety/sheety_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4008176Z [00:03:54.662]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sheety/sheety_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4061086Z [00:03:54.667]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sheety/sheety.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4112832Z [00:03:54.672]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/route4me/route4me_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4164910Z [00:03:54.677]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/route4me/route4me.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4216964Z [00:03:54.683]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/route4me/route4me_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4274735Z [00:03:54.688]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atera/atera_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4330516Z [00:03:54.694]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atera/atera_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4385452Z [00:03:54.700]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/atera/atera.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4441465Z [00:03:54.705]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vouchery/vouchery_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4493698Z [00:03:54.710]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vouchery/vouchery_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4550372Z [00:03:54.716]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vouchery/vouchery.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4626962Z [00:03:54.724]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apilayer/apilayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4691494Z [00:03:54.730]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apilayer/apilayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4750884Z [00:03:54.736]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apilayer/apilayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4805431Z [00:03:54.742]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/launchdarkly/launchdarkly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4859802Z [00:03:54.747]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/launchdarkly/launchdarkly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4912160Z [00:03:54.752]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/launchdarkly/launchdarkly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.4964879Z [00:03:54.757]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shortcut/shortcut_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5017740Z [00:03:54.763]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shortcut/shortcut_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5068093Z [00:03:54.768]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shortcut/shortcut.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5120774Z [00:03:54.773]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apiflash/apiflash_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5173305Z [00:03:54.778]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apiflash/apiflash_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5227377Z [00:03:54.784]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apiflash/apiflash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5281387Z [00:03:54.789]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/requestfinance/requestfinance_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5334033Z [00:03:54.794]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/requestfinance/requestfinance.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5387648Z [00:03:54.800]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/requestfinance/requestfinance_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5441479Z [00:03:54.805]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscaledb/planetscaledb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5494477Z [00:03:54.810]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscaledb/planetscaledb_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5551404Z [00:03:54.816]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscaledb/planetscaledb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5609501Z [00:03:54.822]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mediastack/mediastack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5673617Z [00:03:54.828]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mediastack/mediastack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5730234Z [00:03:54.834]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mediastack/mediastack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5787457Z [00:03:54.840]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/crowdin/crowdin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5845051Z [00:03:54.846]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/crowdin/crowdin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5906903Z [00:03:54.852]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/crowdin/crowdin_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.5962747Z [00:03:54.857]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eagleeyenetworks/eagleeyenetworks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6017984Z [00:03:54.863]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eagleeyenetworks/eagleeyenetworks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6074035Z [00:03:54.868]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eagleeyenetworks/eagleeyenetworks_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6130271Z [00:03:54.874]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nasdaqdatalink/nasdaqdatalink_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6185023Z [00:03:54.880]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nasdaqdatalink/nasdaqdatalink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6240404Z [00:03:54.885]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nasdaqdatalink/nasdaqdatalink_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6296150Z [00:03:54.891]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/betterstack/betterstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6351848Z [00:03:54.896]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/betterstack/betterstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6409477Z [00:03:54.902]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/betterstack/betterstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6471189Z [00:03:54.908]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amplitudeapikey/amplitudeapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6529748Z [00:03:54.914]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amplitudeapikey/amplitudeapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6615627Z [00:03:54.922]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amplitudeapikey/amplitudeapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6642544Z [00:03:54.925]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/logzio/logzio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6696220Z [00:03:54.931]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/logzio/logzio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6750356Z [00:03:54.936]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/logzio/logzio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6805670Z [00:03:54.942]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/float/float.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6860461Z [00:03:54.947]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/float/float_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6917301Z [00:03:54.953]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/float/float_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.6974191Z [00:03:54.958]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilioapikey/twilioapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7030101Z [00:03:54.964]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilioapikey/twilioapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7084038Z [00:03:54.969]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twilioapikey/twilioapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7141816Z [00:03:54.975]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rocketreach/rocketreach.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7201099Z [00:03:54.981]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rocketreach/rocketreach_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7258049Z [00:03:54.987]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rocketreach/rocketreach_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7315916Z [00:03:54.993]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sigopt/sigopt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7371627Z [00:03:54.998]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sigopt/sigopt_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7431487Z [00:03:55.004]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sigopt/sigopt_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7487804Z [00:03:55.010]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/urlscan/urlscan_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7543035Z [00:03:55.015]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/urlscan/urlscan_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7601363Z [00:03:55.021]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/urlscan/urlscan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7660591Z [00:03:55.027]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ditto/ditto_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7717576Z [00:03:55.033]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ditto/ditto_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7775465Z [00:03:55.039]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ditto/ditto.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7832557Z [00:03:55.044]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v2/dockerhub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7887313Z [00:03:55.050]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v2/dockerhub_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7943080Z [00:03:55.055]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v2/dockerhub_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.7999278Z [00:03:55.061]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v1/dockerhub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8054287Z [00:03:55.066]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v1/dockerhub_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8108431Z [00:03:55.072]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dockerhub/v1/dockerhub_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8162647Z [00:03:55.077]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/square/square_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8217136Z [00:03:55.083]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/square/square_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8271580Z [00:03:55.088]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/square/square.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8326507Z [00:03:55.094]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkvist/checkvist_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8386303Z [00:03:55.100]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkvist/checkvist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8443178Z [00:03:55.105]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkvist/checkvist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8499799Z [00:03:55.111]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bscscan/bscscan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8556944Z [00:03:55.117]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bscscan/bscscan_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8611715Z [00:03:55.122]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bscscan/bscscan_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8667793Z [00:03:55.128]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dronahq/dronahq_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8722630Z [00:03:55.133]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dronahq/dronahq_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8775258Z [00:03:55.139]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dronahq/dronahq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8830290Z [00:03:55.144]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clustdoc/clustdoc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8883160Z [00:03:55.149]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clustdoc/clustdoc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8937258Z [00:03:55.155]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clustdoc/clustdoc_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.8994648Z [00:03:55.160]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastlypersonaltoken/fastlypersonaltoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9053419Z [00:03:55.166]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastlypersonaltoken/fastlypersonaltoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9109970Z [00:03:55.172]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastlypersonaltoken/fastlypersonaltoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9165436Z [00:03:55.178]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nozbeteams/nozbeteams.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9221497Z [00:03:55.183]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nozbeteams/nozbeteams_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9276732Z [00:03:55.189]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nozbeteams/nozbeteams_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9332452Z [00:03:55.194]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/partnerstack/partnerstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9385975Z [00:03:55.200]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/partnerstack/partnerstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9439730Z [00:03:55.205]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/partnerstack/partnerstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9497160Z [00:03:55.211]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diffbot/diffbot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9553070Z [00:03:55.216]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diffbot/diffbot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9609570Z [00:03:55.222]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/diffbot/diffbot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9664981Z [00:03:55.227]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uplead/uplead_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9721461Z [00:03:55.233]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uplead/uplead_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9776068Z [00:03:55.239]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uplead/uplead.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9832379Z [00:03:55.244]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tly/tly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9887549Z [00:03:55.250]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tly/tly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9942879Z [00:03:55.255]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tly/tly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:32.9999330Z [00:03:55.261]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandascore/pandascore_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0052061Z [00:03:55.266]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandascore/pandascore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0106018Z [00:03:55.272]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandascore/pandascore_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0160909Z [00:03:55.277]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v2/gitlab_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0213946Z [00:03:55.282]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v2/gitlab_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0266586Z [00:03:55.288]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v2/gitlab_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0319341Z [00:03:55.293]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v1/gitlab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0371651Z [00:03:55.298]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v1/gitlab_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0424747Z [00:03:55.303]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitlab/v1/gitlab_v1_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0481317Z [00:03:55.309]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuiteapikey/larksuiteapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0534652Z [00:03:55.314]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuiteapikey/larksuiteapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0590806Z [00:03:55.320]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuiteapikey/larksuiteapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0643451Z [00:03:55.325]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appcues/appcues.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0697149Z [00:03:55.331]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appcues/appcues_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0750945Z [00:03:55.336]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appcues/appcues_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0803191Z [00:03:55.341]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codeclimate/codeclimate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0857989Z [00:03:55.347]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codeclimate/codeclimate_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0912600Z [00:03:55.352]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codeclimate/codeclimate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.0968992Z [00:03:55.358]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/box/box_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1021958Z [00:03:55.363]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/box/box.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1075354Z [00:03:55.369]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/box/box_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1128904Z [00:03:55.374]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareup/squareup_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1181860Z [00:03:55.379]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareup/squareup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1234989Z [00:03:55.384]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareup/squareup_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1289361Z [00:03:55.390]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nvapi/nvapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1341849Z [00:03:55.395]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nvapi/nvapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1396196Z [00:03:55.401]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nvapi/nvapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1448726Z [00:03:55.406]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zendeskapi/zendeskapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1500667Z [00:03:55.411]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zendeskapi/zendeskapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1554546Z [00:03:55.416]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zendeskapi/zendeskapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1610477Z [00:03:55.422]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectify/detectify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1662732Z [00:03:55.427]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectify/detectify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1716823Z [00:03:55.433]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectify/detectify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1771718Z [00:03:55.438]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/polygon/polygon.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1826320Z [00:03:55.444]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/polygon/polygon_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1880880Z [00:03:55.449]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/polygon/polygon_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1934936Z [00:03:55.455]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sirv/sirv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.1991296Z [00:03:55.460]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sirv/sirv_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2049893Z [00:03:55.466]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sirv/sirv_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2105239Z [00:03:55.472]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anthropic/anthropic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2161980Z [00:03:55.477]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anthropic/anthropic_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2217605Z [00:03:55.483]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anthropic/anthropic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2274849Z [00:03:55.488]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autoklose/autoklose.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2331692Z [00:03:55.494]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autoklose/autoklose_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2390963Z [00:03:55.500]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autoklose/autoklose_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2450302Z [00:03:55.506]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepseek/deepseek_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2507903Z [00:03:55.512]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepseek/deepseek_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2564518Z [00:03:55.517]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepseek/deepseek.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2621016Z [00:03:55.523]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagerdutyapikey/pagerdutyapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2676626Z [00:03:55.529]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagerdutyapikey/pagerdutyapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2731485Z [00:03:55.534]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagerdutyapikey/pagerdutyapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2786285Z [00:03:55.540]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinbase/coinbase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2839924Z [00:03:55.545]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinbase/coinbase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2891694Z [00:03:55.550]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinbase/coinbase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.2946652Z [00:03:55.556]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/viewneo/viewneo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3000721Z [00:03:55.561]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/viewneo/viewneo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3053754Z [00:03:55.566]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/viewneo/viewneo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3107066Z [00:03:55.572]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ldap/ldap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3160449Z [00:03:55.577]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ldap/ldap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3213174Z [00:03:55.582]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ldap/ldap_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3267084Z [00:03:55.588]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docusign/docusign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3319014Z [00:03:55.593]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docusign/docusign_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3369991Z [00:03:55.598]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docusign/docusign_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3421857Z [00:03:55.603]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dyspatch/dyspatch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3473392Z [00:03:55.608]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dyspatch/dyspatch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3526913Z [00:03:55.614]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dyspatch/dyspatch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3582282Z [00:03:55.619]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nightfall/nightfall_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3634572Z [00:03:55.624]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nightfall/nightfall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3687466Z [00:03:55.630]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nightfall/nightfall_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3740726Z [00:03:55.635]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/packagecloud/packagecloud_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3792807Z [00:03:55.640]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/packagecloud/packagecloud_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3843154Z [00:03:55.645]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/packagecloud/packagecloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3897161Z [00:03:55.651]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/access_keys/accesskey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.3950513Z [00:03:55.656]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/access_keys/canary.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4005271Z [00:03:55.662]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/access_keys/accesskey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4058994Z [00:03:55.667]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/access_keys/accesskey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4111630Z [00:03:55.672]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4167082Z [00:03:55.678]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4220553Z [00:03:55.683]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/session_keys/sessionkeys_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4276701Z [00:03:55.689]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aws/session_keys/sessionkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4333307Z [00:03:55.694]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodify/geocodify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4390967Z [00:03:55.700]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodify/geocodify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4449121Z [00:03:55.706]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodify/geocodify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4507226Z [00:03:55.712]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapestack/scrapestack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4564966Z [00:03:55.717]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapestack/scrapestack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4620674Z [00:03:55.723]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapestack/scrapestack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4674152Z [00:03:55.728]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dandelion/dandelion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4728052Z [00:03:55.734]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dandelion/dandelion_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4782387Z [00:03:55.739]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dandelion/dandelion_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4836718Z [00:03:55.745]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudelements/cloudelements_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4889967Z [00:03:55.750]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudelements/cloudelements.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.4943962Z [00:03:55.755]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudelements/cloudelements_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5001414Z [00:03:55.761]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/googleoauth2/googleoauth2_access_token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5058210Z [00:03:55.767]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/googleoauth2/googleoauth2_access_token_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5114851Z [00:03:55.772]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/googleoauth2/googleoauth2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5173873Z [00:03:55.778]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlib/coinlib_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5233246Z [00:03:55.784]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlib/coinlib.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5291506Z [00:03:55.790]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlib/coinlib_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5350001Z [00:03:55.796]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendinbluev2/sendinbluev2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5407208Z [00:03:55.802]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendinbluev2/sendinbluev2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5466770Z [00:03:55.808]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendinbluev2/sendinbluev2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5523886Z [00:03:55.813]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harvest/harvest_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5581611Z [00:03:55.819]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harvest/harvest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5636893Z [00:03:55.825]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harvest/harvest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5694588Z [00:03:55.830]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adafruitio/adafruitio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5750950Z [00:03:55.836]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adafruitio/adafruitio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5808911Z [00:03:55.842]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adafruitio/adafruitio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5863340Z [00:03:55.847]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoapify/geoapify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5919787Z [00:03:55.853]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoapify/geoapify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.5974163Z [00:03:55.858]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geoapify/geoapify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6030796Z [00:03:55.864]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/segmentapikey/segmentapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6087673Z [00:03:55.870]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/segmentapikey/segmentapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6144453Z [00:03:55.875]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/segmentapikey/segmentapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6202071Z [00:03:55.881]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/glassnode/glassnode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6260862Z [00:03:55.887]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/glassnode/glassnode_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6316987Z [00:03:55.893]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/glassnode/glassnode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6373612Z [00:03:55.898]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkout/checkout_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6430811Z [00:03:55.904]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkout/checkout_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6489115Z [00:03:55.910]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checkout/checkout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6546398Z [00:03:55.916]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstockoauth/shutterstockoauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6601219Z [00:03:55.921]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstockoauth/shutterstockoauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6653637Z [00:03:55.926]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstockoauth/shutterstockoauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6706700Z [00:03:55.932]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/huggingface/huggingface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6759306Z [00:03:55.937]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/huggingface/huggingface_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6811795Z [00:03:55.942]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/huggingface/huggingface_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6865984Z [00:03:55.948]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphcms/graphcms_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6920768Z [00:03:55.953]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphcms/graphcms_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.6974923Z [00:03:55.959]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphcms/graphcms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7031941Z [00:03:55.964]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbird/sendbird_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7091154Z [00:03:55.970]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbird/sendbird.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7144988Z [00:03:55.976]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbird/sendbird_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7201135Z [00:03:55.981]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privacy/privacy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7256015Z [00:03:55.987]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privacy/privacy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7310675Z [00:03:55.992]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privacy/privacy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7367419Z [00:03:55.998]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodio/geocodio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7422213Z [00:03:56.003]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodio/geocodio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7476044Z [00:03:56.009]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocodio/geocodio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7530209Z [00:03:56.014]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenserp/zenserp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7582417Z [00:03:56.019]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenserp/zenserp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7633787Z [00:03:56.024]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zenserp/zenserp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7687425Z [00:03:56.030]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voiceflow/voiceflow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7740065Z [00:03:56.035]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voiceflow/voiceflow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7794026Z [00:03:56.040]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voiceflow/voiceflow_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7850052Z [00:03:56.046]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/findl/findl_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7901640Z [00:03:56.051]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/findl/findl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.7956967Z [00:03:56.057]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/findl/findl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8012463Z [00:03:56.062]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/assemblyai/assemblyai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8067866Z [00:03:56.068]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/assemblyai/assemblyai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8120084Z [00:03:56.073]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/assemblyai/assemblyai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8175005Z [00:03:56.078]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monkeylearn/monkeylearn_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8228502Z [00:03:56.084]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monkeylearn/monkeylearn_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8281721Z [00:03:56.089]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monkeylearn/monkeylearn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8334677Z [00:03:56.094]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockworksms/clockworksms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8386565Z [00:03:56.100]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockworksms/clockworksms_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8440118Z [00:03:56.105]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockworksms/clockworksms_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8493730Z [00:03:56.110]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchquerykey/azuresearchquerykey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8547923Z [00:03:56.116]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchquerykey/azuresearchquerykey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8603473Z [00:03:56.121]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchquerykey/azuresearchquerykey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8659309Z [00:03:56.127]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zapierwebhook/zapierwebhook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8715974Z [00:03:56.133]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zapierwebhook/zapierwebhook_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8772770Z [00:03:56.138]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zapierwebhook/zapierwebhook_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8827443Z [00:03:56.144]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/guru/guru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8883485Z [00:03:56.149]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/guru/guru_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8940575Z [00:03:56.155]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/guru/guru_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.8996969Z [00:03:56.161]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscale/planetscale_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9048774Z [00:03:56.166]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscale/planetscale.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9101781Z [00:03:56.171]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planetscale/planetscale_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9159134Z [00:03:56.177]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sinchmessage/sinchmessage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9214061Z [00:03:56.182]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sinchmessage/sinchmessage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9272595Z [00:03:56.188]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sinchmessage/sinchmessage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9329138Z [00:03:56.194]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abyssale/abyssale_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9380852Z [00:03:56.199]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abyssale/abyssale.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9436728Z [00:03:56.205]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abyssale/abyssale_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9490755Z [00:03:56.210]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/guardianapi/guardianapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9544292Z [00:03:56.215]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/guardianapi/guardianapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9597907Z [00:03:56.221]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/guardianapi/guardianapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9652957Z [00:03:56.226]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tyntec/tyntec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9706999Z [00:03:56.232]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tyntec/tyntec_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9762296Z [00:03:56.237]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tyntec/tyntec_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9815404Z [00:03:56.243]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapbox/mapbox.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9869597Z [00:03:56.248]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapbox/mapbox_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9924027Z [00:03:56.253]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapbox/mapbox_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:33.9978455Z [00:03:56.259]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abstract/abstract_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0031003Z [00:03:56.264]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abstract/abstract.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0084382Z [00:03:56.269]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abstract/abstract_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0137881Z [00:03:56.275]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormglass/stormglass_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0191203Z [00:03:56.280]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormglass/stormglass.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0244984Z [00:03:56.286]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormglass/stormglass_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0297809Z [00:03:56.291]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/happyscribe/happyscribe_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0350654Z [00:03:56.296]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/happyscribe/happyscribe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0402099Z [00:03:56.301]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/happyscribe/happyscribe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0456286Z [00:03:56.307]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ecostruxureit/ecostruxureit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0509619Z [00:03:56.312]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ecostruxureit/ecostruxureit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0563053Z [00:03:56.317]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ecostruxureit/ecostruxureit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0615686Z [00:03:56.323]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/endpoint_customizer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0668812Z [00:03:56.328]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codacy/codacy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0722733Z [00:03:56.333]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codacy/codacy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0776177Z [00:03:56.339]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codacy/codacy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0829281Z [00:03:56.344]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/conversiontools/conversiontools_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0882673Z [00:03:56.349]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/conversiontools/conversiontools_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0935613Z [00:03:56.355]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/conversiontools/conversiontools.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.0990717Z [00:03:56.360]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hypertrack/hypertrack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1042885Z [00:03:56.365]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hypertrack/hypertrack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1096009Z [00:03:56.371]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hypertrack/hypertrack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1150562Z [00:03:56.376]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wit/wit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1204551Z [00:03:56.381]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wit/wit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1259327Z [00:03:56.387]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wit/wit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1313894Z [00:03:56.392]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mite/mite_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1367942Z [00:03:56.398]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mite/mite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1421943Z [00:03:56.403]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mite/mite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1475882Z [00:03:56.409]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/avazapersonalaccesstoken/avazapersonalaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1529675Z [00:03:56.414]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/avazapersonalaccesstoken/avazapersonalaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1583923Z [00:03:56.419]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/avazapersonalaccesstoken/avazapersonalaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1638736Z [00:03:56.425]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upcdatabase/upcdatabase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1693116Z [00:03:56.430]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upcdatabase/upcdatabase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1745215Z [00:03:56.436]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upcdatabase/upcdatabase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1800166Z [00:03:56.441]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airvisual/airvisual_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1854250Z [00:03:56.446]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airvisual/airvisual.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1910022Z [00:03:56.452]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airvisual/airvisual_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.1963612Z [00:03:56.457]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/neutrinoapi/neutrinoapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2017161Z [00:03:56.463]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/neutrinoapi/neutrinoapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2070455Z [00:03:56.468]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/neutrinoapi/neutrinoapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2123971Z [00:03:56.473]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instamojo/instamojo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2179489Z [00:03:56.479]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instamojo/instamojo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2234357Z [00:03:56.484]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instamojo/instamojo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2289913Z [00:03:56.490]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalewaykey/scalewaykey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2341812Z [00:03:56.495]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalewaykey/scalewaykey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2394355Z [00:03:56.500]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalewaykey/scalewaykey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2449095Z [00:03:56.506]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudconvert/cloudconvert.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2501867Z [00:03:56.511]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudconvert/cloudconvert_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2555458Z [00:03:56.517]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudconvert/cloudconvert_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2610257Z [00:03:56.522]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/readme/readme_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2663940Z [00:03:56.527]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/readme/readme_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2717539Z [00:03:56.533]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/readme/readme.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2771481Z [00:03:56.538]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enablex/enablex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2825124Z [00:03:56.544]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enablex/enablex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2880221Z [00:03:56.549]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enablex/enablex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2934188Z [00:03:56.554]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swell/swell.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.2989719Z [00:03:56.560]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swell/swell_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3041630Z [00:03:56.565]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swell/swell_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3094140Z [00:03:56.570]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nimble/nimble_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3149317Z [00:03:56.576]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nimble/nimble_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3201227Z [00:03:56.581]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nimble/nimble.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3252680Z [00:03:56.586]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uptimerobot/uptimerobot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3304491Z [00:03:56.591]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uptimerobot/uptimerobot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3355935Z [00:03:56.597]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uptimerobot/uptimerobot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3409290Z [00:03:56.602]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twist/twist_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3463137Z [00:03:56.607]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twist/twist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3515567Z [00:03:56.613]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twist/twist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3569626Z [00:03:56.618]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linenotify/linenotify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3623310Z [00:03:56.623]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linenotify/linenotify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3676110Z [00:03:56.629]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linenotify/linenotify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3729289Z [00:03:56.634]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apify/apify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3782995Z [00:03:56.639]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apify/apify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3834046Z [00:03:56.644]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apify/apify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3888578Z [00:03:56.650]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimetrics/apimetrics_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.3941020Z [00:03:56.655]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimetrics/apimetrics_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4014215Z [00:03:56.662]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimetrics/apimetrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4048417Z [00:03:56.666]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hasura/hasura.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4118567Z [00:03:56.673]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hasura/hasura_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4157158Z [00:03:56.677]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hasura/hasura_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4216262Z [00:03:56.683]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typetalk/typetalk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4274624Z [00:03:56.688]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typetalk/typetalk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4331442Z [00:03:56.694]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typetalk/typetalk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4389131Z [00:03:56.700]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngc/ngc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4443341Z [00:03:56.705]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngc/ngc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4500882Z [00:03:56.711]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ngc/ngc_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4563384Z [00:03:56.717]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipapi/zipapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4618086Z [00:03:56.723]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipapi/zipapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4670257Z [00:03:56.728]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipapi/zipapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4723349Z [00:03:56.733]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartystreets/smartystreets_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4778188Z [00:03:56.739]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartystreets/smartystreets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4830046Z [00:03:56.744]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartystreets/smartystreets_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4882771Z [00:03:56.749]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/versioneye/versioneye_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4934752Z [00:03:56.754]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/versioneye/versioneye_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.4988799Z [00:03:56.760]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/versioneye/versioneye.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5044623Z [00:03:56.765]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/allsports/allsports.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5096703Z [00:03:56.771]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/allsports/allsports_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5149536Z [00:03:56.776]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/allsports/allsports_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5201552Z [00:03:56.781]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alibaba/alibaba_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5255463Z [00:03:56.787]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alibaba/alibaba.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5308156Z [00:03:56.792]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alibaba/alibaba_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5361601Z [00:03:56.797]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monday/monday_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5412787Z [00:03:56.802]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monday/monday_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5464379Z [00:03:56.807]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/monday/monday.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5518562Z [00:03:56.813]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travelpayouts/travelpayouts_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5573297Z [00:03:56.818]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travelpayouts/travelpayouts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5627585Z [00:03:56.824]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/travelpayouts/travelpayouts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5683344Z [00:03:56.829]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareapp/squareapp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5741402Z [00:03:56.835]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareapp/squareapp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5797558Z [00:03:56.841]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squareapp/squareapp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5857481Z [00:03:56.847]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tmetric/tmetric_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5914894Z [00:03:56.853]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tmetric/tmetric.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.5971249Z [00:03:56.858]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tmetric/tmetric_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6031139Z [00:03:56.864]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulksms/bulksms_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6090320Z [00:03:56.870]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulksms/bulksms_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6149192Z [00:03:56.876]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulksms/bulksms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6207968Z [00:03:56.882]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplesat/simplesat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6267898Z [00:03:56.888]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplesat/simplesat_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6326922Z [00:03:56.894]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplesat/simplesat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6385500Z [00:03:56.900]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/braintreepayments/braintreepayments_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6443143Z [00:03:56.905]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/braintreepayments/braintreepayments.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6502703Z [00:03:56.911]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/braintreepayments/braintreepayments_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6562879Z [00:03:56.917]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/magicbell/magicbell_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6621004Z [00:03:56.923]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/magicbell/magicbell.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6677583Z [00:03:56.929]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/magicbell/magicbell_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6733182Z [00:03:56.934]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youneedabudget/youneedabudget_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6789028Z [00:03:56.940]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youneedabudget/youneedabudget_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6845330Z [00:03:56.946]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youneedabudget/youneedabudget.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6901514Z [00:03:56.951]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formsite/formsite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.6955231Z [00:03:56.957]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formsite/formsite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7011309Z [00:03:56.962]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formsite/formsite_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7067406Z [00:03:56.968]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appfollow/appfollow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7121908Z [00:03:56.973]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appfollow/appfollow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7179299Z [00:03:56.979]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appfollow/appfollow_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7235042Z [00:03:56.985]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraping/webscraping.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7294583Z [00:03:56.990]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraping/webscraping_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7354080Z [00:03:56.996]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webscraping/webscraping_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7408283Z [00:03:57.002]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbirdorganizationapi/sendbirdorganizationapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7462744Z [00:03:57.007]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbirdorganizationapi/sendbirdorganizationapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7516741Z [00:03:57.013]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendbirdorganizationapi/sendbirdorganizationapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7569563Z [00:03:57.018]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pepipost/pepipost_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7621514Z [00:03:57.023]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pepipost/pepipost.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7674458Z [00:03:57.028]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pepipost/pepipost_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7730580Z [00:03:57.034]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dareboost/dareboost_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7784471Z [00:03:57.039]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dareboost/dareboost_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7838407Z [00:03:57.045]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dareboost/dareboost.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7892045Z [00:03:57.050]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lessannoyingcrm/lessannoyingcrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.7948351Z [00:03:57.056]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lessannoyingcrm/lessannoyingcrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8002017Z [00:03:57.061]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lessannoyingcrm/lessannoyingcrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8057382Z [00:03:57.067]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveyanyplace/surveyanyplace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8110286Z [00:03:57.072]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveyanyplace/surveyanyplace_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8163374Z [00:03:57.077]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveyanyplace/surveyanyplace_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8217503Z [00:03:57.083]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moralis/moralis_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8270854Z [00:03:57.088]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moralis/moralis.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8324770Z [00:03:57.093]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moralis/moralis_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8379212Z [00:03:57.099]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gengo/gengo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8433516Z [00:03:57.104]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gengo/gengo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8485992Z [00:03:57.110]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gengo/gengo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8540259Z [00:03:57.115]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/baremetrics/baremetrics_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8593111Z [00:03:57.120]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/baremetrics/baremetrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8647795Z [00:03:57.126]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/baremetrics/baremetrics_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8703066Z [00:03:57.131]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adobeio/adobeio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8755061Z [00:03:57.137]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adobeio/adobeio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8809316Z [00:03:57.142]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adobeio/adobeio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8861123Z [00:03:57.147]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceanv2/digitaloceanv2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8914712Z [00:03:57.152]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceanv2/digitaloceanv2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.8969045Z [00:03:57.158]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceanv2/digitaloceanv2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9022224Z [00:03:57.163]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getsandbox/getsandbox.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9074048Z [00:03:57.168]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getsandbox/getsandbox_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9127588Z [00:03:57.174]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getsandbox/getsandbox_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9179209Z [00:03:57.179]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomorrowio/tomorrowio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9236339Z [00:03:57.185]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomorrowio/tomorrowio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9293988Z [00:03:57.190]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomorrowio/tomorrowio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9349588Z [00:03:57.196]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/companyhub/companyhub_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9403380Z [00:03:57.201]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/companyhub/companyhub_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9464421Z [00:03:57.207]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/companyhub/companyhub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9518933Z [00:03:57.213]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tiingo/tiingo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9568094Z [00:03:57.218]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tiingo/tiingo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9619289Z [00:03:57.223]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tiingo/tiingo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9672036Z [00:03:57.228]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rebrandly/rebrandly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9724974Z [00:03:57.234]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rebrandly/rebrandly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9779589Z [00:03:57.239]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rebrandly/rebrandly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9835028Z [00:03:57.245]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/goodday/goodday_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9887199Z [00:03:57.250]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/goodday/goodday_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9940365Z [00:03:57.255]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/goodday/goodday.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:34.9994355Z [00:03:57.260]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/algoliaadminkey/algoliaadminkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0050260Z [00:03:57.266]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/algoliaadminkey/algoliaadminkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0105322Z [00:03:57.272]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/algoliaadminkey/algoliaadminkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0160583Z [00:03:57.277]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/falsepositives_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0217701Z [00:03:57.283]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serphouse/serphouse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0275194Z [00:03:57.289]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serphouse/serphouse_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0331140Z [00:03:57.294]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serphouse/serphouse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0387057Z [00:03:57.300]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/websitepulse/websitepulse_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0440693Z [00:03:57.305]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/websitepulse/websitepulse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0493134Z [00:03:57.310]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/websitepulse/websitepulse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0546866Z [00:03:57.316]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastforex/fastforex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0600173Z [00:03:57.321]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastforex/fastforex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0654964Z [00:03:57.327]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fastforex/fastforex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0711093Z [00:03:57.332]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kucoin/kucoin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0766610Z [00:03:57.338]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kucoin/kucoin_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0821532Z [00:03:57.343]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kucoin/kucoin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0876091Z [00:03:57.349]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slackwebhook/slackwebhook_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0931602Z [00:03:57.354]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slackwebhook/slackwebhook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.0986845Z [00:03:57.360]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slackwebhook/slackwebhook_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1042368Z [00:03:57.365]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eventbrite/eventbrite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1099381Z [00:03:57.371]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eventbrite/eventbrite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1154974Z [00:03:57.377]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eventbrite/eventbrite_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1213746Z [00:03:57.382]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/magnetic/magnetic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1270686Z [00:03:57.388]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/magnetic/magnetic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1329668Z [00:03:57.394]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/magnetic/magnetic_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1388132Z [00:03:57.400]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gyazo/gyazo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1449518Z [00:03:57.406]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gyazo/gyazo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1510151Z [00:03:57.412]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gyazo/gyazo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1572588Z [00:03:57.418]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomtom/tomtom_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1632644Z [00:03:57.424]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomtom/tomtom_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1688444Z [00:03:57.430]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tomtom/tomtom.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1747420Z [00:03:57.436]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackscreenshotapi/restpackscreenshotapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1804894Z [00:03:57.441]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackscreenshotapi/restpackscreenshotapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1861240Z [00:03:57.447]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackscreenshotapi/restpackscreenshotapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1917785Z [00:03:57.453]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailgun/mailgun_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.1973948Z [00:03:57.458]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailgun/mailgun_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2030502Z [00:03:57.464]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailgun/mailgun.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2085103Z [00:03:57.470]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapeowl/scrapeowl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2140592Z [00:03:57.475]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapeowl/scrapeowl_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2194895Z [00:03:57.480]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapeowl/scrapeowl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2250195Z [00:03:57.486]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafana/grafana_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2305552Z [00:03:57.492]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafana/grafana_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2361427Z [00:03:57.497]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/grafana/grafana.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2418042Z [00:03:57.503]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jotform/jotform_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2474659Z [00:03:57.508]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jotform/jotform_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2533863Z [00:03:57.514]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jotform/jotform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2593099Z [00:03:57.520]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeprojectkey/airbrakeprojectkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2647679Z [00:03:57.526]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeprojectkey/airbrakeprojectkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2702013Z [00:03:57.531]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeprojectkey/airbrakeprojectkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2756666Z [00:03:57.537]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2810703Z [00:03:57.542]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/sp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2864205Z [00:03:57.547]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/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:01:35.2918149Z [00:03:57.553]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v2/spv2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.2971703Z [00:03:57.558]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v2/spv2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3026443Z [00:03:57.564]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v1/spv1.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3079387Z [00:03:57.569]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v1/spv1_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3132778Z [00:03:57.574]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/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:01:35.3187439Z [00:03:57.580]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/refreshtoken/refreshtoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3242252Z [00:03:57.585]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/refreshtoken/refreshtoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3295068Z [00:03:57.591]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/refreshtoken/refreshtoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3348597Z [00:03:57.596]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_entra/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3402391Z [00:03:57.601]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/purestake/purestake_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3456348Z [00:03:57.607]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/purestake/purestake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3510873Z [00:03:57.612]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/purestake/purestake_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3565937Z [00:03:57.618]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/endpoint_customizer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3620282Z [00:03:57.623]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/user/user_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3673962Z [00:03:57.628]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/user/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3727980Z [00:03:57.634]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/user/user_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3784087Z [00:03:57.639]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordwebhook/discordwebhook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3836084Z [00:03:57.645]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordwebhook/discordwebhook_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3887797Z [00:03:57.650]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordwebhook/discordwebhook_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3940056Z [00:03:57.655]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraph/sourcegraph_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.3992412Z [00:03:57.660]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraph/sourcegraph.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4043475Z [00:03:57.665]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraph/sourcegraph_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4095316Z [00:03:57.671]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slack/slack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4146400Z [00:03:57.676]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slack/slack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4197321Z [00:03:57.681]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/slack/slack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4253064Z [00:03:57.686]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codequiry/codequiry_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4309656Z [00:03:57.692]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codequiry/codequiry_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4363023Z [00:03:57.697]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codequiry/codequiry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4417530Z [00:03:57.703]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tickettailor/tickettailor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4471078Z [00:03:57.708]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tickettailor/tickettailor_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4523745Z [00:03:57.713]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tickettailor/tickettailor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4579569Z [00:03:57.719]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudsmith/cloudsmith_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4633889Z [00:03:57.724]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudsmith/cloudsmith.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4689225Z [00:03:57.730]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudsmith/cloudsmith_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4745196Z [00:03:57.735]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingant/scrapingant_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4801166Z [00:03:57.741]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingant/scrapingant.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4853639Z [00:03:57.746]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingant/scrapingant_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4907051Z [00:03:57.752]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/front/front.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.4959488Z [00:03:57.757]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/front/front_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5011452Z [00:03:57.762]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/front/front_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5064105Z [00:03:57.767]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dwolla/dwolla_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5116841Z [00:03:57.773]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dwolla/dwolla_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5168748Z [00:03:57.778]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dwolla/dwolla.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5221643Z [00:03:57.783]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openuv/openuv_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5273779Z [00:03:57.788]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openuv/openuv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5326747Z [00:03:57.794]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openuv/openuv_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5380711Z [00:03:57.799]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uploadcare/uploadcare.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5434211Z [00:03:57.804]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uploadcare/uploadcare_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5489948Z [00:03:57.810]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uploadcare/uploadcare_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5543137Z [00:03:57.815]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplynoted/simplynoted_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5597664Z [00:03:57.821]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplynoted/simplynoted.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5650920Z [00:03:57.826]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simplynoted/simplynoted_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5704241Z [00:03:57.831]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/posthog/posthog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5759222Z [00:03:57.837]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/posthog/posthog_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5813278Z [00:03:57.842]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/posthog/posthog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5870095Z [00:03:57.848]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mesibo/mesibo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5926020Z [00:03:57.854]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mesibo/mesibo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.5981800Z [00:03:57.859]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mesibo/mesibo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6040633Z [00:03:57.865]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken/terraformcloudpersonaltoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6099207Z [00:03:57.871]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken/terraformcloudpersonaltoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6158481Z [00:03:57.877]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken/terraformcloudpersonaltoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6220028Z [00:03:57.883]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordbottoken/discordbottoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6280281Z [00:03:57.889]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordbottoken/discordbottoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6341027Z [00:03:57.895]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/discordbottoken/discordbottoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6402241Z [00:03:57.901]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ramp/ramp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6462667Z [00:03:57.907]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ramp/ramp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6523997Z [00:03:57.913]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ramp/ramp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6584895Z [00:03:57.919]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boxoauth/boxoauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6643802Z [00:03:57.925]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boxoauth/boxoauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6701090Z [00:03:57.931]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boxoauth/boxoauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6758865Z [00:03:57.937]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/everhour/everhour_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6816345Z [00:03:57.943]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/everhour/everhour_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6872439Z [00:03:57.948]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/everhour/everhour.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6926603Z [00:03:57.954]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/detectors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.6983830Z [00:03:57.959]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperapi/scraperapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7037922Z [00:03:57.965]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperapi/scraperapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7093488Z [00:03:57.970]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scraperapi/scraperapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7146623Z [00:03:57.976]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/raven/raven.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7201528Z [00:03:57.981]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/raven/raven_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7257255Z [00:03:57.987]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/raven/raven_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7313822Z [00:03:57.992]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mavenlink/mavenlink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7373606Z [00:03:57.998]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mavenlink/mavenlink_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7439145Z [00:03:58.005]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mavenlink/mavenlink_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7494875Z [00:03:58.011]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rev/rev_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7549264Z [00:03:58.016]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rev/rev.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7602100Z [00:03:58.021]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rev/rev_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7657526Z [00:03:58.027]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qubole/qubole_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7711768Z [00:03:58.032]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qubole/qubole_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7766451Z [00:03:58.038]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qubole/qubole.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7821768Z [00:03:58.043]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fileio/fileio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7874655Z [00:03:58.048]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fileio/fileio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7929507Z [00:03:58.054]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fileio/fileio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.7984403Z [00:03:58.059]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pixabay/pixabay_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8040308Z [00:03:58.065]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pixabay/pixabay.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8094016Z [00:03:58.070]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pixabay/pixabay_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8150051Z [00:03:58.076]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datagov/datagov_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8203947Z [00:03:58.081]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datagov/datagov_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8257144Z [00:03:58.087]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datagov/datagov.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8311043Z [00:03:58.092]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/falsepositives.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8367099Z [00:03:58.098]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v2/maxmindlicense_v2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8421575Z [00:03:58.103]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v2/maxmindlicense_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8475043Z [00:03:58.109]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v2/maxmindlicense_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8529674Z [00:03:58.114]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v1/maxmindlicense_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8584542Z [00:03:58.119]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v1/maxmindlicense_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8639531Z [00:03:58.125]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/maxmindlicense/v1/maxmindlicense.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8696314Z [00:03:58.131]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userstack/userstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8750226Z [00:03:58.136]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userstack/userstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8803650Z [00:03:58.141]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/userstack/userstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8857751Z [00:03:58.147]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/liveagent/liveagent_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8909555Z [00:03:58.152]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/liveagent/liveagent_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.8965289Z [00:03:58.158]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/liveagent/liveagent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9020394Z [00:03:58.163]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitmex/bitmex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9071757Z [00:03:58.168]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitmex/bitmex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9124573Z [00:03:58.173]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitmex/bitmex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9177512Z [00:03:58.179]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unifyid/unifyid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9230767Z [00:03:58.184]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unifyid/unifyid_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9286144Z [00:03:58.190]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unifyid/unifyid_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9339103Z [00:03:58.195]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langfuse/langfuse_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9391498Z [00:03:58.200]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langfuse/langfuse_test.go' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9444820Z [00:03:58.206]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/langfuse/langfuse.go' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9498320Z [00:03:58.211]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getemails/getemails_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9552318Z [00:03:58.216]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getemails/getemails_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9610843Z [00:03:58.222]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getemails/getemails.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9665160Z [00:03:58.228]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tefter/tefter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9718692Z [00:03:58.233]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tefter/tefter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9772261Z [00:03:58.238]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tefter/tefter_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9824494Z [00:03:58.244]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagarme/pagarme_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9880393Z [00:03:58.249]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagarme/pagarme.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9933321Z [00:03:58.254]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pagarme/pagarme_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:35.9987342Z [00:03:58.260]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iconfinder/iconfinder_integreation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0040452Z [00:03:58.265]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iconfinder/iconfinder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0093348Z [00:03:58.270]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iconfinder/iconfinder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0145283Z [00:03:58.276]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clarifai/clarifai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0200147Z [00:03:58.281]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clarifai/clarifai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0254775Z [00:03:58.287]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clarifai/clarifai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0309226Z [00:03:58.292]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coda/coda_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0364144Z [00:03:58.297]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coda/coda.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0420256Z [00:03:58.303]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coda/coda_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0475531Z [00:03:58.309]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databox/databox_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0531330Z [00:03:58.314]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databox/databox_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0584784Z [00:03:58.320]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databox/databox.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0640598Z [00:03:58.325]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sugester/sugester_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0697069Z [00:03:58.331]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sugester/sugester_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0753315Z [00:03:58.336]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sugester/sugester.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0811094Z [00:03:58.342]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipinfodb/ipinfodb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0867332Z [00:03:58.348]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipinfodb/ipinfodb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0922059Z [00:03:58.353]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipinfodb/ipinfodb_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.0976852Z [00:03:58.359]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openai/openai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1032430Z [00:03:58.364]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openai/openai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1087356Z [00:03:58.370]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openai/openai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1144178Z [00:03:58.375]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klaviyo/klaviyo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1199456Z [00:03:58.381]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klaviyo/klaviyo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1255416Z [00:03:58.387]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klaviyo/klaviyo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1312257Z [00:03:58.392]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intrinio/intrinio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1366916Z [00:03:58.398]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intrinio/intrinio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1422491Z [00:03:58.403]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intrinio/intrinio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1478575Z [00:03:58.409]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/account_filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1533242Z [00:03:58.414]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchadminkey/azuresearchadminkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1588773Z [00:03:58.420]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchadminkey/azuresearchadminkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1644521Z [00:03:58.425]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresearchadminkey/azuresearchadminkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1700604Z [00:03:58.431]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skrappio/skrappio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1755927Z [00:03:58.437]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skrappio/skrappio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1811881Z [00:03:58.442]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skrappio/skrappio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1870175Z [00:03:58.448]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey/repositorykey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1929730Z [00:03:58.454]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey/repositorykey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.1989047Z [00:03:58.460]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey/repositorykey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2045973Z [00:03:58.466]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snipcart/snipcart_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2101139Z [00:03:58.471]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snipcart/snipcart_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2158772Z [00:03:58.477]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snipcart/snipcart.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2213148Z [00:03:58.482]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormboard/stormboard_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2267516Z [00:03:58.488]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormboard/stormboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2322560Z [00:03:58.493]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stormboard/stormboard_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2377339Z [00:03:58.499]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagga/imagga.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2432657Z [00:03:58.504]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagga/imagga_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2486117Z [00:03:58.510]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagga/imagga_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2540841Z [00:03:58.515]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/feedier/feedier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2597235Z [00:03:58.521]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/feedier/feedier_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2652995Z [00:03:58.526]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/feedier/feedier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2710066Z [00:03:58.532]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_storage/storage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2767195Z [00:03:58.538]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_storage/storage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2821155Z [00:03:58.543]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_storage/storage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2875100Z [00:03:58.549]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kontent/kontent_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2927316Z [00:03:58.554]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kontent/kontent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.2982663Z [00:03:58.559]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kontent/kontent_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3040054Z [00:03:58.565]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken/azuredevopspersonalaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3094113Z [00:03:58.570]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken/azuredevopspersonalaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3148411Z [00:03:58.576]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken/azuredevopspersonalaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3202981Z [00:03:58.581]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blazemeter/blazemeter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3258841Z [00:03:58.587]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blazemeter/blazemeter_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3313518Z [00:03:58.592]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blazemeter/blazemeter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3368373Z [00:03:58.598]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ticketmaster/ticketmaster.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3421970Z [00:03:58.603]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ticketmaster/ticketmaster_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3476876Z [00:03:58.609]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ticketmaster/ticketmaster_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3534054Z [00:03:58.614]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitchaccesstoken/twitchaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3591380Z [00:03:58.620]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitchaccesstoken/twitchaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3648879Z [00:03:58.626]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitchaccesstoken/twitchaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3705270Z [00:03:58.632]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/frameio/frameio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3763094Z [00:03:58.637]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/frameio/frameio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3821250Z [00:03:58.643]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/frameio/frameio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3879915Z [00:03:58.649]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemonsqueezy/lemonsqueezy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3936285Z [00:03:58.655]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemonsqueezy/lemonsqueezy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.3994506Z [00:03:58.660]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemonsqueezy/lemonsqueezy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4050947Z [00:03:58.666]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yousign/yousign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4106383Z [00:03:58.672]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yousign/yousign_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4162534Z [00:03:58.677]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yousign/yousign_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4219075Z [00:03:58.683]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuite/larksuite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4271611Z [00:03:58.688]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuite/larksuite_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4326068Z [00:03:58.694]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/larksuite/larksuite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4381753Z [00:03:58.699]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edenai/edenai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4436806Z [00:03:58.705]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edenai/edenai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4492092Z [00:03:58.710]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edenai/edenai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4546659Z [00:03:58.716]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upwave/upwave_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4600101Z [00:03:58.721]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upwave/upwave.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4654578Z [00:03:58.726]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/upwave/upwave_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4706748Z [00:03:58.732]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/api2cart/api2cart_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4761408Z [00:03:58.737]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/api2cart/api2cart.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4813582Z [00:03:58.742]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/api2cart/api2cart_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4866965Z [00:03:58.748]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubsubscriptionkey/pubnubsubscriptionkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4921387Z [00:03:58.753]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubsubscriptionkey/pubnubsubscriptionkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.4976988Z [00:03:58.759]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pubnubsubscriptionkey/pubnubsubscriptionkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5031497Z [00:03:58.764]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abuseipdb/abuseipdb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5087163Z [00:03:58.770]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abuseipdb/abuseipdb_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5140496Z [00:03:58.775]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/abuseipdb/abuseipdb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5195944Z [00:03:58.781]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbucketapppassword/bitbucketapppassword.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5251181Z [00:03:58.786]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbucketapppassword/bitbucketapppassword_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5304254Z [00:03:58.791]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbucketapppassword/bitbucketapppassword_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5359973Z [00:03:58.797]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/censys/censys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5412913Z [00:03:58.802]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/censys/censys_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5465633Z [00:03:58.808]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/censys/censys_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5520433Z [00:03:58.813]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gumroad/gumroad_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5574422Z [00:03:58.818]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gumroad/gumroad_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5628628Z [00:03:58.824]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gumroad/gumroad.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5682021Z [00:03:58.829]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hunter/hunter_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5736773Z [00:03:58.835]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hunter/hunter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5790105Z [00:03:58.840]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hunter/hunter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5842916Z [00:03:58.845]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/infura/infura_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5894682Z [00:03:58.851]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/infura/infura.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.5947021Z [00:03:58.856]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/infura/infura_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6000202Z [00:03:58.861]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/account_filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6055052Z [00:03:58.866]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intercom/intercom.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6110140Z [00:03:58.872]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intercom/intercom_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6163561Z [00:03:58.877]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intercom/intercom_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6219051Z [00:03:58.883]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pulumi/pulumi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6274362Z [00:03:58.888]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pulumi/pulumi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6329178Z [00:03:58.894]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pulumi/pulumi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6384713Z [00:03:58.899]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pollsapi/pollsapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6437397Z [00:03:58.905]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pollsapi/pollsapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6492401Z [00:03:58.910]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pollsapi/pollsapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6548199Z [00:03:58.916]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/financialmodelingprep/financialmodelingprep.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6601041Z [00:03:58.921]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/financialmodelingprep/financialmodelingprep_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6655297Z [00:03:58.927]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/financialmodelingprep/financialmodelingprep_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6708662Z [00:03:58.932]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cicero/cicero.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6762097Z [00:03:58.937]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cicero/cicero_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6815516Z [00:03:58.943]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cicero/cicero_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6872271Z [00:03:58.948]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shodankey/shodankey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6929514Z [00:03:58.954]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shodankey/shodankey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.6984871Z [00:03:58.960]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shodankey/shodankey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7041041Z [00:03:58.965]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parseur/parseur_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7095173Z [00:03:58.971]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parseur/parseur_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7152769Z [00:03:58.976]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parseur/parseur.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7207784Z [00:03:58.982]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtableoauth/airtableoauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7262226Z [00:03:58.987]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtableoauth/airtableoauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7314078Z [00:03:58.992]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtableoauth/airtableoauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7369269Z [00:03:58.998]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plivo/plivo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7424676Z [00:03:59.004]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plivo/plivo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7479464Z [00:03:59.009]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plivo/plivo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7534474Z [00:03:59.014]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v2/bannerbear_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7589711Z [00:03:59.020]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v2/bannerbear_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7646536Z [00:03:59.026]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v2/bannerbear.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7702246Z [00:03:59.031]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v1/bannerbear_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7757315Z [00:03:59.037]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v1/bannerbear_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7811934Z [00:03:59.042]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bannerbear/v1/bannerbear.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7866587Z [00:03:59.048]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tradier/tradier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7921530Z [00:03:59.053]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tradier/tradier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.7976178Z [00:03:59.059]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tradier/tradier_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8031061Z [00:03:59.064]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artifactory/artifactory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8084221Z [00:03:59.069]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artifactory/artifactory_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8137438Z [00:03:59.075]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artifactory/artifactory_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8190958Z [00:03:59.080]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codemagic/codemagic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8245699Z [00:03:59.086]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codemagic/codemagic_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8301091Z [00:03:59.091]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/codemagic/codemagic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8356136Z [00:03:59.097]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replicate/replicate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8409681Z [00:03:59.102]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replicate/replicate_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8462662Z [00:03:59.107]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/replicate/replicate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8517429Z [00:03:59.113]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/html2pdf/html2pdf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8572197Z [00:03:59.118]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/html2pdf/html2pdf_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8627490Z [00:03:59.124]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/html2pdf/html2pdf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8683091Z [00:03:59.129]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saucelabs/saucelabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8740322Z [00:03:59.135]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saucelabs/saucelabs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8799290Z [00:03:59.141]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saucelabs/saucelabs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8858273Z [00:03:59.147]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rawg/rawg_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8916051Z [00:03:59.153]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rawg/rawg_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.8974617Z [00:03:59.158]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rawg/rawg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9034112Z [00:03:59.164]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anypointoauth2/anypointoauth2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9090742Z [00:03:59.170]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anypointoauth2/anypointoauth2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9147056Z [00:03:59.176]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/anypointoauth2/anypointoauth2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9202771Z [00:03:59.181]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipinfo/ipinfo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9255529Z [00:03:59.187]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipinfo/ipinfo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9309934Z [00:03:59.192]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipinfo/ipinfo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9365541Z [00:03:59.198]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calorieninja/calorieninja.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9421275Z [00:03:59.203]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calorieninja/calorieninja_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9477769Z [00:03:59.209]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calorieninja/calorieninja_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9534672Z [00:03:59.214]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/semaphore/semaphore_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9591604Z [00:03:59.220]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/semaphore/semaphore_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9648851Z [00:03:59.226]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/semaphore/semaphore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9703936Z [00:03:59.231]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moonclerk/moonclerk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9757805Z [00:03:59.237]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moonclerk/moonclerk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9811378Z [00:03:59.242]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moonclerk/moonclerk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9865310Z [00:03:59.248]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/besttime/besttime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9920833Z [00:03:59.253]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/besttime/besttime_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:36.9974858Z [00:03:59.258]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/besttime/besttime_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0029942Z [00:03:59.264]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/veriphone/veriphone_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0081903Z [00:03:59.269]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/veriphone/veriphone_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0135347Z [00:03:59.275]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/veriphone/veriphone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0190540Z [00:03:59.280]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ritekit/ritekit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0244331Z [00:03:59.285]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ritekit/ritekit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0299151Z [00:03:59.291]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ritekit/ritekit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0355872Z [00:03:59.297]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signable/signable_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0410884Z [00:03:59.302]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signable/signable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0467966Z [00:03:59.308]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signable/signable_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0526989Z [00:03:59.314]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instabot/instabot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0583243Z [00:03:59.319]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instabot/instabot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0643096Z [00:03:59.325]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/instabot/instabot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0701281Z [00:03:59.331]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youtubeapikey/youtubeapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0766622Z [00:03:59.337]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youtubeapikey/youtubeapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0815917Z [00:03:59.343]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/youtubeapikey/youtubeapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0873847Z [00:03:59.348]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klipfolio/klipfolio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0932958Z [00:03:59.354]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klipfolio/klipfolio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.0997142Z [00:03:59.360]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/klipfolio/klipfolio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1048693Z [00:03:59.366]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fp_badlist.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1102350Z [00:03:59.371]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/railwayapp/railwayapp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1154291Z [00:03:59.376]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/railwayapp/railwayapp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1207666Z [00:03:59.382]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/railwayapp/railwayapp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1261839Z [00:03:59.387]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/theoddsapi/theoddsapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1313896Z [00:03:59.392]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/theoddsapi/theoddsapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1368246Z [00:03:59.398]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/theoddsapi/theoddsapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1422296Z [00:03:59.403]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tru/tru_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1472811Z [00:03:59.408]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tru/tru_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1525743Z [00:03:59.414]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tru/tru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1581852Z [00:03:59.419]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1638328Z [00:03:59.425]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prodpad/prodpad_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1692797Z [00:03:59.430]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prodpad/prodpad_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1747495Z [00:03:59.436]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prodpad/prodpad.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1799565Z [00:03:59.441]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webexbot/webexbot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1853846Z [00:03:59.446]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webexbot/webexbot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1908262Z [00:03:59.452]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webexbot/webexbot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.1960789Z [00:03:59.457]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitch/twitch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2013054Z [00:03:59.462]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitch/twitch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2066243Z [00:03:59.468]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitch/twitch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2119837Z [00:03:59.473]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prefect/prefect_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2171381Z [00:03:59.478]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prefect/prefect_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2224804Z [00:03:59.484]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prefect/prefect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2299037Z [00:03:59.491]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qase/qase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2364291Z [00:03:59.497]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qase/qase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2423329Z [00:03:59.503]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qase/qase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2483486Z [00:03:59.509]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caflou/caflou.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2544235Z [00:03:59.515]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caflou/caflou_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2605349Z [00:03:59.522]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caflou/caflou_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2664726Z [00:03:59.528]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/powrbot/powrbot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2726360Z [00:03:59.534]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/powrbot/powrbot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2786732Z [00:03:59.540]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/powrbot/powrbot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2849267Z [00:03:59.546]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finnhub/finnhub_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2906885Z [00:03:59.552]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finnhub/finnhub_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.2965360Z [00:03:59.558]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finnhub/finnhub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3023967Z [00:03:59.563]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ftp/ftp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3079850Z [00:03:59.569]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ftp/ftp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3135115Z [00:03:59.575]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ftp/ftp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3194128Z [00:03:59.580]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/billomat/billomat_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3250231Z [00:03:59.586]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/billomat/billomat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3304811Z [00:03:59.592]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/billomat/billomat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3361712Z [00:03:59.597]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getresponse/getresponse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3419406Z [00:03:59.603]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getresponse/getresponse_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3473359Z [00:03:59.608]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getresponse/getresponse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3537301Z [00:03:59.614]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/refiner/refiner_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3586462Z [00:03:59.620]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/refiner/refiner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3642290Z [00:03:59.625]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/refiner/refiner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3699104Z [00:03:59.631]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lunchmoney/lunchmoney.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3753007Z [00:03:59.636]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lunchmoney/lunchmoney_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3807564Z [00:03:59.642]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lunchmoney/lunchmoney_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3861016Z [00:03:59.647]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkspaces/teamworkspaces_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3914701Z [00:03:59.653]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkspaces/teamworkspaces.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.3968307Z [00:03:59.658]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkspaces/teamworkspaces_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4023016Z [00:03:59.663]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcp/gcp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4076200Z [00:03:59.669]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcp/gcp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4129427Z [00:03:59.674]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcp/gcp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4184153Z [00:03:59.679]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opencagedata/opencagedata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4239769Z [00:03:59.685]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opencagedata/opencagedata_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4294540Z [00:03:59.690]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opencagedata/opencagedata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4350010Z [00:03:59.696]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatbot/chatbot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4402406Z [00:03:59.701]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatbot/chatbot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4458448Z [00:03:59.707]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatbot/chatbot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4514058Z [00:03:59.712]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uri/uri.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4572261Z [00:03:59.718]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uri/uri_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4631193Z [00:03:59.724]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/uri/uri_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4690116Z [00:03:59.730]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackhtmltopdfapi/restpackhtmltopdfapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4744562Z [00:03:59.735]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackhtmltopdfapi/restpackhtmltopdfapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4799364Z [00:03:59.741]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/restpackhtmltopdfapi/restpackhtmltopdfapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4855286Z [00:03:59.747]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onelogin/onelogin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4908552Z [00:03:59.752]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onelogin/onelogin_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.4962450Z [00:03:59.757]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onelogin/onelogin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5017160Z [00:03:59.763]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldcoinindex/worldcoinindex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5070634Z [00:03:59.768]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldcoinindex/worldcoinindex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5122916Z [00:03:59.773]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worldcoinindex/worldcoinindex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5176853Z [00:03:59.779]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databrickstoken/databrickstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5230173Z [00:03:59.784]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databrickstoken/databrickstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5283447Z [00:03:59.789]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/databrickstoken/databrickstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5337883Z [00:03:59.795]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dropbox/dropbox_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5391593Z [00:03:59.800]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dropbox/dropbox.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5444062Z [00:03:59.805]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dropbox/dropbox_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5498624Z [00:03:59.811]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tallyfy/tallyfy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5553896Z [00:03:59.816]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tallyfy/tallyfy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5609344Z [00:03:59.822]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tallyfy/tallyfy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5663528Z [00:03:59.827]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveysparrow/surveysparrow_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5717488Z [00:03:59.833]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveysparrow/surveysparrow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5768709Z [00:03:59.838]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/surveysparrow/surveysparrow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5822035Z [00:03:59.843]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mandrill/mandrill_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5878258Z [00:03:59.849]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mandrill/mandrill_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5931725Z [00:03:59.854]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mandrill/mandrill.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.5987285Z [00:03:59.860]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cexio/cexio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6039853Z [00:03:59.865]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cexio/cexio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6091396Z [00:03:59.870]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cexio/cexio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6146817Z [00:03:59.876]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nicereply/nicereply_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6200971Z [00:03:59.881]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nicereply/nicereply_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6254508Z [00:03:59.886]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nicereply/nicereply.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6308805Z [00:03:59.892]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azurecontainerregistry/azurecontainerregistry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6363597Z [00:03:59.897]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azurecontainerregistry/azurecontainerregistry_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6420998Z [00:03:59.903]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azurecontainerregistry/azurecontainerregistry_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6474516Z [00:03:59.908]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docker/docker_auth_config_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6528533Z [00:03:59.914]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docker/docker_auth_config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6583404Z [00:03:59.919]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/docker/docker_auth_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6641991Z [00:03:59.925]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blogger/blogger_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6698445Z [00:03:59.931]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blogger/blogger_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6753902Z [00:03:59.936]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blogger/blogger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6811205Z [00:03:59.942]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pypi/pypi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6867211Z [00:03:59.948]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pypi/pypi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6924737Z [00:03:59.954]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pypi/pypi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.6980674Z [00:03:59.959]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plaidkey/plaidkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7036982Z [00:03:59.965]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plaidkey/plaidkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7093020Z [00:03:59.970]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/plaidkey/plaidkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7151094Z [00:03:59.976]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulbul/bulbul_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7207251Z [00:03:59.982]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulbul/bulbul.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7263505Z [00:03:59.987]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bulbul/bulbul_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7320534Z [00:03:59.993]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforceoauth2/salesforceoauth2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7377591Z [00:03:59.999]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforceoauth2/salesforceoauth2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7433635Z [00:04:00.004]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesforceoauth2/salesforceoauth2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7490184Z [00:04:00.010]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherstack/weatherstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7543902Z [00:04:00.015]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherstack/weatherstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7598797Z [00:04:00.021]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherstack/weatherstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7654629Z [00:04:00.026]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elasticemail/elasticemail_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7712515Z [00:04:00.032]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elasticemail/elasticemail_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7770287Z [00:04:00.038]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elasticemail/elasticemail.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7828683Z [00:04:00.044]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aeroworkflow/aeroworkflow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7881841Z [00:04:00.049]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aeroworkflow/aeroworkflow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7938313Z [00:04:00.055]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aeroworkflow/aeroworkflow_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.7994970Z [00:04:00.061]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/workstack/workstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8048454Z [00:04:00.066]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/workstack/workstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8102350Z [00:04:00.071]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/workstack/workstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8157569Z [00:04:00.077]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enigma/enigma.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8213286Z [00:04:00.082]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enigma/enigma_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8266305Z [00:04:00.088]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/enigma/enigma_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8321201Z [00:04:00.093]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webflow/webflow_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8372802Z [00:04:00.098]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webflow/webflow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8424873Z [00:04:00.104]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/webflow/webflow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8480158Z [00:04:00.109]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signaturit/signaturit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8532236Z [00:04:00.114]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signaturit/signaturit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8584566Z [00:04:00.119]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signaturit/signaturit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8638593Z [00:04:00.125]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipquality/ipquality_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8690506Z [00:04:00.130]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipquality/ipquality_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8744264Z [00:04:00.135]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipquality/ipquality.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8798324Z [00:04:00.141]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/capsulecrm/capsulecrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8851650Z [00:04:00.146]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/capsulecrm/capsulecrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8903652Z [00:04:00.151]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/capsulecrm/capsulecrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.8958073Z [00:04:00.157]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mindmeister/mindmeister.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9012010Z [00:04:00.162]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mindmeister/mindmeister_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9067700Z [00:04:00.168]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mindmeister/mindmeister_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9121777Z [00:04:00.173]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ubidots/ubidots_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9176911Z [00:04:00.179]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ubidots/ubidots_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9232038Z [00:04:00.184]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ubidots/ubidots.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9288197Z [00:04:00.190]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials/gcpapplicationdefaultcredentials_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9343855Z [00:04:00.195]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials/gcpapplicationdefaultcredentials_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9401220Z [00:04:00.201]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials/gcpapplicationdefaultcredentials.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9458900Z [00:04:00.207]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pinata/pinata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9514096Z [00:04:00.212]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pinata/pinata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9570943Z [00:04:00.218]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pinata/pinata_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9628089Z [00:04:00.224]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autopilot/autopilot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9683654Z [00:04:00.229]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autopilot/autopilot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9743509Z [00:04:00.235]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/autopilot/autopilot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9805236Z [00:04:00.242]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alegra/alegra_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9862849Z [00:04:00.247]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alegra/alegra.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9919023Z [00:04:00.253]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alegra/alegra_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:37.9971427Z [00:04:00.258]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unplugg/unplugg_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0023811Z [00:04:00.263]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unplugg/unplugg_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0078809Z [00:04:00.269]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unplugg/unplugg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0130073Z [00:04:00.274]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squarespace/squarespace_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0180989Z [00:04:00.279]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squarespace/squarespace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0232559Z [00:04:00.284]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/squarespace/squarespace_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0284414Z [00:04:00.289]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugsnag/bugsnag_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0336261Z [00:04:00.295]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugsnag/bugsnag_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0389563Z [00:04:00.300]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugsnag/bugsnag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0442939Z [00:04:00.305]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloze/cloze.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0496059Z [00:04:00.311]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloze/cloze_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0551200Z [00:04:00.316]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloze/cloze_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0604850Z [00:04:00.322]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stytch/stytch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0660079Z [00:04:00.327]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stytch/stytch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0713833Z [00:04:00.332]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stytch/stytch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0767489Z [00:04:00.338]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/doppler/doppler_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0820705Z [00:04:00.343]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/doppler/doppler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0874796Z [00:04:00.349]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/doppler/doppler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0929120Z [00:04:00.354]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatfule/chatfule_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.0985597Z [00:04:00.360]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatfule/chatfule_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1038163Z [00:04:00.365]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chatfule/chatfule.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1089927Z [00:04:00.370]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eightxeight/eightxeight.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1141220Z [00:04:00.375]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eightxeight/eightxeight_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1194153Z [00:04:00.380]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eightxeight/eightxeight_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1246686Z [00:04:00.386]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexcloud/iexcloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1300155Z [00:04:00.391]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexcloud/iexcloud_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1353568Z [00:04:00.396]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexcloud/iexcloud_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1406860Z [00:04:00.402]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nugetapikey/nugetapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1457515Z [00:04:00.407]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nugetapikey/nugetapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1510554Z [00:04:00.412]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nugetapikey/nugetapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1563921Z [00:04:00.417]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerotier/zerotier_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1619700Z [00:04:00.423]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerotier/zerotier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1673942Z [00:04:00.428]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerotier/zerotier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1729560Z [00:04:00.434]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/testingbot/testingbot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1782732Z [00:04:00.439]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/testingbot/testingbot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1839742Z [00:04:00.445]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/testingbot/testingbot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1892207Z [00:04:00.450]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/speechtextai/speechtextai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.1947520Z [00:04:00.456]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/speechtextai/speechtextai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2001937Z [00:04:00.461]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/speechtextai/speechtextai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2056553Z [00:04:00.467]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metabase/metabase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2111616Z [00:04:00.472]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metabase/metabase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2166172Z [00:04:00.478]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/metabase/metabase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2221046Z [00:04:00.483]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pushbulletapikey/pushbulletapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2276280Z [00:04:00.489]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pushbulletapikey/pushbulletapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2331165Z [00:04:00.494]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pushbulletapikey/pushbulletapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2386557Z [00:04:00.500]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postman/postman.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2441426Z [00:04:00.505]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postman/postman_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2496220Z [00:04:00.511]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postman/postman_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2550313Z [00:04:00.516]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coveralls/coveralls.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2604565Z [00:04:00.521]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coveralls/coveralls_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2659908Z [00:04:00.527]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coveralls/coveralls_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2716530Z [00:04:00.533]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightapi/flightapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2771955Z [00:04:00.538]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightapi/flightapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2824931Z [00:04:00.544]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightapi/flightapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2880484Z [00:04:00.549]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newsapi/newsapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2933144Z [00:04:00.554]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newsapi/newsapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.2986559Z [00:04:00.560]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newsapi/newsapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3041591Z [00:04:00.565]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lendflow/lendflow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3096559Z [00:04:00.571]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lendflow/lendflow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3150090Z [00:04:00.576]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lendflow/lendflow_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3205622Z [00:04:00.582]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trelloapikey/trelloapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3261328Z [00:04:00.587]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trelloapikey/trelloapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3316625Z [00:04:00.593]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trelloapikey/trelloapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3372672Z [00:04:00.598]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanaoauth/asanaoauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3429210Z [00:04:00.604]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanaoauth/asanaoauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3484722Z [00:04:00.609]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanaoauth/asanaoauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3546209Z [00:04:00.616]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mixmax/mixmax_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3607828Z [00:04:00.622]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mixmax/mixmax.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3668299Z [00:04:00.628]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mixmax/mixmax_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3724763Z [00:04:00.633]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/strava/strava.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3781425Z [00:04:00.639]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/strava/strava_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3839704Z [00:04:00.645]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/strava/strava_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3895384Z [00:04:00.651]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareapitoken/cloudflareapitoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.3950425Z [00:04:00.656]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareapitoken/cloudflareapitoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4008503Z [00:04:00.662]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareapitoken/cloudflareapitoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4064019Z [00:04:00.667]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/siteleaf/siteleaf_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4119414Z [00:04:00.673]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/siteleaf/siteleaf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4172905Z [00:04:00.678]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/siteleaf/siteleaf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4226267Z [00:04:00.684]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v2/buildkite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4279452Z [00:04:00.689]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v2/buildkitev2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4333135Z [00:04:00.694]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v2/buildkite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4386010Z [00:04:00.700]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v1/buildkite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4438530Z [00:04:00.705]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v1/buildkite_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4493135Z [00:04:00.710]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buildkite/v1/buildkite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4546930Z [00:04:00.716]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yelp/yelp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4600333Z [00:04:00.721]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yelp/yelp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4655525Z [00:04:00.727]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yelp/yelp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4712653Z [00:04:00.732]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/easyinsight/easyinsight_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4768007Z [00:04:00.738]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/easyinsight/easyinsight.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4823583Z [00:04:00.743]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/easyinsight/easyinsight_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4878394Z [00:04:00.749]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken/airtablepersonalaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4933462Z [00:04:00.754]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken/airtablepersonalaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.4988054Z [00:04:00.760]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken/airtablepersonalaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5042810Z [00:04:00.765]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supernotesapi/supernotesapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5098569Z [00:04:00.771]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supernotesapi/supernotesapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5151508Z [00:04:00.776]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supernotesapi/supernotesapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5206370Z [00:04:00.782]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boostnote/boostnote.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5260642Z [00:04:00.787]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boostnote/boostnote_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5313740Z [00:04:00.792]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/boostnote/boostnote_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5366779Z [00:04:00.798]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v2/elevenlabs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5419961Z [00:04:00.803]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v2/elevenlabs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5473290Z [00:04:00.808]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v2/elevenlabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5527370Z [00:04:00.814]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v1/elevenlabs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5582563Z [00:04:00.819]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v1/elevenlabs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5635088Z [00:04:00.824]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/elevenlabs/v1/elevenlabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5688819Z [00:04:00.830]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphhopper/graphhopper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5742815Z [00:04:00.835]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphhopper/graphhopper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5799486Z [00:04:00.841]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/graphhopper/graphhopper_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5851714Z [00:04:00.846]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loyverse/loyverse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5906115Z [00:04:00.852]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loyverse/loyverse_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.5960565Z [00:04:00.857]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loyverse/loyverse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6013901Z [00:04:00.862]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudimage/cloudimage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6070106Z [00:04:00.868]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudimage/cloudimage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6126081Z [00:04:00.874]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudimage/cloudimage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6183324Z [00:04:00.879]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onesignal/onesignal_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6240536Z [00:04:00.885]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onesignal/onesignal_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6297064Z [00:04:00.891]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onesignal/onesignal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6353814Z [00:04:00.896]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/languagelayer/languagelayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6411034Z [00:04:00.902]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/languagelayer/languagelayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6468769Z [00:04:00.908]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/languagelayer/languagelayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6524504Z [00:04:00.913]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureappconfigconnectionstring/azureappconfigconnectionstring.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6580638Z [00:04:00.919]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureappconfigconnectionstring/azureappconfigconnectionstring_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6635544Z [00:04:00.925]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureappconfigconnectionstring/azureappconfigconnectionstring_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6691145Z [00:04:00.930]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v2/typeform_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6746582Z [00:04:00.936]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v2/typeform_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6803023Z [00:04:00.941]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v2/typeform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6857894Z [00:04:00.947]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v1/typeform_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6913922Z [00:04:00.952]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v1/typeform_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.6969160Z [00:04:00.958]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/typeform/v1/typeform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7023777Z [00:04:00.963]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exportsdk/exportsdk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7077303Z [00:04:00.969]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exportsdk/exportsdk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7132235Z [00:04:00.974]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exportsdk/exportsdk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7187097Z [00:04:00.980]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meraki/meraki_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7244828Z [00:04:00.985]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meraki/meraki.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7302715Z [00:04:00.991]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meraki/meraki_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7361413Z [00:04:00.997]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocode/geocode_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7418141Z [00:04:01.003]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocode/geocode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7473030Z [00:04:01.008]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geocode/geocode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7526591Z [00:04:01.014]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencylayer/currencylayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7580605Z [00:04:01.019]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencylayer/currencylayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7633963Z [00:04:01.024]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencylayer/currencylayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7691308Z [00:04:01.030]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hellosign/hellosign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7746612Z [00:04:01.036]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hellosign/hellosign_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7803467Z [00:04:01.041]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hellosign/hellosign_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7857223Z [00:04:01.047]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signalwire/signalwire.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7914100Z [00:04:01.052]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signalwire/signalwire_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.7969433Z [00:04:01.058]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signalwire/signalwire_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8024392Z [00:04:01.063]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/numverify/numverify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8085339Z [00:04:01.070]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/numverify/numverify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8143496Z [00:04:01.075]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/numverify/numverify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8200920Z [00:04:01.081]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sanity/sanity_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8259663Z [00:04:01.087]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sanity/sanity.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8315697Z [00:04:01.093]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sanity/sanity_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8376343Z [00:04:01.099]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loggly/loggly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8435199Z [00:04:01.105]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loggly/loggly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8494380Z [00:04:01.110]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loggly/loggly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8554763Z [00:04:01.116]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jupiterone/jupiterone_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8612962Z [00:04:01.122]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jupiterone/jupiterone_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8668674Z [00:04:01.128]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jupiterone/jupiterone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8724208Z [00:04:01.133]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aha/aha_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8779754Z [00:04:01.139]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aha/aha.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8834802Z [00:04:01.144]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aha/aha_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8890611Z [00:04:01.150]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/documo/documo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.8943074Z [00:04:01.155]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/documo/documo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9000283Z [00:04:01.161]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/documo/documo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9056208Z [00:04:01.167]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nylas/nylas.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9110069Z [00:04:01.172]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nylas/nylas_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9162886Z [00:04:01.177]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nylas/nylas_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9217620Z [00:04:01.183]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanban/kanban.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9271174Z [00:04:01.188]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanban/kanban_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9323884Z [00:04:01.193]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kanban/kanban_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9378637Z [00:04:01.199]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/messagebird/messagebird_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9433287Z [00:04:01.204]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/messagebird/messagebird.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9486751Z [00:04:01.210]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/messagebird/messagebird_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9541507Z [00:04:01.215]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetbasicauth/mailjetbasicauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9596151Z [00:04:01.221]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetbasicauth/mailjetbasicauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9652050Z [00:04:01.226]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetbasicauth/mailjetbasicauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9709015Z [00:04:01.232]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sumologickey/sumologickey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9766555Z [00:04:01.238]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sumologickey/sumologickey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9824589Z [00:04:01.243]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sumologickey/sumologickey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9881674Z [00:04:01.249]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodeapi/zipcodeapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9937286Z [00:04:01.255]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodeapi/zipcodeapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:38.9992396Z [00:04:01.260]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zipcodeapi/zipcodeapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0047061Z [00:04:01.266]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alchemy/alchemy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0102094Z [00:04:01.271]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alchemy/alchemy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0157774Z [00:04:01.277]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alchemy/alchemy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0213179Z [00:04:01.282]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ayrshare/ayrshare_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0268423Z [00:04:01.288]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ayrshare/ayrshare.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0323523Z [00:04:01.293]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ayrshare/ayrshare_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0387745Z [00:04:01.299]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloverly/cloverly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0439085Z [00:04:01.305]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloverly/cloverly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0494134Z [00:04:01.310]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloverly/cloverly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0547279Z [00:04:01.316]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/column/column_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0603487Z [00:04:01.321]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/column/column_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0658961Z [00:04:01.327]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/column/column.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0712317Z [00:04:01.332]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken/vagrantcloudpersonaltoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0766970Z [00:04:01.338]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken/vagrantcloudpersonaltoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0822613Z [00:04:01.343]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken/vagrantcloudpersonaltoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0879447Z [00:04:01.349]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wrike/wrike_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0937904Z [00:04:01.355]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wrike/wrike_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.0994334Z [00:04:01.360]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wrike/wrike.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1052469Z [00:04:01.366]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerobounce/zerobounce_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1119779Z [00:04:01.373]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerobounce/zerobounce_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1173188Z [00:04:01.378]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zerobounce/zerobounce.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1227499Z [00:04:01.384]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/keenio/keenio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1280561Z [00:04:01.389]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/keenio/keenio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1333678Z [00:04:01.394]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/keenio/keenio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1391821Z [00:04:01.400]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/budibase/budibase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1446265Z [00:04:01.406]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/budibase/budibase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1500912Z [00:04:01.411]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/budibase/budibase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1557173Z [00:04:01.417]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterwritekey/satismeterwritekey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1612352Z [00:04:01.422]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterwritekey/satismeterwritekey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1665915Z [00:04:01.428]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterwritekey/satismeterwritekey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1721635Z [00:04:01.433]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caspio/caspio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1776460Z [00:04:01.439]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caspio/caspio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1829092Z [00:04:01.444]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/caspio/caspio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1883378Z [00:04:01.449]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeuserkey/airbrakeuserkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1936846Z [00:04:01.455]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeuserkey/airbrakeuserkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.1992905Z [00:04:01.460]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airbrakeuserkey/airbrakeuserkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2046373Z [00:04:01.466]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hiveage/hiveage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2103418Z [00:04:01.471]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hiveage/hiveage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2158738Z [00:04:01.477]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hiveage/hiveage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2213420Z [00:04:01.482]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holistic/holistic_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2269474Z [00:04:01.488]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holistic/holistic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2326624Z [00:04:01.494]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holistic/holistic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2385024Z [00:04:01.499]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstock/shutterstock_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2441671Z [00:04:01.505]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstock/shutterstock_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2497363Z [00:04:01.511]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shutterstock/shutterstock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2554819Z [00:04:01.517]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finage/finage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2610938Z [00:04:01.522]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finage/finage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2667693Z [00:04:01.528]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/finage/finage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2725449Z [00:04:01.534]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eraser/eraser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2782120Z [00:04:01.539]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eraser/eraser_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2839945Z [00:04:01.545]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/eraser/eraser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2898200Z [00:04:01.551]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shotstack/shotstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.2956437Z [00:04:01.557]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shotstack/shotstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3011421Z [00:04:01.562]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shotstack/shotstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3068300Z [00:04:01.568]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onedesk/onedesk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3124315Z [00:04:01.573]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onedesk/onedesk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3181438Z [00:04:01.579]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onedesk/onedesk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3240296Z [00:04:01.585]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rapidapi/rapidapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3299099Z [00:04:01.591]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rapidapi/rapidapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3352655Z [00:04:01.596]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rapidapi/rapidapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3407991Z [00:04:01.602]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/collect2/collect2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3461823Z [00:04:01.607]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/collect2/collect2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3516850Z [00:04:01.613]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/collect2/collect2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3574049Z [00:04:01.618]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapquest/mapquest_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3630433Z [00:04:01.624]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapquest/mapquest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3689917Z [00:04:01.630]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mapquest/mapquest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3746394Z [00:04:01.636]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paperform/paperform_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3801904Z [00:04:01.641]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paperform/paperform_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3857465Z [00:04:01.647]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paperform/paperform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3914618Z [00:04:01.652]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimatic/apimatic_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.3967022Z [00:04:01.658]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimatic/apimatic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4019900Z [00:04:01.663]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apimatic/apimatic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4075376Z [00:04:01.669]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/peopledatalabs/peopledatalabs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4132952Z [00:04:01.674]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/peopledatalabs/peopledatalabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4190735Z [00:04:01.680]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/peopledatalabs/peopledatalabs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4244868Z [00:04:01.685]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightlabs/flightlabs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4301843Z [00:04:01.691]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightlabs/flightlabs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4354419Z [00:04:01.696]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightlabs/flightlabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4410158Z [00:04:01.702]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/livestorm/livestorm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4465448Z [00:04:01.708]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/livestorm/livestorm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4520908Z [00:04:01.713]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/livestorm/livestorm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4578160Z [00:04:01.719]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ibmclouduserkey/ibmclouduserkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4634727Z [00:04:01.724]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ibmclouduserkey/ibmclouduserkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4693096Z [00:04:01.730]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ibmclouduserkey/ibmclouduserkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4752546Z [00:04:01.736]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainertoken/portainertoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4808607Z [00:04:01.742]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainertoken/portainertoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4863768Z [00:04:01.747]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainertoken/portainertoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4921164Z [00:04:01.753]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twelvedata/twelvedata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.4974340Z [00:04:01.758]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twelvedata/twelvedata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5031869Z [00:04:01.764]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twelvedata/twelvedata_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5087230Z [00:04:01.770]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertapi/convertapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5142084Z [00:04:01.775]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertapi/convertapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5198660Z [00:04:01.781]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertapi/convertapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5255258Z [00:04:01.787]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendarific/calendarific.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5311684Z [00:04:01.792]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendarific/calendarific_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5365370Z [00:04:01.798]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendarific/calendarific_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5420101Z [00:04:01.803]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/disqus/disqus_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5473747Z [00:04:01.808]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/disqus/disqus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5529095Z [00:04:01.814]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/disqus/disqus_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5583513Z [00:04:01.819]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/cracker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5636582Z [00:04:01.825]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/privatekey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5690633Z [00:04:01.830]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/fingerprint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5746739Z [00:04:01.836]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/ssh_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5800346Z [00:04:01.841]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/cracker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5857454Z [00:04:01.847]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/privatekey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5911641Z [00:04:01.852]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/privatekey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.5969952Z [00:04:01.858]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/normalize.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6025733Z [00:04:01.864]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/list.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6081956Z [00:04:01.869]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/privatekey/ssh_integration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6137825Z [00:04:01.875]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlayer/coinlayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6191227Z [00:04:01.880]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlayer/coinlayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6245022Z [00:04:01.885]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinlayer/coinlayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6301671Z [00:04:01.891]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/honeycomb/honeycomb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6355983Z [00:04:01.897]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/honeycomb/honeycomb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6411645Z [00:04:01.902]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/honeycomb/honeycomb_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6471077Z [00:04:01.908]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sparkpost/sparkpost.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6529814Z [00:04:01.914]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sparkpost/sparkpost_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6587709Z [00:04:01.920]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sparkpost/sparkpost_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6645259Z [00:04:01.926]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepgram/deepgram.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6700260Z [00:04:01.931]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepgram/deepgram_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6756622Z [00:04:01.937]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deepgram/deepgram_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6810942Z [00:04:01.942]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/generic/generic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6864596Z [00:04:01.947]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/generic/generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6920465Z [00:04:01.953]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/generic/generic_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.6975425Z [00:04:01.959]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/demio/demio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7030715Z [00:04:01.964]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/demio/demio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7088029Z [00:04:01.970]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/demio/demio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7142537Z [00:04:01.975]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signupgenius/signupgenius.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7197154Z [00:04:01.981]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signupgenius/signupgenius_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7249914Z [00:04:01.986]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/signupgenius/signupgenius_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7305550Z [00:04:01.992]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supabasetoken/supabasetoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7362417Z [00:04:01.997]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supabasetoken/supabasetoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7418840Z [00:04:02.003]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/supabasetoken/supabasetoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7477197Z [00:04:02.009]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/agora/agora_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7533912Z [00:04:02.014]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/agora/agora_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7591405Z [00:04:02.020]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/agora/agora.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7649663Z [00:04:02.026]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formbucket/formbucket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7708756Z [00:04:02.032]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formbucket/formbucket_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7768093Z [00:04:02.038]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formbucket/formbucket_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7825745Z [00:04:02.044]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fxmarket/fxmarket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7884679Z [00:04:02.049]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fxmarket/fxmarket_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.7946767Z [00:04:02.056]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fxmarket/fxmarket_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8006001Z [00:04:02.062]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/couchbase/couchbase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8066778Z [00:04:02.068]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/couchbase/couchbase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8126390Z [00:04:02.074]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/couchbase/couchbase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8184821Z [00:04:02.079]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredirectmanagementkey/azuredirectmanagementkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8243300Z [00:04:02.085]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredirectmanagementkey/azuredirectmanagementkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8299870Z [00:04:02.091]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuredirectmanagementkey/azuredirectmanagementkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8356503Z [00:04:02.097]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cryptocompare/cryptocompare.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8413708Z [00:04:02.102]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cryptocompare/cryptocompare_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8471449Z [00:04:02.108]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cryptocompare/cryptocompare_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8528027Z [00:04:02.114]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worksnaps/worksnaps_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8584746Z [00:04:02.120]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worksnaps/worksnaps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8639200Z [00:04:02.125]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/worksnaps/worksnaps_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8693998Z [00:04:02.130]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/proxycrawl/proxycrawl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8749130Z [00:04:02.136]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/proxycrawl/proxycrawl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8803377Z [00:04:02.141]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/proxycrawl/proxycrawl_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8859137Z [00:04:02.147]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_openai/azure_openai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8914250Z [00:04:02.152]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_openai/azure_openai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.8969252Z [00:04:02.158]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_openai/azure_openai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9022207Z [00:04:02.163]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reachmail/reachmail.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9077415Z [00:04:02.169]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reachmail/reachmail_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9130590Z [00:04:02.174]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reachmail/reachmail_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9186205Z [00:04:02.179]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/runrunit/runrunit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9239900Z [00:04:02.185]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/runrunit/runrunit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9296778Z [00:04:02.191]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/runrunit/runrunit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9351174Z [00:04:02.196]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amadeus/amadeus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9405574Z [00:04:02.202]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amadeus/amadeus_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9460715Z [00:04:02.207]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/amadeus/amadeus_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9515895Z [00:04:02.213]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v2/godaddy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9570843Z [00:04:02.218]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v2/godaddy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9624574Z [00:04:02.223]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v2/godaddy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9680329Z [00:04:02.229]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v1/godaddy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9734313Z [00:04:02.234]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v1/godaddy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9787559Z [00:04:02.240]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/godaddy/v1/godaddy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9838777Z [00:04:02.245]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pivotaltracker/pivotaltracker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9892158Z [00:04:02.250]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pivotaltracker/pivotaltracker_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:39.9948056Z [00:04:02.256]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pivotaltracker/pivotaltracker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0004903Z [00:04:02.261]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airship/airship_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0061445Z [00:04:02.267]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airship/airship_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0120541Z [00:04:02.273]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/airship/airship.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0179647Z [00:04:02.279]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openvpn/openvpn_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0236273Z [00:04:02.285]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openvpn/openvpn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0291742Z [00:04:02.290]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/openvpn/openvpn_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0346535Z [00:04:02.296]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipstack/ipstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0401437Z [00:04:02.301]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipstack/ipstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0454511Z [00:04:02.306]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipstack/ipstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0510670Z [00:04:02.312]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbar/bitbar_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0565620Z [00:04:02.318]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbar/bitbar.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0618883Z [00:04:02.323]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitbar/bitbar_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0672095Z [00:04:02.328]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simfin/simfin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0724464Z [00:04:02.333]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simfin/simfin_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0776112Z [00:04:02.339]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simfin/simfin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0828746Z [00:04:02.344]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitfinex/bitfinex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0881032Z [00:04:02.349]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitfinex/bitfinex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0933667Z [00:04:02.354]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitfinex/bitfinex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.0986851Z [00:04:02.360]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalr/scalr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1039382Z [00:04:02.365]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalr/scalr_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1092220Z [00:04:02.370]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scalr/scalr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1146742Z [00:04:02.376]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apollo/apollo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1200031Z [00:04:02.381]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apollo/apollo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1254172Z [00:04:02.386]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apollo/apollo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1308350Z [00:04:02.392]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reallysimplesystems/reallysimplesystems.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1361797Z [00:04:02.397]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reallysimplesystems/reallysimplesystems_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1415690Z [00:04:02.403]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/reallysimplesystems/reallysimplesystems_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1469832Z [00:04:02.408]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rownd/rownd_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1525627Z [00:04:02.414]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rownd/rownd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1583281Z [00:04:02.419]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rownd/rownd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1639628Z [00:04:02.425]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/survicate/survicate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1694811Z [00:04:02.430]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/survicate/survicate_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1748760Z [00:04:02.436]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/survicate/survicate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1802194Z [00:04:02.441]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rechargepayments/rechargepayments.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1858300Z [00:04:02.447]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rechargepayments/rechargepayments_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1912472Z [00:04:02.452]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rechargepayments/rechargepayments_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.1965229Z [00:04:02.458]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oanda/oanda_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2019399Z [00:04:02.463]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oanda/oanda.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2072649Z [00:04:02.468]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oanda/oanda_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2126549Z [00:04:02.474]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdflayer/pdflayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2180064Z [00:04:02.479]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdflayer/pdflayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2232450Z [00:04:02.484]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdflayer/pdflayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2287214Z [00:04:02.490]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/optimizely/optimizely_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2337985Z [00:04:02.495]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/optimizely/optimizely_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2390263Z [00:04:02.500]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/optimizely/optimizely.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2444202Z [00:04:02.505]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cashboard/cashboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2497509Z [00:04:02.511]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cashboard/cashboard_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2550216Z [00:04:02.516]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cashboard/cashboard_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2603311Z [00:04:02.521]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/juro/juro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2657888Z [00:04:02.527]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/juro/juro_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2711826Z [00:04:02.532]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/juro/juro_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2767183Z [00:04:02.538]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/okta/okta_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2822070Z [00:04:02.543]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/okta/okta_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2877646Z [00:04:02.549]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/okta/okta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2937642Z [00:04:02.555]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/locationiq/locationiq_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.2995072Z [00:04:02.561]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/locationiq/locationiq_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3053399Z [00:04:02.566]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/locationiq/locationiq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3111605Z [00:04:02.572]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/knapsackpro/knapsackpro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3169850Z [00:04:02.578]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/knapsackpro/knapsackpro_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3228631Z [00:04:02.584]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/knapsackpro/knapsackpro_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3285535Z [00:04:02.590]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artsy/artsy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3343024Z [00:04:02.595]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artsy/artsy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3422187Z [00:04:02.602]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/artsy/artsy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3459024Z [00:04:02.606]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thousandeyes/thousandeyes_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3507224Z [00:04:02.612]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thousandeyes/thousandeyes_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3560635Z [00:04:02.617]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/thousandeyes/thousandeyes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3613810Z [00:04:02.622]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v2/apikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3667466Z [00:04:02.628]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v2/apikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3724066Z [00:04:02.633]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v2/apikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3778972Z [00:04:02.639]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v1/apikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3831608Z [00:04:02.644]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v1/apikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3884804Z [00:04:02.650]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hubspot_apikey/v1/apikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3938921Z [00:04:02.655]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linkpreview/linkpreview_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.3992055Z [00:04:02.660]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linkpreview/linkpreview_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4046524Z [00:04:02.666]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/linkpreview/linkpreview.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4101922Z [00:04:02.671]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buttercms/buttercms_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4155741Z [00:04:02.677]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buttercms/buttercms_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4210252Z [00:04:02.682]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buttercms/buttercms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4263750Z [00:04:02.687]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesflare/salesflare_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4318482Z [00:04:02.693]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesflare/salesflare_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4372766Z [00:04:02.698]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesflare/salesflare.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4427724Z [00:04:02.704]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paralleldots/paralleldots_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4481142Z [00:04:02.709]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paralleldots/paralleldots_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4537647Z [00:04:02.715]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paralleldots/paralleldots.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4594968Z [00:04:02.720]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/closecrm/close_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4652377Z [00:04:02.726]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/closecrm/close_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4709282Z [00:04:02.732]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/closecrm/close.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4763963Z [00:04:02.737]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fibery/fibery.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4820337Z [00:04:02.743]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fibery/fibery_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4873071Z [00:04:02.748]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fibery/fibery_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4927039Z [00:04:02.754]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teletype/teletype.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.4982653Z [00:04:02.759]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teletype/teletype_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5038526Z [00:04:02.765]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teletype/teletype_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5090703Z [00:04:02.770]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgist/getgist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5142463Z [00:04:02.775]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgist/getgist_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5193854Z [00:04:02.780]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgist/getgist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5247566Z [00:04:02.786]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hashicorpvaultauth/hashicorpvaultauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5298948Z [00:04:02.791]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hashicorpvaultauth/hashicorpvaultauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5352327Z [00:04:02.796]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hashicorpvaultauth/hashicorpvaultauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5407970Z [00:04:02.802]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterprojectkey/satismeterprojectkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5461262Z [00:04:02.807]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterprojectkey/satismeterprojectkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5515233Z [00:04:02.812]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/satismeterprojectkey/satismeterprojectkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5569948Z [00:04:02.818]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paypaloauth/paypaloauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5623176Z [00:04:02.823]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paypaloauth/paypaloauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5675203Z [00:04:02.829]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paypaloauth/paypaloauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5727846Z [00:04:02.834]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/multi_part_credential_provider_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5782809Z [00:04:02.839]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/splunkobservabilitytoken/splunkobservabilitytoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5834775Z [00:04:02.844]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/splunkobservabilitytoken/splunkobservabilitytoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5889798Z [00:04:02.850]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/splunkobservabilitytoken/splunkobservabilitytoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5943413Z [00:04:02.855]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postbacks/postbacks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.5999053Z [00:04:02.861]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postbacks/postbacks_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6052900Z [00:04:02.866]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postbacks/postbacks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6107488Z [00:04:02.872]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timezoneapi/timezoneapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6162213Z [00:04:02.877]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timezoneapi/timezoneapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6217495Z [00:04:02.883]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/timezoneapi/timezoneapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6273099Z [00:04:02.888]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paystack/paystack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6329658Z [00:04:02.894]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paystack/paystack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6386435Z [00:04:02.900]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paystack/paystack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6441929Z [00:04:02.905]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/confluent/confluent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6498559Z [00:04:02.911]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/confluent/confluent_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6553204Z [00:04:02.916]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/confluent/confluent_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6610266Z [00:04:02.922]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meaningcloud/meaningcloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6668083Z [00:04:02.928]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meaningcloud/meaningcloud_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6722557Z [00:04:02.933]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/meaningcloud/meaningcloud_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6777272Z [00:04:02.939]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storychief/storychief_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6831848Z [00:04:02.944]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storychief/storychief.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6884585Z [00:04:02.950]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storychief/storychief_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6938998Z [00:04:02.955]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formio/formio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.6994246Z [00:04:02.960]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formio/formio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7047716Z [00:04:02.966]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/formio/formio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7100926Z [00:04:02.971]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuscake/statuscake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7153454Z [00:04:02.976]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuscake/statuscake_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7207921Z [00:04:02.982]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuscake/statuscake_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7263725Z [00:04:02.987]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buddyns/buddyns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7320504Z [00:04:02.993]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buddyns/buddyns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7376911Z [00:04:02.999]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/buddyns/buddyns_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7433745Z [00:04:03.004]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/etherscan/etherscan_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7490204Z [00:04:03.010]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/etherscan/etherscan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7543872Z [00:04:03.015]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/etherscan/etherscan_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7599442Z [00:04:03.021]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rootly/rootly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7654587Z [00:04:03.026]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rootly/rootly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7709982Z [00:04:03.032]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rootly/rootly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7764359Z [00:04:03.037]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/invoiceocean/invoiceocean.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7820156Z [00:04:03.043]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/invoiceocean/invoiceocean_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7874437Z [00:04:03.048]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/invoiceocean/invoiceocean_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7929604Z [00:04:03.054]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zonkafeedback/zonkafeedback_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.7988257Z [00:04:03.060]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zonkafeedback/zonkafeedback_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8042776Z [00:04:03.065]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zonkafeedback/zonkafeedback.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8097175Z [00:04:03.071]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/envoyapikey/envoyapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8151070Z [00:04:03.076]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/envoyapikey/envoyapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8204710Z [00:04:03.082]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/envoyapikey/envoyapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8258373Z [00:04:03.087]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sportsmonk/sportsmonk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8313822Z [00:04:03.092]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sportsmonk/sportsmonk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8367671Z [00:04:03.098]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sportsmonk/sportsmonk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8424462Z [00:04:03.103]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandadoc/pandadoc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8479544Z [00:04:03.109]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandadoc/pandadoc_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8532664Z [00:04:03.114]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pandadoc/pandadoc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8586902Z [00:04:03.120]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8639892Z [00:04:03.125]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fleetbase/fleetbase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8692141Z [00:04:03.130]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fleetbase/fleetbase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8743667Z [00:04:03.135]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fleetbase/fleetbase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8796020Z [00:04:03.141]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browserstack/browserstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8847512Z [00:04:03.146]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browserstack/browserstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8902180Z [00:04:03.151]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/browserstack/browserstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.8954631Z [00:04:03.156]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymoapp/paymoapp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9007003Z [00:04:03.162]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymoapp/paymoapp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9062029Z [00:04:03.167]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paymoapp/paymoapp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9117537Z [00:04:03.173]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hereapi/hereapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9171463Z [00:04:03.178]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hereapi/hereapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9223790Z [00:04:03.183]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hereapi/hereapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9278110Z [00:04:03.189]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mockaroo/mockaroo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9331552Z [00:04:03.194]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mockaroo/mockaroo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9386462Z [00:04:03.200]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mockaroo/mockaroo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9441657Z [00:04:03.205]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deno/denodeploy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9495975Z [00:04:03.211]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deno/denodeploy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9550416Z [00:04:03.216]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deno/denodeploy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9604052Z [00:04:03.221]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fp_uuids.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9659909Z [00:04:03.227]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cannyio/cannyio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9715365Z [00:04:03.233]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cannyio/cannyio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9771580Z [00:04:03.238]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cannyio/cannyio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9827457Z [00:04:03.244]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deputy/deputy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9881439Z [00:04:03.249]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deputy/deputy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9933994Z [00:04:03.254]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/deputy/deputy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:40.9987125Z [00:04:03.260]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adzuna/adzuna.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0042289Z [00:04:03.265]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adzuna/adzuna_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0096895Z [00:04:03.271]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/adzuna/adzuna_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0153417Z [00:04:03.276]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tokeet/tokeet_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0211373Z [00:04:03.282]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tokeet/tokeet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0272808Z [00:04:03.288]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tokeet/tokeet_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0333249Z [00:04:03.294]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blitapp/blitapp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0392740Z [00:04:03.300]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blitapp/blitapp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0452271Z [00:04:03.306]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blitapp/blitapp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0512691Z [00:04:03.312]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/web3storage/web3storage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0573523Z [00:04:03.318]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/web3storage/web3storage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0634169Z [00:04:03.324]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/web3storage/web3storage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0693258Z [00:04:03.330]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groq/groq_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0751975Z [00:04:03.336]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groq/groq_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0811091Z [00:04:03.342]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/groq/groq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0869832Z [00:04:03.348]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendlyapikey/calendlyapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0923334Z [00:04:03.353]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendlyapikey/calendlyapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.0976617Z [00:04:03.359]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/calendlyapikey/calendlyapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1030945Z [00:04:03.364]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dailyco/dailyco.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1084380Z [00:04:03.369]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dailyco/dailyco_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1139032Z [00:04:03.375]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dailyco/dailyco_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1193378Z [00:04:03.380]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loginradius/loginradius_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1250591Z [00:04:03.386]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loginradius/loginradius_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1306240Z [00:04:03.392]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loginradius/loginradius.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1362755Z [00:04:03.397]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v2/accuweather_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1418447Z [00:04:03.403]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v2/accuweather_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1474145Z [00:04:03.408]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v2/accuweather.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1530510Z [00:04:03.414]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v1/accuweather_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1584264Z [00:04:03.419]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v1/accuweather_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1639102Z [00:04:03.425]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/accuweather/v1/accuweather.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1692569Z [00:04:03.430]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postmark/postmark_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1747508Z [00:04:03.436]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postmark/postmark.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1801792Z [00:04:03.441]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postmark/postmark_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1854833Z [00:04:03.447]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clicksendsms/clicksendsms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1907735Z [00:04:03.452]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clicksendsms/clicksendsms_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.1961090Z [00:04:03.457]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clicksendsms/clicksendsms_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2015671Z [00:04:03.463]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/insightly/insightly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2070755Z [00:04:03.468]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/insightly/insightly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2124029Z [00:04:03.473]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/insightly/insightly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2180668Z [00:04:03.479]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commercejs/commercejs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2233395Z [00:04:03.484]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commercejs/commercejs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2288430Z [00:04:03.490]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commercejs/commercejs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2344184Z [00:04:03.495]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serpstack/serpstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2401395Z [00:04:03.501]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serpstack/serpstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2456887Z [00:04:03.507]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/serpstack/serpstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2511997Z [00:04:03.512]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetsms/mailjetsms_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2566782Z [00:04:03.518]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetsms/mailjetsms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2620948Z [00:04:03.523]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailjetsms/mailjetsms_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2675580Z [00:04:03.529]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stitchdata/stitchdata_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2730528Z [00:04:03.534]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stitchdata/stitchdata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2785311Z [00:04:03.540]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stitchdata/stitchdata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2842835Z [00:04:03.545]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/roaring/roaring_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2902003Z [00:04:03.551]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/roaring/roaring.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.2959190Z [00:04:03.557]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/roaring/roaring_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3017688Z [00:04:03.563]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qualaroo/qualaroo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3075687Z [00:04:03.569]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qualaroo/qualaroo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3133434Z [00:04:03.574]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/qualaroo/qualaroo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3189600Z [00:04:03.580]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mrticktock/mrticktok_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3246368Z [00:04:03.586]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mrticktock/mrticktock_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3301938Z [00:04:03.591]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mrticktock/mrticktock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3359759Z [00:04:03.597]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edamam/edamam.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3415713Z [00:04:03.603]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edamam/edamam_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3473577Z [00:04:03.608]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/edamam/edamam_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3531096Z [00:04:03.614]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vultrapikey/vultrapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3589687Z [00:04:03.620]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vultrapikey/vultrapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3645551Z [00:04:03.626]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vultrapikey/vultrapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3701410Z [00:04:03.631]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lokalisetoken/lokalisetoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3761577Z [00:04:03.637]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lokalisetoken/lokalisetoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3819480Z [00:04:03.643]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lokalisetoken/lokalisetoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3876109Z [00:04:03.649]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/whoxy/whoxy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3933223Z [00:04:03.654]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/whoxy/whoxy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.3996394Z [00:04:03.661]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/whoxy/whoxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4062586Z [00:04:03.667]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedrive/pipedrive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4123023Z [00:04:03.673]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedrive/pipedrive_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4181140Z [00:04:03.679]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pipedrive/pipedrive_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4241879Z [00:04:03.685]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/d7network/d7network.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4302176Z [00:04:03.691]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/d7network/d7network_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4360434Z [00:04:03.697]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/d7network/d7network_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4416186Z [00:04:03.703]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ethplorer/ethplorer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4479554Z [00:04:03.709]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ethplorer/ethplorer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4542436Z [00:04:03.715]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ethplorer/ethplorer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4602559Z [00:04:03.721]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clinchpad/clinchpad_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4659716Z [00:04:03.727]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clinchpad/clinchpad.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4717395Z [00:04:03.733]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clinchpad/clinchpad_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4778857Z [00:04:03.739]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugherd/bugherd_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4840672Z [00:04:03.745]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugherd/bugherd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4900416Z [00:04:03.751]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bugherd/bugherd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.4957812Z [00:04:03.757]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherbit/weatherbit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5016545Z [00:04:03.763]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherbit/weatherbit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5076697Z [00:04:03.769]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/weatherbit/weatherbit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5136331Z [00:04:03.775]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareglobalapikey/cloudflareglobalapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5192078Z [00:04:03.780]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareglobalapikey/cloudflareglobalapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5252155Z [00:04:03.786]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudflareglobalapikey/cloudflareglobalapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5311830Z [00:04:03.792]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitter/gitter_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5373450Z [00:04:03.798]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitter/gitter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5432869Z [00:04:03.804]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gitter/gitter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5490127Z [00:04:03.810]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/luno/luno.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5546912Z [00:04:03.816]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/luno/luno_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5605250Z [00:04:03.821]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/luno/luno_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5657063Z [00:04:03.827]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v2/circleci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5713729Z [00:04:03.832]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v2/circleci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5769069Z [00:04:03.838]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v2/circleci_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5825700Z [00:04:03.844]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v1/circleci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5882172Z [00:04:03.849]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v1/circleci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5937141Z [00:04:03.855]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/circleci/v1/circleci_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.5992922Z [00:04:03.860]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loadmill/loadmill.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6050146Z [00:04:03.866]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loadmill/loadmill_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6104084Z [00:04:03.871]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/loadmill/loadmill_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6161001Z [00:04:03.877]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemlist/lemlist_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6216377Z [00:04:03.883]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemlist/lemlist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6274893Z [00:04:03.888]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lemlist/lemlist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6334913Z [00:04:03.894]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinapi/coinapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6394085Z [00:04:03.900]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinapi/coinapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6456388Z [00:04:03.907]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/coinapi/coinapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6518238Z [00:04:03.913]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fulcrum/fulcrum_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6581609Z [00:04:03.919]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fulcrum/fulcrum_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6643596Z [00:04:03.925]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fulcrum/fulcrum.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6704395Z [00:04:03.931]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpcrunch/helpcrunch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6764082Z [00:04:03.937]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpcrunch/helpcrunch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6823452Z [00:04:03.943]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/helpcrunch/helpcrunch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6882692Z [00:04:03.949]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsehub/parsehub_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6940340Z [00:04:03.955]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsehub/parsehub_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.6995343Z [00:04:03.961]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsehub/parsehub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7051230Z [00:04:03.966]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/impala/impala_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7105977Z [00:04:03.972]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/impala/impala.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7159915Z [00:04:03.977]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/impala/impala_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7213998Z [00:04:03.982]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/besnappy/besnappy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7269074Z [00:04:03.988]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/besnappy/besnappy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7323052Z [00:04:03.993]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/besnappy/besnappy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7376000Z [00:04:03.999]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/miro/miro_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7431412Z [00:04:04.004]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/miro/miro_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7486216Z [00:04:04.010]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/miro/miro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7544909Z [00:04:04.015]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beebole/beebole_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7602891Z [00:04:04.021]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beebole/beebole.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7660041Z [00:04:04.027]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beebole/beebole_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7720214Z [00:04:04.033]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dotdigital/dotdigital_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7778222Z [00:04:04.039]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dotdigital/dotdigital.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7832777Z [00:04:04.044]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dotdigital/dotdigital_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7886955Z [00:04:04.050]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v2/captaindata_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7940412Z [00:04:04.055]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v2/captaindata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.7994606Z [00:04:04.060]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v2/captaindata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8050169Z [00:04:04.066]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v1/captaindata_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8106556Z [00:04:04.072]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v1/captaindata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8160273Z [00:04:04.077]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/captaindata/v1/captaindata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8216309Z [00:04:04.083]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesmate/salesmate_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8271066Z [00:04:04.088]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesmate/salesmate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8326180Z [00:04:04.094]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salesmate/salesmate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8382537Z [00:04:04.099]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripepaymentintent/stripepaymentintent_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8435352Z [00:04:04.105]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripepaymentintent/stripepaymentintent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8489171Z [00:04:04.110]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripepaymentintent/stripepaymentintent_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8544761Z [00:04:04.115]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/owlbot/owlbot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8599005Z [00:04:04.121]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/owlbot/owlbot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8652525Z [00:04:04.126]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/owlbot/owlbot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8706863Z [00:04:04.132]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geckoboard/geckoboard_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8760689Z [00:04:04.137]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geckoboard/geckoboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8813397Z [00:04:04.142]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/geckoboard/geckoboard_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8872238Z [00:04:04.148]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aviationstack/aviationstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8933251Z [00:04:04.154]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aviationstack/aviationstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.8991005Z [00:04:04.160]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aviationstack/aviationstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9049844Z [00:04:04.166]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apideck/apideck_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9105059Z [00:04:04.172]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apideck/apideck_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9162092Z [00:04:04.177]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apideck/apideck.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9221392Z [00:04:04.183]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartsheets/smartsheets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9276972Z [00:04:04.189]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartsheets/smartsheets_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9332389Z [00:04:04.194]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smartsheets/smartsheets_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9386763Z [00:04:04.200]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/centralstationcrm/centralstationcrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9440501Z [00:04:04.205]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/centralstationcrm/centralstationcrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9494431Z [00:04:04.210]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/centralstationcrm/centralstationcrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9549492Z [00:04:04.216]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ringcentral/ringcentral_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9602027Z [00:04:04.221]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ringcentral/ringcentral_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9656284Z [00:04:04.227]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ringcentral/ringcentral.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9710641Z [00:04:04.232]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangeratesapi/exchangeratesapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9764774Z [00:04:04.238]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangeratesapi/exchangeratesapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9818171Z [00:04:04.243]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/exchangeratesapi/exchangeratesapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9872128Z [00:04:04.248]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9925209Z [00:04:04.254]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:41.9979705Z [00:04:04.259]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0033599Z [00:04:04.264]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/notion/notion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0086975Z [00:04:04.270]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/notion/notion_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0139598Z [00:04:04.275]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/notion/notion_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0192025Z [00:04:04.280]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0managementapitoken/auth0managementapitoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0244402Z [00:04:04.285]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0managementapitoken/auth0managementapitoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0298903Z [00:04:04.291]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/auth0managementapitoken/auth0managementapitoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0350956Z [00:04:04.296]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/todoist/todoist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0403207Z [00:04:04.301]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/todoist/todoist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0455289Z [00:04:04.307]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/todoist/todoist_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0507304Z [00:04:04.312]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipgeolocation/ipgeolocation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0562811Z [00:04:04.317]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipgeolocation/ipgeolocation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0619356Z [00:04:04.323]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipgeolocation/ipgeolocation_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0673349Z [00:04:04.328]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexapis/iexapis_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0726486Z [00:04:04.334]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexapis/iexapis_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0778824Z [00:04:04.339]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/iexapis/iexapis.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0832126Z [00:04:04.344]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocardless/gocardless_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0883350Z [00:04:04.349]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocardless/gocardless.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0934529Z [00:04:04.355]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gocardless/gocardless_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.0986083Z [00:04:04.360]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/axonaut/axonaut.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1039066Z [00:04:04.365]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/axonaut/axonaut_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1092724Z [00:04:04.370]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/axonaut/axonaut_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1148231Z [00:04:04.376]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zeplin/zeplin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1199886Z [00:04:04.381]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zeplin/zeplin_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1252303Z [00:04:04.386]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zeplin/zeplin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1306345Z [00:04:04.392]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flutterwave/flutterwave.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1361843Z [00:04:04.397]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flutterwave/flutterwave_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1417794Z [00:04:04.403]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flutterwave/flutterwave_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1478628Z [00:04:04.409]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/overloop/overloop_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1538763Z [00:04:04.415]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/overloop/overloop_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1599386Z [00:04:04.421]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/overloop/overloop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1660037Z [00:04:04.427]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github_oauth2/github_oauth2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1721602Z [00:04:04.433]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/github_oauth2/github_oauth2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1781572Z [00:04:04.439]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postageapp/postageapp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1839612Z [00:04:04.445]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postageapp/postageapp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1896949Z [00:04:04.451]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postageapp/postageapp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.1954420Z [00:04:04.456]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harness/harness_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2011710Z [00:04:04.462]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harness/harness_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2070046Z [00:04:04.468]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/harness/harness.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2124213Z [00:04:04.473]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/securitytrails/securitytrails_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2178539Z [00:04:04.479]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/securitytrails/securitytrails.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2231402Z [00:04:04.484]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/securitytrails/securitytrails_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2285024Z [00:04:04.490]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/borgbase/borgbase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2340343Z [00:04:04.495]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/borgbase/borgbase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2395829Z [00:04:04.501]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/borgbase/borgbase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2450199Z [00:04:04.506]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey/azureapimanagementsubscriptionkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2504438Z [00:04:04.511]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey/azureapimanagementsubscriptionkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2559466Z [00:04:04.517]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey/azureapimanagementsubscriptionkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2613486Z [00:04:04.522]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kraken/kraken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2666009Z [00:04:04.528]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kraken/kraken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2718958Z [00:04:04.533]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/kraken/kraken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2773604Z [00:04:04.538]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convier/convier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2829191Z [00:04:04.544]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convier/convier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2884332Z [00:04:04.549]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convier/convier_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2942222Z [00:04:04.555]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/selectpdf/selectpdf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.2998391Z [00:04:04.561]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/selectpdf/selectpdf_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3054103Z [00:04:04.566]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/selectpdf/selectpdf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3112282Z [00:04:04.572]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickhelp/clickhelp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3169790Z [00:04:04.578]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickhelp/clickhelp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3227968Z [00:04:04.584]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clickhelp/clickhelp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3285291Z [00:04:04.590]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/interseller/interseller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3340761Z [00:04:04.595]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/interseller/interseller_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3397234Z [00:04:04.601]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/interseller/interseller_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3452438Z [00:04:04.606]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onfleet/onfleet_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3507679Z [00:04:04.612]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onfleet/onfleet_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3562862Z [00:04:04.617]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onfleet/onfleet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3620674Z [00:04:04.623]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/taxjar/taxjar_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3677613Z [00:04:04.629]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/taxjar/taxjar_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3732134Z [00:04:04.634]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/taxjar/taxjar.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3788267Z [00:04:04.640]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertkit/convertkit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3843781Z [00:04:04.645]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertkit/convertkit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3902314Z [00:04:04.651]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/convertkit/convertkit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.3959653Z [00:04:04.657]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockify/clockify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4016722Z [00:04:04.663]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockify/clockify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4075095Z [00:04:04.669]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clockify/clockify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4134314Z [00:04:04.674]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/mysql.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4191415Z [00:04:04.680]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/jdbc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4249054Z [00:04:04.686]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/jdbc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4306083Z [00:04:04.692]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/mysql_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4363197Z [00:04:04.697]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/sqlserver_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4421540Z [00:04:04.703]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/jdbc_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4478942Z [00:04:04.709]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/postgres.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4538731Z [00:04:04.715]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/postgres_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4599498Z [00:04:04.720]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jdbc/sqlserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4653177Z [00:04:04.726]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oopspam/oopspam_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4704793Z [00:04:04.731]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oopspam/oopspam_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4759154Z [00:04:04.737]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/oopspam/oopspam.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4817697Z [00:04:04.743]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tableau/tableau_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4873525Z [00:04:04.748]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tableau/tableau_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4927773Z [00:04:04.754]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tableau/tableau.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.4985700Z [00:04:04.760]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azurefunctionkey/azurefunctionkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5042014Z [00:04:04.765]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azurefunctionkey/azurefunctionkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5107155Z [00:04:04.772]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azurefunctionkey/azurefunctionkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5170382Z [00:04:04.778]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gtmetrix/gtmetrix_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5227189Z [00:04:04.784]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gtmetrix/gtmetrix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5286083Z [00:04:04.790]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/gtmetrix/gtmetrix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5346451Z [00:04:04.796]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verimail/verimail_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5400070Z [00:04:04.801]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verimail/verimail_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5454410Z [00:04:04.806]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verimail/verimail.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5509689Z [00:04:04.812]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v2/brandfetch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5566497Z [00:04:04.818]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v2/brandfetch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5625320Z [00:04:04.824]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v2/brandfetch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5681234Z [00:04:04.829]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v1/brandfetch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5734638Z [00:04:04.835]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v1/brandfetch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5788648Z [00:04:04.840]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/brandfetch/v1/brandfetch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5842259Z [00:04:04.845]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rentman/rentman_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5894942Z [00:04:04.850]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rentman/rentman_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.5949019Z [00:04:04.856]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rentman/rentman.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6003521Z [00:04:04.861]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrutinizerci/scrutinizerci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6059817Z [00:04:04.867]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrutinizerci/scrutinizerci_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6116726Z [00:04:04.873]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrutinizerci/scrutinizerci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6173441Z [00:04:04.878]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dnscheck/dnscheck_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6230877Z [00:04:04.884]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dnscheck/dnscheck.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6287255Z [00:04:04.890]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dnscheck/dnscheck_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6344334Z [00:04:04.895]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkcrm/teamworkcrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6401809Z [00:04:04.901]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkcrm/teamworkcrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6457191Z [00:04:04.907]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkcrm/teamworkcrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6512755Z [00:04:04.912]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagekit/imagekit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6574401Z [00:04:04.918]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagekit/imagekit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6632005Z [00:04:04.924]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/imagekit/imagekit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6688800Z [00:04:04.930]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanapersonalaccesstoken/asanapersonalaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6744758Z [00:04:04.936]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanapersonalaccesstoken/asanapersonalaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6802491Z [00:04:04.941]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/asanapersonalaccesstoken/asanapersonalaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6858861Z [00:04:04.947]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspage/statuspage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6914086Z [00:04:04.952]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspage/statuspage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.6966360Z [00:04:04.958]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/statuspage/statuspage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7021470Z [00:04:04.963]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/toggltrack/toggltrack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7079415Z [00:04:04.969]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/toggltrack/toggltrack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7142619Z [00:04:04.975]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/toggltrack/toggltrack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7203869Z [00:04:04.981]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planyo/planyo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7263156Z [00:04:04.987]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planyo/planyo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7322804Z [00:04:04.993]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planyo/planyo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7381336Z [00:04:04.999]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripo/stripo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7437062Z [00:04:05.005]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripo/stripo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7493959Z [00:04:05.010]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripo/stripo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7550473Z [00:04:05.016]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceantoken/digitaloceantoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7604178Z [00:04:05.021]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceantoken/digitaloceantoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7661276Z [00:04:05.027]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/digitaloceantoken/digitaloceantoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7718537Z [00:04:05.033]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pusherchannelkey/pusherchannelkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7772884Z [00:04:05.038]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pusherchannelkey/pusherchannelkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7830626Z [00:04:05.044]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pusherchannelkey/pusherchannelkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7893495Z [00:04:05.049]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moderation/moderation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7936984Z [00:04:05.055]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moderation/moderation_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.7989916Z [00:04:05.060]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/moderation/moderation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8042359Z [00:04:05.065]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apifonica/apifonica.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8096666Z [00:04:05.071]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apifonica/apifonica_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8152281Z [00:04:05.076]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apifonica/apifonica_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8210088Z [00:04:05.082]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/facebookoauth/facebookoauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8268424Z [00:04:05.088]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/facebookoauth/facebookoauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8326222Z [00:04:05.094]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/facebookoauth/facebookoauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8382548Z [00:04:05.099]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hive/hive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8439335Z [00:04:05.105]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hive/hive_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8494043Z [00:04:05.110]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hive/hive_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8549292Z [00:04:05.116]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/humanity/humanity_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8605736Z [00:04:05.122]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/humanity/humanity_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8664829Z [00:04:05.127]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/humanity/humanity.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8723202Z [00:04:05.133]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yandex/yandex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8780559Z [00:04:05.139]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yandex/yandex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8836675Z [00:04:05.145]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/yandex/yandex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8893392Z [00:04:05.150]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/marketstack/marketstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.8951599Z [00:04:05.156]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/marketstack/marketstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9009375Z [00:04:05.162]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/marketstack/marketstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9068692Z [00:04:05.168]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/protocolsio/protocolsio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9126038Z [00:04:05.174]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/protocolsio/protocolsio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9182626Z [00:04:05.179]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/protocolsio/protocolsio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9242576Z [00:04:05.185]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onepagecrm/onepagecrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9298833Z [00:04:05.191]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onepagecrm/onepagecrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9358371Z [00:04:05.197]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/onepagecrm/onepagecrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9417982Z [00:04:05.203]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingbee/scrapingbee.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9474321Z [00:04:05.208]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingbee/scrapingbee_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9535079Z [00:04:05.215]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapingbee/scrapingbee_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9594414Z [00:04:05.220]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vercel/vercel_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9651578Z [00:04:05.226]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vercel/vercel_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9708439Z [00:04:05.232]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vercel/vercel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9766989Z [00:04:05.238]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clientary/clientary.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9821938Z [00:04:05.243]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clientary/clientary_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9879397Z [00:04:05.249]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clientary/clientary_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9933473Z [00:04:05.254]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lob/lob_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:42.9987522Z [00:04:05.260]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lob/lob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0047204Z [00:04:05.266]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/lob/lob_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0107851Z [00:04:05.272]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailsac/mailsac_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0166883Z [00:04:05.278]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailsac/mailsac.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0224959Z [00:04:05.284]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailsac/mailsac_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0283121Z [00:04:05.289]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgeoapi/getgeoapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0337344Z [00:04:05.295]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgeoapi/getgeoapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0392984Z [00:04:05.300]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getgeoapi/getgeoapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0447370Z [00:04:05.306]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapfly/scrapfly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0504615Z [00:04:05.311]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapfly/scrapfly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0561561Z [00:04:05.317]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/scrapfly/scrapfly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0616317Z [00:04:05.323]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checklyhq/checklyhq_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0672927Z [00:04:05.328]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checklyhq/checklyhq_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0726749Z [00:04:05.334]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/checklyhq/checklyhq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0779358Z [00:04:05.339]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken/storyblok.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0835040Z [00:04:05.344]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken/storyblok_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0889070Z [00:04:05.350]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken/storyblok_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.0943434Z [00:04:05.355]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smooch/smooch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1000744Z [00:04:05.361]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smooch/smooch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1057522Z [00:04:05.367]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/smooch/smooch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1112420Z [00:04:05.372]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salescookie/salescookie.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1166793Z [00:04:05.378]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salescookie/salescookie_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1222818Z [00:04:05.383]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/salescookie/salescookie_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1284419Z [00:04:05.389]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripe/stripe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1343890Z [00:04:05.395]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripe/stripe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1401663Z [00:04:05.401]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stripe/stripe_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1460040Z [00:04:05.407]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainer/portainer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1519706Z [00:04:05.413]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainer/portainer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1578846Z [00:04:05.419]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/portainer/portainer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1640741Z [00:04:05.425]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshbooks/freshbooks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1701061Z [00:04:05.431]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshbooks/freshbooks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1763004Z [00:04:05.437]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/freshbooks/freshbooks_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1822256Z [00:04:05.443]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitterconsumerkey/twitterconsumerkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1882596Z [00:04:05.449]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitterconsumerkey/twitterconsumerkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.1942803Z [00:04:05.455]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/twitterconsumerkey/twitterconsumerkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2004029Z [00:04:05.461]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v2/sentrytoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2062655Z [00:04:05.467]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v2/sentrytoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2119458Z [00:04:05.473]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v2/sentrytoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2175077Z [00:04:05.479]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v1/sentrytoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2232905Z [00:04:05.484]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v1/sentrytoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2295023Z [00:04:05.490]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentrytoken/v1/sentrytoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2354416Z [00:04:05.496]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/faceplusplus/faceplusplus_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2413437Z [00:04:05.502]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/faceplusplus/faceplusplus_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2472428Z [00:04:05.508]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/faceplusplus/faceplusplus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2532023Z [00:04:05.514]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wepay/wepay_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2590330Z [00:04:05.520]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wepay/wepay_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2644267Z [00:04:05.525]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/wepay/wepay.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2700814Z [00:04:05.531]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraphcody/sourcegraphcody.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2755679Z [00:04:05.537]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraphcody/sourcegraphcody_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2814026Z [00:04:05.542]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sourcegraphcody/sourcegraphcody_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2877304Z [00:04:05.549]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stockdata/stockdata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2936268Z [00:04:05.555]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stockdata/stockdata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.2991466Z [00:04:05.560]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/stockdata/stockdata_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3049436Z [00:04:05.566]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flatio/flatio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3106055Z [00:04:05.572]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flatio/flatio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3166712Z [00:04:05.578]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flatio/flatio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3229130Z [00:04:05.584]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nexmoapikey/nexmoapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3287582Z [00:04:05.590]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nexmoapikey/nexmoapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3344547Z [00:04:05.595]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/nexmoapikey/nexmoapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3401729Z [00:04:05.601]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opsgenie/opsgenie_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3460871Z [00:04:05.607]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opsgenie/opsgenie_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3520502Z [00:04:05.613]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/opsgenie/opsgenie.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3581323Z [00:04:05.619]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voicegain/voicegain_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3639252Z [00:04:05.625]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voicegain/voicegain.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3698565Z [00:04:05.631]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voicegain/voicegain_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3757551Z [00:04:05.637]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v2/fullstory_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3815970Z [00:04:05.643]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v2/fullstory_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3873876Z [00:04:05.648]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v2/fullstory_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3929821Z [00:04:05.654]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v1/fullstory_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.3986230Z [00:04:05.660]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v1/fullstory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4041344Z [00:04:05.665]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/fullstory/v1/fullstory_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4096359Z [00:04:05.671]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/positionstack/positionstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4152064Z [00:04:05.676]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/positionstack/positionstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4205652Z [00:04:05.682]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/positionstack/positionstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4261339Z [00:04:05.687]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailchimp/mailchimp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4316224Z [00:04:05.693]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailchimp/mailchimp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4370349Z [00:04:05.698]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mailchimp/mailchimp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4431534Z [00:04:05.704]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/droneci/droneci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4495660Z [00:04:05.711]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/droneci/droneci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4555662Z [00:04:05.717]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/droneci/droneci_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4614692Z [00:04:05.722]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentryorgtoken/sentryorgtoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4675335Z [00:04:05.728]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentryorgtoken/sentryorgtoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4736257Z [00:04:05.735]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sentryorgtoken/sentryorgtoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4795289Z [00:04:05.741]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudplan/cloudplan_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4853117Z [00:04:05.746]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudplan/cloudplan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4910373Z [00:04:05.752]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/cloudplan/cloudplan_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.4968843Z [00:04:05.758]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postgres/postgres_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5026133Z [00:04:05.764]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postgres/postgres.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5081075Z [00:04:05.769]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/postgres/postgres_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5140427Z [00:04:05.775]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getemail/getemail_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5204586Z [00:04:05.781]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getemail/getemail.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5264453Z [00:04:05.787]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/getemail/getemail_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5322118Z [00:04:05.793]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerio/customerio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5379853Z [00:04:05.799]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerio/customerio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5436249Z [00:04:05.805]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/customerio/customerio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5494293Z [00:04:05.810]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/visualcrossing/visualcrossing_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5550116Z [00:04:05.816]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/visualcrossing/visualcrossing_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5605946Z [00:04:05.822]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/visualcrossing/visualcrossing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5661968Z [00:04:05.827]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/streak/streak_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5720942Z [00:04:05.833]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/streak/streak_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5779515Z [00:04:05.839]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/streak/streak.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5838963Z [00:04:05.845]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unsplash/unsplash_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5894811Z [00:04:05.850]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unsplash/unsplash_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.5951371Z [00:04:05.856]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/unsplash/unsplash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6014414Z [00:04:05.862]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresastoken/azuresastoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6076823Z [00:04:05.869]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresastoken/azuresastoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6134374Z [00:04:05.874]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azuresastoken/azuresastoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6194107Z [00:04:05.880]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dynalist/dynalist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6252656Z [00:04:05.886]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dynalist/dynalist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6309220Z [00:04:05.892]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dynalist/dynalist_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6365003Z [00:04:05.898]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotapi/screenshotapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6420903Z [00:04:05.903]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotapi/screenshotapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6478610Z [00:04:05.909]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/screenshotapi/screenshotapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6543312Z [00:04:05.915]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myintervals/myintervals_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6603966Z [00:04:05.921]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myintervals/myintervals_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6665638Z [00:04:05.928]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/myintervals/myintervals.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6722776Z [00:04:05.933]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pastebin/pastebin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6784369Z [00:04:05.939]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pastebin/pastebin_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6842279Z [00:04:05.945]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pastebin/pastebin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6900374Z [00:04:05.951]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intra42/intra42_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.6955592Z [00:04:05.957]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intra42/intra42_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7014385Z [00:04:05.962]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/intra42/intra42.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7073941Z [00:04:05.968]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/delighted/delighted_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7132921Z [00:04:05.974]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/delighted/delighted_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7191164Z [00:04:05.980]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/delighted/delighted.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7249792Z [00:04:05.986]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dovico/dovico.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7309367Z [00:04:05.992]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dovico/dovico_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7369410Z [00:04:05.998]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dovico/dovico_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7427450Z [00:04:06.004]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/phraseaccesstoken/phraseaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7482340Z [00:04:06.009]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/phraseaccesstoken/phraseaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7537096Z [00:04:06.015]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/phraseaccesstoken/phraseaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7594901Z [00:04:06.021]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/manifest/manifest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7654835Z [00:04:06.026]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/manifest/manifest_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7714090Z [00:04:06.032]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/manifest/manifest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7774418Z [00:04:06.038]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chartmogul/chartmogul.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7834102Z [00:04:06.044]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chartmogul/chartmogul_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7891990Z [00:04:06.050]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/chartmogul/chartmogul_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.7949920Z [00:04:06.056]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightstats/flightstats_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8005711Z [00:04:06.062]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightstats/flightstats_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8060581Z [00:04:06.067]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flightstats/flightstats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8116147Z [00:04:06.073]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tatumio/tatumio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8172723Z [00:04:06.078]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tatumio/tatumio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8232776Z [00:04:06.084]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/tatumio/tatumio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8294583Z [00:04:06.090]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hybiscus/hybiscus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8351615Z [00:04:06.096]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hybiscus/hybiscus_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8412424Z [00:04:06.102]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/hybiscus/hybiscus_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8474553Z [00:04:06.108]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mongodb/mongodb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8535343Z [00:04:06.115]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mongodb/mongodb_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8595106Z [00:04:06.121]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mongodb/mongodb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8655408Z [00:04:06.127]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/leadfeeder/leadfeeder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8716534Z [00:04:06.133]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/leadfeeder/leadfeeder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8770641Z [00:04:06.138]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/leadfeeder/leadfeeder_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8826715Z [00:04:06.144]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simvoly/simvoly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8886575Z [00:04:06.150]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simvoly/simvoly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.8944165Z [00:04:06.155]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/simvoly/simvoly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9004112Z [00:04:06.161]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vbout/vbout_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9064736Z [00:04:06.167]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vbout/vbout_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9125351Z [00:04:06.174]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vbout/vbout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9187114Z [00:04:06.180]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v2/jiratoken_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9246626Z [00:04:06.186]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v2/jiratoken_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9304979Z [00:04:06.192]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v2/jiratoken_v2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9362440Z [00:04:06.197]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v1/jiratoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9418985Z [00:04:06.203]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v1/jiratoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9477427Z [00:04:06.209]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/jiratoken/v1/jiratoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9536012Z [00:04:06.215]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paydirtapp/paydirtapp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9593436Z [00:04:06.220]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paydirtapp/paydirtapp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9651739Z [00:04:06.226]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/paydirtapp/paydirtapp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9716563Z [00:04:06.233]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitlyaccesstoken/bitlyaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9772677Z [00:04:06.238]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitlyaccesstoken/bitlyaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9829245Z [00:04:06.244]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bitlyaccesstoken/bitlyaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9884429Z [00:04:06.249]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/noticeable/noticeable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9939174Z [00:04:06.255]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/noticeable/noticeable_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:43.9993203Z [00:04:06.260]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/noticeable/noticeable_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0050859Z [00:04:06.266]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ip2location/ip2location_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0104508Z [00:04:06.271]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ip2location/ip2location_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0165318Z [00:04:06.277]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ip2location/ip2location.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0228601Z [00:04:06.284]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planviewleankit/planviewleankit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0290821Z [00:04:06.290]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planviewleankit/planviewleankit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0348251Z [00:04:06.296]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/planviewleankit/planviewleankit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0404467Z [00:04:06.301]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsers/parsers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0463492Z [00:04:06.307]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsers/parsers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0520932Z [00:04:06.313]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/parsers/parsers_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0582220Z [00:04:06.319]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bombbomb/bombbomb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0641090Z [00:04:06.325]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bombbomb/bombbomb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0704571Z [00:04:06.331]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/bombbomb/bombbomb_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0754448Z [00:04:06.336]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swiftype/swiftype_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0810607Z [00:04:06.342]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swiftype/swiftype_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0866169Z [00:04:06.348]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/swiftype/swiftype.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0922914Z [00:04:06.353]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aiven/aiven_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.0979453Z [00:04:06.359]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aiven/aiven.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1040793Z [00:04:06.365]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/aiven/aiven_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1103446Z [00:04:06.371]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/poloniex/poloniex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1161975Z [00:04:06.377]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/poloniex/poloniex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1221251Z [00:04:06.383]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/poloniex/poloniex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1277587Z [00:04:06.389]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkdesk/teamworkdesk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1332001Z [00:04:06.394]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkdesk/teamworkdesk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1393719Z [00:04:06.400]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/teamworkdesk/teamworkdesk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1454175Z [00:04:06.406]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mixpanel/mixpanel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1517480Z [00:04:06.413]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mixpanel/mixpanel_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1575308Z [00:04:06.419]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/mixpanel/mixpanel_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1632719Z [00:04:06.424]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apptivo/apptivo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1689401Z [00:04:06.430]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apptivo/apptivo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1746006Z [00:04:06.436]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apptivo/apptivo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1804016Z [00:04:06.441]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/razorpay/razorpay_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1861152Z [00:04:06.447]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/razorpay/razorpay_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1916670Z [00:04:06.453]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/razorpay/razorpay.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.1974319Z [00:04:06.458]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newrelicpersonalapikey/newrelicpersonalapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2033118Z [00:04:06.464]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newrelicpersonalapikey/newrelicpersonalapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2092888Z [00:04:06.470]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/newrelicpersonalapikey/newrelicpersonalapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2153488Z [00:04:06.476]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apitemplate/apitemplate_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2212311Z [00:04:06.482]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apitemplate/apitemplate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2270181Z [00:04:06.488]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apitemplate/apitemplate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2328291Z [00:04:06.494]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snowflake/snowflake_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2382117Z [00:04:06.499]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snowflake/snowflake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2437381Z [00:04:06.505]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/snowflake/snowflake_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2495407Z [00:04:06.511]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netsuite/netsuite_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2555493Z [00:04:06.517]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netsuite/netsuite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2614783Z [00:04:06.522]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/netsuite/netsuite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2673387Z [00:04:06.528]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telnyx/telnyx_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2731255Z [00:04:06.534]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telnyx/telnyx_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2788865Z [00:04:06.540]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/telnyx/telnyx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2846245Z [00:04:06.546]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alienvault/alienvault_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2900519Z [00:04:06.551]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alienvault/alienvault.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.2963256Z [00:04:06.557]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/alienvault/alienvault_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3023796Z [00:04:06.563]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/duply/duply_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3080687Z [00:04:06.569]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/duply/duply_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3136222Z [00:04:06.575]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/duply/duply.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3193500Z [00:04:06.580]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sherpadesk/sherpadesk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3248382Z [00:04:06.586]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sherpadesk/sherpadesk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3302852Z [00:04:06.591]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sherpadesk/sherpadesk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3356138Z [00:04:06.597]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commodities/commodities_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3410631Z [00:04:06.602]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commodities/commodities_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3465010Z [00:04:06.608]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/commodities/commodities.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3521329Z [00:04:06.613]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appsynergy/appsynergy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3577654Z [00:04:06.619]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appsynergy/appsynergy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3632716Z [00:04:06.624]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/appsynergy/appsynergy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3689155Z [00:04:06.630]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/courier/courier_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3743109Z [00:04:06.635]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/courier/courier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3797357Z [00:04:06.641]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/courier/courier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3850916Z [00:04:06.646]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blocknative/blocknative.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3902813Z [00:04:06.651]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blocknative/blocknative_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.3955305Z [00:04:06.657]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/blocknative/blocknative_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4009653Z [00:04:06.662]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datadogtoken/datadogtoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4060908Z [00:04:06.667]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datadogtoken/datadogtoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4116583Z [00:04:06.673]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/datadogtoken/datadogtoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4174278Z [00:04:06.678]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/xai/xai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4232384Z [00:04:06.684]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/xai/xai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4289493Z [00:04:06.690]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/xai/xai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4344780Z [00:04:06.695]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saladcloudapikey/saladcloudapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4402271Z [00:04:06.701]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saladcloudapikey/saladcloudapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4459531Z [00:04:06.707]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/saladcloudapikey/saladcloudapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4516499Z [00:04:06.713]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ambee/ambee.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4571845Z [00:04:06.718]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ambee/ambee_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4625174Z [00:04:06.724]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ambee/ambee_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4679993Z [00:04:06.729]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beamer/beamer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4731876Z [00:04:06.734]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beamer/beamer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4785750Z [00:04:06.740]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/beamer/beamer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4839404Z [00:04:06.745]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dfuse/dfuse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4893778Z [00:04:06.750]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dfuse/dfuse_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.4948055Z [00:04:06.756]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/dfuse/dfuse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5002711Z [00:04:06.761]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/campayn/campayn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5057270Z [00:04:06.767]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/campayn/campayn_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5109979Z [00:04:06.772]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/campayn/campayn_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5162958Z [00:04:06.777]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rubygems/rubygems.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5216484Z [00:04:06.783]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rubygems/rubygems_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5270285Z [00:04:06.788]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/rubygems/rubygems_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5332019Z [00:04:06.794]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdfshift/pdfshift_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5395277Z [00:04:06.801]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdfshift/pdfshift_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5454879Z [00:04:06.806]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/pdfshift/pdfshift.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5509411Z [00:04:06.812]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_batch/azurebatch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5565236Z [00:04:06.818]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_batch/azurebatch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5621539Z [00:04:06.823]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/azure_batch/azurebatch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5678327Z [00:04:06.829]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencycloud/currencycloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5733284Z [00:04:06.834]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencycloud/currencycloud_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5790924Z [00:04:06.840]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currencycloud/currencycloud_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5850031Z [00:04:06.846]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/walkscore/walkscore_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5905501Z [00:04:06.852]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/walkscore/walkscore_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.5963716Z [00:04:06.857]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/walkscore/walkscore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6020080Z [00:04:06.863]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/multi_part_credential_provider.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6073618Z [00:04:06.868]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currentsapi/currentsapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6128342Z [00:04:06.874]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currentsapi/currentsapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6182079Z [00:04:06.879]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/currentsapi/currentsapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6236291Z [00:04:06.885]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holidayapi/holidayapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6290157Z [00:04:06.890]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holidayapi/holidayapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6345260Z [00:04:06.896]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/holidayapi/holidayapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6404491Z [00:04:06.901]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skybiometry/skybiometry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6462697Z [00:04:06.907]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skybiometry/skybiometry_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6519171Z [00:04:06.913]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/skybiometry/skybiometry_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6574097Z [00:04:06.918]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipapi/ipapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6628992Z [00:04:06.924]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipapi/ipapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6682589Z [00:04:06.929]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/ipapi/ipapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6737740Z [00:04:06.935]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shipday/shipday.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6790295Z [00:04:06.940]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shipday/shipday_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6842922Z [00:04:06.945]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/shipday/shipday_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6896409Z [00:04:06.951]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vatlayer/vatlayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.6949285Z [00:04:06.956]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vatlayer/vatlayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7003547Z [00:04:06.961]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vatlayer/vatlayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7060189Z [00:04:06.967]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendgrid/sendgrid_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7112923Z [00:04:06.972]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendgrid/sendgrid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7167561Z [00:04:06.978]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/sendgrid/sendgrid_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7222404Z [00:04:06.983]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voodoosms/voodoosms_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7276852Z [00:04:06.989]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voodoosms/voodoosms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7332189Z [00:04:06.994]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/voodoosms/voodoosms_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7389914Z [00:04:07.000]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flexport/flexport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7443794Z [00:04:07.005]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/flexport/flexport_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7499688Z [00:04:07.011]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trufflehogenterprise/trufflehogenterprise_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7552627Z [00:04:07.016]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trufflehogenterprise/trufflehogenterprise.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7607174Z [00:04:07.022]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/trufflehogenterprise/trufflehogenterprise_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7662855Z [00:04:07.027]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/foursquare/foursquare.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7719064Z [00:04:07.033]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/foursquare/foursquare_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7774457Z [00:04:07.038]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/foursquare/foursquare_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7830288Z [00:04:07.044]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clearbit/clearbit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7883850Z [00:04:07.049]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clearbit/clearbit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7941123Z [00:04:07.055]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/clearbit/clearbit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.7996476Z [00:04:07.061]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prospectcrm/prospectcrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8052553Z [00:04:07.066]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prospectcrm/prospectcrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8107950Z [00:04:07.072]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/prospectcrm/prospectcrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8162897Z [00:04:07.077]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vpnapi/vpnapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8218266Z [00:04:07.083]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vpnapi/vpnapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8271532Z [00:04:07.088]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/vpnapi/vpnapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8327734Z [00:04:07.094]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verifier/verifier_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8382794Z [00:04:07.099]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verifier/verifier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8436807Z [00:04:07.105]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/verifier/verifier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8492370Z [00:04:07.110]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zulipchat/zulipchat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8548884Z [00:04:07.116]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zulipchat/zulipchat_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8605560Z [00:04:07.122]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/zulipchat/zulipchat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8664304Z [00:04:07.127]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apacta/apacta_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8719820Z [00:04:07.133]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apacta/apacta_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8772791Z [00:04:07.138]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/detectors/apacta/apacta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8828655Z [00:04:07.144]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/escaped_unicode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8883361Z [00:04:07.149]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/utf16.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8940042Z [00:04:07.155]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/utf16_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.8995334Z [00:04:07.160]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/base64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9050894Z [00:04:07.166]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/utf16_test.dll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9109045Z [00:04:07.172]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/decoders.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9165631Z [00:04:07.178]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/utf8.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9221598Z [00:04:07.183]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/utf8_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9279289Z [00:04:07.189]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/escaped_unicode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9334203Z [00:04:07.194]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/escaped_unicode_bench_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9392136Z [00:04:07.200]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/decoders/base64_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9448479Z [00:04:07.206]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors/regex_varstring_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9504982Z [00:04:07.212]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors/custom_detectors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9560863Z [00:04:07.217]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors/regex_varstring.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9617998Z [00:04:07.223]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors/custom_detectors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9672202Z [00:04:07.228]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors/CUSTOM_DETECTORS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9731720Z [00:04:07.234]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors/validation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9788840Z [00:04:07.240]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/custom_detectors/validation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9844319Z [00:04:07.245]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/config/detectors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9900462Z [00:04:07.251]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:44.9956363Z [00:04:07.257]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/config/detectors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0014119Z [00:04:07.262]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/archive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0070432Z [00:04:07.268]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/apk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0127521Z [00:04:07.274]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/apk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0184225Z [00:04:07.279]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/rpm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0239884Z [00:04:07.285]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/archive_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0294686Z [00:04:07.291]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/rpm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0350940Z [00:04:07.296]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/default_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0405636Z [00:04:07.302]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0461286Z [00:04:07.307]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/nonarchive.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0515973Z [00:04:07.313]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/test.deb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0571105Z [00:04:07.318]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/test.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0625084Z [00:04:07.324]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/dir-archive.zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0678610Z [00:04:07.329]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/example.zip.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0732909Z [00:04:07.334]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/test.tgz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0786334Z [00:04:07.340]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/test.rpm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0840556Z [00:04:07.345]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/testdir.zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0894011Z [00:04:07.350]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/nested-compressed-archive.tar.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.0948079Z [00:04:07.356]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/testdata/nested-dirs.zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1002552Z [00:04:07.361]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/ar_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1057323Z [00:04:07.367]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/handlers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1112296Z [00:04:07.372]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/ar.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1166902Z [00:04:07.378]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/handlers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1221916Z [00:04:07.383]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/handlers/default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1276967Z [00:04:07.389]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/context/context_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1334025Z [00:04:07.394]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/context/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1395483Z [00:04:07.401]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/hasher/hasher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1452581Z [00:04:07.406]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/hasher/blake2b.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1510553Z [00:04:07.412]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/hasher/hasher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1570388Z [00:04:07.418]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/lru/lru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1628556Z [00:04:07.424]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/lru/lru_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1688952Z [00:04:07.430]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/decorator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1744753Z [00:04:07.436]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/decorator_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1800863Z [00:04:07.441]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/simple/simple.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1854297Z [00:04:07.446]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/simple/simple_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1908033Z [00:04:07.452]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.1960976Z [00:04:07.457]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cache/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2014464Z [00:04:07.462]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cleantemp/cleantemp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2068040Z [00:04:07.468]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/cleantemp/cleantemp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2122091Z [00:04:07.473]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/iobuf/bufferedreaderseeker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2173946Z [00:04:07.478]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/iobuf/bufferedreaderseeker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2227984Z [00:04:07.484]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/giturl/giturl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2281672Z [00:04:07.489]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/giturl/giturl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2337930Z [00:04:07.495]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/pool/pool_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2398801Z [00:04:07.501]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/pool/pool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2462968Z [00:04:07.507]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/pool/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2520252Z [00:04:07.513]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/buffer/buffer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2575541Z [00:04:07.519]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/buffer/buffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2630950Z [00:04:07.524]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/buffers/buffer/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2686663Z [00:04:07.530]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/custom_detectorspb/custom_detectors.pb.validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2743047Z [00:04:07.535]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/custom_detectorspb/custom_detectors.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2802021Z [00:04:07.541]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/credentialspb/credentials.pb.validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2859084Z [00:04:07.547]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/credentialspb/credentials.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2917072Z [00:04:07.553]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/configpb/config.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.2971545Z [00:04:07.558]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/configpb/config.pb.validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3028330Z [00:04:07.564]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/detectorspb/detectors.pb.validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3082755Z [00:04:07.569]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/detectorspb/detectors.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3139596Z [00:04:07.575]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/sourcespb/sources.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3195957Z [00:04:07.581]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/sourcespb/sources.pb.validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3251376Z [00:04:07.586]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/source_metadatapb/source_metadata.pb.validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3303540Z [00:04:07.591]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/pb/source_metadatapb/source_metadata.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3358307Z [00:04:07.597]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/output/plain.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3423932Z [00:04:07.603]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/output/legacy_json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3468213Z [00:04:07.608]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/output/json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3522596Z [00:04:07.613]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/output/github_actions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3577311Z [00:04:07.619]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/travisci/travisci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3630357Z [00:04:07.624]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/travisci/travisci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3683518Z [00:04:07.629]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/connector_app.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3736635Z [00:04:07.635]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/connector_basicauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3788892Z [00:04:07.640]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3842177Z [00:04:07.645]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3895568Z [00:04:07.651]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/connector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.3947822Z [00:04:07.656]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/github_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4000619Z [00:04:07.661]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/connector_token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4053825Z [00:04:07.666]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/github_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4105085Z [00:04:07.672]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/connector_unauthenticated.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4156804Z [00:04:07.677]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4210732Z [00:04:07.682]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/source_manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4267186Z [00:04:07.688]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/test_helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4325048Z [00:04:07.694]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/sources_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4380885Z [00:04:07.699]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/mock_job_progress_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4434276Z [00:04:07.704]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gitlab/gitlab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4487268Z [00:04:07.710]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gitlab/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4541953Z [00:04:07.715]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gitlab/gitlab_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4594592Z [00:04:07.721]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gitlab/gitlab_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4647335Z [00:04:07.726]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/source_unit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4702222Z [00:04:07.731]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/huggingface/huggingface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4756840Z [00:04:07.737]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/huggingface/huggingface_client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4811677Z [00:04:07.742]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/huggingface/repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4866322Z [00:04:07.748]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/huggingface/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4920442Z [00:04:07.753]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/huggingface/huggingface_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.4974225Z [00:04:07.758]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git/cmd_check.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5026011Z [00:04:07.764]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git/git_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5079766Z [00:04:07.769]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git/scan_options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5134900Z [00:04:07.774]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git/git.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5187663Z [00:04:07.780]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git/unit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5241290Z [00:04:07.785]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5294828Z [00:04:07.790]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/git/unit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5350515Z [00:04:07.796]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/chunker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5406201Z [00:04:07.802]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/s3/s3_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5463390Z [00:04:07.807]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/s3/s3_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5518844Z [00:04:07.813]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/s3/checkpointer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5574092Z [00:04:07.818]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/s3/checkpointer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5628271Z [00:04:07.824]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/s3/s3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5683176Z [00:04:07.829]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/s3/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5740626Z [00:04:07.835]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/jenkins/jenkins.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5794091Z [00:04:07.840]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/jenkins/jenkins_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5848174Z [00:04:07.846]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/jenkins/jenkins_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5902560Z [00:04:07.851]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/docker/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.5958422Z [00:04:07.857]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/docker/docker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6012602Z [00:04:07.862]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/docker/docker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6069566Z [00:04:07.868]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/stdin/stdin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6126952Z [00:04:07.874]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/postman/postman.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6181584Z [00:04:07.879]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/postman/postman_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6235913Z [00:04:07.885]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/postman/substitution_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6288967Z [00:04:07.890]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/postman/substitution.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6344627Z [00:04:07.896]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/postman/postman_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6399589Z [00:04:07.901]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/postman/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6452994Z [00:04:07.906]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/source_manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6506336Z [00:04:07.912]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/chunker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6560444Z [00:04:07.917]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/resume_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6617281Z [00:04:07.923]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/filesystem/filesystem_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6672317Z [00:04:07.928]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/filesystem/filesystem.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6728276Z [00:04:07.934]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/job_progress_hook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6783411Z [00:04:07.939]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/legacy_reporters.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6840344Z [00:04:07.945]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/syslog/syslog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6897404Z [00:04:07.951]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/syslog/syslog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.6957698Z [00:04:07.957]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gcs/gcs_manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7015463Z [00:04:07.963]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gcs/gcs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7074801Z [00:04:07.968]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gcs/gcs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7133104Z [00:04:07.974]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gcs/gcs_manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7190220Z [00:04:07.980]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/gcs/gcs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7250621Z [00:04:07.986]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/sources.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7310941Z [00:04:07.992]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7371851Z [00:04:07.998]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/circleci/circleci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7431832Z [00:04:08.004]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/circleci/circleci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7491629Z [00:04:08.010]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/job_progress_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7546756Z [00:04:08.016]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/resume.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7602174Z [00:04:08.021]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github_experimental/repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7658581Z [00:04:08.027]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github_experimental/github_experimental.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7714501Z [00:04:08.032]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/github_experimental/object_discovery.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7770041Z [00:04:08.038]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/elasticsearch/elasticsearch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7822986Z [00:04:08.043]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/elasticsearch/elasticsearch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7877641Z [00:04:08.049]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/elasticsearch/unit_of_work.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7932187Z [00:04:08.054]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/elasticsearch/api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.7987961Z [00:04:08.060]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/elasticsearch/unit_of_work_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8044315Z [00:04:08.065]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/errors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8103090Z [00:04:08.071]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/job_progress.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8161185Z [00:04:08.077]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sources/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8217623Z [00:04:08.083]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/updater/updater.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8278127Z [00:04:08.089]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/verificationcache/result_cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8337838Z [00:04:08.095]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/verificationcache/metrics_reporter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8397787Z [00:04:08.101]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/verificationcache/in_memory_metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8456796Z [00:04:08.107]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/verificationcache/verification_cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8514137Z [00:04:08.112]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/verificationcache/verification_cache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8572137Z [00:04:08.118]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/sourcestest/sourcestest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8631146Z [00:04:08.124]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/stdin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8684544Z [00:04:08.129]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/git_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8739170Z [00:04:08.135]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/engine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8794075Z [00:04:08.140]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/postman.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8848854Z [00:04:08.146]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/ahocorasick/ahocorasickcore_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8901711Z [00:04:08.151]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/ahocorasick/ahocorasickcore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.8954579Z [00:04:08.156]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/huggingface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9008734Z [00:04:08.162]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9062551Z [00:04:08.167]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/elasticsearch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9118389Z [00:04:08.173]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/scan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9173202Z [00:04:08.178]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/jenkins.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9231074Z [00:04:08.184]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/syslog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9287427Z [00:04:08.190]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/postman_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9342166Z [00:04:08.195]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/git.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9400063Z [00:04:08.201]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/engine_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9453845Z [00:04:08.206]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/s3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9510390Z [00:04:08.212]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/gcs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9567522Z [00:04:08.218]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/gitlab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9624040Z [00:04:08.223]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/travisci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9681566Z [00:04:08.229]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/filesystem_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9740516Z [00:04:08.235]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/github_experimental.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9798124Z [00:04:08.241]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/defaults/defaults_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9855082Z [00:04:08.246]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/defaults/defaults.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9910664Z [00:04:08.252]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/circleci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:45.9963638Z [00:04:08.257]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0018361Z [00:04:08.263]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/gitlab_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0070528Z [00:04:08.268]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/filesystem.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0122696Z [00:04:08.273]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/docker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0175083Z [00:04:08.279]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/testdata/verificationoverlap_detectors_fp.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0229064Z [00:04:08.284]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/testdata/secrets.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0283176Z [00:04:08.289]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/testdata/verificationoverlap_detectors.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0336980Z [00:04:08.295]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/testdata/verificationoverlap_secrets.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0392049Z [00:04:08.300]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/testdata/verificationoverlap_secrets_fp.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0447038Z [00:04:08.306]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/pkg/engine/gcs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0502768Z [00:04:08.311]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0558108Z [00:04:08.317]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0612795Z [00:04:08.322]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/proto/config.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0667946Z [00:04:08.328]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/proto/source_metadata.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0723324Z [00:04:08.333]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/proto/credentials.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0778930Z [00:04:08.339]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/proto/custom_detectors.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0833825Z [00:04:08.344]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/proto/detectors.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0888691Z [00:04:08.350]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/proto/sources.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.0944847Z [00:04:08.356]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1000015Z [00:04:08.361]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1053792Z [00:04:08.366]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/Dockerfile.goreleaser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1108602Z [00:04:08.372]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/entrypoint.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1162363Z [00:04:08.377]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1216836Z [00:04:08.383]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/examples/generic.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1269891Z [00:04:08.388]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/examples/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1324334Z [00:04:08.393]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/examples/generic_with_filters.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1378484Z [00:04:08.399]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.pre-commit-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1433720Z [00:04:08.404]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1488933Z [00:04:08.410]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1543566Z [00:04:08.415]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/codeql-analysis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1597921Z [00:04:08.421]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/TESTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1652980Z [00:04:08.426]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/performance.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1708996Z [00:04:08.432]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1763859Z [00:04:08.437]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/smoke.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1820077Z [00:04:08.443]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/lint.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1876975Z [00:04:08.449]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/detector-tests.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1932263Z [00:04:08.454]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/workflows/secrets.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.1986128Z [00:04:08.460]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/renovate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2041489Z [00:04:08.465]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2098507Z [00:04:08.471]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2155575Z [00:04:08.477]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2212284Z [00:04:08.482]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.github/community_note.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2269469Z [00:04:08.488]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/action.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2324499Z [00:04:08.493]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/bench/plot.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2380658Z [00:04:08.499]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/bench/plot.gp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2436466Z [00:04:08.505]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/bench/plot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2491389Z [00:04:08.510]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/bench/versions.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2546387Z [00:04:08.516]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/bench/versions.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2602807Z [00:04:08.521]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/snifftest/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2657108Z [00:04:08.527]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/snifftest/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2712022Z [00:04:08.532]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/snifftest/snifftest.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2766704Z [00:04:08.538]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/semgrep-rules/detectors.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2822220Z [00:04:08.543]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/generate/generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2877976Z [00:04:08.549]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/generate/test.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2932378Z [00:04:08.554]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/Dockerfile.protos' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.2986025Z [00:04:08.560]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/docs/Adding_Detectors_Internal.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3039241Z [00:04:08.565]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/hack/docs/Adding_Detectors_external.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3091481Z [00:04:08.570]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3143500Z [00:04:08.575]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3198032Z [00:04:08.581]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3252103Z [00:04:08.586]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3308713Z [00:04:08.592]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.captain/config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3364287Z [00:04:08.597]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/assets/scanning_logos.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3423667Z [00:04:08.603]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3481255Z [00:04:08.609]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3539705Z [00:04:08.615]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3598164Z [00:04:08.621]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3657711Z [00:04:08.627]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3713435Z [00:04:08.632]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3770216Z [00:04:08.638]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3827258Z [00:04:08.644]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3884920Z [00:04:08.649]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3943005Z [00:04:08.655]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.3999482Z [00:04:08.661]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4056199Z [00:04:08.667]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4111257Z [00:04:08.672]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4169715Z [00:04:08.678]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4222927Z [00:04:08.683]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4277700Z [00:04:08.689]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4334767Z [00:04:08.695]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4393822Z [00:04:08.700]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-7fec5ba76a2238c2f144708ee704553c2c41267c.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4451283Z [00:04:08.706]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-ee5bee28aa321a674a3817375cf9b99d91e79a1a.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4507388Z [00:04:08.712]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-7fec5ba76a2238c2f144708ee704553c2c41267c.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4564957Z [00:04:08.718]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-ee5bee28aa321a674a3817375cf9b99d91e79a1a.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4623189Z [00:04:08.723]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-ee5bee28aa321a674a3817375cf9b99d91e79a1a.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4682715Z [00:04:08.729]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-ee5bee28aa321a674a3817375cf9b99d91e79a1a.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4741222Z [00:04:08.735]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-7fec5ba76a2238c2f144708ee704553c2c41267c.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4797266Z [00:04:08.741]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/objects/pack/pack-7fec5ba76a2238c2f144708ee704553c2c41267c.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4851723Z [00:04:08.746]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4904563Z [00:04:08.752]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.4957068Z [00:04:08.757]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5010883Z [00:04:08.762]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5064333Z [00:04:08.767]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5118234Z [00:04:08.773]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5171518Z [00:04:08.778]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5226066Z [00:04:08.784]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5281146Z [00:04:08.789]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/.pre-commit-hooks.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5336708Z [00:04:08.795]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/CODEOWNERS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5392479Z [00:04:08.800]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/docs/concurrency.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5447881Z [00:04:08.806]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/docs/process_flow.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5501857Z [00:04:08.811]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.Ul5mljWa2N/TEMPREPO/PreCommit.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5560381Z [00:04:08.817]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/trufflehog' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5616736Z [00:04:08.823]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/trufflehog.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5671346Z [00:04:08.828]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5726124Z [00:04:08.834]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5780193Z [00:04:08.839]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/trufflehog.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:01:46.5835249Z [00:04:08.845]➜  mode of '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/trufflehog' retained as 0755 (rwxr-xr-x)
2025-08-20T23:01:46.6411954Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T23:01:46.6412777Z [00:04:08.902]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T23:01:59.3414888Z 
2025-08-20T23:01:59.3415920Z [+] Sanitizing /tmp/pkgforge/1zwG0Iwtu_SBUILD/BUILD.log ==> /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/trufflehog.static.log
2025-08-20T23:02:03.0850094Z '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/trufflehog.static.log' -> '/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/trufflehog.log'
2025-08-20T23:02:03.1006102Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/trufflehog/official/source/trufflehog?tag=HEAD-7c0d6b3-250820T153528-aarch64-linux&download=trufflehog.log
2025-08-20T23:02:03.1007594Z 
2025-08-20T23:02:03.1008473Z [+] Parsing/Uploading trufflehog/trufflehog --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftrufflehog%2Ftrufflehog [aarch64-Linux]
2025-08-20T23:02:03.1031116Z {
2025-08-20T23:02:03.1032154Z   "_disabled": "false",
2025-08-20T23:02:03.1032418Z   "host": "aarch64-Linux",
2025-08-20T23:02:03.1032607Z   "rank": "",
2025-08-20T23:02:03.1032782Z   "pkg": "trufflehog.static",
2025-08-20T23:02:03.1032998Z   "pkg_family": "trufflehog",
2025-08-20T23:02:03.1033267Z   "pkg_id": "github.com.trufflesecurity.trufflehog.source",
2025-08-20T23:02:03.1033558Z   "pkg_name": "trufflehog",
2025-08-20T23:02:03.1033768Z   "pkg_type": "static",
2025-08-20T23:02:03.1034190Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/trufflehog/official/source/trufflehog",
2025-08-20T23:02:03.1034633Z   "app_id": "",
2025-08-20T23:02:03.1034796Z   "appstream": "",
2025-08-20T23:02:03.1034963Z   "category": [
2025-08-20T23:02:03.1035127Z     "ConsoleOnly",
2025-08-20T23:02:03.1035288Z     "Utility"
2025-08-20T23:02:03.1035434Z   ],
2025-08-20T23:02:03.1035662Z   "description": "Find, verify, and analyze leaked credentials",
2025-08-20T23:02:03.1036147Z   "desktop": "",
2025-08-20T23:02:03.1036314Z   "homepage": [
2025-08-20T23:02:03.1036524Z     "https://github.com/trufflesecurity/trufflehog"
2025-08-20T23:02:03.1036770Z   ],
2025-08-20T23:02:03.1037351Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/trufflehog/official/source/trufflehog?tag=HEAD-7c0d6b3-250820T153528-aarch64-linux&download=trufflehog.png",
2025-08-20T23:02:03.1037994Z   "license": [
2025-08-20T23:02:03.1038149Z     "AGPL-3.0"
2025-08-20T23:02:03.1038507Z   ],
2025-08-20T23:02:03.1038738Z   "maintainer": [
2025-08-20T23:02:03.1038947Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T23:02:03.1039190Z   ],
2025-08-20T23:02:03.1039332Z   "provides": [
2025-08-20T23:02:03.1039493Z     "trufflehog"
2025-08-20T23:02:03.1039647Z   ],
2025-08-20T23:02:03.1039783Z   "note": [
2025-08-20T23:02:03.1040117Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/trufflesecurity/trufflehog"
2025-08-20T23:02:03.1040498Z   ],
2025-08-20T23:02:03.1040639Z   "repology": [
2025-08-20T23:02:03.1040794Z     "trufflehog"
2025-08-20T23:02:03.1040947Z   ],
2025-08-20T23:02:03.1041091Z   "screenshots": [],
2025-08-20T23:02:03.1041262Z   "src_url": [
2025-08-20T23:02:03.1041464Z     "https://github.com/trufflesecurity/trufflehog"
2025-08-20T23:02:03.1041709Z   ],
2025-08-20T23:02:03.1041844Z   "tag": [
2025-08-20T23:02:03.1041989Z     "Utility"
2025-08-20T23:02:03.1042134Z   ],
2025-08-20T23:02:03.1042296Z   "version": "HEAD-7c0d6b3-250820T153528",
2025-08-20T23:02:03.1042534Z   "version_upstream": "3.90.5",
2025-08-20T23:02:03.1042847Z   "bsum": "878bbd1e1e0b3e8c73b648755f11d32298db2f3dd62f14a5c79e28941ef6cbdd",
2025-08-20T23:02:03.1043188Z   "build_date": "2025-08-20T23:01:50Z",
2025-08-20T23:02:03.1043519Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17110089336",
2025-08-20T23:02:03.1043854Z   "build_id": "17110089336",
2025-08-20T23:02:03.1044502Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/trufflehog/official/source/trufflehog?tag=HEAD-7c0d6b3-250820T153528-aarch64-linux&download=trufflehog.log",
2025-08-20T23:02:03.1045413Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/trufflehog/static.official.source.yaml",
2025-08-20T23:02:03.1046925Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/trufflehog/official/source/trufflehog?tag=HEAD-7c0d6b3-250820T153528-aarch64-linux&download=trufflehog",
2025-08-20T23:02:03.1047857Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog:HEAD-7c0d6b3-250820T153528-aarch64-linux",
2025-08-20T23:02:03.1048487Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog",
2025-08-20T23:02:03.1049434Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/trufflehog/official/source/trufflehog?tag=HEAD-7c0d6b3-250820T153528-aarch64-linux&manifest",
2025-08-20T23:02:03.1050224Z   "shasum": "642aad349930676b5db7d571a2f0916b1a64c86a0c2b2bcfe8cda77b0f4c38cb",
2025-08-20T23:02:03.1050642Z   "size": "120 MB",
2025-08-20T23:02:03.1050809Z   "size_raw": "125655160",
2025-08-20T23:02:03.1050992Z   "snapshots": [
2025-08-20T23:02:03.1051200Z     "HEAD-4aaaa85-250614T130202-aarch64-linux[3.89.1]",
2025-08-20T23:02:03.1051491Z     "HEAD-6641d4b-250616T100350-aarch64-linux[3.89.2]",
2025-08-20T23:02:03.1051780Z     "HEAD-0f6e0cd-250617T095116-aarch64-linux[3.89.2]",
2025-08-20T23:02:03.1052071Z     "HEAD-62faf2e-250623T132310-aarch64-linux[3.89.2]",
2025-08-20T23:02:03.1052361Z     "HEAD-e75313c-250704T141153-aarch64-linux[3.89.2]",
2025-08-20T23:02:03.1052646Z     "HEAD-e365bcf-250709T134310-aarch64-linux[3.89.2]",
2025-08-20T23:02:03.1052938Z     "HEAD-55cfe6b-250711T111551-aarch64-linux[3.89.2]",
2025-08-20T23:02:03.1053223Z     "HEAD-8d5986d-250714T120549-aarch64-linux[3.89.2]",
2025-08-20T23:02:03.1053507Z     "HEAD-eafb8c5-250715T142141-aarch64-linux[3.90.0]",
2025-08-20T23:02:03.1053799Z     "HEAD-907ac64-250717T111255-aarch64-linux[3.90.1]",
2025-08-20T23:02:03.1054086Z     "HEAD-143f2f5-250721T121427-aarch64-linux[3.90.1]",
2025-08-20T23:02:03.1054376Z     "HEAD-a05cf08-250723T171405-aarch64-linux[3.90.1]",
2025-08-20T23:02:03.1054982Z     "HEAD-4b4b1e8-250726T125911-aarch64-linux[3.90.2]",
2025-08-20T23:02:03.1055299Z     "HEAD-05e2328-250728T214258-aarch64-linux[3.90.2]",
2025-08-20T23:02:03.1055581Z     "HEAD-715309a-250730T172902-aarch64-linux[3.90.2]",
2025-08-20T23:02:03.1055973Z     "HEAD-2f1baea-250801T192445-aarch64-linux[3.90.2]",
2025-08-20T23:02:03.1056388Z     "HEAD-9b59e90-250804T193057-aarch64-linux[3.90.3]",
2025-08-20T23:02:03.1056694Z     "HEAD-31d1b13-250806T103345-aarch64-linux[3.90.3]",
2025-08-20T23:02:03.1056985Z     "HEAD-0ebf8ca-250808T085753-aarch64-linux[3.90.3]",
2025-08-20T23:02:03.1057275Z     "HEAD-d99f410-250813T121616-aarch64-linux[3.90.4]",
2025-08-20T23:02:03.1057559Z     "HEAD-72e4106-250816T213232-aarch64-linux[3.90.5]",
2025-08-20T23:02:03.1057841Z     "HEAD-9005cf9-250818T092948-aarch64-linux[3.90.5]"
2025-08-20T23:02:03.1058081Z   ]
2025-08-20T23:02:03.1058210Z }
2025-08-20T23:02:03.1058312Z 
2025-08-20T23:02:03.1058315Z 
2025-08-20T23:02:03.3647022Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog:HEAD-7c0d6b3-250820T153528-aarch64-linux": ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog:HEAD-7c0d6b3-250820T153528-aarch64-linux: not found
2025-08-20T23:02:03.3690339Z Uploading empty artifact
2025-08-20T23:02:03.3693000Z time=2025-08-20T23:02:03Z level=debug msg=Request #0
2025-08-20T23:02:03.3693806Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/trufflehog/official/source/trufflehog/manifests/sha256:093003aec72b015648205bee9ecbb8feaadd4d549b753ab9a37c72b67c1b3a0d"
2025-08-20T23:02:03.3694516Z > Request method: "HEAD"
2025-08-20T23:02:03.3694704Z > Request headers:
2025-08-20T23:02:03.3695596Z    "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:02:03.3696894Z    "User-Agent": "oras/1.2.3"
2025-08-20T23:02:03.4900555Z time=2025-08-20T23:02:03Z level=debug msg=Response #0
2025-08-20T23:02:03.4900883Z < Response Status: "401 Unauthorized"
2025-08-20T23:02:03.4901105Z < Response headers:
2025-08-20T23:02:03.4901346Z    "X-Github-Request-Id": "6C11:164F93:12F2BA:14B0C6:68A653EB"
2025-08-20T23:02:03.4901667Z    "Content-Type": "application/json"
2025-08-20T23:02:03.4902674Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/trufflehog/official/source/trufflehog:pull\""
2025-08-20T23:02:03.4903627Z    "Date": "Wed, 20 Aug 2025 23:02:03 GMT"
2025-08-20T23:02:03.4903859Z    "Content-Length": "73"
2025-08-20T23:02:03.4904087Z time=2025-08-20T23:02:03Z level=debug msg=Request #1
2025-08-20T23:02:03.4904784Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftrufflehog%2Fofficial%2Fsource%2Ftrufflehog%3Apull%2Cpush&service=ghcr.io"
2025-08-20T23:02:03.4905437Z > Request method: "GET"
2025-08-20T23:02:03.4905617Z > Request headers:
2025-08-20T23:02:03.4905977Z    "Authorization": "*****"
2025-08-20T23:02:03.4906191Z    "User-Agent": "oras/1.2.3"
2025-08-20T23:02:03.6337546Z time=2025-08-20T23:02:03Z level=debug msg=Response #1
2025-08-20T23:02:03.6337883Z < Response Status: "200 OK"
2025-08-20T23:02:03.6338074Z < Response headers:
2025-08-20T23:02:03.6338323Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T23:02:03.6338706Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T23:02:03.6339058Z    "Date": "Wed, 20 Aug 2025 23:02:03 GMT"
2025-08-20T23:02:03.6339283Z    "Content-Length": "69"
2025-08-20T23:02:03.6339532Z    "X-Github-Request-Id": "6C11:164F93:12F2C2:14B0D2:68A653EB"
2025-08-20T23:02:03.6339822Z    "Content-Type": "application/json"
2025-08-20T23:02:03.6340098Z time=2025-08-20T23:02:03Z level=debug msg=Request #2
2025-08-20T23:02:03.6340850Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/trufflehog/official/source/trufflehog/manifests/sha256:093003aec72b015648205bee9ecbb8feaadd4d549b753ab9a37c72b67c1b3a0d"
2025-08-20T23:02:03.6341544Z > Request method: "HEAD"
2025-08-20T23:02:03.6341727Z > Request headers:
2025-08-20T23:02:03.6342986Z    "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:02:03.6344059Z    "Authorization": "*****"
2025-08-20T23:02:03.6344260Z    "User-Agent": "oras/1.2.3"
2025-08-20T23:02:03.6827453Z time=2025-08-20T23:02:03Z level=debug msg=Response #2
2025-08-20T23:02:03.6827765Z < Response Status: "404 Not Found"
2025-08-20T23:02:03.6827975Z < Response headers:
2025-08-20T23:02:03.6828171Z    "Date": "Wed, 20 Aug 2025 23:02:03 GMT"
2025-08-20T23:02:03.6828406Z    "Content-Length": "70"
2025-08-20T23:02:03.6828655Z    "X-Github-Request-Id": "6C11:164F93:12F2DF:14B0F5:68A653EB"
2025-08-20T23:02:03.6828945Z    "Content-Type": "application/json"
2025-08-20T23:02:03.6829210Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T23:02:03.6829587Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T23:02:03.6829956Z time=2025-08-20T23:02:03Z level=debug msg=Request #3
2025-08-20T23:02:03.6830679Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/trufflehog/official/source/trufflehog/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T23:02:03.6831356Z > Request method: "HEAD"
2025-08-20T23:02:03.6831541Z > Request headers:
2025-08-20T23:02:03.6831715Z    "Authorization": "*****"
2025-08-20T23:02:03.6831909Z    "User-Agent": "oras/1.2.3"
2025-08-20T23:02:03.7283612Z time=2025-08-20T23:02:03Z level=debug msg=Response #3
2025-08-20T23:02:03.7283904Z < Response Status: "200 OK"
2025-08-20T23:02:03.7284096Z < Response headers:
2025-08-20T23:02:03.7284386Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T23:02:03.7284731Z    "Date": "Wed, 20 Aug 2025 23:02:03 GMT"
2025-08-20T23:02:03.7285009Z    "X-Github-Request-Id": "6C11:164F93:12F2EE:14B103:68A653EB"
2025-08-20T23:02:03.7285285Z    "Content-Length": "0"
2025-08-20T23:02:03.7285469Z    "Content-Type": ""
2025-08-20T23:02:03.7285921Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T23:02:03.7286384Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T23:02:03.7287176Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T23:02:03.7287582Z time=2025-08-20T23:02:03Z level=debug msg=Request #4
2025-08-20T23:02:03.7288271Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/trufflehog/official/source/trufflehog/manifests/HEAD-7c0d6b3-250820T153528-aarch64-linux"
2025-08-20T23:02:03.7288936Z > Request method: "PUT"
2025-08-20T23:02:03.7289117Z > Request headers:
2025-08-20T23:02:03.7289359Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T23:02:03.7289648Z    "Authorization": "*****"
2025-08-20T23:02:03.7289844Z    "User-Agent": "oras/1.2.3"
2025-08-20T23:02:04.0259341Z time=2025-08-20T23:02:04Z level=debug msg=Response #4
2025-08-20T23:02:04.0259658Z < Response Status: "201 Created"
2025-08-20T23:02:04.0259869Z < Response headers:
2025-08-20T23:02:04.0260268Z    "Docker-Content-Digest": "sha256:093003aec72b015648205bee9ecbb8feaadd4d549b753ab9a37c72b67c1b3a0d"
2025-08-20T23:02:04.0260728Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T23:02:04.0261412Z    "Location": "/v2/pkgforge/bincache/trufflehog/official/source/trufflehog/manifests/sha256:093003aec72b015648205bee9ecbb8feaadd4d549b753ab9a37c72b67c1b3a0d"
2025-08-20T23:02:04.0262175Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T23:02:04.0262525Z    "Date": "Wed, 20 Aug 2025 23:02:04 GMT"
2025-08-20T23:02:04.0262748Z    "Content-Length": "0"
2025-08-20T23:02:04.0262995Z    "X-Github-Request-Id": "6C11:164F93:12F2FA:14B10D:68A653EB"
2025-08-20T23:02:04.0263282Z    "Content-Type": "application/json"
2025-08-20T23:02:04.0263809Z Pushed [registry] ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog:HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:04.0264348Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T23:02:04.0265043Z Digest: sha256:093003aec72b015648205bee9ecbb8feaadd4d549b753ab9a37c72b67c1b3a0d
2025-08-20T23:02:06.4461029Z Uploading b66ff1a419ae CHECKSUM
2025-08-20T23:02:06.4611348Z Uploading 1ddf04597dad CHECKSUM.sig
2025-08-20T23:02:06.4670544Z Uploading 642aad349930 trufflehog
2025-08-20T23:02:06.4823887Z Uploading bb73c9338f6c trufflehog.sig
2025-08-20T23:02:06.5019422Z Exists    33d580ea3d93 LICENSE
2025-08-20T23:02:06.5653231Z Uploading 984e08ac4ba4 LICENSE.sig
2025-08-20T23:02:07.4612485Z Uploaded  b66ff1a419ae CHECKSUM
2025-08-20T23:02:07.5143343Z Uploaded  1ddf04597dad CHECKSUM.sig
2025-08-20T23:02:07.5208056Z Uploaded  bb73c9338f6c trufflehog.sig
2025-08-20T23:02:07.5681525Z Exists    0d19f64d9020 SBUILD
2025-08-20T23:02:07.6056646Z Exists    11cf0313013e trufflehog.png
2025-08-20T23:02:07.6060180Z Uploading b01e61b9e2f8 SBUILD.sig
2025-08-20T23:02:07.6449875Z Uploading 2db021fc88cd trufflehog.json
2025-08-20T23:02:07.6816433Z Uploading 4be44e4e2647 trufflehog.json.sig
2025-08-20T23:02:07.6935068Z Uploaded  984e08ac4ba4 LICENSE.sig
2025-08-20T23:02:07.7939947Z Uploading 60856f6d37db trufflehog.log
2025-08-20T23:02:08.6318094Z Uploaded  2db021fc88cd trufflehog.json
2025-08-20T23:02:08.6688430Z Uploaded  b01e61b9e2f8 SBUILD.sig
2025-08-20T23:02:08.6970407Z Uploading 92fed07c1840 trufflehog.log.sig
2025-08-20T23:02:08.7097116Z Uploaded  4be44e4e2647 trufflehog.json.sig
2025-08-20T23:02:08.7196943Z Uploading 49315ccf39e6 trufflehog.version
2025-08-20T23:02:08.7596008Z Uploading d5f308ab3833 trufflehog.version.sig
2025-08-20T23:02:08.9268466Z Uploaded  60856f6d37db trufflehog.log
2025-08-20T23:02:09.0974353Z Uploaded  642aad349930 trufflehog
2025-08-20T23:02:09.6982440Z Uploaded  d5f308ab3833 trufflehog.version.sig
2025-08-20T23:02:09.7036988Z Uploaded  49315ccf39e6 trufflehog.version
2025-08-20T23:02:09.7283624Z Uploaded  92fed07c1840 trufflehog.log.sig
2025-08-20T23:02:09.7283912Z Uploading 413b41c6384e trufflehog
2025-08-20T23:02:10.0618968Z Uploaded  413b41c6384e trufflehog
2025-08-20T23:02:10.0619606Z Pushed [registry] ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog:HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:10.0620161Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T23:02:10.0620835Z Digest: sha256:413b41c6384eeffa7b3731a4affe3d2d1138d2edc64e32f7a834906eefda1381
2025-08-20T23:02:15.4906721Z 
2025-08-20T23:02:15.4907509Z [+] Registry --> https://ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:02:15.4908554Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/trufflehog/official/source/trufflehog?tag=HEAD-7c0d6b3-250820T153528-aarch64-linux&manifest 
2025-08-20T23:02:15.4909185Z 
2025-08-20T23:02:17.8617357Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T23:02:18.9945742Z ./BUILD_ARTIFACTS.tar : 26.18%   (   290 MiB =>   75.9 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T23:02:19.0492732Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T23:02:19.0529338Z 
2025-08-20T23:02:19.0530091Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml :: 00(Hr):04(Min):42(Sec)
2025-08-20T23:02:19.0530734Z 
2025-08-20T23:02:19.0542511Z 
2025-08-20T23:02:19.0542738Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (11:02:19 PM) UTC
2025-08-20T23:02:19.0542972Z 
2025-08-20T23:02:21.1589653Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T23:02:21.1635411Z ##[group]Run ##Presets
2025-08-20T23:02:21.1635923Z [36;1m##Presets[0m
2025-08-20T23:02:21.1636106Z [36;1mset +x ; set +e[0m
2025-08-20T23:02:21.1636290Z [36;1m#-------------#[0m
2025-08-20T23:02:21.1636468Z [36;1m##Debug?[0m
2025-08-20T23:02:21.1636681Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T23:02:21.1636943Z [36;1m  set -x[0m
2025-08-20T23:02:21.1637103Z [36;1mfi[0m
2025-08-20T23:02:21.1637256Z [36;1m#-------------#[0m
2025-08-20T23:02:21.1637432Z [36;1m##Set ENV[0m
2025-08-20T23:02:21.1637643Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T23:02:21.1638111Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-7c0d6b3-250820T153528-aarch64-linux"[0m
2025-08-20T23:02:21.1638637Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-7c0d6b3-250820T153528-aarch64-linux"[0m
2025-08-20T23:02:21.1639251Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336"[0m
2025-08-20T23:02:21.1639783Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T23:02:21.1640158Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T23:02:21.1640588Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T23:02:21.1640907Z [36;1m fi[0m
2025-08-20T23:02:21.1641060Z [36;1m##Push[0m
2025-08-20T23:02:21.1641255Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T23:02:21.1641513Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T23:02:21.1641859Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T23:02:21.1642320Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T23:02:21.1642741Z [36;1m     ls -sh "/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T23:02:21.1643064Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T23:02:21.1643259Z [36;1m       {[0m
2025-08-20T23:02:21.1643432Z [36;1m        for i in {1..10}; do[0m
2025-08-20T23:02:21.1643750Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T23:02:21.1644175Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T23:02:21.1644641Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T23:02:21.1645163Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-7c0d6b3-250820T153528-aarch64-linux")[0m
2025-08-20T23:02:21.1646106Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17110089336")[0m
2025-08-20T23:02:21.1646920Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17110089336")[0m
2025-08-20T23:02:21.1647652Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog:HEAD-7c0d6b3-250820T153528-aarch64-linux")[0m
2025-08-20T23:02:21.1648496Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T23:01:50Z")[0m
2025-08-20T23:02:21.1648978Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-7c0d6b3-250820T153528")[0m
2025-08-20T23:02:21.1649476Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T23:01:50Z")[0m
2025-08-20T23:02:21.1650182Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog")[0m
2025-08-20T23:02:21.1650866Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T23:02:21.1651373Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-7c0d6b3-250820T153528")[0m
2025-08-20T23:02:21.1652075Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-7c0d6b3-250820T153528")[0m
2025-08-20T23:02:21.1652871Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/trufflehog/official/source/trufflehog")[0m
2025-08-20T23:02:21.1653614Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-trufflehog")[0m
2025-08-20T23:02:21.1654191Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/trufflesecurity/trufflehog")[0m
2025-08-20T23:02:21.1654737Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T23:02:21.1655234Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-7c0d6b3-250820T153528")[0m
2025-08-20T23:02:21.1655700Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T23:02:21.1656411Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T23:02:21.1656832Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T23:02:21.1657064Z [36;1m         #Check[0m
2025-08-20T23:02:21.1657621Z [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:01:50Z" ]]; then[0m
2025-08-20T23:02:21.1658322Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T23:02:21.1658651Z [36;1m            break[0m
2025-08-20T23:02:21.1658836Z [36;1m          else[0m
2025-08-20T23:02:21.1659211Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T23:02:21.1659621Z [36;1m          fi[0m
2025-08-20T23:02:21.1659821Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T23:02:21.1660058Z [36;1m        done[0m
2025-08-20T23:02:21.1660227Z [36;1m       }[0m
2025-08-20T23:02:21.1660409Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T23:02:21.1660638Z [36;1m       ghcr_push_cmd[0m
2025-08-20T23:02:21.1661203Z [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:01:50Z" ]]; then[0m
2025-08-20T23:02:21.1661943Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T23:02:21.1662333Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T23:02:21.1662572Z [36;1m          ghcr_push_cmd[0m
2025-08-20T23:02:21.1663144Z [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:01:50Z" ]]; then[0m
2025-08-20T23:02:21.1664216Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T23:02:21.1664794Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T23:02:21.1665173Z [36;1m             return 1 || exit 1[0m
2025-08-20T23:02:21.1665388Z [36;1m           fi[0m
2025-08-20T23:02:21.1665560Z [36;1m       fi[0m
2025-08-20T23:02:21.1665717Z [36;1m   fi[0m
2025-08-20T23:02:21.1666017Z [36;1m fi[0m
2025-08-20T23:02:21.1666192Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T23:02:21.1728818Z shell: /usr/bin/bash -e {0}
2025-08-20T23:02:21.1729034Z env:
2025-08-20T23:02:21.1729393Z   CROSS_COMPILING: NO
2025-08-20T23:02:21.1729629Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:02:21.1729839Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:02:21.1730041Z   ON_QEMU: NO
2025-08-20T23:02:21.1730192Z   DEBUG: 0
2025-08-20T23:02:21.1730352Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:02:21.1730561Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:02:21.1731042Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:02:21.1731413Z   KEEP_LOGS: YES
2025-08-20T23:02:21.1731582Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:02:21.1731777Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:02:21.1731980Z   SBUILD_REBUILD: false
2025-08-20T23:02:21.1732496Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:02:21.1733043Z   BUILD_SYS: docker://go
2025-08-20T23:02:21.1733233Z   BUILD_ON_HOST: FALSE
2025-08-20T23:02:21.1733407Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:02:21.1733582Z   SYSTMP: /tmp
2025-08-20T23:02:21.1733736Z   GHA_MODE: MATRIX
2025-08-20T23:02:21.1734134Z   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:02:21.1734619Z   INPUT_SBUILD: /tmp/pkgforge/vYj86SLU4_build.yaml
2025-08-20T23:02:21.1734914Z   BUILD_DIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml
2025-08-20T23:02:21.1735275Z   SBUILD_OUTDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR
2025-08-20T23:02:21.1735735Z   SBUILD_TMPDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:02:21.1736295Z   PKG_TYPE: static
2025-08-20T23:02:21.1736473Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:02:21.1736679Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:21.1737032Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:02:21.1737371Z   BUILD_ID: 17110089336
2025-08-20T23:02:21.1737550Z   PKG_NAME: trufflehog
2025-08-20T23:02:21.1737736Z   PKG_DATE: 2025-08-20T23:01:50Z
2025-08-20T23:02:21.1737952Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:21.1738187Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:02:21.1738516Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:02:21.1738898Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:21.1739389Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:02:21.1739883Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:02:21.1740155Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:02:21.1740535Z   GHCR_TOKEN: ***
2025-08-20T23:02:21.1740810Z   GITHUB_TOKEN: ***
2025-08-20T23:02:21.1741013Z   GITLAB_TOKEN: ***
2025-08-20T23:02:21.1742091Z   MINISIGN_KEY: ***
2025-08-20T23:02:21.1742257Z ##[endgroup]
2025-08-20T23:02:21.1808815Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T23:02:21.1816156Z 76M	./BUILD_ARTIFACTS.zstd
2025-08-20T23:02:21.1827405Z total 136M
2025-08-20T23:02:21.1827606Z 4.0K CHECKSUM
2025-08-20T23:02:21.1827770Z 4.0K CHECKSUM.sig
2025-08-20T23:02:21.1827932Z  36K LICENSE
2025-08-20T23:02:21.1828337Z 4.0K LICENSE.sig
2025-08-20T23:02:21.1828496Z 8.0K SBUILD
2025-08-20T23:02:21.1828644Z 4.0K SBUILD.sig
2025-08-20T23:02:21.1828804Z 4.0K SBUILD_TEMP
2025-08-20T23:02:21.1828963Z 120M trufflehog
2025-08-20T23:02:21.1829133Z 4.0K trufflehog.json
2025-08-20T23:02:21.1829313Z 4.0K trufflehog.json.sig
2025-08-20T23:02:21.1829632Z 7.9M trufflehog.log
2025-08-20T23:02:21.1829807Z 4.0K trufflehog.log.sig
2025-08-20T23:02:21.1829987Z  40K trufflehog.png
2025-08-20T23:02:21.1830153Z 4.0K trufflehog.sig
2025-08-20T23:02:21.1830326Z 7.9M trufflehog.static.log
2025-08-20T23:02:21.1830530Z 4.0K trufflehog.static.version
2025-08-20T23:02:21.1830756Z 4.0K trufflehog.static.version.sig
2025-08-20T23:02:21.1832631Z 4.0K trufflehog.version
2025-08-20T23:02:21.1832827Z 4.0K trufflehog.version.sig
2025-08-20T23:02:21.5464955Z Uploading f528b1b516bc BUILD_ARTIFACTS.zstd
2025-08-20T23:02:23.6565523Z Uploaded  f528b1b516bc BUILD_ARTIFACTS.zstd
2025-08-20T23:02:23.6565975Z Uploading c6a7f8d2b4a4 SRCBUILD-trufflehog
2025-08-20T23:02:23.9985513Z Uploaded  c6a7f8d2b4a4 SRCBUILD-trufflehog
2025-08-20T23:02:23.9986333Z Pushed [registry] ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336:HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:23.9987551Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T23:02:23.9987963Z Digest: sha256:c6a7f8d2b4a4fa2450d92e5900e493bc410e640f68ee4fe0e9decdec05b66109
2025-08-20T23:02:29.2969859Z 
2025-08-20T23:02:29.2970921Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:02:29.2971383Z 
2025-08-20T23:02:29.5973415Z ##[group]Run ##Presets
2025-08-20T23:02:29.5973686Z [36;1m##Presets[0m
2025-08-20T23:02:29.5973869Z [36;1mset +x ; set +e[0m
2025-08-20T23:02:29.5974054Z [36;1m#-------------#[0m
2025-08-20T23:02:29.5974235Z [36;1m##Debug?[0m
2025-08-20T23:02:29.5974447Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T23:02:29.5974722Z [36;1m  set -x[0m
2025-08-20T23:02:29.5974882Z [36;1mfi[0m
2025-08-20T23:02:29.5975035Z [36;1m#-------------#[0m
2025-08-20T23:02:29.5975267Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T23:02:29.5975571Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T23:02:29.6007058Z shell: /usr/bin/bash -e {0}
2025-08-20T23:02:29.6007273Z env:
2025-08-20T23:02:29.6007431Z   CROSS_COMPILING: NO
2025-08-20T23:02:29.6007624Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:02:29.6007832Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:02:29.6008026Z   ON_QEMU: NO
2025-08-20T23:02:29.6008214Z   DEBUG: 0
2025-08-20T23:02:29.6008379Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:02:29.6008585Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:02:29.6008884Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:02:29.6009194Z   KEEP_LOGS: YES
2025-08-20T23:02:29.6009364Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:02:29.6009558Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:02:29.6009762Z   SBUILD_REBUILD: false
2025-08-20T23:02:29.6010278Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:02:29.6010823Z   BUILD_SYS: docker://go
2025-08-20T23:02:29.6011012Z   BUILD_ON_HOST: FALSE
2025-08-20T23:02:29.6011194Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:02:29.6011370Z   SYSTMP: /tmp
2025-08-20T23:02:29.6011528Z   GHA_MODE: MATRIX
2025-08-20T23:02:29.6011923Z   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:02:29.6012409Z   INPUT_SBUILD: /tmp/pkgforge/vYj86SLU4_build.yaml
2025-08-20T23:02:29.6012707Z   BUILD_DIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml
2025-08-20T23:02:29.6013065Z   SBUILD_OUTDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR
2025-08-20T23:02:29.6013521Z   SBUILD_TMPDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:02:29.6014087Z   PKG_TYPE: static
2025-08-20T23:02:29.6014261Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:02:29.6014468Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:29.6014821Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:02:29.6015157Z   BUILD_ID: 17110089336
2025-08-20T23:02:29.6015438Z   PKG_NAME: trufflehog
2025-08-20T23:02:29.6015622Z   PKG_DATE: 2025-08-20T23:01:50Z
2025-08-20T23:02:29.6016073Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:29.6016311Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:02:29.6016641Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:02:29.6017024Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:29.6017489Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:02:29.6017977Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:02:29.6018283Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:02:29.6018533Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:29.6019041Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:02:29.6019479Z ##[endgroup]
2025-08-20T23:02:29.6141868Z ##[group]Run actions/upload-artifact@v4
2025-08-20T23:02:29.6142179Z with:
2025-08-20T23:02:29.6142361Z   name: Bincache_trufflehog_aarch64-Linux
2025-08-20T23:02:29.6142636Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T23:02:29.6142893Z   compression-level: 0
2025-08-20T23:02:29.6143076Z   retention-days: 30
2025-08-20T23:02:29.6143250Z   overwrite: true
2025-08-20T23:02:29.6143421Z   if-no-files-found: warn
2025-08-20T23:02:29.6143621Z   include-hidden-files: false
2025-08-20T23:02:29.6143813Z env:
2025-08-20T23:02:29.6143956Z   CROSS_COMPILING: NO
2025-08-20T23:02:29.6144142Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:02:29.6144349Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:02:29.6144548Z   ON_QEMU: NO
2025-08-20T23:02:29.6144700Z   DEBUG: 0
2025-08-20T23:02:29.6144859Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:02:29.6145067Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:02:29.6145408Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:02:29.6145723Z   KEEP_LOGS: YES
2025-08-20T23:02:29.6146092Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:02:29.6146290Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:02:29.6146493Z   SBUILD_REBUILD: false
2025-08-20T23:02:29.6147009Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:02:29.6147557Z   BUILD_SYS: docker://go
2025-08-20T23:02:29.6147747Z   BUILD_ON_HOST: FALSE
2025-08-20T23:02:29.6147924Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:02:29.6148102Z   SYSTMP: /tmp
2025-08-20T23:02:29.6148263Z   GHA_MODE: MATRIX
2025-08-20T23:02:29.6148656Z   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:02:29.6149139Z   INPUT_SBUILD: /tmp/pkgforge/vYj86SLU4_build.yaml
2025-08-20T23:02:29.6149435Z   BUILD_DIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml
2025-08-20T23:02:29.6149795Z   SBUILD_OUTDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR
2025-08-20T23:02:29.6150252Z   SBUILD_TMPDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:02:29.6150608Z   PKG_TYPE: static
2025-08-20T23:02:29.6150784Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:02:29.6150990Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:29.6151342Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:02:29.6151681Z   BUILD_ID: 17110089336
2025-08-20T23:02:29.6151855Z   PKG_NAME: trufflehog
2025-08-20T23:02:29.6152039Z   PKG_DATE: 2025-08-20T23:01:50Z
2025-08-20T23:02:29.6152258Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:29.6152491Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:02:29.6153040Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:02:29.6153425Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:29.6153896Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:02:29.6154479Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:02:29.6154760Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:02:29.6155013Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:29.6155525Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:02:29.6156084Z   UTC_TIME: 2025_08_20T11_02_29_PM
2025-08-20T23:02:29.6156289Z ##[endgroup]
2025-08-20T23:02:29.9527392Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T23:02:29.9530090Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T23:02:29.9530512Z With the provided path, there will be 2 files uploaded
2025-08-20T23:02:30.1903587Z Artifact name is valid!
2025-08-20T23:02:30.1905557Z Root directory input is valid!
2025-08-20T23:02:30.2726546Z Beginning upload of artifact content to blob storage
2025-08-20T23:02:31.0218522Z Uploaded bytes 8388608
2025-08-20T23:02:31.0638541Z Uploaded bytes 16777216
2025-08-20T23:02:31.1691559Z Uploaded bytes 25165824
2025-08-20T23:02:31.2451494Z Uploaded bytes 33554432
2025-08-20T23:02:31.3026719Z Uploaded bytes 41943040
2025-08-20T23:02:31.3336597Z Uploaded bytes 50331648
2025-08-20T23:02:31.4016595Z Uploaded bytes 58720256
2025-08-20T23:02:31.4226309Z Uploaded bytes 67108864
2025-08-20T23:02:31.4968389Z Uploaded bytes 75497472
2025-08-20T23:02:31.6018430Z Uploaded bytes 83886080
2025-08-20T23:02:31.8029789Z Uploaded bytes 88411596
2025-08-20T23:02:31.8806731Z Finished uploading artifact content to blob storage!
2025-08-20T23:02:31.8811225Z SHA256 digest of uploaded artifact zip is e88c3e21ba02f53908a3b0fffb75afe7af6075513b328b7ee9d7d82c8ba71271
2025-08-20T23:02:31.8811734Z Finalizing artifact upload
2025-08-20T23:02:31.9950218Z Artifact Bincache_trufflehog_aarch64-Linux.zip successfully finalized. Artifact ID 3813982754
2025-08-20T23:02:31.9950941Z Artifact Bincache_trufflehog_aarch64-Linux has been successfully uploaded! Final size is 88411596 bytes. Artifact ID is 3813982754
2025-08-20T23:02:31.9960539Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17110089336/artifacts/3813982754
2025-08-20T23:02:32.0221039Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T23:02:32.0221359Z with:
2025-08-20T23:02:32.0221651Z   subject-name: trufflehog-17110089336-HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:32.0222471Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T23:02:32.0223173Z   show-summary: true
2025-08-20T23:02:32.0223362Z   push-to-registry: false
2025-08-20T23:02:32.0223702Z   github-token: ***
2025-08-20T23:02:32.0223877Z env:
2025-08-20T23:02:32.0224033Z   CROSS_COMPILING: NO
2025-08-20T23:02:32.0224224Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:02:32.0224437Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:02:32.0224644Z   ON_QEMU: NO
2025-08-20T23:02:32.0224798Z   DEBUG: 0
2025-08-20T23:02:32.0224962Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:02:32.0225176Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:02:32.0225509Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:02:32.0226065Z   KEEP_LOGS: YES
2025-08-20T23:02:32.0226241Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:02:32.0226438Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:02:32.0226644Z   SBUILD_REBUILD: false
2025-08-20T23:02:32.0227158Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:02:32.0227920Z   BUILD_SYS: docker://go
2025-08-20T23:02:32.0228115Z   BUILD_ON_HOST: FALSE
2025-08-20T23:02:32.0228296Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:02:32.0228472Z   SYSTMP: /tmp
2025-08-20T23:02:32.0228634Z   GHA_MODE: MATRIX
2025-08-20T23:02:32.0229038Z   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:02:32.0229636Z   INPUT_SBUILD: /tmp/pkgforge/vYj86SLU4_build.yaml
2025-08-20T23:02:32.0229946Z   BUILD_DIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml
2025-08-20T23:02:32.0230312Z   SBUILD_OUTDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR
2025-08-20T23:02:32.0230772Z   SBUILD_TMPDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:02:32.0231129Z   PKG_TYPE: static
2025-08-20T23:02:32.0231306Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:02:32.0231519Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:32.0231903Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:02:32.0232245Z   BUILD_ID: 17110089336
2025-08-20T23:02:32.0232427Z   PKG_NAME: trufflehog
2025-08-20T23:02:32.0232616Z   PKG_DATE: 2025-08-20T23:01:50Z
2025-08-20T23:02:32.0232839Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:32.0233084Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:02:32.0233416Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:02:32.0233808Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:32.0234285Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:02:32.0234779Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:02:32.0235063Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:02:32.0235321Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:32.0236017Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:02:32.0236488Z   UTC_TIME: 2025_08_20T11_02_29_PM
2025-08-20T23:02:32.0236695Z ##[endgroup]
2025-08-20T23:02:32.0310757Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T23:02:32.0311162Z env:
2025-08-20T23:02:32.0311318Z   CROSS_COMPILING: NO
2025-08-20T23:02:32.0311516Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:02:32.0311730Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:02:32.0311929Z   ON_QEMU: NO
2025-08-20T23:02:32.0312084Z   DEBUG: 0
2025-08-20T23:02:32.0312481Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:02:32.0312743Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:02:32.0313054Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:02:32.0313371Z   KEEP_LOGS: YES
2025-08-20T23:02:32.0313544Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:02:32.0313743Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:02:32.0313951Z   SBUILD_REBUILD: false
2025-08-20T23:02:32.0314467Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:02:32.0315026Z   BUILD_SYS: docker://go
2025-08-20T23:02:32.0315222Z   BUILD_ON_HOST: FALSE
2025-08-20T23:02:32.0315403Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:02:32.0315586Z   SYSTMP: /tmp
2025-08-20T23:02:32.0315958Z   GHA_MODE: MATRIX
2025-08-20T23:02:32.0316400Z   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:02:32.0316896Z   INPUT_SBUILD: /tmp/pkgforge/vYj86SLU4_build.yaml
2025-08-20T23:02:32.0317207Z   BUILD_DIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml
2025-08-20T23:02:32.0317573Z   SBUILD_OUTDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR
2025-08-20T23:02:32.0318034Z   SBUILD_TMPDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:02:32.0318395Z   PKG_TYPE: static
2025-08-20T23:02:32.0318572Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:02:32.0318954Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:32.0319317Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:02:32.0319657Z   BUILD_ID: 17110089336
2025-08-20T23:02:32.0319837Z   PKG_NAME: trufflehog
2025-08-20T23:02:32.0320025Z   PKG_DATE: 2025-08-20T23:01:50Z
2025-08-20T23:02:32.0320342Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:32.0320584Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:02:32.0320919Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:02:32.0321311Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:32.0321790Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:02:32.0322285Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:02:32.0322569Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:02:32.0322829Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:32.0323351Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:02:32.0323809Z   UTC_TIME: 2025_08_20T11_02_29_PM
2025-08-20T23:02:32.0324015Z ##[endgroup]
2025-08-20T23:02:32.6548508Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T23:02:32.6548834Z with:
2025-08-20T23:02:32.6549969Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T23:02:32.6550808Z   subject-name: trufflehog-17110089336-HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:32.6551207Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T23:02:32.6553982Z   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:02:32.6556921Z   push-to-registry: false
2025-08-20T23:02:32.6557133Z   show-summary: true
2025-08-20T23:02:32.6557526Z   github-token: ***
2025-08-20T23:02:32.6557699Z env:
2025-08-20T23:02:32.6557853Z   CROSS_COMPILING: NO
2025-08-20T23:02:32.6558050Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:02:32.6558263Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:02:32.6558466Z   ON_QEMU: NO
2025-08-20T23:02:32.6558626Z   DEBUG: 0
2025-08-20T23:02:32.6558789Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:02:32.6559001Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:02:32.6559305Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:02:32.6559619Z   KEEP_LOGS: YES
2025-08-20T23:02:32.6559795Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:02:32.6560003Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:02:32.6560210Z   SBUILD_REBUILD: false
2025-08-20T23:02:32.6560728Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:02:32.6561284Z   BUILD_SYS: docker://go
2025-08-20T23:02:32.6561479Z   BUILD_ON_HOST: FALSE
2025-08-20T23:02:32.6561662Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:02:32.6561851Z   SYSTMP: /tmp
2025-08-20T23:02:32.6562017Z   GHA_MODE: MATRIX
2025-08-20T23:02:32.6562419Z   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:02:32.6563141Z   INPUT_SBUILD: /tmp/pkgforge/vYj86SLU4_build.yaml
2025-08-20T23:02:32.6563448Z   BUILD_DIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml
2025-08-20T23:02:32.6563816Z   SBUILD_OUTDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR
2025-08-20T23:02:32.6564283Z   SBUILD_TMPDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:02:32.6564781Z   PKG_TYPE: static
2025-08-20T23:02:32.6564962Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:02:32.6565182Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:32.6565547Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:02:32.6566068Z   BUILD_ID: 17110089336
2025-08-20T23:02:32.6566253Z   PKG_NAME: trufflehog
2025-08-20T23:02:32.6566441Z   PKG_DATE: 2025-08-20T23:01:50Z
2025-08-20T23:02:32.6566670Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:32.6566913Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:02:32.6567247Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:02:32.6567641Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:32.6568117Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:02:32.6568615Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:02:32.6568906Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:02:32.6569165Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:32.6569691Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:02:32.6570151Z   UTC_TIME: 2025_08_20T11_02_29_PM
2025-08-20T23:02:32.6570358Z ##[endgroup]
2025-08-20T23:02:34.7688442Z Attestation created for 18 subjects
2025-08-20T23:02:34.7693566Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T23:02:34.7694355Z -----BEGIN CERTIFICATE-----
2025-08-20T23:02:34.7694914Z MIIG7TCCBnSgAwIBAgIUckJmXheJM5fNmADiOIFss41jRvgwCgYIKoZIzj0EAwMw
2025-08-20T23:02:34.7695627Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T23:02:34.7696513Z cm1lZGlhdGUwHhcNMjUwODIwMjMwMjMzWhcNMjUwODIwMjMxMjMzWjAAMFkwEwYH
2025-08-20T23:02:34.7697111Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEc7ezf0nK0uKsvdmcyqg0vC/dwSNCtDwS4/SU
2025-08-20T23:02:34.7697695Z ksUJisS1tR+AwLOhdpna4ZiWz482GFPK+QefCKne8OgoO5xwQKOCBZMwggWPMA4G
2025-08-20T23:02:34.7701443Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUHPPj
2025-08-20T23:02:34.7702241Z zFeC30EEYEfW9Ew+EMVy6tgwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T23:02:34.7702708Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T23:02:34.7703152Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T23:02:34.7703605Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T23:02:34.7704047Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T23:02:34.7704483Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T23:02:34.7704927Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T23:02:34.7705388Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T23:02:34.7706030Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T23:02:34.7706499Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T23:02:34.7706943Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T23:02:34.7707394Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T23:02:34.7707852Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T23:02:34.7708300Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T23:02:34.7708747Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T23:02:34.7709218Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T23:02:34.7709918Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T23:02:34.7710378Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T23:02:34.7710832Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T23:02:34.7711284Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T23:02:34.7711852Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T23:02:34.7712314Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T23:02:34.7712782Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T23:02:34.7713243Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T23:02:34.7713695Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTEwMDg5MzM2L2F0
2025-08-20T23:02:34.7714149Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T23:02:34.7714614Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJuEZi
2025-08-20T23:02:34.7715067Z AAAEAwBGMEQCIA/LWppyigiE6GfOVaQuw2PjPrxAQLAFe+851+MjTGtXAiA/HMMt
2025-08-20T23:02:34.7715511Z vS9NcDnIKAkbmm8QZg747Lxt7YECTWn+lqvz5TAKBggqhkjOPQQDAwNnADBkAjAx
2025-08-20T23:02:34.7716239Z nI+zTxjRb8qZNwddRsG1f5m3Pg2hSN3BLoz9Zm2/7LfpaoNbWwRjiOkq1P1iJMIC
2025-08-20T23:02:34.7716666Z MGP1F/kzIL4bodEmeL4GY3PTN6afunrg5mH2/LQWlWlrWZhZ2MpoACXwd1x7OiJe
2025-08-20T23:02:34.7716982Z VQ==
2025-08-20T23:02:34.7717140Z -----END CERTIFICATE-----
2025-08-20T23:02:34.7717278Z 
2025-08-20T23:02:34.7717716Z ##[endgroup]
2025-08-20T23:02:34.7718172Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T23:02:34.7718556Z https://search.sigstore.dev?logIndex=414603078
2025-08-20T23:02:34.7718935Z [36mAttestation uploaded to repository[39m
2025-08-20T23:02:34.7719247Z https://github.com/pkgforge/bincache/attestations/9876468
2025-08-20T23:02:34.8700488Z ##[group]Run ##Presets
2025-08-20T23:02:34.8700752Z [36;1m##Presets[0m
2025-08-20T23:02:34.8700934Z [36;1mset +x ; set +e[0m
2025-08-20T23:02:34.8701140Z [36;1m#-------------#[0m
2025-08-20T23:02:34.8701327Z [36;1m##Debug?[0m
2025-08-20T23:02:34.8701554Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T23:02:34.8701826Z [36;1m  set -x[0m
2025-08-20T23:02:34.8701993Z [36;1mfi[0m
2025-08-20T23:02:34.8702153Z [36;1m#-------------#[0m
2025-08-20T23:02:34.8702448Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T23:02:34.8702974Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/trufflehog/official/source"[0m
2025-08-20T23:02:34.8703395Z [36;1m exit 1[0m
2025-08-20T23:02:34.8703561Z [36;1mfi[0m
2025-08-20T23:02:34.8734407Z shell: /usr/bin/bash -e {0}
2025-08-20T23:02:34.8734621Z env:
2025-08-20T23:02:34.8734781Z   CROSS_COMPILING: NO
2025-08-20T23:02:34.8735011Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:02:34.8735231Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:02:34.8735433Z   ON_QEMU: NO
2025-08-20T23:02:34.8735594Z   DEBUG: 0
2025-08-20T23:02:34.8735897Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:02:34.8736120Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:02:34.8736432Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:02:34.8736750Z   KEEP_LOGS: YES
2025-08-20T23:02:34.8736924Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:02:34.8737131Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:02:34.8737340Z   SBUILD_REBUILD: false
2025-08-20T23:02:34.8737863Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:02:34.8738421Z   BUILD_SYS: docker://go
2025-08-20T23:02:34.8738617Z   BUILD_ON_HOST: FALSE
2025-08-20T23:02:34.8738802Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:02:34.8738988Z   SYSTMP: /tmp
2025-08-20T23:02:34.8739159Z   GHA_MODE: MATRIX
2025-08-20T23:02:34.8739565Z   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:02:34.8740304Z   INPUT_SBUILD: /tmp/pkgforge/vYj86SLU4_build.yaml
2025-08-20T23:02:34.8740610Z   BUILD_DIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml
2025-08-20T23:02:34.8740988Z   SBUILD_OUTDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR
2025-08-20T23:02:34.8741453Z   SBUILD_TMPDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:02:34.8741931Z   PKG_TYPE: static
2025-08-20T23:02:34.8742109Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:02:34.8742320Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:34.8742680Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:02:34.8743026Z   BUILD_ID: 17110089336
2025-08-20T23:02:34.8743215Z   PKG_NAME: trufflehog
2025-08-20T23:02:34.8743405Z   PKG_DATE: 2025-08-20T23:01:50Z
2025-08-20T23:02:34.8743638Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:34.8743882Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:02:34.8744214Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:02:34.8744607Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:34.8745082Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:02:34.8745583Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:02:34.8746000Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:02:34.8746268Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:34.8746797Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:02:34.8747254Z   UTC_TIME: 2025_08_20T11_02_29_PM
2025-08-20T23:02:34.8747462Z ##[endgroup]
2025-08-20T23:02:34.8814712Z ##[group]Run ##Presets
2025-08-20T23:02:34.8814994Z [36;1m##Presets[0m
2025-08-20T23:02:34.8815178Z [36;1mset +x ; set +e[0m
2025-08-20T23:02:34.8815370Z [36;1m#-------------#[0m
2025-08-20T23:02:34.8815555Z [36;1m##Debug?[0m
2025-08-20T23:02:34.8816025Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T23:02:34.8816315Z [36;1m  set -x[0m
2025-08-20T23:02:34.8816483Z [36;1mfi[0m
2025-08-20T23:02:34.8816642Z [36;1m#-------------#[0m
2025-08-20T23:02:34.8816865Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T23:02:34.8817328Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/trufflehog/official/source"[0m
2025-08-20T23:02:34.8817744Z [36;1m exit 1[0m
2025-08-20T23:02:34.8817907Z [36;1mfi[0m
2025-08-20T23:02:34.8842922Z shell: /usr/bin/bash -e {0}
2025-08-20T23:02:34.8843141Z env:
2025-08-20T23:02:34.8843306Z   CROSS_COMPILING: NO
2025-08-20T23:02:34.8843533Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:02:34.8843750Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:02:34.8843952Z   ON_QEMU: NO
2025-08-20T23:02:34.8844109Z   DEBUG: 0
2025-08-20T23:02:34.8844273Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:02:34.8844485Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:02:34.8844798Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:02:34.8845115Z   KEEP_LOGS: YES
2025-08-20T23:02:34.8845289Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:02:34.8845491Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:02:34.8845697Z   SBUILD_REBUILD: false
2025-08-20T23:02:34.8846531Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:02:34.8847092Z   BUILD_SYS: docker://go
2025-08-20T23:02:34.8847292Z   BUILD_ON_HOST: FALSE
2025-08-20T23:02:34.8847475Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:02:34.8847656Z   SYSTMP: /tmp
2025-08-20T23:02:34.8847820Z   GHA_MODE: MATRIX
2025-08-20T23:02:34.8848229Z   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:02:34.8848718Z   INPUT_SBUILD: /tmp/pkgforge/vYj86SLU4_build.yaml
2025-08-20T23:02:34.8849024Z   BUILD_DIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml
2025-08-20T23:02:34.8849678Z   SBUILD_OUTDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR
2025-08-20T23:02:34.8850143Z   SBUILD_TMPDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:02:34.8850505Z   PKG_TYPE: static
2025-08-20T23:02:34.8850781Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:02:34.8850996Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:34.8851360Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:02:34.8851707Z   BUILD_ID: 17110089336
2025-08-20T23:02:34.8851893Z   PKG_NAME: trufflehog
2025-08-20T23:02:34.8852081Z   PKG_DATE: 2025-08-20T23:01:50Z
2025-08-20T23:02:34.8852312Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:34.8852555Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:02:34.8852885Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:02:34.8853276Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:34.8853754Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:02:34.8854256Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:02:34.8854543Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:02:34.8854806Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:34.8855331Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:02:34.8855986Z   UTC_TIME: 2025_08_20T11_02_29_PM
2025-08-20T23:02:34.8856212Z ##[endgroup]
2025-08-20T23:02:34.8918585Z ##[group]Run ##Presets
2025-08-20T23:02:34.8918828Z [36;1m##Presets[0m
2025-08-20T23:02:34.8919014Z [36;1mset +x ; set +e[0m
2025-08-20T23:02:34.8919205Z [36;1m#-------------#[0m
2025-08-20T23:02:34.8919391Z [36;1m##Debug?[0m
2025-08-20T23:02:34.8919611Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T23:02:34.8919887Z [36;1m  set -x[0m
2025-08-20T23:02:34.8920052Z [36;1mfi[0m
2025-08-20T23:02:34.8920210Z [36;1m#-------------#[0m
2025-08-20T23:02:34.8920528Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T23:02:34.8920896Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T23:02:34.8921174Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T23:02:34.8921418Z [36;1mfi[0m
2025-08-20T23:02:34.8945893Z shell: /usr/bin/bash -e {0}
2025-08-20T23:02:34.8946115Z env:
2025-08-20T23:02:34.8946276Z   CROSS_COMPILING: NO
2025-08-20T23:02:34.8946504Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:02:34.8946724Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:02:34.8946928Z   ON_QEMU: NO
2025-08-20T23:02:34.8947086Z   DEBUG: 0
2025-08-20T23:02:34.8947251Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:02:34.8947465Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:02:34.8947774Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:02:34.8948095Z   KEEP_LOGS: YES
2025-08-20T23:02:34.8948270Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:02:34.8948471Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:02:34.8948681Z   SBUILD_REBUILD: false
2025-08-20T23:02:34.8949198Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:02:34.8949758Z   BUILD_SYS: docker://go
2025-08-20T23:02:34.8949957Z   BUILD_ON_HOST: FALSE
2025-08-20T23:02:34.8950147Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:02:34.8950330Z   SYSTMP: /tmp
2025-08-20T23:02:34.8950496Z   GHA_MODE: MATRIX
2025-08-20T23:02:34.8950904Z   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:02:34.8951392Z   INPUT_SBUILD: /tmp/pkgforge/vYj86SLU4_build.yaml
2025-08-20T23:02:34.8951697Z   BUILD_DIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml
2025-08-20T23:02:34.8952070Z   SBUILD_OUTDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR
2025-08-20T23:02:34.8952798Z   SBUILD_TMPDIR: /tmp/pkgforge/pTSZtx6_vYj86SLU4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:02:34.8953162Z   PKG_TYPE: static
2025-08-20T23:02:34.8953342Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:02:34.8953555Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:34.8954011Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:02:34.8954360Z   BUILD_ID: 17110089336
2025-08-20T23:02:34.8954551Z   PKG_NAME: trufflehog
2025-08-20T23:02:34.8954744Z   PKG_DATE: 2025-08-20T23:01:50Z
2025-08-20T23:02:34.8954975Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:02:34.8955218Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:02:34.8955551Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:02:34.8956093Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:34.8956575Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:02:34.8957082Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:02:34.8957370Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:02:34.8957632Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-aarch64-linux
2025-08-20T23:02:34.8958154Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:02:34.8958613Z   UTC_TIME: 2025_08_20T11_02_29_PM
2025-08-20T23:02:34.8958850Z ##[endgroup]
2025-08-20T23:02:34.9007517Z EXITED
2025-08-20T23:02:34.9050445Z Cleaning up orphan processes
